:root {
  --navy: #10295f;
  --navy-deep: #071a3d;
  --blue: #224397;
  --blue-bright: #2d5ec7;
  --blue-soft: #edf3ff;
  --red: #e1292f;
  --red-dark: #bd1c22;
  --white: #ffffff;
  --ink: #111f39;
  --muted: #5b6576;
  --line: #d9dfeb;
  --soft: #f5f7fb;
  --max: 1440px;
  --shadow: 0 18px 50px rgba(16, 41, 95, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
strong,
b {
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--navy-deep);
  font-size: 68px;
  line-height: 1.04;
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h2 {
  margin-bottom: 24px;
  color: var(--navy);
  font-size: 48px;
  line-height: 1.08;
  font-weight: 600;
}

h3 {
  color: var(--navy);
  line-height: 1.25;
}

.page-width {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
}

.planning-note {
  min-height: 30px;
  padding: 6px 24px;
  color: var(--white);
  background: var(--navy-deep);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: 276px minmax(420px, 1fr) auto;
  align-items: center;
  width: min(calc(100% - 40px), 1540px);
  min-height: 88px;
  margin: 0 auto;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 276px;
  min-height: 58px;
}

.brand img {
  width: 276px;
  height: auto;
  max-height: 66px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 4px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
}

.nav-link:hover,
.nav-link:focus-visible,
.menu-trigger[aria-expanded="true"] {
  color: var(--white) !important;
  background: transparent !important;
  border-bottom-color: var(--red);
  outline: 0;
}

.nav-link span {
  margin-left: 7px;
  font-size: 18px;
}

.nav-menu {
  position: relative;
}

.mega-menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + 22px);
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  width: 560px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: 0 0 6px 6px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.mega-menu.compact {
  grid-template-columns: 1fr;
  width: 330px;
}

.mega-menu.company-menu {
  width: 380px;
  max-height: min(620px, calc(100vh - 130px));
  overflow-y: auto;
}

.insurance-mega-menu {
  left: 50%;
  display: block;
  width: min(880px, calc(100vw - 64px));
  padding: 0;
  overflow: hidden;
  transform: translate(-50%, -8px);
}

.insurance-category-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f4f7fb;
  border-bottom: 1px solid var(--line);
}

.insurance-category-tab {
  min-height: 62px;
  padding: 0 24px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 3px solid transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.insurance-category-tab:last-child {
  border-right: 0;
}

.insurance-category-tab:hover,
.insurance-category-tab:focus-visible {
  color: var(--navy);
  background: var(--white);
  outline: 0;
}

.insurance-category-tab.is-active {
  color: var(--navy);
  background: var(--white);
  border-bottom-color: var(--red);
}

.insurance-menu-panels {
  background: var(--white);
}

.insurance-menu-panel {
  padding: 20px 24px 24px;
}

.insurance-menu-panel[hidden] {
  display: none;
}

.insurance-menu-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 0;
}

.insurance-mega-menu .insurance-menu-links a {
  min-width: 0;
  padding: 12px 4px 11px 0;
  color: var(--muted);
  border-bottom: 1px solid #edf0f5;
  font-size: 13px;
  line-height: 1.35;
}

.insurance-mega-menu .insurance-menu-links a:hover,
.insurance-mega-menu .insurance-menu-links a:focus-visible {
  padding-left: 6px;
  color: var(--navy);
  background: #f8faff;
  outline: 0;
}

.menu-trigger[aria-expanded="true"] + .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-trigger[aria-expanded="true"] + .insurance-mega-menu {
  transform: translate(-50%, 0);
}

.insurance-mega-menu.is-open {
  transform: translate(-50%, 0);
}

.mega-menu a {
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.mega-menu a:hover,
.mega-menu a:focus-visible {
  background: var(--blue-soft);
  outline: 0;
}

.mega-menu strong,
.mega-menu span {
  display: block;
}

.mega-menu strong {
  color: var(--navy);
  font-size: 16px;
}

.mega-menu span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.header-phone svg {
  width: 20px;
  height: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: 3px solid rgba(45, 94, 199, 0.2);
  outline-offset: 2px;
}

.button-primary {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button-outline {
  color: var(--blue);
  border-color: var(--blue);
}

.button-outline-light {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.header-service-button,
.header-service-button:hover,
.header-service-button:focus-visible {
  color: var(--white) !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.header-service-button:hover,
.header-service-button:focus-visible {
  color: var(--white) !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

/* Gutenberg applies the custom button class to the wrapper, not the link. */
.wp-block-button.button {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  transform: none;
}

.wp-block-button.button:hover,
.wp-block-button.button:focus-within {
  background: transparent;
  outline: 0;
  transform: none;
}

.wp-block-button.button > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 36px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
}

.wp-block-button.button-primary > .wp-block-button__link {
  color: var(--white) !important;
  background: var(--red) !important;
  border-color: var(--red) !important;
}

.wp-block-button.button-outline > .wp-block-button__link {
  color: var(--blue) !important;
  background: transparent !important;
  border-color: var(--blue) !important;
}

.wp-block-button.button-outline-light > .wp-block-button__link {
  color: var(--white) !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.mobile-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

.mobile-menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  min-height: 590px;
  padding: 58px 0 34px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(560px, 1.04fr);
  align-items: center;
  gap: 90px;
}

.hero-copy > p {
  max-width: 680px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.hero-actions,
.inline-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.button-large {
  min-height: 66px;
  padding: 0 32px;
  font-size: 18px;
  gap: 18px;
}

.hero-call {
  display: inline-flex;
  align-items: center;
  min-height: 66px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  gap: 12px;
}

.hero-call svg {
  width: 30px;
  height: 30px;
  color: var(--blue);
}

.hero-call span,
.hero-call strong,
.hero-call small {
  display: block;
}

.hero-call strong {
  color: var(--blue);
  font-size: 21px;
}

.hero-call small {
  color: var(--muted);
  font-size: 14px;
}

.quote-path {
  position: relative;
  padding: 18px 0 0 56px;
  border-top: 3px solid var(--blue);
}

.quote-path::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--blue);
  border: 5px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--blue);
}

.quote-video-stage {
  display: grid;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  place-items: center;
}

.quote-video-stage video {
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 9;
  background: var(--white);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.process-rail {
  display: grid;
  grid-template-columns: 1fr 22px 1fr 22px 1fr;
  align-items: start;
  margin-top: 24px;
  gap: 12px;
}

.process-rail > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  gap: 12px;
}

.process-rail > div > strong {
  display: grid;
  width: 48px;
  height: 48px;
  color: var(--blue);
  background: var(--white);
  border: 2px solid var(--blue);
  font-size: 22px;
  place-items: center;
}

.process-rail span,
.process-rail b,
.process-rail small {
  display: block;
}

.process-rail b {
  font-size: 15px;
}

.process-rail small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.process-rail i {
  display: grid;
  height: 48px;
  place-items: center;
  color: var(--blue);
  font-size: 22px;
  font-style: normal;
}

.coverage-section,
.states-section,
.reviews-section,
.about-section,
.why-section,
.blog-section {
  padding: 100px 0;
}

.section-heading {
  max-width: 1120px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading > p:first-child {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 850;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-bottom: 0;
}

.coverage-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  border-top: 3px solid var(--navy);
  gap: 0;
}

.coverage-details article {
  padding: 30px 34px 12px 0;
  border-right: 1px solid var(--line);
}

.coverage-details article + article {
  padding-left: 34px;
}

.coverage-details article:last-child {
  border-right: 0;
}

.coverage-card-link {
  display: block;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  outline-offset: 8px;
}

.coverage-card-link:hover strong,
.coverage-card-link:focus-visible strong {
  color: var(--red);
}

.coverage-details strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 20px;
}

.coverage-details p {
  margin-bottom: 0;
  color: var(--muted);
}

.carrier-strip {
  margin-top: 64px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.carrier-strip > span {
  display: block;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
}

.carrier-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 56px;
  animation: carrier-scroll 30s linear infinite;
}

.carrier-track img {
  flex: 0 0 160px;
  width: 160px;
  height: 50px;
  object-fit: contain;
}

.carrier-window {
  overflow: hidden;
}

.carrier-window:hover .carrier-track,
.carrier-window:focus-within .carrier-track {
  animation-play-state: paused;
}

@keyframes carrier-scroll {
  to {
    transform: translateX(calc(-50% - 28px));
  }
}

.self-serve-section {
  padding: 100px 0;
  color: var(--white);
  background: var(--navy);
}

.self-serve-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 76px;
}

.self-serve-copy h2,
.self-serve-copy p {
  color: var(--white);
}

.self-serve-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.self-serve-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.self-serve-actions > .self-serve-action {
  display: contents;
  margin: 0;
}

.self-serve-actions a {
  display: grid;
  grid-template-columns: 34px 1fr 20px;
  align-items: center;
  min-height: 76px;
  padding: 14px 18px 14px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 0;
  gap: 12px;
}

.self-serve-actions a:nth-child(2n) {
  padding-left: 18px;
  border-right: 0;
}

.self-serve-actions > .self-serve-action:nth-child(2n) > a {
  padding-left: 18px;
  border-right: 0;
}

.self-serve-actions a:hover,
.self-serve-actions a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  outline: 0;
}

.self-serve-actions span {
  display: grid;
  width: 30px;
  height: 30px;
  color: var(--white);
  place-items: center;
}

.self-serve-actions span svg {
  width: 24px;
  height: 24px;
}

.self-serve-actions b {
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  text-align: right;
}

.portal-stage {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(2, 12, 34, 0.34);
}

.portal-stage video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--navy-deep);
  object-fit: cover;
}

.states-section {
  background: var(--white);
}

.states-heading > div {
  max-width: 860px;
  margin: 0 auto;
  color: var(--muted);
}

.states-heading > p:last-child {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
}

.states-heading > p:first-child {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 650;
}

.state-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.state-rail a {
  display: grid;
  min-height: 320px;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
  align-content: start;
}

.state-rail a:last-child {
  border-right: 0;
}

.state-rail a:hover,
.state-rail a:focus-visible {
  background: #f8fafc;
  outline: 0;
}

.state-map {
  position: relative;
  display: block;
  width: 180px;
  height: 108px;
}

.state-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.state-map i {
  position: absolute;
  color: var(--red);
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  filter: drop-shadow(0 1px 0 var(--white));
}

.state-map-fl i {
  left: 69%;
  top: 62%;
}

.state-map-ga i {
  left: 55%;
  top: 35%;
}

.state-map-tn i {
  left: 50%;
  top: 45%;
}

.state-map-nc i {
  left: 64%;
  top: 48%;
}

.state-rail strong {
  margin-top: 16px;
  color: var(--navy);
  font-size: 20px;
}

.state-rail small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.state-rail > .state-card {
  display: grid;
  grid-template-rows: auto auto auto;
  min-height: 320px;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
  align-content: start;
}

.state-rail > .state-card:last-child {
  border-right: 0;
}

.state-rail > .state-card:hover,
.state-rail > .state-card:focus-within {
  background: #f8fafc;
}

.state-card > .state-map {
  margin: 0;
}

.state-card > .state-map::after {
  position: absolute;
  color: var(--red);
  content: "\2665";
  font-size: 16px;
  line-height: 1;
  filter: drop-shadow(0 1px 0 var(--white));
}

.state-card > .state-map-fl::after {
  left: 69%;
  top: 62%;
}

.state-card > .state-map-ga::after {
  left: 55%;
  top: 35%;
}

.state-card > .state-map-tn::after {
  left: 50%;
  top: 45%;
}

.state-card > .state-map-nc::after {
  left: 64%;
  top: 48%;
}

.state-card > p {
  margin: 0;
}

.state-card > p:first-of-type {
  margin-top: 16px;
  font-size: 20px;
}

.state-card > p:first-of-type a {
  display: inline;
  min-height: 0;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border: 0;
}

.state-card > p:last-of-type {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.reviews-section {
  color: var(--white);
  background: var(--navy-deep);
}

.reviews-section h2 {
  color: var(--white);
}

.review-heading {
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: end;
  margin-bottom: 50px;
  gap: 64px;
}

.review-heading > div:first-child p {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.76);
}

.google-summary {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  padding: 20px 0;
  border-top: 3px solid var(--red);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  column-gap: 12px;
}

.google-summary > span {
  grid-row: span 2;
  color: var(--white);
  font-size: 46px;
  font-weight: 900;
}

.google-summary strong,
.google-summary small {
  display: block;
  color: var(--white);
}

.google-summary small {
  color: rgba(255, 255, 255, 0.68);
}

.review-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.review-rail article {
  position: relative;
  min-height: 180px;
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  transition: background 180ms ease;
}

.review-rail article:hover {
  background: rgba(255, 255, 255, 0.1);
}

.review-rail article:last-child {
  border-right: 0;
}

.stars {
  margin-bottom: 14px;
  color: #f3a712;
  font-size: 19px;
}

.review-rail strong {
  color: var(--white);
  font-size: 19px;
}

.review-rail p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 80px;
}

.team-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-left: 8px solid var(--red);
}

.team-frame::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 8px;
  content: "";
  background: var(--blue);
}

.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-brand-mark {
  position: absolute;
  z-index: 2;
  right: 9%;
  bottom: 5%;
  width: 94px;
  height: 94px;
  box-shadow: 0 10px 28px rgba(8, 34, 78, 0.24);
}

.about-copy > p {
  color: var(--muted);
}

.market-section {
  padding: 100px 0;
  color: var(--white);
  background: var(--navy-deep);
}

.market-grid {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  align-items: center;
  justify-content: center;
}

.market-section h2,
.market-section p {
  color: var(--white);
}

.market-section p {
  color: rgba(255, 255, 255, 0.78);
}

.why-section > .page-width > h2 {
  margin-bottom: 42px;
  font-weight: 600;
}

.why-list {
  border-top: 3px solid var(--navy);
}

.why-item {
  border-bottom: 1px solid var(--line);
}

.why-item button {
  display: grid;
  grid-template-columns: 100px 1fr 48px;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.why-item button:focus-visible {
  outline: 3px solid rgba(45, 94, 199, 0.25);
  outline-offset: 2px;
}

.why-item button span {
  color: var(--blue);
  font-size: 42px;
  font-weight: 300;
}

.why-item button strong {
  color: var(--navy);
  font-size: 21px;
}

.why-item button b {
  color: var(--red);
  font-size: 28px;
  text-align: right;
}

.why-item p {
  display: none;
  max-width: 960px;
  margin: -10px 0 30px 100px;
  color: var(--muted);
}

.why-item.is-open p {
  display: block;
}

.why-list > .wp-block-details.why-item {
  margin: 0;
}

.why-list > .wp-block-details.why-item summary {
  display: grid;
  grid-template-columns: 100px 1fr 48px;
  align-items: center;
  min-height: 96px;
  padding: 0;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
}

.why-list > .wp-block-details.why-item summary::-webkit-details-marker {
  display: none;
}

.why-list > .wp-block-details.why-item summary span {
  color: var(--blue);
  font-size: 42px;
  font-weight: 300;
}

.why-list > .wp-block-details.why-item summary strong {
  color: var(--navy);
  font-size: 21px;
}

.why-list > .wp-block-details.why-item summary::after {
  color: var(--red);
  content: "+";
  font-size: 28px;
  font-weight: 700;
  text-align: right;
}

.why-list > .wp-block-details.why-item[open] summary::after {
  content: "\2212";
}

.why-list > .wp-block-details.why-item p,
.why-list > .wp-block-details.why-item.is-open p {
  max-width: 960px;
  margin: -10px 0 30px 100px;
  color: var(--muted);
}

.why-list > .wp-block-details.why-item[open] p {
  display: block;
}

.blog-section {
  background: var(--soft);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.blog-grid article {
  position: relative;
  min-height: 520px;
  padding: 0 32px 76px;
  overflow: hidden;
  background: var(--white);
  border-right: 1px solid var(--line);
}

.blog-grid article:last-child {
  border-right: 0;
}

.blog-card-media {
  display: block;
  width: calc(100% + 64px);
  margin: 0 -32px 28px;
}

.blog-card-media[hidden] {
  display: none;
}

.blog-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.blog-grid h3 {
  margin: 28px 0 18px;
  font-size: 23px;
}

.blog-grid h3 a {
  color: var(--navy);
}

.blog-grid p {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.blog-card-arrow {
  position: absolute;
  right: 30px;
  bottom: 28px;
  display: grid;
  width: 44px;
  height: 44px;
  color: var(--blue);
  background: transparent;
  border: 1px solid var(--blue);
  border-radius: 50%;
  place-items: center;
}

.blog-card-arrow:hover,
.blog-card-arrow:focus-visible {
  color: var(--white);
  background: var(--blue);
  outline: 0;
}

.footer {
  padding: 66px 0 30px;
  color: var(--white);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 250px 1.15fr 1fr 0.8fr;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  gap: 38px;
}

.footer-grid > img {
  width: 250px;
}

.footer-grid strong {
  color: var(--white);
  font-size: 17px;
}

.footer-grid p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.footer-quick-links nav {
  display: grid;
  margin-top: 10px;
  gap: 5px;
}

.footer-quick-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-decoration: none;
}

.footer-quick-links a:hover,
.footer-quick-links a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  gap: 24px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 9px;
}

.social-links a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--red);
  background: var(--red);
  outline: 0;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 1500px) {
  .header-inner {
    grid-template-columns: 236px minmax(360px, 1fr) auto;
    gap: 16px;
  }

  .brand,
  .brand img {
    width: 236px;
  }

  .nav-link {
    padding: 0 10px;
    font-size: 14px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .button {
    padding: 0 15px;
  }

  .header-phone {
    font-size: 15px;
  }
}

@media (max-width: 1320px) {
  .header-inner {
    grid-template-columns: 205px 1fr auto;
    gap: 14px;
  }

  .brand,
  .brand img {
    width: 205px;
  }

  .nav-link {
    padding: 0 8px;
    font-size: 14px;
  }

  .header-actions .button {
    padding: 0 13px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
    gap: 50px;
  }

  h1 {
    font-size: 54px;
  }

  .hero-copy > p {
    font-size: 18px;
    line-height: 1.55;
  }
}

@media (max-width: 1040px) {
  body {
    padding-bottom: 58px;
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }

  .mobile-menu-button {
    display: block;
  }

  .primary-nav,
  .header-actions {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    background: var(--navy);
  }

  .primary-nav {
    top: 76px;
    padding: 12px 20px 84px;
    flex-direction: column;
    align-items: stretch;
  }

  .header-actions {
    top: 236px;
    padding: 14px 20px 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-actions .header-phone {
    display: none;
  }

  .header-actions .button {
    flex: 1 1 0;
  }

  .nav-open .primary-nav,
  .nav-open .header-actions {
    display: flex;
  }

  .nav-link {
    width: 100%;
    justify-content: space-between;
    min-height: 50px;
    padding: 0 8px;
  }

  .mega-menu,
  .mega-menu.compact {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 8px;
    border-top-width: 2px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .menu-trigger[aria-expanded="true"] + .mega-menu {
    display: grid;
  }

  .mega-menu.is-open {
    display: grid;
  }

  .insurance-mega-menu {
    left: auto;
    width: 100%;
    max-height: 62vh;
    overflow-y: auto;
    transform: none;
  }

  .menu-trigger[aria-expanded="true"] + .insurance-mega-menu {
    transform: none;
  }

  .insurance-mega-menu.is-open {
    transform: none;
  }

  .insurance-category-tabs {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .insurance-category-tab {
    min-height: 52px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
  }

  .insurance-menu-panel {
    padding: 8px 16px 16px;
  }

  .insurance-menu-links {
    grid-template-columns: 1fr;
  }

  .insurance-mega-menu .insurance-menu-links a {
    padding: 12px 0;
  }

  .hero {
    min-height: auto;
    padding: 64px 0;
  }

  .hero-grid,
  .self-serve-grid,
  .about-grid,
  .market-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .self-serve-grid,
  .about-grid,
  .market-grid {
    gap: 54px;
  }

  .quote-path {
    padding-left: 36px;
  }

  .carrier-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .state-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .state-rail a:nth-child(2) {
    border-right: 0;
  }

  .state-rail a:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .state-rail > .state-card:nth-child(2) {
    border-right: 0;
  }

  .state-rail > .state-card:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .review-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .google-summary {
    max-width: 340px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 58px;
    color: var(--white);
    background: var(--navy-deep);
    box-shadow: 0 -8px 24px rgba(7, 26, 61, 0.2);
  }

  .mobile-action-bar a {
    display: grid;
    min-width: 0;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
    background: transparent;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    place-items: center;
  }

  .mobile-action-bar > p {
    display: grid;
    min-width: 0;
    margin: 0;
  }

  .mobile-action-bar > a:nth-child(3),
  .mobile-action-bar > p:nth-child(3) > a {
    color: var(--white);
    background: var(--red);
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .page-width {
    width: min(calc(100% - 36px), var(--max));
  }

  .planning-note {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .header-inner {
    width: calc(100% - 28px);
  }

  .brand,
  .brand img {
    width: 210px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  h2 {
    font-size: 35px;
  }

  .hero {
    padding: 38px 0 36px;
  }

  .hero-copy > p {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-actions,
  .inline-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button-large,
  .inline-actions .button {
    width: 100%;
  }

  .button-large {
    min-height: 58px;
  }

  .hero-call {
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .quote-path {
    padding-left: 20px;
  }

  .quote-video-stage {
    min-height: 0;
    padding: 0;
  }

  .quote-video-stage video {
    width: 100%;
    max-height: none;
    border-radius: 0;
  }

  .process-rail {
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-left: 0;
  }

  .process-rail i {
    display: none;
  }

  .process-rail > div {
    grid-template-columns: 44px 1fr;
    min-height: 62px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
  }

  .process-rail > div > strong {
    width: 42px;
    height: 42px;
  }

  .coverage-section,
  .states-section,
  .reviews-section,
  .about-section,
  .why-section,
  .blog-section,
  .self-serve-section,
  .market-section {
    padding: 70px 0;
  }

  .section-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .personal-lines .insurance-menu-links {
    grid-template-columns: 1fr;
  }

  .coverage-details,
  .review-rail,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .coverage-details article,
  .coverage-details article + article {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .carrier-track {
    gap: 56px;
  }

  .self-serve-actions {
    grid-template-columns: 1fr;
  }

  .self-serve-actions a {
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .self-serve-actions a:last-child {
    border-bottom: 0;
  }

  .self-serve-actions > .self-serve-action > a {
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .self-serve-actions > .self-serve-action:nth-child(2n) > a {
    padding-left: 0;
  }

  .self-serve-actions > .self-serve-action:last-child > a {
    border-bottom: 0;
  }

  .self-serve-grid {
    gap: 40px;
  }

  .state-rail {
    grid-template-columns: 1fr;
  }

  .state-rail a,
  .state-rail a:nth-child(2),
  .state-rail a:last-child {
    min-height: 160px;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .state-rail a:first-child {
    border-top: 0;
  }

  .state-rail > .state-card,
  .state-rail > .state-card:nth-child(2),
  .state-rail > .state-card:last-child {
    min-height: 160px;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .state-rail > .state-card:first-child {
    border-top: 0;
  }

  .review-heading {
    align-items: start;
  }

  .review-rail article,
  .blog-grid article {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .why-item button {
    grid-template-columns: 54px 1fr 28px;
    min-height: 88px;
    gap: 10px;
  }

  .why-item button span {
    font-size: 28px;
  }

  .why-item button strong {
    font-size: 17px;
  }

  .why-item p {
    margin: 0 0 28px 64px;
  }

  .why-list > .wp-block-details.why-item summary {
    grid-template-columns: 54px 1fr 28px;
    min-height: 88px;
    gap: 10px;
  }

  .why-list > .wp-block-details.why-item summary span {
    font-size: 28px;
  }

  .why-list > .wp-block-details.why-item summary strong {
    font-size: 17px;
  }

  .why-list > .wp-block-details.why-item p,
  .why-list > .wp-block-details.why-item.is-open p {
    margin: 0 0 28px 64px;
  }

  .blog-grid article {
    padding: 0 24px 70px;
  }

  .blog-card-media {
    width: calc(100% + 48px);
    margin: 0 -24px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .copyright {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
