/* ═══════════════════════════════════════
   ELITES FUNDING — REVIEWS (Traders Talk)
   ═══════════════════════════════════════ */

/* Force Elementor ancestors to allow sticky */
.tt-section,
.tt-section .tt-wrap,
.tt-section .tt-right {
    overflow: visible !important;
}

/* ── Section ── */
.tt-section {
    position: relative;
    background-image: radial-gradient(rgba(255,255,255,.015) 1px, transparent 1px);
    background-size: 32px 32px;
}
.tt-orb {
    position: absolute;
    width: 45vw;
    height: 45vh;
    background: rgba(0,182,122,0.05);
    bottom: -10%;
    left: -10%;
    filter: blur(130px);
    border-radius: 50%;
    pointer-events: none;
    mix-blend-mode: screen;
}
.tt-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    gap: 48px;
    font-family: 'DM Sans', sans-serif;
}

/* ── Sticky Left Header ── */
.tt-left {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    flex: 0 0 320px;
    padding-top: 168px;
    padding-bottom: 168px;
}
.tt-left h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 6px;
    letter-spacing: -2px;
    color: #f1f5f9;
    line-height: 1.1;
}
.tt-left h2 .gt,
.tt-left .gt {
    background: linear-gradient(135deg, #9baae0 0%, #50b4f0 40%, #00e0cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}
.tt-left p {
    color: #8b95a5;
    font-size: 17px;
    margin: 0 0 20px;
}
.tt-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tt-rating .efr-stars-wrap {
    font-size: 22px;
    line-height: 1;
}
.tt-score {
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #f1f5f9;
}

/* ── Star markup (shared, half-support) ── */
.efr-stars-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0;
    line-height: 1;
}
.efr-star {
    color: #f5b50a;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
}
.efr-star-empty {
    color: rgba(245,181,10,0.22);
}
.efr-star-half {
    position: relative;
    color: rgba(245,181,10,0.22);
}
.efr-star-half::before {
    content: '★';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    color: #f5b50a;
}

/* ── Right: Stacking Cards ── */
.tt-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 168px 0;
}

.tt-card {
    position: sticky;
    margin-bottom: 20px;
    background: #0a0e14;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.25s, box-shadow 0.25s;
    box-sizing: border-box;
}
.tt-card:hover {
    border-color: rgba(80,180,240,0.25);
    box-shadow: 0 0 24px rgba(80,180,240,0.06), 0 4px 16px rgba(0,0,0,0.25);
}

/* Stacking: each card gets a higher top + z-index */
.tt-card:nth-child(1)  { top: 100px; z-index: 1;  box-shadow: 0 6px 20px rgba(0,0,0,0.24); }
.tt-card:nth-child(2)  { top: 114px; z-index: 2;  box-shadow: 0 8px 24px rgba(0,0,0,0.28); }
.tt-card:nth-child(3)  { top: 128px; z-index: 3;  box-shadow: 0 10px 28px rgba(0,0,0,0.32); }
.tt-card:nth-child(4)  { top: 142px; z-index: 4;  box-shadow: 0 12px 32px rgba(0,0,0,0.36); }
.tt-card:nth-child(5)  { top: 156px; z-index: 5;  box-shadow: 0 14px 36px rgba(0,0,0,0.40); }
.tt-card:nth-child(6)  { top: 170px; z-index: 6;  box-shadow: 0 16px 40px rgba(0,0,0,0.44); }
.tt-card:nth-child(7)  { top: 184px; z-index: 7;  box-shadow: 0 18px 44px rgba(0,0,0,0.48); }
.tt-card:nth-child(8)  { top: 198px; z-index: 8;  box-shadow: 0 20px 48px rgba(0,0,0,0.52); }
.tt-card:nth-child(9)  { top: 212px; z-index: 9;  box-shadow: 0 22px 52px rgba(0,0,0,0.56); }
.tt-card:nth-child(10) { top: 226px; z-index: 10; box-shadow: 0 24px 56px rgba(0,0,0,0.60); }
.tt-card:nth-child(n+11) { top: 240px; z-index: 11; box-shadow: 0 26px 60px rgba(0,0,0,0.64); }

.tt-card .stars {
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.tt-card .stars .efr-stars-wrap {
    font-size: 14px;
}
.tt-card .text {
    font-size: 17px;
    color: #a4aebb;
    line-height: 1.75;
    flex: 1;
}
.tt-card .footer {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tt-card .author {
    display: flex;
    align-items: center;
    gap: 8px;
}
.tt-card .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.07);
}
.tt-card .name {
    font-size: 15px;
    font-weight: 600;
    color: #f1f5f9;
}
.tt-card .date {
    font-size: 12px;
    color: rgba(140,150,168,0.55);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .tt-wrap {
        display: block;
        padding: 0 28px;
    }
    .tt-left {
        position: static;
        flex: none;
        padding: 132px 0 36px;
    }
    .tt-left h2 { font-size: 42px; }
    .tt-right {
        padding: 0 0 132px;
    }
    .tt-card { margin-bottom: 16px; }
    .tt-card:nth-child(1)  { top: 60px; }
    .tt-card:nth-child(2)  { top: 70px; }
    .tt-card:nth-child(3)  { top: 80px; }
    .tt-card:nth-child(4)  { top: 90px; }
    .tt-card:nth-child(5)  { top: 100px; }
    .tt-card:nth-child(6)  { top: 110px; }
    .tt-card:nth-child(7)  { top: 120px; }
    .tt-card:nth-child(8)  { top: 130px; }
    .tt-card:nth-child(9)  { top: 140px; }
    .tt-card:nth-child(10) { top: 150px; }
    .tt-card:nth-child(n+11) { top: 160px; }
}
@media (max-width: 640px) {
    .tt-wrap { padding: 0 16px; }
    .tt-left { padding: 0 0 28px; text-align: center; }
    .tt-left h2 { font-size: 34px; }
    .tt-left p { font-size: 16px; }
    .tt-rating { justify-content: center; }
    .tt-rating .efr-stars-wrap { font-size: 18px; }
    .tt-score { font-size: 18px; }
    .tt-right { padding: 0 0 60px; }
    .tt-card {
        padding: 20px 18px;
        margin-bottom: 16px;
        text-align: center;
    }
    .tt-card .text { font-size: 16px; }
    .tt-card .name { font-size: 14px; }
    .tt-card .avatar { width: 28px; height: 28px; }
    .tt-card .footer {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .tt-card .author { justify-content: center; }
    .tt-card:nth-child(1)  { top: 20px; }
    .tt-card:nth-child(2)  { top: 30px; }
    .tt-card:nth-child(3)  { top: 40px; }
    .tt-card:nth-child(4)  { top: 50px; }
    .tt-card:nth-child(5)  { top: 60px; }
    .tt-card:nth-child(6)  { top: 70px; }
    .tt-card:nth-child(7)  { top: 80px; }
    .tt-card:nth-child(8)  { top: 90px; }
    .tt-card:nth-child(9)  { top: 100px; }
    .tt-card:nth-child(10) { top: 110px; }
    .tt-card:nth-child(n+11) { top: 120px; }
}
