*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;height:100dvh;overflow:hidden}body{font-family:'Archivo',sans-serif;background:radial-gradient(ellipse at 50% 0,rgba(99,102,241,0.12) 0,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(168,85,247,0.06) 0,transparent 50%),linear-gradient(180deg,#08080E 0,#0C0C18 35%,#14142E 70%,#0A0A14 100%);color:#fff;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.film-grain{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.035;z-index:50;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}header{flex-shrink:0;padding:20px 24px;display:flex;align-items:center;z-index:2}.logo-link{display:inline-flex;align-items:center;text-decoration:none;border-radius:8px}.logo-link:focus-visible{outline:2px solid #FF8C42;outline-offset:3px}.logo-link img{height:40px;width:auto;display:block}main{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1;min-height:0}.hero-card{position:relative;max-width:640px;width:100%;background:linear-gradient(rgba(255,255,255,0.03),rgba(255,255,255,0.03)) padding-box,linear-gradient(180deg,rgba(255,255,255,0.12),rgba(255,255,255,0.04)) border-box;border:1px solid transparent;border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 24px 48px rgba(0,0,0,0.4),0 8px 16px rgba(0,0,0,0.2);padding:clamp(24px,5vw,48px) clamp(20px,4vw,40px);display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.ray{position:absolute;top:-1px;width:2px;height:180px;background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02) 60%,transparent);transform-origin:top center;pointer-events:none;z-index:0}.ray-1{left:18%;transform:rotate(18deg);animation:ray-pulse 22s ease-in-out infinite}.ray-2{left:52%;transform:rotate(-12deg);animation:ray-pulse 19s ease-in-out infinite 3s}.ray-3{left:78%;transform:rotate(8deg);animation:ray-pulse 24s ease-in-out infinite 6s}@keyframes ray-pulse{0%,100%{opacity:.04}50%{opacity:.06}}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:clamp(16px,2.5vw,24px);width:100%}.hero-title{font-weight:900;letter-spacing:-0.02em;line-height:1.05;font-size:clamp(2rem,6vw,3.5rem);color:#FFF;max-width:100%}.hero-title .accent{background:linear-gradient(135deg,#FF6B35 0,#FF8C42 40%,#FFF 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-text{font-weight:400;line-height:1.6;font-size:clamp(1rem,2vw,1.125rem);color:rgba(255,255,255,0.85);max-width:560px}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:16px 32px;background:linear-gradient(135deg,#FF6B35,#FF8C42);color:#0A0A0F;border-radius:14px;text-decoration:none;font-weight:700;font-size:1.0625rem;letter-spacing:.01em;box-shadow:0 8px 24px rgba(255,107,53,0.35);transition:filter 180ms ease,transform 180ms ease,box-shadow 180ms ease;min-width:200px;text-align:center}.cta:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 12px 32px rgba(255,107,53,0.45)}.cta:focus-visible{outline:2px solid #FF8C42;outline-offset:3px}.cta:active{transform:translateY(0);filter:brightness(0.98)}.chip{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:.875rem;font-weight:400;color:rgba(255,255,255,0.8);cursor:default;user-select:none;-webkit-user-select:none;tab-index:0;outline:none;transition:border-color 180ms ease}.chip:focus-visible{outline:2px solid #FF8C42;outline-offset:3px}.chip-dot{width:8px;height:8px;border-radius:50%;background:#FF6B35;box-shadow:0 0 8px rgba(255,107,53,0.6);flex-shrink:0}.chip-label{font-weight:400}.chip-value{font-weight:700;color:#fff;min-width:7.5em;text-align:left;transition:opacity 300ms ease;display:inline-block}footer{flex-shrink:0;padding:16px 24px;display:flex;align-items:center;justify-content:center;z-index:2}footer span{font-size:.75rem;font-weight:400;color:rgba(255,255,255,0.45);letter-spacing:.02em}@media(max-width:480px){.hero-card{padding:24px 20px;border-radius:16px}.cta{min-width:100%;padding:16px 24px;font-size:1rem}.chip{font-size:.8125rem;padding:8px 16px}.hero-title{font-size:clamp(1.75rem,7vw,2.25rem)}}@media(prefers-reduced-motion:reduce){.ray{animation:none}.chip-value{transition:none}.cta{transition:none}.cta:hover{transform:none;filter:none}}@media(hover:none) and (pointer:coarse){.cta:hover{transform:none;filter:none}.cta:active{filter:brightness(0.98)}}