:root {
    --bg-main: #050508;
    --bg-panel: #0a0a0f;
    --neon-green: #00bfff;
    --neon-green-dim: rgba(0, 191, 255, 0.2);
    --neon-red: #ff3366;
    --text-main: #e0e0e0;
    --text-dim: #888;
    --border-color: #222;
    --font-h: 'Syncopate', sans-serif;
    --font-p: 'Share Tech Mono', monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
    overflow-x: hidden;
}

body.pro-body {
    background-color: var(--bg-main);
    color: var(--text-main);
    font-family: var(--font-p);
    overflow-x: hidden;
    line-height: 1.6;
    word-break: break-word;
}

#vanta-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
    overflow: hidden;
}

/* Scroll */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

/* Utilities */
.text-green { color: var(--neon-green); }
.text-profit { color: #00ff66; text-shadow: 0 0 10px rgba(0,255,102,0.3); font-weight: bold; }
.highlight { color: var(--neon-green); text-shadow: 0 0 10px var(--neon-green-dim); }
.nowrap { white-space: nowrap; }

/* Nav */
.pro-nav {
    position: fixed;
    top: 0; width: 100%;
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px 40px;
    background: rgba(5,5,8,0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 100;
}
.nav-status { display: flex; align-items: center; gap: 10px; font-weight: bold; letter-spacing: 2px; }
.pulse-dot { width: 10px; height: 10px; background: var(--neon-green); border-radius: 50%; box-shadow: 0 0 10px var(--neon-green); animation: pulse 2s infinite; }
@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }

.btn-outline {
    border: 1px solid var(--neon-green);
    color: var(--neon-green);
    padding: 8px 16px;
    text-decoration: none;
    font-family: var(--font-h);
    font-size: 0.8rem;
    transition: all 0.3s;
}
.btn-outline:hover { background: var(--neon-green-dim); box-shadow: 0 0 15px var(--neon-green-dim); }

/* Hero */
.hero-pro {
    padding-top: 150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1400px; margin: 0 auto;
    align-items: center;
    min-height: 100vh;
    position: relative;
}
.hero-content { padding: 40px; position: relative; z-index: 1; min-width: 0; }
.sub-head { color: var(--text-dim); font-size: 1rem; letter-spacing: 4px; margin-bottom: 20px; }
.main-head { font-family: var(--font-h); font-size: clamp(2rem, 8vw, 4.5rem); line-height: 1.1; margin-bottom: 30px; letter-spacing: -2px; }
.hero-desc { font-size: 1.2rem; color: #aaa; margin-bottom: 40px; max-width: 600px; }

.btn-glow {
    display: inline-block;
    background: var(--neon-green);
    color: #000;
    font-family: var(--font-h);
    font-weight: 700;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 1.2rem;
    box-shadow: 0 0 20px rgba(0,191,255,0.4);
    transition: all 0.3s;
    white-space: nowrap;
}
.btn-glow:hover { transform: translateY(-3px); box-shadow: 0 0 40px rgba(0,191,255,0.6); }
.cta-desktop { display: inline; }
.cta-mobile { display: none; }
@media (max-width: 480px) {
    .cta-desktop { display: none; }
    .cta-mobile { display: inline; }
}

.slots-left { display: block; margin-top: 15px; font-size: 0.9rem; color: var(--text-dim); }

.broker-matrix { grid-column: 1 / -1; margin-top: 60px; border-top: 1px dashed var(--border-color); padding-top: 40px; overflow: hidden; width: 100%; text-align: center; position: relative; z-index: 1; }
.broker-title { display: block; font-size: 0.8rem; color: #555; margin-bottom: 20px; letter-spacing: 2px; }
.marquee-wrapper { overflow: hidden; white-space: nowrap; width: 100%; position: relative; padding: 10px 0; }
.marquee-wrapper::before, .marquee-wrapper::after { content: ''; position: absolute; top: 0; bottom: 0; width: 150px; z-index: 2; pointer-events: none; }
.marquee-wrapper::before { left: 0; background: linear-gradient(to right, var(--bg-main), transparent); }
.marquee-wrapper::after { right: 0; background: linear-gradient(to left, var(--bg-main), transparent); }
.marquee { display: inline-flex; gap: 40px; animation: scroll-left 20s linear infinite; }
@keyframes scroll-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.broker { font-family: var(--font-h); font-size: 1.2rem; color: #444; font-weight: bold; letter-spacing: 1px; }

.hero-image-wrap { position: relative; padding: 40px; z-index: 1; min-width: 0; overflow: hidden; }
/* User's CSS Chart */
.candle-wrapper { display: flex; justify-content: center; padding: 20px; background: transparent; width: 100%; }
.candle-chart { display: flex; align-items: flex-end; height: 350px; width: 100%; justify-content: space-between; gap: 4px; }
.candle { width: 10px; height: 110%; position: relative; animation: fade 4s infinite ease-in-out; filter: drop-shadow(0 0 5px var(--neon-green)); transform-origin: bottom; }
.candle.down { filter: drop-shadow(0 0 5px var(--neon-red)); }
.candle::after { content: ""; position: absolute; left: 0; width: 100%; background: var(--neon-green); border: 1px solid var(--neon-green); bottom: var(--b); height: var(--h); }
.candle.down::after { background: var(--neon-red); border-color: var(--neon-red); }
.candle::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); width: 2px; background: var(--neon-green); bottom: var(--wb); height: var(--wh); }
.candle.down::before { background: var(--neon-red); }

.candle:nth-child(1) { --b: 7.1%; --h: 18.93%; --wb: 0%; --wh: 31.95%; animation-delay: 0.1s; }
.candle:nth-child(2) { --b: 26.04%; --h: 2.37%; --wb: 19.41%; --wh: 14.91%; animation-delay: 1.4s; }
.candle:nth-child(3) { --b: 28.64%; --h: 4.5%; --wb: 16.92%; --wh: 21.66%; animation-delay: 2.7s; }
.candle:nth-child(4) { --b: 31.42%; --h: 3.43%; --wb: 19.76%; --wh: 27.93%; animation-delay: 0.5s; }
.candle:nth-child(5) { --b: 31.42%; --h: 15.44%; --wb: 27.43%; --wh: 28.07%; animation-delay: 3.2s; }
.candle:nth-child(6) { --b: 46.54%; --h: 0.28%; --wb: 43.43%; --wh: 24.38%; animation-delay: 1.8s; }
.candle:nth-child(7) { --b: 35.86%; --h: 8.7%; --wb: 29.7%; --wh: 24.5%; animation-delay: 0.9s; }
.candle:nth-child(8) { --b: 11.67%; --h: 24.19%; --wb: 5.33%; --wh: 31.83%; animation-delay: 3.6s; }
.candle:nth-child(9) { --b: 11.83%; --h: 15.1%; --wb: 7.93%; --wh: 24.97%; animation-delay: 2.1s; }
.candle:nth-child(10) { --b: 27.81%; --h: 12.04%; --wb: 27.69%; --wh: 28.17%; animation-delay: 0.3s; }
.candle:nth-child(11) { --b: 39.85%; --h: 28.25%; --wb: 39.53%; --wh: 28.58%; animation-delay: 2.5s; }
.candle:nth-child(12) { --b: 70.8%; --h: 6.27%; --wb: 60.96%; --wh: 24.84%; animation-delay: 3.9s; }
.candle:nth-child(13) { --b: 75.8%; --h: 2.71%; --wb: 68.38%; --wh: 31.62%; animation-delay: 1.1s; }
.candle:nth-child(14) { --b: 67.23%; --h: 8.71%; --wb: 64.8%; --wh: 24.97%; animation-delay: 2.9s; }
.candle:nth-child(15) { --b: 67.81%; --h: 7.85%; --wb: 57.54%; --wh: 27.55%; animation-delay: 0.7s; }
.candle:nth-child(16) { --b: 70.08%; --h: 6.14%; --wb: 55.68%; --wh: 21.83%; animation-delay: 3.4s; }
.candle:nth-child(17) { --b: 66.39%; --h: 3.69%; --wb: 58.11%; --wh: 26.11%; animation-delay: 1.6s; }
.candle:nth-child(18) { --b: 64.8%; --h: 9.78%; --wb: 45.47%; --wh: 29.61%; animation-delay: 0.2s; }

@keyframes fade {
  0% { opacity: 0; transform: scaleY(0.5); }
  20% { opacity: 1; transform: scaleY(1.2); }
  50% { opacity: 1; transform: scaleY(1.0); }
  80% { opacity: 1; transform: scaleY(1.1); }
  100% { opacity: 0; transform: scaleY(0.5); }
}

/* Section Base */
.section-title { font-family: var(--font-h); font-size: 2.5rem; text-align: center; margin-bottom: 60px; letter-spacing: -1px; }
.section-sub { text-align: center; font-size: 1.2rem; color: var(--text-dim); margin-top: -40px; margin-bottom: 60px; }

/* Pain vs Solution */
.pain-section { padding: 100px 20px; max-width: 1200px; margin: 0 auto; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.comp-card { background: var(--bg-panel); border: 1px solid var(--border-color); padding: 40px; border-radius: 4px; }
.fail-card { border-top: 3px solid var(--neon-red); }
.win-card { border-top: 3px solid var(--neon-green); box-shadow: 0 10px 40px rgba(0,191,255,0.05); }
.comp-card h3 { font-family: var(--font-h); font-size: 1.5rem; margin-bottom: 30px; }
.fail-card h3 { color: var(--neon-red); }
.win-card h3 { color: var(--neon-green); }
.pain-list { list-style: none; }
.pain-list li { margin-bottom: 20px; font-size: 1.1rem; display: flex; align-items: flex-start; gap: 15px; }
.x-mark { color: var(--neon-red); font-weight: bold; }
.check-mark { color: var(--neon-green); font-weight: bold; }

/* Verified Results */
.results-section { padding: 100px 20px; max-width: 1200px; margin: 0 auto; }
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.verification-badge { background: var(--bg-panel); border: 1px solid var(--border-color); padding: 30px; display: flex; flex-direction: column; gap: 30px; }
.verification-badge img { width: 100%; border-radius: 8px; border: 1px solid #333; }
.core-metrics { display: flex; justify-content: space-between; border-top: 1px dashed #333; padding-top: 20px; }
.metric { display: flex; flex-direction: column; }
.metric .label { font-size: 0.8rem; color: var(--text-dim); }
.metric .val { font-family: var(--font-h); font-size: 1.5rem; font-weight: bold; }

.returns-table { background: var(--bg-panel); border: 1px solid var(--border-color); }
.table-head { background: #111; padding: 20px; font-family: var(--font-h); font-size: 1.2rem; border-bottom: 1px solid #333; display: flex; flex-direction: column; gap: 6px; }
.table-head-sub { font-family: var(--font-p); font-size: 0.7rem; color: var(--text-dim); letter-spacing: 2px; }
.table-row { display: grid; grid-template-columns: 60px 1fr auto; align-items: baseline; gap: 16px; padding: 18px 20px; border-bottom: 1px solid #222; font-size: 1.15rem; transition: background 0.2s; }
.table-row:hover { background: rgba(0,191,255,0.05); }
.row-month { font-family: var(--font-h); font-weight: 700; letter-spacing: 1px; white-space: nowrap; word-break: keep-all; }
.row-year { display: block; font-size: 0.65em; color: var(--text-dim); letter-spacing: 1px; margin-top: 2px; font-weight: 400; }
.row-meta { font-size: 0.78rem; color: var(--text-dim); letter-spacing: 2px; }
.row-val { font-family: var(--font-h); font-weight: 700; }
.table-foot { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background: rgba(0,191,255,0.04); border-top: 1px dashed #333; font-family: var(--font-h); font-size: 1.1rem; letter-spacing: 2px; }
.table-foot > span:first-child { color: var(--text-dim); font-size: 0.85rem; }

/* Live Logs */
.logs-block { padding: 100px 20px; max-width: 1000px; margin: 0 auto; }
.live-badge { font-family: var(--font-h); font-size: 0.8rem; background: var(--neon-red); color: #fff; padding: 4px 10px; border-radius: 4px; vertical-align: middle; animation: blink 1.5s infinite; margin-left: 15px; box-shadow: 0 0 10px rgba(255,51,102,0.5); display: inline-block; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
.logs-container { background: var(--bg-panel); border: 1px solid var(--neon-green); box-shadow: 0 0 20px var(--neon-green-dim); padding: 20px; height: 340px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-start; }
.log-row { display: flex; justify-content: space-between; padding: 15px; border-bottom: 1px dashed #333; font-size: 1.1rem; overflow: hidden; }
.log-row.new { animation: slideDownFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
@keyframes slideDownFade { 
    from { opacity: 0; max-height: 0; padding-top: 0; padding-bottom: 0; transform: translateY(-20px); border-bottom-color: transparent; } 
    to { opacity: 1; max-height: 200px; padding-top: 15px; padding-bottom: 15px; transform: translateY(0); border-bottom-color: #333; } 
}
.log-row:last-child { border-bottom: none; }
.log-time { color: var(--text-dim); width: 100px; }
.log-pair { font-weight: bold; width: 100px; }
.log-action { width: 120px; }
.action-buy { color: var(--neon-green); }
.action-sell { color: var(--neon-red); }
.log-profit { font-family: var(--font-h); text-align: right; width: 120px; }

/* Real Profits Slider */
.real-profits-section { padding: 100px 20px; max-width: 1200px; margin: 0 auto; }
.profit-slider { display: flex; gap: 20px; padding-bottom: 20px; flex-wrap: wrap; justify-content: center; }
.profit-slider::-webkit-scrollbar { display: none; }
.mt4-card { flex: 0 0 300px; scroll-snap-align: center; background: #000; border: 1px solid #222; border-radius: 12px; padding: 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.mt4-header { display: flex; justify-content: space-between; border-bottom: 1px solid #222; padding-bottom: 10px; margin-bottom: 15px; font-weight: bold; color: #fff; font-size: 1.1rem; }
.mt4-header .date { color: #888; font-weight: normal; font-size: 0.9rem; }
.mt4-row { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 0.95rem; color: #ccc; }
.mt4-divider { height: 1px; background: #222; margin: 15px 0; }
.mt4-row.total { font-weight: bold; font-size: 1.2rem; color: #fff; }

/* FAQ */
.faq-section { padding: 100px 20px; max-width: 800px; margin: 0 auto; }
.faq-accordion { display: flex; flex-direction: column; gap: 15px; }
.faq-item { background: var(--bg-panel); border: 1px solid var(--border-color); }
.faq-btn { width: 100%; text-align: left; padding: 20px; background: none; border: none; color: var(--text-main); font-family: var(--font-h); font-size: 1.1rem; cursor: pointer; display: flex; justify-content: space-between; }
.faq-btn:hover { color: var(--neon-green); }
.faq-content { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; color: #aaa; }
.faq-item.active .faq-content { padding-bottom: 20px; max-height: 500px; }
.faq-item.active .faq-btn .icon { transform: rotate(45deg); color: var(--neon-green); }

/* Footer */
.pro-footer { text-align: center; padding: 100px 20px; background: #010101; border-top: 1px solid #111; }
.pro-footer h2 { font-family: var(--font-h); font-size: 3rem; margin-bottom: 20px; letter-spacing: -1px; }
.pro-footer p { color: #888; margin-bottom: 40px; }
.urgency-box { display: block; width: fit-content; margin: 0 auto 30px auto; border: 1px dashed var(--neon-red); padding: 10px 20px; color: var(--neon-red); font-family: var(--font-mono); }
.copyright { margin-top: 100px; color: #444; font-size: 0.9rem; letter-spacing: 2px; }
.btn-glow.large { font-size: 1.5rem; padding: 25px 60px; }

/* ============ BOOT LOADER ============ */
/* Scroll lock during loader play is set inline by JS — no class-based lock to avoid timing conflicts with Lenis */

.boot-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: radial-gradient(ellipse at center, #0a0a14 0%, #000 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform-origin: center center;
    will-change: transform, opacity, filter;
    transition:
        opacity 0.85s cubic-bezier(0.65, 0, 0.35, 1),
        transform 0.9s cubic-bezier(0.7, 0, 0.84, 0),
        filter 0.9s cubic-bezier(0.7, 0, 0.84, 0),
        visibility 0.9s;
}
.boot-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.6);
    filter: blur(24px) brightness(1.4);
}
/* Inner content scales slightly more for a "punching through" feel */
.boot-loader.hidden .boot-content {
    transform: scale(1.15);
    transition: transform 0.9s cubic-bezier(0.7, 0, 0.84, 0);
}

/* Grid background */
.boot-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0,191,255,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,191,255,0.07) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
    animation: bootGridDrift 12s linear infinite, bootGridFade 0.5s ease-out;
}
@keyframes bootGridDrift {
    from { background-position: 0 0; }
    to { background-position: 48px 48px; }
}
@keyframes bootGridFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* CRT scanline */
.boot-scanline {
    position: absolute;
    left: 0; right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, rgba(0,191,255,0.18) 50%, transparent);
    box-shadow: 0 0 30px rgba(0,191,255,0.4);
    animation: bootScan 1.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
    pointer-events: none;
}
@keyframes bootScan {
    0% { transform: translateY(-100px); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateY(100vh); opacity: 0; }
}

/* Vignette overlay with horizontal scan stripes */
.boot-vignette {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(to bottom,
            transparent 0,
            transparent 2px,
            rgba(0,0,0,0.18) 3px,
            transparent 4px);
    opacity: 0.5;
}

/* Frame corners */
.boot-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid var(--neon-green);
    box-shadow: 0 0 10px rgba(0,191,255,0.5);
    opacity: 0;
    animation: bootCornerIn 0.4s 0.05s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.boot-corner.tl { top: 24px; left: 24px; border-right: none; border-bottom: none; }
.boot-corner.tr { top: 24px; right: 24px; border-left: none; border-bottom: none; }
.boot-corner.bl { bottom: 24px; left: 24px; border-right: none; border-top: none; }
.boot-corner.br { bottom: 24px; right: 24px; border-left: none; border-top: none; }
@keyframes bootCornerIn {
    from { opacity: 0; transform: scale(0.5); }
    to { opacity: 1; transform: scale(1); }
}

.boot-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 640px;
    font-family: var(--font-p);
    color: var(--text-main);
    padding: 20px;
}

.boot-logo {
    text-align: center;
    margin-bottom: 50px;
}

.boot-logo-main {
    font-family: var(--font-h);
    font-size: clamp(2.6rem, 9vw, 4.5rem);
    font-weight: 700;
    letter-spacing: 12px;
    color: var(--neon-green);
    text-shadow:
        0 0 12px rgba(0,191,255,0.7),
        0 0 30px rgba(0,191,255,0.4),
        0 0 60px rgba(0,191,255,0.2);
    position: relative;
    display: inline-block;
    opacity: 0;
    animation: bootLogoIn 0.7s 0.1s cubic-bezier(0.16, 1, 0.3, 1) forwards,
               bootLogoGlitch 4s 0.9s infinite;
}
.boot-logo-main::before,
.boot-logo-main::after {
    content: attr(data-text);
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    opacity: 0;
}
.boot-logo-main::before {
    color: var(--neon-red);
    animation: bootGlitchR 4s 0.9s infinite;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
}
.boot-logo-main::after {
    color: #00ff66;
    animation: bootGlitchG 4s 0.9s infinite;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
}
@keyframes bootLogoIn {
    0% { opacity: 0; transform: translateY(-30px) scale(0.85); letter-spacing: 40px; filter: blur(14px); }
    60% { opacity: 1; filter: blur(0); }
    100% { opacity: 1; transform: translateY(0) scale(1); letter-spacing: 12px; filter: blur(0); }
}
@keyframes bootLogoGlitch {
    0%, 92%, 100% { transform: translate(0); }
    93% { transform: translate(-2px, 1px); }
    94% { transform: translate(2px, -1px); }
    95% { transform: translate(-1px, 0); }
    96% { transform: translate(0); }
}
@keyframes bootGlitchR {
    0%, 92%, 100% { opacity: 0; transform: translate(0); }
    93%, 95% { opacity: 0.8; transform: translate(-3px, 0); }
    94% { opacity: 0.8; transform: translate(3px, 0); }
}
@keyframes bootGlitchG {
    0%, 92%, 100% { opacity: 0; transform: translate(0); }
    93%, 95% { opacity: 0.8; transform: translate(3px, 0); }
    94% { opacity: 0.8; transform: translate(-3px, 0); }
}

.boot-logo-sub {
    font-size: 0.75rem;
    color: var(--text-dim);
    letter-spacing: 4px;
    margin-top: 14px;
    opacity: 0;
    animation: bootSubIn 0.5s 0.5s ease-out forwards;
}
@keyframes bootSubIn {
    from { opacity: 0; letter-spacing: 12px; }
    to { opacity: 1; letter-spacing: 4px; }
}

.boot-terminal {
    margin-bottom: 30px;
    font-size: 0.92rem;
    line-height: 1.9;
    min-height: 200px;
}
.boot-line {
    opacity: 0;
    color: var(--text-dim);
    white-space: nowrap;
    overflow: hidden;
}
.boot-line.show {
    animation: bootLineIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes bootLineIn {
    from { opacity: 0; transform: translateX(-12px); clip-path: inset(0 100% 0 0); }
    to { opacity: 1; transform: translateX(0); clip-path: inset(0 0 0 0); }
}
.boot-prompt {
    color: var(--neon-green);
    margin-right: 6px;
}
.boot-dots {
    color: #333;
    margin: 0 8px;
}
.boot-ok {
    color: var(--neon-green);
    text-shadow: 0 0 10px var(--neon-green-dim);
    font-weight: bold;
}
.boot-grant {
    color: var(--neon-green);
    font-family: var(--font-h);
    font-size: 1rem;
    letter-spacing: 4px;
    margin-top: 14px;
    text-shadow: 0 0 18px var(--neon-green);
}
.boot-grant.show { animation: bootLineIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards, bootGrantPulse 0.8s 0.35s ease-out; }
@keyframes bootGrantPulse {
    0% { text-shadow: 0 0 18px var(--neon-green); }
    50% { text-shadow: 0 0 40px var(--neon-green), 0 0 80px rgba(0,191,255,0.6); }
    100% { text-shadow: 0 0 18px var(--neon-green); }
}

.boot-progress {
    border: 1px solid rgba(0,191,255,0.25);
    background: rgba(0,191,255,0.03);
    padding: 14px 16px;
    opacity: 0;
    animation: bootSubIn 0.4s 0.3s ease-out forwards;
}
.boot-progress-track {
    height: 4px;
    background: rgba(0,191,255,0.1);
    overflow: hidden;
    position: relative;
}
.boot-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, rgba(0,191,255,0.4), var(--neon-green));
    box-shadow: 0 0 12px var(--neon-green), 0 0 24px rgba(0,191,255,0.4);
    transition: width 0.08s linear;
    position: relative;
}
.boot-progress-bar::after {
    content: '';
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 8px;
    background: #fff;
    box-shadow: 0 0 12px #fff, 0 0 24px var(--neon-green);
    opacity: 0.9;
}
.boot-progress-text {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: var(--text-dim);
    letter-spacing: 2px;
    margin-top: 10px;
}
.boot-progress-pct {
    color: var(--neon-green);
    font-family: var(--font-h);
    font-weight: 700;
}

.boot-skip {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-dim);
    font-family: var(--font-p);
    font-size: 0.7rem;
    padding: 8px 16px;
    cursor: pointer;
    letter-spacing: 3px;
    transition: all 0.2s;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    z-index: 3;
}
.boot-skip:hover {
    color: var(--neon-green);
    border-color: var(--neon-green);
    box-shadow: 0 0 12px var(--neon-green-dim);
}

@media (max-width: 600px) {
    .boot-corner { width: 18px; height: 18px; }
    .boot-corner.tl, .boot-corner.tr { top: 16px; }
    .boot-corner.bl, .boot-corner.br { bottom: 16px; }
    .boot-corner.tl, .boot-corner.bl { left: 16px; }
    .boot-corner.tr, .boot-corner.br { right: 16px; }
    .boot-terminal { font-size: 0.78rem; min-height: 180px; }
    .boot-logo-main { letter-spacing: 8px; }
    .boot-skip { bottom: 20px; right: 20px; font-size: 0.65rem; }
}

/* Animations */
.animate-in, .animate-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

.is-visible { opacity: 1; transform: translateY(0); }

/* Mobile */
@media (max-width: 900px) {
    .pro-nav { flex-direction: column; gap: 10px; padding: 10px 20px; }
    .nav-status { font-size: 0.9rem; }
    .hero-pro { grid-template-columns: 1fr; padding-top: 100px; text-align: center; }
    .hero-content { padding: 20px; }
    .hero-desc { margin: 20px auto 40px; }
    .profit-slider { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .title-live { font-size: 1.8rem; }
    .comparison-grid, .results-grid { grid-template-columns: 1fr; }
    .table-row { grid-template-columns: 50px 1fr auto; gap: 10px; padding: 16px; font-size: 1rem; }
    .row-meta { font-size: 0.7rem; }
    .row-val { font-size: 1rem; }
    .table-head { font-size: 1.05rem; padding: 16px; }
    .table-foot { padding: 16px; font-size: 1rem; }
    .core-metrics { flex-direction: column; gap: 15px; align-items: center; text-align: center; }
    .logs-container { height: 530px; }
    .log-row { flex-wrap: wrap; gap: 10px; }
    .log-time, .log-action { width: 45%; }
    .log-pair, .log-profit { width: 45%; text-align: right; }
    .btn-glow { padding: 15px 20px; width: 100%; display: block; text-align: center; box-sizing: border-box; }
    .btn-glow.large { font-size: 1.1rem; padding: 15px; width: 100%; }
    .pro-footer { padding: 60px 20px; }
    .pro-footer h2 { font-size: 2rem; }
    .copyright { margin-top: 50px; }
}

/* Narrow phones (Android S8+, Pixel 5, anything ≤ 400px) */
@media (max-width: 480px) {
    .hero-image-wrap { padding: 20px; }
    .candle-wrapper { padding: 10px; }
    .candle-chart { gap: 2px; height: 280px; }
    .candle { width: 7px; }
    .main-head { font-size: clamp(1.8rem, 9vw, 3rem); letter-spacing: -1px; }
    .hero-desc { font-size: 1rem; }
    .btn-glow { font-size: 0.95rem; padding: 14px 12px; letter-spacing: 0.5px; }
    .btn-glow.large { font-size: 1rem; padding: 14px 12px; }
}
