/* =========================================================
   VELWOLEF — ETH ULTRA PREMIUM DARK DESK
========================================================= */

.ethereum-page.eth-dark-page {
    --eth-bg: #060712;
    --eth-panel: rgba(12, 12, 26, 0.92);
    --eth-panel-2: rgba(17, 18, 36, 0.96);
    --eth-border: rgba(255, 255, 255, 0.08);
    --eth-border-soft: rgba(255, 255, 255, 0.05);

    --eth-text: #f8f9ff;
    --eth-text-soft: #9fa8c3;
    --eth-text-soft-2: #dcdcf7;

    --eth-main: #6d5dff;
    --eth-main-2: #8b5cf6;
    --eth-cyan: #22d3ee;
    --eth-indigo: #818cf8;

    --eth-green: #22c55e;
    --eth-red: #ef4444;
    --eth-blue: #60a5fa;
    --eth-orange: #f59e0b;

    --eth-shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
    --eth-shadow-lg: 0 30px 70px rgba(0, 0, 0, 0.55);

    background:
        radial-gradient(circle at 16% 20%, rgba(109, 93, 255, 0.12), transparent 22%),
        radial-gradient(circle at 86% 10%, rgba(139, 92, 246, 0.10), transparent 22%),
        radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.05), transparent 26%),
        #060712;
    color: var(--eth-text);
}

body.home-body::after {
    display: none !important;
}

.eth-bg-grid {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.15;
    z-index: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 42px 42px;
}

.eth-shell {
    position: relative;
    z-index: 1;
}

/* HERO */
.eth-hero {
    padding: 28px 0 46px;
    min-height: calc(100vh - 40px);
}

.eth-hero-grid {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 28px;
    align-items: start;
}

.eth-hero-left {
    padding: 26px 0 24px 8px;
}

.eth-brand-row {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.eth-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--eth-main), var(--eth-main-2));
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(109, 93, 255, 0.24);
}

.eth-brand-text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--eth-text);
}

.eth-launch-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 16px 22px;
    border-radius: 20px;
    background: rgba(255,255,255,0.07);
    border: 1px solid var(--eth-border);
    font-size: 17px;
    color: #f1f0ff;
    box-shadow: var(--eth-shadow);
    margin-bottom: 24px;
    backdrop-filter: blur(12px);
}

.eth-launch-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.95);
    color: #0b0d11;
    font-weight: 800;
    font-size: 14px;
}

.eth-hero-title {
    font-size: clamp(34px, 4.2vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 850;
    margin: 0 0 18px;
    max-width: 760px;
    color: #f8f9ff;
}

.eth-hero-subtitle {
    max-width: 760px;
    font-size: 1.04rem;
    line-height: 1.8;
    color: var(--eth-text-soft-2);
    margin: 0 0 24px;
}

.eth-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.eth-btn {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.eth-btn-primary {
    background: linear-gradient(135deg, var(--eth-main), var(--eth-main-2));
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(109, 93, 255, 0.20);
}

.eth-btn-secondary {
    background: rgba(255,255,255,0.04);
    color: #fff;
    border: 1px solid var(--eth-border);
}

.eth-hero-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.eth-hero-pill {
    padding: 18px;
    border-radius: 22px;
    background: rgba(16, 16, 32, 0.90);
    border: 1px solid var(--eth-border);
    box-shadow: var(--eth-shadow);
}

.eth-hero-pill strong {
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-size: 1rem;
}

.eth-hero-pill span {
    display: block;
    color: var(--eth-text-soft);
    line-height: 1.65;
}

.eth-hero-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--eth-border);
    box-shadow: var(--eth-shadow);
    color: var(--eth-text-soft);
    font-size: 0.95rem;
}

.eth-hero-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
}

.eth-hero-link-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--eth-border-soft);
    color: #fff;
    font-size: 11px;
}

/* RIGHT TERMINAL */
.eth-hero-right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 880px;
    padding-top: 6px;
}

.eth-terminal-card {
    width: min(100%, 430px);
    border-radius: 26px;
    background: rgba(10, 10, 22, 0.94);
    border: 1px solid var(--eth-border);
    box-shadow: var(--eth-shadow-lg);
    overflow: hidden;
    backdrop-filter: blur(14px);
}

.eth-terminal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid var(--eth-border-soft);
    background: rgba(255,255,255,0.02);
}

.eth-terminal-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.eth-terminal-logo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--eth-main), var(--eth-main-2));
    color: #ffffff;
    font-weight: 900;
    font-size: 11px;
}

.eth-terminal-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #d7dde7;
    font-size: 15px;
}

.eth-terminal-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.12);
    font-size: 10px;
    font-weight: 700;
}

.eth-terminal-body {
    padding: 18px;
}

.eth-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.eth-stat-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.eth-stat-box,
.eth-panel-card,
.eth-watchlist-card {
    background: var(--eth-panel-2);
    border: 1px solid var(--eth-border-soft);
    border-radius: 16px;
}

.eth-stat-box {
    padding: 14px 12px;
}

.eth-stat-box-main {
    box-shadow: 0 0 0 1px rgba(109, 93, 255, 0.12), 0 16px 34px rgba(109, 93, 255, 0.10);
}

.eth-stat-label,
.eth-panel-title {
    color: #7d8795;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.eth-stat-value-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.eth-stat-value {
    font-size: 27px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #f8f9ff;
}

.eth-stat-value.small {
    font-size: 20px;
}

.eth-sub-value {
    margin-top: 6px;
    font-size: 11px;
    color: #8a93a2;
}

.eth-delta {
    font-size: 12px;
}

.eth-delta.up {
    color: var(--eth-green);
}

.eth-delta.down {
    color: var(--eth-red);
}

.eth-mid-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 12px;
    margin-bottom: 12px;
}

.eth-panel-card {
    padding: 14px;
}

.eth-gauge-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 132px;
    position: relative;
}

.eth-gauge-arc {
    width: 140px;
    height: 70px;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
    border: 8px solid transparent;
    border-bottom: 0;
    background: conic-gradient(from 180deg, #ff5f45 0deg, #f59e0b 58deg, #22c55e 160deg, #22c55e 180deg);
    -webkit-mask: radial-gradient(circle at 50% 100%, transparent 52%, #000 53%);
            mask: radial-gradient(circle at 50% 100%, transparent 52%, #000 53%);
}

.eth-gauge-needle {
    position: absolute;
    bottom: 34px;
    width: 4px;
    height: 58px;
    background: #e5e7eb;
    transform-origin: bottom center;
    transform: rotate(27deg);
    border-radius: 999px;
    box-shadow: 0 0 10px rgba(255,255,255,0.25);
}

.eth-gauge-needle::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.eth-gauge-score {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #d7dde7;
}

.eth-gauge-score strong {
    display: block;
    font-size: 24px;
    color: var(--eth-green);
}

.eth-legend-bar {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--eth-orange) 34%, var(--eth-blue) 34% 64%, #2c313b 64%);
    margin: 10px 0 14px;
}

.eth-legend-list {
    display: grid;
    gap: 11px;
    margin-top: 14px;
}

.eth-legend-item {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 8px;
    color: #c9d0db;
    font-size: 13px;
}

.legend-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.eth-dot-1 { background: var(--eth-orange); }
.eth-dot-2 { background: var(--eth-blue); }
.eth-dot-3 { background: #2c313b; }

.eth-soft {
    color: #8a93a2;
}

.eth-watchlist-card {
    margin-top: 12px;
    overflow: hidden;
}

.eth-watch-tabs {
    display: flex;
    gap: 18px;
    padding: 14px 16px 10px;
    font-weight: 700;
    color: #e8edf4;
}

.eth-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    color: #d7dde7;
}

.eth-table th,
.eth-table td {
    padding: 12px 14px;
    border-top: 1px solid var(--eth-border-soft);
    text-align: left;
}

.eth-table th {
    font-size: 10px;
    color: #7d8795;
    text-transform: uppercase;
    font-weight: 600;
}

/* FLOATING CARD */
.eth-floating-card {
    position: absolute;
    left: 18px;
    bottom: 80px;
    width: min(430px, calc(100% - 24px));
    background: rgba(13, 13, 28, 0.95);
    border: 1px solid var(--eth-border);
    box-shadow: var(--eth-shadow-lg);
    border-radius: 24px;
    padding: 18px 18px 14px;
    backdrop-filter: blur(12px);
}

.eth-floating-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #f8f9ff;
}

.eth-option-row {
    margin-bottom: 14px;
}

.eth-option-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    color: #eceff4;
}

.eth-progress {
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    overflow: hidden;
    margin-right: 90px;
}

.eth-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--eth-main), var(--eth-cyan));
    border-radius: 999px;
}

.eth-fill-66 { width: 66%; }
.eth-fill-34 { width: 34%; }

.eth-yesno {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: -12px;
}

.eth-pill {
    min-width: 42px;
    height: 28px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--eth-border);
    background: rgba(255,255,255,0.04);
}

.eth-pill.yes {
    color: var(--eth-green);
    box-shadow: inset 0 0 0 1px rgba(34,197,94,0.14);
}

.eth-pill.no {
    color: var(--eth-red);
    box-shadow: inset 0 0 0 1px rgba(239,68,68,0.14);
}

.eth-floating-footer {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8a93a2;
    font-size: 14px;
}

.eth-live-indicator {
    color: var(--eth-green);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.eth-live-indicator::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--eth-green);
    box-shadow: 0 0 12px var(--eth-green);
}

.eth-live-soft {
    color: #8a93a2;
    font-weight: 400;
}

/* CONTENT */
.eth-content-section {
    padding: 34px 0;
}

.eth-section-header {
    margin-bottom: 24px;
    position: relative;
    z-index: 4;
}

.eth-section-chip,
.eth-small-badge,
.eth-cta-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(109, 93, 255, 0.12);
    color: #beb6ff;
    border: 1px solid rgba(109, 93, 255, 0.20);
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.eth-section-header h2,
.eth-cta-box h2,
.eth-chart-card-head h3 {
    color: #f8f9ff;
}

.eth-section-header h2 {
    margin: 14px 0 10px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.eth-section-header p {
    margin: 0;
    max-width: 780px;
    color: #dcdcf7;
    line-height: 1.8;
}

/* CHART */
.eth-chart-card {
    background: rgba(10, 10, 24, 0.94);
    border: 1px solid var(--eth-border);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--eth-shadow-lg);
}

.eth-chart-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 22px 0;
}

.eth-chart-card-head h3 {
    margin: 12px 0 0;
    font-size: 1.34rem;
}

.eth-head-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.eth-head-pills span {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--eth-border);
    color: #d6d4ff;
    font-size: 0.84rem;
}

.eth-chart-holder {
    padding: 18px 22px 22px;
}

#tradingview_eth_chart {
    min-height: 560px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--eth-border);
    background: #0f1020;
}

/* INSIGHTS */
.eth-insight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.eth-insight-card,
.eth-why-card {
    background: var(--eth-panel);
    border: 1px solid var(--eth-border);
    border-radius: 24px;
    padding: 22px;
    box-shadow: var(--eth-shadow);
}

.eth-insight-card h3,
.eth-why-card strong {
    color: #f8f9ff;
}

.eth-insight-card h3 {
    margin: 0 0 10px;
    font-size: 1.06rem;
    line-height: 1.4;
}

.eth-insight-card p,
.eth-why-card span {
    margin: 0;
    color: #dcdcf7;
    line-height: 1.8;
}

/* NEWS */
.eth-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.eth-news-card {
    overflow: hidden;
    border-radius: 24px;
    background: var(--eth-panel);
    border: 1px solid var(--eth-border);
    box-shadow: var(--eth-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eth-news-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--eth-shadow-lg);
}

.eth-news-image {
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, rgba(109, 93, 255, 0.14), rgba(139, 92, 246, 0.10));
    overflow: hidden;
}

.eth-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.eth-news-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #beb6ff;
    font-weight: 800;
}

.eth-news-content {
    padding: 20px;
}

.eth-news-source {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(109, 93, 255, 0.10);
    color: #beb6ff;
    font-size: 0.76rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.eth-news-content h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.45;
}

.eth-news-content h3 a {
    color: #f8f9ff;
    text-decoration: none;
}

.eth-news-content h3 a:hover {
    color: #beb6ff;
}

.eth-news-content p {
    margin: 0;
    color: #dcdcf7;
    line-height: 1.75;
}

/* SIGNALS */
.eth-signals-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.eth-signal-card {
    position: relative;
    background: rgba(15, 15, 32, 0.96);
    border: 1px solid var(--eth-border);
    border-radius: 28px;
    padding: 24px;
    box-shadow: var(--eth-shadow);
    overflow: hidden;
}

.eth-signal-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--eth-main), var(--eth-cyan));
    opacity: 0.9;
}

.eth-signal-card.buy::before {
    background: linear-gradient(180deg, #15803d, #22c55e);
}

.eth-signal-card.sell::before {
    background: linear-gradient(180deg, #dc2626, #f97316);
}

.eth-signal-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.eth-signal-asset {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9aa6be;
}

.eth-signal-head h3 {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.15;
    color: #f8f9ff;
}

.eth-signal-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.eth-status-badge,
.eth-confidence-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.82rem;
    white-space: nowrap;
}

.eth-status-badge.status-open {
    background: rgba(109, 93, 255, 0.12);
    color: #c4b5fd;
    border: 1px solid rgba(109, 93, 255, 0.18);
}

.eth-status-badge.status-win {
    background: rgba(34, 197, 94, 0.12);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.18);
}

.eth-status-badge.status-loss {
    background: rgba(239, 68, 68, 0.12);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.18);
}

.badge-elite {
    background: linear-gradient(135deg, rgba(109,93,255,0.14), rgba(139,92,246,0.12));
    color: #beb6ff;
    border: 1px solid rgba(109,93,255,0.14);
}

.badge-strong {
    background: rgba(34, 197, 94, 0.10);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.14);
}

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

.eth-signal-prices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.eth-price-box,
.eth-meta-box {
    background: linear-gradient(180deg, rgba(18,20,38,0.96), rgba(22,24,44,0.98));
    border: 1px solid var(--eth-border);
    border-radius: 18px;
    padding: 16px;
}

.eth-price-box span,
.eth-meta-box span,
.eth-footer-block span {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #9aa6be;
    margin-bottom: 8px;
}

.eth-price-box strong,
.eth-meta-box strong,
.eth-footer-block strong {
    display: block;
    color: #f8f9ff;
    line-height: 1.5;
    word-break: break-word;
}

.eth-signal-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.eth-signal-reason {
    margin-bottom: 16px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(109,93,255,0.06), rgba(109,93,255,0.03));
    border: 1px solid rgba(190, 182, 255, 0.08);
}

.eth-signal-reason h4 {
    margin: 0 0 10px;
    color: #f8f9ff;
    font-size: 1rem;
}

.eth-signal-reason p {
    margin: 0;
    color: #dcdcf7;
    line-height: 1.8;
}

.eth-signal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid rgba(190, 182, 255, 0.08);
}

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

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

.eth-empty-box {
    padding: 28px;
    border-radius: 24px;
    background: rgba(17, 18, 34, 0.92);
    border: 1px solid var(--eth-border);
    color: #dcdcf7;
    box-shadow: var(--eth-shadow);
}

/* WHY ETH */
.eth-why-box {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
    gap: 22px;
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(10,10,24,0.94), rgba(16,16,36,0.98));
    border: 1px solid var(--eth-border);
    box-shadow: var(--eth-shadow-lg);
}

.eth-why-left h2 {
    margin: 14px 0 16px;
    font-size: clamp(1.7rem, 2.7vw, 2.4rem);
    line-height: 1.18;
    color: var(--eth-text);
}

.eth-why-left p {
    margin: 0;
    color: #dcdcf7;
    line-height: 1.9;
}

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

/* CTA */
.eth-cta-section {
    padding-bottom: 56px;
}

.eth-cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 34px;
    background: linear-gradient(135deg, #111827 0%, #6d5dff 55%, #8b5cf6 100%);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.30);
    color: #fff;
}

.eth-cta-box::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%);
    pointer-events: none;
}

.eth-cta-chip {
    margin-bottom: 14px;
}

.eth-cta-box h2 {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.15;
    max-width: 760px;
}

.eth-cta-box p {
    margin: 0 0 22px;
    max-width: 760px;
    color: rgba(255,255,255,0.9);
    line-height: 1.85;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
    .eth-hero-grid {
        grid-template-columns: 1fr;
    }

    .eth-hero-right {
        justify-content: center;
        min-height: auto;
        padding-top: 0;
    }

    .eth-hero-left {
        padding-top: 10px;
    }

    .eth-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: -60px;
    }

    .eth-terminal-card {
        width: min(100%, 560px);
    }

    .eth-news-grid,
    .eth-signals-grid,
    .eth-insight-grid {
        grid-template-columns: 1fr;
    }

    .eth-hero-pills {
        grid-template-columns: 1fr;
    }

    .eth-stat-grid,
    .eth-mid-grid,
    .eth-signal-prices,
    .eth-signal-meta {
        grid-template-columns: 1fr;
    }

    .eth-why-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .eth-hero-title {
        font-size: 42px;
    }

    .eth-brand-text {
        font-size: 22px;
    }

    .eth-launch-badge {
        font-size: 15px;
        padding: 14px 18px;
    }

    .eth-hero-links {
        font-size: 0.92rem;
    }

    .eth-floating-card {
        width: 100%;
        margin-top: 18px;
    }

    .eth-yesno {
        margin-top: 8px;
        justify-content: flex-start;
    }

    .eth-progress {
        margin-right: 0;
    }

    .eth-option-row {
        margin-bottom: 22px;
    }

    .eth-chart-card-head,
    .eth-signal-top,
    .eth-signal-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .eth-signal-badges {
        justify-content: flex-start;
    }

    #tradingview_eth_chart {
        min-height: 420px;
    }
}

@media (max-width: 480px) {
    .eth-btn {
        width: 100%;
    }

    .eth-hero-actions {
        flex-direction: column;
    }

    .eth-hero-title {
        font-size: 34px;
    }

    .eth-chart-holder {
        padding: 14px;
    }

    .eth-chart-card-head {
        padding: 16px 16px 0;
    }

    .eth-cta-box,
    .eth-signal-card,
    .eth-news-content,
    .eth-panel-card,
    .eth-watchlist-card,
    .eth-hero-pill {
        padding-left: 16px;
        padding-right: 16px;
    }
}