/* Taalenta LP Renderer CSS
 * Extracted from taalenta-wp-custom/mu-plugins/taalenta-lp-renderer.php v7.14 (line 269-961)
 * Date: 2026-05-04 | App-native LP pilot
 * Spec: knowledge-development/laravel/19-lp-laravel-native-architecture.md
 * All selectors scoped under .tlp-wrap to avoid clobbering App layout.
 */

    /* ═══════════════════════════════════════════
       Taalenta LP Renderer v6.5 — Plain outline + date-marker jadwal
       ═══════════════════════════════════════════ */

    /* --- Reset & Base --- */
    .tlp-wrap { font-family: "DM Sans", sans-serif; line-height: 1.65; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
    .tlp-wrap * { box-sizing: border-box; }

    /* --- Shared Layout --- */
    .tlp-full { width: 100%; }
    .tlp-constrained { max-width: var(--wp--style--global--wide-size, 1200px); margin: 0 auto; padding: 0 1.5rem; }
    .tlp-wide { max-width: var(--wp--style--global--wide-size, 1200px); margin: 0 auto; padding: 0 1.5rem; }

    /* --- Colors (original palette preserved) --- */
    .tlp-bg-light { background-color: #f2f4fb; }
    .tlp-bg-white { background-color: #fff; }
    .tlp-bg-fafcff { background-color: #fafcff; }
    .tlp-blue { color: #004aad; }
    .tlp-black { color: #000; }
    .tlp-white { color: #fff; }
    .tlp-meta-color { color: #858585; }
    .tlp-red { color: #cf2e2e; }

    /* ═══ SECTION 1: HERO v6.2 — Flat, playful, same palette ═══ */
    .tlp-hero-banner {
        background: #f2f4fb;
        color: #1a1a2e; padding: 2.5rem 0 2rem;
    }
    .tlp-hero-flex {
        display: flex; align-items: center; gap: 2.5rem;
    }
    .tlp-hero-content { flex: 1; min-width: 0; }
    .tlp-hero-content h1 {
        font-size: 2rem; font-weight: 800; margin: 0 0 6px;
        line-height: 1.25; color: #1a1a2e;
    }
    .tlp-hero-content h2 {
        font-size: 1.5rem; font-weight: 600; margin: 0 0 10px;
        line-height: 1.3; color: #004aad;
    }
    .tlp-hero-content .tlp-hero-desc {
        font-size: 0.95rem; color: #555;
        margin: 0 0 20px; line-height: 1.6;
        max-width: 560px;
    }
    .tlp-hero-pills {
        display: flex; flex-wrap: wrap; gap: 8px;
    }
    .tlp-hero-pill {
        display: inline-flex; align-items: center; gap: 6px;
        background: #fff; border: 1px solid #d6dce8;
        border-radius: 24px; padding: 7px 16px;
        font-size: 0.85rem; color: #444; font-weight: 500;
    }
    .tlp-hero-pill strong { color: #004aad; font-weight: 700; }
    .tlp-hero-pill svg {
        width: 14px; height: 14px; stroke: #004aad;
        fill: none; stroke-width: 2;
    }
    /* v7.3: Secondary tier — smaller, lighter */
    .tlp-hero-pills-secondary {
        display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px;
    }
    .tlp-hero-pills-secondary .tlp-hero-pill {
        font-size: 0.75rem; padding: 4px 12px;
        background: #f7f8fa; border-color: #e2e6ed; color: #666;
    }
    .tlp-hero-pills-secondary .tlp-hero-pill svg {
        width: 12px; height: 12px; stroke: #777;
    }
    .tlp-hero-pills-secondary .tlp-hero-pill strong { color: #004aad; font-weight: 600; }

    /* v7.10 — Brief PDF download button (B2B HR procurement) */
    .tlp-brief-btn {
        display: inline-flex; align-items: center; gap: 6px;
        margin-top: 14px; padding: 8px 16px;
        font-size: 0.85rem; font-weight: 600;
        color: #004aad; background: transparent;
        border: 1.5px solid #004aad; border-radius: 8px;
        text-decoration: none;
        transition: background 0.15s ease, color 0.15s ease;
    }
    .tlp-brief-btn:hover, .tlp-brief-btn:focus {
        background: #004aad; color: #fff; text-decoration: none;
    }
    .tlp-brief-btn svg { stroke: currentColor; }

    /* Legal / brand micro-copy — thin grey full-width hero footer strip */
    .tlp-hero-legal {
        margin: 1.75rem 0 0;
        padding-top: 1rem;
        border-top: 1px solid #e2e6ed;
        font-size: 0.72rem;
        line-height: 1.6;
        color: #8a90a0;
        font-weight: 400;
        max-width: 860px;
    }
    .tlp-hero-legal-mark { color: #6b7180; font-weight: 600; }

    .tlp-hero-img-wrap {
        flex-shrink: 0;
    }
    .tlp-hero-img {
        width: 170px; height: 170px; border-radius: 20px;
        object-fit: cover; border: none;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }

    /* ═══ SECTION 2: KENAPA + OUTLINE v6.2 ═══ */
    .tlp-kenapa-wrap { padding: 2.5rem 0; }
    .tlp-kenapa-cols {
        display: flex; flex-wrap: wrap; gap: 2.5rem;
    }
    .tlp-kenapa-left { flex: 1 1 calc(50% - 1.25rem); min-width: 300px; }
    .tlp-kenapa-right { flex: 1 1 calc(50% - 1.25rem); min-width: 300px; }
    .tlp-section-title {
        color: #004aad; font-size: 1.5rem; font-weight: 800;
        margin: 0 0 1.25rem; line-height: 1.3;
    }
    /* v6.4: Light-grey bg matching hero (#f2f4fb) — both kenapa & outline share style */
    .tlp-kenapa-card {
        display: flex; gap: 14px;
        background: #f2f4fb; border-radius: 16px;
        padding: 18px 20px; margin-bottom: 12px;
        border: 1px solid #e3e8f4;
        box-shadow: none;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .tlp-kenapa-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    }
    .tlp-kenapa-icon {
        width: 44px; min-width: 44px; height: 44px;
        display: flex; align-items: center; justify-content: center;
        background: none;
        color: #004aad;
        margin-top: 1px;
    }
    .tlp-kenapa-icon svg { width: 42px; height: 42px; fill: currentColor; }
    .tlp-kenapa-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
    .tlp-kenapa-body strong { display: block; font-size: 18px; font-weight: 700; color: #1a1a1a; }
    .tlp-kenapa-body .tlp-body-desc { font-size: 16px; color: #555; line-height: 1.55; }

    /* v6.4: Outline cards use kenapa-card style — sub-topics rendered as bullets inside body */
    .tlp-kenapa-body ul.tlp-sub-topics {
        list-style: disc; padding-left: 1.1rem;
        margin: 6px 0 0; font-size: 16px;
        color: #555; line-height: 1.55;
    }
    .tlp-kenapa-body ul.tlp-sub-topics li { margin-bottom: 2px; }

    /* v6.9: Jump link to jadwal — subtle text link below outline */
    .tlp-jump-jadwal {
        display: inline-block;
        margin-top: 8px;
        font-size: 16px; font-weight: 600;
        color: #004aad;
        text-decoration: none;
        transition: color 0.15s ease;
    }
    .tlp-jump-jadwal:hover { color: #003080; text-decoration: underline; }

    /* v6.5: Plain variant (outline) — no icon, no bg, no border */
    .tlp-kenapa-card.plain {
        background: transparent;
        border: 0;
        padding: 4px 0 12px;
        margin-bottom: 10px;
    }
    .tlp-kenapa-card.plain:hover {
        transform: none;
        box-shadow: none;
    }

    /* ═══ SECTION 3: EXPERT ═══ */
    .tlp-expert-wrap { padding: 1.5rem 0; }
    /* v6.9: Expert bio only — lighter color; heading, name, subtitle keep dark */
    .tlp-expert-wrap p.has-small-font-size { color: #555; }
    /* Meet Our Expert heading: 28px, brand blue */
    .tlp-expert-wrap p.has-text-align-center:not(.has-large-font-size):not(.has-medium-font-size):not(.has-small-font-size) { font-size: 28px !important; color: #004aad !important; font-weight: 800; }
    /* v7.6.1: Multi-mentor strip with vertical separators */
    .tlp-mentor-heading { font-size: 28px; font-weight: 800; color: #004aad; text-align: center; margin: 0 0 1.75rem; }
    .tlp-mentor-strip {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .tlp-mentor-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0.5rem 2.5rem;
        flex: 1;
        border-right: 1px solid #c5cee8;
    }
    .tlp-mentor-item:last-child { border-right: none; }
    .tlp-mentor-photo {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 0.75rem;
        border: 2px solid #c5cee8;
    }
    .tlp-mentor-initials {
        background: #c5cee8;
        color: #004aad;
        font-size: 24px;
        font-weight: 800;
        line-height: 80px;
        display: block;
    }
    .tlp-mentor-name { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 0.25rem; }
    .tlp-mentor-subtitle { font-size: 12px; color: #004aad; font-weight: 500; margin: 0; line-height: 1.4; }
    @media (max-width: 560px) {
        .tlp-mentor-strip { flex-direction: column; }
        .tlp-mentor-item { border-right: none; border-bottom: 1px solid #c5cee8; padding: 1.25rem 1rem; width: 100%; }
        .tlp-mentor-item:last-child { border-bottom: none; }
    }

    /* ═══ SECTION 4: TESTIMONI ═══ */
    /* v5.2: Constrain testimoni shortcode output to match site width */
    .tlp-testimoni-wrap {
        max-width: var(--wp--style--global--wide-size, 1200px);
        margin: 0 auto; padding: 0 1.5rem;
        overflow: hidden;
    }
    /* v7.x: Testimoni styled as cards (see .taalenta-testimoni-card below) */
    .tlp-testimoni-wrap .testi-quote { color: #33405a; font-size: 1.02rem; }
    .tlp-testimoni-wrap .testi-author { color: #004aad; font-weight: 700; }
    .tlp-spacer-20 { height: 20px; }
    .tlp-spacer-12 { height: 12px; }
    .tlp-spacer-30 { height: 30px; }
    .tlp-spacer-31 { height: 31px; }

    /* ═══ SECTION 5: PRICING INTRO ═══ */
    .tlp-pricing-intro-cols {
        display: flex; flex-wrap: nowrap; gap: 0;
    }
    .tlp-pricing-intro-col {
        flex: 1 1 0%; min-width: 0;
        display: flex; align-items: center; justify-content: center;
        text-align: center; padding: 1rem 1.25rem;
    }
    .tlp-pricing-intro-col p { margin: 0; font-size: 0.95rem; }
    .tlp-pricing-intro-col .tlp-intro-title {
        font-size: 1.5rem; font-weight: 800;
    }

    /* ═══ SECTION 6: PRICING CARDS v6.2 — Playful Cards ═══ */
    .tlp-pricing-section {
        padding: 2rem 1.5rem;
        max-width: 1100px; margin: 0 auto;
    }
    .tlp-pricing-title {
        text-align: center; color: #004aad;
        font-size: 1.8rem;
        font-weight: 700; margin: 0 0 0.25rem;
    }
    .tlp-pricing-subtitle {
        text-align: center; color: #666;
        font-size: 0.92rem; margin: 0 0 1.5rem;
    }
    /* Full-width grey intro band (same treatment as the Expert section band) — highlights
       the Kuota Terbatas / Pilih paket heading and divides it from the price cards. */
    .tlp-pricing-intro-band { padding: 2.25rem 0 2rem; }
    .tlp-pricing-intro-inner { text-align: center; }
    .tlp-pricing-intro-band .tlp-pricing-title { margin: 0 0 0.25rem; }
    .tlp-pricing-intro-band .tlp-pricing-subtitle { margin: 0; }
    .tlp-pricing-grid {
        display: flex; flex-wrap: nowrap; gap: 20px;
        align-items: stretch; justify-content: center;
    }
    /* v7.24: thin "cheaper Elite" text link shown below grid when an Ultimate tier is present */
    .tlp-elite-hint {
        text-align: center; color: #6b7280;
        font-size: 0.82rem; line-height: 1.5;
        margin: 1.1rem auto 0; max-width: 640px;
    }
    .tlp-elite-hint a { color: #004aad; text-decoration: underline; font-weight: 600; }
    /* Individual price card — v6.4: Elite (default) shares Supreme's blue border */
    .tlp-price-card {
        flex: 1 1 0%; min-width: 0; max-width: 340px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 2px 12px rgba(0,74,173,0.1);
        border: 2px solid #004aad;
        display: flex; flex-direction: column;
        overflow: hidden;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
        position: relative;
    }
    .tlp-price-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 28px rgba(0,74,173,0.16);
    }
    /* Supreme highlight */
    .tlp-price-card.supreme {
        border-color: #004aad;
        border-width: 2px;
        box-shadow: 0 2px 12px rgba(0,74,173,0.1);
    }
    .tlp-price-card.supreme:hover {
        box-shadow: 0 8px 28px rgba(0,74,173,0.16);
    }
    /* Recommended badge */
    .tlp-price-badge {
        position: absolute; top: 12px; right: -32px;
        background: #f59e0b; color: #fff;
        font-size: 0.65rem; font-weight: 700;
        padding: 4px 40px;
        transform: rotate(45deg);
        text-transform: uppercase; letter-spacing: 0.5px;
        z-index: 2;
    }
    /* Tier header bar */
    .tlp-price-tier {
        background: #004aad; color: #fff; text-align: center;
        padding: 14px 16px; margin: 0;
        font-weight: 600; font-size: 0.95rem;
        letter-spacing: 0.5px;
    }
    .tlp-price-card.supreme .tlp-price-tier {
        background: #004aad;
        padding: 16px;
        font-size: 1rem;
    }
    /* Price body area */
    .tlp-price-body {
        padding: 28px 24px 24px;
        display: flex; flex-direction: column;
        align-items: center;
        flex: 1;
    }
    /* Pricing display */
    .tlp-price-original {
        color: #abb8c3; font-size: 1rem;
        margin: 0 0 4px; line-height: 1;
    }
    .tlp-price-original s { text-decoration: line-through; }
    .tlp-price-main {
        display: flex; align-items: baseline;
        gap: 2px; margin: 0 0 4px;
        line-height: 1.1;
    }
    .tlp-price-main .tlp-rp {
        font-size: 1.1rem; font-weight: 600;
        color: #004aad;
    }
    .tlp-price-main .tlp-amount {
        font-size: 2.8rem; font-weight: 800;
        color: #004aad;
    }
    .tlp-price-main .tlp-suffix {
        font-size: 1.1rem; font-weight: 600;
        color: #004aad;
    }
    .tlp-price-card.supreme .tlp-price-main .tlp-rp,
    .tlp-price-card.supreme .tlp-price-main .tlp-amount,
    .tlp-price-card.supreme .tlp-price-main .tlp-suffix {
        color: #cf2e2e;
    }
    /* Divider */
    .tlp-price-divider {
        width: 60px; height: 2px; background: #e2e8f0;
        margin: 16px 0; border: 0;
    }
    .tlp-price-card.supreme .tlp-price-divider {
        background: #004aad; opacity: 0.3;
    }
    /* Benefits list */
    .tlp-price-benefits {
        list-style: none; padding: 0; margin: 0 0 auto;
        width: 100%; text-align: left;
    }
    .tlp-price-benefits li {
        display: flex; align-items: flex-start; gap: 10px;
        padding: 6px 0; font-size: 0.92rem; color: #333;
        line-height: 1.4; font-weight: 500;
    }
    .tlp-price-benefits li .tlp-check {
        flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px;
        background: #e8f4ea; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
    }
    .tlp-price-benefits li .tlp-check svg {
        width: 12px; height: 12px; stroke: #22a952; stroke-width: 2.5;
        fill: none;
    }
    .tlp-price-benefits li.highlight .tlp-check {
        background: #fef3c7;
    }
    .tlp-price-benefits li.highlight .tlp-check svg {
        stroke: #f59e0b;
    }
    .tlp-price-benefits li.highlight {
        font-weight: 600; color: #004aad;
    }
    /* CTA button */
    .tlp-price-cta {
        display: block; width: 100%; text-align: center;
        padding: 14px 20px; margin-top: 24px;
        border-radius: 50px; font-weight: 600;
        font-size: 20px; text-decoration: none;
        transition: all 0.15s ease;
        cursor: pointer;
    }
    .tlp-price-cta.outline {
        background: #fff; color: #004aad;
        border: 2px solid #004aad;
    }
    .tlp-price-cta.outline:hover {
        background: #004aad; color: #fff;
    }
    .tlp-price-cta.fill {
        background: #cf2e2e; color: #fff;
        border: 2px solid #cf2e2e;
    }
    .tlp-price-cta.fill:hover {
        background: #b81f1f; border-color: #b81f1f;
    }
    /* Customized service card */
    .tlp-price-card.custom {
        background: #f8faff;
        border-color: #004aad; border-width: 1.5px;
    }
    .tlp-price-card.custom .tlp-price-tier {
        background: #00377f;
        font-size: 0.85rem; letter-spacing: 1.5px;
    }
    .tlp-custom-body {
        padding: 24px 20px;
        display: flex; flex-direction: column;
        flex: 1;
    }
    .tlp-custom-heading {
        font-size: 1.25rem; font-weight: 700; color: #00377f;
        margin: 0 0 2px; line-height: 1.3;
    }
    .tlp-custom-sub {
        font-size: 0.9rem; color: #004aad; font-weight: 500;
        margin: 0 0 16px;
    }
    .tlp-custom-list {
        list-style: none; padding: 0; margin: 0 0 auto;
    }
    .tlp-custom-list li {
        display: flex; align-items: center; gap: 10px;
        padding: 5px 0; font-size: 0.88rem; color: #333;
    }
    .tlp-custom-list li .tlp-dot {
        width: 8px; height: 8px; border-radius: 50%;
        background: #004aad; flex-shrink: 0;
    }
    .tlp-custom-footer {
        margin-top: 20px; padding-top: 16px;
        border-top: 1px solid #e2e8f0; text-align: center;
    }
    .tlp-custom-footer p {
        font-size: 0.85rem; color: #666; margin: 0 0 10px;
        font-weight: 600;
    }
    .tlp-custom-links {
        display: flex; gap: 12px; justify-content: center;
    }
    .tlp-custom-links a {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 8px 18px; border-radius: 50px;
        font-size: 0.85rem; font-weight: 600;
        text-decoration: none; transition: all 0.15s ease;
    }
    .tlp-custom-links a.wa {
        background: #25d366; color: #fff;
    }
    .tlp-custom-links a.wa:hover { background: #1fb855; }
    .tlp-custom-links a.more {
        background: #f0f6ff; color: #004aad;
        border: 1px solid #004aad;
    }
    .tlp-custom-links a.more:hover { background: #004aad; color: #fff; }

    /* ═══ SECTION 7: JADWAL v6.5 — Linear Calendar: date replaces bullet marker ═══ */
    .tlp-jadwal-wrap { padding: 2.5rem 0; }
    .tlp-jadwal-cols {
        display: flex; flex-wrap: wrap; gap: 2rem;
    }
    .tlp-jadwal-left { flex: 3 1 calc(60% - 1rem); min-width: 300px; }
    .tlp-jadwal-right { flex: 2 1 calc(40% - 1rem); min-width: 200px; }

    /* v6.6: Linear calendar — month header clustering + big day num / small day name, same-day clustering */
    .tlp-session-list {
        position: relative;
        list-style: none; padding: 0; margin: 0;
    }
    .tlp-session-list::before {
        content: ''; position: absolute;
        left: 96px; top: 8px; bottom: 8px;
        width: 2px; background: #d6dce8;
        border-radius: 2px;
    }
    /* Month header row — full width, clustered above its sessions */
    .tlp-month-header {
        position: relative;
        padding: 0 0 6px 120px;
        margin: 18px 0 8px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #00377f;
        border-bottom: 1px solid #e4e8f1;
        list-style: none;
    }
    .tlp-month-header:first-child { margin-top: 0; }
    .tlp-session-item {
        position: relative;
        padding: 0 0 24px 120px;
        min-height: 56px;
    }
    .tlp-session-item:last-child { padding-bottom: 0; }
    /* Same-day cluster — tighter spacing, no marker */
    .tlp-session-item.tlp-same-day { min-height: 0; padding-top: 2px; margin-top: -10px; }
    /* Date marker: big day number + small day name */
    .tlp-session-date-marker {
        position: absolute;
        left: 0; top: 0;
        width: 86px;
        text-align: center;
        padding-right: 12px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .tlp-session-date-marker .tlp-day-num {
        display: block;
        font-size: 2rem;
        font-weight: 800;
        color: #004aad;
        line-height: 1;
        margin-bottom: 2px;
    }
    .tlp-session-date-marker .tlp-day-name {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #555;
        line-height: 1.2;
        text-transform: capitalize;
    }
    .tlp-session-head {
        font-size: 18px; font-weight: 700;
        color: #004aad; margin: 0 0 2px;
        line-height: 1.35;
    }
    .tlp-session-title {
        font-size: 18px; font-weight: 700;
        color: #1a1a1a; margin: 2px 0 6px;
        line-height: 1.35;
    }
    .tlp-session-topics {
        list-style: disc; padding-left: 1.15rem;
        margin: 0; font-size: 0.9rem;
        color: #555; line-height: 1.55;
    }
    .tlp-session-topics li { margin-bottom: 3px; }
    .tlp-session-desc {
        font-size: 0.88rem; color: #555;
        line-height: 1.5; margin: 4px 0 0;
    }
    @media (max-width: 600px) {
        .tlp-session-list::before { display: none; }
        .tlp-month-header { padding: 0 0 6px 0; }
        .tlp-session-item { padding: 0 0 22px 0; }
        .tlp-session-item.tlp-same-day { margin-top: 0; padding-top: 4px; }
        .tlp-session-date-marker {
            position: static;
            width: auto; text-align: left;
            padding-right: 0; margin-bottom: 6px;
            flex-direction: row;
            align-items: baseline;
            gap: 8px;
        }
        .tlp-session-date-marker .tlp-day-num { font-size: 1.5rem; margin-bottom: 0; }
        .tlp-session-date-marker .tlp-day-name { font-size: 16px; }
    }

    .tlp-jadwal-notes {
        background: #fff; border-radius: 16px; padding: 20px;
        border: 1px solid #eaecf2;
        margin-bottom: 16px;
    }
    .tlp-jadwal-notes h4 {
        font-size: 0.95rem; font-weight: 700; color: #00377f;
        margin: 0 0 10px; display: flex; align-items: center; gap: 8px;
    }
    .tlp-jadwal-notes h4 svg {
        width: 18px; height: 18px; flex-shrink: 0;
        color: #0ea5e9;
    }
    .tlp-jadwal-notes ul {
        font-size: 0.88rem; color: #555;
        padding-left: 1.2rem; margin: 0;
        list-style: disc outside; /* restore bullets stripped by global notify.css ul reset (WP parity) */
    }
    .tlp-jadwal-notes li { margin-bottom: 5px; line-height: 1.55; }

    /* ── Jadwal notes: visual polish + MC/Moderator box (2026-07-31) ── */
    .tlp-jadwal-notes {
        padding: 22px 22px 18px;
        border: 1px solid #e8ebf3;
        box-shadow: 0 2px 12px rgba(16, 42, 97, 0.05);
        margin-bottom: 18px;
    }
    .tlp-jadwal-notes h4 {
        font-size: 1rem; font-weight: 800; color: #00377f;
        margin: 0 0 14px; padding-bottom: 12px; gap: 10px;
        border-bottom: 1px solid #eef1f7;
    }
    .tlp-note-ic {
        width: 34px; height: 34px; border-radius: 10px; background: #e8f5fe;
        display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .tlp-note-ic svg { width: 18px; height: 18px; color: #0ea5e9; }
    .tlp-jadwal-notes ul { list-style: none; padding-left: 0; margin: 0; }
    .tlp-jadwal-notes li {
        position: relative; padding-left: 20px; margin-bottom: 9px;
        line-height: 1.55; font-size: 0.9rem; color: #495062;
    }
    .tlp-jadwal-notes li::before {
        content: ''; position: absolute; left: 3px; top: 8px;
        width: 7px; height: 7px; border-radius: 50%; background: #0ea5e9;
    }
    .tlp-mc-box .tlp-mc-person { display: flex; gap: 14px; align-items: flex-start; }
    .tlp-mc-box .tlp-mc-person + .tlp-mc-person {
        margin-top: 14px; padding-top: 14px; border-top: 1px solid #eef1f7;
    }
    .tlp-mc-photo, .tlp-mc-avatar { width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0; }
    .tlp-mc-photo { object-fit: cover; border: 2px solid #e3edfb; }
    .tlp-mc-avatar {
        background: linear-gradient(135deg, #004aad, #0ea5e9); color: #fff;
        display: flex; align-items: center; justify-content: center;
        font-weight: 700; font-size: 1.05rem; letter-spacing: 0.02em;
    }
    .tlp-mc-info { flex: 1 1 auto; min-width: 0; }
    .tlp-mc-name { display: block; font-weight: 700; color: #1a2740; font-size: 0.98rem; margin-bottom: 5px; }
    .tlp-mc-sessions { margin: 0; font-size: 0.88rem; color: #555; line-height: 1.5; }

    /* ═══ RESPONSIVE ═══ */
    @media (max-width: 781px) {
        .tlp-hero-flex { flex-direction: column-reverse; align-items: center; text-align: center; }
        .tlp-hero-content h1 { font-size: 1.5rem; }
        .tlp-hero-content h2 { font-size: 1.25rem; }
        .tlp-hero-pills { justify-content: center; }
        .tlp-hero-pills-secondary { justify-content: center; }
        .tlp-brief-btn { margin-left: auto; margin-right: auto; }
        .tlp-hero-img { width: 140px; height: 140px; }
        .tlp-hero-content .tlp-hero-desc { margin-left: auto; margin-right: auto; }
        .tlp-hero-legal { text-align: center; margin-left: auto; margin-right: auto; }
        .tlp-kenapa-cols { flex-direction: column; }
        .tlp-pricing-grid { flex-direction: column; gap: 16px; }
        .tlp-price-card { max-width: none; }
        .tlp-price-card:hover { transform: none; }
        .tlp-price-badge { top: 10px; right: -34px; font-size: 0.6rem; }
        .tlp-jadwal-cols { flex-direction: column; }
        .tlp-pricing-intro-cols { flex-direction: column; }
    }

    /* ═══ v7.0: ECOURSE-PRIMARY MODE STYLES ═══ */

    /* Hero ecourse pill accent */
    .tlp-hero-pill.tlp-eco-pill { background: #eef0ff; border-color: #004aad; }
    .tlp-hero-pill.tlp-eco-pill strong { color: #004aad; }

    /* Ecourse pricing card — uses brand blue, same as rest of site */
    .tlp-price-card.ecourse {
        border-color: #004aad; border-width: 2.5px;
        box-shadow: 0 2px 12px rgba(0,74,173,0.12);
    }
    .tlp-price-card.ecourse:hover {
        box-shadow: 0 8px 28px rgba(0,74,173,0.18);
    }
    .tlp-price-card.ecourse .tlp-price-tier {
        background: #004aad;
    }
    .tlp-price-card.ecourse .tlp-price-main .tlp-rp,
    .tlp-price-card.ecourse .tlp-price-main .tlp-amount,
    .tlp-price-card.ecourse .tlp-price-main .tlp-suffix {
        color: #cf2e2e;
    }
    .tlp-price-card.ecourse .tlp-price-badge {
        background: #f59e0b;
    }
    .tlp-price-cta.eco-fill {
        background: #cf2e2e; color: #fff;
        border: 2px solid #cf2e2e;
    }
    .tlp-price-cta.eco-fill:hover {
        background: #b81f1f; border-color: #b81f1f;
    }

    /* Supreme closed state — v7.4: live class price stays blue, red only for highlighted (ecourse) */
    .tlp-price-card.supreme-closed { opacity: 0.85; }
    .tlp-price-card.supreme-closed .tlp-price-main .tlp-rp,
    .tlp-price-card.supreme-closed .tlp-price-main .tlp-amount,
    .tlp-price-card.supreme-closed .tlp-price-main .tlp-suffix {
        color: #004aad;
    }
    .tlp-price-cta.disabled {
        background: #e5e7eb; color: #9ca3af;
        border: 2px solid #e5e7eb;
        cursor: not-allowed; pointer-events: none;
    }

    /* Silabus section (ecourse jadwal replacement) */
    .tlp-silabus-wrap { padding: 2.5rem 0; }
    .tlp-silabus-session {
        background: #fff; border-radius: 16px; padding: 20px 24px;
        border: 1px solid #eaecf2; margin-bottom: 16px;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    .tlp-silabus-session:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    }
    .tlp-silabus-session-head {
        display: flex; justify-content: space-between; align-items: center;
        margin-bottom: 8px;
    }
    .tlp-silabus-session-title {
        font-size: 18px; font-weight: 700; color: #1a1a2e; margin: 0;
    }
    .tlp-silabus-duration {
        font-size: 14px; font-weight: 600; color: #004aad;
        background: #eef2ff; border-radius: 20px; padding: 4px 12px;
        white-space: nowrap;
    }
    .tlp-silabus-chapters {
        list-style: none; padding: 0; margin: 8px 0 0;
    }
    .tlp-silabus-chapters li {
        display: flex; align-items: center; gap: 8px;
        padding: 4px 0; font-size: 15px; color: #555;
    }
    .tlp-silabus-chapters li .tlp-ch-num {
        width: 22px; height: 22px; background: #f2f4fb; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        font-size: 11px; font-weight: 700; color: #004aad; flex-shrink: 0;
    }
    .tlp-silabus-materials {
        margin-top: 8px; padding-top: 8px; border-top: 1px solid #f2f4fb;
        display: flex; flex-wrap: wrap; gap: 8px;
    }
    .tlp-silabus-materials a {
        display: inline-flex; align-items: center; gap: 4px;
        padding: 4px 10px; border-radius: 12px;
        font-size: 13px; font-weight: 500;
        background: #f0f6ff; color: #004aad; text-decoration: none;
        border: 1px solid #d6dce8;
    }
    .tlp-silabus-materials a:hover { background: #004aad; color: #fff; }

/* ═══════════════════════════════════════════
   App-native Expert section — replaces .wp-block-columns layout (Gutenberg-only)
   Added 2026-05-04 for visual parity with v7.14 prod expert section.
   ═══════════════════════════════════════════ */
.tlp-expert-wrap { padding: 2.5rem 1.5rem; }

.tlp-expert-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.5rem;
    margin: 0 auto;
    max-width: 1100px;
}
.tlp-expert-col {
    flex: 1 1 33.33%;
    min-width: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tlp-expert-col-heading p {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.tlp-expert-photo-wrap {
    margin: 0 auto;
    display: inline-block;
}
.tlp-expert-photo-img {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.tlp-expert-name-large {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
    line-height: 1.3;
}
.tlp-expert-name-sub {
    font-size: 14px;
    font-weight: 600;
    color: #004aad;
    margin: 4px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.tlp-expert-bio-block {
    margin: 1.75rem auto 0;
    max-width: 1100px; /* match .tlp-expert-row width so bio isn't inset */
    text-align: center;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}
.tlp-expert-bio-block p { margin: 0 0 0.75rem; }
.tlp-expert-bio-block p:last-child { margin-bottom: 0; }

@media (max-width: 768px) {
    .tlp-expert-row {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .tlp-expert-col { flex: 1 1 100%; }
    .tlp-expert-photo-img { width: 160px; height: 160px; }
}

/* ═══════════════════════════════════════════
   Testimoni section — port of WP snippet #16981 v2 inline styles
   Added 2026-05-04 to match WP rendering rules
   ═══════════════════════════════════════════ */
.taalenta-testimoni-section { padding: 2.75rem 0; }
/* No clips for this class → no video block above, so the band supplies its own top step. */
.tlp-testimoni-band { padding-top: 2.75rem; }
.tlp-video-wrap ~ .tlp-testimoni-band { padding-top: 0; }
.taalenta-testimoni-grid {
    display: flex;
    gap: 18px;
}
/* v7.x: card styled to match Expert Profile testimoni (.texpp-testi) —
   quote icon, white rounded card, soft shadow, blue author name */
.taalenta-testimoni-card {
    position: relative;
    flex: 1 1 33.33%;
    min-width: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e3e8f4;
    border-radius: 16px;
    padding: 28px 26px 22px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, .06);
}
.taalenta-testimoni-card .testi-mark { color: #c9d6f1; }
.taalenta-testimoni-card .testi-mark-top { display: block; font-size: 1.5rem; line-height: 1; margin-bottom: 12px; }
.taalenta-testimoni-card .testi-mark-foot { display: none; font-size: 1.6rem; line-height: 1; flex: 0 0 auto; }
.taalenta-testimoni-card .testi-foot-main { min-width: 0; }
/* Thin divider above the testimoni block (separates it from the video section). */
.tlp-testi-rule { height: 1px; background: #e6ebf3; margin: 0; }
.taalenta-testimoni-card .testi-quote {
    margin: 0 0 16px;
    color: #33405a;
    line-height: 1.75;
    font-size: 1.02rem;
    font-style: normal;
}
.taalenta-testimoni-card .testi-author {
    margin: 0;
    font-weight: 700;
    color: #004aad;
    font-size: .92rem;
}
.taalenta-testimoni-card .testi-scope {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-size: .72rem;
    font-weight: 500;
    color: #8a94a8;
}
.taalenta-testimoni-card .testi-scope i {
    font-size: .68rem;
    color: #b3c0d8;
}
@media (max-width: 782px) {
    .taalenta-testimoni-grid { flex-direction: column; gap: 12px; }
    .taalenta-testimoni-section { padding: 1.5rem 0; }
    .tlp-testimoni-band { padding-top: 1.5rem; }
    .taalenta-testimoni-card { padding: 15px 18px; border-radius: 14px; }
    .taalenta-testimoni-card .testi-quote { font-size: .96rem; line-height: 1.6; margin-bottom: 10px; }
    .taalenta-testimoni-card .testi-mark-top { display: none; }
    .taalenta-testimoni-card .testi-mark-foot { display: inline-block; font-size: 1.5rem; }
    .taalenta-testimoni-card .testi-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .taalenta-testimoni-card .testi-foot-main { display: flex; flex-direction: column; gap: 2px; }
    .taalenta-testimoni-card .testi-scope { margin-top: 0; }
}

/* ═══════════════════════════════════════════
   WP Block Theme variable defaults — App-native polyfill
   So inline styles like font-size:var(--wp--preset--font-size--large) render
   identically to WP TT2 theme without depending on Gutenberg block CSS.
   ═══════════════════════════════════════════ */
.tlp-wrap, .tlp-testimoni-wrap {
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--medium: 24px;
    --wp--preset--font-size--small: 18px;
    --wp--style--global--wide-size: 1320px;   /* lebar baku = Bootstrap .container navbar */
    --wp--style--global--content-size: 840px;
}

/* .alignwide constraint matching WP TT2 theme block-supports */
.taalenta-testimoni-section.alignwide {
    max-width: var(--wp--style--global--wide-size, 1100px);
    margin-left: auto;
    margin-right: auto;
}

/* ═══ Brand-as-Expert (v7.15, 2026-05-10) ═══
   Renders when instructor.is_brand=true. Org/brand card style replaces
   individual "Meet Our Expert" framing. */
.tlp-brand-wrap {
    text-align: center;
    padding: 2.5rem 1.5rem;
}
.tlp-brand-eyebrow {
    font-size: 13px; color: #858585;
    text-transform: uppercase; letter-spacing: 0.1em;
    margin: 0 0 1.25rem; font-weight: 600;
}
.tlp-brand-row {
    display: flex; flex-direction: column; align-items: center;
    gap: 18px; margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .tlp-brand-row {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 32px;
        text-align: left;
    }
}
.tlp-brand-logo-wrap {
    flex-shrink: 0;
    margin: 0;
}
.tlp-brand-logo-img {
    width: 140px; height: auto; max-height: 140px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.tlp-brand-info {
    text-align: center;
}
@media (min-width: 768px) {
    .tlp-brand-info { text-align: left; }
}
.tlp-brand-name {
    font-size: 24px; font-weight: 800;
    color: #004aad; margin: 0 0 6px;
    line-height: 1.3;
}
.tlp-brand-tagline {
    font-size: 16px; color: #555;
    margin: 0 0 6px; line-height: 1.5;
}
.tlp-brand-website {
    margin: 0; font-size: 14px;
}
.tlp-brand-website a {
    color: #004aad; text-decoration: none;
    border-bottom: 1px dotted #004aad;
}
.tlp-brand-website a:hover { color: #003080; }
.tlp-brand-bio-block {
    max-width: 720px;
    margin: 0 auto;
    padding: 1.25rem 0;
    color: #555; line-height: 1.65; font-size: 15px;
    text-align: left;
}
.tlp-brand-bio-block p { margin: 0 0 0.75rem; }
.tlp-brand-bio-block p:last-child { margin-bottom: 0; }

/* Multi-mentor strip — brand item variant (no special styling needed currently,
   reserved for future per-org branding if multi-org delivery becomes a pattern) */
.tlp-mentor-item.tlp-mentor-brand .tlp-mentor-photo-img {
    background: #fff;
    border-radius: 8px;
    padding: 6px;
    object-fit: contain;
}

/* v7.16: Brand mentor sub-strip — individu mentor shown below brand card */
.tlp-brand-mentors-strip {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e3e8f4;
}
.tlp-brand-mentors-label {
    text-align: center;
    font-size: 14px; color: #555;
    margin: 0 0 1rem;
    text-transform: uppercase; letter-spacing: 0.05em;
}


/* ═══ Breadcrumb bar (parity with WP .tbc-bar) ═══ */
.tlp-breadcrumb-bar{background:#1a5fb4;padding:10px 0;font-family:"DM Sans",sans-serif;}
.tlp-breadcrumb-inner{max-width:1320px;margin:0 auto;padding:0 12px;font-size:13px;line-height:1.5;color:rgba(255,255,255,.6);}
.tlp-breadcrumb-inner a{color:rgba(255,255,255,.85);text-decoration:none;}
.tlp-breadcrumb-inner a:hover{color:#fff;text-decoration:underline;}
.tlp-breadcrumb-inner .tlp-bc-sep{margin:0 8px;color:rgba(255,255,255,.45);}
.tlp-breadcrumb-inner .tlp-bc-cur{color:rgba(255,255,255,.7);}


/* ═══ Floating "Daftar Sekarang" CTA (parity WP block 6279) ═══ */
#floating-action-container{position:fixed;bottom:30px;right:110px;z-index:990;display:flex;}
.float-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;padding:12px 24px;border-radius:50px;font-weight:700;font-size:16px;font-family:"DM Sans",sans-serif;cursor:pointer;box-shadow:0 5px 20px rgba(0,0,0,.2);transition:all .2s ease;border:2px solid #004aad;}
.float-btn.btn-primary{background-color:#004aad;color:#fff;}
.float-btn.btn-primary:hover{background-color:#003a8a;color:#fff;}
.float-btn svg{transition:transform .2s ease;}
@media (max-width:600px){
  #floating-action-container{bottom:20px;right:100px;left:auto;width:auto;}
  .float-btn{font-size:15px;padding:10px 20px;border-radius:50px !important;}
}

/* ═══════════════════════════════════════════
   LP Section: Video Clips (Fase 3, 2026-07-27)
   Priority-ranked "Cuplikan Materi". Desktop 3 cards, mobile 1 card.
   Click -> in-page modal player (no navigation away). Scoped via .tlp-video-*.
   ═══════════════════════════════════════════ */
.tlp-video-wrap { max-width: var(--wp--style--global--wide-size, 1320px); margin: 0 auto; padding: 2.75rem 12px; }
.tlp-video-inner { text-align: center; }
.tlp-video-title { text-align: center; color: #004aad; font-size: var(--wp--preset--font-size--large, 1.75rem); margin: 0 0 4px; }
.tlp-video-sub { text-align: center; color: #555; font-size: 15px; margin: 0 0 20px; }
.tlp-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tlp-video-card { display: flex; flex-direction: column; text-align: left; background: #fff; border: 1px solid #e6ebf3; border-radius: 14px; overflow: hidden; padding: 0; cursor: pointer; font-family: inherit; -webkit-appearance: none; appearance: none; transition: box-shadow .18s, transform .18s, border-color .18s; }
.tlp-video-card:hover { box-shadow: 0 10px 26px rgba(0,74,173,.12); transform: translateY(-3px); border-color: #cdd9ec; }
.tlp-video-card:focus-visible { outline: 3px solid #004aad; outline-offset: 2px; }
.tlp-video-thumb { position: relative; display: block; aspect-ratio: 16 / 9; background: #eef1f6; overflow: hidden; }
.tlp-video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tlp-video-dur { position: absolute; right: 8px; bottom: 8px; background: rgba(0,0,0,.82); color: #fff; font-size: 12px; font-weight: 600; line-height: 1; padding: 3px 6px; border-radius: 4px; }
.tlp-video-play { position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; background: #ff0000; color: #fff; border-radius: 50%; box-shadow: 0 4px 14px rgba(0,0,0,.28); opacity: 0; transition: transform .18s, opacity .18s; }
.tlp-video-play svg { margin-left: 2px; }
.tlp-video-card:hover .tlp-video-play,
.tlp-video-card:focus-visible .tlp-video-play { opacity: 1; transform: scale(1.08); }
.tlp-video-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 6px; }
.tlp-video-name { color: #1a2233; font-weight: 700; font-size: 15px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tlp-video-cat { display: inline-flex; align-items: center; gap: 6px; color: #6b7280; font-size: 13px; font-weight: 600; }
.tlp-video-yt { color: #ff0000; flex: 0 0 auto; }

/* Mobile: first clip stays big (vertical); 2nd & 3rd are compact horizontal cards. */
@media (max-width: 782px) {
  .tlp-video-wrap { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .tlp-video-grid { grid-template-columns: 1fr; gap: 12px; }
  .tlp-video-card:nth-child(n+2) { flex-direction: row; align-items: stretch; }
  .tlp-video-card:nth-child(n+2) .tlp-video-thumb { width: 42%; max-width: 168px; flex: 0 0 auto; aspect-ratio: 16 / 9; }
  .tlp-video-card:nth-child(n+2) .tlp-video-body { flex: 1 1 auto; justify-content: center; min-width: 0; padding: 8px 12px; }
  .tlp-video-card:nth-child(n+2) .tlp-video-name { -webkit-line-clamp: 3; }
}

/* In-page modal player — clear close, audience stays on the LP */
.tlp-video-modal[hidden] { display: none; }
.tlp-video-modal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.tlp-video-modal-backdrop { position: absolute; inset: 0; background: rgba(6,12,24,.82); }
.tlp-video-modal-box { position: relative; width: 100%; max-width: 900px; }
.tlp-video-modal-frame { position: relative; aspect-ratio: 16 / 9; width: 100%; background: #000; border-radius: 12px; overflow: hidden; box-shadow: 0 18px 60px rgba(0,0,0,.5); }
.tlp-video-modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tlp-video-modal-close { position: absolute; top: -14px; right: -14px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: #fff; color: #1a2233; border: 0; border-radius: 50%; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.35); transition: background .15s, color .15s, transform .15s; z-index: 2; }
.tlp-video-modal-close:hover { background: #004aad; color: #fff; transform: scale(1.06); }
.tlp-video-modal-close:focus-visible { outline: 3px solid #9ec1ff; outline-offset: 2px; }
.tlp-video-modal-cap { color: #eaf0fb; font-size: 14px; font-weight: 600; text-align: center; margin: 12px 4px 0; }
body.tlp-video-lock { overflow: hidden; }

@media (max-width: 600px) {
  .tlp-video-modal { padding: 14px; }
  .tlp-video-modal-close { top: -12px; right: -6px; width: 38px; height: 38px; }
}


/* ═══ Hero language info pill (static) ═══ */
.tlp-lang-pill { gap: 8px; }
.tlp-lang-flag { width: 22px; height: 15px; border-radius: 3px; overflow: hidden; display: inline-block; border: 1px solid rgba(0,0,0,.15); flex: 0 0 auto; line-height: 0; vertical-align: middle; }
.tlp-lang-flag svg { width: 100%; height: 100%; display: block; stroke: none; }

/* ═══ LP floating action pill (integrated): arrow+Daftar Sekarang · burger · chat ═══ */
.tlp-fab { position: fixed; right: 20px; bottom: 24px; z-index: 2147483647; font-family: "DM Sans", sans-serif; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.tlp-fab-bar { display: inline-flex; align-items: stretch; background: #004aad; border-radius: 50px; box-shadow: 0 6px 22px rgba(0,74,173,.35); overflow: hidden; }
.tlp-fab-seg { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: transparent; border: 0; color: #fff; font-family: inherit; font-size: 16px; font-weight: 700; line-height: 1; cursor: pointer; text-decoration: none; padding: 13px 15px; transition: background .15s; }
.tlp-fab-seg:hover { background: rgba(255,255,255,.15); color: #fff; }
.tlp-fab-seg + .tlp-fab-seg { border-left: 1px solid rgba(255,255,255,.22); }
.tlp-fab-burger, .tlp-fab-chat { padding: 13px 14px; }
.tlp-fab-daftar { padding: 13px 16px 13px 18px; }
.tlp-fab-daftar .tlp-fab-arrow { flex: 0 0 auto; width: 18px; height: 18px; transition: transform .2s ease; }
.tlp-fab-burger svg, .tlp-fab-chat svg { display: block; width: 20px; height: 20px; }
.tlp-fab.is-open .tlp-fab-burger { background: rgba(255,255,255,.22); }
.tlp-fab-menu { display: flex; flex-direction: column; gap: 2px; align-items: stretch; width: 236px; max-width: 74vw; background: #fff; border: 1px solid #e6eaf1; border-radius: 16px; box-shadow: 0 12px 34px rgba(15,23,42,.20); padding: 8px; max-height: calc(100vh - 150px); max-height: calc(100dvh - 150px); overflow-y: auto; overflow-x: hidden; }
.tlp-fab-menu[hidden] { display: none; }
.tlp-fab-item { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 10px; background: transparent; color: #1a2233; font-size: 14px; font-weight: 600; text-decoration: none; border: 0; cursor: pointer; transition: background .12s, color .12s; white-space: nowrap; }
.tlp-fab-item:hover { background: #eef3fb; color: #004aad; }
.tlp-fab-item.is-active { background: #e4edfb; color: #004aad; font-weight: 700; }
/* Transient 'flying' section-name toast just above the FAB bar; flashes in then fades out on
   each section change (scroll-spy). Tap it to open the section menu. */
.tlp-fab-flash { align-self: flex-end; display: inline-flex; align-items: center; max-width: 80vw; padding: 7px 15px; border-radius: 999px; background: #004aad; color: #fff; font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 700; line-height: 1; border: 0; cursor: pointer; box-shadow: 0 6px 18px rgba(0,74,173,.34); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: 0; }
.tlp-fab-flash[hidden] { display: none; }
.tlp-fab-flash.show { animation: tlpFabFlashKf 1.9s ease forwards; }
@keyframes tlpFabFlashKf { 0% { opacity: 0; transform: translateY(9px); } 13% { opacity: 1; transform: translateY(0); } 66% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-9px); } }
.tlp-fab-item svg { width: 18px; height: 18px; flex: 0 0 auto; color: #004aad; }
@media (max-width: 600px) {
  .tlp-fab { right: 12px; bottom: 16px; }
  .tlp-fab-seg { font-size: 14px; padding: 11px 12px; }
  .tlp-fab-daftar { padding: 11px 12px 11px 15px; }
  .tlp-fab-menu { width: 214px; max-width: 78vw; }
  .tlp-fab-item { font-size: 13px; padding: 9px 11px; }
}

/* LP: FAB chat button is the single chat entry -> hide Chatwoot's default launcher bubble.
   (lp.css only loads on LP pages, so the bubble stays on the rest of the site.) */
.tlp-chat-launcher { display: none !important; } /* LP uses the FAB (chat segment) instead of the standalone launcher */

/* FAB chat segment morphs to X when Chatwoot is open (state on <html>) */
.tlp-fab-chat .tlp-fab-chat-ico, .tlp-fab-chat .tlp-fab-chat-x { display: inline-flex; align-items: center; }
.tlp-fab-chat .tlp-fab-chat-x { display: none; }
html.tln-chat-open .tlp-fab-chat .tlp-fab-chat-ico { display: none; }
html.tln-chat-open .tlp-fab-chat .tlp-fab-chat-x { display: inline-flex; }

/* FAB jump targets: offset for the sticky top nav so the section heading isn't hidden under it. */
#hero, #kenapa, #belajar-apa, #expert, #cuplikan-video, #testimoni,
#daftarsekarang, #jadwal, #perlengkapan, #catatan-penting, #mc-moderator, #tlp-silabus { scroll-margin-top: 90px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

/* Mobile: when Chatwoot is open, hide the FAB entirely. On phones the chatbox is near-fullscreen
   and has its own back/close controls, so keeping the FAB only clutters + overlaps the input.
   Desktop keeps the FAB visible with the chat panel sitting above it (bottom:90px, set in the
   chatwoot-widget partial). lp.css only loads on LP pages -> scoped to LPs. */
@media (max-width: 667px) {
  html.tln-chat-open .tlp-fab { display: none !important; }
}

/* v7.17 (2026-08-05): brand "Dibawakan oleh" sub-strip + multi-mentor strip photo.
   Base sizing/border-radius were missing (only unused .tlp-mentor-photo existed) →
   mentor photos rendered at natural size + square. Enforce circular avatar. */
.tlp-brand-mentors-strip .tlp-mentor-photo-wrap,
.tlp-mentor-strip .tlp-mentor-photo-wrap {
    width: 96px;
    height: 96px;
    margin: 0 auto 0.75rem;
    padding: 0;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 50%;
}
.tlp-brand-mentors-strip .tlp-mentor-photo-img,
.tlp-mentor-strip .tlp-mentor-photo-img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

/* v7.18 (2026-08-05): Collab section 2-kolom — kiri penyelenggara, kanan expert horizontal card */
.tlp-collab-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem 3rem; align-items: start; text-align: left; }
.tlp-collab-grid.tlp-collab-solo { grid-template-columns: 1fr; max-width: 760px; margin: 0 auto; }
.tlp-collab-org .tlp-brand-eyebrow { text-align: left; }
.tlp-collab-org .tlp-brand-row { display: flex; align-items: center; gap: 1.25rem; justify-content: flex-start; text-align: left; }
.tlp-collab-org .tlp-brand-info { text-align: left; }
.tlp-collab-org .tlp-brand-bio-block { text-align: left; margin-top: 1.25rem; }
.tlp-collab-experts { border-left: 1px solid #d9e0f0; padding-left: 3rem; }
.tlp-collab-grid.tlp-collab-solo .tlp-collab-experts { border-left: none; padding-left: 0; }
.tlp-collab-experts .tlp-brand-mentors-label { text-align: left; margin: 0 0 1.5rem; }
.tlp-expert-hcard { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1.75rem; }
.tlp-expert-hcard:last-child { margin-bottom: 0; }
.tlp-expert-hphoto { width: 88px; height: 88px; margin: 0; flex: 0 0 auto; border-radius: 50%; overflow: hidden; }
.tlp-expert-hphoto-img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; display: block; }
.tlp-expert-hmeta { text-align: left; }
.tlp-expert-hname { font-size: 17px; font-weight: 800; color: #1a1a1a; margin: 0 0 0.25rem; }
.tlp-expert-hbio { font-size: 13px; color: #004aad; font-weight: 500; margin: 0; line-height: 1.45; }
@media (max-width: 782px) {
  .tlp-collab-grid { grid-template-columns: 1fr; gap: 2rem; }
  .tlp-collab-experts { border-left: none; padding-left: 0; border-top: 1px solid #d9e0f0; padding-top: 1.75rem; }
}

/* v7.18b (2026-08-05): logo brand align-right + expert no-photo placeholder (initials) */
.tlp-collab-org .tlp-brand-row { justify-content: space-between; gap: 1.5rem; }
.tlp-collab-org .tlp-brand-logo-wrap { order: 2; margin-left: auto; }
.tlp-collab-org .tlp-brand-info { order: 1; }
.tlp-expert-hphoto--ph {
    display: flex; align-items: center; justify-content: center;
    background: #004aad; color: #ffffff; font-weight: 800; font-size: 30px; letter-spacing: 0.02em;
}
