/* Market Makers Home Pro */

.site-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40;
    background: rgba(5, 7, 10, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(216, 182, 90, 0.18);
}

.site-topbar-inner {
    width: min(1200px, calc(100% - 32px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-brand {
    display: inline-grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 10px;
    color: var(--text-primary);
}

.brand-mark {
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #ffe08a, #b47a14 48%, #20242b 50%, #090b0f);
    color: #050505;
    font-weight: 900;
    font-family: Arial, sans-serif;
    box-shadow: 0 12px 30px rgba(216,182,90,.2);
}

.brand-name {
    font-family: 'IBM Plex Arabic', 'Cairo', sans-serif;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.1;
}

.brand-name b { color: var(--accent-gold); }
.site-brand .brand-sub { font-size: .72rem; color: var(--text-muted); }

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav a {
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 0.86rem;
    color: var(--text-secondary);
}

.site-nav a:hover { background: rgba(255,255,255,.05); }
.site-nav .nav-primary {
    background: linear-gradient(135deg, #f7d778, #bd821b);
    color: #11100a;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(216, 182, 90, .22);
}

.hero {
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: 116px 0 70px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(216,182,90,.16), transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(47,191,113,.13), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.015), transparent 45%),
        var(--bg-primary);
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(216,182,90,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 82px 82px;
    mask-image: linear-gradient(180deg, #000, rgba(0,0,0,.45), transparent 92%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    left: -8%;
    bottom: -24%;
    width: 48%;
    height: 70%;
    border-radius: 50%;
    background: rgba(216,182,90,.08);
    filter: blur(40px);
}

.hero-glow { position: absolute; border-radius: 999px; filter: blur(34px); opacity: .42; }
.hero-glow-one { width: 260px; height: 260px; right: 8%; top: 22%; background: rgba(216,182,90,.22); }
.hero-glow-two { width: 220px; height: 220px; left: 12%; bottom: 14%; background: rgba(47,191,113,.18); }

.hero-layout {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content { max-width: 700px; }

.hero-badge,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(216,182,90,0.1);
    border: 1px solid rgba(216,182,90,0.38);
    color: #f4d987;
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    line-height: 1.12;
    margin-bottom: 20px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.hero-title span {
    color: var(--accent-gold);
    text-shadow: 0 0 28px rgba(216,182,90,.22);
}

.hero-subtitle {
    max-width: 660px;
    color: var(--text-secondary);
    font-size: 1.13rem;
    line-height: 2;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
}

.hero-actions.center { justify-content: center; }

.btn-gold,
.btn-outline {
    min-width: 185px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 900;
}

.btn-gold {
    background: linear-gradient(135deg, #ffe28a, #d8a22b 48%, #a86b10);
    color: #11100a;
    box-shadow: 0 18px 40px rgba(216, 182, 90, .24);
}

.btn-outline {
    border: 1px solid rgba(216,182,90,.38);
    color: var(--text-primary);
    background: rgba(255,255,255,.035);
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--text-muted);
    margin-top: 22px;
    font-size: .92rem;
}

.platform-preview,
.pro-card,
.demo-card,
.cta-box {
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.014)), rgba(13,17,23,.88);
    border: 1px solid rgba(216,182,90,.2);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0,0,0,.42);
}

.platform-preview {
    padding: 20px;
    position: relative;
    overflow: hidden;
    transform: perspective(1100px) rotateY(-7deg) rotateX(4deg);
}

.platform-preview::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(216,182,90,.18), transparent 42%, rgba(47,191,113,.14));
    pointer-events: none;
}

.preview-top,
.index-card,
.signal-grid,
.chart-box { position: relative; z-index: 2; }

.preview-top {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    margin-bottom: 18px;
}

.dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.dot.green { background: var(--accent-green); }
.dot.gold { background: var(--accent-gold); }
.dot.red { background: var(--accent-red); }
.preview-top strong { margin-right: auto; color: var(--text-secondary); font-size: .85rem; }

.index-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0,0,0,.24);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 16px;
}
.index-card span { display: block; color: var(--text-muted); }
.index-card strong { font-size: 2rem; color: var(--text-primary); }
.index-card b { color: var(--accent-green); font-size: 1.25rem; }

.chart-box {
    height: 230px;
    display: flex;
    align-items: end;
    gap: 10px;
    padding: 18px;
    margin-bottom: 16px;
    border-radius: 20px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px),
        rgba(0,0,0,.22);
    background-size: 42px 42px;
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
}

.bar {
    flex: 1;
    border-radius: 9px 9px 0 0;
    background: linear-gradient(180deg, #56f28e, #0f7f3a);
    box-shadow: 0 0 18px rgba(47,191,113,.22);
}
.b1{height:32%}.b2{height:45%}.b3{height:38%}.b4{height:60%}.b5{height:74%}.b6{height:88%}
.chart-line {
    position: absolute;
    right: 32px;
    left: 32px;
    top: 72px;
    height: 4px;
    transform: rotate(-13deg);
    background: linear-gradient(90deg, var(--accent-gold), var(--accent-green));
    border-radius: 999px;
    box-shadow: 0 0 24px rgba(47,191,113,.42);
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.signal-grid div {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.08);
}
.signal-grid span { display: block; color: var(--text-muted); font-size: .78rem; }
.signal-grid strong { color: var(--text-primary); }

.stats-strip {
    padding: 28px 0;
    border-top: 1px solid rgba(216,182,90,.13);
    border-bottom: 1px solid rgba(216,182,90,.13);
    background: rgba(255,255,255,.018);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-item { text-align: center; padding: 14px; }
.stat-item strong { display: block; color: var(--accent-gold); font-size: 2rem; font-weight: 900; }
.stat-item span { color: var(--text-secondary); }

.features,
.tools-section,
.recommendation-demo,
.plans-section,
.cta-section { padding: 86px 0; }

.section-head { text-align: center; margin-bottom: 36px; }
.section-title {
    text-align: center;
    font-size: clamp(1.75rem, 3vw, 3rem);
    margin-bottom: 10px;
    font-weight: 900;
}
.section-subtitle {
    text-align: center;
    color: var(--text-secondary);
    max-width: 720px;
    margin: 0 auto 34px;
    line-height: 1.9;
}
.align-right { text-align: right; margin-right: 0; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 26px; min-height: 220px; transition: transform .18s ease, border-color .18s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(216,182,90,.42); }
.feature-icon {
    width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 16px; border-radius: 18px; background: rgba(216,182,90,.12); font-size: 1.55rem;
}
.feature-title { font-size: 1.18rem; margin-bottom: 10px; }
.feature-desc { color: var(--text-secondary); font-size: .95rem; line-height: 1.85; }

.tools-section { background: linear-gradient(180deg, transparent, rgba(216,182,90,.035), transparent); }
.tools-layout,
.demo-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; align-items: center; }
.tools-copy { padding: 8px; }
.tools-list { display: grid; gap: 12px; }
.tool-row {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.08);
}
.tool-row:hover { border-color: rgba(216,182,90,.42); background: rgba(216,182,90,.07); }
.tool-row span { color: var(--accent-gold); font-weight: 900; }
.tool-row strong { color: var(--text-primary); }
.tool-row b { color: var(--text-muted); font-size: .85rem; }

.demo-card { padding: 24px; }
.demo-card-head { display: flex; justify-content: space-between; color: var(--text-muted); margin-bottom: 18px; }
.demo-card-head b { color: var(--accent-green); }
.demo-card h3 { font-size: 1.4rem; margin-bottom: 18px; }
.demo-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.demo-values div { border-radius: 16px; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.08); padding: 14px; }
.demo-values span { display: block; color: var(--text-muted); }
.demo-values strong { color: var(--accent-gold); font-size: 1.35rem; }
.risk-meter { height: 10px; border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.08); margin-bottom: 14px; }
.risk-meter span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--accent-gold), var(--accent-green)); }
.demo-card p { color: var(--text-muted); margin: 0; }

.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.plan-mini { padding: 24px; text-align: center; }
.plan-mini.highlighted { border-color: rgba(216,182,90,.48); box-shadow: 0 22px 60px rgba(216,182,90,.13); }
.plan-mini h3 { margin-bottom: 8px; }
.plan-mini p { color: var(--text-secondary); margin: 0; }

.cta-box { text-align: center; padding: 42px 22px; position: relative; overflow: hidden; }
.cta-box::before { content:''; position:absolute; inset:auto 10% -70px; height:140px; background:rgba(216,182,90,.12); filter:blur(36px); }
.cta-box > * { position: relative; z-index: 1; }

.makers-footer { border-top: 1px solid rgba(216,182,90,.16); }

@media (max-width: 980px) {
    .site-nav a:not(.nav-primary):not([href="/auth/login.php"]) { display: none; }
    .hero-layout,
    .tools-layout,
    .demo-layout { grid-template-columns: 1fr; }
    .platform-preview { transform: none; order: -1; }
    .feature-grid,
    .plans-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .site-topbar-inner { min-height: 64px; width: min(100% - 22px, 1200px); }
    .brand-mark { width: 42px; height: 42px; border-radius: 12px; }
    .brand-name { font-size: .98rem; }
    .site-brand .brand-sub { display: none; }
    .site-nav { gap: 5px; }
    .site-nav a { padding: 8px 9px; font-size: .8rem; }
    .hero { padding-top: 96px; min-height: auto; }
    .hero-layout { width: min(100% - 22px, 1200px); gap: 28px; }
    .hero-title { font-size: clamp(2.35rem, 13vw, 4rem); }
    .hero-subtitle { font-size: 1rem; }
    .hero-actions, .hero-actions .btn-gold, .hero-actions .btn-outline { width: 100%; }
    .hero-trust { display: grid; gap: 8px; }
    .platform-preview { padding: 14px; border-radius: 20px; }
    .chart-box { height: 180px; }
    .signal-grid, .feature-grid, .plans-grid, .demo-values { grid-template-columns: 1fr; }
    .features, .tools-section, .recommendation-demo, .plans-section, .cta-section { padding: 58px 0; }
    .tool-row { grid-template-columns: 40px 1fr; }
    .tool-row b { grid-column: 2; }
    .stats-grid { gap: 8px; }
    .stat-item strong { font-size: 1.55rem; }
}
