:root {
  --navy: #17324d;
  --navy-dark: #0f263a;
  --green: #0e5b4f;
  --green-dark: #09483f;
  --green-soft: #eaf4f1;
  --light: #f4f6f9;
  --text: #1f2933;
  --muted: #566572;
  --line: #dbe2e8;
  --warning: #9a6b22;
  --white: #fff;
  --shadow: 0 18px 52px rgba(23, 50, 77, .10);
  --radius: 18px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; margin: 0; }
body.nav-open { overflow: hidden; }
img { height: auto; max-width: 100%; }
a { color: var(--green); }
button, input { font: inherit; }
h1, h2, h3 { color: var(--navy); font-family: Manrope, Inter, system-ui, sans-serif; letter-spacing: -.025em; line-height: 1.16; margin: 0 0 .75em; }
h1 { font-size: clamp(2rem, 8vw, 3.9rem); }
h2 { font-size: clamp(1.75rem, 6vw, 3rem); }
h3 { font-size: 1.12rem; }
p { margin: 0 0 1.05rem; }
.shell { margin-inline: auto; max-width: var(--shell); padding-inline: 20px; width: 100%; }
.skip-link { background: var(--navy); color: #fff; left: 16px; padding: .7rem 1rem; position: fixed; top: -100px; z-index: 9999; }
.skip-link:focus { top: 16px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.admin-bar .site-header { top: 32px; }
.site-header__inner { align-items: center; display: flex; min-height: 72px; }
.brand { align-items: center; color: var(--navy); display: inline-flex; font-family: Manrope, Inter, sans-serif; font-size: 1.05rem; font-weight: 800; gap: .6rem; line-height: 1; text-decoration: none; }
.brand__mark { align-items: center; background: var(--navy); border-radius: 8px; color: #fff; display: inline-flex; font-size: .72rem; height: 36px; justify-content: center; letter-spacing: .03em; width: 36px; }
.custom-logo-link { display: flex; }
.custom-logo { max-height: 46px; width: auto; }
.nav-toggle { background: transparent; border: 0; color: var(--navy); cursor: pointer; margin-left: auto; padding: .5rem; }
.nav-toggle__label { font-size: .8rem; font-weight: 750; margin-right: .35rem; }
.nav-toggle__icon, .nav-toggle__icon::before, .nav-toggle__icon::after { background: currentColor; display: inline-block; height: 2px; position: relative; transition: transform .18s ease; width: 21px; }
.nav-toggle__icon::before, .nav-toggle__icon::after { content: ""; left: 0; position: absolute; }
.nav-toggle__icon::before { top: -6px; }
.nav-toggle__icon::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon::after { top: 0; transform: rotate(-45deg); }
.site-nav { background: #fff; border-bottom: 1px solid var(--line); display: none; left: 0; padding: 1rem 20px 1.5rem; position: absolute; top: 100%; width: 100%; }
.site-nav.is-open { display: block; }
.site-nav__list, .site-nav .menu { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.site-nav a { border-bottom: 1px solid #edf0f2; color: var(--navy); display: block; font-weight: 650; padding: .8rem 0; text-decoration: none; }
.header-phone, .header-cta { display: none; }

.button { align-items: center; border: 1px solid transparent; border-radius: 10px; display: inline-flex; font-weight: 750; justify-content: center; line-height: 1.25; min-height: 50px; padding: .75rem 1.15rem; text-decoration: none; transition: background-color .15s ease, border-color .15s ease, transform .15s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(14,91,79,.28); outline-offset: 3px; }
.button--primary { background: var(--green); color: #fff; }
.button--primary:hover { background: var(--green-dark); }
.button--secondary { background: #fff; border-color: #b8c5ce; color: var(--navy); }
.button--secondary:hover { border-color: var(--green); }
.button--light { background: #fff; color: var(--navy); }
.text-link { font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .15s ease; }
.text-link:hover span { transform: translateX(3px); }
.eyebrow { color: var(--green); font-size: .77rem; font-weight: 800; letter-spacing: .1em; margin-bottom: .8rem; text-transform: uppercase; }
.lead { color: #344552; font-size: clamp(1.05rem, 2.5vw, 1.22rem); line-height: 1.65; }
.microcopy { color: var(--muted); font-size: .84rem; line-height: 1.5; }
.notice { background: #fff3cd; border-radius: 8px; color: #6b4a13; padding: 1rem; }

.hero { background: linear-gradient(145deg, #eef4f5 0%, #fff 55%, #f2f6f8 100%); overflow: hidden; padding: 3rem 0 3.5rem; position: relative; }
.hero::before { background: rgba(14,91,79,.07); border-radius: 50%; content: ""; height: 380px; position: absolute; right: -210px; top: -190px; width: 380px; }
.hero__grid { display: grid; gap: 2rem; position: relative; }
.hero__copy h1 { max-width: 760px; }
.hero__copy .lead { max-width: 710px; }
.hero__actions { display: grid; gap: .7rem; margin: 1.5rem 0 1rem; }
.hero__proof { border-top: 1px solid var(--line); color: var(--navy); display: grid; font-size: .83rem; gap: .45rem; margin-top: 1.5rem; padding-top: 1rem; }
.hero__proof strong { font-size: 1rem; }
.rating-proof { align-items: center; display: flex; flex-wrap: wrap; gap: .4rem; }
.rating-proof__stars { color: #c8931f; font-size: 1.05rem; letter-spacing: .08em; line-height: 1; }
.hero__form { min-width: 0; scroll-margin-top: 96px; }
.hero__form-intro { color: var(--navy); margin: 0 0 .65rem; }
.hero__form-intro strong { font-weight: 750; }
.hero__form .umd-analysis { box-shadow: var(--shadow); }
.hero__form .umd-analysis__intro { display: none; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--light { background: var(--light); }
.section--green-soft { background: var(--green-soft); }
.section--navy { background: var(--navy); color: #eaf0f4; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .eyebrow { color: #8bd1c2; }
.split { display: grid; gap: 2.3rem; }
.section-heading { margin-bottom: 2.2rem; max-width: 760px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading--light > p:last-child { color: #d0dbe3; }
.check-panels { display: grid; gap: 1rem; }
.check-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 9px 28px rgba(23,50,77,.06); padding: 1.3rem; }
.check-panel--warning { border-top: 3px solid var(--warning); }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { border-top: 1px solid #edf0f2; padding: .7rem 0 .7rem 1.7rem; position: relative; }
.check-list li:first-child { border-top: 0; }
.check-list li::before { color: var(--green); content: "✓"; font-weight: 900; left: 0; position: absolute; }

.service-grid { display: grid; gap: 1rem; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.3rem; }
.service-card > span { align-items: center; background: var(--green-soft); border-radius: 50%; color: var(--green); display: inline-flex; font-size: .82rem; font-weight: 850; height: 38px; justify-content: center; width: 38px; }
.service-card h3 { font-size: 1.18rem; margin-top: .8rem; }
.service-card p { color: var(--muted); font-size: .91rem; margin-bottom: 0; }
.service-card__list { color: var(--muted); font-size: .91rem; margin: 0; padding-left: 1.15rem; }
.service-card__list li + li { margin-top: .45rem; }
.centered { margin: 2rem 0 0; text-align: center; }

.process-list { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.process-list li { border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 1rem; grid-template-columns: 44px 1fr; padding: 1.25rem 0; }
.process-list li > span { align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; display: flex; font-weight: 800; height: 40px; justify-content: center; width: 40px; }
.process-list h3 { margin: .35rem 0 .3rem; }
.process-list p { color: #cbd8e0; font-size: .91rem; margin: 0; }
.price-card { align-items: start; background: #fff; border: 2px solid rgba(14,91,79,.18); border-radius: var(--radius); box-shadow: 0 20px 52px rgba(6,23,38,.2); color: var(--text); display: grid; gap: 1.4rem; margin-top: 2.25rem; padding: 1.5rem; }
.price-card__label { color: var(--muted); font-size: .9rem; line-height: 1.45; margin-bottom: .45rem; }
.price-card__price { color: var(--navy); font-size: clamp(2.35rem, 9vw, 3.35rem); font-weight: 900; letter-spacing: -.045em; line-height: .96; margin: 0; white-space: nowrap; }
.price-card__scope { color: var(--muted); font-size: .9rem; }
.price-card .boundary { font-size: .88rem; }
.price-card .button--light { background: var(--green); color: #fff; min-height: 52px; }
.price-card .button--light:hover { background: var(--green-dark); }
.boundary { border-left: 3px solid var(--warning); color: #654a20; font-size: .84rem; padding-left: .8rem; }
.boundary--light { background: rgba(255,255,255,.55); border-radius: 0 8px 8px 0; padding-block: .65rem; padding-right: .65rem; }

.reason-list, .faq-list { border-top: 1px solid var(--line); }
.reason-list details, .faq-list details { border-bottom: 1px solid var(--line); }
.reason-list summary, .faq-list summary { color: var(--navy); cursor: pointer; font-weight: 750; list-style: none; padding: 1rem 2.2rem 1rem 0; position: relative; }
.reason-list summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.reason-list summary::after, .faq-list summary::after { color: var(--green); content: "+"; font-size: 1.4rem; position: absolute; right: .25rem; top: .75rem; }
.reason-list details[open] summary::after, .faq-list details[open] summary::after { content: "−"; }
.reason-list details p, .faq-list details p { color: var(--muted); font-size: .92rem; padding: 0 1.5rem .8rem 0; }

.trust-section { background: #fff; }
.trust-grid { display: grid; gap: 1rem; }
.trust-card { background: var(--light); border-radius: var(--radius); padding: 1.4rem; }
.trust-card__value { color: var(--green); display: block; font-size: 1.55rem; font-weight: 850; margin-bottom: .8rem; }
.trust-card__stars { color: #c8931f; display: block; font-size: 1.12rem; letter-spacing: .1em; margin-bottom: .2rem; }
.trust-card p { color: var(--muted); font-size: .9rem; margin: 0; }
.trust-card--awards { background: var(--navy); }
.trust-card--awards h3 { color: #fff; }
.trust-card--awards p { color: #d6e0e7; }
.trust-card__medals { align-items: center; display: flex; gap: .85rem; margin-bottom: .8rem; min-height: 60px; }
.trust-card__medals img { flex: 0 0 auto; height: 60px; object-fit: contain; width: 83px; }
.faq-section .section-heading { margin-bottom: 0; }

.final-cta { background: linear-gradient(140deg, #f4f7f8, #eaf4f1); }
.final-cta__grid { display: grid; gap: 2.2rem; }
.sla { border-top: 1px solid #cad8d4; font-size: .9rem; margin-top: 1.3rem; padding-top: 1rem; }

.page-main, .analysis-page { min-height: 60vh; }
.page-main { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.content-shell { max-width: 820px; }
.entry h1 { margin-bottom: .6em; }
.entry > * { max-width: 760px; }
.entry ul, .entry ol { padding-left: 1.4rem; }
.narrow-heading { max-width: 820px; text-align: center; }
.analysis-page__form { margin-top: 2rem; max-width: 760px; }
.thank-you { max-width: 760px; text-align: center; }
.thank-you__icon { align-items: center; background: var(--green-soft); border-radius: 50%; color: var(--green); display: flex; font-size: 2rem; font-weight: 850; height: 72px; justify-content: center; margin: 0 auto 1.5rem; width: 72px; }

.site-footer { background: var(--navy-dark); color: #cbd7df; padding: 3.5rem 0 5.5rem; }
.site-footer__grid { display: grid; gap: 2rem; }
.site-footer__brand, .site-footer__heading { color: #fff; font-weight: 800; }
.site-footer__note { color: #97a9b5; font-size: .8rem; }
.site-footer address { font-style: normal; }
.site-footer a { color: #fff; }
.site-footer__links { list-style: none; margin: 0; padding: 0; }
.site-footer__links li { margin-bottom: .35rem; }
.footer-cookie-button { background: transparent; border: 0; color: #fff; cursor: pointer; padding: 0; text-decoration: underline; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; margin-top: 2.5rem; padding-top: 1.2rem; }

.mobile-actions { background: #fff; border-top: 1px solid var(--line); bottom: 0; display: grid; grid-template-columns: 1fr 1fr; left: 0; padding: 8px; position: fixed; right: 0; z-index: 90; }
.mobile-actions a { align-items: center; border-radius: 8px; color: var(--navy); display: flex; font-size: .86rem; font-weight: 800; justify-content: center; min-height: 46px; text-decoration: none; }
.mobile-actions a:last-child { background: var(--green); color: #fff; }
body.form-keyboard-open .mobile-actions, body.form-in-view .mobile-actions { display: none; }

@media (min-width: 560px) {
  .hero__actions { display: flex; flex-wrap: wrap; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (min-width: 782px) {
  .admin-bar .site-header { top: 32px; }
  .section { padding-block: 6.5rem; }
  .hero { padding-block: 5.2rem; }
  .hero__grid { align-items: start; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); }
  .split { align-items: start; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .split--aligned { align-items: center; }
  .split--reasons, .split--faq { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .process-list { grid-template-columns: repeat(5, 1fr); }
  .process-list li { border-left: 1px solid rgba(255,255,255,.16); border-top: 0; display: block; padding: 0 1.1rem; }
  .process-list li:first-child { border-left: 0; padding-left: 0; }
  .price-card { align-items: center; grid-template-columns: .78fr 1.32fr auto; padding: 2.2rem; }
  .final-cta__grid { align-items: start; grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); }
  .site-footer { padding-bottom: 3.5rem; }
  .mobile-actions { display: none; }
}

@media (min-width: 1040px) {
  .site-header__inner { min-height: 90px; }
  .brand { font-size: 1.16rem; }
  .brand__mark { font-size: .78rem; height: 40px; width: 40px; }
  .custom-logo { max-height: 52px; max-width: 180px; }
  .nav-toggle { display: none; }
  .site-nav { background: transparent; border: 0; display: block; margin-left: auto; padding: 0; position: static; width: auto; }
  .site-nav__list, .site-nav .menu { align-items: center; display: flex; gap: 1.18rem; }
  .site-nav a { border: 0; font-size: .9rem; padding: .55rem 0; }
  .site-nav a:hover { color: var(--green); }
  .header-phone { color: var(--navy); display: grid; font-size: .75rem; line-height: 1.18; margin-left: 1.25rem; text-decoration: none; }
  .header-phone strong { font-size: 1rem; }
  .header-cta { display: inline-flex; font-size: .81rem; margin-left: .85rem; min-height: 44px; padding-inline: .85rem; white-space: nowrap; }
  .hero__copy .microcopy { font-size: .82rem; letter-spacing: -.006em; line-height: 1.52; }
  .hero__proof { font-size: .88rem; gap: .55rem; }
  .hero__proof strong { font-size: 1.06rem; }
  .rating-proof__stars { font-size: 1.1rem; }
}

@media (max-width: 781px) {
  html { scroll-padding-top: 66px; }
  .admin-bar .site-header { top: 46px; }
  .site-header__inner { min-height: 58px; }
  .custom-logo { max-height: 36px; max-width: 142px; }
  .brand { font-size: .98rem; }
  .brand__mark { border-radius: 7px; font-size: .66rem; height: 32px; width: 32px; }
  .nav-toggle { align-items: center; display: inline-flex; height: 44px; justify-content: center; padding: .65rem; width: 44px; }
  .nav-toggle__label { display: none; }
  .header-phone, .header-cta { display: none !important; }
  .site-nav { padding-top: .65rem; }
  .hero { padding: 2.05rem 0 2.65rem; }
  .hero__grid { gap: 1.55rem; }
  .hero__copy .eyebrow { margin-bottom: .6rem; }
  .hero__copy h1 { font-size: clamp(1.82rem, 8vw, 2.2rem); line-height: 1.08; margin-bottom: .58em; }
  .hero__copy .lead { font-size: 1rem; line-height: 1.5; margin-bottom: .8rem; }
  .hero__actions { margin: 1.05rem 0 .8rem; }
  .hero__copy .microcopy { font-size: .82rem; line-height: 1.47; }
  .hero__proof { font-size: .82rem; margin-top: 1.1rem; padding-top: .85rem; }
  .hero__proof strong { font-size: .98rem; }
  .hero__form { scroll-margin-top: 68px; }
  .section--assessment { padding-block: 3.35rem; }
  .section--assessment .split { gap: 1.55rem; }
  .check-panels { gap: .75rem; }
  .check-panel { padding: 1rem; }
  .check-panel h3 { font-size: 1.05rem; margin-bottom: .55rem; }
  .check-list { font-size: .94rem; line-height: 1.45; }
  .check-list li { padding: .52rem 0 .52rem 1.5rem; }
  .service-grid { gap: .75rem; }
  .service-card { padding: 1rem; }
  .service-card > span { font-size: .74rem; height: 32px; width: 32px; }
  .service-card h3 { font-size: 1.06rem; margin: .55rem 0 .45rem; }
  .service-card__list { font-size: .9rem; line-height: 1.45; }
  .service-card__list li + li { margin-top: .3rem; }
}

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