:root {
  --paper: #f6f4ec;
  --paper-deep: #ece9dd;
  --white: #ffffff;
  --ink: #102a2c;
  --pine: #174a42;
  --pine-deep: #0e3833;
  --muted: #607672;
  --mint: #dceee8;
  --lime: #c9ef72;
  --lime-deep: #a9d84c;
  --rust: #c7623d;
  --line: #cbd6cf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.pilot-strip {
  background: var(--ink);
  color: #edf7f2;
  min-height: 31px;
  display: grid;
  place-items: center;
  padding: 7px 20px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-header {
  min-height: 78px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(16, 42, 44, .13);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-size: 23px; font-weight: 850; letter-spacing: -.04em; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; place-items: center; padding: 7px; border-radius: 50%; background: var(--pine); transform: rotate(-8deg); }
.brand-mark i { width: 8px; height: 14px; display: block; border-radius: 50%; background: var(--lime); transform: rotate(-13deg); }
.brand-mark i + i { height: 11px; transform: rotate(14deg); }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 750; }
.site-header nav a { padding: 10px 2px; border-bottom: 2px solid transparent; }
.site-header nav a:hover { border-color: var(--rust); }
.header-status { justify-self: end; border: 1px solid var(--ink); border-radius: 999px; padding: 11px 19px; font-size: 13px; font-weight: 800; }

.hero {
  max-width: 1440px;
  margin: 0 auto;
  padding: 58px 54px 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, .92fr);
  align-items: center;
  gap: 68px;
  min-height: 715px;
}
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--rust); }
.hero h1 { margin: 0; max-width: 680px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 5.35vw, 86px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.hero h1 em { display: block; color: var(--pine); font-style: normal; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: #455f5b; font-size: 19px; line-height: 1.55; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; font-size: 13px; font-weight: 760; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row b { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--pine); }

.eligibility-card { position: relative; overflow: hidden; border-radius: 30px; background: var(--pine); color: white; padding: 31px; box-shadow: 0 25px 60px rgba(16, 42, 44, .18); }
.eligibility-card::before, .eligibility-card::after { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.055); border-radius: 44%; right: -110px; top: -100px; transform: rotate(18deg); }
.eligibility-card::after { width: 190px; height: 190px; top: 195px; right: -95px; transform: rotate(-12deg); }
.case-head { position: relative; display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; }
.case-head p { margin: 0 0 6px; font-family: Georgia, serif; font-size: 27px; letter-spacing: -.02em; }
.case-head span { color: #b7d0ca; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.case-number { padding-top: 8px; }
.eligibility-card form { position: relative; background: var(--white); color: var(--ink); padding: 25px; border-radius: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label, .zip-start label { display: grid; gap: 8px; font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.form-grid input, .form-grid select, .zip-start input { width: 100%; height: 51px; padding: 0 14px; border: 1px solid #c9d5ce; border-radius: 10px; background: #fbfcf9; color: var(--ink); font-size: 15px; text-transform: none; letter-spacing: 0; outline: none; }
.zip-start input { height: 62px; font-size: 18px; padding: 0 18px; border-width: 2px; }
.zip-start p { margin: 12px 2px 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-grid input:focus, .form-grid select:focus, .zip-start input:focus { border-color: var(--pine); box-shadow: 0 0 0 4px rgba(201, 239, 114, .6); }
.eligibility-card button { width: 100%; min-height: 54px; margin-top: 18px; border: 0; border-radius: 10px; background: var(--lime); color: var(--ink); font-weight: 900; cursor: pointer; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.eligibility-card button:hover { transform: translateY(-2px); background: var(--lime-deep); box-shadow: 0 9px 18px rgba(16,42,44,.16); }
.eligibility-card .back-button { width: auto; min-height: auto; margin: 12px auto 0; display: block; padding: 5px 10px; background: transparent; color: var(--muted); font-size: 11px; box-shadow: none; }
.eligibility-card .back-button:hover { transform: none; background: var(--mint); box-shadow: none; }
.eligibility-card button:focus-visible, .header-status:focus-visible, a:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }
.form-disclosure { margin: 13px 4px 0; color: #667874; font-size: 10px; line-height: 1.5; }
.form-status { min-height: 17px; margin: 8px 4px 0; color: #984624; font-size: 11px; font-weight: 750; }
.logic-trail { position: relative; display: flex; justify-content: center; align-items: center; gap: 9px; margin-top: 22px; color: #c4d9d4; font-size: 10px; }
.logic-trail span { border: 1px solid rgba(255,255,255,.2); border-radius: 6px; padding: 7px 10px; }
.logic-trail b { color: var(--lime); }

.decision-band { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.decision-band article { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 28px 32px; background: rgba(255,255,255,.32); }
.decision-band article + article { border-left: 1px solid var(--line); }
.decision-band span { color: var(--rust); font-family: Georgia, serif; font-size: 12px; }
.decision-band b { display: block; margin-bottom: 7px; font-size: 14px; }
.decision-band p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.process-section, .pest-section, .expectations, .launch-note, footer { max-width: 1440px; margin: 0 auto; }
.process-section { padding: 92px 54px; border-top: 1px solid rgba(16,42,44,.13); }
.section-heading { display: grid; grid-template-columns: .45fr 1.1fr; gap: 60px; align-items: start; margin-bottom: 48px; }
.section-heading > p { margin: 7px 0 0; color: var(--rust); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.section-heading h2, .expectations h2, .launch-note h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; letter-spacing: -.035em; font-size: clamp(40px, 4vw, 59px); line-height: 1.02; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.steps article { padding: 31px; min-height: 206px; background: rgba(255,255,255,.38); }
.steps article + article { border-left: 1px solid var(--line); }
.steps article > span { font-family: Georgia, serif; color: var(--rust); font-size: 13px; }
.steps h3 { margin: 38px 0 10px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }

.pest-section { padding: 90px 54px; background: var(--ink); color: white; }
.pest-section .section-heading { grid-template-columns: .35fr .85fr .55fr; }
.pest-section .section-heading > p { color: var(--lime); }
.field-note { border-left: 2px solid var(--rust); padding-left: 18px; color: #bdd0cc; font-size: 13px; line-height: 1.5; }
.pest-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.pest-grid article { display: grid; grid-template-columns: 68px 1fr auto; gap: 18px; align-items: center; min-height: 122px; padding: 20px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.pest-grid h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.pest-grid p { margin: 0; color: #aac1bc; font-size: 11px; line-height: 1.45; }
.pest-grid article > span { color: var(--lime); }
.specimen { position: relative; width: 58px; height: 58px; border-radius: 50%; background: #204e49; border: 1px dashed #4b766f; display: grid; place-items: center; }
.specimen i { display: block; position: absolute; width: 9px; height: 22px; background: var(--lime); border-radius: 60% 40%; transform: rotate(30deg); opacity: .9; }
.specimen i:nth-child(2) { width: 6px; height: 16px; transform: translate(-12px, 10px) rotate(-50deg); background: var(--rust); }
.specimen i:nth-child(3) { width: 5px; height: 5px; transform: translate(11px, -12px); border-radius: 50%; }
.specimen-2 i { transform: rotate(90deg); }.specimen-3 i { height: 28px; transform: rotate(-15deg); }.specimen-4 i { border-radius: 2px 70%; }.specimen-5 i { width: 18px; height: 12px; }.specimen-6 i { background: var(--mint); }

.expectations { padding: 100px 54px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.expectation-list { border-top: 1px solid var(--line); }
.expectation-list article { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.expectation-list b { font-size: 14px; }
.expectation-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.launch-note { margin-top: 12px; padding: 47px 54px; background: var(--lime); display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.launch-note span { font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.launch-note h2 { margin-top: 13px; font-size: clamp(34px, 3.1vw, 48px); }
.launch-note p { margin: 0; line-height: 1.6; font-size: 14px; }

.call-ready { max-width: 1440px; margin: 0 auto; padding: 100px 54px; background: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.call-ready h2, .faq-section h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; letter-spacing: -.035em; font-size: clamp(38px, 3.5vw, 54px); line-height: 1.03; }
.call-checklist { border-top: 1px solid var(--line); }
.call-checklist article { display: grid; grid-template-columns: 62px 180px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: start; }
.call-checklist span { color: var(--rust); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.call-checklist b { font-size: 14px; }
.call-checklist p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.conversion-cta { grid-column: 2; width: fit-content; display: inline-flex; gap: 50px; align-items: center; margin-top: -38px; padding: 15px 19px; border-radius: 8px; background: var(--ink); color: white; font-size: 13px; font-weight: 850; }
.conversion-cta span { color: var(--lime); }

.faq-section { max-width: 1440px; margin: 0 auto; padding: 95px 54px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 15px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--rust); font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 13px 36px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.mobile-sticky-cta { display: none; }

/* Marketplace home */
.hub-hero { max-width: 1440px; margin: 0 auto; padding: 82px 54px 90px; display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; min-height: 680px; }
.hub-hero h1, .insurance-hero h1 { margin: 0; max-width: 790px; font-family: Georgia, serif; font-size: clamp(60px, 6vw, 92px); line-height: .97; font-weight: 500; letter-spacing: -.055em; }
.hub-hero h1 em, .insurance-hero h1 em { display: block; color: var(--pine); font-style: normal; }
.hub-hero > div > p:last-of-type, .insurance-hero > div > p:last-of-type { max-width: 700px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.hub-primary-cta { margin-top: 24px; width: fit-content; display: flex; align-items: center; gap: 50px; padding: 16px 20px; border-radius: 8px; background: var(--ink); color: white; font-size: 14px; font-weight: 850; }
.hub-primary-cta span { color: var(--lime); }
.hub-index { border-radius: 28px; overflow: hidden; background: var(--ink); color: white; box-shadow: 0 26px 60px rgba(16,42,44,.18); }
.hub-index-head { padding: 25px 27px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.hub-index-head p { margin: 0; font-family: Georgia, serif; font-size: 25px; }
.hub-index-head span { color: #b7d0ca; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hub-index > a { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 18px; padding: 26px 27px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hub-index > a:hover { background: var(--pine); }
.hub-index > a > span { color: var(--lime); font-family: Georgia, serif; font-size: 12px; }
.hub-index b { display: block; margin-bottom: 5px; font-size: 18px; }.hub-index small { color: #b7d0ca; font-size: 11px; }.hub-index i { color: var(--lime); font-style: normal; }
.hub-index-note { padding: 22px 27px; color: #aac1bc; font-size: 11px; line-height: 1.55; }

.service-directory, .hub-process, .hub-standards { max-width: 1440px; margin: 0 auto; padding: 100px 54px; }
.service-directory { background: var(--white); }
.service-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-card { position: relative; min-height: 520px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(16,42,44,.12); }
.pest-card { background: var(--pine); color: white; }.insurance-card { background: #e7edf3; color: #20334a; }
.service-status { display: inline-block; padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.service-symbol { margin: 58px 0 25px; width: 82px; height: 82px; }.insurance-card .house-symbol { margin: 58px 0 25px; }
.service-card h3 { margin: 0; font-family: Georgia, serif; font-size: 43px; font-weight: 500; letter-spacing: -.035em; }
.service-card > p { max-width: 570px; min-height: 64px; color: inherit; opacity: .75; line-height: 1.55; font-size: 14px; }
.service-card ul { margin: 28px 0 40px; padding: 0; list-style: none; display: grid; gap: 10px; font-size: 12px; }
.service-card li::before { content: "✓"; margin-right: 9px; color: var(--lime); font-weight: 900; }.insurance-card li::before { color: #2874a6; }
.service-card > b { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid currentColor; font-size: 13px; }
.house-symbol { position: relative; width: 80px; height: 64px; border: 2px solid currentColor; border-top: 0; transform: translateY(12px); }
.house-symbol::before { content: ""; position: absolute; width: 55px; height: 55px; border-left: 2px solid currentColor; border-top: 2px solid currentColor; transform: rotate(45deg); left: 10px; top: -29px; }
.house-symbol i { position: absolute; width: 18px; height: 32px; border: 2px solid currentColor; left: 30px; bottom: 0; }

.hub-process { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; background: var(--ink); color: white; }
.hub-process h2, .hub-standards h2, .insurance-prepare h2, .insurance-questions h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; letter-spacing: -.04em; font-size: clamp(42px, 4vw, 60px); line-height: 1.02; }
.hub-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.17); }
.hub-process-grid article { padding: 27px; min-height: 270px; }.hub-process-grid article + article { border-left: 1px solid rgba(255,255,255,.17); }
.hub-process-grid span { color: var(--lime); font-family: Georgia, serif; font-size: 12px; }.hub-process-grid h3 { margin: 80px 0 11px; font-size: 16px; }.hub-process-grid p { margin: 0; color: #aac1bc; font-size: 12px; line-height: 1.55; }
.hub-standards { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.standards-list { border-top: 1px solid var(--line); }.standards-list article { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 25px 0; border-bottom: 1px solid var(--line); }.standards-list b { font-size: 14px; }.standards-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.hub-footer { max-width: 1440px; margin: 0 auto; }

/* Home insurance */
.insurance-strip { min-height: 31px; display: grid; place-items: center; padding: 7px 20px; background: #20334a; color: white; text-align: center; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.insurance-page { --insurance: #20334a; --insurance-blue: #2d6f9f; background: #f2f4f5; color: var(--insurance); }
.insurance-page .brand-mark { background: var(--insurance); }.insurance-page .brand-mark i { background: #9bc9e4; }
.back-to-services { display: inline-block; margin-bottom: 44px; font-size: 12px; font-weight: 800; }
.insurance-hero { max-width: 1440px; margin: 0 auto; min-height: 720px; padding: 55px 54px 80px; display: grid; grid-template-columns: 1fr .8fr; gap: 88px; align-items: center; }
.insurance-hero h1 em { color: var(--insurance-blue); }.insurance-page .eyebrow span { background: var(--insurance-blue); }
.insurance-file { padding: 30px; border-radius: 25px; background: var(--insurance); color: white; box-shadow: 0 25px 55px rgba(32,51,74,.18); }
.insurance-file-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 30px; }.insurance-file-head p { margin: 0; font-family: Georgia, serif; font-size: 27px; }.insurance-file-head span { color: #afc7d7; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.house-diagram { position: relative; height: 150px; margin: 0 0 25px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(135deg, rgba(155,201,228,.12), transparent); }
.house-diagram::before { content: ""; position: absolute; left: calc(50% - 52px); top: 45px; width: 104px; height: 70px; border: 2px solid #9bc9e4; border-top: 0; }
.house-diagram::after { content: ""; position: absolute; left: calc(50% - 38px); top: 24px; width: 74px; height: 74px; border-left: 2px solid #9bc9e4; border-top: 2px solid #9bc9e4; transform: rotate(45deg); }
.insurance-file ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }.insurance-file li { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 11px; }.insurance-file li span { color: #afc7d7; }.insurance-file > a { margin-top: 22px; display: flex; justify-content: space-between; padding: 14px 16px; border-radius: 7px; background: #9bc9e4; color: var(--insurance); font-size: 12px; font-weight: 850; }
.coverage-basics, .insurance-prepare, .insurance-questions { max-width: 1440px; margin: 0 auto; padding: 100px 54px; }
.coverage-basics { background: white; }.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ccd5dc; border-left: 1px solid #ccd5dc; }.coverage-grid article { min-height: 260px; padding: 27px; border-right: 1px solid #ccd5dc; border-bottom: 1px solid #ccd5dc; }.coverage-grid span { color: var(--insurance-blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.coverage-grid h3 { margin: 75px 0 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }.coverage-grid p { margin: 0; color: #65717c; font-size: 12px; line-height: 1.55; }
.insurance-prepare, .insurance-questions { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }.insurance-prepare > div > p:last-child { color: #65717c; line-height: 1.55; }
.prepare-list { border-top: 1px solid #ccd5dc; }.prepare-list article { display: grid; grid-template-columns: 40px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid #ccd5dc; }.prepare-list article > span { color: var(--insurance-blue); font-family: Georgia, serif; font-size: 12px; }.prepare-list b { font-size: 14px; }.prepare-list p { margin: 7px 0 0; color: #65717c; font-size: 12px; line-height: 1.55; }
.insurance-questions { background: var(--insurance); color: white; }.insurance-questions .faq-list { border-color: rgba(255,255,255,.2); }.insurance-questions .faq-list details { border-color: rgba(255,255,255,.2); }.insurance-questions .faq-list p { color: #afc7d7; }.insurance-questions .faq-list summary::after { color: #9bc9e4; }
.insurance-disclosure { max-width: 1440px; margin: 0 auto; padding: 35px 54px; display: grid; grid-template-columns: 120px 1fr; gap: 30px; background: #dfe8ee; color: var(--insurance); }.insurance-disclosure b { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }.insurance-disclosure p { margin: 0; font-size: 12px; line-height: 1.6; }

/* Expanded service directory */
.aca-card { background: #dceff0; color: #123f46; }
.final-card { background: #4b3046; color: #fff8ed; }
.auto-card { background: #f3c762; color: #253246; }
.ssdi-card { background: #294e75; color: #f4f7fb; }
.aca-card li::before { color: #168b8d; }.final-card li::before { color: #f2b66d; }.auto-card li::before { color: #244d6b; }.ssdi-card li::before { color: #a8d8ea; }
.service-glyph { position: relative; width: 82px; height: 82px; margin: 58px 0 25px; border: 2px solid currentColor; border-radius: 24px; opacity: .9; }
.glyph-cross::before, .glyph-cross::after { content: ""; position: absolute; left: 50%; top: 50%; background: currentColor; transform: translate(-50%, -50%); border-radius: 3px; }.glyph-cross::before { width: 42px; height: 12px; }.glyph-cross::after { width: 12px; height: 42px; }
.glyph-ring { border-radius: 50%; }.glyph-ring::before { content: ""; position: absolute; inset: 16px; border: 2px solid currentColor; border-radius: 50%; }.glyph-ring i { position: absolute; width: 2px; height: 30px; left: 39px; top: 24px; background: currentColor; transform: rotate(38deg); }
.glyph-road::before { content: ""; position: absolute; width: 28px; height: 64px; left: 25px; top: 7px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; transform: perspective(60px) rotateX(12deg); }.glyph-road i { position: absolute; width: 2px; height: 12px; left: 39px; top: 14px; background: currentColor; box-shadow: 0 22px 0 currentColor, 0 44px 0 currentColor; }
.glyph-record::before, .glyph-record::after, .glyph-record i { content: ""; position: absolute; left: 19px; right: 19px; height: 2px; background: currentColor; }.glyph-record::before { top: 23px; }.glyph-record i { top: 39px; }.glyph-record::after { top: 55px; }

/* Shared education guides */
.guide-page { --guide-ink: #153e45; --guide-accent: #12888a; --guide-pale: #dceff0; --guide-paper: #f4f7f5; background: var(--guide-paper); color: var(--guide-ink); }
.guide-aca { --guide-ink: #123f46; --guide-accent: #168b8d; --guide-pale: #cde8e9; --guide-paper: #f2f7f6; }
.guide-final-expense { --guide-ink: #4b3046; --guide-accent: #b66c4b; --guide-pale: #f0dfd4; --guide-paper: #fbf7f1; }
.guide-auto { --guide-ink: #253246; --guide-accent: #c88920; --guide-pale: #f3d894; --guide-paper: #f7f5ee; }
.guide-ssdi { --guide-ink: #294e75; --guide-accent: #397e9e; --guide-pale: #d7e7ef; --guide-paper: #f3f6f8; }
.guide-strip { min-height: 31px; display: grid; place-items: center; padding: 7px 20px; background: var(--guide-ink); color: white; text-align: center; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.guide-page .brand-mark { background: var(--guide-ink); }.guide-page .brand-mark i { background: var(--guide-pale); }.guide-page .eyebrow span { background: var(--guide-accent); }
.guide-hero { max-width: 1440px; min-height: 720px; margin: 0 auto; padding: 58px 54px 84px; display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 88px; }
.guide-hero h1 { margin: 0; max-width: 800px; font-family: Georgia, serif; font-size: clamp(58px, 5.6vw, 88px); line-height: .98; font-weight: 500; letter-spacing: -.055em; }.guide-hero h1 em { display: block; color: var(--guide-accent); font-style: normal; }
.guide-hero-copy > p:not(.eyebrow) { max-width: 720px; color: color-mix(in srgb, var(--guide-ink) 67%, white); font-size: 18px; line-height: 1.65; }
.guide-file { padding: 30px; border-radius: 26px; background: var(--guide-ink); color: white; box-shadow: 0 28px 60px color-mix(in srgb, var(--guide-ink) 18%, transparent); }
.guide-file-head { display: flex; justify-content: space-between; align-items: start; gap: 18px; }.guide-file-head p { margin: 0; font-family: Georgia, serif; font-size: 28px; }.guide-file-head span { color: color-mix(in srgb, var(--guide-pale) 78%, white); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.guide-signal { position: relative; height: 135px; margin: 25px 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(135deg, color-mix(in srgb, var(--guide-accent) 24%, transparent), transparent); }.guide-signal::before { content: ""; position: absolute; left: 12%; right: 12%; top: 50%; height: 2px; background: var(--guide-pale); }.guide-signal i { position: absolute; top: calc(50% - 7px); width: 14px; height: 14px; border: 2px solid var(--guide-pale); border-radius: 50%; background: var(--guide-ink); }.guide-signal i:nth-child(1) { left: 14%; }.guide-signal i:nth-child(2) { left: calc(50% - 7px); }.guide-signal i:nth-child(3) { right: 14%; }
.guide-file ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }.guide-file li { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 11px; }.guide-file li span { color: color-mix(in srgb, var(--guide-pale) 78%, white); }.guide-file > a { margin-top: 22px; display: flex; justify-content: space-between; padding: 14px 16px; border-radius: 7px; background: var(--guide-pale); color: var(--guide-ink); font-size: 12px; font-weight: 850; }
.guide-basics, .guide-prepare, .guide-questions { max-width: 1440px; margin: 0 auto; padding: 100px 54px; }.guide-basics { background: white; }
.guide-basics-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid color-mix(in srgb, var(--guide-ink) 25%, white); border-left: 1px solid color-mix(in srgb, var(--guide-ink) 25%, white); }.guide-basics-grid article { min-height: 280px; padding: 27px; border-right: 1px solid color-mix(in srgb, var(--guide-ink) 25%, white); border-bottom: 1px solid color-mix(in srgb, var(--guide-ink) 25%, white); }.guide-basics-grid span { color: var(--guide-accent); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.guide-basics-grid h3 { margin: 78px 0 12px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }.guide-basics-grid p { margin: 0; color: color-mix(in srgb, var(--guide-ink) 69%, white); font-size: 12px; line-height: 1.6; }
.guide-prepare, .guide-questions { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }.guide-prepare h2, .guide-questions h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 4vw, 60px); line-height: 1.02; font-weight: 500; letter-spacing: -.04em; }.guide-prepare > div > p:last-child { color: color-mix(in srgb, var(--guide-ink) 68%, white); line-height: 1.6; }
.guide-page .prepare-list { border-color: color-mix(in srgb, var(--guide-ink) 23%, white); }.guide-page .prepare-list article { border-color: color-mix(in srgb, var(--guide-ink) 23%, white); }.guide-page .prepare-list article > span { color: var(--guide-accent); }.guide-page .prepare-list p { color: color-mix(in srgb, var(--guide-ink) 68%, white); }
.guide-questions { background: var(--guide-ink); color: white; }.guide-questions .faq-list, .guide-questions .faq-list details { border-color: rgba(255,255,255,.2); }.guide-questions .faq-list p { color: color-mix(in srgb, var(--guide-pale) 78%, white); }.guide-questions .faq-list summary::after { color: var(--guide-pale); }
.official-link { width: fit-content; margin-top: 32px; display: flex; align-items: center; gap: 25px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 7px; color: white; font-size: 12px; font-weight: 800; }.official-link span { color: var(--guide-pale); }
.guide-disclosure { max-width: 1440px; margin: 0 auto; padding: 36px 54px; display: grid; grid-template-columns: 120px 1fr; gap: 30px; background: var(--guide-pale); }.guide-disclosure b { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }.guide-disclosure p { margin: 0; font-size: 12px; line-height: 1.65; }

/* Lead capture */
.lead-capture-section { max-width: 1440px; margin: 0 auto; padding: 100px 54px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; background: var(--white); color: var(--ink); }
.lead-capture-section h2 { margin: 0; max-width: 520px; font-family: Georgia, serif; font-size: clamp(42px, 4vw, 60px); line-height: 1.03; font-weight: 500; letter-spacing: -.04em; }
.lead-capture-section > div > p:last-child { max-width: 520px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.lead-capture-form { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.lead-capture-form label { display: grid; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 800; }.lead-capture-form label small { color: var(--muted); font-weight: 500; }
.lead-capture-form input { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #bbc9c2; border-radius: 7px; outline: 0; background: white; color: var(--ink); }.lead-capture-form input:focus { border-color: var(--pine); box-shadow: 0 0 0 3px rgba(23,74,66,.1); }
.lead-capture-form .lead-consent { grid-column: 1 / -1; display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; color: var(--muted); font-size: 10px; line-height: 1.5; font-weight: 500; }.lead-consent input { min-height: 0; width: 17px; height: 17px; margin: 1px 0 0; }
.lead-capture-form button { grid-column: 1 / -1; min-height: 49px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 7px; background: var(--ink); color: white; font-size: 12px; font-weight: 850; }.lead-capture-form button span { color: var(--lime); }.lead-capture-form button:disabled { opacity: .68; cursor: wait; }
.lead-form-status { grid-column: 1 / -1; min-height: 18px; margin: 0; color: var(--pine); font-size: 11px; font-weight: 750; }
.lead-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.detailed-fields .detailed-consent { grid-column: 1 / -1; display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 10px; line-height: 1.5; font-weight: 500; }.detailed-fields .detailed-consent input { min-height: 0; width: 17px; height: 17px; margin-top: 1px; }

footer { padding: 70px 54px 34px; display: grid; grid-template-columns: 1.6fr .6fr .6fr; gap: 55px; border-bottom: 18px solid var(--ink); }
.footer-brand p { max-width: 340px; color: var(--muted); line-height: 1.55; font-size: 13px; }
footer h3 { margin: 6px 0 18px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
footer > div:not(.footer-brand):not(.footer-legal) { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.footer-legal { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 35px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }
.footer-legal p { margin: 0; }
.copyright { grid-column: 1 / -1; margin: 4px 0 0; color: var(--muted); font-size: 11px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .eligibility-card { max-width: 720px; }
  .pest-grid { grid-template-columns: 1fr 1fr; }
  .section-heading, .pest-section .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .decision-band { grid-template-columns: 1fr; }
  .decision-band article + article { border-left: 0; border-top: 1px solid var(--line); }
  .call-ready, .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .conversion-cta { grid-column: 1; margin-top: -20px; }
  .hub-hero, .insurance-hero { grid-template-columns: 1fr; }
  .hub-index, .insurance-file { max-width: 760px; }
  .hub-process, .hub-standards, .insurance-prepare, .insurance-questions, .lead-capture-section { grid-template-columns: 1fr; gap: 45px; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .guide-hero { grid-template-columns: 1fr; }.guide-file { max-width: 760px; }
  .guide-prepare, .guide-questions { grid-template-columns: 1fr; gap: 45px; }.guide-basics-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .pilot-strip { font-size: 9px; }
  .site-header { padding: 0 18px; min-height: 68px; }
  .header-status { font-size: 11px; padding: 9px 12px; }
  .brand { font-size: 20px; }.brand-mark { width: 30px; height: 30px; }
  .hero, .process-section, .pest-section, .expectations, .launch-note, footer { padding-left: 18px; padding-right: 18px; }
  .hero { min-height: auto; padding-top: 48px; gap: 42px; }
  .hero h1 { font-size: clamp(48px, 14vw, 67px); }
  .hero-lede { font-size: 17px; }
  .eligibility-card { padding: 18px; border-radius: 22px; }
  .case-head p { font-size: 23px; }
  .eligibility-card form { padding: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps article + article { border-left: 0; border-top: 1px solid var(--line); }
  .pest-grid { grid-template-columns: 1fr; }
  .expectations { grid-template-columns: 1fr; gap: 45px; }
  .expectation-list article { grid-template-columns: 1fr; gap: 8px; }
  .launch-note { grid-template-columns: 1fr; gap: 30px; }
  .call-ready, .faq-section { padding-left: 18px; padding-right: 18px; }
  .call-checklist article { grid-template-columns: 55px 1fr; }
  .call-checklist p { grid-column: 2; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-legal, .copyright { grid-column: 1 / -1; }
  .footer-legal { grid-template-columns: 1fr; }
  .mobile-sticky-cta { position: fixed; z-index: 30; left: 12px; right: 12px; bottom: 12px; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border-radius: 11px; background: var(--lime); color: var(--ink); box-shadow: 0 10px 30px rgba(16,42,44,.3); font-size: 14px; font-weight: 900; }
  body { padding-bottom: 70px; }
  .hub-hero, .service-directory, .hub-process, .hub-standards, .insurance-hero, .coverage-basics, .insurance-prepare, .insurance-questions, .insurance-disclosure { padding-left: 18px; padding-right: 18px; }
  .hub-hero h1, .insurance-hero h1 { font-size: clamp(49px, 14vw, 66px); }
  .service-cards { grid-template-columns: 1fr; }.service-card { min-height: 490px; padding: 25px; }.service-card h3 { font-size: 36px; }
  .hub-process-grid { grid-template-columns: 1fr; }.hub-process-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.17); }.hub-process-grid article { min-height: 190px; }.hub-process-grid h3 { margin-top: 45px; }
  .standards-list article { grid-template-columns: 1fr; gap: 8px; }
  .coverage-grid { grid-template-columns: 1fr; }.coverage-grid article { min-height: 220px; }.coverage-grid h3 { margin-top: 50px; }
  .insurance-disclosure { grid-template-columns: 1fr; gap: 12px; }
  .guide-hero, .guide-basics, .guide-prepare, .guide-questions, .guide-disclosure, .lead-capture-section { padding-left: 18px; padding-right: 18px; }
  .guide-hero { min-height: auto; padding-top: 48px; gap: 44px; }.guide-hero h1 { font-size: clamp(48px, 13vw, 65px); }.guide-basics-grid { grid-template-columns: 1fr; }.guide-basics-grid article { min-height: 225px; }.guide-basics-grid h3 { margin-top: 52px; }.guide-disclosure { grid-template-columns: 1fr; gap: 12px; }
  .lead-capture-form { grid-template-columns: 1fr; padding: 20px; }.lead-capture-form .lead-consent, .lead-capture-form button, .lead-form-status { grid-column: 1; }
}

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