/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Free Phone Sans", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@font-face {
  font-family: "Free Phone Sans";
  src: url("/fonts/GoogleSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Free Phone Sans";
  src: url("/fonts/GoogleSans-Medium.woff2") format("woff2");
  font-weight: 500 600;
  font-display: swap;
}
@font-face {
  font-family: "Free Phone Sans";
  src: url("/fonts/GoogleSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  --ink: #042232;
  --brand: #0a69dd;
  --muted: #627786;
  --line: #e5e7eb;
  --soft: #f7f8fa;
  --nav: #042232;
  --included: #167047;
  --cost: #a54a0c;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 110%;
  scroll-behavior: smooth;
  scroll-padding-top: 5.625rem;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--brand);
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
summary {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}
h1 {
  font-size: var(--heading-font-size, 2rem);
  font-weight: 800;
}
.heading-fitted .heading-text {
  white-space: nowrap;
}
.heading-full-title {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: var(--muted);
  overflow-wrap: anywhere;
}
h2 {
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}
h3 {
  font-size: 1.0625rem;
}
p {
  overflow-wrap: break-word;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  border: 0;
}
a,
button,
summary,
select {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 0.1875rem solid #e29b1d;
  outline-offset: 0.25rem;
}
summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
[hidden] {
  display: none !important;
}
.icon {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block;
}
.site-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}
.muted {
  color: var(--muted);
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: -5rem;
  left: 1rem;
  background: white;
  padding: 0.75rem;
}
.skip-link:focus {
  top: 0.75rem;
}
.site-header {
  height: 4rem;
  background: var(--nav);
  color: white;
  position: sticky;
  top: 0;
  z-index: 30;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  flex-shrink: 0;
}
.brand img {
  width: 9.6875rem;
  height: auto;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 500;
}
.primary-nav > a,
.nav-dropdown > summary {
  color: #e4edf2;
  white-space: nowrap;
}
.primary-nav > a:hover,
.primary-nav > [aria-current] {
  color: white;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 0;
}
.nav-dropdown .icon {
  width: 0.9375rem;
  height: 0.9375rem;
}
.nav-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 13.75rem;
  background: white;
  box-shadow: 0 0.5rem 1.75rem #04223224;
  border: 0.0625rem solid var(--line);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.nav-menu a {
  display: block;
  padding: 0.75rem;
  color: var(--ink);
  border-radius: 0.3125rem;
}
.nav-menu a:hover {
  background: var(--soft);
}
.menu-toggle {
  display: none;
  color: #fff;
  background: transparent;
  padding: 0.625rem;
}
.page-container {
  padding-top: 1.75rem;
  padding-bottom: 4rem;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  color: #617a8c;
}
.breadcrumbs a {
  color: #345060;
  background: #f7f8fa;
  border-radius: 0.25rem;
  padding: 0.25rem 0.4375rem;
}
.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 728px) 300px;
  gap: 60px;
  align-items: start;
}
.main-column,
.sidebar {
  min-width: 0;
}
.page-heading {
  margin-bottom: 1.875rem;
}
.intro {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 0.875rem;
  line-height: 1.65;
}
.eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #5e7c90;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.home-main h1 {
  line-height: 1.13;
}
.home-main .page-heading {
  margin-bottom: 1.75rem;
}
.content-section {
  margin-bottom: 2.25rem;
}
.module-selector > h2 {
  display: none;
}
.state-selector {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #042232;
  border-radius: 0.5625rem;
  color: white;
  padding: 1.8125rem 1.75rem;
  min-height: 13.125rem;
  display: flex;
  align-items: center;
}
.state-selector::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/images/state-banner-960.webp");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 1;
}
.state-selector::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    #042232 10%,
    #042232ef 41%,
    #04223215 100%
  );
}
.selector-content {
  width: 100%;
}
.selector-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  color: #fff;
}
.selector-content > p {
  color: #c8d8e3;
  font-size: 0.875rem;
  margin-bottom: 1.3125rem;
}
.selector-controls {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  max-width: 28.75rem;
}
.selector-controls select {
  background: #fff;
  color: #335264;
  border: 0.0625rem solid transparent;
  border-radius: 1.75rem;
  min-width: 0;
  flex: 1;
  height: 3rem;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.button {
  min-height: 2.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.625rem 1.1875rem;
  background: var(--brand);
  color: #fff;
  border-radius: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  border: 0.0625rem solid var(--brand);
  transition: background 0.15s;
}
.button:hover {
  background: #0859bd;
  border-color: #0859bd;
}
.button .icon {
  width: 1.0625rem;
  height: 1.0625rem;
}
.selector-controls .button {
  border-radius: 1.75rem;
  min-height: 3rem;
  padding: 0.625rem 1.5rem;
}
.form-error {
  color: #fff !important;
  background: #962d21;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  margin-top: 0.75rem;
}
.location-grid,
.carrier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}
.location-tile {
  min-height: 3.4375rem;
  border: 0.0625rem solid var(--line);
  border-radius: 0.375rem;
  color: var(--ink);
  padding: 0.9375rem 0.875rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-size: 0.9375rem;
  transition: border-color 0.15s,
    color 0.15s;
}
.location-tile:hover {
  border-color: var(--brand);
  color: var(--brand);
  background: #fbfdff;
}
.grid-disclosure {
  margin-bottom: 1.375rem;
}
.disclosure {
  border: 0.0625rem solid #e7eaed;
  border-radius: 0.375rem;
  background: #f7f8fa;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.65;
  color: #61798a;
}
.disclosure .icon {
  width: 1.0625rem;
  height: 1.0625rem;
  color: #7e96a4;
  margin-top: 0.125rem;
}
.disclosure strong {
  color: #374f5e;
}
.carrier-tile {
  min-height: 7.4375rem;
  background: #f6f8fa;
  border: 0.0625rem solid #f0f2f4;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0.5rem;
  gap: 0.625rem;
  text-align: center;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 500;
}
.carrier-tile:hover {
  border-color: var(--brand);
  color: var(--brand);
}
.carrier-logo {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  max-width: 8.75rem;
}
.carrier-logo img {
  height: 3.5rem;
  width: 7rem;
  object-fit: contain;
  max-width: 100%;
}
.carrier-logo--dark img {
  background: var(--nav);
  border-radius: 0.25rem;
  padding: 0.375rem;
}
.carrier-logo--captioned {
  height: auto;
  flex-direction: column;
}
.logo-caption {
  font-size: 0.5625rem;
  color: var(--muted);
  text-align: center;
  margin-top: 0.125rem;
}
.logo-fallback {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.0625rem;
  color: #366175;
  background: #e8eff3;
  border-radius: 0.5rem;
  min-width: 4rem;
  min-height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem 0.75rem;
}
.sidebar {
  padding-top: 0.3125rem;
}
.sidebar h2 {
  font-size: 1.3125rem;
  margin-bottom: 1.5rem;
}
.sidebar-section {
  margin-bottom: 2.25rem;
}
.service-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.service-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.3125rem;
  border: 0.0625rem solid var(--line);
  border-radius: 0.5rem;
  min-height: 5rem;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 500;
}
.service-link > .icon {
  width: 1.8125rem;
  height: 1.8125rem;
}
.service-link:hover {
  border-color: #a6c9ed;
  background: #f9fcff;
}
.promo-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.promo-card {
  border: 0.0625rem solid var(--line);
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem #04223208;
}
.promo-image {
  height: 8.125rem;
  position: relative;
  background: #e8edf0;
}
.promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.micro-badge {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  padding: 0.3125rem 0.5625rem;
  background: #fff;
  border-radius: 0.1875rem;
  color: #0962c9;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.03em;
}
.promo-body {
  padding: 1.0625rem;
}
.promo-body h3 {
  font-size: 1rem;
  margin-bottom: 0.4375rem;
}
.promo-body p {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #586e7c;
  margin-bottom: 1rem;
}
.button-small {
  min-height: 2.5rem;
  font-size: 0.8125rem;
  padding: 0.5rem 0.875rem;
}
.promo-body .button {
  width: 100%;
  justify-content: space-between;
}
.result-count {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.result-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.result-row {
  display: grid;
  grid-template-columns: 5.625rem minmax(0, 1fr) 9.625rem;
  align-items: center;
  gap: 1.125rem;
  border: 0.0625rem solid var(--line);
  border-radius: 0.5625rem;
  padding: 1.375rem 1.125rem;
}
.result-content .result-title a {
  color: var(--ink);
}
.result-content .result-title a:hover {
  color: var(--brand);
}
.result-content p {
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 0.5625rem;
}
.badges {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
  margin: 0.625rem 0;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: #f2f6f9;
  border-radius: 0.25rem;
  padding: 0.1875rem 0.4375rem;
  font-size: 0.625rem;
  color: #526f80;
  text-transform: capitalize;
}
.badge > .icon {
  width: 0.8125rem;
  height: 0.8125rem;
}
.result-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.375rem;
  text-align: right;
}
.result-price {
  font-size: 1.4375rem;
  line-height: 1.2;
  font-weight: 700;
  display: block;
}
.result-action small {
  font-size: 0.6875rem;
  color: var(--muted);
  line-height: 1.5;
}
.result-action .button {
  margin-top: 0.5625rem;
  min-height: 2.5rem;
  padding: 0.5rem 0.8125rem;
  font-size: 0.8125rem;
}
.identity-card {
  display: grid;
  grid-template-columns: 8.875rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  border: 0.0625rem solid var(--line);
  border-radius: 0.625rem;
  padding: 1.5rem;
}
.identity-logo {
  justify-self: center;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 0.875rem;
}
.contact-list > li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}
.contact-list .icon {
  width: 1.1875rem;
  height: 1.1875rem;
  margin-top: 0.125rem;
}
.contact-list small {
  display: block;
  font-size: 0.625rem;
  color: var(--muted);
  margin-bottom: 0.1875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-list a,
.contact-list span {
  overflow-wrap: anywhere;
}
.coverage-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625rem;
}
.state-chip {
  padding: 0.375rem 0.6875rem;
  border-radius: 0.3125rem;
  background: #f3f7fa;
  border: 0.0625rem solid #e3ebef;
  font-size: 0.8125rem;
  color: #315b72;
}
.state-chip:hover {
  border-color: var(--brand);
}
.expand-details {
  margin-top: 1rem;
}
.expand-details > summary {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border: 0.0625rem solid var(--line);
  border-radius: 0.3125rem;
  padding: 0.5rem 0.8125rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #3d5d70;
}
.expand-details[open] > summary {
  margin-bottom: 1.125rem;
}
.open-label {
  display: none;
}
details[open] > summary .open-label {
  display: inline;
}
details[open] > summary .closed-label {
  display: none;
}
details[open] > summary > .icon {
  transform: rotate(180deg);
}
.expand-details .icon {
  width: 0.875rem;
  height: 0.875rem;
}
.empty-state {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.125rem 1.25rem;
  border: 0.0625rem solid #e5ebef;
  border-radius: 0.4375rem;
  background: #f8fafb;
  color: #627989;
  font-size: 0.875rem;
  line-height: 1.65;
}
.empty-state > .icon {
  color: #8da5b5;
  margin-top: 0.1875rem;
}
.feature-grid,
.store-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.info-panel {
  border: 0.0625rem solid var(--line);
  border-radius: 0.375rem;
  overflow: hidden;
  background: #f6f8fa;
}
.info-panel > h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  background: var(--nav);
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
.info-panel > h3 .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #9cbbc9;
}
.info-panel-body {
  padding: 1.0625rem;
  font-size: 0.8125rem;
  line-height: 1.7;
}
.info-panel ul {
  padding-left: 0.8125rem;
  list-style: disc;
}
.info-panel li + li {
  margin-top: 0.3125rem;
}
.info-panel p {
  color: var(--muted);
}
.check-list {
  display: grid;
  gap: 0.6875rem;
  font-size: 0.875rem;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.check-list .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  color: var(--brand);
  margin-top: 0.1875rem;
}
.two-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
}
.fact-list {
  border: 0.0625rem solid var(--line);
  border-radius: 0.5rem;
  padding: 0.5rem 1.25rem;
}
.fact-list > div {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: 0.875rem 0;
  font-size: 0.875rem;
}
.fact-list > div + div {
  border-top: 0.0625rem solid var(--line);
}
.fact-list dt {
  color: var(--muted);
}
.fact-list dd {
  margin: 0;
}
.inline-cta {
  padding: 1.5rem;
  border: 0.0625rem solid #d6e4ef;
  background: #f4f8fc;
  border-radius: 0.5625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.375rem;
}
.inline-cta p {
  font-size: 0.875rem;
  color: #526c7c;
}
.plan-hero {
  border: 0.0625rem solid var(--line);
  border-radius: 0.75rem;
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  overflow: hidden;
}
.plan-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.0625rem solid var(--line);
  padding: 1rem;
}
.plan-overview {
  padding: 1.5625rem;
}
.headline-price {
  display: flex;
  align-items: baseline;
  gap: 0.4375rem;
  flex-wrap: wrap;
}
.headline-price strong {
  font-size: 2.125rem;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.headline-price span {
  font-size: 0.8125rem;
  color: var(--muted);
}
.price-basis {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.4375rem;
}
.plan-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  border-top: 0.0625rem solid #eef0f2;
  margin-top: 1.125rem;
  padding-top: 0.9375rem;
  font-size: 0.75rem;
}
.plan-facts > div {
  flex: 1;
  min-width: 5.625rem;
}
.plan-facts dt {
  font-size: 0.5625rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.3125rem;
}
.plan-facts dd {
  margin: 0;
  font-weight: 500;
}
.pricing-card {
  border: 0.0625rem solid var(--line);
  border-radius: 0.625rem;
  padding: 1.5rem;
}
.bar-heading {
  font-size: 0.9375rem;
  margin: 0.3125rem 0 0.9375rem;
  padding-left: 0.625rem;
  border-left: 0.1875rem solid var(--brand);
}
.bar-heading:not(:first-child) {
  margin-top: 1.875rem;
}
.table-scroll {
  overflow: auto;
  max-width: 100%;
  border-radius: 0.25rem;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.75rem;
  text-align: left;
}
th {
  font-weight: 500;
}
thead {
  background: #f4f7f9;
  color: #486071;
}
td,
th {
  padding: 0.75rem 0.625rem;
  border-bottom: 0.0625rem solid #eaf0f3;
  vertical-align: top;
}
tbody th {
  min-width: 5.9375rem;
}
td {
  color: #627a8a;
}
.table-note,
.source-note {
  font-size: 0.75rem;
  color: #6a8090;
  line-height: 1.6;
  margin-top: 1.125rem;
}
.source-note {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid var(--line);
}
.store-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.store-info .contact-list {
  padding-top: 0.375rem;
}
.hours summary {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.hours-list {
  font-size: 0.75rem;
  padding-top: 0.75rem;
  min-width: 11.875rem;
}
.hours-list > div {
  display: flex;
  justify-content: space-between;
  gap: 0.875rem;
  padding: 0.3125rem 0;
}
.hours-list dt {
  text-transform: capitalize;
}
.hours-list dd {
  margin: 0;
  color: #627989;
}
.store-map {
  border: 0.0625rem solid var(--line);
  border-radius: 0.5rem;
  overflow: hidden;
  background: #edf2f4;
}
.store-map iframe {
  border: 0;
  width: 100%;
  height: 14.75rem;
  display: block;
}
.map-link {
  background: #fff;
  font-size: 0.75rem;
  padding: 0.625rem 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map-link .icon {
  width: 0.875rem;
  height: 0.875rem;
}
.utility-link {
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  margin-top: 1.25rem;
}
.utility-link .icon {
  width: 0.8125rem;
  height: 0.8125rem;
}
.store-card {
  border: 0.0625rem solid var(--line);
  border-radius: 0.5625rem;
  overflow: hidden;
}
.store-image {
  display: block;
  aspect-ratio: 2/1;
  background: #edf3f6;
}
.store-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-card-body {
  padding: 1.125rem;
}
.store-card h3 {
  font-size: 1rem;
  margin-bottom: 0.8125rem;
}
.store-card h3 a {
  color: var(--ink);
}
.store-card p {
  font-size: 0.75rem;
  color: #5e7483;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
}
.store-card p .icon {
  height: 0.875rem;
  width: 0.875rem;
  margin-top: 0.125rem;
}
.store-card small {
  font-size: 0.6875rem;
  color: var(--muted);
}
.store-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.store-cta .icon {
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  padding: 0.375rem;
  width: 1.875rem;
  height: 1.875rem;
}
.support-hero {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: 1.625rem;
  border: 0.0625rem solid var(--line);
  border-radius: 0.625rem;
}
.store-photo-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  background: #f1f5f7;
  border: 0.0625rem solid var(--line);
  border-radius: 0.5rem;
  overflow: hidden;
}
.store-photo-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.store-image.is-thumbnail,
.store-photo-stage.is-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f7;
}
.store-photo-stage.is-thumbnail img {
  width: auto;
  height: auto;
  max-width: 10.1875rem;
  max-height: 7.5rem;
  object-fit: contain;
}
.store-gallery figcaption {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: var(--muted);
}
.store-photo-thumbnails {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.375rem 0.1875rem 0.625rem;
  margin-top: 0.75rem;
}
.photo-thumbnail {
  flex: 0 0 5.25rem;
  height: 4rem;
  padding: 0.125rem;
  border: 0.125rem solid transparent;
  border-radius: 0.375rem;
  background: #f1f5f7;
  cursor: pointer;
}
.photo-thumbnail[aria-pressed="true"] {
  border-color: var(--brand);
}
.photo-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1875rem;
}
.support-identity {
  flex: 0 0 7rem;
}
.support-contact {
  min-width: 0;
  flex: 1;
  padding-left: 1.625rem;
  border-left: 0.0625rem solid var(--line);
}
.support-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem 1.125rem;
}
.support-meta .eyebrow {
  margin: 0;
}
.support-wait {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #087b5a;
  font-size: 0.75rem;
  font-weight: 700;
}
.support-wait .icon {
  width: 0.9375rem;
  height: 0.9375rem;
}
.support-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 1.125rem 0 0.75rem;
}
.support-badge {
  padding: 0.4375rem 0.75rem;
  border: 0.0625rem solid;
  border-radius: 0.5625rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}
.support-badge-blue {
  background: #f0f6ff;
  border-color: #d4e5ff;
  color: #075bbf;
}
.support-badge-gold {
  background: #fffbea;
  border-color: #f6e9a6;
  color: #906000;
}
.support-phone {
  font-size: clamp(1.75rem, 3vw, 2.375rem);
  font-weight: 700;
  color: var(--ink);
  display: block;
  overflow-wrap: anywhere;
}
.support-hero p {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.support-hero p .icon {
  width: 1rem;
  height: 1rem;
}
.support-call-time {
  margin-top: 1.5rem;
  padding-top: 1.1875rem;
  border-top: 0.0625rem solid var(--line);
}
.support-call-time strong {
  display: block;
  margin-top: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.4;
}
.support-hero .support-source {
  display: block;
  margin-top: 1.0625rem;
  font-size: 0.6875rem;
  line-height: 1.65;
}
.support-source a {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  white-space: nowrap;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.faq-list details {
  border: 0.0625rem solid var(--line);
  border-radius: 0.4375rem;
  background: #f8fafb;
}
.faq-list summary {
  padding: 1.0625rem 1.125rem;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.faq-list .icon {
  width: 1.0625rem;
  height: 1.0625rem;
}
.faq-list p {
  padding: 0 1.125rem 1.125rem;
  font-size: 0.875rem;
  color: var(--muted);
}
.category-tabs,
.topic-tabs {
  display: flex;
  gap: 0.3125rem;
  flex-wrap: wrap;
  border-bottom: 0.0625rem solid var(--line);
  padding-bottom: 0.625rem;
}
.category-tabs a,
.topic-tabs a {
  padding: 0.5625rem 0.8125rem;
  border-radius: 0.3125rem;
  font-size: 0.8125rem;
  color: #466273;
}
.category-tabs a:hover,
.topic-tabs a:hover {
  background: #f4f8fa;
}
.category-tabs [aria-current],
.topic-tabs [aria-current] {
  background: var(--brand);
  color: white;
}
.directory-feature {
  border: 0.0625rem solid var(--line);
  padding: 1.4375rem;
  border-radius: 0.5625rem;
}
.directory-feature > .icon {
  width: 2rem;
  height: 2rem;
  color: var(--brand);
  margin-bottom: 1.125rem;
}
.directory-feature h3 {
  font-size: 1.125rem;
}
.directory-feature p {
  margin: 0.625rem 0 1.125rem;
  color: var(--muted);
  font-size: 0.875rem;
}
.directory-feature a {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.directory-feature a .icon {
  width: 0.9375rem;
  height: 0.9375rem;
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.comparison-card {
  border: 0.0625rem solid var(--line);
  border-radius: 0.5rem;
  padding: 1.125rem 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.comparison-card.current {
  border-color: var(--brand);
  background: #f6faff;
}
.comparison-card .eyebrow {
  font-size: 0.5625rem;
  margin: 0;
}
.comparison-card h3 {
  font-size: 0.9375rem;
}
.comparison-card .result-price {
  font-size: 1.4375rem;
}
.comparison-card small {
  font-size: 0.6875rem;
  color: var(--muted);
}
.comparison-card dl {
  font-size: 0.75rem;
  flex: 1;
}
.comparison-card dl > div {
  margin-bottom: 0.8125rem;
}
.comparison-card dt {
  color: var(--muted);
  font-size: 0.6875rem;
}
.comparison-card dd {
  margin: 0.125rem 0 0;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.guide-empty h3 {
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}
.guide-empty a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
.guide-empty a .icon {
  width: 0.875rem;
  height: 0.875rem;
}
.prose p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
}
.article-cover {
  min-height: 13.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background: #eff4f7;
  border: 0.0625rem solid var(--line);
  border-radius: 0.5625rem;
  color: #7c95a5;
  font-size: 0.8125rem;
}
.article-cover .icon {
  width: 3.125rem;
  height: 3.125rem;
}
.article-toc {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.5rem;
  border: 0.0625rem solid var(--line);
  border-radius: 0.5rem;
  margin: 1.5rem 0;
  font-size: 0.875rem;
}
.article-section {
  margin: 2.1875rem 0;
}
.article-section p {
  color: var(--muted);
}
.review-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.review-list > a {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  padding: 1.125rem;
  border: 0.0625rem solid var(--line);
  border-radius: 0.5rem;
  color: var(--ink);
}
.review-list > a:hover {
  border-color: var(--brand);
  background: #f8fbff;
}
.review-number {
  font-size: 0.75rem;
  color: #879aa6;
  font-weight: 500;
}
.review-list strong {
  font-size: 0.9375rem;
}
.review-list small {
  display: block;
  font-size: 0.6875rem;
  color: var(--muted);
  overflow-wrap: anywhere;
  margin-top: 0.1875rem;
}
.review-list .icon {
  margin-left: auto;
  width: 1.0625rem;
  height: 1.0625rem;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4375rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}
.pagination a,
.pagination span {
  padding: 0.5rem 0.8125rem;
  min-width: 2.4375rem;
  text-align: center;
  border: 0.0625rem solid var(--line);
  border-radius: 0.3125rem;
  font-size: 0.8125rem;
}
.pagination span {
  border: 0;
}
.pagination [aria-current] {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.ad-slot {
  margin: 20px 0;
  grid-column: 1 / -1;
  width: 100%;
}
.ad-slot[hidden] {
  display: none;
}
@media (max-width:1023px) {
  .ad-sidebar {
    display: none;
  }
}
.site-footer {
  background: var(--nav);
  color: #bed0db;
  padding: 2.75rem 0 1.5rem;
  margin-top: 1.5rem;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-inner > p {
  font-size: 0.8125rem;
  color: #9bb2c1;
  margin-top: 0.9375rem;
}
.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 1.875rem;
  margin: 1.6875rem 0 1.875rem;
  font-size: 0.75rem;
}
.site-footer a {
  color: #cedce5;
}
.site-footer a:hover {
  color: #fff;
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1.375rem;
  border-top: 0.0625rem solid #1d3a4c;
  font-size: 0.6875rem;
  color: #8aa3b3;
}
.asset-credit {
  font-size: 0.625rem !important;
  max-width: 43.75rem;
  text-align: center;
  margin-top: 1.125rem !important;
  color: #839eae !important;
}
@media (max-width: 1210px) {
  .primary-nav {
    gap: 1.3125rem;
  }
  .result-row {
    grid-template-columns: 4.375rem minmax(0, 1fr) 8.4375rem;
    gap: 0.75rem;
    padding: 1.125rem 0.875rem;
  }
  .result-action .button {
    padding: 0.5rem 0.625rem;
  }
  .state-selector {
    padding: 1.5625rem 1.375rem;
  }
  .selector-controls {
    max-width: 27.5rem;
  }
  .location-tile {
    font-size: 0.875rem;
    padding: 0.8125rem 0.6875rem;
  }
  .plan-hero {
    grid-template-columns: 8.125rem minmax(0, 1fr);
  }
}
@media (max-width: 1023.98px) {
  .page-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
  .main-column {
    width: 100%;
  }
  .sidebar {
    padding-top: 1.5625rem;
    border-top: 0.0625rem solid var(--line);
  }
  .service-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.875rem;
  }
  .service-link {
    padding: 1.0625rem;
    gap: 0.75rem;
  }
  .promo-stack {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.125rem;
  }
  .promo-body {
    padding: 0.9375rem;
  }
  .sidebar-section {
    margin-bottom: 1.5625rem;
  }
  .selector-controls {
    max-width: 30.3125rem;
  }
  .result-row {
    grid-template-columns: 5.9375rem minmax(0, 1fr) 10rem;
    padding: 1.4375rem;
  }
  .state-selector::before {
    background-image: url("/images/state-banner-1440.webp");
  }
  .primary-nav {
    gap: 1.125rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 843.7px) {
  .site-header {
    height: 4rem;
  }
  .brand img {
    width: 8.75rem;
  }
  .menu-toggle {
    display: block;
  }
  .primary-nav {
    display: none;
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    height: auto;
    padding: 0.875rem 1.375rem 1.375rem;
    background: var(--nav);
    border-top: 0.0625rem solid #274653;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .primary-nav.is-open {
    display: flex;
  }
  .primary-nav > a {
    padding: 0.8125rem 0;
    font-size: 0.9375rem;
  }
  .nav-dropdown summary {
    padding: 0.8125rem 0;
    font-size: 0.9375rem;
  }
  .nav-menu {
    position: static;
    box-shadow: none;
    background: #103443;
    border-color: #274653;
    margin-bottom: 0.5rem;
  }
  .nav-menu a {
    color: #fff;
  }
  .nav-menu a:hover {
    background: #1b4558;
  }
  .page-container {
    padding-top: 1.375rem;
    padding-bottom: 2.375rem;
  }
  .breadcrumbs {
    gap: 0.4375rem;
    font-size: 0.6875rem;
    margin-bottom: 1.375rem;
  }
  .breadcrumbs > span[aria-current] {
    overflow-wrap: anywhere;
  }
  h2 {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .home-main h1 {
    line-height: 1.15;
  }
  .intro {
    font-size: 0.9375rem;
  }
  .page-heading {
    margin-bottom: 1.5rem;
  }
  .content-section {
    margin-bottom: 1.875rem;
  }
  .state-selector {
    min-height: 15.3125rem;
    padding: 1.4375rem 1.25rem;
    align-items: flex-start;
  }
  .state-selector::after {
    background: linear-gradient(
      90deg,
      #042232f5 8%,
      #042232ca 63%,
      #04223266 100%
    );
  }
  .state-selector::before {
    background-position: center;
    background-image: url("/images/state-banner-960.webp");
  }
  .selector-content h3 {
    font-size: 1.375rem;
  }
  .selector-content > p {
    max-width: 13.75rem;
    font-size: 0.8125rem;
    margin-bottom: 1.1875rem;
  }
  .selector-controls {
    flex-direction: column;
    align-items: stretch;
    max-width: 18.75rem;
    gap: 0.625rem;
  }
  .selector-controls select {
    flex: none;
    width: 100%;
  }
  .selector-controls .button {
    width: 100%;
  }
  .location-grid,
  .carrier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .location-tile {
    min-height: 3.375rem;
    font-size: 0.9375rem;
    padding: 0.875rem;
  }
  .carrier-tile {
    min-height: 7.4375rem;
  }
  .disclosure {
    padding: 0.8125rem;
    font-size: 0.6875rem;
    gap: 0.5rem;
  }
  .service-links {
    display: flex;
  }
  .service-link {
    min-height: 4.5rem;
    padding: 1.125rem 1.3125rem;
    font-size: 0.9375rem;
    gap: 1.25rem;
  }
  .promo-stack {
    display: flex;
  }
  .promo-card {
    max-width: none;
  }
  .promo-image {
    height: 10.9375rem;
  }
  .promo-body {
    padding: 1.125rem;
  }
  .promo-body h3 {
    font-size: 1.125rem;
  }
  .promo-body p {
    font-size: 0.875rem;
  }
  .promo-body .button {
    min-height: 2.75rem;
  }
  .sidebar h2 {
    font-size: 1.375rem;
  }
  .result-row {
    grid-template-columns: 4rem minmax(0, 1fr);
    padding: 1.125rem;
    gap: 1rem;
  }
  .result-content .result-title {
    font-size: 1.0625rem;
  }
  .result-content p {
    font-size: 0.8125rem;
  }
  .result-action {
    grid-column: 1/-1;
    align-items: stretch;
    text-align: left;
    border-top: 0.0625rem solid #eff2f4;
    padding-top: 1rem;
    margin-top: 0;
    gap: 0.3125rem;
  }
  .result-action .button {
    min-height: 2.75rem;
    margin-top: 0.625rem;
  }
  .result-price {
    font-size: 1.5rem;
  }
  .row-logo .logo-fallback {
    font-size: 1.25rem;
    min-width: 3.4375rem;
  }
  .identity-card {
    grid-template-columns: 1fr;
    padding: 1.375rem;
    gap: 1.375rem;
  }
  .identity-logo {
    justify-self: start;
  }
  .contact-list {
    font-size: 0.875rem;
  }
  .plan-hero {
    grid-template-columns: 1fr;
  }
  .plan-logo {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 0.0625rem solid var(--line);
    padding: 1.125rem 1.375rem;
  }
  .plan-overview {
    padding: 1.375rem;
  }
  .headline-price strong {
    font-size: 2.0625rem;
  }
  .feature-grid,
  .store-grid,
  .comparison-grid,
  .guide-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .two-list {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    gap: 0.875rem;
  }
  .info-panel-body {
    font-size: 0.875rem;
  }
  .inline-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 1.0625rem;
    padding: 1.25rem;
  }
  .inline-cta .button {
    width: 100%;
  }
  .fact-list > div {
    grid-template-columns: 6.25rem minmax(0, 1fr);
    gap: 1rem;
  }
  .pricing-card {
    padding: 1.125rem 0.8125rem;
  }
  .pricing-card table {
    min-width: 29.375rem;
    font-size: 0.75rem;
  }
  .table-note {
    font-size: 0.6875rem;
  }
  .store-info {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }
  .store-map iframe {
    height: 14.6875rem;
  }
  .store-card h3 {
    font-size: 1.125rem;
  }
  .store-card p {
    font-size: 0.8125rem;
  }
  .store-card-body {
    padding: 1.25rem;
  }
  .store-cta {
    font-size: 0.875rem;
  }
  .support-hero {
    padding: 1.375rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .support-phone {
    font-size: 1.75rem;
  }
  .support-identity {
    flex-basis: auto;
  }
  .support-contact {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .comparison-card {
    padding: 1.375rem;
  }
  .comparison-card dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem;
  }
  .comparison-card h3 {
    font-size: 1.1875rem;
  }
  .guide-empty {
    padding: 1.125rem;
  }
  .review-list > a {
    padding: 0.9375rem 0.75rem;
    gap: 0.6875rem;
  }
  .review-list strong {
    font-size: 0.875rem;
  }
  .review-list small {
    font-size: 0.625rem;
  }
  .footer-inner nav {
    gap: 1rem 1.5rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
  }
  .footer-inner > p {
    text-align: center;
    font-size: 0.75rem;
  }
  .asset-credit {
    font-size: 0.625rem !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    font-size: 110%;
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
.state-selector::before {
  left: 38%;
  background-size: cover;
  background-position: center;
  mask-image: linear-gradient(90deg, transparent, #000 28%);
}
.phone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem 1.375rem;
  font-size: 0.8125rem;
}
.phone-grid li {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
.phone-grid .icon {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (max-width:843.7px) {
  .phone-grid {
    grid-template-columns: 1fr;
  }
  .state-selector::before {
    left: 0;
    mask-image: none;
  }
}
.guide-grid article {
  border: 0.0625rem solid var(--line);
  border-radius: 0.5625rem;
  overflow: hidden;
}
.guide-grid article img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.guide-grid article .guide-title {
  padding: 0.875rem;
  color: var(--ink);
}
.guide-grid article a {
  display: block;
  height: 100%;
}
.guide-grid article a:hover .guide-title {
  color: var(--brand);
}
img.article-cover {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  min-height: 0;
}
.page-intro {
  margin: 0 0 1.25rem;
}
.module-tabs, .module-topics {
  margin-bottom: 1.125rem;
}
.category-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0.375rem;
  overflow: hidden;
}
.category-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  padding: 0.625rem 0.25rem;
  min-height: 2.75rem;
}
.category-tabs a + a {
  border-left: 1px solid var(--line);
}
.badge {
  font-weight: 500;
  gap: 0.25rem;
}
.badge .icon {
  width: 0.75rem;
  height: 0.75rem;
}
.badge-blue {
  color: #075dbf;
  background: #eaf3ff;
}
.badge-included {
  color: var(--included);
  background: #eaf7ef;
}
.plan-facts .value-included, .result-action .value-included, .comparison-card .value-included {
  color: var(--included);
}
.plan-facts .value-cost, .result-action .value-cost, .comparison-card .value-cost {
  color: var(--cost);
}
.result-features {
  display: grid;
  gap: 0.3125rem;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: var(--muted);
}
.result-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.4375rem;
}
.result-features .icon {
  color: var(--brand);
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0.125rem;
}
.feature-label {
  color: var(--ink);
  font-weight: 500;
}
.info-panel > h3 .icon {
  color: #8fc7ff;
}
.status-panel {
  padding: 1rem 1.125rem;
  background: #f0f6ff;
  border-left: 3px solid var(--brand);
  border-radius: 0.25rem;
}
.status-panel p:last-child {
  margin-bottom: 0;
}
.module-empty .empty-state, .module-notice .disclosure {
  color: #775115;
  background: #fff9eb;
  border-color: #f1dcaa;
}
.module-empty .empty-state > .icon, .module-notice .disclosure > .icon {
  color: #996411;
}
.benefit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
}
.benefit-list li {
  background: #f3f7fb;
  padding: 0.75rem;
  border-radius: 0.3125rem;
}
.benefit-list .icon {
  color: var(--included);
}
.current-plan-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.3125rem;
  color: #075dbf;
  background: #e4efff;
  border-radius: 0.25rem;
  padding: 0.25rem 0.4375rem;
  font-size: 0.6875rem;
  font-weight: 500;
}
.comparison-card > .eyebrow, .current-plan-label {
  min-height: 1.5rem;
  display: flex;
  align-items: center;
}
.current-plan-label .icon, .current-plan-state .icon {
  width: 0.875rem;
  height: 0.875rem;
}
.current-plan-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 2.5rem;
  padding: 0.5rem;
  border: 1px solid #cbdff9;
  border-radius: 0.3125rem;
  color: #075dbf;
  background: #eaf3ff;
  font-size: 0.6875rem;
  font-weight: 500;
}
.table-scroll-hint {
  display: none;
}
@media (min-width: 843.71px) {
  .result-action {
    border-left: 1px solid var(--line);
    padding-left: 0.9375rem;
  }
}
@media (max-width: 843.7px) {
  .category-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-tabs a:nth-child(3) {
    border-left: 0;
  }
  .category-tabs a:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }
  .benefit-list {
    grid-template-columns: 1fr;
  }
  .table-compact table {
    min-width: 0;
    table-layout: fixed;
  }
  .table-compact th, .table-compact td {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .table-scroll-hint {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: #526b7a;
    font-size: 0.6875rem;
    margin: -0.25rem 0 0.5rem;
  }
  .table-scroll-hint .icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.result-content .result-title {
  font-size: 1.0625rem;
  margin-bottom: 0;
}
.guide-grid .guide-title {
  font-size: 1.0625rem;
  margin-bottom: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
