*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f8fafc;color:#0b1a33;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;min-height:-webkit-fill-available;background:linear-gradient(180deg,#f8fafc 0,#eef2f6 100%);position:relative}header{position:absolute;top:0;left:0;width:100%;padding:clamp(16px,3vw,24px) clamp(20px,5vw,40px);display:flex;justify-content:space-between;align-items:center;z-index:10}header img{height:clamp(28px,5vw,36px);width:auto;display:block}.trust-badge{display:flex;align-items:center;gap:8px;background:#0b1a33;color:#e0f2e9;font-size:clamp(11px,1.6vw,13px);font-weight:700;padding:8px 14px;border-radius:40px;letter-spacing:.02em;white-space:nowrap}.trust-badge span{width:8px;height:8px;border-radius:50%;background:#00e676;box-shadow:0 0 8px #00e676;animation:pulse 1.4s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}main{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:720px;padding:clamp(20px,4vw,40px);flex:1;z-index:5;margin-top:clamp(60px,10vh,100px)}.shield-icon{margin-bottom:clamp(16px,3vw,24px);display:flex;align-items:center;justify-content:center}.shield-icon svg{width:clamp(48px,10vw,64px);height:clamp(48px,10vw,64px);fill:none;stroke:#0b1a33;stroke-width:2;overflow:visible}.shield-icon svg path,.shield-icon svg circle,.shield-icon svg line{stroke:#0b1a33}.shield-icon svg .check{stroke:#00c853;stroke-width:3}@keyframes confirmDraw{0%{stroke-dashoffset:50}100%{stroke-dashoffset:0}}.confirmed .shield-icon svg .check{stroke-dasharray:50;stroke-dashoffset:50;animation:confirmDraw .4s ease forwards}h1{font-size:clamp(28px,7vw,52px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#0b1a33;margin-bottom:clamp(10px,2vw,16px);max-width:600px}p.subhead{font-size:clamp(16px,3vw,20px);font-weight:400;line-height:1.4;color:#2c3e5a;max-width:520px;margin-bottom:clamp(24px,5vw,36px)}.cta-wrapper{width:100%;max-width:520px;position:relative}.cta-button{display:flex;align-items:center;justify-content:center;width:100%;padding:clamp(16px,3vw,20px) clamp(20px,4vw,28px);font-size:clamp(18px,3.5vw,24px);font-weight:700;letter-spacing:-.01em;text-decoration:none;color:#fff;background:#0b1a33;border:2px solid #0b1a33;border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;outline:none;gap:10px;box-shadow:0 8px 24px rgba(11,26,51,.18)}.cta-button:focus-visible{box-shadow:0 0 0 4px #00c853,0 8px 24px rgba(11,26,51,.18)}.cta-button:hover,.cta-button:active{background:#00c853;border-color:#00c853;box-shadow:0 12px 28px rgba(0,200,83,.35);transform:translateY(-1px)}.cta-button .padlock{display:inline-flex;align-items:center;transition:transform .25s ease}.cta-button .padlock svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.5}.cta-button:hover .padlock{transform:scale(1.1)}.cta-button.confirmed .padlock svg{animation:lockConfirm .5s ease}.trust-triggers{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(12px,2.5vw,20px);margin-top:clamp(20px,4vw,32px);width:100%;max-width:520px}.trigger-item{background:rgba(255,255,255,.8);backdrop-filter:blur(8px);border-radius:40px;padding:8px 16px;font-size:clamp(11px,1.8vw,13px);font-weight:700;color:#0b1a33;display:flex;align-items:center;gap:7px;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid rgba(11,26,51,.06);letter-spacing:.01em}.trigger-item .dot{width:7px;height:7px;border-radius:50%;background:#00c853;opacity:.9}.activity-ticker{font-size:clamp(10px,1.5vw,12px);font-weight:400;color:#445570;margin-top:clamp(16px,3vw,24px);display:flex;align-items:center;gap:6px;opacity:.85}.activity-ticker .live-dot{width:6px;height:6px;background:#00c853;border-radius:50%;animation:pulse 1.4s infinite}.countdown-bar{width:100%;max-width:520px;height:4px;background:#e0e6ed;border-radius:8px;margin-top:clamp(10px,2vw,16px);overflow:hidden}.countdown-bar-fill{width:100%;height:100%;background:#00c853;border-radius:8px;animation:countdownShrink 1.8s ease-in-out infinite}@keyframes countdownShrink{0%{width:100%}90%{width:5%}100%{width:5%}}.feature-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(8px,1.5vw,12px);margin-top:clamp(12px,2.5vw,20px);max-width:520px}.feature-pill{font-size:clamp(11px,1.6vw,13px);font-weight:700;color:#0b1a33;background:#fff;border:1px solid #dce3eb;border-radius:40px;padding:8px 16px;white-space:nowrap;display:flex;align-items:center;gap:6px;box-shadow:0 1px 4px rgba(0,0,0,.03)}.feature-pill svg{width:14px;height:14px;fill:none;stroke:#00c853;stroke-width:2.5;flex-shrink:0}footer{width:100%;padding:clamp(12px,2vw,16px) clamp(16px,3vw,24px);display:flex;justify-content:center;align-items:center;gap:16px;font-size:clamp(10px,1.4vw,12px);color:#5c6b82;z-index:5;flex-wrap:wrap}footer a{color:#5c6b82;text-decoration:none;font-weight:500}footer a:hover{color:#0b1a33}@media(max-width:480px){.trust-triggers{flex-direction:column;align-items:center}}