*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#0b1220;min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:10px;overflow:hidden;color:#111827}.container{width:min(480px,100%);background:#fff;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.45);padding:18px;text-align:center;display:grid;row-gap:10px;max-height:calc(100dvh - 20px)}.img-hero{width:100%;height:auto;display:block;border-radius:14px;object-fit:cover;max-height:300px;box-shadow:0 10px 24px rgba(0,0,0,.25)}h1{font-size:clamp(24px,6vw,32px);font-weight:850;line-height:1.12;margin-top:2px}.subtitle{font-size:14px;color:#6b7280;font-weight:600}.question{font-size:clamp(16px,4.8vw,20px);font-weight:750;color:#374151}.buttons{margin-top:2px}.btn{display:block;width:100%;padding:18px 14px;border-radius:18px;font-size:clamp(19px,5.2vw,24px);font-weight:900;text-decoration:none;text-align:center;user-select:none}@keyframes ctaPulse{0%{box-shadow:0 0 0 0 rgba(255,138,0,.55)}70%{box-shadow:0 0 0 16px rgba(255,138,0,0)}100%{box-shadow:0 0 0 0 rgba(255,138,0,0)}}@keyframes ctaBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.btn-yes{background:linear-gradient(135deg,#ff8a00 0%,#ff4d00 100%);color:#fff;box-shadow:0 14px 34px rgba(255,138,0,.38);animation:ctaPulse 2.6s ease-out infinite,ctaBounce 1.9s ease-in-out infinite}.btn-yes:active,.btn-yes:focus{animation:none;transform:scale(.98)}.footer{font-size:12px;color:#9ca3af;line-height:1.25}@media (max-height:720px){body{padding:8px}.container{padding:16px;row-gap:8px}.img-hero{max-height:260px}.subtitle{margin-top:-2px}.question{margin-top:2px}.btn{padding:16px 12px}}@media (max-height:640px){.img-hero{max-height:220px}.subtitle{display:none}.container{row-gap:8px}}
