/* Landing RPR ARED */
:root {
    --lp-brown: #5c3d1e;
    --lp-brown-dark: #3f2915;
    --lp-blue: #1e5a95;
    --lp-blue-dark: #143d66;
    --lp-ink: #111827;
    --lp-muted: #5f6b7a;
    --lp-line: #e5e7eb;
    --lp-soft: #f7f9fc;
    --lp-warm: #fbf7f1;
    --lp-card: #ffffff;
    --lp-radius: 8px;
    --lp-shadow: 0 18px 55px rgba(17, 24, 39, 0.10);
}

.landing-body {
    margin: 0;
    background: #ffffff;
    color: var(--lp-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.lp,
.lp * { box-sizing: border-box; }
.lp { min-height: 100vh; background: #ffffff; overflow-x: clip; }
.lp-wrap {
    width: min(1180px, 100%);
    margin-inline: auto;
    padding-inline: clamp(2rem, 6.5vw, 4rem);
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 1.125rem;
    border: 1px solid transparent;
    border-radius: var(--lp-radius);
    font: 700 0.875rem/1 Inter, sans-serif;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
}
.lp-btn:hover { transform: translateY(-1px); }
.lp-btn--primary { background: var(--lp-brown); border-color: var(--lp-brown); color: #ffffff; }
.lp-btn--primary:hover { background: var(--lp-brown-dark); color: #ffffff; }
.lp-btn--secondary { background: #ffffff; border-color: #d7dce3; color: var(--lp-ink); }
.lp-btn--secondary:hover { background: #f8fafc; border-color: #b9c2ce; color: var(--lp-ink); }

.lp-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
    backdrop-filter: blur(14px);
}
.lp-nav.is-open { box-shadow: 0 18px 45px rgba(17, 24, 39, 0.10); }
.lp-nav__bar {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.lp-nav__brand {
    display: flex;
    align-items: center;
    min-width: 10rem;
    text-decoration: none;
}
.lp-nav__brand img {
    display: block;
    width: auto;
    height: 2.7rem;
    object-fit: contain;
}
.lp-nav__links { display: none; align-items: center; gap: 0.25rem; }
.lp-nav__links a {
    padding: 0.5rem 0.7rem;
    border-radius: var(--lp-radius);
    color: #374151;
    font-size: 0.875rem;
    font-weight: 650;
    text-decoration: none;
}
.lp-nav__links a:hover { background: #f3f5f8; color: var(--lp-blue); }
.lp-nav__actions { display: flex; align-items: center; gap: 0.625rem; }
.lp-nav__login { color: #374151; font-size: 0.875rem; font-weight: 700; text-decoration: none; }
.lp-nav__login:hover { color: var(--lp-blue); }
.lp-nav__signup { display: none; min-height: 2.4rem; }
.lp-nav__toggle {
    width: 2.375rem;
    height: 2.375rem;
    display: inline-grid;
    place-items: center;
    border: 1px solid #d7dce3;
    border-radius: var(--lp-radius);
    background: #ffffff;
    color: var(--lp-ink);
    cursor: pointer;
}
.lp-nav__toggle svg { width: 1.15rem; height: 1.15rem; }
.lp-nav__mobile { display: none; padding: 0 1rem 1rem; }
.lp-nav.is-open .lp-nav__mobile,
.lp-nav__mobile:not([hidden]) { display: grid; gap: 0.125rem; }
.lp-nav__mobile a {
    padding: 0.85rem 0;
    border-bottom: 1px solid #edf0f4;
    color: #263241;
    text-decoration: none;
    font-weight: 700;
}

.lp-hero {
    position: relative;
    overflow: hidden;
    min-height: min(46rem, calc(100vh - 4.5rem));
    display: flex;
    align-items: flex-end;
    padding-block: clamp(5rem, 11vw, 8rem) clamp(3rem, 7vw, 5rem);
    background-image: linear-gradient(90deg, rgba(7, 24, 46, 0.97) 0%, rgba(7, 24, 46, 0.84) 34%, rgba(7, 24, 46, 0.24) 67%, rgba(7, 24, 46, 0.08) 100%), var(--hero-image);
    background-position: center;
    background-size: cover;
    color: #fff;
}
.lp-hero__inner {
    width: 100%;
    max-width: 1180px;
    min-width: 0;
    padding-inline: clamp(2rem, 8vw, 4.5rem);
}
.lp-hero__copy {
    max-width: min(44rem, 100%);
    min-width: 0;
    animation: lp-rise 0.9s ease both;
}
.lp-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
    animation: lp-rise 0.9s ease 0.18s both;
}
@keyframes lp-rise {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: none; }
}
.lp-eyebrow {
    margin: 0 0 0.75rem;
    color: var(--lp-blue);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.lp-eyebrow--light { color: rgba(255, 255, 255, 0.72); }
.lp-hero h1 {
    margin: 0;
    max-width: min(13ch, 100%);
    color: #fff;
    font-size: clamp(2.15rem, 6vw, 5rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}
.lp-hero__lead {
    max-width: 40rem;
    margin: 1.25rem 0 0;
    color: rgba(255,255,255,0.82);
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    line-height: 1.75;
}
.lp-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
    animation: lp-rise 0.9s ease 0.18s both;
}
.lp-btn--light { background: #fff; border-color: #fff; color: #102b4c; }
.lp-btn--light:hover { background: #edf4fb; color: #102b4c; }
.lp-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
}
.lp-hero__trust span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0 0.7rem;
    border: 1px solid #e0d5c5;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #584636;
    font-size: 0.78rem;
    font-weight: 700;
}

.lp-product {
    overflow: hidden;
    border: 1px solid rgba(92, 61, 30, 0.14);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--lp-shadow);
}
.lp-product__top {
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    border-bottom: 1px solid #edf0f4;
    background: #ffffff;
}
.lp-product__top > div { display: flex; gap: 0.375rem; }
.lp-product__dot { width: 0.65rem; height: 0.65rem; border-radius: 50%; background: #d7dce3; }
.lp-product__top strong { color: #263241; font-size: 0.82rem; }
.lp-product__body { display: grid; grid-template-columns: 4.75rem 1fr; min-height: 26rem; background: #f8fafc; }
.lp-product__sidebar {
    display: grid;
    align-content: start;
    gap: 0.7rem;
    padding: 1rem 0.8rem;
    border-right: 1px solid #edf0f4;
    background: #ffffff;
}
.lp-product__sidebar span {
    display: block;
    height: 2.2rem;
    border-radius: var(--lp-radius);
    background: #eef2f7;
}
.lp-product__sidebar span:first-child { background: var(--lp-blue); }
.lp-product__main { padding: 1.25rem; }
.lp-product__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}
.lp-product__metrics article {
    min-height: 6.8rem;
    padding: 1rem;
    border: 1px solid #edf0f4;
    border-radius: var(--lp-radius);
    background: #ffffff;
}
.lp-product__metrics strong {
    display: block;
    color: var(--lp-brown);
    font-size: 1.65rem;
    line-height: 1;
}
.lp-product__metrics span {
    display: block;
    margin-top: 0.55rem;
    color: var(--lp-muted);
    font-size: 0.76rem;
    line-height: 1.35;
}
.lp-product__table {
    margin-top: 1rem;
    border: 1px solid #edf0f4;
    border-radius: var(--lp-radius);
    background: #ffffff;
    overflow: hidden;
}
.lp-product__table-head,
.lp-product__table p {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #edf0f4;
}
.lp-product__table-head { background: #f8fafc; color: #687586; font-size: 0.75rem; font-weight: 800; }
.lp-product__table p:last-child { border-bottom: 0; }
.lp-product__table span { color: #263241; font-weight: 700; font-size: 0.84rem; }
.lp-product__table b {
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a5b16;
    font-size: 0.7rem;
}
.lp-product__table b.is-ok { background: #eef8f2; color: #177245; }

.lp-stats { background: #ffffff; border-bottom: 1px solid var(--lp-line); }
.lp-stats__row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lp-stats article,
.lp-stat {
    min-height: 8.25rem;
    padding: 1.35rem 1.25rem 1.4rem;
    border-right: 1px solid var(--lp-line);
}
.lp-stats article:last-child,
.lp-stat:last-child { border-right: 0; }
.lp-stat__icon {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    margin-bottom: 0.85rem;
    border-radius: 0.7rem;
    background: #eef4fb;
    color: var(--lp-blue);
}
.lp-stat__icon svg { width: 1.15rem; height: 1.15rem; }
.lp-stats strong,
.lp-stat__value {
    display: block;
    color: var(--lp-blue);
    font-size: 2rem;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
}
.lp-stats span,
.lp-stat > span:last-child {
    display: block;
    margin-top: 0.55rem;
    color: var(--lp-muted);
    font-size: 0.82rem;
    line-height: 1.4;
}
.lp-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.lp-reveal.is-visible { opacity: 1; transform: none; }
.lp-expert-card,
.lp-call-list article,
.lp-language-list li {
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.lp-expert-card:hover,
.lp-call-list article:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(11, 31, 58, 0.1);
}
@media (prefers-reduced-motion: reduce) {
    .lp-hero__copy, .lp-hero__cta, .lp-reveal, .lp-expert-card, .lp-call-list article, .lp-language-list li {
        animation: none;
        transition: none;
        opacity: 1;
        transform: none;
    }
}

.lp-section { padding: clamp(4.25rem, 8vw, 6rem) 0; scroll-margin-top: 5rem; }
.lp-section--soft { background: var(--lp-soft); border-block: 1px solid var(--lp-line); }
.lp-section--dark { background: #111827; color: #ffffff; }
.lp-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: end;
}
.lp-section h2,
.lp-final h2 {
    margin: 0;
    max-width: 15ch;
    color: var(--lp-ink);
    font-size: clamp(1.85rem, 3.25vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}
.lp-section--dark h2 { color: #ffffff; }
.lp-section__lead,
.lp-section__head p,
.lp-final p,
.lp-path p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 1rem;
    line-height: 1.75;
}
.lp-section__head { max-width: 45rem; margin-bottom: 2rem; }
.lp-section__head p:last-child { margin-top: 0.85rem; }
.lp-section__head--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.lp-text-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--lp-blue); font-size: 0.875rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.lp-text-link:hover { text-decoration: underline; }

.lp-mission__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.lp-mission__media { margin: 0; }
.lp-mission__media img { display: block; width: 100%; aspect-ratio: 3 / 2; border-radius: var(--lp-radius); object-fit: cover; }
.lp-mission__media figcaption { margin-top: 0.65rem; color: var(--lp-muted); font-size: 0.75rem; }
.lp-mission__copy h2 { max-width: 14ch; }
.lp-mission__copy > .lp-section__lead { margin-top: 1rem; }
.lp-principles { list-style: none; display: grid; gap: 0; margin: 1.5rem 0 0; padding: 0; border-top: 1px solid var(--lp-line); }
.lp-principles li { display: grid; grid-template-columns: 2rem 1fr; gap: 0.75rem; padding: 1rem 0; border-bottom: 1px solid var(--lp-line); }
.lp-principles > li > span { color: var(--lp-blue); font-size: 0.75rem; font-weight: 800; }
.lp-principles strong { color: var(--lp-ink); font-size: 0.9375rem; }
.lp-principles p { margin: 0.2rem 0 0; color: var(--lp-muted); font-size: 0.8125rem; line-height: 1.55; }

.lp-expert-grid, .public-expert-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.lp-expert-card, .public-expert-card { min-width: 0; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); background: #fff; }
.lp-expert-card { display: flex; flex-direction: column; gap: 1rem; padding: 1.25rem; }
.lp-expert-card__identity { display: flex; min-width: 0; align-items: center; gap: 0.8rem; color: inherit; text-decoration: none; }
.lp-expert-card__identity img, .lp-expert-card__avatar { display: grid; width: 3.4rem; height: 3.4rem; flex: 0 0 3.4rem; place-items: center; border-radius: 50%; object-fit: cover; background: #e8f0f8; color: var(--lp-blue); font-weight: 800; }
.lp-expert-card__identity strong { display: block; overflow: hidden; color: var(--lp-ink); font-size: 0.95rem; text-overflow: ellipsis; white-space: nowrap; }
.lp-expert-card__identity small { display: block; margin-top: 0.2rem; overflow: hidden; color: var(--lp-muted); font-size: 0.75rem; text-overflow: ellipsis; white-space: nowrap; }
.lp-expert-card__meta, .lp-expert-card__domains { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.lp-expert-card__meta span { color: var(--lp-muted); font-size: 0.75rem; }
.lp-expert-card__meta span + span::before { content: '·'; margin-right: 0.4rem; }
.lp-expert-card__domains span, .public-expert-card__tags span { padding: 0.3rem 0.5rem; border-radius: 4px; background: #f0f4f8; color: #334e68; font-size: 0.7rem; font-weight: 700; }
.lp-expert-card__link { margin-top: auto; color: var(--lp-blue); font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.lp-empty-inline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem; border: 1px solid var(--lp-line); background: #fff; }
.lp-empty-inline p { margin: 0; color: var(--lp-muted); }

.lp-process,
.lp-modules {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}
.lp-process article,
.lp-modules article {
    min-height: 14rem;
    padding: 1.35rem;
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    background: #ffffff;
}
.lp-process span,
.lp-modules span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    margin-bottom: 1.9rem;
    border-radius: var(--lp-radius);
    background: #eef4fa;
    color: var(--lp-blue);
    font-size: 0.78rem;
    font-weight: 800;
}
.lp-process h3,
.lp-modules h3 {
    margin: 0;
    color: var(--lp-ink);
    font-size: 1.05rem;
    line-height: 1.35;
}
.lp-process p,
.lp-modules p {
    margin: 0.55rem 0 0;
    color: var(--lp-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}
.lp-modules { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-modules article { min-height: 12.5rem; }
.lp-modules span { margin-bottom: 1.45rem; background: #f5ede4; color: var(--lp-brown); }

.lp-languages {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 2rem;
    align-items: start;
}
.lp-languages__intro .lp-text-link { margin-top: 1.25rem; }
.lp-language-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.lp-language-list li {
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    background: #ffffff;
}
.lp-language-list strong { color: var(--lp-ink); font-size: 0.8rem; }
.lp-language-list span { color: var(--lp-muted); font-size: 0.68rem; font-weight: 700; }
.lp-language-list li.is-active { border-color: #bfd5ea; background: #f4f8fc; }
.lp-language-list li.is-active span { color: var(--lp-blue); }

.lp-path {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 2rem;
    align-items: start;
}
.lp-path p { margin-top: 1rem; color: rgba(255, 255, 255, 0.72); }
.lp-path__steps { display: grid; gap: 0.75rem; }
.lp-path__steps article {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 0.75rem 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--lp-radius);
    background: rgba(255, 255, 255, 0.06);
}
.lp-path__steps span {
    grid-row: span 2;
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: var(--lp-radius);
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    font-weight: 800;
}
.lp-path__steps strong { color: #ffffff; }
.lp-path__steps small { color: rgba(255, 255, 255, 0.66); line-height: 1.55; }

.lp-final { padding: clamp(4rem, 8vw, 5.5rem) 0; background: var(--lp-warm); }
.lp-final__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
    border-block: 1px solid #e6d8c4;
}
.lp-final h2 { max-width: 18ch; }
.lp-final p:last-child { margin-top: 0.75rem; max-width: 34rem; }

.lp-calls { background: #102b4c; color: #fff; }
.lp-calls .lp-section__head h2 { color: #fff; }
.lp-calls .lp-section__head p { color: rgba(255,255,255,0.7); }
.lp-call-list { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,0.16); }
.lp-call-list article { display: grid; grid-template-columns: 5rem 1fr auto; gap: 1.25rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,0.16); }
.lp-call-list time { display: grid; color: #fff; }
.lp-call-list time strong { font-size: 1.75rem; line-height: 1; }
.lp-call-list time span { margin-top: 0.2rem; color: rgba(255,255,255,0.6); font-size: 0.7rem; text-transform: uppercase; }
.lp-call-list h3 { margin: 0; color: #fff; font-size: 1rem; }
.lp-call-list p { margin: 0.35rem 0 0; color: rgba(255,255,255,0.65); font-size: 0.8rem; }

/* Public expert directory */
.directory-hero { padding: 5rem 0 3rem; background: #102b4c; color: #fff; }
.directory-hero h1 { margin: 0; color: #fff; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1; letter-spacing: 0; }
.directory-hero > div > p:last-child { max-width: 42rem; margin: 1rem 0 0; color: rgba(255,255,255,0.72); line-height: 1.65; }
.public-directory { min-height: 30rem; padding: 2rem 0 5rem; background: #f7f9fc; }
.public-directory__filters { display: grid; grid-template-columns: minmax(15rem, 1.6fr) repeat(3, minmax(10rem, 1fr)) auto; gap: 0.75rem; align-items: end; padding: 1rem; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); background: #fff; }
.public-directory__filters label { display: block; margin-bottom: 0.35rem; color: #667085; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
.public-directory__filters input, .public-directory__filters select { width: 100%; min-height: 2.75rem; padding: 0 0.75rem; border: 1px solid #d7dce3; border-radius: 5px; background: #fff; color: var(--lp-ink); font: 0.8125rem Inter, sans-serif; }
.public-directory__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0 1rem; color: var(--lp-muted); font-size: 0.8125rem; }
.public-directory__head strong { color: var(--lp-ink); font-size: 1.25rem; }
.public-expert-card { display: flex; min-height: 19rem; flex-direction: column; padding: 1.25rem; }
.public-expert-card__top { display: flex; min-width: 0; align-items: center; gap: 0.875rem; padding-bottom: 1rem; border-bottom: 1px solid var(--lp-line); }
.public-expert-card__top img, .public-expert-card__avatar { display: grid; width: 4rem; height: 4rem; flex: 0 0 4rem; place-items: center; border-radius: 50%; object-fit: cover; background: #e8f0f8; color: var(--lp-blue); font-size: 1.1rem; font-weight: 800; }
.public-expert-card__top h2 { margin: 0; overflow: hidden; color: var(--lp-ink); font-size: 1rem; text-overflow: ellipsis; white-space: nowrap; }
.public-expert-card__top p { margin: 0.25rem 0 0; overflow: hidden; color: var(--lp-muted); font-size: 0.75rem; text-overflow: ellipsis; white-space: nowrap; }
.public-expert-card__facts { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 0.75rem; margin: 1rem 0; }
.public-expert-card__facts dt { color: #98a2b3; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; }
.public-expert-card__facts dd { margin: 0.25rem 0 0; color: #344054; font-size: 0.76rem; line-height: 1.45; }
.public-expert-card__tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.public-expert-card__link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1rem; color: var(--lp-blue); font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.public-directory__empty { padding: 5rem 1rem; text-align: center; }
.public-directory__empty h2 { margin: 0; color: var(--lp-ink); font-size: 1.5rem; }
.public-directory__empty p { margin: 0.75rem 0 1.5rem; color: var(--lp-muted); }
.public-pagination { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; color: var(--lp-muted); font-size: 0.8rem; }
.public-pagination a { padding: 0.6rem 0.8rem; border: 1px solid var(--lp-line); border-radius: 5px; background: #fff; color: var(--lp-blue); font-weight: 700; text-decoration: none; }

/* Public expert detail */
.expert-profile-hero { padding: 4rem 0 3rem; background: #102b4c; color: #fff; }
.expert-profile-hero__inner { display: grid; grid-template-columns: 8rem 1fr; gap: 1.5rem; align-items: center; }
.expert-profile-hero img, .expert-profile-hero__avatar { display: grid; width: 8rem; height: 8rem; place-items: center; border: 3px solid rgba(255,255,255,0.25); border-radius: 50%; object-fit: cover; background: #fff; color: var(--lp-blue); font-size: 2rem; font-weight: 800; }
.expert-profile-hero__back { color: rgba(255,255,255,0.72); font-size: 0.75rem; font-weight: 700; text-decoration: none; }
.expert-profile-hero h1 { margin: 0.65rem 0 0; color: #fff; font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1; letter-spacing: 0; }
.expert-profile-hero p { margin: 0.55rem 0 0; color: rgba(255,255,255,0.72); }
.expert-profile-hero__meta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.expert-profile-hero__meta span { padding: 0.35rem 0.55rem; border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; color: #fff; font-size: 0.7rem; }
.expert-profile-main { padding: 3rem 0 5rem; background: #fff; }
.expert-profile-grid { display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: 4rem; align-items: start; }
.expert-profile-content { display: grid; gap: 2.5rem; }
.expert-profile-content section { padding-bottom: 2.5rem; border-bottom: 1px solid var(--lp-line); }
.expert-profile-content h2, .expert-profile-aside h2 { margin: 0; color: var(--lp-ink); font-size: 1.35rem; letter-spacing: 0; }
.expert-profile-content section > p:not(.lp-eyebrow) { color: var(--lp-muted); line-height: 1.75; }
.expert-profile-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.expert-profile-tags span { padding: 0.45rem 0.65rem; border-radius: 4px; background: #f5ede4; color: #67451f; font-size: 0.75rem; font-weight: 700; }
.expert-profile-tags--blue span { background: #e8f0f8; color: var(--lp-blue); }
.expert-profile-aside { padding: 1.25rem; border-top: 3px solid var(--lp-blue); background: #f7f9fc; }
.expert-profile-aside ul { list-style: none; margin: 1rem 0; padding: 0; }
.expert-profile-aside li { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; padding: 0.7rem 0; border-bottom: 1px solid var(--lp-line); font-size: 0.8rem; }
.expert-profile-aside li span { color: var(--lp-blue); font-size: 0.65rem; font-weight: 700; }
.expert-profile-aside > p { margin: 1.25rem 0 0; color: var(--lp-muted); font-size: 0.75rem; line-height: 1.6; }

.lp-foot { background: #0b1220; color: rgba(255,255,255,0.68); padding: 2rem 0 1.25rem; }
.lp-foot__row,
.lp-foot__copy { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.lp-foot__brand { display: flex; align-items: center; gap: 0.9rem; }
.lp-foot__brand img { width: auto; height: 2.5rem; padding: 0.25rem; border-radius: var(--lp-radius); background: #ffffff; }
.lp-foot__brand p { margin: 0; font-size: 0.85rem; }
.lp-foot a { color: rgba(255,255,255,0.86); text-decoration: none; margin-left: 1rem; font-weight: 700; font-size: 0.83rem; }
.lp-foot a:hover { color: #ffffff; }
.lp-foot__copy { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.75rem; color: rgba(255,255,255,0.45); }

@media (min-width: 900px) {
    .lp-nav__links,
    .lp-nav__signup { display: flex; }
    .lp-nav__toggle { display: none; }
}
@media (max-width: 980px) {
    .lp-section__grid,
    .lp-languages,
    .lp-path,
    .lp-mission__grid,
    .expert-profile-grid { grid-template-columns: 1fr; }
    .public-directory__filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .public-directory__search { grid-column: 1 / -1; }
    .lp-expert-grid, .public-expert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lp-product__body { min-height: 22rem; }
}
@media (max-width: 760px) {
    .lp-wrap { padding-inline: 1.75rem; }
    .lp-hero__inner { padding-inline: 1.75rem; }
    .lp-hero { min-height: 38rem; align-items: end; background-image: linear-gradient(180deg, rgba(7,24,46,0.25) 0%, rgba(7,24,46,0.92) 68%), var(--hero-image); background-position: 60% center; }
    .lp-hero h1 { max-width: 100%; }
    .lp-hero__cta .lp-btn,
    .lp-final .lp-btn { width: 100%; }
    .lp-hero__grid { gap: 2rem; }
    .lp-product__body { grid-template-columns: 1fr; }
    .lp-product__sidebar { display: none; }
    .lp-product__metrics,
    .lp-stats__row,
    .lp-process,
    .lp-modules,
    .lp-expert-grid,
    .public-expert-grid,
    .public-directory__filters { grid-template-columns: 1fr; }
    .public-directory__search { grid-column: auto; }
    .lp-section__head--row, .lp-empty-inline { flex-direction: column; align-items: flex-start; }
    .lp-call-list article { grid-template-columns: 4rem 1fr; }
    .lp-call-list article .lp-btn { grid-column: 1 / -1; width: 100%; }
    .expert-profile-hero__inner { grid-template-columns: 1fr; }
    .expert-profile-hero img, .expert-profile-hero__avatar { width: 6rem; height: 6rem; }
    .lp-stats article { border-right: 0; border-bottom: 1px solid var(--lp-line); }
    .lp-stats article:last-child { border-bottom: 0; }
    .lp-final__inner,
    .lp-foot__row,
    .lp-foot__copy { flex-direction: column; align-items: flex-start; }
    .lp-foot a { margin: 0 1rem 0 0; }
}
