.hero{align-items:center;min-height:85vh;display:flex;position:relative;overflow:hidden}.hero__bg{background:radial-gradient(ellipse at 80% 50%,#fa64000f 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,#ff8d220a 0%,transparent 50%),linear-gradient(180deg,var(--color-bg-primary)0%,#111 100%);position:absolute;inset:0}[data-theme=light] .hero__bg{background:radial-gradient(at 75% 40%,#fa64002e 0%,#0000 55%),radial-gradient(at 20% 80%,#ff8d221f 0%,#0000 50%),linear-gradient(135deg,#f5f5f5 0%,#ffe4cc 50%,#ffd0a0 100%)}[data-theme=light] .hero__bg:after{background:linear-gradient(#0000,#f5f5f5)}.hero__bg:after{content:"";background:linear-gradient(to top,var(--color-bg-primary),transparent);height:200px;position:absolute;bottom:0;left:0;right:0}.hero__content{z-index:1;max-width:var(--container-max);padding:var(--space-10)var(--space-6)var(--space-12);align-items:center;gap:var(--space-8);width:100%;margin:0 auto;display:flex;position:relative}.hero__text{flex:1;min-width:0}.hero__image{flex:1;justify-content:center;align-self:flex-end;align-items:flex-end;animation:1s .4s both fadeIn;display:flex}.hero__image img{filter:drop-shadow(0 20px 40px #fa640026);width:140%;max-width:900px;height:auto;margin-bottom:-20px}.hero__pill{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);border-radius:var(--radius-xl);font-family:var(--font-display);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-8);background:#ff8d2214;border:1px solid #ff8d2233;font-weight:600;animation:.6s both fadeInUp;display:inline-flex}.hero__pill-text{background:var(--color-brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__title{font-size:var(--text-hero);letter-spacing:-.03em;margin-bottom:var(--space-6);max-width:700px;font-weight:700;line-height:1.05;animation:.6s .1s both fadeInUp}.hero__subtitle{font-size:var(--text-xl);color:var(--color-text-secondary);max-width:500px;margin-bottom:var(--space-10);line-height:1.6;animation:.6s .2s both fadeInUp}.hero__brands{gap:var(--space-6);margin-bottom:var(--space-10);align-items:center;animation:.6s .25s both fadeInUp;display:flex}.hero__brand-name{font-family:var(--font-display);font-size:var(--text-sm);color:var(--color-text-muted);letter-spacing:.1em;text-transform:uppercase;font-weight:500}.hero__brand-divider{background:var(--color-border);width:1px;height:16px}.hero__cta{animation:.6s .3s both fadeInUp}.hero__scroll-indicator{bottom:var(--space-1);align-items:center;gap:var(--space-2);color:var(--color-text-muted);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;animation:2s ease-in-out infinite scrollIndicator;display:flex;position:absolute;left:50%;transform:translate(-50%)}.hero__scroll-indicator svg{width:20px;height:20px}.why-us{padding:var(--space-24)0}.why-us__grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.why-us__grid>.scroll-reveal,.why-us__grid .guarantee-card{height:100%}.featured{padding:var(--space-24)0;background:var(--color-bg-secondary)}.featured__grid{gap:var(--space-8);margin-bottom:var(--space-12);grid-template-columns:repeat(3,1fr);display:grid}.featured__cta{text-align:center}.stats{padding:var(--space-16)0}.stats__grid{gap:var(--space-8);text-align:center;grid-template-columns:repeat(3,1fr);display:grid}.stats__number{font-family:var(--font-display);font-size:var(--text-5xl);background:var(--color-brand-gradient);-webkit-text-fill-color:transparent;margin-bottom:var(--space-2);-webkit-background-clip:text;background-clip:text;font-weight:700}.stats__label{font-size:var(--text-sm);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}@media (max-width:1024px){.why-us__grid,.featured__grid{grid-template-columns:repeat(2,1fr)}.hero__content{text-align:center;flex-direction:column}.hero__text{flex-direction:column;align-items:center;display:flex}.hero__subtitle{max-width:500px}.hero__brands{justify-content:center}.hero__image{order:-1}.hero__image img{max-width:500px}}@media (max-width:768px){.hero{min-height:auto}.hero__content{padding:var(--space-24)var(--space-6)var(--space-16)}.hero__subtitle{font-size:var(--text-lg)}.hero__brands{gap:var(--space-3);flex-wrap:wrap}.hero__image img{max-width:340px}.why-us__grid,.featured__grid{grid-template-columns:1fr}.stats__grid{gap:var(--space-10);grid-template-columns:1fr}.stats__number{font-size:var(--text-4xl)}}
