:root {
    --white: #ffffff;
    --canvas: #f4f7f6;
    --mist: #e8efed;
    --ink: #12252b;
    --muted: #64777d;
    --line: #d7e1df;
    --teal: #0b7379;
    --teal-soft: #d9eff0;
    --coral: #ed795f;
    --radius: 6px;
    --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--white);
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.55;
}
body.is-menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
.shell { width: min(var(--content), calc(100% - 48px)); margin: 0 auto; }

.topbar {
    position: fixed;
    z-index: 50;
    inset: 0 0 auto;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 0 max(24px, calc((100vw - var(--content)) / 2));
    border-bottom: 1px solid rgba(18, 37, 43, .09);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(18px);
    transition: transform .25s ease, box-shadow .25s ease;
}
.topbar.is-hidden { transform: translateY(-100%); }
.topbar.is-scrolled { box-shadow: 0 8px 30px rgba(30, 65, 70, .08); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: 15px; text-transform: uppercase; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.topnav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.topnav a { color: #43585e; font-size: 14px; text-decoration: none; }
.topnav a:hover { color: var(--teal); }
.toolbar { margin-left: 26px; }
.header-contact, .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 750;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.header-contact { border-color: #9bc4c6; color: var(--teal); }
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: #075f64; transform: translateY(-1px); }
.btn-secondary { border-color: #9eb0b4; background: rgba(255,255,255,.72); color: var(--ink); }
.btn-secondary:hover, .header-contact:hover { border-color: var(--teal); transform: translateY(-1px); }

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: min(820px, 88vh);
    padding: 146px 0 76px;
    overflow: hidden;
    background: #f7faf9;
}
.hero-photo { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero .shell { position: relative; z-index: 2; }
.hero-copy { max-width: 650px; }
.hero .hero-copy {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}
.hero .hero-copy::before { display: none; }
.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: var(--teal);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 680px; font-size: clamp(48px, 6vw, 78px); line-height: 1; font-weight: 760; }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: #40575e; font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 28px 0 0; color: #6f8186; font-size: 13px; }

.credibility { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.credibility-row { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); }
.credibility-item { min-height: 112px; padding: 24px 28px; border-right: 1px solid var(--line); }
.credibility-item:last-child { border-right: 0; }
.credibility-item span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.credibility-item strong { font-size: 19px; }
.credibility-intro { background: var(--teal-soft); }

.section { padding: 104px 0; }
.section-soft { background: var(--canvas); }
.section-head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; margin-bottom: 54px; }
.section-label { color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.section-head h2 { margin-bottom: 16px; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.08; }
.section-head p { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 18px; }

.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.focus-item { min-height: 285px; padding: 30px 34px 28px 0; border-right: 1px solid var(--line); }
.focus-item + .focus-item { padding-left: 34px; }
.focus-item:last-child { border-right: 0; }
.focus-number { color: var(--coral); font-size: 12px; font-weight: 800; }
.focus-item h3 { margin: 52px 0 12px; font-size: 26px; line-height: 1.18; }
.focus-item p { color: var(--muted); }

.expertise { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 620px; background: var(--mist); }
.expertise-photo { overflow: hidden; }
.expertise-photo img { width: 100%; height: 100%; object-fit: cover; }
.expertise-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px max(36px, calc((100vw - var(--content)) / 2)); padding-left: 72px; }
.expertise-copy h2 { max-width: 620px; margin-bottom: 22px; font-size: clamp(36px, 4vw, 54px); line-height: 1.1; }
.expertise-copy > p { max-width: 600px; color: var(--muted); font-size: 18px; }
.outcomes { display: grid; gap: 0; margin-top: 28px; }
.outcome { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid #cbd7d4; }
.outcome b { color: var(--teal); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.step span { color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.step h3 { margin: 62px 0 12px; font-size: 25px; }
.step p { color: var(--muted); }
.steps-note { margin: 28px 0 0; color: var(--muted); font-size: 14px; }

.contact-section { padding: 104px 0; background: #e3ecea; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-copy { position: sticky; top: 112px; }
.contact-copy h2 { margin-bottom: 20px; font-size: clamp(40px, 4.8vw, 62px); line-height: 1.06; }
.contact-copy > p { color: var(--muted); font-size: 18px; }
.contact-links { display: grid; gap: 13px; margin-top: 34px; }
.contact-links a { color: var(--teal); font-weight: 750; text-decoration: none; }

.lead-form-panel { padding: 34px; border-radius: var(--radius); background: var(--white); box-shadow: 0 22px 60px rgba(28, 66, 69, .09); }
.lead-form-head strong { display: block; margin-bottom: 7px; font-size: 25px; }
.lead-form-head p { color: var(--muted); }
.lead-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.lead-field { display: grid; gap: 7px; }
.lead-field > span { font-size: 13px; font-weight: 700; }
.lead-field--full { grid-column: 1 / -1; }
.lead-field input, .lead-field select, .lead-field textarea {
    width: 100%;
    min-height: 49px;
    padding: 12px 14px;
    border: 1px solid #b9c9c6;
    border-radius: 4px;
    background: #fff;
    color: var(--ink);
    outline: none;
}
.lead-field textarea { min-height: 128px; resize: vertical; }
.lead-field input:focus,
.lead-field select:focus,
.lead-field textarea:focus {
    border-color: var(--teal) !important;
    background: #fff !important;
    color: #12252b !important;
    caret-color: #087f83;
    box-shadow: 0 0 0 3px rgba(11,115,121,.09);
}
.lead-field input:active,
.lead-field select:active,
.lead-field textarea:active {
    background: #fff !important;
    color: #12252b !important;
}
.lead-field input:-webkit-autofill,
.lead-field input:-webkit-autofill:hover,
.lead-field input:-webkit-autofill:focus,
.lead-field textarea:-webkit-autofill,
.lead-field textarea:-webkit-autofill:hover,
.lead-field textarea:-webkit-autofill:focus,
.lead-field select:-webkit-autofill,
.lead-field select:-webkit-autofill:hover,
.lead-field select:-webkit-autofill:focus {
    -webkit-text-fill-color: #12252b !important;
    caret-color: #087f83 !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    transition: background-color 9999s ease-out 0s;
}
.lead-field input::selection,
.lead-field textarea::selection { background: rgba(8,127,131,.2); color: #12252b; }
.lead-check { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; color: var(--muted); font-size: 13px; }
.lead-check input { margin-top: 3px; }
.lead-check a { color: var(--teal); }
.lead-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lead-form-actions { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.lead-form-status { margin: 0; font-size: 14px; }
.lead-form-status.is-error, .lead-form-status.is-blocked { color: #a4372a; }
.lead-form-status.is-success { color: #167142; }
.lead-form-note { margin: 17px 0 0; color: #78898e; font-size: 12px; }

.footer { padding: 30px 0; border-top: 1px solid var(--line); background: var(--white); }
.footer-row { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer a { text-decoration: none; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .topnav { display: none; }
    .toolbar { display: flex; margin-left: auto; }
    .toolbar .header-contact { display: none; }
    .topnav-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 13px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); }
    .topnav-toggle-icon { display: grid; gap: 4px; width: 18px; }
    .topnav-toggle-line { display: block; height: 1px; background: currentColor; }
    .topnav-toggle-label { font-size: 13px; }
    .topbar.is-menu-open .topnav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 14px 24px 24px; border-bottom: 1px solid var(--line); background: #fff; }
    .topbar.is-menu-open .topnav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
    .hero-photo img { object-position: 58% center; }
    .credibility-row { grid-template-columns: 1fr 1fr; }
    .credibility-item { border-bottom: 1px solid var(--line); }
    .section-head, .contact-layout { grid-template-columns: 1fr; gap: 18px; }
    .expertise { grid-template-columns: 1fr; }
    .expertise-photo { min-height: 520px; }
    .expertise-copy { padding: 64px 36px; }
    .contact-copy { position: static; }
}

@media (max-width: 680px) {
    .shell { width: min(100% - 30px, var(--content)); }
    .topbar { min-height: 66px; padding: 0 15px; }
    .brand-mark { width: 40px; height: 40px; }
    .brand-copy small { display: none; }
    .topbar.is-menu-open .topnav { inset: 66px 0 auto; }
    .hero { min-height: 730px; padding: 126px 0 58px; align-items: flex-end; }
    .hero-photo img { object-position: 67% center; opacity: .36; }
    h1 { font-size: 46px; }
    .hero-copy { max-width: none; }
    .hero-actions .btn { width: 100%; }
    .credibility-row { grid-template-columns: 1fr; }
    .credibility-item { min-height: 0; border-right: 0; }
    .section, .contact-section { padding: 72px 0; }
    .section-head { margin-bottom: 36px; }
    .section-head h2 { font-size: 37px; }
    .section-head p { font-size: 16px; }
    .focus-grid, .steps { grid-template-columns: 1fr; }
    .focus-item, .focus-item + .focus-item { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .focus-item h3 { margin-top: 28px; }
    .expertise-photo { min-height: 350px; }
    .expertise-copy { padding: 54px 20px; }
    .step { min-height: 0; }
    .step h3 { margin-top: 36px; }
    .lead-form-panel { padding: 24px 18px; }
    .lead-form-grid { grid-template-columns: 1fr; }
    .lead-field--full { grid-column: auto; }
    .lead-form-actions { align-items: stretch; flex-direction: column; }
    .lead-form-actions .btn { width: 100%; }
    .footer-row { flex-direction: column; }
}

/* Keep the shared consent component aligned with this page's light theme. */
.cookie-banner__panel {
    border: 1px solid rgba(16, 74, 79, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.97);
    color: #17383b;
    box-shadow: 0 18px 48px rgba(25, 66, 69, 0.18);
    backdrop-filter: blur(16px);
}
.cookie-banner__panel::before { display: none; }
.cookie-banner__copy p,
.cookie-banner__status { color: #5e7476 !important; }
.cookie-banner__copy a,
.cookie-banner__link { color: #087b80; }
.cookie-banner__action.btn-primary { border-color: #087b80; background: #087b80; color: #fff; }
.cookie-banner__action.btn-secondary { border-color: rgba(16, 74, 79, 0.24); background: #eef7f6; color: #17383b; }
.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 12px;
    z-index: 80;
    width: min(900px, calc(100vw - 24px));
    transform: translateX(-50%);
}
.cookie-banner[hidden] { display: none !important; }
.cookie-banner__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
}
.cookie-banner__copy { display: grid; gap: 4px; }
.cookie-banner__copy strong { display: block; color: #17383b; }
.cookie-banner__copy p { margin: 0; font-size: 13px; line-height: 1.45; }
.cookie-banner__eyebrow { color: #087b80 !important; font-size: 11px !important; text-transform: uppercase; }
.cookie-banner__actions { display: flex; align-items: center; gap: 8px; }
.cookie-banner__action { min-height: 40px; padding: 0 14px; white-space: nowrap; }
.cookie-banner__link { border: 0; background: transparent; cursor: pointer; }

@media (max-width: 680px) {
    .cookie-banner__panel { grid-template-columns: 1fr; }
    .cookie-banner__actions { display: grid; }
    .cookie-banner__action { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
}
