.hero{position:relative;min-height:100vh;padding:5rem 0 4rem;display:flex;align-items:center;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 15% 25%,rgba(234,0,53,.16),transparent 60%),radial-gradient(ellipse 70% 50% at 100% 100%,rgba(234,0,53,.08),transparent 65%),var(--color-bg)}.hero-glow{position:absolute;top:-20%;right:-10%;width:60%;height:80%;background:radial-gradient(circle,rgba(234,0,53,.18) 0%,transparent 60%);filter:blur(60px);z-index:0;pointer-events:none}.hero-container{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}.hero-copy{max-width:640px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid rgba(234,0,53,.35);background:var(--color-accent-soft);border-radius:var(--radius-pill);font-size:.8125rem;font-weight:600;color:#ffb3c3;margin-bottom:1.5rem;letter-spacing:.02em}.hero-badge-dot{width:8px;height:8px;background:var(--color-accent);border-radius:50%;box-shadow:0 0 0 3px #ea003540;animation:dot-pulse 2s ease-in-out infinite}@keyframes dot-pulse{50%{box-shadow:0 0 0 6px #ea00351a}}.hero-title{font-family:var(--font-display);font-weight:900;font-size:clamp(2.25rem,5.5vw,4.25rem);line-height:1.02;letter-spacing:-.025em;margin:0 0 1.5rem}.hero-title-accent{background:linear-gradient(100deg,var(--color-accent) 0%,#ff5c82 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline}.hero-sub{font-size:clamp(1rem,1.5vw,1.1875rem);line-height:1.6;color:var(--color-text-muted);margin:0 0 2.25rem;max-width:560px}.hero-sub strong{color:#fff;font-weight:600}.hero-actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:2.25rem}.hero-proof{display:inline-flex;align-items:center;gap:.875rem;padding:.75rem 1.125rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:#ffffff05;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);line-height:1.3}.hero-proof-stars{color:#ffb800;font-size:.95rem;letter-spacing:2px;flex-shrink:0}.hero-proof-line{font-size:.875rem;color:var(--color-text-muted);margin:0}.hero-proof-line strong{color:#fff;font-weight:700}.hero-image-wrap{position:relative;justify-self:center;aspect-ratio:3 / 4;width:100%;max-width:440px}.hero-image-glow{position:absolute;inset:10% -10% -10% 10%;background:linear-gradient(135deg,rgba(234,0,53,.5),transparent 70%);filter:blur(40px);border-radius:var(--radius-lg);z-index:0}.hero-image{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:var(--radius-lg);border:1px solid var(--color-border-strong);box-shadow:var(--shadow-lg)}.hero-image-stat{position:absolute;bottom:1.25rem;left:-1rem;z-index:2;background:#fff;color:#000;padding:.875rem 1.125rem;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.625rem}.hero-image-stat strong{font-family:var(--font-display);font-size:2rem;font-weight:900;line-height:1;color:var(--color-accent)}.hero-image-stat span{font-size:.75rem;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.03em;color:#000}@media(max-width:860px){.hero{padding:6rem 0 3rem;min-height:auto}.hero-container{grid-template-columns:1fr;gap:2.5rem;text-align:left}.hero-image-wrap{max-width:320px;order:-1;margin:0 auto}.hero-image-stat{left:0;bottom:.75rem;padding:.75rem .9rem}.hero-image-stat strong{font-size:1.625rem}.hero-actions .btn{flex:1 1 100%}.hero-proof{width:100%}}@media(max-width:480px){.hero-badge{font-size:.75rem;padding:.4rem .85rem}.hero-proof{display:flex;flex-wrap:wrap;padding:.75rem 1rem;gap:.5rem .75rem;border-radius:var(--radius-md)}.hero-proof-line{font-size:.8125rem}}
