:root {
  --ink: #052f35;
  --navy: #063d42;
  --teal: #0c9e86;
  --teal-bright: #18b69c;
  --teal-pale: #dff6f1;
  --gold: #f2ad16;
  --cream: #f7fbfa;
  --white: #ffffff;
  --muted: #5a6f70;
  --line: #cfe2df;
  --shadow: 0 24px 70px rgba(5, 47, 53, .13);
  --radius: 18px;
  --wrap: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; background: var(--white); padding: 12px 18px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(207,226,223,.8); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: min(430px, 44vw); }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .94rem; }
.site-nav a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { color: var(--white); background: var(--navy); padding: 11px 18px; border-radius: 999px; }
.nav-cta:hover { background: var(--teal); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { overflow: hidden; background: linear-gradient(135deg, #f3fbf9 0%, #fff 58%, #fef8e8 100%); position: relative; }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; right: -230px; top: -260px; border: 90px solid rgba(12,158,134,.07); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-top: 70px; padding-bottom: 84px; position: relative; }
.eyebrow { margin: 0 0 18px; color: var(--teal); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 3px; background: var(--gold); border-radius: 99px; }
h1,h2,h3 { font-family: "Manrope", sans-serif; line-height: 1.1; margin-top: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.45rem); max-width: 760px; margin-bottom: 28px; }
h2 { font-size: clamp(2.25rem, 4vw, 3.65rem); margin-bottom: 22px; }
h3 { font-size: 1.45rem; }
.hero-lead { font-size: 1.16rem; color: var(--muted); max-width: 650px; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border-radius: 10px; border: 1px solid transparent; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--teal); box-shadow: 0 10px 24px rgba(12,158,134,.22); }
.button-primary:hover { background: #078873; }
.button-secondary { background: var(--white); border-color: var(--line); }
.button-secondary:hover { border-color: var(--teal); }
.button-gold { background: var(--gold); color: var(--ink); white-space: nowrap; }
.trust-row { margin-top: 35px; display: flex; gap: 20px; flex-wrap: wrap; color: #385a5b; font-size: .9rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }

.hero-panel { background: var(--navy); color: var(--white); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); transform: rotate(1.25deg); position: relative; }
.hero-panel::after { content: ""; position: absolute; inset: 12px -12px -12px 12px; border: 1px solid rgba(12,158,134,.4); border-radius: 28px; z-index: -1; }
.panel-topline { display: flex; align-items: center; justify-content: space-between; color: #b9d5d3; font-size: .83rem; font-weight: 700; padding: 0 2px 18px; }
.status { color: #b7f5e8; border: 1px solid rgba(183,245,232,.35); border-radius: 999px; padding: 4px 9px; }
.claim-card { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; padding: 18px; margin-bottom: 12px; }
.accent-card { background: rgba(12,158,134,.25); }
.claim-heading { display: flex; gap: 14px; align-items: center; }
.claim-icon { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: var(--gold); background: rgba(242,173,22,.12); font-weight: 800; font-size: .85rem; }
.claim-heading strong, .claim-heading small { display: block; }
.claim-heading small { color: #b9d5d3; margin-top: 3px; line-height: 1.4; }
.claim-meter { height: 5px; margin-top: 17px; background: rgba(255,255,255,.1); border-radius: 99px; overflow: hidden; }
.claim-meter span { display: block; height: 100%; background: linear-gradient(90deg, var(--teal-bright), var(--gold)); border-radius: inherit; }
.panel-footer { color: #b9d5d3; font-size: .84rem; margin-top: 19px; display: flex; align-items: center; gap: 8px; }
.signal { width: 8px; height: 8px; background: var(--teal-bright); border-radius: 50%; box-shadow: 0 0 0 5px rgba(24,182,156,.15); }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.4fr .6fr; gap: 72px; align-items: end; }
.split-heading > p { color: var(--muted); margin: 0 0 7px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: stretch; }
.service-card { position: relative; grid-column: span 2; border: 1px solid var(--line); border-radius: var(--radius); padding: 31px; background: var(--white); display: flex; flex-direction: column; }
.service-card.featured { border: 2px solid var(--teal); box-shadow: 0 18px 55px rgba(5,47,53,.1); }
.popular { position: absolute; top: 0; right: 24px; transform: translateY(-50%); background: var(--gold); border-radius: 999px; padding: 5px 12px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-number { color: #b5d1cd; font: 800 2rem/1 "Manrope", sans-serif; margin-bottom: 30px; }
.service-label { color: var(--teal); text-transform: uppercase; font-size: .75rem; font-weight: 800; letter-spacing: .13em; margin: 0 0 5px; }
.service-card h3 { font-size: 1.7rem; margin-bottom: 18px; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 0 0 12px; }
.price strong { font: 800 2.25rem/1 "Manrope", sans-serif; }
.price span { color: var(--muted); }
.recovery-price strong { font-size: 1.55rem; line-height: 1.15; }
.pricing-method { color: #087461 !important; font-size: .9rem; font-weight: 700; margin: -3px 0 12px; }
.service-card > p:not(.service-label):not(.price) { color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 13px 0 24px; }
.service-card li { padding: 8px 0 8px 25px; position: relative; border-bottom: 1px solid #edf4f2; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }
.text-button { border: 0; background: transparent; padding: 0; color: var(--teal); font-weight: 800; text-align: left; cursor: pointer; margin-top: auto; }
.text-button:hover { color: var(--ink); }
.text-button span { padding-left: 5px; }
.rcm-banner { margin-top: 30px; padding: 42px; color: var(--white); background: var(--navy); border-radius: var(--radius); display: flex; gap: 44px; justify-content: space-between; align-items: center; overflow: hidden; position: relative; }
.rcm-banner::after { content: "M"; position: absolute; right: 160px; top: -80px; color: rgba(255,255,255,.035); font: 800 16rem/1 "Manrope", sans-serif; }
.rcm-banner > * { position: relative; z-index: 1; }
.rcm-banner h3 { font-size: 2rem; margin-bottom: 10px; }
.rcm-banner p:last-child { color: #c7dbda; max-width: 760px; margin-bottom: 0; }
.eyebrow.light { color: #a6eee0; }
.pricing-note { color: var(--muted); font-size: .88rem; text-align: center; margin: 18px 0 0; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 92px; align-items: start; }
.process-intro { position: sticky; top: 130px; }
.process-intro > p:not(.eyebrow) { color: var(--muted); }
.inline-link { font-weight: 800; color: var(--teal); text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--white); color: var(--teal); font-weight: 800; box-shadow: 0 6px 20px rgba(5,47,53,.06); }
.steps h3 { margin: 3px 0 7px; }
.steps p { margin: 0; color: var(--muted); }

.about-grid { display: grid; grid-template-columns: .45fr 1.1fr; gap: 90px; align-items: center; }
.about-mark { aspect-ratio: 1; max-width: 380px; border-radius: 36px; display: grid; place-items: center; align-content: center; background: linear-gradient(145deg, var(--navy), #075d60); color: var(--white); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.about-mark::before { content: ""; position: absolute; width: 180px; height: 180px; border: 34px solid rgba(24,182,156,.3); border-radius: 50%; right: -70px; top: -50px; }
.about-mark::after { content: ""; position: absolute; width: 140px; height: 140px; border: 28px solid rgba(242,173,22,.24); border-radius: 50%; left: -65px; bottom: -48px; }
.about-mark span { font: 800 clamp(4rem, 8vw, 7rem)/1 "Manrope", sans-serif; letter-spacing: -.08em; }
.about-mark small { color: var(--gold); letter-spacing: .35em; margin-left: .35em; font-weight: 800; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.experience-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.experience-list span { background: var(--teal-pale); color: #087461; padding: 8px 13px; border-radius: 999px; font-weight: 700; font-size: .88rem; }

.request { background: var(--navy); color: var(--white); }
.request-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; align-items: start; }
.request-copy { position: sticky; top: 130px; }
.request-copy > p:not(.eyebrow) { color: #c7dbda; font-size: 1.08rem; }
.contact-cards { display: grid; gap: 10px; margin-top: 34px; }
.contact-cards a { display: flex; justify-content: space-between; gap: 12px; text-decoration: none; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-cards span { color: #9cbebc; }
.contact-cards strong { font-size: .92rem; }
.quote-form { background: var(--white); color: var(--ink); border-radius: 24px; padding: 34px; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 17px; font-weight: 700; font-size: .92rem; }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 12px 13px; color: var(--ink); background: #fbfdfc; outline: none; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(12,158,134,.12); }
.quote-form textarea { resize: vertical; min-height: 130px; }
.compact-row { align-items: end; }
.rush-label { min-height: 50px; display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 11px !important; border: 1px solid var(--line); border-radius: 9px; padding: 9px 12px; }
.rush-label input, .consent input { width: 18px; height: 18px; accent-color: var(--teal); }
.rush-label span { display: grid; line-height: 1.25; }
.rush-label small { color: var(--muted); font-weight: 500; }
.estimate { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 15px; background: var(--teal-pale); border-radius: 9px; margin: 0 0 18px; color: #087461; }
.estimate span { font-size: .87rem; font-weight: 700; }
.estimate strong { font-size: 1.08rem; }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; color: var(--muted); font-weight: 500 !important; font-size: .83rem !important; }
.consent input { flex: 0 0 auto; margin-top: 2px; }
.full-width { width: 100%; }
.form-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .78rem; }

.site-footer { background: #03292d; color: var(--white); padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; }
.footer-grid strong { font-family: "Manrope", sans-serif; }
.footer-grid p { color: #91afad; margin: 2px 0 0; font-size: .88rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { text-decoration: none; color: #bdd1d0; font-weight: 700; font-size: .88rem; }
.copyright { white-space: nowrap; }
.mobile-contact { display: none; }

@media (max-width: 960px) {
  .header-inner { min-height: 72px; }
  .brand { width: min(380px, 67vw); }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--white); box-shadow: 0 20px 50px rgba(5,47,53,.18); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 55px; padding-top: 80px; }
  .hero-copy { max-width: 760px; }
  .hero-panel { max-width: 680px; }
  .split-heading { grid-template-columns: 1fr; gap: 5px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { grid-column: auto; }
  .service-card { padding: 28px; }
  .rcm-banner { align-items: flex-start; flex-direction: column; gap: 24px; }
  .process-grid, .about-grid, .request-grid { grid-template-columns: 1fr; gap: 55px; }
  .process-intro, .request-copy { position: static; }
  .about-mark { width: min(380px, 80vw); }
  .footer-grid { grid-template-columns: 1fr auto; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --wrap: min(100% - 28px, 1160px); }
  body { padding-bottom: 62px; }
  .section { padding: 76px 0; }
  .brand { width: min(300px, 72vw); }
  .hero-grid { padding-top: 60px; padding-bottom: 68px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  h2 { font-size: 2.3rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 9px; }
  .hero-panel { padding: 20px; transform: none; }
  .hero-panel::after { display: none; }
  .panel-topline { align-items: flex-start; gap: 10px; }
  .claim-heading small { font-size: .76rem; }
  .service-card h3 { font-size: 1.55rem; }
  .rcm-banner { padding: 28px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 15px; }
  .steps li > span { width: 44px; height: 44px; }
  .about-mark { border-radius: 26px; }
  .request-grid { gap: 40px; }
  .contact-cards a { display: grid; gap: 2px; }
  .quote-form { padding: 22px; border-radius: 17px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .estimate { align-items: flex-start; flex-direction: column; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .copyright { grid-column: auto; }
  .mobile-contact { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 8px; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(5,47,53,.96); box-shadow: 0 10px 30px rgba(0,0,0,.26); backdrop-filter: blur(10px); }
  .mobile-contact a { color: var(--white); text-align: center; text-decoration: none; padding: 11px 6px; font-weight: 800; font-size: .9rem; border-right: 1px solid rgba(255,255,255,.14); }
  .mobile-contact a:last-child { border-right: 0; background: var(--teal); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
