:root {
  --az-cat-blue: #2e80c8;
  --az-cat-blue-dark: #145f9f;
  --az-cat-navy: #163a5b;
  --az-cat-navy-deep: #0f2942;
  --az-cat-pink: #ef5f93;
  --az-cat-pink-dark: #b93366;
  --az-cat-line: #06823f;
  --az-cat-text: #27384a;
  --az-cat-muted: #63758a;
  --az-cat-border: #dbeaf6;
  --az-cat-soft-blue: #edf6fd;
  --az-cat-soft-pink: #fff1f6;
  --az-cat-surface: #f7fafc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.az-category-page {
  min-width: 320px;
  overflow-x: clip;
  background: #fff;
  color: var(--az-cat-text);
  font-family: "Sarabun", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.az-category-page img {
  max-width: 100%;
}

body.az-category-page a,
body.az-category-page button,
body.az-category-page summary {
  -webkit-tap-highlight-color: transparent;
}

body.az-category-page a:focus-visible,
body.az-category-page button:focus-visible,
body.az-category-page summary:focus-visible {
  outline: 3px solid rgba(46, 128, 200, 0.34);
  outline-offset: 4px;
}

.az-category-main {
  overflow: visible;
}

.az-category-container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.az-skip-link {
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 10050;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--az-cat-navy-deep);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.18s ease;
}

.az-skip-link:focus {
  transform: translateY(0);
}

.az-breadcrumb {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
  padding: 14px 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: #6d7f91 !important;
  font-size: 13px !important;
}

.az-breadcrumb a {
  color: var(--az-cat-blue-dark) !important;
  font-weight: 700;
}

.az-page-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(52px, 7vw, 82px) 0 76px !important;
  overflow: hidden;
  border: 0 !important;
  background: var(--az-cat-soft-blue) !important;
  text-align: left !important;
}

.az-category-critical .az-page-hero {
  background: var(--az-cat-soft-pink) !important;
}

.az-page-hero::before,
.az-page-hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
}

.az-page-hero::before {
  top: -230px;
  right: -130px;
  width: 510px;
  height: 510px;
  background: #d9edfb;
}

.az-page-hero::after {
  bottom: -130px;
  left: -80px;
  width: 230px;
  height: 230px;
  background: #ffe0eb;
}

.az-category-critical .az-page-hero::before {
  background: #f8dce6;
}

.az-category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: clamp(42px, 7vw, 82px);
}

.az-category-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px !important;
  color: var(--az-cat-blue-dark) !important;
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.az-category-critical .az-category-kicker {
  color: var(--az-cat-pink-dark) !important;
}

.az-category-kicker__icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #c6dff1;
  border-radius: 50%;
  background: #fff;
}

.az-category-critical .az-category-kicker__icon {
  border-color: #efcad7;
}

.az-category-kicker svg {
  width: 17px;
  height: 17px;
}

.az-category-copy h1,
.az-category-page .az-page-hero h1 {
  max-width: 690px;
  margin: 0 !important;
  color: var(--az-cat-navy) !important;
  font-family: "Prompt", sans-serif;
  font-size: clamp(38px, 4.4vw, 58px) !important;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.az-category-copy h1 em,
.az-category-page .az-page-hero h1 em {
  color: var(--az-cat-pink) !important;
  font-style: normal;
}

.az-category-lead {
  max-width: 640px !important;
  margin: 20px 0 0 !important;
  color: #536a80 !important;
  font-size: 17px !important;
  line-height: 1.82 !important;
}

.az-category-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.az-category-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.az-category-btn:hover {
  transform: translateY(-2px);
}

.az-category-btn svg {
  width: 18px;
  height: 18px;
}

.az-category-btn--line {
  background: var(--az-cat-line);
  color: #fff;
  box-shadow: 0 12px 28px rgba(6, 130, 63, 0.2);
}

.az-category-btn--line:hover {
  background: #055f31;
}

.az-category-btn--outline {
  border-color: #b8d5ea;
  background: rgba(255, 255, 255, 0.83);
  color: var(--az-cat-navy);
}

.az-category-btn--outline:hover {
  border-color: var(--az-cat-blue);
  background: #fff;
}

.az-category-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.az-category-proof li {
  position: relative;
  padding-left: 23px;
  color: #466077;
  font-size: 13px;
  font-weight: 700;
}

.az-category-proof li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: #d8f5e4;
  color: #087a38;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.az-coverage-board {
  position: relative;
  padding: 28px;
  border: 7px solid rgba(255, 255, 255, 0.84);
  border-radius: 28px;
  background: var(--az-cat-navy-deep);
  box-shadow: 0 24px 56px rgba(15, 41, 66, 0.19);
}

.az-coverage-board__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.az-coverage-board__head span {
  color: #9db4c6;
  font-size: 12px;
  font-weight: 700;
}

.az-coverage-board__head strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 19px;
}

.az-coverage-board__shield {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: rgba(239, 95, 147, 0.16);
  color: #ff8eb7;
}

.az-coverage-board__shield svg {
  width: 23px;
  height: 23px;
}

.az-coverage-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 11px;
  padding: 16px 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
}

.az-coverage-row span {
  color: #c6d4df;
  font-size: 13px;
}

.az-coverage-row strong {
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 17px;
}

.az-coverage-row--featured {
  border-color: rgba(255, 142, 183, 0.48);
  background: rgba(239, 95, 147, 0.13);
}

.az-coverage-board__note {
  margin: 18px 0 0 !important;
  color: #99afc0 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.az-category-photo {
  position: relative;
  padding: 9px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(89, 31, 55, 0.16);
}

.az-category-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.06 / 1;
  border-radius: 20px;
  object-fit: cover;
}

.az-category-photo__note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 28px rgba(15, 41, 66, 0.18);
}

.az-category-photo__note strong,
.az-category-photo__note span {
  display: block;
}

.az-category-photo__note strong {
  color: var(--az-cat-navy);
  font-family: "Prompt", sans-serif;
  font-size: 14px;
}

.az-category-photo__note span {
  margin-top: 3px;
  color: var(--az-cat-muted);
  font-size: 12px;
}

.az-category-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1120px !important;
  margin: 38px auto 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 19px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(22, 58, 91, 0.12) !important;
}

.az-category-stat {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--az-cat-border);
  text-align: left;
}

.az-category-stat:last-child {
  border-right: 0;
}

.az-category-stat dt {
  color: var(--az-cat-blue-dark);
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.az-category-critical .az-category-stat dt {
  color: var(--az-cat-pink-dark);
}

.az-category-stat dd {
  margin: 3px 0 0;
  color: var(--az-cat-muted);
  font-size: 12px;
  line-height: 1.45;
}

.az-category-jump-wrap {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--az-cat-border);
  background: #fff;
}

.az-category-jump {
  display: flex;
  width: min(1120px, calc(100% - 48px));
  align-items: center;
  gap: 9px;
  margin-inline: auto;
  padding: 14px 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.az-category-jump strong {
  flex: 0 0 auto;
  margin-right: 5px;
  color: var(--az-cat-navy);
  font-size: 13px;
}

.az-category-jump a {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid var(--az-cat-border);
  border-radius: 10px;
  background: #fff;
  color: #486176;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.az-category-jump a:hover {
  border-color: var(--az-cat-blue);
  color: var(--az-cat-blue-dark);
}

.az-category-page .az-sales-section,
.az-category-page .az-plans,
.az-category-page .az-compare-section,
.az-category-page .az-compare,
.az-category-page .az-why-health,
.az-category-page .az-why,
.az-category-page .az-video,
.az-category-page .az-sales-tools,
.az-category-page .az-rider-zone {
  scroll-margin-top: 96px;
}

.az-category-page .az-plans {
  padding: clamp(68px, 8vw, 104px) 24px !important;
  background: var(--az-cat-surface) !important;
}

.az-plans-intro {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.az-plans-intro p:last-child {
  max-width: 660px;
  margin: 12px auto 0;
  color: var(--az-cat-muted);
  font-size: 15px;
  line-height: 1.75;
}

.az-category-page .az-plans > div {
  max-width: 1120px !important;
}

.az-category-page .az-plan-group {
  max-width: 1120px !important;
  margin: 0 auto 34px !important;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--az-cat-border);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(22, 58, 91, 0.06);
}

.az-category-page .az-plan-group:last-child {
  margin-bottom: 0 !important;
}

.az-category-page .az-plan-group-header {
  display: grid !important;
  grid-template-columns: 5px minmax(0, 1fr) auto;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid var(--az-cat-border) !important;
}

.az-category-page .az-plan-group-header > div:first-child {
  align-self: stretch;
  width: 5px !important;
  height: auto !important;
  min-height: 40px;
  border-radius: 4px !important;
}

.az-category-health .az-plan-group-header > h3 {
  margin: 0;
  color: var(--az-cat-navy) !important;
  font-family: "Prompt", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.35;
}

.az-category-page .az-plan-group-title {
  margin: 0;
  color: var(--az-cat-navy) !important;
  font-size: 22px !important;
  line-height: 1.4;
}

.az-category-page .az-plan-group-sub {
  margin-top: 4px !important;
  color: var(--az-cat-muted) !important;
  font-size: 14px !important;
  line-height: 1.55;
}

.az-category-page .az-plan-group-header > span,
.az-category-page .az-plan-group-badge {
  justify-self: end;
  padding: 6px 11px !important;
  border-radius: 9px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.3;
  color: var(--az-cat-navy) !important;
}

.az-category-page .az-plan-family-banner {
  min-height: 260px;
  margin-bottom: 20px !important;
  overflow: hidden;
  border: 1px solid var(--az-cat-border) !important;
  border-radius: 18px !important;
  background: #fff !important;
}

.az-category-page .az-plan-family-photo {
  flex-basis: 38% !important;
  min-height: 260px !important;
  background: var(--az-cat-soft-blue) !important;
}

.az-category-critical .az-plan-family-photo {
  background: var(--az-cat-soft-pink) !important;
}

.az-category-page .az-plan-family-photo img {
  object-fit: cover !important;
}

.az-category-health .az-plan-family-photo img {
  padding: 8px;
  object-fit: contain !important;
}

.az-category-page .az-plan-family-body {
  padding: clamp(24px, 4vw, 42px) !important;
}

.az-category-page .az-plan-family-label {
  margin-bottom: 7px !important;
  color: var(--az-cat-blue-dark) !important;
  font-size: 13px !important;
  font-weight: 800;
}

.az-category-critical .az-plan-family-label {
  color: var(--az-cat-pink-dark) !important;
}

.az-category-page .az-plan-family-title {
  margin-bottom: 10px !important;
  color: var(--az-cat-navy) !important;
  font-size: clamp(21px, 2.5vw, 28px) !important;
  line-height: 1.4 !important;
}

.az-category-page .az-plan-family-desc {
  color: var(--az-cat-muted) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.az-category-page .az-plans-grid {
  align-items: stretch;
  gap: 16px !important;
  max-width: 100% !important;
}

.az-category-page .az-plan-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7e7f3 !important;
  border-radius: 17px !important;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 58, 91, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.az-category-page .az-plan-card.featured,
.az-category-page .az-plan-card.premium {
  border-width: 2px !important;
}

.az-category-page .az-plan-card:hover {
  box-shadow: 0 16px 34px rgba(22, 58, 91, 0.12) !important;
  transform: translateY(-4px) !important;
}

.az-category-page .az-plan-header {
  min-height: 170px;
  padding: 23px !important;
  background: var(--az-cat-navy) !important;
}

.az-category-page .az-plan-badge {
  padding: 5px 10px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  line-height: 1.3;
}

.az-category-page .az-plan-name {
  margin-top: 3px;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.38 !important;
}

.az-category-page .az-plan-name-en,
.az-category-page .az-plan-sub {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 12px !important;
  line-height: 1.55;
}

.az-category-page .az-plan-coverage,
.az-category-page .az-plan-highlight {
  color: #fff !important;
  font-size: 23px !important;
  line-height: 1.35;
}

.az-category-page .az-plan-coverage span,
.az-category-page .az-plan-highlight span {
  margin-top: 5px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 12px !important;
  line-height: 1.5;
}

.az-category-page .az-plan-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px !important;
}

.az-category-page .az-plan-tag {
  align-self: flex-start;
  padding: 5px 9px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.3;
  color: var(--az-cat-navy) !important;
}

.az-category-page .az-plan-features {
  flex: 1;
  gap: 10px !important;
  margin: 4px 0 20px !important;
  padding: 0;
}

.az-category-page .az-plan-features li {
  color: #42566a !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.az-category-page .az-check {
  width: 20px !important;
  height: 20px !important;
  margin-top: 1px;
}

.az-category-page .az-plan-btn {
  min-height: 45px;
  padding: 12px 16px !important;
  border-radius: 11px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  background: var(--az-cat-blue-dark) !important;
}

.az-category-critical .az-plan-btn {
  background: var(--az-cat-pink-dark) !important;
}

.az-category-page .az-plan-brochure {
  min-height: 38px;
  margin-top: 7px !important;
  color: #64778a !important;
  font-size: 12px !important;
  font-weight: 700;
}

.az-category-page .az-section-label,
.az-category-page .az-sales-eyebrow {
  margin-bottom: 9px !important;
  color: var(--az-cat-pink-dark) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
}

.az-category-page .az-section-title,
.az-category-page .az-sales-title {
  margin: 0 auto 12px !important;
  color: var(--az-cat-navy) !important;
  font-family: "Prompt", sans-serif !important;
  font-size: clamp(27px, 3vw, 38px) !important;
  line-height: 1.35 !important;
}

.az-category-page .az-section-hint,
.az-category-page .az-sales-sub {
  max-width: 670px;
  margin: 0 auto 32px !important;
  color: var(--az-cat-muted) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.az-category-page .az-compare-section,
.az-category-page .az-compare {
  padding: clamp(68px, 8vw, 104px) 24px !important;
  border: 0 !important;
  background: #fff !important;
}

.az-category-page .az-table-wrap {
  max-width: 1100px !important;
  margin: 30px auto 0 !important;
  overflow-x: auto;
  border: 1px solid var(--az-cat-border);
  border-radius: 18px !important;
  background: #fff;
  box-shadow: 0 14px 36px rgba(22, 58, 91, 0.08) !important;
}

.az-category-page table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.az-category-page th {
  padding: 15px 16px !important;
  font-size: 13px !important;
  line-height: 1.45;
}

.az-category-page th:not(.label) {
  background: var(--az-cat-blue-dark) !important;
  color: #fff !important;
}

.az-category-page td {
  padding: 14px 16px !important;
  color: #42566a !important;
  font-size: 13px !important;
  line-height: 1.5;
}

.az-category-page .az-net-badge,
.az-category-page .az-ql-desc {
  font-size: 12px !important;
}

.az-category-page th.label,
.az-category-page td.label {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 190px;
  box-shadow: 3px 0 8px rgba(22, 58, 91, 0.05);
}

.az-category-page th.label {
  background: var(--az-cat-navy) !important;
  color: #fff !important;
}

.az-category-page td.label {
  background: #f4f8fb !important;
  color: var(--az-cat-navy) !important;
  font-weight: 700 !important;
}

.az-category-page .az-why-health,
.az-category-page .az-why {
  padding: clamp(68px, 8vw, 104px) 24px !important;
  border: 0 !important;
  background: var(--az-cat-surface) !important;
}

.az-category-page .az-why-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  max-width: 1040px !important;
  margin: 34px auto 0 !important;
}

.az-category-page .az-why-item,
.az-category-page .az-why-card {
  min-height: 210px;
  padding: 25px !important;
  border: 1px solid var(--az-cat-border) !important;
  border-radius: 17px !important;
  background: #fff !important;
  text-align: left !important;
}

.az-category-page .az-why-item svg,
.az-category-page .az-why-icon {
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 20px !important;
  color: var(--az-cat-blue-dark) !important;
}

.az-category-critical .az-why-icon {
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--az-cat-soft-pink);
  color: var(--az-cat-pink-dark) !important;
  font-size: 21px !important;
}

.az-category-critical .az-why-icon svg {
  width: 21px;
  height: 21px;
}

.az-category-page .az-why-item h3,
.az-category-page .az-why-card h3 {
  margin-bottom: 7px !important;
  color: var(--az-cat-navy) !important;
  font-family: "Prompt", sans-serif;
  font-size: 16px !important;
  line-height: 1.5;
}

.az-category-page .az-why-item p,
.az-category-page .az-why-card p {
  color: var(--az-cat-muted) !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
}

.az-category-page .az-video {
  padding: clamp(68px, 8vw, 104px) 24px !important;
  background: #fff !important;
}

.az-category-page .az-video-wrap {
  max-width: 720px !important;
  margin: 30px auto 0 !important;
  border: 7px solid #fff;
  border-radius: 20px !important;
  background: var(--az-cat-navy-deep);
  box-shadow: 0 18px 44px rgba(22, 58, 91, 0.14) !important;
}

.az-rider-zone {
  padding: clamp(68px, 8vw, 104px) 24px;
  background: #fff;
}

.az-rider-zone__head {
  max-width: 700px;
  margin: 0 auto 34px;
  text-align: center;
}

.az-rider-zone__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1000px;
  margin-inline: auto;
}

.az-category-page .az-rider-promo {
  padding: 0 !important;
  background: transparent !important;
}

.az-category-page .az-rider-promo-inner {
  height: 100%;
  align-items: flex-start !important;
  padding: 28px !important;
  border: 1px solid #cfe9db !important;
  border-radius: 20px !important;
  background: #f1fbf5 !important;
}

.az-category-page .az-rider-promo-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: #fff;
  font-size: 23px !important;
}

.az-category-page .az-rider-promo-label {
  color: #087a38 !important;
  font-size: 12px !important;
}

.az-category-page .az-rider-promo-title {
  color: var(--az-cat-navy) !important;
  font-size: 20px !important;
  line-height: 1.45;
}

.az-category-page .az-rider-promo-desc {
  color: var(--az-cat-muted) !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

.az-category-page .az-rider-promo-btn {
  padding: 10px 17px !important;
  border-radius: 10px !important;
  background: #087a38 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.az-category-page .az-intent-grid {
  gap: 16px !important;
}

.az-category-page .az-intent-card {
  padding: 24px !important;
  border-radius: 17px !important;
  background: #fff !important;
}

.az-category-page .az-intent-card h3 {
  font-size: 17px !important;
}

.az-category-page .az-intent-card p {
  font-size: 14px !important;
}

.az-category-page .az-quicklinks {
  padding: clamp(62px, 7vw, 90px) 24px !important;
  background: var(--az-cat-surface) !important;
}

.az-category-page .az-ql-title {
  color: var(--az-cat-navy) !important;
  font-size: 25px !important;
}

.az-category-page .az-ql-card {
  border-radius: 15px !important;
  background: #fff !important;
}

.az-category-page .az-cta {
  width: min(1120px, calc(100% - 48px));
  margin: clamp(68px, 8vw, 104px) auto;
  padding: clamp(42px, 6vw, 70px) 28px !important;
  border-radius: 28px;
  background: var(--az-cat-navy-deep) !important;
  text-align: center;
}

.az-category-page .az-cta h2 {
  margin-bottom: 10px !important;
  color: #fff !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.35;
}

.az-category-page .az-cta p {
  max-width: 600px !important;
  margin: 0 auto 26px !important;
  color: #c1d0dc !important;
  font-size: 15px !important;
  line-height: 1.75;
}

.az-category-page .az-cta-btns {
  gap: 11px !important;
}

.az-category-page .az-btn-line,
.az-category-page .az-btn-pink,
.az-category-page .az-btn-white {
  display: inline-flex !important;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px !important;
  border-radius: 13px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.az-category-page .az-btn-line {
  background: var(--az-cat-line) !important;
  color: #fff !important;
}

.az-category-page .az-btn-pink {
  background: var(--az-cat-pink-dark) !important;
  color: #fff !important;
}

.az-category-page .az-btn-white {
  background: #fff !important;
  color: var(--az-cat-blue-dark) !important;
}

.az-category-page .az-match,
.az-category-page .az-sales-section {
  border: 0 !important;
}

.az-category-page .az-match-card {
  border-radius: 18px !important;
}

/* Saving category */
.az-category-saving .az-page-hero {
  background: #f5f9fc !important;
}

.az-category-saving .az-page-hero::before {
  background: #dceefb;
}

.az-category-saving .az-category-kicker,
.az-category-saving .az-plan-family-label {
  color: var(--az-cat-blue-dark) !important;
}

.az-savings-board {
  position: relative;
  padding: 28px;
  border: 7px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  background: var(--az-cat-navy-deep);
  box-shadow: 0 24px 56px rgba(15, 41, 66, 0.19);
}

.az-savings-board__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.az-savings-board__head span,
.az-savings-board__head strong {
  display: block;
}

.az-savings-board__head span {
  color: #9db4c6;
  font-size: 12px;
  font-weight: 700;
}

.az-savings-board__head strong {
  margin-top: 3px;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 19px;
}

.az-savings-board__head .az-savings-board__icon {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: rgba(239, 95, 147, 0.16);
  color: #ff9abd;
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.az-savings-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 11px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.az-savings-row:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.11);
}

.az-savings-row--featured {
  border-color: rgba(239, 95, 147, 0.48);
  background: rgba(239, 95, 147, 0.13);
}

.az-savings-row span,
.az-savings-row small,
.az-savings-row strong {
  display: block;
}

.az-savings-row small {
  margin-bottom: 3px;
  color: #a9bdcc;
  font-size: 11px;
  font-weight: 700;
}

.az-savings-row strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
}

.az-savings-row b {
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  white-space: nowrap;
}

.az-savings-board__note {
  margin: 17px 0 0 !important;
  color: #99afc0 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.az-category-saving .az-why-icon {
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--az-cat-soft-blue);
  color: var(--az-cat-blue-dark) !important;
  font-size: 21px !important;
}

.az-category-page .az-why-card h3 {
  margin-bottom: 7px !important;
  color: var(--az-cat-navy) !important;
  font-family: "Prompt", sans-serif;
  font-size: 16px !important;
  line-height: 1.5;
}

.az-category-saving .az-plan-family-photo img {
  padding: 10px;
  object-fit: contain !important;
}

.az-category-saving .az-plan-group-header > div:nth-child(2) {
  min-width: 0;
}

.az-category-saving .az-tax {
  scroll-margin-top: 96px;
  padding: clamp(68px, 8vw, 96px) 24px !important;
  border: 0 !important;
  background: var(--az-cat-soft-pink) !important;
}

.az-category-saving .az-tax-inner {
  max-width: 820px;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid #f4cddd;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(89, 31, 55, 0.08);
}

.az-category-saving .az-tax h2 {
  color: var(--az-cat-navy) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
}

.az-category-saving .az-tax-amount {
  color: var(--az-cat-pink-dark) !important;
  font-size: clamp(32px, 5vw, 46px) !important;
}

.az-category-saving .az-tax p,
.az-category-saving .az-tax-sub {
  color: var(--az-cat-muted) !important;
}

.az-category-saving .az-tax-note {
  margin-bottom: 0 !important;
  color: #78899a !important;
}

.az-category-saving .az-plan-header.green,
.az-category-saving .az-plan-btn.green {
  background: var(--az-cat-blue-dark) !important;
}

.az-category-saving .az-plan-group-bar.green {
  background: var(--az-cat-blue) !important;
}

.az-category-saving .az-plan-group-badge.green,
.az-category-saving .az-plan-tag.green,
.az-category-saving .az-check.green {
  background: var(--az-cat-soft-blue) !important;
  color: var(--az-cat-blue-dark) !important;
}

@media (max-width: 950px) {
  .az-category-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 34px;
  }

  .az-category-page .az-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .az-category-page .az-plan-group-header {
    grid-template-columns: 5px minmax(0, 1fr);
  }

  .az-category-page .az-plan-group-header > span,
  .az-category-page .az-plan-group-badge {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .az-category-container,
  .az-breadcrumb,
  .az-category-jump,
  .az-category-page .az-cta {
    width: min(100% - 32px, 1120px);
  }

  .az-page-hero {
    padding: 44px 0 64px !important;
  }

  .az-category-hero {
    grid-template-columns: 1fr;
  }

  .az-category-copy {
    text-align: center;
  }

  .az-category-copy h1,
  .az-category-page .az-page-hero h1 {
    margin-inline: auto !important;
    font-size: clamp(34px, 10vw, 45px) !important;
  }

  .az-category-lead {
    margin-inline: auto !important;
    font-size: 15.5px !important;
  }

  .az-category-actions,
  .az-category-proof {
    justify-content: center;
  }

  .az-coverage-board,
  .az-savings-board,
  .az-category-photo {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .az-category-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .az-category-stat:nth-child(2) {
    border-right: 0;
  }

  .az-category-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--az-cat-border);
  }

  .az-category-jump strong {
    display: none;
  }

  .az-category-page .az-plan-group {
    padding: 20px;
  }

  .az-category-page .az-plan-family-banner {
    flex-direction: column;
  }

  .az-category-page .az-plan-family-photo {
    flex: none !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .az-category-page .az-plan-family-photo img {
    aspect-ratio: 16 / 10;
    object-fit: contain !important;
  }

  .az-category-page .az-plans-grid {
    grid-template-columns: 1fr !important;
  }

  .az-rider-zone__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .az-category-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .az-category-btn {
    width: 100%;
  }

  .az-category-proof {
    display: grid;
    justify-content: start;
    gap: 9px;
    max-width: 310px;
    margin-inline: auto;
    text-align: left;
  }

  .az-coverage-board {
    padding: 21px;
    border-width: 5px;
    border-radius: 23px;
  }

  .az-savings-board {
    padding: 21px;
    border-width: 5px;
    border-radius: 23px;
  }

  .az-savings-row {
    padding: 14px;
  }

  .az-coverage-row {
    padding: 14px;
  }

  .az-category-stat {
    padding: 15px 13px;
  }

  .az-category-stat dt {
    font-size: 16px;
  }

  .az-category-page .az-plans,
  .az-category-page .az-compare-section,
  .az-category-page .az-compare,
  .az-category-page .az-why-health,
  .az-category-page .az-why,
  .az-category-page .az-video,
  .az-rider-zone {
    padding: 64px 16px !important;
  }

  .az-category-page .az-plan-group {
    padding: 16px;
    border-radius: 18px;
  }

  .az-category-page .az-plan-group-header {
    grid-template-columns: 4px minmax(0, 1fr);
  }

  .az-category-health .az-plan-group-header > h3,
  .az-category-page .az-plan-group-title {
    font-size: 19px !important;
  }

  .az-category-page .az-plan-family-body {
    padding: 22px !important;
  }

  .az-category-page .az-plan-header {
    min-height: 0;
  }

  .az-category-page .az-why-grid {
    grid-template-columns: 1fr !important;
  }

  .az-category-page .az-why-item,
  .az-category-page .az-why-card {
    min-height: 0;
  }

  .az-category-page .az-cta {
    margin-block: 64px;
    padding: 42px 20px !important;
    border-radius: 22px;
  }

  .az-category-page .az-cta-btns {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .az-category-page .az-btn-line,
  .az-category-page .az-btn-pink,
  .az-category-page .az-btn-white {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .az-category-btn,
  .az-category-page .az-plan-card {
    transition: none;
  }
}
