:root {
    --teal: #2ec2c3;
    --teal-dark: #109ca0;
    --teal-soft: #e8fbfb;
    --pink: #ee1565;
    --ink: #333333;
    --muted: #6d7280;
    --border: rgba(46,194,195,0.2);
    --shadow: 0 18px 50px rgba(44,47,54,0.08);
    --max: 1360px;
    --radius: 28px;
    --body-copy-size: 1.75rem;
    --body-copy-line: 1.52;
    --body-copy-color: #808080;
}

.cookie-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:end center;padding:24px;background:rgba(20,30,35,.45)}.cookie-card{position:relative;width:min(820px,100%);padding:32px;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.cookie-card h2{margin:0 0 14px;font-size:clamp(1.45rem,3vw,2rem)}.cookie-card p{font-size:1rem}.cookie-close{position:absolute;top:12px;right:14px;border:0;background:transparent;font-size:2rem;cursor:pointer}.cookie-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.cookie-actions button{border:0;border-radius:999px;padding:13px 19px;background:var(--teal);color:#fff;font-weight:800;cursor:pointer}.cookie-actions button:nth-child(2),.cookie-actions button:nth-child(3){background:#eef8f8;color:var(--ink)}.cookie-text-link,.privacy-cookie-link{border:0;background:transparent;padding:0;color:var(--teal-dark);font:inherit;text-decoration:underline;cursor:pointer}.cookie-choice{display:flex!important;grid-template-rows:none!important;align-items:center;justify-content:space-between;margin:12px 0;padding:14px;border:1px solid var(--border);border-radius:14px}.cookie-choice span{display:grid!important;min-height:0!important;gap:3px}.cookie-choice small{color:var(--muted);font-weight:400}.cookie-choice input{width:20px;height:20px}.inquiry-privacy-notice{margin:8px 0 0;font-size:.82rem;text-align:center}.inquiry-privacy-notice a{color:var(--teal-dark);text-decoration:underline}body.page-privacy main.subpage{padding-top:0}body.page-privacy .privacy-content{width:min(900px,calc(100% - 36px));margin:0 auto;padding-top:72px}
@media (max-width:760px){.privacy-content{width:calc(100% - 36px);padding-top:56px}}.privacy-content h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:24px}.privacy-content h2{margin:42px 0 12px;font-size:1.35rem}.privacy-content p{font-size:1rem;color:var(--ink)}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
[hidden] { display: none !important; }
body { margin: 0; font-family: "Montserrat","Segoe UI",sans-serif; color: var(--ink); background: #fff; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, select { font: inherit; }
h1,h2,h3,h4 { margin: 0; line-height: 1.1; font-weight: 800; letter-spacing: -0.02em; }
p { margin: 0 0 1em; line-height: 1.68; color: var(--muted); }
p:last-child { margin-bottom: 0; }

/* ── HEADER ─────────────────────────────────────────────────── */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    background: transparent;
}

/* HP header: uses site-header fixed default */

body:not(.page-home) .site-header {
    background: transparent;
}
body:not(.page-home) .header-actions {
    padding-top: 8px;
}

.header-shell {
    width: min(100%, 1460px);
    margin: 0 auto;
    padding: 0 30px 0 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.brand {
    display: flex;
    flex-shrink: 0;
    overflow: visible;
}
.brand img {
    width: 140px;
    height: auto;
    display: block;
    filter: drop-shadow(4px 12px 18px rgba(0,0,0,0.18));
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    margin-right: 0;
    flex-shrink: 0;
}
.button-inquiry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    height: 60px;
    padding: 0 30px;
    border-radius: 999px;
    border: 0;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    background: #F49845;
    box-shadow: 4px 12px 18px rgba(0,0,0,0.18);
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 140ms ease, box-shadow 140ms ease;
}
.button-inquiry:hover { transform: translateY(-1px); box-shadow: 5px 14px 20px rgba(0,0,0,0.2); }
.menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 60px;
    padding: 0 20px;
    border-radius: 999px;
    border: 0;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    background: #28BEBE;
    box-shadow: 4px 12px 18px rgba(0,0,0,0.18);
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease;
}
.menu-toggle:hover { transform: translateY(-1px); box-shadow: 5px 14px 20px rgba(0,0,0,0.2); }
.lang-switch { --lang-size: 64px; position: relative; width: var(--lang-size); min-width: var(--lang-size); }
.lang-switch-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    height: 60px;
    padding: 0;
    border-radius: 999px;
    border: 0;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    background: #28BEBE;
    box-shadow: 4px 12px 18px rgba(0,0,0,0.18);
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease, border-radius 140ms ease;
    flex-shrink: 0;
}
.lang-switch[data-open="true"] .lang-switch-current {
    border-radius: calc(var(--lang-size) / 2) calc(var(--lang-size) / 2) 0 0;
}
.lang-switch-current:hover { transform: translateY(-1px); box-shadow: 5px 14px 20px rgba(0,0,0,0.2); }
.lang-switch-panel {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    min-width: 0;
    padding: 10px 0 8px;
    border-radius: 0 0 calc(var(--lang-size) / 2) calc(var(--lang-size) / 2);
    background: #28BEBE;
    box-shadow: 4px 18px 24px rgba(0,0,0,0.18);
    z-index: 60;
    border: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}
.lang-switch[data-open="true"] .lang-switch-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}
.lang-switch-panel a {
    display: grid;
    min-height: 60px;
    padding: 0;
    place-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background 120ms ease, color 120ms ease;
}
.lang-switch-panel a:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* ── MENU OVERLAY ────────────────────────────────────────────── */
.menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(14,152,156,0.97);
    color: #fff;
    overflow-y: auto;
}
.menu-overlay-shell {
    width: min(calc(100% - 40px), var(--max));
    min-height: 100vh;
    margin: 0 auto;
    padding: 24px 0 48px;
    display: flex;
    flex-direction: column;
}
.menu-overlay-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 110px;
    margin-bottom: 16px;
}
.menu-overlay-brand {
    display: inline-flex;
    padding: 8px;
    border-radius: 24px;
}
.menu-overlay-brand img { width: 160px; height: auto; }
.menu-close {
    position: absolute;
    top: 0; right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
.menu-overlay-nav {
    display: grid;
    gap: 28px;
    margin: 20px 0 44px;
    justify-items: center;
}
.menu-overlay-nav a {
    font-size: clamp(1.7rem,3.2vw,2.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
    text-align: center;
    transition: opacity 140ms;
}
.menu-overlay-nav a:hover { opacity: 0.8; }
.menu-overlay-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.22);
}
.menu-overlay-footer > div { display: grid; gap: 8px; justify-items: center; text-align: center; }
.menu-overlay-footer strong { font-size: 0.9rem; font-weight: 800; color: #fff; }
.menu-overlay-footer p, .menu-overlay-footer a { margin: 0; font-size: 0.88rem; line-height: 1.55; color: rgba(255,255,255,0.9); }
.menu-overlay-footer a { text-decoration: underline; }
.menu-overlay-footer p a { color: inherit; text-decoration: underline; }
.menu-overlay-locales a.is-active { color: #fff; font-weight: 700; }

/* ── BUTTONS ─────────────────────────────────────────────────── */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    transition: transform 140ms ease, box-shadow 140ms ease;
    white-space: nowrap;
}
.button:hover { transform: translateY(-2px); }
.button.button-inquiry { font-size: 1.25rem; font-weight: 700; padding: 0 20px; }
.button-primary {
    color: #fff;
    background: linear-gradient(135deg,var(--pink),#ff4a8d);
    box-shadow: 0 12px 28px rgba(238,21,101,0.22);
}
.button-secondary {
    color: var(--ink);
    background: #fff;
    border-color: rgba(44,47,54,0.14);
    box-shadow: 0 4px 12px rgba(44,47,54,0.06);
}

/* ── LAYOUT SHELLS ───────────────────────────────────────────── */
main { max-width: var(--max); margin: 0 auto; padding: 0 30px 150px; }
body.page-home main { padding-top: 0; }
main.subpage { padding-top: 96px; }
.section { margin-top: 150px; }
.section-heading { margin-bottom: 40px; }
.section-heading h2 {
    font-size: 2.5rem;
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--ink);
    margin-bottom: 14px;
}
.section-heading p {
    max-width: 980px;
    font-size: 1.25rem;
    line-height: 1.58;
    color: #8a8f9f;
}

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.hero-main-media,
.hero-main-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center 18%;
    display: block;
    border-radius: 0;
    aspect-ratio: 2.18 / 1;
}
.hero-copy {
    max-width: var(--max);
    margin: 0 auto;
    padding: 160px 30px 0;
    text-align: center;
    line-height: normal;
}
.hero-copy h1 {
    max-width: var(--max);
    margin: 0 auto 34px;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
    word-spacing: 0;
    color: #28BEBE;
}
.lede {
    max-width: 1180px;
    margin: 0 auto;
    font-size: var(--body-copy-size);
    font-weight: 500;
    color: var(--body-copy-color);
    line-height: var(--body-copy-line);
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 0;
}
.lede .accent { color: #EB5269; font-weight: 700; }
.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 48px;
    height: 72px;
    padding: 0 32px;
    border-radius: 999px;
    border: 2px solid var(--teal);
    background: transparent;
    color: var(--ink);
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms, color 180ms, border-color 180ms;
}
.hero-cta:hover {
    background: var(--teal);
    color: #fff;
}
.hero-cta:hover .hero-cta-arrow {
    color: #fff;
    transform: translateX(3px);
}
.hero-cta-arrow {
    color: var(--teal);
    font-size: 1.35rem;
    flex-shrink: 0;
    transition: transform 180ms, color 180ms;
    line-height: 1;
}

/* ── STORY SECTION ──────────────────────────────────────────── */
.story-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 48.6%);
    gap: clamp(44px, 5vw, 100px);
    align-items: start;
    grid-template-areas:
        "copy media"
        "logos logos";
    padding: 150px 0 100px;
}
.story-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #f2f2f2;
    z-index: -1;
}
.story-copy { grid-area: copy; max-width: 680px; width: 100%; min-width: 0; }
.story-copy h2 {
    font-size: 2.5rem;
    line-height: 1.06;
    color: var(--ink);
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}
.story-copy p {
    font-size: var(--body-copy-size);
    font-weight: 500;
    line-height: var(--body-copy-line);
    color: var(--body-copy-color);
    max-width: 680px;
    margin-bottom: 24px;
}
.story-copy p:last-of-type { margin-bottom: 0; }
.story-accent { color: #f49845; font-weight: 500; }
.story-logo-rail {
    grid-area: logos;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.story-logo-rail::before {
    content: none;
}
.story-partner-window {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.story-partner-logos {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: center;
    width: max-content;
}
.story-partner-logos img {
    flex: 0 0 auto;
    width: 180px;
    height: 72px;
    max-width: 180px;
    justify-self: center;
    object-fit: contain;
}
.story-logo-controls {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 50px;
}
.story-logo-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
}
.story-logo-controls button img { width: 70px; height: 70px; opacity: 1; display: block; }
.story-media {
    grid-area: media;
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}
.story-video-wrap {
    width: 100%;
    max-width: none;
    border-radius: 22px;
    overflow: hidden;
    background: #f4f4f1;
    aspect-ratio: 630 / 450;
}
.story-video { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.story-logo-rail { min-width: 0; }

/* A single rail contract keeps the same visible count in every desktop logo row. */
@media (min-width: 761px) {
    .story-partner-window,
    .ability-rail-window,
    .support-partners-window { width: min(100%, 916px); }
    .story-partner-logos,
    .ability-logos { justify-content: flex-start; }
}

/* ── AUDIENCE ───────────────────────────────────────────────── */
.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    align-items: start;
    max-width: 100%;
    margin: 0 auto;
}
.audience-card {
    overflow: hidden;
    text-align: center;
}
.audience-card img {
    width: 380px;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    margin: 0 auto 100px;
}
.audience-card h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--ink);
    margin-bottom: 14px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}
.audience-card img.audience-card-icon {
    display: block;
    width: 78px;
    height: 78px;
    max-width: none;
    object-fit: contain;
    border-radius: 0;
    margin: 0 auto 20px;
}
.audience-card img.audience-card-icon--schools {
    width: 146px;
}
.audience-card p {
    color: var(--body-copy-color);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.52;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.audience-link {
    display: inline-block;
    margin-top: 20px;
    color: var(--teal);
    font-size: 1.08rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.14em;
}
#audience {
    margin-top: 150px;
    padding-bottom: 100px;
}
#audience .section-heading {
    margin-bottom: 100px;
    text-align: center;
}
#audience .section-heading h2 {
    font-size: 2.5rem;
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: 0;
}

/* ── ABILITIES ──────────────────────────────────────────────── */
#abilities {
    position: relative;
    padding-top: 150px;
}
#abilities::before {
    content: "";
    position: absolute;
    inset: 0 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #f2f2f2;
    z-index: -1;
}
.ability-stack {
    display: block;
}
.ability-row {
    position: relative;
    padding: 100px 0;
}
.ability-row:nth-child(even) {
    position: relative;
}
.ability-row:nth-child(even)::before {
    content: "";
    position: absolute;
    inset: 0 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
}
.ability-body {
    display: grid;
    grid-template-columns: minmax(0, 630px) minmax(0, 1fr);
    gap: 100px;
    align-items: start;
}
.ability-row.reverse .ability-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 630px);
}
.ability-row.reverse .ability-media { order: 2; }
.ability-row.reverse .ability-copy  { order: 1; }
.ability-media {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    aspect-ratio: 630 / 450;
    justify-self: stretch;
}
.ability-poster,
.ability-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ability-video {
    opacity: 0;
    transition: opacity 0.4s;
}
.ability-video.is-playing { opacity: 1; }
.ability-copy {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ability-row.reverse .ability-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ability-row.reverse .ability-badge {
    margin: 0 0 50px;
}
.ability-row--b .ability-badge {
    margin-bottom: 30px;
}
.ability-row.reverse .ability-copy p {
    max-width: 100%;
}
.ability-badge { width: 100px; height: auto; margin: 0 0 50px; }
.ability-copy h3 {
    font-size: 2.5rem;
    line-height: 1.12;
    color: var(--ink);
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}
.ability-copy p {
    color: var(--body-copy-color);
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.52;
    max-width: 100%;
    margin: 0;
}
.ability-accent { font-weight: 500; }
.ability-accent--blue { color: #6cabdf; }
.ability-accent--pink { color: #eb5269; }
.ability-accent--lime { color: #b5d84b; }
.ability-accent--orange { color: #f49845; }
.ability-rail {
    max-width: 100%;
    margin: 100px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ability-row--b .ability-rail {
    max-width: 100%;
    margin-top: 100px;
}
.ability-row--c { padding-top: 150px; }
.ability-row--d { padding-top: 150px; }
.ability-rail-window {
    width: min(100%, 916px);
    margin: 0 auto;
    overflow: hidden;
}
.ability-row--b .ability-rail-window {
    width: min(100%, 831px);
}
.ability-row--d .ability-rail-window {
    width: min(100%, 831px);
}
.ability-logos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 28px;
    align-items: center;
    width: max-content;
    min-height: 74px;
    margin: 0 auto;
}
.ability-logos img { height: 44px; width: auto; max-width: 180px; object-fit: contain; flex: 0 0 auto; }
.ability-logos--a img { width: 200px; height: 85px; max-width: 200px; }
.ability-logos--b,
.ability-logos--d { gap: 24px; }
.ability-logos--b img { width: 184px; height: 85px; max-width: 184px; }
.ability-row--b .ability-logos--b {
    justify-content: flex-start;
    gap: 28px;
}
.ability-row--b .ability-logos--b img {
    width: 184px;
    height: 85px;
    max-width: 184px;
}
.ability-row--d .ability-rail-window { width: min(100%, 550px); }
.ability-logos--d { gap: 34px; }
.ability-logos--d img {
    width: 112px;
    height: 112px;
    max-width: none;
    object-fit: contain;
}
.ability-logos--c {
    gap: 16px;
}
.ability-rail--c .ability-rail-window { width: min(100%, 552px); }
.ability-logos--c img {
    width: 126px;
    height: 126px;
    max-width: none;
    border-radius: 0;
    object-fit: cover;
}
.ability-rail-arrows {
    order: 3;
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 0;
}
.ability-arrow {
    width: 70px;
    height: 70px;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    position: relative;
    box-shadow: none;
    transition: opacity 140ms ease, transform 140ms ease;
}
.ability-arrow:hover { transform: translateY(-1px); }
.ability-arrow img {
    display: block;
    width: 70px;
    height: 70px;
}
#abilities .section-heading {
    margin-bottom: 0;
    text-align: center;
}
#abilities .section-heading h2 {
    font-size: 2.5rem;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
}

/* ── BENEFITS ───────────────────────────────────────────────── */
.benefits-section .section-heading {
    max-width: 1220px;
    margin: 0 auto 100px;
    text-align: center;
}
.benefits-section .section-heading h2 {
    font-size: 2.5rem;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--ink);
}
.benefits-section {
    position: relative;
    padding: 150px 0 100px;
}
#benefits {
    margin-top: 0;
}
.benefits-section::before {
    content: "";
    position: absolute;
    inset: 0 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #f2f2f2;
    z-index: -1;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 100px;
    max-width: 1300px;
    margin: 0 auto;
}
.benefit-card {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}
.benefit-icon-wrap {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 50%;
    background: transparent;
}
.benefit-icon { width: 52px; height: 52px; object-fit: contain; }
.benefit-card h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--ink);
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    font-weight: 700;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.benefit-card p {
    font-size: 1.25rem;
    line-height: 1.55;
    color: #8b8b8b;
    max-width: 220px;
    margin: 0 auto;
}
.benefit-accent { font-weight: 500; }
.benefit-accent--teal { color: #4cc7b8; }
.benefit-accent--blue { color: #72b7ee; }
.benefit-accent--pink { color: #f05e77; }
.benefit-accent--orange { color: #f5a03d; }
.benefit-accent--yellow { color: #f0c842; }
.benefit-accent--magenta { color: #de69c1; }
.benefit-accent--sky { color: #43a5e8; }
.benefit-accent--lime { color: #a7cf4c; }

/* ── METRICS STRIP ──────────────────────────────────────────── */
.metrics-strip {
    margin-top: 150px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 100px 28px;
    border-radius: 0;
    background: var(--teal);
}
.metrics-head {
    text-align: center;
    margin-bottom: 100px;
}
.metrics-head h2 {
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
}
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 50px; max-width: var(--max); margin: 0 auto; }
.metric-card { text-align: center; color: #fff; }
.metric-card strong { display: block; font-size: 7rem; font-weight: 900; color: #fff; margin-bottom: 12px; line-height: 1; }
.metric-card span { font-size: 1.75rem; line-height: 1.3; color: rgba(255,255,255,0.92); font-weight: 500; }

/* ── REFERENCES ─────────────────────────────────────────────── */
.references-section {
    margin-top: 150px;
    padding-bottom: 100px;
}
.references-section .section-heading {
    display: none;
}
.reference-slider { display: grid; gap: 50px; max-width: 100%; margin: 0 auto; }
.reference-slider[data-slider="about-refs"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 54px;
    align-items: start;
}
.reference-slider[data-slider="about-refs"] .slider-controls {
    grid-column: 1 / -1;
}
.reference-card { display: none; grid-template-columns: 310px 1fr; gap: 50px; align-items: start; padding: 0; border-bottom: 0; }
.reference-card.is-active { display: grid; }
.reference-card > img { width: 280px; height: 280px; object-fit: cover; border-radius: 50%; border: 3px solid #2dbfc8; justify-self: center; background: #fff; margin-top: 4px; }
.reference-body { position: relative; display: grid; gap: 50px; align-content: start; padding: 0; }
.reference-name { font-size: 2.5rem; color: var(--ink); font-weight: 700; line-height: 1.2; margin: 0; }
.reference-quote { position: relative; color: #5d6370; font-size: 1.75rem; line-height: 1.62; font-weight: 500; max-width: 100%; margin: 0; padding-bottom: 62px; }
.reference-quote::before {
    content: "";
    position: absolute;
    background: center / contain no-repeat url("/assets/media/reference-quote-open.svg");
    top: 0;
    right: -72px;
    width: 59px;
    height: 46px;
}
.reference-quote::after {
    content: "";
    position: absolute;
    background: center / contain no-repeat url("/assets/media/reference-quote-close.svg");
    left: -38px;
    bottom: 0;
    width: 53px;
    height: 41px;
}
.slider-controls { display: flex; gap: 18px; justify-content: center; margin-top: 2px; }
.slider-controls button {
    display: inline-flex; align-items: center; justify-content: center;
    width: 70px; height: 70px; border-radius: 0;
    border: 0; background: transparent; cursor: pointer;
    opacity: 1;
    position: relative;
    transition: transform 140ms, opacity 140ms;
    padding: 0;
}
.slider-controls button:hover { transform: translateY(-1px); }
.slider-controls button img { display: block; width: 52px; height: 52px; }

/* ── SUPPORT STORY ──────────────────────────────────────────── */
.support-story {
    margin-top: 150px;
    padding-bottom: 100px;
}
.support-layout { display: grid; grid-template-columns: 520px minmax(0, 1fr); gap: 80px; align-items: start; }
.support-portrait { display: flex; flex-direction: column; align-items: center; text-align: center; margin: 0; }
.support-portrait img { width: 376px; height: 376px; object-fit: cover; border-radius: 22px; border: none; margin-bottom: 30px; }
.support-portrait figcaption { font-size: 0.95rem; font-weight: 400; color: #8a8f9f; line-height: 1.4; max-width: 260px; }
.support-portrait figcaption strong { display: block; font-weight: 700; color: var(--ink); }
.support-copy h2 { font-size: 2.5rem; line-height: 1.08; color: var(--ink); margin-bottom: 18px; font-weight: 700; }
.support-copy p { font-size: 1.75rem; line-height: 1.52; color: var(--body-copy-color); max-width: 100%; }
.support-copy a { color: var(--teal); text-decoration: underline; font-weight: inherit; }
.support-copy a:hover { opacity: 0.8; }
.support-accent { color: #f49845; font-weight: 700; }
.support-lead { font-weight: 400; }
.support-logo-cloud {
    display: grid;
    gap: 18px;
    margin-top: 100px;
    max-width: 760px;
}
.support-partners {
    width: 100%;
    max-width: 760px;
    margin: 0;
    justify-self: center;
}
.support-partners-window { width: min(100%, 760px); overflow: hidden; margin: 0 auto; }
.support-logo-row {
    display: grid;
    align-items: center;
    justify-items: start;
}
.support-logo-row--systems {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 22px;
}
.support-logo-row--partners {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    width: max-content;
    justify-content: flex-start;
}
.support-logo-row img {
    width: 100%;
    max-width: 138px;
    height: 38px;
    object-fit: contain;
}
.support-logo-row--partners img {
    width: auto;
    max-width: 220px;
    height: 85px;
}
.support-partners-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 50px;
}
.support-partners-label {
    margin: 0;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #989daa;
}
.support-copy .support-partners-label {
    font-size: 0.78rem;
    color: #989daa;
}
.support-partners-controls { display: flex; justify-content: center; gap: 18px; }
.support-arrow { width: 70px; height: 70px; }

/* ── GALLERY ────────────────────────────────────────────────── */
.gallery-section {
    margin-top: 150px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 100px 28px 100px;
    background: #f6f6f6;
}
.gallery-section .section-heading {
    margin-bottom: 100px;
}
.gallery-section .section-heading h2 {
    font-size: 2.5rem;
    line-height: 1.08;
    letter-spacing: -0.01em;
    text-align: center;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 380px));
    justify-content: center;
    gap: 26px 50px;
    max-width: 1240px;
    margin: 0 auto;
}
.gallery-item { border-radius: 0; overflow: visible; background: transparent; margin: 0; }
.gallery-item img {
    width: 100%;
    aspect-ratio: 380 / 300;
    object-fit: cover;
    border: 1px solid #bdbdbd;
}
.gallery-item figcaption {
    padding: 50px 0 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #8f939c;
    text-align: center;
    margin: 0;
}
.gallery-grid[data-slider] {
    grid-template-columns: repeat(3, minmax(0, 380px));
    max-width: 1240px;
}
.gallery-grid[data-slider] .slider-controls {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 18px;
}
.gallery-item { display: none; }
.gallery-item.is-active { display: block; }
.gallery-item.is-active img { aspect-ratio: 380 / 300; }
.gallery-controls { margin-top: 40px; }
.gallery-section + .cta-panel {
    margin-top: 150px;
}

/* ── BOARDS ─────────────────────────────────────────────────── */
.boards-section {
    margin-top: 0;
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}
.boards-section::before {
    content: "";
    position: absolute;
    inset: 0 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #f2f2f2;
    z-index: -1;
}
.boards-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
    gap: 100px;
    align-items: start;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
}
.boards-aside {
    display: grid;
    gap: 30px;
    align-content: start;
}
.boards-aside .section-heading {
    margin: 0;
    text-align: left;
}
.boards-aside .section-heading h2 {
    font-size: 2.5rem;
    line-height: 1.08;
    margin-bottom: 16px;
}
.boards-aside .section-heading p {
    font-size: var(--body-copy-size);
    line-height: var(--body-copy-line);
    color: var(--body-copy-color);
}
.boards-thumbs {
    display: grid;
    gap: 30px 50px;
    grid-template-columns: repeat(4, 90px);
    justify-content: start;
}
.board-thumb {
    padding: 0;
    border-radius: 12px;
    border: 0;
    background: transparent;
    cursor: pointer;
    overflow: visible;
    opacity: 0.82;
    transition: transform 140ms, opacity 140ms;
}
.board-thumb.is-active {
    opacity: 1;
    transform: translateY(-1px);
}
.board-thumb img {
    width: 100%;
    aspect-ratio: 1124 / 2190;
    object-fit: contain;
    object-position: top center;
    border-radius: 12px;
    display: block;
}
.boards-main {
    position: relative;
    display: grid;
    justify-items: center;
}
.boards-slide { display: none; margin: 0; text-align: center; }
.boards-slide.is-active { display: block; }
.boards-slide img {
    width: min(100%, 280px);
    aspect-ratio: 14/27;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 auto;
}
.boards-slide figcaption {
    margin: 30px 0 16px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #989daa;
    line-height: 1.2;
}
.boards-controls {
    justify-content: center;
    margin-top: 50px;
}

/* ── LAYOUT SECTION ─────────────────────────────────────────── */
.layout-section {
    margin-top: 150px;
    padding-bottom: 100px;
}
.layout-heading {
    text-align: center;
    margin-bottom: 50px;
}
.layout-shell {
    display: grid;
    grid-template-columns: minmax(0, 590px) minmax(0, 1fr);
    gap: 100px;
    align-items: stretch;
}
.layout-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 84px;
}
.layout-visual {
    display: grid;
    align-items: start;
}
.layout-visual-image {
    grid-area: 1 / 1;
    width: 100%;
    height: 770px;
    object-fit: contain;
    object-position: top center;
}
.layout-visual-image.is-active {
    position: relative;
    z-index: 1;
}
.layout-step h3 {
    font-size: 1.75rem;
    line-height: 1.28;
    font-weight: 700;
    margin-bottom: 14px;
}
.layout-step p {
    font-size: var(--body-copy-size);
    line-height: var(--body-copy-line);
    color: var(--body-copy-color);
}
.layout-controls {
    justify-content: flex-start;
    margin-top: 74px;
}
.layout-step-copy [data-layout-step]:nth-child(1) h3 { color: #ac64b9; }
.layout-step-copy [data-layout-step]:nth-child(2) h3 { color: #35b397; }
.layout-step-copy [data-layout-step]:nth-child(3) h3 { color: #f49845; }
.layout-step-copy [data-layout-step]:nth-child(4) h3 { color: #f3d554; }
.layout-step-copy [data-layout-step]:nth-child(5) h3 { color: #f27ac4; }

/* ── CTA PANEL ──────────────────────────────────────────────── */
.cta-panel {
    display: grid;
    justify-items: center;
    gap: 150px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}
.cta-panel-copy {
    width: 100%;
    max-width: 900px;
    min-width: 0;
    text-align: center;
    display: grid;
    justify-items: center;
}
.cta-panel-copy h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    color: var(--ink);
    margin-bottom: 18px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    letter-spacing: -0.01em;
    font-weight: 700;
}
.cta-panel-copy p {
    color: #8a8f9f;
    font-size: 1.75rem;
    line-height: 1.52;
    margin-bottom: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.cta-list {
    list-style: none;
    padding: 0;
    margin: 100px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    max-width: 620px;
    justify-items: start;
}
.cta-list li {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    column-gap: 20px;
    color: #8a8f9f;
    font-size: 1.75rem;
    line-height: 1.42;
    text-align: left;
    white-space: normal;
}
.cta-list img {
    display: block;
    width: 72px;
    height: 72px;
}
.cta-accent--green { color: #a6cf45; }
.cta-accent--blue { color: #5aa6e6; }
.cta-accent--violet { color: #a665d2; }
.cta-accent--orange { color: #f3973e; }
.cta-panel-button {
    justify-self: center;
    margin-top: 0;
    padding: 0 48px;
    min-height: 104px;
    border-radius: 999px;
    background: #f49845;
    border: 1px solid #f6af6b;
    box-shadow: inset 0 -2px 0 rgba(225, 118, 23, 0.18), 0 8px 32px rgba(244,152,69,0.32);
    font-size: 1.75rem;
    font-weight: 700;
    white-space: normal;
    text-align: center;
    line-height: 1.16;
    min-width: 640px;
}

/* ── SUPPORT STRIP ──────────────────────────────────────────── */
.support-strip {
    max-width: none;
    margin-top: 76px;
    padding: 54px 42px;
    background: linear-gradient(135deg,var(--teal),#28bebe);
    color: #fff;
}
.page-home .support-strip {
    margin-top: 64px;
    padding: 48px 42px 18px;
}
.support-strip-lead { text-align: center; color: rgba(255,255,255,0.92); font-size: 1.04rem; line-height: 1.62; margin-bottom: 22px; max-width: 1080px; margin-left: auto; margin-right: auto; }
.support-strip-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; max-width: 1320px; margin: 0 auto; }
.support-strip-grid h3 { font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: #fff; margin-bottom: 14px; }
.support-strip-grid p { color: rgba(255,255,255,0.9); line-height: 1.72; font-size: 1.04rem; }
.support-strip-grid a { color: #fff; text-decoration: underline; }

/* ── FOOTER ─────────────────────────────────────────────────── */
.page-footer {
    margin-top: 32px;
    background: linear-gradient(180deg,#35bfc2 0%, #2bb8bc 100%);
    color: #fff;
}
.page-home .page-footer {
    margin-top: 150px;
    background: linear-gradient(180deg,#31bec1 0%, #2bb8bc 100%);
}
.page-footer-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 72px 100px;
    text-align: center;
}
.page-home .page-footer-inner {
    padding-top: 100px;
}
.footer-top-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.footer-top-logo-shell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    min-height: 102px;
    padding: 0;
    border: 0;
    background: transparent;
}
.footer-top-logo-image {
    width: 188px;
    height: auto;
    display: block;
}
.page-footer-grid {
    display: grid;
    grid-template-columns: 250px 210px 250px;
    justify-content: center;
    gap: 142px;
    align-items: start;
}
.footer-col { display: grid; justify-items: center; align-content: start; }
.footer-col h3 {
    margin: 0 0 16px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
}
.footer-col p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.45;
    color: rgba(255,255,255,0.96);
}
.footer-col--support {
    gap: 8px;
}
.footer-col--contact {
    gap: 10px;
}
.footer-col a {
    color: #fff;
    text-decoration: none;
}
.footer-col a.footer-email { text-decoration: underline; text-underline-offset: 2px; }
.footer-col--menu { gap: 0; }
.footer-col--menu h3 { margin-top: 0; margin-bottom: 14px; }
.footer-links {
    display: grid;
    gap: 11px;
    justify-items: center;
    margin: 0;
}
.footer-col--menu .footer-links {
    margin-bottom: 0;
}
.footer-links a {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.34;
    color: rgba(255,255,255,0.96);
    text-decoration: none;
}
.footer-locales {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 42px;
    font-size: 0.98rem;
    letter-spacing: 0;
    line-height: 1;
}
.footer-locales a {
    color: rgba(255,255,255,0.76);
    text-decoration: none;
}
.footer-locales a:hover,
.footer-locales a.is-active {
    color: rgba(255,255,255,0.98);
}
.footer-social {
    margin-top: 26px;
    display: grid;
    gap: 14px;
    justify-items: center;
}
.footer-social h3 {
    margin-bottom: 0;
}
.footer-social-links {
    display: flex;
    gap: 18px;
    justify-content: center;
}
.social-link {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
.footer-social-links .social-link {
    color: inherit;
    text-decoration: none;
}
.social-link svg {
    width: 44px;
    height: 44px;
    display: block;
}
.footer-meta-group {
    margin-top: 100px;
    display: grid;
    gap: 10px;
    justify-items: center;
}
.page-home .footer-meta-group {
    margin-top: 100px;
}
.footer-kicker {
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(255,255,255,0.96);
    text-transform: uppercase;
    margin: 0;
}
.footer-brand {
    font-size: 0.98rem;
    color: rgba(255,255,255,0.96);
    margin: 0;
}
.footer-copy {
    margin: 10px 0 0;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.9);
}
.footer-meta {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.95);
    margin: 0;
}
.footer-inpublic {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.footer-inpublic-image {
    width: 132px;
    height: auto;
    display: block;
}
.footer-partners {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.page-home .footer-partners {
    margin-top: 100px;
}
.footer-partners-image {
    width: min(100%, 720px);
    height: auto;
    display: block;
}

/* ── SUBPAGES ───────────────────────────────────────────────── */
.subpage-header {
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0;
}
.page-inquiry .subpage-header { border-bottom: none; padding-bottom: 0; }
.subpage-header h1 { font-size: clamp(2rem,3.5vw,3.2rem); color: var(--ink); margin-bottom: 12px; }
.subpage-header p { font-size: 1.1rem; color: var(--muted); }

/* NEWS PAGE */
.page-news .subpage-header {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 74px;
    padding-bottom: 0;
    border-bottom: none;
}
.news-list-header { max-width: 980px; margin: 0 auto; text-align: center; }
.news-list-header h1 {
    color: var(--teal);
    font-size: clamp(2.55rem, 3.4vw, 3.5rem);
    line-height: 1.05;
    margin-bottom: 0;
    font-weight: 800;
    letter-spacing: -0.03em;
}
.news-list-section { margin-top: 0; padding-top: 70px; }
.news-category-filter { max-width: 980px; margin: 0 auto 70px; display: flex; flex-wrap: wrap; justify-content: center; gap: 0; }
.news-category-filter a { color: var(--teal); font-size: 1rem; line-height: 1.5; text-decoration: none; padding: 0 9px; border-right: 1px solid currentColor; }
.news-category-filter a:last-child { border-right: 0; }
.news-category-filter a.is-active { font-weight: 800; }
.news-list { max-width: 980px; margin: 0 auto; }
.news-list-item {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding: 18px 0 22px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}
.news-list-thumb img {
    width: 100%;
    aspect-ratio: 892 / 502;
    object-fit: cover;
    border-radius: 10px;
}
.news-list-copy h2 {
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1.14;
    margin-bottom: 10px;
    font-weight: 700;
    max-width: 620px;
}
.news-list-copy h2 a { color: inherit; }
.news-list-copy p {
    margin-bottom: 10px;
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.34;
    color: #8d93a0;
}
.news-list-date {
    color: #4f535d;
    font-size: 0.98rem;
    font-weight: 700;
}
.news-list-meta,
.news-list-meta a,
.news-detail-category,
.news-detail-author {
    color: var(--teal);
}
.news-list-meta { display: flex; justify-content: space-between; gap: 20px; max-width: 620px; margin-top: 18px; font-size: 1rem; }
.news-list-meta a { text-decoration: none; }
.news-detail-section { margin-top: 0; padding-top: 72px; }
.news-detail {
    max-width: 980px;
    margin: 0 auto;
}
.news-detail-header h1 {
    font-size: clamp(2.4rem, 3vw, 3.3rem);
    line-height: 1.12;
    margin-bottom: 18px;
    font-weight: 800;
    max-width: 760px;
    letter-spacing: -0.03em;
}
.news-detail-intro {
    font-size: 1.12rem;
    line-height: 1.45;
    max-width: 760px;
    margin-bottom: 22px;
    color: #8d93a0;
}
.news-detail-meta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: center;
    padding: 0 0 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}
.news-detail-meta span,
.news-detail-meta a {
    color: #4f535d;
    font-size: 1rem;
}
.news-detail-meta > * { color: var(--teal) !important; text-decoration: none; }
.news-detail-meta > :nth-child(2) { text-align: center; }
.news-detail-meta > :nth-child(3) { text-align: right; }
.news-detail-hero { margin: 0 0 28px; }
.news-detail-hero img {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 1284 / 712;
    object-fit: cover;
}
.news-detail-copy {
    max-width: 760px;
    margin: 0 auto 36px;
}
.news-detail-copy p {
    font-size: 1.08rem;
    line-height: 1.66;
    color: #8d93a0;
    margin-bottom: 14px;
}
.news-inline-link { color: var(--teal); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.news-gallery-open { display:block; width:100%; border:0; padding:0; background:transparent; cursor:zoom-in; }
.news-gallery-open img { display:block; }
.news-lightbox-open { overflow:hidden; }
.news-lightbox { position:fixed; inset:0; z-index:1000; display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:16px; padding:48px 5vw; background:rgba(15,21,30,.92); }
.news-lightbox[hidden] { display:none; }
.news-lightbox figure { margin:0; min-width:0; text-align:center; color:#fff; }
.news-lightbox img { display:block; max-width:100%; max-height:calc(100vh - 116px); margin:0 auto; object-fit:contain; }
.news-lightbox figcaption { min-height:1.3em; margin-top:12px; }
.news-lightbox-close,.news-lightbox-prev,.news-lightbox-next { border:0; color:#fff; background:rgba(255,255,255,.14); cursor:pointer; }
.news-lightbox-close { position:absolute; top:16px; right:20px; width:44px; height:44px; border-radius:50%; font-size:30px; line-height:1; }
.news-lightbox-prev,.news-lightbox-next { width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center; padding:0; font-size:0; line-height:1; }
.news-lightbox-prev::after,.news-lightbox-next::after { content:""; width:13px; height:13px; box-sizing:border-box; }
.news-lightbox-prev::after { border-left:3px solid currentColor; border-bottom:3px solid currentColor; transform:rotate(45deg); margin-left:5px; }
.news-lightbox-next::after { border-right:3px solid currentColor; border-top:3px solid currentColor; transform:rotate(45deg); margin-right:5px; }
.news-detail-gallery-section {
    margin: 0 calc(50% - 50vw) 34px;
    max-width: none;
    padding: 50px 0 28px;
    background: #f8f8f8;
}
.news-detail-gallery-section .gallery-grid {
    max-width: 980px;
    margin: 0 auto;
}
.news-detail-gallery .gallery-item { display: none; }
.news-detail-gallery .gallery-item.is-active { display: block; }
.news-poll {
    max-width: 760px;
    margin: 0 auto;
    padding: 18px 0 8px;
}
.news-poll h2 {
    font-size: 2rem;
    margin-bottom: 18px;
    font-weight: 700;
}
.news-poll-question {
    font-size: 1.18rem;
    margin-bottom: 24px;
    color: #6f7480;
}
.news-poll-options { display: grid; gap: 20px; }
.news-poll-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 18px;
    align-items: center;
}
.news-poll-option-head {
    display: flex;
    align-items: center;
    gap: 16px;
    grid-column: 1 / -1;
}
.news-poll-radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #f49845;
    display: inline-block;
    flex: 0 0 auto;
}
.news-poll-radio.is-filled { background: #f49845; }
.news-poll-bar {
    height: 24px;
    border: 3px solid var(--teal);
    border-radius: 999px;
    overflow: hidden;
}
.news-poll-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: var(--teal);
}
.news-poll-option em {
    font-style: normal;
    font-size: 1rem;
    color: #7b7f88;
}
.news-poll-button {
    display: flex;
    margin: 30px auto 0;
    min-width: 160px;
}
.news-poll-status {
    margin: 34px 0 6px;
    color: var(--teal-dark);
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media (max-width: 640px) { .news-lightbox { grid-template-columns:44px minmax(0,1fr) 44px; gap:7px; padding:48px 10px 24px; } .news-lightbox-prev,.news-lightbox-next { width:44px; height:44px; border-radius:50%; } .news-lightbox-prev::after,.news-lightbox-next::after { width:11px; height:11px; border-width:2px; } }

/* CONTACTS PAGE */
.contacts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; margin-bottom: 48px; }
.contact-card { padding: 28px; background: var(--teal-soft); border-radius: var(--radius); }
.contact-card h2 { font-size: 1.15rem; color: var(--ink); margin-bottom: 14px; }
.contact-hours { font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.contact-phone { display: block; font-size: 1.4rem; font-weight: 800; color: var(--teal-dark); margin-bottom: 6px; }
.contact-email { color: var(--muted); text-decoration: underline; }
.contacts-cta { text-align: center; padding: 48px 0; }
.contacts-cta h2 { font-size: clamp(1.5rem,2.2vw,2.2rem); color: var(--ink); margin-bottom: 14px; }
.contacts-cta p { color: var(--muted); margin-bottom: 24px; }

/* ABOUT PAGE */
.about-intro { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: start; margin-bottom: 48px; }
.about-copy h2 { font-size: clamp(1.5rem,2vw,2.2rem); color: var(--ink); margin-bottom: 16px; }
.about-copy p { color: var(--muted); margin-bottom: 12px; }
.about-stats { display: grid; gap: 20px; }
.about-stat { text-align: center; padding: 24px; background: var(--teal-soft); border-radius: 20px; }
.about-stat strong { display: block; font-size: 2.4rem; font-weight: 900; color: var(--teal-dark); margin-bottom: 4px; }
.about-stat span { font-size: 0.9rem; font-weight: 700; color: var(--muted); }
.about-gallery { margin-bottom: 16px; }
.about-gallery-main { border-radius: var(--radius); overflow: hidden; }
.about-gallery-slide { display: none; }
.about-gallery-slide.is-active { display: block; }
.about-gallery-slide img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.about-gallery-slide figcaption { padding: 12px 0 0; font-size: 0.88rem; font-weight: 700; color: var(--muted); }
.about-gallery-thumbs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.about-gallery-thumb { border-radius: 12px; overflow: hidden; border: 2px solid transparent; cursor: pointer; background: none; padding: 0; }
.about-gallery-thumb.is-active { border-color: var(--teal); }
.about-gallery-thumb img { width: 80px; height: 56px; object-fit: cover; display: block; }

/* ACADEMY PAGE (legacy rules kept for compat) */
.academy-copy h2 { font-size: clamp(1.5rem,2vw,2.2rem); color: var(--ink); margin-bottom: 16px; }
.academy-copy p { color: var(--muted); margin-bottom: 12px; }
.academy-topics { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.academy-topic { padding: 24px; border-radius: 20px; border: 1px solid var(--border); }
.academy-topic h3 { font-size: 1.05rem; color: var(--ink); margin-bottom: 10px; }
.academy-topic p { font-size: 0.92rem; color: var(--muted); }

/* SENIOR PAGE */
.page-senior .subpage {
    overflow: hidden;
}
.senior-hero-page {
    width: min(100%, 1460px);
    margin: 0 auto;
    padding: 26px 32px 0;
}
.senior-hero-visual {
    width: min(100%, 980px);
    margin: 0 auto;
    border-radius: 0;
    overflow: visible;
}
.senior-hero-visual img,
.senior-hero-visual .senior-hero-video {
    width: 100%;
    aspect-ratio: 1536 / 1024;
    object-fit: cover;
    border-radius: 0;
}
.senior-hero-copy {
    max-width: 860px;
    margin: 46px auto 0;
    text-align: center;
}
.senior-hero-copy h1 {
    color: var(--teal);
    font-size: clamp(2.65rem, 3.8vw, 3.7rem);
    margin-bottom: 16px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.035em;
}
.senior-hero-copy p {
    font-size: clamp(1rem, 1.28vw, 1.22rem);
    line-height: 1.36;
    color: #838995;
    max-width: 760px;
    margin: 0 auto;
}
.page-senior .section {
    width: min(100%, 1300px);
    margin-left: auto !important;
    margin-right: auto !important;
}
.senior-story-section {
    padding-top: 92px;
}
.senior-story-section .story-copy {
    max-width: 360px;
}
.senior-story-section .story-copy h2,
.page-senior .section-heading h2,
.page-senior .layout-heading h2,
.page-senior .metrics-head h2 {
    font-size: clamp(2rem, 2.45vw, 2.45rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}
.senior-story-section .story-copy p,
.page-senior .audience-card p,
.page-senior .ability-copy p,
.page-senior .benefit-card p,
.page-senior .layout-step p,
.page-senior .reference-quote,
.page-senior .gallery-item figcaption,
.page-senior .cta-panel-copy p,
.page-senior .cta-list span {
    font-size: 1rem;
    line-height: 1.48;
    color: #8a909b;
}
.senior-story-section .story-copy .story-accent { color: #7e8591; }
.senior-story-section .story-video-wrap {
    width: min(100%, 440px);
    min-height: 0;
    border-radius: 10px;
    overflow: hidden;
}
.senior-story-section .story-video-wrap img,
.senior-story-section .story-video-wrap .senior-story-video {
    width: 100%;
    aspect-ratio: 1435 / 1024;
    object-fit: cover;
}
.page-senior .story-logo-rail {
    margin-top: 20px;
}
.page-senior .story-partner-window {
    width: 620px;
    max-width: 100%;
}
.page-senior .story-partner-logos img {
    max-height: 42px;
    width: auto;
}
.page-senior .audience-grid {
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto;
}
.page-senior .audience-card img {
    border-radius: 14px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.page-senior .audience-card img.audience-card-icon {
    width: 78px;
    height: 78px;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 0;
    margin: 0 auto 20px;
}
.page-senior .audience-card img.audience-card-icon--schools {
    width: 146px;
}
.page-senior .audience-card h3,
.page-senior .ability-copy h3,
.page-senior .benefit-card h3,
.page-senior .layout-step h3,
.page-senior .reference-name,
.page-senior .cta-panel-copy h2 {
    line-height: 1.14;
    letter-spacing: -0.02em;
}
.page-senior .ability-stack {
    gap: 88px;
}
.page-senior .ability-row {
    padding-top: 78px;
    padding-bottom: 78px;
}
.page-senior .ability-row--c,
.page-senior .ability-row--d {
    padding-top: 108px;
}
.page-senior .ability-body {
    align-items: center;
    gap: 54px;
}
.page-senior .ability-media {
    flex: 0 0 430px;
}
.page-senior .ability-poster {
    border-radius: 10px;
    aspect-ratio: 1435 / 1024;
    object-fit: cover;
}
.page-senior .ability-media:not(.has-video)::after {
    content: "VIDEO TBA";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.15rem, 3.4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #eb5269;
    background: rgba(255,255,255,0.16);
}
.page-senior .ability-copy {
    max-width: 320px;
}
.page-senior .ability-copy h3 {
    font-size: 1.34rem;
    margin-bottom: 12px;
}
.page-senior .ability-badge {
    width: 54px;
    margin-bottom: 18px;
}
.page-senior .ability-rail {
    margin-top: 100px;
    align-items: center;
}
.page-senior .ability-rail-window {
    width: min(100%, 916px);
    max-width: none;
    overflow: hidden;
    margin: 0 auto;
}
.page-senior .ability-logos {
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: max-content;
    min-height: 0;
    margin: 0 auto;
}
.page-senior .ability-logos img {
    max-height: 42px;
    width: auto;
}
.page-senior .ability-logos--a img {
    max-height: 38px;
}
.page-senior .ability-logos--b img,
.page-senior .ability-logos--d img {
    max-height: 38px;
}
.page-senior .ability-logos--c img {
    max-height: 94px;
}

/* ── PARTNERS WALL ───────────────────────────────────────────────────────── */
.partners-hero { width:min(100%,960px); margin:130px auto 0; text-align:center; }
.partners-hero h1 { color: var(--ink); font-size: clamp(2.3rem,4vw,4.2rem); line-height: 1.08; margin: 0 0 28px; }
.partners-hero p { max-width: 850px; margin: 0 auto; color: var(--body-copy-color); font-size: var(--body-copy-size); line-height: var(--body-copy-line); }
.partners-wall-section { width:min(100%,1300px); margin:84px auto 130px; }
.partners-wall { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:28px; align-items:stretch; }
.partner-tile { min-height:150px; display:grid; place-items:center; padding:28px; border:1px solid #e3e5e8; background:#fff; }
.partner-tile img { width:100%; max-width:190px; max-height:94px; object-fit:contain; }
.partners-empty { margin:0; text-align:center; color:var(--body-copy-color); }
@media (max-width: 900px) { .partners-wall { grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; } .partner-tile { min-height:124px; padding:20px; } }
@media (max-width: 560px) { .partners-hero { margin-top:86px; } .partners-wall-section { margin-top:54px; margin-bottom:82px; } .partners-wall { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; } .partner-tile { min-height:105px; padding:16px; } }
.page-senior .ability-rail-arrows,
.page-senior .story-logo-controls {
    margin-top: 50px;
}
.page-senior .benefits-section {
    padding-top: 86px;
}
.page-senior .benefit-grid {
    max-width: 980px;
    margin: 0 auto;
    gap: 24px 18px;
}
.page-senior .benefit-card {
    padding: 0;
    border: none;
    background: transparent;
    text-align: center;
}
.page-senior .benefit-icon-wrap {
    margin-bottom: 14px;
}
.page-senior .benefit-icon {
    width: 46px;
    height: 46px;
}
.page-senior .benefit-card h3 {
    max-width: 210px;
    margin: 0 auto 8px;
    font-size: 1rem;
}
.page-senior .benefit-card p {
    max-width: 210px;
    margin: 0 auto;
    font-size: 0.9rem;
}
.page-senior .boards-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
    align-items: start;
    gap: 100px;
}
.page-senior .boards-aside {
    max-width: none;
}
.page-senior .boards-aside .section-heading p {
    font-size: var(--body-copy-size);
    line-height: 1.45;
    color: #8a909b;
}
.page-senior .boards-thumbs {
    grid-template-columns: repeat(4, 90px);
    gap: 30px 50px;
}
.page-senior .board-thumb img,
.page-senior .boards-slide img {
    border-radius: 10px;
}
.page-senior .boards-main {
    max-width: 360px;
    margin: 0 auto;
}
.page-senior .boards-slide figcaption {
    margin: 30px 0 16px;
}
.page-senior .layout-section {
    margin-top: 0;
    padding-top: 0;
}
.page-senior .senior-layout-shell {
    grid-template-columns: minmax(0, 590px) minmax(0, 1fr);
    gap: 100px;
    align-items: stretch;
    justify-content: initial;
}
.page-senior .layout-visual {
    max-width: none;
    margin: 0;
}
.page-senior .layout-copy {
    padding-top: 84px;
    max-width: none;
}
.page-senior .layout-step h3 {
    font-size: 1.75rem;
    margin-bottom: 14px;
}
.page-senior .layout-step p {
    font-size: var(--body-copy-size);
    line-height: var(--body-copy-line);
}
.page-senior .layout-controls {
    margin-top: 74px;
}
.page-senior .boards-section::before { background: #fff; }

.page-senior .metrics-strip {
    margin-top: 92px;
    padding: 72px 28px;
}
.page-senior .metrics-head h2 {
    margin-bottom: 26px;
}
.page-senior .metrics-grid {
    gap: 24px;
}
.page-senior .metric-card strong {
    font-size: clamp(3.6rem, 4.7vw, 5rem);
}
.page-senior .metric-card span {
    font-size: 1.2rem;
    line-height: 1.24;
}
.page-senior .reference-slider {
    max-width: 980px;
}
.page-senior .reference-card {
    grid-template-columns: 180px 1fr;
    gap: 40px;
    align-items: center;
}
.page-senior .reference-card img {
    width: 180px;
    height: 180px;
}
.page-senior .reference-body {
    gap: 18px;
}
.page-senior .reference-quote::before {
    width: 48px;
    height: 37px;
    right: -56px;
}
.page-senior .reference-name {
    font-size: 1.18rem;
    margin-bottom: 0;
}
.page-senior .reference-quote {
    font-size: 1rem;
    line-height: 1.58;
}
.page-senior .reference-quote::after {
    width: 43px;
    height: 34px;
    left: -30px;
}
.page-senior .gallery-section {
    width: auto;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-top: 86px;
    padding-bottom: 74px;
    background: #f5f5f5;
}
.page-senior .gallery-section .section-heading {
    margin-bottom: 52px;
}
.page-senior .gallery-grid {
    max-width: 1040px;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}
.page-senior .gallery-grid[data-slider] {
    max-width: 1040px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-senior .gallery-grid[data-slider] .gallery-item {
    display: block;
}
.page-senior .gallery-item img {
    border-radius: 10px;
    border: 0;
}
.page-senior .gallery-item figcaption {
    text-align: center;
    margin-top: 14px;
    font-size: 0.95rem;
}
.page-senior .gallery-controls {
    display: none;
}
.page-senior .gallery-section + .cta-panel {
    margin-top: 82px;
}
.page-senior .cta-panel {
    max-width: 760px;
}
.page-senior .cta-panel-copy h2 {
    font-size: clamp(2.15rem, 2.7vw, 2.8rem);
    margin-bottom: 12px;
}
.page-senior .cta-panel-copy p {
    margin-bottom: 0;
}
.page-senior .cta-list {
    gap: 26px;
    margin-top: 54px;
    max-width: 540px;
}
.page-senior .cta-list li {
    grid-template-columns: 52px 1fr;
    column-gap: 18px;
    font-size: 1.08rem;
    line-height: 1.38;
}
.page-senior .cta-list li img {
    width: 42px;
}
.page-senior .cta-panel-button {
    margin-top: 48px;
    min-height: 78px;
    padding: 0 40px;
    font-size: 1.22rem;
}

/* Senior is a full desktop page; keep its original generous raster instead of
   shrinking it into the dimensions of the supplied PDF export. */
@media (min-width: 1101px) {
    /* Senior uses the shared fixed navigation; the hero remains visible beneath it. */
    .page-senior .site-header { position: fixed; }
    .page-senior .header-shell {
        width: min(100%, 1460px);
        padding-left: 18px;
        padding-right: 30px;
    }
    .page-senior main.subpage { padding-top: 0; }
    .page-senior .senior-hero-page { padding-top: 0; }

    /* Full-width alternating bands are defined by 100vw pseudo-elements.
       Do not clip them to the centered main column on desktop. */
    .page-senior .subpage { overflow: visible; }

    .page-senior .story-partner-window,
    .page-senior .ability-rail-window {
        margin-left: auto;
        margin-right: auto;
    }

    .page-senior .story-partner-logos,
    .page-senior .ability-logos {
        justify-content: center;
    }

    .page-senior .story-partner-logos img { height: 85px; max-height: none; max-width: 214px; }
    .page-senior .ability-logos { gap: 28px; }
    .page-senior .ability-logos img { max-height: 56px; }
    .page-senior .ability-logos--a img,
    .page-senior .ability-logos--b img,
    .page-senior .ability-logos--d img { max-height: 50px; }
}
.page-about .about-hero p {

    font-size: clamp(1.02rem, 1.24vw, 1.28rem);
    max-width: 900px;
    line-height: 1.18;
}
.page-about .about-unique-copy h2 {
    font-size: clamp(1.82rem, 2vw, 2.12rem);
}
.page-about .about-unique-copy p {
    font-size: clamp(0.96rem, 1.04vw, 1.08rem);
    line-height: 1.34;
}
.page-about .about-map-copy h2 {
    font-size: clamp(1.94rem, 2.2vw, 2.34rem);
}
.page-about .about-map-copy p {
    font-size: clamp(0.96rem, 1.04vw, 1.08rem);
    line-height: 1.34;
}
.page-about .section-heading-large--dark {
    font-size: clamp(1.84rem, 2.08vw, 2.28rem);
}
.page-about .about-cta .cta-panel-button {
    min-height: 68px;
    padding: 0 40px;
    font-size: 1.18rem;
}
@media (max-width: 1100px) {
    .page-news .subpage-header,
    .news-list,
    .news-detail,
    .page-senior .section,
    .senior-hero-page {
        width: min(100%, 1180px);
        padding-left: 18px;
        padding-right: 18px;
    }
    .news-list-item {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 24px;
    }
    .page-senior .ability-body,
    .page-senior .senior-layout-shell,
    .page-senior .boards-layout {
        grid-template-columns: 1fr;
        display: grid;
    }
    .page-senior .ability-media,
    .page-senior .boards-main,
    .page-senior .boards-aside,
    .page-senior .layout-visual,
    .page-senior .ability-copy,
    .senior-story-section .story-copy,
    .senior-story-section .story-video-wrap {
        max-width: none;
        width: 100%;
    }
    .page-senior .story-partner-window,
    .page-senior .ability-rail-window {
        width: 100%;
    }
}
@media (max-width: 760px) {
    .page-news .subpage-header { padding-top: 48px; }
    .news-list-section { padding-top: 48px; }
    .news-category-filter { justify-content: flex-start; margin-bottom: 48px; }
    .news-category-filter a { font-size: 0.92rem; padding: 0 7px; }
    .news-list-item { grid-template-columns: 1fr; }
    .news-list-thumb img,
    .news-detail-hero img { border-radius: 12px; }
    .news-detail-gallery-section { padding: 34px 18px 18px; margin: 0 -18px 24px; }
    .news-detail-meta { grid-template-columns: 1fr; gap: 8px; }
    .senior-hero-page { padding-top: 12px; }
    .senior-hero-visual { width: 100%; }
    .senior-hero-copy { margin-top: 24px; }
    .senior-hero-copy h1 { font-size: clamp(2.35rem, 9vw, 3rem); }
    .page-senior .section { padding-left: 18px; padding-right: 18px; }
    .page-senior .audience-grid,
    .page-senior .benefit-grid,
    .page-senior .gallery-grid,
    .page-senior .metrics-grid { gap: 18px; }
    .page-senior .reference-card { grid-template-columns: 1fr; text-align: center; }
    .page-senior .reference-card img { margin: 0 auto; }
}

/* INQUIRY PAGE */
.inquiry-section { margin-top: 40px !important; }
.inquiry-section .inquiry-shell { padding: 36px; border-radius: var(--radius); border: 1px solid var(--border); background: #fff; }
.stepper { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; margin-bottom: 32px; position: relative; align-items: start; }
.stepper::before { content: ''; position: absolute; top: 22px; left: calc(100% / 12); right: calc(100% / 12); height: 2px; background: rgba(46,194,195,0.25); z-index: 0; }
.stepper-item { display: grid; justify-items: center; gap: 8px; text-align: center; position: relative; }
.stepper-item span { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--teal); color: var(--teal-dark); font-size: 1rem; font-weight: 800; background: #fff; position: relative; z-index: 1; }
.stepper-item.is-active span { color: #fff; background: var(--teal); border-color: var(--teal); }
.stepper-item.is-done span { background: var(--teal-soft); }
.stepper-item small { font-size: 0.72rem; color: var(--muted); line-height: 1.3; }
.wizard-step h3 { font-size: clamp(1.5rem,3vw,2.2rem); color: var(--ink); margin-bottom: 24px; line-height: 1.15; }
.wizard-kicker { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pink); margin-bottom: 8px; }
.wizard-final-intro { color: var(--muted); margin-bottom: 24px; }
.option-grid { display: grid; gap: 14px; }
.option-grid-focus { grid-template-columns: repeat(6, minmax(0, 1fr)); row-gap: 18px; }
.option-grid-focus .option-card { grid-column: span 2; }
.option-grid-focus .option-card:nth-child(4) { grid-column: 2 / span 2; }
.option-grid-focus .option-card:nth-child(5) { grid-column: 4 / span 2; }
.option-grid-size { grid-template-columns: repeat(3,1fr); }
.option-grid-finance { grid-template-columns: repeat(3,1fr); }
.option-grid-sources { grid-template-columns: repeat(3,1fr); }
.option-card {
    display: grid; gap: 8px; align-content: center; justify-items: center;
    min-height: 120px; padding: 16px; border: 1px solid rgba(44,47,54,0.1);
    border-radius: 20px; background: #fff; color: var(--ink);
    text-align: center; cursor: pointer;
    transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}
.option-card:hover { transform: translateY(-2px); border-color: var(--teal); }
.option-card.is-selected { color: #fff; background: linear-gradient(135deg,var(--teal),var(--teal-dark)); border-color: transparent; }
.option-card strong { font-size: 0.9rem; line-height: 1.3; }
.option-card-focus { min-height: 136px; padding: 20px 18px; gap: 12px; }
.option-card-focus strong { font-size: 0.98rem; line-height: 1.35; font-weight: 700; }
.option-card-focus .option-svg { width: 54px; height: 54px; }
/* The supplied ZŠ/ZUŠ illustration is horizontal; preserve its intended two-icon scale. */
.option-card-focus .option-svg[src$="zs-zus.svg"] { width: 102px; }
.option-svg { width: 40px; height: 40px; object-fit: contain; }
.option-badge { display: none; }
.option-card.is-selected .option-badge { background: rgba(255,255,255,0.25); color: #fff; }
.option-card-line { grid-template-columns: 48px 1fr; justify-items: start; align-items: center; text-align: left; min-height: 96px; gap: 14px; }
.option-card-line .option-svg { width: 48px; height: 48px; }
.option-grid-finance .option-svg {
    /* Source A/C icons include an artboard rectangle; expose only the intended round icon. */
    clip-path: circle(50% at 50% 50%);
}
.option-card-line strong { font-size: 1rem; line-height: 1.35; }
.option-card-source { position: relative; }
.option-check { position: absolute; top: 12px; right: 12px; width: 18px; height: 18px; border-radius: 5px; border: 2px solid rgba(44,47,54,0.18); background: #fff; }
.option-card-source.is-selected .option-check { border-color: transparent; background: rgba(255,255,255,0.9); }
.option-card-source.is-selected .option-check::after { content:""; position: absolute; inset: 3px; border-radius: 3px; background: var(--teal-dark); }
.region-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.region-map, .region-list { padding: 22px; border-radius: 20px; border: 1px solid var(--border); background: var(--teal-soft); }
.region-map-asset { position: relative; border-radius: 18px; background: linear-gradient(180deg,#f4fbfb 0%,#eef9f8 100%); padding: 18px; overflow: hidden; }
.region-map-svg { display: block; width: 100%; height: auto; }
.region-map-svg [id] { cursor: pointer; transition: opacity 140ms ease; }
.region-map-svg [id]:hover { opacity: 0.88; }
.region-map-svg [id]:focus { outline: none; }
.region-map-svg [id]:focus-visible path { stroke: var(--teal-dark); stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.region-map-svg path { transition: fill 160ms ease; }
.region-map-svg--sk image { pointer-events: none; transition: opacity 160ms ease; }
.region-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.region-item { display: flex; align-items: center; min-height: 0; padding: 10px 14px; border-radius: 12px; border: 1px solid rgba(44,47,54,0.1); background: #fff; color: var(--ink); font-size: 0.88rem; font-weight: 600; cursor: pointer; transition: border-color 140ms; }
.region-item:hover { border-color: var(--teal); }
.region-item.is-selected { background: var(--teal); color: #fff; border-color: transparent; }
.wizard-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 20px; }
.wizard-step-final .wizard-actions .button {
    height: 52px;
    min-height: 52px;
    padding: 0 30px;
    border-radius: 16px;
    font-size: 0.95rem;
}
/* wizard-actions single button: not forced full-width */
.wizard-loading { display: grid; justify-items: center; gap: 18px; padding: 48px 24px; text-align: center; }
.wizard-loading-ring { display: inline-grid; place-items: center; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle at center,#fff 0 44px,transparent 45px), conic-gradient(var(--teal) 0 var(--wizard-progress, 0deg),rgba(46,194,195,0.14) var(--wizard-progress, 0deg) 360deg); transition: background 180ms linear; }
.wizard-loading-ring span { font-size: 1.7rem; font-weight: 900; color: var(--teal-dark); }
.wizard-loading p { font-size: 1.1rem; font-weight: 700; color: var(--ink); }
.wizard-loading-note { max-width: 420px; font-size: 0.92rem; line-height: 1.55; color: var(--muted); }
.inquiry-layout { margin-top: 16px; }
.inquiry-layout--form { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 38px; align-items: start; max-width: 1280px; margin-left: auto; margin-right: auto; }
.lead-capture { padding: 24px; border-radius: 20px; border: 1px solid var(--border); background: #f7fbfb; }
.inquiry-result-carousel { width: 100%; margin: 0; padding: 50px 28px 58px; border: 2px solid rgba(45, 192, 194, .92); border-radius: 40px; background: #fff; box-shadow: 0 5px 15px rgba(44,47,54,.10); }
.inquiry-result-heading { margin: 0 0 28px; color: var(--ink); font-size: 1.2rem; line-height: 1.3; text-align: center; }
.inquiry-result-window { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.inquiry-result-card { min-width: 0; text-align: center; }
.inquiry-result-card h4 { margin: 0; color: var(--muted); font-size: 1rem; font-weight: 500; line-height: 1.35; }
.inquiry-result-controls { display: flex; justify-content: center; gap: 24px; margin-top: 36px; }
.inquiry-result-controls button { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; padding: 0; border: 0; border-radius: 50%; background: #f0f0f0; color: #747474; font-size: 0; line-height: 1; cursor: pointer; }
.inquiry-result-controls button::after { content: ""; width: 13px; height: 13px; box-sizing: border-box; }
.inquiry-result-prev::after { border-left: 3px solid currentColor; border-bottom: 3px solid currentColor; transform: rotate(45deg); margin-left: 5px; }
.inquiry-result-next::after { border-right: 3px solid currentColor; border-top: 3px solid currentColor; transform: rotate(45deg); margin-right: 5px; }
.inquiry-result-controls button:hover { background: #e4e4e4; }
@media (max-width: 1100px) { .inquiry-layout--form { grid-template-columns: 1fr; max-width: 760px; } .inquiry-result-carousel { max-width: 760px; margin: 36px auto 0; padding: 68px 38px 82px; } }
@media (max-width: 700px) { .inquiry-result-carousel { margin-top: 36px; padding: 28px 22px 24px; border-radius: 28px; } .inquiry-result-window { grid-template-columns: 1fr; } .inquiry-result-controls { margin-top: 20px; } }
.lead-capture { display: grid; gap: 14px; }
.lead-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: start; }
.lead-capture label { display: grid; grid-template-rows: minmax(32px, auto) 60px; gap: 8px; align-content: start; font-size: 0.82rem; font-weight: 700; color: var(--ink); }
.lead-capture label > span { display: flex; align-items: flex-start; min-height: 32px; }
.lead-capture input[type="text"], .lead-capture input[type="email"], .lead-capture input[type="tel"] { box-sizing: border-box; width: 100%; height: 60px; min-height: 60px; padding: 0 14px; border-radius: 14px; border: 1px solid rgba(44,47,54,0.12); background: #fff; font-size: 0.95rem; line-height: 1.2; }
.lead-checks { display: grid; gap: 10px; }
.lead-checks label { display: flex; gap: 10px; align-items: flex-start; font-size: 0.88rem; font-weight: 600; color: var(--muted); }

/* ── CONTACTS PAGE (redesigned) ─────────────────────────────── */
.contacts-section { margin-top: 96px; padding-top: 0; }
.contacts-top { text-align: center; padding: 48px 0 40px; border-bottom: 1px solid var(--border); margin-bottom: 56px; }
.contacts-hours { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 12px; }
.contacts-top-phone { display: block; font-size: clamp(2rem,4vw,3rem); font-weight: 900; color: var(--ink); margin-bottom: 8px; text-decoration: none; }
.contacts-top-phone:hover { color: var(--teal-dark); }
.contacts-top-email { color: var(--muted); margin-bottom: 4px; font-size: 0.95rem; }
.contacts-top-email a { color: var(--teal-dark); }
.contacts-cta-inline { margin-top: 28px; }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 56px; }
.person-card { display: grid; justify-items: center; text-align: center; gap: 10px; }
.person-photo { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; background: var(--teal-soft); display: flex; align-items: center; justify-content: center; }
.person-photo img { width: 100%; height: 100%; object-fit: cover; }
.person-photo--initials { background: var(--teal); }
.person-initials { font-size: 1.4rem; font-weight: 900; color: #fff; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.person-name { font-size: 1.1rem; font-weight: 800; color: var(--ink); margin: 0; }
.person-role { font-size: 0.88rem; color: var(--muted); margin: 0; }
.person-email { font-size: 0.82rem; color: var(--teal-dark); text-decoration: none; }
.person-email:hover { text-decoration: underline; }
.contacts-company { text-align: center; padding: 32px; background: var(--teal-soft); border-radius: var(--radius); color: var(--muted); font-size: 0.95rem; line-height: 1.8; }
.contacts-company strong { color: var(--ink); }

/* ── ABOUT PAGE (proposal-aligned) ──────────────────────────── */
.about-hero {
    padding: 132px 0 0;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}
.about-hero h1 {
    font-size: clamp(3rem, 4vw, 4rem);
    font-weight: 800;
    color: var(--teal);
    line-height: 1.01;
    margin-bottom: 28px;
    letter-spacing: -0.03em;
}
.about-hero p {
    font-size: clamp(1.56rem, 1.92vw, 2.02rem);
    color: #848a95;
    max-width: 1140px;
    margin: 0 auto;
    line-height: 1.16;
    font-weight: 500;
}
.about-unique-section { margin-top: 82px !important; }
.about-unique {
    display: grid;
    grid-template-columns: minmax(0, 760px) 256px;
    gap: 86px;
    align-items: start;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
}
.about-unique-copy h2 {
    font-size: clamp(2.18rem, 2.6vw, 2.74rem);
    font-weight: 800;
    color: #2c313b;
    margin: 0 0 30px;
    line-height: 1.04;
    letter-spacing: -0.024em;
    max-width: none;
    white-space: nowrap;
}
.about-unique-copy p {
    color: #7e8590;
    margin: 0 0 28px;
    line-height: 1.16;
    font-size: clamp(1.26rem, 1.42vw, 1.56rem);
    font-weight: 500;
    max-width: 760px;
}
.about-unique-copy strong {
    color: var(--teal);
    font-weight: 700;
}
.about-portrait { display: grid; justify-items: center; text-align: center; gap: 18px; align-content: start; padding-top: 18px; }
.about-portrait-photo { width: 238px; height: 238px; border-radius: 50%; overflow: hidden; background: #eef1f5; border: 4px solid var(--teal); }
.about-portrait-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-portrait-photo--fallback { background: var(--teal); display: flex; align-items: center; justify-content: center; }
.about-portrait-photo--fallback::after { content: "RP"; font-size: 2rem; font-weight: 900; color: #fff; }
.about-portrait-info { display: grid; gap: 2px; margin-top: 2px; }
.about-portrait-info strong { font-size: 1.02rem; color: var(--ink); font-weight: 800; }
.about-portrait-info span { font-size: 0.98rem; color: #8b919d; }
.about-portrait-info a { font-size: 1rem; color: var(--teal-dark); text-decoration: none; }
.about-portrait-info a:hover { text-decoration: underline; }
.about-chart-section {
    margin-top: 82px !important;
    background: #f4f4f4;
    padding: 66px 0 86px;
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}
.about-chart-inner {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 44px;
}
.section-label { font-size: 0.75rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 8px; }
.section-heading-large { font-size: clamp(2.22rem, 3.1vw, 3.2rem); color: var(--teal); margin-bottom: 12px; line-height: 1.06; letter-spacing: -0.02em; font-weight: 800; }
.section-heading-large--dark { color: #2f343d; text-align: center; margin-bottom: 36px; }
.section-heading-large--sub { font-size: clamp(1.82rem, 2.35vw, 2.3rem); color: var(--ink); margin-bottom: 16px; }
.section-heading-sub { display: block; font-size: clamp(1.38rem, 1.84vw, 1.72rem); font-weight: 700; color: #39404d; margin-top: 12px; }
.about-map-summary { color: #2e3440; margin: 0 0 14px; max-width: 1020px; font-size: clamp(1.18rem, 1.52vw, 1.46rem); line-height: 1.34; }
.about-chart-desc { color: #565d6c; margin-bottom: 34px; max-width: 980px; font-size: 1.05rem; line-height: 1.55; }
.about-chart { margin-bottom: 32px; }
.chart-bars { display: flex; align-items: flex-end; gap: 12px; height: 260px; padding-bottom: 32px; border-bottom: 2px solid var(--border); margin-bottom: 24px; }
.chart-bar-wrap { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 1; }
.chart-bar-label { font-size: 0.72rem; font-weight: 800; color: var(--teal-dark); }
.chart-bar { width: 100%; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--teal) 0%, rgba(44,194,195,0.5) 100%); height: calc(var(--bar-pct) * 2.4px); min-height: 4px; transition: height 0.6s ease; }
.chart-bar-year { font-size: 0.7rem; color: var(--muted); font-weight: 600; }
.chart-tabs { display: flex; gap: 8px; }
.chart-tab { padding: 8px 20px; border-radius: 20px; border: 1px solid var(--border); background: #fff; color: var(--muted); font-size: 0.88rem; font-weight: 700; cursor: pointer; transition: all 140ms; }
.chart-tab.is-active { background: var(--teal); color: #fff; border-color: transparent; }
.about-map-section { margin-top: 86px !important; }
.about-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 660px) minmax(340px, 470px);
    gap: 82px;
    align-items: center;
    max-width: 1210px;
    margin: 0 auto;
}
.about-map-copy h2 {
    font-size: clamp(2.52rem, 3.1vw, 3.48rem);
    font-weight: 800;
    color: #2f343d;
    margin: 0 0 30px;
    line-height: 1.02;
    letter-spacing: -0.028em;
}
.about-map-copy p {
    margin: 0 0 22px;
    color: #8e939d;
    font-size: clamp(1.26rem, 1.46vw, 1.58rem);
    line-height: 1.18;
    font-weight: 500;
    max-width: 600px;
}
.about-map-accent { font-weight: 700; }
.about-map-accent--blue { color: #4298da; }
.about-map-accent--green { color: #35b397; }
.about-map-accent--orange { color: #f39a46; }
.about-map-accent--violet { color: #aa63c8; }
.about-map-svg { width: 100%; height: auto; }
.about-cta-section { margin-top: 66px !important; padding-bottom: 8px; }
.about-cta { display: flex; justify-content: center; }
.about-cta .cta-panel-button { justify-self: center; min-height: 88px; padding: 0 52px; font-size: 1.72rem; font-weight: 700; border-radius: 999px; box-shadow: none; }

.page-about .page-footer {
    margin-top: 84px;
}
.page-about .page-footer-inner {
    padding-top: 108px;
    padding-bottom: 106px;
}
.page-about .footer-top-logo {
    margin-bottom: 58px;
}
.page-about .footer-top-logo-shell {
    width: 204px;
    min-height: 110px;
}
.page-about .footer-top-logo-image {
    width: 204px;
}
.page-about .page-footer-grid {
    grid-template-columns: 268px 220px 268px;
    gap: 150px;
}
.page-about .footer-links {
    gap: 13px;
}
.page-about .footer-locales {
    padding-top: 48px;
    gap: 14px;
}
.page-about .footer-social {
    margin-top: 30px;
    gap: 16px;
}
.page-about .footer-meta-group {
    margin-top: 108px;
    gap: 12px;
}
.page-about .footer-partners {
    margin-top: 108px;
}

/* ── ACADEMY PAGE (redesigned) ──────────────────────────────── */
.academy-intro-section { margin-top: 60px !important; }
.academy-intro { display: grid; grid-template-columns: 0.45fr 0.55fr; gap: 60px; align-items: start; }
.academy-portrait { margin: 0; text-align: center; }
.academy-portrait img { width: 200px; height: 240px; object-fit: cover; border-radius: 120px; border: 4px solid var(--teal); margin: 0 auto 16px; display: block; }
.academy-portrait figcaption { font-size: 0.92rem; color: var(--muted); line-height: 1.5; }
.academy-how { }
.academy-how h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); color: var(--ink); margin-bottom: 28px; }
.academy-steps { display: grid; gap: 24px; }
.academy-step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.academy-step-num { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--teal); color: #fff; font-size: 1.1rem; font-weight: 900; flex-shrink: 0; }
.academy-step strong { display: block; font-size: 1rem; color: var(--ink); margin-bottom: 6px; }
.academy-step p { color: var(--muted); font-size: 0.92rem; margin: 0; line-height: 1.55; }
.academy-carousel { margin-top: 8px; }
.academy-carousel-window { overflow: hidden; }
.webinar-grid { display: flex; gap: 24px; transition: transform 220ms ease; will-change: transform; }
.webinar-card { border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; display: flex; flex-direction: column; flex: 0 0 calc((100% - 48px) / 3); min-width: 0; }
.webinar-card--past { opacity: 0.85; }
.webinar-card--empty { justify-content: center; min-height: 280px; }
.webinar-img { aspect-ratio: 16/9; overflow: hidden; background: var(--teal-soft); }
.webinar-img img { width: 100%; height: 100%; object-fit: cover; }
.webinar-body { padding: 20px 20px 24px; display: flex; flex-direction: column; flex: 1; gap: 8px; }
.webinar-tag { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; background: rgba(44,194,195,0.12); color: var(--teal-dark); margin-bottom: 4px; }
.webinar-tag--past { background: rgba(44,47,54,0.08); color: var(--muted); }
.webinar-body h3 { font-size: 1rem; font-weight: 800; color: var(--ink); line-height: 1.3; }
.webinar-body p { font-size: 0.88rem; color: var(--muted); line-height: 1.55; flex: 1; }
.webinar-link { font-size: 0.85rem; font-weight: 700; color: var(--teal-dark); text-decoration: none; margin-top: auto; }
.webinar-link:hover { text-decoration: underline; }
.academy-carousel .slider-controls { margin-top: 30px; }
.academy-carousel .slider-controls button:disabled { opacity: 0.36; cursor: default; transform: none; }
.academy-carousel .slider-controls button:disabled img { opacity: 0.5; }
.academy-testimonial-section { }
.section-sub { color: var(--muted); font-size: 0.95rem; max-width: 560px; }
.academy-cta { text-align: center; margin-top: 40px; }

/* ── REVEAL ANIMATIONS ──────────────────────────────────────── */
.reveal, .reveal-sequence { opacity: 1; transform: none; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .header-shell { gap: 14px; }
    .header-shell { padding: 0 22px 0 16px; }
    .header-actions { padding-top: 16px; margin-right: 0; }
    body.page-home main { padding-top: 0; }
    .section { margin-top: 120px; }
    .hero-copy { padding: 140px 20px 100px; }
    .hero-copy h1 { font-size: 46px; }
    .lede { font-size: 1.5rem; }
    .story-section { grid-template-columns: 1fr; gap: 40px; }
    .story-section { grid-template-areas: "copy" "media" "logos"; }
    .story-copy { max-width: 100%; }
    .story-copy h2 { font-size: clamp(2rem,4.2vw,2.8rem); letter-spacing: 0.01em; }
    .story-copy p { max-width: 100%; }
    .story-media { justify-content: flex-start; }
    .story-video-wrap { width: min(100%, 760px); min-height: 0; }
    .story-partner-logos {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .ability-row { padding: 62px 18px 44px; }
    .ability-row { padding: 70px 0; }
    .ability-body, .ability-row.reverse .ability-body { grid-template-columns: 1fr; gap: 30px; }
    .ability-row.reverse .ability-media, .ability-row.reverse .ability-copy { order: initial; }
    .ability-copy { max-width: 100%; text-align: left; justify-self: start; }
    .ability-copy p, .ability-copy h3 { max-width: 100%; }
    .ability-media { width: min(100%, 560px); max-width: 560px; }
    .ability-rail-window { width: 100%; }
    .ability-logos { flex-wrap: nowrap; gap: 18px; }
    .ability-logos img { height: 38px; max-width: 140px; }
    .ability-logos--c img { width: 118px; height: 118px; }
    .ability-copy h3 { font-size: 2rem; }
    .ability-copy p { font-size: 1.4rem; }
    .benefit-grid { grid-template-columns: repeat(2,1fr); }
    .benefit-card { grid-column: span 1; min-height: 0; }
    .benefit-card:nth-child(7),
    .benefit-card:nth-child(8) { grid-column: span 1; }
    .metrics-strip { margin-top: 88px; }
    .support-layout { grid-template-columns: 1fr; gap: 34px; text-align: center; }
    .support-portrait img { width: 220px; height: 220px; }
    .support-copy p,
    .support-lead { max-width: 100%; }
    .support-logo-cloud { max-width: 100%; justify-items: center; }
    .support-logo-row--systems,
    .support-logo-row--partners { grid-template-columns: repeat(3, minmax(0, 1fr)); justify-items: center; }
    .support-logo-row img { max-width: 150px; height: 42px; }
    .support-logo-row--partners img { max-width: 132px; height: 36px; }
    .support-partners-meta { justify-content: center; }
    .about-intro { grid-template-columns: 1fr; }
    .about-hero { padding-top: 100px; max-width: 1040px; }
    .about-hero p { max-width: 980px; }
    .about-unique { grid-template-columns: minmax(0, 1fr) 224px; gap: 52px; max-width: 1020px; }
    .about-map-layout { grid-template-columns: 1fr; gap: 42px; max-width: 900px; }
    .about-map-copy { max-width: 700px; margin: 0 auto; text-align: center; }
    .about-portrait { gap: 14px; }
    .academy-intro { grid-template-columns: 0.4fr 0.6fr; gap: 36px; }
    .webinar-card { flex-basis: calc((100% - 24px) / 2); }
    .news-list-item { grid-template-columns: 1fr; gap: 18px; }
    .news-detail-meta { grid-template-columns: 1fr; gap: 8px; }
    .senior-hero-copy { margin-top: 56px; }
    .contacts-grid { grid-template-columns: 1fr; }
    .people-grid { grid-template-columns: repeat(2, 1fr); }
    .boards-layout { grid-template-columns: 1fr; }
    .boards-aside { justify-items: start; }
    .boards-thumbs { grid-template-columns: repeat(5, 70px); }
    .layout-shell { grid-template-columns: 1fr; }
    .inquiry-layout { grid-template-columns: 1fr; }
    .option-grid-focus { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .option-grid-focus .option-card,
    .option-grid-focus .option-card:nth-child(4),
    .option-grid-focus .option-card:nth-child(5) { grid-column: auto; }
    .region-map-asset { padding: 14px; }
}

@media (max-width: 768px) {
    main { padding: 0 16px 80px; }
    body.page-home main { padding-top: 0; }
    .header-shell { width: 100%; padding: 0 10px 8px 0; }
    .brand img { width: 156px; }
    .header-actions { gap: 6px; padding-top: 12px; margin-right: 0; }
    .menu-toggle { min-width: 84px; height: 46px; padding: 0 14px; font-size: 0.76rem; }
    .button-inquiry { height: 46px; }
    .button.button-inquiry { padding: 0 16px; font-size: 0.76rem; }
    .lang-switch { --lang-size: 46px; }
    .lang-switch-current { height: 46px; }
    .lang-switch-panel a { min-height: 46px; }
    .page-inquiry main.subpage { padding-top: 86px; }
    .page-inquiry .subpage-header { padding-top: 20px; }
    .section { margin-top: 90px; }
    .hero-copy { max-width: 100%; padding: 100px 18px 80px; }
    .hero-copy h1 { max-width: 100%; font-size: 40px; }
    .lede { max-width: 100%; font-size: 1.3rem; }
    .audience-grid { max-width: 100%; grid-template-columns: 1fr; gap: 40px; }
    .audience-card img { width: min(100%, 380px); }
    .audience-card p { max-width: 100%; }
    :root { --body-copy-size: 1.5rem; }
    /* Keep the first-section partner rail legible on phones; the former 48px logos
       and 20px arrow glyphs were visibly undersized against the desktop component. */
    .story-partner-logos img { height: 64px; max-width: 180px; }
    .story-logo-rail { max-width: 100%; }
    .story-logo-controls button { width: 64px; height: 64px; }
    .story-logo-controls button img { width: 64px; height: 64px; }
    .story-partner-logos { flex-wrap: wrap; justify-content: center; }
    .gallery-grid,
    .gallery-grid[data-slider] { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 860px; }
    .benefits-section { padding: 96px 0 72px; }
    .benefits-section .section-heading { margin-bottom: 56px; }
    .benefits-section .section-heading h2 { font-size: 2rem; line-height: 1.14; }
    .benefit-grid { grid-template-columns: repeat(2,1fr); gap: 34px 24px; max-width: 100%; }
    .benefit-card { grid-column: span 1; padding: 22px 18px; }
    .benefit-card:nth-child(7),
    .benefit-card:nth-child(8) { grid-column: span 1; }
    .benefit-card h3 { max-width: none; font-size: 1.15rem; }
    .benefit-card p { max-width: none; font-size: 1.1rem; line-height: 1.45; }
    .metrics-grid { grid-template-columns: repeat(2,1fr); }
    .metrics-grid { grid-template-columns: repeat(2,1fr); gap: 40px; }
    .metric-card strong { font-size: 4rem; }
    .metric-card span { font-size: 1.2rem; }
    .metrics-head h2 { font-size: 1.28rem; }
    .stepper { grid-template-columns: repeat(3,1fr); }
    .stepper::before { display: none; }
    .option-grid-focus, .option-grid-size, .option-grid-finance, .option-grid-sources { grid-template-columns: repeat(2,1fr); }
    .option-grid-focus .option-card,
    .option-grid-focus .option-card:nth-child(4),
    .option-grid-focus .option-card:nth-child(5) { grid-column: auto; }
    .region-layout { grid-template-columns: 1fr; }
    .region-list { grid-template-columns: repeat(2,1fr); }
    .lead-grid { grid-template-columns: 1fr; }
    .reference-slider[data-slider="about-refs"] { grid-template-columns: 1fr; gap: 28px; }
    .reference-card { grid-template-columns: 1fr; gap: 18px; text-align: center; padding-top: 8px; }
    .reference-card > img { width: 160px; height: 160px; margin: 0 auto; }
    .reference-body { justify-items: center; text-align: center; padding: 0; }
    .reference-quote { max-width: 100%; padding: 0 58px 56px 34px; }
    .reference-quote::before { width: 46px; height: 36px; right: 0; }
    .reference-quote::after { width: 42px; height: 33px; left: 0; }
    .reference-quote { font-size: var(--body-copy-size); line-height: var(--body-copy-line); }
    .reference-quote::after { justify-self: center; }
    .menu-overlay-footer { grid-template-columns: 1fr; gap: 20px; }
    .academy-topics { grid-template-columns: 1fr; }
    .academy-intro { grid-template-columns: 1fr; }
    .webinar-card { flex-basis: 100%; }
    .people-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .about-hero { padding: 72px 0 0; max-width: 820px; }
    .about-hero p { font-size: 1.46rem; line-height: 1.2; }
    .about-unique { grid-template-columns: 1fr; gap: 34px; max-width: 820px; }
    .about-unique-copy h2 { margin-bottom: 28px; white-space: normal; }
    .about-unique-copy p { font-size: 1.34rem; line-height: 1.18; margin-bottom: 24px; max-width: none; }
    .about-portrait { justify-items: center; text-align: center; padding-top: 0; }
    .about-portrait-photo { width: 180px; height: 180px; }
    .about-unique-section { margin-top: 56px !important; }
    .about-chart-section { margin-top: 56px !important; }
    .about-map-section { margin-top: 56px !important; }
    .about-chart-section { padding: 48px 0 60px; }
    .about-chart-inner { padding: 0 18px; }
    .about-map-layout { gap: 34px; }
    .about-map-copy h2 { margin-bottom: 22px; }
    .about-map-copy p { font-size: 1.34rem; line-height: 1.18; margin-bottom: 20px; text-align: center; }
    .about-cta .cta-panel-button { min-height: 76px; font-size: 1.24rem; padding: 0 30px; text-align: center; }
    .chart-bars { gap: 5px; height: 200px; }
    .chart-bar-label { font-size: 0.6rem; }
    .chart-bar-year { font-size: 0.6rem; }
    .contacts-top { padding: 32px 0 28px; margin-bottom: 40px; }
    .contacts-top-phone { font-size: clamp(1.6rem, 5vw, 2.4rem); }
    .contacts-cta-inline .button { display: block; width: 100%; box-sizing: border-box; white-space: normal; line-height: 1.3; height: auto; min-height: 52px; padding: 12px 20px; }
    main.subpage { padding-top: 154px; }
    .subpage-header { padding-top: 118px; }
    .cta-panel { gap: 26px; padding: 40px 0 0; max-width: 100%; }
    .cta-panel-copy { justify-items: center; max-width: 100%; text-align: center; }
    .cta-panel-copy h2 { max-width: 100%; font-size: 2rem; }
    .cta-list { max-width: 100%; gap: 18px; margin-top: 8px; }
    .cta-list li { grid-template-columns: 42px 1fr; column-gap: 16px; font-size: 1.1rem; }
    .cta-list img { width: 42px; height: 42px; }
    .cta-panel-button { width: auto; max-width: none; justify-self: start; padding: 0 28px; min-height: 72px; font-size: 1.1rem; margin-top: 10px; min-width: 0; }
    .support-strip { padding: 42px 24px; }
    .support-strip-lead { font-size: 1.06rem; line-height: 1.62; margin-bottom: 28px; }
    .support-strip-grid { grid-template-columns: 1fr; gap: 24px; }
    .support-strip-grid h3 { font-size: 0.92rem; }
    .support-strip-grid p { font-size: 0.98rem; line-height: 1.72; }
    .support-story { margin-top: 110px; padding-bottom: 72px; }
    .support-layout { gap: 32px; }
    .support-copy { text-align: center; }
    .support-copy h2 { font-size: 2rem; }
    .support-copy p { font-size: 1.18rem; line-height: 1.48; }
    .support-portrait img { width: 200px; height: 200px; }
    .support-portrait figcaption { font-size: 0.92rem; }
    .support-logo-cloud { gap: 24px; margin-top: 52px; }
    .support-logo-row--systems { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 18px; }
    .support-logo-row--partners {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 16px 18px;
        justify-items: center;
    }
    .support-logo-row img { max-width: 130px; height: 34px; }
    .support-logo-row--partners img { max-width: 118px; width: 100%; height: 30px; }
    .support-partners-meta { flex-direction: column; gap: 8px; }
    .support-partners-label { text-align: center; }
    .support-partners,
    .support-partners-window { max-width: 100%; width: 100%; }
    .boards-thumbs { grid-template-columns: repeat(4, 64px); gap: 10px; }
    .board-thumb { padding: 3px; }
    .layout-section { margin-top: 110px; padding-bottom: 72px; }
    .layout-heading { margin-bottom: 28px; }
    .layout-copy { padding-top: 20px; gap: 22px; align-items: center; text-align: center; }
    .layout-step-copy { width: 100%; }
    .layout-step p { text-align: center; }
    .layout-visual-image { height: auto; max-height: 620px; }
    .layout-controls { justify-content: center; margin-top: 18px; }
    .page-footer-inner { padding: 70px 22px 60px; }
    .page-footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-col--menu { order: -1; }
    .footer-links a { font-size: 0.92rem; }
    .footer-partners { margin-top: 34px; }
    .news-detail-header h1 { font-size: 2.35rem; }
    .news-detail-intro { font-size: 1.1rem; }
    .news-detail-copy p { font-size: 1rem; }
    .news-poll-option { grid-template-columns: 1fr; }
    .news-poll-option em { justify-self: end; }
    .senior-hero-page { padding: 0 18px 34px; }
    .senior-hero-copy h1 { font-size: 2.4rem; }
    .senior-hero-copy p { font-size: 1.06rem; }
    .senior-story-section { padding-top: 56px; }
}


@media (max-width: 480px) {
    .header-shell { padding: 0 6px 8px 0; gap: 6px; }
    .brand img { width: 118px; }
    .button-inquiry { min-width: 0; height: 38px; }
    .button.button-inquiry { padding: 0 10px; font-size: 0.6rem; letter-spacing: 0.03em; }
    .option-grid-focus { grid-template-columns: 1fr; }
    .option-card-focus { min-height: 116px; padding: 16px 14px; }
    .option-card-focus .option-svg { width: 46px; height: 46px; }
    .menu-toggle {
        min-width: 0;
        width: 60px;
        height: 38px;
        padding: 0 8px;
        font-size: 0.6rem;
    }
    .header-actions { gap: 5px; padding-top: 8px; }
    .lang-switch { --lang-size: 38px; }
    .lang-switch-current { height: 38px; font-size: 0.66rem; }
    .lang-switch-panel { padding: 6px 0; right: 0; }
    .lang-switch-panel a { min-height: 42px; padding: 0; font-size: 0.7rem; border-radius: 8px; }
    body.page-home main { padding-top: 0; }
    main.subpage { padding-top: 150px; }
    .subpage-header { padding-top: 126px; }
    .about-hero { padding: 52px 0 0; }
    .about-unique-section { margin-top: 48px !important; }
    .about-chart-section { margin-top: 48px !important; }
    .about-map-section { margin-top: 48px !important; }
    .chart-bars { gap: 3px; height: 160px; }
    .chart-bar-label { font-size: 0; line-height: 0; } /* hide on tiny screens */
    .chart-bar-year { font-size: 0.56rem; }
    .people-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .contacts-top { padding: 20px 0 20px; margin-bottom: 32px; }
    .contacts-top-phone { font-size: 1.5rem; }
    .contacts-cta-inline .button { white-space: normal; line-height: 1.3; height: auto; min-height: 48px; padding: 12px 16px; }
    .contacts-company { padding: 20px; font-size: 0.88rem; }
    .people-grid { grid-template-columns: 1fr; gap: 20px; }
    .webinar-grid { gap: 16px; }
    .academy-step { grid-template-columns: 36px 1fr; gap: 12px; }
    .academy-step-num { width: 36px; height: 36px; font-size: 1rem; }
    .about-hero h1 { font-size: 2.5rem; margin-bottom: 22px; }
    .about-hero p { font-size: 1.24rem; line-height: 1.22; }
    .about-unique-copy h2 { font-size: 2.08rem; white-space: normal; }
    .about-unique-copy p { font-size: 1.14rem; line-height: 1.21; margin-bottom: 18px; }
    .about-portrait-photo { width: 150px; height: 150px; }
    .section-heading-large { font-size: 1.5rem; }
    .section-heading-large--dark { margin-bottom: 28px; }
    .about-map-copy p { font-size: 1.06rem; line-height: 1.24; }
    .about-map-item figcaption { font-size: 0.78rem; }
    .about-cta .cta-panel-button { min-height: 68px; font-size: 1.04rem; padding: 0 22px; }
    .page-about .page-footer-inner { padding: 68px 18px 56px; }
    .page-about .footer-top-logo { margin-bottom: 34px; }
    .page-about .footer-top-logo-shell { width: 132px; min-height: 72px; }
    .page-about .footer-top-logo-image { width: 108px; }
    .page-about .footer-meta-group { margin-top: 76px; }
    .page-about .footer-partners { margin-top: 76px; }
    .section { margin-top: 70px; }
    .story-copy h2 { letter-spacing: 0.01em; font-size: 2rem; }
    :root { --body-copy-size: 1.25rem; }
    .story-logo-controls { margin-top: 14px; }
    .story-partner-logos { gap: 14px; flex-wrap: wrap; justify-content: center; }
    .story-partner-logos img { height: 36px; max-width: 126px; }
    .story-logo-controls button { width: 46px; height: 46px; }
    .hero-copy { padding: 80px 14px 60px; }
    .page-senior .story-logo-controls, .page-senior .ability-rail-arrows { margin-top: 24px; }
    .hero-copy h1 { font-size: 34px; }
    .lede { max-width: 100%; font-size: 1.1rem; }
    .ability-copy h3 { font-size: 1.6rem; }
    .ability-copy p { font-size: 1.2rem; }
    .benefits-section { padding: 84px 0 64px; }
    .benefits-section .section-heading { margin-bottom: 44px; }
    .benefits-section .section-heading h2 { font-size: 1.7rem; }
    .benefit-grid { grid-template-columns: 1fr; gap: 30px; max-width: 280px; }
    .benefit-card { padding: 0 8px; }
    .benefit-card h3 { font-size: 1.2rem; max-width: 100%; }
    .benefit-card p { font-size: 1.1rem; max-width: 100%; }
    .metric-card strong { font-size: 3rem; }
    .metric-card span { font-size: 1rem; }
    .story-copy p { word-break: normal; overflow-wrap: anywhere; }
    .support-story { margin-top: 90px; padding-bottom: 60px; }
    .support-layout { gap: 28px; }
    .support-portrait img { width: 180px; height: 180px; }
    .support-copy h2 { font-size: 1.8rem; }
    .support-copy p { font-size: 1.05rem; line-height: 1.52; }
    .support-portrait figcaption { font-size: 0.86rem; max-width: 170px; }
    .support-logo-cloud { margin-top: 40px; gap: 20px; }
    .support-logo-row--systems { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; }
    .support-logo-row--partners {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 14px 16px;
        justify-items: center;
    }
    .support-logo-row img { max-width: 120px; height: 30px; }
    .support-logo-row--partners img { max-width: 112px; height: 26px; }
    .cta-panel { gap: 22px; padding: 30px 0 0; max-width: 100%; }
    .cta-panel-copy { justify-items: center; max-width: 100%; text-align: center; }
    .cta-panel-copy h2 { font-size: 1.7rem; max-width: 100%; }
    .cta-panel-copy p { font-size: 1.1rem; max-width: 100%; }
    .cta-list { grid-template-columns: 1fr; max-width: 100%; gap: 16px; margin-top: 8px; }
    .cta-list li { grid-template-columns: 34px 1fr; column-gap: 12px; font-size: 0.95rem; line-height: 1.38; }
    .cta-list img { width: 34px; height: 34px; }
    .gallery-grid,
    .gallery-grid[data-slider] { grid-template-columns: 1fr; max-width: 420px; }
    .boards-thumbs { grid-template-columns: repeat(3,1fr); }
    .layout-section { margin-top: 90px; padding-bottom: 56px; }
    .layout-heading { margin-bottom: 22px; }
    .layout-copy { padding-top: 8px; gap: 18px; }
    .layout-step h3 { font-size: 1.4rem; margin-bottom: 10px; }
    .layout-step p { font-size: 1.08rem; line-height: 1.5; }
    .layout-visual-image { max-height: 470px; }
    .layout-controls { margin-top: 8px; }
    .stepper { grid-template-columns: repeat(2,1fr); }
    .stepper::before { display: none; }
    .stepper-item small { display: none; }
    .menu-overlay-nav a { font-size: 1.8rem; }
    .support-strip { padding: 38px 20px; }
    .support-strip-lead { font-size: 0.96rem; line-height: 1.56; margin-bottom: 24px; }
    .support-strip-grid { gap: 22px; }
    .support-strip-grid p { font-size: 0.94rem; line-height: 1.66; }
    .page-footer-inner { padding: 60px 18px 50px; }
    .footer-brandmark-shell { width: 120px; min-height: 64px; }
    .footer-brandmark { width: 96px; }
    .footer-col p,
    .footer-links a,
    .footer-locales,
    .footer-brand,
    .footer-meta { font-size: 0.9rem; }
    .footer-kicker { font-size: 0.88rem; }
    .social-link { width: 38px; height: 38px; }
    .social-link svg { width: 38px; height: 38px; }
    .footer-partners-image { width: min(100%, 470px); }
    .news-list-copy h2 { font-size: 1.55rem; }
    .news-poll h2 { font-size: 1.8rem; }
    .news-poll-question { font-size: 1.04rem; }
    .news-poll-radio { width: 22px; height: 22px; }
    .news-poll-status { margin-top: 30px; font-size: 1.06rem; }
    .news-poll-bar { height: 24px; }
    .senior-hero-copy { margin-top: 42px; }
    .senior-hero-copy h1 { font-size: 2rem; }
    .senior-hero-copy p { font-size: 0.98rem; }
}

/* Story rail label */
.story-partner-label {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #989daa;
    margin: 30px 0 16px;
}

/* Ability rail caption label */
.ability-rail-label {
    order: 2;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #989daa;
    margin: 30px 0 16px;
}

/* Wizard subtitle (step 5) */
.wizard-subtitle {
    font-size: 0.9rem;
    color: var(--muted);
    margin: -16px 0 20px;
    font-weight: 500;
}

/* Required field indicators */
.required-star { color: var(--pink); font-weight: 800; margin-left: 2px; }
.required-note { font-size: 0.78rem; color: var(--muted); display: flex; align-items: center; gap: 4px; margin-top: 6px; }
.required-note .required-star { margin-left: 0; }

/* Phone optional note */
.phone-note { font-size: 0.75rem; color: #aab0bd; margin: 4px 0 0; }
.phone-tip { font-size: 0.82rem; font-weight: 500; color: var(--muted); margin: 10px 0 0; line-height: 1.45; }

/* Lead full-width textarea */
.lead-capture .lead-label-full { display: grid; grid-template-rows: auto 110px; gap: 6px; font-size: 0.82rem; font-weight: 700; color: var(--ink); }
.lead-capture .lead-label-full textarea { box-sizing: border-box; width: 100%; height: 110px; min-height: 110px; padding: 10px 14px; border-radius: 14px; border: 1px solid rgba(44,47,54,0.12); background: #fff; font: inherit; font-size: 0.95rem; resize: vertical; }
/* About page — faze graph slider */
.about-faze-slider {
    display: grid;
    width: 100%;
    gap: 24px;
    max-width: 1090px;
    margin: 0 auto;
}
.about-faze-stage {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 1390 / 742;
}
.about-faze-slider .slider-controls button:disabled { opacity: 0.35; cursor: default; }
.about-faze-slider .slider-controls {
    position: relative;
    justify-self: center;
    margin-top: 6px;
}
.about-faze-img {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    object-fit: contain;
    transition: opacity 180ms ease;
}
.about-faze-img.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* About page — map slider */
.about-map-slider {
    display: grid;
    width: min(100%, 760px);
    margin: 0 auto;
    gap: 28px;
}
.about-map-stage {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 598 / 290;
}
.about-map-slider .slider-controls {
    position: relative;
    justify-self: center;
    margin-top: 4px;
}
.about-map-item {
    grid-area: 1 / 1;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    text-align: center;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease;
}
.about-map-item.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.about-map-item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    min-height: 0;
    object-fit: contain;
}
.about-map-item figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 0; font-weight: 600; }
.page-about .about-map-item figcaption { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0; }

/* ── ACADEMY PAGE REDESIGN ──────────────────────────────────── */
.page-academy .subpage-header {
    padding-top: 42px;
    padding-bottom: 28px;
    text-align: center;
}
.page-academy .subpage-header h1 {
    font-size: clamp(2.1rem, 3vw, 3rem);
    color: var(--teal);
    margin-bottom: 10px;
}
.page-academy .subpage-header p {
    font-size: 1.08rem;
    color: #7f8694;
}
.page-academy .section {
    margin-top: 96px;
}
.page-academy .section-heading {
    text-align: center;
    margin-bottom: 32px;
}
.page-academy .section-heading h2 {
    font-size: clamp(2rem, 2.8vw, 2.4rem);
    line-height: 1.12;
}

.academy-intro {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 60px;
    align-items: start;
    max-width: 920px;
    margin: 0 auto;
}
.academy-intro-copy h2 {
    font-size: 2.5rem;
    line-height: 1.06;
    letter-spacing: normal;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 28px;
}
.academy-intro-copy p {
    color: #7b808d;
    margin-bottom: 20px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.52;
    max-width: 620px;
}
.academy-intro-copy p strong {
    color: #2d8fd9;
}
.academy-portrait {
    margin-top: 12px;
}
.academy-portrait img {
    width: 188px;
    height: 188px;
    border-radius: 50%;
    object-fit: cover;
    border: 0;
    margin: 0 auto 14px;
}
.academy-portrait figcaption {
    font-size: 0.88rem;
    color: #7b808d;
}
.academy-partner-rail {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    margin-top: 64px;
    padding-top: 0;
}
.academy-partner-window {
    width: min(100%, 920px);
    margin: 0 auto;
}
.academy-partner-logos {
    display: flex;
    width: 100%;
    gap: 36px;
    align-items: center;
    justify-content: center;
}
.academy-intro-partners img {
    height: 40px;
    width: auto;
    max-width: 126px;
    object-fit: contain;
    opacity: 0.82;
    filter: none;
}
.academy-partner-meta {
    display: grid;
    justify-items: center;
    gap: 0;
    margin-top: 0;
}
.academy-partner-label {
    margin: 0;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #989daa;
}
.academy-intro-copy .academy-partner-label { color: #989daa; }
.academy-partner-label.ability-rail-label {
    order: initial;
    margin: 18px 0 16px;
}
.academy-partner-controls {
    margin-top: 0;
}

/* Academy logo-rail arrows match the shared 70px desktop artwork. */
@media (min-width: 761px) {
    .academy-partner-controls button img { width: 70px; height: 70px; }
}

@media (max-width: 760px) {
    .academy-partner-rail { margin-top: 42px; }
    .academy-partner-window { width: 100%; }
    .academy-partner-logos { gap: 22px; }
}

.academy-how-section {
    position: relative;
    background: #f6f6f6;
    border-radius: 0;
    padding: 74px 0 82px !important;
    box-shadow: 0 0 0 100vmax #f6f6f6;
    clip-path: inset(0 -100vmax);
}
.academy-how-section .section-heading {
    margin-bottom: 46px;
}
.academy-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 30px;
    max-width: 720px;
    margin: 0 auto;
}
.academy-feature {
    text-align: center;
}
.academy-feature-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 14px;
}
.academy-feature-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.academy-feature strong {
    font-size: 1rem;
    color: var(--ink);
    line-height: 1.18;
    display: block;
}

.webinar-portrait {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 18px;
    border: 0;
    flex-shrink: 0;
}
.webinar-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.webinar-card {
    padding: 18px 12px 12px;
    align-items: center;
    background: transparent;
    border: 0;
}
.webinar-body {
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 0;
}
.webinar-tag {
    background: transparent;
    color: #c3cad2;
    font-size: 0.875rem;
    padding: 0;
    margin-bottom: 0;
}
.webinar-tag--past {
    color: #c3cad2;
    background: transparent;
}
.webinar-body h3 {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--ink);
    max-width: 280px;
}
.webinar-speaker-name,
.webinar-speaker-role {
    max-width: 280px;
    margin: 0;
}
.webinar-speaker-name {
    color: var(--ink) !important;
    font-weight: 700;
}
.webinar-speaker-role {
    color: #8e95a3 !important;
    font-weight: 500;
}
.webinar-date {
    font-size: 1rem;
    font-weight: 700;
    color: #8e95a3;
    margin: 0;
}
.webinar-body p {
    font-size: 1.125rem;
    color: #979daa;
    line-height: 1.45;
    max-width: 280px;
}
.webinar-link {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--teal);
}
.academy-carousel {
    max-width: 980px;
    margin: 0 auto;
}
@media (min-width: 1100px) {
    .academy-carousel {
        position: relative;
    }
    .academy-carousel > .slider-controls {
        margin-top: 0;
    }
    .academy-carousel > .slider-controls button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .academy-carousel > .slider-controls button:first-child {
        left: -96px;
    }
    .academy-carousel > .slider-controls button:last-child {
        right: -96px;
    }
    .academy-carousel > .slider-controls button:hover {
        transform: translateY(calc(-50% - 1px));
    }
    .academy-carousel > .slider-controls button:disabled {
        transform: translateY(-50%);
    }
}

.academy-quote-slider {
    max-width: 980px;
    margin: 0 auto;
}
.academy-quote-slider .slider-controls {
    margin-top: 30px;
}
.academy-quote-card {
    display: none;
}
.academy-quote-card.is-active {
    display: block;
}
.academy-quote-shell {
    display: grid;
    grid-template-columns: 84px 1fr 84px;
    align-items: center;
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
}
.academy-quote-mark {
    width: 59px;
    height: 46px;
    object-fit: contain;
    text-align: center;
}
.academy-quote-body {
    text-align: left;
}
.academy-quote-text {
    color: #676d79;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.62;
    margin: 0 0 20px;
}
.academy-quote-author {
    color: var(--ink);
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
}
.academy-cta {
    text-align: center;
    margin-top: 72px;
}
.academy-cta .button-primary {
    background: linear-gradient(180deg, #f8a44a 0%, #f29338 100%);
    color: #fff;
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 1.1rem;
    box-shadow: 0 14px 28px rgba(242, 147, 56, 0.24);
}
.academy-legal-links {
    margin-top: 28px;
    color: #9ba1ad;
    font-size: 0.86rem;
}
.academy-legal-links a {
    color: inherit;
    text-decoration: none;
}
.academy-legal-links span {
    margin: 0 8px;
}

.webinar-recording-page {
    min-height: 58vh;
    display: grid;
    align-items: center;
}
.webinar-recording-section {
    width: min(100% - 48px, 840px);
    margin: 72px auto !important;
}
.webinar-recording-card {
    padding: clamp(32px, 6vw, 72px);
    border-radius: 28px;
    background: #f6f6f6;
    text-align: center;
}
.webinar-recording-eyebrow {
    color: var(--teal);
    font-weight: 700;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.webinar-recording-card h1 {
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.12;
    margin: 0 auto 24px;
}
.webinar-recording-card > p:not(.webinar-recording-eyebrow) {
    max-width: 640px;
    margin: 0 auto 30px;
    color: #676d79;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.55;
}
.webinar-recording-card a:not(.button) { color: var(--teal-dark); font-weight: 700; }

/* Not found — intentionally a complete page, while preserving a real HTTP 404 status. */
.page-not-found {
    min-height: 58vh;
    display: grid;
    align-items: center;
}
.not-found-section {
    width: min(100% - 48px, 900px);
    margin: 72px auto !important;
}
.not-found-card {
    padding: clamp(40px, 8vw, 92px);
    border-radius: 32px;
    background: #fff;
    text-align: center;
}
.not-found-code {
    margin: 0 0 4px;
    color: var(--teal);
    font-size: clamp(4.5rem, 13vw, 9rem);
    font-weight: 800;
    line-height: .9;
    letter-spacing: -.07em;
}
.not-found-card h1 {
    margin: 0 auto 18px;
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.08;
}
.not-found-card > p:not(.not-found-code) {
    max-width: 620px;
    margin: 0 auto;
    color: #676d79;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.55;
}
.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px 28px;
    margin-top: 32px;
}
.not-found-secondary {
    color: var(--teal-dark);
    font-weight: 700;
}
@media (max-width: 600px) {
    .not-found-section { width: min(100% - 32px, 900px); margin: 42px auto !important; }
    .not-found-card { border-radius: 24px; }
    .not-found-actions { flex-direction: column; gap: 20px; }
}

@media (max-width: 1024px) {
    .academy-intro { grid-template-columns: 1fr; }
    .academy-portrait { display: flex; flex-direction: column; align-items: center; }
    .academy-features { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .academy-how-section { padding: 48px 24px 56px !important; }
    .academy-quote-shell { grid-template-columns: 52px 1fr 52px; }
    .academy-quote-mark { width: 52px; height: 41px; }
    .academy-quote-author { font-size: 1.75rem; }
}
@media (max-width: 600px) {
    .academy-features { grid-template-columns: repeat(2, 1fr); }
    .academy-quote-shell { grid-template-columns: 1fr; gap: 10px; }
    .academy-quote-body { text-align: center; }
    .academy-quote-mark--left { width: 42px; height: 33px; margin: 0 auto; }
    .academy-quote-mark--right { display: none; }
    .academy-intro-copy h2 { font-size: 2rem; }
    .academy-intro-copy p { font-size: 1.25rem; line-height: 1.52; }
    .academy-quote-text { font-size: 1.25rem; line-height: 1.52; }
    .academy-quote-author { font-size: 1.25rem; }
    .academy-cta .button-primary {
        width: 100%;
        max-width: 100%;
        min-height: 54px;
        padding: 14px 20px;
        white-space: normal;
        justify-content: center;
        text-align: center;
    }
    .webinar-body h3 { font-size: 1.25rem; }
    .webinar-date { font-size: 0.9375rem; }
    .webinar-body p { font-size: 1rem; }
    .webinar-link { font-size: 1rem; }
    .academy-legal-links span { display: none; }
    .academy-legal-links a { display: block; margin-top: 8px; }
}

/* Public inquiry anti-spam field; it remains inaccessible to real visitors. */
.form-honeypot {
    position: absolute !important;
    inline-size: 1px !important;
    block-size: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}
[data-inquiry-status] {
    margin: 16px 0 0;
    color: #b42318;
    font-size: 0.95rem;
}

/* ÁMOS Senior uses the same type scale as the matching homepage components.
   Keep page-specific layout and imagery separate from its typography. */
.page-senior .senior-hero-copy h1 {
    font-size: 50px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
    color: #28bebe;
}
.page-senior .senior-hero-copy p {
    font-size: var(--body-copy-size);
    font-weight: 500;
    line-height: var(--body-copy-line);
    color: var(--body-copy-color);
}
.senior-story-section .story-copy h2,
.page-senior .section-heading h2,
.page-senior .layout-heading h2,
.page-senior .metrics-head h2 {
    font-size: 2.5rem;
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.senior-story-section .story-copy h2 { letter-spacing: 0; }
.page-senior .audience-card h3 {
    line-height: 1.3;
    letter-spacing: 0;
}
.page-senior .ability-copy h3 {
    font-size: 2.5rem;
    line-height: 1.12;
    letter-spacing: -0.01em;
}
.page-senior .layout-step h3 { line-height: 1.28; }
.senior-story-section .story-copy p,
.page-senior .layout-step p {
    font-size: var(--body-copy-size);
    font-weight: 500;
    line-height: var(--body-copy-line);
    color: var(--body-copy-color);
}
.page-senior .audience-card p,
.page-senior .benefit-card p {
    font-size: 1.25rem;
}
.page-senior .audience-card p {
    font-weight: 500;
    line-height: 1.52;
    color: var(--body-copy-color);
}
.page-senior .benefit-card p {
    font-weight: 400;
    line-height: 1.55;
    color: #8b8b8b;
}
.page-senior .benefit-card h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.page-senior .reference-quote,
.page-senior .cta-panel-copy p {
    font-size: 1.75rem;
}
.page-senior .ability-copy p {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.52;
    color: var(--body-copy-color);
}
.page-senior .reference-quote {
    font-weight: 500;
    line-height: 1.62;
    color: #5d6370;
}
.page-senior .gallery-item figcaption {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: normal;
    color: #8f939c;
}
.page-senior .cta-panel-copy p {
    font-weight: 400;
    line-height: 1.52;
    color: #8a8f9f;
}
.page-senior .cta-list li {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.42;
    color: #8a8f9f;
}
.page-senior .layout-step p {
    font-weight: 400;
}
.page-senior .reference-name {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.page-senior .cta-panel-copy h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.01em;
}

@media (max-width: 1100px) {
    .page-senior .senior-hero-copy h1 { font-size: 46px; }
    .page-senior .senior-hero-copy p { font-size: 1.5rem; }
}
@media (max-width: 760px) {
    .page-senior .senior-hero-copy h1 { font-size: 40px; }
    .page-senior .senior-hero-copy p { font-size: 1.3rem; }
    .senior-story-section .story-copy h2 {
        font-size: clamp(2rem, 4.2vw, 2.8rem);
        letter-spacing: 0.01em;
    }
}

/* Senior / Pomocnik pro aktivizaci: the supplied design uses a readable row
   of three square activity tiles. The generic Senior desktop rail cap was
   reducing these original 600px assets to 56px. */
@media (min-width: 1101px) {
    .page-senior .ability-logos--c {
        gap: 34px;
        min-height: 150px;
    }
    .page-senior .ability-logos--c img {
        width: 150px;
        height: 150px;
        max-width: none;
        max-height: none;
        object-fit: cover;
    }
}
@media (max-width: 480px) {
    .page-senior .senior-hero-copy h1 { font-size: 34px; }
    .page-senior .senior-hero-copy p { font-size: 1.1rem; }
    .page-senior .benefit-card p { font-size: 1.1rem; line-height: 1.45; }
    .page-senior .ability-copy p { font-size: 1.2rem; }
    .page-senior .ability-copy h3 { font-size: 1.6rem; }
    .page-senior .benefit-card h3 { font-size: 1.2rem; }
    .page-senior .layout-step h3 { font-size: 1.4rem; line-height: 1.28; }
    .page-senior .layout-step p { font-size: 1.08rem; line-height: 1.5; }
.page-senior .reference-quote { font-size: 1.25rem; line-height: 1.52; }
.page-senior .cta-panel-copy p { font-size: 1.1rem; }
.page-senior .cta-list li { font-size: 0.95rem; line-height: 1.38; }
.page-senior .cta-panel-copy h2 { font-size: 1.7rem; }

}

/* Senior follows the desktop composition supplied by the client: the story is
   left-aligned but must keep a readable text measure, and the CTA uses the
   same full-size icon/list rhythm as the homepage. */
@media (min-width: 761px) {
    .page-senior .senior-story-section .story-copy { max-width: 520px; }
    .page-senior .cta-panel { max-width: 100%; }
    .page-senior .cta-list {
        gap: 80px;
        margin-top: 100px;
        max-width: 620px;
    }
    .page-senior .cta-list li {
        grid-template-columns: 84px 1fr;
        column-gap: 20px;
        font-size: 1.75rem;
        line-height: 1.42;
    }
    .page-senior .cta-list li img {
        width: 84px;
        height: 84px;
    }
    .page-senior .cta-panel-button {
        min-height: 104px;
        padding: 0 48px;
    }
}

@media (max-width: 760px) {
    .page-senior .cta-list {
        gap: 24px;
        margin-top: 32px;
        max-width: 100%;
    }
    .page-senior .cta-list li {
        grid-template-columns: 48px 1fr;
        column-gap: 16px;
        font-size: 1.1rem;
        line-height: 1.42;
    }
    .page-senior .cta-list li img {
        width: 48px;
        height: 48px;
    }
}

/* About uses the same reading scale as the homepage; retain its own imagery/layout. */
.page-about .about-hero p,
.page-about .about-unique-copy p,
.page-about .about-map-copy p {
    font-size: 1.75rem;
    line-height: 1.52;
    font-weight: 500;
}
.page-about .about-unique-copy h2,
.page-about .about-map-copy h2,
.page-about .section-heading-large--dark {
    font-size: 2.5rem;
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: normal;
}
@media (max-width: 600px) {
    .page-about .about-hero p,
    .page-about .about-unique-copy p,
    .page-about .about-map-copy p {
        font-size: 1.25rem;
        line-height: 1.52;
    }
    .page-about .about-unique-copy h2,
    .page-about .about-map-copy h2,
    .page-about .section-heading-large--dark {
        font-size: 2rem;
        line-height: 1.06;
    }
}
.inquiry-result-image img{width:100%;height:100%;object-fit:contain}.inquiry-result-detail{margin:.45rem 0 0;color:#64748b;font-size:.86rem}
.news-rich-text { font-size:1.08rem; line-height:1.66; color:#8d93a0; }
.news-rich-text .news-youtube-embed { display:block; position:relative; aspect-ratio:16 / 9; margin:24px 0; }
.news-rich-text .news-youtube-embed iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }

/* Mobile contract (email 986453): preserve the compact logo/icon rails;
   only the primary inquiry action gets a deliberately larger touch target. */
@media (max-width: 480px) {
    .inquiry-shell .stepper { display: none; }

    .button-inquiry { height: 50px; }
    .button.button-inquiry { min-height: 42px; height: 42px; padding: 0 10px; font-size: .66rem; }
    .menu-toggle { height: 42px; }
    .lang-switch { --lang-size: 42px; }
    .lang-switch-current { height: 42px; font-size: .7rem; }

    /* Co je ÁMOS: small visual arrow inside its accessible tap target. */
    .story-logo-controls button { width: 44px; height: 44px; }
    .story-logo-controls button img { width: 20px; height: 20px; }
}

/* Senior reference alignment: the D video is a compact centred composition,
   while its CTA keeps the same primary-action scale as the shared desktop CTA. */
@media (min-width: 1101px) {
    .page-senior .ability-row--d .ability-body {
        grid-template-columns: 430px minmax(0, 1fr);
        gap: 80px;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 761px) {
    .page-senior .cta-panel-button {
        min-height: 104px;
        padding: 0 48px;
        font-size: 1.75rem;
    }
}

/* Senior now intentionally shares the homepage component system. Content and
   assets remain Senior-specific; geometry, type scale and responsive rhythm do not. */
.page-senior .section {
    width: min(100%, 1300px);
}
.page-senior .senior-story-section {
    padding: 150px 0 100px;
}
.page-senior .senior-story-section .story-copy {
    max-width: 680px;
}
.page-senior .senior-story-section .story-video-wrap {
    width: 100%;
    max-width: none;
    min-height: 0;
    border-radius: 22px;
    aspect-ratio: 630 / 450;
}
.page-senior .senior-story-section .story-video-wrap img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}
.page-senior .story-logo-rail { margin-top: 0; }
.page-senior .story-partner-window { width: 100%; }
.page-senior .story-partner-logos img { height: 85px; max-height: none; max-width: 214px; }
.page-senior .audience-grid { max-width: 100%; gap: 50px; }
.page-senior .audience-card img {
    width: 380px;
    height: 400px;
    border-radius: 22px;
    aspect-ratio: auto;
    margin-bottom: 100px;
}
.page-senior .audience-card img.audience-card-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
}
.page-senior .audience-card img.audience-card-icon--schools { width: 146px; }
.page-senior .ability-stack { display: block; gap: normal; }
.page-senior .ability-row { padding: 100px 0; }
.page-senior .ability-row--c,
.page-senior .ability-row--d { padding-top: 150px; }
.page-senior .ability-body,
.page-senior .ability-row.reverse .ability-body {
    grid-template-columns: minmax(0, 630px) minmax(0, 1fr);
    gap: 100px;
    align-items: start;
}
.page-senior .ability-row.reverse .ability-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 630px);
}
.page-senior .ability-media {
    flex: initial;
    width: 100%;
    max-width: none;
    border-radius: 16px;
    aspect-ratio: 630 / 450;
}
.page-senior .ability-poster {
    border-radius: 0;
    aspect-ratio: auto;
}
.page-senior .ability-copy { max-width: 100%; }
.page-senior .ability-copy h3 { font-size: 2.5rem; margin-bottom: 20px; }
.page-senior .ability-copy p { font-size: 1.75rem; line-height: 1.52; }
.page-senior .ability-badge { width: 100px; margin: 0 0 50px; }
.page-senior .ability-rail { margin-top: 100px; }
.page-senior .ability-rail-window { width: min(100%, 916px); }
.page-senior .ability-row--b .ability-rail-window { width: min(100%, 831px); }
.page-senior .ability-row--d .ability-rail-window { width: min(100%, 550px); }
.page-senior .ability-rail--c .ability-rail-window { width: min(100%, 760px); }
.page-senior .ability-logos { gap: 28px; min-height: 74px; }
.page-senior .ability-logos img { height: 44px; max-height: none; max-width: 180px; }
.page-senior .ability-logos--a img,
.page-senior .ability-logos--b img { height: 85px; max-width: 220px; }
.page-senior .ability-logos--d img {
    width: 112px;
    height: 112px;
    max-width: none;
    object-fit: contain;
}
.page-senior .ability-logos--c { gap: 16px; min-height: 74px; }
.page-senior .ability-logos--c img {
    width: 126px;
    height: 126px;
    max-width: none;
    object-fit: cover;
}
.page-senior .benefits-section { padding: 150px 0 100px; }
.page-senior .benefit-grid { max-width: 1300px; gap: 100px; }
.page-senior .benefit-icon-wrap { margin-bottom: 30px; }
.page-senior .benefit-icon { width: 52px; height: 52px; }
.page-senior .benefit-card h3 { max-width: 220px; font-size: 1.25rem; }
.page-senior .benefit-card p { max-width: 220px; font-size: 1.25rem; line-height: 1.55; }
.page-senior .boards-main { max-width: none; }
.page-senior .metrics-strip { margin-top: 150px; padding: 100px 28px; }
.page-senior .metrics-head h2 { margin-bottom: 0; }
.page-senior .metrics-grid { gap: 50px; }
.page-senior .metric-card strong { font-size: 7rem; }
.page-senior .metric-card span { font-size: 1.75rem; line-height: 1.3; }
.page-senior .reference-slider { max-width: 100%; }
.page-senior .reference-card { grid-template-columns: 310px 1fr; gap: 50px; }
.page-senior .reference-card img { width: 280px; height: 280px; }
.page-senior .reference-body { gap: 50px; }
.page-senior .reference-quote { font-size: 1.75rem; line-height: 1.62; }
.page-senior .reference-name { font-size: 2.5rem; }
.page-senior .gallery-section {
    width: auto;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 100px 28px;
}
.page-senior .gallery-section .section-heading { margin-bottom: 100px; }
.page-senior .gallery-grid,
.page-senior .gallery-grid[data-slider] {
    max-width: 1240px;
    grid-template-columns: repeat(3, minmax(0, 380px));
    gap: 26px 50px;
}
.page-senior .gallery-item img { border-radius: 0; border: 1px solid #bdbdbd; }
.page-senior .gallery-item figcaption { padding: 50px 0 0; margin: 0; font-size: 1.25rem; }
.page-senior .gallery-controls { display: flex; margin-top: 40px; }
.page-senior .gallery-section + .cta-panel { margin-top: 150px; }
.page-senior .cta-panel { max-width: 100%; gap: 150px; }
.page-senior .cta-panel-copy h2 { font-size: 2.5rem; margin-bottom: 18px; }
.page-senior .cta-panel-copy p { font-size: 1.75rem; }
.page-senior .cta-list { gap: 80px; margin-top: 100px; max-width: 620px; }
.page-senior .cta-list li { grid-template-columns: 84px 1fr; column-gap: 20px; font-size: 1.75rem; line-height: 1.42; }
.page-senior .cta-list li img { width: 84px; height: 84px; }
.page-senior .cta-panel-button { margin-top: 0; min-height: 104px; padding: 0 48px; font-size: 1.75rem; }

@media (min-width: 1101px) {
    .page-senior .ability-row--d .ability-body {
        grid-template-columns: minmax(0, 630px) minmax(0, 1fr);
        gap: 100px;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
    .page-senior .ability-logos--c img { width: 126px; height: 126px; }
}
@media (max-width: 1100px) {
    .page-senior .section { width: min(100%, 1300px); padding-left: 0; padding-right: 0; }
    .page-senior .ability-row,
    .page-senior .ability-row--c,
    .page-senior .ability-row--d { padding: 70px 0; }
    .page-senior .ability-body,
    .page-senior .ability-row.reverse .ability-body { grid-template-columns: 1fr; gap: 30px; }
    .page-senior .ability-media { width: min(100%, 560px); max-width: 560px; }
}
@media (max-width: 760px) {
    .page-senior .senior-story-section { padding: 150px 0 100px; }
    .page-senior .story-video-wrap { width: min(100%, 760px); }
    .page-senior .benefits-section { padding: 96px 0 72px; }
    .page-senior .benefit-grid { max-width: 100%; gap: 34px 24px; }
    .page-senior .benefit-card { padding: 22px 18px; }
    .page-senior .gallery-grid,
    .page-senior .gallery-grid[data-slider] { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 860px; }
    .page-senior .reference-card { grid-template-columns: 1fr; gap: 18px; text-align: center; padding-top: 8px; }
    .page-senior .reference-card img { width: 160px; height: 160px; margin: 0 auto; }
    .page-senior .reference-body { gap: 18px; }
    .page-senior .reference-quote { font-size: var(--body-copy-size); line-height: var(--body-copy-line); }
    .page-senior .cta-panel { gap: 26px; padding: 40px 0 0; }
    .page-senior .cta-panel-copy h2 { font-size: 2rem; }
    .page-senior .cta-list { max-width: 100%; gap: 18px; margin-top: 8px; }
    .page-senior .cta-list li { grid-template-columns: 42px 1fr; column-gap: 16px; font-size: 1.1rem; }
    .page-senior .cta-list li img { width: 42px; height: 42px; }
    .page-senior .cta-panel-button { min-height: 72px; padding: 0 28px; font-size: 1.1rem; margin-top: 10px; }
}
@media (max-width: 480px) {
    .page-senior .benefits-section { padding: 84px 0 64px; }
    .page-senior .benefit-grid { grid-template-columns: 1fr; gap: 30px; max-width: 280px; }
    .page-senior .benefit-card { padding: 0 8px; }
    .page-senior .benefit-card h3 { max-width: 100%; font-size: 1.2rem; }
    .page-senior .benefit-card p { max-width: 100%; font-size: 1.1rem; }
    .page-senior .gallery-grid,
    .page-senior .gallery-grid[data-slider] { grid-template-columns: 1fr; max-width: 420px; }
    .page-senior .cta-panel { gap: 22px; padding: 30px 0 0; }
    .page-senior .cta-panel-copy h2 { font-size: 1.7rem; }
    .page-senior .cta-panel-copy p { font-size: 1.1rem; }
    .page-senior .cta-list { gap: 16px; margin-top: 8px; }
    .page-senior .cta-list li { grid-template-columns: 34px 1fr; column-gap: 12px; font-size: 0.95rem; line-height: 1.38; }
    .page-senior .cta-list li img { width: 34px; height: 34px; }
}

/* Keep the shared tablet breakpoint authoritative as well. */
@media (max-width: 1100px) {
    .page-senior .senior-story-section .story-copy { max-width: 100%; }
    .page-senior .ability-logos { gap: 18px; }
    .page-senior .ability-logos img,
    .page-senior .ability-logos--a img,
    .page-senior .ability-logos--b img {
        width: auto;
        height: 38px;
        max-width: 140px;
    }
    .page-senior .ability-logos--d img {
        width: auto;
        height: 38px;
        max-width: 140px;
    }
    .page-senior .ability-logos--c img {
        width: 118px;
        height: 118px;
        max-width: none;
    }
    .page-senior .gallery-section {
        width: auto;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
    }
}
@media (max-width: 768px) {
    .page-senior .benefits-section { padding: 96px 0 72px; }
    .page-senior .benefit-grid { max-width: 100%; gap: 34px 24px; }
    .page-senior .benefit-card { padding: 22px 18px; }
    .page-senior .metrics-strip { margin-top: 88px; }
    .page-senior .reference-card { grid-template-columns: 1fr; gap: 18px; text-align: center; padding-top: 8px; }
    .page-senior .reference-card img { width: 160px; height: 160px; margin: 0 auto; }
    .page-senior .reference-body { gap: 18px; }
    .page-senior .reference-quote { font-size: var(--body-copy-size); line-height: var(--body-copy-line); }
    .page-senior .gallery-grid,
    .page-senior .gallery-grid[data-slider] { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 860px; }
    .page-senior .cta-panel { gap: 26px; padding: 40px 0 0; }
    .page-senior .cta-panel-copy h2 { font-size: 2rem; }
    .page-senior .cta-list { max-width: 100%; gap: 18px; margin-top: 8px; }
    .page-senior .cta-list li { grid-template-columns: 42px 1fr; column-gap: 16px; font-size: 1.1rem; }
    .page-senior .cta-list li img { width: 42px; height: 42px; }
    .page-senior .cta-panel-button { min-height: 72px; padding: 0 28px; font-size: 1.1rem; margin-top: 10px; }
}

@media (max-width: 768px) {
    .page-senior .audience-grid { gap: 40px; }
}
@media (max-width: 480px) {
    .page-senior .benefits-section { padding: 84px 0 64px; }
    .page-senior .benefit-grid { grid-template-columns: 1fr; gap: 30px; max-width: 280px; }
    .page-senior .benefit-card { padding: 0 8px; }
    .page-senior .benefit-card h3 { max-width: 100%; font-size: 1.2rem; }
    .page-senior .benefit-card p { max-width: 100%; font-size: 1.1rem; }
    .page-senior .gallery-grid,
    .page-senior .gallery-grid[data-slider] { grid-template-columns: 1fr; max-width: 420px; }
    .page-senior .cta-panel { gap: 22px; padding: 30px 0 0; }
    .page-senior .cta-panel-copy h2 { font-size: 1.7rem; }
    .page-senior .cta-panel-copy p { font-size: 1.1rem; }
    .page-senior .cta-list { gap: 16px; margin-top: 8px; }
    .page-senior .cta-list li { grid-template-columns: 34px 1fr; column-gap: 12px; font-size: 0.95rem; line-height: 1.38; }
    .page-senior .cta-list li img { width: 34px; height: 34px; }
}
@media (max-width: 1100px) { .page-senior .gallery-section { padding-left: 28px; padding-right: 28px; } }

/* The Senior hero uses the same full-width stage and rhythm as homepage. */
.page-senior .senior-hero-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
}
.page-senior .senior-hero-visual {
    width: 100%;
    margin: 0;
}
.page-senior .senior-hero-visual img,
.page-senior .senior-hero-visual .senior-hero-video {
    width: 100%;
    aspect-ratio: 2.18 / 1;
    object-fit: cover;
}
.page-senior .senior-hero-copy {
    max-width: 1300px;
    margin: 0 auto;
    padding: 160px 30px 0;
}
@media (max-width: 1100px) {
    .page-senior .senior-hero-copy { padding: 140px 20px 100px; }
}
@media (max-width: 768px) {
    .page-senior .senior-hero-copy { max-width: 100%; padding: 100px 18px 80px; }
}
@media (max-width: 480px) {
    .page-senior .senior-hero-copy { padding: 80px 14px 60px; }
}
.page-senior .senior-hero-copy h1 { max-width: 1300px; } .page-senior .senior-hero-copy p { max-width: 1180px; } @media (max-width: 768px) { .page-senior .senior-hero-copy h1 { font-size: 40px; } .page-senior .senior-hero-copy p { font-size: 1.3rem; } }
.page-senior .senior-hero-copy { max-width: 1360px; }
.page-senior .senior-hero-copy .accent { color: #EB5269; font-weight: 700; }
.page-senior .senior-story-section .story-video-wrap { min-height: auto; }
@media (max-width: 1100px) { .page-senior .senior-story-section .story-video-wrap { min-height: 0; } }
@media (max-width: 480px) { .page-senior .senior-hero-copy { max-width: 100%; } .page-senior .senior-hero-copy h1 { font-size: 34px; } .page-senior .senior-hero-copy p { font-size: 1.1rem; } }

/* Email 988350: keep the supplied Senior videos in the exact existing media frames. */
.page-senior .senior-hero-visual,
.page-senior .senior-story-media { position: relative; }
.page-senior .senior-story-section .story-video-wrap .senior-story-video { height: 100%; }

/* Mobile visual corrections requested in the 988350 mail thread. */
@media (max-width: 480px) {
    .button-inquiry { height: 42px; }
    .button.button-inquiry { padding: 0 10px; font-size: .66rem; }
    .story-logo-controls button img { width: 32px; height: 32px; }
    .ability-logos--a img,
    .ability-logos--b img { height: 52px; max-width: 160px; }
    .ability-logos--d img { width: 52px; height: 52px; max-width: none; }
}

.footer-cookie-settings{display:inline-flex;margin-top:42px;color:rgba(255,255,255,.76)!important;font-size:.98rem;line-height:1;text-decoration:none}.footer-cookie-settings:hover{color:rgba(255,255,255,.98)!important}

/* The Senior CTA uses the same icon/list type scale as the homepage. */
.page-senior .cta-list span { font-size: inherit; line-height: inherit; color: inherit; }

@media (max-width: 340px) {
    /* Keep all header actions fully visible on 320px-class phones. */
    .header-shell { gap: 3px; }
    .brand img { width: 100px; }
    .header-actions { gap: 3px; }
}
