/* =========================================================
   VELWOLEF — STYLE.CSS
   Couche globale cohérente dark premium
========================================================= */

/* =========================
   GLOBAL HELPERS
========================= */
.text-main {
    color: var(--text-main) !important;
}

.text-soft {
    color: var(--text-soft) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-red {
    color: var(--red) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.text-center {
    text-align: center;
}

.w-full {
    width: 100%;
}

/* =========================
   GLOBAL BUTTONS
========================= */
.primary-link-btn,
.upgrade-btn,
.hero-btn-primary,
.pricing-btn.premium-btn,
.pricing-btn.vip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    transition: all 0.22s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.primary-link-btn,
.upgrade-btn {
    color: #ffffff;
    background: linear-gradient(135deg, var(--green), var(--blue));
    box-shadow: 0 16px 34px rgba(34, 197, 94, 0.22);
}

.primary-link-btn:hover,
.upgrade-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(34, 197, 94, 0.28);
}

.hero-btn-secondary,
.dashboard-secondary-btn,
.light-btn,
.white-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    transition: all 0.22s ease;
}

.hero-btn-secondary,
.dashboard-secondary-btn,
.light-btn {
    color: var(--text-main);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(10px);
}

.white-outline-btn {
    background: transparent;
    color: var(--text-main);
    border: 1px solid rgba(255,255,255,0.18);
}

.hero-btn-secondary:hover,
.dashboard-secondary-btn:hover,
.light-btn:hover,
.white-outline-btn:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.08);
}

/* =========================
   BADGES / PILLS
========================= */
.hero-badge,
.proof-badge,
.signal-status,
.status-pill,
.panel-badge,
.rs-pill,
.rs-stat-tag,
.badge-top {
    backdrop-filter: blur(10px);
}

.hero-badge,
.proof-badge,
.panel-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.hero-badge {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: #dbeafe;
}

.proof-badge,
.panel-badge {
    background: rgba(59,130,246,0.10);
    border: 1px solid rgba(59,130,246,0.18);
    color: #93c5fd;
}

/* =========================
   STATUS PILLS
========================= */
.signal-status,
.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.signal-status.buy,
.status-pill.win,
.status-win {
    background: rgba(34,197,94,0.14);
    color: #86efac;
    border: 1px solid rgba(34,197,94,0.20);
}

.signal-status.sell,
.status-pill.loss,
.status-loss {
    background: rgba(239,68,68,0.14);
    color: #fca5a5;
    border: 1px solid rgba(239,68,68,0.20);
}

.status-pill.open,
.status-open,
.signal-status.neutral {
    background: rgba(59,130,246,0.12);
    color: #93c5fd;
    border: 1px solid rgba(59,130,246,0.20);
}

.text-buy {
    color: #4ade80 !important;
    font-weight: 900;
}

.text-sell {
    color: #f87171 !important;
    font-weight: 900;
}

/* =========================
   SHARED CARDS
========================= */
.home-stat-card,
.market-card,
.feature-home-card,
.preview-link-card,
.market-news-card,
.proof-box,
.pricing-card,
.rs-panel,
.rs-side-card,
.rs-card,
.tl-card,
.tl-mini-card,
.tl-pillar-card,
.tl-feature-card,
.ac-feature-card,
.ac-contact-form-card,
.ac-contact-info,
.btc-signals-table-wrap,
.faq-item {
    box-shadow: var(--shadow-sm);
}

.home-stat-card,
.market-card,
.feature-home-card,
.preview-link-card,
.market-news-card,
.rs-panel,
.rs-side-card,
.rs-card,
.tl-card,
.tl-mini-card,
.tl-pillar-card,
.tl-feature-card,
.ac-feature-card,
.ac-contact-form-card,
.ac-contact-info,
.faq-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
}

.home-stat-card:hover,
.market-card:hover,
.feature-home-card:hover,
.preview-link-card:hover,
.market-news-card:hover,
.rs-card:hover,
.tl-pillar-card:hover,
.tl-feature-card:hover,
.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

/* =========================
   PROOF BOX
========================= */
.proof-box {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 34px;
    backdrop-filter: blur(12px);
}

.proof-left h2 {
    color: var(--text-main);
    font-size: 38px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.proof-left p {
    color: var(--text-muted);
    line-height: 1.8;
}

.proof-right {
    display: grid;
    gap: 14px;
}

.proof-mini-card {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.proof-mini-card strong {
    display: block;
    color: var(--text-main);
    font-size: 16px;
    margin-bottom: 6px;
}

.proof-mini-card span {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* =========================
   TABLES
========================= */
.btc-signals-table-wrap,
.history-table-wrap {
    width: 100%;
    overflow-x: auto;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    backdrop-filter: blur(10px);
}

.btc-signals-table,
.history-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

.btc-signals-table thead th,
.history-table th {
    text-align: left;
    padding: 16px 18px;
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 800;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.btc-signals-table tbody td,
.history-table td {
    padding: 16px 18px;
    color: var(--text-soft);
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.btc-signals-table tbody tr:hover,
.history-table tbody tr:hover {
    background: rgba(255,255,255,0.03);
}

.btc-signals-table tbody tr:last-child td,
.history-table tbody tr:last-child td {
    border-bottom: none;
}

.empty-table-cell,
.empty-state {
    text-align: center;
    color: var(--text-muted);
    padding: 24px !important;
}

/* =========================
   FORM ELEMENTS
========================= */
input,
textarea,
select {
    width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--text-main);
    border-radius: 14px;
    padding: 14px 16px;
    outline: none;
    transition: all 0.22s ease;
}

input::placeholder,
textarea::placeholder {
    color: var(--text-muted);
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(59,130,246,0.26);
    box-shadow: 0 0 0 3px rgba(59,130,246,0.08);
}

/* =========================
   SECTION HELPERS
========================= */
.section-kicker,
.market-updates-kicker,
.pricing-kicker,
.rs-panel-kicker,
.tl-card-kicker,
.ac-kicker {
    color: #93c5fd;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.section-heading h2,
.market-updates-header h2,
.rs-panel-head h2,
.tl-section-head h2,
.ac-section-head h2 {
    color: var(--text-main);
}

.section-heading p,
.market-updates-header p,
.rs-subtitle,
.tl-section-head p,
.ac-section-head p {
    color: var(--text-muted);
}

/* =========================
   MARKET NEWS
========================= */
.market-news-image,
.btc-news-image,
.eth-news-image {
    background: linear-gradient(135deg, rgba(59,130,246,0.08), rgba(139,92,246,0.08));
}

.market-news-image-fallback,
.btc-news-image-fallback,
.eth-news-image-fallback {
    color: var(--text-muted);
    font-weight: 800;
}

.market-news-card h3 a,
.btc-news-card h3,
.eth-news-card h3 {
    color: var(--text-main);
}

.market-news-card p,
.btc-news-card p,
.eth-news-card p {
    color: var(--text-muted);
}

/* =========================
   RESULTS HELPERS
========================= */
.rs-pill {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--text-main);
    box-shadow: var(--shadow-sm);
}

.rs-pill:hover {
    background: rgba(255,255,255,0.08);
}

.rs-pill.active {
    background: linear-gradient(135deg, var(--green), var(--blue));
    color: #ffffff;
    border-color: transparent;
}

.rs-pill-secondary.active {
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.rs-strip-card,
.rs-metric {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.rs-strip-card span,
.rs-metric span,
.rs-card-date {
    color: var(--text-muted);
}

.rs-strip-card strong,
.rs-metric strong,
.rs-card-head strong,
.rs-card-head h3 {
    color: var(--text-main);
}

.rs-badge-asset {
    background: rgba(59,130,246,0.10);
    color: #93c5fd;
}

/* =========================
   CONTACT / ABOUT HELPERS
========================= */
.ac-contact-item,
.ac-contact-note,
.ac-form-group,
.ac-feature-card {
    background: transparent;
}

.ac-contact-item strong,
.ac-contact-note h3,
.ac-feature-card h3,
.ac-contact-form-card h2,
.ac-contact-info h2 {
    color: var(--text-main);
}

.ac-contact-item span,
.ac-contact-note p,
.ac-feature-card p,
.ac-form-text {
    color: var(--text-muted);
}

.ac-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(135deg, var(--green), var(--blue));
    color: white;
    font-weight: 900;
    cursor: pointer;
    transition: 0.22s ease;
    box-shadow: 0 14px 28px rgba(34,197,94,0.18);
}

.ac-submit-btn:hover {
    transform: translateY(-2px);
}

/* =========================
   TRADING LAB HELPERS
========================= */
.tl-final-box {
    background: linear-gradient(135deg, #0b1220, #111827);
    box-shadow: var(--shadow-lg);
}

.tl-final-box h2,
.tl-final-box p,
.tl-final-badge {
    color: #ffffff;
}

/* =========================
   INNER PAGE GENERIC
========================= */
.inner-hero,
.rs-hero,
.tl-hero,
.ac-hero {
    position: relative;
    overflow: hidden;
}

.inner-hero::before,
.rs-hero::before,
.tl-hero::before,
.ac-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;
}

/* =========================
   SPACING UTILITIES
========================= */
.mt-8 { margin-top: 8px; }
.mt-12 { margin-top: 12px; }
.mt-16 { margin-top: 16px; }
.mt-20 { margin-top: 20px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }

.mb-8 { margin-bottom: 8px; }
.mb-12 { margin-bottom: 12px; }
.mb-16 { margin-bottom: 16px; }
.mb-20 { margin-bottom: 20px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
    .proof-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .proof-left h2 {
        font-size: 30px;
    }

    .proof-box {
        padding: 24px;
        border-radius: 22px;
    }
}

@media (max-width: 640px) {
    .primary-link-btn,
    .upgrade-btn,
    .hero-btn-primary,
    .hero-btn-secondary,
    .dashboard-secondary-btn,
    .ac-submit-btn {
        width: 100%;
    }

    .proof-left h2 {
        font-size: 26px;
    }
}


.social-proof-section {
    position: relative;
    padding: 90px 0;
}

.social-proof-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.social-proof-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.10);
    border: 1px solid rgba(96, 165, 250, 0.18);
}

.social-proof-header h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    color: #fff;
}

.social-proof-header p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 1.02rem;
    line-height: 1.7;
}

.social-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.social-proof-card {
    padding: 28px;
    border-radius: 24px;
    background: rgba(8, 15, 30, 0.72);
    border: 1px solid rgba(96, 165, 250, 0.14);
    box-shadow: 0 20px 50px rgba(0,0,0,0.22);
    backdrop-filter: blur(14px);
}

.social-proof-stars {
    margin-bottom: 16px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    color: #facc15;
}

.social-proof-card p {
    margin: 0 0 22px;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    font-size: 0.98rem;
}

.social-proof-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.social-proof-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    box-shadow: 0 10px 24px rgba(59, 130, 246, 0.28);
}

.social-proof-user strong {
    display: block;
    color: #fff;
    font-size: 0.98rem;
}

.social-proof-user span {
    color: rgba(255,255,255,0.58);
    font-size: 0.9rem;
}

@media (max-width: 980px) {
    .social-proof-grid {
        grid-template-columns: 1fr;
    }
}





/* ===== LANG SWITCHER PREMIUM ===== */
.lang-switcher {
    position: relative;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.lang-btn:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-1px);
}

.lang-menu {
    position: absolute;
    top: 50px;
    right: 0;
    width: 190px;
    background: rgba(15,20,35,0.75);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 8px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.25s ease;
}

.lang-switcher:hover .lang-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #dbe3f5;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.lang-item:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.arrow {
    font-size: 12px;
    opacity: 0.7;
}

/* ===== FIX NAVBAR VISIBILITY (FORCE) ===== */

.navbar a,
.navbar button {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 800;
    transition: all 0.25s ease;
}

/* HOVER */
.navbar a:hover,
.navbar button:hover {
    color: #00e5ff !important;
}

/* UNDERLINE EFFECT */
.navbar a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #22c55e, #00ccff);
    transform: translateX(-50%);
    transition: 0.3s;
}

.navbar a:hover::after {
    width: 70%;
}