*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(175deg,#F7F8FA 0,#EEF0F4 40%,#F7F8FA 100%);color:#111;min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;position:relative;letter-spacing:-0.01em}.status-pill{position:fixed;top:12px;left:50%;transform:translateX(-50%);z-index:100;background:#fff;border:1px solid #e2e6ec;border-radius:60px;padding:8px 18px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#111;letter-spacing:-0.005em;box-shadow:0 1px 4px rgba(0,0,0,0.04);animation:pillSlideDown .6s cubic-bezier(0.22,0.61,0.36,1) forwards;white-space:nowrap;user-select:none}.status-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,0.5)}50%{box-shadow:0 0 0 8px rgba(34,197,94,0)}}@keyframes pillSlideDown{from{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.main-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:620px;width:100%;gap:clamp(10px,2.5vh,20px);flex-shrink:1;padding-top:30px}.logo-wrap{margin-bottom:2px;flex-shrink:0}.logo-wrap img{height:clamp(28px,4vw,38px);width:auto;display:block;opacity:.92}h1{font-size:clamp(1.6rem,4.5vw,2.8rem);font-weight:700;letter-spacing:-0.025em;line-height:1.15;color:#111;max-width:520px;margin:0 auto;flex-shrink:0}.subtitle-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;flex-shrink:0;max-width:520px}.subtitle-strip span{background:#e8ecf2;color:#3a3f4a;font-size:clamp(0.7rem,1.3vw,0.8rem);font-weight:700;padding:6px 13px;border-radius:40px;letter-spacing:-0.005em;white-space:nowrap;flex-shrink:0}.cta-wrap{flex-shrink:0;width:100%;max-width:560px;position:relative}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;background:#FFFC00;color:#111;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:clamp(0.9rem,2vw,1.15rem);font-weight:700;letter-spacing:-0.012em;padding:clamp(16px,3vh,22px) clamp(20px,4vw,40px);border:none;border-radius:100px;cursor:pointer;text-decoration:none;line-height:1.35;text-align:center;transition:transform .2s ease,box-shadow .25s ease;animation:ctaPulse 3s ease-in-out infinite;position:relative;outline:none;box-shadow:0 4px 18px rgba(255,252,0,0.32);min-height:56px;user-select:none;-webkit-tap-highlight-color:transparent}.cta-button:focus-visible{outline:3px solid #111;outline-offset:4px;box-shadow:0 6px 24px rgba(255,252,0,0.45)}.cta-button:hover{transform:scale(1.025);box-shadow:0 8px 28px rgba(255,252,0,0.45);animation:none}.cta-button:active{transform:scale(0.98);box-shadow:0 2px 10px rgba(255,252,0,0.35);transition:transform .08s ease,box-shadow .08s ease}@keyframes ctaPulse{0%,100%{box-shadow:0 4px 18px rgba(255,252,0,0.32)}50%{box-shadow:0 6px 30px rgba(255,252,0,0.5),0 0 0 10px rgba(255,252,0,0.12)}}.lock-icon{flex-shrink:0;width:clamp(15px,2vw,19px);height:clamp(15px,2vw,19px);transition:filter .3s ease,transform .3s ease;position:relative;color:#111}.cta-button:hover .lock-icon{filter:drop-shadow(0 0 6px rgba(17,17,17,0.35));animation:lockShimmer .7s ease-out}@keyframes lockShimmer{0%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(17,17,17,0))}40%{transform:scale(1.18);filter:drop-shadow(0 0 10px rgba(17,17,17,0.4))}100%{transform:scale(1);filter:drop-shadow(0 0 4px rgba(17,17,17,0.25))}}.encryption-preview{flex-shrink:0;background:#fff;border:1px solid #e8ecf2;border-radius:16px;padding:clamp(12px,2vh,18px) clamp(16px,3vw,24px);display:flex;align-items:center;gap:10px;box-shadow:0 1px 3px rgba(0,0,0,0.03);max-width:420px;width:100%;flex-wrap:wrap;justify-content:center;min-height:48px;transition:border-color .4s ease}.encryption-preview.resolved{border-color:#22c55e}.step-indicators{display:flex;gap:6px;align-items:center;flex-shrink:0}.step-bar{width:clamp(50px,10vw,70px);height:8px;border-radius:10px;background:#e8ecf2;position:relative;overflow:hidden;transition:background .5s ease,width .5s ease,border-radius .5s ease}.step-bar.skeleton{background:linear-gradient(90deg,#e8ecf2 25%,#f4f6f8 50%,#e8ecf2 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.step-bar.resolved-step{width:24px;height:24px;border-radius:50%;background:#22c55e;animation:none;flex-shrink:0}.step-bar.resolved-step::after{content:'';position:absolute;top:5px;left:7px;width:8px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);border-radius:1px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.encryption-status-text{font-size:clamp(0.65rem,1.1vw,0.75rem);font-weight:700;color:#89a;letter-spacing:-0.005em;white-space:nowrap;transition:color .5s ease}.encryption-status-text.resolved-text{color:#22c55e}.activity-ticker{flex-shrink:0;background:#eef1f5;border-radius:30px;padding:7px 16px;font-size:clamp(0.6rem,1vw,0.7rem);font-weight:400;color:#6b7280;letter-spacing:-0.005em;text-align:center;min-height:28px;display:flex;align-items:center;gap:6px;transition:opacity .35s ease;max-width:420px;width:auto;white-space:nowrap;user-select:none}.ticker-dot{width:5px;height:5px;border-radius:50%;background:#FFFC00;border:1px solid rgba(17,17,17,0.12);flex-shrink:0;animation:dotPulse 2s ease-in-out infinite}@media(max-width:480px){body{padding:10px;justify-content:flex-start;padding-top:60px}.status-pill{top:8px;padding:6px 14px;font-size:10px;gap:5px}.status-dot{width:5px;height:5px}.main-content{gap:clamp(6px,1.8vh,12px);padding-top:18px}.cta-button{padding:14px 18px;font-size:.85rem;min-height:48px;border-radius:80px}.step-bar{width:42px;height:7px}.step-bar.resolved-step{width:20px;height:20px}.step-bar.resolved-step::after{top:4px;left:5px;width:7px;height:10px;border-width:0 1.5px 1.5px 0}.encryption-preview{gap:6px;border-radius:12px;padding:10px 14px}.activity-ticker{font-size:.6rem;padding:5px 12px}.subtitle-strip span{font-size:.65rem;padding:4px 10px}h1{font-size:1.35rem;max-width:300px}}@media(max-height:640px){body{justify-content:flex-start;padding-top:50px;gap:2px}.status-pill{top:4px;padding:5px 12px;font-size:10px}.main-content{gap:5px;padding-top:8px}.cta-button{padding:10px 16px;font-size:.78rem;min-height:40px;border-radius:60px}h1{font-size:1.2rem;max-width:280px}.encryption-preview{padding:8px 12px;gap:4px;border-radius:10px}.step-bar{width:35px;height:6px}.step-bar.resolved-step{width:16px;height:16px}.step-bar.resolved-step::after{top:3px;left:4px;width:6px;height:8px;border-width:0 1.2px 1.2px 0}.activity-ticker{font-size:.55rem;padding:4px 10px}.subtitle-strip span{font-size:.6rem;padding:3px 8px}.logo-wrap img{height:22px}}@media(min-width:1200px){.main-content{max-width:680px;gap:22px}h1{font-size:3rem;max-width:600px}.cta-button{font-size:1.2rem;padding:24px 44px;max-width:600px}}