:root{--m:#000091;--r:#e1000f;--w:#fff;--b:#f4f5f7;--t:#1a1a1a;--g:#00ac8c}*{box-sizing:border-box}body{margin:0;font-family:'Inter',system-ui,-apple-system,sans-serif;background:var(--b);color:var(--t);height:100dvh;overflow:hidden;display:flex;flex-direction:column;line-height:1.5}.container{flex:1;display:flex;flex-direction:column;padding:1.5rem;max-width:1200px;margin:0 auto;width:100%}header{display:flex;justify-content:space-between;align-items:center}.badge{display:flex;align-items:center;gap:8px;font-size:clamp(.7rem,1.5vw,.85rem);font-weight:800;background:var(--w);padding:8px 16px;border-radius:30px;border:1px solid #e0e0e0;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.04)}.dot{width:10px;height:10px;background:var(--g);border-radius:50%;animation:p 2s infinite}@keyframes p{0%{box-shadow:0 0 0 0 rgba(0,172,140,.4)}70%{box-shadow:0 0 0 6px rgba(0,172,140,0)}100%{box-shadow:0 0 0 0 rgba(0,172,140,0)}}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.5rem}h1{font-weight:800;color:var(--m);font-size:clamp(1.8rem,5vw,4rem);line-height:1.05;margin:0;letter-spacing:-.03em;text-wrap:balance}.sub{font-size:clamp(1rem,2vw,1.25rem);color:#444;max-width:800px;margin:0}.cta-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:1.5rem 0;position:relative}.lock{font-size:.9rem;color:#555;display:flex;align-items:center;gap:6px;font-weight:800;transition:all .3s ease}.lock svg{width:18px;height:18px;fill:currentColor}.cta{background:var(--m);color:var(--w);text-decoration:none;padding:1.25rem 3.5rem;font-size:clamp(1.2rem,3vw,1.75rem);font-weight:800;border-radius:4px;border-bottom:4px solid var(--r);display:inline-flex;align-items:center;gap:12px;box-shadow:0 10px 25px -5px rgba(0,0,145,.25);transition:all .2s ease}.cta:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px rgba(0,0,145,.35)}.cta:active{transform:translateY(2px);border-bottom-width:2px}.cta:focus-visible{outline:3px solid var(--r);outline-offset:4px}.meta{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#666;font-weight:400}.meta strong{color:#333}.act{transition:opacity .3s ease}.bandeau{background:var(--w);border:1px solid #e0e0e0;border-left:4px solid var(--m);padding:1.25rem 1.5rem;border-radius:4px;display:flex;align-items:center;gap:16px;font-size:.95rem;text-align:left;margin-top:auto;width:100%;max-width:900px;align-self:center;box-shadow:0 4px 12px rgba(0,0,0,.03)}.bandeau svg{width:28px;height:28px;fill:var(--m);flex-shrink:0}footer{padding-top:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.cta-repeat{color:var(--m);font-weight:800;text-decoration:underline;text-underline-offset:4px;font-size:1.1rem;transition:color .2s}.cta-repeat:hover{color:var(--r)}.links{display:flex;gap:20px;font-size:.8rem;color:#777}.links a{color:inherit;text-decoration:none}@media(max-height:750px){h1{font-size:clamp(1.8rem,4vw,3rem)}.cta{padding:1rem 2.5rem}main{gap:1rem}.bandeau{padding:1rem}footer{padding-top:1rem}}@media(max-width:600px){header{flex-direction:column;gap:1rem}.badge{align-self:center}.bandeau{font-size:.85rem;align-items:flex-start}}