/* lm-home-v4.css - v4.4 landing blocks scoped under .lmv4-home (auto-gen from landing-v4.4.html). No global reset/shell bleed. */
.lmv4-home {
    --primary: #0f6f4f;
    --primary-strong: #0a5439;
    --primary-soft: #f1f8f4;
    --primary-soft-2: #dcebe2;
    --primary-text: #0a5439;
    --brand: #00363f;
    --brand-strong: #012a31;
    --gold: #d4a93f;
    --bg: #ffffff;
    --surface: #f6f8fa;
    --surface-2: #eef2f6;
    --text: #0f172a;
    --text-2: #475569;
    --muted: #64748b;
    --muted-2: #94a3b8;
    --border: #e4e9ef;
    --border-2: #eef2f6;
    --r-card: 16px;
    --r-btn: 11px;
    --shadow-card: 0 10px 30px -12px rgba(15,23,42,.22), 0 2px 6px -2px rgba(15,23,42,.12);
    --shadow-soft: 0 1px 2px rgba(15,23,42,.04);
    --font-ui: "Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
    --font-serif: "Instrument Serif","Iowan Old Style",Palatino,Georgia,serif;
    --font-mono: "JetBrains Mono",ui-monospace,Menlo,Consolas,monospace;
}

.lmv4-home, .lmv4-home * {
    box-sizing: border-box;
}

.lmv4-home .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    font-weight: 600;
    font-size: 15px;
    border-radius: var(--r-btn);
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background .14s, border-color .14s, color .14s, transform .14s;
    white-space: nowrap;
}

.lmv4-home .btn svg {
    width: 17px;
    height: 17px;
}

.lmv4-home .btn-lg {
    height: 52px;
    padding: 0 26px;
    font-size: 16px;
}

.lmv4-home .btn-md {
    height: 48px;
    padding: 0 20px;
}

.lmv4-home .btn-primary {
    background: var(--primary);
    color: #fff;
}

.lmv4-home .btn-primary:hover {
    background: var(--primary-strong);
    transform: translateY(-1px);
}

.lmv4-home .btn-outline {
    background: var(--bg);
    color: var(--text);
    border-color: var(--border);
}

.lmv4-home .btn-outline:hover {
    background: var(--surface);
    border-color: #cdd6e0;
}

.lmv4-home .lm-hero {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1.05fr);
    gap: 100px;
    padding: 100px 58px 64px;
    align-items: center;
    position: relative;
    min-height: calc(100vh - 85px);
    background: radial-gradient(115% 95% at 0% 0%, rgba(15,111,79,0.14) 0%, var(--primary-soft) 30%, transparent 62%);
    /* The global .lm-hero (lm-profile.css) is a white framed card; the
       landing hero must stay frameless so the green bleeds to the corner.
       Scope the reset here so the profile hero keeps its rounded frame. */
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.lmv4-home .lm-hero .t-eyebrow {
    font: 600 11px/1 var(--font-ui);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--primary);
}

.lmv4-home .lm-hero .t-mono {
    font-family: var(--font-mono);
}

.lmv4-home .lm-hero h1 {
    font: 500 64px/1.04 var(--font-ui);
    letter-spacing: -0.03em;
    margin: 24px 0 0;
}

.lmv4-home .lm-hero h1 .serif {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--primary-strong);
}

.lmv4-home .lm-hero h1 .tm {
    font-size: 0.4em;
    font-weight: 500;
    vertical-align: super;
    margin: 0 1px;
}

.lmv4-home .lm-hero h1 .hero-wordgap {
    margin-left: 0.1em;
}

.lmv4-home .lm-hero-sub {
    font: 400 16px/1.55 var(--font-ui);
    color: var(--muted);
    max-width: 540px;
    margin-top: 24px;
}

.lmv4-home .lm-hero-ctas {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.lmv4-home .lm-hero-proof {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 36px;
    padding: 16px 18px;
    background: var(--primary-soft);
    border: 1px solid var(--primary-soft-2);
    border-radius: 14px;
    max-width: 520px;
}

.lmv4-home .lm-hero-proof-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary-soft-2);
}

.lmv4-home .lm-hero-proof-icon svg {
    width: 16px;
    height: 16px;
}

.lmv4-home .lm-hero-proof-text {
    line-height: 1.4;
}

.lmv4-home .lm-hero-proof-title {
    font: 600 14px/1.4 var(--font-ui);
    color: var(--text);
}

.lmv4-home .lm-hero-proof-meta {
    font: 400 13px/1.4 var(--font-ui);
    color: var(--muted);
    margin-top: 2px;
}

.lmv4-home .lm-collage {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes floaty {
    0%,100% {
        transform: var(--rot) translateY(0);
    }

    50% {
        transform: var(--rot) translateY(-10px);
    }
}

@media (prefers-reduced-motion:reduce) {
    .lmv4-home .fan, .lmv4-home .vipfront {
        animation: none !important;
    }
}

.lmv4-home .fan {
    position: absolute;
    width: 150px;
    border-radius: 14px;
    overflow: hidden;
    background: #0c1418;
    border: 3px solid #fff;
    box-shadow: 0 14px 34px -16px rgba(15,23,42,.5);
    --rot: rotate(0deg);
    transform: var(--rot);
    animation: floaty 8s ease-in-out infinite;
}

.lmv4-home .fan .ph {
    position: relative;
    aspect-ratio: 3/4;
}

.lmv4-home .fan .ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lmv4-home .fan .ph::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.4));
}

.lmv4-home .fan .lbl {
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.6);
}

.lmv4-home .fan.f1 {
    top: -22px;
    left: calc(50% - 210px);
    --rot: rotate(-8deg);
    z-index: 1;
    animation-delay: 0s;
}

.lmv4-home .fan.f2 {
    top: -34px;
    left: calc(50% - 75px);
    --rot: rotate(0deg);
    z-index: 2;
    animation-delay: 1.2s;
}

.lmv4-home .fan.f3 {
    top: -22px;
    left: calc(50% + 60px);
    --rot: rotate(8deg);
    z-index: 1;
    animation-delay: 2.1s;
}

.lmv4-home .vipfront {
    position: relative;
    z-index: 5;
    width: 104%;
    max-width: 520px;
    margin-top: 120px;
    background: #fff;
    border: 2px solid #e7d3a0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 30px 70px -26px rgba(176,130,40,.6), 0 0 0 1px rgba(212,169,63,.25);
    --rot: rotate(0deg);
    animation: floaty 9s ease-in-out infinite;
    transition: transform .25s;
}

.lmv4-home .vipfront:hover {
    transform: translateY(-8px);
    animation-play-state: paused;
}

.lmv4-home .vipfront .vp-photo {
    position: relative;
    aspect-ratio: 16/7;
    background: #0c1418;
}

.lmv4-home .vipfront .vp-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.lmv4-home .vipfront .vp-crown {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 24px;
    padding: 0 9px;
    border-radius: 8px;
    /* Our canonical VIP badge palette (.lm-tier-vip): cream-gold gradient,
       gold border, dark-brown crown + text. */
    background: linear-gradient(135deg,#fef7d6,#f5deb3);
    border: 1px solid #d4a93f;
    color: #6e4a04;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 2px 8px rgba(0,0,0,.35);
}

.lmv4-home .vipfront .vp-crown svg {
    width: 12px;
    height: 12px;
}

.lmv4-home .vipfront .vp-body {
    display: grid;
    /* Even 50/50 split between the reach-pill column and the Featured-service
       column. The third (YouTube) pill drops its verified seal (rule below) to
       buy the few px needed for all three pills to sit on one row. */
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.lmv4-home .vipfront .vp-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 12px 14px 16px;
    border-right: 1px solid var(--border-2);
    min-width: 0;
}

.lmv4-home .vipfront .vp-right {
    display: flex;
    flex-direction: column;
    padding: 14px 16px;
    min-width: 0;
}

.lmv4-home .vipfront .vp-name {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.lmv4-home .vipfront .vp-name-txt {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lmv4-home .vipfront .vp-seal {
    width: 15px;
    height: 15px;
    display: inline-grid;
    place-items: center;
    flex: none;
}

.lmv4-home .vipfront .vp-seal svg {
    width: 15px;
    height: 15px;
}

.lmv4-home .vipfront .vp-price {
    margin-left: auto;
    flex: none;
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--primary-text);
    font-weight: 700;
    white-space: nowrap;
}
/* grey "From" / "/ unit", green amount (same pattern as the directory card) */
.lmv4-home .vipfront .vp-price .pf,
.lmv4-home .vipfront .vp-price .pu {
    color: var(--muted);
    font-weight: 600;
    font-size: 10px;
}

.lmv4-home .vipfront .vp-loc {
    font-size: 12px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 5px;
}
/* Hero VIP card meta pills (age / languages / rating) — mirrors the /people
   card pills: neutral surface + border, cake glyph, "LANG" label, rating last.
   One line only; the rating drops to a clipped 2nd row if it doesn't fit. */
.lmv4-home .vp-meta {
    display: flex; flex-wrap: wrap; gap: 5px; align-items: center;
    margin-top: 6px; max-height: 23px; overflow: hidden;
}
.lmv4-home .vp-meta-pill {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 2px 8px; border-radius: 999px;
    background: var(--surface); border: 1px solid var(--border);
    color: var(--text); font-size: 10.5px; font-weight: 600; white-space: nowrap;
}
.lmv4-home .vp-meta-ico { width: 12px; height: 12px; flex: none; opacity: .9; transform: translateY(-1px); }
.lmv4-home .vp-meta-lang { gap: 5px; }
.lmv4-home .vp-lang-tag { font-family: var(--font-mono); font-size: 8.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; opacity: .7; }
.lmv4-home .vp-lang-flag { font-size: 13px; line-height: 1; }
.lmv4-home .vp-lang-code { font-size: 9.5px; font-weight: 700; }
.lmv4-home .vp-meta-rating { font-variant-numeric: tabular-nums; }
.lmv4-home .vp-star { font-style: normal; color: #f59e0b; font-size: 11px; line-height: 1; }

.lmv4-home .vipfront .vp-feat {
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 0 0 6px;
}

.lmv4-home .vipfront .vp-svc {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding: 5px 0;
    border-top: 1px solid var(--border-2);
    font-size: 12px;
}

.lmv4-home .vipfront .vp-svc:first-of-type {
    border-top: 0;
}

.lmv4-home .vipfront .vp-svc .s-n {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lmv4-home .vipfront .vp-svc .s-p {
    font-family: var(--font-mono);
    font-weight: 700;
    color: var(--primary-text);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.lmv4-home .vipfront .vp-svc .s-p .su {
    color: var(--muted);
    font-weight: 600;
    font-size: 9.5px;
}

.lmv4-home .vipfront .vp-cta {
    margin-top: auto;
    padding-top: 10px;
    display: flex;
    gap: 7px;
}

.lmv4-home .vipfront .vp-cta .gold {
    flex: 1;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 9px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    /* Match the cream-gold VIP badge (.vp-crown): light gold gradient, gold
       border, dark-brown text. */
    background: linear-gradient(135deg,#fef7d6,#f5deb3);
    border: 1px solid #d4a93f;
    color: #6e4a04;
}
.lmv4-home .vipfront .vp-cta .gold:hover { background: linear-gradient(135deg,#fdf0c4,#efd29c); }

.lmv4-home .vipfront .vp-cta .ghost {
    flex: none;
    width: 34px;
    height: 34px;
    border: 1px solid var(--border);
    border-radius: 9px;
    color: var(--muted);
    display: inline-grid;
    place-items: center;
}

.lmv4-home .lm-section {
    padding: 54px 40px;
    border-top: 1px solid var(--border-2);
}

.lmv4-home .lm-section.alt {
    background: var(--surface);
}

.lmv4-home .lm-section.dark {
    background: var(--brand);
    color: #eaf3f2;
    border-top-color: #0a2a30;
}

.lmv4-home .lm-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.lmv4-home .lm-shead {
    max-width: 660px;
    margin: 0 0 28px;
}

.lmv4-home .lm-shead.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lmv4-home .lm-eyebrow {
    font-family: var(--font-mono);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 14px;
}

.lmv4-home .lm-section.dark .lm-eyebrow {
    color: var(--gold);
}

.lmv4-home .lm-shead h2 {
    margin: 0;
    font-size: clamp(25px,2.6vw,34px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.lmv4-home .lm-shead h2 .serif {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 500;
    color: var(--primary-strong);
}

.lmv4-home .lm-section.dark .lm-shead h2 .serif {
    color: var(--gold);
}

.lmv4-home .lm-shead p {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-2);
}

.lmv4-home .lm-section.dark .lm-shead p {
    color: #bcd4d2;
}

.lmv4-home .lm-tracks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.lmv4-home .lm-track {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
    background: var(--bg);
}

.lmv4-home .lm-track.talent {
    border-color: var(--primary-soft-2);
}

.lmv4-home .lm-track-photo {
    position: relative;
    height: 172px;
    background: #0c1418;
}

.lmv4-home .lm-track-photo picture { display: contents; }
.lmv4-home .lm-track-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lmv4-home .lm-track-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(2,12,9,.05) 30%,rgba(2,12,9,.78));
}

.lmv4-home .lm-track-inner {
    padding: 8px 28px 26px;
}

.lmv4-home .lm-track-h {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 15px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lmv4-home .lm-track-h .ttl {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,.5);
}

.lmv4-home .lm-track-h .badge {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

.lmv4-home .lm-track.talent .badge {
    background: var(--primary);
    color: #fff;
}

.lmv4-home .lm-track.brand .badge {
    background: var(--brand);
    color: #fff;
}

.lmv4-home .lm-track-h .ttl {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,.5);
}

.lmv4-home .lm-step-h-dummy {
}

.lmv4-home .lm-steps {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lmv4-home .lm-step {
    display: flex;
    gap: 15px;
    padding: 14px 0;
}

.lmv4-home .lm-step + .lm-step {
    border-top: 1px solid var(--border-2);
}

.lmv4-home .lm-step .n {
    width: 34px;
    height: 34px;
    flex: none;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 15px;
}

.lmv4-home .lm-track.talent .n {
    background: var(--primary-soft);
    color: var(--primary-text);
}

.lmv4-home .lm-track.brand .n {
    background: var(--surface-2);
    color: var(--text);
}

.lmv4-home .lm-step .st-t {
    font-size: 15.5px;
    font-weight: 700;
}

.lmv4-home .lm-step .st-d {
    font-size: 14px;
    color: var(--muted);
    margin-top: 3px;
    line-height: 1.5;
}

.lmv4-home .lm-step .st-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--primary-text);
    background: var(--primary-soft);
    border: 1px solid var(--primary-soft-2);
    padding: 3px 8px;
    border-radius: 6px;
}

.lmv4-home .lm-step .st-tag svg {
    width: 11px;
    height: 11px;
}

.lmv4-home .lm-discover {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    align-items: start;
}

.lmv4-home .lm-filter {
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--bg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.lmv4-home .lm-filter-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px;
    border-bottom: 1px solid var(--border-2);
    font-weight: 700;
    font-size: 15px;
}

.lmv4-home .lm-filter-h .clr {
    font-size: 12.5px;
    color: var(--primary-text);
    font-weight: 600;
}

.lmv4-home .lm-fgroup {
    padding: 14px 17px;
    border-bottom: 1px solid var(--border-2);
}

.lmv4-home .lm-fgroup:last-child {
    border-bottom: 0;
}

.lmv4-home .lm-flabel {
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 9px;
}

.lmv4-home .lm-fctrl {
    height: 38px;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: var(--surface);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    font-size: 13.5px;
    color: var(--text-2);
}

.lmv4-home .lm-fctrl svg {
    width: 14px;
    height: 14px;
    color: var(--muted);
}

.lmv4-home .lm-fpills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.lmv4-home .lm-fpill {
    font-size: 12.5px;
    font-weight: 600;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-2);
}

.lmv4-home .lm-fpill.on {
    background: var(--primary-soft);
    border-color: var(--primary-soft-2);
    color: var(--primary-text);
}

.lmv4-home .lm-frange {
    height: 6px;
    border-radius: 999px;
    background: var(--surface-2);
    position: relative;
    margin: 14px 4px;
}

.lmv4-home .lm-frange::before {
    content: "";
    position: absolute;
    left: 18%;
    right: 30%;
    top: 0;
    bottom: 0;
    border-radius: 999px;
    background: var(--primary);
}

.lmv4-home .lm-frange .kn {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--primary);
    transform: translate(-50%,-50%);
}

.lmv4-home .lm-fgroup.loc-hero {
    background: var(--primary-soft);
    border-bottom: 1px solid var(--primary-soft-2);
}

.lmv4-home .lm-floc {
    height: 46px;
    border: 1.5px solid var(--primary-soft-2);
    border-radius: 11px;
    background: var(--bg);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

.lmv4-home .lm-floc svg {
    width: 18px;
    height: 18px;
    color: var(--primary);
    flex: none;
}

.lmv4-home .lm-floc .ww {
    margin-left: auto;
    white-space: nowrap;
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--primary-text);
    background: var(--primary-soft);
    border: 1px solid var(--primary-soft-2);
    padding: 3px 8px;
    border-radius: 6px;
}

.lmv4-home .lm-mchips {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
}

.lmv4-home .lm-mchip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-2);
}

.lmv4-home .lm-mchip svg {
    width: 12px;
    height: 12px;
}

.lmv4-home .lm-mchip .d {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.lmv4-home .lm-mchip.verified {
    border-color: #bcdfca;
    color: var(--primary-text);
}

.lmv4-home .lm-mchip.verified .d {
    background: var(--brand);
}

.lmv4-home .lm-mchip.pro {
    border-color: #bcdfca;
    color: var(--primary-strong);
}

.lmv4-home .lm-mchip.pro .d {
    background: var(--primary);
}

.lmv4-home .lm-mchip.vip {
    border-color: #e7d3a0;
    color: #9c7321;
    background: #fffaf0;
}

.lmv4-home .lm-mchip.vip .d {
    background: linear-gradient(135deg,#e8c265,#c69330);
}

.lmv4-home .lm-mchip.elite {
    border-color: #cdd6e0;
    color: var(--brand);
}

.lmv4-home .lm-mchip.elite .d {
    background: linear-gradient(135deg,#1f2a44,#0c1322);
}

.lmv4-home .lm-hint {
    margin-top: 14px;
    background: var(--brand);
    border-radius: 12px;
    padding: 15px 16px;
}

.lmv4-home .lm-hint .h {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
}

.lmv4-home .lm-hint .h svg {
    width: 15px;
    height: 15px;
    color: var(--gold);
}

.lmv4-home .lm-hint p {
    margin: 7px 0 0;
    font-size: 12.5px;
    line-height: 1.55;
    color: #aecac8;
}

.lmv4-home .lm-talgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.lmv4-home .lm-discover3 {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.lmv4-home .lm-fbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    padding: 13px 14px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--bg);
    box-shadow: var(--shadow-soft);
}

.lmv4-home .lm-fbar-pill {
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--surface);
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-2);
    white-space: nowrap;
}

.lmv4-home .lm-fbar-pill svg {
    width: 15px;
    height: 15px;
    color: var(--muted);
}

.lmv4-home .lm-fbar-pill.loc {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.lmv4-home .lm-fbar-pill.loc svg {
    color: #fff;
}

.lmv4-home .lm-fbar-pill .cv {
    margin-left: 2px;
    opacity: .7;
}

.lmv4-home .lm-fbar-slider {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 140px;
    padding: 0 6px;
}

.lmv4-home .lm-fbar-slider .sl-l {
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .07em;
    color: var(--muted);
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.lmv4-home .lm-fbar .more {
    margin-left: auto;
    height: 40px;
    padding: 0 15px;
    border-radius: 10px;
    background: var(--brand);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: inherit;
    font-weight: 600;
    font-size: 13.5px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.lmv4-home .lm-fbar .more svg {
    width: 15px;
    height: 15px;
}

.lmv4-home .lm-disc-body {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 22px;
    align-items: stretch;
}

.lmv4-home .lm-grid3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.lmv4-home .lm-drawer {
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    background: var(--bg);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    position: sticky;
    top: 20px;
}

.lmv4-home .lm-drawer .lm-fgroup:last-child {
    margin-top: auto;
    margin-bottom: 16px;
    border-bottom: 0;
}

.lmv4-home .lm-tcard2 {
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg);
    box-shadow: var(--shadow-soft);
    transition: box-shadow .16s, transform .16s;
    display: flex;
    flex-direction: column;
}

.lmv4-home .lm-tcard2:hover {
    box-shadow: var(--shadow-card);
    transform: translateY(-3px);
}

.lmv4-home .lm-tcard2 .ph {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #0c1418;
}

.lmv4-home .lm-tcard2 .ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lmv4-home .lm-tcard2 .av {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #063;
    background: rgba(255,255,255,.92);
    padding: 4px 9px;
    border-radius: 999px;
}

.lmv4-home .lm-tcard2 .av .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
}

.lmv4-home .lm-tcard2 .vb {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: var(--brand);
    display: grid;
    place-items: center;
    color: #fff;
}

.lmv4-home .lm-tcard2 .vb svg {
    width: 13px;
    height: 13px;
}

.lmv4-home .lm-tcard2 .body {
    padding: 14px 15px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.lmv4-home .lm-tcard2 .nm {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lmv4-home .lm-tcard2 .loc {
    font-size: 13px;
    color: var(--muted);
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.lmv4-home .lm-tcard2 .stats {
    display: flex;
    gap: 16px;
    margin: 13px 0;
    padding: 11px 0;
    border-top: 1px solid var(--border-2);
    border-bottom: 1px solid var(--border-2);
}

.lmv4-home .lm-tcard2 .stat .v {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 15px;
}

.lmv4-home .lm-tcard2 .stat .k {
    font-size: 11px;
    color: var(--muted);
    margin-top: 1px;
}

.lmv4-home .lm-tcard2 .vp {
    width: 100%;
    height: 40px;
    border-radius: 9px;
    background: var(--primary);
    color: #fff;
    border: none;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-top: auto;
}

.lmv4-home .lm-tcard2 .vp:hover {
    background: var(--primary-strong);
}

.lmv4-home .lm-reach {
    border: 1px solid var(--border);
    border-radius: 11px;
    background: var(--surface);
    padding: 9px 10px;
}

.lmv4-home .lm-reach-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 8px;
    /* Wrap "across N platforms" onto its own line when the card is too narrow
       instead of letting the big total number slide under it (overlap fix). */
    flex-wrap: wrap;
}

.lmv4-home .lm-reach-headl {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.lmv4-home .lm-reach-total {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    line-height: 1.05;
}

.lmv4-home .lm-reach-label {
    font-size: 8.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--muted);
    margin-top: 1px;
}

.lmv4-home .lm-reach-across {
    font-size: 11px;
    color: var(--muted);
    white-space: nowrap;
    flex: none;
}

.lmv4-home .lm-reach-across strong {
    color: var(--text);
    font-weight: 700;
}

.lmv4-home .lm-reach-pills {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 7px;
    flex-wrap: wrap;
}

.lmv4-home .lm-reach-pill {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 6px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--bg);
}

.lmv4-home .lm-reach-pill-ic {
    display: inline-flex;
    align-items: center;
    color: var(--text);
    flex: none;
}

.lmv4-home .lm-reach-pill-n {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
}

.lmv4-home .lm-tcard2 .lm-reach {
    /* Clear gap below the location, then the View Profile button is pinned
       to the bottom (its own margin-top:auto), keeping the reach blocks
       aligned across the three now-identical cards. */
    margin-top: 8px;
    margin-bottom: 12px;
}

.lmv4-home .vipfront .vp-left .lm-reach {
    margin-top: auto;
    padding: 8px 9px;
}

.lmv4-home .vipfront .vp-left .lm-reach-total {
    font-size: 16px;
}

.lmv4-home .lm-tcard2 .pro-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 22px;
    padding: 0 8px;
    border-radius: 7px;
    background: #0f6f4f;
    color: #fff;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    box-shadow: 0 2px 8px rgba(0,0,0,.28);
}

.lmv4-home .lm-tcard2 .pro-badge svg {
    width: 11px;
    height: 11px;
}

.lmv4-home .lm-tcard2 .nm-seal {
    /* Scalloped verified seal is fully self-contained (green disc + white
       check in the SVG) — no round chip backing. */
    width: 15px;
    height: 15px;
    display: inline-grid;
    place-items: center;
    flex: none;
}

.lmv4-home .lm-tcard2 .nm-seal svg {
    width: 15px;
    height: 15px;
}

/* Hero centre fan — forced green PRO badge in the top-right corner. */
.lmv4-home .fan .fan-pro {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 20px;
    padding: 0 8px;
    border-radius: 7px;
    background: var(--primary);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .04em;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.lmv4-home .fan .fan-pro svg { width: 11px; height: 11px; }

/* Social-reach pill verified seal (small scalloped green check after the number). */
.lmv4-home .lm-reach-pill-v { flex: none; margin-left: 1px; display: inline-flex; align-items: center; }
.lmv4-home .lm-reach-pill-v svg { width: 11px; height: 11px; }
/* Keep the pills on a single row: show as many whole pills as fit (up to 3),
   any that overflow wrap to a second row that is clipped away — never two
   visible lines, never a half-pill. */
.lmv4-home .lm-reach-pills {
    max-height: 25px;
    overflow: hidden;
}
/* Discover cards: a third pill plus seals overflows the fixed card width.
   When a card carries 3 pills, drop the seals on all three so the slimmer
   pills all fit on one row. Cards with only 2 pills have room and keep their
   seals (green checks). */
.lmv4-home .lm-tcard2 .lm-reach-pills:has(.lm-reach-pill:nth-child(3)) .lm-reach-pill .lm-reach-pill-v {
    display: none;
}
/* Hero VIP card: keep the split an even 50/50 by dropping the seal on the last
   (YouTube) pill — that frees the few px needed for all three pills to fit. */
.lmv4-home .vipfront .vp-left .lm-reach-pills:has(.lm-reach-pill:nth-child(3)) .lm-reach-pill:last-child .lm-reach-pill-v {
    display: none;
}

/* Filter pills with flag emoji (languages + travel) — rectangular flag,
   slightly compact so a row of region pills fits on one line in the
   narrower (260px) drawer. */
.lmv4-home .lm-fpill-flag { font-size: 12px; line-height: 1; border-radius: 0; }
.lmv4-home .lm-fpills .lm-fpill { padding: 5px 9px; }
.lmv4-home .lm-fpills-row { flex-wrap: nowrap; }
.lmv4-home .lm-fpills-row .lm-fpill { white-space: nowrap; }

/* Talent card — price to the right of the name, like the directory card.
   Green digits; smaller grey "From" / "/unit"; name truncates if tight. */
.lmv4-home .lm-tcard2 .nm { display: flex; align-items: center; gap: 6px; min-width: 0; }
.lmv4-home .lm-tcard2 .nm-name { font-weight: 700; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lmv4-home .lm-tcard2 .nm-price { margin-left: auto; flex: none; font-family: var(--font-mono); font-size: 12.5px; font-weight: 700; color: var(--primary-text); white-space: nowrap; }
.lmv4-home .lm-tcard2 .nm-price .pf,
.lmv4-home .lm-tcard2 .nm-price .pu { color: var(--muted); font-weight: 600; font-size: 10px; }

/* Membership filter — tier PILLS matching the over-photo badges
   (green PRO, gold VIP, navy ELITE). */
.lmv4-home .lm-mchips { display: flex; flex-wrap: wrap; gap: 7px; }
.lmv4-home .lm-mchip-tier {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 24px;
    padding: 0 10px;
    border-radius: 7px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0,0,0,.22);
}
.lmv4-home .lm-mchip-tier svg { width: 12px; height: 12px; }
.lmv4-home .lm-mchip-tier.pro { background: var(--primary); color: #fff; }
.lmv4-home .lm-mchip-tier.vip { background: linear-gradient(135deg,#fef7d6,#f5deb3); border: 1px solid #d4a93f; color: #6e4a04; box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 2px 8px rgba(0,0,0,.12); }
.lmv4-home .lm-mchip-tier.elite { background: #1a2620; color: var(--gold); border: 1px solid #3a4c2e; box-shadow: none; }

.lmv4-home .lm-cc {
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    background: var(--bg);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
}

.lmv4-home .lm-cc-main {
    display: grid;
    grid-template-columns: 300px 1fr;
}

.lmv4-home .lm-cc-banner {
    position: relative;
    background: var(--brand);
    min-height: 200px;
}

.lmv4-home .lm-cc-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.lmv4-home .lm-cc-open {
    position: absolute;
    top: 13px;
    left: 13px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #eafff4;
    background: rgba(8,40,32,.7);
    border: 1px solid rgba(255,255,255,.2);
    padding: 6px 11px;
    border-radius: 999px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.lmv4-home .lm-cc-open .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38e08a;
}

.lmv4-home .lm-cc-body {
    padding: 20px 22px;
}

.lmv4-home .lm-cc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.lmv4-home .lm-cc-date {
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.lmv4-home .lm-cc-date svg {
    width: 15px;
    height: 15px;
    color: var(--muted);
}

.lmv4-home .lm-cc-loc {
    font-size: 13.5px;
    color: var(--text-2);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.lmv4-home .lm-cc h3 {
    margin: 10px 0 0;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.lmv4-home .lm-cc-role {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.lmv4-home .lm-cc-role .r {
    font-size: 14.5px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.lmv4-home .lm-cc-role .r svg {
    width: 15px;
    height: 15px;
    color: var(--muted);
}

.lmv4-home .lm-cc-cat {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--primary-text);
    background: var(--primary-soft);
    border: 1px solid var(--primary-soft-2);
    padding: 5px 10px;
    border-radius: 7px;
}

.lmv4-home .lm-cc-bottom {
    display: flex;
    align-items: center;
    gap: 12px 18px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.lmv4-home .lm-cc-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.lmv4-home .lm-cc-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 5px 11px;
    border-radius: 999px;
    background: var(--primary-soft);
    border: 1px solid var(--primary-soft-2);
    color: var(--primary-text);
    font-size: 12.5px;
    font-weight: 600;
}

.lmv4-home .lm-cc-chip svg {
    width: 13px;
    height: 13px;
    color: var(--primary);
}

.lmv4-home .lm-cc-chip .flag {
    font-size: 13px;
}

.lmv4-home .lm-cc-foot {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    border-top: 1px solid var(--border);
    background: var(--surface);
    flex-wrap: wrap;
}

.lmv4-home .lm-cc-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lmv4-home .lm-cc-brand .by {
    font-size: 13px;
    color: var(--muted);
}

.lmv4-home .lm-cc-brand .nm {
    font-size: 14px;
    font-weight: 700;
}

.lmv4-home .lm-cc-brand .lm-cc-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 700;
    flex: none;
}

.lmv4-home .lm-cc-foot .amt2 {
    font-family: var(--font-mono);
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
}

.lmv4-home .lm-cc-foot .days {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-text);
    white-space: nowrap;
}

.lmv4-home .lm-cc-foot .sp {
    flex: 1;
}

.lmv4-home .lm-cc-apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 22px;
    border-radius: 12px;
    background: var(--brand);
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.lmv4-home .lm-cc-apply:hover {
    background: var(--brand-strong);
}

.lmv4-home .lm-cc-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.lmv4-home .lm-cc-list .lm-cc-main {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.lmv4-home .lm-cc-list .lm-cc-banner {
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
    min-height: 150px;
}

.lmv4-home .lm-cc-banner.b-event {
    background: radial-gradient(120% 100% at 100% 0%, rgba(255,255,255,.06) 0%, transparent 50%), radial-gradient(80% 80% at 10% 110%, rgba(198,161,91,.18) 0%, transparent 50%), linear-gradient(135deg,#0a2a30 0%,#00363f 50%,#06181d 100%);
}

.lmv4-home .lm-cc-banner.b-digital {
    background: radial-gradient(120% 100% at 100% 0%, rgba(255,255,255,.06) 0%, transparent 50%), radial-gradient(80% 80% at 10% 110%, rgba(236,72,153,.2) 0%, transparent 50%), linear-gradient(135deg,#3b1361 0%,#5b21b6 50%,#1d0942 100%);
}

.lmv4-home .lm-cc-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 24px 24px;
}

/* Real cover photo present: drop the decorative square-grid overlay so the
   photo shows clean (the grid texture is only for the gradient placeholders). */
.lmv4-home .lm-cc-banner.has-photo::after {
    display: none;
}

.lmv4-home .lm-cc-banner .lm-cc-ph {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    font-size: 40px;
    opacity: .92;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.45));
}

.lmv4-home .lm-cc-banner .lm-cc-open {
    z-index: 3;
}

.lmv4-home .lm-cc-list .lm-cc-body {
    padding: 15px 18px;
}

.lmv4-home .lm-cc-list .lm-cc h3 {
    font-size: 18px;
    margin-top: 8px;
}

.lmv4-home .lm-cc-list .lm-cc-role {
    margin-top: 8px;
}

.lmv4-home .lm-cc-list .lm-cc-bottom {
    margin-top: 10px;
}

.lmv4-home .lm-cc-list .lm-cc-foot {
    padding: 12px 18px;
}

.lmv4-home .lm-cc-open.closing .dot {
    background: #f5a623;
}

.lmv4-home .lm-cc-foot .days.soon {
    color: #c0392b;
}

@media (max-width: 680px) {
    .lmv4-home .lm-cc-list .lm-cc-main {
        grid-template-columns:1fr;
    }
}

.lmv4-home .lm-cc-bottom-old {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--border-2);
    flex-wrap: wrap;
}

.lmv4-home .lm-cc-pay {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.lmv4-home .lm-cc-pay .amt {
    font-family: var(--font-mono);
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-strong);
}

.lmv4-home .lm-cc-pay .u {
    font-size: 13px;
    color: var(--muted);
    font-weight: 600;
}

.lmv4-home .lm-cc-pro {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #7a5e2e;
}

.lmv4-home .lm-cc-pro svg {
    width: 14px;
    height: 14px;
    color: var(--gold);
}

.lmv4-home .lm-section.trustbg {
    position: relative;
    background: linear-gradient(165deg,#00363f 0%, #012b32 55%, #0f172a 100%);
}

/* Heading legibility on the dark trust gradient: the non-serif lead reads
   pure white; the serif accent keeps the gold from the dark-section rule. */
.lmv4-home .lm-section.trustbg .lm-shead h2 {
    color: #fff;
}

.lmv4-home .lm-trust {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.lmv4-home .lm-trust-card {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    padding: 24px;
    background: rgba(255,255,255,.04);
}

.lmv4-home .lm-trust-card .ic {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: rgba(212,169,63,.16);
    border: 1px solid rgba(212,169,63,.3);
    display: grid;
    place-items: center;
    color: var(--gold);
    margin-bottom: 16px;
}

.lmv4-home .lm-trust-card .ic svg {
    width: 24px;
    height: 24px;
}

.lmv4-home .lm-trust-card h3 {
    margin: 0 0 7px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.lmv4-home .lm-trust-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #aecac8;
}

/* Trust card: partner logo (Veriff / Stripe) on the same row as the icon. */
.lmv4-home .lm-trust-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.lmv4-home .lm-trust-top .ic { margin-bottom: 0; }
.lmv4-home .lm-trust-brand { height: 19px; width: auto; flex: none; opacity: .92; }
.lmv4-home .lm-trust-brand-stripe { height: 26px; }
.lmv4-home .lm-trust-brand-gdpr { height: 28px; opacity: 1; margin-right: 4px; }
/* Verified-badges card: our green scalloped seal, shown big opposite the icon. */
.lmv4-home .lm-trust-seal { flex: none; display: inline-flex; }
.lmv4-home .lm-trust-seal svg { width: 32px; height: 32px; display: block; }

/* "Two sides" section header — Veriff trust badge floated to the right of the
   heading line. The text block keeps its readable max-width. */
.lmv4-home .lm-shead-veriff {
    max-width: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}
.lmv4-home .lm-shead-veriff .lm-shead-text { max-width: 660px; }
.lmv4-home .lm-veriff-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--surface);
    flex: none;
    margin-top: 4px;
}
.lmv4-home .lm-veriff-by {
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
}
.lmv4-home .lm-veriff-logo { height: 18px; width: auto; display: inline-block; }
.lmv4-home .lm-veriff-light { display: none; }
html[data-lm-theme="dark"] .lmv4-home .lm-veriff-dark { display: none; }
html[data-lm-theme="dark"] .lmv4-home .lm-veriff-light { display: inline-block; }
@media (max-width: 720px) {
    .lmv4-home .lm-shead-veriff { gap: 16px; }
    .lmv4-home .lm-veriff-tag { margin-top: 0; }
}

.lmv4-home .lm-tiers {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    align-items: stretch;
}

.lmv4-home .lm-tier {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 26px;
    background: var(--bg);
    position: relative;
    display: flex;
    flex-direction: column;
}

.lmv4-home .lm-tier.pro {
    border-color: var(--primary-soft-2);
    box-shadow: var(--shadow-card);
}

.lmv4-home .lm-tier.vip {
    border-color: #e7d3a0;
    background: linear-gradient(180deg,#fffaf0 0%, var(--bg) 55%);
}

.lmv4-home .lm-tier-name {
    font-size: 13px;
    font-family: var(--font-mono);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lmv4-home .lm-tier.verified .lm-tier-name {
    color: var(--primary-text);
}

.lmv4-home .lm-tier.pro .lm-tier-name {
    color: var(--primary-strong);
}

.lmv4-home .lm-tier.vip .lm-tier-name {
    color: #9c7321;
}

.lmv4-home .lm-tier-price {
    margin: 14px 0 4px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.lmv4-home .lm-tier-price small {
    font-size: 14px;
    font-weight: 500;
    color: var(--muted);
}

.lmv4-home .lm-tier-earn {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 16px;
}

.lmv4-home .lm-tier-feats {
    list-style: none;
    margin: 0 0 20px;
    padding: 16px 0 0;
    border-top: 1px solid var(--border-2);
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 1 1 auto;
}

.lmv4-home .lm-tier-feats li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: var(--text-2);
}

.lmv4-home .lm-tier-feats svg {
    width: 16px;
    height: 16px;
    color: var(--primary);
    flex: none;
    margin-top: 1px;
}

.lmv4-home .lm-tier-cta {
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border-radius: 11px;
    font-weight: 600;
    font-size: 14.5px;
    text-decoration: none;
}

.lmv4-home .lm-tier.verified .lm-tier-cta {
    background: var(--surface-2);
    color: var(--text);
}

.lmv4-home .lm-tier.pro .lm-tier-cta {
    background: var(--primary);
    color: #fff;
}

.lmv4-home .lm-tier.vip .lm-tier-cta {
    background: linear-gradient(135deg,#e8c265,#c69330);
    color: #3a2c0a;
}

.lmv4-home .lm-tier.elite {
    background: linear-gradient(165deg,#13211f 0%, #0a1512 100%);
    border-color: #243a30;
    color: #dDe7e2;
}

.lmv4-home .lm-tier.elite .lm-tier-name {
    color: var(--gold);
}

.lmv4-home .lm-tier.elite .lm-tier-price {
    color: #fff;
}

.lmv4-home .lm-tier.elite .lm-tier-earn {
    color: #9fb4ad;
}

.lmv4-home .lm-tier.elite .lm-tier-feats {
    border-top-color: #243a30;
}

.lmv4-home .lm-tier.elite .lm-tier-feats li {
    color: #cADbd4;
}

.lmv4-home .lm-tier.elite .lm-tier-feats svg {
    color: var(--gold);
}

.lmv4-home .lm-tier.elite .lm-tier-cta {
    background: linear-gradient(135deg,#b89243,#7a5e2e);
    color: #fff5dd;
}

.lmv4-home .lm-elitebadge {
    position: absolute;
    top: -12px;
    right: 20px;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--gold);
    background: #0a1512;
    border: 1px solid #3a4c2e;
    padding: 6px 12px;
    border-radius: 999px;
}

.lmv4-home .lm-freebadge {
    position: absolute;
    top: -12px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #3a2c0a;
    background: linear-gradient(135deg,#f0d58a,#d4a93f);
    border: 1px solid #c69330;
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 6px 16px -6px rgba(212,169,63,.6);
}

.lmv4-home .lm-freebadge svg {
    width: 13px;
    height: 13px;
}

.lmv4-home .lm-tiers-foot {
    text-align: center;
    margin-top: 30px;
}

.lmv4-home .lm-section.finalbg {
    background: radial-gradient(120% 90% at 50% 0%, #1b2742 0%, #0f172a 55%);
    position: relative;
    overflow: hidden;
    /* Render as a rounded island, matching the navy "For brands" block:
       side + bottom gutters, rounded corners, no full-bleed section border.
       Centre the content vertically and balance the top/bottom padding so
       the cluster sits in the middle of the island. */
    border-top: 0;
    border-radius: 20px;
    /* Equal gap above and below the navy island (was 8px top / 60px bottom,
       which left it stuck to the top with a big gap to the footer). */
    margin: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 72px;
    padding-bottom: 72px;
}
@media (max-width: 680px) {
    .lmv4-home .lm-section.finalbg { margin: 24px 16px; border-radius: 16px; }
}

.lmv4-home .lm-final-strip {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 34px;
    flex-wrap: wrap;
}

.lmv4-home .lm-final-strip img {
    width: 88px;
    height: 110px;
    border-radius: 14px;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,.14);
    box-shadow: 0 12px 30px -14px rgba(0,0,0,.6);
}

.lmv4-home .lm-final-strip img:nth-child(odd) {
    transform: translateY(-8px) rotate(-4deg);
}

.lmv4-home .lm-final-strip img:nth-child(even) {
    transform: translateY(8px) rotate(4deg);
}

.lmv4-home .lm-final {
    text-align: center;
}

.lmv4-home .lm-final h2 {
    margin: 0 auto;
    max-width: 14em;
    font-size: clamp(30px,3.6vw,46px);
    line-height: 1.1;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #fff;
}

.lmv4-home .lm-final h2 .serif {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 500;
    color: var(--gold);
}

.lmv4-home .lm-final .offer {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    margin: 28px 0 6px;
}

.lmv4-home .lm-final .offer span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #dcebe9;
}

.lmv4-home .lm-final .offer svg {
    width: 17px;
    height: 17px;
    color: var(--gold);
}

.lmv4-home .lm-final-ctas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.lmv4-home .lm-final-ctas .btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.3);
}

.lmv4-home .lm-final-ctas .btn-outline:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.55);
}

.lmv4-home .lm-peek {
    padding: 0 40px 60px;
}

.lmv4-home .lm-peek-card {
    max-width: 1080px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    border-radius: 20px;
    padding: 64px 48px 0;
    overflow: hidden;
}

.lmv4-home .lm-peek-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 48px;
    align-items: start;
}

.lmv4-home .lm-peek-copy {
    /* Bottom breathing room so the I'm-a-Brand / Browse-brands buttons don't
       sit flush against the island's bottom edge (the card has padding-bottom:0
       for the mock bleed). Matters most under 1600px and in German, where the
       longer copy pushes the CTAs further down. */
    padding-bottom: 56px;
}

.lmv4-home .lm-peek-copy .lm-eyebrow {
    color: var(--gold);
}

.lmv4-home .lm-peek-copy h2 {
    font-size: clamp(26px,2.8vw,38px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 600;
    margin: 14px 0 0;
}

.lmv4-home .lm-peek-copy h2 .serif {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 500;
    color: var(--gold);
}

.lmv4-home .lm-peek-copy p {
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255,255,255,.72);
    margin-top: 16px;
    max-width: 420px;
}

.lmv4-home .lm-peek-cta {
    display: flex;
    gap: 10px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.lmv4-home .lm-mock {
    background: var(--bg);
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -20px 60px -10px rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
    color: var(--text);
    /* Bottom-align the preview so it butts against the island bottom (bleeds
       off the edge) instead of sitting at the top with a navy gap beneath it.
       Under 1600px / in German the copy column is taller, so without this the
       shorter mock leaves navy under it; shifting it down hides that gap above
       the mock, matching the wide-screen look. */
    align-self: end;
}

.lmv4-home .lm-mock-bar {
    padding: 13px 16px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 10px;
}

.lmv4-home .lm-mock-bar .dots {
    display: flex;
    gap: 6px;
}

.lmv4-home .lm-mock-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--border);
}

.lmv4-home .lm-mock-url {
    flex: 1;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--muted-2);
}

.lmv4-home .lm-mock-body {
    padding: 16px;
}

.lmv4-home .lm-mock-filters {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.lmv4-home .lm-mock-filter {
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.lmv4-home .lm-mock-filter svg {
    width: 11px;
    height: 11px;
}

.lmv4-home .lm-mock-filter.on {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.lmv4-home .pk-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.lmv4-home .pk-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7ebf0;
    box-shadow: 0 6px 18px -8px rgba(15,23,42,.22);
    display: flex;
    flex-direction: column;
}

.lmv4-home .pk-card .img {
    position: relative;
    aspect-ratio: auto;
    height: 150px;
    background: var(--surface-2);
}

.lmv4-home .pk-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lmv4-home .pk-badge {
    position: absolute;
    top: 7px;
    right: 7px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    height: 19px;
    padding: 0 7px;
    border-radius: 6px;
    font-family: var(--font-mono);
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

.lmv4-home .pk-badge svg {
    width: 9px;
    height: 9px;
}

.lmv4-home .pk-badge.verified {
    background: var(--brand);
}

.lmv4-home .pk-badge.pro {
    background: var(--primary);
}

.lmv4-home .pk-badge.vip {
    background: linear-gradient(135deg,#e8c265,#c69330);
    color: #3a2c0a;
}

.lmv4-home .pk-badge.elite {
    background: #1a2620;
    color: var(--gold);
    border: 1px solid #3a4c2e;
}

.lmv4-home .pk-card .info {
    padding: 8px 11px 10px;
    background: #fff;
}

.lmv4-home .pk-card .n {
    font-size: 11.5px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lmv4-home .pk-card .c {
    font-size: 10px;
    color: #64748b;
    margin-top: 2px;
}

.lmv4-home .pk-wide {
    grid-column: span 2;
}

.lmv4-home .pk-wide .img {
    aspect-ratio: auto;
    height: 150px;
}

.lmv4-home .pk-wide.vip {
    border-color: #e7d3a0;
    box-shadow: 0 8px 22px -8px rgba(176,130,40,.4), 0 0 0 1px rgba(212,169,63,.3);
}

.lmv4-home .pk-wide.vip .info {
    background: linear-gradient(180deg,#fffaf0,#fff);
}

.lmv4-home .pk-wide.elite .info {
    background: linear-gradient(165deg,#13211f,#0a1512);
}

.lmv4-home .pk-wide .n {
    font-size: 12.5px;
}

.lmv4-home .pk-wide .n .crown {
    color: #c69330;
}

.lmv4-home .pk-wide.elite .n {
    color: #fff;
}

.lmv4-home .pk-wide.elite .c {
    color: #9fb4ad;
}

.lmv4-home .pk-svc {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 10px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #eef2f6;
}

.lmv4-home .pk-svc .sn {
    color: #475569;
}

.lmv4-home .pk-svc .sp {
    font-family: var(--font-mono);
    font-weight: 700;
    color: #0a5439;
    white-space: nowrap;
}

.lmv4-home .pk-wide.elite .pk-svc {
    border-top-color: #243a30;
}

.lmv4-home .pk-wide.elite .pk-svc .sn {
    color: #9fb4ad;
}

.lmv4-home .pk-wide.elite .pk-svc .sp {
    color: var(--gold);
}

/* ===== Brands island — "For brands" benefit bullets (left, on the navy card) ===== */
.lmv4-home .lm-peek-points {
    list-style: none;
    margin: 36px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lmv4-home .lm-peek-points li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}

.lmv4-home .lm-peek-points .ic {
    flex: none;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(212,169,63,.14);
    border: 1px solid rgba(212,169,63,.3);
    color: var(--gold);
    display: grid;
    place-items: center;
}

.lmv4-home .lm-peek-points .ic svg {
    width: 19px;
    height: 19px;
}

.lmv4-home .lm-peek-points b {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.lmv4-home .lm-peek-points span {
    display: block;
    font-size: 13.5px;
    line-height: 1.5;
    color: rgba(255,255,255,.66);
    margin-top: 2px;
}

.lmv4-home .lm-peek-ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.25);
}

.lmv4-home .lm-peek-ghost:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.5);
}

/* ===== Brands directory preview (right browser-frame body; mirrors /brands cards) ===== */
/* Tint the mock body behind the cards so the cards read as distinct tiles
   on a "page", the same figure-ground the real /brands directory uses. */
.lmv4-home .lm-mock:has(.bd-mini-grid) .lm-mock-body {
    background: var(--surface);
}

.lmv4-home .bd-mini-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lmv4-home .bd-mini-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 13px 14px;
    box-shadow: var(--shadow-soft);
}

.lmv4-home .bd-mini-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.lmv4-home .bd-logo {
    flex: none;
    width: 46px;
    height: 46px;
    border-radius: 11px;
    background: var(--brand);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 19px;
}

.lmv4-home .bd-logo-gold {
    background: linear-gradient(135deg,#e8c265,#c69330);
    color: #3a2c0a;
}

.lmv4-home .bd-id {
    min-width: 0;
    flex: 1;
}

.lmv4-home .bd-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lmv4-home .bd-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
}

/* Verified mark = the site-wide teal chip + white shield + teal check
   (same as the brand directory / casting cards), for cross-site parity. */
.lmv4-home .bd-shield {
    flex: none;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    background: var(--brand);
    color: #fff;
    display: inline-grid;
    place-items: center;
}

.lmv4-home .bd-shield svg {
    width: 11px;
    height: 11px;
}

/* Premium tier pill — identical to the brand directory badge: dark-navy
   chip, cream text, rotated cream diamond marker (.lm-bd-tier-premium). */
.lmv4-home .bd-tier-premium {
    position: relative;
    flex: none;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 3px 8px 3px 16px;
    border-radius: 5px;
    background: #0f172a;
    color: #f5deb3;
    border: 1px solid #0f172a;
}

.lmv4-home .bd-tier-premium::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background: #f5deb3;
    transform: translateY(-50%) rotate(45deg);
}

/* Bookmark + View Brand sit on the name's row, pushed to the right. */
.lmv4-home .bd-acts {
    margin-left: auto;
    flex: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lmv4-home .bd-bm {
    width: 30px;
    height: 30px;
    flex: none;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--bg);
    color: var(--muted);
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0;
}

.lmv4-home .bd-bm svg {
    width: 15px;
    height: 15px;
}

.lmv4-home .bd-bm:hover {
    color: var(--primary-text);
    border-color: var(--primary-soft-2);
}

.lmv4-home .bd-view {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 30px;
    padding: 0 12px;
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.lmv4-home .bd-view svg {
    width: 13px;
    height: 13px;
}

.lmv4-home .bd-view:hover {
    background: var(--brand-strong);
}

.lmv4-home .bd-loc {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 3px;
}

.lmv4-home .bd-loc svg {
    width: 12px;
    height: 12px;
    flex: none;
}

.lmv4-home .bd-flag {
    font-size: 13px;
}

.lmv4-home .bd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 7px;
}

.lmv4-home .bd-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-2);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 3px 9px;
}

.lmv4-home .bd-pill svg {
    width: 11px;
    height: 11px;
    color: var(--muted);
    flex: none;
}

.lmv4-home .bd-bio {
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--text-2);
    margin: 11px 0 0;
}

.lmv4-home .bd-stats {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-2);
    font-size: 12px;
    color: var(--muted);
}

.lmv4-home .bd-stats strong {
    color: var(--text);
    font-weight: 700;
}

.lmv4-home .bd-stats .d {
    color: var(--muted-2);
}

.lmv4-home .bd-rate {
    color: var(--primary-text);
    font-weight: 700;
}

.lmv4-home .bd-premium {
    border: 1px solid #e7d3a0;
    border-radius: 12px;
    padding: 11px 13px;
    background: linear-gradient(180deg,#fffaf0,var(--bg));
}

.lmv4-home .bd-premium-head {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #9c7321;
    margin-bottom: 10px;
}

.lmv4-home .bd-premium-head svg {
    width: 13px;
    height: 13px;
    color: #c69330;
}

.lmv4-home .bd-premium-row {
    display: flex;
    gap: 11px;
    align-items: center;
}

.lmv4-home .bd-premium-row .bd-logo {
    width: 40px;
    height: 40px;
    font-size: 17px;
}

html[data-lm-theme="dark"] .lmv4-home .bd-premium {
    background: rgba(212,169,63,.08);
    border-color: rgba(212,169,63,.32);
}

html[data-lm-theme="dark"] .lmv4-home .bd-premium-head {
    color: #e0bb6b;
}

.lmv4-home .lm-faq-wrap {
    max-width: 820px;
    margin: 0 auto;
}

.lmv4-home .lm-faq-list details {
    padding: 18px 4px;
    border-bottom: 1px solid var(--border);
}

.lmv4-home .lm-faq-list details:first-of-type {
    border-top: 1px solid var(--border);
}

.lmv4-home .lm-faq-list summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
}

.lmv4-home .lm-faq-list summary::-webkit-details-marker {
    display: none;
}

.lmv4-home .lm-faq-list summary .pl {
    flex: none;
    color: var(--muted-2);
    transition: transform .15s, color .15s;
}

.lmv4-home .lm-faq-list details[open] summary .pl {
    transform: rotate(45deg);
    color: var(--primary);
}

.lmv4-home .lm-faq-list .ans {
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted);
    margin: 12px 0 0;
}

@media (max-width: 920px) {
    .lmv4-home .lm-tracks {
        grid-template-columns:1fr;
    }

    .lmv4-home .lm-disc-body {
        grid-template-columns: 1fr;
    }

    .lmv4-home .lm-drawer {
        position: static;
    }

    .lmv4-home .lm-peek-card {
        padding: 44px 28px 0;
    }

    .lmv4-home .lm-peek-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lmv4-home .lm-peek-copy {
        padding-bottom: 0;
    }

    .lmv4-home .lm-trust {
        grid-template-columns: 1fr 1fr;
    }

    .lmv4-home .lm-tiers {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
}

@media (max-width: 680px) {
    .lmv4-home .lm-section {
        padding:40px 20px;
    }

    .lmv4-home .lm-peek {
        padding: 0 16px 56px;
    }

    .lmv4-home .lm-peek-card {
        padding: 32px 18px 0;
        border-radius: 16px;
    }

    .lmv4-home .pk-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lmv4-home .pk-wide {
        grid-column: span 2;
    }

    .lmv4-home .lm-talgrid {
        grid-template-columns: 1fr;
    }

    .lmv4-home .lm-grid3 {
        grid-template-columns: 1fr;
    }

    .lmv4-home .lm-cc {
        grid-template-columns: 1fr;
    }

    .lmv4-home .lm-cc-banner {
        aspect-ratio: 2.5/1;
    }

    .lmv4-home .lm-trust {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1080px) {
    .lmv4-home .lm-hero {
        grid-template-columns:1fr;
        gap: 36px;
        padding: 48px 28px;
    }

    .lmv4-home .lm-hero h1 {
        font-size: 48px;
    }

    .lmv4-home .lm-collage {
        min-height: 440px;
        order: -1;
    }
}

@media (max-width: 680px) {
    .lmv4-home .lm-hero {
        padding:36px 20px;
    }

    .lmv4-home .lm-hero h1 {
        font-size: 34px;
    }

    .lmv4-home .lm-hero-sub {
        font-size: 15px;
    }

    .lmv4-home .lm-hero-ctas .btn {
        flex: 1;
    }

    .lmv4-home .lm-collage {
        min-height: 420px;
    }

    /* Wider cards, evenly fanned and grouped around the collage centre
       (the old fixed-px lefts left two overlapping and one detached at 360px). */
    .lmv4-home .fan {
        width: 138px;
    }

    .lmv4-home .fan.f1 {
        left: calc(50% - 145px);
        right: auto;
    }

    .lmv4-home .fan.f2 {
        left: calc(50% - 68px);
        right: auto;
    }

    .lmv4-home .fan.f3 {
        left: calc(50% + 9px);
        right: auto;
    }

    .lmv4-home .vipfront {
        max-width: 340px;
        margin-top: 150px;
    }

    .lmv4-home .vipfront .vp-body {
        grid-template-columns: 1fr;
    }

    .lmv4-home .vipfront .vp-left {
        border-right: 0;
        border-bottom: 1px solid var(--border-2);
    }
}

.lmv4-home .lm-hero {
    /* min-height: auto; */
}

/* integration: discover-card "View Profile" is an <a>, center it like the button */
.lmv4-home .lm-tcard2 a.vp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.lmv4-home .lm-tcard2 .ph a {
    display: block;
    width: 100%;
    height: 100%;
}

.lmv4-home .lm-tcard2 .ph a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lmv4-home .vipfront .vp-photo a {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* ===== Break out of the app content-card frame so the hero green corner gradient reaches the page corner (gated to the landing via :has(.lmv4-home)) ===== */
.x_content_row > .col-lg-12:has(> .lmv4-home) {
    /* Keep the right divider (style.css border-right) running continuously
       down the whole content column; only drop the top/left/bottom + radius
       so the hero green still bleeds into the page corner. */
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
}

.x_content_row:has(.lmv4-home), .x-content-width:has(.lmv4-home) {
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

/* ===== Categories block (Who you can book) ===== */
.lmv4-home .lm-cats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.lmv4-home .lm-cat {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg);
    box-shadow: var(--shadow-soft);
    text-decoration: none;
    color: var(--text);
    transition: box-shadow .16s, transform .16s;
}

.lmv4-home .lm-cat:hover {
    box-shadow: var(--shadow-card);
    transform: translateY(-3px);
}

.lmv4-home .lm-cat-ph {
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--surface-2);
}

.lmv4-home .lm-cat-ph picture { display: contents; }
.lmv4-home .lm-cat-ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lmv4-home .lm-cat-body {
    padding: 14px 15px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.lmv4-home .lm-cat-name {
    font-size: 16px;
    font-weight: 700;
}

.lmv4-home .lm-cat-desc {
    font-size: 13px;
    line-height: 1.5;
    color: var(--muted);
}

.lmv4-home .lm-cat-link {
    margin-top: auto;
    padding-top: 8px;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-text);
}

/* ===== For brands block ===== */
.lmv4-home .lm-fb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--surface);
    padding: 40px 44px;
}

.lmv4-home .lm-fb-copy h2 {
    font-size: clamp(24px,2.6vw,34px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 10px 0 0;
}

.lmv4-home .lm-fb-copy h2 .serif {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--primary-strong);
}

.lmv4-home .lm-fb-copy p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-2);
    margin: 14px 0 22px;
    max-width: 34em;
}

.lmv4-home .lm-fb-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lmv4-home .lm-fb-points li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.lmv4-home .lm-fb-points .ic {
    flex: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--primary-soft);
    border: 1px solid var(--primary-soft-2);
    color: var(--primary);
    display: grid;
    place-items: center;
}

.lmv4-home .lm-fb-points .ic svg {
    width: 20px;
    height: 20px;
}

.lmv4-home .lm-fb-points b {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
}

.lmv4-home .lm-fb-points span {
    display: block;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--muted);
    margin-top: 2px;
}

/* ===== Dark theme - recolor the light .lmv4-home sections (dark sections are already dark) ===== */
html[data-lm-theme="dark"] .lmv4-home {
    --bg: #10151b;
    --surface: #161c24;
    --surface-2: #1b222b;
    --text: #e6edf3;
    --text-2: #aebbc7;
    --muted: #8b97a3;
    --muted-2: #6b7682;
    --border: #283039;
    --border-2: #222a32;
    --primary-soft: #12231c;
    --primary-soft-2: #214034;
    --primary-text: #5fcc94;
    --shadow-soft: 0 1px 2px rgba(0,0,0,.45);
    --shadow-card: 0 12px 30px -12px rgba(0,0,0,.6);
}

/* Serif accent (italic green) is too dark on the dark-theme backgrounds —
   lift it to the readable light emerald. Sections that are explicitly .dark
   keep their gold accent (higher specificity below wins). */
html[data-lm-theme="dark"] .lmv4-home .lm-hero h1 .serif,
html[data-lm-theme="dark"] .lmv4-home .lm-shead h2 .serif,
html[data-lm-theme="dark"] .lmv4-home .lm-fb-copy h2 .serif {
    color: var(--primary-text);
}

html[data-lm-theme="dark"] .lmv4-home .lm-hero {
    background: radial-gradient(95% 95% at 0% 0%, rgba(34,150,98,0.38) 0%, rgba(16,80,54,0.20) 0%, transparent: auto), linear-gradient(150deg,#0c1d16 0%, #0b1310 52%, var(--bg) 100%);
}

html[data-lm-theme="dark"] .lmv4-home .vipfront {
    background: var(--surface);
}

html[data-lm-theme="dark"] .lmv4-home .lm-hero-proof-icon {
    background: var(--surface-2);
    color: var(--primary-text);
}
/* Hero eyebrow (dark green mono) is hard to read on the dark-theme hero —
   lift to the readable light emerald. */
html[data-lm-theme="dark"] .lmv4-home .lm-hero .t-eyebrow {
    color: var(--primary-text);
}

html[data-lm-theme="dark"] .lmv4-home .pk-card {
    background: var(--surface);
    border-color: var(--border);
}

html[data-lm-theme="dark"] .lmv4-home .lm-mchip.vip {
    background: rgba(212,169,63,.12);
}

html[data-lm-theme="dark"] .lmv4-home .lm-mock {
    border-color: var(--border);
}

/* responsive: categories + for-brands */
@media (max-width: 920px) {
    .lmv4-home .lm-cats {
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width: 820px) {
    .lmv4-home .lm-fb {
        grid-template-columns:1fr;
        gap: 28px;
        padding: 32px 24px;
    }
}

@media (max-width: 520px) {
    .lmv4-home .lm-cats {
        grid-template-columns:1fr;
    }
}

/* ===== Mobile (<=680px) hero stacking order =====
   On phones the hero must read: kicker -> headline -> subheadline -> talent
   collage -> CTA buttons -> first-wave note (collage BETWEEN the text and the
   buttons). The collage is a sibling of .lm-hero-text in the DOM, so lift the
   text wrapper's children into the hero flex with display:contents and then
   interleave the collage via `order`. Desktop two-column layout is untouched.
   gap:0 lets each element's own margins drive the vertical rhythm. */
@media (max-width: 680px) {
    .lmv4-home .lm-hero {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .lmv4-home .lm-hero-text { display: contents; }
    /* Kicker + headline centered on mobile; the rest of the text stays left. */
    .lmv4-home .lm-hero-eyebrow { order: 1; text-align: center; }
    .lmv4-home .lm-hero h1 { order: 2; text-align: center; }
    .lmv4-home .lm-hero-sub { order: 3; }
    /* Keep clear space between the text above and the talent collage. */
    .lmv4-home .lm-collage { order: 4; margin-top: 44px; }
    .lmv4-home .lm-hero-ctas { order: 5; }
    .lmv4-home .lm-hero-proof { order: 6; }
}

/* 1081-1600px: give the hero card column more width so the VIP card isn't
   cramped (name/services truncating, pills wrapping). */
@media (min-width: 1081px) and (max-width: 1600px) {
    .lmv4-home .lm-hero {grid-template-columns: minmax(0,0.82fr) minmax(0,1.18fr);gap: 100px;}
    .lmv4-home .vipfront { max-width: 560px; }
}
