*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#0B0B15;--surface:#15151F;--surface2:#1C1C2A;--accent:#FFFC00;--accent2:#FF6B35;--text:#FFF;--muted:#A8A8B8;--border:rgba(255,255,255,.08);--fh:'Space Grotesk',sans-serif;--fb:'Inter',sans-serif}html{scroll-behavior:smooth}body{font-family:var(--fb);background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden;background-image:radial-gradient(ellipse at 50% 65%,rgba(255,252,0,.05) 0,transparent 52%),radial-gradient(ellipse at 18% 22%,rgba(255,107,53,.04) 0,transparent 42%),radial-gradient(ellipse at 82% 80%,rgba(255,252,0,.03) 0,transparent 42%)}img{display:block;max-width:100%}header{display:flex;justify-content:center;align-items:center;padding:clamp(16px,3vw,28px) 20px 0;position:relative;z-index:5}header img{max-height:38px;max-width:170px;width:auto;object-fit:contain}.hero{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(12px,2vw,24px) clamp(16px,4vw,48px) clamp(20px,4vh,48px);gap:clamp(10px,1.8vh,18px);position:relative;z-index:2}h1{font-family:var(--fh);font-weight:700;font-size:clamp(1.7rem,4.5vw,3.2rem);line-height:1.15;max-width:720px;margin:0 auto;letter-spacing:-0.02em}h1 .accent{color:var(--accent)}.hero-support{font-size:clamp(0.95rem,1.7vw,1.15rem);color:var(--muted);line-height:1.55;max-width:540px;margin:0 auto}.centerpiece{display:flex;align-items:center;justify-content:center;width:100%;flex-shrink:1;min-height:0;position:relative}.centerpiece svg{height:clamp(180px,30vh,300px);width:auto;max-width:92vw;display:block;flex-shrink:1;filter:drop-shadow(0 0 35px rgba(255,252,0,.07))}.cta-btn{display:inline-block;background:var(--accent);color:#14141C;font-family:var(--fh);font-weight:700;font-size:clamp(1rem,1.6vw,1.15rem);padding:clamp(14px,2.2vh,18px) clamp(32px,6vw,56px);border-radius:50px;text-decoration:none;letter-spacing:.01em;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 4px 24px rgba(255,252,0,.25);flex-shrink:0;cursor:pointer}.cta-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 34px rgba(255,252,0,.35)}.cta-btn:focus-visible{outline:3px solid var(--accent2);outline-offset:4px;border-radius:50px}.cta-btn:active{transform:translateY(0) scale(.98)}.cta-btn::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:shimmer 3.2s ease-in-out infinite}.under-cta{font-size:clamp(0.78rem,1.3vw,0.9rem);color:var(--muted);flex-shrink:0}.features{max-width:1080px;margin:0 auto;padding:clamp(40px,6vh,72px) clamp(20px,5vw,48px) clamp(32px,5vh,48px);display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2.5vw,28px)}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:clamp(20px,2.5vw,28px);text-align:center;opacity:0;transform:translateY(22px);animation:fadeUp .7s ease-out forwards}.feature-card:nth-child(1){animation-delay:.15s}.feature-card:nth-child(2){animation-delay:.3s}.feature-card:nth-child(3){animation-delay:.45s}.feature-icon{width:44px;height:44px;margin:0 auto 14px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(255,252,0,.1);border:1px solid rgba(255,252,0,.18)}.feature-icon svg{width:22px;height:22px}.feature-card h3{font-family:var(--fh);font-weight:700;font-size:clamp(1rem,1.4vw,1.12rem);margin-bottom:8px;color:var(--text)}.feature-card p{font-size:clamp(0.82rem,1.2vw,0.92rem);color:var(--muted);line-height:1.55}footer{text-align:center;padding:clamp(24px,4vh,40px) 20px;border-top:1px solid var(--border);background:var(--surface)}footer .footer-brand{font-family:var(--fh);font-weight:700;font-size:1.1rem;color:var(--text);margin-bottom:6px}footer .footer-note{font-size:.78rem;color:var(--muted)}@keyframes shimmer{0%{left:-100%}55%{left:100%}100%{left:100%}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes floatGhost{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatHeart{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.08)}}@keyframes floatChip{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-7px) rotate(2deg)}}@keyframes growBar{from{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes slideItem{from{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:translateX(0)}}@keyframes pulseGlow{0%,100%{opacity:.06}50%{opacity:.12}}@keyframes sparkle{0%,100%{opacity:.2;transform:scale(.8)}50%{opacity:.7;transform:scale(1.2)}}.floating-ghost{animation:floatGhost 3.4s ease-in-out infinite}.floating-heart{animation:floatHeart 2.8s ease-in-out infinite}.floating-chip{animation:floatChip 3.8s ease-in-out infinite}.bar{transform-box:fill-box;transform-origin:center bottom;animation:growBar .8s ease-out forwards}.bar:nth-of-type(1){animation-delay:.25s}.bar:nth-of-type(2){animation-delay:.3s}.bar:nth-of-type(3){animation-delay:.35s}.bar:nth-of-type(4){animation-delay:.4s}.bar:nth-of-type(5){animation-delay:.45s}.bar:nth-of-type(6){animation-delay:.5s}.bar:nth-of-type(7){animation-delay:.55s}.bf-item{animation:slideItem .6s ease-out forwards;opacity:0}.bf-item:nth-of-type(1){animation-delay:.2s}.bf-item:nth-of-type(2){animation-delay:.33s}.bf-item:nth-of-type(3){animation-delay:.46s}.glow-pulse{animation:pulseGlow 3s ease-in-out infinite}.sparkle-dot{animation:sparkle 2.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.floating-ghost,.floating-heart,.floating-chip,.bar,.bf-item,.glow-pulse,.sparkle-dot{animation:none!important}.feature-card{opacity:1;transform:none;animation:none}}@media(max-width:768px){.features{grid-template-columns:1fr;max-width:480px}.cta-btn{width:100%;max-width:360px;text-align:center}.centerpiece svg{height:clamp(150px,24vh,210px)}}@media(max-width:430px){.hero{gap:8px}.hero-support{font-size:.88rem}.under-cta{font-size:.72rem}.cta-btn{padding:12px 24px;font-size:.95rem;max-width:300px}.feature-card{padding:16px}}@media(min-width:769px){.centerpiece svg{height:clamp(240px,34vh,340px)}}html,body{max-width:100%;overflow-x:clip}