/* =====================================================
   THE TRADER LAB
   PRODUCT / INDICADOR
===================================================== */

.tl-indicador-page {
    background: #08090c;
    color: #ffffff;
    min-height: 100vh;
    padding: 30px 20px 100px;
}

.tl-indicador-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =====================================================
   BREADCRUMB
===================================================== */

.tl-indicador-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 35px;
    color: #707681;
    font-size: 12px;
}

.tl-indicador-breadcrumb a {
    color: #858b96 !important;
    text-decoration: none !important;
}

.tl-indicador-breadcrumb a:hover {
    color: #4d91ff !important;
}


/* =====================================================
   HERO
===================================================== */

.tl-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    align-items: center;
    margin-bottom: 35px;
}

.tl-product-info {
    min-width: 0;
}

.tl-product-platform {
    color: #4d91ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.tl-product-title {
    color: #ffffff !important;
    font-size: clamp(40px, 5vw, 68px) !important;
    font-weight: 700 !important;
    letter-spacing: -2px;
    line-height: 1 !important;
    margin: 0 0 22px !important;
}

.tl-product-description {
    color: #a6abb5;
    font-size: 16px;
    line-height: 1.75;
    max-width: 650px;
}

.tl-product-description p {
    margin-bottom: 12px;
}

.tl-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.tl-product-category,
.tl-product-access {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.tl-product-category {
    background: #171a20;
    border: 1px solid #292d35;
    color: #aeb4bf;
}

.tl-product-access.free {
    background: #287cff;
    border: 1px solid #287cff;
    color: #ffffff;
}

.tl-product-access.vip {
    background: #7c3aed;
    border: 1px solid #7c3aed;
    color: #ffffff;
}


/* =====================================================
   HERO IMAGE
===================================================== */

.tl-product-image {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #111318;
    border: 1px solid #272b33;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
}

.tl-product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(40, 124, 255, .08),
        transparent 50%
    );
}

.tl-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tl-product-no-image {
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d91ff;
    font-weight: 700;
    letter-spacing: 1px;
}


/* =====================================================
   META
===================================================== */

.tl-product-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #111318;
    border: 1px solid #272b33;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 65px;
}

.tl-meta-item {
    padding: 20px 24px;
    border-right: 1px solid #272b33;
}

.tl-meta-item:last-child {
    border-right: none;
}

.tl-meta-item span {
    display: block;
    color: #707681;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.tl-meta-item strong {
    color: #ffffff;
    font-size: 14px;
}


/* =====================================================
   MAIN LAYOUT
===================================================== */

.tl-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 50px;
    align-items: start;
}

.tl-product-main {
    min-width: 0;
}


/* =====================================================
   SECTIONS
===================================================== */

.tl-product-section {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #20232a;
}

.tl-section-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.tl-section-heading > span {
    color: #287cff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.tl-section-heading h2 {
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}


/* =====================================================
   FEATURES
===================================================== */

.tl-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.tl-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #111318;
    border: 1px solid #242830;
    border-radius: 9px;
    padding: 14px 16px;
    color: #b8bdc7;
    font-size: 13px;
}

.tl-check {
    color: #4d91ff;
    font-weight: 700;
}


/* =====================================================
   INSTRUMENTS
===================================================== */

.tl-instruments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tl-instrument {
    min-width: 65px;
    text-align: center;
    background: #111318;
    border: 1px solid #292d35;
    border-radius: 8px;
    padding: 13px 17px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    transition: all .2s ease;
}

.tl-instrument:hover {
    border-color: #287cff;
    transform: translateY(-2px);
}


/* =====================================================
   REQUIREMENTS
===================================================== */

.tl-requirements {
    color: #a6abb5;
    font-size: 14px;
    line-height: 1.8;
}


/* =====================================================
   VIDEO
===================================================== */

.tl-video-wrapper {
    position: relative;
    overflow: hidden;
    background: #000;
    border: 1px solid #272b33;
    border-radius: 14px;
    aspect-ratio: 16 / 9;
}

.tl-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* =====================================================
   DOCUMENTATION
===================================================== */

.tl-documentation-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 17px;
    border: 1px solid #287cff;
    border-radius: 8px;
    color: #4d91ff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.tl-documentation-button:hover {
    background: #287cff;
    color: #ffffff !important;
}


/* =====================================================
   SIDEBAR
===================================================== */

.tl-product-sidebar {
    position: sticky;
    top: 30px;
}

.tl-download-card {
    background: #111318;
    border: 1px solid #292d35;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

.tl-download-label {
    color: #4d91ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tl-download-card h3 {
    color: #ffffff !important;
    font-size: 20px !important;
    margin: 0 0 8px !important;
}

.tl-download-version {
    color: #707681;
    font-size: 12px;
    margin-bottom: 22px;
}


/* =====================================================
   DOWNLOAD
===================================================== */

.tl-download-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    background: #287cff;
    border: 1px solid #287cff;
    border-radius: 8px;
    padding: 13px 15px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .25s ease;
}

.tl-download-button:hover {
    background: #1e68dc;
    border-color: #1e68dc;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.tl-vip-button {
    background: #7c3aed;
    border-color: #7c3aed;
}

.tl-vip-button:hover {
    background: #6d28d9;
    border-color: #6d28d9;
}

.tl-vip-message {
    background: #17131f;
    border: 1px solid #35214f;
    border-radius: 9px;
    padding: 15px;
    margin-bottom: 15px;
    color: #c4b5fd;
    font-size: 13px;
}

.tl-vip-message strong {
    margin-left: 5px;
}

.tl-vip-message p {
    color: #9186a5;
    font-size: 12px;
    line-height: 1.6;
    margin: 8px 0 0;
}

.tl-no-download {
    text-align: center;
    color: #707681;
    background: #17191e;
    border-radius: 8px;
    padding: 13px;
    font-size: 12px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .tl-product-hero {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tl-product-layout {
        grid-template-columns: 1fr;
    }

    .tl-product-sidebar {
        position: static;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .tl-indicador-page {
        padding: 25px 15px 70px;
    }

    .tl-product-title {
        font-size: 42px !important;
        letter-spacing: -1.5px;
    }

    .tl-product-meta {
        grid-template-columns: repeat(2, 1fr);
    }

    .tl-meta-item {
        border-right: none;
        border-bottom: 1px solid #272b33;
    }

    .tl-meta-item:nth-child(odd) {
        border-right: 1px solid #272b33;
    }

    .tl-meta-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .tl-feature-grid {
        grid-template-columns: 1fr;
    }

    .tl-product-section {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

}

@media (max-width: 450px) {

    .tl-product-meta {
        grid-template-columns: 1fr;
    }

    .tl-meta-item {
        border-right: none !important;
        border-bottom: 1px solid #272b33 !important;
    }

    .tl-meta-item:last-child {
        border-bottom: none !important;
    }

}