.insurance-page .insurance-container {
  max-width: 1320px;
}

.ovhc-parents-page {
  color: #1f2937;
  font-size: 16px;
  line-height: 1.75;
}

.ovhc-parents-page *,
.ovhc-parents-page *::before,
.ovhc-parents-page *::after {
  box-sizing: border-box;
}

.ovhc-parents-page .ovhc-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 20px 56px;
}

/* Hero */
.ovhc-parents-page .ovhc-tool-hero {
  margin-bottom: 24px;
}

.ovhc-parents-page .ovhc-tool-hero__content {
  min-width: 0;
  padding: 34px 32px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border: 1px solid #dbe7f5;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.ovhc-parents-page .ovhc-tool-hero__content--full {
  width: 100%;
}

.ovhc-parents-page .ovhc-tool-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1d4f91;
  font-size: 13px;
  font-weight: 700;
}

.ovhc-parents-page .ovhc-tool-title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.ovhc-parents-page .ovhc-tool-subtitle {
  margin: 0 0 18px;
  font-size: 18px;
  color: #475569;
  max-width: 860px;
}

.ovhc-parents-page .ovhc-tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ovhc-parents-page .ovhc-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
}

/* Sort panel */
.ovhc-parents-page .ovhc-sort-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.ovhc-parents-page .ovhc-sort-panel__title {
  font-size: 17px;
  font-weight: 800;
  color: #111827;
  white-space: nowrap;
}

.ovhc-parents-page .ovhc-sort-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ovhc-parents-page .ovhc-sort-btn {
  appearance: none;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #374151;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.18s ease;
}

.ovhc-parents-page .ovhc-sort-btn:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}

.ovhc-parents-page .ovhc-sort-btn.is-active {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

/* Notice */
.ovhc-parents-page .ovhc-note {
  margin: 24px 0 32px;
  padding: 16px 18px;
  background: #fff8e8;
  border: 1px solid #f3d7a1;
  border-radius: 14px;
  color: #6b4f16;
}

.ovhc-parents-page .ovhc-note strong {
  color: #5a3f0a;
}

/* Section title */
.ovhc-parents-page .ovhc-section-title {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.01em;
}

/* Cards */
.ovhc-parents-page .ovhc-card-grid {
  display: grid;
  gap: 22px;
  margin: 0 0 42px;
}

.ovhc-parents-page .ovhc-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ovhc-parents-page .ovhc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.ovhc-parents-page .ovhc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.ovhc-parents-page .ovhc-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1d4f91;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

.ovhc-parents-page .ovhc-mini-note {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.ovhc-parents-page .ovhc-mini-note--highlight {
  color: #b91c1c;
}

.ovhc-parents-page .ovhc-card-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #111827;
}

/* Price box */
.ovhc-parents-page .ovhc-price-box {
  margin: 4px 0 16px;
  padding: 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
}

.ovhc-parents-page .ovhc-price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ovhc-parents-page .ovhc-price-col {
  min-width: 0;
  padding: 2px 0;
}

.ovhc-parents-page .ovhc-price-label {
  margin-bottom: 8px;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}

.ovhc-parents-page .ovhc-price-main {
  font-size: 32px;
  line-height: 1.05;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.ovhc-parents-page .ovhc-price-main--small {
  font-size: 28px;
}

.ovhc-parents-page .ovhc-price-currency {
  font-size: 20px;
  vertical-align: top;
  margin-right: 2px;
}

.ovhc-parents-page .ovhc-price-unit {
  font-size: 15px;
  color: #64748b;
  font-weight: 700;
  margin-left: 4px;
}

.ovhc-parents-page .ovhc-card-desc {
  margin: 0 0 12px;
  color: #374151;
}

/* Features */
.ovhc-parents-page .ovhc-feature-list {
  margin: 0 0 18px;
  padding-left: 18px;
}

.ovhc-parents-page .ovhc-feature-list li {
  margin-bottom: 8px;
  color: #374151;
}

/* Primary button */
.ovhc-parents-page .ovhc-btn {
  display: inline-block;
  width: 100%;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 12px;
  background: #b91c1c;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 20px rgba(185, 28, 28, 0.18);
  transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

.ovhc-parents-page .ovhc-btn:hover,
.ovhc-parents-page .ovhc-btn:focus {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(185, 28, 28, 0.24);
}

/* Table toolbar */
.ovhc-parents-page .ovhc-table-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.ovhc-parents-page .ovhc-table-toolbar__title {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.ovhc-parents-page .ovhc-table-toolbar__hint {
  color: #64748b;
  font-size: 14px;
}

/* Table */
.ovhc-parents-page .ovhc-table-wrap {
  margin: 0 0 42px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.ovhc-parents-page .ovhc-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
}

.ovhc-parents-page .ovhc-table thead th {
  background: #f8fafc;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  padding: 15px 14px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
  white-space: nowrap;
}

.ovhc-parents-page .ovhc-table tbody td {
  padding: 15px 14px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
}

.ovhc-parents-page .ovhc-table tbody tr:last-child td {
  border-bottom: none;
}

.ovhc-parents-page .ovhc-table tbody tr:hover td {
  background: #fcfcfd;
}

/* Table CTA button */
.ovhc-parents-page .ovhc-table-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #b91c1c;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(185, 28, 28, 0.16);
  transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

.ovhc-parents-page .ovhc-table-btn:hover,
.ovhc-parents-page .ovhc-table-btn:focus {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(185, 28, 28, 0.22);
}

/* Info boxes */
.ovhc-parents-page .ovhc-tip-box {
  margin: 0 0 42px;
  padding: 24px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}

.ovhc-parents-page .ovhc-tip-box p:last-child {
  margin-bottom: 0;
}

/* FAQ */
.ovhc-parents-page .ovhc-faq {
  margin: 0 0 12px;
}

.ovhc-parents-page .ovhc-faq-item {
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}

.ovhc-parents-page .ovhc-faq-item:last-child {
  border-bottom: none;
}

.ovhc-parents-page .ovhc-faq-q {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
  color: #111827;
}

.ovhc-parents-page .ovhc-faq-a {
  margin: 0;
  color: #4b5563;
}

/* Mobile cards */
.ovhc-parents-page .ovhc-mobile-cards {
  display: none;
  margin: 0 0 42px;
}

.ovhc-parents-page .ovhc-mobile-card {
  margin-bottom: 16px;
  padding: 18px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.ovhc-parents-page .ovhc-mobile-card:last-child {
  margin-bottom: 0;
}

.ovhc-parents-page .ovhc-mobile-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  color: #111827;
}

.ovhc-parents-page .ovhc-mobile-list {
  margin: 0 0 14px;
  padding-left: 18px;
}

.ovhc-parents-page .ovhc-mobile-list li {
  margin-bottom: 8px;
}

@media (max-width: 1100px) {
  .ovhc-parents-page .ovhc-card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ovhc-parents-page .ovhc-tool-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .insurance-page .insurance-container {
    max-width: 100%;
  }

  .ovhc-parents-page .ovhc-container {
    padding: 24px 16px 40px;
  }

  .ovhc-parents-page .ovhc-tool-hero__content {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .ovhc-parents-page .ovhc-tool-title {
    font-size: 28px;
  }

  .ovhc-parents-page .ovhc-tool-subtitle {
    font-size: 16px;
  }

  .ovhc-parents-page .ovhc-sort-panel {
    display: block;
    padding: 16px;
    border-radius: 16px;
  }

  .ovhc-parents-page .ovhc-sort-panel__title {
    margin-bottom: 12px;
  }

  .ovhc-parents-page .ovhc-card-grid--three {
    grid-template-columns: 1fr;
  }

  .ovhc-parents-page .ovhc-card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .ovhc-parents-page .ovhc-price-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ovhc-parents-page .ovhc-price-main {
    font-size: 28px;
  }

  .ovhc-parents-page .ovhc-price-main--small {
    font-size: 26px;
  }

  .ovhc-parents-page .ovhc-table-toolbar {
    display: block;
  }

  .ovhc-parents-page .ovhc-table-toolbar__title {
    margin-bottom: 6px;
  }

  .ovhc-parents-page .ovhc-table-wrap {
    display: none;
  }

  .ovhc-parents-page .ovhc-mobile-cards {
    display: block;
  }

  .ovhc-parents-page .ovhc-tip-box {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .ovhc-parents-page .ovhc-btn {
    padding: 12px 16px;
  }
}