:root {
  --navy: #00133d;
  --navy-2: #00245d;
  --orange: #ff9000;
  --orange-soft: #fff8ef;
  --ink: #07183f;
  --muted: #68718b;
  --line: #dce1ea;
  --paper: #ffffff;
  --wash: #fbfbfc;
  --shadow: 0 12px 34px rgba(3, 20, 56, 0.09);
  --radius: 10px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .serif { font-family: Georgia, "Times New Roman", serif; }

.container { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
.section { padding: 70px 0; }
.section-heading { margin-bottom: 34px; text-align: center; }
.section-heading h2 { margin-bottom: 4px; font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.1; }
.section-heading p { margin: 0; color: var(--muted); }

.site-header {
  position: relative;
  z-index: 10;
  border-top: 0;
  background: linear-gradient(100deg, #00102f, #001c4d 65%, #00143a);
  color: #fff;
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; margin-left: clamp(-16px, -1.1vw, -10px); color: #fff; }
.brand-mark { position: relative; flex: 0 0 52px; width: 52px; height: 52px; overflow: hidden; }
.brand-mark img { position: absolute; inset: 0 auto auto 0; display: block; width: 224px; max-width: none; height: 52px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; transform: translateY(-1px); }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.68rem; font-weight: 500; line-height: .94; letter-spacing: .065em; }
.brand-subtitle { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: .8rem; font-weight: 500; line-height: 1; letter-spacing: .12em; white-space: nowrap; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 46px; margin-left: auto; }
.site-nav a { position: relative; padding: 24px 0 20px; font-size: .94rem; white-space: nowrap; }
.site-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  height: 3px;
  background: var(--orange);
}
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: #fff; font-size: 1.7rem; cursor: pointer; }

.hero { min-height: 430px; overflow: hidden; background: linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255,255,255,.2) 62%); }
.hero-grid { min-height: 430px; display: grid; grid-template-columns: 46% 54%; }
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 18px 18px 18px 0;
  transform: translateX(calc((min(var(--max), calc(100vw - 96px)) - (100vw - 96px)) / 2));
}
.hero-copy h1 { margin-bottom: 12px; font-size: clamp(2.2rem, 3.8vw, 2.65rem); line-height: 1; letter-spacing: -0.015em; }
.hero-rule { width: 40px; height: 2px; margin: 0 0 12px; background: var(--orange); }
.hero-copy > p { max-width: 450px; margin-bottom: 0; color: #17345f; font-family: "Segoe UI", Arial, sans-serif; font-size: 18px; font-weight: 500; line-height: 1.42; }
.check-list { margin: 15px 0 16px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 4px 0; padding-left: 22px; color: #17345f; font-size: .76rem; font-weight: 400; line-height: 1.35; }
.hero-copy .check-list { margin-top: 22px; }
.hero-copy .check-list { margin-bottom: 20px; }
.hero-copy .check-list li { margin: 5px 0; padding-left: 35px; color: #17345f; font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.35; }
.hero-copy .check-list li::before { top: .05em; width: 20px; height: 20px; border-width: 1.5px; font-size: 11px; }
.check-list li::before { content: "✓"; position: absolute; top: .04em; left: 0; display: grid; place-items: center; width: 15px; height: 15px; box-sizing: border-box; border: 1.2px solid var(--orange); border-radius: 50%; color: var(--orange); font-size: .52rem; font-weight: 800; line-height: 1; }
.credential { box-sizing: border-box; max-width: 450px; display: flex; align-items: center; gap: 22px; padding: 14px 18px; border: 1px solid rgba(242, 143, 28, .56); border-radius: 11px; }
.credential-icon, .round-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 1.4rem;
}
.credential-icon { width: 72px; height: 72px; overflow: hidden; font-size: 1.2rem; }
.credential-cap-image { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.credential p { max-width: 300px; margin: 0; color: #17345f; font-family: "Segoe UI", Arial, sans-serif; font-size: 15px; line-height: 1.5; font-weight: 500; }
.credential p span { display: block; }
.credential-lead { margin-bottom: 2px; font-size: 17px; line-height: 1.45; font-weight: 600; }
.line-icon, .button-icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-icon { width: 15px; height: 15px; }
.inline-icon { display: inline-block; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: -4px; }
.hero-visual {
  position: relative;
  align-self: start;
  min-height: 0;
  height: clamp(420px, 37vw, 500px);
  margin-left: -28px;
  margin-right: calc((100vw - min(var(--max), calc(100vw - 96px))) / -2);
  overflow: hidden;
}
.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.page-visual img {
  position: absolute;
  top: clamp(-101px, -7vw, -72px);
  right: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: right top;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0) 58%, rgba(255,255,255,.18) 72%, #fff 100%),
    linear-gradient(to right, #fff 0%, rgba(255,255,255,.35) 4%, rgba(255,255,255,0) 14%);
  pointer-events: none;
}

.services { position: relative; z-index: 3; margin-top: 0; padding: 8px 0 4px; background: linear-gradient(#fff, #fdfdfd); scroll-margin-top: 18px; }
.services .section-heading { position: relative; z-index: 2; margin-bottom: 7px; text-align: center; }
.services .section-heading h2 { display: flex; width: 100%; align-items: center; justify-content: center; gap: clamp(40px, 7vw, 96px); font-size: 1.72rem; }
.services .section-heading h2::before, .services .section-heading h2::after { content: ""; flex: 1 1 auto; height: 1px; background: rgba(255, 144, 0, .86); transform: translateY(7px); }
.services .section-heading p { color: #17345f; font-family: "Segoe UI", Arial, sans-serif; font-size: .78rem; font-weight: 500; }
.service-row { display: grid; grid-template-columns: 112px 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.stage { padding: 6px 8px 0 0; }
.stage-number { display: grid; place-items: center; width: 31px; height: 31px; margin-bottom: 6px; border-radius: 50%; background: var(--orange); color: #fff; font-family: Georgia, serif; font-size: 1.08rem; font-weight: 700; }
.stage h3 { margin-bottom: 5px; color: #07183f; font-size: 1.06rem; line-height: 1.04; }
.stage p { margin: 0; color: #17345f; font-family: "Segoe UI", Arial, sans-serif; font-size: .72rem; font-weight: 500; line-height: 1.45; }
.service-card { display: flex; flex-direction: column; min-height: 190px; padding: 16px 26px 12px; border: 1px solid #ebeff5; border-radius: 12px; background: #fff; color: #17345f; }
#services .section-heading + .service-row .service-card { min-height: 204px; }
#services .service-row:nth-of-type(3) { margin-bottom: 19px; }
#services .service-row:nth-of-type(4) { margin-bottom: 6px; }
#services .service-row:nth-of-type(4) .service-card { min-height: 180px; }
.service-card-head { display: flex; gap: 18px; }
.service-card .round-icon { width: 48px; height: 48px; font-size: 1rem; }
.service-card .round-icon .line-icon { width: 24px; height: 24px; color: #fff; stroke: #fff; stroke-width: 1.55; }
.service-card h3 { margin: 0; color: #07183f; font-size: 1.28rem; line-height: 1.04; }
.price { display: block; color: #07183f; font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.03; font-weight: 700; }
.service-card .summary { margin: 4px 0 5px; color: #17345f; font-family: "Segoe UI", Arial, sans-serif; font-size: .69rem; font-weight: 500; line-height: 1.35; }
.service-card .check-list { margin: 6px 0 8px; font-size: .72rem; line-height: 1.27; }
.service-card .check-list li { margin: 2px 0; padding-left: 24px; color: #17345f; font-family: "Segoe UI", Arial, sans-serif; font-size: .76rem; font-weight: 500; }
.service-card .check-list li::before { top: -.12em; display: block; width: auto; height: auto; border: 0; border-radius: 0; color: #ff9000; font-size: 1.05rem; line-height: 1; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 10px 24px; border: 0; border-radius: 6px; background: var(--navy); color: #fff; font-weight: 700; letter-spacing: .02em; cursor: pointer; }
.button:hover { background: var(--navy-2); }
.service-card .button { width: 100%; min-height: 30px; margin-top: auto; padding: 4px 14px; gap: 8px; border-radius: 7px; font-family: "Segoe UI", Arial, sans-serif; font-size: .78rem; font-weight: 500; }
.service-card .button-icon { width: 16px; height: 16px; stroke-width: 1.6; }
#services .section-heading + .service-row .summary { display: none; }
.button-orange { background: var(--orange); }
.checkout-status { margin: -3px 0 12px 124px; padding: 9px 14px; border: 1px solid #ffd197; border-radius: 7px; background: var(--orange-soft); color: var(--ink); text-align: center; font-size: .8rem; }
.checkout-status:empty { display: none; }
.checkout-status a, .form-status a { color: var(--navy-2); font-weight: 750; text-decoration: underline; }

.how-it-works { padding: 0 0 9px; scroll-margin-top: 18px; }
.how-it-works .section-heading { position: relative; z-index: 1; height: 0; margin: 0; transform: translateY(6px); }
.how-it-works .section-heading h2 { font-size: 1.72rem; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; min-height: 98px; padding: 30px 42px 10px; border: 1px solid var(--line); border-radius: var(--radius); }
.step { display: flex; align-items: center; justify-content: center; gap: 12px; }
.step-num { flex: 0 0 auto; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--navy); color: #fff; font-family: Georgia, serif; font-size: 1.4rem; }
.step h3 { margin: 0 0 1px; font-size: .78rem; }
.step p { margin: 0; font-size: .68rem; line-height: 1.35; }
.arrow { color: var(--orange); font-size: 1.7rem; }
.benefits { display: grid; grid-template-columns: repeat(4,1fr); min-height: 130px; margin-top: 9px; padding: 15px 12px; border: 1px solid #ffd49f; border-radius: var(--radius); }
.benefit { padding: 0 18px; text-align: center; border-right: 1px solid #ffd49f; }
.benefit:last-child { border-right: 0; }
.benefit-icon { color: var(--orange); height: 29px; }
.benefit-icon .line-icon { width: 29px; height: 29px; }
.benefit h3 { margin: 5px 0 2px; font-size: .84rem; }
.benefit p { margin: 0; font-size: .68rem; line-height: 1.35; }

.site-footer { padding: 12px 0 8px; background: linear-gradient(110deg, #001033, #00245a 80%, #00163f); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; align-items: start; gap: 48px; }
.footer-brand > img { width: 164px; margin-bottom: 4px; }
.footer-brand p { max-width: 225px; margin-bottom: 0; font-size: .65rem; line-height: 1.3; }
.footer-title { margin: 1px 0 5px; color: var(--orange); font-family: "Segoe UI", Arial, sans-serif; font-size: .7rem; }
.footer-links { display: grid; gap: 1px; font-size: .68rem; line-height: 1.35; }
.footer-contact p { margin: 0 0 4px; font-size: .68rem; line-height: 1.4; }
.copyright { width: 100%; margin: 9px auto 0; text-align: center; font-size: .64rem; line-height: 1.35; }

.page-intro { position: relative; display: grid; grid-template-columns: 49% 51%; grid-template-rows: 430px; min-height: 0; overflow: hidden; background: #fff; }
.page-intro-short { grid-template-rows: 285px; }
.page-intro::after { content: none; }
.page-visual {
  position: relative;
  z-index: 0;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.page-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 72%,#fff 100%), linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 22%);
  pointer-events: none;
}
.page-intro .container { position: relative; z-index: 1; grid-column: 1 / -1; grid-row: 1; padding-top: 58px; }
.page-intro h1 { max-width: 540px; margin-bottom: 14px; font-size: clamp(2.7rem, 4.8vw, 3.55rem); line-height: 1.02; }
.page-intro h1.page-title-long { max-width: 480px; font-size: clamp(2.55rem, 4.5vw, 3.25rem); }
.page-intro p { max-width: 470px; font-size: .93rem; line-height: 1.65; }
.updated { display: flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--muted); font-size: .78rem; font-weight: 600; }
.updated .line-icon { width: 18px; height: 18px; color: var(--orange); }
.legal-effective-date { color: var(--ink); font-weight: 700; }

.legal-wrap { margin-top: 0; padding-bottom: 42px; position: relative; z-index: 2; }
.legal-wrap .container { width: min(900px, calc(100% - 96px)); }
.legal-card { padding: 30px 46px 18px; border: 1px solid #eef0f4; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); font-size: .9rem; line-height: 1.58; }
.legal-section { padding: 0 0 19px; margin-bottom: 19px; border-bottom: 1px solid var(--orange); }
.legal-section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-section h2 { margin-bottom: 7px; font-size: 1.3rem; }
.legal-section p { margin: 0 0 7px; }
.email-link { font-weight: 750; }

.terms-page .legal-wrap { margin-top: -18px; }
.terms-page .legal-card { padding: 24px 34px 12px; }
.terms-page .legal-section { padding-bottom: 12px; margin-bottom: 12px; }
.terms-page .legal-section h2 { margin-bottom: 5px; font-size: 1.2rem; }
.terms-page .legal-section p { margin-bottom: 5px; }

.request-main { padding: 56px 0 14px; background: linear-gradient(#fff, #fcfcfd); }
.request-title { text-align: center; }
.request-title h1 { margin-bottom: 13px; font-size: clamp(2.5rem, 4.7vw, 3.45rem); line-height: 1.08; }
.title-flourish { display: flex; width: min(840px, 100%); align-items: center; justify-content: center; gap: 16px; margin: 0 auto; color: var(--orange); }
.title-flourish::before, .title-flourish::after { content: ""; width: 100px; height: 2px; background: var(--orange); }
.title-flourish .line-icon { width: 22px; height: 22px; }
.title-flourish .title-emblem { width: 24px; height: 24px; overflow: visible; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.title-flourish .emblem-frame { stroke: var(--orange); stroke-width: 1.75; }
.title-flourish .emblem-detail { stroke: var(--navy); stroke-width: 1.45; }
.request-lead { max-width: 780px; margin: 16px auto 24px; text-align: center; font-size: 1rem; }
.request-form { max-width: 900px; margin: 0 auto; padding: 26px 30px 10px; border: 1px solid #eef0f4; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { font-weight: 750; }
.required { color: #e43b24; }
.input-wrap { position: relative; }
.input-icon { position: absolute; left: 16px; top: 50%; width: 20px; height: 20px; transform: translateY(-50%); color: var(--navy); }
.input-icon .line-icon { width: 20px; height: 20px; }
.field input[type="text"], .field input[type="email"], .field textarea {
  width: 100%; min-height: 54px; padding: 12px 18px 12px 50px; border: 1px solid #bdc5d2; border-radius: 7px; color: var(--ink); background: #fff;
}
.field textarea { min-height: 90px; resize: vertical; }
.hint { margin: -3px 0 0; color: var(--muted); font-size: .88rem; }
.service-picker { border: 0; padding: 0; margin: 0; }
.service-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-option { position: relative; display: grid; grid-template-columns: auto auto 1fr; gap: 12px; align-items: start; min-height: 128px; padding: 16px; border: 1px solid #bdc5d2; border-radius: 8px; cursor: pointer; }
.service-option:has(input:checked) { border: 2px solid var(--navy); padding: 15px; }
.service-option input { width: 22px; height: 22px; accent-color: var(--navy); }
.service-option .round-icon { width: 48px; height: 48px; }
.service-option .round-icon .line-icon { width: 22px; height: 22px; color: #fff; fill: none; stroke: #fff; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-option h3 { margin: 2px 0 1px; font-family: "Segoe UI", Arial, sans-serif; font-size: 1.05rem; }
.service-option .price { color: var(--orange); font-family: "Segoe UI", Arial, sans-serif; font-size: 1.2rem; }
.service-option p { margin: 5px 0 0; font-size: .9rem; }
.info-box { padding: 14px 18px; border: 1px solid #ffd197; border-radius: 8px; background: var(--orange-soft); }
.info-box h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 6px; font-family: "Segoe UI", Arial, sans-serif; font-size: 1.02rem; }
.info-box h3 .inline-icon { width: 24px; height: 24px; color: var(--orange); }
.info-box ul { margin: 0; padding: 0; list-style: none; }
.info-box li { position: relative; margin: 7px 0; padding-left: 28px; }
.info-box li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.form-confirmation { max-width: 620px; margin: 10px auto 18px; padding: 30px 34px 28px; border: 1px solid #efbd7c; border-radius: 14px; background: linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%); color: var(--navy); text-align: center; box-shadow: 0 18px 38px rgba(0, 28, 74, .09); }
.confirmation-icon { display: grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 14px; border: 1px solid rgba(255, 136, 0, .46); border-radius: 999px; background: #fff; color: var(--orange); }
.confirmation-icon svg { width: 29px; height: 29px; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.confirmation-icon circle { stroke: var(--navy); stroke-width: 1.45; }
.confirmation-icon path { stroke: var(--orange); stroke-width: 2; }
.form-confirmation h3 { justify-content: center; margin: 0 0 14px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; line-height: 1.12; letter-spacing: -.01em; }
.form-confirmation p { max-width: 510px; margin: 8px auto 0; color: var(--navy-2); font-size: .98rem; font-weight: 600; line-height: 1.55; }
.consent { display: flex; align-items: flex-start; gap: 10px; padding: 8px 4px 0; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--navy); flex: 0 0 auto; }
.consent label { font-size: .82rem; line-height: 1.4; }
.submit-button { width: 100%; margin-top: 2px; min-height: 50px; font-size: .96rem; }
.secure-note { margin: 6px 0 0; text-align: center; color: var(--muted); font-size: .84rem; }
.secure-note .inline-icon { width: 15px; height: 15px; }
.contact-line { display: flex; align-items: center; gap: 7px; }
.contact-line .inline-icon { flex: 0 0 auto; width: 15px; height: 15px; }
.email-link .inline-icon { margin-right: 6px; color: var(--orange); }
.form-status { min-height: 16px; margin: 3px 0 0; text-align: center; color: var(--ink); font-weight: 650; }

@media (max-width: 950px) {
  .site-nav { gap: 26px; }
  .brand { gap: 8px; }
  .brand-name { font-size: 1.56rem; }
  .brand-subtitle { margin-left: 0; font-size: .74rem; letter-spacing: .11em; }
  .hero-grid { grid-template-columns: 52% 48%; }
  .service-row { grid-template-columns: 120px 1fr 1fr; }
  .steps { grid-template-columns: 1fr; gap: 14px; text-align: center; }
  .step { justify-content: flex-start; text-align: left; }
  .arrow { transform: rotate(90deg); justify-self: center; line-height: 1; }
  .benefits { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .benefit:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand { margin-left: 0; }
  .brand-mark { flex-basis: 48px; width: 48px; height: 48px; }
  .brand-mark img { width: 207px; height: 48px; }
  .brand-name { font-size: 1.42rem; }
  .brand-subtitle { margin-top: 4px; margin-left: 0; font-size: .68rem; letter-spacing: .12em; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; margin-left: 0; padding: 10px 22px 18px; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .site-nav a:hover::after { bottom: 7px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 42px 0 34px; transform: none; }
  .hero-visual { min-height: 0; height: 300px; margin: 0 -15px; }
  .hero-visual img { width: 100%; height: 100%; object-position: center top; }
  .services .section-heading h2 { gap: 18px; }
  .section { padding: 52px 0; }
  .service-row { grid-template-columns: 1fr; }
  .stage { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; padding: 18px 0 0; }
  .stage-number { grid-row: 1 / 3; }
  .stage h3, .stage p { margin: 0; }
  .service-card { min-height: 0; }
  .checkout-status { margin-left: 0; }
  .benefits { grid-template-columns: 1fr; }
  .benefit { border-right: 0; padding: 18px; border-bottom: 1px solid #ffd49f; }
  .benefit:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .page-intro { grid-template-columns: 1fr; grid-template-rows: 320px; min-height: 300px; }
  .page-visual { grid-column: 1; grid-row: 1; height: 320px; opacity: .2; }
  .page-visual img { top: -53px; right: 0; width: 760px; min-height: 0; object-position: right top; }
  .page-intro .container { padding-top: 48px; }
  .legal-wrap .container { width: calc(100% - 30px); }
  .legal-card { padding: 24px 22px 10px; }
  .request-main { padding-top: 40px; }
  .request-form { padding: 26px 20px 16px; }
  .form-grid, .service-options { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .request-lead { font-size: 1rem; }
}

@media (max-width: 480px) {
  .hero-copy h1 { font-size: 2.45rem; }
  .credential { align-items: center; gap: 14px; padding: 10px 12px; }
  .credential-icon { width: 64px; height: 64px; }
  .credential p { font-size: 13px; }
  .credential-lead { font-size: 14.5px; }
  .service-card { padding: 18px; }
  .steps { padding: 20px; }
  .page-intro h1, .request-title h1 { font-size: 2.35rem; }
  .page-intro h1.page-title-long { font-size: 2.35rem; }
  .legal-card { padding-inline: 18px; }
  .service-option { grid-template-columns: auto 1fr; }
  .service-option .round-icon { display: none; }
}

/* Homepage desktop composition matched to the final 1024px reference image. */
@media (min-width: 951px) {
  body:has(main .hero) .container {
    width: min(var(--max), calc(100% - 104px));
  }

  body:has(main .hero) .nav-wrap {
    min-height: 86px;
  }

  body:has(main .hero) .brand {
    gap: 8px;
    margin-left: -7px;
  }

  body:has(main .hero) .brand-mark {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }

  body:has(main .hero) .brand-mark img {
    width: 224px;
    height: 52px;
  }

  body:has(main .hero) .brand-name {
    font-size: 1.62rem;
  }

  body:has(main .hero) .brand-subtitle {
    margin-top: 5px;
    font-size: .75rem;
    letter-spacing: .11em;
  }

  body:has(main .hero) .site-nav {
    gap: 36px;
    margin-right: -18px;
  }

  body:has(main .hero) .site-nav a {
    padding: 31px 0 27px;
    font-size: .88rem;
  }

  body:has(main .hero) .site-nav a:hover::after {
    bottom: 18px;
    height: 3px;
  }

  body:has(main .hero) .hero {
    min-height: 491px;
  }

  body:has(main .hero) .hero-grid {
    min-height: 491px;
    grid-template-columns: 46% 54%;
  }

  body:has(main .hero) .hero-copy {
    padding: 20px 18px 12px 0;
    transform: none;
  }

  body:has(main .hero) .hero-copy h1 {
    max-width: 410px;
    margin-bottom: 12px;
    font-size: 35.5px;
    line-height: 1.2;
    letter-spacing: -.015em;
  }

  body:has(main .hero) .hero-rule {
    width: 40px;
    height: 2px;
    margin-bottom: 13px;
  }

  body:has(main .hero) .hero-copy > p {
    max-width: 365px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: -.005em;
    line-height: 1.535;
  }

  body:has(main .hero) .hero-copy .check-list {
    margin: 22px 0 8px;
  }

  body:has(main .hero) .hero-copy .check-list li {
    margin: 4px 0;
    padding-left: 27px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13.2px;
    font-weight: 500;
    letter-spacing: -.005em;
    line-height: 1.38;
  }

  body:has(main .hero) .hero-copy .check-list li::before {
    top: .06em;
    width: 16px;
    height: 16px;
    border-width: 1.4px;
    font-size: 9px;
  }

  body:has(main .hero) .credential {
    width: 350px;
    max-width: 350px;
    min-height: 101px;
    margin-top: 27px;
    gap: 14px;
    padding: 12px 14px;
    border-width: 1px;
    border-radius: 10px;
  }

  body:has(main .hero) .credential-icon {
    width: 68px;
    height: 68px;
  }

  body:has(main .hero) .credential p {
    max-width: 245px;
    color: #17345f;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13.2px;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: -0.005em;
  }

  body:has(main .hero) .credential-lead {
    margin-bottom: 2px;
    font-size: 13.6px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }

  body:has(main .hero) .hero-visual {
    height: 491px;
    margin-left: -20px;
    margin-right: calc((100vw - min(var(--max), calc(100vw - 104px))) / -2);
  }

  body:has(main .hero) .hero-visual img {
    object-fit: fill;
    object-position: center top;
  }

  body:has(main .hero) .hero-visual::after {
    display: block;
    background:
      linear-gradient(to bottom, rgba(255,255,255,0) 88%, rgba(255,255,255,.12) 92%, rgba(255,255,255,.62) 97%, #fff 100%),
      linear-gradient(to right, #fff 0%, #fff 5%, rgba(255,255,255,.9) 8%, rgba(255,255,255,.45) 12%, rgba(255,255,255,0) 18%);
  }

  body:has(main .hero) .services {
    margin-top: 0;
    padding: 0 0 23px;
  }

  body:has(main .hero) .services .section-heading {
    margin-bottom: 8px;
  }

  body:has(main .hero) .services .section-heading h2 {
    width: 690px;
    margin: 0 auto 4px;
    gap: 24px;
    font-size: 25px;
  }

  body:has(main .hero) .services .section-heading h2::before,
  body:has(main .hero) .services .section-heading h2::after {
    transform: translateY(6px);
  }

  body:has(main .hero) .services .section-heading p {
    font-size: .72rem;
  }

  body:has(main .hero) .service-row {
    width: 839px;
    grid-template-columns: 117px 335px 363px;
    gap: 12px;
    margin-bottom: 8px;
  }

  body:has(main .hero) #services .service-row:nth-of-type(3),
  body:has(main .hero) #services .service-row:nth-of-type(4) {
    margin-bottom: 8px;
  }

  body:has(main .hero) #services .service-row:last-child {
    margin-bottom: 0;
  }

  body:has(main .hero) .stage {
    padding: 5px 8px 0 0;
  }

  body:has(main .hero) #services .section-heading + .service-row .stage {
    transform: translateY(-9px);
  }

  body:has(main .hero) .stage-number {
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
    font-size: 1.14rem;
  }

  body:has(main .hero) .stage h3 {
    margin-bottom: 6px;
    font-size: 1.05rem;
    line-height: 1.08;
  }

  body:has(main .hero) .stage p {
    max-width: 90px;
    font-size: .69rem;
    line-height: 1.45;
  }

  body:has(main .hero) #services .service-card,
  body:has(main .hero) #services .section-heading + .service-row .service-card,
  body:has(main .hero) #services .service-row:nth-of-type(4) .service-card {
    min-height: 180px;
    height: 180px;
    padding: 10px 24px 8px;
    border-radius: 10px;
  }

  body:has(main .hero) .service-card-head {
    gap: 14px;
    margin-left: 4px;
  }

  body:has(main .hero) .service-card .round-icon {
    width: 43px;
    height: 43px;
  }

  body:has(main .hero) .service-card .round-icon .line-icon {
    width: 21px;
    height: 21px;
  }

  body:has(main .hero) .service-card h3 {
    font-size: 1rem;
    line-height: 1.08;
  }

  body:has(main .hero) .price {
    font-size: 1.1rem;
    line-height: 1.05;
  }

  body:has(main .hero) .service-card .summary {
    margin: 2px 0 3px;
    font-size: .56rem;
    line-height: 1.25;
  }

  body:has(main .hero) .service-card .check-list {
    margin: 8px 0 5px 22px;
    line-height: 1.2;
  }

  body:has(main .hero) .service-card .check-list li {
    margin: 2px 0;
    padding-left: 22px;
    font-size: .68rem;
    line-height: 1.3;
  }

  body:has(main .hero) .service-card .check-list li::before {
    top: -.14em;
    font-size: .98rem;
  }

  body:has(main .hero) .service-card .button {
    min-height: 26px;
    padding: 2px 12px;
    gap: 7px;
    border-radius: 6px;
    font-size: .72rem;
    font-weight: 500;
  }

  body:has(main .hero) .service-card .button-icon {
    width: 15px;
    height: 15px;
  }

  body:has(main .hero) .how-it-works {
    padding: 0;
  }

  body:has(main .hero) .how-it-works .section-heading {
    z-index: 4;
    transform: translateY(-16px);
  }

  body:has(main .hero) .how-it-works .section-heading h2 {
    font-size: 25px;
  }

  body:has(main .hero) .steps {
    width: 870px;
    min-height: 75px;
    margin: 0 auto;
    padding: 17px 32px 7px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body:has(main .hero) .step {
    gap: 11px;
  }

  body:has(main .hero) .step-num {
    width: 43px;
    height: 43px;
    font-size: 1.4rem;
  }

  body:has(main .hero) .step h3 {
    font-size: .76rem;
  }

  body:has(main .hero) .step p {
    max-width: 190px;
    font-size: .64rem;
    line-height: 1.3;
  }

  body:has(main .hero) .arrow {
    font-size: 1.65rem;
  }

  body:has(main .hero) .benefits {
    height: 132px;
    min-height: 132px;
    margin-top: 9px;
    padding: 14px 10px;
    border-radius: 9px;
  }

  body:has(main .hero) .benefit {
    padding: 0 16px;
  }

  body:has(main .hero) .benefit-icon,
  body:has(main .hero) .benefit-icon .line-icon {
    width: 36px;
    height: 36px;
  }

  body:has(main .hero) .benefit-icon {
    display: grid;
    place-items: center;
    margin: 0 auto;
  }

  body:has(main .hero) .benefit-icon .line-icon {
    color: #f29a1f;
    stroke-width: 1.15;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body:has(main .hero) .benefit h3 {
    margin: 5px 0 2px;
    font-size: .82rem;
  }

  body:has(main .hero) .benefit p {
    font-size: .65rem;
    line-height: 1.32;
  }

  body:has(main .hero) .site-footer {
    min-height: 119.5px;
    padding: 12px 0 5px;
  }

  body:has(main .hero) .footer-grid {
    grid-template-columns: 281px 225px 1fr;
    gap: 56px;
  }

  body:has(main .hero) .footer-brand {
    padding-left: 14px;
  }

  body:has(main .hero) .footer-brand > img {
    width: 170px;
    margin-bottom: 3px;
  }

  body:has(main .hero) .footer-brand p {
    max-width: 220px;
    font-size: .63rem;
  }

  body:has(main .hero) .footer-title {
    margin-bottom: 4px;
    color: #fff;
    font-size: .68rem;
  }

  body:has(main .hero) .footer-links,
  body:has(main .hero) .footer-contact p {
    font-size: .65rem;
    line-height: 1.32;
  }

  body:has(main .hero) .copyright {
    margin-top: 6px;
    font-size: .63rem;
  }
}

/* Package descriptions shown beneath the package names and prices. */
#services .section-heading + .service-row .summary {
  display: block;
}

@media (min-width: 951px) {
  body:has(main .hero) #services .service-card .summary {
    margin: 6px 0 2px;
    color: #17345f;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: .62rem;
    font-weight: 700;
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  body:has(main .hero) #services .service-card .summary {
    margin-top: 7px;
    font-size: .66rem;
  }
}

/* Expand the homepage service grid evenly on wide desktop screens. */
@media (min-width: 1200px) {
  body:has(main .hero) #services .container {
    width: min(1600px, calc(100% - 104px));
    max-width: none;
  }

  body:has(main .hero) .services .section-heading h2 {
    width: min(1200px, 100%);
  }

  body:has(main .hero) .service-row {
    width: 100%;
    grid-template-columns: 140px minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 12px;
  }

  body:has(main .hero) #services .service-row:nth-of-type(3),
  body:has(main .hero) #services .service-row:nth-of-type(4) {
    margin-bottom: 12px;
  }

  body:has(main .hero) #services .service-card,
  body:has(main .hero) #services .section-heading + .service-row .service-card,
  body:has(main .hero) #services .service-row:nth-of-type(4) .service-card {
    min-height: 195px;
    height: 195px;
    padding: 14px 32px 11px;
    border-radius: 12px;
  }

  body:has(main .hero) .service-card-head {
    gap: 17px;
  }

  body:has(main .hero) .service-card .round-icon {
    width: 48px;
    height: 48px;
  }

  body:has(main .hero) .service-card .round-icon .line-icon {
    width: 24px;
    height: 24px;
  }

  body:has(main .hero) .service-card h3 {
    font-size: 1.13rem;
  }

  body:has(main .hero) .price {
    font-size: 1.2rem;
  }

  body:has(main .hero) .service-card .summary {
    font-size: .62rem;
  }

  body:has(main .hero) .service-card .check-list {
    margin-top: 7px;
  }

  body:has(main .hero) .service-card .check-list li {
    font-size: .74rem;
    line-height: 1.3;
  }

  body:has(main .hero) .service-card .button {
    min-height: 29px;
    font-size: .78rem;
  }

  body:has(main .hero) .stage {
    padding-top: 4px;
  }

  body:has(main .hero) .stage-number {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }

  body:has(main .hero) .stage h3 {
    font-size: 1.16rem;
  }

  body:has(main .hero) .stage p {
    max-width: 112px;
    font-size: .76rem;
  }
}

/* Center the two-card group beneath the Our Services heading. */
@media (min-width: 951px) and (max-width: 1199px) {
  body:has(main .hero) .service-row {
    position: relative;
    width: 710px;
    grid-template-columns: 335px 363px;
    margin-inline: auto;
  }

  body:has(main .hero) .service-row .stage {
    position: absolute;
    left: -105px;
    width: 93px;
  }
}

@media (min-width: 1200px) {
  body:has(main .hero) .service-row {
    position: relative;
    width: min(1200px, calc(100% - 276px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
  }

  body:has(main .hero) .service-row .stage {
    position: absolute;
    left: -138px;
    width: 120px;
  }
}

@media (min-width: 951px) {
  body:has(main .hero) .service-row .stage {
    top: 0;
    transform: none;
  }

  body:has(main .hero) .service-row .stage h3,
  body:has(main .hero) .service-row .stage p {
    max-width: 100%;
  }
}

/* Match the homepage How It Works row to the approved visual reference. */
@media (min-width: 951px) {
  body:has(main .hero) .how-it-works .section-heading {
    z-index: 4;
    height: 0;
    margin: 0;
    transform: translateY(-16px);
  }

  body:has(main .hero) .how-it-works .section-heading h2 {
    display: flex;
    width: min(790px, calc(100% - 80px));
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1;
    white-space: nowrap;
  }

  body:has(main .hero) .how-it-works .section-heading h2::before,
  body:has(main .hero) .how-it-works .section-heading h2::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: rgba(255, 144, 0, .86);
  }

  body:has(main .hero) .steps {
    width: min(870px, 100%);
    height: 75px;
    min-height: 75px;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr);
    align-items: center;
    margin: 0 auto;
    padding: 8px 28px;
    border-radius: 9px;
  }

  body:has(main .hero) .step {
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  body:has(main .hero) .step-num {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    padding: 0 0 2px;
    font-size: 1.4rem;
    font-variant-numeric: lining-nums tabular-nums;
    line-height: 1;
    text-align: center;
  }

  body:has(main .hero) .step h3 {
    margin: 0 0 1px;
    font-size: .76rem;
    line-height: 1.25;
  }

  body:has(main .hero) .step:nth-of-type(2) > div {
    transform: translateY(7px);
  }

  body:has(main .hero) .step p {
    max-width: 190px;
    margin: 0;
    color: #17345f;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: .68rem;
    font-weight: 500;
    line-height: 1.3;
  }

  body:has(main .hero) .arrow {
    display: flex;
    width: 56px;
    height: 43px;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--orange);
    font-family: Arial, sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1;
    transform: none;
  }
}

@media (min-width: 1200px) {
  body:has(main .hero) .step p {
    font-size: .74rem;
  }
}

@media (min-width: 951px) {
  body:has(main .hero) .benefit p {
    color: #17345f;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: .74rem;
    font-weight: 500;
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  body:has(main .hero) .benefit p {
    font-size: .74rem;
  }
}

/* Sharp footer brand lockup and balanced footer spacing. */
.footer-brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 7px;
}

.footer-brand-mark {
  position: relative;
  display: block;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  overflow: visible;
}

.footer-brand-mark img {
  content: url("assets/images/footer-logo-mark.png");
  display: block;
  position: static;
  width: 48px;
  max-width: none;
  height: 48px;
  margin: 0;
  object-fit: contain;
}

.footer-brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  min-width: max-content;
  color: #fff;
}

.footer-brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.36rem;
  font-weight: 500;
  line-height: .95;
  letter-spacing: .07em;
}

.footer-brand-subtitle {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .64rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  white-space: nowrap;
}

.footer-contact .contact-line {
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer-mail-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 951px) {
  .site-footer {
    min-height: 145px;
    padding: 14px 0 7px;
  }

  .footer-grid {
    position: relative;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 0;
  }

  .footer-grid > :nth-child(2) {
    position: absolute;
    top: 0;
    left: calc(50% - 35px);
    width: 210px;
    transform: none;
  }

  .footer-grid > :nth-child(3) {
    position: absolute;
    top: 0;
    left: calc(50% + 235px);
    min-width: 240px;
    transform: none;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-brand-mark img {
    width: 48px;
    height: 48px;
  }

  .footer-brand p {
    max-width: 300px;
    font-size: .74rem;
    line-height: 1.38;
  }

  .footer-title {
    margin: 2px 0 6px;
    color: #fff;
    font-size: .78rem;
  }

  .footer-links,
  .footer-contact p {
    font-size: .74rem;
    line-height: 1.42;
  }

  .footer-contact p {
    margin-bottom: 6px;
  }

  .copyright {
    margin-top: 9px;
    font-size: .7rem;
  }
}
