/* ──────────────────────────────────────────────────────────
   EduRole — Design system
   Adapted from the Corelink design language: warm off-white
   canvas, deep cool-indigo ink, electric-cyan accent, mono
   eyebrows, editorial display type. Tuned for EduRole, with a
   secondary emerald tone for the School (cloud) product line.
   ────────────────────────────────────────────────────────── */

:root {
    /* Surfaces — warm off-white, slightly amber-tinted neutrals */
    --surface-canvas: oklch(0.992 0.003 90);
    --surface-page: oklch(0.985 0.004 90);
    --surface-alt: oklch(0.965 0.006 88);
    --surface-raised: oklch(1 0 0);
    --surface-ink: oklch(0.16 0.025 265);
    --surface-ink-2: oklch(0.21 0.028 265);

    /* Ink — deep cool indigo, never pure black */
    --ink-display: oklch(0.16 0.025 265);
    --ink-primary: oklch(0.22 0.022 265);
    --ink-body: oklch(0.34 0.015 265);
    --ink-muted: oklch(0.52 0.012 265);
    --ink-subtle: oklch(0.65 0.01 265);

    /* Borders */
    --border-soft: oklch(0.92 0.008 90);
    --border-default: oklch(0.88 0.01 90);
    --border-strong: oklch(0.78 0.012 90);
    --border-ink: oklch(0.32 0.02 265);

    /* Brand — EduRole blue */
    --brand-primary: oklch(0.55 0.13 245);
    --brand-primary-deep: oklch(0.45 0.12 250);
    --brand-primary-soft: oklch(0.95 0.03 240);

    /* Accent — electric cyan, used sparingly for moments of energy */
    --accent: #00bdff;
    --accent-deep: #0096cc;
    --accent-soft: #e6f9ff;

    /* School product line — emerald */
    --emerald: oklch(0.62 0.14 162);
    --emerald-deep: oklch(0.52 0.13 162);
    --emerald-soft: oklch(0.95 0.04 162);

    /* EMIS / national-scale product line — violet-indigo (authority) */
    --gov: oklch(0.52 0.16 286);
    --gov-deep: oklch(0.43 0.15 288);
    --gov-soft: oklch(0.95 0.04 288);
    --gov-bright: oklch(0.72 0.15 292);

    /* Semantic */
    --success: oklch(0.55 0.13 150);
    --warning: oklch(0.7 0.15 70);

    /* Type */
    --font-sans: 'Inter Tight', 'Inter', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', monospace;

    /* Radius */
    --r-sm: 6px;
    --r-md: 10px;
    --r-lg: 16px;
    --r-xl: 24px;
    --r-pill: 999px;

    /* Elevation — extremely subtle, ink-tinted */
    --elev-1: 0 1px 0 0 oklch(0.88 0.01 265 / 0.6);
    --elev-2: 0 8px 24px -12px oklch(0.16 0.025 265 / 0.18), 0 2px 6px -2px oklch(0.16 0.025 265 / 0.08);
    --elev-3: 0 24px 60px -24px oklch(0.16 0.025 265 / 0.32), 0 6px 12px -4px oklch(0.16 0.025 265 / 0.08);

    /* Easing */
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html { scroll-behavior: smooth; }

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: var(--font-body);
    color: var(--ink-primary);
    background: var(--surface-canvas);
    font-feature-settings: 'ss01', 'cv11';
    line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

/* ──────────────────────────────────────────────────────────
   Typography scale — generous, editorial
   ────────────────────────────────────────────────────────── */

.eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-muted);
    font-weight: 500;
}

.eyebrow-accent { color: var(--accent-deep); }
.eyebrow-emerald { color: var(--emerald-deep); }
.eyebrow-gov { color: var(--gov-deep); }

.display-1 {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    color: var(--ink-display);
}

.display-2 {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.035em;
    color: var(--ink-display);
}

.display-3 {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--ink-display);
}

/* Inline emphasis — accent-coloured callout inside headlines.
   Kept upright (non-italic) for a quiet, contemporary feel. */
.display-italic {
    font-family: inherit;
    font-weight: inherit;
    font-style: normal;
    letter-spacing: inherit;
    color: var(--accent);
}
.display-italic.emerald { color: var(--emerald); }
.display-italic.gov { color: var(--gov-bright); }

.section-title {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(1.75rem, 2.6vw, 2.5rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--ink-display);
}

.lede {
    font-size: clamp(1.05rem, 1.2vw, 1.25rem);
    line-height: 1.5;
    color: var(--ink-body);
    max-width: 60ch;
}

/* ──────────────────────────────────────────────────────────
   Layout
   ────────────────────────────────────────────────────────── */

.shell {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.shell-narrow {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-tight { padding: clamp(3rem, 5vw, 4.5rem) 0; }

.divider-rule { height: 1px; background: var(--border-soft); border: 0; width: 100%; }

/* ──────────────────────────────────────────────────────────
   Buttons
   ────────────────────────────────────────────────────────── */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.78rem 1.3rem;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.005em;
    border-radius: var(--r-pill);
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.32s var(--ease-out);
    white-space: nowrap;
}

.btn svg { width: 14px; height: 14px; transition: transform 0.32s var(--ease-out); }
.btn:hover svg { transform: translateX(2px); }

.btn-primary { background: var(--ink-display); color: var(--surface-canvas); }
.btn-primary:hover { background: var(--brand-primary); transform: translateY(-1px); }

.btn-accent { background: var(--accent); color: oklch(0.16 0.025 265); }
.btn-accent:hover { background: var(--accent-deep); color: #fff; transform: translateY(-1px); }

.btn-emerald { background: var(--emerald); color: #fff; }
.btn-emerald:hover { background: var(--emerald-deep); transform: translateY(-1px); }

.btn-gov { background: var(--gov); color: #fff; }
.btn-gov:hover { background: var(--gov-deep); transform: translateY(-1px); }

.btn-ghost { background: transparent; color: var(--ink-display); border-color: var(--border-strong); }
.btn-ghost:hover { border-color: var(--ink-display); background: var(--surface-alt); }

.btn-ghost-on-dark { background: transparent; color: var(--surface-canvas); border-color: oklch(1 0 0 / 0.3); }
.btn-ghost-on-dark:hover { background: var(--surface-canvas); color: var(--ink-display); border-color: var(--surface-canvas); }

.btn-on-dark { background: var(--surface-canvas); color: var(--ink-display); }
.btn-on-dark:hover { background: var(--accent); color: var(--ink-display); }

.btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--ink-display);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid var(--ink-display);
    padding-bottom: 2px;
    transition: gap 0.32s var(--ease-out), color 0.32s var(--ease-out), border-color 0.32s var(--ease-out);
}
.btn-link:hover { gap: 0.7rem; color: var(--accent-deep); border-color: var(--accent-deep); }
.btn-link svg { width: 14px; height: 14px; transition: transform 0.32s var(--ease-out); }
.btn-link:hover svg { transform: translateX(2px); }

/* ──────────────────────────────────────────────────────────
   Header / nav
   ────────────────────────────────────────────────────────── */

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgb(2 17 29);
    border-bottom: 1px solid oklch(1 0 0 / 0.08);
}

.site-header .nav-link,
.site-header .brand-mark { color: var(--surface-canvas); }
.site-header .nav-link:hover { color: var(--accent); }

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0.85rem 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    text-decoration: none;
}

.brand-logo {
    height: 62px;
    width: auto;
    max-width: 288px;
    display: block;
    object-fit: contain;
}

.primary-nav { display: none; gap: 0.25rem; align-items: center; }

@media (min-width: 1024px) { .primary-nav { display: inline-flex; } }

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem 0.9rem;
    border-radius: var(--r-pill);
    color: var(--surface-canvas);
    font-family: var(--font-sans);
    font-size: 0.93rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s var(--ease-out), background 0.25s var(--ease-out);
}
.nav-link:hover { background: oklch(1 0 0 / 0.08); color: var(--accent); }
.nav-link.active { color: var(--accent); background: oklch(1 0 0 / 0.06); }
.nav-link svg { width: 12px; height: 12px; opacity: 0.6; transition: transform 0.25s var(--ease-out); }
.nav-item.open .nav-link svg { transform: rotate(180deg); }

.nav-cta { display: inline-flex; gap: 0.5rem; align-items: center; }

@media (max-width: 1023px) { .nav-cta .nav-pill { display: none; } }

.nav-pill {
    padding: 0.55rem 1.05rem;
    border-radius: var(--r-pill);
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.32s var(--ease-out);
}
.nav-pill.ghost { color: var(--surface-canvas); border: 1px solid oklch(1 0 0 / 0.25); }
.nav-pill.ghost:hover { border-color: var(--accent); color: var(--accent); }
.nav-pill.solid { background: var(--surface-canvas); color: var(--ink-display); border: 1px solid var(--surface-canvas); }
.nav-pill.solid:hover { background: var(--accent); color: var(--ink-display); border-color: var(--accent); }

.nav-item { position: relative; }

/* Mega menu (Products) */
.mega {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    transform: translateY(-6px);
    width: min(680px, calc(100vw - 2rem));
    background: var(--surface-raised);
    border: 1px solid var(--border-soft);
    border-radius: var(--r-lg);
    box-shadow: var(--elev-3);
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    z-index: 61;
    transition: opacity 0.25s var(--ease-out), transform 0.32s var(--ease-out);
}
.nav-item.open .mega { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Tablet zone (desktop nav is shown ≥1024px, but a left-anchored panel can run
   off the right edge). Pin it to the viewport as a full-width panel instead. */
@media (min-width: 1024px) and (max-width: 1180px) {
    .nav-item .mega { position: fixed; top: 92px; left: 1rem; right: 1rem; width: auto; }
}

.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }

.mega-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.25rem;
    border-radius: var(--r-md);
    border: 1px solid var(--border-soft);
    text-decoration: none;
    color: var(--ink-display);
    transition: border-color 0.25s var(--ease-out), background 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}
.mega-card:hover { border-color: var(--border-strong); background: var(--surface-page); transform: translateY(-2px); }
.mega-card .mega-tag {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-deep);
}
.mega-card.school .mega-tag { color: var(--emerald-deep); }
.mega-card.emis .mega-tag { color: var(--gov-deep); }
.mega-card h6 { margin: 0; font-family: var(--font-sans); font-size: 1.1rem; font-weight: 600; letter-spacing: -0.02em; }
.mega-card p { margin: 0; font-size: 0.85rem; color: var(--ink-muted); line-height: 1.45; }

/* ──────────────────────────────────────────────────────────
   Cards
   ────────────────────────────────────────────────────────── */

.card-flat {
    background: var(--surface-raised);
    border: 1px solid var(--border-soft);
    border-radius: var(--r-lg);
    padding: 1.75rem;
    transition: border-color 0.32s var(--ease-out), transform 0.32s var(--ease-out), box-shadow 0.32s var(--ease-out);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}
.card-flat:hover { border-color: var(--border-strong); transform: translateY(-2px); box-shadow: var(--elev-2); }

.card-flat .card-eyebrow {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-muted);
}
.card-flat h3 { font-size: 1.25rem; font-weight: 600; letter-spacing: -0.02em; color: var(--ink-display); margin: 0; font-family: var(--font-sans); }
.card-flat p { color: var(--ink-body); font-size: 0.95rem; line-height: 1.55; margin: 0; }

.card-flat .card-arrow {
    margin-top: auto;
    color: var(--ink-display);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: var(--font-sans);
}
.card-flat .card-arrow svg { width: 14px; height: 14px; transition: transform 0.32s var(--ease-out); }
.card-flat:hover .card-arrow svg { transform: translateX(3px); }
.card-flat:hover .card-arrow { color: var(--accent-deep); }

.bg-ink.card-flat { background: var(--surface-ink); border-color: var(--surface-ink); }
.bg-ink.card-flat h3 { color: var(--surface-canvas); }
.bg-ink.card-flat p { color: oklch(0.82 0.015 250); }

/* Module / feature card (icon-led) */
.feature-card {
    background: var(--surface-raised);
    border: 1px solid var(--border-soft);
    border-radius: var(--r-lg);
    padding: 1.65rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    transition: border-color 0.32s var(--ease-out), transform 0.32s var(--ease-out), box-shadow 0.32s var(--ease-out);
    position: relative;
    overflow: hidden;
}
.feature-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--brand-primary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s var(--ease-out);
}
.feature-card:hover { border-color: var(--border-strong); transform: translateY(-3px); box-shadow: var(--elev-2); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-card.school::before { background: linear-gradient(90deg, var(--emerald), var(--emerald-deep)); }
.feature-card.emis::before { background: linear-gradient(90deg, var(--gov), var(--gov-bright)); }

.feature-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; }

.feature-icon {
    width: 46px;
    height: 46px;
    border-radius: var(--r-md);
    background: var(--accent-soft);
    color: var(--accent-deep);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: background 0.32s var(--ease-out), color 0.32s var(--ease-out);
}
.feature-card:hover .feature-icon { background: var(--accent); color: #fff; }
.feature-icon svg { width: 22px; height: 22px; }
.feature-card.school .feature-icon { background: var(--emerald-soft); color: var(--emerald-deep); }
.feature-card.school:hover .feature-icon { background: var(--emerald); color: #fff; }
.feature-card.emis .feature-icon { background: var(--gov-soft); color: var(--gov-deep); }
.feature-card.emis:hover .feature-icon { background: var(--gov); color: #fff; }

.feature-tag {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-muted);
    background: var(--surface-alt);
    padding: 0.25rem 0.55rem;
    border-radius: var(--r-pill);
    white-space: nowrap;
}
.feature-card h3 { margin: 0; font-family: var(--font-sans); font-size: 1.12rem; font-weight: 600; letter-spacing: -0.02em; color: var(--ink-display); }
.feature-card p { margin: 0; font-size: 0.92rem; line-height: 1.55; color: var(--ink-body); }

/* ──────────────────────────────────────────────────────────
   Product split cards (home)
   ────────────────────────────────────────────────────────── */

.product-card {
    position: relative;
    background: var(--surface-raised);
    border: 1px solid var(--border-soft);
    border-radius: var(--r-xl);
    padding: 2.5rem;
    overflow: hidden;
    transition: border-color 0.32s var(--ease-out), transform 0.32s var(--ease-out), box-shadow 0.32s var(--ease-out);
    display: flex;
    flex-direction: column;
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--elev-3); border-color: var(--border-strong); }
.product-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
}
.product-card.campus::before { background: linear-gradient(90deg, var(--brand-primary), var(--accent)); }
.product-card.school::before { background: linear-gradient(90deg, var(--emerald), var(--emerald-deep)); }
.product-card.emis::before { background: linear-gradient(90deg, var(--gov-deep), var(--gov-bright)); }

/* 3-up product grid (home) — stacks below desktop */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 1080px) { .product-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; } }
.product-grid .product-card { padding: 2rem; }
.product-grid .product-head h3 { font-size: 1.55rem; }

.product-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.product-glyph {
    width: 56px; height: 56px; border-radius: var(--r-lg);
    display: grid; place-items: center; flex-shrink: 0;
}
.product-card.campus .product-glyph { background: var(--accent-soft); color: var(--accent-deep); }
.product-card.school .product-glyph { background: var(--emerald-soft); color: var(--emerald-deep); }
.product-card.emis .product-glyph { background: var(--gov-soft); color: var(--gov-deep); }
.product-glyph svg { width: 28px; height: 28px; }
.product-kicker { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-muted); }
.product-card.campus .product-kicker { color: var(--accent-deep); }
.product-card.school .product-kicker { color: var(--emerald-deep); }
.product-card.emis .product-kicker { color: var(--gov-deep); }
.product-head h3 { margin: 0.15rem 0 0; font-family: var(--font-sans); font-size: 1.75rem; font-weight: 600; letter-spacing: -0.03em; color: var(--ink-display); }

.product-card > p { color: var(--ink-body); margin: 0 0 1.25rem; }

.product-list { list-style: none; margin: 0 0 1.75rem; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; }
.product-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.93rem; color: var(--ink-body); }
.product-list li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }
.product-card.campus .product-list li svg { color: var(--accent-deep); }
.product-card.school .product-list li svg { color: var(--emerald-deep); }
.product-card.emis .product-list li svg { color: var(--gov-deep); }

.product-actions { margin-top: auto; display: flex; gap: 0.7rem; flex-wrap: wrap; }

/* ──────────────────────────────────────────────────────────
   Stat strip
   ────────────────────────────────────────────────────────── */

.strip-stat { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.strip-stat > div { padding: 1.6rem clamp(1rem, 2vw, 2rem); border-right: 1px solid var(--border-soft); }
.strip-stat > div:last-child { border-right: 0; }
.strip-stat .num {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(2.25rem, 3.5vw, 3.25rem);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--ink-display);
}
.strip-stat .num .unit { color: var(--accent); }
.strip-stat .lbl { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-muted); margin-top: 0.65rem; line-height: 1.5; }

/* Dark stat strip (over ink) */
.strip-stat.on-ink { border-color: oklch(1 0 0 / 0.1); }
.strip-stat.on-ink > div { border-color: oklch(1 0 0 / 0.1); }
.strip-stat.on-ink .num { color: var(--surface-canvas); }
.strip-stat.on-ink .num .unit { color: var(--accent); }
.strip-stat.on-ink .lbl { color: oklch(0.7 0.015 250); }

@media (max-width: 768px) {
    .strip-stat { grid-template-columns: repeat(2, 1fr); }
    .strip-stat > div { border-bottom: 1px solid var(--border-soft); }
    .strip-stat.on-ink > div { border-bottom-color: oklch(1 0 0 / 0.1); }
    .strip-stat > div:nth-child(2) { border-right: 0; }
}

/* ──────────────────────────────────────────────────────────
   Footer
   ────────────────────────────────────────────────────────── */

.site-footer { background: var(--surface-ink); color: oklch(0.78 0.015 250); padding: 5rem 0 2rem; margin-top: auto; }
.site-footer a { color: oklch(0.86 0.012 250); text-decoration: none; transition: color 0.2s var(--ease-out); }
.site-footer a:hover { color: var(--accent); }
.site-footer h6 { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: oklch(0.7 0.015 250); margin: 0 0 1.25rem; font-weight: 500; }

.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 3rem; padding-bottom: 4rem; border-bottom: 1px solid oklch(1 0 0 / 0.07); }
.footer-logo { height: 48px; width: auto; display: block; }
.footer-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; font-size: 0.92rem; }
.footer-meta { display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.92rem; margin-top: 1.5rem; }
.footer-meta a { display: inline-flex; align-items: center; gap: 0.5rem; }
.footer-meta svg { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; }
.footer-bottom { padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.82rem; color: oklch(0.6 0.012 250); }

@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ──────────────────────────────────────────────────────────
   Mobile drawer
   ────────────────────────────────────────────────────────── */

.menu-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: var(--r-pill);
    border: 1px solid oklch(1 0 0 / 0.25); background: transparent; color: var(--surface-canvas); cursor: pointer;
}
@media (min-width: 1024px) { .menu-toggle { display: none; } }

.mobile-drawer {
    position: fixed; inset: 0; z-index: 70;
    background: rgb(2 17 29);
    transform: translateY(-100%);
    transition: transform 0.4s var(--ease-out-expo);
    overflow-y: auto;
    padding: 5rem 1.5rem 3rem;
}
.mobile-drawer.open { transform: translateY(0); }
.mobile-drawer .close { position: absolute; top: 1.25rem; right: 1.25rem; }
.mobile-drawer-section { padding: 1.1rem 0; border-bottom: 1px solid oklch(1 0 0 / 0.08); }
.mobile-drawer-section h6 { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(0.6 0.015 250); margin: 0 0 0.6rem; font-weight: 500; }
.mobile-drawer-section a { display: block; padding: 0.6rem 0; color: var(--surface-canvas); text-decoration: none; font-family: var(--font-sans); font-size: 1.1rem; font-weight: 500; letter-spacing: -0.01em; }
.mobile-drawer-section a:hover { color: var(--accent); }
.mobile-drawer-cta { display: flex; flex-direction: column; gap: 0.6rem; padding: 1.5rem 0 0.5rem; }
.mobile-drawer-cta .nav-pill { padding: 0.85rem 1.25rem; font-size: 1rem; text-align: center; }

/* ──────────────────────────────────────────────────────────
   Utility
   ────────────────────────────────────────────────────────── */

.muted { color: var(--ink-muted); }
.ink { color: var(--ink-display); }
.accent { color: var(--accent-deep); }

.bg-canvas { background: var(--surface-canvas); }
.bg-page { background: var(--surface-page); }
.bg-alt { background: var(--surface-alt); }
.bg-ink { background: var(--surface-ink); color: var(--surface-canvas); }
.bg-ink-2 { background: var(--surface-ink-2); color: var(--surface-canvas); }
.bg-ink h1, .bg-ink h2, .bg-ink h3, .bg-ink-2 h1, .bg-ink-2 h2, .bg-ink-2 h3 { color: var(--surface-canvas); }
.bg-ink p, .bg-ink-2 p { color: oklch(0.78 0.015 250); }

[hidden] { display: none !important; }

/* ──────────────────────────────────────────────────────────
   Reveal animation
   ────────────────────────────────────────────────────────── */

.js [data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo);
}
.js [data-reveal].in, [data-reveal].in { opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"] { transition-delay: 0.08s; }
[data-reveal-delay="2"] { transition-delay: 0.16s; }
[data-reveal-delay="3"] { transition-delay: 0.24s; }
[data-reveal-delay="4"] { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
    .js [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ──────────────────────────────────────────────────────────
   Hero video
   ────────────────────────────────────────────────────────── */

.hero-canvas-wrap {
    position: relative;
    width: 100%;
    height: 86vh;
    min-height: 600px;
    max-height: 900px;
    overflow: hidden;
    background: #0a1426;
}

.hero-canvas-wrap .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.06) contrast(1.05) brightness(0.92);
    transform: scale(1.06);
    animation: hero-kenburns 28s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes hero-kenburns {
    0%   { transform: scale(1.06) translate3d(0, 0, 0); }
    100% { transform: scale(1.14) translate3d(-1.2%, -1%, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-canvas-wrap .hero-bg { animation: none; transform: scale(1.04); }
}

.hero-canvas-wrap canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.7;
}

/* Left-heavy gradient veil for text readability */
.hero-canvas-wrap .hero-veil {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(120% 90% at 0% 100%,
            rgba(0, 12, 32, 0.85) 0%,
            rgba(0, 12, 32, 0.5) 35%,
            rgba(0, 0, 0, 0) 70%),
        linear-gradient(to right,
            rgba(4, 10, 24, 0.92) 0%,
            rgba(4, 10, 24, 0.72) 28%,
            rgba(4, 10, 24, 0.34) 55%,
            rgba(0, 0, 0, 0.08) 82%,
            rgba(0, 0, 0, 0) 100%),
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.55) 100%);
}
.hero-canvas-wrap .hero-veil::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 50% at 88% 18%, rgba(0, 189, 255, 0.18) 0%, rgba(0, 189, 255, 0) 60%);
    mix-blend-mode: screen;
}

.hero-canvas-wrap .hero-grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.06;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.hero-canvas-wrap .hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: clamp(3rem, 8vh, 6rem);
}

.hero-meta {
    position: absolute;
    top: clamp(1.5rem, 4vh, 2.5rem);
    right: clamp(1.5rem, 4vw, 3rem);
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: oklch(1 0 0 / 0.7);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.hero-meta::before {
    content: "";
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(0,189,255, 0.25);
    animation: pulse-dot 2.4s ease-in-out infinite;
}
@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 0 3px rgba(0,189,255,0.28); } 50% { box-shadow: 0 0 0 7px rgba(0,189,255,0.05); } }

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0.95rem;
    border-radius: var(--r-pill);
    border: 1px solid oklch(1 0 0 / 0.22);
    background: oklch(1 0 0 / 0.05);
    backdrop-filter: blur(6px);
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.hero-headline {
    color: var(--surface-canvas);
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(2.7rem, 6.4vw, 5.6rem);
    line-height: 0.97;
    letter-spacing: -0.04em;
    max-width: 18ch;
    margin: 0;
}
.hero-headline .swap-italic { font-style: normal; font-weight: 600; color: var(--accent); }

.hero-sub {
    color: oklch(1 0 0 / 0.8);
    margin-top: 1.5rem;
    max-width: 56ch;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    line-height: 1.55;
}

.hero-actions { margin-top: 2.25rem; display: flex; gap: 0.7rem; flex-wrap: wrap; }

.hero-scroll {
    position: absolute;
    bottom: 1.5rem; left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    color: oklch(1 0 0 / 0.45);
    animation: scroll-bob 2.2s ease-in-out infinite;
}
@keyframes scroll-bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(7px); } }

/* ──────────────────────────────────────────────────────────
   Sub-page banner
   ────────────────────────────────────────────────────────── */

.page-banner {
    background: var(--surface-ink);
    color: var(--surface-canvas);
    padding: clamp(6rem, 9vw, 8rem) 0 clamp(3rem, 4vw, 4rem);
    position: relative;
    overflow: hidden;
}
.page-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(70% 60% at 85% 10%, rgba(0,189,255,0.16) 0%, rgba(0,189,255,0) 60%);
    pointer-events: none;
}
.page-banner.emerald::after { background: radial-gradient(70% 60% at 85% 10%, oklch(0.62 0.14 162 / 0.2) 0%, transparent 60%); }
.page-banner.gov::after { background: radial-gradient(70% 60% at 85% 10%, oklch(0.52 0.16 286 / 0.3) 0%, transparent 60%); }
.page-banner .shell { position: relative; z-index: 1; }
.page-banner .crumb { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: oklch(0.7 0.012 250); margin-bottom: 1.5rem; display: flex; gap: 0.5rem; align-items: center; }
.page-banner .crumb a { color: oklch(0.7 0.012 250); text-decoration: none; }
.page-banner .crumb a:hover { color: var(--accent); }
.page-banner h1 {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.035em;
    color: var(--surface-canvas);
    max-width: 18ch;
    margin: 0;
}
.page-banner h1 .ital { font-style: normal; font-weight: 600; color: var(--accent); }
.page-banner.emerald h1 .ital { color: var(--emerald); }
.page-banner.gov h1 .ital { color: var(--gov-bright); }
.page-banner .lede { color: oklch(0.85 0.012 250); margin-top: 1.5rem; max-width: 56ch; }
.page-banner .badge-row { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.page-badge {
    display: inline-flex; align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: var(--r-pill);
    border: 1px solid oklch(1 0 0 / 0.2);
    background: oklch(1 0 0 / 0.05);
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: oklch(0.88 0.012 250);
}
.page-badge.accent { color: var(--accent); border-color: rgba(0,189,255,0.35); }
.page-badge.emerald { color: var(--emerald); border-color: oklch(0.62 0.14 162 / 0.4); }
.page-badge.gov { color: var(--gov-bright); border-color: oklch(0.72 0.15 292 / 0.45); }

/* ──────────────────────────────────────────────────────────
   Section heading row
   ────────────────────────────────────────────────────────── */

.head-row { display: flex; justify-content: space-between; align-items: end; gap: 2rem; flex-wrap: wrap; margin-bottom: 3rem; }
.head-center { text-align: center; max-width: 62ch; margin: 0 auto 3.5rem; }
.head-center .eyebrow { display: block; margin-bottom: 1rem; }
.head-center p { margin: 1rem auto 0; }

/* ──────────────────────────────────────────────────────────
   Grids
   ────────────────────────────────────────────────────────── */

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }

@media (max-width: 1024px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* ──────────────────────────────────────────────────────────
   Editorial split
   ────────────────────────────────────────────────────────── */

.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: center; }
.split.reverse { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.split-media { border-radius: var(--r-lg); overflow: hidden; min-height: 360px; background: var(--surface-alt); position: relative; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .split, .split.reverse { grid-template-columns: 1fr; gap: 1.75rem; } .split-media { min-height: 0; aspect-ratio: 16/10; } }

/* Device / dashboard screenshot (transparent laptop on dark band) */
.emis-shot img { width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 55px rgba(0,0,0,0.55)); }

/* Hero product tags under the buttons */
.hero-tags { display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; margin-top: 1.5rem; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: oklch(1 0 0 / 0.6); }
.hero-tags .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

/* Browser frame (for app screenshots) */
.browser-frame { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border-default); background: var(--surface-raised); box-shadow: var(--elev-3); }
.browser-bar { display: flex; align-items: center; gap: 0.5rem; padding: 0.7rem 0.9rem; background: var(--surface-alt); border-bottom: 1px solid var(--border-soft); }
.browser-bar .bdot { width: 11px; height: 11px; border-radius: 50%; background: var(--border-strong); }
.browser-bar .bdot:nth-child(1) { background: #ff5f57; }
.browser-bar .bdot:nth-child(2) { background: #febc2e; }
.browser-bar .bdot:nth-child(3) { background: #28c840; }
.browser-bar .burl { margin-left: 0.6rem; flex: 1; max-width: 300px; padding: 0.32rem 0.85rem; background: var(--surface-raised); border: 1px solid var(--border-soft); border-radius: var(--r-pill); font-family: var(--font-mono); font-size: 11px; color: var(--ink-muted); }
.browser-body { background: var(--surface-page); aspect-ratio: 1500 / 800; }
.browser-body img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }

/* AI course-builder panel */
.ai-panel { position: relative; background: var(--surface-ink); border-radius: var(--r-xl); padding: clamp(2rem, 4vw, 3.5rem); overflow: hidden; border: 1px solid oklch(1 0 0 / 0.08); }
.ai-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 80% at 12% 0%, rgba(0,189,255,0.22) 0%, rgba(0,189,255,0) 55%), radial-gradient(50% 70% at 100% 100%, rgba(0,189,255,0.12) 0%, transparent 60%); }
.ai-panel-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.ai-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.ai-point { background: oklch(1 0 0 / 0.04); border: 1px solid oklch(1 0 0 / 0.08); border-radius: var(--r-md); padding: 1.25rem; transition: border-color 0.3s var(--ease-out), background 0.3s var(--ease-out); }
.ai-point:hover { border-color: rgba(0,189,255,0.4); background: oklch(1 0 0 / 0.06); }
.ai-ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(0,189,255,0.14); color: var(--accent); display: grid; place-items: center; margin-bottom: 0.75rem; }
.ai-ico svg { width: 20px; height: 20px; }
.ai-point h4 { margin: 0 0 0.35rem; font-family: var(--font-sans); font-size: 1rem; font-weight: 600; color: var(--surface-canvas); letter-spacing: -0.01em; }
.ai-point p { margin: 0; font-size: 0.87rem; line-height: 1.5; color: oklch(0.74 0.015 250); }
@media (max-width: 860px) { .ai-panel-inner { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .ai-points { grid-template-columns: 1fr; } }

/* FAQ accordion */
.faq { display: flex; flex-direction: column; gap: 0.75rem; }
.faq details { background: var(--surface-raised); border: 1px solid var(--border-soft); border-radius: var(--r-md); overflow: hidden; transition: border-color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out); }
.faq details[open] { border-color: var(--border-strong); box-shadow: var(--elev-2); }
.faq summary { cursor: pointer; list-style: none; padding: 1.15rem 1.4rem; font-family: var(--font-sans); font-weight: 600; font-size: 1.05rem; letter-spacing: -0.01em; color: var(--ink-display); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--accent-deep); transition: transform 0.25s var(--ease-out); line-height: 1; flex-shrink: 0; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 1.4rem 1.3rem; }
.faq .faq-a p { margin: 0; color: var(--ink-body); line-height: 1.6; }

/* ──────────────────────────────────────────────────────────
   Integration badges
   ────────────────────────────────────────────────────────── */

.badge-cloud { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; }
.int-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.2rem;
    background: var(--surface-raised);
    border: 1px solid var(--border-default);
    border-radius: var(--r-pill);
    font-family: var(--font-sans);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ink-primary);
    transition: all 0.3s var(--ease-out);
}
.int-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.int-badge:hover { border-color: var(--accent); color: var(--accent-deep); transform: translateY(-2px); box-shadow: var(--elev-2); }

/* ──────────────────────────────────────────────────────────
   Reach / region cards
   ────────────────────────────────────────────────────────── */

.region-row { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin: 2.5rem 0; }
.region-card {
    padding: 1.5rem 2.25rem;
    border-radius: var(--r-lg);
    background: oklch(1 0 0 / 0.06);
    border: 1px solid oklch(1 0 0 / 0.12);
    backdrop-filter: blur(8px);
    text-align: center;
    min-width: 180px;
}
.region-card .rg-name { font-family: var(--font-sans); font-size: 1.5rem; font-weight: 600; letter-spacing: -0.02em; color: var(--accent); }
.region-card .rg-tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: oklch(0.72 0.015 250); margin-top: 0.4rem; }

/* ──────────────────────────────────────────────────────────
   Customer ledger
   ────────────────────────────────────────────────────────── */

.customer-ledger { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border-soft); border: 1px solid var(--border-soft); border-radius: var(--r-lg); overflow: hidden; }
.customer-col { background: var(--surface-raised); padding: 2rem 1.75rem; display: flex; flex-direction: column; gap: 1rem; transition: background 0.32s var(--ease-out); }
.customer-col:hover { background: var(--surface-alt); }
.customer-icon { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--surface-alt); color: var(--accent-deep); display: grid; place-items: center; transition: background 0.32s var(--ease-out), color 0.32s var(--ease-out); }
.customer-icon svg { width: 22px; height: 22px; }
.customer-col:hover .customer-icon { background: var(--accent); color: #fff; }
.customer-sector { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-muted); font-weight: 500; }
.customer-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.customer-list li { font-size: 0.93rem; color: var(--ink-display); line-height: 1.4; padding-left: 0.85rem; position: relative; }
.customer-list li::before { content: ""; position: absolute; left: 0; top: 0.5rem; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

@media (max-width: 1024px) { .customer-ledger { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .customer-ledger { grid-template-columns: 1fr; } }

/* ──────────────────────────────────────────────────────────
   Audience cards (EMIS — who it's for)
   ────────────────────────────────────────────────────────── */

.audience-card {
    background: var(--surface-raised);
    border: 1px solid var(--border-soft);
    border-radius: var(--r-lg);
    padding: 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    transition: border-color 0.32s var(--ease-out), transform 0.32s var(--ease-out), box-shadow 0.32s var(--ease-out);
}
.audience-card:hover { border-color: var(--border-strong); transform: translateY(-3px); box-shadow: var(--elev-2); }
.audience-icon {
    width: 50px; height: 50px; border-radius: var(--r-md);
    background: var(--gov-soft); color: var(--gov-deep);
    display: grid; place-items: center; font-size: 1.3rem;
    transition: background 0.32s var(--ease-out), color 0.32s var(--ease-out);
}
.audience-card:hover .audience-icon { background: var(--gov); color: #fff; }
.audience-card h3 { margin: 0; font-family: var(--font-sans); font-size: 1.15rem; font-weight: 600; letter-spacing: -0.02em; color: var(--ink-display); }
.audience-card p { margin: 0; font-size: 0.92rem; line-height: 1.55; color: var(--ink-body); }

/* ──────────────────────────────────────────────────────────
   Deployment cards
   ────────────────────────────────────────────────────────── */

.deploy-card { background: var(--surface-raised); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 2.25rem; height: 100%; }
.deploy-icon { width: 52px; height: 52px; border-radius: var(--r-md); display: grid; place-items: center; margin-bottom: 1.25rem; background: var(--accent-soft); color: var(--accent-deep); }
.deploy-icon svg { width: 26px; height: 26px; }
.deploy-card h3 { font-family: var(--font-sans); font-size: 1.4rem; font-weight: 600; letter-spacing: -0.02em; color: var(--ink-display); margin: 0 0 0.6rem; }
.deploy-card > p { color: var(--ink-body); font-size: 0.95rem; margin: 0 0 1.25rem; }
.check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.65rem; }
.check-list li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.92rem; color: var(--ink-body); }
.check-list li svg { width: 18px; height: 18px; color: var(--accent-deep); flex-shrink: 0; margin-top: 1px; }

/* ──────────────────────────────────────────────────────────
   Quote / testimonial block
   ────────────────────────────────────────────────────────── */

.quote-block { position: relative; }
.quote-mark { font-family: Georgia, serif; font-size: 5rem; line-height: 0.6; color: var(--accent); opacity: 0.35; }
.quote-text { font-family: var(--font-sans); font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 500; line-height: 1.3; letter-spacing: -0.02em; color: var(--surface-canvas); margin: 0.5rem 0 1.5rem; }
.quote-cite { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: oklch(0.72 0.015 250); }

/* ──────────────────────────────────────────────────────────
   Contact
   ────────────────────────────────────────────────────────── */

.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.info-item { display: flex; gap: 1rem; margin-bottom: 1.75rem; }
.info-icon { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--accent-soft); color: var(--accent-deep); display: grid; place-items: center; flex-shrink: 0; }
.info-icon svg { width: 20px; height: 20px; }
.info-item h4 { margin: 0 0 0.25rem; font-family: var(--font-sans); font-size: 1rem; font-weight: 600; color: var(--ink-display); }
.info-item p, .info-item a { margin: 0; font-size: 0.93rem; color: var(--ink-body); text-decoration: none; display: block; line-height: 1.5; }
.info-item a:hover { color: var(--accent-deep); }

.form-field { margin-bottom: 1.25rem; }
.form-field label { display: block; font-family: var(--font-sans); font-size: 0.85rem; font-weight: 600; color: var(--ink-primary); margin-bottom: 0.5rem; }
.form-field input, .form-field textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--border-default);
    border-radius: var(--r-md);
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--ink-display);
    background: var(--surface-raised);
    transition: border-color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,189,255,0.15); }
.form-field textarea { resize: vertical; min-height: 130px; }

.map-frame { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border-soft); box-shadow: var(--elev-2); }
.map-frame iframe, #institutionsMap { display: block; width: 100%; border: 0; }

/* ──────────────────────────────────────────────────────────
   Newsletter / CTA band
   ────────────────────────────────────────────────────────── */

.cta-band { position: relative; overflow: hidden; background: var(--surface-ink); }
.cta-band::before {
    content: "";
    position: absolute; inset: 0;
    background: radial-gradient(60% 80% at 50% 0%, rgba(0,189,255,0.18) 0%, rgba(0,189,255,0) 60%);
    pointer-events: none;
}
.cta-band .shell { position: relative; z-index: 1; }
.newsletter-form { display: flex; gap: 0.7rem; max-width: 480px; margin: 0 auto; flex-wrap: wrap; }
.newsletter-form input {
    flex: 1; min-width: 220px;
    padding: 0.9rem 1.1rem;
    border-radius: var(--r-pill);
    border: 1px solid oklch(1 0 0 / 0.2);
    background: oklch(1 0 0 / 0.08);
    color: var(--surface-canvas);
    font-family: var(--font-body);
    font-size: 0.95rem;
}
.newsletter-form input::placeholder { color: oklch(0.7 0.015 250); }
.newsletter-form input:focus { outline: none; border-color: var(--accent); }

/* ──────────────────────────────────────────────────────────
   Watermark word (dark sections)
   ────────────────────────────────────────────────────────── */
.watermark {
    position: absolute;
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(8rem, 20vw, 18rem);
    color: oklch(1 0 0 / 0.04);
    line-height: 0.85;
    pointer-events: none;
    user-select: none;
}

/* ──────────────────────────────────────────────────────────
   Mobile grid simplification
   ────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .split [style*="grid-column"], [style*="grid-column: span"] { grid-column: 1 / -1 !important; }
    .section { padding: 3.25rem 0 !important; }
}
@media (max-width: 480px) {
    .region-card { min-width: 100%; }
}
