:root {
    --lp-ink: #102a27;
    --lp-ink-2: #173a35;
    --lp-text: #263d39;
    --lp-muted: #6f7f7b;
    --lp-bg: #f7f8f5;
    --lp-surface: #ffffff;
    --lp-soft: #eef3ef;
    --lp-line: #dce5df;
    --lp-line-dark: rgba(16, 42, 39, .18);
    --lp-primary: #0c756b;
    --lp-primary-dark: #07564f;
    --lp-primary-soft: #e8f4f1;
    --lp-accent: #b4863d;
    --lp-accent-soft: #f7f0e3;
    --lp-danger: #a43a31;
    --lp-radius-sm: 10px;
    --lp-radius: 16px;
    --lp-radius-lg: 24px;
    --lp-shadow: 0 18px 42px rgba(16, 42, 39, .08);
    --lp-shadow-sm: 0 8px 24px rgba(16, 42, 39, .06);
    --lp-container: 1220px;
    --lp-font: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body.public-index-v11 {
    margin: 0;
    padding: 0 !important;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--lp-text);
    background: var(--lp-bg);
    font-family: var(--lp-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.public-index-v11 h1,
body.public-index-v11 h2,
body.public-index-v11 h3,
body.public-index-v11 h4,
body.public-index-v11 h5,
body.public-index-v11 h6,
body.public-index-v11 p,
body.public-index-v11 button,
body.public-index-v11 input,
body.public-index-v11 select,
body.public-index-v11 textarea,
body.public-index-v11 a {
    font-family: var(--lp-font);
    letter-spacing: 0;
}

body.public-index-v11 h1,
body.public-index-v11 h2,
body.public-index-v11 h3,
body.public-index-v11 h4,
body.public-index-v11 h5,
body.public-index-v11 h6 {
    color: var(--lp-ink);
}

body.public-index-v11 a { color: inherit; }
body.public-index-v11 button { color: inherit; }
body.public-index-v11 img { max-width: 100%; }
body.public-index-v11 .public-shell-backdrop { display: none !important; }
/* The landing page owns its top edge. Prevent legacy shell helpers from
   reserving space before its sticky navigation. */
body.public-index-v11 > .ui-skip-link {
    position: fixed !important;
    inset-block-start: 0 !important;
    margin: 0 !important;
}
body.public-index-v11 > .ui-skip-target { display: none !important; }
body.public-index-v11 > .lp-page {
    margin-block-start: 0 !important;
    padding-block-start: 0 !important;
}
body.public-index-v11 .lp-nav {
    inset-block-start: 0 !important;
    margin-block-start: 0 !important;
}
body.public-index-v11.modal-open { padding-right: 0 !important; }

[x-cloak] { display: none !important; }

.lp-page {
    min-height: 100vh;
    overflow: clip;
    background: var(--lp-bg);
}

.lp-container {
    width: min(var(--lp-container), calc(100% - 48px));
    margin-inline: auto;
}

.reveal-up {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: var(--d, 0s);
}

.reveal-up.is-visible {
    opacity: 1;
    transform: none;
}

.lp-overline {
    margin: 0 0 12px;
    color: var(--lp-primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.lp-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid transparent;
    background: rgba(247, 248, 245, .94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.lp-nav.is-scrolled {
    border-bottom-color: var(--lp-line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 28px rgba(16, 42, 39, .05);
}

.lp-nav__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.lp-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
    text-decoration: none;
}

.lp-brand__mark {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(12, 117, 107, .15);
    border-radius: 12px;
    background: var(--lp-primary-soft);
}

.lp-brand__mark img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.lp-brand__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.15;
}

.lp-brand__copy strong {
    color: var(--lp-ink);
    font-size: .98rem;
    font-weight: 800;
    white-space: nowrap;
}

.lp-brand__copy small {
    color: var(--lp-muted);
    font-size: .68rem;
    font-weight: 600;
    white-space: nowrap;
}

.lp-nav__menu {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.lp-nav__links,
.lp-nav__actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.lp-nav__links a,
.lp-link-button {
    position: relative;
    color: #526661;
    font-size: .84rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .18s ease;
}

.lp-nav__links a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: var(--lp-primary);
    transition: width .18s ease;
}

.lp-nav__links a:hover,
.lp-link-button:hover {
    color: var(--lp-ink);
}

.lp-nav__links a:hover::after { width: 100%; }

.lp-access-link {
    min-height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--lp-line);
    border-radius: 10px;
    color: var(--lp-ink-2);
    background: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.lp-access-link i {
    color: var(--lp-primary);
    font-size: .94rem;
}

.lp-access-link:hover {
    color: var(--lp-primary-dark);
    border-color: rgba(12, 117, 107, .3);
    background: var(--lp-primary-soft);
    transform: translateY(-1px);
}

.lp-access-link--admin {
    border-color: rgba(16, 42, 39, .18);
    background: #fff;
}

.lp-access-link--admin i { color: var(--lp-ink); }

.lp-nav__toggle {
    display: none;
    width: 44px;
    height: 44px;
    margin-inline-start: auto;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lp-line);
    border-radius: 11px;
    background: #fff;
    font-size: 1.25rem;
}

.lp-button {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: .88rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.lp-button:hover { transform: translateY(-1px); }
.lp-button:active { transform: none; }

.lp-button--sm {
    min-height: 42px;
    padding-inline: 18px;
    font-size: .8rem;
}

.lp-button.lp-button--primary {
    color: #fff;
    background: var(--lp-primary);
    box-shadow: 0 10px 20px rgba(12, 117, 107, .16);
}

.lp-button.lp-button--primary:hover {
    color: #fff;
    background: var(--lp-primary-dark);
    box-shadow: 0 12px 24px rgba(12, 117, 107, .2);
}

.lp-button.lp-button--dark {
    color: #fff;
    background: var(--lp-ink);
}

.lp-button.lp-button--dark:hover {
    color: #fff;
    background: #0a211f;
}

.lp-button.lp-button--ghost {
    color: var(--lp-ink);
    border-color: var(--lp-line);
    background: #fff;
}

.lp-button.lp-button--ghost:hover {
    color: var(--lp-primary-dark);
    border-color: rgba(12, 117, 107, .35);
    background: var(--lp-primary-soft);
}

.lp-button.lp-button--light {
    color: var(--lp-ink);
    background: #fff;
}

.lp-button.lp-button--light:hover {
    color: var(--lp-primary-dark);
    background: #f1f7f4;
}

.lp-button.lp-button--outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .32);
    background: transparent;
}

.lp-button.lp-button--outline-light:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .08);
}

.lp-button--wide { width: 100%; }

.lp-button:focus-visible,
.lp-nav__toggle:focus-visible,
.lp-segmented button:focus-visible,
.lp-text-action:focus-visible,
.lp-rank-row:focus-visible,
.lp-select select:focus-visible,
a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(180, 134, 61, .35);
    outline-offset: 3px;
}

.lp-hero {
    padding: 78px 0 42px;
    background:
        linear-gradient(180deg, #fbfcfa 0%, #f7f8f5 100%);
    border-bottom: 1px solid var(--lp-line);
}

.lp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
    align-items: stretch;
    gap: clamp(40px, 6vw, 84px);
}

.lp-hero__copy {
    align-self: center;
    padding-block: 28px 36px;
}

.lp-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--lp-ink);
    font-size: clamp(2.65rem, 5.4vw, 5.1rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.04em;
}

.lp-hero h1 span {
    color: var(--lp-primary);
}

.lp-hero__lead {
    max-width: 660px;
    margin: 24px 0 0;
    color: #5d706b;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    font-weight: 500;
    line-height: 2;
}

.lp-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.lp-hero__account-links {
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 10px;
    color: var(--lp-muted);
    font-size: .78rem;
    font-weight: 700;
}

.lp-hero__account-links a {
    color: var(--lp-primary-dark);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(12, 117, 107, .28);
}

.lp-hero__account-links a:hover {
    color: var(--lp-ink);
    border-bottom-color: var(--lp-ink);
}

.lp-hero__account-links i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b6c4bf;
}

.lp-hero__note {
    margin: 19px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--lp-muted);
    font-size: .78rem;
    font-weight: 600;
}

.lp-hero__note i { color: var(--lp-primary); }

.lp-hero__aside {
    position: relative;
    min-height: 440px;
    padding: clamp(28px, 4vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 22px;
    color: #fff;
    background: var(--lp-ink);
    overflow: hidden;
}

.lp-hero__aside::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, transparent 0 66%, rgba(255, 255, 255, .04) 66% 67%, transparent 67%),
        linear-gradient(135deg, transparent 0 78%, rgba(255, 255, 255, .025) 78% 79%, transparent 79%);
}

.lp-hero__verse,
.lp-hero__availability,
.lp-hero__stats { position: relative; z-index: 1; }

.lp-hero__verse {
    max-width: 330px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-hero__verse span {
    color: #fff;
    font-size: clamp(1.55rem, 2.8vw, 2.25rem);
    font-weight: 700;
    line-height: 1.7;
}

.lp-hero__verse small {
    color: rgba(255, 255, 255, .56);
    font-size: .74rem;
    font-weight: 600;
}

.lp-hero__availability {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.lp-live-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #58d7a4;
    box-shadow: 0 0 0 6px rgba(88, 215, 164, .12);
}

.lp-hero__availability div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lp-hero__availability small {
    color: rgba(255, 255, 255, .55);
    font-size: .7rem;
    font-weight: 600;
}

.lp-hero__availability strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.lp-hero__stats {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.lp-hero__stats div {
    min-width: 0;
}

.lp-hero__stats dt {
    color: #fff;
    font-size: clamp(1.55rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1;
}

.lp-hero__stats dd {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .55);
    font-size: .68rem;
    font-weight: 600;
    line-height: 1.6;
}

.lp-steps {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--lp-line);
    border-bottom: 1px solid var(--lp-line);
}

.lp-step {
    min-width: 0;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.lp-step + .lp-step { border-inline-start: 1px solid var(--lp-line); }

.lp-step > span {
    color: var(--lp-accent);
    font-size: .72rem;
    font-weight: 800;
}

.lp-step div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lp-step strong {
    color: var(--lp-ink);
    font-size: .88rem;
    font-weight: 800;
}

.lp-step small {
    color: var(--lp-muted);
    font-size: .69rem;
    font-weight: 600;
}

.lp-section {
    padding: clamp(78px, 9vw, 124px) 0;
}

.lp-section + .lp-section { border-top: 1px solid var(--lp-line); }

.lp-section__head {
    margin-bottom: 34px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.lp-section__head > div { max-width: 720px; }

.lp-section__head h2,
.lp-community h2,
.lp-cta h2 {
    margin: 0;
    color: var(--lp-ink);
    font-size: clamp(2rem, 3.4vw, 3.15rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.025em;
}

.lp-section__head p:not(.lp-overline) {
    margin: 13px 0 0;
    color: var(--lp-muted);
    font-size: .96rem;
    font-weight: 500;
    line-height: 1.9;
}

.lp-section__count {
    flex: 0 0 auto;
    color: var(--lp-muted);
    font-size: .78rem;
    font-weight: 700;
}

.lp-toolbar {
    margin-bottom: 28px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid var(--lp-line);
    border-radius: 14px;
    background: #fff;
}

.lp-segmented {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 10px;
    background: var(--lp-soft);
}

.lp-segmented button {
    min-height: 36px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    color: var(--lp-muted);
    background: transparent;
    font-size: .76rem;
    font-weight: 700;
    cursor: pointer;
}

.lp-segmented button.is-active {
    color: var(--lp-ink);
    background: #fff;
    box-shadow: 0 3px 10px rgba(16, 42, 39, .08);
}

.lp-select {
    min-width: 230px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lp-select > span {
    color: var(--lp-muted);
    font-size: .72rem;
    font-weight: 700;
    white-space: nowrap;
}

.lp-select select {
    width: 100%;
    min-height: 40px;
    padding: 0 12px 0 36px;
    border: 1px solid var(--lp-line);
    border-radius: 9px;
    color: var(--lp-ink);
    background-color: #fff;
    font-size: .76rem;
    font-weight: 700;
}

.lp-groups__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
}

.lp-group {
    min-width: 0;
    min-height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(16, 42, 39, .02);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lp-group:hover {
    transform: translateY(-2px);
    border-color: rgba(12, 117, 107, .28);
    box-shadow: var(--lp-shadow-sm);
}

.lp-group.is-closed { background: #fafafa; }

.lp-group__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.lp-group__head > div { min-width: 0; }

.lp-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--lp-muted);
    font-size: .67rem;
    font-weight: 700;
}

.lp-status > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.lp-status.is-open { color: var(--lp-primary); }
.lp-status.is-closed { color: var(--lp-danger); }

.lp-group h3 {
    margin: 10px 0 0;
    color: var(--lp-ink);
    font-size: 1.17rem;
    font-weight: 800;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.lp-group__students {
    min-width: 46px;
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 0 0 auto;
    border: 1px solid var(--lp-line);
    border-radius: 10px;
    color: var(--lp-muted);
    background: var(--lp-bg);
    font-size: .73rem;
}

.lp-group__students i { font-size: .9rem; }
.lp-group__students b { color: var(--lp-ink); }

.lp-group__teacher {
    min-height: 26px;
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--lp-muted);
    font-size: .76rem;
    font-weight: 600;
    line-height: 1.7;
}

.lp-group__teacher i { color: var(--lp-primary); }

.lp-group__schedule {
    margin-top: 22px;
    padding-top: 18px;
    flex: 1;
    border-top: 1px solid var(--lp-line);
}

.lp-group__label {
    display: block;
    margin-bottom: 12px;
    color: var(--lp-muted);
    font-size: .68rem;
    font-weight: 700;
}

.lp-group__schedule .d-flex {
    margin-bottom: 8px !important;
    padding: 0 0 8px !important;
    gap: 10px;
    border-color: var(--lp-line) !important;
}

.lp-group__schedule .d-flex:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.lp-group__schedule .badge,
.lp-modal__schedule .badge {
    padding: 5px 8px;
    border-color: var(--lp-line) !important;
    border-radius: 7px;
    color: var(--lp-ink) !important;
    background: var(--lp-soft) !important;
    font-size: .66rem;
    font-weight: 700 !important;
}

.lp-group__schedule .text-primary,
.lp-modal__schedule .text-primary {
    color: var(--lp-primary) !important;
    font-size: .7rem !important;
}

.lp-group__schedule .bg-light,
.lp-modal__schedule .bg-light {
    color: var(--lp-muted) !important;
    background: var(--lp-soft) !important;
}

.lp-group__footer {
    min-height: 48px;
    margin-top: 20px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid var(--lp-line);
}

.lp-group__fee {
    color: var(--lp-ink);
    font-size: .76rem;
    font-weight: 800;
}

.lp-group__fee.is-muted {
    color: var(--lp-muted);
    font-weight: 600;
}

.lp-text-action {
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    color: var(--lp-primary);
    background: transparent;
    font-size: .77rem;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
}

.lp-text-action:hover { color: var(--lp-primary-dark); }
.lp-text-action.is-disabled { color: var(--lp-muted); cursor: default; }

.lp-empty {
    grid-column: 1 / -1;
    min-height: 220px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dashed var(--lp-line-dark);
    border-radius: 16px;
    color: var(--lp-muted);
    text-align: center;
    background: rgba(255, 255, 255, .52);
}

.lp-empty i {
    color: var(--lp-primary);
    font-size: 1.5rem;
}

.lp-empty h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.lp-empty p {
    margin: 0;
    font-size: .82rem;
    line-height: 1.8;
}

.lp-empty--compact {
    min-height: 140px;
    padding: 22px;
}

.lp-more {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.lp-teachers { background: #fff; }

.lp-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lp-primary);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.lp-inline-link:hover { color: var(--lp-primary-dark); }

.lp-teachers__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.lp-teacher {
    min-width: 0;
    padding: 24px;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 20px;
    border-top: 1px solid var(--lp-line);
    background: transparent;
}

.lp-teacher:nth-child(-n+2) { border-top-color: var(--lp-line); }

.lp-teacher__avatar {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--lp-primary-dark);
    background: var(--lp-primary-soft);
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: 800;
}

.lp-teacher__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-teacher__body { min-width: 0; }

.lp-teacher__body > small {
    display: block;
    color: var(--lp-primary);
    font-size: .69rem;
    font-weight: 700;
}

.lp-teacher h3 {
    margin: 5px 0 0;
    color: var(--lp-ink);
    font-size: 1.13rem;
    font-weight: 800;
    line-height: 1.5;
}

.lp-teacher p {
    margin: 9px 0 0;
    color: var(--lp-muted);
    font-size: .76rem;
    font-weight: 500;
    line-height: 1.85;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lp-teacher__meta {
    margin-top: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.lp-teacher__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--lp-muted);
    font-size: .68rem;
    font-weight: 600;
}

.lp-teacher__meta i { color: var(--lp-primary); }
.lp-teacher__meta b { font-weight: 700; }

.lp-community { background: var(--lp-bg); }

.lp-community__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 24px;
    align-items: stretch;
}

.lp-ranking,
.lp-philosophy {
    min-width: 0;
    border-radius: 18px;
}

.lp-ranking {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--lp-line);
    background: #fff;
}

.lp-ranking__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.lp-ranking__head h2 {
    font-size: clamp(1.75rem, 3vw, 2.65rem);
}

.lp-ranking__tabs {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    border-radius: 10px;
    background: var(--lp-soft);
}

.lp-ranking__tabs button {
    min-height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    color: var(--lp-muted);
    background: transparent;
    font-size: .72rem;
    font-weight: 700;
    cursor: pointer;
}

.lp-ranking__tabs button.is-active {
    color: var(--lp-ink);
    background: #fff;
    box-shadow: 0 3px 10px rgba(16, 42, 39, .08);
}

.lp-ranking__list {
    margin-top: 28px;
    border-top: 1px solid var(--lp-line);
}

.lp-rank-row {
    width: 100%;
    min-width: 0;
    min-height: 74px;
    padding: 14px 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border: 0;
    border-bottom: 1px solid var(--lp-line);
    color: inherit;
    background: transparent;
    text-align: start;
    cursor: pointer;
}

.lp-rank-row:last-child { border-bottom: 0; }
.lp-rank-row:hover .lp-rank-row__name strong { color: var(--lp-primary); }

.lp-rank-row__number {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--lp-ink);
    background: var(--lp-soft);
    font-size: .76rem;
    font-weight: 800;
}

.lp-rank-row:nth-child(1) .lp-rank-row__number {
    color: #7e5b21;
    background: var(--lp-accent-soft);
}

.lp-rank-row__name {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.lp-rank-row__name strong {
    color: var(--lp-ink);
    font-size: .83rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .18s ease;
}

.lp-rank-row__name small {
    color: var(--lp-muted);
    font-size: .67rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-rank-row__points {
    color: var(--lp-muted);
    font-size: .7rem;
    font-weight: 600;
    white-space: nowrap;
}

.lp-rank-row__points b {
    color: var(--lp-ink);
    font-size: .9rem;
    font-weight: 800;
}

.lp-philosophy {
    padding: clamp(28px, 4vw, 46px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(255, 255, 255, .72);
    background: var(--lp-ink);
}

.lp-philosophy .lp-overline { color: #83cfc5; }

.lp-philosophy h2 {
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.65rem);
    line-height: 1.5;
}

.lp-philosophy > p:not(.lp-overline) {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: .87rem;
    font-weight: 500;
    line-height: 2;
}

.lp-philosophy ul {
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.lp-philosophy li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .84);
    font-size: .78rem;
    font-weight: 700;
}

.lp-philosophy li i { color: #65d0b1; }

.lp-cta {
    padding: 0 0 78px;
    background: var(--lp-bg);
}

.lp-cta__inner {
    padding: clamp(32px, 5vw, 58px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    border-radius: 20px;
    color: rgba(255, 255, 255, .68);
    background: var(--lp-primary-dark);
}

.lp-cta .lp-overline { color: #9ce1d7; }

.lp-cta h2 {
    max-width: 720px;
    color: #fff;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
}

.lp-cta p:not(.lp-overline) {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: .84rem;
    font-weight: 500;
}

.lp-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 0 auto;
}

.lp-footer {
    padding: 30px 0;
    border-top: 1px solid var(--lp-line);
    background: #fff;
}

.lp-footer__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
}

.lp-footer__brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-footer__brand img {
    width: 34px;
    height: 34px;
}

.lp-footer__brand div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lp-footer__brand strong {
    color: var(--lp-ink);
    font-size: .8rem;
    font-weight: 800;
}

.lp-footer__brand small,
.lp-footer p,
.lp-footer__links a {
    color: var(--lp-muted);
    font-size: .67rem;
    font-weight: 600;
}

.lp-footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.lp-footer__links a { text-decoration: none; }
.lp-footer__links a:hover { color: var(--lp-primary); }
.lp-footer p { margin: 0; text-align: left; }

.lp-modal {
    border: 1px solid var(--lp-line);
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(16, 42, 39, .2);
    overflow: hidden;
}

.lp-modal .modal-body { position: relative; padding: 32px; }
.lp-modal .modal-header { padding: 20px 24px; border-color: var(--lp-line); }
.lp-modal .modal-title { color: var(--lp-ink); font-weight: 800; }

.lp-modal__close {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lp-line);
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
}

.lp-modal__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--lp-primary);
    background: var(--lp-primary-soft);
    font-size: 1.25rem;
}

.lp-modal h5 {
    margin: 0;
    color: var(--lp-ink);
    font-size: 1.25rem;
    font-weight: 800;
}

.lp-modal .modal-body > p {
    margin: 8px 0 0;
    color: var(--lp-muted);
    font-size: .8rem;
    line-height: 1.7;
}

.lp-modal__schedule {
    margin: 22px 0;
    padding: 16px;
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    background: var(--lp-bg);
}

.lp-loading {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--lp-muted);
}

.lp-loading span {
    width: 28px;
    height: 28px;
    border: 3px solid var(--lp-line);
    border-top-color: var(--lp-primary);
    border-radius: 50%;
    animation: lpSpin .8s linear infinite;
}

.lp-loading p { margin: 0; font-size: .76rem; }

@keyframes lpSpin { to { transform: rotate(360deg); } }

@media (max-width: 1199.98px) {
    :root { --lp-container: 1060px; }

    .lp-hero__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
        gap: 42px;
    }

    .lp-groups__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .lp-community__grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
    }
}

@media (max-width: 991.98px) {
    html { scroll-padding-top: 72px; }

    .lp-nav__inner { min-height: 70px; }
    .lp-nav__toggle { display: inline-flex; }

    .lp-nav__menu {
        position: absolute;
        top: calc(100% + 1px);
        right: 20px;
        left: 20px;
        max-height: calc(100dvh - 84px - env(safe-area-inset-bottom, 0px));
        padding: 18px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
        border: 1px solid var(--lp-line);
        border-radius: 14px;
        background: #fff;
        box-shadow: var(--lp-shadow);
    }

    .lp-nav__menu.is-open { display: flex; }

    .lp-nav__menu.has-access-open .lp-nav__links {
        display: none;
    }

    .lp-nav__menu.has-access-open {
        gap: 0;
    }

    .lp-nav__links,
    .lp-nav__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 4px;
    }

    .lp-nav__links a,
    .lp-link-button {
        min-height: 44px;
        padding: 0 12px;
        display: flex;
        align-items: center;
        border-radius: 9px;
    }

    .lp-nav__links a:hover,
    .lp-link-button:hover { background: var(--lp-soft); }
    .lp-nav__links a::after { display: none; }
    .lp-nav__actions .lp-button,
    .lp-nav__actions .lp-access-link {
        width: 100%;
        min-height: 46px;
        justify-content: flex-start;
    }
    .lp-nav__actions .lp-button { justify-content: center; margin-top: 6px; }

    .lp-hero { padding-top: 50px; }

    .lp-hero__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lp-hero__copy { padding-block: 12px; }
    .lp-hero__lead { max-width: 760px; }
    .lp-hero__aside { min-height: 360px; }

    .lp-steps { margin-top: 36px; }
    .lp-step { padding: 20px; }

    .lp-section__head { align-items: flex-start; }
    .lp-community__grid { grid-template-columns: 1fr; }
    .lp-philosophy { min-height: 420px; }

    .lp-footer__inner {
        grid-template-columns: 1fr auto;
    }

    .lp-footer__links {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .lp-container { width: min(100% - 30px, var(--lp-container)); }

    .reveal-up,
    .reveal-up.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .lp-brand__copy small { display: none; }

    .lp-hero {
        padding: 34px 0 28px;
    }

    .lp-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.35rem);
        line-height: 1.24;
    }

    .lp-hero__lead {
        margin-top: 18px;
        font-size: .93rem;
        line-height: 1.9;
    }

    .lp-hero__actions {
        margin-top: 24px;
        align-items: stretch;
        flex-direction: column;
    }

    .lp-hero__actions .lp-button { width: 100%; }
    .lp-hero__note { align-items: flex-start; line-height: 1.7; }

    .lp-hero__aside {
        min-height: 340px;
        padding: 28px;
        border-radius: 18px;
    }

    .lp-hero__verse span { font-size: 1.65rem; }
    .lp-hero__stats { gap: 10px; }
    .lp-hero__stats dt { font-size: 1.5rem; }
    .lp-hero__stats dd { font-size: .61rem; }

    .lp-steps {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .lp-step { padding: 17px 8px; }
    .lp-step + .lp-step {
        border-inline-start: 0;
        border-top: 1px solid var(--lp-line);
    }

    .lp-section { padding: 70px 0; }

    .lp-section__head {
        margin-bottom: 25px;
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .lp-section__head h2,
    .lp-community h2,
    .lp-cta h2 { font-size: 2rem; }

    .lp-section__head p:not(.lp-overline) { font-size: .86rem; }

    .lp-toolbar {
        padding: 10px;
        align-items: stretch;
        flex-direction: column;
    }

    .lp-segmented { width: 100%; }
    .lp-segmented button { flex: 1; padding-inline: 8px; }
    .lp-select { width: 100%; min-width: 0; }

    .lp-groups__grid { grid-template-columns: 1fr; }
    .lp-group { padding: 20px; }

    .lp-teachers__grid { grid-template-columns: 1fr; }
    .lp-teacher {
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 15px;
        padding: 22px 0;
    }

    .lp-teacher__avatar {
        width: 66px;
        height: 66px;
        border-radius: 13px;
    }

    .lp-inline-link { white-space: normal; }

    .lp-ranking { padding: 24px 18px; }
    .lp-ranking__head {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .lp-ranking__tabs { width: 100%; }
    .lp-ranking__tabs button { flex: 1; }
    .lp-rank-row { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; }
    .lp-rank-row__points { font-size: .62rem; }
    .lp-rank-row__points b { font-size: .8rem; }

    .lp-philosophy { min-height: 0; padding: 30px 24px; }

    .lp-cta { padding-bottom: 54px; }
    .lp-cta__inner {
        align-items: stretch;
        flex-direction: column;
        border-radius: 18px;
    }

    .lp-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .lp-cta__actions .lp-button { width: 100%; }

    .lp-footer__inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .lp-footer__links {
        grid-column: auto;
        grid-row: auto;
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .lp-footer p { text-align: right; }
    .lp-modal .modal-body { padding: 28px 22px; }
}

@media (max-width: 479.98px) {
    .lp-container { width: calc(100% - 24px); }
    .lp-nav__inner { min-height: 66px; }
    .lp-brand__mark { width: 39px; height: 39px; }
    .lp-brand__copy strong { font-size: .88rem; }
    .lp-nav__toggle { width: 40px; height: 40px; }
    .lp-nav__menu {
        right: 12px;
        left: 12px;
        max-height: calc(100dvh - 76px - env(safe-area-inset-bottom, 0px));
        padding: 12px;
    }

    .lp-hero h1 { font-size: 2.15rem; }
    .lp-hero__account-links { align-items: flex-start; flex-direction: column; gap: 7px; }
    .lp-hero__account-links i { display: none; }
    .lp-hero__aside { padding: 24px; }
    .lp-hero__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lp-hero__stats dt { font-size: 1.3rem; }

    .lp-group__head { gap: 10px; }
    .lp-group__students { min-width: 42px; padding-inline: 8px; }
    .lp-group__footer { align-items: flex-start; flex-direction: column; gap: 10px; }
    .lp-text-action { width: 100%; justify-content: space-between; }

    .lp-teacher {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .lp-teacher__avatar { width: 56px; height: 56px; }
    .lp-teacher__meta { gap: 8px 10px; }

    .lp-rank-row {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .lp-rank-row__points {
        grid-column: 2;
        justify-self: start;
        margin-top: -4px;
    }
}

@media (min-width: 1600px) {
    :root { --lp-container: 1320px; }
    .lp-hero { padding-top: 92px; }
    .lp-hero__aside { min-height: 470px; }
}

@media (min-width: 2200px) {
    :root { --lp-container: 1440px; }
    .lp-hero__grid { gap: 110px; }
    .lp-groups__grid { gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
    .reveal-up { opacity: 1; transform: none; }
}

@media print {
    .lp-nav,
    .lp-hero__actions,
    .lp-toolbar,
    .lp-more,
    .lp-cta,
    .lp-footer { display: none !important; }

    body.public-index-v11,
    .lp-page { background: #fff !important; }

    .lp-section { padding: 24px 0; }
    .lp-group,
    .lp-ranking,
    .lp-philosophy { break-inside: avoid; box-shadow: none !important; }
}

/* Dark surfaces must win over the public shell heading defaults. */
body.public-index-v11 .lp-philosophy h2,
body.public-index-v11 .lp-cta h2 {
    color: #fff;
}

/* ========================================================================== 
   Public landing v11 — single-purpose actions, stronger affordance, calmer UI
   ========================================================================== */

body.public-index-v11 {
    --lp-ink: #0d2c29;
    --lp-ink-2: #183f3a;
    --lp-text: #29433f;
    --lp-muted: #687b76;
    --lp-bg: #f4f6f2;
    --lp-surface: #ffffff;
    --lp-soft: #edf2ee;
    --lp-line: #d6e0da;
    --lp-primary: #08766b;
    --lp-primary-dark: #05574f;
    --lp-primary-soft: #e4f2ee;
    --lp-accent: #a77a32;
    --lp-accent-soft: #f4ead7;
    background:
        linear-gradient(90deg, rgba(8, 118, 107, .025) 1px, transparent 1px),
        linear-gradient(rgba(8, 118, 107, .025) 1px, transparent 1px),
        var(--lp-bg);
    background-size: 44px 44px;
}

body.public-index-v11 .lp-page {
    background: transparent;
}

/* One clear access entry point */
.lp-access {
    position: relative;
    flex: 0 0 auto;
}

.lp-access-trigger {
    min-width: 188px;
    min-height: 54px;
    padding: 7px 10px 7px 12px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    border: 1px solid #0a4f49;
    border-radius: 13px;
    color: #fff;
    background: var(--lp-ink);
    box-shadow: 0 5px 0 #071f1d, 0 12px 26px rgba(13, 44, 41, .16);
    text-align: right;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.lp-access-trigger:hover {
    color: #fff;
    background: #123b37;
    transform: translateY(-1px);
    box-shadow: 0 6px 0 #071f1d, 0 15px 30px rgba(13, 44, 41, .2);
}

.lp-access-trigger:active {
    transform: translateY(4px);
    box-shadow: 0 1px 0 #071f1d, 0 7px 15px rgba(13, 44, 41, .15);
}

.lp-access-trigger__icon {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    color: #8fe1d5;
    background: rgba(255,255,255,.08);
    font-size: 1rem;
}

.lp-access-trigger__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lp-access-trigger__copy strong,
.lp-access-trigger__copy small {
    display: block;
    white-space: nowrap;
}

.lp-access-trigger__copy strong {
    color: #fff;
    font-size: .79rem;
    font-weight: 800;
}

.lp-access-trigger__copy small {
    color: rgba(255,255,255,.58);
    font-size: .62rem;
    font-weight: 600;
}

.lp-access-trigger__chevron {
    color: rgba(255,255,255,.7);
    font-size: .8rem;
    transition: transform .18s ease;
}

.lp-access-trigger__chevron.is-open { transform: rotate(180deg); }

.lp-access-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    z-index: 1200;
    width: min(340px, calc(100vw - 32px));
    padding: 8px;
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(13, 44, 41, .18);
}

.lp-access-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 30px;
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--lp-line);
    border-left: 1px solid var(--lp-line);
    background: #fff;
    transform: rotate(45deg);
}

.lp-access-menu > a {
    min-height: 66px;
    padding: 10px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 11px;
    border-radius: 11px;
    color: var(--lp-text);
    text-decoration: none;
    transition: background-color .16s ease, transform .16s ease;
}

.lp-access-menu > a + a { border-top: 1px solid #eef2ef; }
.lp-access-menu > a:hover { color: var(--lp-ink); background: var(--lp-soft); transform: translateX(-2px); }
.lp-access-menu > a > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.lp-access-menu > a strong { color: var(--lp-ink); font-size: .78rem; font-weight: 800; }
.lp-access-menu > a small { color: var(--lp-muted); font-size: .64rem; font-weight: 600; }
.lp-access-menu > a > i { color: #8a9995; font-size: .8rem; }

.lp-access-menu__icon {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 11px;
    font-size: 1rem;
}
.lp-access-menu__icon.is-student { color: #176a5e; background: #e2f3ee; }
.lp-access-menu__icon.is-staff { color: #334155; background: #edf0f3; }
.lp-access-menu__icon.is-register { color: #8c6428; background: #f7eedf; }

/* Editorial hero instead of a stack of repeated CTAs */
.lp-hero {
    position: relative;
    padding-top: clamp(62px, 7vw, 104px);
    background: rgba(250, 251, 248, .78);
    overflow: hidden;
}

.lp-hero::after {
    content: "";
    position: absolute;
    top: 72px;
    right: max(24px, calc((100vw - var(--lp-container)) / 2 - 80px));
    width: 170px;
    height: 170px;
    border: 1px solid rgba(8,118,107,.1);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(8,118,107,.025), 0 0 0 68px rgba(8,118,107,.018);
    pointer-events: none;
}

.lp-hero__grid { position: relative; z-index: 1; }
.lp-hero__copy { padding-block: 20px 38px; }
.lp-hero h1 { max-width: 800px; font-size: clamp(3rem, 5.7vw, 5.35rem); line-height: 1.12; }
.lp-hero h1 span { position: relative; display: inline-block; }
.lp-hero h1 span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: .08em;
    width: 42%;
    height: .12em;
    border-radius: 99px;
    background: rgba(180,134,61,.26);
    z-index: -1;
}

.lp-button--hero {
    min-height: 56px;
    padding-inline: 24px 18px;
    border-color: #075f57 !important;
    border-radius: 13px;
    box-shadow: 0 5px 0 #064d47, 0 15px 26px rgba(8,118,107,.18) !important;
}
.lp-button--hero i {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(255,255,255,.14);
}
.lp-button--hero:hover { transform: translateY(-2px); }
.lp-button--hero:active { transform: translateY(4px); box-shadow: 0 1px 0 #064d47, 0 8px 18px rgba(8,118,107,.15) !important; }

.lp-hero__journey-link {
    min-height: 56px;
    padding: 6px 13px 6px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: var(--lp-text);
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease;
}
.lp-hero__journey-link:hover { color: var(--lp-ink); border-color: var(--lp-line); background: rgba(255,255,255,.72); }
.lp-hero__journey-icon {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--lp-line);
    border-radius: 50%;
    color: var(--lp-primary);
    background: #fff;
    box-shadow: 0 6px 16px rgba(13,44,41,.08);
}
.lp-hero__journey-link > span:last-child { display: flex; flex-direction: column; gap: 1px; }
.lp-hero__journey-link strong { color: var(--lp-ink); font-size: .76rem; font-weight: 800; }
.lp-hero__journey-link small { color: var(--lp-muted); font-size: .62rem; font-weight: 600; }
.lp-hero__note i { color: var(--lp-primary); }

.lp-hero__aside {
    min-height: 460px;
    border: 1px solid rgba(255,255,255,.07);
    box-shadow: 0 24px 55px rgba(13,44,41,.18);
}
.lp-hero__aside::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -86px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018);
}

.lp-steps {
    position: relative;
    z-index: 1;
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    background: rgba(255,255,255,.75);
    box-shadow: 0 12px 32px rgba(13,44,41,.055);
    overflow: hidden;
}
.lp-step { padding: 22px 26px; }
.lp-step > span {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    color: #7b5925;
    background: var(--lp-accent-soft);
}

/* Filters read as controls, not plain text */
.lp-toolbar {
    padding: 14px;
    border-radius: 17px;
    box-shadow: 0 10px 28px rgba(13,44,41,.055);
}
.lp-toolbar__group { min-width: 0; display: flex; align-items: center; gap: 12px; }
.lp-toolbar__label,
.lp-select > span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--lp-ink-2);
    font-size: .7rem;
    font-weight: 800;
    white-space: nowrap;
}
.lp-toolbar__label i,
.lp-select > span:first-child i { color: var(--lp-primary); font-size: .85rem; }

.lp-segmented { padding: 5px; border: 1px solid #e1e8e4; }
.lp-segmented button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid transparent;
    font-weight: 800;
}
.lp-segmented button:hover { color: var(--lp-ink); background: rgba(255,255,255,.62); }
.lp-segmented button.is-active {
    color: #fff;
    border-color: #075f57;
    background: var(--lp-primary);
    box-shadow: 0 3px 0 #07574f, 0 8px 14px rgba(8,118,107,.16);
}
.lp-segmented button.is-active:active { transform: translateY(2px); box-shadow: 0 1px 0 #07574f; }

.lp-select { min-width: 280px; }
.lp-select__control { position: relative; min-width: 0; flex: 1; display: block; }
.lp-select__control > i {
    position: absolute;
    left: 13px;
    top: 50%;
    color: #788b86;
    font-size: .72rem;
    pointer-events: none;
    transform: translateY(-50%);
}
.lp-select select {
    min-height: 46px;
    padding: 0 14px 0 38px;
    appearance: none;
    border-color: #cdd9d2;
    border-radius: 11px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 3px 0 #e1e7e3;
}
.lp-select select:hover { border-color: rgba(8,118,107,.35); }
.lp-select select:focus { border-color: var(--lp-primary); box-shadow: 0 0 0 3px rgba(8,118,107,.12), 0 3px 0 #cddbd5; }

/* Cards and actions */
.lp-group {
    border-radius: 18px;
    box-shadow: 0 7px 0 rgba(13,44,41,.035), 0 14px 30px rgba(13,44,41,.045);
}
.lp-group:hover { transform: translateY(-4px); box-shadow: 0 8px 0 rgba(8,118,107,.06), 0 22px 42px rgba(13,44,41,.10); }
.lp-group__footer { min-height: 58px; }

.lp-card-button {
    min-width: 132px;
    min-height: 42px;
    padding: 0 13px 0 9px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #075f57;
    border-radius: 10px;
    color: #fff;
    background: var(--lp-primary);
    box-shadow: 0 3px 0 #07544d, 0 8px 15px rgba(8,118,107,.14);
    font-size: .74rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.lp-card-button i {
    width: 26px;
    height: 26px;
    display: inline-grid;
    place-items: center;
    border-radius: 7px;
    background: rgba(255,255,255,.13);
}
.lp-card-button:hover { color: #fff; background: var(--lp-primary-dark); transform: translateY(-1px); }
.lp-card-button:active { transform: translateY(2px); box-shadow: 0 1px 0 #07544d, 0 4px 10px rgba(8,118,107,.12); }
.lp-card-button.is-disabled {
    border-color: #d4ddd8;
    color: #71817d;
    background: #edf1ee;
    box-shadow: none;
    cursor: default;
}
.lp-card-button.is-disabled i { background: rgba(113,129,125,.08); }

.lp-more .lp-button--ghost {
    min-height: 48px;
    border-color: #b9c9c2;
    background: #fff;
    box-shadow: 0 3px 0 #d9e1dd;
}
.lp-more .lp-button--ghost:hover { box-shadow: 0 4px 0 #cfdad4, 0 10px 22px rgba(13,44,41,.08); }

.lp-rank-row {
    grid-template-columns: 42px minmax(0, 1fr) auto 18px;
    padding-inline: 8px;
    border-radius: 10px;
    transition: background-color .16s ease, transform .16s ease;
}
.lp-rank-row:hover { background: var(--lp-soft); transform: translateX(-2px); }
.lp-rank-row__arrow { color: #8ca09a; font-size: .72rem; }

/* Minimal footer: no repeated login or navigation actions */
.lp-footer__promise { text-align: center !important; }

@media (max-width: 991.98px) {
    .lp-nav__actions { width: 100%; }
    .lp-access { width: 100%; }
    .lp-access-trigger { width: 100%; min-width: 0; }
    .lp-access-menu { position: static; width: 100%; margin-top: 10px; box-shadow: none; }
    .lp-access-menu::before { display: none; }
    .lp-hero::after { display: none; }
}

@media (max-width: 767.98px) {
    .lp-hero h1 { font-size: clamp(2.35rem, 11.8vw, 3.4rem); }
    .lp-hero__actions { gap: 10px; }
    .lp-hero__journey-link { width: 100%; justify-content: center; border-color: var(--lp-line); background: rgba(255,255,255,.72); }
    .lp-steps { border-radius: 14px; }
    .lp-step { padding: 16px; }
    .lp-toolbar__group { align-items: stretch; flex-direction: column; gap: 8px; }
    .lp-toolbar__label { padding-inline: 2px; }
    .lp-select { align-items: stretch; flex-direction: column; gap: 8px; }
    .lp-select__control { width: 100%; }
    .lp-rank-row { grid-template-columns: 38px minmax(0, 1fr) auto 14px; }
    .lp-footer__inner { gap: 16px; }
    .lp-footer__promise { text-align: right !important; }
}

@media (max-width: 479.98px) {
    .lp-access-trigger { min-height: 52px; }
    .lp-access-menu > a { min-height: 62px; }
    .lp-segmented button { font-size: .7rem; }
    .lp-group__footer { align-items: stretch; }
    .lp-card-button { width: 100%; }
    .lp-rank-row {
        grid-template-columns: 34px minmax(0, 1fr) 14px;
    }
    .lp-rank-row__points { grid-column: 2; }
    .lp-rank-row__arrow { grid-column: 3; grid-row: 1 / span 2; }
}

@media print {
    .lp-access,
    .lp-hero__journey-link { display: none !important; }
}

/* =========================================================
   Landing UX v12: compact result controls + contact center
   ========================================================= */
.lp-toolbar {
    display: grid;
    grid-template-columns: minmax(360px, 1.35fr) minmax(240px, .85fr) minmax(150px, .45fr);
    align-items: end;
    justify-content: stretch;
}

.lp-toolbar__group,
.lp-select {
    width: 100%;
    min-width: 0;
}

.lp-select--count {
    min-width: 0;
}

.lp-select--count select {
    font-variant-numeric: tabular-nums;
}

.lp-card-button {
    min-width: 142px;
    color: #fff !important;
    border-color: #0b2421 !important;
    background: var(--lp-ink) !important;
    box-shadow: 0 3px 0 #071a18, 0 9px 18px rgba(13, 44, 41, .18) !important;
}

.lp-card-button i {
    color: #fff !important;
    background: #159287 !important;
}

.lp-card-button:hover {
    color: #fff !important;
    border-color: #061a18 !important;
    background: #071f1d !important;
    box-shadow: 0 4px 0 #051513, 0 13px 24px rgba(13, 44, 41, .22) !important;
}

.lp-card-button:focus-visible {
    outline: 3px solid rgba(21, 146, 135, .24);
    outline-offset: 3px;
}

.lp-card-button:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #051513, 0 5px 12px rgba(13, 44, 41, .16) !important;
}

.lp-card-button.is-disabled {
    color: #71817d !important;
    border-color: #d4ddd8 !important;
    background: #edf1ee !important;
    box-shadow: none !important;
}

.lp-card-button.is-disabled i {
    color: #71817d !important;
    background: rgba(113, 129, 125, .08) !important;
}

.lp-contact {
    padding: 0 0 clamp(76px, 8vw, 112px);
}

.lp-contact__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(28px, 4vw, 48px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    color: #fff;
    background: var(--lp-ink);
    box-shadow: 0 24px 55px rgba(13, 44, 41, .16);
}

.lp-contact__panel::before {
    content: "";
    position: absolute;
    inset-inline-start: -110px;
    bottom: -150px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(255, 255, 255, .025), 0 0 0 90px rgba(255, 255, 255, .015);
    pointer-events: none;
}

.lp-contact__copy,
.lp-contact__actions {
    position: relative;
    z-index: 1;
}

.lp-contact__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #8fe0d6;
    font-size: .78rem;
    font-weight: 800;
}

.lp-contact__copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    font-weight: 800;
    line-height: 1.35;
}

.lp-contact__copy p {
    max-width: 590px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .66);
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.9;
}

.lp-contact__actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}

.lp-contact-button {
    min-width: 0;
    min-height: 78px;
    padding: 13px 14px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 15px;
    color: #fff !important;
    background: rgba(255, 255, 255, .075);
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.lp-contact-button:hover {
    color: #fff !important;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .12);
}

.lp-contact-button:active {
    transform: translateY(0);
}

.lp-contact-button:focus-visible {
    outline: 3px solid rgba(143, 224, 214, .35);
    outline-offset: 3px;
}

.lp-contact-button__icon {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    font-size: 1.22rem;
}

.lp-contact-button.is-whatsapp .lp-contact-button__icon {
    background: #168a54;
}

.lp-contact-button.is-telegram .lp-contact-button__icon {
    background: #168dcc;
}

.lp-contact-button > span:nth-child(2) {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.lp-contact-button strong {
    color: #fff;
    font-size: .86rem;
    font-weight: 800;
}

.lp-contact-button small {
    color: rgba(255, 255, 255, .58);
    font-size: .66rem;
    font-weight: 600;
    line-height: 1.55;
}

.lp-contact-button__arrow {
    color: rgba(255, 255, 255, .62);
    font-size: .88rem;
}

@media (max-width: 1099.98px) {
    .lp-toolbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-toolbar__group {
        grid-column: 1 / -1;
    }

    .lp-contact__panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .lp-toolbar {
        grid-template-columns: 1fr;
    }

    .lp-toolbar__group {
        grid-column: auto;
    }

    .lp-contact__panel {
        padding: 25px 20px;
        border-radius: 19px;
    }

    .lp-contact__actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 479.98px) {
    .lp-card-button {
        min-height: 46px;
    }

    .lp-contact-button {
        min-height: 72px;
    }
}

@media print {
    .lp-contact {
        display: none !important;
    }
}


/* =========================================================
   Landing UX v13: all groups + leaderboard display control
   ========================================================= */
.lp-toolbar {
    grid-template-columns: minmax(360px, 1.25fr) minmax(260px, .75fr);
}

.lp-ranking__controls {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.lp-ranking__limit {
    min-width: 126px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 5px 4px 10px;
    border: 1px solid var(--lp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(16, 42, 39, .04);
}

.lp-ranking__limit > span {
    color: var(--lp-muted);
    font-size: .66rem;
    font-weight: 700;
    white-space: nowrap;
}

.lp-ranking__limit select {
    min-width: 70px;
    min-height: 34px;
    padding: 0 9px;
    border: 0;
    border-radius: 7px;
    color: var(--lp-ink);
    background: var(--lp-soft);
    font-family: inherit;
    font-size: .7rem;
    font-weight: 800;
    cursor: pointer;
    outline: none;
}

.lp-ranking__limit select:hover {
    background: #e9f2ee;
}

.lp-ranking__limit select:focus-visible {
    box-shadow: 0 0 0 3px rgba(8, 118, 107, .14);
}

/* Compact, stable contact block with no decorative overlap over the copy. */
.lp-contact__panel {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: clamp(24px, 4vw, 56px);
    isolation: isolate;
}

.lp-contact__panel::before {
    inset-inline-start: auto;
    inset-inline-end: -165px;
    bottom: -190px;
    width: 360px;
    height: 360px;
    opacity: .65;
    z-index: -1;
}

.lp-contact__copy {
    min-width: 0;
    max-width: 680px;
}

.lp-contact__copy h2 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: visible;
    color: #fff !important;
    background: transparent !important;
    -webkit-text-fill-color: #fff;
    font-size: clamp(1.55rem, 2.2vw, 2.15rem);
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
}

.lp-contact__copy h2::before,
.lp-contact__copy h2::after {
    content: none !important;
}

.lp-contact__copy p {
    max-width: 610px;
}

.lp-contact-button {
    min-height: 82px;
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .085);
}

.lp-contact-button strong,
.lp-contact-button small {
    overflow-wrap: anywhere;
}

@media (max-width: 1099.98px) {
    .lp-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .lp-contact__panel {
        grid-template-columns: 1fr;
    }

    .lp-contact__copy {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .lp-toolbar {
        grid-template-columns: 1fr;
    }

    .lp-ranking__head {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .lp-ranking__controls {
        width: 100%;
        justify-content: space-between;
    }

    .lp-ranking__tabs {
        flex: 1 1 auto;
    }

    .lp-ranking__tabs button {
        flex: 1;
    }

    .lp-ranking__limit {
        flex: 0 0 auto;
    }

    .lp-contact__panel::before {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .lp-ranking__controls {
        align-items: stretch;
        flex-direction: column;
    }

    .lp-ranking__limit {
        width: 100%;
        justify-content: space-between;
    }

    .lp-ranking__limit select {
        flex: 1 1 auto;
    }
}

/* =========================================================
   Landing UX v14: standalone student onboarding
   ========================================================= */
.lp-access-menu__icon.is-student-register {
    color: #235d91;
    background: #e8f1fa;
}

.lp-student-start {
    padding: clamp(58px, 7vw, 86px) 0;
    border-bottom: 1px solid var(--lp-line);
    background: #edf4f2;
}

.lp-student-start__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(30px, 6vw, 76px);
}

.lp-student-start__copy {
    max-width: 760px;
}

.lp-student-start__copy .lp-overline {
    display: flex;
    align-items: center;
    gap: 7px;
}

.lp-student-start__copy h2 {
    margin: 0;
    color: var(--lp-ink);
    font-size: clamp(1.9rem, 3.4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.35;
}

.lp-student-start__copy > p:not(.lp-overline) {
    max-width: 690px;
    margin: 14px 0 0;
    color: var(--lp-muted);
    font-size: .92rem;
    font-weight: 500;
    line-height: 2;
}

.lp-student-start__actions {
    min-width: 230px;
    display: grid;
    gap: 12px;
}

.lp-student-start__actions .lp-button {
    min-height: 50px;
    justify-content: space-between;
}

.lp-student-start__login {
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid #c7d8d3;
    border-radius: 8px;
    background: #fff;
    color: var(--lp-ink-2);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: .75rem;
    font-weight: 800;
    transition: color .18s ease, border-color .18s ease, transform .18s ease;
}

.lp-student-start__login:hover {
    color: var(--lp-primary);
    border-color: #8ebbb4;
    transform: translateY(-1px);
}

.lp-student-start__flow {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #cbdad5;
    border-bottom: 1px solid #cbdad5;
}

.lp-student-start__flow > div {
    min-width: 0;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 2px 10px;
    align-items: center;
}

.lp-student-start__flow > div + div {
    border-inline-start: 1px solid #cbdad5;
}

.lp-student-start__flow span {
    grid-row: 1 / 3;
    color: var(--lp-accent);
    font-size: .68rem;
    font-weight: 800;
}

.lp-student-start__flow strong {
    color: var(--lp-ink);
    font-size: .8rem;
    font-weight: 800;
}

.lp-student-start__flow small {
    color: var(--lp-muted);
    font-size: .65rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .lp-student-start { padding: 54px 0; }
    .lp-student-start__main { grid-template-columns: 1fr; gap: 24px; }
    .lp-student-start__actions { min-width: 0; grid-template-columns: 1fr 1fr; }
    .lp-student-start__flow { grid-template-columns: 1fr; margin-top: 28px; }
    .lp-student-start__flow > div + div { border-inline-start: 0; border-top: 1px solid #cbdad5; }
}

@media (max-width: 479.98px) {
    .lp-student-start__copy h2 { font-size: 1.75rem; }
    .lp-student-start__actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-student-start__login { transition: none; }
}

/* Supporter programme */
.lp-support {
    padding: 34px 0;
    background: #103d38;
    color: #fff;
    border-block: 1px solid #1c5751;
    scroll-margin-top: 90px;
}

.lp-support__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 38px;
    align-items: center;
}

.lp-support .lp-overline { color: #f0c35a; }
body.public-index-v11 .lp-support .lp-support__copy h2 { color: #f8fffd !important; font-size: clamp(1.45rem, 3vw, 2.25rem); line-height: 1.55; margin: 7px 0 10px; font-weight: 900; max-width: 760px; }
body.public-index-v11 .lp-support .lp-support__copy > p:not(.lp-overline) { color: #d9ebe8 !important; line-height: 1.9; font-size: .88rem; max-width: 700px; }
.lp-support__actions { display: flex; align-items: center; gap: 12px; margin-top: 19px; flex-wrap: wrap; }
.lp-support__actions > a:last-child { display: flex; align-items: center; gap: 7px; color: #fff; text-decoration: none; font-size: .78rem; font-weight: 900; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; padding: 10px 13px; }
.lp-support__features { display: grid; gap: 8px; }
.lp-support__features article { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 10px; align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 7px; padding: 12px; }
.lp-support__features article > span { width: 42px; height: 42px; border-radius: 7px; background: #fff; color: #0f766e; display: grid; place-items: center; font-size: 1rem; }
.lp-support__features article div { display: grid; }
body.public-index-v11 .lp-support .lp-support__features strong { color: #f8fffd !important; font-size: .78rem; }
body.public-index-v11 .lp-support .lp-support__features small { font-size: .65rem; color: #d4e7e4 !important; line-height: 1.6; }
.lp-access-menu__icon.is-supporter { background: #fff0df; color: #a76a00; }

@media (max-width: 820px) {
    .lp-support__grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 560px) {
    .lp-support { padding: 28px 0; }
    .lp-support__actions { display: grid; }
    .lp-support__actions > a { justify-content: center; }
}
