*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0b;--surface:#141416;--glass-bg:rgba(22,22,24,0.75);--text:#f4f4f5;--text-muted:#a1a1aa;--cyan:#00e5ff;--violet:#8b3af0;--pink:#e1306c;--insta-blue:#0095F6;--green:#22c55e;--border-subtle:rgba(255,255,255,0.06);--border-glow:rgba(255,255,255,0.10)}html,body{height:100%;overflow:hidden}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--bg);color:var(--text);display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}body::before{content:'';position:fixed;inset:0;background:radial-gradient(ellipse 80% 60% at 30% 20%,rgba(139,58,240,0.06) 0,transparent 55%),radial-gradient(ellipse 60% 50% at 70% 60%,rgba(225,48,108,0.05) 0,transparent 55%),radial-gradient(ellipse 50% 40% at 50% 80%,rgba(0,229,255,0.025) 0,transparent 50%);pointer-events:none;z-index:0;animation:bgPulse 8s ease-in-out infinite}@keyframes bgPulse{0%,100%{opacity:.7}50%{opacity:1}}@media(prefers-reduced-motion:reduce){body::before{animation:none}}.top-bar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:rgba(10,10,11,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);flex-shrink:0;min-height:46px}.top-bar-left{display:flex;align-items:center;gap:10px}.top-bar-left img{height:28px;width:auto;display:block}.eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cyan);white-space:nowrap}.online-ticker{display:flex;align-items:center;gap:7px;font-size:.7rem;font-weight:500;color:var(--text-muted);white-space:nowrap;letter-spacing:.02em}.online-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;position:relative}.online-dot::after{content:'';position:absolute;inset:-3px;border-radius:50%;background:var(--green);opacity:.35;animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,100%{transform:scale(1);opacity:.35}50%{transform:scale(1.8);opacity:0}}@media(prefers-reduced-motion:reduce){.online-dot::after{animation:none}}.main-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:16px 20px;z-index:1;min-height:0}.glass-card{width:100%;max-width:620px;background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glow);border-radius:24px;padding:clamp(24px,4vw,40px) clamp(20px,4vw,36px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(14px,2.5vw,22px);box-shadow:0 8px 40px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.04) inset,0 0 80px rgba(139,58,240,0.06)}h1{font-size:clamp(2rem,5vw,3.75rem);font-weight:700;line-height:1.15;letter-spacing:-0.02em;background:linear-gradient(135deg,#8b3af0 0,#c026d3 30%,#e1306c 65%,#f97316 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;max-width:520px}.subheader{font-size:clamp(0.9rem,2vw,1.1rem);font-weight:400;line-height:1.55;color:var(--text-muted);max-width:460px}.trust-cards{display:flex;gap:12px;width:100%;max-width:500px;flex-wrap:wrap;justify-content:center}.trust-card{flex:1;min-width:200px;background:rgba(30,30,34,0.7);border:1px solid var(--border-subtle);border-radius:16px;padding:16px 18px;display:flex;align-items:flex-start;gap:12px;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;overflow:hidden}.trust-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,229,255,0.4),rgba(139,58,240,0.3),transparent);opacity:.6}@media(hover:hover){.trust-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,0.5),0 0 0 1px rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.12)}}.trust-card:focus-within{outline:2px solid var(--cyan);outline-offset:2px;border-color:rgba(0,229,255,0.4)}.checkmark-wrap{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:rgba(34,197,94,0.12);display:flex;align-items:center;justify-content:center;margin-top:1px}.checkmark-wrap svg{width:16px;height:16px;display:block}.checkmark-wrap svg circle{fill:none;stroke:#22c55e;stroke-width:2.5;stroke-dasharray:60;stroke-dashoffset:60;animation:drawCheck .6s ease-out .3s forwards}.checkmark-wrap svg polyline{fill:none;stroke:#22c55e;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:20;stroke-dashoffset:20;animation:drawCheck .4s ease-out .6s forwards}@keyframes drawCheck{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.checkmark-wrap svg circle,.checkmark-wrap svg polyline{animation:none;stroke-dashoffset:0}}.trust-card-content{display:flex;flex-direction:column;gap:4px}.trust-question{font-size:.8rem;font-weight:700;color:var(--text);letter-spacing:.01em}.trust-answer{font-size:.78rem;font-weight:400;color:var(--text-muted);line-height:1.4}.badges-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:50px;background:rgba(30,30,34,0.6);border:1px solid var(--border-subtle);font-size:.75rem;font-weight:500;color:var(--text-muted);white-space:nowrap;letter-spacing:.02em}.badge-icon{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.badge-icon svg{width:14px;height:14px;display:block}.badge-verified{border-color:rgba(0,149,246,0.3);color:#d4e4f7}.badge-verified .badge-icon svg{color:#0095F6}.cta-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:360px}.cta-button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:16px 32px;border-radius:50px;background:linear-gradient(135deg,#8b3af0 0,#c026d3 35%,#e1306c 70%,#f97316 100%);color:#fff;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:700;text-decoration:none;letter-spacing:.02em;border:none;cursor:pointer;position:relative;box-shadow:0 8px 32px rgba(139,58,240,0.35),0 4px 16px rgba(225,48,108,0.25),0 16px 48px rgba(139,58,240,0.15);transition:transform .2s ease,box-shadow .3s ease;animation:ctaGlow 3s ease-in-out infinite;outline-offset:4px}.cta-button:focus-visible{outline:3px solid var(--cyan);outline-offset:4px;box-shadow:0 8px 32px rgba(139,58,240,0.5),0 4px 16px rgba(225,48,108,0.35),0 0 0 8px rgba(0,229,255,0.15)}@keyframes ctaGlow{0%,100%{box-shadow:0 8px 32px rgba(139,58,240,0.35),0 4px 16px rgba(225,48,108,0.25),0 16px 48px rgba(139,58,240,0.15)}50%{box-shadow:0 12px 40px rgba(139,58,240,0.5),0 6px 24px rgba(225,48,108,0.35),0 20px 56px rgba(139,58,240,0.22)}}@media(prefers-reduced-motion:reduce){.cta-button{animation:none}}@media(hover:hover){.cta-button:hover{transform:translateY(-1px);box-shadow:0 14px 44px rgba(139,58,240,0.5),0 6px 24px rgba(225,48,108,0.38),0 20px 60px rgba(139,58,240,0.22)}}.cta-microcopy{font-size:.7rem;color:var(--text-muted);letter-spacing:.03em;opacity:.7}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.top-bar{padding:8px 14px;min-height:40px}.top-bar-left img{height:22px}.eyebrow{font-size:.64rem;letter-spacing:.1em}.online-ticker{font-size:.64rem}.glass-card{border-radius:20px;padding:20px 16px;gap:12px}.trust-cards{flex-direction:column;gap:10px}.trust-card{min-width:unset;padding:14px 14px}.badges-row{gap:8px}.badge{padding:7px 10px;font-size:.7rem}.cta-button{padding:14px 24px}}@media(max-height:650px){.glass-card{gap:10px;padding:16px 18px}.trust-cards{gap:8px}.trust-card{padding:12px 14px}.badges-row{gap:6px}.badge{padding:6px 9px;font-size:.68rem}}