*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f5f7fb;color:#1f2937}.page{min-height:100vh;display:grid;place-items:center;padding:24px}.card{width:100%;max-width:620px;background:#fff;border-radius:14px;padding:28px;box-shadow:0 20px 45px rgba(17,24,39,.1)}.eyebrow{margin:0 0 10px;color:#1d4ed8;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}h1{margin:0;font-size:1.8rem}.subtitle{margin:10px 0 20px;color:#4b5563}.benefitList{margin:0 0 20px;padding-left:18px;color:#111827}.benefitList li{margin-bottom:8px}.steps{display:grid;grid-gap:10px;gap:10px;margin-bottom:22px}.stepCard{border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;padding:10px 12px}.stepTitle{margin:0;font-weight:700;font-size:.95rem}.stepDescription{margin:4px 0 0;color:#4b5563;font-size:.92rem}.stars{display:flex;gap:8px;margin-bottom:18px}.star{border:none;background:transparent;cursor:pointer;font-size:2rem;line-height:1;color:#d1d5db;transition:transform .15s ease,color .15s ease}.star:hover{transform:translateY(-2px)}.star.active{color:#f59e0b}.label{display:block;margin-bottom:8px;font-size:.95rem;font-weight:600}.input,textarea{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:12px;font:inherit;margin-bottom:14px}.fieldHelp{margin:-6px 0 14px;font-size:.85rem;color:#6b7280}.input:focus,textarea:focus{outline:2px solid #93c5fd;border-color:#60a5fa}textarea{resize:vertical}.message{margin:0 0 14px;color:#065f46;background:#d1fae5;border:1px solid #6ee7b7;border-radius:8px;padding:10px}.message.error{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.submit{width:100%;border:none;background:#2563eb;color:#fff;border-radius:10px;padding:12px 16px;font-size:1rem;font-weight:600;cursor:pointer}.submit:hover{background:#1d4ed8}.result{margin-top:22px}.countdownPanel{margin-bottom:14px;padding:16px 14px 18px;border-radius:12px;border:1px solid #bfdbfe;background:linear-gradient(180deg,#eff6ff,#dbeafe);text-align:center}.countdownTitle{margin:0;color:#1e3a8a;font-size:1.1rem;font-weight:700}.countdownText{margin:8px 0 0;color:#1f2937;font-size:.95rem}.countdownNumber{margin:10px 0 0;color:#1d4ed8;font-size:clamp(3.5rem,18vw,6.2rem);font-weight:800;line-height:.95;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;animation:countdownPulse 1s ease-in-out infinite}.countdownCaption{margin:4px 0 0;color:#1e3a8a;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.actions{display:flex;flex-wrap:wrap;gap:10px}.countdownActions{justify-content:center}.secondary{border:1px solid #cbd5e1;background:#fff;color:#111827;border-radius:10px;padding:10px 14px;font-size:.95rem;cursor:pointer;text-decoration:none}.secondary:hover{background:#f8fafc}.clearButton{width:100%;margin-top:10px}.linkButton{display:inline-flex;align-items:center;justify-content:center}.smallNote{margin-top:14px;color:#6b7280;font-size:.92rem}.smallNote a{color:#2563eb}@keyframes countdownPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (max-width:640px){.card{padding:20px}h1{font-size:1.55rem}}