/* ═══════════════════════════════════════════════
   Happy Day — Info Pages (Delivery / Privacy / Returns)
   Font: Montserrat
   ═══════════════════════════════════════════════ */

.hd-info {
  font-family: 'Montserrat', sans-serif;
  color: #263661;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 20px 64px;
}
.hd-info *,
.hd-info *::before,
.hd-info *::after {
  box-sizing: border-box;
}

.hd-info-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 8px;
  text-align: center;
  letter-spacing: -0.5px;
}

.hd-info-lead {
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  margin: 0 0 40px;
}

.hd-info-updated {
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  text-align: center;
  margin: -28px 0 40px;
}

.hd-info h2 {
  font-size: 22px;
  font-weight: 700;
  color: #263661;
  margin: 40px 0 14px;
  letter-spacing: -0.3px;
}

.hd-info h2:first-of-type {
  margin-top: 0;
}

.hd-info h3 {
  font-size: 17px;
  font-weight: 700;
  color: #263661;
  margin: 24px 0 10px;
}

.hd-info p {
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  margin: 0 0 16px;
}

.hd-info a {
  color: var(--hd-primary, #E64367);
  font-weight: 700;
  text-decoration: none;
}

.hd-info a:hover {
  text-decoration: underline;
}

.hd-info ul,
.hd-info ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.hd-info li {
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}

.hd-info strong {
  font-weight: 700;
  color: #263661;
}

.hd-info-callout {
  background: #FFF5E1;
  border-left: 4px solid var(--hd-primary, #E64367);
  border-radius: 8px;
  padding: 18px 22px;
  margin: 24px 0;
}

.hd-info-callout p {
  margin: 0;
  font-size: 15px;
  color: #263661;
}

.hd-info-callout p + p {
  margin-top: 10px;
}

/* Delivery rates table */
.hd-info-rates {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 28px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
}

.hd-info-rates th,
.hd-info-rates td {
  padding: 14px 18px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e5e7eb;
}

.hd-info-rates th {
  background: #f9fafb;
  font-weight: 700;
  color: #263661;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hd-info-rates tr:last-child td {
  border-bottom: none;
}

.hd-info-rates td:last-child,
.hd-info-rates th:last-child {
  text-align: right;
  font-weight: 700;
  color: #263661;
}

.hd-info-rate-free {
  color: #22C55E !important;
}

.hd-info-vat-note {
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  margin-top: -12px;
  margin-bottom: 28px;
  text-align: center;
}

.hd-info-contact {
  background: #f9fafb;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 32px 0 0;
  text-align: center;
}

.hd-info-contact h3 {
  margin-top: 0;
  font-size: 18px;
}

.hd-info-contact p {
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 640px) {
  .hd-info {
    padding: 32px 18px 48px;
  }

  .hd-info-title {
    font-size: 28px;
  }

  .hd-info h2 {
    font-size: 19px;
  }

  .hd-info-rates th,
  .hd-info-rates td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
