*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#0a0a0a;--bg2:#111111;--bg3:#1a1a1a;--purple:#a855f7;--purple-dim:#7c3aed;--gold:#f59e0b;--text:#f5f5f5;--muted:#888;--border:#222}
html{font-size:16px;scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:'DM Sans',system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:'Bebas Neue',system-ui,sans-serif;letter-spacing:.02em;line-height:1.1}
a{color:inherit;text-decoration:none}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;background:rgba(10,10,10,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}
.nav-logo{font-family:'Bebas Neue',sans-serif;font-size:1.5rem;letter-spacing:.08em;color:var(--purple)}
.nav-tagline{font-size:.8rem;color:var(--muted);letter-spacing:.05em}

/* HERO */
.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;max-width:1200px;margin:0 auto}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.hero-eyebrow{font-size:.75rem;letter-spacing:.2em;color:var(--purple);margin-bottom:1.5rem;font-weight:600}
.hero-headline{font-size:clamp(3rem,8vw,6rem);color:var(--text);margin-bottom:1.5rem}
.hero-accent{color:var(--purple)}
.hero-sub{font-size:1.1rem;color:var(--muted);max-width:440px;line-height:1.7}
.hero-right{display:flex;flex-direction:column;align-items:center;gap:2rem}
.avatar-frame{position:relative;width:280px;height:340px}
.avatar-glow{position:absolute;inset:-20px;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.3) 0%,transparent 70%);filter:blur(20px)}
.avatar-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding-top:20px}
.avatar-head{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-dim));margin-bottom:8px}
.avatar-torso{width:120px;height:160px;background:linear-gradient(180deg,var(--purple) 0%,#6d28d9 100%);clip-path:polygon(20% 0%,80% 0%,100% 100%,0% 100%);position:relative}
.avatar-torso::before{content:'';position:absolute;top:10px;left:50%;transform:translateX(-50%);width:30px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:4px}
.avatar-label{font-family:'Bebas Neue',sans-serif;font-size:.9rem;letter-spacing:.15em;color:var(--purple);margin-top:8px}
.wave-bars{display:flex;gap:4px;align-items:flex-end;height:32px;margin-top:10px}
.bar{width:5px;background:var(--gold);border-radius:2px;animation:wave 1s ease-in-out infinite alternate}
.bar:nth-child(2){animation-delay:.1s}
.bar:nth-child(3){animation-delay:.2s}
.bar:nth-child(4){animation-delay:.3s}
.bar:nth-child(5){animation-delay:.4s}
.bar:nth-child(6){animation-delay:.5s}
@keyframes wave{0%{height:8px}100%{height:32px}}
.speech-bubble{position:absolute;bottom:-20px;left:50%;transform:translateX(-60%);background:var(--bg3);border:1px solid var(--purple);border-radius:8px;padding:.5rem 1rem;font-size:.85rem;color:var(--purple);white-space:nowrap}
.speech-bubble::before{content:'';position:absolute;top:-8px;left:20px;border:4px solid transparent;border-bottom-color:var(--purple)}
.hero-cars{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:300px}
.car-chip{background:var(--bg3);border:1px solid var(--border);border-radius:100px;padding:.3rem .9rem;font-size:.75rem;color:var(--muted)}

/* HOW IT WORKS */
.howitworks{padding:6rem 2rem;background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-header{text-align:center;margin-bottom:4rem}
.section-eyebrow{font-size:.7rem;letter-spacing:.25em;color:var(--purple);font-weight:600;margin-bottom:.75rem}
.section-title{font-size:clamp(2rem,5vw,3.5rem);color:var(--text)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}
.step-card{background:var(--bg3);border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem;text-align:left}
.step-num{font-family:'Bebas Neue',sans-serif;font-size:4rem;color:rgba(168,85,247,.2);margin-bottom:1rem;line-height:1}
.step-title{font-size:1.4rem;margin-bottom:.75rem;color:var(--text)}
.step-desc{font-size:.9rem;color:var(--muted);line-height:1.6}

/* THE GARAGE */
.thegarage{padding:6rem 2rem;max-width:1200px;margin:0 auto}
.garage-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.garage-title{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}
.garage-desc{color:var(--muted);font-size:1rem;line-height:1.7;margin-bottom:2rem}
.repair-tags{display:flex;flex-wrap:wrap;gap:.5rem}
.repair-tag{background:rgba(168,85,247,.1);border:1px solid rgba(168,85,247,.3);color:var(--purple);border-radius:6px;padding:.35rem .8rem;font-size:.8rem}
.garage-visual{display:flex;justify-content:center}
.garage-window{background:var(--bg2);border:1px solid var(--border);border-radius:16px;padding:3rem;width:100%;max-width:400px;position:relative;overflow:hidden}
.garage-window::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--purple),var(--gold))}
.garage-car{position:relative;height:100px;margin-bottom:2rem}
.car-body{position:absolute;top:30px;left:50%;transform:translateX(-50%);width:200px;height:50px;background:linear-gradient(135deg,#444,#333);border-radius:8px 8px 4px 4px}
.car-body::before{content:'';position:absolute;top:-25px;left:40px;width:90px;height:30px;background:#3a3a3a;border-radius:4px 4px 0 0}
.car-wheel{position:absolute;bottom:-15px;width:36px;height:36px;background:#222;border:3px solid #555;border-radius:50%}
.car-wheel-l{left:30px}
.car-wheel-r{right:30px}
.garage-tools{display:flex;gap:1rem;justify-content:center}
.tool{width:40px;height:40px;border-radius:8px;opacity:.5}
.wrench{background:linear-gradient(135deg,#888,#555)}
.socket{background:linear-gradient(135deg,#666,#333)}
.jack{background:linear-gradient(135deg,#555,#222)}

/* MEET YOUR GAL */
.meetyourgal{padding:6rem 2rem;background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.gal-inner{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:center;max-width:1100px;margin:0 auto}
.portrait-ring{width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.15) 0%,transparent 70%);display:flex;align-items:center;justify-content:center}
.portrait-avatar{width:200px;height:200px;background:linear-gradient(135deg,var(--bg3),var(--bg));border:2px solid var(--purple);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.portrait-head{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-dim));margin-bottom:5px}
.portrait-body{width:80px;height:90px;background:linear-gradient(180deg,var(--purple),#6d28d9);clip-path:polygon(20% 0%,80% 0%,100% 100%,0% 100%)}
.portrait-name{font-family:'Bebas Neue',sans-serif;font-size:.8rem;letter-spacing:.1em;color:var(--purple);margin-top:5px}
.gal-status{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;color:var(--muted);justify-content:center}
.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.gal-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}
.gal-desc{color:var(--muted);line-height:1.7;margin-bottom:2rem}
.gal-claims{display:flex;flex-direction:column;gap:.75rem}
.claim{display:flex;align-items:center;gap:.75rem;font-size:.95rem}
.claim-icon{color:var(--purple);font-size:1.1rem}

/* CLOSING */
.closing{padding:8rem 2rem;text-align:center;background:linear-gradient(180deg,var(--bg) 0%,var(--bg2) 100%)}
.closing-inner{max-width:700px;margin:0 auto}
.closing-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem;line-height:1.2}
.closing-sub{color:var(--muted);font-size:1.1rem;line-height:1.7}

/* FOOTER */
.footer{padding:2.5rem 2rem;border-top:1px solid var(--border)}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.footer-logo{font-family:'Bebas Neue',sans-serif;font-size:1.2rem;letter-spacing:.1em;color:var(--purple)}
.footer-location{font-size:.8rem;color:var(--muted);margin-top:.25rem}
.footer-note{font-size:.85rem;color:var(--muted)}

/* RESPONSIVE */
@media(max-width:768px){
  .hero-inner{grid-template-columns:1fr;text-align:center}
  .hero-left{display:flex;flex-direction:column;align-items:center}
  .hero-sub{max-width:100%}
  .steps-grid{grid-template-columns:1fr}
  .garage-inner{grid-template-columns:1fr}
  .gal-inner{grid-template-columns:1fr;text-align:center}
  .footer-inner{flex-direction:column;gap:1rem;text-align:center}
  .portrait-ring{margin:0 auto}
  .nav-tagline{display:none}
}