:root {
    --ga-forest: #143c3a;
    --ga-forest-dark: #0d2f2d;
    --ga-teal: #1f766f;
    --ga-mint: #bfe7d8;
    --ga-mint-light: #e6f5ef;
    --ga-cream: #f8f5ee;
    --ga-paper: #fffefb;
    --ga-coral: #ff7a61;
    --ga-yellow: #f7c85b;
    --ga-ink: #17312f;
    --ga-muted: #647774;
    --ga-line: #dce2db;
    --ga-shadow: 0 18px 50px rgba(20, 60, 58, .10);
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    min-height: 100%;
    margin: 0;
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ga-ink);
    background: var(--ga-cream);
}

*, *::before, *::after { box-sizing: border-box; }

button, input, textarea, select { font: inherit; }

h1, h2, h3, h4, h5, h6, .mud-typography-h4, .mud-typography-h5, .mud-typography-h6 {
    font-family: "Manrope", "DM Sans", sans-serif;
    letter-spacing: -.035em;
}

.public-layout {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(20px, 5vw, 64px);
    background:
        radial-gradient(circle at top left, rgba(191, 231, 216, .72), transparent 38%),
        var(--ga-cream);
}

.public-card {
    width: min(100%, 680px);
    padding: clamp(24px, 5vw, 48px);
    border: 1px solid var(--ga-line);
    border-radius: 24px;
    background: var(--ga-paper);
    box-shadow: var(--ga-shadow);
}

.public-card-wide {
    width: min(100%, 960px);
}

.payment-qr {
    width: min(100%, 320px);
    margin-inline: auto;
    padding: 12px;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 12px;
    background: #fff;
}

.payment-qr img {
    display: block;
    width: 100%;
    height: auto;
}

.payment-qr-download {
    display: inline-flex;
    justify-content: center;
    color: var(--accent-foreground-rest);
    font-weight: 600;
    text-decoration: underline;
}

.public-card h1 {
    margin: 0 0 8px;
    color: var(--colorNeutralForeground1, #242424);
    font-size: clamp(2rem, 6vw, 3.5rem);
    line-height: 1;
}

#blazor-error-ui {
    display: none;
}

.auth-layout {
    position: relative;
    height: 100vh;
    height: 100dvh;
    font-family: Inter, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1c2733;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, #11385f 0%, #1d5d9b 50%, #2f7d57 100%);
    overflow-x: hidden;
    overflow-y: auto;
}.auth-layout::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .18));
    pointer-events: none;
}.auth-page {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
    padding: clamp(20px, 4vw, 56px);
}.auth-hero {
    position: relative;
    min-height: min(720px, calc(100vh - 112px));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: clamp(28px, 5vw, 64px);
    color: #fff;
}.auth-hero > * {
    position: relative;
    z-index: 1;
}.auth-brand {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: clamp(28px, 5vw, 58px);
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 999px;
    background: rgba(255, 254, 251, .94);
    box-shadow: 0 14px 34px rgba(7, 35, 33, .18);
    backdrop-filter: blur(14px);
}.auth-brand img {
    display: block;
    width: clamp(132px, 12vw, 174px);
    height: auto;
}.auth-brand + .auth-hero-copy {
    margin-top: 0;
}.auth-hero-copy {
    max-width: 680px;
    margin-top: 0;
}.auth-kicker {
    margin: 0 0 10px;
    color: #2f7d57;
    font-size: .82rem;
    font-weight: 650;
    text-transform: uppercase;
}.auth-hero .auth-kicker {
    color: rgba(255, 255, 255, .78);
}.auth-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1.4rem, 3.35vw, 3.25rem);
    line-height: .95;
    font-weight: 700;
}.auth-hero-copy p:last-child {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1rem, 1.7vw, 1.3rem);
    line-height: 1.55;
}.auth-product-surface {
    width: min(100%, 640px);
    margin-top: clamp(16px, 2.4vh, 26px);
    align-self: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 24px 52px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}.auth-window-bar {
    display: flex;
    gap: 6px;
    padding: 11px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}.auth-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
}.auth-preview-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 9px;
    padding: 12px;
}.auth-preview-panel,
.auth-preview-row {
    min-height: 68px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 12px;
}.auth-preview-main {
    grid-row: span 2;
    min-height: 145px;
}.auth-preview-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: .72rem;
    font-weight: 600;
}.auth-preview-panel strong {
    display: block;
    color: #fff;
    font-size: clamp(1.2rem, 1.8vw, 1.75rem);
    line-height: 1;
}.auth-preview-line {
    height: 7px;
    width: 62%;
    margin-top: 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
}.auth-preview-line.long {
    width: 84%;
    margin-top: 21px;
}.auth-preview-row {
    grid-column: 1 / -1;
    min-height: 42px;
    display: grid;
    grid-template-columns: 1fr 1.6fr .7fr;
    align-items: center;
    gap: 9px;
}.auth-preview-row span {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .24);
}.auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}.auth-card {
    width: min(100%, 444px);
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 8px;
    padding: clamp(24px, 4vw, 38px);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 30px 80px rgba(0, 20, 43, .28);
    backdrop-filter: blur(22px);
}.auth-card-header {
    margin-bottom: 28px;
}.auth-card-header h2 {
    margin: 0;
    color: #1c2733;
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 700;
}.auth-card-header p:last-child {
    margin: 12px 0 0;
    color: #607080;
    line-height: 1.5;
}.auth-form {
    display: grid;
    gap: 18px;
}.auth-field {
    display: grid;
    gap: 8px;
}.auth-field label,
.auth-remember {
    color: #344253;
    font-size: .92rem;
    font-weight: 650;
}.auth-input-wrap {
    position: relative;
}.auth-input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6a7888;
    pointer-events: none;
}.auth-input {
    box-sizing: border-box;
    width: 100%;
    min-height: 56px;
    border: 1px solid #d4dde7;
    border-radius: 8px;
    padding: 0 16px 0 46px;
    color: #1c2733;
    font: inherit;
    background: rgba(255, 255, 255, .94);
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}.auth-page-register {
    align-items: start;
    box-sizing: border-box;
    grid-template-columns: minmax(280px, .75fr) minmax(600px, 1.25fr);
}.auth-page-register .auth-hero {
    position: sticky;
    top: 0;
}.auth-page-register .auth-panel {
    align-items: flex-start;
}.auth-register-card {
    width: min(100%, 760px);
}.auth-register-card .auth-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
}.auth-register-card .auth-field {
    align-content: start;
}.auth-register-card .auth-input {
    min-height: 48px;
    padding: 0 16px;
}.auth-register-card .auth-select {
    appearance: none;
    padding-right: 44px;
    background-image:
        linear-gradient(45deg, transparent 50%, #607080 50%),
        linear-gradient(135deg, #607080 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}.auth-register-card .auth-validation-summary,
.auth-register-card .auth-form-action {
    grid-column: 1 / -1;
}.auth-register-login {
    margin-top: 24px;
    text-align: center;
}.auth-checkout-action {
    margin-top: 20px;
}.auth-checkout-note {
    margin: 12px auto 0;
    color: #607080;
    font-size: .88rem;
    line-height: 1.45;
    text-align: center;
}.auth-register-card .auth-field small {
    color: #607080;
    line-height: 1.35;
}.auth-input::placeholder {
    color: #9aa6b2;
}.auth-input:focus {
    outline: none;
    border-color: #1d5d9b;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(29, 93, 155, .14);
}.auth-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}.auth-remember {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}.auth-remember input {
    width: 18px;
    height: 18px;
    accent-color: #1d5d9b;
}.auth-link {
    font-weight: 650;
}.auth-validation-summary {
    margin: 0;
    padding-left: 18px;
}.auth-card .alert {
    margin: 0 0 18px;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 550;
}.auth-card .alert-danger {
    color: #8a1f1f;
    background: #fff0f0;
    border: 1px solid #ffd1d1;
}.auth-card .alert-success {
    color: #1f6b43;
    background: #effaf3;
    border: 1px solid #ccebd7;
}.auth-page-compact .auth-card {
    width: min(100%, 420px);
    padding: clamp(22px, 3vw, 32px);
}.auth-page-compact .auth-card-header {
    margin-bottom: 22px;
}.auth-page-compact .auth-card-header h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
}.auth-page-maintenance {
    grid-template-columns: minmax(0, 1fr);
    place-items: center;
}.auth-page-maintenance .auth-panel {
    width: 100%;
}.auth-page-maintenance .auth-card {
    transform: none;
}.auth-page-compact .auth-form {
    gap: 14px;
}.auth-page-compact .auth-input {
    min-height: 46px;
    border-radius: 10px;
    font-size: .92rem;
}.auth-card-note {
    margin: 14px 0 0;
    color: #607080;
    font-size: .9rem;
    line-height: 1.45;
}.auth-demo-users {
    margin-top: 18px;
    color: #607080;
    font-size: .88rem;
}.auth-demo-users summary {
    width: fit-content;
    cursor: pointer;
    color: #1d5d9b;
    font-weight: 650;
}.auth-demo-users p {
    margin: 10px 0 0;
    line-height: 1.45;
}

@media (min-width: 1021px) {.auth-card {
        transform: translateY(64px);
    }.auth-page-register .auth-card {
        transform: none;
    }
}

@media (max-width: 1020px) {.auth-page {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 20px;
    }.auth-hero {
        min-height: auto;
    }.auth-hero-copy {
        margin-top: 52px;
    }.auth-product-surface {
        align-self: stretch;
        margin-top: 48px;
    }.auth-panel {
        align-items: flex-start;
    }.auth-page-register {
        grid-template-columns: 1fr;
    }.auth-page-register .auth-hero {
        position: static;
    }
}

@media (max-width: 640px) {.auth-page {
        gap: 14px;
        padding: 12px;
    }.auth-hero {
        padding: 22px;
    }.auth-hero h1 {
        font-size: clamp(1.3rem, 7.8vw, 2.1rem);
    }.auth-hero-copy {
        margin-top: 34px;
    }.auth-product-surface {
        display: none;
    }.auth-card {
        padding: 24px;
    }.auth-register-card .auth-form {
        grid-template-columns: 1fr;
    }.auth-register-card .auth-validation-summary,
    .auth-register-card .auth-form-action {
        grid-column: auto;
    }
}h1:focus {
    outline: none;
}.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}.invalid {
    outline: 1px solid #e50000;
}.validation-message {
    color: #e50000;
}.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}.blazor-error-boundary::after {
        content: "An error has occurred."
    }.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/* GesAcademy product shell */
.app-shell {
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--ga-cream);
}
.app-shell__topbar {
    border-bottom: 1px solid rgba(20, 60, 58, .08);
    padding-inline: 18px;
    background: rgba(255, 254, 251, .92) !important;
    backdrop-filter: blur(18px);
}
.app-shell__brand { display: inline-flex; align-items: center; height: 48px; margin-left: 8px; }
.app-shell__brand img { display: block; width: 184px; max-height: 42px; }
.app-shell__drawer {
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border: 0 !important;
    background: var(--ga-forest) !important;
}
.app-shell__drawer > .mud-drawer-content { height: 100%; }
.app-shell__drawer-content {
    min-height: 100%;
    display: flex;
    padding: 16px 12px calc(24px + env(safe-area-inset-bottom));
    background: var(--ga-forest);
}
.app-shell__navigation { width: 100%; min-width: 0; flex: 1; }
.app-shell__drawer .mud-nav-link, .app-shell__drawer .mud-nav-group { color: rgba(248, 245, 238, .78); }
.app-shell__drawer .mud-nav-link-icon, .app-shell__drawer .mud-nav-group-icon { color: var(--ga-mint) !important; }
.app-shell__drawer .mud-nav-link:hover { border-radius: 12px; background: rgba(191, 231, 216, .1); }
.app-shell__drawer .mud-nav-link.active { border-radius: 12px; color: #fff; background: rgba(191, 231, 216, .16); }
.app-shell__drawer .mud-typography-overline { padding-inline: 14px; color: rgba(191, 231, 216, .65) !important; letter-spacing: .12em; }
.app-shell__main {
    min-width: 0;
    min-height: 100dvh;
    background: var(--ga-cream);
}
.app-shell__content {
    width: 100%;
    max-width: 1680px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    padding: 30px clamp(18px, 3vw, 42px) 48px;
}
.app-shell__logout { padding: 8px 12px; }

.page-header { width: 100%; column-gap: 24px; row-gap: 14px; }
.page-header__title { min-width: min(100%, 260px); }
.page-header__actions { justify-content: flex-end; }

.mud-button-root { border-radius: 999px !important; font-weight: 700 !important; letter-spacing: -.01em; text-transform: none !important; }
.mud-button-filled-primary { box-shadow: none !important; }
.mud-input-control .mud-input-outlined-border { border-radius: 13px !important; }
.mud-picker .mud-input-outlined-border { border-radius: 13px !important; }
.mud-alert { border-radius: 16px !important; }
.mud-chip { font-weight: 700; }
.mud-popover, .mud-menu-list { border: 1px solid var(--ga-line); border-radius: 16px !important; box-shadow: var(--ga-shadow) !important; }

.app-surface {
    width: 100%;
    padding: 20px;
    border-color: var(--ga-line) !important;
    border-radius: 20px !important;
    background: var(--ga-paper) !important;
    box-shadow: 0 8px 28px rgba(20, 60, 58, .045);
}
.stat-card { position: relative; overflow: hidden; border: 1px solid var(--ga-line); }
.stat-card::after { content: ""; position: absolute; right: -34px; bottom: -46px; width: 110px; height: 110px; border-radius: 50%; background: var(--ga-mint-light); }
.stat-card__icon { position: relative; z-index: 1; padding: 9px; border-radius: 12px; color: var(--ga-teal); background: var(--ga-mint-light); }
.stat-card__value { margin-top: 10px !important; font-size: 2rem !important; color: var(--ga-forest); }
.stat-card__footer { position: relative; z-index: 1; margin-top: auto; }
.stat-card-link { color: var(--ga-teal); font-weight: 700; text-decoration: none; }

.app-table-shell { width: 100%; }
.app-table-scroll { width: 100%; overflow-x: auto; }
.app-data-table { width: 100%; border-collapse: collapse; color: var(--ga-ink); }
.app-data-table th { padding: 13px 15px; border-bottom: 1px solid var(--ga-line); color: var(--ga-muted); font-size: .73rem; font-weight: 800; letter-spacing: .07em; text-align: left; text-transform: uppercase; }
.app-data-table td { padding: 15px; border-bottom: 1px solid #e8ebe6; font-size: .9rem; vertical-align: middle; }
.app-data-table--dense td { padding-block: 11px; }
.app-data-table--hover tbody tr { transition: background .18s ease; }
.app-data-table--hover tbody tr:hover { background: var(--ga-mint-light); }
.app-data-table--striped tbody tr:nth-child(even) { background: #faf8f2; }
.app-table-empty { padding: 36px !important; color: var(--ga-muted); text-align: center; }
.app-table-state { min-height: 180px; display: grid; place-items: center; align-content: center; gap: 12px; }
.app-table-pager { display: flex; justify-content: flex-end; align-items: center; gap: 8px; flex-wrap: wrap; padding-top: 12px; }
.app-table-page-size { max-width: 92px; }
.app-list { display: grid; gap: 8px; }
.app-list-item { display: flex; align-items: center; gap: 8px; }

.app-modal-backdrop { position: fixed; z-index: 1400; inset: 0; display: grid; place-items: center; padding: 16px; background: rgba(13, 47, 45, .48); backdrop-filter: blur(7px); }
.mud-dialog-container { z-index: calc(var(--mud-zindex-dialog) + 10); }
.app-modal { max-height: calc(100dvh - 32px); display: flex; flex-direction: column; overflow: hidden; border-radius: 24px !important; background: var(--ga-paper) !important; }
.app-modal__header { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 22px 24px 16px; border-bottom: 1px solid var(--ga-line); }
.app-modal__body { min-height: 0; padding: 22px 24px; overflow: auto; }
.app-modal__actions { padding: 0 24px 22px; }

@media (min-width: 961px) {
    .app-shell {
        background: linear-gradient(90deg, var(--ga-forest) 0 280px, var(--ga-cream) 280px);
    }
}

/* Public marketing site */
.marketing-layout { min-height: 100vh; color: var(--ga-ink); background: var(--ga-cream); }
.marketing-header { position: sticky; z-index: 100; top: 0; min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 12px clamp(20px, 5vw, 76px); border-bottom: 1px solid rgba(20, 60, 58, .1); background: rgba(248, 245, 238, .88); backdrop-filter: blur(18px); }
.marketing-brand { display: inline-flex; width: fit-content; }
.marketing-brand img { display: block; width: clamp(176px, 18vw, 226px); height: auto; }
.marketing-nav { display: flex; align-items: center; gap: 28px; }
.marketing-nav a, .marketing-link { position: relative; color: var(--ga-ink); font-size: .88rem; font-weight: 700; text-decoration: none; }
.marketing-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--ga-coral); transition: right .2s ease; }
.marketing-nav a:hover::after { right: 0; }
.marketing-header__actions { display: flex; justify-content: flex-end; align-items: center; gap: 20px; }
.marketing-button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 0 24px; border: 1px solid var(--ga-forest); border-radius: 999px; color: #fff; background: var(--ga-forest); box-shadow: 0 10px 28px rgba(20, 60, 58, .14); font-size: .9rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.marketing-button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(20, 60, 58, .2); background: var(--ga-teal); }
.marketing-button--small { min-height: 42px; padding-inline: 19px; font-size: .8rem; }
.marketing-button--outline { color: var(--ga-forest); background: transparent; box-shadow: none; }
.marketing-button--outline:hover { color: #fff; }
.marketing-button--coral { border-color: var(--ga-coral); color: var(--ga-forest); background: var(--ga-coral); }
.marketing-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ga-forest); font-size: .86rem; font-weight: 800; text-decoration: none; }
.marketing-text-link span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(20, 60, 58, .24); border-radius: 50%; transition: transform .2s ease; }
.marketing-text-link:hover span { transform: translate(2px, -2px); }
.marketing-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--ga-teal); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.marketing-eyebrow > span { width: 23px; height: 2px; background: var(--ga-coral); }
.marketing-eyebrow--light { color: var(--ga-mint); }

.marketing-hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(340px, .82fr) minmax(520px, 1.18fr); align-items: center; gap: clamp(36px, 6vw, 100px); padding: clamp(56px, 7vw, 108px) clamp(20px, 5vw, 76px) 92px; overflow: hidden; }
.marketing-hero__copy { position: relative; z-index: 2; max-width: 650px; }
.marketing-hero h1 { margin: 24px 0 26px; color: var(--ga-forest); font-size: clamp(3.7rem, 6.6vw, 7rem); line-height: .91; letter-spacing: -.075em; }
.marketing-hero h1 em, .section-heading h2 em, .marketing-cta h2 em { color: var(--ga-coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.marketing-hero__copy > p { max-width: 560px; margin: 0; color: var(--ga-muted); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; }
.marketing-hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 34px; }
.marketing-proof { display: flex; align-items: center; gap: 15px; margin-top: 48px; }
.marketing-proof p { margin: 0; color: var(--ga-muted); font-size: .78rem; line-height: 1.45; }
.marketing-proof strong { color: var(--ga-forest); }
.marketing-avatars { display: flex; }
.marketing-avatars span { width: 38px; height: 38px; display: grid; place-items: center; margin-left: -8px; border: 3px solid var(--ga-cream); border-radius: 50%; color: var(--ga-forest); background: var(--ga-mint); font-size: .65rem; font-weight: 800; }
.marketing-avatars span:first-child { margin-left: 0; background: var(--ga-yellow); }.marketing-avatars span:last-child { background: #e9b6a9; }

.product-scene { position: relative; min-width: 0; padding: clamp(30px, 5vw, 70px) 0; perspective: 1300px; }
.product-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(20, 60, 58, .15); border-radius: 22px; background: #fff; box-shadow: 0 38px 90px rgba(20, 60, 58, .2); transform: rotateY(-4deg) rotateX(2deg); transform-origin: center; }
.product-window__bar { height: 37px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid #e8ebe8; background: #f4f2ec; }
.product-window__bar > span { width: 8px; height: 8px; border-radius: 50%; background: #bdc8c4; }.product-window__bar > span:first-child { background: var(--ga-coral); }.product-window__bar > span:nth-child(2) { background: var(--ga-yellow); }.product-window__bar > span:nth-child(3) { background: var(--ga-mint); }
.product-window__bar small { margin: auto; color: #84918e; font-size: .57rem; }
.product-window__body { min-height: 430px; display: grid; grid-template-columns: 62px 1fr; }
.product-sidebar { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 16px 10px; background: var(--ga-forest); }
.product-sidebar img { width: 34px; margin-bottom: 14px; filter: brightness(0) invert(1); }.product-sidebar i { width: 25px; height: 7px; border-radius: 9px; background: rgba(255,255,255,.23); }.product-sidebar i.active { height: 25px; background: var(--ga-mint); }
.product-dashboard { min-width: 0; padding: clamp(18px, 2.4vw, 30px); background: #faf9f5; }
.product-dashboard__head { display: flex; justify-content: space-between; align-items: center; }.product-dashboard__head small, .product-dashboard__head strong { display: block; }.product-dashboard__head small { margin-bottom: 3px; color: #81908c; font-size: .57rem; }.product-dashboard__head strong { color: var(--ga-forest); font-size: clamp(.86rem, 1.5vw, 1.15rem); }.product-dashboard__head b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--ga-forest); background: var(--ga-mint); font-size: .57rem; }
.product-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }.product-metrics article { min-width: 0; padding: 15px; border: 1px solid #e4e8e3; border-radius: 13px; background: #fff; }.product-metrics article.coral { background: #fff1ed; }.product-metrics small, .product-metrics strong, .product-metrics span { display: block; }.product-metrics small { overflow: hidden; color: #71817e; font-size: .54rem; text-overflow: ellipsis; white-space: nowrap; }.product-metrics strong { margin: 5px 0; color: var(--ga-forest); font-size: clamp(1rem, 2vw, 1.5rem); }.product-metrics span { color: var(--ga-teal); font-size: .5rem; font-weight: 700; }
.product-panel { margin-top: 14px; padding: 17px; border: 1px solid #e4e8e3; border-radius: 14px; background: #fff; }.product-panel__title { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: .62rem; }.product-panel__title span { color: var(--ga-teal); font-weight: 700; }.product-row { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid #eef0ed; }.product-row i { width: 8px; height: 28px; border-radius: 5px; background: var(--ga-mint); }.product-row i.yellow { background: var(--ga-yellow); }.product-row i.coral-dot { background: var(--ga-coral); }.product-row strong, .product-row small { display: block; }.product-row strong { font-size: .61rem; }.product-row small, .product-row > span { color: #7b8986; font-size: .5rem; }
.product-float { position: absolute; z-index: 3; display: flex; border: 1px solid rgba(20, 60, 58, .12); background: rgba(255, 254, 251, .94); box-shadow: 0 18px 45px rgba(20, 60, 58, .16); backdrop-filter: blur(12px); }
.product-float--payment { left: -34px; bottom: 34px; align-items: center; gap: 11px; padding: 13px 17px; border-radius: 15px; }.product-float--payment > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--ga-forest); background: var(--ga-mint); font-weight: 900; }.product-float small, .product-float strong { display: block; }.product-float small { color: var(--ga-muted); font-size: .57rem; }.product-float strong { color: var(--ga-forest); font-size: .82rem; }
.product-float--attendance { right: -22px; top: 22px; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 50px 50px 50px 12px; }.product-float--attendance > strong { font-size: 1.2rem; }
.product-scene__orb { position: absolute; border-radius: 50%; filter: blur(1px); }.product-scene__orb--one { width: 270px; height: 270px; right: -80px; top: -10px; background: var(--ga-mint); opacity: .75; }.product-scene__orb--two { width: 180px; height: 180px; left: -70px; bottom: 10px; background: var(--ga-yellow); opacity: .34; }

.marketing-strip { min-height: 92px; display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 48px); padding: 20px; overflow: hidden; color: var(--ga-mint); background: var(--ga-forest); font-size: .7rem; font-weight: 800; letter-spacing: .14em; white-space: nowrap; }.marketing-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--ga-coral); }
.marketing-section { padding: clamp(80px, 10vw, 148px) clamp(20px, 7vw, 110px); }
.section-heading { max-width: 820px; }.section-heading h2 { margin: 20px 0 24px; color: var(--ga-forest); font-size: clamp(2.8rem, 5.5vw, 5.9rem); line-height: .96; letter-spacing: -.065em; }.section-heading > p, .section-heading--row > p { max-width: 540px; margin: 0; color: var(--ga-muted); font-size: 1rem; line-height: 1.7; }
.section-heading--row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 42px; }.section-heading--row > p { padding-bottom: 8px; }.section-heading--center { margin: 0 auto 58px; text-align: center; }.section-heading--center .marketing-eyebrow { justify-content: center; }.section-heading--center p { margin-inline: auto; }
.solution-section { background: var(--ga-paper); }.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }.solution-card { position: relative; min-height: 430px; display: flex; flex-direction: column; overflow: hidden; padding: clamp(25px, 3vw, 38px); border: 1px solid var(--ga-line); border-radius: 25px; }.solution-card--dark { color: #fff; background: var(--ga-forest); }.solution-card--mint { background: var(--ga-mint); }.solution-card--cream { background: var(--ga-cream); }.solution-number { position: absolute; top: 28px; right: 30px; font-family: Georgia, serif; font-size: 1rem; opacity: .55; }.solution-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid currentColor; border-radius: 50%; font-size: 1.45rem; }.solution-card h3 { max-width: 290px; margin: 30px 0 12px; font-size: clamp(1.5rem, 2.3vw, 2.1rem); line-height: 1.08; }.solution-card p { max-width: 330px; margin: 0; font-size: .9rem; line-height: 1.6; opacity: .72; }
.mini-stack { height: 63px; display: flex; align-items: flex-end; margin-top: 26px; }.mini-stack span { width: 58%; height: 32px; border-radius: 11px; background: rgba(255,255,255,.13); transform: rotate(-2deg); }.mini-stack span + span { width: 49%; margin-left: -38%; background: rgba(191,231,216,.28); transform: translateY(-10px) rotate(2deg); }.mini-stack span:last-child { width: 36%; background: var(--ga-coral); transform: translateY(-22px) rotate(-1deg); }
.mini-chart { height: 70px; display: flex; align-items: flex-end; gap: 8px; margin-top: 20px; }.mini-chart i { flex: 1; height: 32%; border-radius: 6px 6px 2px 2px; background: var(--ga-forest); opacity: .35; }.mini-chart i:nth-child(2){height:58%}.mini-chart i:nth-child(3){height:46%}.mini-chart i:nth-child(4){height:78%}.mini-chart i:nth-child(5){height:100%;background:var(--ga-coral);opacity:1}
.mini-calendar { display: flex; align-items: center; gap: 14px; margin-top: 25px; padding: 14px; border: 1px solid var(--ga-line); border-radius: 14px; background: var(--ga-paper); }.mini-calendar b { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--ga-coral); }.mini-calendar span { color: var(--ga-muted); font-size: .68rem; line-height: 1.5; }.mini-calendar strong { color: var(--ga-forest); }

.feature-section { background: var(--ga-cream); }.feature-list { margin-top: 68px; border-top: 1px solid var(--ga-line); }.feature-list article { min-height: 136px; display: grid; grid-template-columns: 52px 72px 1fr 48px; align-items: center; gap: 24px; border-bottom: 1px solid var(--ga-line); transition: padding .2s ease, background .2s ease; }.feature-list article:hover { padding-inline: 20px; background: rgba(191,231,216,.25); }.feature-list article > span { color: var(--ga-coral); font-family: Georgia, serif; }.feature-list__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--ga-forest); background: var(--ga-mint); }.feature-list__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }.feature-list h3 { margin: 0 0 6px; color: var(--ga-forest); font-size: 1.5rem; }.feature-list p { margin: 0; color: var(--ga-muted); font-size: .9rem; }.feature-list article > b { width: 34px; height: 34px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(20,60,58,.16); border-radius: 50%; color: var(--ga-forest); }.feature-list article > b svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.plans-section { background: var(--ga-paper); }.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.plan-card { position: relative; min-width: 0; min-height: 610px; display: flex; flex-direction: column; padding: clamp(25px, 3vw, 38px); border: 1px solid var(--ga-line); border-radius: 25px; background: var(--ga-cream); }.plan-card--featured { border-color: var(--ga-forest); color: #fff; background: var(--ga-forest); box-shadow: 0 28px 60px rgba(20,60,58,.18); }.plan-card__tag { position: absolute; top: 18px; right: 18px; padding: 7px 11px; border-radius: 999px; color: var(--ga-forest); background: var(--ga-coral); font-size: .62rem; font-weight: 900; letter-spacing: .06em; }.plan-card__name { min-height: 1em; color: var(--ga-teal); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }.plan-card--featured .plan-card__name { color: var(--ga-mint); }.plan-card h3 { max-width: 360px; min-height: 4.32em; margin: 32px 0 13px; font-size: clamp(1.55rem, 1.8vw, 1.95rem); line-height: 1.08; }.plan-card > p { min-height: 4.8em; margin: 0; color: var(--ga-muted); font-size: .88rem; line-height: 1.6; }.plan-card--featured > p { color: rgba(255,255,255,.65); }.plan-price { min-width: 0; display: flex; align-items: flex-end; gap: 12px; margin: 30px 0; padding-bottom: 27px; border-bottom: 1px solid var(--ga-line); }.plan-card--featured .plan-price { border-color: rgba(255,255,255,.17); }.plan-price strong { min-width: 0; font-family: "Manrope", sans-serif; font-size: clamp(1.9rem, 2.35vw, 2.55rem); line-height: 1; letter-spacing: -.055em; white-space: nowrap; font-variant-numeric: tabular-nums; }.plan-price span { flex: none; padding-bottom: 3px; color: var(--ga-muted); font-size: .59rem; line-height: 1.18; }.plan-card--featured .plan-price span { color: rgba(255,255,255,.58); }.plan-card ul { display: grid; gap: 14px; margin: 0 0 34px; padding: 0; list-style: none; }.plan-card li { display: flex; align-items: center; gap: 10px; font-size: .84rem; }.plan-card li span { flex: 0 0 21px; width: 21px; min-width: 21px; height: 21px; display: grid; place-items: center; box-sizing: border-box; aspect-ratio: 1; border-radius: 50%; color: var(--ga-forest); background: var(--ga-mint); font-size: .66rem; font-weight: 900; }.plan-card > .marketing-button { width: 100%; margin-top: auto; }.plan-card--featured > .marketing-button { border-color: var(--ga-mint); color: var(--ga-forest); background: var(--ga-mint); }

.plans-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); align-items: stretch; }
.custom-plan-cta { width: min(920px, 100%); display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; align-items: center; gap: 28px; margin: 32px auto 0; padding: 28px 32px; border: 1px solid rgba(20,60,58,.14); border-radius: 25px; color: var(--ga-forest); background: var(--ga-mint); }.custom-plan-cta__icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(20,60,58,.3); border-radius: 50%; background: rgba(255,255,255,.22); }.custom-plan-cta__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }.custom-plan-cta__copy > span { color: var(--ga-teal); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }.custom-plan-cta h3 { margin: 8px 0 7px; font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1.08; }.custom-plan-cta p { max-width: 590px; margin: 0; color: var(--ga-muted); font-size: .84rem; line-height: 1.55; }.custom-plan-cta > .marketing-button { min-width: 190px; white-space: nowrap; background: rgba(255,255,255,.18); }
.module-catalog { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--ga-line); }.module-catalog__heading { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 24px; align-items: baseline; }.module-catalog__heading > span { color: var(--ga-teal); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }.module-catalog__heading > p { margin: 0; color: var(--ga-muted); font-size: .78rem; }.module-catalog article { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; min-height: 132px; padding: 22px; border: 1px solid var(--ga-line); border-radius: 18px; background: #fff; }.module-catalog article strong { color: var(--ga-forest); font-size: .92rem; }.module-catalog article p { margin: 8px 0 0; color: var(--ga-muted); font-size: .72rem; line-height: 1.5; }.module-catalog .module-catalog__consult { flex: none; padding: 7px 11px; border-radius: 999px; color: var(--ga-forest); background: var(--ga-mint-light); font-size: .63rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.marketing-demo { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: clamp(54px, 8vw, 120px); align-items: center; padding: clamp(84px, 10vw, 150px) clamp(20px, 7vw, 110px); color: #fff; background: var(--ga-forest); }
.marketing-demo__intro h2 { margin: 22px 0 28px; font-size: clamp(2.9rem, 5.5vw, 5.7rem); line-height: .96; letter-spacing: -.06em; }.marketing-demo__intro h2 em { color: var(--ga-coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.marketing-demo__intro > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.75; }
.marketing-demo__promise { display: grid; grid-template-columns: 30px 1fr; gap: 20px 15px; margin-top: 48px; }.marketing-demo__promise > span { color: var(--ga-coral); font-family: Georgia, serif; font-size: .8rem; }.marketing-demo__promise p { margin: 0; color: rgba(255,255,255,.6); font-size: .82rem; line-height: 1.55; }.marketing-demo__promise strong { color: #fff; }
.marketing-demo__card { padding: clamp(25px, 3.2vw, 42px); border: 1px solid rgba(255,255,255,.3); border-radius: 26px; color: var(--ga-ink); background: var(--ga-paper); box-shadow: 0 34px 80px rgba(4,28,27,.3); }
.marketing-form__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 26px; }.marketing-form__head span { color: var(--ga-forest); font-size: 1.45rem; font-weight: 800; }.marketing-form__head small { color: var(--ga-muted); font-size: .68rem; }
.marketing-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }.marketing-field { min-width: 0; }.marketing-field--wide { grid-column: 1 / -1; }.marketing-field label { display: block; margin-bottom: 8px; color: var(--ga-forest); font-size: .73rem; font-weight: 800; }
.marketing-field input, .marketing-field select, .marketing-field textarea { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #b9c9c4; border-radius: 12px; outline: none; color: var(--ga-ink); background-color: #fff; font: inherit; font-size: .84rem; transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }.marketing-field select { height: 49px; padding-right: 48px; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m5 7.5 5 5 5-5' stroke='%23143c3a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; background-size: 20px; }.marketing-field select::-ms-expand { display: none; }.marketing-field select:hover { border-color: #8eaaa3; background-color: #fdfcf9; }.marketing-field select option { color: var(--ga-ink); background: #fff; }.marketing-field textarea { min-height: 88px; resize: vertical; }.marketing-field input:focus, .marketing-field select:focus, .marketing-field textarea:focus { border-color: var(--ga-teal); box-shadow: 0 0 0 4px rgba(31,118,111,.12); }.marketing-field input::placeholder, .marketing-field textarea::placeholder { color: #99a6a3; }
.marketing-field .validation-message, .marketing-demo__card > .validation-message { display: block; margin-top: 6px; color: #a43e36; font-size: .68rem; }.marketing-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.marketing-form__legal { margin-top: 13px; text-align: center; }
.marketing-turnstile { width: 100%; min-height: 1px; margin-top: 16px; overflow: hidden; border-radius: 10px; }.marketing-turnstile iframe { max-width: 100%; }
.marketing-form__submit { width: 100%; margin-top: 23px; cursor: pointer; }.marketing-form__submit:disabled { cursor: wait; opacity: .65; }.marketing-form__privacy { display: block; color: var(--ga-muted); font-size: .61rem; line-height: 1.5; text-align: center; }.marketing-form__privacy a { color: var(--ga-teal); font-weight: 700; }.marketing-form__error { margin: 14px 0 0; color: #a43e36; font-size: .76rem; }
.marketing-demo__success { min-height: 520px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }.marketing-demo__success > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--ga-forest); background: var(--ga-mint); font-size: 1.5rem; font-weight: 900; }.marketing-demo__success h3 { margin: 26px 0 13px; color: var(--ga-forest); font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.045em; }.marketing-demo__success p { margin: 0 0 30px; color: var(--ga-muted); line-height: 1.7; }
.faq-section { background: var(--ga-cream); }.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; margin-top: 64px; border-top: 1px solid var(--ga-line); }.faq-item { border-bottom: 1px solid var(--ga-line); }.faq-item summary { min-height: 116px; display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; gap: 14px; cursor: pointer; list-style: none; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary > span { color: var(--ga-coral); font-family: Georgia, serif; font-size: .8rem; }.faq-item summary strong { color: var(--ga-forest); font-size: clamp(1rem, 1.6vw, 1.25rem); }.faq-item summary i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(20,60,58,.25); border-radius: 50%; color: var(--ga-forest); font-style: normal; transition: transform .2s ease, background .2s ease; }.faq-item[open] summary i { background: var(--ga-mint); transform: rotate(45deg); }.faq-item > p { margin: -12px 48px 28px; color: var(--ga-muted); font-size: .88rem; line-height: 1.7; }
.marketing-cta { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; padding: clamp(72px, 9vw, 130px) clamp(20px, 7vw, 110px); color: #fff; background: var(--ga-forest); }.marketing-cta h2 { max-width: 900px; margin: 22px 0 0; font-size: clamp(2.8rem, 5.5vw, 5.8rem); line-height: .96; letter-spacing: -.06em; }.marketing-cta > div:last-child { max-width: 410px; justify-self: end; }.marketing-cta p { margin: 0 0 26px; color: rgba(255,255,255,.67); line-height: 1.7; }
.marketing-footer { display: grid; grid-template-columns: auto minmax(140px, .6fr) minmax(420px, 1.5fr) auto; align-items: center; gap: 24px; padding: 38px clamp(20px, 5vw, 76px); border-top: 1px solid rgba(20,60,58,.12); background: var(--ga-cream); }.marketing-footer p, .marketing-footer small { color: var(--ga-muted); font-size: .75rem; }.marketing-footer > div { display: flex; justify-content: center; gap: 18px 24px; flex-wrap: wrap; }.marketing-footer a:not(.marketing-brand) { color: var(--ga-forest); font-size: .78rem; font-weight: 700; text-decoration: none; }

/* Public legal documents */
.legal-page { min-height: 100vh; color: var(--ga-ink); background: var(--ga-paper); }
.legal-header { position: sticky; z-index: 100; top: 0; min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 12px clamp(20px, 5vw, 76px); border-bottom: 1px solid rgba(20, 60, 58, .1); background: rgba(248, 245, 238, .9); backdrop-filter: blur(18px); }
.legal-main { padding-bottom: clamp(80px, 10vw, 140px); }
.legal-hero { position: relative; overflow: hidden; padding: clamp(72px, 9vw, 132px) max(20px, calc((100vw - 1240px) / 2)); color: #fff; background: var(--ga-forest); }
.legal-hero::after { content: ""; position: absolute; right: clamp(-110px, -5vw, -50px); bottom: -190px; width: 460px; height: 460px; border: 1px solid rgba(191, 231, 216, .32); border-radius: 50%; box-shadow: 0 0 0 62px rgba(191, 231, 216, .06), 0 0 0 124px rgba(255, 124, 105, .05); }
.legal-hero > * { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 940px; margin: 24px 0; font-size: clamp(3.2rem, 7vw, 7rem); line-height: .94; letter-spacing: -.065em; }
.legal-hero > p { max-width: 700px; margin: 0; color: rgba(255, 255, 255, .72); font-size: clamp(1rem, 1.7vw, 1.2rem); line-height: 1.7; }
.legal-meta { display: flex; gap: 14px 26px; flex-wrap: wrap; margin-top: 38px; color: var(--ga-mint); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.legal-layout { width: min(1240px, calc(100% - 40px)); display: grid; grid-template-columns: minmax(230px, 290px) minmax(0, 780px); justify-content: space-between; align-items: start; gap: clamp(48px, 8vw, 118px); margin: clamp(60px, 8vw, 104px) auto 0; }
.legal-toc { position: sticky; top: 106px; padding: 26px; border: 1px solid var(--ga-line); border-radius: 20px; background: var(--ga-cream); }
.legal-toc strong { display: block; margin-bottom: 18px; color: var(--ga-forest); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-toc ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: legal-nav; }
.legal-toc li { counter-increment: legal-nav; }
.legal-toc a { display: grid; grid-template-columns: 25px 1fr; gap: 8px; color: var(--ga-muted); font-size: .77rem; line-height: 1.35; text-decoration: none; }
.legal-toc a::before { content: counter(legal-nav, decimal-leading-zero); color: var(--ga-coral); font-family: Georgia, serif; }
.legal-toc a:hover { color: var(--ga-forest); }
.legal-document { min-width: 0; }
.legal-section { position: relative; padding: 0 0 54px; scroll-margin-top: 108px; }
.legal-section + .legal-section { padding-top: 54px; border-top: 1px solid var(--ga-line); }
.legal-section > span { display: block; margin-bottom: 12px; color: var(--ga-coral); font-family: Georgia, serif; font-size: .9rem; }
.legal-section h2 { margin: 0 0 24px; color: var(--ga-forest); font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.legal-section p, .legal-section li { color: var(--ga-muted); font-size: .98rem; line-height: 1.8; }
.legal-section p { margin: 0 0 18px; }
.legal-section ul { display: grid; gap: 12px; margin: 0 0 22px; padding-left: 22px; }
.legal-section strong { color: var(--ga-ink); }
.legal-section a { color: var(--ga-teal); font-weight: 700; text-underline-offset: 3px; }
.legal-note { margin: 26px 0 18px; padding: 20px 22px; border-left: 4px solid var(--ga-coral); border-radius: 0 15px 15px 0; color: var(--ga-ink); background: var(--ga-mint-light); font-size: .9rem; line-height: 1.7; }
.legal-page__footer { background: var(--ga-cream); }

/* Bring account screens into the same visual language */
.auth-layout { color: var(--ga-ink); background: linear-gradient(135deg, var(--ga-forest) 0%, #1d5f59 62%, #4b8b7d 100%); }
.auth-kicker { color: var(--ga-coral); }.auth-card { border: 1px solid rgba(255,255,255,.48); border-radius: 24px; background: rgba(255,254,251,.94); box-shadow: 0 30px 80px rgba(7,35,33,.3); }.auth-card-header h2 { color: var(--ga-forest); }.auth-input { border-color: var(--ga-line); border-radius: 13px; color: var(--ga-ink); }.auth-input:focus { border-color: var(--ga-teal); box-shadow: 0 0 0 4px rgba(31,118,111,.14); }.auth-link, .auth-demo-users summary { color: var(--ga-teal); }.auth-product-surface { border-radius: 22px; }

@media (max-width: 1100px) {
    .marketing-header { grid-template-columns: 1fr auto; }.marketing-nav { display: none; }.marketing-hero { grid-template-columns: 1fr; min-height: auto; }.marketing-hero__copy { max-width: 760px; }.product-scene { width: min(100%, 820px); margin: 0 auto; }.solution-grid, .plans-grid { grid-template-columns: 1fr 1fr; }.solution-card:last-child { grid-column: 1 / -1; }.plan-card--featured { transform: none; }.section-heading--row { align-items: flex-start; flex-direction: column; }.marketing-cta { grid-template-columns: 1fr; }.marketing-cta > div:last-child { justify-self: start; }.marketing-footer { grid-template-columns: auto 1fr auto; }.marketing-footer p { display: none; }
    .plan-card h3 { min-height: 3.24em; }.plans-grid .plan-card:last-child { width: calc(50% - 9px); grid-column: 1 / -1; justify-self: center; }.module-catalog { grid-template-columns: 1fr; }.module-catalog__heading { align-items: flex-start; flex-direction: column; }
    .legal-layout { grid-template-columns: 1fr; gap: 44px; }.legal-toc { position: static; }.legal-toc ol { grid-template-columns: 1fr 1fr; column-gap: 24px; }
    .marketing-demo { grid-template-columns: 1fr; }.marketing-demo__intro { max-width: 760px; }.marketing-demo__card { width: min(100%, 760px); }
}

@media (max-width: 720px) {
    html { scroll-padding-top: 72px; }.marketing-header { min-height: 68px; padding: 9px 16px; }.marketing-brand img { width: 168px; }.marketing-header__actions .marketing-link { display: none; }.marketing-button--small { min-height: 40px; padding-inline: 14px; }.marketing-hero { gap: 24px; padding: 48px 18px 65px; }.marketing-hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }.marketing-hero__actions { align-items: flex-start; flex-direction: column; }.marketing-proof { margin-top: 38px; }.product-scene { margin-top: 10px; padding-block: 20px; }.product-window { border-radius: 15px; transform: none; }.product-window__body { min-height: 310px; grid-template-columns: 44px 1fr; }.product-sidebar { gap: 14px; padding-inline: 7px; }.product-sidebar img { width: 27px; }.product-dashboard { padding: 14px 11px; }.product-metrics { gap: 5px; }.product-metrics article { padding: 9px 7px; }.product-panel { padding: 11px; }.product-row { gap: 6px; padding-block: 9px; }.product-row > span { display: none; }.product-float--attendance { right: 4px; top: -16px; }.product-float--payment { left: 4px; bottom: -18px; }.marketing-strip { justify-content: flex-start; overflow-x: hidden; }.marketing-section { padding: 76px 18px; }.section-heading h2 { font-size: clamp(2.7rem, 13vw, 4.2rem); }.solution-grid, .plans-grid { grid-template-columns: 1fr; }.solution-card:last-child { grid-column: auto; }.solution-card { min-height: 390px; }.feature-list article { grid-template-columns: 35px 52px 1fr; gap: 12px; padding-block: 22px; }.feature-list article > b { display: none; }.feature-list__icon { width: 48px; height: 48px; }.feature-list__icon svg { width: 22px; height: 22px; }.feature-list h3 { font-size: 1.13rem; }.feature-list p { margin-top: 5px; line-height: 1.5; }.plan-card { min-height: 570px; }.plans-grid .plan-card:last-child { width: 100%; grid-column: auto; }.plan-card h3, .plan-card > p { min-height: 0; }.custom-plan-cta { grid-template-columns: 1fr; justify-items: center; gap: 18px; padding: 27px 22px; text-align: center; }.custom-plan-cta__icon { width: 68px; height: 68px; }.custom-plan-cta__icon svg { width: 30px; height: 30px; }.custom-plan-cta > .marketing-button { width: 100%; margin-top: 3px; }.marketing-cta { padding: 76px 18px; }.marketing-cta h2 { font-size: clamp(2.7rem, 12vw, 4.4rem); }.marketing-footer { grid-template-columns: 1fr; padding: 32px 18px; }.marketing-footer > div { justify-content: flex-start; order: 3; }.marketing-footer small { order: 4; }
    .legal-header { min-height: 68px; padding: 9px 16px; }.legal-header .marketing-text-link { gap: 7px; font-size: .75rem; }.legal-header .marketing-text-link span { display: none; }.legal-hero { padding: 68px 18px 76px; }.legal-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }.legal-meta { display: grid; gap: 8px; margin-top: 30px; }.legal-layout { width: calc(100% - 36px); margin-top: 42px; }.legal-toc { padding: 21px; }.legal-toc ol { grid-template-columns: 1fr; }.legal-section { padding-bottom: 38px; }.legal-section + .legal-section { padding-top: 38px; }.legal-section h2 { font-size: 1.75rem; }.legal-section p, .legal-section li { font-size: .93rem; line-height: 1.72; }.legal-note { padding: 18px; }
    .marketing-demo { gap: 42px; padding: 76px 18px; }.marketing-demo__intro h2 { font-size: clamp(2.8rem, 13vw, 4.3rem); }.marketing-demo__promise { margin-top: 36px; }.marketing-demo__card { padding: 22px 18px; border-radius: 20px; }.marketing-form__head { align-items: flex-start; flex-direction: column; }.marketing-form__grid { grid-template-columns: 1fr; }.marketing-field--wide { grid-column: auto; }.marketing-demo__success { min-height: 420px; }.faq-grid { grid-template-columns: 1fr; gap: 0; margin-top: 42px; }.faq-item summary { min-height: 102px; grid-template-columns: 28px 1fr 32px; gap: 10px; }.faq-item > p { margin: -6px 42px 26px; }

    .app-shell__topbar { padding-inline: 10px; }
    .app-shell__academy-badge { display: none !important; }
    .app-shell__account-menu { min-width: 40px !important; }
    .app-shell__account-menu .mud-button-label { font-size: 0; }
    .app-shell__account-menu .mud-button-root { min-width: 40px; padding-inline: 8px; }
    .app-shell__content { gap: 20px; padding: 20px 14px 36px; }
    .app-shell__brand { margin-left: 2px; }
    .app-shell__brand img { width: 148px; }
    .page-header { align-items: flex-start !important; row-gap: 18px; }
    .page-header__title, .page-header__actions { width: 100%; }
    .page-header__actions { justify-content: flex-start; }
    .page-header__actions > .mud-button-root { flex: 1 1 150px; }
    .app-surface { padding: 16px; border-radius: 16px !important; }
    .app-table-scroll { overscroll-behavior-inline: contain; scrollbar-width: thin; }
    .app-data-table { min-width: 620px; }
    .app-modal-backdrop { padding: 10px; }
    .app-modal { max-height: calc(100dvh - 20px); border-radius: 19px !important; }
    .app-modal__header { padding: 18px 18px 14px; }
    .app-modal__body { padding: 18px; }
    .app-modal__actions { padding: 0 18px 18px; }
}

@media (max-width: 520px) {
    .page-header__actions { align-items: stretch !important; flex-direction: column !important; }
    .page-header__actions > .mud-button-root { width: 100%; flex: none; }
}

@media (max-width: 400px) {
    .app-shell__brand img { width: 132px; }
}
