:root {
  --ink: #102033;
  --muted: #607085;
  --blue: #1594d2;
  --blue-deep: #0b6fae;
  --blue-soft: #e9f8ff;
  --line: #d6edf9;
  --white: #ffffff;
  --mist: #f7fbff;
  --accent: #64c7f4;
  --shadow: 0 24px 70px rgba(16, 32, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.94rem;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--blue);
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--blue-deep);
  color: var(--white);
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(11, 111, 174, 0.22);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(28px, 4vw, 46px) clamp(18px, 5vw, 72px) clamp(28px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(233, 248, 255, 0.94), rgba(255, 255, 255, 0.88) 42%, rgba(232, 247, 255, 0.92)),
    radial-gradient(circle at 86% 12%, rgba(100, 199, 244, 0.24), transparent 28%);
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 3.65vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.hero-text,
.section-heading p,
.about-copy p,
.final-cta p,
.signup-intro p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.hero-text {
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-signup-button {
  min-height: 64px;
  min-width: 190px;
  padding-inline: 34px;
  font-size: 1.15rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(21, 148, 210, 0.28);
}

.button.secondary {
  background: var(--white);
  color: var(--blue-deep);
  border: 1px solid var(--line);
}

.button.light {
  border-color: rgba(255, 255, 255, 0.36);
}

.hero-media {
  position: relative;
  display: grid;
  place-items: center;
  height: clamp(460px, 44vw, 620px);
  padding: clamp(18px, 3vw, 34px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, var(--blue-soft), #ffffff);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.ad-match-hero {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100vw;
  grid-template-columns: minmax(360px, 520px) minmax(300px, 460px);
  justify-content: center;
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  padding: clamp(16px, 2.4vw, 30px) clamp(28px, 7vw, 120px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 2%, rgba(255, 255, 255, 0.92), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f5fbff 38%, #dff4ff 100%);
}

.ad-match-hero::before {
  content: "";
  position: absolute;
  inset: auto -14% -5% -18%;
  height: 42%;
  border-radius: 55% 55% 0 0;
  background: linear-gradient(135deg, #0b6fae, #1594d2 58%, #75d5ff);
}

.ad-match-hero::after {
  content: "";
  position: absolute;
  top: -18%;
  right: calc(50% - 72px);
  width: 230px;
  min-width: 240px;
  height: 82%;
  border-right: 18px solid rgba(255, 255, 255, 0.86);
  border-radius: 0 100% 100% 0;
  pointer-events: none;
}

.ad-hero-copy,
.ad-hero-photo,
.ad-product-row,
.ad-cta,
.ad-proof-strip,
.ad-pa-strip {
  position: relative;
  z-index: 1;
}

.ad-hero-copy {
  padding-top: clamp(4px, 1vw, 12px);
  min-width: 0;
}

.ad-kicker {
  max-width: 410px;
  margin: 0 0 clamp(12px, 2vw, 22px);
  color: #061c4f;
  font-size: clamp(1.05rem, 1.75vw, 1.45rem);
  line-height: 1.25;
  font-weight: 700;
}

.ad-title {
  display: grid;
  gap: 0;
  max-width: 570px;
  margin: 0;
  color: #051b4f;
  font-size: clamp(2.75rem, 4.55vw, 4.35rem);
  line-height: 0.92;
  font-weight: 900;
  text-transform: uppercase;
}

.ad-title em {
  margin-top: -0.06em;
  color: var(--blue);
  font-family: "Caveat", "Brush Script MT", cursive;
  font-size: clamp(3.05rem, 5.35vw, 4.85rem);
  line-height: 0.92;
  font-style: normal;
  text-transform: none;
}

.meet-tess {
  max-width: 500px;
  min-width: 0;
  margin-top: clamp(10px, 1.5vw, 16px);
}

.meet-rule {
  display: block;
  width: 118px;
  height: 4px;
  margin-bottom: 12px;
  background: var(--blue);
}

.meet-tess h2 {
  margin-bottom: 6px;
  color: var(--blue-deep);
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1;
}

.meet-tess p {
  max-width: 490px;
  color: #061c4f;
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
  line-height: 1.38;
}

.ad-hero-photo {
  height: clamp(300px, 26vw, 390px);
  align-self: stretch;
  overflow: hidden;
  border-radius: 0 0 0 48%;
  box-shadow: -26px 28px 70px rgba(6, 28, 79, 0.14);
  background: linear-gradient(135deg, #f7fbff, #ffffff);
}

.ad-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 56% 18%;
}

.ad-product-row {
  grid-column: 1 / -1;
  order: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 16px);
  width: min(100%, 980px);
  margin: clamp(-30px, -2vw, -14px) auto 0;
}

.ad-product-row article {
  min-height: 118px;
  padding: clamp(10px, 1.25vw, 15px) 12px 12px;
  border: 1px solid rgba(214, 237, 249, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(6, 28, 79, 0.13);
  text-align: center;
}

.ad-card-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
  border: 3px solid var(--blue-deep);
  border-radius: 18px;
  color: var(--blue-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

.ad-product-row h3 {
  margin-bottom: 6px;
  color: #061c4f;
  font-size: clamp(0.86rem, 1.35vw, 1.02rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.ad-product-row p {
  margin-bottom: 0;
  color: #061c4f;
  font-size: clamp(0.78rem, 1.15vw, 0.92rem);
  line-height: 1.32;
}

.ad-cta {
  grid-column: 1 / -1;
  order: 3;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  width: min(100%, 930px);
  min-height: clamp(54px, 4.5vw, 64px);
  margin: 6px auto 8px;
  padding: 12px clamp(20px, 3.2vw, 38px);
  border-radius: 999px;
  background: linear-gradient(180deg, #0877d8, #004ab7);
  color: var(--white);
  box-shadow:
    0 0 0 3px rgba(146, 225, 255, 0.9),
    0 0 30px rgba(55, 205, 255, 0.85),
    0 22px 44px rgba(0, 61, 158, 0.32);
  text-transform: uppercase;
}

@media (min-width: 821px) {
  .ad-cta {
    margin-top: -18px;
  }

  .ad-product-row {
    margin-top: -34px;
  }
}

.ad-cta > span {
  display: block;
  width: 44px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
}

.ad-cta strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42em;
  text-align: center;
  font-size: clamp(1.2rem, 2.8vw, 2.15rem);
  letter-spacing: 0.04em;
}

.ad-proof-strip {
  grid-column: 1 / -1;
  order: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 930px);
  margin: 0 auto 12px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: #061c4f;
  box-shadow: 0 12px 28px rgba(6, 28, 79, 0.12);
}

.ad-proof-strip span {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 10px 16px;
  border-right: 1px solid rgba(11, 111, 174, 0.18);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.ad-proof-strip span:last-child {
  border-right: 0;
}

.ad-pa-strip {
  grid-column: 1 / -1;
  order: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-inline: calc(clamp(16px, 4.8vw, 58px) * -1);
  padding: 20px clamp(16px, 4.8vw, 58px);
  background: linear-gradient(90deg, #061c4f, #062b74);
  color: var(--white);
  text-align: center;
}

.ad-pa-strip strong {
  font-size: clamp(1rem, 2vw, 1.45rem);
  text-transform: uppercase;
}

.ad-pa-strip p {
  margin: 0;
  color: #c9ecff;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
}

.license-panel {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(16, 32, 51, 0.16);
}

.license-panel strong,
.license-panel span {
  display: block;
}

.license-panel span {
  margin-top: 4px;
  color: var(--muted);
}

.trust-strip {
  display: flex;
  justify-content: center;
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.carrier-window {
  width: min(100%, 980px);
  margin-inline: auto;
  overflow: visible;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.carrier-window img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.phone-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 5vw, 48px) clamp(18px, 5vw, 72px);
  background: var(--blue-deep);
  color: var(--white);
}

.phone-band .eyebrow {
  color: #d1f0ff;
}

.phone-band h2 {
  margin-bottom: 0;
}

.phone-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-deep);
  box-shadow: 0 16px 34px rgba(16, 32, 51, 0.16);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.section {
  padding: clamp(62px, 9vw, 116px) clamp(18px, 5vw, 72px);
}

.section-heading,
.coverage-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.72fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p:last-child {
  margin-bottom: 0;
}

.coverage-intro {
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.68fr);
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  margin-bottom: 42px;
}

.coverage-statement {
  display: grid;
  gap: 6px;
  max-width: 620px;
  font-size: clamp(2rem, 3.1vw, 3.3rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.coverage-statement .ink-line {
  color: var(--ink);
}

.coverage-statement .blue-line {
  color: var(--blue);
}

.coverage-banner {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.coverage-banner img {
  width: 100%;
}

.coverage-banner-mobile {
  display: none;
  margin-top: 28px;
}

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

.coverage-card {
  min-height: 360px;
  padding: 26px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--white), var(--mist));
}

.card-number {
  display: inline-block;
  margin-bottom: 52px;
  color: var(--blue);
  font-weight: 800;
}

.hook {
  margin-bottom: 12px;
  color: var(--blue-deep);
  font-weight: 800;
}

.coverage-card p:not(.hook) {
  color: var(--muted);
  line-height: 1.65;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  padding: clamp(62px, 9vw, 116px) clamp(18px, 5vw, 72px);
  background: var(--mist);
}

.about-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--blue-soft);
}

.about-image img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  object-position: 38% center;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: inset 0 0 0 3px var(--white);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.text-link {
  color: var(--blue-deep);
  font-weight: 800;
}

.review-section {
  padding: clamp(62px, 9vw, 116px) clamp(18px, 8vw, 120px);
  background: var(--white);
  text-align: center;
}

.quote-mark {
  color: var(--blue);
  font-size: 7rem;
  font-weight: 800;
  line-height: 0.7;
}

blockquote {
  max-width: 980px;
  margin: 0 auto 18px;
  font-size: clamp(1.55rem, 3.2vw, 3.4rem);
  line-height: 1.12;
  font-weight: 800;
}

.review-detail {
  max-width: 900px;
  margin: 0 auto 18px;
  color: var(--muted);
  line-height: 1.7;
}

cite {
  color: var(--blue-deep);
  font-style: normal;
  font-weight: 800;
}

.final-cta {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 72px);
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  color: var(--white);
}

.final-cta .eyebrow,
.final-cta p {
  color: #d1f0ff;
}

.final-cta p {
  max-width: 620px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  gap: 20px;
  align-items: center;
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong,
.site-footer a {
  color: var(--ink);
  font-weight: 800;
}

.site-footer p {
  margin-bottom: 0;
  text-align: right;
  font-size: 0.9rem;
}

.signup-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(233, 248, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 82% 18%, rgba(100, 199, 244, 0.22), transparent 30%);
}

.signup-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
  padding: clamp(54px, 7vw, 96px) clamp(28px, 7vw, 112px);
}

.signup-intro {
  position: sticky;
  top: 110px;
  min-width: 0;
}

.signup-heading-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 14px 0 24px;
}

.signup-heading-row img {
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(16, 32, 51, 0.13);
  object-fit: cover;
  object-position: center 18%;
}

.signup-intro h1 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
}

.signup-support-copy {
  max-width: 560px;
}

.phone-block {
  display: block;
  margin-top: 28px;
  padding: 24px;
  border-radius: 8px;
  background: var(--blue-deep);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(11, 111, 174, 0.22);
}

.phone-block span,
.phone-block strong {
  display: block;
}

.phone-block span {
  color: #d1f0ff;
  font-weight: 700;
}

.phone-block strong {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.form-panel {
  min-width: 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

form,
.form-grid,
.choice-grid {
  display: grid;
  gap: 18px;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

label,
legend {
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

input,
select {
  min-height: 52px;
  padding: 0 14px;
}

textarea {
  resize: vertical;
  padding: 14px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(90, 168, 255, 0.25);
  border-color: var(--accent);
}

fieldset {
  margin: 4px 0 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.choice-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
  font-weight: 700;
}

.choice-grid input {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin: 0;
  accent-color: var(--blue);
}

.form-submit {
  width: 100%;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

@media (max-width: 1040px) {
  .coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .trust-strip,
  .signup-shell {
    grid-template-columns: 1fr;
  }

  .signup-intro {
    position: static;
  }

  .signup-page .signup-intro {
    text-align: center;
  }

  .signup-page .signup-intro .eyebrow {
    display: none;
  }

  .signup-page .signup-heading-row {
    justify-content: center;
  }

  .signup-page .signup-support-copy {
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding: 14px 16px;
  }

  .nav-links {
    display: none;
  }

  .header-call {
    display: inline-flex;
    min-height: 40px;
    margin-left: auto;
    padding-inline: 14px;
    font-size: 0.82rem;
  }

  .hero,
  .about-section {
    grid-template-columns: 1fr;
  }

  .coverage-intro {
    grid-template-columns: 1fr;
  }

  .coverage-intro .coverage-banner {
    display: none;
  }

  .coverage-banner-mobile {
    display: block;
  }

  .about-image {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .ad-match-hero {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    column-gap: 0;
    row-gap: 0;
    align-items: start;
    justify-content: stretch;
    padding: 20px 12px 0 10px;
    width: 100%;
    max-width: 100vw;
    background:
      radial-gradient(circle at 78% 2%, rgba(255, 255, 255, 0.92), transparent 36%),
      linear-gradient(135deg, #ffffff 0%, #f5fbff 38%, #dff4ff 100%);
  }

  .ad-match-hero::after {
    display: block;
    top: -12%;
    right: 32%;
    width: 116px;
    min-width: 116px;
    height: 76%;
    border-right-width: 10px;
    opacity: 0.72;
  }

  .ad-match-hero::before {
    height: 45%;
    inset: auto -28% -4% -28%;
  }

  .ad-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 3;
    width: 100%;
    max-width: none;
    transform: none;
    padding: 0;
    text-shadow: none;
  }

  .ad-kicker {
    max-width: 260px;
    margin-bottom: 10px;
    font-size: 0.98rem;
    line-height: 1.22;
  }

  .ad-title {
    max-width: 300px;
    font-size: clamp(2.25rem, 11vw, 2.95rem);
    line-height: 0.9;
  }

  .ad-title em {
    display: block;
    font-size: clamp(2.85rem, 13.4vw, 3.58rem);
    line-height: 0.82;
  }

  .meet-tess {
    max-width: 300px;
    margin-top: 12px;
  }

  .meet-tess p {
    display: block;
    max-width: 285px;
    font-size: 0.94rem;
    line-height: 1.32;
  }

  .meet-rule {
    width: 68px;
    height: 3px;
    margin-bottom: 10px;
  }

  .meet-tess h2 {
    font-size: 1.9rem;
  }

  .ad-hero-photo {
    order: initial;
    width: 100%;
    height: 330px;
    z-index: 1;
    margin: 0;
    border-radius: 0 0 0 42%;
    box-shadow: 0 18px 40px rgba(6, 28, 79, 0.13);
  }

  .ad-hero-photo::before {
    display: none;
  }

  .ad-hero-photo img {
    object-position: 51% 18%;
  }

  .ad-product-row {
    order: 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    transform: none;
    margin-top: 16px;
    margin-bottom: 26px;
  }

  .ad-product-row article {
    min-width: 0;
    min-height: 142px;
    padding: 12px 8px 10px;
    border-radius: 14px;
  }

  .ad-card-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    border-radius: 15px;
    font-size: 0.86rem;
  }

  .ad-product-row h3 {
    font-size: 0.74rem;
  }

  .ad-product-row p {
    font-size: 0.7rem;
    overflow-wrap: break-word;
  }

  .ad-cta {
    order: 3;
    grid-column: 1 / -1;
    grid-template-columns: 30px 1fr;
    column-gap: 6px;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    transform: none;
    min-height: 68px;
    margin-top: 16px;
    margin-bottom: 10px;
    padding: 10px 14px;
  }

  .ad-cta > span {
    width: 30px;
    height: 26px;
  }

  .ad-cta strong {
    display: flex;
    justify-content: center;
    gap: 0.4em;
    font-size: 1.08rem;
    line-height: 1.08;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .ad-proof-strip {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    border-radius: 16px;
    transform: none;
    margin-top: 0;
  }

  .ad-proof-strip span {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 111, 174, 0.18);
    font-size: 0.9rem;
  }

  .ad-proof-strip span:last-child {
    border-bottom: 0;
  }

  .ad-pa-strip {
    display: block;
  }

  .ad-pa-strip strong,
  .ad-pa-strip p {
    display: block;
  }

  .ad-pa-strip p {
    margin-top: 6px;
  }

  .hero .hero-actions {
    justify-content: center;
  }

  .hero-media {
    width: min(100%, 420px);
    height: 360px;
    margin-inline: auto;
    padding: 16px;
  }

  .license-panel {
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
    font-size: 0.9rem;
  }

  .phone-band {
    display: block;
  }

  .phone-band a {
    display: inline-flex;
    width: 100%;
    margin-top: 18px;
    white-space: nowrap;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer p {
    text-align: left;
  }
}

@media (min-width: 621px) and (max-width: 820px) {
  .ad-match-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.78fr);
    gap: 22px;
    align-items: start;
    padding: 24px 28px 0;
    background:
      radial-gradient(circle at 78% 2%, rgba(255, 255, 255, 0.92), transparent 36%),
      linear-gradient(135deg, #ffffff 0%, #f5fbff 38%, #dff4ff 100%);
  }

  .ad-match-hero::after {
    display: block;
    right: calc(50% - 56px);
    width: 170px;
    min-width: 170px;
    opacity: 0.68;
  }

  .ad-match-hero::before {
    height: 38%;
    inset: auto -18% -4% -18%;
  }

  .ad-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 1;
    width: auto;
    max-width: none;
    padding-top: 4px;
    text-shadow: none;
  }

  .ad-kicker {
    max-width: 330px;
    margin-bottom: 14px;
    font-size: 1rem;
  }

  .ad-title {
    max-width: 360px;
    font-size: clamp(2.65rem, 6vw, 3.35rem);
    line-height: 0.92;
  }

  .ad-title em {
    font-size: clamp(3.1rem, 7vw, 3.9rem);
    line-height: 0.88;
  }

  .meet-tess {
    max-width: 360px;
    margin-top: 14px;
  }

  .meet-tess p {
    display: block;
    max-width: 340px;
    font-size: 0.95rem;
  }

  .meet-rule {
    width: 74px;
    margin-bottom: 10px;
  }

  .meet-tess h2 {
    font-size: 1.8rem;
  }

  .ad-hero-photo {
    order: initial;
    width: 100%;
    height: 330px;
    border-radius: 0 0 0 42%;
  }

  .ad-hero-photo::before {
    display: none;
  }

  .ad-hero-photo img {
    object-position: 56% 18%;
  }

  .ad-cta {
    max-width: 680px;
    margin-top: 8px;
    grid-template-columns: 44px 1fr;
  }

  .ad-cta > span {
    width: 38px;
    height: 32px;
  }

  .ad-cta strong {
    display: flex;
    justify-content: center;
    gap: 0.4em;
    font-size: clamp(1rem, 2.35vw, 1.32rem);
    letter-spacing: 0.02em;
    line-height: 1.05;
    white-space: nowrap;
  }

  .ad-product-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 720px;
    margin-top: -16px;
  }

  .ad-product-row article {
    min-height: 126px;
  }

  .ad-proof-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .ad-proof-strip span {
    border-right: 1px solid rgba(11, 111, 174, 0.18);
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .coverage-statement {
    font-size: 2.25rem;
  }

  .coverage-grid,
  .form-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .coverage-card {
    min-height: auto;
  }

  .card-number {
    margin-bottom: 30px;
  }

  .hero-actions,
  .about-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .phone-block strong {
    font-size: 2rem;
  }

  .signup-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100vw;
    padding: 14px 16px 24px;
    overflow: hidden;
  }

  .signup-page .brand {
    min-width: 0;
  }

  .signup-page .header-call {
    flex: 0 0 auto;
    padding-inline: 12px;
  }

  .signup-heading-row {
    justify-content: center;
    width: 100%;
    max-width: calc(100vw - 16px);
    gap: 4px;
    margin-bottom: 0;
  }

  .signup-heading-row img {
    width: 58px;
    height: 58px;
    border-width: 2px;
  }

  .signup-intro h1 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(1.15rem, 5.1vw, 1.3rem);
    line-height: 1.08;
    white-space: normal;
  }

  .signup-intro .eyebrow,
  .signup-support-copy {
    display: none;
  }

  .form-panel {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    padding: 20px;
  }

  .carrier-window {
    overflow: visible;
  }
}

@media (max-width: 620px) {
  .ad-cta,
  .ad-product-row,
  .ad-proof-strip {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .ad-product-row {
    margin-bottom: 28px;
  }
}

@media (max-width: 370px) {
  .signup-heading-row {
    gap: 3px;
  }

  .signup-heading-row img {
    width: 42px;
    height: 42px;
  }

  .signup-intro h1 {
    font-size: 0.98rem;
  }
}
