.hc-wrap{max-width:820px;margin:0 auto;padding:18px 16px 40px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#0b1320}
.hc-hero{display:flex;gap:14px;align-items:center;margin:10px 0 16px}
.hc-hero__logo img{width:84px;height:auto;display:block;border-radius:14px}
.hc-hero__copy h1{font-size:42px;line-height:1.05;margin:0 0 6px;font-weight:800;letter-spacing:-.02em}
.hc-hero__copy p{margin:0;color:#4a5568;font-size:16px;line-height:1.35}
.hc-actions{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 18px}
.hc-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:12px 18px;font-weight:700}
.hc-btn--ghost{border:2px solid #e5e7eb;color:#0b1320;background:#fff}
.hc-btn--ghost:active{transform:translateY(1px)}
.hc-btn--primary{border:0;background:#0b1320;color:#fff;cursor:pointer}
.hc-card{border:2px solid #eef2f7;border-radius:22px;padding:18px 16px;background:#fff}
.hc-card h2{margin:0 0 6px;font-size:28px;font-weight:800;letter-spacing:-.02em}
.hc-sub{margin:0 0 14px;color:#6b7280}
.hc-form{display:flex;flex-direction:column;gap:10px}
.hc-form label{font-weight:800}
.hc-form select{width:100%;border:2px solid #e5e7eb;border-radius:999px;padding:10px 14px;font-size:16px;background:#fff;color:#111827}
.hc-form select:disabled{opacity:.6;color:#111827}
.hc-row{display:block}
.hc-footer{margin-top:16px;color:#6b7280;font-size:14px;line-height:1.4;padding-bottom:22px}
@media (max-width:520px){
  .hc-hero__copy h1{font-size:38px}
}

/* Go-live countdown */
.hc-countdown{margin-top:8px;border:2px solid #eef2f7;border-radius:18px;padding:12px 14px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:10px}
.hc-countdown__label{font-weight:800;color:#0b1320}
.hc-countdown__value{font-weight:900;color:#0b1320;font-size:16px;white-space:nowrap}
@media (max-width:520px){
  .hc-countdown{flex-direction:column;align-items:flex-start}
  .hc-countdown__value{font-size:18px}
}

/* Learn more row */
.hc-learn{margin:16px 0 12px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.hc-learn__link{color:#1f6feb;font-weight:800;text-decoration:none}
.hc-learn__dot{color:#a8adb6;font-weight:800}

/* Inputs + text area */
.hc-input{width:100%;border:2px solid #e5e7eb;border-radius:999px;padding:10px 14px;font-size:16px;background:#fff;color:#111827}
.hc-text{width:100%;border:2px solid #e5e7eb;border-radius:18px;padding:12px 14px;font-size:16px;min-height:110px;resize:vertical;background:#fff;color:#111827}

/* Smaller section headings inside cards */
.hc-mini{font-size:24px !important;line-height:1.12}

/* Messages */
.hc-msg{margin-top:2px;font-weight:800;font-size:14px;color:#111827}
.hc-msg--ok{color:#065f46}
.hc-msg--err{color:#b91c1c}
.hc-small{margin-top:2px;color:#6b7280;font-size:14px;line-height:1.35}

/* Spacing between sections */
.hc-notify, .hc-feedback{margin-top:14px}

.hc-footer__copy{margin-bottom:4px}
.hc-footer__blurb{font-size:12px;color:#6b7280}
.hc-footer__blurb strong{color:#111827}
.hc-callout{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;font-size:14px;color:#111827}
