/* ==========================================================================
   NEIC — Nairobi Early Intervention Centre
   Built on the Kider template's visual language: scallop edges, circle frames,
   pill buttons and playful colour blocks, tuned for a clinical-grade brand.
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
    --green: #19682F;
    --green-600: #145326;
    --green-800: #0F3E1C;
    --mint: #F3F8F1;
    --mint-200: #E3EFE0;
    --leaf: #6E9A3F;
    --leaf-700: #4F7A25;
    --leaf-soft: #EDF4E3;
    --sun: #FFC215;
    --sun-600: #F0AE00;
    --sun-soft: #FFF5D6;
    --sky: #1C9DD9;
    --sky-700: #12709F;
    --sky-soft: #E3F3FB;
    --ink: #103741;
    --ink-900: #0B2A32;
    --body: #4A5D62;
    --muted: #6B7D81;
    --line: #E1EAE3;
    --white: #FFFFFF;
    --whatsapp: #25D366;
    --danger: #C0392B;

    --font-display: "Fredoka", "Nunito", "Trebuchet MS", system-ui, sans-serif;
    --font-body: "Nunito", "Segoe UI", system-ui, -apple-system, sans-serif;
    --font-script: "Lobster Two", Georgia, cursive;

    --radius-xl: 36px;
    --radius-lg: 28px;
    --radius: 20px;
    --radius-sm: 14px;
    --shadow-sm: 0 2px 6px rgba(16, 55, 65, .06);
    --shadow: 0 10px 30px -10px rgba(16, 55, 65, .18);
    --shadow-lg: 0 30px 60px -20px rgba(16, 55, 65, .28);
    --ease: cubic-bezier(.2, .7, .2, 1);
    --header-h: 88px;
}

/* ---------- 2. Base ---------- */
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
    font-family: var(--font-body);
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--body);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
html { overflow-x: hidden; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .display-font {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--ink);
    line-height: 1.15;
    letter-spacing: -.005em;
    text-wrap: balance;
}
h1, .h1 { font-size: clamp(2.35rem, 4.6vw, 3.75rem); }
h2, .h2 { font-size: clamp(1.95rem, 3.4vw, 2.8rem); }
h3, .h3 { font-size: 1.35rem; }
h4, .h4 { font-size: 1.15rem; }
p { text-wrap: pretty; }

a { color: var(--green); text-decoration: none; transition: color .2s; }
a:hover { color: var(--green-600); }
img { max-width: 100%; height: auto; }

:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; border-radius: 6px; }

.skip-link {
    position: absolute; left: 16px; top: -60px; z-index: 2000;
    background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 10px; font-weight: 700;
}
.skip-link:focus { top: 12px; color: #fff; }

.container { --bs-gutter-x: 2rem; }
@media (min-width: 1400px) { .container { max-width: 1240px; } }

.eyebrow {
    font-family: var(--font-script);
    font-size: 1.35rem;
    line-height: 1.2;
    color: var(--green);
    margin-bottom: .6rem;
}
.eyebrow-light { color: var(--sun); }

.lead-text { font-size: 1.2rem; color: var(--body); }
.text-ink { color: var(--ink) !important; }
.text-green { color: var(--green) !important; }

.section { position: relative; padding-block: clamp(4.5rem, 8vw, 7rem); }
.section-tight { padding-block: clamp(3.5rem, 6vw, 5rem); }
.bg-mint { background: var(--mint); }
.bg-ink { background: var(--ink); }

.section-head { max-width: 660px; margin: 0 auto clamp(2.5rem, 5vw, 3.75rem); text-align: center; }
.section-head h2 { margin-bottom: 1rem; }
.section-head p:last-child { margin-bottom: 0; font-size: 1.125rem; }
.section-head.text-start { margin-inline: 0; text-align: left; }

/* Highlight underline swoosh */
.hl { position: relative; white-space: nowrap; z-index: 0; }
.hl::after {
    content: ""; position: absolute; left: -2%; right: -2%; bottom: .02em; height: .38em; z-index: -1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20' preserveAspectRatio='none'%3E%3Cpath d='M3 14 C 50 4, 120 2, 197 9' stroke='%23FFC215' stroke-width='9' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

/* ---------- 3. Scallop edges (Kider signature) ---------- */
.scallop-top, .scallop-bottom { position: relative; }
.scallop-top::before, .scallop-bottom::after {
    content: ""; position: absolute; left: 0; right: 0; height: 20px; z-index: 2; pointer-events: none;
    background-size: 30px 20px; background-repeat: repeat-x;
}
.scallop-bottom::after {
    bottom: -1px;
    background-image: radial-gradient(circle at 15px 20px, var(--scallop-next, #fff) 14px, transparent 14.5px);
}
.scallop-top::before {
    top: -1px;
    background-image: radial-gradient(circle at 15px 0, var(--scallop-prev, #fff) 14px, transparent 14.5px);
}
.next-mint { --scallop-next: var(--mint); }
.prev-mint { --scallop-prev: var(--mint); }
.prev-ink { --scallop-prev: var(--ink); }

/* ---------- 4. Buttons ---------- */
.btn-neic {
    --bg: var(--green); --fg: #fff; --bd: var(--green); --bg-h: var(--green-600); --fg-h: #fff;
    display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
    padding: .9rem 1.75rem; border-radius: 999px; border: 2px solid var(--bd);
    background: var(--bg); color: var(--fg);
    font-family: var(--font-body); font-weight: 800; font-size: 1rem; line-height: 1.2;
    text-decoration: none; cursor: pointer; white-space: nowrap;
    transition: background .25s var(--ease), color .25s, border-color .25s, transform .25s var(--ease), box-shadow .25s;
}
.btn-neic i { font-size: 1.05em; transition: transform .25s var(--ease); }
.btn-neic:hover { background: var(--bg-h); border-color: var(--bg-h); color: var(--fg-h); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-neic:hover .bi-arrow-right { transform: translateX(4px); }
.btn-neic:active { transform: translateY(0); }
.btn-neic[disabled] { opacity: .7; pointer-events: none; }

.btn-primary-neic { box-shadow: 0 10px 22px -12px rgba(25, 104, 47, .8); }
.btn-outline-neic { --bg: transparent; --fg: var(--green); --bd: var(--green); --bg-h: var(--green); --fg-h: #fff; }
.btn-ink { --bg: var(--ink); --bd: var(--ink); --bg-h: var(--ink-900); }
.btn-sun { --bg: var(--sun); --fg: var(--ink); --bd: var(--sun); --bg-h: var(--sun-600); --fg-h: var(--ink); }
.btn-ghost-light { --bg: transparent; --fg: #fff; --bd: rgba(255,255,255,.7); --bg-h: #fff; --fg-h: var(--green); }
.btn-whatsapp { --bg: var(--whatsapp); --bd: var(--whatsapp); --bg-h: #1EBE5A; --fg: #0B2A1A; --fg-h: #0B2A1A; }
.btn-sm-neic { padding: .6rem 1.2rem; font-size: .925rem; }
.btn-lg-neic { padding: 1rem 1.8rem; font-size: 1.05rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }

.link-arrow { display: inline-flex; align-items: center; gap: .45rem; font-weight: 800; color: var(--green); }
.link-arrow i { transition: transform .25s var(--ease); }
.link-arrow:hover i { transform: translateX(4px); }

/* ---------- 5. Top bar & header ---------- */
.topbar { background: var(--ink); color: rgba(255,255,255,.78); font-size: .875rem; }
.topbar .container { min-height: 42px; }
.topbar-list, .topbar-social { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.topbar-list li, .topbar-list a { display: inline-flex; align-items: center; gap: .5rem; color: inherit; }
.topbar-list i { color: var(--sun); }
.topbar a:hover { color: #fff; }
.topbar-social { gap: .35rem; }
.topbar-social a { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: rgba(255,255,255,.78); }
.topbar-social a:hover { background: rgba(255,255,255,.1); }

.site-header {
    position: sticky; top: 0; z-index: 1000;
    background: #fff;
    transition: box-shadow .3s;
}
@media (min-width: 1200px) {
    .site-header { background: rgba(255,255,255,.94); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); }
}
body.nav-open .site-header { z-index: 1100; }
.site-header.is-scrolled { box-shadow: 0 6px 24px -12px rgba(16,55,65,.25); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; min-height: var(--header-h); }
.brand { display: block; flex-shrink: 0; }
.brand img { height: 62px; width: auto; display: block; }
.header-actions { display: flex; align-items: center; gap: .75rem; margin-left: auto; }

.nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; }
.nav-item { position: relative; }
.nav-link {
    display: inline-flex; align-items: center; gap: .3rem;
    padding: 1.9rem .85rem; background: none; border: 0;
    font-family: var(--font-body); font-weight: 700; font-size: 1rem; color: var(--ink);
    cursor: pointer; position: relative;
}
.nav-link .bi { font-size: .75rem; transition: transform .25s; }
.nav-link::after {
    content: ""; position: absolute; left: .85rem; right: .85rem; bottom: 1.35rem; height: 3px; border-radius: 3px;
    background: var(--sun); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.nav-item.is-active > .nav-link, .nav-link:hover { color: var(--green); }
.nav-item.is-active > .nav-link::after { transform: scaleX(1); }

.dropdown-panel {
    position: absolute; top: calc(100% - 8px); left: 50%; min-width: 330px;
    background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
    padding: .75rem; border: 1px solid var(--line);
    opacity: 0; visibility: hidden; transform: translate(-50%, 12px);
    transition: opacity .25s, transform .25s var(--ease), visibility 0s linear .25s;
}
.is-mega .dropdown-panel { min-width: 640px; }
.is-mega .dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .15rem .5rem; }
.dd-link { display: flex; align-items: flex-start; gap: .85rem; padding: .7rem .8rem; border-radius: var(--radius-sm); color: var(--ink); }
.dd-link:hover, .dd-link.is-current { background: var(--mint); color: var(--ink); }
.dd-icon {
    flex-shrink: 0; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
    background: var(--mint); color: var(--green); font-size: 1.15rem; transition: background .2s, color .2s;
}
.dd-link:hover .dd-icon, .dd-link.is-current .dd-icon { background: var(--green); color: #fff; }
.dd-text strong { display: block; font-weight: 800; font-size: .975rem; line-height: 1.3; }
.dd-text small { display: block; color: var(--muted); font-size: .85rem; line-height: 1.4; margin-top: .1rem; }
.dd-footer {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1rem;
    margin-top: .5rem; padding: .9rem 1rem; border-radius: var(--radius-sm); background: var(--ink); color: rgba(255,255,255,.8); font-size: .9rem;
}
.dd-footer-main { color: #fff; font-weight: 800; display: inline-flex; gap: .5rem; align-items: center; }
.dd-footer-main:hover { color: var(--sun); }
.dd-footer-note a { color: var(--sun); text-decoration: underline; text-underline-offset: 3px; }

@media (min-width: 1200px) {
    .nav-item.has-dropdown:hover > .dropdown-panel,
    .nav-item.has-dropdown:focus-within > .dropdown-panel,
    .nav-item.has-dropdown > .nav-link[aria-expanded="true"] + .dropdown-panel {
        opacity: 1; visibility: visible; transform: translate(-50%, 0); transition-delay: 0s;
    }
    .nav-item.has-dropdown:hover > .nav-link .bi { transform: rotate(180deg); }
    .mobile-nav-head, .mobile-nav-foot { display: none; }
    .primary-nav { margin-left: auto; }
    .header-actions { margin-left: 0; }
}

.nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--mint); padding: 0 13px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2.5px; border-radius: 3px; background: var(--ink); }
.nav-toggle span:nth-child(2) { width: 70%; }
@media (min-width: 1200px) { .nav-toggle { display: none; } }

@media (max-width: 1199.98px) {
    :root { --header-h: 76px; }
    .brand img { height: 52px; }
    .primary-nav {
        position: fixed; inset: 0 0 0 auto; width: min(420px, 100%); z-index: 1100;
        background: #fff; display: flex; flex-direction: column;
        clip-path: inset(0 0 0 100%); visibility: hidden;
        transition: clip-path .4s var(--ease), visibility 0s linear .4s;
        overflow-y: auto; overscroll-behavior: contain;
    }
    body.nav-open .primary-nav { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .4s var(--ease), visibility 0s; }
    .mobile-nav-head { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; border-bottom: 1px solid var(--line); }
    .mobile-nav-head img { height: 46px; width: auto; }
    .nav-close { width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--mint); color: var(--ink); font-size: 1.1rem; }
    .nav-list { flex-direction: column; align-items: stretch; padding: .75rem 1.25rem; }
    .nav-item { border-bottom: 1px solid var(--line); }
    .nav-link { width: 100%; justify-content: space-between; padding: 1rem .25rem; font-size: 1.1rem; }
    .nav-link::after { display: none; }
    .nav-link[aria-expanded="true"] .bi { transform: rotate(180deg); }
    .dropdown-panel, .is-mega .dropdown-panel {
        position: static; transform: none; min-width: 0; box-shadow: none; border: 0; padding: 0 0 .75rem;
        opacity: 1; visibility: visible; display: none; transition: none;
    }
    .nav-link[aria-expanded="true"] + .dropdown-panel { display: block; }
    .is-mega .dropdown-grid { grid-template-columns: 1fr; }
    .dd-link { padding: .55rem .5rem; align-items: center; }
    .dd-text small { display: none; }
    .dd-icon { width: 36px; height: 36px; font-size: 1rem; }
    .dd-footer { background: var(--mint); color: var(--body); }
    .dd-footer-main { color: var(--green); }
    .dd-footer-note a { color: var(--green); }
    .mobile-nav-foot { margin-top: auto; padding: 1.25rem; background: var(--mint); display: grid; gap: 1rem; }
    .mobile-nav-contacts { display: grid; gap: .5rem; font-weight: 700; }
    .mobile-nav-contacts a { display: inline-flex; gap: .6rem; align-items: center; color: var(--ink); }
    .mobile-nav-contacts i { color: var(--green); }
    .nav-backdrop { position: fixed; inset: 0; z-index: 1050; background: rgba(11,42,50,.5); opacity: 0; transition: opacity .3s; }
    body.nav-open .nav-backdrop { opacity: 1; }
    body.nav-open { overflow: hidden; }
}
@media (max-width: 575.98px) { .brand img { height: 46px; } }

.site-header.is-minimal .header-inner { justify-content: space-between; }
.header-minimal-actions { display: flex; align-items: center; gap: 1rem; }
.header-phone { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; color: var(--ink); }
.header-phone i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--mint); color: var(--green); }
@media (max-width: 575.98px) { .header-phone span { display: none; } }

/* ---------- 6. Hero ---------- */
.hero {
    position: relative; overflow: hidden;
    background: var(--mint);
    padding-block: clamp(3rem, 6vw, 5rem) clamp(4.5rem, 8vw, 6.5rem);
}
.hero-shapes span { position: absolute; border-radius: 50%; z-index: 0; }
.hero-shapes span:nth-child(1) { width: 560px; height: 560px; right: -160px; top: -220px; background: var(--sun-soft); }
.hero-shapes span:nth-child(2) { width: 380px; height: 380px; left: -230px; bottom: -200px; background: var(--sky-soft); }
.hero .container { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2.5rem, 4.4vw, 3.7rem); line-height: 1.06; margin-bottom: 1.35rem; }
.hero-text { font-size: clamp(1.1rem, 1.6vw, 1.25rem); max-width: 34rem; margin-bottom: 2rem; }
.hero-micro { margin: 1.25rem 0 0; font-size: .975rem; color: var(--muted); }
.hero-micro a { font-weight: 800; color: var(--ink); border-bottom: 2px solid var(--whatsapp); }
.hero-micro i { color: var(--whatsapp); margin-right: .35rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; list-style: none; padding: 0; margin: 2rem 0 0; }
.trust-row li { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--ink); font-size: .95rem; }
.trust-row i { color: var(--green); font-size: 1.1rem; }

.hero-visual { position: relative; max-width: 580px; margin-inline: auto; aspect-ratio: 1 / 1; }
.hero-visual .circle { position: absolute; border-radius: 50%; overflow: hidden; background: #fff; padding: 12px; box-shadow: var(--shadow-lg); }
.hero-visual .circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.hero-visual .c-main { width: 76%; aspect-ratio: 1; right: 0; top: 4%; }
.hero-visual .c-s1 { width: 34%; aspect-ratio: 1; left: 2%; bottom: 4%; padding: 9px; }
.hero-visual .c-s2 { width: 25%; aspect-ratio: 1; left: 6%; top: 6%; padding: 8px; }
.hero-sun { position: absolute; right: 2%; bottom: 10%; width: 90px; height: 90px; color: var(--sun); animation: spin 40s linear infinite; }
.float-card {
    position: absolute; z-index: 2; display: flex; align-items: center; gap: .7rem;
    background: #fff; border-radius: 999px; padding: .55rem 1.1rem .55rem .55rem;
    box-shadow: var(--shadow); font-weight: 800; color: var(--ink); font-size: .92rem; line-height: 1.25;
    animation: floaty 6s ease-in-out infinite;
}
.float-card small { display: block; font-weight: 600; color: var(--muted); font-size: .8rem; }
.float-card .fc-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-size: 1.1rem; flex-shrink: 0; }
.float-card.fc-1 { left: 34%; bottom: 7%; }
.float-card.fc-1 .fc-icon { background: var(--green); }
.float-card.fc-2 { right: -2%; top: 58%; animation-delay: -3s; }
.float-card.fc-2 .fc-icon { background: var(--sky); }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 991.98px) {
    .hero-visual { margin-top: 3rem; max-width: 480px; }
    .float-card.fc-2 { right: 0; }
}
@media (max-width: 575.98px) {
    .float-card { font-size: .8rem; padding: .4rem .8rem .4rem .4rem; }
    .float-card small { display: none; }
    .float-card .fc-icon { width: 32px; height: 32px; font-size: .95rem; }
    .float-card.fc-1 { left: 28%; bottom: 0; }
    .hero-sun { width: 60px; height: 60px; }
}

/* ---------- 7. Audience "facility" circles (Kider) ---------- */
.audience-item { display: block; height: 100%; text-decoration: none; --c: var(--green); --c-text: #fff; }
.audience-item.c-sky { --c: var(--sky); }
.audience-item.c-sun { --c: var(--sun); --c-text: var(--ink); }
.audience-item.c-leaf { --c: var(--leaf); }
.aud-icon {
    position: relative; margin: 0 auto; width: 100px; height: 100px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; background: var(--c);
}
.aud-icon::before, .aud-text::before {
    content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.86); border-radius: inherit;
    transition: background .45s var(--ease); z-index: 1;
}
.aud-icon .ear { position: absolute; top: 0; left: 0; width: 15px; height: 30px; border-radius: 50%; background: var(--c); }
.aud-icon .ear + i + .ear { left: auto; right: 0; }
.aud-icon i { position: relative; z-index: 2; font-size: 2.6rem; color: var(--c); transition: color .45s; }
.audience-item.c-sun .aud-icon i { color: var(--sun-600); }
.aud-text {
    position: relative; min-height: 270px; padding: 2.25rem 1.9rem; border-radius: 50%;
    display: flex; flex-direction: column; justify-content: center; text-align: center; background: var(--c);
}
.aud-text > * { position: relative; z-index: 2; transition: color .45s; }
.aud-text h3 { color: var(--c); margin-bottom: .6rem; font-size: 1.4rem; }
.audience-item.c-sun .aud-text h3 { color: #B07F00; }
.aud-text p { margin-bottom: .75rem; color: var(--body); font-size: .98rem; line-height: 1.55; }
.aud-text .go { font-weight: 800; color: var(--ink); font-size: .95rem; }
.audience-item:hover .aud-icon::before, .audience-item:hover .aud-text::before,
.audience-item:focus-visible .aud-icon::before, .audience-item:focus-visible .aud-text::before { background: transparent; }
.audience-item:hover .aud-text *, .audience-item:hover .aud-icon i,
.audience-item:focus-visible .aud-text *, .audience-item:focus-visible .aud-icon i { color: var(--c-text) !important; }
.audience-item:focus-visible { outline-offset: 6px; border-radius: 40px; }

/* ---------- 8. About collage (Kider) ---------- */
.about-collage { position: relative; }
.about-collage .ring { border-radius: 50%; background: var(--mint); padding: 16px; transition: background .5s; }
.about-collage .ring:hover { background: var(--green); }
.about-collage .ring img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.about-collage .ring-main { width: 76%; margin: 0 auto; }
.about-collage .ring-row { display: flex; justify-content: space-between; margin-top: -26%; }
.about-collage .ring-row .ring { width: 47%; }
.bg-mint .about-collage .ring { background: #fff; }

.check-list { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 1.5rem; }
.check-list li { position: relative; padding-left: 2rem; font-weight: 700; color: var(--ink); line-height: 1.45; }
.check-list li::before {
    content: "\F26E"; font-family: "bootstrap-icons"; position: absolute; left: 0; top: -.05rem;
    display: grid; place-items: center; width: 1.45rem; height: 1.45rem; border-radius: 50%;
    background: var(--green); color: #fff; font-size: 1rem;
}
@media (max-width: 575.98px) { .check-list { grid-template-columns: 1fr; } }

.leader-chip { display: inline-flex; align-items: center; gap: .8rem; }
.leader-chip .avatar { width: 50px; height: 50px; font-size: 1.05rem; }
.leader-chip strong { display: block; color: var(--ink); font-weight: 800; line-height: 1.25; }
.leader-chip small { color: var(--muted); font-size: .88rem; }

/* ---------- 9. Avatars & colour helpers ---------- */
.avatar {
    display: inline-grid; place-items: center; flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%;
    font-family: var(--font-display); font-weight: 600; color: #fff; background: var(--green); letter-spacing: .02em;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--line);
}
.avatar.c-sky { background: var(--sky-700); }
.avatar.c-leaf { background: var(--leaf-700); }
.avatar.c-sun { background: var(--sun); color: var(--ink); }

/* ---------- 10. Stats band ---------- */
.stats-band { background: var(--green); color: #fff; padding-block: clamp(3.25rem, 6vw, 4.5rem); --scallop-prev: #fff; --scallop-next: #fff; }
.stats-band.prev-mint { --scallop-prev: var(--mint); }
.stat { text-align: center; padding: .5rem 1rem; }
.stat-num { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.6rem, 5vw, 3.6rem); line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.stat-num sup { color: var(--sun); font-size: .55em; top: -.75em; margin-left: .05em; }
.stat p { margin: .6rem auto 0; max-width: 16rem; color: rgba(255,255,255,.88); font-weight: 600; line-height: 1.45; }
@media (min-width: 768px) { .stats-row > div + div .stat { border-left: 1px dashed rgba(255,255,255,.3); } }

/* ---------- 11. Programme cards (Kider "classes") ---------- */
.programme-card { height: 100%; display: flex; flex-direction: column; transition: transform .45s var(--ease); --c: var(--green); }
.programme-card.c-leaf { --c: var(--leaf); }
.programme-card.c-sky { --c: var(--sky); }
.programme-card.c-sun { --c: var(--sun-600); }
.programme-card:hover { transform: translateY(-10px); }
.programme-card-img {
    position: relative; display: block; width: 72%; margin: 0 auto; border-radius: 50%;
    background: var(--mint); padding: 14px; z-index: 1;
}
.programme-card-img img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.programme-card-icon {
    position: absolute; right: 4%; bottom: 8%; display: grid; place-items: center; width: 54px; height: 54px;
    border-radius: 50%; background: var(--c); color: #fff; font-size: 1.4rem; box-shadow: 0 0 0 5px var(--mint);
}
.programme-card.c-sun .programme-card-icon { color: var(--ink); }
.programme-card-body {
    flex: 1; display: flex; flex-direction: column; background: var(--mint); border-radius: var(--radius-lg);
    padding: 5.5rem 1.6rem 1.6rem; margin-top: -4.25rem; text-align: center;
}
.programme-card-body h3 { font-size: 1.4rem; margin-bottom: .6rem; }
.programme-card-body h3 a { color: var(--ink); }
.programme-card-body h3 a:hover { color: var(--green); }
.programme-card-body > p { font-size: .98rem; line-height: 1.6; margin-bottom: 1.25rem; }
.programme-card .link-arrow { margin-top: 1.1rem; align-self: center; }
.bg-mint .programme-card-img, .bg-mint .programme-card-body { background: #fff; }
.bg-mint .programme-card-icon { box-shadow: 0 0 0 5px #fff; }

.meta-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin: auto 0 0; text-align: left; }
.meta-strip > div { border-top: 3px solid var(--green); padding-top: .45rem; }
.meta-strip > div:nth-child(2) { border-color: var(--sky); }
.meta-strip > div:nth-child(3) { border-color: var(--sun); }
.meta-strip dt { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.meta-strip dd { margin: .1rem 0 0; font-size: .86rem; font-weight: 700; color: var(--ink); line-height: 1.3; }

.intensive-banner {
    position: relative; overflow: hidden; margin-top: 3rem; border-radius: var(--radius-xl);
    background: var(--ink); color: rgba(255,255,255,.85); padding: clamp(2rem, 4vw, 3rem);
    display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem 2rem; align-items: center;
}
.intensive-banner::before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; right: -90px; top: -150px; background: rgba(255,194,21,.12); }
.intensive-banner::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; left: 30%; bottom: -120px; background: rgba(28,157,217,.15); }
.intensive-banner > * { position: relative; z-index: 1; }
.intensive-banner .ib-icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: var(--sun); color: var(--ink); font-size: 2rem; }
.intensive-banner h3 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 1.75rem); margin-bottom: .4rem; }
.intensive-banner p { margin: 0; max-width: 40rem; }
@media (max-width: 991.98px) { .intensive-banner { grid-template-columns: 1fr; } }

.filter-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-bottom: 3rem; }
.filter-chip {
    border: 2px solid var(--line); background: #fff; color: var(--ink); border-radius: 999px;
    padding: .55rem 1.2rem; font-weight: 800; font-size: .95rem; cursor: pointer; transition: all .2s;
}
.filter-chip:hover { border-color: var(--green); color: var(--green); }
.filter-chip[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: #fff; }
[data-stage-item].is-hidden { display: none; }

/* ---------- 12. Steps ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; counter-reset: step; position: relative; }
.steps::before {
    content: ""; position: absolute; top: 46px; left: 10%; right: 10%; border-top: 3px dashed var(--mint-200); z-index: 0;
}
.step { position: relative; text-align: center; counter-increment: step; z-index: 1; }
.step-icon {
    position: relative; display: grid; place-items: center; width: 92px; height: 92px; margin: 0 auto 1.25rem;
    border-radius: 50%; background: #fff; color: var(--green); font-size: 2rem; box-shadow: var(--shadow);
    border: 6px solid var(--mint); transition: background .3s, color .3s, transform .3s var(--ease);
}
.bg-mint .step-icon { border-color: #fff; }
.step-icon::after {
    content: counter(step); position: absolute; top: -6px; right: -6px; display: grid; place-items: center;
    width: 30px; height: 30px; border-radius: 50%; background: var(--sun); color: var(--ink);
    font-family: var(--font-display); font-weight: 600; font-size: .95rem;
}
.step:hover .step-icon { background: var(--green); color: #fff; transform: translateY(-4px); }
.step h3 { font-size: 1.3rem; margin-bottom: .4rem; }
.step p { font-size: .98rem; line-height: 1.55; margin: 0; }
@media (max-width: 991.98px) {
    .steps { grid-template-columns: 1fr; gap: 1.25rem; }
    .steps::before { top: 20px; bottom: 20px; left: 45px; right: auto; border-top: 0; border-left: 3px dashed var(--mint-200); }
    .step { display: grid; grid-template-columns: 92px 1fr; gap: 0 1.25rem; text-align: left; align-items: center; }
    .step-icon { margin: 0; grid-row: span 2; }
    .step h3 { align-self: end; margin: 0; }
    .step p { align-self: start; }
}

/* Pathway (8 steps, Our Approach) */
.pathway { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; counter-reset: pw; }
.pathway li {
    counter-increment: pw; position: relative; background: #fff; border-radius: var(--radius-lg); padding: 2rem 1.5rem 1.75rem;
    box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s;
}
.pathway li:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pathway li::before {
    content: counter(pw, decimal-leading-zero); position: absolute; right: 1.25rem; top: 1rem;
    font-family: var(--font-display); font-weight: 600; font-size: 2.4rem; line-height: 1; color: var(--mint-200);
}
.pathway .pw-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; margin-bottom: 1rem; font-size: 1.5rem; color: #fff; background: var(--green); }
.pathway li:nth-child(4n+2) .pw-icon { background: var(--sky); }
.pathway li:nth-child(4n+3) .pw-icon { background: var(--sun); color: var(--ink); }
.pathway li:nth-child(4n+4) .pw-icon { background: var(--leaf); }
.pathway h3 { font-size: 1.3rem; margin-bottom: .35rem; }
.pathway p { margin: 0; font-size: .98rem; line-height: 1.55; }
@media (max-width: 991.98px) { .pathway { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575.98px) { .pathway { grid-template-columns: 1fr; } }

/* ---------- 13. Split CTA (Kider "call to action") ---------- */
.split-cta { background: var(--mint); border-radius: var(--radius-xl); overflow: hidden; }
.split-cta-img { position: relative; min-height: 420px; height: 100%; }
.split-cta-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-cta-body { padding: clamp(2rem, 5vw, 3.75rem); }
.split-cta-body h2 { margin-bottom: 1rem; }
.next-steps { list-style: none; padding: 0; margin: 1.75rem 0 2rem; display: grid; gap: .85rem; counter-reset: ns; }
.next-steps li { counter-increment: ns; display: flex; gap: .9rem; align-items: center; font-weight: 700; color: var(--ink); line-height: 1.4; }
.next-steps li::before {
    content: counter(ns); flex-shrink: 0; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
    background: #fff; color: var(--green); font-family: var(--font-display); font-weight: 600; box-shadow: var(--shadow-sm);
}
@media (max-width: 991.98px) { .split-cta-img { min-height: 280px; } }

/* ---------- 14. Why grid ---------- */
.why-item { display: flex; gap: 1.1rem; align-items: flex-start; }
.why-item + .why-item { margin-top: 2.25rem; }
.why-icon {
    flex-shrink: 0; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%;
    background: var(--mint); color: var(--green); font-size: 1.6rem; transition: background .3s, color .3s;
}
.why-item:hover .why-icon { background: var(--green); color: #fff; }
.why-item h3 { font-size: 1.25rem; margin-bottom: .3rem; }
.why-item p { margin: 0; font-size: .98rem; line-height: 1.55; }
@media (min-width: 992px) {
    .why-col-left .why-item { flex-direction: row-reverse; text-align: right; }
}
.why-visual { position: relative; max-width: 380px; margin: 0 auto; }
.why-visual .ring { border-radius: 50%; padding: 18px; background: var(--mint); position: relative; z-index: 1; }
.why-visual .ring img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.why-visual::before { content: ""; position: absolute; inset: -22px; border-radius: 50%; border: 3px dashed var(--mint-200); animation: spin 60s linear infinite; }
.why-visual .why-badge {
    position: absolute; z-index: 2; left: 50%; bottom: -18px; transform: translateX(-50%); white-space: nowrap;
    background: var(--sun); color: var(--ink); border-radius: 999px; padding: .55rem 1.2rem; font-weight: 800; box-shadow: var(--shadow);
}

/* ---------- 15. Team (Kider team item) ---------- */
.team-feature { position: relative; max-width: 460px; margin: 0 auto; padding-bottom: 4rem; }
.team-photo { border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4 / 5; background: var(--mint); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-photo.is-placeholder {
    display: grid; place-items: center; position: relative;
    background:
        radial-gradient(circle at 20% 15%, rgba(255,194,21,.35) 0 18%, transparent 18.5%),
        radial-gradient(circle at 85% 80%, rgba(28,157,217,.22) 0 22%, transparent 22.5%),
        linear-gradient(160deg, var(--mint-200), var(--mint));
}
.team-photo.is-placeholder .initials { font-family: var(--font-display); font-weight: 600; font-size: clamp(5rem, 12vw, 7.5rem); color: var(--green); opacity: .9; }
.team-photo.is-placeholder .ph-note { position: absolute; top: 1rem; left: 1rem; font-size: .8rem; font-weight: 700; color: var(--muted); background: rgba(255,255,255,.8); border-radius: 999px; padding: .25rem .75rem; }
.team-text {
    position: absolute; right: -1.5rem; bottom: 0; width: 230px; height: 230px; border-radius: 50%;
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
    background: #fff; border: 16px solid var(--mint); padding: 1rem; transition: border-color .45s;
}
.team-feature:hover .team-text { border-color: var(--green); }
.team-text h3 { font-size: 1.35rem; margin-bottom: .2rem; }
.team-text p { margin: 0; font-size: .82rem; line-height: 1.35; font-weight: 700; color: var(--muted); }
.bg-mint .team-text { border-color: #fff; }
@media (max-width: 575.98px) { .team-text { right: 0; width: 190px; height: 190px; border-width: 12px; } }

.discipline-chips { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 1.5rem 0 2rem; }
.discipline-chips li { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .95rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 700; font-size: .92rem; color: var(--ink); }
.discipline-chips i { color: var(--green); }

.belief {
    position: relative; margin: 0 0 2rem; padding: 1.25rem 1.5rem 1.25rem 3.75rem; border-radius: var(--radius);
    background: var(--sun-soft); font-family: var(--font-display); font-weight: 500; font-size: 1.2rem; line-height: 1.45; color: var(--ink);
}
.belief::before { content: "\201C"; position: absolute; left: 1rem; top: .2rem; font-size: 3.5rem; line-height: 1; color: var(--sun-600); font-family: Georgia, serif; }

/* Discipline cards (team page) */
.icon-card {
    height: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.75rem;
    transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; --c: var(--green); --c-soft: var(--mint);
}
.icon-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.icon-card.c-sky { --c: var(--sky-700); --c-soft: var(--sky-soft); }
.icon-card.c-sun { --c: #A57500; --c-soft: var(--sun-soft); }
.icon-card.c-leaf { --c: var(--leaf-700); --c-soft: var(--leaf-soft); }
.icon-card .ic-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--c-soft); color: var(--c); font-size: 1.65rem; margin-bottom: 1.25rem; transition: background .3s, color .3s; }
.icon-card:hover .ic-icon { background: var(--c); color: #fff; }
.icon-card h3 { font-size: 1.25rem; margin-bottom: .45rem; }
.icon-card p { margin: 0; font-size: .98rem; line-height: 1.6; }
.bg-mint .icon-card { border-color: transparent; }

/* ---------- 16. Values acronym (GROWTH / RECIPE) ---------- */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.value-card { position: relative; display: flex; gap: 1.1rem; align-items: flex-start; background: #fff; border-radius: var(--radius-lg); padding: 1.75rem; box-shadow: var(--shadow-sm); }
.value-letter {
    flex-shrink: 0; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%;
    font-family: var(--font-display); font-weight: 600; font-size: 2rem; color: #fff; background: var(--green);
}
.value-card:nth-child(4n+2) .value-letter { background: var(--sky); }
.value-card:nth-child(4n+3) .value-letter { background: var(--sun); color: var(--ink); }
.value-card:nth-child(4n+4) .value-letter { background: var(--leaf); }
.value-card h3 { font-size: 1.2rem; margin-bottom: .3rem; }
.value-card p { margin: 0; font-size: .96rem; line-height: 1.55; }
.acronym { display: flex; justify-content: center; gap: .4rem; margin-bottom: 1rem; }
.acronym span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: #fff; background: var(--green); }
.acronym span:nth-child(4n+2) { background: var(--sky); }
.acronym span:nth-child(4n+3) { background: var(--sun); color: var(--ink); }
.acronym span:nth-child(4n+4) { background: var(--leaf); }
@media (max-width: 991.98px) { .values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575.98px) { .values-grid { grid-template-columns: 1fr; } .acronym span { width: 40px; height: 40px; font-size: 1.25rem; } }

/* Mission / Vision */
.mv-card { position: relative; height: 100%; border-radius: var(--radius-xl); padding: clamp(2rem, 4vw, 3rem); overflow: hidden; }
.mv-card.is-mission { background: var(--green); color: rgba(255,255,255,.92); }
.mv-card.is-vision { background: var(--sun-soft); color: var(--ink); }
.mv-card::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -70px; bottom: -90px; background: rgba(255,255,255,.1); }
.mv-card.is-vision::after { background: rgba(255,194,21,.25); }
.mv-card .mv-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; font-size: 1.7rem; margin-bottom: 1.25rem; background: rgba(255,255,255,.15); color: var(--sun); }
.mv-card.is-vision .mv-icon { background: var(--sun); color: var(--ink); }
.mv-card h2 { font-size: 1.9rem; margin-bottom: .75rem; }
.mv-card.is-mission h2 { color: #fff; }
.mv-card p { position: relative; z-index: 1; margin: 0; font-size: 1.15rem; line-height: 1.6; }

/* Outcome chips */
.outcomes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; list-style: none; padding: 0; margin: 0; }
.outcomes li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .7rem; background: #fff; border-radius: var(--radius-lg); padding: 1.5rem 1rem; font-weight: 700; color: var(--ink); line-height: 1.35; box-shadow: var(--shadow-sm); }
.outcomes i { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 1.4rem; }
.outcomes li:nth-child(3n+2) i { background: var(--sky-soft); color: var(--sky-700); }
.outcomes li:nth-child(3n+3) i { background: var(--sun-soft); color: #A57500; }
@media (max-width: 1199.98px) { .outcomes { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 575.98px) { .outcomes { grid-template-columns: 1fr 1fr; } .outcomes li { padding: 1.25rem .75rem; font-size: .92rem; } }

.pill-cloud { display: flex; flex-wrap: wrap; gap: .6rem; list-style: none; padding: 0; margin: 0; }
.pill-cloud li { padding: .55rem 1.1rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 700; color: var(--ink); font-size: .95rem; }
.pill-cloud.on-mint li { border-color: transparent; }
.pill-cloud.centered { justify-content: center; }

.principle {
    position: relative; overflow: hidden; border-radius: var(--radius-xl); background: var(--ink); color: #fff; text-align: center;
    padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 6vw, 5rem);
}
.principle::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; left: -80px; top: -120px; background: rgba(255,194,21,.14); }
.principle::after { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; right: -60px; bottom: -100px; background: rgba(28,157,217,.18); }
.principle > * { position: relative; z-index: 1; }
.principle .eyebrow { color: var(--sun); }
.principle p.principle-text { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.35; margin: 0 auto; max-width: 52rem; color: #fff; text-wrap: balance; }

/* ---------- 17. Testimonials (Kider) ---------- */
.slider { position: relative; }
@media (min-width: 576px) { .slider { padding-inline: 4rem; } }
.slider-track {
    display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 1.5rem) / 2); gap: 1.5rem;
    overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: .5rem .25rem 1rem;
    scrollbar-width: none;
}
.slider-track::-webkit-scrollbar { display: none; }
.slider-track:focus-visible { outline-offset: 0; }
@media (max-width: 991.98px) { .slider-track { grid-auto-columns: 100%; } }
@media (max-width: 575.98px) { .slider-track { grid-auto-columns: 88%; } }
.testimonial { scroll-snap-align: start; margin: 0; display: flex; flex-direction: column; gap: 1.25rem; }
.testimonial-quote {
    position: relative; flex: 1; background: var(--mint); border-radius: var(--radius-lg); padding: 3.9rem 2rem 2rem;
    border: 1px dashed rgba(25,104,47,.3);
}
.testimonial-quote::after {
    content: ""; position: absolute; left: 2.2rem; bottom: -12px; width: 24px; height: 24px; background: var(--mint);
    border-right: 1px dashed rgba(25,104,47,.3); border-bottom: 1px dashed rgba(25,104,47,.3); transform: rotate(45deg);
}
.testimonial-quote .bi-quote { position: absolute; top: 1rem; left: 1.6rem; font-size: 2.75rem; line-height: 1; color: var(--sun); }
.testimonial blockquote { margin: 0; }
.testimonial blockquote p { margin: 0; font-size: 1.1rem; line-height: 1.65; color: var(--ink); font-weight: 600; }
.testimonial figcaption { display: flex; align-items: center; gap: 1rem; padding-left: 1.25rem; }
.testimonial figcaption strong { display: block; color: var(--ink); font-weight: 800; line-height: 1.3; }
.testimonial figcaption small { color: var(--green); font-weight: 700; font-size: .9rem; }
.sample-tag { position: absolute; top: 1rem; right: 1rem; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); background: #fff; border-radius: 999px; padding: .15rem .6rem; }
.slider-btn {
    position: absolute; top: 42%; transform: translateY(-50%); z-index: 2; display: grid; place-items: center;
    width: 50px; height: 50px; border-radius: 50%; border: 0; background: var(--green); color: #fff; font-size: 1.25rem;
    box-shadow: var(--shadow); transition: background .25s, opacity .25s;
}
.slider-btn:hover { background: var(--ink); }
.slider-btn[disabled] { opacity: .35; pointer-events: none; }
.slider-btn.prev { left: 0; }
.slider-btn.next { right: 0; }
@media (max-width: 575.98px) { .slider-btn { display: none; } }

/* ---------- 18. Resource cards & articles ---------- */
.resource-card { height: 100%; display: flex; flex-direction: column; background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s; }
.resource-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.resource-card-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--mint); }
.resource-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.resource-card:hover .resource-card-img img { transform: scale(1.05); }
.resource-card-body { flex: 1; display: flex; flex-direction: column; padding: 1.5rem 1.6rem 1.6rem; }
.resource-card-body h3 { font-size: 1.25rem; line-height: 1.3; margin: .75rem 0 .5rem; }
.resource-card-body h3 a { color: var(--ink); }
.resource-card-body h3 a::after { content: ""; position: absolute; inset: 0; }
.resource-card { position: relative; }
.resource-card-body p { font-size: .96rem; line-height: 1.6; margin-bottom: 1rem; }
.resource-meta { margin-top: auto; display: flex; align-items: center; gap: .4rem; font-size: .88rem; color: var(--muted); font-weight: 700; }
.tag-pill { align-self: flex-start; display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: .3rem .75rem; border-radius: 999px; background: var(--mint); color: var(--green); }
.tag-pill.c-sky { background: var(--sky-soft); color: var(--sky-700); }
.tag-pill.c-sun { background: var(--sun-soft); color: #8A6200; }
.tag-pill.c-leaf { background: var(--leaf-soft); color: var(--leaf-700); }

.hub-card { height: 100%; display: flex; gap: 1.1rem; align-items: flex-start; padding: 1.6rem; border-radius: var(--radius-lg); background: #fff; }
.hub-card .ic-icon { flex-shrink: 0; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 1.45rem; }
.hub-card h3 { font-size: 1.2rem; margin-bottom: .3rem; }
.hub-card p { margin: 0; font-size: .96rem; line-height: 1.55; }
.status-soon { display: inline-block; margin-left: .35rem; vertical-align: middle; font-family: var(--font-body); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #8A6200; background: var(--sun-soft); padding: .15rem .55rem; border-radius: 999px; }

.article { max-width: 46rem; margin: 0 auto; }
.article-hero-img { border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 16 / 8; margin-bottom: 2.5rem; background: var(--mint); }
.article-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body { font-size: 1.125rem; line-height: 1.8; }
.article-body h2 { font-size: 1.75rem; margin: 2.5rem 0 .85rem; }
.article-body ul { padding-left: 0; list-style: none; display: grid; gap: .6rem; margin-bottom: 1.5rem; }
.article-body ul li { position: relative; padding-left: 1.75rem; }
.article-body ul li::before { content: ""; position: absolute; left: .25rem; top: .7em; width: 9px; height: 9px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 3px var(--sun-soft); }
.article-body strong { color: var(--ink); }
.article-callout { margin: 2rem 0; padding: 1.25rem 1.5rem; border-radius: var(--radius); background: var(--mint); border-left: 5px solid var(--green); }
.disclaimer { display: flex; gap: .75rem; align-items: flex-start; font-size: .92rem; color: var(--muted); background: var(--mint); border-radius: var(--radius); padding: 1rem 1.25rem; }
.disclaimer i { color: var(--green); font-size: 1.1rem; margin-top: .1rem; }

/* ---------- 19. Page header ---------- */
.page-header {
    --scallop-next: #fff;
    position: relative; color: #fff; overflow: hidden;
    padding-block: clamp(3.5rem, 7vw, 5.5rem) clamp(4.25rem, 8vw, 6.25rem);
    background: linear-gradient(100deg, rgba(11,42,50,.94) 0%, rgba(16,55,65,.86) 45%, rgba(25,104,47,.55) 100%), var(--header-image) center / cover no-repeat, var(--ink);
}
.page-header.next-mint { --scallop-next: var(--mint); }
.page-header h1 { color: #fff; max-width: 48rem; margin-bottom: 1rem; }
.page-header-intro { max-width: 40rem; font-size: 1.2rem; color: rgba(255,255,255,.88); margin: 0; }
.crumbs { display: flex; flex-wrap: wrap; gap: .35rem; list-style: none; padding: 0; margin: 0 0 1.5rem; font-size: .9rem; font-weight: 700; }
.crumbs li { display: inline-flex; align-items: center; gap: .35rem; color: rgba(255,255,255,.75); }
.crumbs li + li::before { content: "\F285"; font-family: "bootstrap-icons"; font-size: .7rem; color: var(--sun); }
.crumbs a { color: #fff; }
.crumbs a:hover { color: var(--sun); }

/* Programme hero */
.programme-hero { position: relative; overflow: hidden; background: var(--mint); padding-block: clamp(2.5rem, 5vw, 4rem) clamp(4.5rem, 8vw, 6rem); --scallop-next: #fff; }
.programme-hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -180px; top: -200px; background: var(--sun-soft); }
.programme-hero .container { position: relative; z-index: 1; }
.programme-hero .crumbs li { color: var(--muted); }
.programme-hero .crumbs a { color: var(--ink); }
.programme-hero .crumbs a:hover { color: var(--green); }
.programme-badge { display: inline-flex; align-items: center; gap: .6rem; padding: .35rem 1rem .35rem .35rem; border-radius: 999px; background: #fff; font-weight: 800; color: var(--ink); box-shadow: var(--shadow-sm); margin-bottom: 1.25rem; }
.programme-badge i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--c, var(--green)); color: #fff; }
.programme-hero .meta-strip { max-width: 34rem; gap: 1rem; margin: 2rem 0; }
.programme-hero .meta-strip dd { font-size: .98rem; }
.programme-visual { position: relative; max-width: 440px; margin: 0 auto; }
.programme-visual .ring { border-radius: 50%; padding: 16px; background: #fff; box-shadow: var(--shadow-lg); }
.programme-visual .ring img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.programme-visual .pv-icon { position: absolute; right: 6%; bottom: 6%; display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50%; background: var(--c, var(--green)); color: #fff; font-size: 2.4rem; box-shadow: 0 0 0 10px #fff, var(--shadow); }
.c-sun .programme-badge i, .c-sun .pv-icon { color: var(--ink); }
.c-var-green { --c: var(--green); } .c-var-leaf { --c: var(--leaf); } .c-var-sky { --c: var(--sky); } .c-var-sun { --c: var(--sun); }

.goal-band { display: flex; gap: 1.25rem; align-items: center; background: var(--sun-soft); border-radius: var(--radius-lg); padding: 1.5rem 2rem; margin-top: 3rem; }
.goal-band i { display: grid; place-items: center; flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; background: var(--sun); color: var(--ink); font-size: 1.5rem; }
.goal-band p { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; line-height: 1.4; color: var(--ink); }

.feature-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; list-style: none; padding: 0; margin: 0; counter-reset: fs; }
.feature-steps li { counter-increment: fs; position: relative; background: #fff; border-radius: var(--radius-lg); padding: 2rem 1.75rem; box-shadow: var(--shadow-sm); }
.feature-steps.is-numbered li::before {
    content: counter(fs); display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; margin-bottom: 1rem;
    background: var(--green); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 1.3rem;
}
.feature-steps:not(.is-numbered) li::before {
    content: "\F633"; font-family: "bootstrap-icons"; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; margin-bottom: 1rem;
    background: var(--sun); color: var(--ink); font-size: 1.4rem;
}
.feature-steps h3 { font-size: 1.3rem; margin-bottom: .4rem; }
.feature-steps p { margin: 0; line-height: 1.6; }
@media (max-width: 767.98px) { .feature-steps { grid-template-columns: 1fr; } }

/* ---------- 20. FAQ ---------- */
.faq-list { display: grid; gap: .85rem; }
.faq { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); transition: box-shadow .3s, border-color .3s; }
.faq[open] { box-shadow: var(--shadow-sm); border-color: transparent; }
.bg-mint .faq { border-color: transparent; }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.4rem; font-weight: 800; color: var(--ink); font-size: 1.05rem; line-height: 1.4; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { flex-shrink: 0; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--mint); color: var(--green); transition: transform .3s var(--ease), background .3s, color .3s; }
.faq[open] summary i { transform: rotate(45deg); background: var(--green); color: #fff; }
.faq p { margin: 0; padding: 0 1.4rem 1.3rem; line-height: 1.65; }

/* ---------- 21. Forms ---------- */
.form-card { background: #fff; border-radius: var(--radius-xl); padding: clamp(1.5rem, 4vw, 2.75rem); box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.form-card h2, .form-card h3 { margin-bottom: .5rem; }
.form-card > p { margin-bottom: 1.75rem; }
.field { display: flex; flex-direction: column; gap: .4rem; margin: 0; }
.field label, .field legend { font-weight: 800; color: var(--ink); font-size: .95rem; margin: 0; float: none; width: auto; padding: 0; }
.field .req { color: var(--danger); }
.field .optional { font-weight: 600; color: var(--muted); font-size: .85rem; }
.field input, .field select, .field textarea {
    width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--mint);
    border: 2px solid transparent; border-radius: var(--radius-sm); padding: .8rem 1rem; transition: border-color .2s, background .2s, box-shadow .2s;
    appearance: none; -webkit-appearance: none;
}
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath fill='%23103741' d='M1.6 5.1a.8.8 0 0 1 1.1 0L8 10.3l5.3-5.2a.8.8 0 1 1 1.1 1.1l-5.8 5.8a.8.8 0 0 1-1.2 0L1.6 6.2a.8.8 0 0 1 0-1.1z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: #93A3A6; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--mint-200); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--green); box-shadow: 0 0 0 4px rgba(25,104,47,.12); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); background: #FDF3F2; }
.field-error { margin: 0; color: var(--danger); font-size: .88rem; font-weight: 700; }
.chip-field { border: 0; padding: 0; }
.chip-group { position: relative; display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .15rem; }
.chip-input { position: absolute; left: 0; top: 0; opacity: 0; width: 1px; height: 1px; }
.chip-group .chip { display: inline-flex; align-items: center; gap: .4rem; padding: .55rem 1.05rem; border-radius: 999px; background: var(--mint); border: 2px solid transparent; font-weight: 700; color: var(--ink); cursor: pointer; font-size: .95rem; transition: all .2s; }
.chip-group .chip:hover { border-color: var(--mint-200); }
.chip-group .chip-input:checked + .chip { background: var(--green); color: #fff; }
.chip-input:checked + .chip::before { content: "\F26E"; font-family: "bootstrap-icons"; font-size: 1.1rem; line-height: 0; }
.chip-input:focus-visible + .chip { outline: 3px solid var(--sun); outline-offset: 2px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: .5rem; }
.form-note { margin: 0; font-size: .88rem; color: var(--muted); }
.form-note i { color: var(--green); margin-right: .35rem; }
.form-alert { display: flex; gap: .75rem; align-items: center; margin-bottom: 1.5rem; padding: 1rem 1.25rem; border-radius: var(--radius-sm); background: #FDF3F2; color: var(--danger); font-weight: 700; }
.form-alert i { font-size: 1.3rem; }

.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.contact-card { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; background: #fff; border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow-sm); color: var(--body); transition: transform .3s var(--ease), box-shadow .3s; }
a.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); color: var(--body); }
.contact-card .ic-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 1.4rem; margin-bottom: .6rem; }
.contact-card.is-whatsapp .ic-icon { background: #E6F9EE; color: #128C4B; }
.contact-card strong { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: var(--ink); }
.contact-card span { font-weight: 700; color: var(--green); word-break: break-word; }
@media (max-width: 991.98px) { .contact-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575.98px) { .contact-cards { grid-template-columns: 1fr; } }

.map-frame { border-radius: var(--radius-xl); overflow: hidden; background: var(--mint); aspect-ratio: 16 / 7; min-height: 320px; box-shadow: var(--shadow-sm); }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

.aside-card { background: var(--mint); border-radius: var(--radius-xl); padding: clamp(1.5rem, 4vw, 2.5rem); }
.aside-card h2, .aside-card h3 { font-size: 1.6rem; margin-bottom: 1rem; }
.aside-card .next-steps { margin: 1.25rem 0 1.75rem; }
.aside-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.aside-list li { display: flex; gap: .75rem; align-items: flex-start; font-weight: 600; color: var(--ink); line-height: 1.45; }
.aside-list i { color: var(--green); font-size: 1.15rem; margin-top: .05rem; }
.whatsapp-box { display: flex; gap: 1rem; align-items: center; margin-top: 1.5rem; padding: 1.1rem 1.25rem; border-radius: var(--radius); background: #fff; color: var(--ink); }
.whatsapp-box i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--whatsapp); color: #fff; font-size: 1.4rem; flex-shrink: 0; }
.whatsapp-box strong { display: block; }
.whatsapp-box:hover { color: var(--ink); box-shadow: var(--shadow); }

/* ---------- 22. CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--green); color: rgba(255,255,255,.9); padding-block: clamp(4.5rem, 8vw, 6.5rem); --scallop-prev: #fff; }
.cta-band.prev-mint { --scallop-prev: var(--mint); }
.cta-band h2 { color: #fff; max-width: 46rem; margin: 0 auto 1rem; font-size: clamp(2rem, 4vw, 3.1rem); }
.cta-band p { font-size: 1.2rem; max-width: 36rem; margin: 0 auto 2.25rem; }
.cta-band-shapes span { position: absolute; border-radius: 50%; }
.cta-band-shapes span:nth-child(1) { width: 300px; height: 300px; left: -110px; top: -60px; background: rgba(255,255,255,.07); }
.cta-band-shapes span:nth-child(2) { width: 180px; height: 180px; right: 6%; bottom: -80px; background: rgba(255,194,21,.22); }
.cta-band-shapes span:nth-child(3) { width: 70px; height: 70px; right: 7%; top: 16%; background: rgba(28,157,217,.35); }

/* ---------- 23. Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.68); font-size: .98rem; }
.footer-top { padding-block: clamp(3.5rem, 7vw, 5rem) 3rem; }
.footer-brand img { width: 250px; height: auto; margin-bottom: 1.25rem; }
.footer-about { max-width: 22rem; margin-bottom: 1.5rem; }
.footer-title { font-family: var(--font-display); color: #fff; font-size: 1.3rem; margin-bottom: 1.25rem; }
.footer-links, .footer-contact, .footer-social { list-style: none; padding: 0; margin: 0; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { position: relative; display: inline-block; padding-left: 1.2rem; line-height: 1.5; color: rgba(255,255,255,.68); transition: color .2s, transform .2s; }
.footer-links a::before { content: "\F285"; font-family: "bootstrap-icons"; position: absolute; left: 0; top: .1em; font-size: .7rem; color: var(--sun); }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-contact { display: grid; gap: .85rem; margin-bottom: 1.25rem; }
.footer-contact li { display: flex; gap: .75rem; align-items: flex-start; line-height: 1.5; }
.footer-contact i { color: var(--sun); margin-top: .15rem; }
.footer-contact a { color: rgba(255,255,255,.85); }
.footer-contact a:hover { color: #fff; }
.footer-social { display: flex; gap: .5rem; }
.footer-social a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 1.05rem; transition: all .25s; }
.footer-social a:hover { background: var(--green); border-color: var(--green); color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem; padding-block: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .9rem; }
.footer-bottom p { margin: 0; }
.footer-bottom ul { display: flex; gap: 1.5rem; list-style: none; padding: 0; margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.8); }
.footer-bottom a:hover { color: var(--sun); }

/* ---------- 24. Floating actions ---------- */
.float-whatsapp {
    position: fixed; right: 24px; bottom: 24px; z-index: 900; display: grid; place-items: center;
    width: 60px; height: 60px; border-radius: 50%; background: var(--whatsapp); color: #fff; font-size: 1.85rem;
    box-shadow: 0 12px 28px -8px rgba(37,211,102,.6);
}
.float-whatsapp::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--whatsapp); animation: pulse 2.4s ease-out infinite; }
.float-whatsapp:hover { color: #fff; transform: scale(1.06); }
@keyframes pulse { from { transform: scale(1); opacity: .8; } to { transform: scale(1.6); opacity: 0; } }
.back-to-top {
    position: fixed; right: 32px; bottom: 98px; z-index: 900; display: grid; place-items: center;
    width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--ink); color: #fff; font-size: 1.1rem;
    opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .3s;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--green); }

.action-bar { display: none; }
@media (max-width: 991.98px) {
    .float-whatsapp { display: none; }
    .back-to-top { right: 16px; bottom: 90px; }
    body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
    .action-bar {
        position: fixed; left: 0; right: 0; bottom: 0; z-index: 950; display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: .5rem;
        padding: .6rem .75rem calc(.6rem + env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -8px 24px -12px rgba(16,55,65,.3);
        transition: transform .3s var(--ease);
    }
    .action-bar.is-hidden { transform: translateY(110%); }
    .action-bar a { display: flex; align-items: center; justify-content: center; gap: .45rem; padding: .75rem .5rem; border-radius: 999px; font-weight: 800; font-size: .95rem; color: var(--ink); background: var(--mint); }
    .action-bar a:nth-child(2) i { color: #128C4B; }
    .action-bar a.is-primary { background: var(--green); color: #fff; }
}

/* ---------- 25. Reveal motion ---------- */
@media (prefers-reduced-motion: no-preference) {
    .js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
    .js .reveal.is-visible { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ---------- 26. Legal / prose pages ---------- */
.prose { max-width: 48rem; margin: 0 auto; font-size: 1.075rem; }
.prose h2 { font-size: 1.6rem; margin: 2.5rem 0 .75rem; }
.prose ul { padding-left: 1.25rem; }
.prose li { margin-bottom: .4rem; }

/* 404 */
.error-hero { text-align: center; padding-block: clamp(4rem, 10vw, 7rem); background: var(--mint); position: relative; overflow: hidden; }
.error-code { font-family: var(--font-display); font-weight: 600; font-size: clamp(6rem, 18vw, 11rem); line-height: 1; color: var(--green); display: flex; justify-content: center; align-items: center; gap: .1em; }
.error-code span { display: grid; place-items: center; width: .9em; height: .9em; border-radius: 50%; background: var(--sun); color: var(--ink); font-size: .8em; }

.thanks-icon { display: grid; place-items: center; width: 110px; height: 110px; margin: 0 auto 1.5rem; border-radius: 50%; background: var(--green); color: #fff; font-size: 3.2rem; box-shadow: 0 0 0 14px rgba(25,104,47,.12); }

.h1-compact { font-size: clamp(2.2rem, 3.6vw, 3rem); }

@media (max-width: 575.98px) {
    .aud-text { border-radius: var(--radius-xl); min-height: 0; padding: 3.25rem 1.5rem 1.75rem; margin-top: -2.5rem; }
    .aud-icon { width: 88px; height: 88px; z-index: 2; }
    .aud-icon i { font-size: 2.2rem; }
    .hero-visual { max-width: 340px; }
}
