:root {
    --bg: #070707;
    --surface: #111111;
    --surface-2: #171717;
    --text: #ffffff;
    --muted: #b8b8b8;
    --red: #c70000;
    --red-2: #ff1f1f;
    --gold: #d49a35;
    --yellow: #ffd36a;
    --line: rgba(255,255,255,0.12);
    --shadow: 0 24px 80px rgba(0,0,0,0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-padding { padding: 96px 0; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(7,7,7,0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}
.navbar {
    width: min(1280px, calc(100% - 34px));
    margin: 0 auto;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.brand img { width: 235px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; color: var(--muted); font-weight: 700; font-size: 14px; }
.nav-links a:hover { color: var(--yellow); }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 6px 0; }

.hero {
    position: relative;
    min-height: calc(100vh - 84px);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(199,0,0,0.38), transparent 34%),
        radial-gradient(circle at 88% 30%, rgba(212,154,53,0.18), transparent 28%),
        linear-gradient(120deg, #070707 0%, #110606 52%, #050505 100%);
}
.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 90%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.eyebrow { display: inline-flex; color: var(--yellow); text-transform: uppercase; letter-spacing: 0.16em; font-weight: 900; font-size: 12px; margin-bottom: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 6vw, 82px); line-height: 0.96; letter-spacing: -0.06em; margin-bottom: 24px; }
h2 { font-size: clamp(34px, 4.4vw, 56px); line-height: 1.02; letter-spacing: -0.045em; }
.hero-content p, .body-copy p, .feature-content p, .center-heading p, .cta-card p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 900; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 14px 34px rgba(199,0,0,0.34); }
.btn-outline { border: 1px solid rgba(255,255,255,0.22); color: #fff; background: rgba(255,255,255,0.05); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.hero-stats div { border: 1px solid var(--line); background: rgba(255,255,255,0.05); border-radius: 18px; padding: 18px; }
.hero-stats strong { display: block; font-size: 24px; color: #fff; }
.hero-stats span { color: var(--muted); font-size: 13px; }
.hero-card { position: relative; border-radius: 32px; overflow: hidden; background: rgba(255,255,255,0.04); border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.hero-card img { width: 100%; aspect-ratio: 946 / 660; height: auto; object-fit: cover; object-position: top; opacity: 0.9; display: block; }
.hero-card-panel { padding: 26px 24px; background: rgba(0,0,0,0.85); border-top: 1px solid rgba(255,255,255,0.12); }
.hero-card-panel span { color: var(--gold); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .14em; }
.hero-card-panel strong { display: block; margin-top: 8px; font-size: 26px; }

.two-column { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; }
.body-copy { border-left: 4px solid var(--red); padding-left: 28px; }
.dark-band { background: #0d0d0d; border-block: 1px solid var(--line); }
.values-grid, .offer-grid, .pricing-grid, .leader-grid { display: grid; gap: 22px; }
.values-grid { grid-template-columns: repeat(3, 1fr); }
.value-card, .offer-card, .price-card, .leader-card { background: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025)); border: 1px solid var(--line); border-radius: 26px; padding: 28px; box-shadow: 0 18px 46px rgba(0,0,0,0.22); }
.value-card span { color: var(--red-2); font-weight: 900; font-size: 14px; }
.value-card h3, .offer-card h3 { font-size: 24px; margin: 14px 0 12px; }
.value-card p, .offer-card p, .price-card p, .leader-card p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }
.center-heading { text-align: center; max-width: 780px; margin: 0 auto 52px; }
.offer-grid { grid-template-columns: repeat(3, 1fr); }
.offer-card { min-height: 230px; }
.offer-card span { font-size: 34px; }

.feature-section { background: radial-gradient(circle at 80% 30%, rgba(199,0,0,0.18), transparent 36%), #080808; }
.feature-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.chart-card { height: 520px; border-radius: 28px; background: linear-gradient(145deg, #101010, #030303); border: 1px solid var(--line); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.chart-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 42px 42px; opacity: .45; }
.chart-top { display: flex; gap: 8px; padding: 20px; position: relative; }
.chart-top span { width: 12px; height: 12px; border-radius: 50%; background: var(--red); }
.candles { position: absolute; left: 20%; right: 20%; bottom: 90px; top: 95px; display: flex; align-items: flex-end; gap: 18px; }
.candles i { display: block; width: 34px; background: var(--red); border-radius: 8px 8px 2px 2px; box-shadow: 0 0 24px rgba(199,0,0,.24); }
.candles i:nth-child(1){height: 42%;}.candles i:nth-child(2){height: 68%; background:#18b47a}.candles i:nth-child(3){height: 38%;}.candles i:nth-child(4){height: 78%; background:#18b47a}.candles i:nth-child(5){height: 58%;}.candles i:nth-child(6){height: 88%; background:#18b47a}
.signal { position: absolute; left: 24px; padding: 10px 14px; border-radius: 999px; font-weight: 900; font-size: 12px; letter-spacing: .08em; }
.signal-buy { bottom: 34px; background: rgba(24,180,122,.18); color: #32e09f; border: 1px solid rgba(24,180,122,.4); }
.signal-zone { right: 24px; left: auto; top: 72px; background: rgba(199,0,0,.16); color: #ff6a6a; border: 1px solid rgba(199,0,0,.4); }
.check-list { list-style: none; padding: 0; margin: 24px 0 32px; display: grid; gap: 12px; color: var(--muted); }
.check-list li::before { content: "✓"; color: var(--yellow); font-weight: 900; margin-right: 10px; }
.pricing-grid { grid-template-columns: repeat(4, 1fr); }
.price-card { position: relative; min-height: 240px; }
.price-card h3 { font-size: 22px; }
.price-card strong { display: block; color: var(--yellow); font-size: 42px; margin: 18px 0; }
.price-card.featured { border-color: rgba(255,211,106,.65); transform: translateY(-12px); }
.tag { position: absolute; top: 18px; right: 18px; background: var(--red); padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.leaders { background: #0d0d0d; }
.leader-grid { grid-template-columns: repeat(3, 1fr); }
.leader-card h3 { font-size: 23px; }
.cta-card { text-align: center; background: linear-gradient(135deg, rgba(199,0,0,0.18), rgba(255,255,255,0.055)); border: 1px solid var(--line); border-radius: 36px; padding: 56px 40px; box-shadow: var(--shadow); }
.cta-card img { width: min(520px, 100%); margin: 0 auto 24px; }
.center-actions { justify-content: center; }
.risk-note { font-size: 13px !important; margin-top: 20px !important; color: #999 !important; }
.footer { border-top: 1px solid var(--line); padding: 30px 0; background: #050505; }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); }
.footer img { width: 220px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

@media (max-width: 1000px) {
    .nav-links { position: fixed; inset: 84px 18px auto 18px; background: rgba(10,10,10,.96); border: 1px solid var(--line); border-radius: 20px; padding: 20px; display: none; flex-direction: column; align-items: flex-start; }
    .nav-links.open { display: flex; }
    .menu-toggle { display: block; }
    .hero-grid, .two-column, .feature-grid { grid-template-columns: 1fr; }
    .values-grid, .offer-grid, .pricing-grid, .leader-grid { grid-template-columns: 1fr 1fr; }
    .pricing-grid .featured { transform: none; }
}
@media (max-width: 680px) {
    .container { width: min(100% - 28px, 1180px); }
    .section-padding { padding: 68px 0; }
    .brand img { width: 190px; }
    .hero-stats, .values-grid, .offer-grid, .pricing-grid, .leader-grid { grid-template-columns: 1fr; }
    .hero-card-panel { padding: 22px 20px; }
    .footer-content { flex-direction: column; text-align: center; }
}


/* Trading path integration */
.trading-paths {
    background:
        radial-gradient(circle at 12% 16%, rgba(199,0,0,.18), transparent 30%),
        radial-gradient(circle at 88% 78%, rgba(212,154,53,.10), transparent 26%),
        #090909;
    border-block: 1px solid var(--line);
}
.path-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.path-card {
    position:relative; overflow:hidden; min-height:500px;
    display:flex; flex-direction:column;
    padding:30px; border-radius:28px;
    background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.022));
    border:1px solid var(--line); box-shadow:0 20px 54px rgba(0,0,0,.28);
}
.path-card::after {
    content:""; position:absolute; width:190px; height:190px; border-radius:50%;
    right:-76px; top:-86px; background:rgba(199,0,0,.15); filter:blur(5px);
}
.path-card-icon {
    width:66px; height:66px; display:grid; place-items:center; font-size:31px;
    border-radius:18px; background:rgba(199,0,0,.15); border:1px solid rgba(255,31,31,.35);
    margin-bottom:22px;
}
.path-card-icon.path-blue { background:rgba(49,112,255,.14); border-color:rgba(84,139,255,.36); }
.path-card-icon.path-gold { background:rgba(212,154,53,.15); border-color:rgba(255,211,106,.38); }
.path-number { color:var(--yellow); text-transform:uppercase; letter-spacing:.15em; font-size:11px; font-weight:900; }
.path-card h3 { font-size:27px; margin:10px 0 12px; }
.path-card p { color:var(--muted); line-height:1.7; }
.path-list { list-style:none; padding:0; margin:8px 0 28px; display:grid; gap:11px; color:#e8e8e8; }
.path-list li::before { content:"✓"; color:var(--yellow); font-weight:900; margin-right:10px; }
.path-card .btn { margin-top:auto; }
.btn-gold { background:linear-gradient(135deg,#b97816,var(--gold)); color:#130d00; box-shadow:0 14px 34px rgba(212,154,53,.22); }

/* Dedicated audience pages */
.path-page-hero { position:relative; overflow:hidden; padding:118px 0 82px; }
.path-page-hero::before {
    content:""; position:absolute; inset:0;
    background:radial-gradient(circle at 82% 12%,rgba(199,0,0,.27),transparent 30%),linear-gradient(135deg,#080808,#130707 58%,#070707);
}
.path-page-hero .container { position:relative; }
.path-page-wrap { max-width:850px; }
.path-page-hero h1 { margin-bottom:22px; }
.path-page-hero p { color:var(--muted); font-size:19px; line-height:1.75; }
.path-content-grid { display:grid; grid-template-columns:1.12fr .88fr; gap:26px; align-items:start; }
.path-content-card { background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)); border:1px solid var(--line); border-radius:26px; padding:30px; box-shadow:0 18px 48px rgba(0,0,0,.23); }
.path-content-card + .path-content-card { margin-top:22px; }
.path-content-card h2 { font-size:38px; }
.path-content-card h3 { font-size:24px; }
.path-benefits { list-style:none; padding:0; margin:22px 0 0; display:grid; gap:13px; }
.path-benefits li { color:#e5e5e5; }
.path-benefits li::before { content:"✓"; color:var(--yellow); font-weight:900; margin-right:10px; }
.path-steps { counter-reset:pathstep; display:grid; gap:14px; }
.path-step { display:grid; grid-template-columns:48px 1fr; gap:15px; padding:16px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.025); }
.path-step::before { counter-increment:pathstep; content:counter(pathstep); width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:rgba(199,0,0,.16); color:#fff; font-weight:900; }
.path-step span { color:var(--muted); }
.path-video { aspect-ratio:16/9; display:grid; place-items:center; text-align:center; padding:26px; border-radius:20px; background:linear-gradient(145deg,#161616,#080808); border:1px solid var(--line); }
.path-video .play { font-size:46px; margin-bottom:10px; }
.path-notice { border-left:4px solid var(--gold); background:rgba(212,154,53,.08); color:#d9d9d9; border-radius:12px; padding:17px 18px; line-height:1.7; }
.path-cta-full { width:100%; margin-top:18px; }

@media (max-width:1000px) {
    .path-grid, .path-content-grid { grid-template-columns:1fr; }
}
