/* ==========================================================================
   Bitget Review Custom Style Sheet - INEHub Global Premium Theme
   ========================================================================== */

:root {
    --bg-dark: #0f111a;
    --card-bg: #161925;
    --card-hover: #1c2032;
    --accent-green: #00e676;
    --border-color: #24293e;
    --text-primary: #ffffff;
    --text-muted: #8a90a6;
    --danger-red: #ff5252;
}

body.dark-theme {
    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.review-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

/* Breadcrumb Layout */
.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 25px;
}
.breadcrumb-nav a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}
.breadcrumb-nav a:hover {
    color: var(--accent-green);
}

/* Hero Module Dynamic Design */
.hero-header-card {
    display: flex;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    margin-bottom: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.hero-left {
    background: #1c2030;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    border-right: 1px solid var(--border-color);
}

.hero-logo-box img {
    max-width: 160px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.5));
}

.rank-badge {
    margin-top: 20px;
    background: rgba(0, 230, 118, 0.1);
    color: var(--accent-green);
    border: 1px solid var(--accent-green);
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.hero-right {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-right h1 {
    font-size: 2.4rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.tagline {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

/* Dynamic Interactive Promo Bar */
.interactive-promo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #11131c;
    border: 1px solid var(--border-color);
    border-left: 4px solid var(--accent-green);
    padding: 18px 24px;
    border-radius: 8px;
    gap: 20px;
}

.promo-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.promo-details i {
    font-size: 1.8rem;
}

.promo-title {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 1px;
}

.promo-code {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-top: 2px;
}

.promo-cta-btn {
    background: var(--accent-green);
    color: #0b0c10;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.promo-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 230, 118, 0.4);
}

/* Structural Parameter Metrics Grid */
.quick-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}

.stat-box {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 22px;
    text-align: center;
    transition: background 0.3s ease;
}

.stat-box:hover {
    background: var(--card-hover);
}

.stat-box i {
    font-size: 1.6rem;
    color: var(--accent-green);
    margin-bottom: 12px;
}

.stat-box h3 {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
}

.stat-val {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.stat-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

/* Split Content Grid */
.content-split-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    margin-bottom: 40px;
    align-items: center;
}

.text-block p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.inline-aff-link {
    color: var(--accent-green);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed var(--accent-green);
}

.inline-aff-link:hover {
    border-bottom-style: solid;
}

.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.video-container-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Evaluation Parameters Sheet */
.evaluation-chart-section {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
}

.evaluation-chart-section h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 25px;
}

.evaluation-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.eval-bar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.eval-label {
    width: 220px;
    font-size: 0.95rem;
    font-weight: 600;
}

.progress-bar-container {
    flex: 1;
    background: #11131c;
    height: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00b0ff, var(--accent-green));
    border-radius: 20px;
}

.eval-score {
    width: 60px;
    text-align: right;
    font-weight: 700;
    color: var(--accent-green);
}

/* Matrix Pros and Cons Display */
.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.shadow-wrap {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: relative;
}

.pro-card h3, .con-card h3 {
    margin-top: 0;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-success { color: var(--accent-green); }
.text-danger { color: var(--danger-red); }

.pro-card ul, .con-card ul {
    padding-left: 20px;
    margin: 20px 0 20px 0;
}

.pro-card li, .con-card li {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #cbd5e1;
    font-size: 0.98rem;
}

.card-action-inject {
    margin-top: 25px;
}

.card-link-btn {
    color: var(--accent-green);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}

.card-link-btn:hover {
    gap: 10px;
}

/* Specifications Table Wrapper */
.datasheet-wrapper {
    margin-bottom: 40px;
}

.datasheet-wrapper h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.responsive-table {
    overflow-x: auto;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.specification-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--card-bg);
    text-align: left;
    font-size: 0.95rem;
}

.specification-table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
}

.specification-table tr:last-child td {
    border-bottom: none;
}

.specification-table td:first-child {
    font-weight: 600;
    width: 30%;
    background: #191c2b;
    color: #e2e8f0;
}

.specification-table td:last-child {
    color: #cbd5e1;
}

/* Deep Dive Narrative Section */
.depth-read-section h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.depth-read-section p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 40px;
}

/* Strategic Signals Promotion Hub */
.signals-hub-banner {
    background: linear-gradient(135deg, #161925 0%, #081c15 100%);
    border: 1px solid rgba(0, 230, 118, 0.3);
    border-radius: 14px;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.banner-inner h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-top: 0;
    color: #fff;
}

.banner-inner p {
    color: #cbd5e1;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 12px auto 30px auto;
    line-height: 1.6;
}

.signals-how-to {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 30px;
    max-width: 750px;
    margin: 0 auto 30px auto;
    text-align: left;
}

.signals-how-to h3 {
    margin-top: 0;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--accent-green);
}

.signals-how-to ol {
    margin: 0;
    padding-left: 20px;
}

.signals-how-to li {
    margin-bottom: 10px;
    color: #e2e8f0;
    line-height: 1.5;
}

.signals-how-to a {
    color: var(--accent-green);
    text-decoration: none;
    font-weight: 600;
}

.middle-cta-box {
    margin: 30px auto;
    max-width: 850px;
}

.banner-main-cta {
    display: block;
    background: linear-gradient(90deg, #00e676, #00b0ff);
    color: #0b0c10;
    font-weight: 800;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 230, 118, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.banner-main-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 230, 118, 0.5);
}

.signals-cta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 850px;
    margin: 0 auto;
}

.signal-btn {
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    transition: filter 0.2s ease;
}

.signal-btn:hover {
    filter: brightness(1.15);
}

.web-btn { background: #2b3044; border: 1px solid var(--border-color); }
.app-btn { background: #a4c639; color: #111; }
.tg-btn { background: #0088cc; }

/* Expert Assessment Section */
.expert-opinion-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 40px;
}

.expert-opinion-card h2 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.expert-opinion-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.binary-verdict-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.verdict-pane {
    padding: 25px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.trade-yes {
    background: rgba(0, 230, 118, 0.03);
    border-left: 4px solid var(--accent-green);
}

.trade-no {
    background: rgba(255, 82, 82, 0.03);
    border-left: 4px solid var(--danger-red);
}

.verdict-pane h4 {
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.trade-yes h4 { color: var(--accent-green); }
.trade-no h4 { color: var(--danger-red); }

.verdict-pane p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.macro-geography {
    background: #11131c;
    border: 1px solid var(--border-color);
    padding: 22px 25px;
    border-radius: 8px;
}

.macro-geography h3 {
    margin-top: 0;
    font-size: 1.15rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.macro-geography p {
    font-size: 0.98rem;
    margin: 10px 0 0 0;
    color: #cbd5e1;
}

/* Footer Operational Disclaimer */
.risk-disclaimer {
    border-top: 1px solid var(--border-color);
    padding-top: 25px;
}

.risk-disclaimer p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* ==========================================================================
   Responsive Interventions (Mobile, Tablet & Wide Screens)
   ========================================================================== */

@media (max-width: 992px) {
    .hero-header-card {
        flex-direction: column;
    }
    .hero-left {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding: 30px;
    }
    .content-split-layout {
        grid-template-columns: 1fr;
    }
    .quick-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .interactive-promo-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .promo-cta-btn {
        width: 100%;
        justify-content: center;
    }
    .pros-cons-grid, .binary-verdict-grid {
        grid-template-columns: 1fr;
    }
    .signals-cta-grid {
        grid-template-columns: 1fr;
    }
    .eval-bar-row {
        flex-wrap: wrap;
    }
    .eval-label {
        width: 100%;
        margin-bottom: 5px;
    }
    .progress-bar-container {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .quick-stats-grid {
        grid-template-columns: 1fr;
    }
    .hero-right h1 {
        font-size: 1.8rem;
    }
    .specification-table td {
        padding: 12px 15px;
    }
    .specification-table td:first-child {
        width: 40%;
    }
}