*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:none;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#08080f;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation}body{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;min-height:100vh;position:relative}.aurora{position:fixed;top:0;left:0;width:100%;height:40%;pointer-events:none;z-index:0;background:radial-gradient(ellipse 80% 60% at 30% 20%,rgba(255,46,130,0.06) 0,transparent 50%),radial-gradient(ellipse 60% 50% at 70% 30%,rgba(147,51,234,0.05) 0,transparent 50%),radial-gradient(ellipse 70% 55% at 50% 10%,rgba(249,115,22,0.04) 0,transparent 50%);animation:auroraDrift 8s ease-in-out infinite}@keyframes auroraDrift{0%,100%{transform:translateX(0)}25%{transform:translateX(4px)}50%{transform:translateX(0)}75%{transform:translateX(-4px)}}.main-wrap{position:relative;z-index:1;width:100%;max-width:680px;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;height:100vh;gap:clamp(10px,2vh,20px)}.trust-strip{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,0.5);text-align:center;padding:6px 0;flex-shrink:0;order:0}.hero-section{text-align:center;flex-shrink:0;order:1;margin-bottom:clamp(24px,4vh,48px)}.hero-section h1{font-size:clamp(48px,7vw,72px);font-weight:700;line-height:1.08;letter-spacing:-0.02em;color:#fff;margin:0}.hero-section .subhead{font-size:clamp(15px,1.8vw,18px);color:rgba(255,255,255,0.65);margin-top:clamp(12px,2vh,20px);line-height:1.4;max-width:480px;margin-left:auto;margin-right:auto}.benefits-row{display:flex;gap:4px;flex-shrink:0;order:2;padding-left:16px;width:100%;max-width:420px;flex-wrap:wrap;justify-content:center}.glass-card{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:5px;background:rgba(255,255,255,0.06);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.06);font-size:13px;font-weight:500;color:rgba(255,255,255,0.85);white-space:nowrap;flex-shrink:0;opacity:0;animation:cardFadeUp .55s ease-out forwards}.glass-card:nth-child(1){animation-delay:.05s}.glass-card:nth-child(2){animation-delay:.15s}.glass-card:nth-child(3){animation-delay:.25s}.glass-card svg{width:24px;height:24px;flex-shrink:0;opacity:.9}@keyframes cardFadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(hover:hover){.glass-card:hover{transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 4px 16px rgba(0,0,0,0.3);transition:transform .2s ease,box-shadow .2s ease}}.cta-button{display:flex;align-items:center;justify-content:center;height:56px;width:96%;max-width:420px;border-radius:28px;background:#FF2E82;color:#fff;font-size:17px;font-weight:700;text-decoration:none;letter-spacing:.01em;border:1px solid rgba(255,255,255,0.3);cursor:pointer;flex-shrink:0;order:3;position:relative;z-index:2;box-shadow:0 0 24px rgba(255,46,130,0.35),0 8px 32px rgba(255,46,130,0.15);animation:ctaPulse 4s ease-in-out infinite;transition:transform .1s ease,border-color .1s ease,box-shadow .1s ease;outline:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.cta-button:focus-visible{outline:2px solid #FF2E82;outline-offset:3px;box-shadow:0 0 32px rgba(255,46,130,0.6)}.cta-button:active{transform:scale(0.97);border-color:rgba(255,255,255,0.55);box-shadow:0 0 14px rgba(255,46,130,0.25)}@keyframes ctaPulse{0%,100%{box-shadow:0 0 24px rgba(255,46,130,0.35),0 8px 32px rgba(255,46,130,0.15)}50%{box-shadow:0 0 38px rgba(255,46,130,0.55),0 12px 40px rgba(255,46,130,0.28)}}.status-row{display:flex;align-items:center;gap:16px;flex-shrink:0;order:4;flex-wrap:wrap;justify-content:center}.loading-indicator{font-size:14px;font-family:'Courier New',monospace;color:rgba(255,255,255,0.55);letter-spacing:.02em;white-space:nowrap}.secure-badge{display:flex;align-items:center;gap:7px;font-size:12px;color:rgba(255,255,255,0.45);white-space:nowrap}.secure-dot{width:7px;height:7px;border-radius:50%;background:#34d399;animation:securePulse 2.5s ease-in-out infinite;flex-shrink:0}@keyframes securePulse{0%,100%{opacity:1;box-shadow:0 0 4px rgba(52,211,153,0.6)}50%{opacity:.5;box-shadow:0 0 8px rgba(52,211,153,0.9)}}.activity-ticker{font-size:12px;color:rgba(255,255,255,0.32);text-align:center;flex-shrink:0;order:5;min-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}footer{flex-shrink:0;order:6;font-size:12px;color:rgba(255,255,255,0.25);text-align:center;padding:4px 0}@media(prefers-reduced-motion:reduce){.aurora{animation:none}.glass-card{animation:none;opacity:1}.cta-button{animation:none}.secure-dot{animation:none}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:480px){.main-wrap{padding:0 12px;gap:clamp(6px,1.5vh,14px)}.hero-section h1{font-size:clamp(40px,10vw,56px)}.benefits-row{gap:3px;padding-left:8px}.glass-card{padding:8px 10px;font-size:11px;gap:5px}.glass-card svg{width:20px;height:20px}.cta-button{width:96%;font-size:15px;height:50px;border-radius:25px}.trust-strip{font-size:10px}.hero-section .subhead{font-size:14px}.status-row{gap:10px}}@media(max-width:360px){.glass-card{font-size:10px;padding:7px 8px}.glass-card svg{width:18px;height:18px}.benefits-row{gap:2px;padding-left:4px}.hero-section h1{font-size:clamp(34px,9vw,44px)}.cta-button{font-size:14px;height:46px;border-radius:23px}}