/* 
 * Therapy Landing Pro - Premium Design System
 * Focus: Glassmorphism, Micro-animations, Modern Typography
 */

 :root {
    --tlp-primary: #059669; /* Emerald 600 */
    --tlp-primary-dark: #064e3b; /* Emerald 900 */
    --tlp-primary-light: #34d399; /* Emerald 400 */
    --tlp-active-primary: #fc0084; /* keep original header color when plugin is not rendering */
    --tlp-active-primary-dark: #b70061;
    --tlp-active-gradient: linear-gradient(135deg, #fc0084, #ff9dc7);
    --tlp-accent: #ea580c; /* Orange 600 */
    --tlp-accent-hover: #c2410c; /* Orange 700 */
    --tlp-text-main: #0f172a; /* Slate 900 */
    --tlp-text-muted: #64748b; /* Slate 500 */
    --tlp-bg-light: #f8fafc; /* Slate 50 */
    --tlp-bg-white: #ffffff;
    --tlp-border: #e2e8f0; /* Slate 200 */
    --tlp-border-glass: rgba(255, 255, 255, 0.4);
    
    --tlp-font-base: inherit;
    --tlp-font-display: 'Playfair Display', serif;
    
    --tlp-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --tlp-shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
    --tlp-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
    --tlp-shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    --tlp-shadow-glow: 0 0 40px rgba(52, 211, 153, 0.4);
    --tlp-shadow-glow-accent: 0 0 30px rgba(234, 88, 12, 0.4);
}

/* ==============================================
   HỆ THỐNG 6 CHỦ ĐỀ MÀU (COLOR THEMES)
   Áp dụng qua data-theme trên .tlp-app wrapper
   ============================================== */

/* Theme 1: Emerald – xanh lá ngọc (mặc định) */
.tlp-app[data-theme="theme-1"] {
    --tlp-primary:        #059669;
    --tlp-primary-dark:   #065f46;
    --tlp-primary-light:  #34d399;
    --tlp-primary-tint:   #ecfdf5;
    --tlp-primary-subtle: #d1fae5;
    --tlp-accent:         #0891b2;
    --tlp-gradient:       linear-gradient(135deg, #059669, #34d399);
    --tlp-shadow-glow:    0 0 40px rgba(5, 150, 105, 0.25);
}

/* Theme 2: Rose-Violet – hồng tím (màu chủ đề) */
.tlp-app[data-theme="theme-2"] {
    --tlp-primary:        #e11d7a;
    --tlp-primary-dark:   #9d1260;
    --tlp-primary-light:  #f472b6;
    --tlp-primary-tint:   #fff0f7;
    --tlp-primary-subtle: #fce7f3;
    --tlp-accent:         #6366f1;
    --tlp-gradient:       linear-gradient(135deg, #fc0084, #818cf8);
    --tlp-shadow-glow:    0 0 40px rgba(225, 29, 122, 0.2);
}

/* Theme 3: Ocean Blue – xanh đại dương */
.tlp-app[data-theme="theme-3"] {
    --tlp-primary:        #0284c7;
    --tlp-primary-dark:   #0c4a6e;
    --tlp-primary-light:  #38bdf8;
    --tlp-primary-tint:   #f0f9ff;
    --tlp-primary-subtle: #e0f2fe;
    --tlp-accent:         #4f46e5;
    --tlp-gradient:       linear-gradient(135deg, #0ea5e9, #6366f1);
    --tlp-shadow-glow:    0 0 40px rgba(2, 132, 199, 0.2);
}

/* Theme 4: Amber Warm – hổ phách ấm áp */
.tlp-app[data-theme="theme-4"] {
    --tlp-primary:        #b45309;
    --tlp-primary-dark:   #78350f;
    --tlp-primary-light:  #f59e0b;
    --tlp-primary-tint:   #fffbeb;
    --tlp-primary-subtle: #fef3c7;
    --tlp-accent:         #dc2626;
    --tlp-gradient:       linear-gradient(135deg, #f59e0b, #ef4444);
    --tlp-shadow-glow:    0 0 40px rgba(180, 83, 9, 0.2);
}

/* Theme 5: Purple Lavender – tím lavender */
.tlp-app[data-theme="theme-5"] {
    --tlp-primary:        #7c3aed;
    --tlp-primary-dark:   #4c1d95;
    --tlp-primary-light:  #a78bfa;
    --tlp-primary-tint:   #f5f3ff;
    --tlp-primary-subtle: #ede9fe;
    --tlp-accent:         #db2777;
    --tlp-gradient:       linear-gradient(135deg, #8b5cf6, #ec4899);
    --tlp-shadow-glow:    0 0 40px rgba(124, 58, 237, 0.2);
}

/* Theme 6: Teal Cyan – xanh ngọc biển */
.tlp-app[data-theme="theme-6"] {
    --tlp-primary:        #0f766e;
    --tlp-primary-dark:   #134e4a;
    --tlp-primary-light:  #2dd4bf;
    --tlp-primary-tint:   #f0fdfa;
    --tlp-primary-subtle: #ccfbf1;
    --tlp-accent:         #1d4ed8;
    --tlp-gradient:       linear-gradient(135deg, #14b8a6, #3b82f6);
    --tlp-shadow-glow:    0 0 40px rgba(15, 118, 110, 0.2);
}

/* Theme 7: Sakura Blush – hồng mềm từ #fc0084 */
.tlp-app[data-theme="theme-7"] {
    --tlp-primary:        #fc0084;
    --tlp-primary-dark:   #b70061;
    --tlp-primary-light:  #ff6eb4;
    --tlp-primary-tint:   #fff3f9;
    --tlp-primary-subtle: #ffd8ea;
    --tlp-accent:         #f472b6;
    --tlp-gradient:       linear-gradient(135deg, #fc0084, #ff9dc7);
    --tlp-shadow-glow:    0 0 40px rgba(252, 0, 132, 0.22);
}

/* Theme 8: Coral Peach – cam hồng dịu */
.tlp-app[data-theme="theme-8"] {
    --tlp-primary:        #ef476f;
    --tlp-primary-dark:   #b21f52;
    --tlp-primary-light:  #ff8fab;
    --tlp-primary-tint:   #fff4f7;
    --tlp-primary-subtle: #ffdce5;
    --tlp-accent:         #f59e0b;
    --tlp-gradient:       linear-gradient(135deg, #ff6f91, #ffb26b);
    --tlp-shadow-glow:    0 0 40px rgba(239, 71, 111, 0.2);
}

/* Theme 9: Sky Mint – xanh ngọc nhạt */
.tlp-app[data-theme="theme-9"] {
    --tlp-primary:        #0ea5a4;
    --tlp-primary-dark:   #0f6766;
    --tlp-primary-light:  #2dd4bf;
    --tlp-primary-tint:   #effcf9;
    --tlp-primary-subtle: #d0f7ef;
    --tlp-accent:         #3b82f6;
    --tlp-gradient:       linear-gradient(135deg, #2dd4bf, #60a5fa);
    --tlp-shadow-glow:    0 0 40px rgba(14, 165, 164, 0.2);
}

/* Theme 10: Lilac Rose – tím hồng pastel */
.tlp-app[data-theme="theme-10"] {
    --tlp-primary:        #8b5cf6;
    --tlp-primary-dark:   #5a35ad;
    --tlp-primary-light:  #c4b5fd;
    --tlp-primary-tint:   #f8f5ff;
    --tlp-primary-subtle: #ede5ff;
    --tlp-accent:         #fb7185;
    --tlp-gradient:       linear-gradient(135deg, #a78bfa, #fb7185);
    --tlp-shadow-glow:    0 0 40px rgba(139, 92, 246, 0.2);
}

/* Tất cả theme dùng chung gradient cho các nút, badge, section-bg */
.tlp-app[data-theme] .tlp-badge-pill,
.tlp-app[data-theme] .tlp-section-badge {
    background: var(--tlp-primary-subtle);
    color: var(--tlp-primary-dark);
    border-color: color-mix(in srgb, var(--tlp-primary-light) 30%, transparent);
    border-color: rgba(0,0,0,0.06); /* fallback nếu color-mix chưa hỗ trợ */
    backdrop-filter: none;
}
/* Override riêng badge bên trong hero (nền tối) vẫn giữ style glass */
.tlp-app[data-theme] .tlp-hero-section .tlp-badge-pill {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
}
.tlp-app[data-theme] .tlp-section-title,
.tlp-app[data-theme] .tlp-text-primary {
    color: var(--tlp-primary-dark) !important;
}
.tlp-app[data-theme] .tlp-btn-primary,
.tlp-app[data-theme] .tlp-hero-cta-btn {
    background: var(--tlp-gradient);
    border-color: transparent;
    color: #fff !important;
}
.tlp-app[data-theme] .tlp-btn-primary:hover,
.tlp-app[data-theme] .tlp-hero-cta-btn:hover {
    opacity: 0.88;
    color: #fff !important;
}
.tlp-app[data-theme] .tlp-hero-section {
    background: var(--tlp-primary-dark);
}
.tlp-app[data-theme] .tlp-timeline-vertical::before {
    background: linear-gradient(to bottom, var(--tlp-primary-light), var(--tlp-primary-subtle));
}
.tlp-app[data-theme] .tlp-point-inner {
    background: var(--tlp-gradient);
}
.tlp-app[data-theme] .tlp-timeline-title {
    color: var(--tlp-primary) !important;
}
.tlp-app[data-theme] .tlp-timeline-card:hover {
    border-color: var(--tlp-primary-subtle) !important;
    box-shadow: none !important;
}
.tlp-app[data-theme] .tlp-alert-box {
    background: var(--tlp-primary-tint);
    border-color: var(--tlp-primary-subtle);
}
.tlp-app[data-theme] .tlp-alert-icon { color: var(--tlp-primary); }

/* Stats top bar theo theme — đậm, nổi bật */
.tlp-app[data-theme] .tlp-stats-top-bar {
    background: var(--tlp-primary-dark);
    border-bottom-color: rgba(255,255,255,0.06);
}

/* ───────────────────────────────────────────────────────
   NỀN SECTION: trắng / xám trung tính xen kẽ
   Chỉ màu ở stats-bar và CTA — không màu theme ở section
   ─────────────────────────────────────────────────────── */

/* Nhóm A — nền trắng thuần */
.tlp-app[data-theme] .tlp-signs-section,
.tlp-app[data-theme] .tlp-gallery-section,
.tlp-app[data-theme] .tlp-testimonials-section {
    background: #ffffff;
}

/* Nhóm B — nền xám trung tính (không màu, tăng tương phản chữ) */
.tlp-app[data-theme] .tlp-about-section,
.tlp-app[data-theme] .tlp-features-section,
.tlp-app[data-theme] .tlp-faq-section {
    background: #f8fafc;
}

/* Process — nền trắng với lớp màu gradient rất nhạt, chữ tối */
.tlp-app[data-theme] .tlp-process-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
/* Lớp màu gradient mờ phủ lên để gợi màu theme nhưng không che chữ */
.tlp-app[data-theme] .tlp-process-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--tlp-gradient);
    opacity: 0.07;
    pointer-events: none;
    z-index: 0;
}
.tlp-app[data-theme] .tlp-process-section .tlp-container {
    position: relative;
    z-index: 1;
}
/* Heading → màu primary-dark (tối, tương phản cao) */
.tlp-app[data-theme] .tlp-process-section .tlp-section-title,
.tlp-app[data-theme] .tlp-process-section h2,
.tlp-app[data-theme] .tlp-process-section h3,
.tlp-app[data-theme] .tlp-process-section h4,
.tlp-app[data-theme] .tlp-process-section .tlp-process-title {
    color: var(--tlp-primary-dark) !important;
}
/* Mô tả → xám đậm, dễ đọc */
.tlp-app[data-theme] .tlp-process-section p,
.tlp-app[data-theme] .tlp-process-section .tlp-process-desc {
    color: #374151 !important;
}
/* Badge → subtle màu theme */
.tlp-app[data-theme] .tlp-process-section .tlp-badge,
.tlp-app[data-theme] .tlp-process-section .tlp-badge-pill,
.tlp-app[data-theme] .tlp-process-section span[class*="tlp-badge"] {
    background: var(--tlp-primary-subtle) !important;
    color: var(--tlp-primary-dark) !important;
    border-color: rgba(0,0,0,0.06) !important;
    backdrop-filter: none;
}
/* Số thứ tự → nền trắng, border màu primary, chữ primary-dark */
.tlp-app[data-theme] .tlp-process-section .tlp-process-number {
    background: #ffffff;
    color: var(--tlp-primary-dark);
    border: 2px solid var(--tlp-primary);
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.tlp-app[data-theme] .tlp-process-section .tlp-process-number-active {
    background: #ffffff;
    color: var(--tlp-primary-dark);
    border: 2px solid var(--tlp-primary);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
/* Đường nối giữa các bước */
.tlp-app[data-theme] .tlp-process-section .tlp-process-line {
    background: var(--tlp-primary-subtle);
}

/* CTA — điểm nhấn duy nhất dùng màu đậm của theme */
.tlp-app[data-theme] .tlp-cta-section {
    background: var(--tlp-primary-dark);
}
.tlp-app[data-theme] .tlp-cta-section .tlp-section-title,
.tlp-app[data-theme] .tlp-cta-section .tlp-text-primary {
    color: #ffffff !important;
}
.tlp-app[data-theme] .tlp-cta-section p,
.tlp-app[data-theme] .tlp-cta-section .tlp-text-muted {
    color: rgba(255,255,255,0.8) !important;
}

/* Process step number */
.tlp-app[data-theme] .tlp-process-num,
.tlp-app[data-theme] .tlp-step-num {
    background: var(--tlp-gradient);
    color: #fff;
}

/* Signs card hover */
.tlp-app[data-theme] .tlp-sign-card:hover,
.tlp-app[data-theme] .tlp-sign-item:hover {
    border-color: var(--tlp-primary-subtle);
    box-shadow: var(--tlp-shadow-glow);
}

/* Features icon */
.tlp-app[data-theme] .tlp-feature-icon {
    background: var(--tlp-primary-subtle);
    color: var(--tlp-primary);
}

/* CTA wrap nếu có wrapper riêng */
.tlp-app[data-theme] .tlp-cta-section .tlp-cta-wrap {
    background: var(--tlp-gradient);
}

/* Divider */
.tlp-app[data-theme] .tlp-divider {
    background: #e2e8f0; /* xám trung tính - không màu */
}

/* Form focus */
.tlp-app[data-theme] .tlp-ui-isolate input:focus,
.tlp-app[data-theme] .tlp-ui-isolate textarea:focus,
.tlp-app[data-theme] .tlp-ui-isolate select:focus {
    border-color: var(--tlp-primary-light);
    box-shadow: 0 0 0 3px var(--tlp-primary-subtle);
    outline: none;
}

/* FAQ active border */
.tlp-app[data-theme] .tlp-faq-item.active,
.tlp-app[data-theme] .tlp-faq-item:hover {
    border-color: var(--tlp-primary-subtle);
}

/* Stats value color */
.tlp-app[data-theme] .tlp-stat-val {
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.tlp-app {
    font-family: inherit;
    color: var(--tlp-text-main);
    line-height: 1.6;
    box-sizing: border-box;
    background-color: var(--tlp-bg-light);
    -webkit-font-smoothing: antialiased;
}

.tlp-app *, .tlp-app *:before, .tlp-app *:after {
    box-sizing: inherit;
}

/* Optional bridge for theme/header styles outside .tlp-app */
.header-bottom {
    background-color: var(--tlp-active-primary, #fc0084) !important;
}

/* Bridge dropdown menu states to plugin active theme color */
.nav-dropdown.nav-dropdown-default li a:hover,
.nav-dropdown.nav-dropdown-default .current-menu-item > a,
.nav-dropdown.nav-dropdown-default .active > a {
    color: var(--tlp-active-primary, #fc0084) !important;
}

.tlp-font-display {
    font-family: var(--tlp-font-display);
}

/* Utilities */
.tlp-relative { position: relative; }
.tlp-overflow-hidden { overflow: hidden; }
.tlp-z-10 { z-index: 10; }
.tlp-text-center { text-align: center; }
.tlp-mb-6 { margin-bottom: 1.5rem; }
.tlp-mt-1 { margin-top: 0.25rem; }
.tlp-mt-4 { margin-top: 1rem; }
.tlp-text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.tlp-text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.tlp-font-semibold { font-weight: 600; }
.tlp-font-medium { font-weight: 500; }
.tlp-opacity-70 { opacity: 0.7; }
.tlp-text-yellow { color: #fde047; }
.tlp-text-main { color: var(--tlp-text-main); }
.tlp-flex { display: flex; }
.tlp-items-center { align-items: center; }
.tlp-gap-1 { gap: 0.25rem; }
.tlp-gap-3 { gap: 0.75rem; }
.tlp-gap-4 { gap: 1rem; }
.tlp-gap-10 { gap: 2.5rem; }
.tlp-italic { font-style: italic; }
.tlp-m-0 { margin: 0; }
.tlp-bg-gray-50 { background-color: #f9fafb; }
.tlp-border-green { border-color: #bbf7d0; }

.tlp-delay-1 { animation-delay: 0.1s; }
.tlp-delay-2 { animation-delay: 0.2s; }
.tlp-delay-3 { animation-delay: 0.3s; }

.tlp-form-check-icon-wrap {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    border-radius: 50%;
    color: var(--tlp-primary);
}
.tlp-form-check-icon {
    width: 1rem;
    height: 1rem;
}
.tlp-form-submit-btn {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.tlp-form-message {
    display: none;
    padding: 1rem;
    border-radius: 0.5rem;
}

.tlp-reviews-demo-section {
    --tlp-reviews-primary: var(--tlp-primary, #6366f1);
    --tlp-reviews-bg: #ffffff;
    --tlp-reviews-surface: #ffffff;
    --tlp-reviews-border: #e2e8f0;
    --tlp-reviews-text: #0f172a;
    --tlp-reviews-muted: #64748b;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.tlp-app[data-theme] .tlp-reviews-demo-section {
    --tlp-reviews-primary: var(--tlp-primary, #6366f1);
    --tlp-reviews-bg: #ffffff;
    --tlp-reviews-surface: #ffffff;
    --tlp-reviews-border: color-mix(in srgb, var(--tlp-primary, #6366f1) 18%, #e2e8f0);
    --tlp-reviews-text: #0f172a;
    --tlp-reviews-muted: #475569;
    background: linear-gradient(180deg, #ffffff 0%, var(--tlp-primary-tint, #f8fafc) 100%);
}
.tlp-reviews-demo-section .tlp-section-title,
.tlp-reviews-demo-section .tlp-text-main,
.tlp-reviews-demo-section .tlp-font-medium {
    color: var(--tlp-reviews-text) !important;
}
.tlp-reviews-demo-section .tlp-section-desc,
.tlp-reviews-demo-section .tlp-text-muted,
.tlp-reviews-demo-section .tlp-review-label {
    color: var(--tlp-reviews-muted) !important;
}
.tlp-reviews-demo-section.tlp-section.tlp-scroll-reveal .tlp-section-desc {
    color: #374151 !important;
}
.tlp-testimonials-shell {
    max-width: 1200px;
}

.tlp-reviews-stats {
    max-width: 1080px;
    margin: 1.15rem auto 0;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: var(--tlp-reviews-surface);
    border: 1px solid var(--tlp-reviews-border);
    box-shadow: 0 14px 34px -26px rgba(15, 23, 42, 0.35);
    display: grid;
    gap: 0.9rem;
}
.tlp-reviews-stats-main {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.tlp-avg-ring {
    transition: stroke-dashoffset 0.8s ease;
}
.tlp-reviews-stats-label {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tlp-reviews-primary);
}
.tlp-reviews-stats-count {
    font-size: 0.86rem;
    color: var(--tlp-reviews-muted);
}
.tlp-reviews-bars {
    display: grid;
    gap: 0.28rem;
}
.tlp-reviews-bar-row {
    display: grid;
    grid-template-columns: 14px 12px 1fr 26px;
    align-items: center;
    gap: 0.35rem;
    color: var(--tlp-reviews-muted);
    font-size: 0.73rem;
}
.tlp-reviews-bar-star { color: var(--tlp-reviews-primary); }
.tlp-reviews-bar-track {
    height: 6px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}
.tlp-reviews-bar-fill {
    display: block;
    height: 100%;
    background: var(--tlp-reviews-primary);
    border-radius: 999px;
}

.tlp-testimonials-layout {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
    .tlp-testimonials-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        gap: 1.2rem;
    }
    .tlp-reviews-stats {
        grid-template-columns: 320px 1fr;
        align-items: center;
        gap: 1rem;
    }
}

.tlp-reviews-list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.55rem;
}
.tlp-reviews-list-title {
    margin: 0;
    font-size: 1.03rem;
    font-weight: 600;
    color: var(--tlp-reviews-text);
}
.tlp-reviews-count-badge {
    font-size: 0.72rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--tlp-reviews-primary) 16%, #ffffff);
    color: var(--tlp-reviews-primary);
    font-weight: 600;
}

.tlp-testimonial-grid {
    display: grid;
    gap: 0.72rem;
}
.tlp-testimonial-grid[data-paginated="true"] .tlp-testimonial-card { display: none; }
.tlp-testimonial-grid[data-paginated="true"] .tlp-testimonial-card.is-visible { display: block; }

.tlp-testimonial-card {
    background: var(--tlp-reviews-surface);
    border: 1px solid var(--tlp-reviews-border);
    border-radius: 0.95rem;
    padding: 0.85rem;
    box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.3);
}
.tlp-testimonial-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.45rem;
}
.tlp-testimonial-stars {
    font-size: 0.82rem;
    color: var(--tlp-reviews-primary);
    letter-spacing: 0.02em;
}
.tlp-testimonial-content {
    color: var(--tlp-reviews-muted);
    line-height: 1.6;
}
.tlp-testimonials-section .tlp-review-author-name {
    text-align: left !important;
}

@media (max-width: 640px) {
    .tlp-testimonial-card {
        padding: 0.72rem;
    }

    .tlp-testimonial-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0.45rem;
        margin-bottom: 0.35rem;
    }

    .tlp-testimonial-head > .tlp-flex {
        flex: 1 1 auto;
        min-width: 0;
        align-items: center;
        gap: 0.45rem;
        text-align: left;
    }

    .tlp-testimonials-section .tlp-avatar {
        width: 1.78rem;
        height: 1.78rem;
        font-size: 0.74rem;
    }

    .tlp-testimonials-section .tlp-review-author-name {
        font-size: 0.82rem;
        line-height: 1.2;
    }

    .tlp-testimonial-head .tlp-text-xs {
        font-size: 0.7rem;
        line-height: 1.3;
    }

    .tlp-testimonial-stars {
        flex: 0 0 auto;
        display: inline-flex;
        font-size: 0.76rem;
        line-height: 1;
        white-space: nowrap;
    }
}

.tlp-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}
.tlp-avatar-variant-1 {
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--tlp-primary, #059669) 86%, #ffffff),
        color-mix(in srgb, var(--tlp-accent, #ea580c) 72%, #000000 6%)
    );
    color: #fff;
}
.tlp-avatar-variant-2 {
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--tlp-primary-dark, #064e3b) 90%, #000000 4%),
        color-mix(in srgb, var(--tlp-primary-light, #34d399) 84%, #ffffff)
    );
    color: #fff;
}
.tlp-avatar-variant-3 {
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--tlp-accent, #ea580c) 82%, #ffffff),
        color-mix(in srgb, var(--tlp-primary, #059669) 70%, #111827)
    );
    color: #fff;
}
.tlp-avatar-variant-4 {
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--tlp-primary-light, #34d399) 76%, #ffffff),
        color-mix(in srgb, var(--tlp-accent, #ea580c) 78%, #111827)
    );
    color: #fff;
}

.tlp-review-pagination {
    margin-top: 0.72rem;
    padding-top: 0.7rem;
    border-top: 1px solid var(--tlp-reviews-border);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
}
.tlp-review-page-btn {
    width: 34px;
    height: 34px;
    border: 1px solid var(--tlp-reviews-border);
    background: #ffffff;
    color: var(--tlp-reviews-muted);
    border-radius: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
}
.tlp-review-page-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.tlp-review-page-info {
    color: var(--tlp-reviews-muted);
    font-size: 0.75rem;
    min-width: 52px;
    text-align: center;
}

.tlp-review-form-card {
    margin-top: 0;
    border-radius: 1rem;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid var(--tlp-reviews-border);
    box-shadow: 0 14px 30px -24px rgba(15, 23, 42, 0.36);
}
.tlp-review-form-title {
    margin: 0 0 0.7rem;
    font-size: 1.2rem;
    color: var(--tlp-reviews-text);
}
.tlp-review-form { display: grid; gap: 0.75rem; }
.tlp-review-form-row { display: grid; gap: 0.65rem; }
.tlp-review-field { display: grid; gap: 0.3rem; }
.tlp-review-label {
    font-size: 0.82rem;
    font-weight: 500;
}

.tlp-rating-stars {
    display: inline-flex;
    gap: 0.28rem;
    align-items: center;
}
.tlp-testimonials-section .tlp-review-form .tlp-rating-star {
    all: unset;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box !important;
    width: 24px;
    height: 24px;
    border: 1px solid var(--tlp-reviews-primary);
    border-radius: 999px;
    background-color: #ffffff !important;
    color: var(--tlp-reviews-primary) !important;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.tlp-testimonials-section .tlp-review-form .tlp-rating-star:hover {
    background-color: color-mix(in srgb, var(--tlp-reviews-primary) 16%, #ffffff) !important;
}
.tlp-testimonials-section .tlp-review-form .tlp-rating-star.is-active {
    background: var(--tlp-reviews-primary) !important;
    background: linear-gradient(135deg, color-mix(in srgb, var(--tlp-reviews-primary) 80%, #ffffff), var(--tlp-reviews-primary)) !important;
    border-color: var(--tlp-reviews-primary);
    color: #ffffff !important;
    box-shadow: 0 4px 10px -6px rgba(15, 23, 42, 0.65);
}
.tlp-testimonials-section .tlp-review-form .tlp-rating-star:active {
    box-shadow: 0 1px 4px -2px rgba(15, 23, 42, 0.55);
}
.tlp-testimonials-section .tlp-review-form .tlp-rating-star:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--tlp-reviews-primary) 42%, #ffffff);
    outline-offset: 2px;
}
.tlp-rating-help {
    min-height: 14px;
    margin: 0;
    font-size: 0.74rem;
    color: var(--tlp-reviews-primary);
}

.tlp-testimonials-section .tlp-review-form .tlp-review-input {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 0.75rem !important;
    padding: 0.64rem 0.78rem !important;
    background: #ffffff !important;
    color: var(--tlp-reviews-text) !important;
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
    box-shadow: none !important;
}
.tlp-testimonials-section .tlp-review-form .tlp-review-input::placeholder {
    color: #94a3b8 !important;
}
.tlp-testimonials-section .tlp-review-form .tlp-review-input:focus {
    border-color: var(--tlp-reviews-primary) !important;
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--tlp-reviews-primary) 28%, transparent) !important;
    outline: none !important;
}
.tlp-testimonials-section .tlp-review-form .tlp-review-input-content {
    min-height: 108px !important;
    resize: vertical !important;
}

.tlp-review-submit-btn {
    width: 100%;
    min-height: 44px;
    border-radius: 0.75rem;
    border: none;
    background: linear-gradient(135deg, var(--tlp-reviews-primary), color-mix(in srgb, var(--tlp-reviews-primary) 72%, #000000));
    color: #fff;
    font-weight: 600;
}
.tlp-review-submit-btn.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.tlp-review-message {
    display: none;
    border-radius: 0.7rem;
    padding: 0.62rem 0.75rem;
    font-size: 0.82rem;
    line-height: 1.5;
}
.tlp-review-message.is-success {
    display: block;
    background: rgba(34,197,94,0.16);
    color: #14532d;
    border: 1px solid rgba(34,197,94,0.4);
}
.tlp-review-message.is-error {
    display: block;
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid rgba(185, 28, 28, 0.35);
}

.tlp-faq-modern-shell {
    max-width: 65rem;
}

.tlp-faq-modern-subtitle {
    margin: 0.6rem auto 0;
    max-width: 640px;
    color: #374151;
    font-size: 1.15rem;
    line-height: 1.7;
}

.tlp-faq-modern-list {
    display: grid;
    gap: 0.8rem;
}

.tlp-faq-modern-item {
    border: 1px solid color-mix(in srgb, var(--tlp-primary, #059669) 20%, #dbe7e2);
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--tlp-primary-tint, #ecfdf5) 38%, #ffffff) 100%);
    box-shadow: 0 14px 34px -30px rgba(15, 23, 42, 0.32);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    overflow: hidden;
}

.tlp-faq-modern-item:hover {
    border-color: color-mix(in srgb, var(--tlp-primary, #059669) 44%, #cbd5e1);
    box-shadow: 0 16px 35px -28px color-mix(in srgb, var(--tlp-primary, #059669) 28%, rgba(15, 23, 42, 0.22));
    transform: translateY(-1px);
}

.tlp-faq-modern-item.is-open {
    border-color: color-mix(in srgb, var(--tlp-primary, #059669) 52%, #a7f3d0);
    box-shadow: 0 20px 42px -30px color-mix(in srgb, var(--tlp-primary, #059669) 30%, rgba(15, 23, 42, 0.22));
}

.tlp-faq-modern-btn {
    width: 100%;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    padding: 1rem 1.1rem;
    cursor: pointer;
    font: inherit;
}

.tlp-faq-modern-question {
    color: var(--tlp-text-main);
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 600;
}

.tlp-faq-modern-icon-wrap {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--tlp-primary, #059669) 34%, #d1fae5);
    color: var(--tlp-primary, #059669);
    background: color-mix(in srgb, var(--tlp-primary-tint, #ecfdf5) 60%, #ffffff);
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    pointer-events: none;
}

.tlp-faq-modern-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
    pointer-events: none;
}

.tlp-faq-modern-item.is-open .tlp-faq-modern-icon-wrap {
    background: var(--tlp-primary, #059669);
    color: #ffffff;
}

.tlp-faq-modern-item.is-open .tlp-faq-modern-icon {
    transform: rotate(45deg);
}

.tlp-faq-modern-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.28s ease, opacity 0.2s ease;
    will-change: grid-template-rows;
}

.tlp-faq-modern-answer-inner {
    min-height: 0;
    overflow: hidden;
    padding: 0 1.1rem 1.05rem;
}

.tlp-faq-modern-text {
    margin: 0;
    color: color-mix(in srgb, var(--tlp-text-muted, #64748b) 82%, #0f172a);
    font-size: 0.95rem;
    line-height: 1.72;
}

.tlp-faq-modern-item.is-open .tlp-faq-modern-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.tlp-faq-modern-btn:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--tlp-primary, #059669) 45%, #ffffff);
    outline-offset: -2px;
}

@media (max-width: 768px) {
    .tlp-faq-modern-btn {
        padding: 0.9rem;
        gap: 0.75rem;
    }

    .tlp-faq-modern-question {
        font-size: 0.94rem;
    }

    .tlp-faq-modern-answer-inner {
        padding: 0 0.9rem 0.95rem;
    }

    .tlp-faq-modern-text {
        font-size: 0.9rem;
        line-height: 1.66;
    }
}

@media (max-width: 480px) {
    .tlp-faq-modern-shell {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .tlp-faq-modern-icon-wrap {
        width: 1.85rem;
        height: 1.85rem;
    }
}

.tlp-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none !important;
}

.tlp-container {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* ==============================================================
   1. HERO SECTION (ULTRA PREMIUM)
   ============================================================== */
.tlp-hero-section {
    position: relative;
    background: linear-gradient(135deg, #022c22 0%, #064e3b 50%, #047857 100%);
    padding-top: 2rem;
    padding-bottom: 3rem;
    color: var(--tlp-bg-white);
    overflow: hidden;
}

/* Glowing Ambient Orbs behind the content */
.tlp-hero-glow-1 {
    position: absolute;
    top: -10%; left: -5%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(52, 211, 153, 0.4) 0%, transparent 70%);
    filter: blur(60px);
    border-radius: 50%;
    animation: tlp-pulse-slow 8s infinite alternate;
}
.tlp-hero-glow-2 {
    position: absolute;
    bottom: -10%; right: -5%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
    filter: blur(80px);
    border-radius: 50%;
    animation: tlp-pulse-slow 10s infinite alternate-reverse;
}

.tlp-hero-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}
@media (min-width: 992px) {
    .tlp-hero-grid { grid-template-columns: 1.1fr 0.9fr; gap: 4rem; }
    .tlp-hero-section {  }
}

.tlp-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--tlp-primary-subtle, rgba(255,255,255,0.12));
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 9999px;
    padding: 0.375rem 1.25rem;
    color: var(--tlp-primary-dark, #0f172a);
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: none;
}
.tlp-dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; }
.tlp-dot-yellow { background-color: #facc15; box-shadow: 0 0 10px #facc15; }
.tlp-hero-section .tlp-badge-text { color: #fff !important; font-size: 0.875rem !important; font-weight: 500 !important; letter-spacing: 0.02em !important; text-transform: none !important; margin: 0 !important; }

.tlp-text-yellow {
    background: linear-gradient(to right, #facc15, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.tlp-hero-section .tlp-hero-title {
    font-family: var(--tlp-font-display) !important;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    color: #fff !important;
    text-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
@media (min-width: 768px) { .tlp-hero-section .tlp-hero-title { font-size: 3rem !important; } }

.tlp-hero-section .tlp-hero-subtitle {
    font-size: 1.125rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.7 !important;
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
    max-width: 36rem !important;
    font-weight: 400 !important;
    text-transform: none !important;
}
@media (min-width: 640px) { .tlp-hero-section .tlp-hero-subtitle { font-size: 1.25rem !important; } }

.tlp-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media (min-width: 640px) {
    .tlp-hero-actions { flex-direction: row; align-items: center; }
}

.tlp-hero-section .tlp-btn-cta {
    position: relative;
    background: linear-gradient(135deg, var(--tlp-primary-dark) 0%, var(--tlp-primary) 48%, var(--tlp-accent) 100%);
    color: #fff !important;
    font-weight: 700;
    font-family: inherit;
    padding: 0.5rem 0.6rem 0.5rem 1.5rem !important;
    border-radius: 9999px;
    font-size: 1rem !important;
    border: 1px solid color-mix(in srgb, var(--tlp-accent) 32%, var(--tlp-primary-dark));
    cursor: pointer;
    box-shadow: 0 10px 28px -12px color-mix(in srgb, var(--tlp-primary) 58%, var(--tlp-accent));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    overflow: hidden;
    z-index: 1;
    
    /* Flatsome Overrides */
    min-height: unset !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    margin: 0 !important;
    text-shadow: none !important;
}
.tlp-hero-section .tlp-btn-cta::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
    z-index: -1;
}
.tlp-hero-section .tlp-btn-cta:hover {
    background: linear-gradient(135deg, var(--tlp-primary) 0%, var(--tlp-accent) 56%, color-mix(in srgb, var(--tlp-accent) 68%, #ffffff) 100%);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 34px -10px color-mix(in srgb, var(--tlp-accent) 60%, var(--tlp-primary));
    color: #fff !important;
}
.tlp-hero-section .tlp-btn-cta:hover::before { left: 100%; }

.tlp-hero-section .tlp-btn-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    flex-shrink: 0;
}

.tlp-hero-section .tlp-btn-play {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    min-height: unset !important;
}
.tlp-hero-section .tlp-btn-play:hover {
    transform: translateY(-2px);
}
.tlp-hero-section .tlp-play-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    background: #fff;
    color: var(--tlp-primary);
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    flex-shrink: 0;
}
.tlp-hero-section .tlp-play-circle i {
    width: 1.25rem;
    height: 1.25rem;
}
.tlp-hero-section .tlp-play-ping {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    background: #fff;
    animation: tlp-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
    z-index: -1;
}
@keyframes tlp-ping {
    75%, 100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.tlp-hero-section .tlp-play-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.tlp-hero-section .tlp-play-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
}
.tlp-hero-section .tlp-play-num {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
}

.tlp-text-primary { color: var(--tlp-primary); }

/* Enhancing glow effects */
.tlp-hero-glow-3 {
    position: absolute;
    top: 30%; left: 50%;
    transform: translate(-50%, -50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.15) 0%, transparent 60%);
    filter: blur(100px);
    border-radius: 50%;
    animation: tlp-pulse-slow 12s infinite alternate;
}

.tlp-pulse-dot {
    animation: tlp-dot-pulse 2s infinite;
}
@keyframes tlp-dot-pulse {
    0% { box-shadow: 0 0 0 0 rgba(250, 204, 21, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(250, 204, 21, 0); }
    100% { box-shadow: 0 0 0 0 rgba(250, 204, 21, 0); }
}

.tlp-btn-glow {
    box-shadow: 0 10px 25px -5px rgba(234, 88, 12, 0.5), 0 8px 10px -6px rgba(234, 88, 12, 0.5);
}

.tlp-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    margin-right: -0.25rem;
}

/* Slider Wrapper */
.tlp-hero-visual {
    display: none;
    justify-content: center;
    position: relative;
    perspective: 1000px;
}
@media (min-width: 768px) {
    .tlp-hero-visual { display: flex; }
}

.tlp-hero-slider-wrapper {
    position: relative;
    width: 100%;
    padding: 0; /* Xóa nền trong suốt mặc định để slide tự quyết định */
}

.tlp-hero-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}
@media (min-width: 768px) {
    .tlp-hero-slider { aspect-ratio: 1/1.1; }
}

.tlp-hero-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s;
    transform: scale(1.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tlp-hero-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 1;
}
.tlp-slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.tlp-slide-inner img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.tlp-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 44, 34, 0.8) 0%, transparent 50%);
}

/* 6 Kiểu hiển thị Slide (Slide Styles) */

/* Style 1: Mặc định (Tràn viền bo góc bất đối xứng) */
.tlp-style-1 .tlp-slide-inner {
    border-radius: 2rem 10rem 2rem 2rem;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.1), 0 20px 50px rgba(52, 211, 153, 0.3);
}

/* Style 2: Hình tròn nghệ thuật (Avatar style) */
.tlp-style-2 .tlp-slide-inner {
    border-radius: 50%;
    width: 90%;
    aspect-ratio: 1/1;
    height: auto;
    box-shadow: 0 0 0 15px rgba(255,255,255,0.15), 0 20px 40px rgba(0,0,0,0.2);
    margin: 0 auto;
}

/* Style 3: Trôi nổi 3D (Floating Shadow) */
.tlp-style-3 .tlp-slide-inner {
    border-radius: 2rem;
    transform: perspective(1000px) rotateY(-8deg) rotateX(5deg);
    box-shadow: -20px 20px 40px rgba(0,0,0,0.3);
    border: 6px solid #fff;
    width: 90%;
    height: 90%;
}

/* Style 4: Polaroids nghiêng (Nghệ thuật) */
.tlp-style-4 .tlp-slide-inner {
    border-radius: 0.5rem;
    width: 85%;
    height: 85%;
    box-sizing: border-box;
    background: #fff;
    padding: 1rem 1rem 4rem 1rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.3);
    transform: rotate(4deg);
}
.tlp-style-4 .tlp-slide-inner img {
    border-radius: 0.25rem;
    display: block;
}

/* Style 5: Thẻ chữ nhật đứng (Portrait Card) */
.tlp-style-5 .tlp-slide-inner {
    border-radius: 2rem;
    width: 75%;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    margin: 0 auto;
}

.tlp-style-5 .tlp-slide-inner img {
    display: block;
}

/* Style 6: Khung tranh viền kép (Double Border) */
.tlp-style-6 .tlp-slide-inner {
    border-radius: 1rem;
    width: 90%;
    height: 90%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 0 0 12px rgba(255,255,255,0.15), inset 0 0 0 10px rgba(255,255,255,0.2);
}

.tlp-style-6 .tlp-slide-inner img {
    display: block;
}

.tlp-hero-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 3/4;
    background: rgba(0,0,0,0.2);
    border-radius: 1.5rem;
    color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 2rem;
}
.tlp-placeholder-icon {
    width: 3rem; height: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* Slider Controls */
.tlp-slider-nav {
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tlp-hero-slider:hover .tlp-slider-nav { opacity: 1; }
.tlp-slider-nav button {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    width: 2.5rem; height: 2.5rem;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.tlp-slider-nav button:hover {
    background: rgba(255,255,255,0.4);
    transform: scale(1.1);
}

.tlp-hero-section .tlp-slider-dots {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    padding: 0.35rem 0.5rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.tlp-hero-section .tlp-dot-btn {
    width: 0.35rem !important; 
    height: 0.35rem !important;
    min-height: unset !important;
    min-width: unset !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.4) !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0 !important;
    margin: 0 !important;
}
.tlp-hero-section .tlp-dot-btn.active {
    background: #fff !important;
    width: 1.15rem !important;
}

/* Floating Cards */
.tlp-hero-floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1.5rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5), inset 0 0 20px rgba(255,255,255,0.1);
    z-index: 20;
    max-width: calc(100% + 2rem);
}
.tlp-card-bottom-right {
    bottom: -1rem;
    right: -2rem;
    animation: tlp-float 6s ease-in-out infinite;
}

.tlp-hero-floating-badge-top {
    position: absolute;
    top: 2rem;
    left: -2rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 9999px;
    padding: 0.5rem 1.25rem 0.5rem 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    z-index: 20;
    animation: tlp-float-reverse 5s ease-in-out infinite;
}
.tlp-badge-icon-wrap {
    width: 2.5rem; height: 2.5rem;
    background: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.tlp-badge-icon-wrap i { width: 1.25rem; height: 1.25rem; }
.tlp-badge-info { display: flex; flex-direction: column; line-height: 1.1; }
.tlp-badge-num { font-weight: 800; font-size: 1.125rem; color: #fff; }
.tlp-badge-txt { font-size: 0.75rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 0.05em; }

@media (max-width: 767px) {
    .tlp-card-bottom-right {
        right: 1rem;
        bottom: 1rem;
        animation: none;
    }
    .tlp-hero-floating-badge-top {
        top: 1rem;
        left: 1rem;
        animation: none;
    }
}

.tlp-card-icon-wrap {
    width: 3.5rem; height: 3.5rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.1);
}
.tlp-card-icon-wrap i { width: 1.75rem; height: 1.75rem; }
.tlp-text-white { color: #ffffff; }

.tlp-icon-sm { width: 1.25rem; height: 1.25rem; }
.tlp-ml-2 { margin-left: 0.5rem; }
.tlp-mt-8 { margin-top: 2rem; }

/* Animations */
@keyframes tlp-float {
    0%, 100% { transform: translateY(0) rotateX(2deg) rotateY(-2deg); }
    50% { transform: translateY(-20px) rotateX(-2deg) rotateY(2deg); }
}
@keyframes tlp-float-reverse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(15px); }
}
@keyframes tlp-pulse-slow {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.2); opacity: 0.8; }
}

.tlp-fade-in {
    opacity: 0;
    transform: translateY(40px);
    animation: tlp-fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.tlp-hero-content { animation-delay: 0.1s; }
.tlp-hero-visual { animation-delay: 0.3s; }

@keyframes tlp-fadeUp {
    to { opacity: 1; transform: translateY(0); }
}

/* About Section */
.tlp-about-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.tlp-about-grid {
    display: grid;
    gap: 3rem;
    align-items: stretch;
}
@media (min-width: 992px) {
    .tlp-about-grid {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        align-items: center;
		margin:30px 0px;
    }
}
.tlp-about-badge {
    background: rgba(52, 211, 153, 0.15) !important;
    border-color: rgba(52, 211, 153, 0.3) !important;
    color: #064e3b !important;
}
.tlp-about-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 2rem;
}
.tlp-about-desc strong {
    color: var(--tlp-primary);
    font-weight: 700;
}
.tlp-alert-box {
    display: flex;
    gap: 1rem;
    background: linear-gradient(to right, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05));
    border-left: 4px solid #f59e0b;
    padding: 1.25rem;
    border-radius: 0 0.75rem 0.75rem 0;
}
.tlp-alert-icon {
    color: #f59e0b;
    flex-shrink: 0;
}
.tlp-alert-text {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}
.tlp-alert-text strong {
    color: #b45309;
    display: block;
    margin-bottom: 0.25rem;
}

/* Vertical Timeline */
.tlp-about-timeline-wrap {
    background: #fff;
    border-radius: 1.5rem;
    padding: 3rem 1.25rem 2rem;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.02);
    position: relative;
    margin-top: 1.5rem;
}
@media (min-width: 768px) {
    .tlp-about-timeline-wrap {
        padding: 3.25rem 2rem 2.5rem;
    }
}
.tlp-timeline-wrap-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    width: max-content;
    max-width: calc(100% - 1.5rem);
    pointer-events: none;
}
@media (min-width: 768px) {
    .tlp-timeline-wrap-title {
        width: 100%;
        max-width: none;
    }
}
.tlp-title-content {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.95rem;
    border-radius: 9999px;
    background: #ffffff; /* Nền trắng để che viền của box bên dưới */
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, var(--tlp-primary-light), var(--tlp-primary), var(--tlp-accent));
    box-shadow: 0 10px 20px -5px rgba(5, 150, 105, 0.15);
}
@media (min-width: 768px) {
    .tlp-title-content {
        padding: 0.5rem 1.75rem;
        gap: 0.6rem;
    }
}
.tlp-title-content .tlp-title-text {
    font-family: var(--tlp-font-display) !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
    text-align: center;
    background: linear-gradient(to right, var(--tlp-primary-dark), var(--tlp-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none !important;
    letter-spacing: normal !important;
}
@media (min-width: 768px) {
    .tlp-title-content .tlp-title-text {
        font-size: 1.1rem !important;
    }
}
.tlp-title-content i {
    color: var(--tlp-accent);
    width: 1.25rem;
    height: 1.25rem;
}
@media (min-width: 768px) {
    .tlp-title-content i {
        width: 1.35rem;
        height: 1.35rem;
    }
}
.tlp-timeline-vertical {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.tlp-timeline-vertical::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 1.3rem;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.02) 100%);
}
.tlp-timeline-item {
    position: relative;
    padding-left: 3.8rem;
    margin-bottom: 0;
}
.tlp-timeline-item:last-child {
    margin-bottom: 0;
}
.tlp-timeline-point {
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 2.5rem; height: 2.5rem;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.06);
    z-index: 2;
}
.tlp-point-inner {
    width: 1.75rem; height: 1.75rem;
    background: linear-gradient(135deg, var(--tlp-primary), var(--tlp-accent));
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}
.tlp-timeline-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #e7edf3;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
.tlp-timeline-card:hover {
    background: #fff;
    box-shadow: none;
    transform: translateX(4px);
    border-color: rgba(15, 23, 42, 0.14);
}
.tlp-timeline-title {
    margin: 0 0 0.5rem 0 !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: var(--tlp-primary) !important;
    text-transform: none !important;
}
.tlp-timeline-desc {
    margin: 0 !important;
    color: #374151 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    text-transform: none !important;
}

@media (max-width: 640px) {
    .tlp-timeline-item {
        padding-left: 3.35rem;
    }

    .tlp-timeline-card {
        padding: 0.9rem 0.95rem;
    }
}

/* === 6 Timeline Styles === */

/* Style 1: Mặc định (Đường kẻ dọc) -> Đã được định nghĩa ở trên */

/* ─────────────────────────────────────────────────
   Style 2: Accent Rail — thẻ dọc có cột nhấn màu
   ───────────────────────────────────────────────── */
.tlp-about-timeline-wrap-style-2 .tlp-timeline-vertical::before { display: none; }

.tlp-about-timeline-wrap-style-2 .tlp-timeline-item {
    position: relative;
    display: block;
    padding-left: 0;
    border-radius: 1rem;
    padding: 1.15rem 0.5rem 0.5rem;
    border: 1px solid #e6edf3;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.tlp-about-timeline-wrap-style-2 .tlp-timeline-item:hover {
    transform: translateY(-2px);
    border-color: rgba(15, 23, 42, 0.15);
    box-shadow: 0 10px 22px -16px rgba(15, 23, 42, 0.28);
}
.tlp-about-timeline-wrap-style-2 .tlp-timeline-point {
    position: absolute;
    left: 1rem;
    top: -0.7rem;
    width: auto;
    height: auto;
    min-height: 0;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    z-index: 2;
}
.tlp-about-timeline-wrap-style-2 .tlp-point-inner {
    min-width: 2.2rem;
    height: 2.2rem;
    padding: 0 0.68rem;
    border-radius: 999px;
    background: linear-gradient(160deg, #ffffff, #f8fbff);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    border: 1px solid rgba(5, 150, 105, 0.25);
    box-shadow: 0 8px 16px -12px rgba(5, 150, 105, 0.6);
}
.tlp-about-timeline-wrap-style-2 .tlp-timeline-card {
    background: #ffffff;
    border: 1px solid #edf2f7;
    padding: 0.85rem 0.9rem;
    border-radius: 0.8rem;
    min-height: 100%;
}
.tlp-about-timeline-wrap-style-2 .tlp-timeline-card:hover {
    transform: none;
    box-shadow: none !important;
    border-color: #dbe6ef;
}
.tlp-about-timeline-wrap-style-2 .tlp-timeline-title {
    color: #0f172a !important;
    font-size: 1rem !important;
}
.tlp-about-timeline-wrap-style-2 .tlp-timeline-desc {
    font-size: 1rem !important;
    color: #374151 !important;
}
@media (max-width: 640px) {
    .tlp-about-timeline-wrap-style-2 .tlp-timeline-item {
        padding: 1.05rem 0.45rem 0.45rem;
    }
    .tlp-about-timeline-wrap-style-2 .tlp-timeline-point {
        left: 0.82rem;
        top: -0.65rem;
    }
    .tlp-about-timeline-wrap-style-2 .tlp-point-inner {
        min-width: 2.05rem;
        height: 2.05rem;
        padding: 0 0.58rem;
    }
}

/* ─────────────────────────────────────────────────
   Style 3: Mosaic Grid — lưới card nhấn mảng số
   ───────────────────────────────────────────────── */
.tlp-about-timeline-wrap-style-3 .tlp-timeline-vertical::before { display: none; }
.tlp-about-timeline-wrap-style-3 .tlp-timeline-vertical {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}
@media (min-width: 620px) {
    .tlp-about-timeline-wrap-style-3 .tlp-timeline-vertical {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.tlp-about-timeline-wrap-style-3 .tlp-timeline-item {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    padding: 1.1rem 1rem 0.95rem 1rem;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease;
}
.tlp-about-timeline-wrap-style-3 .tlp-timeline-item:hover {
    transform: translateY(-2px);
    border-color: rgba(15, 23, 42, 0.16);
}
.tlp-about-timeline-wrap-style-3 .tlp-timeline-item:nth-child(odd) {
    background: linear-gradient(160deg, #ffffff 0%, #f8fafc 100%);
}
.tlp-about-timeline-wrap-style-3 .tlp-timeline-point {
    position: absolute;
    left: -0.55rem;
    top: -0.5rem;
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    z-index: 0;
    pointer-events: none;
}
.tlp-about-timeline-wrap-style-3 .tlp-point-inner {
    width: 3.15rem;
    height: 2.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.78));
    color: #f8fafc;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    padding-left: 0.12rem;
}
.tlp-about-timeline-wrap-style-3 .tlp-timeline-card {
    position: relative;
    z-index: 1;
    background: transparent;
    border: none;
    padding: 0.7rem 0 0 2.35rem;
    box-shadow: none !important;
    border-radius: 0;
    height: auto;
}
.tlp-about-timeline-wrap-style-3 .tlp-timeline-card:hover {
    transform: none;
    box-shadow: none !important;
}
.tlp-about-timeline-wrap-style-3 .tlp-timeline-title {
    font-size: 1rem !important;
    color: #0f172a !important;
}
.tlp-about-timeline-wrap-style-3 .tlp-timeline-desc {
    font-size: 1rem !important;
    color: #374151 !important;
}

/* ─────────────────────────────────────────────────
   Style 4: Neo Strip — dải nội dung hiện đại
   ───────────────────────────────────────────────── */
.tlp-about-timeline-wrap-style-4 .tlp-timeline-vertical::before { display: none; }
.tlp-about-timeline-wrap-style-4 .tlp-timeline-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.7rem;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.tlp-about-timeline-wrap-style-4 .tlp-timeline-card {
    background: linear-gradient(120deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
    box-shadow: none !important;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
    font-family: inherit;
    text-decoration: none;
    appearance: none;
}
.tlp-about-timeline-wrap-style-4 .tlp-timeline-card:hover {
    transform: translateX(3px);
    background: #ffffff;
    border-color: #cfdce8 !important;
    box-shadow: none !important;
}
.tlp-about-timeline-wrap-style-4 .tlp-timeline-point {
    position: static;
    width: 2.45rem;
    height: 2.45rem;
    left: auto;
    top: auto;
    flex-shrink: 0;
    border: 1px solid #dbe6ef;
    background: linear-gradient(135deg, #fc0084, #818cf8);
    box-shadow: none;
}
.tlp-about-timeline-wrap-style-4 .tlp-point-inner {
    width: 1.78rem;
    height: 1.78rem;
    background: #0f172a;
    color: #f8fafc;
    border-radius: 0.5rem;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.tlp-about-timeline-wrap-style-4 .tlp-timeline-title {
    font-size: 1.01rem !important;
    margin-bottom: 0.28rem !important;
    color: #0f172a !important;
    line-height: 1.35 !important;
}
.tlp-about-timeline-wrap-style-4 .tlp-timeline-desc {
    color: #374151 !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
}
.tlp-about-timeline-wrap-style-4 .tlp-timeline-item:last-child {
    border-bottom: none;
}

/* ─────────────────────────────────────────────────
   Style 5: Capsule Steps — thẻ capsule bo tròn
   ───────────────────────────────────────────────── */
.tlp-about-timeline-wrap-style-5 .tlp-timeline-vertical::before { display: none; }
.tlp-about-timeline-wrap-style-5 .tlp-timeline-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0;
}
.tlp-about-timeline-wrap-style-5 .tlp-timeline-item:nth-child(even) {
    justify-content: flex-end;
}
.tlp-about-timeline-wrap-style-5 .tlp-timeline-point {
    position: static;
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.tlp-about-timeline-wrap-style-5 .tlp-point-inner {
    width: auto;
    height: auto;
    padding: 0.24rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.tlp-about-timeline-wrap-style-5 .tlp-timeline-card {
    background: #ffffff;
    border: 1px solid #dbe5ee;
    padding: 0.85rem 1.15rem;
    max-width: min(100%, 36rem);
}
.tlp-about-timeline-wrap-style-5 .tlp-timeline-card:hover {
    transform: translateX(4px);
    box-shadow: none;
    border-color: #c7d5e3;
}
.tlp-about-timeline-wrap-style-5 .tlp-timeline-title {
    display: inline;
    margin: 0 !important;
    font-size: 0.95rem !important;
}
.tlp-about-timeline-wrap-style-5 .tlp-timeline-title::after {
    content: ' - ';
    color: #94a3b8;
    font-weight: 500;
}
.tlp-about-timeline-wrap-style-5 .tlp-timeline-desc {
    display: inline;
    font-size: 1rem !important;
    color: #374151 !important;
}

/* ─────────────────────────────────────────────────
   Style 6: Custom Text — hiển thị văn bản thuần
   ───────────────────────────────────────────────── */
.tlp-about-timeline-wrap-style-6 .tlp-timeline-vertical::before { display: none; }
.tlp-about-timeline-wrap-style-6 .tlp-timeline-vertical {
    gap: 0.75rem;
}
.tlp-about-timeline-wrap-style-6 .tlp-timeline-item {
    padding-left: 0;
    margin-bottom: 0;
}
.tlp-about-timeline-wrap-style-6 .tlp-timeline-point {
    position: static;
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    display: inline;
    margin-right: 0.35rem;
}
.tlp-about-timeline-wrap-style-6 .tlp-point-inner {
    width: auto;
    height: auto;
    display: inline;
    background: none;
    color: #334155;
    border-radius: 0;
    font-size: 0.88rem;
    font-weight: 700;
}
.tlp-about-timeline-wrap-style-6 .tlp-point-inner::after {
    content: ':';
    margin-left: 0.12rem;
}
.tlp-about-timeline-wrap-style-6 .tlp-timeline-card {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.tlp-about-timeline-wrap-style-6 .tlp-timeline-card:hover {
    transform: none;
    box-shadow: none;
    border-color: transparent;
}
.tlp-about-timeline-wrap-style-6 .tlp-timeline-title,
.tlp-about-timeline-wrap-style-6 .tlp-timeline-desc {
    display: inline;
    margin: 0 !important;
}
.tlp-about-timeline-wrap-style-6 .tlp-timeline-title {
    color: #0f172a !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
}
.tlp-about-timeline-wrap-style-6 .tlp-timeline-title::after {
    content: ' - ';
    color: #94a3b8;
    font-weight: 500;
}
.tlp-about-timeline-wrap-style-6 .tlp-timeline-desc {
    color: #374151 !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
}

.tlp-about-timeline-wrap-style-6 .tlp-timeline-textbox {
    border: 1px solid #dbe5ee;
    background: linear-gradient(140deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.7;
    white-space: pre-line;
}

.tlp-about-timeline-wrap-style-6 .tlp-timeline-textbox p {
    margin: 0 0 0.55rem 0;
}

.tlp-about-timeline-wrap-style-6 .tlp-timeline-textbox p:last-child {
    margin-bottom: 0;
}

/* Top Stats Bar */
.tlp-stats-top-bar {
    background: #022c22;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.tlp-stats-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.5rem;
    scrollbar-width: none;
}
.tlp-stats-flex::-webkit-scrollbar { display: none; }
@media (min-width: 768px) {
    .tlp-stats-flex {
        justify-content: center;
        gap: 3rem;
        flex-wrap: wrap;
    }
}
.tlp-stat-compact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    position: relative;
}
@media (min-width: 768px) {
    .tlp-stat-compact:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -1.5rem;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: rgba(255,255,255,0.2);
    }
}
.tlp-stat-val {
    color: #facc15;
    font-weight: 800;
    font-size: 1.125rem;
    font-family: var(--tlp-font-display);
}
.tlp-stat-lbl {
    color: rgba(255,255,255,0.8);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

/* ==============================================================
   SIGNS SECTION — Premium 5-Style Card System
   ============================================================== */

/* ── Section wrapper ── */
.tlp-signs-section {
    position: relative;
    padding: 4.25rem 0;
    overflow: hidden;
}
@media (min-width: 992px) {
    .tlp-signs-section { padding: 5.5rem 0; }
}

/* Ambient orbs trang trí nền */
.tlp-signs-bg-decor { pointer-events: none; }
.tlp-signs-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    animation: tlp-pulse-slow 10s ease-in-out infinite alternate;
}
.tlp-signs-orb-1 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(102,126,234,0.4) 0%, transparent 70%);
    top: -120px; left: -100px;
}
.tlp-signs-orb-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(245,87,108,0.3) 0%, transparent 70%);
    bottom: -80px; right: -80px;
    animation-delay: 3s;
}

/* ── Section header ── */
.tlp-signs-header {
    margin-bottom: 2.4rem;
}
.tlp-signs-title {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: var(--tlp-text-main) !important;
    margin: 0.75rem 0 0 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}
@media (min-width: 768px) {
    .tlp-signs-title { font-size: 2.5rem !important; }
}
.tlp-signs-desc {
    max-width: 680px;
    margin: 1rem auto 0 !important;
    font-size: 1.05rem;
    color: var(--tlp-text-muted);
    line-height: 1.7;
}

/* ── Grid chung ── */
.tlp-signs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 680px) {
    .tlp-signs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
    .tlp-signs-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── Shared card base ── */
.tlp-sign-card {
    --sign-from: #667eea;
    --sign-to: #764ba2;
    --sign-accent: #667eea;
    position: relative;
    border-radius: 1.35rem;
    padding: 1.35rem 1.15rem;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
    overflow: hidden;
    cursor: default;
    min-height: 100%;
    isolation: isolate;
}

.tlp-sign-color-1 { --sign-from: #667eea; --sign-to: #764ba2; --sign-accent: #667eea; }
.tlp-sign-color-2 { --sign-from: #f093fb; --sign-to: #f5576c; --sign-accent: #f5576c; }
.tlp-sign-color-3 { --sign-from: #4facfe; --sign-to: #00f2fe; --sign-accent: #4facfe; }
.tlp-sign-color-4 { --sign-from: #43e97b; --sign-to: #38f9d7; --sign-accent: #43e97b; }
.tlp-sign-color-5 { --sign-from: #fa709a; --sign-to: #fee140; --sign-accent: #fa709a; }
.tlp-sign-color-6 { --sign-from: #a18cd1; --sign-to: #fbc2eb; --sign-accent: #a18cd1; }

/* Shared icon wrap */
.tlp-sign-icon-wrap {
    width: 3.1rem; height: 3.1rem;
    border-radius: 0.95rem;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 0.95rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.tlp-sign-card:hover .tlp-sign-icon-wrap { transform: scale(1.12) rotate(-3deg); }
.tlp-sign-lucide { width: 1.3rem; height: 1.3rem; }
.tlp-sign-emoji { font-size: 1.45rem; line-height: 1; }
.tlp-sign-content { width: 100%; }

.tlp-sign-icon-wrap,
.tlp-sign-content,
.tlp-sign-title,
.tlp-sign-desc {
    position: relative;
    z-index: 2;
}

/* Số thứ tự — ẩn toàn bộ */
.tlp-sign-num { display: none !important; }

/* Title & Desc */
.tlp-sign-title {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin: 0 0 0.5rem !important;
    line-height: 1.4 !important;
    text-transform: none !important;
}
.tlp-sign-desc {
    font-size: 1rem !important;
    line-height: 1.62 !important;
    margin: 0 !important;
    text-transform: none !important;
}
@media (max-width: 639px) {
    .tlp-sign-card { padding: 1.2rem 1rem; }
}

/* ────────────────────────────────────────────────
   STYLE 1: Glassmorphism — icon & text căn giữa
   ──────────────────────────────────────────────── */
.tlp-sign-card-style-1 {
    background: linear-gradient(165deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 14px 36px rgba(2, 6, 23, 0.07);
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
}
.tlp-sign-card-style-1::before {
    content: '';
    position: absolute;
    top: -6%;
    right: -8%;
    width: 56%;
    height: 34%;
    border-radius: 0 0 0 80%;
    background: radial-gradient(95% 95% at 100% 0%, color-mix(in srgb, var(--sign-from, #667eea) 9%, #fff) 0%, transparent 75%);
    pointer-events: none;
    opacity: 0.28;
    z-index: 1;
}
.tlp-sign-card-style-1:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(2, 6, 23, 0.12);
    border-color: rgba(255,255,255,1);
}
.tlp-sign-card-style-1 .tlp-sign-icon-wrap {
    background: linear-gradient(135deg, color-mix(in srgb, var(--sign-from, #667eea) 16%, #fff), color-mix(in srgb, var(--sign-to, #764ba2) 14%, #fff));
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 8px 18px rgba(30, 41, 59, 0.09);
    margin: 0 auto 0.9rem;
}
.tlp-sign-card-style-1 .tlp-sign-emoji { font-size: 1.6rem; }
.tlp-sign-card-style-1 .tlp-sign-lucide {
    color: var(--sign-from, #667eea);
}
.tlp-sign-card-style-1 .tlp-sign-title {
    color: #1e293b !important;
    text-align: center;
}
.tlp-sign-card-style-1 .tlp-sign-desc {
    color: #374151 !important;
    text-align: center;
}

/* ────────────────────────────────────────────────
   STYLE 2: Soft Pastel Card — nền pastel nhẹ, viền màu, icon nổi
   ──────────────────────────────────────────────── */
.tlp-sign-card-style-2 {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tlp-sign-card-style-2::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -6%;
    width: 58%;
    height: 36%;
    border-radius: inherit;
    background: radial-gradient(100% 100% at 0% 0%, color-mix(in srgb, var(--sign-from, #667eea) 13%, #fff) 0%, color-mix(in srgb, var(--sign-to, #764ba2) 10%, #fff) 52%, transparent 78%);
    opacity: 0.32;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}
.tlp-sign-card-style-2:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(2, 6, 23, 0.12); }
.tlp-sign-card-style-2:hover::before { opacity: 0.42; }

.tlp-sign-card-style-1 .tlp-sign-desc,
.tlp-sign-card-style-2 .tlp-sign-desc {
    background: rgba(255,255,255,0.86);
    border-radius: 0.55rem;
    padding: 0.2rem 0.35rem;
}
.tlp-sign-card-style-2 .tlp-sign-icon-wrap {
    width: 3.6rem; height: 3.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sign-from, #667eea), var(--sign-to, #764ba2));
    color: #fff;
    margin: 0 auto 0.9rem;
    box-shadow: 0 10px 22px -4px var(--sign-from, rgba(102,126,234,0.45));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tlp-sign-card-style-2:hover .tlp-sign-icon-wrap {
    transform: scale(1.08) translateY(-5px);
    box-shadow: 0 14px 30px -4px var(--sign-from, rgba(102,126,234,0.5));
}
.tlp-sign-card-style-2 .tlp-sign-lucide { color: #fff; }
.tlp-sign-card-style-2 .tlp-sign-emoji { font-size: 1.55rem; }
.tlp-sign-card-style-2 .tlp-sign-num {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--sign-from, #667eea);
    background: linear-gradient(135deg, color-mix(in srgb, var(--sign-from, #667eea) 15%, #fff), color-mix(in srgb, var(--sign-to, #764ba2) 12%, #fff));
    padding: 0.2rem 0.65rem;
    border-radius: 9999px;
    margin-bottom: 0.5rem;
}
.tlp-sign-card-style-2 .tlp-sign-title { color: #1e293b !important; text-align: center; }
.tlp-sign-card-style-2 .tlp-sign-desc  { color: #64748b !important; text-align: center; }

/* ────────────────────────────────────────────────
   STYLE 3: Accent Left-Bar — viền trái màu, layout ngang icon + text
   ──────────────────────────────────────────────── */
.tlp-sign-card-style-3 {
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border: 1px solid rgba(100, 116, 139, 0.2);
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
    border-left: 3px solid var(--sign-from, #667eea);
    border-radius: 1rem 1.25rem 1.25rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.15rem 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tlp-sign-card-style-3:hover {
    transform: translateX(5px);
    box-shadow: 0 18px 38px rgba(2, 6, 23, 0.1);
}
.tlp-sign-card-style-3 .tlp-sign-icon-wrap {
    width: 2.6rem; height: 2.6rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, var(--sign-from, #667eea), var(--sign-to, #764ba2));
    flex-shrink: 0;
    margin-bottom: 0;
    box-shadow: 0 8px 18px -5px var(--sign-from, rgba(102,126,234,0.45));
}
.tlp-sign-card-style-3 .tlp-sign-lucide { color: #fff; }
.tlp-sign-card-style-3 .tlp-sign-emoji { font-size: 1.25rem; }
.tlp-sign-card-style-3 .tlp-sign-num {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--sign-from, #667eea);
    letter-spacing: 0.08em;
    margin-bottom: 0.4rem;
}
.tlp-sign-card-style-3 .tlp-sign-title { color: #1e293b !important; text-align: left; margin-top: 0 !important; }
.tlp-sign-card-style-3 .tlp-sign-desc  { color: #374151 !important; text-align: left; }
@media (min-width: 768px) {
    .tlp-sign-card-style-3 {
        padding: 1.25rem 1.2rem;
    }
}

/* ────────────────────────────────────────────────
   STYLE 4: Hover Reveal Card
   Icon + Title hiển thị mặc định.
   Hover: panel gradient trượt từ dưới lên, desc lộ ra.
   ──────────────────────────────────────────────── */
.tlp-sign-card-style-4 {
    background: #ffffff;
    border: 1px solid #e7edf7;
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.7rem 1.25rem 1.4rem;
    min-height: 225px;
    overflow: hidden;
    /* Không dùng transform chung để panel slide không bị clip */
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
}
/* Viền top gradient */
.tlp-sign-card-style-4::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sign-from, #667eea), var(--sign-to, #764ba2));
    border-radius: 1.5rem 1.5rem 0 0;
    transition: height 0.4s ease;
}
/* Panel reveal từ dưới */
.tlp-sign-card-style-4::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, var(--sign-from, #667eea), var(--sign-to, #764ba2));
    transform: translateY(100%);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: inherit;
    z-index: 0;
}
.tlp-sign-card-style-4:hover {
    box-shadow: 0 16px 40px -6px var(--sign-from, rgba(102,126,234,0.4));
    border-color: transparent;
}
.tlp-sign-card-style-4:hover::after {
    transform: translateY(0);
}
.tlp-sign-card-style-4:hover::before {
    height: 0;
}

/* Icon, Title, Desc đều nằm trên z-index: 1 để hiện qua panel */
.tlp-sign-card-style-4 .tlp-sign-icon-wrap {
    position: relative; z-index: 1;
    width: 3.45rem; height: 3.45rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sign-from, #667eea), var(--sign-to, #764ba2));
    box-shadow: 0 8px 22px -4px var(--sign-from, rgba(102,126,234,0.45));
    margin: 0 auto 0.95rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}
.tlp-sign-card-style-4:hover .tlp-sign-icon-wrap {
    background: rgba(255,255,255,0.2);
    box-shadow: 0 8px 22px -4px rgba(0,0,0,0.15);
    transform: translateY(-4px) scale(1.08);
}
.tlp-sign-card-style-4 .tlp-sign-lucide {
    color: #fff;
    position: relative; z-index: 1;
}
.tlp-sign-card-style-4 .tlp-sign-emoji {
    font-size: 1.5rem;
    position: relative; z-index: 1;
}
.tlp-sign-card-style-4 .tlp-sign-title {
    position: relative; z-index: 1;
    color: #1e293b !important;
    transition: color 0.3s ease;
}
.tlp-sign-card-style-4:hover .tlp-sign-title {
    color: #ffffff !important;
}
.tlp-sign-card-style-4 .tlp-sign-desc {
    position: relative; z-index: 1;
    color: #64748b !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0 !important;
    transition: max-height 0.4s ease, opacity 0.35s ease 0.1s, color 0.3s ease;
}
.tlp-sign-card-style-4:hover .tlp-sign-desc {
    max-height: 10rem;
    opacity: 1;
    color: rgba(255,255,255,0.92) !important;
    margin-top: 0.75rem !important;
}
/* Mũi tên gợi ý hover — ẩn khi hover */
.tlp-sign-card-style-4 .tlp-flip-hint {
    position: relative; z-index: 1;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--sign-from, #667eea);
    margin-top: 0.4rem;
    opacity: 0.7;
    transition: opacity 0.3s ease, color 0.3s ease;
}
.tlp-sign-card-style-4:hover .tlp-flip-hint {
    opacity: 0;
    pointer-events: none;
}

/* Mobile: luôn hiện desc, bỏ panel */
@media (hover: none) {
    .tlp-sign-card-style-4::after { display: none; }
    .tlp-sign-card-style-4 .tlp-sign-desc {
        max-height: none;
        opacity: 1;
        margin-top: 0.75rem !important;
    }
    .tlp-sign-card-style-4 .tlp-flip-hint { display: none; }
}

/* ────────────────────────────────────────────────
   STYLE 5: Minimal Timeline (Danh sách ngang)
   ──────────────────────────────────────────────── */
.tlp-signs-style-5 .tlp-signs-grid {
    grid-template-columns: 1fr;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    gap: 0.9rem;
}
/* Đường kẻ dọc timeline */
.tlp-signs-style-5 .tlp-signs-grid::before {
    content: '';
    position: absolute;
    left: 1.12rem;
    top: 1.15rem;
    bottom: 1.15rem;
    width: 2px;
    background: linear-gradient(to bottom, var(--tlp-primary-light, #34d399), transparent);
    border-radius: 9999px;
}
@media (min-width: 600px) {
    .tlp-signs-style-5 .tlp-signs-grid { grid-template-columns: 1fr; }
}
.tlp-sign-card-style-5 {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 0.95rem 1rem;
    background: #fff;
    border: 1px solid #e6edf5;
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
    border-radius: 1.1rem;
    position: relative;
    padding-left: 2.95rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.tlp-sign-card-style-5:hover {
    transform: translateX(6px);
    box-shadow: 0 14px 32px rgba(2, 6, 23, 0.11);
    border-color: rgba(102,126,234,0.25);
}
/* Dấu tròn trên timeline */
.tlp-sign-timeline-dot {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem; height: 0.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sign-from, #667eea), var(--sign-to, #764ba2));
    box-shadow: 0 0 0 3px rgba(255,255,255,0.85), 0 0 0 4px var(--sign-from, #667eea);
    flex-shrink: 0;
    z-index: 2;
}
.tlp-sign-timeline-body {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    width: 100%;
}
.tlp-sign-icon-inline {
    width: 2.2rem; height: 2.2rem;
    border-radius: 0.625rem;
    background: linear-gradient(135deg, var(--sign-from), var(--sign-to));
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px -2px var(--sign-from, rgba(102,126,234,0.4));
    transition: transform 0.3s ease;
}
.tlp-sign-card-style-5:hover .tlp-sign-icon-inline { transform: scale(1.1); }
.tlp-sign-icon-inline .tlp-sign-lucide { color: #fff; width: 1.1rem; height: 1.1rem; }
.tlp-sign-icon-inline .tlp-sign-emoji { font-size: 1.15rem; }
.tlp-sign-text { flex: 1; min-width: 0; }
.tlp-sign-card-style-5 .tlp-sign-title { color: #0f172a !important; font-size: 0.98rem !important; }
.tlp-sign-card-style-5 .tlp-sign-desc  { color: #64748b !important; font-size: 0.875rem !important; }

/* ── Scroll reveal animation ── */
.tlp-sign-card {
    opacity: 0;
    transform: translateY(30px);
    animation: tlp-sign-reveal 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
/* stagger qua nth-child */
.tlp-sign-card:nth-child(1)  { animation-delay: 0.05s; }
.tlp-sign-card:nth-child(2)  { animation-delay: 0.12s; }
.tlp-sign-card:nth-child(3)  { animation-delay: 0.19s; }
.tlp-sign-card:nth-child(4)  { animation-delay: 0.26s; }
.tlp-sign-card:nth-child(5)  { animation-delay: 0.33s; }
.tlp-sign-card:nth-child(6)  { animation-delay: 0.40s; }
.tlp-sign-card:nth-child(7)  { animation-delay: 0.47s; }
.tlp-sign-card:nth-child(8)  { animation-delay: 0.54s; }
.tlp-sign-card:nth-child(9)  { animation-delay: 0.61s; }
@keyframes tlp-sign-reveal {
    to { opacity: 1; transform: translateY(0); }
}

/* Style-4 (flip) không dùng transform reveal để không conflict */
.tlp-sign-card-style-4 {
    animation: tlp-sign-reveal-opacity 0.6s ease forwards;
}
@keyframes tlp-sign-reveal-opacity {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Responsive refinements */
@media (max-width: 767px) {
    .tlp-signs-header {
        margin-bottom: 1.7rem;
    }
    .tlp-signs-title {
        font-size: 1.72rem !important;
    }
    .tlp-signs-desc {
        font-size: 0.95rem;
        line-height: 1.65;
    }
    .tlp-sign-card-style-3 {
        padding: 1rem 0.95rem;
        gap: 0.8rem;
    }
    .tlp-sign-card-style-4 {
        min-height: 205px;
    }
    .tlp-sign-card-style-5 {
        padding-left: 2.6rem;
    }
    .tlp-signs-style-5 .tlp-signs-grid::before {
        left: 0.95rem;
    }
}
@media (min-width: 1200px) {
    .tlp-signs-grid {
        gap: 1.2rem;
    }
    .tlp-sign-card {
        padding: 1.45rem 1.25rem;
    }
    .tlp-sign-card-style-5 {
        max-width: 860px;
    }
}

/* ── Theme-aware overrides ── */
.tlp-app[data-theme] .tlp-sign-card-style-1 { background: rgba(255,255,255,0.7); }
.tlp-app[data-theme] .tlp-sign-card-style-1:hover {
    box-shadow: 0 24px 48px rgba(0,0,0,0.1), var(--tlp-shadow-glow);
}
.tlp-app[data-theme] .tlp-sign-card-style-5 {
    border-color: var(--tlp-border, #e2e8f0);
}
.tlp-app[data-theme] .tlp-sign-card-style-5:hover {
    border-color: var(--tlp-primary-subtle);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06), var(--tlp-shadow-glow);
}
.tlp-app[data-theme] .tlp-signs-style-5 .tlp-signs-grid::before {
    background: linear-gradient(to bottom, var(--tlp-primary-light), transparent);
}