/* ================================================================
   TLB LANDING — 랜딩페이지 통합 스타일
   아임웹 디자인모드에서 코드로 삽입되는 LP/TC/헤더푸터
   Merged from: lb-full-access, lb-management-new, lb-principle, lb-headerfooter, tlb-product-tc
   ================================================================ */

/* --- Section A: Full Access Package LP --- */
/* TLB Full Access Package - Premium Style 
   Based on Management Class Design - FIXED
*/

:root {
    /* Color Palette - Sprint Style */
    --sp-bg-main: #0a0a0a;
    --sp-bg-card: #141414;
    --sp-bg-card-hover: #1c1c1c;

    --sp-text-white: #ffffff;
    --sp-text-gray: #a0a0a0;
    --sp-text-dark: #666666;

    --sp-primary: #7000ff;
    --sp-accent: #ff00aa;
    --sp-gradient-main: linear-gradient(135deg, #7000ff 0%, #ff00aa 100%);
    --sp-gradient-text: linear-gradient(92deg, #fff 0%, #b0b0b0 100%);
    --sp-gradient-gold: linear-gradient(135deg, #FFD700 0%, #FDB931 100%);

    /* Spacing */
    --sp-container-width: 1000px;

    /* Effects */
    --sp-glass: rgba(255, 255, 255, 0.03);
    --sp-glass-border: rgba(255, 255, 255, 0.1);
    --sp-shadow-glow: 0 0 40px rgba(112, 0, 255, 0.15);
}

/* Theme: Beyond Principle (Orange/Yellow) */
.theme-beyond {
    --sp-primary: #FF8C00;
    /* Dark Orange */
    --sp-accent: #FFD700;
    /* Gold */
    --sp-gradient-main: linear-gradient(135deg, #FF8C00 0%, #FFD700 100%);
    --sp-shadow-glow: 0 0 40px rgba(255, 140, 0, 0.15);
}

.theme-beyond .sp-badge {
    background: rgba(255, 140, 0, 0.1) !important;
    border: 1px solid rgba(255, 140, 0, 0.3) !important;
    color: #FFD700 !important;
    box-shadow: 0 0 20px rgba(255, 140, 0, 0.1) !important;
}

.theme-beyond .sp-hero::before {
    background: radial-gradient(circle, rgba(255, 140, 0, 0.12) 0%, transparent 70%);
}

.theme-beyond .sp-table-footer {
    background: rgba(255, 140, 0, 0.05) !important;
    border-top: 2px solid rgba(255, 140, 0, 0.2) !important;
}

.theme-beyond .sp-chip {
    box-shadow: 0 2px 10px rgba(255, 140, 0, 0.3);
}

/* Reset & Base */
body {
    margin: 0;
    padding: 0;
}

/* Wrapper for Embed */
.sp-wrapper {
    background-color: var(--sp-bg-main) !important;
    color: var(--sp-text-white) !important;
    font-family: 'SUIT', sans-serif !important;
    line-height: 1.6 !important;
    -webkit-font-smoothing: antialiased;
    width: 100% !important;
    overflow: hidden;
}

.sp-container {
    max-width: var(--sp-container-width);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

/* Typography */
.sp-h1 {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
}

.sp-h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
}

.sp-h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    color: white !important;
}

.sp-desc {
    font-size: 17px;
    color: var(--sp-text-gray);
    font-weight: 400;
}

.sp-gradient-text {
    background: var(--sp-gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.sp-gold-text {
    background: var(--sp-gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 800;
}

/* Utilities */
.sp-br-mobile {
    display: none;
}

.mobile-only {
    display: none;
}

/* Components */

/* Hero Section */
.sp-hero {
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sp-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(112, 0, 255, 0.12) 0%, transparent 70%);
    filter: blur(80px);
    z-index: -1;
}

.sp-badge {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 14px !important;
    background: rgba(112, 0, 255, 0.1) !important;
    border: 1px solid rgba(112, 0, 255, 0.3) !important;
    border-radius: 100px !important;
    color: #b355ff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    box-shadow: 0 0 20px rgba(112, 0, 255, 0.1) !important;
}

.sp-hero-logo {
    margin-top: 32px !important;
    opacity: 0.8 !important;
    transition: opacity 0.3s !important;
}

.sp-hero-logo:hover {
    opacity: 1 !important;
}

.sp-hero-logo img {
    height: 24px !important;
    width: auto !important;
}

/* Section Common */
.sp-section {
    padding: 60px 0 !important;
}

.sp-section-header {
    margin-bottom: 40px !important;
    text-align: center !important;
}

.sp-label {
    color: var(--sp-primary) !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 6px !important;
}

/* Table Styles - CRITICAL FIX 
   배경 투명화 강제 적용 (왼쪽 흰색 문제 해결)
*/
.sp-wrapper table,
.sp-wrapper tr,
.sp-wrapper th,
.sp-wrapper td {
    background-color: transparent !important;
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.sp-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    table-layout: fixed;
}

.sp-wrapper th,
.sp-wrapper td {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

.sp-table-container {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    overflow-x: auto;
    background: rgba(255, 255, 255, 0.03) !important;
    /* 컨테이너 배경 유지 */
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sp-table {
    width: 100% !important;
    border-collapse: collapse !important;
    text-align: left !important;
}

/* Table Header (보통 왼쪽 부분) 수정 */
.sp-wrapper table th,
.sp-table th {
    padding: 16px 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    white-space: nowrap !important;
    background: transparent !important;
    /* 재확인 */
}

/* Table Body Cells */
.sp-wrapper table td,
.sp-table td {
    padding: 18px 24px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    vertical-align: middle !important;
    background: transparent !important;
    /* 재확인 */
    color: var(--sp-text-white) !important;
}

/* Specific Column Styles */
.sp-col-name {
    text-align: left;
}

.sp-col-price {
    text-align: right;
}

.sp-table-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--sp-text-white);
    line-height: 1.5;
}

.sp-table-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--sp-text-white);
    text-align: right;
    white-space: nowrap;
}

.sp-table tr:last-child td {
    border-bottom: none;
}

/* Column Specifics - Desktop */
.sp-table .sp-col-name,
.sp-table .sp-table-name {
    width: 75%;
    font-weight: 500;
}

.sp-table .sp-col-price,
.sp-table .sp-table-price {
    width: 25%;
    text-align: right !important;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

/* Type Text Styling */
.sp-type-text {
    display: inline-block;
    font-size: 13px;
    margin-left: 8px;
    font-weight: 400;
}

/* Type Colors */
.type-physical {
    color: #d0aaff;
}

.type-ebook {
    color: #7fffd4;
}

.type-benefit {
    color: var(--sp-accent);
    font-weight: 700;
}

.sp-table-footer {
    background: rgba(112, 0, 255, 0.05) !important;
    border-top: 2px solid rgba(112, 0, 255, 0.2) !important;
}

.sp-table-footer td {
    padding: 24px;
}

.sp-total-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.sp-total-label {
    font-size: 16px;
    color: #aaa;
}

.sp-total-price-group {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp-original-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.sp-final-price {
    font-size: 32px;
    font-weight: 800;
    color: var(--sp-accent);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-discount-badge {
    display: inline-block;
    background: rgba(255, 0, 170, 0.1);
    color: var(--sp-accent);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}

/* Redesigned Discount Circle */
.sp-discount-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #ff0000;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.3);
    margin-left: 10px;
    line-height: 1;
    padding: 2px;
}

.sp-discount-circle .small {
    font-size: 9px;
    font-weight: 700;
    opacity: 0.9;
}

.sp-discount-circle .big {
    font-size: 15px;
    font-weight: 800;
    margin: 1px 0;
}

/* Chip Style */
.sp-chip {
    display: inline-block;
    background: var(--sp-gradient-main);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 6px;
    vertical-align: middle;
    box-shadow: 0 2px 10px rgba(112, 0, 255, 0.3);
    line-height: 1.2;
    position: relative;
    top: -1px;
}

/* Benefits Section */
.sp-benefit-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #111 100%);
    border: 1px solid #333;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}

.sp-benefit-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

/* Notice Section */
.sp-notice-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed #333;
    border-radius: 16px;
    padding: 24px;
    margin-top: 40px;
}

.sp-notice-title {
    font-size: 15px;
    font-weight: 700;
    color: #aaa;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-notice-list li {
    font-size: 14px;
    color: #999;
    margin-bottom: 6px;
    padding-left: 16px;
    position: relative;
}

.sp-notice-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .sp-h1 {
        font-size: 36px !important;
    }

    .sp-h2 {
        font-size: 30px !important;
    }

    .sp-container {
        padding: 0 12px !important;
    }

    .sp-br-mobile {
        display: block !important;
    }

    .mobile-only {
        display: block !important;
        height: 0 !important;
        margin: 0 !important;
    }

    .sp-table-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 12px !important;
        max-width: 100% !important;
    }

    .sp-table {
        min-width: auto !important;
        width: 100% !important;
    }

    .sp-table th,
    .sp-table td {
        padding: 8px 4px !important;
        font-size: 13px !important;
    }

    .sp-table th:first-child,
    .sp-table td:first-child {
        padding-left: 11px !important;
    }

    .sp-table th:last-child,
    .sp-table td:last-child {
        padding-right: 11px !important;
    }

    .sp-table th {
        font-size: 12px !important;
    }

    .sp-table .sp-col-name,
    .sp-table .sp-table-name {
        width: auto;
    }

    .sp-table .sp-col-price,
    .sp-table .sp-table-price {
        width: 1%;
        white-space: nowrap;
    }

    .sp-type-text {
        display: block;
        margin-left: 0;
        margin-top: 2px;
        font-size: 11px;
    }

    .sp-type-text.type-benefit {
        display: inline-block;
        margin-left: 0;
    }

    .sp-chip {
        display: inline-block;
        margin-left: 4px;
        margin-top: 0;
        font-size: 10px;
        padding: 1px 6px;
        top: 0;
    }

    .sp-table-footer td {
        padding: 32px 16px;
    }

    .sp-total-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .sp-total-price-group {
        text-align: center;
    }

    .sp-final-price {
        font-size: 28px;
        flex-direction: row;
        gap: 8px;
        justify-content: center;
    }

    .sp-discount-badge {
        display: block;
        margin: 4px auto 0;
        width: fit-content;
    }

    .sp-benefit-card {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 20px;
    }
}
/* --- Section B: Management Class LP --- */
/* 
   TLB Management Class - Sprint Style Redesign 
   Reference: https://sprint.codeit.kr/
*/

:root {
    /* Color Palette - Sprint Style */
    --sp-bg-main: #0a0a0a;
    --sp-bg-card: #141414;
    --sp-bg-card-hover: #1c1c1c;

    --sp-text-white: #ffffff;
    --sp-text-gray: #a0a0a0;
    --sp-text-dark: #666666;

    --sp-primary: #7000ff;
    --sp-accent: #ff00aa;
    --sp-gradient-main: linear-gradient(135deg, #7000ff 0%, #ff00aa 100%);
    --sp-gradient-text: linear-gradient(92deg, #fff 0%, #b0b0b0 100%);

    /* Spacing */
    --sp-container-width: 1000px;
    /* 좀 더 타이트한 몰입감 */

    /* Effects */
    --sp-glass: rgba(255, 255, 255, 0.03);
    --sp-glass-border: rgba(255, 255, 255, 0.1);
    --sp-shadow-glow: 0 0 40px rgba(112, 0, 255, 0.15);
}

/* Reset & Base */
/* Body style removed to prevent global conflict */
/* body {
    background-color: var(--sp-bg-main);
    color: var(--sp-text-white);
    font-family: 'SUIT', sans-serif;
    margin: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
} */

.sp-container {
    max-width: var(--sp-container-width);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

/* Typography */
.sp-h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0;
}

.sp-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.sp-h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.sp-desc {
    font-size: 18px;
    color: var(--sp-text-gray);
    font-weight: 400;
}

.sp-gradient-text {
    background: var(--sp-gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Components */

/* 1. Hero Section */
.sp-hero {
    padding: 160px 0 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sp-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(112, 0, 255, 0.15) 0%, transparent 70%);
    filter: blur(60px);
    z-index: -1;
}

.sp-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: rgba(112, 0, 255, 0.1);
    border: 1px solid rgba(112, 0, 255, 0.3);
    border-radius: 100px;
    color: #b355ff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 32px;
    box-shadow: 0 0 20px rgba(112, 0, 255, 0.1);
}

.sp-hero-btn {
    display: inline-block;
    padding: 20px 48px;
    background: var(--sp-gradient-main);
    color: white;
    font-weight: 700;
    font-size: 18px;
    border-radius: 12px;
    text-decoration: none;
    margin-top: 48px;
    transition: transform 0.2s;
    box-shadow: 0 10px 30px rgba(112, 0, 255, 0.3);
}

.sp-hero-btn:hover {
    transform: translateY(-2px);
}

/* 2. Section Common */
.sp-section {
    padding: 120px 0;
}

.sp-section-header {
    margin-bottom: 64px;
    text-align: center;
}

.sp-label {
    color: var(--sp-primary);
    font-weight: 900;
    /* 요청: 800~900 */
    font-size: 13px;
    letter-spacing: 0.2em;
    /* 요청: 자간 확대 */
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

/* 3. Cards */
.sp-card {
    background: var(--sp-glass);
    border: 1px solid var(--sp-glass-border);
    border-radius: 24px;
    padding: 40px;
    transition: all 0.3s ease;
}

.sp-card:hover {
    background: var(--sp-bg-card-hover);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.sp-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.sp-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

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

/* 4. Feature List (Checkmarks) */
.sp-check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.sp-check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    color: var(--sp-text-gray);
    font-size: 16px;
}

.sp-check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--sp-accent);
    font-weight: bold;
}

/* Chat Bubble Section - Advanced */
.sp-chat-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    /* 간격 증가 */
}

.sp-chat-bubble {
    background: white;
    color: #333;
    padding: 24px 32px;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform-origin: center bottom;
    animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* 말풍선 꼬리 공통 */
.sp-chat-bubble::after {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 24px;
    height: 24px;
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    transform: rotate(45deg);
}

/* 홀수: 좌하단 꼬리 */
.sp-chat-bubble:nth-child(odd) {
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

.sp-chat-bubble:nth-child(odd)::after {
    left: 24px;
    /* 모서리에서 살짝 띄움 */
}

/* 짝수: 우하단 꼬리 */
.sp-chat-bubble:nth-child(even) {
    align-self: flex-end;
    border-bottom-right-radius: 4px;
    background: #f4f0ff;
    /* 짝수는 살짝 다른 색상 */
}

.sp-chat-bubble:nth-child(even)::after {
    right: 24px;
    background: #f4f0ff;
}

.sp-chat-bubble:nth-child(1) {
    animation-delay: 0.1s;
}

.sp-chat-bubble:nth-child(2) {
    animation-delay: 0.2s;
}

.sp-chat-bubble:nth-child(3) {
    animation-delay: 0.3s;
}

.sp-chat-bubble:nth-child(4) {
    animation-delay: 0.4s;
}

.sp-chat-bubble strong {
    color: var(--sp-primary);
    font-weight: 800;
    background: linear-gradient(120deg, rgba(112, 0, 255, 0.1) 0%, rgba(112, 0, 255, 0) 100%);
    padding: 0 4px;
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Character Image Placeholder */
.sp-chat-character {
    text-align: center;
    margin-bottom: 40px;
}

.sp-chat-character img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #333;
    object-fit: cover;
    border: 4px solid var(--sp-primary);
    box-shadow: 0 0 30px rgba(112, 0, 255, 0.3);
}

/* Section Backgrounds - Enhanced */
section.sp-bg-black,
.sp-bg-black {
    background-color: #0a0a0a !important;
    background: #0a0a0a !important;
    color: white !important;
}

section.sp-bg-dark,
.sp-bg-dark {
    background-color: #141414 !important;
    background: #141414 !important;
    color: white !important;
}

/* Tinted White / Gradient Backgrounds */
section.sp-bg-white,
.sp-bg-white {
    background-color: #f8f9fa !important;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%) !important;
    color: #1f2124 !important;
}

section.sp-bg-gray,
.sp-bg-gray {
    background-color: #1a1a1a !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
    color: white !important;
    position: relative;
    overflow: hidden;
}

.sp-bg-gray::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(112, 0, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* Light Mode Text Overrides - Only for sp-bg-white */
.sp-bg-white .sp-h2 {
    color: #1f2124;
}

.sp-bg-white .sp-desc {
    color: #666;
}

.sp-bg-white .sp-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}

/* Horizontal Course Layout */
.sp-course-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sp-course-row {
    display: grid;
    grid-template-columns: 300px 1fr auto;
    gap: 32px;
    align-items: center;
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 24px;
    padding: 32px;
    transition: all 0.3s ease;
}

.sp-course-row:hover {
    border-color: var(--sp-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.sp-course-info h3 {
    font-size: 24px;
    margin: 0 0 8px 0;
    color: white;
}

.sp-course-desc {
    color: #888;
    font-size: 15px;
    margin: 0;
}

.sp-course-meta {
    display: flex;
    gap: 24px;
    color: #aaa;
    font-size: 14px;
}

.sp-course-action .sp-btn {
    padding: 12px 24px;
    background: var(--sp-primary);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

/* Coming Soon Overlay */
.sp-course-row.disabled {
    opacity: 0.5;
    position: relative;
    pointer-events: none;
    border-style: dashed;
}

.sp-course-row.disabled::after {
    content: 'COMING SOON';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    padding: 12px 24px;
    border-radius: 100px;
    font-weight: 700;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* 5. Course Card (Special) */
.sp-course-card {
    background: #141414;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-course-card.highlight {
    border: 1px solid var(--sp-primary);
    box-shadow: 0 0 30px rgba(112, 0, 255, 0.1);
}

.sp-course-header {
    padding: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
    border-bottom: 1px solid #2a2a2a;
}

.sp-course-body {
    padding: 32px;
    flex: 1;
}

.sp-price {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-top: 8px;
}

.sp-price span {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

/* 6. Reward Box */
.sp-reward-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
    border: 1px solid #333;
    border-radius: 32px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sp-reward-content {
    flex: 1;
}

.sp-reward-badge {
    background: var(--sp-gradient-main);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    box-shadow: 0 10px 30px rgba(112, 0, 255, 0.4);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sp-h1 {
        font-size: 36px;
    }

    .sp-h2 {
        font-size: 28px;
    }

    .sp-grid-2,
    .sp-grid-3,
    .sp-grid-4 {
        grid-template-columns: 1fr;
    }

    .sp-reward-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 24px;
    }

    .sp-hero {
        padding: 100px 0 80px;
    }
}

/* Recommendation Section - ZigZag Layout */
.sp-recommend-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sp-recommend-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    padding: 40px;
    transition: transform 0.3s ease;
}

.sp-recommend-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--sp-primary);
}

/* 짝수 번째 카드는 좌우 반전 (ZigZag) */
.sp-recommend-card:nth-child(even) {
    flex-direction: row-reverse;
}

.sp-recommend-img {
    flex: 0 0 30%;
    /* 30% 너비 */
    aspect-ratio: 1;
    /* 1:1 비율 */
    border-radius: 24px;
    overflow: hidden;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.sp-recommend-content {
    flex: 1;
    /* 나머지 70% */
    text-align: left;
}

.sp-recommend-title {
    font-family: 'SUITE', sans-serif;
    /* 요청: SUITE 폰트 */
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.sp-recommend-quote {
    font-family: 'SUIT', sans-serif;
    font-size: 24px;
    font-weight: 800;
    /* 요청: 두껍게 */
    color: var(--sp-primary);
    margin-bottom: 20px;
    line-height: 1.3;
}

.sp-recommend-desc {
    font-size: 16px;
    color: #aaa;
    line-height: 1.7;
    white-space: pre-line;
    /* 줄바꿈 허용 */
}

/* Mobile Responsive for Recommendation */
@media (max-width: 768px) {

    .sp-recommend-card,
    .sp-recommend-card:nth-child(even) {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        padding: 24px;
    }

    .sp-recommend-img {
        width: 120px;
        height: 120px;
        flex: none;
    }

    .sp-recommend-content {
        text-align: center;
    }
}

/* Floating Bubble Layout (Reference Implementation) */
.sp-floating-container {
    position: relative;
    height: 600px;
    /* 충분한 높이 확보 */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.sp-floating-center {
    width: 300px;
    height: 300px;
    z-index: 2;
    position: relative;
    animation: floatCenter 6s ease-in-out infinite;
}

.sp-floating-bubble {
    position: absolute;
    background: white;
    border: 1px solid rgba(112, 0, 255, 0.1);
    border-radius: 50%;
    /* 원형에 가깝게 */
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(112, 0, 255, 0.1);
    z-index: 1;
    transition: transform 0.3s ease;
}

.sp-floating-bubble:hover {
    transform: scale(1.05);
    border-color: var(--sp-primary);
    z-index: 3;
}

.sp-bubble-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
    position: relative;
}

.sp-bubble-badge {
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 28px;
    height: 28px;
    background: #ff4d4d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.sp-bubble-text {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
}

/* Positions */
.sp-bubble-1 {
    top: 0;
    left: 5%;
    animation: float 5s ease-in-out infinite;
}

.sp-bubble-2 {
    top: 0;
    right: 5%;
    animation: float 5s ease-in-out infinite 1s;
}

.sp-bubble-3 {
    bottom: 20px;
    left: 10%;
    animation: float 5s ease-in-out infinite 2s;
}

.sp-bubble-4 {
    bottom: 20px;
    right: 10%;
    animation: float 5s ease-in-out infinite 3s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatCenter {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(2deg);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sp-floating-container {
        height: auto;
        flex-direction: column;
        gap: 24px;
        margin-top: 0;
    }

    .sp-floating-center {
        width: 200px;
        height: 200px;
        order: 1;
    }

    .sp-floating-bubble {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100%;
        height: auto;
        border-radius: 24px;
        flex-direction: row;
        text-align: left;
        gap: 20px;
        order: 2;
    }

    .sp-bubble-icon {
        margin-bottom: 0;
    }
}
/* --- Section C: Principle LP --- */
@charset "utf-8";

/* ==========================================================================
   Variables & Reset
   ========================================================================== */
:root {
    --sp-bg-dark: #0a0a0a;
    --sp-bg-card: rgba(255, 255, 255, 0.03);
    --sp-bg-card-hover: rgba(255, 255, 255, 0.08);
    --sp-primary: #3b82f6;
    --sp-accent: #8b5cf6;
    --sp-text-main: #ffffff;
    --sp-text-sub: #a1a1aa;
    --sp-border: rgba(255, 255, 255, 0.1);
    --sp-gradient-primary: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    --sp-gradient-text: linear-gradient(to right, #60a5fa, #a78bfa);
    --sp-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'SUIT', sans-serif;
    background-color: var(--sp-bg-dark);
    color: var(--sp-text-main);
    line-height: 1.6;
    word-break: keep-all;
}

.sp-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.sp-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* ==========================================================================
   Typography
   ========================================================================== */
.sp-h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.sp-h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

.sp-h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.sp-desc {
    font-size: 18px;
    color: var(--sp-text-sub);
    line-height: 1.7;
}

.sp-gradient-text {
    background: var(--sp-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.sp-highlight {
    color: #60a5fa;
    font-weight: 700;
}

/* ==========================================================================
   Components
   ========================================================================== */
.sp-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #60a5fa;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}

.sp-card {
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.sp-card:hover {
    background: var(--sp-bg-card-hover);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.sp-btn {
    display: inline-block;
    padding: 16px 40px;
    background: var(--sp-gradient-primary);
    color: white;
    font-weight: 700;
    font-size: 18px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.sp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.sp-hero {
    padding: 160px 0 100px;
    text-align: center;
    background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
}

/* ==========================================================================
   Intro Section
   ========================================================================== */
.sp-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.sp-intro-img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--sp-border);
}

/* ==========================================================================
   4-Step System
   ========================================================================== */
.sp-step-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.sp-step-card {
    position: relative;
    overflow: hidden;
}

.sp-step-num {
    font-size: 80px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
}

.sp-step-icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

/* ==========================================================================
   Reward System
   ========================================================================== */
.sp-reward-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.sp-reward-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid var(--sp-border);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
}

.sp-rank-badge {
    width: 60px;
    height: 60px;
    background: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 16px;
    border: 2px solid var(--sp-accent);
    color: var(--sp-accent);
    font-weight: 800;
}

/* ==========================================================================
   Type Section
   ========================================================================== */
.sp-type-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.sp-type-card {
    text-align: center;
    padding: 40px 24px;
}

.sp-type-icon {
    font-size: 48px;
    margin-bottom: 24px;
}

.sp-quote {
    font-style: italic;
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
    display: block;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.sp-cta {
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(59, 130, 246, 0.1) 100%);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 768px) {
    .sp-h1 {
        font-size: 32px;
    }

    .sp-h2 {
        font-size: 28px;
    }

    .sp-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sp-step-container {
        grid-template-columns: 1fr;
    }

    .sp-reward-grid {
        grid-template-columns: 1fr;
    }

    .sp-type-grid {
        grid-template-columns: 1fr;
    }

    .sp-section {
        padding: 60px 0;
    }
}
/* --- Section D: Header & Footer --- */
/* ============================================
   TLB Header & Footer Styles
   ============================================ */

/* Footer Wrapper */
.tlb_footer_wrapper {
    background-color: #f5f5f5 !important;
    padding: 60px 20px 40px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.tlb_footer_container {
    max-width: 860px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 50px !important;
}

/* Section Titles */
.tlb_footer_section {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
}

.tlb_footer_title {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin-bottom: 10px !important;
    border-bottom: 2px solid #333 !important;
    padding-bottom: 12px !important;
}

.tlb_footer_title_ko {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0 !important;
    letter-spacing: -0.5px !important;
}

.tlb_footer_title_en {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #888 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

/* Customer Center Section - Enhanced Design */
.tlb_footer_customer {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.tlb_footer_customer_item {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    padding: 24px !important;
    border-radius: 12px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.tlb_footer_customer_main {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    display: block !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.3px !important;
}

.tlb_footer_customer_desc {
    font-size: 15px !important;
    color: #444 !important;
    line-height: 1.8 !important;
    display: block !important;
}

.tlb_footer_customer_sub {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.7 !important;
    padding: 12px 16px !important;
    border-left: 4px solid #4a90e2 !important;
    margin-top: 8px !important;
    background-color: #f0f4f8 !important;
    border-radius: 4px !important;
}

/* Table Layout */
.tlb_footer_table {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
}

.tlb_footer_table_row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.tlb_footer_table_label {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #222 !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #e0e0e0 !important;
    letter-spacing: -0.3px !important;
}

.tlb_footer_table_content {
    font-size: 14px !important;
    color: #555 !important;
}

/* List Styles */
.tlb_footer_list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.tlb_footer_list li {
    padding-left: 20px !important;
    position: relative !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
    color: #555 !important;
}

.tlb_footer_list li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #999 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

/* Highlight Text */
.tlb_footer_highlight {
    color: #e74c3c !important;
    font-weight: 600 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tlb_footer_wrapper {
        padding: 40px 16px 30px !important;
    }

    .tlb_footer_container {
        gap: 40px !important;
    }

    .tlb_footer_title_ko {
        font-size: 18px !important;
    }

    .tlb_footer_customer_main {
        font-size: 16px !important;
    }

    .tlb_footer_customer_desc,
    .tlb_footer_table_content {
        font-size: 13px !important;
    }

    .tlb_footer_table_label {
        font-size: 15px !important;
    }

    .tlb_footer_customer_item {
        padding: 20px !important;
    }
}

@media (max-width: 480px) {
    .tlb_footer_wrapper {
        padding: 30px 12px 20px !important;
    }

    .tlb_footer_container {
        gap: 30px !important;
    }

    .tlb_footer_title_ko {
        font-size: 17px !important;
    }

    .tlb_footer_list li {
        font-size: 13px !important;
    }

    .tlb_footer_customer_item {
        padding: 16px !important;
    }
}

/* ============================================
   Product Top Notice Section (New Design)
   ============================================ */
.tlb_product_notice_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'SUIT', -apple-system, sans-serif !important;
    background-color: #1a1a1a !important;
}

.tlb_notice_box {
    width: 100% !important;
    padding: 60px 20px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

/* Header: Logo + Title + Icon */
.tlb_notice_top {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-bottom: 30px !important;
}

.tlb_notice_logo_small {
    width: 32px !important;
    /* Adjust based on actual logo ratio */
    height: auto !important;
}

.tlb_notice_title_large {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: -0.5px !important;
    line-height: 1 !important;
}

.tlb_notice_icon {
    font-size: 32px !important;
    line-height: 1 !important;
}

/* Main Text */
.tlb_notice_main_text {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 24px !important;
}

.tlb_notice_sub_row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

/* Purple Highlight Bar */
.tlb_notice_highlight_bar {
    display: inline-block !important;
    background-color: #962de3 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 12px 30px !important;
    margin-bottom: 40px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Divider */
.tlb_notice_divider {
    width: 100% !important;
    max-width: 800px !important;
    height: 1px !important;
    background-color: #333333 !important;
    border: none !important;
    margin: 0 auto 30px !important;
}

/* List Area */
.tlb_notice_list {
    max-width: 800px !important;
    margin: 0 auto !important;
    text-align: left !important;
    list-style: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.tlb_notice_list li {
    font-size: 15px !important;
    color: #aaaaaa !important;
    line-height: 1.6 !important;
    position: relative !important;
    padding-left: 14px !important;
    word-break: keep-all !important;
}

.tlb_notice_list li::before {
    content: '•' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #aaaaaa !important;
}

/* E-book specific */
.tlb_solve_img_inline {
    height: 20px !important;
    vertical-align: middle !important;
    border-radius: 4px !important;
}

@media (max-width: 768px) {
    .tlb_notice_box {
        padding: 40px 20px !important;
    }

    .tlb_notice_title_large {
        font-size: 26px !important;
    }

    .tlb_notice_main_text,
    .tlb_notice_sub_row {
        font-size: 20px !important;
    }

    .tlb_notice_highlight_bar {
        font-size: 15px !important;
        padding: 12px 20px !important;
        width: 100% !important;
    }

    .tlb_notice_list li {
        font-size: 14px !important;
    }
}
/* --- Section E: Training Camp --- */
/* Fonts are loaded in the HTML head via link tags to avoid double-loading */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

/* --- RESET & VARIABLES --- */
.tlb-tc-wrapper {
    --c-bg: #0D0D0D;
    --c-bg-card: rgba(255, 255, 255, 0.03);
    --c-lime: #C2F707;
    --c-lime-dim: rgba(194, 247, 7, 0.1);
    --c-text-white: #FFFFFF;
    --c-text-gray: #A1A1AA;
    --c-border: rgba(255, 255, 255, 0.1);

    font-family: 'SUIT', sans-serif;
    background-color: var(--c-bg);
    color: var(--c-text-white);
    line-height: 1.6;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.tlb-tc-wrapper *,
.tlb-tc-wrapper *::before,
.tlb-tc-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Global Typography - Relying on inheritance from wrapper and global site styles */
.tlb-tc-wrapper {
    font-family: 'SUIT', sans-serif;
}

.tlb-tc-h2,
.tlb-tc-h3-highlight,
.tlb-tc-hero-title,
.tlb-tc-benefits-h3,
.tlb-tc-feature-h3-v2,
.tlb-tc-section-h2,
.tlb-tc-how-h2,
.tlb-tc-module-h2,
.tlb-tc-recommend-h2,
.tlb-tc-faq-h2,
.tlb-tc-final-h2,
.tlb-tc-final-footer-h3,
.tlb-tc-feature-h3,
.tlb-tc-what-h2,
.tlb-tc-solution-h3 {
    font-family: 'SUITE', sans-serif !important;
    /* Keep essential override for headers */
    letter-spacing: -0.025em;
}

/* Ensure all children of headers inherit the header's font (SUITE) */
[class^="tlb-tc-"][class$="-h2"] *,
[class^="tlb-tc-"][class$="-h3"] *,
.tlb-tc-hero-title *,
.tlb-tc-h3-highlight * {
    font-family: inherit !important;
}

.tlb-tc-wrapper strong,
.tlb-tc-wrapper b {
    font-weight: 700;
    color: var(--c-text-white);
    font-family: inherit;
    /* Naturally inherit SUITE if inside header, otherwise SUIT */
}

.tlb-tc-wrapper a {
    text-decoration: none;
    color: inherit;
}

.tlb-tc-wrapper ul {
    list-style: none;
}

/* --- UTILITIES --- */
.tlb-tc-container {
    max-width: 860px;
    /* Reduced from 1000px for better balance */
    margin: 0 auto;
    padding: 0 20px;
}


.tlb-tc-text-lime {
    color: var(--c-lime);
}

.tlb-tc-text-gray {
    color: var(--c-text-gray);
}

.tlb-tc-text-center {
    text-align: center;
}

.tlb-tc-fw-700 {
    font-weight: 700;
}

.tlb-tc-fw-900 {
    font-weight: 700;
}

.tlb-tc-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.tlb-tc-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.tlb-tc-grid-4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.tlb-tc-grid-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* Desktop Layout */
@media (min-width: 768px) {
    .tlb-tc-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .tlb-tc-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .tlb-tc-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .tlb-tc-grid-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .tlb-tc-desktop-flex-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}

/* --- COMPONENTS --- */
.tlb-tc-card {
    background: var(--c-bg-card);
    border: 1px solid var(--c-border);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.tlb-tc-card:hover {
    border-color: rgba(194, 247, 7, 0.3);
    transform: translateY(-3px);
}

.tlb-tc-btn-lime {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--c-lime);
    color: #000;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 0 40px;
    height: 64px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(194, 247, 7, 0.2);
    transition: all 0.2s;
    width: 100%;
    max-width: 360px;
    cursor: pointer;
}

.tlb-tc-btn-lime:hover {
    box-shadow: 0 0 40px rgba(194, 247, 7, 0.5);
    transform: scale(1.02);
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}

.tlb-tc-badge {

    display: inline-block;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.tlb-tc-badge.lime {
    background: var(--c-lime);
    color: #000;
}

.tlb-tc-badge.outline {
    border: 1px solid var(--c-lime);
    color: var(--c-lime);
}

/* --- SECTIONS --- */
.tlb-tc-wrapper section {
    padding: 80px 0;
    position: relative;
}


/* 1. HERO */
.tlb-tc-hero {
    padding-top: 140px;
    padding-bottom: 120px;
    background: radial-gradient(circle at 50% 0%, rgba(194, 247, 7, 0.08) 0%, transparent 60%);
    text-align: center;
}

.tlb-tc-hero h1 {
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 24px;
    font-weight: 700;
}

.tlb-tc-hero p {
    font-size: 1.2rem;
    color: var(--c-text-gray);
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* --- NEW HERO INFO BAR --- */
.tlb-tc-info-bar {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    /* Center wider for Duration */
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 800px;
    /* Limit width */
    margin-left: auto;
    margin-right: auto;
}

.tlb-tc-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 10px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tlb-tc-info-item:last-child {
    border-right: none;
}

.tlb-tc-info-item label {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Mobile: Stack if too narrow? Or keep horizontal?
   User asked for 3-slot readability. Horizontal is likely preferred if fits. */
@media (max-width: 600px) {
    .tlb-tc-info-bar {
        grid-template-columns: 1fr 1.6fr 1fr;
    }

    .tlb-tc-info-item {
        padding: 15px 5px;
    }

    .tlb-tc-info-item label {
        font-size: 0.7rem;
    }

    .tlb-tc-info-item strong {
        font-size: 1.1rem !important;
    }
}

.tlb-tc-chip-lime {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 100px;
    background: rgba(194, 247, 7, 0.1);
    color: var(--c-lime);
    border: 1px solid rgba(194, 247, 7, 0.3);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.tlb-tc-info-tab strong {
    display: block;
    font-size: 1rem;
}

/* 2. WHY */
.tlb-tc-dilemma-box {
    border-left: 4px solid var(--c-lime);
    background: linear-gradient(90deg, rgba(194, 247, 7, 0.05) 0%, transparent 100%);
    padding: 30px;
    margin: 40px 0;
    font-size: 1.1rem;
    color: #ddd;
}

.tlb-tc-dilemma-item {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.tlb-tc-dilemma-item::before {
    content: '•';
    color: var(--c-lime);
}

/* 3. SOLUTION */
.tlb_tc_solution_section {
    background-color: #1a1a1a;
}

.tlb-tc-solution-banner {
    background: #111;
    padding: 60px 20px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #222;
    margin-top: 40px;
}

/* 4. WHAT */
.tlb-tc-feature-card {
    position: relative;
    height: 100%;
}

.tlb-tc-feature-num {
    font-size: 4rem;
    font-weight: 700;
    color: #222;
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
}

.tlb-tc-feature-list li {
    font-size: 0.9rem;
    color: #888;
    margin-top: 8px;
    padding-left: 12px;
    position: relative;
}

.tlb-tc-feature-list li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--c-lime);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.tlb-tc-how-section {
    background: #1a1b23;
    /* Significantly lighter and more distinct */
    padding: 100px 0;
}


/* CSS v28 */
.tlb-tc-calendar-board {
    margin-top: 40px;
    margin-bottom: 30px;

    /* Reduced from 80px */
    background: #1a1b23;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.tlb-tc-cal-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.tlb-tc-cal-col:last-child {
    border-right: none;
}

.tlb-tc-cal-header {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tlb-tc-cal-col.active .tlb-tc-cal-header {
    background: rgba(194, 247, 7, 0.1);
}

.tlb-tc-cal-day-name {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: #888;
    letter-spacing: 1px;
}

.tlb-tc-cal-col.active .tlb-tc-cal-day-name {
    color: var(--c-lime);
}

.tlb-tc-cal-body {
    flex: 1;
    padding: 40px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.tlb-tc-cal-content {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    word-break: keep-all;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tlb-tc-cal-sub {
    font-size: 0.85rem;
    font-weight: 500;
    color: #888;
}

.tlb-tc-cal-col.active .tlb-tc-cal-sub {
    color: rgba(194, 247, 7, 0.6);
}


.tlb-tc-cal-col.dim .tlb-tc-cal-content {
    color: #555;
}

.tlb-tc-cal-col.active .tlb-tc-cal-content {
    color: var(--c-lime);
}

@media (max-width: 767px) {
    .tlb-tc-calendar-board {
        grid-template-columns: 1fr;
    }

    .tlb-tc-cal-col {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        flex-direction: row;
        align-items: center;
    }

    .tlb-tc-cal-header {
        width: 80px;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.05);
        padding: 20px 10px;
    }

    .tlb-tc-cal-body {
        padding: 20px;
        min-height: auto;
        text-align: left;
        align-items: flex-start;
    }
}



/* 5. STATS: Immersive Scoreboard Redesign */
.tlb-tc-stats-immersive {
    margin: 40px 0 10px;
    /* Reduced bottom margin from 30px */
    padding: 60px 40px 20px;
    /* Reduced bottom padding from 40px */
    background: radial-gradient(circle at center, rgba(194, 247, 7, 0.05) 0%, transparent 70%);
    text-align: center;
}




.tlb-tc-stats-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    /* Reduced from 60px */
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
}


.tlb-tc-stat-unit-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 150px;
    /* Reduced from 180px */
    position: relative;
}


/* Atmospheric Glow Background for each unit */
.tlb-tc-stat-unit-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.02) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

.tlb-tc-stat-main-label {
    font-size: 1rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.tlb-tc-stat-big-num {
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-family: 'SUITE', sans-serif;
    letter-spacing: -0.025em;
}


.tlb-tc-stat-big-num .unit {
    font-size: 1.5rem;
    font-weight: 700;
    color: #444;
    margin-left: 2px;
    letter-spacing: 0;
}

.tlb-tc-stat-sub-info {
    font-size: 1.1rem;
    color: var(--c-lime);
    font-weight: 700;
    margin-top: 10px;
    opacity: 0.8;
}

.tlb-tc-stat-divider {
    width: 1px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
    align-self: center;
}

/* TOTAL Score Area */
.tlb-tc-stats-total-wrapper {
    margin-top: 40px;
    /* Reduced from 60px */
    padding: 30px 0 10px;
    /* Reduced padding from 40px */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}



.tlb-tc-total-intro {
    font-size: 1.2rem;
    font-weight: 700;
    color: #666;
    margin-bottom: 20px;
    letter-spacing: 4px;
}

.tlb-tc-total-giant {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Stacked for perfect centering and to avoid overlap */
    align-items: center;
    justify-content: center;
    gap: 5px;
    /* Tight gap between number and unit */
    white-space: nowrap;
}



.tlb-tc-total-giant .tlb-tc-stat-giant-num {
    font-size: 10rem;
    /* Slightly larger since it's stacked now */
    font-weight: 700;
    color: var(--c-lime);
    line-height: 1;
    letter-spacing: -2px;
    text-shadow: 0 0 50px rgba(194, 247, 7, 0.4);
    font-family: 'SUITE', sans-serif;
    /* Imweb Conflict Fix: Override global .num styles */
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
}




.tlb-tc-total-giant .unit {
    font-size: 1.8rem;
    /* Scaled down for stack layout */
    font-weight: 700;
    color: #fff;
    opacity: 0.9;
}



.tlb-tc-total-footer {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    /* Reduced from 15px */
    opacity: 0.9;
}



@media (max-width: 767px) {
    .tlb-tc-stats-container {
        gap: 40px;
    }

    .tlb-tc-stat-divider {
        display: none;
    }

    .tlb-tc-stat-big-num {
        font-size: 4rem;
    }

    .tlb-tc-total-giant .num {
        font-size: 8rem;
        letter-spacing: -4px;
    }

    .tlb-tc-total-giant .unit {
        font-size: 2rem;
    }
}




/* 6. MODULE */
.tlb-tc-module-viz {
    display: flex;
    height: 200px;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin: 40px 0;
}

.tlb-tc-mod-box {
    flex: 1;
    max-width: 150px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 1px solid #333;
    background: #111;
    color: #666;
    height: 120px;
}

.tlb-tc-mod-box.active {
    background: var(--c-lime);
    color: #000;
    border: none;
    height: 160px;
    box-shadow: 0 0 30px rgba(194, 247, 7, 0.2);
    font-size: 1.2rem;
    flex-direction: column;
}

/* 8. FAQ */
.tlb-tc-wrapper details {
    background: #151515;
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
}

.tlb-tc-wrapper summary {
    padding: 20px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tlb-tc-wrapper summary::-webkit-details-marker {
    display: none;
}

.tlb-tc-wrapper summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: #666;
}

.tlb-tc-wrapper details[open] summary::after {
    content: '-';
}

.tlb-tc-wrapper details[open] summary {
    color: var(--c-lime);
}

.tlb-tc-faq-ans {
    padding: 0 20px 20px;
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.6;
    border-top: 1px solid #222;
    padding-top: 15px;
}

/* 9. PRICE */
.tlb-tc-price-card {
    background: #111;
    border: 1px solid #333;
    padding: 40px;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}

/* --- SCROLL ANIMATION --- */
.tlb_tc_scroll_reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.tlb_tc_scroll_reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- HERO V2 (Split Layout) --- */
.tlb-tc-hero-v2 {
    position: relative;
    padding: 60px 0 40px;
    /* Background Image: Center centered and covers full section height 100% */
    background: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.8) 50%, rgba(5, 5, 5, 0.4) 100%),
        url('../images/hero_bg_neon.png') no-repeat center center / cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}




.tlb-tc-hero-logo-row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .tlb-tc-hero-logo-row {
        justify-content: center;
    }
}

.tlb-tc-hero-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 768px) {
    .tlb-tc-hero-split {
        flex-direction: column;
        text-align: center;
    }
}

.tlb-tc-hero-text {
    flex: 1;
    min-width: 0;
}

.tlb-tc-hero-visual {
    flex: 1;
    display: flex;
    justify-content: center;
}

.tlb-tc-hero-img-3d {
    width: 100%;
    max-width: 500px;
    height: auto;
    filter: drop-shadow(0 0 25px rgba(194, 247, 7, 0.2));
    animation: tlb-float 4s ease-in-out infinite;
}

@keyframes tlb-float {

    0%,
    100% {
        transform: translateY(0);
    }

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

.tlb-tc-hero-subtitle {
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 15px;
    font-weight: 500;
}

.tlb-tc-hero-title {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .tlb-tc-hero-title {
        font-size: 2.2rem;
    }
}

/* Ticket Info Grid (Mini Table) */
.tlb-tc-hero-info-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
}

@media (max-width: 768px) {
    .tlb-tc-hero-info-grid {
        grid-template-columns: 1fr;
        /* Stack on mobile */
        gap: 20px;
        text-align: center;
        justify-content: center;
    }
}

.tlb-tc-info-cell {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tlb-tc-info-cell label {
    font-size: 0.85rem;
    color: var(--c-lime);
    font-weight: 700;
    opacity: 0.8;
}

.tlb-tc-info-cell strong {
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: -0.02em;
}

/* --- BENEFITS BAR (Floating Box) --- */
.tlb-tc-benefits-section-v2 {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 30px;
}

.tlb-tc-benefits-header-v2 {
    text-align: center;
    margin-bottom: 2px;
}

.tlb-tc-benefits-box {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 24px 18px 24px;
    /* Restored top padding, kept bottom tight */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}




.tlb-tc-benefits-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* Back to 6 columns as requested */
    gap: 20px 10px;
}

.tlb-tc-benefits-h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    font-family: 'SUITE', sans-serif !important;
}

@media (max-width: 900px) {
    .tlb-tc-benefits-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 15px;
    }

    .tlb-tc-benefits-h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .tlb-tc-benefits-list {
        grid-template-columns: repeat(2, 1fr);
    }
}


.tlb-tc-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.tlb-tc-icon-lime {
    font-size: 40px;
    /* Increased size */
    color: var(--c-lime);
    background: rgba(194, 247, 7, 0.1);
    padding: 12px;
    /* Increased padding */
    border-radius: 50%;
}



.tlb-tc-benefit-item p {
    font-size: 0.8rem;
    color: #ccc;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
}

/* Scroll Reveal Base (Reuse existing or ensure defined) */
/* Already defined above */



/* --- LEET Dilemma Section (Centered Chips) --- */
.tlb-tc-dilemma-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    /* Ensures chips are centered in container */
    margin: 40px 0;
    width: 100%;
    /* Full width */
}

/* --- SECTION HEADERS (Generic) --- */
.tlb-tc-section-header {
    text-align: center !important;
    width: 100% !important;
    max-width: 1000px;
    margin: 0 auto 3rem auto !important;
    display: block !important;
}

.tlb-tc-h2 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 2.8rem;
    margin-bottom: 24px;
}

.tlb-tc-dilemma-chip {
    /* Neon Lime Gradient (Subtle) */
    background: linear-gradient(90deg, #C2F707 0%, #E2FF80 100%);
    border: 1px solid rgba(194, 247, 7, 0.3);
    color: #000000 !important;
    /* Force Black Text */
    padding: 22px 50px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    /* Center content horizontally inside chip */
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    max-width: 95%;
    /* Neon Glow */
    box-shadow: 0 0 25px rgba(194, 247, 7, 0.25) !important;
}

.tlb-tc-dilemma-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    /* Subtle hover shadow */
}

.tlb-tc-dilemma-chip span,
.tlb-tc-dilemma-chip strong {
    color: #000000 !important;
    /* Ensure child elements are also black */
}

.tlb-tc-dilemma-icon {
    color: #d00000 !important;
    /* Cleaner Red */
    font-size: 32px;
    font-weight: 700;
}

.tlb-tc-h3-highlight {
    font-size: 1.92rem;
    line-height: 1.35;
    color: #fff;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .tlb-tc-dilemma-chip {
        font-size: 0.95rem;
        padding: 15px 20px;
        text-align: left;
        border-radius: 12px;
        /* Less rounded on mobile for text wrap */
    }

    .tlb-tc-h3-highlight {
        font-size: 1.3rem;
    }
}

/* --- REFACTOR UTILITIES (Added to replace inline styles) --- */
.tlb-tc-logo-img {
    height: 22px;
    opacity: 0.9;
}

.tlb-tc-text-lime-underline {
    color: var(--c-lime);
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 3px;
    text-decoration-color: rgba(194, 247, 7, 0.5);
}

.tlb-tc-text-caption-sm {
    color: #555;
    font-size: 0.75rem;
    letter-spacing: -0.5px;
}

.tlb-tc-logo-img-tc {
    height: 22px;
}

.tlb-tc-logo-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 12px;
}

.tlb-tc-benefits-wrapper {
    margin-top: 10px;
}

.tlb-tc-header-mb-3rem {
    margin-bottom: 3rem;
}

.tlb-tc-mb-3rem {
    margin-bottom: 3rem;
}

.tlb-tc-desc-center {
    font-size: 1.25rem;
    color: #bbb;
    margin-top: 24px;
    line-height: 1.6;
    text-align: center;
}

.tlb-tc-conclusion-wrapper {
    max-width: 700px;
    margin: 60px auto 0;
    text-align: center;
}

.tlb-tc-conclusion-text {
    margin-bottom: 30px;
    font-size: 1.25rem;
    color: #bbb;
    line-height: 1.6;
}

.tlb-tc-solution-mb {
    margin-bottom: 20px;
}

.tlb-tc-solution-grid-wrapper {
    margin-bottom: 40px;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tlb-tc-solution-card {
    padding: 15px;
    font-size: 0.95rem;
}

.tlb-tc-solution-h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.tlb-tc-txt-gray-mt40-sm {
    color: var(--c-text-gray);
    margin-top: 40px;
    font-size: 0.9rem;
}

.tlb-tc-what-h2 {
    margin-bottom: 40px;
}

.tlb-tc-feature-h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.tlb-tc-feature-desc {
    color: var(--c-text-gray);
    margin-bottom: 15px;
}

.tlb-tc-how-flex-row {
    margin-bottom: 30px;
}

.tlb-tc-how-h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.tlb-tc-cal-day-dim {
    opacity: 0.5;
}

.tlb-tc-cal-summary {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: center;
}

.tlb-tc-cal-note {
    font-size: 0.9rem;
    margin-bottom: 40px;
    text-align: center;
    color: var(--c-text-gray);
}

.tlb-tc-task-stack {
    max-width: 750px;
    /* Even more compact to reduce empty space on the right */
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}



.tlb-tc-task-row {
    display: flex;
    align-items: center;
    /* Center chip and content vertically */
    gap: 30px;
    /* Reduced gap between chip and text area for better balance */
    padding: 35px 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tlb-tc-task-row:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-color: rgba(194, 247, 7, 0.2);
    transform: translateX(10px);
}

.tlb-tc-task-head {
    flex-shrink: 0;
    width: auto;
    /* Let it fit the content */
    min-width: 140px;
}


.tlb-tc-task-head .tlb-tc-badge {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 2px;
    padding: 10px 18px;
    border-color: rgba(194, 247, 7, 0.4);
    white-space: nowrap;
    /* Prevents line breaks */
}


.tlb-tc-task-head .tlb-tc-badge {
    margin-bottom: 0;
}

.tlb-tc-task-content {
    flex: 1;
}


.tlb-tc-feature-list.v3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* Increased slightly */
    margin: 0;
    /* Reset default margins */
    padding: 0;
    /* Reset default padding */
    list-style: none;
    /* Ensure no default bullets if any */
}


.tlb-tc-feature-list.v3 li {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    /* Natural, balanced gap after fixing the overlapping issue */
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
}






.tlb-tc-feature-list.v3 li::before {
    content: "";
    position: static;
    /* Vital: Override base position: absolute */
    top: auto;
    left: auto;
    width: 8px;
    height: 8px;
    background: var(--c-lime);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 12px var(--c-lime);
    margin: 0;
}



@media (max-width: 767px) {
    .tlb-tc-task-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 25px;
    }

    .tlb-tc-task-head {
        width: auto;
    }

    .tlb-tc-feature-list.v3 li {
        font-size: 1.2rem;
    }
}


.tlb-tc-stat-label {
    font-size: 0.8rem;
    color: var(--c-text-gray);
}

.tlb-tc-stat-unit {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    margin-left: 4px;
}

.tlb-tc-stat-item-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tlb-tc-stat-total-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--c-lime);
}

.tlb-tc-stat-total-val {
    font-size: 2rem;
}

.tlb-tc-how-footer {
    margin-top: 5px;
    /* Significantly reduced to fix wide gap */
    text-align: center;
}



/* --- COMPACT CURRICULUM PILLAR DESIGN --- */
.tlb-tc-curriculum-compact {
    display: grid;
    grid-template-columns: 200px repeat(3, 1fr);
    max-width: 900px;
    margin: 20px auto 40px;
    /* Reduced top margin to 20px for chip spacing */
    background: rgba(10, 10, 10, 0.8);
    /* Semi-transparent */
    backdrop-filter: blur(10px);
    /* Glass effect */
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}

.tlb-tc-curr-labels {
    background: rgba(255, 255, 255, 0.02);
    display: grid;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.tlb-tc-curr-lab {
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #888;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    letter-spacing: -0.01em;
}

.tlb-tc-curr-lab:last-child {
    border-bottom: none;
}

.tlb-tc-curr-pillar {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    grid-template-rows: repeat(6, 48px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tlb-tc-curr-pillar:last-child {
    border-right: none;
}

.tlb-tc-curr-pillar:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Module Colors - Deepened for better contrast on glass */
.tlb-mod-a {
    --mod-color: #c2f707;
    --mod-bg: rgba(194, 247, 7, 0.08);
}

.tlb-mod-b {
    --mod-color: #ff9d42;
    --mod-bg: rgba(255, 157, 66, 0.08);
}

.tlb-mod-c {
    --mod-color: #00b4ff;
    --mod-bg: rgba(0, 180, 255, 0.08);
}

.tlb-tc-curr-pillar.active {
    background: var(--mod-bg);
    border-left: 1px solid rgba(255, 255, 255, 0.02);
    border-right: 1px solid rgba(255, 255, 255, 0.02);
}

/* Central Module Tag Split */
.tlb-tc-curr-mod-tag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
    opacity: 0.12;
    transition: all 0.5s ease;
}

.tlb-tc-curr-mod-tag small {
    display: block;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 4px;
    color: inherit;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
}

.tlb-tc-curr-mod-tag strong {
    display: block;
    font-family: 'SUITE', sans-serif !important;
    font-weight: 700;
    font-size: 2.8rem;
    color: inherit;
    letter-spacing: -0.025em;
    filter: drop-shadow(0 0 10px transparent);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
    will-change: transform, opacity, filter;
}

/* Remove hover to prevent manual overrides, only active class drives animation */
.tlb-tc-curr-pillar.active .tlb-tc-curr-mod-tag {
    opacity: 1;
    color: var(--mod-color);
    filter: drop-shadow(0 0 25px var(--mod-color));
}

.tlb-tc-curr-pillar.active .tlb-tc-curr-mod-tag small {
    transform: translateY(-8px);
    /* More spacing */
}

.tlb-tc-curr-pillar.active .tlb-tc-curr-mod-tag strong {
    transform: scale(1.8) translateY(8px);
    /* Dramatic scale + spacing */
}

/* Background Image for Section */
.tlb_tc_rotation_section {
    background-color: #000;
    background-image: url('../images/tlb-tc-practice-cover.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0;
    /* Slightly more vertical breathing room */
}

/* Extreme subtlety overlay */
.tlb_tc_rotation_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.94);
    /* Extreme subtlety */
    z-index: 1;
}

.tlb_tc_rotation_section .tlb-tc-container {
    position: relative;
    z-index: 2;
}

/* Bottom Text Sync */
.tlb_tc_rotation_section .tlb-tc-desc-center {
    color: #888 !important;
}


.tlb-tc-curr-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.tlb-tc-curr-box:last-child {
    border-bottom: none;
}


@media (max-width: 768px) {
    .tlb-tc-curriculum-compact {
        grid-template-columns: 130px repeat(3, 1fr);
    }

    .tlb-tc-curr-lab {
        padding-left: 12px;
        font-size: 0.75rem;
        height: 42px;
    }

    .tlb-tc-curr-pillar {
        grid-template-rows: repeat(6, 42px);
    }

    .tlb-tc-curr-mod-tag strong {
        font-size: 1.6rem;
    }
}




/* --- CURRICULUM CHIP --- */
.tlb-tc-curr-chip-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    /* Requested gap */
}

.tlb-tc-curr-chip {
    background: rgba(194, 247, 7, 0.1);
    border: 1px solid rgba(194, 247, 7, 0.3);
    color: #c2f707;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* --- RECOMMENDED FOR SECTION (White Chips) --- */
.tlb_tc_recommend_section {
    background: #0f1115;
    /* Contrasting dark background */
    padding: 100px 0;
}

.tlb-tc-recommend-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 50px auto 0;
    width: fit-content;
    /* Container shrinks to fit longest child */
}

.tlb-tc-recommend-chip {
    background: rgba(255, 255, 255, 0.03);
    /* Soft glass */
    color: #e0e0e0;
    /* Soft contrast white */
    padding: 16px 35px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(20px);
    animation: tlbFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes tlbFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tlb-tc-recommend-chip:nth-child(1) {
    animation-delay: 0.1s;
}

.tlb-tc-recommend-chip:nth-child(2) {
    animation-delay: 0.25s;
}

.tlb-tc-recommend-chip:nth-child(3) {
    animation-delay: 0.4s;
}

.tlb-tc-recommend-chip:nth-child(4) {
    animation-delay: 0.55s;
}

.tlb-tc-recommend-chip:hover {
    transform: translateY(-4px) scale(1.02);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(194, 247, 7, 0.3);
    /* Subtle lime glow on border */
    box-shadow: 0 10px 30px rgba(194, 247, 7, 0.05);
}

.tlb-tc-recommend-chip .material-symbols-outlined {
    font-size: 28px;
    color: var(--c-lime);
    font-variation-settings: 'FILL' 1, 'wght' 700;
}

.tlb-tc-recommend-chip span:last-child {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .tlb_tc_recommend_section {
        padding: 70px 0;
    }

    .tlb-tc-recommend-grid {
        width: 100%;
    }

    .tlb-tc-recommend-chip {
        padding: 16px 25px;
        border-radius: 12px;
    }

    .tlb-tc-recommend-chip span:last-child {
        font-size: 0.95rem;
        white-space: normal;
        line-height: 1.4;
    }
}

.tlb-tc-faq-h2 {
    margin-bottom: 30px;
}

.tlb-tc-final-section {
    background: #000;
    padding: 120px 0;
    border: none;
}

.tlb-tc-final-price-label {
    font-size: 0.9rem;
    color: var(--c-lime);
    font-weight: 700;
    margin-bottom: 5px;
}

.tlb-tc-final-h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.tlb-tc-final-info-box {
    text-align: left;
    background: #1A1A1A;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.tlb-tc-final-info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tlb-tc-final-price-val {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

.tlb-tc-final-footer {
    margin-top: 80px;
    text-align: center;
}

.tlb-tc-final-footer-h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.tlb-tc-final-footer-desc {
    color: var(--c-text-gray);
    margin-bottom: 40px;
}

.tlb-tc-final-note {
    color: #666;
    font-size: 0.9rem;
    margin-top: 10px;
}

.tlb-tc-text-spacing-tight {
    letter-spacing: -0.5px;
}

/* --- Speech Bubble Problem Cards (Section 3) --- */
.tlb-tc-solution-bubbles-wrapper {
    max-width: 800px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* Tighter gap */
}

.tlb-tc-bubble-item {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.tlb-tc-bubble-item.tlb-char-right {
    justify-content: flex-end;
}

.tlb-tc-char-box {
    flex-shrink: 0;
    width: 160px;
    /* Increased from 130px */
    height: 160px;
    /* Increased from 130px */
    display: flex;
    align-items: center;
    justify-content: center;
    animation: tlbEmojiFloat 3s infinite ease-in-out;
    position: relative;
    z-index: 2;
    /* Ensure it stays on top */
}

.tlb-char-left .tlb-tc-char-box {
    margin-right: -40px;
    /* Overlap right */
}

.tlb-char-right .tlb-tc-char-box {
    margin-left: -40px;
    /* Overlap left */
}

.tlb-tc-bubble-item:nth-child(2) .tlb-tc-char-box {
    animation-delay: 0.5s;
}

.tlb-tc-bubble-item:nth-child(3) .tlb-tc-char-box {
    animation-delay: 1s;
}

@keyframes tlbEmojiFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-10px) rotate(3deg);
    }
}

.tlb-tc-char-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
    /* Deepened shadow for layer effect */
}

@media (max-width: 768px) {
    .tlb-tc-solution-bubbles-wrapper {
        gap: 30px;
        /* Increase gap slightly for vertical stack */
    }

    .tlb-tc-bubble-item {
        flex-direction: column !important;
        /* Stack vertically */
        align-items: center;
        width: 100%;
        gap: 15px;
    }

    /* Reorder for Right Character to appear visually logical if needed, 
       but default column stack is Image -> Bubble or Bubble -> Image depending on markup order.
       Let's enforce Image First for consistent "Speaker" feel */

    .tlb-tc-bubble-item.tlb-char-right {
        flex-direction: column-reverse !important;
        /* Image on top */
    }

    .tlb-tc-char-box {
        width: 80px;
        /* Reduced from 130px */
        height: 80px;
    }

    .tlb-tc-problem-card {
        max-width: 100%;
        width: 100%;
        padding: 24px 20px;
        text-align: center;
    }

    .tlb-tc-problem-label {
        font-size: 1.1rem;
    }

    .tlb-tc-problem-text {
        font-size: 1rem;
        line-height: 1.6;
    }
}

.tlb-tc-problem-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    /* Sharper, modern radius */
    padding: 24px 28px;
    /* Significantly reduced padding */
    flex: 1;
    max-width: 540px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.tlb-tc-problem-label {
    font-size: 1.25rem;
    font-weight: 700;
    /* Extra bold */
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.tlb-tc-problem-text {
    font-size: 1.15rem;
    font-weight: 500;
    color: #ccc;
    line-height: 1.5;
    margin: 0;
}

.tlb-tc-problem-card::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: inherit;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}

/* Bubble Tail - Left Character */
.tlb-char-left .tlb-tc-problem-card::before {
    left: -8px;
}

/* Bubble Tail - Right Character */
.tlb-char-right .tlb-tc-problem-card::before {
    right: -8px;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tlb-tc-problem-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(194, 247, 7, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.tlb-tc-section-head.center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.tlb-tc-section-h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.tlb-tc-section-p {
    font-size: 1.25rem;
    color: #999;
    line-height: 1.6;
    word-break: keep-all;
}


/* Remove old icon styles */


@media (max-width: 768px) {
    .tlb-tc-bubble-item {
        flex-direction: column !important;
        align-items: center;
        gap: 15px;
    }

    .tlb-tc-char-box {
        width: 100px;
        height: 100px;
    }

    .tlb-tc-problem-card {
        padding: 30px;
        border-radius: 20px;
        text-align: center;
    }

    .tlb-tc-problem-card::before {
        display: none;
        /* Hide tail on mobile stack */
    }

    .tlb-tc-problem-label {
        font-size: 1.1rem;
    }

    .tlb-tc-problem-text {
        font-size: 1rem;
    }
}

/* --- 1-Column Feature Rows (Section 4) --- */
.tlb-tc-feature-list-v2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}

.tlb-tc-feature-row {
    display: flex;
    align-items: stretch;
    /* Content and image same height */
    gap: 0;
    /* Flush to the edge */
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 0;
    /* Remove overall padding */
    transition: all 0.3s ease;
    overflow: hidden;
    min-height: 420px;
    /* Reduced from 480px */
}


.tlb-tc-feature-row:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(194, 247, 7, 0.3);
}

.tlb-tc-feature-img-box {
    flex: 0 0 32%;
    /* Fixed width for image */
    overflow: hidden;
    position: relative;
}


.tlb-tc-feature-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Fill the area */
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tlb-tc-feature-row:hover .tlb-tc-feature-img-box img {
    transform: scale(1.05);
}

.tlb-tc-feature-content {
    flex: 0 0 68%;
    padding: 35px 50px;
    /* Reduced from 50px 60px */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Ensure top alignment */
}



.tlb-tc-feature-h3-v2 {
    font-size: 2rem;
    /* Slighly smaller for tighter fit */
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    /* Reduced from 24px */
    display: flex;
    align-items: center;
    gap: 15px;
    letter-spacing: -0.5px;
}



.tlb-tc-feature-num-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background: var(--c-lime);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    border-bottom-right-radius: 15px;
    /* Only bottom-right rounded */
    z-index: 2;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}


.tlb-tc-feature-desc-v2 {
    font-size: 1.05rem;
    /* Reduced from 1.15rem */
    color: #bbb;
    line-height: 1.55;
    margin-bottom: 20px;
    /* Reduced from 24px */
    word-break: keep-all;
}



.tlb-tc-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tlb-tc-check-list li {
    position: relative;
    padding-left: 40px;
    font-size: 1.25rem;
    color: #eee;
    line-height: 1.4;
    font-weight: 600;
    /* Increased from 500 */
}

.tlb-tc-list-caption {
    display: block;
    font-size: 0.95rem;
    color: #888;
    margin-top: 4px;
    font-weight: 400;
}

.tlb-tc-feature-note {
    display: block;
    font-size: 0.9rem;
    color: #777;
    margin-top: 15px;
    font-style: italic;
}


.tlb-tc-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--c-lime);
    font-size: 1.7rem;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .tlb-tc-feature-row {
        flex-direction: column;
        border-radius: 20px;
    }

    .tlb-tc-feature-img-box {
        flex: 0 0 240px;
        /* Fixed height for mobile image */
        min-width: 100%;
    }

    .tlb-tc-feature-content {
        flex: 1;
        padding: 40px 30px;
    }

    .tlb-tc-feature-h3-v2 {
        font-size: 1.8rem;
    }

    .tlb-tc-feature-desc-v2 {
        font-size: 1.2rem;
    }

    .tlb-tc-check-list li {
        font-size: 1.15rem;
        padding-left: 35px;
    }
}

@media (max-width: 768px) {
    .tlb-tc-feature-h3-v2 {
        font-size: 1.6rem;
    }

    .tlb-tc-feature-desc-v2 {
        font-size: 1.05rem;
        line-height: 1.6;
    }

    .tlb-tc-check-list li {
        font-size: 1rem;
        /* Better readability */
        padding-left: 30px;
    }

    /* --- Global Mobile Font Adjustments --- */
    .tlb-tc-h2 {
        font-size: 1.8rem;
        /* Reduced from 2.8rem */
        line-height: 1.35;
    }

    .tlb-tc-section-h2 {
        font-size: 2rem;
        /* Reduced from 2.8rem */
    }

    .tlb-tc-section-p {
        font-size: 1.05rem;
        line-height: 1.65;
        word-break: keep-all;
    }

    .tlb-tc-desc-center {
        font-size: 1.05rem;
        line-height: 1.65;
        word-break: keep-all;
    }

    .tlb-tc-hero-h1 {
        font-size: 2.2rem;
        /* If class exists, safeguard */
        line-height: 1.2;
    }

    .tlb-tc-feature-num-tag {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }

    /* Stats Mobile */
    .tlb-tc-stats-container {
        gap: 30px;
    }

    .tlb-tc-stat-big-num {
        font-size: 3rem;
        /* Reduced from 4.5rem */
    }

    .tlb-tc-stat-main-label {
        font-size: 0.85rem;
    }
}