/*
 * LalSabuj Academy — home page styles
 * Ported from claude.ai/design handoff; scoped to .lsa-home wrapper
 * so generic class names (.hero, .feat, .course, .inst, .quote, .step,
 * .verify, .faq, .cta-card) don't collide with other templates.
 */

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

.lsa-home {
    --green: #0E6E3A;
    --green-deep: #0A4F2A;
    --green-ink: #073418;
    --green-tint: #E8F2EB;
    --green-soft: #F1F7F2;
    --red: #DC2626;
    --red-soft: #FEEDEC;
    --bg: #FAF7F1;
    --surface: #FFFFFF;
    --ink: #0F1714;
    --ink-2: #2C3A33;
    --muted: #5A6B62;
    --line: #E7E3D6;
    --line-soft: #EFECE2;
    --shadow-sm: 0 1px 2px rgba(13, 32, 20, .04);
    --shadow-md: 0 2px 6px rgba(13, 32, 20, .05), 0 12px 32px -16px rgba(13, 32, 20, .10);
    --r-sm: 10px;
    --r-md: 14px;
    --r-lg: 20px;
    --r-xl: 28px;

    font-family: 'Hind Siliguri', 'Inter', system-ui, sans-serif;
    background: var(--bg);
    color: var(--ink);
    font-size: 16px;
    line-height: 1.55;
}

.lsa-home .num,
.lsa-home .en {
    font-family: 'Inter', sans-serif;
    font-feature-settings: "tnum", "lnum";
}

.lsa-home a {
    color: inherit;
    text-decoration: none;
}

.lsa-home img {
    display: block;
    max-width: 100%;
}

.lsa-home button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    background: none;
}

.lsa-home .wrap {
    max-width: var(--lsa-container-wide);
    margin: 0 auto;
    padding: 0 28px;
}

/* ===== Buttons ===== */
.lsa-home .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14.5px;
    border: 1px solid transparent;
    transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
    line-height: 1.2;
}
.lsa-home .btn:hover { transform: translateY(-1px); }
.lsa-home .btn-primary { background: var(--red); color: #fff; }
.lsa-home .btn-primary:hover { background: #b91c1c; }
.lsa-home .btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.lsa-home .btn-ghost:hover { background: #fff; }
.lsa-home .btn-green { background: var(--green); color: #fff; }
.lsa-home .btn-green:hover { background: var(--green-deep); }
.lsa-home .btn-outline { background: #fff; border-color: var(--line); color: var(--ink); }
.lsa-home .btn-outline:hover { border-color: var(--green); color: var(--green); }
.lsa-home .btn-lg { padding: 14px 22px; font-size: 15px; border-radius: 12px; }
.lsa-home .icn { width: 18px; height: 18px; stroke-width: 1.8; }

/* ===== Hero ===== */
.lsa-home .hero { padding: 56px 0 72px; position: relative; overflow: hidden; }
.lsa-home .hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.lsa-home .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--green-tint); color: var(--green-deep);
    padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
    border: 1px solid #D2E6D8;
}
.lsa-home .eyebrow .pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.lsa-home h1.hero-title {
    font-size: clamp(36px, 4.4vw, 56px);
    line-height: 1.12;
    letter-spacing: -.01em;
    font-weight: 700;
    margin: 18px 0 18px;
    color: var(--ink);
    text-wrap: balance;
}
.lsa-home h1.hero-title em {
    font-style: normal; color: var(--green); position: relative; white-space: nowrap;
}
.lsa-home h1.hero-title em::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: .06em;
    height: .18em; background: #CDE7D4; z-index: -1; border-radius: 4px;
}
.lsa-home .hero-sub { font-size: 17px; color: var(--muted); max-width: 480px; margin-bottom: 22px; line-height: 1.65; }
.lsa-home .hero-badges { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-bottom: 26px; }
.lsa-home .hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--green-tint); color: var(--green-deep);
    border: 1px solid rgba(14, 110, 58, .16);
    padding: 6px 12px; border-radius: 999px;
    font-size: 13px; font-weight: 600; line-height: 1;
}
.lsa-home .hero-badge svg { width: 14px; height: 14px; color: var(--green); }
.lsa-home .hero-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.lsa-home .play {
    display: inline-flex; align-items: center; gap: 10px; color: var(--ink-2); font-weight: 600; font-size: 14.5px; margin-left: 6px;
}
.lsa-home .play .pc {
    width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 1px solid var(--line);
    display: grid; place-items: center; color: var(--green);
}

.lsa-home .hero-trust {
    margin-top: 36px; display: flex; align-items: center; gap: 18px;
    padding-top: 24px; border-top: 1px dashed var(--line);
}
.lsa-home .avatars { display: flex; }
.lsa-home .avatars span {
    width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -8px;
    display: grid; place-items: center; color: #fff; font-weight: 600; font-size: 13px;
}
.lsa-home .avatars span:first-child { margin-left: 0; }
.lsa-home .a1 { background: #0E6E3A; }
.lsa-home .a2 { background: #DC2626; }
.lsa-home .a3 { background: #1F8F4D; }
.lsa-home .a4 { background: #B91C1C; }
.lsa-home .stars { color: #F59E0B; letter-spacing: 2px; font-size: 14px; }
.lsa-home .hero-trust .meta { font-size: 13.5px; color: var(--muted); }
.lsa-home .hero-trust .meta b { color: var(--ink); font-weight: 600; }

/* hero visual */
.lsa-home .hero-visual { position: relative; }
.lsa-home .hero-visual__img {
    display: block; width: 100%; max-width: 520px; height: auto;
    border-radius: 20px;
}
.lsa-home .photo {
    aspect-ratio: 4 / 4.5;
    border-radius: 24px;
    background: linear-gradient(135deg, #1F8F4D 0%, #0A4F2A 100%);
    overflow: hidden; position: relative;
    box-shadow: 0 30px 60px -30px rgba(10, 79, 42, .45);
}
.lsa-home .photo::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(60% 50% at 30% 30%, rgba(255, 255, 255, .18), transparent 60%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, .04) 0 14px, transparent 14px 28px);
    pointer-events: none; z-index: 1;
}
.lsa-home .photo--image::before { display: none; }
.lsa-home .photo__img,
.lsa-home .photo__svg {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; z-index: 0;
}
.lsa-home .photo__svg { display: block; }
.lsa-home .photo .badge,
.lsa-home .photo .ph-label { z-index: 2; }
.lsa-home .photo .badge {
    position: absolute; left: 22px; top: 22px;
    background: rgba(255, 255, 255, .95); color: var(--green-deep);
    padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 8px;
}
.lsa-home .photo .ph-label {
    position: absolute; left: 22px; bottom: 22px; color: #fff;
    font-size: 14px; opacity: .9; font-family: 'Inter', monospace; letter-spacing: .5px;
}
.lsa-home .photo .ph-label::before { content: "▸ "; opacity: .6; }
.lsa-home .float-card {
    position: absolute; background: #fff; border-radius: 16px; padding: 14px 16px;
    box-shadow: var(--shadow-md); border: 1px solid var(--line-soft);
    display: flex; align-items: center; gap: 12px;
}
.lsa-home .float-card.top-right { top: 24px; right: -20px; animation: lsa-floaty 4.5s ease-in-out infinite; }
.lsa-home .float-card.bot-left { bottom: 30px; left: -26px; animation: lsa-floaty 5.2s ease-in-out infinite reverse; }
@keyframes lsa-floaty { 50% { transform: translateY(-8px); } }
.lsa-home .float-card .ic {
    width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0;
}
.lsa-home .float-card.top-right .ic { background: var(--red-soft); color: var(--red); }
.lsa-home .float-card.bot-left .ic { background: var(--green-tint); color: var(--green); }
.lsa-home .float-card .t { font-weight: 600; font-size: 13.5px; line-height: 1.25; }
.lsa-home .float-card .s { font-size: 11.5px; color: var(--muted); }

.lsa-home .hero-stats {
    margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    border: 1px solid var(--line); background: #fff; border-radius: 14px; overflow: hidden;
}
.lsa-home .hero-stats .cell { padding: 18px 20px; text-align: left; border-right: 1px solid var(--line-soft); }
.lsa-home .hero-stats .cell:last-child { border-right: 0; }
.lsa-home .hero-stats .v { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 24px; color: var(--green-deep); letter-spacing: -.02em; }
.lsa-home .hero-stats .v sup { font-size: 14px; color: var(--red); margin-left: 2px; }
.lsa-home .hero-stats .l { font-size: 12.5px; color: var(--muted); margin-top: 2px; }

/* ===== Section heads ===== */
.lsa-home section { padding: 80px 0; position: relative; }
.lsa-home .section-eyebrow {
    color: var(--red); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    display: inline-flex; align-items: center; gap: 8px;
}
.lsa-home .section-eyebrow::before { content: ""; width: 18px; height: 1.5px; background: var(--red); }
.lsa-home h2.section-title {
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    letter-spacing: -.01em;
    margin: 10px 0 12px;
    line-height: 1.18;
    text-wrap: balance;
}
.lsa-home .section-sub { color: var(--muted); font-size: 16.5px; max-width: 640px; line-height: 1.6; }
.lsa-home .sec-head { margin-bottom: 48px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
.lsa-home .sec-head.center { grid-template-columns: 1fr; text-align: center; justify-items: center; }

/* ===== What you'll learn (feat-grid section) ===== */
.lsa-home #courses { background: #fff; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.lsa-home .feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.lsa-home .feat {
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 28px; position: relative; overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}
.lsa-home .feat:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #CFE2D5; }
.lsa-home .feat .ic {
    width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px;
    background: var(--green-tint); color: var(--green);
}

.lsa-home .feat h3 { font-size: 19px; margin: 0 0 8px; font-weight: 600; color: var(--ink); }
.lsa-home .feat p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.lsa-home .feat .num-tag {
    position: absolute; right: 22px; top: 22px; font-family: 'Inter'; color: #D5D0BE; font-weight: 700; font-size: 13px;
}

/* ===== Course cards ===== */
.lsa-home .courses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lsa-home .course {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
    display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .2s ease;
}
.lsa-home .course:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.lsa-home .course__link {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 100%;
    color: inherit;
    text-decoration: none;
}
.lsa-home .course .thumb { aspect-ratio: 16 / 10; position: relative; overflow: hidden; }
.lsa-home .course .thumb img { width: 100%; height: 100%; object-fit: cover; }
.lsa-home .thumb.t1 { background: linear-gradient(135deg, #0E6E3A, #0A4F2A); }
.lsa-home .thumb.t2 { background: linear-gradient(135deg, #DC2626, #9B1C1C); }
.lsa-home .thumb.t3 { background: linear-gradient(135deg, #1F8F4D, #0E6E3A); }
.lsa-home .thumb.t4 { background: linear-gradient(135deg, #E76F51, #C53030); }
.lsa-home .thumb.t5 { background: linear-gradient(135deg, #15803D, #166534); }
.lsa-home .thumb.t6 { background: linear-gradient(135deg, #B45309, #92400E); }
.lsa-home .thumb .price {
    position: absolute; right: 18px; top: 18px; background: #fff; color: var(--green-deep);
    padding: 5px 10px; border-radius: 6px; font-weight: 700; font-size: 13px; font-family: 'Inter'; z-index: 2;
}
.lsa-home .thumb .price.free { background: var(--green); color: #fff; }
.lsa-home .thumb .lvl {
    position: absolute; left: 18px; bottom: 18px; color: #fff; font-size: 12px; z-index: 2;
    background: rgba(0, 0, 0, .35); padding: 4px 9px; border-radius: 5px;
}
.lsa-home .course-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.lsa-home .course-body h3 { font-size: 18px; font-weight: 600; margin: 6px 0 10px; line-height: 1.35; color: var(--ink); }
.lsa-home .course__link:hover .course-body h3 { color: var(--green); }
.lsa-home .course-body p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.55; flex: 1; }
.lsa-home .course-meta {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 14px; border-top: 1px solid var(--line-soft); font-size: 13px; color: var(--muted);
}
.lsa-home .course-meta .who { display: flex; align-items: center; gap: 8px; }
.lsa-home .course-meta .who .av { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 600; overflow: hidden; }
.lsa-home .course-meta .who .av img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.lsa-home .course-meta .who b { color: var(--ink-2); font-weight: 600; }
.lsa-home .course-meta .stats { display: flex; gap: 14px; font-family: 'Inter'; }
.lsa-home .course-meta .stats span { display: inline-flex; align-items: center; gap: 4px; }

/* ===== How it works ===== */
.lsa-home .how { background: var(--bg); position: relative; }
.lsa-home .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.lsa-home .steps::before {
    content: ""; position: absolute; top: 32px; left: 8%; right: 8%; height: 2px;
    background: repeating-linear-gradient(90deg, var(--green) 0 8px, transparent 8px 14px);
    z-index: 0;
}
.lsa-home .step { position: relative; z-index: 1; padding: 0 4px; }
.lsa-home .step .n {
    width: 64px; height: 64px; border-radius: 50%; background: #fff; border: 1px solid var(--line);
    display: grid; place-items: center; font-family: 'Inter'; font-weight: 700; font-size: 22px;
    color: var(--green); margin-bottom: 18px;
    box-shadow: 0 4px 14px -6px rgba(10, 79, 42, .25);
}
.lsa-home .step:nth-child(2) .n { color: var(--green); }
.lsa-home .step h4 { font-size: 17px; font-weight: 600; margin: 0 0 6px; color: var(--ink); }
.lsa-home .step p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }

/* ===== Stats banner ===== */
.lsa-home .stats-banner { padding: 64px 0; }
.lsa-home .stats-card {
    background: var(--green-deep); color: #fff; border-radius: var(--r-xl); overflow: hidden;
    padding: 48px 56px; position: relative;
}
.lsa-home .stats-card::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(60% 100% at 100% 100%, rgba(91, 192, 127, .18), transparent 60%),
        radial-gradient(40% 80% at 0% 0%, rgba(220, 38, 38, .10), transparent 60%);
    pointer-events: none;
}
.lsa-home .stats-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 32px; align-items: center; position: relative; }
.lsa-home .stats-grid .lead .eb { color: #5BC07F; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-family: 'Inter'; }
.lsa-home .stats-grid .lead h3 { font-size: 24px; font-weight: 600; margin: 10px 0 0; line-height: 1.3; color: #fff; }
.lsa-home .stats-grid .stat { border-left: 1px solid rgba(255, 255, 255, .18); padding-left: 24px; }
.lsa-home .stats-grid .stat .v { font-family: 'Inter'; font-size: 46px; font-weight: 700; letter-spacing: -.02em; color: #fff; line-height: 1; }
.lsa-home .stats-grid .stat .v sup { color: #5BC07F; font-size: 24px; margin-left: 2px; }
.lsa-home .stats-grid .stat .l { font-size: 14px; color: #B7D3C0; margin-top: 8px; }

/* ===== Instructors ===== */
.lsa-home .inst-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lsa-home .inst {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px;
    text-align: center; transition: transform .15s ease, box-shadow .2s ease;
}
.lsa-home .inst:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.lsa-home .inst .av {
    width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 16px;
    display: grid; place-items: center; color: #fff; font-weight: 600; font-size: 28px; font-family: 'Inter';
    border: 3px solid #fff; box-shadow: 0 0 0 1px var(--line);
    overflow: hidden;
}
.lsa-home .inst .av img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.lsa-home .inst h4 { margin: 0 0 4px; font-size: 17px; font-weight: 600; color: var(--ink); }
.lsa-home .inst .role { font-size: 13px; color: var(--green); font-weight: 500; margin-bottom: 12px; }
.lsa-home .inst .stats2 {
    display: flex; justify-content: center; gap: 18px; padding-top: 14px; border-top: 1px dashed var(--line);
    font-size: 12.5px; color: var(--muted);
}
.lsa-home .inst .stats2 b { display: block; font-family: 'Inter'; font-size: 15px; color: var(--ink); font-weight: 600; }

/* ===== Testimonials ===== */
.lsa-home .testi { background: #fff; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.lsa-home .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lsa-home .quote {
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px;
    display: flex; flex-direction: column; gap: 18px; position: relative;
}
.lsa-home .quote .mark { position: absolute; right: 24px; top: 18px; font-size: 48px; color: #D5E5D9; font-family: Georgia, serif; line-height: 1; }
.lsa-home .quote .stars { color: #F59E0B; }
.lsa-home .quote p { margin: 0; font-size: 15px; color: var(--ink-2); line-height: 1.65; }
.lsa-home .quote .by { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.lsa-home .quote .by .av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 600; font-family: 'Inter'; }
.lsa-home .quote .by .meta { font-size: 13px; }
.lsa-home .quote .by .meta b { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.lsa-home .quote .by .meta span { color: var(--muted); }

/* Testimonials slider (shown when there are more than 3 testimonials) */
.lsa-home .testi-slider {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "prev track next" "dots dots dots";
    align-items: center;
    column-gap: 14px;
}
.lsa-home .testi-track {
    grid-area: track;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 4px;
}
.lsa-home .testi-track::-webkit-scrollbar { display: none; }
.lsa-home .testi-track:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; border-radius: var(--r-lg); }
.lsa-home .testi-track > .quote {
    flex: 0 0 calc((100% - 40px) / 3);
    scroll-snap-align: start;
}
.lsa-home .testi-nav {
    width: 44px; height: 44px; border-radius: 50%;
    display: grid; place-items: center;
    background: #fff; border: 1px solid var(--line); color: var(--ink);
    cursor: pointer;
    transition: border-color .15s, color .15s, background .15s, opacity .15s;
}
.lsa-home .testi-nav--prev { grid-area: prev; }
.lsa-home .testi-nav--next { grid-area: next; }
.lsa-home .testi-nav:hover:not(:disabled) { border-color: var(--green); color: var(--green); background: var(--green-tint); }
.lsa-home .testi-nav:disabled { opacity: .3; cursor: default; }
.lsa-home .testi-dots { grid-area: dots; display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.lsa-home .testi-dot {
    width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0;
    background: #D5E0D8; cursor: pointer;
    transition: width .2s, background .2s;
}
.lsa-home .testi-dot.is-active { width: 22px; background: var(--green); }
.lsa-home .testi-slider.is-single-page .testi-nav,
.lsa-home .testi-slider.is-single-page .testi-dots { display: none; }

/* ===== Certificate Verify ===== */
.lsa-home .verify { padding: 96px 0; }
.lsa-home .verify .wrap {
    display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 48px;
    max-width: var(--lsa-container-wide);
}
.lsa-home .verify .left h2 { font-size: 32px; font-weight: 700; margin: 10px 0 14px; line-height: 1.2; color: var(--ink); }
.lsa-home .verify .left p { color: var(--muted); font-size: 15.5px; margin: 0 0 20px; line-height: 1.6; }
.lsa-home .verify .check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.lsa-home .verify .check-list li { display: flex; gap: 10px; align-items: center; font-size: 14.5px; }
.lsa-home .verify .check-list li::before {
    content: ""; width: 18px; height: 18px; background: var(--green-tint); color: var(--green); border-radius: 50%;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E6E3A' stroke-width='3'><path d='M5 12l4 4 10-10'/></svg>");
    background-size: 12px; background-position: center; background-repeat: no-repeat;
}
.lsa-home .verify-form {
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px;
}
.lsa-home .verify-form .form-eb { font-size: 12px; color: var(--red); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-family: 'Inter'; }
.lsa-home .verify-form h3 { margin: 6px 0 18px; font-size: 20px; font-weight: 600; color: var(--ink); }
.lsa-home .fields { display: grid; gap: 12px; margin-bottom: 16px; }
.lsa-home .field label { display: block; font-size: 13px; color: var(--ink-2); font-weight: 500; margin-bottom: 6px; }
.lsa-home .field input {
    width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff;
    font: inherit; font-size: 14.5px; color: var(--ink);
}
.lsa-home .field input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(14, 110, 58, .08); }
.lsa-home .verify-form .btn { width: 100%; justify-content: center; }
.lsa-home .verify-form .hint { font-size: 12.5px; color: var(--muted); margin-top: 12px; text-align: center; }

/* ===== FAQ ===== */
.lsa-home .faq { background: var(--bg); }
.lsa-home .faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.lsa-home .faq-list { display: flex; flex-direction: column; gap: 10px; }
.lsa-home details.q {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 0;
    overflow: hidden;
}
.lsa-home details.q summary {
    list-style: none; padding: 18px 22px; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    font-weight: 600; font-size: 15.5px;
}
.lsa-home details.q summary::-webkit-details-marker { display: none; }
.lsa-home details.q summary::after {
    content: "+"; color: var(--green); font-family: 'Inter'; font-weight: 400; font-size: 24px; line-height: 1; transition: transform .2s;
}
.lsa-home details.q[open] summary::after { content: "−"; }
.lsa-home details.q[open] { box-shadow: var(--shadow-md); border-color: #CFE2D5; }
.lsa-home details.q .a { padding: 0 22px 20px; color: var(--muted); font-size: 14.5px; line-height: 1.65; }
.lsa-home .faq-side {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px;
    position: sticky; top: 96px;
}
.lsa-home .faq-side h3 { margin: 8px 0 8px; font-size: 22px; font-weight: 600; line-height: 1.3; color: var(--ink); }
.lsa-home .faq-side p { color: var(--muted); font-size: 14.5px; margin: 0 0 18px; }

/* ===== Final CTA ===== */
.lsa-home .final-cta { padding: 0 0 80px; }
.lsa-home .cta-card {
    background: linear-gradient(135deg, #0E6E3A 0%, #0A4F2A 100%);
    color: #fff; border-radius: var(--r-xl); overflow: hidden; position: relative;
    padding: 64px 56px; text-align: center;
}
.lsa-home .cta-card::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(40% 60% at 20% 20%, rgba(255, 255, 255, .08), transparent 60%),
        radial-gradient(40% 60% at 80% 80%, rgba(220, 38, 38, .15), transparent 60%);
    pointer-events: none;
}
.lsa-home .cta-card .eb { color: #5BC07F; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-family: 'Inter'; position: relative; }
.lsa-home .cta-card h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; margin: 14px auto 14px; max-width: 760px; line-height: 1.2; position: relative; color: #fff; }
.lsa-home .cta-card p { margin: 0 auto 28px; max-width: 540px; color: #B7D3C0; font-size: 16px; position: relative; }
.lsa-home .cta-card .actions { position: relative; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lsa-home .cta-card .btn-primary { background: #fff; color: var(--green-deep); }
.lsa-home .cta-card .btn-primary:hover { background: #f1f1f1; }
.lsa-home .cta-card .btn-ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .3); }
.lsa-home .cta-card .btn-ghost-light:hover { background: rgba(255, 255, 255, .1); }

/* ===== Course archive ===== */
.lsa-home.lsa-archive-shell .hero { padding: 64px 0 32px; }
.lsa-home .lsa-archive-grid-section { padding: 32px 0 96px; }
.lsa-home .lsa-archive-filters {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 12px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: 14px;
    margin-bottom: 32px;
}
.lsa-home .lsa-archive-filters__field input,
.lsa-home .lsa-archive-filters__field select {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    font: inherit;
    font-size: 14.5px;
    color: var(--ink);
}
.lsa-home .lsa-archive-filters__field input:focus,
.lsa-home .lsa-archive-filters__field select:focus {
    outline: none;
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(14, 110, 58, .08);
}
.lsa-home .lsa-archive-filters__summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: var(--muted);
    padding: 0 8px;
}
.lsa-home .lsa-archive-filters__summary strong {
    font-family: 'Inter', sans-serif;
    color: var(--green-deep);
    font-weight: 700;
    font-size: 16px;
}
.lsa-home .lsa-archive-filters__reset {
    background: none;
    border: 0;
    color: var(--red);
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
}
.lsa-home .lsa-archive-filters__reset:hover { background: var(--red-soft); }

@media (max-width: 900px) {
    .lsa-home .lsa-archive-filters {
        grid-template-columns: 1fr 1fr;
    }
    .lsa-home .lsa-archive-filters__field:first-child {
        grid-column: 1 / -1;
    }
    .lsa-home .lsa-archive-filters__summary {
        grid-column: 1 / -1;
        justify-content: space-between;
    }
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
    .lsa-home .hero .wrap,
    .lsa-home .verify .wrap,
    .lsa-home .faq-grid,
    .lsa-home .stats-grid { grid-template-columns: 1fr; gap: 32px; }
    .lsa-home .faq-side { position: static; }
    .lsa-home .feat-grid,
    .lsa-home .courses-grid,
    .lsa-home .testi-grid { grid-template-columns: 1fr 1fr; }
    .lsa-home .testi-track > .quote { flex-basis: calc((100% - 20px) / 2); }
    .lsa-home .inst-grid { grid-template-columns: 1fr 1fr; }
    .lsa-home .steps { grid-template-columns: 1fr 1fr; }
    .lsa-home .steps::before { display: none; }
    .lsa-home .sec-head { grid-template-columns: 1fr; }
    .lsa-home .float-card.top-right { right: 8px; }
    .lsa-home .float-card.bot-left { left: 8px; }
}

@media (max-width: 600px) {
    .lsa-home .feat-grid,
    .lsa-home .courses-grid,
    .lsa-home .testi-grid,
    .lsa-home .inst-grid,
    .lsa-home .steps { grid-template-columns: 1fr; }
    .lsa-home .testi-track > .quote { flex-basis: 100%; }
    .lsa-home .testi-slider { column-gap: 8px; }
    .lsa-home .testi-nav { width: 38px; height: 38px; }
    .lsa-home .hero-stats { grid-template-columns: 1fr 1fr 1fr; }
    .lsa-home .verify .wrap,
    .lsa-home .cta-card,
    .lsa-home .stats-card { padding: 32px 24px; }
}

/* ==========================================================================
   Single course page (single-lsa_course.php)
   ========================================================================== */

/* Hero adjustments */
.lsa-home.lsa-course-shell .hero { padding: 56px 0 64px; }
.lsa-home .lsa-course-hero .hero-text { display: grid; gap: 14px; }
.lsa-home .lsa-course-hero .hero-title { margin: 8px 0 6px; }
.lsa-home .lsa-course-hero .hero-sub { margin-bottom: 8px; }

/* Course chips */
.lsa-home .lsa-course-chips {
    display: flex; flex-wrap: wrap; gap: 10px;
    margin: 4px 0 8px;
    padding-top: 8px;
    border-top: 1px dashed var(--line);
}
.lsa-home .lsa-course-chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff; border: 1px solid var(--line);
    padding: 8px 12px; border-radius: 10px;
    font-size: 13px; color: var(--ink-2);
}
.lsa-home .lsa-course-chip .ic { font-size: 14px; line-height: 1; }
.lsa-home .lsa-course-chip strong { color: var(--green-deep); font-weight: 700; }
.lsa-home .lsa-course-chip--price { background: var(--green-tint); border-color: #CFE2D5; }
.lsa-home .lsa-course-chip--price strong { color: var(--green-deep); font-size: 14px; }
.lsa-home .lsa-course-chip--price.lsa-course-chip--free { background: var(--green); border-color: var(--green); }
.lsa-home .lsa-course-chip--free strong { color: #fff; }

/* Enroll form sits inline with hero CTAs */
.lsa-home .lsa-course-hero__enroll-form { display: inline-block; }

/* Instructor strip */
.lsa-home .lsa-course-instructor {
    display: flex; align-items: flex-start; gap: 14px;
    margin-top: 8px; padding-top: 20px;
    border-top: 1px dashed var(--line);
}
.lsa-home .lsa-course-instructor__avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--green); color: #fff;
    display: grid; place-items: center;
    font-weight: 600; font-family: 'Inter', sans-serif;
    overflow: hidden; flex-shrink: 0;
    border: 2px solid #fff; box-shadow: 0 0 0 1px var(--line);
}
.lsa-home .lsa-course-instructor__avatar img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
}
.lsa-home .lsa-course-instructor__label {
    font-family: 'Inter', sans-serif;
    font-size: 11.5px; color: var(--muted);
    text-transform: uppercase; letter-spacing: .08em;
    margin: 0 0 2px;
}
.lsa-home .lsa-course-instructor strong {
    display: block; font-size: 15px; color: var(--ink); margin-bottom: 4px;
}
.lsa-home .lsa-course-instructor p {
    margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.55;
}

/* Hero auth notice integrates with hero copy */
.lsa-home .lsa-course-hero .lsa-auth-notice {
    margin: 0;
}

/* Course thumbnail in hero — reuses .thumb gradient via class composition */
.lsa-home .lsa-course-hero .photo {
    aspect-ratio: 4 / 4.5;
}
.lsa-home .lsa-course-hero .photo img {
    z-index: 0;
}

/* ===== Overview card ===== */
.lsa-home .lsa-course-overview-section { padding: 0 0 64px; }
.lsa-home .lsa-course-overview-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    padding: 40px 48px;
}
.lsa-home .lsa-course-overview-card__head { margin-bottom: 24px; }
.lsa-home .lsa-course-overview-card__head .section-title { margin-top: 6px; }
.lsa-home .lsa-course-overview-card__body { color: var(--ink-2); line-height: 1.7; }
.lsa-home .lsa-course-overview-card__body > * + * { margin-top: 1em; }
.lsa-home .lsa-course-overview-card__body h2,
.lsa-home .lsa-course-overview-card__body h3 { color: var(--ink); margin-top: 1.5em; }
.lsa-home .lsa-course-overview-card__body a { color: var(--green); text-decoration: underline; }
.lsa-home .lsa-course-overview-card__body ul,
.lsa-home .lsa-course-overview-card__body ol { padding-left: 20px; }

/* ===== Course detail page ===== */
.lsa-home.lsa-course-detail-shell {
    background: var(--bg);
}

.lsa-home .lsa-course-detail-crumb {
    padding: 18px 0 0;
    font-size: 13px;
    color: var(--muted);
}

.lsa-home .lsa-course-detail-crumb .wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lsa-home .lsa-course-detail-crumb a:hover { color: var(--green); }
.lsa-home .lsa-course-detail-crumb__sep { opacity: .5; }
.lsa-home .lsa-course-detail-crumb b { color: var(--ink-2); font-weight: 500; }

.lsa-home .lsa-course-detail-card[id],
.lsa-home .lsa-course-workspace-section[id] {
    scroll-margin-top: 138px;
}

.lsa-home .lsa-course-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 48px;
    align-items: start;
}

.lsa-home .lsa-course-detail-layout__main {
    min-width: 0;
}

.lsa-home .lsa-course-detail-rail {
    min-width: 0;
    position: sticky;
    top: 115px;
    margin: 0 0 40px;
}

.lsa-home .lsa-course-detail-hero {
    padding: 24px 0 40px;
}

.lsa-home .lsa-course-detail-hero__layout {
    display: block;
}

.lsa-home .lsa-course-detail-content__layout {
    display: block;
}

.lsa-home .lsa-course-detail-hero__content {
    min-width: 0;
    max-width: 760px;
}

.lsa-home .lsa-course-detail-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--green-tint);
    color: var(--green-deep);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #D2E6D8;
    margin-bottom: 18px;
}

.lsa-home .lsa-course-detail-hero__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
}

.lsa-home .lsa-course-detail-hero__title {
    font-size: clamp(30px, 3.4vw, 42px);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.16;
    margin: 0 0 16px;
    text-wrap: balance;
}

.lsa-home .lsa-course-detail-hero__sub {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0 0 24px;
    max-width: 640px;
}

.lsa-home .lsa-course-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    font-size: 14px;
    color: var(--ink-2);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line-soft);
    margin-bottom: 20px;
}

.lsa-home .lsa-course-detail-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lsa-home .lsa-course-detail-meta__item b {
    font-weight: 600;
    color: var(--ink);
}

.lsa-home .lsa-course-detail-meta__stars {
    color: #F59E0B;
    letter-spacing: 1px;
    font-size: 13px;
}

.lsa-home .lsa-course-detail-meta__dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--line);
}

.lsa-home .lsa-course-detail-instructor-mini {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lsa-home .lsa-course-detail-instructor-mini__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    background: var(--green);
    overflow: hidden;
    flex-shrink: 0;
}

.lsa-home .lsa-course-detail-instructor-mini__avatar img,
.lsa-home .lsa-course-detail-instructor-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lsa-home .lsa-course-detail-instructor-mini span {
    color: var(--muted);
    font-size: 14px;
}

.lsa-home .lsa-course-detail-instructor-mini b {
    display: block;
    color: var(--ink);
    font-size: 15px;
    font-weight: 600;
}

.lsa-home .lsa-course-detail-enroll {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.lsa-home .lsa-course-detail-enroll__preview {
    aspect-ratio: 16 / 10;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0E6E3A 0%, #0A4F2A 100%);
}

.lsa-home .lsa-course-detail-enroll__preview::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 50% at 30% 30%, rgba(255, 255, 255, .16), transparent 60%), repeating-linear-gradient(45deg, rgba(255, 255, 255, .04) 0 14px, transparent 14px 28px);
}

.lsa-home .lsa-course-detail-enroll__preview.has-image::before {
    background: linear-gradient(to top, rgba(7, 52, 24, .68), rgba(7, 52, 24, .18));
}

.lsa-home .lsa-course-detail-enroll__preview img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lsa-home .lsa-course-detail-enroll__preview.has-video-preview::before,
.lsa-home .lsa-course-detail-enroll__preview.has-video-preview img {
    opacity: .28;
}

.lsa-home .lsa-course-detail-enroll__preview-video,
.lsa-home .lsa-course-detail-enroll__preview-video iframe,
.lsa-home .lsa-course-detail-enroll__preview-video video,
.lsa-home .lsa-course-video-embed iframe,
.lsa-home .lsa-course-video-embed video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.lsa-home .lsa-course-detail-enroll__preview-video {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.lsa-home .lsa-course-detail-enroll__preview-video video,
.lsa-home .lsa-course-video-embed video {
    object-fit: cover;
}

.lsa-home .lsa-course-detail-enroll__preview-video .lsa-course-detail-enroll__play-btn {
    position: absolute; inset: 0; z-index: 2;
    display: grid; place-items: center;
    background: none; border: none; cursor: pointer;
    width: 100%; height: 100%; padding: 0;
}
.lsa-home .lsa-course-detail-enroll__preview-video .lsa-course-detail-enroll__play {
    width: 60px; height: 60px; border-radius: 50%;
    background: rgba(255,255,255,.92); color: #0E6E3A;
    display: grid; place-items: center;
    transition: box-shadow .2s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
.lsa-home .lsa-course-detail-enroll__preview-video .lsa-course-detail-enroll__play svg {
    width: 28px; height: 28px; margin-left: 3px;
}
.lsa-home .lsa-course-detail-enroll__preview-video .lsa-course-detail-enroll__play-btn:hover .lsa-course-detail-enroll__play {
    box-shadow: 0 6px 28px rgba(0,0,0,.3);
}
.lsa-home .lsa-course-detail-enroll__preview-video iframe[data-src]:not([src]) {
    display: block; width: 100%; height: 100%; border: 0;
}
.lsa-preview-controls-overlay {
    position: absolute; left: 0; right: 0; bottom: 0; height: 48px; z-index: 3;
    background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.85) 40%, transparent 100%);
}

.lsa-home .lsa-course-video-embed {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.lsa-home .lsa-course-detail-enroll__tag,
.lsa-home .lsa-course-detail-enroll__dur {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.lsa-home .lsa-course-detail-enroll__tag {
    left: 16px;
    top: 16px;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(6px);
    padding: 5px 10px;
    border-radius: 6px;
}

.lsa-home .lsa-course-detail-enroll__preview-cta {
    margin-top: 10px;
}
.lsa-home .lsa-course-detail-enroll__preview-cta[hidden] {
    display: none;
}

.lsa-home .lsa-course-detail-enroll__dur {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
    background: rgba(0, 0, 0, .55);
    padding: 4px 8px;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.lsa-home .lsa-course-detail-enroll__play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    display: grid;
    place-items: center;
    color: var(--green-deep);
    box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .3);
}

.lsa-home .lsa-course-detail-enroll__body {
    padding: 24px;
}

.lsa-home .lsa-course-detail-enroll__price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.lsa-home .lsa-course-detail-enroll__price {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.02em;
    font-family: 'Inter', sans-serif;
    color: var(--ink);
}

.lsa-home .lsa-course-detail-enroll__price--free {
    color: var(--green);
}

.lsa-home .lsa-course-detail-enroll-mobile {
    display: none;
}

.lsa-home .lsa-course-detail-enroll__offer {
    font-size: 12px;
    font-weight: 600;
    color: var(--red);
    background: var(--red-soft);
    padding: 3px 8px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
}

.lsa-home .lsa-course-detail-enroll__note {
    font-size: 13px;
    color: var(--muted);
    margin: 0 0 18px;
}

.lsa-home .lsa-course-detail-enroll__cta,
.lsa-home .lsa-course-detail-enroll__form {
    display: grid;
    gap: 10px;
}

.lsa-home .lsa-course-detail-enroll__cta {
    margin-bottom: 18px;
}

.lsa-home .lsa-course-detail-enroll__cta .btn,
.lsa-home .lsa-course-detail-mobile-bar .btn {
    justify-content: center;
}

.lsa-home .lsa-course-detail-includes {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line-soft);
}

.lsa-home .lsa-course-detail-includes h2 {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-2);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-family: 'Inter', sans-serif;
}

.lsa-home .lsa-course-detail-includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    font-size: 14px;
    color: var(--ink-2);
}

.lsa-home .lsa-course-detail-includes li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lsa-home .lsa-course-detail-includes li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-top: 2px;
    flex-shrink: 0;
    background: var(--green-tint) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E6E3A' stroke-width='3'><path d='M5 12l4 4 10-10'/></svg>") center/10px no-repeat;
}

.lsa-home .lsa-course-detail-share {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid var(--line-soft);
    font-size: 13px;
    color: var(--muted);
}

.lsa-home .lsa-course-detail-share a {
    color: var(--green);
    font-weight: 600;
}

.lsa-home .lsa-course-detail-content {
    padding: 0 0 56px;
}

.lsa-home .lsa-course-detail-main {
    min-width: 0;
}

.lsa-home .lsa-course-detail-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 32px;
    overflow-x: auto;
    scrollbar-width: none;
    position: sticky;
    top: calc(64px - 1px);
    background: var(--bg);
    z-index: 5;
    padding-top: 0;
}

.lsa-home .lsa-course-detail-tabs::-webkit-scrollbar { display: none; }

.lsa-home .lsa-course-detail-tabs a {
    padding: 14px 18px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--muted);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    white-space: nowrap;
}

.lsa-home .lsa-course-detail-tabs a:hover,
.lsa-home .lsa-course-detail-tabs a:focus-visible,
.lsa-home .lsa-course-detail-tabs a[aria-current="true"] {
    color: var(--green);
    border-color: var(--green);
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.lsa-home .lsa-course-detail-glance {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
    overflow: hidden;
    margin-bottom: 24px;
}

.lsa-home .lsa-course-detail-glance__item {
    padding: 18px 20px;
    border-right: 1px solid var(--line-soft);
}

.lsa-home .lsa-course-detail-glance__item:last-child { border-right: 0; }

.lsa-home .lsa-course-detail-glance__value {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--ink);
    line-height: 1.1;
}

.lsa-home .lsa-course-detail-glance__label {
    display: block;
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 2px;
}

.lsa-home .lsa-course-detail-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 32px;
    margin-bottom: 24px;
}

.lsa-home .lsa-course-detail-prose {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--ink-2);
}

.lsa-home .lsa-course-detail-prose > *:first-child { margin-top: 0; }
.lsa-home .lsa-course-detail-prose > *:last-child { margin-bottom: 0; }
.lsa-home .lsa-course-detail-prose strong { color: var(--ink); }

.lsa-home .lsa-course-detail-outcomes,
.lsa-home .lsa-course-detail-reqs,
.lsa-home .lsa-course-detail-lessons,
.lsa-home .lsa-course-detail-review-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lsa-home .lsa-course-detail-outcomes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
}

.lsa-home .lsa-course-detail-outcomes li,
.lsa-home .lsa-course-detail-reqs li {
    display: flex;
    gap: 12px;
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.55;
}

.lsa-home .lsa-course-detail-outcomes li::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-top: 2px;
    flex-shrink: 0;
    background: var(--green-tint) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E6E3A' stroke-width='3'><path d='M5 12l4 4 10-10'/></svg>") center/13px no-repeat;
}

.lsa-home .lsa-course-detail-reqs {
    display: grid;
    gap: 10px;
    margin-top: 8px;
}

.lsa-home .lsa-course-detail-reqs li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    margin-top: 10px;
    flex-shrink: 0;
}

.lsa-home .lsa-course-detail-curriculum-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 18px;
    flex-wrap: wrap;
    gap: 14px;
}

.lsa-home .lsa-course-detail-curriculum-stats {
    font-size: 13.5px;
    color: var(--muted);
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.lsa-home .lsa-course-detail-curriculum-stats b { color: var(--ink); font-weight: 600; }

.lsa-home .lsa-course-detail-modules {
    display: grid;
    gap: 10px;
}

.lsa-home .lsa-course-detail-module {
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    overflow: hidden;
    background: #fff;
}

.lsa-home .lsa-course-detail-module summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.lsa-home .lsa-course-detail-module summary::-webkit-details-marker { display: none; }

.lsa-home .lsa-course-detail-module summary::after {
    content: "";
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-left: auto;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E6E3A' stroke-width='2.5'><path d='M6 9l6 6 6-6'/></svg>") center/contain no-repeat;
    transition: transform .2s;
}

.lsa-home .lsa-course-detail-module[open] summary::after { transform: rotate(180deg); }
.lsa-home .lsa-course-detail-module[open] summary {
    border-bottom: 1px solid var(--line-soft);
    background: var(--green-soft);
}

.lsa-home .lsa-course-detail-module__num {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--green-tint);
    color: var(--green-deep);
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 13px;
    flex-shrink: 0;
}

.lsa-home .lsa-course-detail-module__title {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
}

.lsa-home .lsa-course-detail-module__meta {
    font-size: 13px;
    color: var(--muted);
    display: flex;
    gap: 14px;
    margin-right: 14px;
    flex-wrap: wrap;
}

.lsa-home .lsa-course-detail-lessons {
    padding: 6px 0;
}

.lsa-home .lsa-course-detail-lessons li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 22px;
    font-size: 14.5px;
    color: var(--ink-2);
    transition: background .15s;
}

.lsa-home .lsa-course-detail-lessons li {
    cursor: default;
}
.lsa-home .lsa-course-detail-lessons li[data-lsa-video-modal] {
    cursor: pointer;
}
.lsa-home .lsa-course-detail-lessons li[data-lsa-video-modal]:hover {
    background: var(--green-soft);
}

.lsa-home .lsa-course-detail-lessons__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: transform .15s, box-shadow .15s;
    box-shadow: 0 0 0 3px rgba(14, 110, 58, .15);
}
.lsa-home .lsa-course-detail-lessons li[data-lsa-video-modal]:hover .lsa-course-detail-lessons__icon--play {
    transform: scale(1.12);
}
.lsa-home a.lsa-course-detail-lessons__icon {
    text-decoration: none;
    transition: background .15s, transform .15s;
}
.lsa-home a.lsa-course-detail-lessons__icon:hover {
    background: var(--green-tint);
    transform: scale(1.08);
}
.lsa-home .lsa-course-detail-lessons__icon--lock {
    background: #F0F0ED;
    color: #B3B6AA;
}
.lsa-home .lsa-course-detail-lessons li.is-locked {
    opacity: 0.7;
}
.lsa-home .lsa-course-detail-lessons li.is-locked:hover {
    background: none;
    cursor: default;
}

.lsa-home .lsa-course-detail-lessons__copy {
    flex: 1;
    min-width: 0;
    padding-right: 14px;
}

.lsa-home .lsa-course-detail-lessons__copy strong {
    display: block;
    color: var(--ink-2);
}

.lsa-home .lsa-course-detail-lessons__copy small {
    display: block;
    color: var(--muted);
    font-size: 12.5px;
    margin-top: 2px;
}

.lsa-home .lsa-course-detail-lessons__duration {
    font-size: 12px;
    font-weight: 500;
    color: var(--ink-2);
    flex-shrink: 0;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
}

.lsa-home .lsa-course-detail-pill {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    flex-shrink: 0;
}

.lsa-home .lsa-course-detail-pill--green {
    background: var(--green-tint);
    color: var(--green-deep);
}

.lsa-home .lsa-course-detail-pill--amber {
    background: #FEF3C7;
    color: #92400E;
}

.lsa-home .lsa-course-detail-empty {
    padding: 28px;
    border-radius: var(--r-md);
    border: 1px dashed var(--line);
    background: var(--green-soft);
}

.lsa-home .lsa-course-detail-empty h3,
.lsa-home .lsa-course-empty h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.lsa-home .lsa-course-detail-empty p,
.lsa-home .lsa-course-empty p { margin: 0; }

.lsa-home .lsa-course-detail-instructor-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: start;
}

.lsa-home .lsa-course-detail-instructor-card__avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    background: var(--green);
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px var(--line);
    overflow: hidden;
}

.lsa-home .lsa-course-detail-instructor-card h3 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 600;
}

.lsa-home .lsa-course-detail-instructor-card__role {
    font-size: 13.5px;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 12px;
}

.lsa-home .lsa-course-detail-instructor-card__stats {
    display: flex;
    gap: 24px;
    margin: 14px 0 16px;
    flex-wrap: wrap;
    padding: 12px 0;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
}

.lsa-home .lsa-course-detail-instructor-card__stats div {
    font-size: 12.5px;
    color: var(--muted);
}

.lsa-home .lsa-course-detail-instructor-card__stats b {
    display: block;
    font-size: 18px;
    color: var(--ink);
    font-weight: 600;
    margin-bottom: 1px;
}

.lsa-home .lsa-course-detail-instructor-card__stats span { display: block; }

.lsa-home .lsa-course-detail-instructor-card__bio {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
}

.lsa-home .lsa-course-detail-reviews-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 36px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line-soft);
    margin-bottom: 24px;
}

.lsa-home .lsa-course-detail-reviews-head__score {
    text-align: center;
    padding-right: 36px;
    border-right: 1px solid var(--line-soft);
}

.lsa-home .lsa-course-detail-reviews-head__value {
    font-size: 54px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.02em;
    line-height: 1;
}

.lsa-home .lsa-course-detail-reviews-head__stars {
    color: #F59E0B;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 6px 0;
}

.lsa-home .lsa-course-detail-reviews-head__count {
    font-size: 12.5px;
    color: var(--muted);
}

.lsa-home .lsa-course-detail-reviews-bars {
    display: grid;
    gap: 10px;
}

.lsa-home .lsa-course-detail-reviews-bars__row {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    gap: 14px;
    align-items: center;
    font-size: 13px;
    color: var(--muted);
    font-family: 'Inter', sans-serif;
}

.lsa-home .lsa-course-detail-reviews-bars__track {
    height: 6px;
    background: #EFECE2;
    border-radius: 4px;
    overflow: hidden;
}

.lsa-home .lsa-course-detail-reviews-bars__track i {
    display: block;
    height: 100%;
    background: #F59E0B;
    border-radius: 4px;
}

.lsa-home .lsa-course-detail-review {
    padding: 18px 0;
    border-bottom: 1px solid var(--line-soft);
}

.lsa-home .lsa-course-detail-review:last-child { border-bottom: 0; }

.lsa-home .lsa-course-detail-review__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.lsa-home .lsa-course-detail-review__avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
}

.lsa-home .lsa-course-detail-review__who {
    min-width: 0;
}

.lsa-home .lsa-course-detail-review__who b {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
}

.lsa-home .lsa-course-detail-review__who span {
    font-size: 12.5px;
    color: var(--muted);
}

.lsa-home .lsa-course-detail-review__stars {
    margin-left: auto;
    color: #F59E0B;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.lsa-home .lsa-review-hidden {
    display: none;
}
.lsa-home .lsa-review-see-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 10px 24px;
    background: none;
    border: 1.5px solid var(--line, #D6D1C4);
    border-radius: 8px;
    color: var(--ink-2, #262522);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background .15s, border-color .15s;
}
.lsa-home .lsa-review-see-more:hover {
    background: var(--green-soft, #F0F7F0);
    border-color: var(--green, #0E6E3A);
    color: var(--green, #0E6E3A);
}
.lsa-home .lsa-review-see-more svg {
    transition: transform .15s;
}
.lsa-home .lsa-review-see-more:hover svg {
    transform: translateY(2px);
}

.lsa-home .lsa-course-detail-review p {
    margin: 0;
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.65;
}

.lsa-home .lsa-review-stars label:hover,
.lsa-home .lsa-review-stars label:hover ~ label { color: #f5a623 !important; }
.lsa-home .lsa-review-stars { direction: rtl; unicode-bidi: bidi-override; display: inline-flex; }

.lsa-home .lsa-course-detail-faq-grid {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.lsa-home .lsa-course-detail-faq-side p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.7;
}

.lsa-home .lsa-course-detail-faq-list {
    display: grid;
    gap: 12px;
}

.lsa-home .lsa-course-detail-faq-item {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--bg);
    overflow: hidden;
}

.lsa-home .lsa-course-detail-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    position: relative;
}

.lsa-home .lsa-course-detail-faq-item summary::-webkit-details-marker { display: none; }

.lsa-home .lsa-course-detail-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--green);
    font-size: 22px;
    line-height: 1;
}

.lsa-home .lsa-course-detail-faq-item[open] summary::after { content: "−"; }

.lsa-home .lsa-course-detail-faq-item div {
    padding: 0 20px 20px;
    color: var(--ink-2);
    line-height: 1.7;
}

.lsa-home .lsa-course-detail-related {
    padding: 48px 0 80px;
    background: #fff;
    border-top: 1px solid var(--line-soft);
}

.lsa-home .lsa-course-detail-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.lsa-home .lsa-course-detail-related__card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition: transform .15s, box-shadow .2s;
    display: flex;
    flex-direction: column;
}

.lsa-home .lsa-course-detail-related__card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.lsa-home .lsa-course-detail-related__thumb {
    aspect-ratio: 16 / 10;
    position: relative;
    overflow: hidden;
    display: block;
    background: linear-gradient(135deg, #0E6E3A 0%, #0A4F2A 100%);
}

.lsa-home .lsa-course-detail-related__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 12px, transparent 12px 24px);
}

.lsa-home .lsa-course-detail-related__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lsa-home .lsa-course-detail-related__price {
    position: absolute;
    right: 14px;
    top: 14px;
    background: #fff;
    color: var(--green-deep);
    padding: 4px 9px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12.5px;
    font-family: 'Inter', sans-serif;
    z-index: 1;
}

.lsa-home .lsa-course-detail-related__body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.lsa-home .lsa-course-detail-related__cat {
    font-size: 11.5px;
    color: var(--green);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: 'Inter', sans-serif;
}

.lsa-home .lsa-course-detail-related__body h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 14px;
    line-height: 1.35;
}

.lsa-home .lsa-course-detail-related__body h3 a:hover { color: var(--green); }

.lsa-home .lsa-course-detail-related__meta {
    font-size: 12.5px;
    color: var(--muted);
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--line-soft);
}

.lsa-home .lsa-course-detail-mobile-bar {
    display: none;
}

@media (max-width: 980px) {
    .lsa-home .lsa-course-detail-hero__layout,
    .lsa-home .lsa-course-detail-layout,
    .lsa-home .lsa-course-detail-content__layout,
    .lsa-home .lsa-course-detail-faq-grid {
        gap: 32px;
    }

    .lsa-home .lsa-course-detail-enroll-mobile {
        display: block;
        margin-bottom: 24px;
    }
    .lsa-home .lsa-course-detail-enroll-mobile__preview {
        position: relative;
        border-radius: var(--r-md) var(--r-md) 0 0;
        overflow: hidden;
        background: var(--line-soft);
        aspect-ratio: 16 / 9;
    }
    .lsa-home .lsa-course-detail-enroll-mobile__preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .lsa-home .lsa-course-detail-enroll-mobile__cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        background: #fff;
        border: 1px solid var(--line);
        border-top: 0;
        border-radius: 0 0 var(--r-md) var(--r-md);
    }
    .lsa-home .lsa-course-detail-enroll-mobile__cta .btn {
        flex-shrink: 0;
    }
    .lsa-home .lsa-course-detail-rail .lsa-course-detail-enroll__preview {
        display: none;
    }

    .lsa-home .lsa-course-detail-layout {
        grid-template-columns: 1fr;
    }

    .lsa-home .lsa-course-detail-content__layout,
    .lsa-home .lsa-course-detail-faq-grid {
        grid-template-columns: 1fr;
    }

    .lsa-home .lsa-course-detail-enroll {
        flex-basis: auto;
        width: 100%;
    }

    .lsa-home .lsa-course-detail-rail {
        position: static;
    }
    .lsa-home .lsa-course-detail-outcomes { grid-template-columns: 1fr; }
    .lsa-home .lsa-course-detail-glance { grid-template-columns: 1fr 1fr; }
    .lsa-home .lsa-course-detail-related__grid { grid-template-columns: 1fr 1fr; }
    .lsa-home .lsa-course-detail-instructor-card { grid-template-columns: 1fr; text-align: center; }
    .lsa-home .lsa-course-detail-instructor-card__avatar { margin: 0 auto; }
    .lsa-home .lsa-course-detail-instructor-card__stats { justify-content: center; }
    .lsa-home .lsa-course-detail-reviews-head { grid-template-columns: 1fr; gap: 24px; }
    .lsa-home .lsa-course-detail-reviews-head__score {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 24px;
        border-bottom: 1px solid var(--line-soft);
    }
}

@media (max-width: 600px) {
    .lsa-home .lsa-course-detail-card { padding: 24px 20px; }
    .lsa-home .lsa-course-detail-glance { grid-template-columns: 1fr 1fr; }
    .lsa-home .lsa-course-detail-related__grid { grid-template-columns: 1fr; }
    .lsa-home .lsa-course-detail-meta { gap: 12px; }
    .lsa-home .lsa-course-detail-meta__dot { display: none; }
    .lsa-home .lsa-course-detail-module summary,
    .lsa-home .lsa-course-detail-lessons li { padding-left: 16px; padding-right: 16px; }
    .lsa-home .lsa-course-detail-module summary {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .lsa-home .lsa-course-detail-module__title {
        min-width: 0;
    }
    .lsa-home .lsa-course-detail-module__meta {
        width: 100%;
        margin-right: 0;
        margin-left: 46px;
    }
    .lsa-home .lsa-course-detail-lessons li {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .lsa-home .lsa-course-detail-lessons__copy {
        min-width: 0;
        padding-right: 0;
    }
    /* Force duration (and, following it, any pills) onto their own row so the
       lesson title on row 1 isn't squeezed down to a sliver by everything
       that trails it. */
    .lsa-home .lsa-course-detail-lessons__duration {
        flex-basis: 100%;
        margin-left: 54px;
    }
    .lsa-home .lsa-course-detail-pill { margin-left: 44px; }
    .lsa-home .lsa-course-detail-review__top {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .lsa-home .lsa-course-detail-review__stars {
        margin-left: 50px;
    }
    .lsa-home .lsa-course-detail-mobile-bar {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 40;
        background: #fff;
        border-top: 1px solid var(--line);
        padding: 12px 16px;
        align-items: center;
        gap: 12px;
        box-shadow: 0 -8px 24px -10px rgba(0, 0, 0, .15);
    }
    .lsa-home .lsa-course-detail-mobile-bar__price {
        flex: 1;
        min-width: 0;
    }
    .lsa-home .lsa-course-detail-mobile-bar__price b {
        display: block;
        font-size: 20px;
        color: var(--green-deep);
        font-weight: 700;
        line-height: 1;
    }
    .lsa-home .lsa-course-detail-mobile-bar__price span {
        font-size: 12px;
        color: var(--muted);
    }
    .lsa-home .lsa-course-detail-mobile-bar__form { margin: 0; }
    body.single-lsa_course { padding-bottom: 80px; }
}

/* ===== Workspace ===== */
.lsa-home .lsa-course-workspace-section { padding: 32px 0 96px; }
.lsa-home .lsa-course-workspace-head { align-items: start; }
.lsa-home .lsa-course-progress-pill {
    display: inline-flex; align-items: center; gap: 10px;
    background: #fff; border: 1px solid var(--line);
    padding: 10px 16px; border-radius: 999px;
}
.lsa-home .lsa-course-progress-pill strong {
    font-family: 'Inter', sans-serif; font-size: 18px; color: var(--green-deep); font-weight: 700;
}
.lsa-home .lsa-course-progress-pill span { color: var(--muted); font-size: 13px; }

.lsa-home .lsa-course-workspace {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    align-items: start;
}

/* Sidebar map */
.lsa-home .lsa-course-map {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 22px;
    position: sticky; top: 96px;
    display: grid; gap: 16px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
.lsa-home .lsa-course-map__header { display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.lsa-home .lsa-course-map__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px; color: var(--red); font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase; margin: 0 0 4px;
}
.lsa-home .lsa-course-map h3 { margin: 0; font-size: 17px; font-weight: 600; color: var(--ink); }
.lsa-home .lsa-course-map__progress {
    text-align: right; font-size: 12px; color: var(--muted);
}
.lsa-home .lsa-course-map__progress strong {
    display: block; font-family: 'Inter', sans-serif; font-size: 16px;
    color: var(--green-deep); font-weight: 700;
}
.lsa-home .lsa-course-map__bar {
    height: 6px; background: var(--green-tint); border-radius: 999px; overflow: hidden;
}
.lsa-home .lsa-course-map__bar-fill {
    display: block; height: 100%;
    background: linear-gradient(90deg, var(--green) 0%, #1F8F4D 100%);
    transition: width .3s ease;
}
.lsa-home .lsa-course-map__modules { display: grid; gap: 4px; }
.lsa-home .lsa-course-map__module + .lsa-course-map__module { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line-soft); }
.lsa-home .lsa-course-map__module-toggle {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 10px 6px;
    font-weight: 600; font-size: 14px; color: var(--ink);
    background: none; border: 0; cursor: pointer; text-align: left;
    border-radius: 8px;
}
.lsa-home .lsa-course-map__module-toggle:hover { background: var(--green-soft); }
.lsa-home .lsa-course-map__module-chev {
    font-family: 'Inter', sans-serif; color: var(--green); font-size: 18px;
    line-height: 1; width: 18px; text-align: center;
}
.lsa-home .lsa-course-map__lessons { display: grid; gap: 2px; padding: 4px 0 6px; }
.lsa-home .lsa-course-map__lesson {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    gap: 10px;
    padding: 9px 10px;
    background: none; border: 0; border-radius: 8px;
    font-size: 13.5px; color: var(--ink-2); cursor: pointer; text-align: left;
}
.lsa-home .lsa-course-map__lesson:hover { background: var(--green-soft); color: var(--green-deep); }
.lsa-home .lsa-course-map__lesson:disabled { color: #B3B6AA; cursor: not-allowed; }
.lsa-home .lsa-course-map__lesson:disabled:hover { background: none; }
.lsa-home .lsa-course-map__lesson.is-active {
    background: var(--green-tint); color: var(--green-deep); font-weight: 600;
}
.lsa-home .lsa-course-map__lesson.is-completed { color: var(--green); }
.lsa-home .lsa-course-map__lesson-title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lsa-home .lsa-course-map__status {
    width: 18px; height: 18px; display: inline-grid; place-items: center;
    font-size: 12px; color: var(--muted);
}
.lsa-home .lsa-course-map__status.is-passed { color: var(--green); }
.lsa-home .lsa-course-map__status.is-locked { color: #B3B6AA; }

/* Lesson stage */
.lsa-home .lsa-course-stage { display: grid; gap: 24px; min-width: 0; }
.lsa-home .lsa-lesson-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 32px;
    display: grid; gap: 24px;
}
.lsa-home .lsa-lesson-card[x-cloak] { display: none; }

.lsa-home .lsa-lesson-card__head {
    display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: start;
}
.lsa-home .lsa-lesson-card__index {
    width: 56px; height: 56px; border-radius: 14px;
    background: var(--green-tint); color: var(--green-deep);
    display: grid; place-items: center;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 18px;
    border: 1px solid #CFE2D5;
}
.lsa-home .lsa-lesson-card__title h3 {
    margin: 0; font-size: 22px; line-height: 1.25; color: var(--ink); font-weight: 700;
}
.lsa-home .lsa-lesson-card__eyebrow {
    font-family: 'Inter', sans-serif; font-size: 11px;
    color: var(--red); letter-spacing: .08em; text-transform: uppercase;
    margin: 0 0 4px; font-weight: 700;
}
.lsa-home .lsa-lesson-card__badges {
    display: flex; flex-wrap: wrap; gap: 6px;
}
.lsa-home .lsa-lesson-badge {
    display: inline-flex; align-items: center;
    padding: 4px 10px; border-radius: 6px;
    font-size: 11.5px; font-weight: 600;
    letter-spacing: .02em;
}
.lsa-home .lsa-lesson-badge--video { background: var(--green-tint); color: var(--green-deep); }
.lsa-home .lsa-lesson-badge--quiz { background: var(--red-soft); color: var(--red); }

.lsa-home .lsa-lesson-card__body {
    color: var(--ink-2); line-height: 1.7;
}
.lsa-home .lsa-lesson-card__body > * + * { margin-top: 0.9em; }

/* Video player chrome */
.lsa-home .lsa-lesson-card__video {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px;
}
.lsa-home .lsa-inline-video-player { display: grid; gap: 12px; }
.lsa-home .lsa-inline-video {
    width: 100%; aspect-ratio: 16 / 9;
    background: #000; border-radius: 10px;
    display: block;
}
.lsa-home .lsa-inline-video-player__controls {
    display: flex; align-items: center; gap: 14px;
}
.lsa-home .lsa-inline-video-player__toggle {
    padding: 8px 16px;
    background: var(--green); color: #fff;
    border-radius: 8px; font-weight: 600; font-size: 13.5px;
    border: 0; cursor: pointer;
}
.lsa-home .lsa-inline-video-player__toggle:hover { background: var(--green-deep); }
.lsa-home .lsa-inline-video-player__time {
    margin: 0; font-size: 13px; color: var(--muted);
}
.lsa-home .lsa-inline-video-player__note {
    margin: 0; padding: 10px 14px;
    background: #fff; border: 1px dashed var(--line);
    border-radius: 8px;
    font-size: 12.5px; color: var(--muted); line-height: 1.55;
}

/* Quiz block */
.lsa-home .lsa-lesson-card__quiz {
    background: var(--green-soft);
    border: 1px solid #D2E6D8;
    border-radius: 14px;
    padding: 22px;
}
.lsa-home .lsa-lesson-quiz__head {
    display: flex; justify-content: space-between; align-items: start; gap: 12px;
    margin-bottom: 14px;
}
.lsa-home .lsa-lesson-quiz__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px; color: var(--red); font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    margin: 0 0 4px;
}
.lsa-home .lsa-lesson-quiz__head strong {
    display: block; font-size: 16px; color: var(--ink);
}
.lsa-home .lsa-lesson-quiz__meta {
    display: block; font-size: 12.5px; color: var(--muted); margin-top: 4px;
}
.lsa-home .lsa-lesson-quiz__timer {
    background: #fff; border: 1px solid var(--line);
    padding: 6px 12px; border-radius: 8px;
    font-weight: 700; font-size: 14px; color: var(--green-deep);
}
.lsa-home .lsa-lesson-quiz__body p { margin: 0 0 12px; color: var(--ink-2); font-size: 14px; line-height: 1.55; }
.lsa-home .lsa-lesson-quiz__body p.lsa-lesson-quiz__hint { color: var(--muted); font-style: italic; }

.lsa-home .lsa-quiz-runner { display: grid; gap: 16px; }
.lsa-home .lsa-quiz-runner__question {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 16px 18px;
    margin: 0;
}
.lsa-home .lsa-quiz-runner__question legend {
    padding: 0 0 10px;
    font-weight: 600; font-size: 14.5px; color: var(--ink);
}
.lsa-home .lsa-quiz-runner__option {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px; color: var(--ink-2);
    transition: border-color .15s, background .15s;
}
.lsa-home .lsa-quiz-runner__option + .lsa-quiz-runner__option { margin-top: 6px; }
.lsa-home .lsa-quiz-runner__option:hover { border-color: var(--green); background: var(--green-soft); }
.lsa-home .lsa-quiz-runner__option input { margin: 0; accent-color: var(--green); }
.lsa-home .lsa-quiz-runner__actions { display: flex; gap: 12px; }

.lsa-home .lsa-quiz-result {
    padding: 16px 18px;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: #fff;
}
.lsa-home .lsa-quiz-result strong { display: block; font-size: 15px; margin-bottom: 4px; }
.lsa-home .lsa-quiz-result p { margin: 0 0 10px; font-size: 13.5px; color: var(--muted); }
.lsa-home .lsa-quiz-result.is-passed { background: var(--green-tint); border-color: #CFE2D5; }
.lsa-home .lsa-quiz-result.is-passed strong { color: var(--green-deep); }
.lsa-home .lsa-quiz-result.is-failed { background: var(--red-soft); border-color: #F2C4C4; }
.lsa-home .lsa-quiz-result.is-failed strong { color: var(--red); }

/* Lesson actions */
.lsa-home .lsa-lesson-card__actions {
    display: flex; gap: 12px; flex-wrap: wrap;
    padding-top: 16px; border-top: 1px solid var(--line-soft);
}

/* Empty state */
.lsa-home .lsa-course-empty {
    background: #fff;
    border: 1px dashed var(--line);
    border-radius: var(--r-lg);
    padding: 40px;
    text-align: center;
    color: var(--muted);
}
.lsa-home .lsa-course-empty h3 { margin: 0 0 8px; color: var(--ink); font-size: 18px; }
.lsa-home .lsa-course-empty p { margin: 0; }

/* Responsive */
@media (max-width: 980px) {
    .lsa-home .lsa-course-workspace { grid-template-columns: 1fr; }
    .lsa-home .lsa-course-map { position: static; max-height: none; }
    .lsa-home .lsa-course-hero .float-card { display: none; }
    .lsa-home .lsa-course-overview-card { padding: 28px 24px; }
    .lsa-home .lsa-lesson-card { padding: 24px; }
    .lsa-home .lsa-lesson-card__head { grid-template-columns: auto 1fr; }
    .lsa-home .lsa-lesson-card__badges { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .lsa-home .lsa-course-chips { gap: 8px; }
    .lsa-home .lsa-course-chip { padding: 6px 10px; font-size: 12.5px; }
    .lsa-home .lsa-lesson-card { padding: 20px; }
    .lsa-home .lsa-lesson-quiz__head { flex-direction: column; }
}

/* ===== Auth pages ===== */
/* Auth shell */
.lsa-auth-shell {
    min-height: calc(100vh - 108px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
}

.lsa-auth-form-col {
    width: 100%;
    max-width: 520px;
    padding: 48px 24px;
}

/* Auth card */
.lsa-auth-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    padding: 40px;
    box-shadow: var(--shadow-md);
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.lsa-auth-panel__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lsa-auth-panel__eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--green);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.lsa-auth-panel__eyebrow::before {
    content: "";
    width: 16px;
    height: 1.5px;
    background: var(--red);
    flex-shrink: 0;
}

.lsa-auth-panel__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    margin: 0;
    line-height: 1.25;
}

.lsa-auth-panel__sub {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
}

/* Form fields */
.lsa-auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lsa-auth-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.lsa-auth-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lsa-auth-field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-2);
    letter-spacing: .01em;
}

.lsa-auth-field input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1.5px solid var(--line);
    border-radius: var(--r-md);
    font-family: inherit;
    font-size: 15px;
    color: var(--ink);
    background: var(--bg);
    outline: none;
    transition: border-color .15s, box-shadow .15s, background .15s;
    box-sizing: border-box;
}

.lsa-auth-field input::placeholder { color: #A8B5AE; }

.lsa-auth-field input:focus {
    border-color: var(--green);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(14, 110, 58, .12);
}

.lsa-auth-field select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1.5px solid var(--line);
    border-radius: var(--r-md);
    font-family: inherit;
    font-size: 15px;
    color: var(--ink);
    background: var(--bg);
    outline: none;
    transition: border-color .15s, box-shadow .15s, background .15s;
    box-sizing: border-box;
    appearance: auto;
    cursor: pointer;
}

.lsa-auth-field select:focus {
    border-color: var(--green);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(14, 110, 58, .12);
}

/* Submit button — full-width inside form context */
.lsa-home .lsa-auth-btn {
    width: 100%;
    justify-content: center;
}

/* Switch link */
.lsa-auth-panel__switch {
    text-align: center;
    font-size: 13.5px;
    color: var(--muted);
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid var(--line-soft);
}

.lsa-auth-panel__switch a {
    color: var(--green);
    font-weight: 600;
}

.lsa-auth-panel__switch a:hover { text-decoration: underline; }

/* Auth notices */
.lsa-home .lsa-auth-notice {
    padding: 12px 16px;
    border-radius: var(--r-md);
    font-size: 13.5px;
    line-height: 1.5;
    border: 1px solid transparent;
}

.lsa-home .lsa-auth-notice p { margin: 0; }

.lsa-home .lsa-auth-notice--error {
    background: var(--red-soft);
    color: #7f1d1d;
    border-color: #FECACA;
}

.lsa-home .lsa-auth-notice--success {
    background: var(--green-soft);
    color: var(--green-deep);
    border-color: var(--green-tint);
}

.lsa-home .lsa-auth-notice--info {
    background: var(--green-soft);
    color: var(--green-deep);
    border-color: var(--green-tint);
}

/* Responsive */
@media (max-width: 900px) {
    .lsa-auth-form-col {
        padding: 32px 20px;
    }

    .lsa-auth-panel {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .lsa-auth-panel {
        padding: 28px 20px;
        border-radius: var(--r-lg);
        gap: 20px;
    }

    .lsa-auth-form__grid {
        grid-template-columns: 1fr;
    }

    .lsa-auth-form-col {
        padding: 20px 16px;
    }
}

/* ─── Lesson play button in curriculum list ──────────────────────────────── */
.lsa-home .lsa-course-detail-lessons__icon--play {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    background: var(--green-soft);
    color: var(--green);
    transition: background .15s, transform .15s;
}
.lsa-home .lsa-course-detail-lessons__icon--play:hover {
    background: var(--green-tint);
    transform: scale(1.08);
}

/* ─── Lesson video modal ─────────────────────────────────────────────────── */
.lsa-video-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.lsa-video-modal[hidden] { display: none; }
.lsa-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .80);
    cursor: pointer;
}
.lsa-video-modal__box {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 920px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .55);
}
.lsa-video-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .15s;
}
.lsa-video-modal__close:hover { background: rgba(0, 0, 0, .78); }
.lsa-video-modal__player {
    position: relative;
    aspect-ratio: 16 / 9;
}
.lsa-video-modal__player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
body.lsa-modal-open { overflow: hidden; }

/* Light variant — used for quiz/result panels */
.lsa-video-modal__box--light { background: #fff; }

/* "Done watching" footer row inside the video panel */
.lsa-video-modal__video-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    background: rgba(0, 0, 0, .65);
    flex-wrap: wrap;
}
.lsa-video-modal__video-footer p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
    flex: 1;
}
.lsa-video-modal__video-footer .btn { white-space: nowrap; }

/* ─── Quiz panel ─────────────────────────────────────────────────────────── */
.lsa-modal-quiz {
    padding: 28px 28px 32px;
    max-height: 72vh;
    overflow-y: auto;
}
.lsa-modal-quiz__head { margin-bottom: 22px; }
.lsa-modal-quiz__eyebrow {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--green);
    margin: 0 0 6px;
}
.lsa-modal-quiz__title { font-size: 18px; font-weight: 700; margin: 0 0 4px; color: var(--ink); }
.lsa-modal-quiz__sub { font-size: 13px; color: var(--muted); margin: 0; }
.lsa-modal-quiz__form { margin-top: 20px; }
.lsa-modal-quiz__question {
    border: 0;
    padding: 0;
    margin: 0 0 18px;
    min-inline-size: 0;
}
.lsa-modal-quiz__legend {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-2);
    margin-bottom: 10px;
    display: block;
    float: none;
    width: 100%;
    padding: 0;
}
.lsa-modal-quiz__option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1.5px solid var(--line);
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.45;
    transition: border-color .15s, background .15s;
    color: var(--ink-2);
}
.lsa-modal-quiz__option:hover { border-color: var(--green); background: var(--green-soft); }
.lsa-modal-quiz__option input[type="radio"] {
    accent-color: var(--green);
    margin-top: 2px;
    flex-shrink: 0;
}
.lsa-modal-quiz__actions { margin-top: 24px; }

/* ─── Result panel ───────────────────────────────────────────────────────── */
.lsa-modal-result {
    padding: 40px 28px 36px;
    text-align: center;
}
.lsa-modal-result__icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 0 auto 18px;
    font-size: 28px;
    font-weight: 700;
    display: grid;
    place-items: center;
}
.lsa-modal-result.is-pass .lsa-modal-result__icon { background: #D1FAE5; color: #065F46; }
.lsa-modal-result.is-fail .lsa-modal-result__icon { background: #FEE2E2; color: #991B1B; }
.lsa-modal-result__title { font-size: 19px; font-weight: 700; margin: 0 0 8px; color: var(--ink); }
.lsa-modal-result__score { font-size: 14px; color: var(--muted); margin: 0 0 24px; }
.lsa-modal-result__btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }

/* btn-sm for the "Done watching" button */
.lsa-home .btn-sm { padding: 8px 14px; font-size: 13px; border-radius: 8px; }

/* ─── Course progress card (enroll sidebar) ──────────────────────────────── */
.lsa-home .lsa-course-progress-card {
    margin: 0 0 20px;
    padding: 16px;
    background: var(--green-soft);
    border: 1.5px solid #C8DFCF;
    border-radius: 12px;
}
.lsa-home .lsa-course-progress-card.is-complete {
    background: #D1FAE5;
    border-color: #6EE7B7;
}
.lsa-home .lsa-course-progress-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--green-deep);
}
.lsa-home .lsa-course-progress-card__head .lsa-progress-pct {
    font-size: 15px;
    color: var(--green);
}
.lsa-home .lsa-course-progress-card__track {
    height: 8px;
    background: #C8DFCF;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 10px;
}
.lsa-home .lsa-progress-fill {
    display: block;
    height: 100%;
    background: var(--green);
    border-radius: 999px;
    transition: width .4s ease;
}
.lsa-home .lsa-course-progress-card.is-complete .lsa-progress-fill {
    background: #059669;
}
.lsa-home .lsa-course-progress-card__foot {
    margin: 0 0 4px;
    font-size: 12.5px;
    color: var(--muted);
}
.lsa-home .lsa-course-progress-card__cert {
    margin-top: 8px;
}

/* ===== My Courses dashboard ===================================== */
.lsa-home.lsa-my-courses-shell .hero { padding: 72px 0 48px; }

/* Hero inner — text left, avatar right */
.lsa-home .lsa-my-courses-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.lsa-home .lsa-my-courses-hero__text { flex: 1; }
.lsa-home .lsa-my-courses-hero__text .hero-title { margin: 12px 0 10px; }
.lsa-home .lsa-my-courses-hero__text .hero-sub   { margin-bottom: 20px; max-width: 540px; }

/* Chips row under subtitle */
.lsa-home .lsa-my-courses-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.lsa-home .lsa-my-courses-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(14,110,58,.2);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--green-deep);
    backdrop-filter: blur(4px);
}

/* Grid section */
.lsa-home .lsa-my-courses-grid-section { padding: 40px 0 96px; }
.lsa-home .lsa-my-courses-grid { }

/* Enrolled badge on card thumb */
.lsa-home .lsa-my-course-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: var(--green);
    color: #fff;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    z-index: 2;
}

/* Progress bar inside card body */
.lsa-home .lsa-my-course-progress {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.lsa-home .lsa-my-course-progress__track {
    flex: 1;
    height: 6px;
    background: var(--line-soft);
    border-radius: 999px;
    overflow: hidden;
}
.lsa-home .lsa-my-course-progress__fill {
    display: block;
    height: 100%;
    background: var(--green);
    border-radius: 999px;
    transition: width .5s ease;
}
.lsa-home .lsa-my-course-card.is-complete .lsa-my-course-progress__fill {
    background: #059669;
}
.lsa-home .lsa-my-course-progress__label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: var(--muted);
    white-space: nowrap;
}

/* Card footer with CTA */
.lsa-home .lsa-my-course-card__foot {
    padding: 0 22px 22px;
    margin-top: auto;
}
.lsa-home .lsa-my-course-card__foot .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 10px;
}

/* Complete state — green tint on card */
.lsa-home .lsa-my-course-card.is-complete {
    border-color: #6EE7B7;
}
.lsa-home .lsa-my-course-card.is-complete .lsa-my-course-card__foot .btn {
    background: #059669;
}

/* Empty / guest states */
.lsa-home .lsa-my-courses-empty {
    text-align: center;
    padding: 80px 24px 96px;
    max-width: 540px;
    margin: 0 auto;
}
.lsa-home .lsa-my-courses-empty__icon {
    font-size: 52px;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
}
.lsa-home .lsa-my-courses-empty h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--ink);
}
.lsa-home .lsa-my-courses-empty p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 28px;
}

/* Bottom browse CTA */
.lsa-home .lsa-my-courses-browse {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 48px;
    border-top: 1px solid var(--line-soft);
    margin-top: 56px;
    color: var(--muted);
    font-size: 14px;
}

/* Responsive */
@media (max-width: 782px) {
    .lsa-home .lsa-my-courses-hero__inner { flex-direction: column; align-items: flex-start; gap: 24px; }
    .lsa-home .lsa-my-courses-browse { flex-direction: column; gap: 12px; }
}
