:root {
  --ink: #173154;
  --muted: #48617d;
  --forest: #1c428b;
  --forest-dark: #173154;
  --mint: #a6c3e9;
  --mint-pale: #eaf2fb;
  --cream: #eef4fb;
  --paper: #ffffff;
  --coral: #e11631;
  --coral-dark: #a20f30;
  --gold: #a6c3e9;
  --line: rgba(53, 57, 80, 0.12);
  --shadow-soft: 0 24px 60px rgba(28, 66, 139, 0.12);
  --shadow-deep: 0 28px 80px rgba(28, 66, 139, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  background:
    radial-gradient(circle at 0% 0%, rgba(166, 195, 233, 0.42), transparent 27rem),
    radial-gradient(circle at 100% 12%, rgba(225, 22, 49, 0.1), transparent 25rem),
    linear-gradient(180deg, #f6faff 0%, #eef4fb 52%, #e8f0f9 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(28, 66, 139, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 66, 139, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
}

a {
  color: var(--forest);
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
iframe:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  color: white;
  background: var(--forest-dark);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
}

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

.site-frame {
  position: relative;
  width: min(1380px, calc(100% - 28px));
  min-height: calc(100vh - 28px);
  margin: 14px auto;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(28, 66, 139, 0.1);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.98));
  box-shadow: var(--shadow-soft);
}

.site-frame::after {
  content: "";
  position: absolute;
  top: 140px;
  right: -210px;
  width: 520px;
  height: 520px;
  border: 90px solid rgba(166, 195, 233, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.site-nav,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(28, 66, 139, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--coral-dark);
  font-family: "DM Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-monogram {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px 15px 15px 5px;
  color: white;
  background: linear-gradient(140deg, var(--forest), var(--forest-dark));
  box-shadow: 0 10px 24px rgba(28, 66, 139, 0.22);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint-pale);
  font: 800 0.9rem/1 "DM Sans", sans-serif;
  cursor: pointer;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--forest);
  background: var(--mint-pale);
}

.nav-links a.nav-cta {
  padding-right: 18px;
  padding-left: 18px;
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
  box-shadow: 0 12px 24px rgba(162, 15, 48, 0.2);
}

.nav-links a.nav-cta:hover,
.nav-links a.nav-cta.active {
  color: white;
  background: linear-gradient(135deg, #c8132d, #a20f30);
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.04em;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 13px;
  border: 1px solid rgba(28, 66, 139, 0.1);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(234, 242, 251, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 48px;
  align-items: center;
  min-height: 690px;
  padding: 82px 36px 62px;
}

.hero h1 {
  max-width: 10.5ch;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 6.6vw, 6.6rem);
  line-height: 0.92;
}

.hero-lead {
  max-width: 680px;
  margin: 0;
  font-size: 1.09rem;
}

.button-row,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-width: 176px;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
  box-shadow: 0 18px 34px rgba(162, 15, 48, 0.24);
}

.button-secondary {
  color: var(--forest);
  border: 1px solid rgba(28, 66, 139, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(28, 66, 139, 0.08);
}

.button-light {
  color: var(--forest-dark);
  background: var(--paper);
  box-shadow: 0 16px 30px rgba(17, 25, 40, 0.18);
}

.button-ghost {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--forest);
  list-style: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.trust-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(225, 22, 49, 0.12);
}

.hero-visual {
  position: relative;
  min-height: 530px;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  top: 15px;
  right: 20px;
  width: 410px;
  height: 410px;
  border: 70px solid rgba(166, 195, 233, 0.32);
}

.orbit-two {
  bottom: 10px;
  left: 40px;
  width: 250px;
  height: 250px;
  border: 38px solid rgba(225, 22, 49, 0.12);
}

.feature-panel {
  position: absolute;
  top: 66px;
  right: 32px;
  width: min(100%, 430px);
  padding: 38px;
  transform: rotate(2.2deg);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 36px 36px 36px 10px;
  color: white;
  background:
    radial-gradient(circle at top right, rgba(166, 195, 233, 0.26), transparent 36%),
    linear-gradient(145deg, var(--forest), var(--forest-dark));
  box-shadow: var(--shadow-deep);
}

.feature-panel h2 {
  max-width: 9ch;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 4.4vw, 4.3rem);
  line-height: 0.96;
}

.feature-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.panel-kicker {
  margin: 0 0 18px;
  color: var(--mint) !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coverage-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.coverage-pills span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.floating-note {
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 230px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.floating-note strong {
  margin-bottom: 3px;
  color: var(--forest);
}

.floating-note span {
  color: var(--muted);
  font-size: 0.82rem;
}

.note-top {
  top: 18px;
  left: 3px;
  transform: rotate(-4deg);
}

.note-bottom {
  right: 0;
  bottom: 24px;
  transform: rotate(3deg);
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 15px 35px rgba(28, 66, 139, 0.07);
}

.value-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 26px;
}

.value-strip article + article {
  border-left: 1px solid var(--line);
}

.value-strip strong {
  color: var(--coral-dark);
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
}

.value-strip span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.section-space {
  margin-top: 94px;
}

.intro-section,
.process-section,
.services-section,
.quote-layout,
.support-grid {
  padding-right: 36px;
  padding-left: 36px;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h2,
.services-intro h2,
.quote-prep h2,
.support-card h2 {
  max-width: 13ch;
  margin-bottom: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
}

.centered {
  text-align: center;
}

.centered .eyebrow {
  margin-right: auto;
  margin-left: auto;
}

.centered h2 {
  margin-right: auto;
  margin-left: auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 50px;
  align-items: start;
}

.intro-copy {
  max-width: 730px;
}

.intro-copy p {
  margin-top: 0;
  font-size: 1.08rem;
}

.quote-card {
  position: relative;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(28, 66, 139, 0.1);
  border-radius: 30px 30px 30px 8px;
  background: linear-gradient(145deg, var(--mint-pale), rgba(255, 255, 255, 0.95));
  box-shadow: var(--shadow-soft);
}

.quote-card p {
  position: relative;
  margin-top: 14px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
}

.quote-card strong {
  color: var(--coral-dark);
}

.quote-mark {
  position: absolute;
  top: -18px;
  right: 22px;
  color: rgba(28, 66, 139, 0.09);
  font-family: Georgia, serif;
  font-size: 9rem;
}

.process-section {
  padding-top: 70px;
  padding-bottom: 72px;
  border: 1px solid rgba(28, 66, 139, 0.08);
  border-radius: 42px;
  background:
    radial-gradient(circle at top left, rgba(166, 195, 233, 0.28), transparent 24rem),
    linear-gradient(145deg, rgba(241, 247, 255, 0.96), rgba(232, 240, 249, 0.98));
}

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

.process-grid article {
  padding: 28px;
  border: 1px solid rgba(28, 66, 139, 0.09);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(28, 66, 139, 0.05);
}

.step-number,
.service-index,
.support-label {
  color: var(--coral-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-grid h3 {
  margin: 26px 0 10px;
  font-size: 1.42rem;
}

.process-grid p {
  margin-bottom: 0;
}

.services-section {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  gap: 50px;
  align-items: start;
}

.services-intro {
  position: sticky;
  top: 28px;
}

.services-intro p {
  max-width: 40ch;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  color: var(--forest);
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  color: var(--coral);
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

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

.service-card {
  position: relative;
  min-height: 225px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(28, 66, 139, 0.09);
  border-radius: 28px 28px 28px 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 35px rgba(28, 66, 139, 0.07);
}

.service-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 86px;
  height: 86px;
  border: 18px solid rgba(166, 195, 233, 0.22);
  border-radius: 50%;
}

.service-card.featured {
  grid-column: 1 / -1;
  min-height: auto;
  color: white;
  background:
    radial-gradient(circle at 90% 20%, rgba(166, 195, 233, 0.25), transparent 16rem),
    linear-gradient(135deg, var(--forest), var(--forest-dark));
}

.service-card.featured .service-index,
.service-card.featured h3 {
  color: white;
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.service-card h3 {
  margin: 28px 0 10px;
  font-size: 1.5rem;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 54px;
  align-items: center;
  margin: 94px 20px 30px;
  padding: 48px;
  border-radius: 38px 38px 38px 10px;
  color: white;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 22rem),
    linear-gradient(135deg, var(--forest) 0%, #2452a0 54%, var(--coral-dark) 100%);
  box-shadow: var(--shadow-deep);
}

.cta-section .eyebrow {
  color: var(--mint-pale);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.cta-section h2 {
  max-width: 11ch;
  margin-bottom: 12px;
  font-size: clamp(2.7rem, 4.7vw, 5rem);
  line-height: 0.96;
}

.cta-section p,
.cta-section a {
  color: white;
}

.cta-section > div:first-child p:last-child {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
}

.cta-actions {
  flex-direction: column;
  margin-top: 0;
}

.consent-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.82rem;
}

.consent-note a {
  font-weight: 800;
}

.interior-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 54px;
  align-items: center;
  padding: 84px 58px 64px;
}

.interior-hero h1 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(3rem, 5.8vw, 6rem);
  line-height: 0.95;
}

.interior-hero > div > p:last-child {
  max-width: 700px;
  font-size: 1.06rem;
}

.interior-callout {
  padding: 30px;
  border: 1px solid rgba(28, 66, 139, 0.1);
  border-radius: 30px 30px 30px 8px;
  background: linear-gradient(145deg, var(--mint-pale), var(--paper));
  box-shadow: var(--shadow-soft);
}

.callout-number {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 18px 18px 18px 5px;
  color: white;
  background: var(--forest);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.interior-callout strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
}

.interior-callout p {
  margin-bottom: 0;
}

.quote-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 24px;
}

.quote-prep {
  position: sticky;
  top: 28px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow-soft);
}

.quote-prep h2 {
  font-size: 2rem;
}

.quote-prep a {
  font-weight: 700;
}

.check-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 12px 0;
  padding-left: 30px;
  color: var(--muted);
  line-height: 1.55;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--forest);
  font-size: 0.72rem;
  font-weight: 800;
}

.form-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow-deep);
}

.form-panel iframe {
  display: block;
  width: 100%;
  height: 3150px;
  border: 0;
}

.form-fallback {
  margin: 0;
  padding: 14px 20px 20px;
  text-align: center;
  font-size: 0.85rem;
}

.form-fallback a,
.form-disclosure a {
  font-weight: 800;
}

.form-disclosure {
  grid-column: 1 / -1;
  max-width: 900px;
  margin: 12px auto 0;
  text-align: center;
  font-size: 0.82rem;
}

.policy-layout {
  position: relative;
  max-width: 980px;
  margin: 82px auto 20px;
  padding: 50px 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 38px 38px 38px 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.policy-layout::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--forest), var(--mint), var(--gold), var(--coral));
}

.policy-header {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.policy-header h1 {
  margin-bottom: 14px;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.policy-header p:last-child {
  margin-bottom: 0;
}

.policy-layout h2 {
  margin: 38px 0 10px;
  color: var(--forest-dark);
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}

.policy-layout p,
.policy-layout li {
  color: var(--muted);
  line-height: 1.78;
}

.policy-layout ul {
  padding-left: 22px;
}

.policy-layout a {
  font-weight: 700;
}

.policy-highlight {
  padding: 22px;
  border-left: 5px solid var(--coral);
  border-radius: 0 18px 18px 0;
  background: var(--mint-pale);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 24px;
}

.support-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px 30px 30px 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.support-card h2 {
  margin-top: 18px;
  font-size: 2rem;
}

.support-card a {
  font-weight: 700;
}

.primary-support {
  grid-row: span 2;
  color: white;
  background:
    radial-gradient(circle at top right, rgba(166, 195, 233, 0.22), transparent 18rem),
    linear-gradient(145deg, var(--forest), var(--forest-dark));
}

.primary-support h2 {
  color: white;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.primary-support p,
.primary-support dt,
.primary-support dd,
.primary-support a {
  color: white;
}

.primary-support .eyebrow {
  color: var(--mint-pale);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.contact-list {
  margin: 28px 0 34px;
}

.contact-list div {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-list dt {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
  font-size: 1.05rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.8fr;
  gap: 34px;
  margin-top: 72px;
  padding: 42px 36px 22px;
  border-top: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.72), rgba(233, 242, 251, 0.72));
}

.site-footer h2 {
  margin-bottom: 16px;
  color: var(--forest-dark);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 7px 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.site-footer a {
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-brand > p {
  max-width: 410px;
}

.footer-brand .brand {
  margin-bottom: 12px;
}

.footer-fineprint {
  grid-column: 1 / -1;
  margin-top: 10px !important;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.76rem !important;
}

@media (max-width: 1050px) {
  .hero,
  .services-section,
  .interior-hero,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 64px;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-visual {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .services-intro,
  .quote-prep {
    position: static;
  }

  .services-intro p {
    max-width: 680px;
  }

  .interior-callout {
    max-width: 520px;
  }

  .quote-prep {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
  }

  .quote-prep .eyebrow,
  .quote-prep h2 {
    grid-column: 1 / -1;
  }

  .form-disclosure {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .site-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .js-enabled .site-nav {
    align-items: center;
    flex-flow: row wrap;
  }

  .js-enabled .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .js-enabled .nav-links {
    display: none;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }

  .js-enabled .nav-links.is-open {
    display: flex;
  }

  .js-enabled .nav-links a {
    width: 100%;
  }

  .value-strip,
  .intro-grid,
  .process-grid,
  .services-grid,
  .support-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .value-strip article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .service-card.featured,
  .primary-support,
  .footer-fineprint {
    grid-column: auto;
    grid-row: auto;
  }

  .cta-section {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    align-items: flex-start;
  }

  .consent-note {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .site-frame {
    width: calc(100% - 10px);
    margin: 5px auto;
    padding: 9px;
    border-radius: 22px;
  }

  .site-nav {
    padding: 12px;
    border-radius: 18px;
  }

  .nav-links a {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .nav-links a.nav-cta {
    padding-right: 13px;
    padding-left: 13px;
  }

  .hero,
  .interior-hero {
    padding: 48px 14px 40px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13.5vw, 4rem);
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-orbit {
    display: none;
  }

  .feature-panel,
  .floating-note {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 14px;
    transform: none;
  }

  .feature-panel {
    padding: 30px;
  }

  .value-strip {
    margin-right: 6px;
    margin-left: 6px;
  }

  .intro-section,
  .process-section,
  .services-section,
  .quote-layout,
  .support-grid {
    padding-right: 14px;
    padding-left: 14px;
  }

  .process-section {
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 28px;
  }

  .section-space {
    margin-top: 72px;
  }

  .quote-card,
  .service-card,
  .support-card,
  .quote-prep {
    padding: 25px;
  }

  .cta-section {
    margin: 72px 6px 20px;
    padding: 32px 24px;
    border-radius: 30px 30px 30px 8px;
  }

  .interior-hero {
    gap: 26px;
  }

  .interior-hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .quote-prep {
    display: block;
  }

  .form-panel iframe {
    height: 3800px;
  }

  .policy-layout {
    margin-top: 54px;
    padding: 36px 22px;
    border-radius: 28px 28px 28px 8px;
  }

  .policy-header h1 {
    font-size: 3rem;
  }

  .site-footer {
    margin-top: 54px;
    padding: 34px 20px 18px;
  }
}

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

  .button,
  .text-link span {
    transition: none;
  }
}
