/* ============================================================
   Homepage sections (site shell + nav live in app.css)
   ============================================================ */

/* ---- Section system ---- */
.home-section {
    padding: 4rem 0;
}

.home-section.alt {
    background: rgba(20, 24, 36, 0.4);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.section-head {
    margin-bottom: 2.5rem;
}

.section-head.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
}

.section-head h2 {
    font-size: clamp(1.625rem, 3.5vw, 2.125rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0.5rem 0 0;
}

.section-head p {
    color: var(--muted);
    margin: 0.75rem 0 0;
    line-height: 1.65;
    font-size: 1rem;
}

.section-label.center { justify-content: center; width: 100%; }

/* ---- Platform intro ---- */
.platform-intro {
    padding: 3rem 0;
    border-bottom: 1px solid var(--border);
    background: rgba(20, 24, 36, 0.25);
}

html[data-theme="light"] .platform-intro {
    background: rgba(255, 255, 255, 0.5);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 900px) {
    .intro-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

.intro-copy h2 {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0.5rem 0 1rem;
}

.intro-copy p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 0.9375rem;
    margin: 0 0 1rem;
}

.intro-note {
    font-size: 0.875rem !important;
    padding-left: 1rem;
    border-left: 2px solid var(--cyan);
    margin-bottom: 0 !important;
}

.intro-pillars {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.intro-pillar {
    padding: 1.125rem 1.25rem;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 0.875rem;
}

.intro-pillar .pillar-icon {
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0.5rem;
}

.intro-pillar h3 {
    margin: 0 0 0.375rem;
    font-size: 0.9375rem;
    font-weight: 700;
}

.intro-pillar p {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--muted);
    line-height: 1.55;
}

/* ---- Hero ---- */
.hero-premium {
    padding: 3rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

.hero-content { max-width: 36rem; }

@media (min-width: 1024px) {
    .hero-content { max-width: none; }
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin: 0 0 1.25rem;
}

.hero-title .gradient-text {
    background: linear-gradient(135deg, #00F0FF 0%, #00FF88 60%, #C9A962 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.0625rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    font-size: 0.8125rem;
    color: var(--muted);
}

.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

/* Hero dashboard panel */
.hero-panel {
    background: linear-gradient(160deg, rgba(24, 30, 50, 0.95), rgba(12, 16, 28, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.hero-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.hero-panel-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    margin-bottom: 1rem;
}

.hero-stat-box {
    background: rgba(11, 14, 26, 0.6);
    border: 1px solid var(--border);
    border-radius: 0.625rem;
    padding: 0.75rem;
}

.hero-stat-box .lbl {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
}

.hero-stat-box .val {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.hero-stat-box .val.up { color: var(--mint); }

.hero-chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 120px;
    padding: 0.75rem;
    background: rgba(11, 14, 26, 0.5);
    border-radius: 0.75rem;
    border: 1px solid var(--border);
    margin-bottom: 0.75rem;
}

.hero-chart-bars span {
    flex: 1;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, rgba(0, 240, 255, 0.7), rgba(0, 240, 255, 0.08));
    min-height: 20%;
}

.hero-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    font-size: 0.6875rem;
    color: var(--muted);
}

.hero-legend i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
}

/* ---- Market dashboard ---- */
.market-dashboard {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 1024px) {
    .market-dashboard {
        grid-template-columns: 1.6fr 1fr;
        align-items: stretch;
    }
}

.premium-card {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 1.125rem;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.premium-card-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.premium-card-header h3 {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
}

.premium-card-header p {
    margin: 0.25rem 0 0;
    font-size: 0.75rem;
    color: var(--muted);
}

.chart-tabs {
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
    background: rgba(11, 14, 26, 0.7);
    border: 1px solid var(--border);
    border-radius: 0.5rem;
}

.chart-tab {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--muted);
    background: transparent;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s;
}

.chart-tab.active,
.chart-tab:hover {
    background: rgba(0, 240, 255, 0.12);
    color: var(--cyan);
}

.chart-wrap {
    position: relative;
    height: 260px;
    flex: 1;
    min-height: 220px;
}

.chart-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.chart-stat .label {
    display: block;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-bottom: 0.25rem;
}

.chart-stat .value {
    font-size: 0.9375rem;
    font-weight: 600;
}

.market-table-wrap {
    flex: 1;
    overflow-y: auto;
    max-height: 380px;
    margin: 0 -0.25rem;
}

.market-table {
    width: 100%;
    border-collapse: collapse;
}

.market-table th {
    text-align: left;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    background: rgba(12, 16, 28, 0.98);
}

.market-table td {
    padding: 0.625rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    vertical-align: middle;
}

.market-table tr:hover td { background: rgba(0, 240, 255, 0.03); }

.asset-cell {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.coin-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
}

.coin-icon-placeholder {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 240, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--cyan);
    flex-shrink: 0;
}

/* ---- News ---- */
.news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .news-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .news-grid { grid-template-columns: repeat(3, 1fr); }
}

.news-card {
    display: flex;
    flex-direction: column;
    background: linear-gradient(160deg, rgba(22, 27, 45, 0.85), rgba(12, 16, 28, 0.92));
    border: 1px solid var(--border);
    border-radius: 1rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    height: 100%;
    position: relative;
}

.news-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 240, 255, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.news-card-image {
    height: 130px;
    background: linear-gradient(135deg, rgba(0,240,255,0.08), rgba(201,169,98,0.06));
    background-size: cover;
    background-position: center;
    position: relative;
    flex-shrink: 0;
}

.news-tag {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.2rem 0.5rem;
    background: rgba(11, 14, 26, 0.85);
    border: 1px solid var(--border);
    border-radius: 99px;
    color: var(--cyan);
}

.news-card-body {
    padding: 1.125rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.news-title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.45;
    flex: 1;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read {
    font-size: 0.8125rem;
    color: var(--cyan);
    margin-top: 0.75rem;
    font-weight: 500;
}

/* ---- Pricing ---- */
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: stretch;
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .pricing-grid { grid-template-columns: repeat(3, 1fr); }
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    background: linear-gradient(160deg, rgba(22, 27, 45, 0.8), rgba(11, 14, 26, 0.95));
    border: 1px solid var(--border);
    border-radius: 1.125rem;
    height: 100%;
}

.pricing-featured {
    border-color: rgba(201, 169, 98, 0.35);
    background: linear-gradient(160deg, rgba(201, 169, 98, 0.08), rgba(11, 14, 26, 0.98));
    box-shadow: 0 0 0 1px rgba(201, 169, 98, 0.1), 0 20px 50px rgba(0, 0, 0, 0.3);
}

.pricing-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.25rem 0.875rem;
    background: linear-gradient(135deg, #C9A962, #E8D5A3);
    color: #0B0E1A;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 99px;
    white-space: nowrap;
}

.pricing-name { font-size: 1.125rem; font-weight: 700; margin: 0 0 0.375rem; }
.pricing-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.5; margin: 0 0 1.25rem; }

.pricing-price {
    display: flex;
    align-items: baseline;
    gap: 0.125rem;
    margin-bottom: 1.25rem;
}

.pricing-price .currency { font-size: 1.125rem; color: var(--gold-premium); font-weight: 600; }
.pricing-price .amount { font-size: 2.5rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.pricing-price .period { font-size: 0.875rem; color: var(--muted); margin-left: 0.25rem; }

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex: 1;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.4375rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.pricing-features li svg { color: var(--mint); flex-shrink: 0; margin-top: 2px; }

.pricing-card .btn-premium,
.pricing-card .btn-secondary { width: 100%; justify-content: center; margin-top: auto; }

/* ---- Traders row ---- */
.traders-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .traders-grid { grid-template-columns: repeat(3, 1fr); }
}

.trader-card-premium {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.trader-card-premium .btn-secondary { margin-top: auto; }

.trader-avatar-lg {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(0,240,255,0.15), rgba(201,169,98,0.1));
    border: 1px solid rgba(201, 169, 98, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--gold-premium);
    flex-shrink: 0;
}

.trader-card-top .trader-photo-lg {
    border-color: rgba(201, 169, 98, 0.25);
}

.trader-card-top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.metric-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
}

.metric-box {
    padding: 0.75rem;
    background: rgba(11, 14, 26, 0.5);
    border: 1px solid var(--border);
    border-radius: 0.5rem;
}

.metric-label {
    display: block;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted);
    margin-bottom: 0.25rem;
}

.metric-value {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 0.9375rem;
}

/* ---- Reviews ---- */
.review-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.75rem;
}

.review-summary .stars {
    color: var(--gold-premium);
    font-size: 1.125rem;
    letter-spacing: 0.12em;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

.review-card {
    padding: 1.5rem;
    background: linear-gradient(160deg, rgba(22, 27, 45, 0.7), rgba(12, 16, 28, 0.9));
    border: 1px solid var(--border);
    border-radius: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-stars { color: var(--gold-premium); font-size: 0.8125rem; letter-spacing: 0.08em; margin-bottom: 0.875rem; }

.review-text {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    flex: 1;
    font-style: italic;
    margin-bottom: 1rem;
}

.review-author { display: flex; align-items: center; gap: 0.75rem; margin-top: auto; }

.review-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    background: rgba(0, 240, 255, 0.1);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--cyan);
    flex-shrink: 0;
}

.review-name { font-weight: 600; font-size: 0.875rem; }
.review-role { font-size: 0.75rem; color: var(--muted); margin-top: 0.125rem; }

.verified-badge-sm {
    font-size: 0.625rem;
    font-weight: 600;
    color: var(--mint);
    background: rgba(0, 255, 136, 0.1);
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    margin-left: 0.25rem;
}

/* ---- Stats & CTA ---- */
.stats-banner {
    padding: 3.5rem 0;
    background: linear-gradient(180deg, rgba(201, 169, 98, 0.05), transparent);
    border-top: 1px solid rgba(201, 169, 98, 0.1);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .stats-grid { grid-template-columns: repeat(4, 1fr); }
}

.stat-premium { text-align: center; }

.stat-premium .stat-num {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: -0.02em;
}

.stat-premium .stat-label {
    font-size: 0.8125rem;
    color: var(--muted);
    margin-top: 0.375rem;
}

.cta-premium {
    padding: 5rem 0;
    text-align: center;
    position: relative;
}

.cta-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(201, 169, 98, 0.1), transparent);
    pointer-events: none;
}

.cta-inner { position: relative; z-index: 1; max-width: 36rem; margin: 0 auto; }

.cta-inner h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 1rem;
}

.cta-inner p {
    color: var(--muted);
    font-size: 1.0625rem;
    line-height: 1.6;
    margin: 0 0 2rem;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

/* ---- Buttons (homepage sizing; base in app.css) ---- */

/* ---- Video ---- */
.premium-video {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(201, 169, 98, 0.12);
}

.video-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    color: var(--muted);
}

/* ---- Glow orbs ---- */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    opacity: 0.45;
}

.hero-glow-1 { width: 480px; height: 480px; background: rgba(0, 240, 255, 0.1); top: -180px; left: 20%; }
.hero-glow-2 { width: 320px; height: 320px; background: rgba(0, 255, 136, 0.06); bottom: 0; right: 5%; }
.hero-glow-3 { width: 280px; height: 280px; background: rgba(201, 169, 98, 0.07); top: 40%; left: -5%; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem 0.375rem 0.5rem;
    background: rgba(0, 240, 255, 0.06);
    border: 1px solid rgba(0, 240, 255, 0.15);
    border-radius: 99px;
    font-size: 0.8125rem;
    color: var(--muted);
    margin-bottom: 1.25rem;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--mint);
    border-radius: 50%;
    animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* ---- Homepage live support ---- */
.support-home {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: stretch;
}

@media (min-width: 900px) {
    .support-home {
        grid-template-columns: 1.4fr 1fr;
    }
}

.support-home-card {
    padding: 0;
    overflow: hidden;
}

.support-home-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0;
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid var(--border);
}

.support-home-header h3 {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
}

.support-home-header p {
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
    color: var(--muted);
}

.support-home-aside {
    display: flex;
    flex-direction: column;
}

.support-tip-card {
    height: 100%;
    padding: 1.5rem;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 1.125rem;
}

.support-tip-card h4 {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 700;
}

.support-tip-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.support-tip-card li {
    position: relative;
    padding: 0.4375rem 0 0.4375rem 1.25rem;
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.support-tip-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--mint);
    font-weight: 700;
}

.support-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border);
}

.support-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: var(--cyan);
    text-decoration: none;
    font-weight: 500;
}

.support-contact-item:hover { text-decoration: underline; }

.support-home-card .live-support-panel-inline {
    border-radius: 0 0 1.125rem 1.125rem;
}

html[data-theme="light"] .hero-panel,
html[data-theme="light"] .news-card,
html[data-theme="light"] .pricing-card,
html[data-theme="light"] .review-card {
    border-color: var(--border);
}

html[data-theme="light"] .hero-panel {
    background: var(--card-bg);
    box-shadow: var(--shadow-soft);
}

html[data-theme="light"] .market-table th {
    background: rgba(255, 255, 255, 0.98);
}

/* ---- Mobile polish ---- */
@media (max-width: 767px) {
    .home-section { padding: 3rem 0; }
    .chart-stats { grid-template-columns: 1fr; }
    .hero-panel-stats { grid-template-columns: 1fr 1fr; }
    .hero-panel-stats > :last-child { grid-column: span 2; }
    .hero-title { font-size: clamp(1.75rem, 8vw, 2.25rem); }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn-premium,
    .hero-actions .btn-secondary { width: 100%; justify-content: center; }
    .trust-row { flex-direction: column; gap: 0.5rem; }
    .market-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-height: none;
    }
    .market-table { min-width: 320px; }
    .chart-wrap { height: 220px; min-height: 200px; }
    .live-support-panel-inline { min-height: 340px; }
    .cta-buttons { flex-direction: column; width: 100%; max-width: 20rem; margin: 0 auto; }
    .cta-buttons .btn-premium,
    .cta-buttons .btn-secondary { width: 100%; }
    .pricing-grid { padding-top: 1.25rem; }
    .news-grid { gap: 1rem; }
    .reviews-grid { gap: 1rem; }
    .stats-grid { gap: 1rem; }
    .section-head h2 { font-size: 1.5rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .market-dashboard {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .hero-grid {
        gap: 2rem;
    }

    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-grid > :last-child {
        grid-column: span 2;
        max-width: 24rem;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .site-container { padding-left: 1rem; padding-right: 1rem; }
    .hero-premium { padding: 2rem 0 2.5rem; }
    .hero-glow-1 { width: 280px; height: 280px; left: 0; }
    .pricing-price .amount { font-size: 2rem; }
}
