:root {
    --page: #f9f9ff;
    --surface: #ffffff;
    --light: #f0f3ff;
    --navy: #022c52;
    --navy-2: #08395f;
    --footer: #06375f;
    --green: #2b8b35;
    --green-dark: #00783c;
    --yellow: #fccd01;
    --muted: #5f6f82;
    --line: #cfd7e6;
    --card: #fbfbff;
    --shadow: 0 12px 34px rgba(2, 44, 82, 0.12);
    --container: 1152px;
    --header-height: 84px;
    color-scheme: light;
}

html[data-theme="dark"] {
    --page: #081a2a;
    --surface: #0d2438;
    --light: #102b43;
    --navy: #eff7ff;
    --navy-2: #dbeeff;
    --footer: #04121f;
    --green: #63c86c;
    --green-dark: #6bd699;
    --yellow: #ffd83d;
    --muted: #b5c4d4;
    --line: #2b455d;
    --card: #0e283e;
    --shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
    color-scheme: dark;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--page); color: var(--navy); font-family: ui-rounded, "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.container { width: min(var(--container), calc(100% - 128px)); margin-inline: auto; }
.site-main { min-height: 45vh; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 8px; left: 8px; z-index: 99999; display: block; width: auto; height: auto; padding: 12px 18px; clip: auto !important; background: #fff; color: #022c52; font-weight: 800; }

/* Header and configurable WordPress navigation */
.site-header { position: relative; z-index: 100; height: var(--header-height); background: var(--page); border-bottom: 1px solid var(--line); }
.header-inner { width: min(var(--container), calc(100% - 128px)); height: 100%; margin-inline: auto; display: grid; grid-template-columns: 280px minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: 27px; font-weight: 800; line-height: 1; white-space: nowrap; }
.logo-crop { width: 53px; height: 49px; display: inline-flex; overflow: hidden; flex: 0 0 auto; align-items: flex-start; justify-content: center; }
.logo-crop img { width: 70px; height: 70px; max-width: none; object-fit: contain; transform: translateY(-4px); }
.primary-navigation { justify-self: center; min-width: 0; }
.primary-menu, .primary-menu ul { list-style: none; margin: 0; padding: 0; }
.primary-menu { display: flex; align-items: stretch; justify-content: center; gap: 5px; color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: 0.02em; }
.primary-menu > li { position: relative; display: flex; align-items: stretch; }
.primary-menu > li > a { min-height: var(--header-height); padding: 0 15px; display: inline-flex; align-items: center; position: relative; opacity: 0.92; }
.primary-menu > li > a:hover, .primary-menu > li:focus-within > a, .primary-menu .current-menu-item > a, .primary-menu .current-menu-ancestor > a { color: var(--green); opacity: 1; }
.primary-menu .current-menu-item > a::after, .primary-menu .current-menu-ancestor > a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 17px; height: 2px; background: var(--green); }
.primary-menu .sub-menu { position: absolute; top: calc(100% - 1px); left: 0; z-index: 120; min-width: 235px; padding: 8px 0; visibility: hidden; opacity: 0; transform: translateY(-5px); background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--yellow); border-radius: 0 0 10px 10px; box-shadow: var(--shadow); transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease; }
.primary-menu .sub-menu .sub-menu { top: -11px; left: calc(100% - 1px); border-top-width: 1px; border-left: 3px solid var(--yellow); border-radius: 0 10px 10px 0; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu, .primary-menu li.submenu-open > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.primary-menu .sub-menu li { position: relative; }
.primary-menu .sub-menu a { display: block; padding: 11px 18px; color: var(--navy); white-space: normal; line-height: 1.3; }
.primary-menu .sub-menu a:hover, .primary-menu .sub-menu a:focus-visible { background: var(--light); color: var(--green); }
.submenu-toggle { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; justify-self: end; }
.header-cta { min-width: 132px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: var(--green); color: #fff; font-size: 13px; font-weight: 900; box-shadow: 0 4px 10px rgba(43, 139, 53, 0.2); }
.header-cta:hover { background: var(--green-dark); }
.theme-toggle { width: 38px; height: 38px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--navy); cursor: pointer; }
.theme-toggle-moon { display: none; }
html[data-theme="dark"] .theme-toggle-sun { display: none; }
html[data-theme="dark"] .theme-toggle-moon { display: inline; }
.menu-toggle { display: none; width: 42px; height: 38px; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy); transition: transform 0.2s ease, opacity 0.2s ease; }

/* Hero */
.hero, .contact-hero, .page-hero { position: relative; overflow: hidden; background: var(--page); }
.hero { min-height: 536px; }
.wave-hero::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: -20px; width: 100%; height: 113px; background: url("data:image/svg+xml,%3Csvg width='1280' height='108' viewBox='0 0 1280 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-163.683 72.2401C544.464 84.9675 1032.06 63.9405 1291.84 0L1287.5 72.2401C748.731 134.555 152.013 100.552 -163.683 72.2401Z' fill='%23FCCD01'/%3E%3C/svg%3E") left bottom / 100% 100% no-repeat; pointer-events: none; }
.hero-grid { position: relative; z-index: 3; min-height: 536px; display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; }
.hero-copy { position: relative; z-index: 5; width: 100%; min-width: 0; max-width: 680px; padding: 58px 0 108px; }
.eyebrow { display: inline-flex; align-items: center; min-height: 29px; padding: 5px 18px; margin-bottom: 31px; border-radius: 18px; background: #022c52; color: #fccd01; font-size: 11px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.hero h1, .page-hero h1, .contact-hero h1 { margin-bottom: 0; color: var(--navy); font-size: clamp(40px, 4vw, 52px); font-weight: 900; line-height: 1.07; letter-spacing: -0.02em; }
.hero h1 span { color: var(--green); }
.hero-copy > p, .page-hero p, .contact-title p { width: 540px; max-width: 100%; margin-top: 25px; color: var(--muted); font-size: 18px; font-weight: 700; line-height: 1.55; }
.hero-actions { position: relative; z-index: 6; display: flex; flex-wrap: wrap; gap: 16px; margin-top: 41px; }
.btn { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; min-width: 156px; min-height: 57px; padding: 14px 24px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 900; line-height: 1; cursor: pointer; transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #022c52; color: #fff; box-shadow: 0 6px 14px rgba(2, 44, 82, 0.24); }
.btn-primary:hover { background: #08395f; }
.btn-outline { background: var(--surface); color: var(--navy); border-color: #8d98aa; box-shadow: 0 4px 12px rgba(2, 44, 82, 0.1); }
.btn-outline:hover { border-color: var(--green); color: var(--green); }
.hero-image { position: relative; z-index: 3; justify-self: end; }
.home-chart { width: min(100%, 520px); margin-right: -14px; }

/* Sections and cards */
.section { position: relative; padding: 72px 0; }
.light-section { background: var(--light); }
.section-heading { text-align: center; }
.section-heading h2, .split-heading h2, .booking-grid h2, .contact-form-panel h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(30px, 3vw, 36px); font-weight: 900; line-height: 1.1; }
.underline { display: inline-block; width: 95px; height: 3px; margin-top: 21px; border-radius: 2px; vertical-align: middle; }
.underline.green { background: var(--green); }
.underline.yellow { background: var(--yellow); }
.why-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; margin-top: 38px; }
.why-card { min-height: 282px; padding: 40px 34px 31px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg, var(--card), color-mix(in srgb, var(--card) 88%, var(--green) 12%)); box-shadow: 0 4px 14px rgba(2, 44, 82, 0.04); }
.why-card h3 { margin: 28px 0 0; color: var(--navy); font-size: 23px; font-weight: 900; }
.why-card p { margin: 18px 0 0; color: var(--muted); font-size: 16px; font-weight: 700; line-height: 1.48; }
.benefit-icon { width: 56px; height: 56px; display: inline-block; position: relative; border-radius: 9px; background: color-mix(in srgb, var(--green) 22%, var(--surface)); }
.benefit-icon::before, .benefit-icon::after { content: ""; position: absolute; border-color: var(--navy); }
.benefit-icon.clock::before { width: 24px; height: 24px; left: 14px; top: 14px; border: 3px solid var(--navy); border-radius: 50%; }
.benefit-icon.clock::after { width: 8px; height: 9px; left: 27px; top: 20px; border-left: 3px solid var(--navy); border-bottom: 3px solid var(--navy); }
.benefit-icon.savings { background: color-mix(in srgb, var(--yellow) 55%, var(--surface)); }
.benefit-icon.savings::before { content: "$"; inset: 0; display: grid; place-items: center; color: var(--navy); font-size: 28px; font-weight: 900; }
.benefit-icon.support::before { width: 29px; height: 22px; left: 12px; top: 17px; border: 3px solid var(--navy); border-radius: 8px 8px 11px 11px; }
.benefit-icon.support::after { width: 8px; height: 8px; right: 10px; bottom: 9px; border-left: 3px solid var(--navy); transform: rotate(-30deg); }
.benefit-icon.workflow { background: color-mix(in srgb, var(--yellow) 32%, var(--surface)); }
.benefit-icon.workflow::before { width: 12px; height: 12px; left: 10px; top: 12px; border: 3px solid var(--navy); border-radius: 3px; box-shadow: 22px 20px 0 -3px var(--surface), 22px 20px 0 0 var(--navy); }
.benefit-icon.workflow::after { width: 20px; height: 17px; left: 20px; top: 21px; border-right: 3px solid var(--navy); border-bottom: 3px solid var(--navy); border-radius: 0 0 8px 0; }
.services-preview { padding-top: 64px; background: var(--page); }
.service-card-grid { width: 850px; max-width: 100%; margin: 38px auto 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-card-grid-all { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { position: relative; min-height: 282px; overflow: hidden; padding: 0; border: 1px solid var(--line); border-bottom: 4px solid var(--yellow); border-radius: 14px; background: var(--card); text-align: center; box-shadow: 0 5px 15px rgba(2, 44, 82, 0.05); transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.service-card-inner { position: relative; z-index: 1; min-height: 278px; height: 100%; display: flex; flex-direction: column; align-items: center; padding: 48px 38px 30px; color: inherit; text-decoration: none; }
.service-card-link { cursor: pointer; }
.service-card.has-service-link:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--green) 55%, var(--line)); box-shadow: 0 10px 24px rgba(2, 44, 82, 0.11); }
.service-card.has-service-link:focus-within { outline: 3px solid color-mix(in srgb, var(--green) 65%, transparent); outline-offset: 3px; }
.service-card-link:focus { outline: 0; }
.icon-tile { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 9px; }
.icon-tile.yellow { background: #ffe784; }
.icon-tile svg { width: 31px; height: 31px; fill: none; stroke: #022c52; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.icon-tile img { width: 34px; height: 34px; object-fit: contain; }
.service-card h3 { position: relative; margin: 31px 0 0; color: var(--navy); font-size: 23px; font-weight: 900; line-height: 1.17; }
.service-card p { position: relative; width: 285px; max-width: 100%; margin: 15px auto 0; color: var(--muted); font-size: 15px; font-weight: 700; line-height: 1.48; }
.service-card-more { margin-top: auto; padding-top: 22px; color: var(--green); font-size: 14px; font-weight: 900; }
.service-card-link:hover .service-card-more { text-decoration: underline; }
.service-watermark { position: absolute; width: 150px; top: -15px; left: -20px; opacity: 0.05; pointer-events: none; }
.service-card:nth-child(even) .service-watermark { left: auto; right: -20px; }
.service-watermark svg { width: 100%; height: auto; fill: none; stroke: var(--navy); stroke-width: 2; }
.section-link { margin: 28px 0 0; text-align: center; font-weight: 900; color: var(--green); }
.section-link a:hover { text-decoration: underline; }

/* How we help */
.how-help { background: var(--surface); padding: 100px 0 92px; }
.help-grid { display: grid; grid-template-columns: minmax(0, 520px) minmax(0, 548px); justify-content: space-between; align-items: start; gap: 54px; }
.split-heading { display: flex; align-items: center; gap: 11px; }
.split-heading .underline { margin-top: 7px; }
.lead { margin-top: 31px; color: var(--muted); font-size: 17px; font-weight: 700; line-height: 1.5; }
.steps { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 31px; }
.steps li { display: flex; gap: 18px; align-items: flex-start; }
.steps > li > span { width: 32px; height: 32px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 14px; font-weight: 900; }
.steps strong { color: var(--navy); font-size: 16px; font-weight: 900; }
.steps p { margin: 7px 0 0; color: var(--muted); font-size: 15px; font-weight: 700; }
.help-collage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.collage-photo, .insight-card { border-radius: 14px; box-shadow: var(--shadow); }
.collage-photo { width: 100%; aspect-ratio: 1.03; object-fit: cover; }
.insight-card { min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; text-transform: uppercase; }
.insight-card.dark { margin-top: 30px; background: #022c52; }
.insight-card.green-card { margin-top: 0; background: #2b8b35; }
.insight-card strong { margin-top: 10px; font-size: 13px; font-weight: 900; }
.insight-card > span:not(.small-icon) { color: #fccd01; font-size: 34px; font-weight: 900; }
.small-icon.clock { width: 31px; height: 31px; border: 3px solid #fccd01; border-radius: 50%; position: relative; }
.small-icon.clock::before, .small-icon.clock::after { content: ""; position: absolute; background: #fccd01; left: 13px; top: 6px; }
.small-icon.clock::before { width: 3px; height: 10px; }
.small-icon.clock::after { width: 9px; height: 3px; top: 15px; }

/* CTA */
.cta-section { border-top: 4px solid #fccd01; border-bottom: 4px solid #fccd01; background: radial-gradient(circle at 16% 22%, #0b4c55 0, #06375f 38%, #022c52); }
.cta-inner { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 55px 0; text-align: center; }
.cta-inner h2 { margin: 0; color: #fff; font-size: clamp(29px, 3vw, 36px); font-weight: 900; }
.cta-inner h2 span { color: #fccd01; }
.cta-inner p { max-width: 730px; margin: 27px 0 0; color: #c4d0de; font-size: 17px; font-weight: 700; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 38px; }
.btn-green { min-width: 261px; background: #2b8b35; color: #fff; }
.btn-green:hover { background: #00783c; }
.btn-ghost { min-width: 218px; background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.35); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.18); }

/* Standard page heroes */
.page-hero { min-height: 390px; border-bottom: 1px solid var(--line); }
.page-hero-grid { min-height: 390px; display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: center; gap: 50px; }
.page-hero-grid > div { min-width: 0; padding: 55px 0; }
.page-hero-grid > img { max-height: 310px; justify-self: center; object-fit: contain; }
.page-hero.compact { min-height: 210px; display: flex; align-items: center; background: var(--light); }
.page-hero.compact h1 { margin: 0; }
.audience-section { background: var(--surface); }
.audience-grid, .mission-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 42px; }
.audience-grid article, .mission-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
.audience-grid h3, .mission-grid h3 { margin: 0; font-size: 21px; font-weight: 900; }
.audience-grid p, .mission-grid p { margin: 14px 0 0; color: var(--muted); font-weight: 700; }
.mission-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mission-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; }

/* Contact and Fluent Forms */
.contact-hero { padding: 82px 0 52px; text-align: center; background: var(--light); }
.contact-title .eyebrow { margin-bottom: 20px; }
.contact-title p { margin-inline: auto; }
.contact-section { background: var(--page); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr); gap: 40px; align-items: start; }
.contact-form-panel { padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.contact-form-panel h2 { margin-bottom: 26px; }
.contact-info-panel { display: grid; gap: 18px; }
.contact-info-panel article { padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
.contact-info-panel h3 { margin: 0 0 12px; font-size: 20px; font-weight: 900; }
.contact-info-panel p { margin: 8px 0 0; color: var(--muted); font-weight: 700; }
.contact-info-panel a { display: block; color: var(--green); font-weight: 900; }
.text-link { margin-top: 12px; }
.booking-section { background: var(--light); }
.booking-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 52px; align-items: start; }
.booking-grid > div:first-child { padding-top: 25px; }
.booking-grid > div:first-child p { margin-top: 22px; color: var(--muted); font-size: 17px; font-weight: 700; }
.fluentform .ff-el-group { margin-bottom: 18px; }
.fluentform label { color: var(--navy); font-weight: 800; }
.fluentform input:not([type="checkbox"]):not([type="radio"]), .fluentform select, .fluentform textarea { width: 100%; min-height: 48px; border: 1px solid var(--line) !important; border-radius: 7px !important; background: var(--page) !important; color: var(--navy) !important; padding: 10px 12px !important; }
.fluentform textarea { min-height: 130px; }
.fluentform .ff-btn-submit { min-height: 50px; padding: 12px 25px; border: 0; border-radius: 7px; background: #2b8b35; color: #fff; font-weight: 900; cursor: pointer; }
.ozopt-form-placeholder { padding: 20px; border: 1px dashed var(--line); background: var(--light); color: var(--muted); }
.ozopt-form-placeholder .button { display: inline-flex; padding: 8px 14px; background: var(--green); color: #fff; border-radius: 5px; }

/* Content pages and links */
.content-container { max-width: 816px; }
.content-container > * + * { margin-top: 1.2em; }
.content-container h2 { margin-top: 1.8em; font-size: 28px; }
.content-container a { color: var(--green); text-decoration: underline; }
.entry-card { margin-bottom: 24px; padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.links-main { display: grid; place-items: center; min-height: calc(100vh - var(--header-height)); padding: 60px 20px; background: radial-gradient(circle at 20% 10%, #e9f6ec, var(--page) 44%); }
html[data-theme="dark"] .links-main { background: radial-gradient(circle at 20% 10%, #123c3a, var(--page) 44%); }
.links-card { width: min(100%, 560px); padding: 45px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow); text-align: center; }
.links-brand .brand { justify-content: center; }
.links-card h1 { margin: 28px 0 0; font-size: 34px; }
.links-card > p { margin: 12px 0 0; color: var(--muted); font-weight: 700; }
.links-list { display: grid; gap: 12px; margin-top: 30px; }
.links-list a { padding: 15px 20px; border: 1px solid var(--line); border-radius: 9px; background: var(--light); font-weight: 900; }
.links-list a:hover { border-color: var(--green); color: var(--green); }
.error-section { min-height: 580px; display: grid; place-items: center; padding: 80px 0; text-align: center; background: var(--light); }
.error-section .container { max-width: 720px; }
.error-code { color: var(--yellow); font-size: 94px; font-weight: 900; line-height: 1; text-shadow: 3px 3px #022c52; }
.error-section h1 { margin: 18px 0 0; font-size: 42px; }
.error-section p { margin: 20px auto 0; color: var(--muted); font-size: 18px; font-weight: 700; }
.error-section .hero-actions { justify-content: center; }

/* Footer with a separate footer menu */
.site-footer { padding: 56px 0 36px; background: var(--footer); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 285px minmax(220px, 1fr) 365px; grid-template-areas: "brand nav contact" "brand copy contact"; align-items: start; gap: 20px; }
.footer-brand { grid-area: brand; }
.footer-logo { color: #fff; font-size: 26px; }
.footer-brand p { margin: 31px 0 0; color: #8ca4bc; font-size: 17px; font-weight: 700; line-height: 1.45; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.footer-social a { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; color: #9fb1c7; transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }
.footer-social a:hover { color: #fccd01; border-color: #fccd01; transform: translateY(-2px); }
.footer-social svg { width: 17px; height: 17px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; }
.footer-social svg .cutout { fill: var(--footer); }
.footer-navigation { grid-area: nav; justify-self: center; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; margin-top: 18px; color: #8ca4bc; font-size: 13px; font-weight: 900; }
.footer-menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; list-style: none; margin: 0; padding: 0; }
.footer-navigation a:hover, .footer-navigation .current-menu-item > a { color: #fff; }
.footer-sitemap-link { color: #8ca4bc; }
.copyright { grid-area: copy; justify-self: center; align-self: end; margin: 75px 0 0; color: #8ca4bc; font-size: 14px; font-weight: 800; text-align: center; }
.footer-contact { grid-area: contact; justify-self: end; margin: 0; text-align: right; color: #8ca4bc; font-style: normal; font-size: 14px; font-weight: 800; line-height: 1.4; }
.footer-contact strong { display: block; margin-bottom: 22px; color: #fff; font-size: 17px; font-weight: 900; }
.footer-contact b { display: block; margin-top: 18px; margin-bottom: 6px; color: #fff; font-size: 13px; letter-spacing: 0.02em; }
.footer-contact a, .footer-contact span { display: block; }
.footer-contact a:hover { color: #fccd01; }

/* Dark-mode refinements */
html[data-theme="dark"] .why-card { background: linear-gradient(180deg, var(--card), #12382f); }
html[data-theme="dark"] .btn-outline { background: #eff7ff; color: #022c52; border-color: #eff7ff; }
html[data-theme="dark"] .btn-outline:hover { background: #ffffff; color: #00783c; border-color: #63c86c; }
html[data-theme="dark"] .wave-hero::after { opacity: 0.9; }
html[data-theme="dark"] .hero-image { filter: brightness(0.9); }

@media (max-width: 1180px) {
    .container, .header-inner { width: min(var(--container), calc(100% - 64px)); }
    .header-inner { grid-template-columns: 240px minmax(0, 1fr) auto; gap: 14px; }
    .primary-menu > li > a { padding-inline: 10px; }
    .hero-grid { grid-template-columns: 1fr 0.8fr; }
    .help-grid { grid-template-columns: 1fr 1fr; }
    .service-card-grid-all { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
    :root { --header-height: 76px; }
    .container, .header-inner { width: min(100% - 40px, var(--container)); }
    .site-header { height: auto; min-height: var(--header-height); }
    .header-inner { min-height: var(--header-height); grid-template-columns: 1fr auto auto; }
    .brand { font-size: 23px; }
    .logo-crop { width: 48px; height: 45px; }
    .logo-crop img { width: 63px; height: 63px; }
    .menu-toggle { display: block; grid-column: 2; }
    .header-actions { grid-column: 3; }
    .header-cta { display: none; }
    .primary-navigation { position: absolute; top: 100%; left: 0; right: 0; grid-column: 1 / -1; width: 100%; max-height: 0; overflow: hidden; visibility: hidden; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transition: max-height 0.3s ease, visibility 0.3s ease; }
    .menu-open .primary-navigation { max-height: calc(100vh - var(--header-height)); overflow-y: auto; visibility: visible; }
    .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
    .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-menu { display: block; width: min(100% - 40px, var(--container)); margin-inline: auto; padding: 10px 0 20px; font-size: 15px; }
    .primary-menu > li { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--line); }
    .primary-menu > li > a { min-height: 52px; padding: 10px 4px; }
    .primary-menu .sub-menu li.menu-item-has-children { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
    .primary-menu .sub-menu li.menu-item-has-children > a { min-width: 0; }
    .primary-menu .current-menu-item > a::after, .primary-menu .current-menu-ancestor > a::after { display: none; }
    .submenu-toggle { width: 48px; display: grid; place-items: center; border: 0; background: transparent; color: var(--navy); cursor: pointer; }
    .submenu-toggle span { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform 0.18s ease; }
    .submenu-open > .submenu-toggle span { transform: rotate(225deg) translate(-2px, -2px); }
    .primary-menu .sub-menu, .primary-menu .sub-menu .sub-menu { position: static; display: none; grid-column: 1 / -1; min-width: 0; padding: 0 0 0 18px; overflow: visible; visibility: hidden; opacity: 1; transform: none; border: 0; border-radius: 0; background: var(--light); box-shadow: none; }
    .primary-menu li.submenu-open > .sub-menu { display: block; visibility: visible; padding-top: 6px; padding-bottom: 6px; }
    .primary-menu .sub-menu a { padding: 11px 12px; }
    .hero-grid { grid-template-columns: 1fr 0.7fr; }
    .hero-copy { padding-top: 64px; }
    .why-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .help-grid { grid-template-columns: 1fr; }
    .help-collage { max-width: 650px; }
    .page-hero-grid { grid-template-columns: 1fr 300px; }
    .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mission-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .contact-layout, .booking-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; grid-template-areas: "brand contact" "nav nav" "copy copy"; }
    .footer-navigation { justify-self: start; margin-top: 30px; }
    .copyright { justify-self: start; margin-top: 20px; }
}

@media (max-width: 720px) {
    .container, .header-inner { width: min(100% - 28px, var(--container)); }
    .brand-text { display: none; }
    .header-inner { grid-template-columns: 1fr auto auto; }
    .hero { min-height: auto; }
    .hero-grid { min-height: 0; grid-template-columns: 1fr; }
    .hero-copy { padding: 60px 0 155px; }
    .hero-image { display: none; }
    .wave-hero::after { height: 95px; }
    .hero h1, .page-hero h1, .contact-hero h1 { font-size: clamp(36px, 10vw, 46px); }
    .hero-actions { gap: 12px; }
    .btn { min-width: 0; flex: 1 1 145px; }
    .section { padding: 58px 0; }
    .why-card-grid, .service-card-grid, .service-card-grid-all, .audience-grid, .mission-grid { grid-template-columns: 1fr; }
    .why-card { min-height: 0; }
    .service-card-grid { width: 100%; }
    .service-card, .service-card-inner { min-height: 0; }
    .how-help { padding: 65px 0; }
    .help-collage { gap: 12px; }
    .insight-card { min-height: 125px; }
    .page-hero { min-height: 0; }
    .page-hero-grid { min-height: 0; grid-template-columns: 1fr; padding: 42px 0; }
    .page-hero-grid > div { padding: 0; }
    .page-hero-grid > img { max-height: 220px; }
    .contact-hero { padding: 62px 0 45px; }
    .contact-form-panel { padding: 24px 18px; }
    .links-card { padding: 35px 22px; }
    .footer-grid { grid-template-columns: 1fr; grid-template-areas: "brand" "nav" "contact" "copy"; }
    .footer-contact { justify-self: start; text-align: left; margin-top: 20px; }
    .footer-navigation { justify-self: start; }
    .footer-menu { justify-content: flex-start; }
    .copyright { justify-self: start; text-align: left; margin-top: 15px; }
}

@media (max-width: 430px) {
    .theme-toggle { width: 36px; height: 36px; }
    .menu-toggle { width: 38px; }
    .eyebrow { margin-bottom: 22px; }
    .hero-copy { padding-top: 48px; }
    .hero-copy > p, .page-hero p, .contact-title p { font-size: 16px; }
    .help-collage { grid-template-columns: 1fr; }
    .insight-card.dark, .insight-card.green-card { margin-top: 0; }
    .cta-actions { width: 100%; }
    .cta-actions .btn { width: 100%; }
}

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