/* Checkout redesign — compte, specs, localisations, OOS */

.order-hero-title {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.order-hero-subtitle {
  color: #64748b;
  max-width: 640px;
  margin: 0 auto;
}

.order-account-block { margin-top: 0.5rem; }
.order-account-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
.order-account-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #e0e7ff;
  color: #1e3a8a;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.order-account-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}
.order-account-sub {
  margin: 0;
  color: #64748b;
  font-size: 0.92rem;
}
.order-account-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
}
.order-account-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.order-account-body {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.order-account-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #1e3a8a;
  color: #fff;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.order-account-info {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.order-account-info strong { color: #0f172a; font-size: 1.05rem; }
.order-account-info span { color: #64748b; font-size: 0.9rem; }
.order-account-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}
.btn-order-logout {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a !important;
  border-radius: 10px;
  padding: 0.45rem 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 0.9rem;
}
.order-account-notyou {
  font-size: 0.8rem;
  color: #64748b;
  text-decoration: underline;
}

.order-config-card {
  border: 1.5px solid #1e3a8a;
  border-radius: 16px;
}
.order-config-card.is-oos { border-color: #fecaca; }
.order-product-summary .product-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a;
}
.order-oos-banner {
  margin: 0.85rem 0;
  background: #fef2f2;
  color: #b91c1c;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.65rem 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.order-delivery-hint {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e8f0;
  color: #92400e;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.order-delivery-hint i {
  font-size: 0.85rem;
  opacity: 0.85;
}
.order-delivery-pill {
  display: inline-block;
  background: #fffbeb;
  color: #b45309;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 6px;
  padding: 0.2rem 0.55rem;
  margin-bottom: 0.35rem;
}
.order-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}
.order-spec {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #0f172a;
}
.order-spec i { color: #2563eb; font-size: 1.25rem; margin-top: 2px; }
.order-spec strong { display: block; font-size: 0.95rem; }
.order-spec span { color: #64748b; font-size: 0.8rem; }
.order-config-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 600;
}
.order-config-foot i { color: #2563eb; margin-right: 0.3rem; }

.product-card-modern.is-oos {
  opacity: 0.55;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(0.3);
}
.order-oos-pill {
  background: #fef2f2;
  color: #b91c1c;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}
.commitment-card.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.order-loc-region { margin-bottom: 1.25rem; }
.order-loc-region-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.65rem;
}
.order-loc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}
.order-loc-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  transition: border-color 0.15s, box-shadow 0.15s;
  cursor: pointer;
}
.order-loc-card:hover:not(:disabled):not(.is-oos) {
  border-color: #93c5fd;
}
.order-loc-card.is-selected {
  border-color: #1e3a8a;
  box-shadow: 0 0 0 1px #1e3a8a;
}
.order-loc-card.is-oos,
.order-loc-card:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  background: #f8fafc;
}
.order-loc-flag {
  width: 36px; height: 28px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
}
.order-loc-flag img { width: 100%; height: 100%; object-fit: cover; display: block; }
.order-loc-text { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.order-loc-text strong { color: #0f172a; font-size: 0.95rem; }
.order-loc-text small { color: #64748b; font-size: 0.8rem; }
.order-loc-radio {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  flex-shrink: 0;
}
.order-loc-card.is-selected .order-loc-radio {
  border-color: #2563eb;
  background: radial-gradient(circle at center, #2563eb 0 45%, transparent 48%);
}
.order-loc-oos {
  color: #b91c1c;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.order-loc-help {
  margin: 1rem 0 0;
  color: #64748b;
  font-size: 0.85rem;
}
.order-loc-help a { color: #2563eb; font-weight: 600; }

@media (max-width: 768px) {
  .order-specs-grid { grid-template-columns: 1fr 1fr; }
  .order-account-actions { align-items: flex-start; width: 100%; }
}


/* Carte offre plus compacte */
.order-product-summary.is-compact {
  padding: 0.35rem 0 0;
}
.order-product-summary.is-compact .product-title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}
.order-config-card .section-title {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}
.order-product-summary.is-compact .order-specs-grid {
  gap: 0.65rem 0.85rem;
  margin-top: 0.85rem;
}
.order-product-summary.is-compact .order-spec {
  gap: 0.45rem;
}
.order-product-summary.is-compact .order-spec i {
  font-size: 1.05rem;
}
.order-product-summary.is-compact .order-spec strong {
  font-size: 0.88rem;
}
.order-product-summary.is-compact .order-spec span {
  font-size: 0.72rem;
}
.order-config-card {
  padding: 1.1rem 1.2rem !important;
}

.recap-location-value {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.recap-location-flag {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #e2e8f0;
  flex-shrink: 0;
}

/* ===== Offer config card (maquette) ===== */
.hc-offer-card.section-block,
.section-block.order-config-card.hc-offer-card {
  background: #fff;
  border: 1.5px solid #1e3a8a !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  padding: 1.15rem 1.25rem 1.2rem !important;
  margin-bottom: 1.25rem;
}
.hc-offer-card .hc-offer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  margin-bottom: 0.95rem;
  border-bottom: 1px solid #e8eef7;
}
.hc-offer-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1e3a8a;
  margin-bottom: 0.25rem;
}
.hc-offer-card .product-title {
  font-size: 1.35rem !important;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}
.hc-offer-edit {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  border: 1px solid #dbe4f5;
  background: #fff;
  color: #1e3a8a !important;
  border-radius: 10px;
  padding: 0.4rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.15s, border-color 0.15s;
}
.hc-offer-edit:hover {
  background: #f8fbff;
  border-color: #93c5fd;
}
.hc-offer-card .order-specs-grid {
  margin-top: 0;
  gap: 0.9rem 1rem;
}
.hc-offer-card .order-spec i {
  color: #1e3a8a;
}
.hc-offer-card .order-spec strong {
  color: #0f172a;
  font-weight: 700;
}
.hc-offer-card .order-spec span {
  color: #64748b;
}

/* ===== Recap card (maquette) ===== */
.hc-recap-card.recap-card {
  background: #fff !important;
  border: 1.5px solid #1e3a8a !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
  padding: 1.25rem 1.2rem 1.35rem !important;
  position: sticky;
  top: 1.25rem;
}
.hc-recap-head {
  padding-bottom: 0.85rem;
  margin-bottom: 0.95rem;
  border-bottom: 1px solid #e8eef7;
}
.hc-recap-card .recap-title {
  color: #1e3a8a !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  margin: 0 0 0.2rem !important;
}
.hc-recap-sub {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
}
.hc-recap-box {
  background: #f4f7fb;
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  margin-bottom: 0.75rem;
}
.hc-recap-box-total {
  background: #eef3fb;
}
.hc-recap-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.35rem 0;
}
.hc-recap-row-top {
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.hc-recap-row-top .recap-label {
  display: block;
  margin-bottom: 0.15rem;
}
.hc-recap-row-top .recap-value {
  display: block;
  color: #1e3a8a;
  font-size: 1rem;
}
.hc-recap-price {
  color: #1e3a8a !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  white-space: nowrap;
}
.hc-recap-row-muted {
  padding-top: 0.55rem;
  margin-top: 0.35rem;
  border-top: 1px dashed #d8e0ec;
  color: #64748b;
  font-size: 0.88rem;
}
.hc-recap-card .recap-label {
  color: #64748b !important;
  font-size: 0.85rem;
  font-weight: 500;
}
.hc-recap-card .recap-ht-total,
.hc-recap-card .recap-taxe-total,
.hc-recap-card .recap-original-price {
  color: #0f172a;
  font-weight: 600;
}
.hc-recap-card .recap-total-label {
  color: #1e3a8a !important;
  font-weight: 800 !important;
  font-size: 1rem;
}
.hc-recap-card .recap-ttc {
  color: #1e3a8a !important;
  font-size: 1.55rem !important;
  font-weight: 800 !important;
  line-height: 1;
}
.hc-recap-cta {
  display: block;
  width: 100%;
  margin-top: 0.85rem;
  border: none;
  border-radius: 999px;
  background: #1e3a8a;
  color: #fff !important;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.95rem 1.2rem;
  box-shadow: 0 10px 24px rgba(30, 58, 138, 0.28);
  transition: transform 0.15s, background 0.15s;
  cursor: pointer;
}
.hc-recap-cta:hover:not(:disabled):not(.is-disabled) {
  background: #172554;
  transform: translateY(-1px);
}
.hc-recap-cta.is-disabled,
.hc-recap-cta:disabled {
  background: #94a3b8;
  box-shadow: none;
  cursor: not-allowed;
}
.hc-recap-card .recap-location-value {
  font-weight: 600;
  color: #0f172a;
}

@media (max-width: 991px) {
  .hc-recap-card.recap-card {
    position: static;
    margin-top: 1rem;
  }
}

/* Fix barre bleue qui mange le texte */
.hc-offer-card .product-summary,
.order-product-summary.is-compact,
.hc-offer-card .order-product-summary {
  border-left: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* ===== Fréquence de facturation ===== */
.hc-billing-card.section-block {
  background: #fff;
  border: 1.5px solid #1e3a8a !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  padding: 1.2rem 1.25rem 1.35rem !important;
}
.hc-billing-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1rem;
  padding: 0;
  border: none;
}
.hc-billing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.hc-billing-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
  min-height: 118px;
  padding: 1rem 1rem 0.95rem;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.hc-billing-option:hover:not(:disabled):not(.is-disabled) {
  border-color: #93c5fd;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.08);
}
.hc-billing-option.is-selected {
  border-color: #1e3a8a;
  background: #f8fbff;
  box-shadow: 0 0 0 1px #1e3a8a;
}
.hc-billing-option.is-disabled,
.hc-billing-option:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.hc-billing-badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  background: #10b981;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  line-height: 1.2;
}
.hc-billing-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}
.hc-billing-price {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1e3a8a;
  line-height: 1.1;
}
.hc-billing-sub {
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.35;
}
.hc-billing-sub s {
  color: #94a3b8;
  margin-right: 0.2rem;
}

@media (max-width: 900px) {
  .hc-billing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .hc-billing-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Shared across cart / login / payment / confirm ===== */
.hc-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.25rem;
}
.hc-meta-card {
  background: #fff;
  border: 1.5px solid #1e3a8a;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}
.hc-meta-card .hc-meta-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.35rem;
}
.hc-meta-card .hc-meta-value {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1e3a8a;
  line-height: 1.2;
}

.hc-promo-banner {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.85rem;
}
.hc-promo-banner-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #065f46;
}
.hc-promo-banner-desc {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #047857;
}
.hc-promo-link {
  display: block;
  text-align: center;
  margin-top: 0.85rem;
  color: #1e3a8a !important;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.92rem;
}
.hc-promo-link:hover { text-decoration: underline !important; }
.hc-promo-box {
  margin-top: 0.95rem;
  padding: 0.95rem 1rem;
  background: #f4f7fb;
  border: 1px solid #dbe4f5;
  border-radius: 14px;
}
.hc-promo-box-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}
.hc-promo-box-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #eef3fb;
  color: #1e3a8a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.hc-promo-box-label {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
}
.hc-promo-box-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
.hc-promo-field {
  flex: 1;
  min-width: 0;
  border: 1.5px solid #dbe4f5;
  border-radius: 10px;
  background: #fff;
  padding: 0.7rem 0.85rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.hc-promo-field::placeholder {
  color: #94a3b8;
  font-weight: 500;
}
.hc-promo-field:focus {
  border-color: #1e3a8a;
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.12);
}
.hc-promo-apply {
  flex-shrink: 0;
  border: none;
  border-radius: 10px;
  background: #1e3a8a;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  padding: 0.7rem 1rem;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}
.hc-promo-apply:hover:not(:disabled) {
  background: #172554;
}
.hc-promo-apply:disabled,
.hc-promo-apply.is-loading {
  opacity: 0.7;
  cursor: wait;
}
.hc-promo-message {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 600;
  min-height: 1.1em;
}
.hc-promo-message.is-success { color: #047857; }
.hc-promo-message.is-error { color: #b91c1c; }
.hc-promo-input .form-control {
  border-radius: 10px 0 0 10px;
  border-color: #dbe4f5;
}
.hc-promo-input .btn {
  border-radius: 0 10px 10px 0;
  background: #1e3a8a;
  border-color: #1e3a8a;
  font-weight: 700;
}

.hc-login-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.hc-login-card {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.5rem 1.35rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  transition: border-color 0.15s, box-shadow 0.15s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hc-login-card:hover {
  border-color: #1e3a8a;
  box-shadow: 0 10px 28px rgba(30, 58, 138, 0.1);
}
.hc-login-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eef3fb;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.hc-login-card h6 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.5rem;
}
.hc-login-card p {
  color: #64748b;
  font-size: 0.92rem;
  margin: 0 0 1.25rem;
  flex: 1;
}
.hc-login-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  border-radius: 999px;
  background: #1e3a8a;
  color: #fff !important;
  font-weight: 800;
  padding: 0.85rem 1.1rem;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(30, 58, 138, 0.22);
  transition: background 0.15s, transform 0.15s;
}
.hc-login-cta:hover {
  background: #172554;
  transform: translateY(-1px);
  color: #fff !important;
}
.hc-login-shell {
  background: #fff;
  border: 1.5px solid #1e3a8a;
  border-radius: 18px;
  padding: 1.5rem 1.35rem 1.75rem;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}
.hc-login-shell .hc-page-title {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1e3a8a;
  margin: 0 0 1.25rem;
}
.hc-loading-card {
  background: #fff;
  border: 1.5px solid #1e3a8a;
  border-radius: 18px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}
.hc-loading-card p {
  color: #64748b;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 600;
}

.hc-info-card {
  background: #f4f7fb;
  border-radius: 14px;
  padding: 1rem 1.1rem;
}
.hc-info-card p {
  margin: 0 0 0.55rem;
  color: #0f172a;
  font-size: 0.95rem;
}
.hc-info-card p:last-child { margin-bottom: 0; }
.hc-info-card strong {
  color: #64748b;
  font-weight: 600;
  margin-right: 0.25rem;
}
.hc-terms-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.hc-terms-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #dbe4f5;
  background: #fff;
  color: #1e3a8a !important;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none !important;
}
.hc-terms-links a:hover { border-color: #93c5fd; background: #f8fbff; }
.hc-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}
.hc-check input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 0 1.05rem;
  width: 1.05rem !important;
  height: 1.05rem !important;
  min-width: 1.05rem;
  min-height: 1.05rem;
  max-width: 1.05rem;
  max-height: 1.05rem;
  margin: 0.2rem 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  border: 1.5px solid #94a3b8;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  accent-color: #1e3a8a;
  vertical-align: top;
}
.hc-check input[type="checkbox"]:checked {
  background: #1e3a8a;
  border-color: #1e3a8a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.hc-check input[type="checkbox"]:focus {
  outline: 2px solid rgba(30, 58, 138, 0.25);
  outline-offset: 1px;
}
.hc-check label {
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.45;
  cursor: pointer;
  flex: 1;
}
.hc-notice {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  color: #9a3412;
  font-size: 0.88rem;
  margin: 1rem 0;
  line-height: 1.45;
}
.hc-notice strong { display: block; margin-bottom: 0.25rem; color: #c2410c; }
.hc-alert-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.hc-benefits {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0 0;
}
.hc-benefits li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.35rem 0;
}
.hc-benefits i { color: #1e3a8a; font-size: 1.05rem; }

.hc-confirm-card {
  background: #fff;
  border: 1.5px solid #1e3a8a;
  border-radius: 18px;
  padding: 2.5rem 1.75rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
}
.hc-confirm-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
}
.hc-confirm-card h3 {
  font-size: 1.55rem;
  font-weight: 800;
  color: #1e3a8a;
  margin: 0 0 0.65rem;
}
.hc-confirm-card .hc-confirm-msg {
  color: #334155;
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
.hc-confirm-card .hc-confirm-sub {
  color: #64748b;
  font-size: 0.92rem;
  margin: 0 0 1.5rem;
}

@media (max-width: 768px) {
  .hc-meta-grid,
  .hc-login-grid {
    grid-template-columns: 1fr;
  }
}

.hc-verify-hint {
  margin: 0.15rem 0 0;
  font-size: 0.85rem;
  font-weight: 400;
  color: #64748b;
  line-height: 1.45;
}

/* ===== Loading overlay (recap / updates) ===== */
.hc-recap-card {
  position: relative;
  overflow: hidden;
}
.hc-loading-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(2px);
  border-radius: inherit;
}
.hc-loading-overlay[hidden] {
  display: none !important;
}
.hc-spinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #dbe4f5;
  border-top-color: #1e3a8a;
  animation: hc-spin 0.7s linear infinite;
}
@keyframes hc-spin {
  to { transform: rotate(360deg); }
}
.order-page-wrapper.is-updating .hc-offer-card,
.order-page-wrapper.is-updating .hc-billing-card,
.order-page-wrapper.is-updating .order-locations {
  opacity: 0.55;
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.hc-recap-card.is-loading .hc-recap-cta {
  pointer-events: none;
  opacity: 0.7;
}
