/* =========================================================
   VELWOLEF — TRADING LAB ULTRA PREMIUM FINAL
========================================================= */

.tl-page-body {
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.08), transparent 24%),
        radial-gradient(circle at top right, rgba(34, 197, 94, 0.06), transparent 20%),
        linear-gradient(180deg, #05070c 0%, #071019 38%, #08111c 100%);
}

/* =========================
   SHARED BUTTON FIX
========================= */
.tl-page-body .cta-btn,
.tl-page-body .secondary-btn {
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.tl-page-body .cta-btn:hover,
.tl-page-body .secondary-btn:hover {
    transform: translateY(-2px);
}

.tl-page-body .cta-btn {
    color: #ffffff;
    background: linear-gradient(135deg, #22c55e, #3b82f6);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.20);
    border: 1px solid transparent;
}

.tl-page-body .secondary-btn {
    color: #f8fafc;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
    backdrop-filter: blur(10px);
}

/* =========================
   HOME HERO
========================= */
.tl-home-hero {
    position: relative;
    overflow: hidden;
    padding: 84px 0 44px;
}

.tl-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: 0.35;
    pointer-events: none;
}

.tl-home-hero::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.16), transparent 68%);
    filter: blur(10px);
    pointer-events: none;
}

.tl-home-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 28px;
    align-items: center;
}

.tl-home-kicker,
.tl-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
    color: #dbeafe;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    backdrop-filter: blur(12px);
    margin-bottom: 18px;
}

.tl-home-title,
.tl-title {
    max-width: 900px;
    color: var(--text-main, #f8fafc);
    font-size: clamp(2.5rem, 4.1vw, 4.4rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
    font-weight: 950;
    margin-bottom: 20px;
}

.tl-home-subtitle,
.tl-subtitle {
    max-width: 860px;
    color: var(--text-muted, #94a3b8);
    font-size: 1.02rem;
    line-height: 1.9;
    margin-bottom: 28px;
}

.tl-home-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.tl-home-badges,
.tl-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tl-home-badges span,
.tl-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--text-main, #f8fafc);
    font-size: 14px;
    font-weight: 800;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

/* =========================
   HERO PANEL
========================= */
.tl-home-hero-panel {
    display: flex;
    justify-content: flex-end;
}

.tl-glass-card {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(9, 14, 24, 0.88));
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow:
        0 24px 70px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
}

.tl-market-panel {
    width: 100%;
    max-width: 470px;
    border-radius: 30px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.tl-market-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #22c55e, #3b82f6, #8b5cf6);
}

.tl-panel-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.tl-panel-label {
    color: var(--text-main, #f8fafc);
    font-size: 14px;
    font-weight: 900;
}

.tl-panel-status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.18);
    color: #86efac;
    font-size: 12px;
    font-weight: 900;
}

.tl-panel-price strong {
    display: block;
    color: var(--text-main, #f8fafc);
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.tl-panel-price p {
    color: var(--text-muted, #94a3b8);
    line-height: 1.8;
    font-size: 0.97rem;
    margin-bottom: 20px;
}

.tl-panel-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.tl-mini-stat {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    text-align: center;
}

.tl-mini-stat span {
    display: block;
    color: var(--text-muted, #94a3b8);
    font-size: 12px;
    margin-bottom: 7px;
}

.tl-mini-stat strong {
    color: var(--text-main, #f8fafc);
    font-size: 0.96rem;
    font-weight: 900;
}

.tl-signal-preview {
    display: grid;
    gap: 12px;
}

.tl-signal-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.07);
}

.tl-signal-line span {
    color: var(--text-muted, #94a3b8);
    font-size: 14px;
}

.tl-signal-line strong {
    color: var(--text-main, #f8fafc);
    font-size: 14px;
    font-weight: 900;
    text-align: right;
}

/* =========================
   METRICS STRIP
========================= */
.tl-home-metrics {
    padding: 0 0 16px;
}

.tl-metrics-strip,
.tl-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.tl-metric-box,
.tl-metric-card {
    padding: 22px 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.14);
}

.tl-metric-box strong,
.tl-metric-card strong {
    display: block;
    color: var(--text-main, #f8fafc);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.tl-metric-box span,
.tl-metric-card span {
    color: var(--text-muted, #94a3b8);
    font-size: 14px;
    line-height: 1.7;
}

/* =========================
   GENERIC HERO
========================= */
.tl-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    background:
        radial-gradient(circle at 10% 18%, rgba(34,197,94,0.08), transparent 24%),
        radial-gradient(circle at 88% 12%, rgba(59,130,246,0.08), transparent 22%),
        linear-gradient(180deg, rgba(8,12,18,0.72) 0%, rgba(5,7,11,0.28) 100%);
}

.tl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 42px 42px;
}

.tl-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1120px;
}

/* =========================
   SECTIONS
========================= */
.tl-section {
    position: relative;
    padding: 78px 0;
}

.tl-section-head {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.tl-section-head span {
    display: inline-block;
    margin-bottom: 12px;
    color: #93c5fd;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tl-section-head h2 {
    color: var(--text-main, #f8fafc);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.045em;
    margin-bottom: 12px;
}

.tl-section-head p {
    color: var(--text-muted, #94a3b8);
    font-size: 1rem;
    line-height: 1.85;
}

.tl-grid-two {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 24px;
    align-items: start;
}

/* =========================
   CARDS
========================= */
.tl-card,
.tl-mini-card,
.tl-pillar-card,
.tl-feature-card,
.tl-step-card,
.tl-faq-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 16px 40px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.03);
    backdrop-filter: blur(10px);
}

.tl-card {
    padding: 30px;
    border-radius: 28px;
}

.tl-card-large h2 {
    color: var(--text-main, #f8fafc);
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.035em;
    margin: 10px 0 14px;
}

.tl-card p {
    color: var(--text-muted, #94a3b8);
    font-size: 1rem;
    line-height: 1.9;
}

.tl-card-kicker {
    display: inline-block;
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tl-stack {
    display: grid;
    gap: 16px;
}

.tl-mini-card {
    padding: 22px;
    border-radius: 22px;
}

.tl-mini-card strong {
    display: block;
    color: var(--text-main, #f8fafc);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 8px;
}

.tl-mini-card span {
    color: var(--text-muted, #94a3b8);
    line-height: 1.8;
    font-size: 15px;
}

/* =========================
   PILLARS / FEATURES / FAQ
========================= */
.tl-pillars-grid,
.tl-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.tl-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tl-pillar-card,
.tl-feature-card,
.tl-faq-card {
    padding: 24px 22px;
    border-radius: 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tl-card-link-wrap {
    text-decoration: none;
}

.tl-pillar-card:hover,
.tl-feature-card:hover,
.tl-step-card:hover,
.tl-faq-card:hover,
.tl-metric-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 54px rgba(0,0,0,0.24);
    border-color: rgba(96, 165, 250, 0.22);
}

.tl-pillar-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(135deg, #22c55e, #3b82f6);
    box-shadow: 0 14px 28px rgba(34, 197, 94, 0.16);
}

.tl-pillar-card h3,
.tl-feature-card h3,
.tl-faq-card h3 {
    color: var(--text-main, #f8fafc);
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}

.tl-pillar-card p,
.tl-feature-card p,
.tl-faq-card p {
    color: var(--text-muted, #94a3b8);
    font-size: 15px;
    line-height: 1.8;
}

.tl-card-link {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    color: #93c5fd;
    font-weight: 900;
    text-decoration: none;
}

.tl-card-link-wrap:hover .tl-card-link {
    color: #ffffff;
}

/* =========================
   STEPS
========================= */
.tl-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.tl-step-card {
    position: relative;
    overflow: hidden;
    padding: 24px 22px;
    border-radius: 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tl-step-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #22c55e, #3b82f6, #8b5cf6);
    opacity: 0.95;
}

.tl-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(59,130,246,0.10);
    border: 1px solid rgba(59,130,246,0.18);
    color: #93c5fd;
    font-size: 0.85rem;
    font-weight: 900;
    margin-bottom: 14px;
}

.tl-step-card h3 {
    color: var(--text-main, #f8fafc);
    font-size: 1.08rem;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 10px;
}

.tl-step-card p {
    color: var(--text-muted, #94a3b8);
    font-size: 0.95rem;
    line-height: 1.8;
}

/* =========================
   FINAL CTA
========================= */
.tl-final-box {
    position: relative;
    overflow: hidden;
    padding: 38px 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(59,130,246,0.18), transparent 28%),
        linear-gradient(135deg, #0b1220, #101827 60%, #0d1626 100%);
    color: white;
    box-shadow: 0 30px 70px rgba(0,0,0,0.34);
    text-align: center;
    border: 1px solid rgba(255,255,255,0.08);
}

.tl-final-box::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.10), transparent 70%);
}

.tl-final-badge {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.12);
    color: white;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.tl-final-box h2 {
    color: white;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
    font-weight: 950;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.tl-final-box p {
    max-width: 760px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,0.82);
    line-height: 1.85;
    position: relative;
    z-index: 1;
}

.tl-final-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* =========================
   PREMIUM LOCKED BLOCK
========================= */
.tl-premium-locked {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    background:
        radial-gradient(circle at top right, rgba(59,130,246,0.12), transparent 25%),
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.03));
}

.tl-locked-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.tl-locked-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.22);
    color: #fde68a;
    font-size: 12px;
    font-weight: 900;
}

.tl-locked-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    filter: blur(1.8px);
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
    margin-top: 24px;
}

.tl-locked-item {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
}

.tl-locked-item strong {
    display: block;
    color: var(--text-main, #f8fafc);
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 8px;
}

.tl-locked-item span {
    color: var(--text-muted, #94a3b8);
    font-size: 14px;
    line-height: 1.75;
}

.tl-locked-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px;
    text-align: center;
    background: linear-gradient(180deg, rgba(5,8,14,0.18), rgba(5,8,14,0.72), rgba(5,8,14,0.88));
}

.tl-lock-icon {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 30px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.tl-locked-overlay h3 {
    color: #ffffff;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 950;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.tl-locked-overlay p {
    max-width: 620px;
    color: rgba(255,255,255,0.78);
    line-height: 1.85;
    margin-bottom: 18px;
}

/* =========================
   PAGE SPECIFIC HEROES
========================= */
.tl-home-hero-lab {
    background:
        radial-gradient(circle at 12% 18%, rgba(59, 130, 246, 0.16), transparent 24%),
        radial-gradient(circle at 86% 14%, rgba(34, 197, 94, 0.14), transparent 22%),
        radial-gradient(circle at 50% 76%, rgba(168, 85, 247, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(7, 10, 18, 0.98) 0%, rgba(8, 12, 20, 0.94) 48%, rgba(5, 8, 14, 1) 100%);
}

.tl-home-hero-lab .tl-home-kicker {
    background: rgba(59, 130, 246, 0.10);
    border-color: rgba(59, 130, 246, 0.24);
    color: #bfdbfe;
}

.tl-hero-psychology {
    background:
        radial-gradient(circle at 12% 18%, rgba(168, 85, 247, 0.16), transparent 24%),
        radial-gradient(circle at 86% 14%, rgba(59, 130, 246, 0.14), transparent 22%),
        radial-gradient(circle at 52% 78%, rgba(34, 197, 94, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(7, 10, 18, 0.96) 0%, rgba(8, 12, 20, 0.92) 45%, rgba(5, 8, 14, 0.98) 100%);
}

.tl-hero-psychology .tl-kicker {
    background: rgba(168, 85, 247, 0.10);
    border-color: rgba(168, 85, 247, 0.24);
    color: #e9d5ff;
}

.tl-hero-risk-premium {
    background:
        radial-gradient(circle at 14% 20%, rgba(34, 197, 94, 0.16), transparent 24%),
        radial-gradient(circle at 84% 14%, rgba(59, 130, 246, 0.14), transparent 22%),
        radial-gradient(circle at 52% 78%, rgba(245, 158, 11, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(7, 10, 18, 0.96) 0%, rgba(8, 12, 20, 0.92) 45%, rgba(5, 8, 14, 0.98) 100%);
}

.tl-hero-risk-premium .tl-kicker {
    background: rgba(34, 197, 94, 0.10);
    border-color: rgba(34, 197, 94, 0.24);
    color: #bbf7d0;
}

.tl-hero-structure-premium {
    background:
        radial-gradient(circle at 12% 18%, rgba(59, 130, 246, 0.16), transparent 24%),
        radial-gradient(circle at 86% 14%, rgba(34, 197, 94, 0.14), transparent 22%),
        radial-gradient(circle at 52% 78%, rgba(168, 85, 247, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(7, 10, 18, 0.96) 0%, rgba(8, 12, 20, 0.92) 45%, rgba(5, 8, 14, 0.98) 100%);
}

.tl-hero-structure-premium .tl-kicker {
    background: rgba(59, 130, 246, 0.10);
    border-color: rgba(59, 130, 246, 0.24);
    color: #bfdbfe;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1150px) {
    .tl-home-hero-inner,
    .tl-grid-two {
        grid-template-columns: 1fr;
    }

    .tl-home-hero-panel {
        justify-content: flex-start;
    }

    .tl-pillars-grid,
    .tl-feature-grid,
    .tl-steps-grid,
    .tl-metrics-strip,
    .tl-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .tl-pillars-grid,
    .tl-feature-grid,
    .tl-steps-grid,
    .tl-metrics-strip,
    .tl-metrics-grid,
    .tl-faq-grid,
    .tl-locked-grid {
        grid-template-columns: 1fr;
    }

    .tl-card {
        padding: 24px;
        border-radius: 22px;
    }

    .tl-home-title,
    .tl-title {
        font-size: 2.4rem;
    }

    .tl-market-panel {
        max-width: 100%;
    }

    .tl-premium-locked {
        min-height: 520px;
    }
}

@media (max-width: 768px) {
    .tl-home-hero,
    .tl-hero {
        padding: 72px 0 32px;
    }

    .tl-section {
        padding: 60px 0;
    }

    .tl-home-title,
    .tl-title {
        font-size: 2rem;
        line-height: 1.02;
    }

    .tl-home-subtitle,
    .tl-subtitle {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .tl-home-actions,
    .tl-final-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tl-home-actions .cta-btn,
    .tl-home-actions .secondary-btn,
    .tl-final-actions .cta-btn,
    .tl-final-actions .secondary-btn {
        width: 100%;
        justify-content: center;
    }

    .tl-panel-stats {
        grid-template-columns: 1fr;
    }

    .tl-signal-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .tl-signal-line strong {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .tl-market-panel,
    .tl-card,
    .tl-mini-card,
    .tl-pillar-card,
    .tl-feature-card,
    .tl-step-card,
    .tl-faq-card,
    .tl-metric-card,
    .tl-metric-box {
        border-radius: 18px;
    }

    .tl-home-badges,
    .tl-badges {
        flex-direction: column;
        align-items: flex-start;
    }
}