.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding-top:var(--header-height);overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 60% 50%,#fff,#ececec 70%)}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center;padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.hero-text{animation:slideInLeft .8s ease both}.hero-badge,.hero-text h1{margin-bottom:var(--space-lg)}.hero-description{font-size:1.1rem;line-height:1.8;margin-bottom:var(--space-xl)}.hero-actions{display:flex;gap:var(--space-md);flex-wrap:wrap;margin-bottom:var(--space-2xl)}.hero-stats{display:flex;align-items:center;gap:var(--space-xl)}.stat-value{display:block;font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--neutral-900)}.stat-label{font-size:.82rem;color:var(--neutral-500);font-weight:500}.stat-divider{width:1px;height:40px;background:var(--neutral-200)}.hero-visual{display:flex;justify-content:flex-end;align-items:center;animation:scaleIn .8s ease .2s both}.book-showcase{position:relative;max-width:635px}.book-main{position:relative;z-index:1;max-width:100%;border-radius:0;box-shadow:none}.products-section .text-center h2{margin-bottom:var(--space-sm)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl);margin-top:var(--space-3xl)}.product-card{background:var(--surface-primary);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--neutral-100);transition:all var(--transition-smooth);display:block}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:transparent}.product-card-image{position:relative;padding:var(--space-2xl) var(--space-xl);display:flex;justify-content:center;align-items:center;min-height:280px}.product-card-image img{max-height:220px;object-fit:contain;transition:transform var(--transition-smooth);border-radius:var(--radius-sm)}.product-card:hover .product-card-image img{transform:scale(1.05) rotate(-2deg)}.product-badge{position:absolute;top:var(--space-md);right:var(--space-md)}.product-card-body{padding:var(--space-lg) var(--space-xl) var(--space-xl)}.product-card-body h3{margin-bottom:var(--space-sm)}.product-card-body p{font-size:.92rem;margin-bottom:var(--space-md)}.product-meta{display:flex;align-items:center;gap:var(--space-md)}.review-count{font-size:.85rem;color:var(--neutral-500);font-weight:500}.spotlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4xl);align-items:center}.spotlight-visual{display:flex;justify-content:center}.spotlight-books{position:relative;max-width:350px}.spotlight-book-main{border-radius:var(--radius-md);box-shadow:none}.spotlight-content h2{margin-bottom:var(--space-lg)}.spotlight-content>p{margin-bottom:var(--space-xl)}.spotlight-features{display:flex;flex-direction:column;gap:var(--space-lg)}.feature-item{display:flex;gap:var(--space-md);align-items:flex-start}.feature-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--primary-50);border-radius:var(--radius-md)}.feature-item strong{display:block;color:var(--neutral-900);margin-bottom:2px}.feature-item p{font-size:.88rem;margin:0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4xl);align-items:center}.about-content h2{margin-bottom:var(--space-lg)}.about-values{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-xl)}.value-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;background:var(--primary-50);color:var(--primary-700);border-radius:var(--radius-full);border:1px solid var(--primary-100)}.about-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.about-stat{text-align:center;padding:var(--space-xl)}.about-stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--primary-600);line-height:1;margin-bottom:var(--space-sm)}.about-stat-label{font-size:.85rem;color:var(--neutral-500);font-weight:500}.cta-section{background:linear-gradient(135deg,var(--primary-50),var(--primary-100),var(--surface-secondary));position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(42,143,153,.08) 0%,transparent 70%)}.cta-section h2{margin-bottom:var(--space-sm)}.cta-buttons{display:flex;justify-content:center;gap:var(--space-md);margin-top:var(--space-2xl)}@media(max-width:968px){.hero{align-items:flex-start;padding-top:calc(var(--header-height) + var(--space-xl));min-height:auto}.hero-content{grid-template-columns:1fr;text-align:center;padding-top:0}.hero-text{order:1}.hero-visual{order:0}.hero-description{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.book-showcase{max-width:370px}.product-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.spotlight-grid,.about-grid{grid-template-columns:1fr;gap:var(--space-2xl)}.spotlight-visual{order:-1}.spotlight-books{max-width:260px}}@media(max-width:640px){.hero-stats{flex-direction:column;gap:var(--space-md)}.stat-divider{width:40px;height:1px}.about-stats-grid{grid-template-columns:1fr 1fr;gap:var(--space-sm)}.cta-buttons{flex-direction:column;align-items:center}}
