*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;font-family:'Nunito',sans-serif;background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:1rem;background:radial-gradient(circle at 50% 0,#fff8e7 0,#fff 70%)}.container{width:100%;max-width:480px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;position:relative}.logo-wrapper{margin-bottom:.25rem}.logo-wrapper img{width:auto;height:2.8rem;display:block;filter:drop-shadow(0 4px 6px rgba(0,0,0,.06))}.badges-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem;margin-bottom:.25rem}.badge{display:inline-flex;align-items:center;gap:.35rem;background:#da291c;color:#fff;font-weight:700;font-size:.7rem;letter-spacing:.02em;padding:.35rem .75rem;border-radius:2rem;box-shadow:0 4px 12px rgba(218,41,28,.25);text-transform:uppercase;white-space:nowrap}.badge--yellow{background:#ffc72c;color:#1a1a1a;box-shadow:0 4px 12px rgba(255,199,44,.4)}.badge--outline{background:transparent;color:#da291c;border:2px solid #da291c;box-shadow:none}.badge svg{width:.9rem;height:.9rem;flex-shrink:0}h1{font-size:clamp(1.6rem,5vw,2.2rem);font-weight:700;text-align:center;line-height:1.2;color:#1a1a1a;max-width:380px;margin:0 auto}.h1-highlight{color:#da291c;position:relative;display:inline-block}.h1-highlight::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:6px;background:#ffc72c;border-radius:3px;z-index:-1;opacity:.7}.subtitle{font-size:clamp(.9rem,2.5vw,1rem);text-align:center;color:#4a4a4a;font-weight:400;max-width:360px;margin:0 auto;line-height:1.5}.timer-block{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;border:2px solid #f0f0f0;border-radius:2.5rem;padding:.55rem 1.1rem;box-shadow:0 8px 24px rgba(0,0,0,.04);margin-bottom:.1rem}.timer-icon{width:1.2rem;height:1.2rem;color:#da291c;flex-shrink:0}.timer-text{font-weight:700;font-size:.8rem;color:#da291c}.timer-count{background:#ffc72c;color:#1a1a1a;padding:.2rem .6rem;border-radius:1rem;font-weight:700;font-size:.75rem;min-width:2.8rem;text-align:center}.cta-wrapper{width:100%;position:relative;margin:.3rem 0 .6rem}.cta-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1.1rem 1.5rem;font-size:clamp(1.15rem,3.5vw,1.35rem);font-weight:700;font-family:'Nunito',sans-serif;text-transform:uppercase;letter-spacing:.03em;color:#1a1a1a;background:linear-gradient(180deg,#ffc72c 0,#fab818 100%);border:none;border-radius:3.5rem;cursor:pointer;box-shadow:0 12px 32px rgba(255,199,44,.5),0 4px 0 #e5a800,0 6px 18px rgba(0,0,0,.08);transition:all .2s ease;position:relative;overflow:hidden;text-decoration:none;outline:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(255,199,44,.6),0 6px 0 #e5a800,0 8px 22px rgba(0,0,0,.1)}.cta-button:active{transform:translateY(2px);box-shadow:0 6px 18px rgba(255,199,44,.4),0 2px 0 #e5a800}.cta-button:focus-visible{outline:3px solid #da291c;outline-offset:3px}.cta-button .lock-icon{width:1.4rem;height:1.4rem;transition:all .3s ease;color:#1a1a1a}.cta-button:hover .lock-icon{animation:pulseLock .6s ease infinite}@keyframes pulseLock{0%,100%{transform:scale(1)}50%{transform:scale(1.25)}}.cta-button.clicked .lock-icon{animation:confirmLock .4s ease forwards}@keyframes confirmLock{0%{transform:scale(1)}50%{transform:scale(1.4) rotate(10deg)}100%{transform:scale(1) rotate(0deg);color:#da291c}}.reassurance-row{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.72rem;color:#6b6b6b;font-weight:400;margin-top:-.2rem}.reassurance-row svg{width:1rem;height:1rem;color:#2e7d32;flex-shrink:0}.live-feed{background:#fafafa;border-radius:1.5rem;padding:.6rem 1rem;font-size:.7rem;color:#5a5a5a;text-align:center;max-width:340px;margin:0 auto;box-shadow:0 2px 10px rgba(0,0,0,.03);border:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.4rem;transition:opacity .3s}.live-dot{width:.5rem;height:.5rem;background:#2e7d32;border-radius:50%;flex-shrink:0;animation:livePulse 1.4s ease infinite}@keyframes livePulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(46,125,50,.4)}50%{opacity:.6;box-shadow:0 0 0 6px rgba(46,125,50,0)}}.footer-note{font-size:.65rem;color:#a0a0a0;text-align:center;margin-top:.1rem;line-height:1.4}@media(max-width:380px){.badges-row{gap:.4rem}.badge{font-size:.65rem;padding:.3rem .6rem}.timer-block{padding:.45rem .8rem}.cta-button{padding:.95rem 1.2rem;font-size:1.05rem}}