:root {
  --cah-ink: #102033;
  --cah-muted: #526275;
  --cah-blue: #1254d8;
  --cah-blue-dark: #073b9a;
  --cah-blue-soft: #eaf3ff;
  --cah-line: #d9e5f3;
  --cah-surface: #ffffff;
  --cah-canvas: #f6f9fd;
  --cah-navy: #071f3f;
  --cah-yellow: #ffb020;
  --cah-green: #0d7a5f;
  --cah-radius: 22px;
  --cah-shadow: 0 16px 44px rgba(16, 32, 51, .09);
}

body.cah-site-page {
  margin: 0;
  color: var(--cah-ink);
  background: var(--cah-canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body.cah-site-page * {
  box-sizing: border-box;
}

body.cah-site-page img {
  max-width: 100%;
}

body.cah-site-page a {
  color: var(--cah-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

body.cah-site-page a:focus-visible,
body.cah-site-page summary:focus-visible {
  outline: 3px solid var(--cah-yellow);
  outline-offset: 3px;
  border-radius: 4px;
}

.cah-site-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.cah-skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff !important;
  background: var(--cah-navy);
  font-weight: 850;
}

.cah-skip-link:focus {
  top: 12px;
}

.cah-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(217, 229, 243, .9);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 30px rgba(16, 32, 51, .04);
  backdrop-filter: blur(16px);
}

.cah-site-bar {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.cah-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  color: var(--cah-ink) !important;
  font-size: 1rem;
  font-weight: 680;
  line-height: 1.1;
  text-decoration: none !important;
}

.cah-site-brand strong {
  font-weight: 950;
}

.cah-site-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, var(--cah-blue), var(--cah-blue-dark));
  box-shadow: 0 9px 22px rgba(18, 84, 216, .24);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: -.03em;
}

.cah-site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.cah-site-nav a {
  color: #33465d !important;
  font-size: .91rem;
  font-weight: 780;
  text-decoration: none !important;
}

.cah-site-nav a:hover,
.cah-site-nav a:focus {
  color: var(--cah-blue) !important;
}

.cah-nav-mobile {
  display: none;
  position: relative;
  margin-left: auto;
}

.cah-nav-mobile summary {
  cursor: pointer;
  list-style: none;
  border: 1px solid var(--cah-line);
  border-radius: 999px;
  padding: 9px 14px;
  background: #fff;
  font-weight: 850;
}

.cah-nav-mobile summary::-webkit-details-marker {
  display: none;
}

.cah-nav-mobile nav {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(300px, calc(100vw - 24px));
  display: grid;
  overflow: hidden;
  border: 1px solid var(--cah-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--cah-shadow);
}

.cah-nav-mobile nav a {
  padding: 13px 16px;
  border-bottom: 1px solid var(--cah-line);
  color: var(--cah-ink) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.cah-nav-mobile nav a:last-child {
  border-bottom: 0;
}

.cah-phone-cta,
.cah-button-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 19px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.cah-phone-cta {
  border: 1px solid var(--cah-blue);
  color: #fff !important;
  background: var(--cah-blue);
  box-shadow: 0 12px 28px rgba(18, 84, 216, .2);
}

.cah-phone-cta:hover,
.cah-phone-cta:focus {
  border-color: var(--cah-blue-dark);
  background: var(--cah-blue-dark);
}

.cah-button-secondary {
  border: 1px solid #9ab8e4;
  color: var(--cah-blue-dark) !important;
  background: #fff;
}

.cah-button-secondary:hover,
.cah-button-secondary:focus {
  border-color: var(--cah-blue);
  background: var(--cah-blue-soft);
}

.cah-site-top-phone {
  flex: 0 0 auto;
  font-size: .92rem;
}

[data-cah-scroll-call][hidden] {
  display: none !important;
}

.cah-kicker {
  margin: 0 0 10px;
  color: var(--cah-blue-dark) !important;
  font-size: .77rem !important;
  font-weight: 950 !important;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cah-site-hero,
.cah-home-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--cah-line);
  background:
    radial-gradient(circle at 84% 18%, rgba(18, 84, 216, .12), transparent 27rem),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
}

.cah-breadcrumbs {
  padding-top: 24px;
}

.cah-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: var(--cah-muted);
  font-size: .86rem;
  list-style: none;
}

.cah-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  color: #8a9aae;
}

.cah-breadcrumbs a {
  color: var(--cah-muted) !important;
}

.cah-site-hero-inner,
.cah-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 54px;
  align-items: center;
}

.cah-site-hero-inner {
  padding: 30px 0 42px;
}

.cah-home-hero-grid {
  min-height: 590px;
  padding: 56px 0;
}

.cah-site-hero-copy,
.cah-home-hero-copy {
  max-width: 790px;
}

.cah-site-hero h1,
.cah-home-hero h1 {
  max-width: 870px;
  margin: 0;
  color: var(--cah-ink);
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .98;
}

.cah-site-hero h1 {
  font-size: clamp(2.15rem, 4.2vw, 4rem);
}

.cah-site-summary {
  max-width: 760px;
  margin: 20px 0 0;
  color: #33465d;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.55;
}

.cah-site-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.cah-site-hero-actions > span {
  max-width: 430px;
  color: var(--cah-muted);
  font-size: .88rem;
  line-height: 1.45;
}

.cah-hero-note {
  max-width: 700px;
  margin: 18px 0 0;
  color: #33465d;
  font-size: .91rem;
}

.cah-cta-disclosure {
  max-width: 760px;
  margin: 17px 0 0;
  padding-left: 14px;
  border-left: 3px solid #8cb2ea;
  color: var(--cah-muted) !important;
  font-size: .82rem !important;
  line-height: 1.5;
}

.cah-site-hero-image,
.cah-home-hero-image {
  width: min(100%, 410px);
  justify-self: end;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--cah-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(16, 32, 51, .14);
}

.cah-site-hero-image {
  width: min(100%, 350px);
  border-radius: 24px;
}

.cah-site-hero-image picture,
.cah-home-hero-image picture,
.cah-index-card-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.cah-site-hero-image img,
.cah-home-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.cah-emergency-band {
  border-bottom: 1px solid #e8d8b2;
  background: #fff8e8;
}

.cah-emergency-band .cah-site-wrap {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-block: 12px;
}

.cah-emergency-band strong {
  flex: 0 0 auto;
  color: #6d4300;
}

.cah-emergency-band span {
  flex: 1;
  color: #5d4b2c;
  font-size: .94rem;
}

.cah-emergency-band a {
  flex: 0 0 auto;
  color: #6d4300 !important;
  font-weight: 900;
}

.cah-site-main {
  padding: 0;
}

.cah-home {
  padding: 72px 0 82px;
}

.cah-home-section {
  margin: 0 0 80px;
}

.cah-section-heading {
  max-width: 790px;
  margin: 0 0 25px;
}

.cah-section-heading h2,
.cah-home-final h2,
.cah-disclosure-panel h2 {
  margin: 0;
  color: var(--cah-ink);
  font-size: clamp(1.95rem, 3.5vw, 3rem);
  font-weight: 930;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.cah-section-heading > p:last-child,
.cah-home-final p {
  margin: 13px 0 0;
  color: var(--cah-muted);
  font-size: 1.05rem;
}

.cah-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cah-route-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--cah-line);
  border-radius: var(--cah-radius);
  color: var(--cah-ink) !important;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 32, 51, .055);
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cah-route-card:hover,
.cah-route-card:focus {
  transform: translateY(-3px);
  border-color: #9cbce9;
  box-shadow: var(--cah-shadow);
}

.cah-route-card-featured {
  color: #fff !important;
  border-color: var(--cah-blue-dark);
  background: linear-gradient(145deg, var(--cah-blue-dark), var(--cah-blue));
}

.cah-route-card > span {
  color: var(--cah-blue);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .11em;
}

.cah-route-card-featured > span,
.cah-route-card-featured p,
.cah-route-card-featured b {
  color: #fff;
}

.cah-route-card h3 {
  margin: 15px 0 9px;
  color: inherit;
  font-size: 1.28rem;
  line-height: 1.15;
}

.cah-route-card p {
  margin: 0 0 18px;
  color: var(--cah-muted);
  font-size: .94rem;
}

.cah-route-card b {
  margin-top: auto;
  color: var(--cah-blue);
  font-size: .9rem;
}

.cah-home-checklist {
  padding: 42px;
  border-radius: 30px;
  color: #fff;
  background: var(--cah-navy);
}

.cah-home-checklist .cah-kicker {
  color: #9bc0ff !important;
}

.cah-home-checklist .cah-section-heading h2 {
  color: #fff;
}

.cah-home-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cah-home-steps li {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
}

.cah-home-steps span,
.cah-process > li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--cah-navy);
  background: var(--cah-yellow);
  font-weight: 950;
}

.cah-home-steps h3 {
  margin: 16px 0 8px;
  color: #fff;
  font-size: 1.1rem;
}

.cah-home-steps p {
  margin: 0;
  color: #c8d7e8;
  font-size: .91rem;
}

.cah-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cah-feature-grid article {
  padding: 22px;
  border: 1px solid var(--cah-line);
  border-radius: 18px;
  background: #fff;
}

.cah-feature-grid h3 {
  margin: 0 0 8px;
  color: var(--cah-ink);
  font-size: 1.08rem;
}

.cah-feature-grid h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.cah-feature-grid p {
  margin: 0;
  color: var(--cah-muted);
  font-size: .93rem;
}

.cah-feature-grid .cah-index-read {
  display: inline-flex;
  margin-top: 14px;
}

.cah-disclosure-panel {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: 44px;
  align-items: start;
  padding: 36px;
  border: 1px solid #a8c4eb;
  border-radius: 26px;
  background: var(--cah-blue-soft);
}

.cah-home-disclosure {
  margin-bottom: 80px;
}

.cah-disclosure-panel p {
  margin: 0 0 12px;
  color: #33465d;
}

.cah-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}

.cah-inline-links a {
  font-weight: 900;
}

.cah-section-action {
  margin: 28px 0 0;
}

.cah-faq details {
  margin: 0 0 11px;
  padding: 17px 20px;
  border: 1px solid var(--cah-line);
  border-radius: 16px;
  background: #fff;
}

.cah-faq summary {
  cursor: pointer;
  min-height: 44px;
  margin-block: -9px;
  padding-block: 9px;
  color: var(--cah-ink);
  font-weight: 900;
}

.cah-faq details p {
  margin: 12px 0 0;
  color: var(--cah-muted);
}

.cah-home-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--cah-shadow);
}

.cah-home-final > div {
  max-width: 750px;
}

.cah-topic-nav {
  border-bottom: 1px solid var(--cah-line);
  background: #fff;
}

.cah-topic-nav .cah-site-wrap {
  padding-block: 24px;
}

.cah-topic-nav .cah-kicker {
  margin-bottom: 12px;
}

.cah-topic-nav .cah-site-wrap > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cah-topic-nav a {
  display: inline-flex;
  border: 1px solid var(--cah-line);
  border-radius: 999px;
  padding: 8px 13px;
  color: #33465d !important;
  background: #fff;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none !important;
}

.cah-index-list {
  padding: 68px 0 82px;
}

.cah-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cah-index-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--cah-line);
  border-radius: var(--cah-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 32, 51, .055);
}

.cah-index-card-image {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--cah-line);
  background: var(--cah-blue-soft);
}

.cah-index-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  transition: transform .2s ease;
}

.cah-index-card:hover .cah-index-card-image img {
  transform: scale(1.025);
}

.cah-index-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 21px;
}

.cah-index-card h3 {
  margin: 0 0 10px;
  color: var(--cah-ink);
  font-size: 1.18rem;
  line-height: 1.18;
}

.cah-index-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.cah-index-card p {
  margin: 0 0 18px;
  color: var(--cah-muted);
  font-size: .93rem;
}

.cah-index-read {
  margin-top: auto;
  font-size: .91rem;
  font-weight: 900;
  text-decoration: none !important;
}

.cah-index-pagination {
  margin-top: 30px;
}

.cah-index-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cah-index-pagination a,
.cah-index-pagination span {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--cah-line);
  border-radius: 10px;
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}

.cah-index-pagination .current {
  color: #fff;
  border-color: var(--cah-blue);
  background: var(--cah-blue);
}

.cah-site-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding: 48px 0 76px;
}

.cah-site-content {
  width: 100%;
  max-width: 900px;
  min-width: 0;
  margin-inline: auto;
}

.cah-site-content > *:first-child {
  margin-top: 0;
}

.cah-site-content h2,
.cah-site-content h3,
.cah-site-content h4 {
  color: var(--cah-ink);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.14;
}

.cah-site-content h2 {
  margin: 44px 0 14px;
  font-size: clamp(1.65rem, 2.9vw, 2.35rem);
}

.cah-site-content h3 {
  margin: 30px 0 10px;
  font-size: 1.3rem;
}

.cah-site-content h4 {
  margin: 24px 0 8px;
  font-size: 1.08rem;
}

.cah-site-content p,
.cah-site-content li,
.cah-site-content dd {
  color: #33465d;
}

.cah-site-content p {
  margin: 0 0 1.15em;
}

.cah-site-content ul,
.cah-site-content ol {
  margin: 0 0 1.4em;
  padding-left: 1.45em;
}

.cah-site-content li {
  margin: .44em 0;
  padding-left: .15em;
}

.cah-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 28px;
  padding: 15px 18px;
  border: 1px solid var(--cah-line);
  border-radius: 14px;
  color: var(--cah-muted);
  background: #fff;
  font-size: .83rem;
}

.cah-answer-card {
  margin: 0 0 34px;
  padding: 27px 30px;
  border: 1px solid #a8c4eb;
  border-left: 7px solid var(--cah-blue);
  border-radius: 20px;
  background: var(--cah-blue-soft);
}

.cah-answer-card h2 {
  margin: 0 0 13px;
}

.cah-answer-card p:last-child {
  margin-bottom: 0;
}

.cah-answer-card > p:not(.cah-kicker) {
  font-size: 1.05rem;
}

.cah-emergency {
  margin-top: 17px !important;
  padding: 13px 15px;
  border-radius: 12px;
  color: #5d3a00 !important;
  background: #fff5dd;
  font-size: .93rem !important;
}

.cah-guide-section {
  margin: 0 0 38px;
}

.cah-guide-section > h2:first-child {
  margin-top: 0;
}

.cah-sources {
  padding: 27px;
  border: 1px solid var(--cah-line);
  border-radius: 20px;
  background: #fff;
}

.cah-source-list {
  margin-bottom: 0 !important;
}

.cah-related {
  margin: 42px 0 0;
  padding: 28px;
  border-radius: 22px;
  color: #fff;
  background: var(--cah-navy);
}

.cah-related h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 1.45rem;
}

.cah-related div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cah-related a {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255, 255, 255, .08);
  font-size: .87rem;
  font-weight: 800;
  text-decoration: none !important;
}

.cah-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.cah-check-grid span {
  position: relative;
  padding: 11px 12px 11px 39px;
  border: 1px solid var(--cah-line);
  border-radius: 11px;
  background: #fff;
  color: #33465d;
  font-size: .9rem;
}

.cah-check-grid span::before {
  content: "✓";
  position: absolute;
  left: 13px;
  color: var(--cah-green);
  font-weight: 950;
}

.cah-table-wrap,
.cah-site-content .wp-block-table {
  width: 100%;
  overflow-x: auto;
  margin: 26px 0;
  border-radius: 14px;
}

.cah-site-content table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  border: 1px solid var(--cah-line);
  background: #fff;
  font-size: .92rem;
}

.cah-site-content th,
.cah-site-content td {
  padding: 13px 15px;
  border: 1px solid var(--cah-line);
  color: #33465d;
  text-align: left;
  vertical-align: top;
}

.cah-site-content th {
  color: var(--cah-ink);
  background: var(--cah-blue-soft);
  font-weight: 900;
}

.cah-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 48px 0 0;
  padding: 30px;
  border: 1px solid #a8c4eb;
  border-radius: 24px;
  background: var(--cah-blue-soft);
}

.cah-inline-cta h2 {
  margin: 0 0 10px;
}

.cah-inline-cta p {
  margin-bottom: 0;
}

.cah-inline-cta .cah-cta-disclosure {
  margin-top: 13px;
}

.cah-site-sidebar {
  width: 100%;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-inline: auto;
}

.cah-card,
.cah-contact-card,
.cah-company-card {
  padding: 22px;
  border: 1px solid var(--cah-line);
  border-radius: 18px;
  background: #fff;
}

.cah-card h2,
.cah-contact-card h2,
.cah-company-card h2 {
  margin: 0 0 10px;
  color: var(--cah-ink);
  font-size: 1.2rem;
}

.cah-card p,
.cah-card li {
  color: var(--cah-muted);
  font-size: .91rem;
}

.cah-card a {
  font-weight: 850;
}

.cah-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cah-contact-card .cah-phone-cta {
  margin-top: 8px;
}

.cah-company-card {
  margin-bottom: 20px;
  padding: 28px;
}

.cah-company-card dl {
  margin: 20px 0;
}

.cah-company-card dl div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--cah-line);
}

.cah-company-card dt {
  color: var(--cah-muted);
  font-weight: 750;
}

.cah-company-card dd {
  margin: 0;
  font-weight: 750;
}

.cah-policy > section:not(.cah-answer-card) {
  margin-bottom: 18px;
  padding: 24px 27px;
  border: 1px solid var(--cah-line);
  border-radius: 17px;
  background: #fff;
}

.cah-policy > section:not(.cah-answer-card) h2 {
  margin-top: 0;
  font-size: 1.42rem;
}

.cah-policy > section:not(.cah-answer-card) > *:last-child {
  margin-bottom: 0;
}

.cah-process {
  display: grid;
  gap: 16px;
  margin: 0 0 36px !important;
  padding: 0 !important;
  list-style: none;
}

.cah-process > li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 17px;
  padding: 22px;
  border: 1px solid var(--cah-line);
  border-radius: 17px;
  background: #fff;
}

.cah-process > li h2 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.cah-process > li p {
  margin: 0;
}

.cah-site-content .wp-block-image,
.cah-site-content > .wp-block-themeisle-blocks-advanced-columns,
body.cah-site-page.single-post .cah-site-content .wp-block-image {
  max-width: 100%;
}

body.cah-guide-page .cah-site-content > .wp-block-themeisle-blocks-advanced-columns,
body.cah-guide-page .cah-site-content > .wp-block-image {
  display: none;
}

.cah-site-footer {
  padding: 54px 0 110px;
  color: #cdd9e8;
  background: var(--cah-navy);
}

.cah-footer-intro {
  max-width: 620px;
  margin-bottom: 34px;
}

.cah-footer-brand {
  color: #fff !important;
}

.cah-footer-intro p {
  margin: 15px 0 0;
  color: #aebed2;
}

.cah-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding: 32px 0;
  border-block: 1px solid rgba(255, 255, 255, .13);
}

.cah-footer-grid h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: .97rem;
}

.cah-footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cah-footer-grid a {
  color: #d7e3f1 !important;
  font-size: .88rem;
  text-decoration: none !important;
}

.cah-footer-grid a:hover,
.cah-footer-grid a:focus {
  color: #fff !important;
  text-decoration: underline !important;
}

.cah-footer-legal {
  padding-top: 27px;
}

.cah-footer-legal p {
  max-width: 1050px;
  margin: 0 0 10px;
  color: #9fb0c5;
  font-size: .79rem;
  line-height: 1.55;
}

.cah-sticky-call {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 14px;
  border-radius: 16px;
  color: #fff;
  background: var(--cah-navy);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .3);
}

.cah-sticky-call span {
  flex: 1;
  font-size: .87rem;
  font-weight: 760;
  line-height: 1.2;
}

.cah-sticky-call a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  padding: 10px 15px;
  color: #211500 !important;
  background: var(--cah-yellow);
  font-weight: 950;
  text-decoration: none !important;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .cah-nav-desktop {
    display: none;
  }

  .cah-nav-mobile {
    display: block;
  }

  .cah-site-hero-inner,
  .cah-home-hero-grid {
    gap: 32px;
  }

  .cah-route-grid,
  .cah-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cah-home-steps,
  .cah-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.cah-site-page {
    font-size: 16px;
  }

  .cah-site-wrap {
    width: min(100% - 26px, 1180px);
  }

  .cah-site-bar {
    min-height: 68px;
    gap: 12px;
  }

  .cah-site-brand > span:last-child {
    max-width: 115px;
  }

  .cah-site-mark {
    width: 39px;
    height: 39px;
    border-radius: 12px;
  }

  .cah-site-top-phone {
    display: none;
  }

  .cah-site-hero-inner,
  .cah-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .cah-home-hero-grid {
    min-height: 0;
    padding: 42px 0;
  }

  .cah-site-hero-inner {
    padding: 25px 0 32px;
  }

  .cah-site-hero-image,
  .cah-home-hero-image {
    width: min(100%, 330px);
    justify-self: start;
  }

  .cah-site-hero h1,
  .cah-home-hero h1 {
    font-size: clamp(2.18rem, 12vw, 3.25rem);
  }

  .cah-site-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cah-site-hero-actions .cah-phone-cta,
  .cah-site-hero-actions .cah-button-secondary {
    width: 100%;
  }

  .cah-emergency-band .cah-site-wrap {
    display: grid;
    gap: 5px;
    padding-block: 15px;
  }

  .cah-home {
    padding: 46px 0 58px;
  }

  .cah-home-section,
  .cah-home-disclosure {
    margin-bottom: 56px;
  }

  .cah-route-grid,
  .cah-index-grid,
  .cah-home-steps,
  .cah-feature-grid,
  .cah-contact-grid,
  .cah-footer-grid,
  .cah-site-sidebar,
  .cah-disclosure-panel {
    grid-template-columns: 1fr;
  }

  .cah-route-card {
    min-height: 0;
  }

  .cah-home-checklist,
  .cah-disclosure-panel,
  .cah-home-final {
    padding: 25px;
    border-radius: 22px;
  }

  .cah-home-final,
  .cah-inline-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cah-home-final .cah-phone-cta,
  .cah-inline-cta .cah-phone-cta {
    width: 100%;
  }

  .cah-index-list {
    padding: 46px 0 58px;
  }

  .cah-site-layout {
    padding: 36px 0 60px;
  }

  .cah-answer-card {
    padding: 22px;
  }

  .cah-check-grid {
    grid-template-columns: 1fr;
  }

  .cah-company-card dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .cah-sticky-call {
    display: flex;
  }
}

@media (max-width: 420px) {
  .cah-site-brand {
    font-size: .9rem;
  }

  .cah-site-brand > span:last-child {
    max-width: 100px;
  }

  .cah-nav-mobile summary {
    padding-inline: 12px;
  }

  .cah-sticky-call span {
    font-size: .8rem;
  }

  .cah-sticky-call a {
    padding-inline: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
