*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f9f8f6;color:#161616;font-family:'Roboto',sans-serif;height:100dvh;overflow:hidden;display:flex;flex-direction:column;border-top:4px solid #e1000f}header{display:flex;justify-content:space-between;align-items:center;padding:1rem 5vw;background:#fff;border-bottom:1px solid #e5e5e5;height:70px}header img{height:32px;width:auto}.sec-badge{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;color:#161616;background:#f0f9f4;padding:.3rem .6rem;border:1px solid #c3e6cb}.pulse-lock{width:14px;height:14px;color:#006400;position:relative}.pulse-lock::after{content:'';position:absolute;inset:-2px;border-radius:50%;border:2px solid #006400;animation:pulse 2s infinite}main{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:1rem;z-index:1}main::before{content:'';position:absolute;inset:0;background:linear-gradient(#e5e5e5 1px,transparent 1px),linear-gradient(90deg,#e5e5e5 1px,transparent 1px);background-size:40px 40px;opacity:.4;z-index:-1}.card{background:#fff;border:1px solid #e5e5e5;border-left:4px solid #000091;padding:clamp(1.5rem,4vw,3rem);max-width:760px;width:100%;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.04)}.badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.badge{border:1px solid #161616;padding:.25rem .5rem;font-size:.7rem;text-transform:uppercase;font-weight:700;letter-spacing:.5px}h1{font-size:clamp(2rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:#161616}p.desc{font-size:clamp(.95rem,2vw,1.15rem);line-height:1.6;color:#3a3a3a;margin:0 auto 2.5rem;max-width:600px}.cta-wrap{position:relative;max-width:420px;margin:0 auto;width:100%}.cta{display:flex;align-items:center;justify-content:center;background:#000091;color:#fff;text-decoration:none;font-size:clamp(1rem,2vw,1.25rem);font-weight:700;padding:1.25rem 1rem;width:100%;border:none;cursor:pointer;transition:background .2s;position:relative;overflow:hidden}.cta:hover,.cta:focus{background:#000070;outline:2px solid #161616;outline-offset:2px}.cta.ld .t{opacity:0}.skel{position:absolute;inset:0;background:#000070;display:none;align-items:center;justify-content:center}.cta.ld .skel{display:flex}.skel-bar{width:60%;height:8px;background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.reassure{display:flex;gap:clamp(.5rem,2vw,1.5rem);justify-content:center;margin-top:2rem;flex-wrap:wrap}.r-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#555;font-weight:700}.r-item svg{width:16px;height:16px;color:#000091}.fixed-btm{position:fixed;bottom:1.5rem;z-index:10;font-size:.75rem;font-weight:700;background:#fff;border:1px solid #e5e5e5;padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 10px rgba(0,0,0,.05)}.st-l{left:1.5rem}.st-r{right:1.5rem;background:#161616;color:#fff;border:none;transition:opacity .3s}.dot{width:8px;height:8px;background:#008941;border-radius:50%;animation:pulse 2s infinite}footer{text-align:center;padding:1rem;font-size:.75rem;color:#666;background:#fff;border-top:1px solid #e5e5e5;height:50px}footer a{color:#666;text-decoration:none}footer a:hover{text-decoration:underline}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,100,0,.4)}70%{box-shadow:0 0 0 4px rgba(0,100,0,0)}100%{box-shadow:0 0 0 0 rgba(0,100,0,0)}}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@media(max-width:768px){.fixed-btm{display:none}body{height:auto;min-height:100dvh}main{align-items:flex-start}header{padding:1rem}}