.hero{background:radial-gradient(ellipse 900px 500px at 15% -10%,rgb(255 255 255 / .1),transparent 60%),radial-gradient(ellipse 700px 500px at 110% 30%,rgb(217 38 47 / .18),transparent 55%),var(--gradient-hero);color:#fff;padding:var(--space-8) 0 calc(var(--space-8) + 30px);position:relative;overflow:hidden}.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;background:rgb(255 255 255 / .06);pointer-events:none}.hero::before{width:420px;height:420px;top:-180px;right:-120px}.hero::after{width:260px;height:260px;bottom:-140px;right:220px}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(rgb(255 255 255 / .14) 1.5px,transparent 1.5px);background-size:26px 26px;-webkit-mask-image:linear-gradient(180deg,rgb(0 0 0 / .9),transparent 85%);mask-image:linear-gradient(180deg,rgb(0 0 0 / .9),transparent 85%);pointer-events:none}.hero-wave{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:40px;display:block;pointer-events:none}.hero .hero-inner{position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-full);background:rgb(255 255 255 / .14);border:1px solid rgb(255 255 255 / .22);font-size:.78rem;font-weight:700;letter-spacing:.02em;margin-bottom:var(--space-4);animation:heroFadeUp 0.6s ease both}.hero-eyebrow .icon{width:14px;height:14px;color:#ffd166}.hero h1{color:#fff;max-width:720px}.hero-highlight{position:relative;color:#ffd166;white-space:nowrap}.hero h1 .char{display:inline-block;white-space:pre;opacity:0;transform:translateY(.4em);animation:charReveal 0.5s cubic-bezier(.2,.8,.2,1) forwards}@keyframes charReveal{to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hero h1 .char{animation:none;opacity:1;transform:none}}.hero p.lead{color:rgb(255 255 255 / .88);max-width:640px;font-size:1.05rem;animation:heroFadeUp 0.6s ease 0.16s both}.hero .search-bar{margin-top:var(--space-5);box-shadow:0 24px 60px rgb(0 0 0 / .25);animation:heroFadeUp 0.6s ease 0.24s both;position:relative;z-index:2}.hero-stats{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-5);margin-top:var(--space-6);padding:var(--space-4) var(--space-5);background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .16);border-radius:var(--radius-lg);animation:heroFadeUp 0.6s ease 0.32s both;position:relative;z-index:1}.hero-stats .stat{display:flex;align-items:center;gap:var(--space-3)}.hero-stats .stat-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-full);background:rgb(255 255 255 / .14);flex-shrink:0}.hero-stats .stat-icon .icon{width:18px;height:18px}.hero-stats .stat strong{display:block;font-size:1.3rem;font-weight:800;line-height:1.2}.hero-stats .stat span{color:rgb(255 255 255 / .8);font-size:.82rem}.stat-divider{width:1px;align-self:stretch;background:rgb(255 255 255 / .18)}@media (max-width:560px){.stat-divider{display:none}.hero-stats{gap:var(--space-4)}}@keyframes heroFadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hero-eyebrow,.hero h1,.hero p.lead,.hero .search-bar,.hero-stats{animation:none}}.closing-strip{background:var(--color-accent-light);border-bottom:1px solid var(--color-border);padding:var(--space-3) 0;overflow:hidden}.closing-strip .container{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--space-4)}.closing-strip .label{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;white-space:nowrap;font-weight:800;color:var(--color-accent);font-size:.85rem}.closing-strip .label .icon{width:1em;height:1em;animation:urgentPulse 1.8s ease-in-out infinite}@keyframes urgentPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.88)}}@media (prefers-reduced-motion:reduce){.closing-strip .label .icon{animation:none}}.closing-strip .items{display:flex;align-items:center;gap:var(--space-5);overflow-x:auto;scrollbar-width:none;min-width:0;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 32px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 32px),transparent)}.closing-strip .items a{white-space:nowrap;font-size:.88rem;font-weight:600;color:var(--color-ink);transition:color 0.15s}.closing-strip .items a:hover{color:var(--color-accent);text-decoration:underline}@media (max-width:560px){.closing-strip .container{flex-wrap:wrap}.closing-strip .items{overflow-x:visible;flex-wrap:wrap;gap:var(--space-2) var(--space-4);-webkit-mask-image:none;mask-image:none}.closing-strip .items a{white-space:normal}}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}@media (max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.why-grid{grid-template-columns:1fr}}.why-card{background:var(--color-surface);border:1px solid var(--color-border);padding:var(--space-5);border-radius:var(--radius-lg);transition:transform 0.25s cubic-bezier(.2,.8,.2,1),box-shadow 0.25s cubic-bezier(.2,.8,.2,1),border-color 0.25s}.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--accent-color,var(--color-primary))}.why-card .icon-badge{width:52px;height:52px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4);color:var(--accent-color,var(--color-primary));background:var(--accent-bg,var(--color-primary-light));transition:transform 0.3s cubic-bezier(.34,1.56,.64,1)}.why-card:hover .icon-badge{transform:scale(1.12) rotate(-6deg)}.why-card h3{margin-bottom:var(--space-2);font-size:1.05rem}.why-card p{margin:0;font-size:.9rem}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,320px));justify-content:center;gap:var(--space-4)}.review-card{display:block;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);color:var(--color-ink);transition:box-shadow 0.15s,transform 0.15s}.review-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.review-card .stars{color:var(--color-urgency-soon);font-size:.9rem;margin-bottom:var(--space-2)}.review-card .review-body{color:var(--color-ink);font-size:.9rem;line-height:1.6;margin-bottom:var(--space-3)}.review-card .review-meta{color:var(--color-ink-muted);font-size:.8rem}.review-card .review-meta strong{color:var(--color-primary)}.alert-cta{background:var(--color-surface);border:1px dashed var(--color-primary);border-radius:var(--radius-lg);padding:var(--space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap}.alert-cta form{display:flex;gap:var(--space-2);flex:1;min-width:260px}.alert-cta input[type="email"]{flex:1}