/* =========================================================
   HOME.CSS — VELWOLEF HOME V3
========================================================= */

.home-v3-shell {
    position: relative;
    overflow: hidden;
}

#heroParticles {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.9;
}

.home-v3-shell .section-container,
.home-v3-shell .home-hero,
.home-v3-shell .power-strip-section,
.home-v3-shell .market-updates-section,
.home-v3-shell .platform-showcase-section,
.home-v3-shell .why-v2,
.home-v3-shell .results-proof-section,
.home-v3-shell .final-cta-section,
.home-v3-shell .v3-command-section,
.home-v3-shell .v3-live-feed-section,
.home-v3-shell .v3-magnetic-section {
    position: relative;
    z-index: 2;
}

/* =========================================================
   HERO V3
========================================================= */

.home-hero.v3-hero {
    min-height: 100vh;
    padding: 110px 0 90px;
    position: relative;
    overflow: hidden;
}

.v3-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(34,197,94,0.10), transparent 25%),
        radial-gradient(circle at 80% 15%, rgba(59,130,246,0.12), transparent 26%),
        radial-gradient(circle at 60% 75%, rgba(139,92,246,0.12), transparent 28%);
    z-index: 0;
    pointer-events: none;
}

.v3-grid-overlay {
    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: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.08));
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}

.v3-radar-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(96,165,250,0.14);
    pointer-events: none;
    z-index: 0;
    animation: radarSpin 18s linear infinite;
}

.v3-radar-ring.ring-1 {
    width: 680px;
    height: 680px;
    top: -120px;
    right: -120px;
}

.v3-radar-ring.ring-2 {
    width: 420px;
    height: 420px;
    bottom: 40px;
    left: -110px;
    animation-direction: reverse;
    animation-duration: 24s;
}

@keyframes radarSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hero-v3-container {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-kicker-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.v3-mini-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
    color: #dbeafe;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    backdrop-filter: blur(12px);
}

.v3-mini-pill .pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34,197,94,0.4);
    animation: pulseDot 1.6s infinite;
}

@keyframes pulseDot {
    0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.42); }
    70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
    100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

.hero-title-v3 {
    font-size: clamp(3rem, 5.3vw, 5.7rem);
    line-height: 0.93;
    font-weight: 980;
    letter-spacing: -0.08em;
    margin: 0 0 22px;
    max-width: 820px;
    color: #fff;
}

.hero-title-v3 .line {
    display: block;
}

.hero-title-v3 .line-accent {
    background: linear-gradient(90deg, #22c55e 0%, #3b82f6 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text-v3 {
    max-width: 720px;
    color: #b8c4d9;
    font-size: 1.05rem;
    line-height: 1.95;
    margin-bottom: 28px;
}

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

.hero-btn-glow,
.hero-btn-ghost {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 16px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.25s ease;
    overflow: hidden;
}

.hero-btn-glow {
    color: #fff;
    background: linear-gradient(135deg, #22c55e, #2563eb, #7c3aed);
    box-shadow: 0 18px 40px rgba(37,99,235,0.28);
}

.hero-btn-glow:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 24px 52px rgba(37,99,235,0.34);
}

.hero-btn-ghost {
    color: #fff;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(12px);
}

.hero-btn-ghost:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.08);
}

.v3-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    max-width: 840px;
}

.v3-proof-card {
    position: relative;
    overflow: hidden;
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 28px rgba(0,0,0,0.18);
    backdrop-filter: blur(14px);
}

.v3-proof-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(34,197,94,0.08), rgba(59,130,246,0.02), rgba(139,92,246,0.08));
    opacity: 0.8;
    pointer-events: none;
}

.v3-proof-card strong,
.v3-proof-card span {
    position: relative;
    z-index: 1;
}

.v3-proof-card strong {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 950;
    margin-bottom: 8px;
}

.v3-proof-card span {
    display: block;
    color: #8ea0bb;
    font-size: 0.82rem;
    line-height: 1.5;
}

/* =========================================================
   RIGHT EXPERIENCE
========================================================= */

.hero-right-v3 {
    position: relative;
    min-width: 0;
}

.v3-scene {
    position: relative;
    width: 100%;
    max-width: 620px;
    min-height: 760px;
    margin: 0 auto;
}

.v3-energy-orb {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 440px;
    height: 440px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(59,130,246,0.22), rgba(34,197,94,0.14) 32%, rgba(139,92,246,0.12) 48%, transparent 72%);
    filter: blur(38px);
    animation: orbFloat 6.5s ease-in-out infinite;
    z-index: 1;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -52%) scale(1.04); }
}

.v3-terminal-card,
.v3-phone-card,
.v3-side-card,
.v3-signal-pulse {
    position: absolute;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 22px 60px rgba(0,0,0,0.28);
}

.v3-terminal-card {
    top: 40px;
    right: 10px;
    width: 250px;
    border-radius: 24px;
    padding: 16px;
    background: rgba(7,12,22,0.88);
    z-index: 4;
}

.v3-terminal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.v3-terminal-title {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.v3-terminal-live {
    color: #86efac;
    font-size: 11px;
    font-weight: 900;
}

.v3-terminal-lines {
    display: grid;
    gap: 10px;
}

.v3-terminal-line {
    font-size: 12px;
    color: #9fb0ca;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.v3-terminal-line strong {
    color: #fff;
}

.v3-phone-card {
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    width: 360px;
    min-height: 560px;
    padding: 12px;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(17,24,39,0.98), rgba(6,10,18,0.98));
    z-index: 3;
}

.v3-phone-inner {
    position: relative;
    overflow: hidden;
    min-height: 536px;
    border-radius: 30px;
    padding: 18px;
    background:
        radial-gradient(circle at top right, rgba(59,130,246,0.10), transparent 30%),
        radial-gradient(circle at top left, rgba(34,197,94,0.10), transparent 24%),
        linear-gradient(180deg, #0b1220, #09101a);
    border: 1px solid rgba(255,255,255,0.05);
}

.v3-phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 122px;
    height: 24px;
    background: #060a10;
    border-radius: 0 0 16px 16px;
    z-index: 5;
}

.v3-phone-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    margin-top: 8px;
}

.v3-phone-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.v3-phone-brand img {
    height: 22px;
}

.v3-phone-brand span {
    color: #dbeafe;
    font-size: 12px;
    font-weight: 800;
}

.v3-phone-badge {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(34,197,94,0.12);
    border: 1px solid rgba(34,197,94,0.20);
    color: #86efac;
    font-size: 10px;
    font-weight: 900;
}

.v3-phone-main-card,
.v3-phone-metrics,
.v3-phone-ai-box,
.v3-phone-watch {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.18);
}

.v3-phone-main-card {
    padding: 16px;
    margin-bottom: 12px;
}

.v3-phone-main-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.v3-phone-main-top small {
    display: block;
    color: #8ea0bb;
    font-size: 10px;
    margin-bottom: 4px;
}

.v3-phone-main-top strong {
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 950;
    line-height: 1.05;
}

.v3-phone-main-top span {
    color: #8ea0bb;
    font-size: 10px;
}

.v3-side-tag {
    display: inline-flex;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(59,130,246,0.12);
    color: #93c5fd;
    font-size: 10px;
    font-weight: 900;
    border: 1px solid rgba(59,130,246,0.18);
}

.v3-phone-chart {
    position: relative;
    height: 140px;
    border-radius: 16px;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(180deg, #09111d, #0a1018);
    background-size: 24px 24px, 24px 24px, auto;
    border: 1px solid rgba(255,255,255,0.06);
}

.v3-phone-chart svg {
    width: 100%;
    height: 100%;
    display: block;
}

.v3-phone-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 10px;
    margin-bottom: 12px;
}

.v3-phone-metric {
    padding: 10px 8px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    text-align: center;
}

.v3-phone-metric span {
    display: block;
    color: #8ea0bb;
    font-size: 10px;
    margin-bottom: 5px;
}

.v3-phone-metric strong {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.v3-phone-ai-box {
    padding: 14px;
    margin-bottom: 12px;
}

.v3-ai-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.v3-ai-head strong {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.v3-ai-head span {
    color: #86efac;
    font-size: 10px;
    font-weight: 900;
}

.v3-ai-stream {
    min-height: 42px;
    color: #b8c4d9;
    font-size: 12px;
    line-height: 1.6;
}

.v3-phone-watch {
    padding: 12px 14px;
}

.v3-phone-watch-title {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
}

.v3-watch-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.v3-watch-row:last-child {
    border-bottom: none;
}

.v3-watch-row span {
    color: #c6d2e3;
    font-size: 12px;
}

.v3-watch-row strong {
    font-size: 12px;
    font-weight: 900;
    color: #fff;
}

.v3-watch-row .up { color: #4ade80; }
.v3-watch-row .down { color: #f87171; }

.v3-side-card {
    left: 0;
    top: 180px;
    width: 185px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(7,12,22,0.84);
    z-index: 4;
}

.v3-side-card small {
    display: block;
    color: #8ea0bb;
    font-size: 10px;
    margin-bottom: 6px;
}

.v3-side-card strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 6px;
}

.v3-side-card span {
    display: block;
    color: #c3cee0;
    font-size: 11px;
    line-height: 1.5;
}

.v3-signal-pulse {
    right: 32px;
    bottom: 58px;
    width: 190px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(7,12,22,0.90);
    z-index: 4;
}

.v3-signal-pulse .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.v3-signal-pulse .top strong {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.v3-signal-pulse .top span {
    color: #86efac;
    font-size: 10px;
    font-weight: 900;
}

.v3-pulse-bar {
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    overflow: hidden;
    margin-bottom: 8px;
}

.v3-pulse-bar i {
    display: block;
    width: 78%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #22c55e, #3b82f6, #8b5cf6);
    animation: pulseProgress 2.6s ease-in-out infinite;
}

@keyframes pulseProgress {
    0%, 100% { width: 74%; }
    50% { width: 88%; }
}

.v3-signal-pulse p {
    margin: 0;
    color: #9fb0ca;
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   COMMAND CENTER
========================================================= */

.v3-command-section {
    padding: 18px 0 70px;
}

.v3-command-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
}

.v3-command-main,
.v3-command-side {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(10,16,28,0.92), rgba(7,11,20,0.96));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 22px 60px rgba(0,0,0,0.25);
    overflow: hidden;
}

.v3-command-main {
    padding: 24px;
}

.v3-command-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.v3-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #93c5fd;
    font-size: 13px;
    font-weight: 900;
}

.v3-section-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 0 6px rgba(59,130,246,0.10);
}

.v3-command-top h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0;
    max-width: 760px;
}

.v3-command-top p {
    margin: 10px 0 0;
    color: #aebcd2;
    line-height: 1.9;
    max-width: 780px;
}

.v3-command-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 18px;
}

.v3-command-metric {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.v3-command-metric span {
    display: block;
    color: #8ea0bb;
    font-size: 12px;
    margin-bottom: 8px;
}

.v3-command-metric strong {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 950;
}

.v3-command-board {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 14px;
}

.v3-board-chart,
.v3-board-flow {
    min-width: 0;
    border-radius: 22px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 18px;
}

.v3-board-title {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 14px;
}

.v3-big-chart {
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(180deg, #08111d, #0a1018);
    background-size: 32px 32px, 32px 32px, auto;
    border: 1px solid rgba(255,255,255,0.06);
}

.v3-big-chart svg {
    width: 100%;
    height: 100%;
    display: block;
}

.v3-flow-list {
    display: grid;
    gap: 10px;
}

.v3-flow-item {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.v3-flow-item strong {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 6px;
}

.v3-flow-item span {
    display: block;
    color: #9fb0ca;
    font-size: 12px;
    line-height: 1.6;
}

.v3-command-side {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.v3-side-panel {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
}

.v3-side-panel h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 10px;
}

.v3-side-panel p {
    color: #aebcd2;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
}

.v3-scan-list {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.v3-scan-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.05);
}

.v3-scan-row span {
    color: #d7e2f0;
    font-size: 13px;
    font-weight: 800;
}

.v3-scan-row strong {
    font-size: 12px;
    font-weight: 900;
    color: #fff;
}

.v3-status-buy { color: #4ade80 !important; }
.v3-status-watch { color: #facc15 !important; }
.v3-status-risk { color: #f87171 !important; }

/* =========================================================
   LIVE FEED
========================================================= */

.v3-live-feed-section {
    padding: 10px 0 78px;
}

.v3-feed-wrap {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(10,16,28,0.92), rgba(7,11,20,0.96));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 22px 60px rgba(0,0,0,0.22);
    overflow: hidden;
}

.v3-feed-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 24px 0;
    flex-wrap: wrap;
}

.v3-feed-header h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.04em;
    margin: 0;
}

.v3-feed-header p {
    margin: 8px 0 0;
    color: #aebcd2;
    line-height: 1.8;
    max-width: 760px;
}

.v3-feed-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(34,197,94,0.10);
    border: 1px solid rgba(34,197,94,0.18);
    color: #86efac;
    font-size: 12px;
    font-weight: 900;
}

.v3-feed-board {
    padding: 20px 24px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.v3-feed-column {
    min-width: 0;
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 18px;
}

.v3-feed-column h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 12px;
}

.v3-live-feed-list {
    display: grid;
    gap: 10px;
    min-height: 320px;
}

.v3-feed-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.05);
    animation: feedAppear 0.4s ease;
}

@keyframes feedAppear {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.v3-feed-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34,197,94,0.10);
}

.v3-feed-item.loss .v3-feed-dot {
    background: #ef4444;
    box-shadow: 0 0 0 6px rgba(239,68,68,0.10);
}

.v3-feed-item .main strong {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 4px;
}

.v3-feed-item .main span {
    display: block;
    color: #9fb0ca;
    font-size: 12px;
    line-height: 1.5;
}

.v3-feed-item .result {
    font-size: 12px;
    font-weight: 900;
    color: #4ade80;
}

.v3-feed-item.loss .result {
    color: #f87171;
}

/* =========================================================
   MAGNETIC CARDS
========================================================= */

.v3-magnetic-section {
    padding: 0 0 80px;
}

.v3-magnetic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.v3-magnetic-card {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(14,21,36,0.92), rgba(7,11,20,0.96));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 48px rgba(0,0,0,0.22);
    transform-style: preserve-3d;
    transition: transform 0.18s ease;
}

.v3-magnetic-card::before {
    content: "";
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(59,130,246,0.16), transparent 40%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.v3-magnetic-card:hover::before {
    opacity: 1;
}

.v3-magnetic-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(34,197,94,0.16), rgba(59,130,246,0.16));
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.v3-magnetic-card h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 950;
    margin: 0 0 12px;
}

.v3-magnetic-card p {
    color: #aebcd2;
    line-height: 1.9;
    margin: 0 0 18px;
}

.v3-magnetic-card .mini {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: #dbeafe;
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
    .hero-v3-container,
    .v3-command-grid,
    .v3-command-board,
    .v3-feed-board {
        grid-template-columns: 1fr;
    }

    .v3-proof-grid,
    .v3-command-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .v3-magnetic-grid {
        grid-template-columns: 1fr;
    }

    .v3-scene {
        min-height: 700px;
    }

    .v3-side-card {
        left: 10px;
    }

    .v3-terminal-card {
        right: 20px;
    }
}

@media (max-width: 980px) {
    .home-hero.v3-hero {
        min-height: auto;
        padding: 86px 0 54px;
    }

    .hero-title-v3 {
        font-size: clamp(2.4rem, 8vw, 3.6rem);
        line-height: 1;
    }

    .hero-text-v3 {
        font-size: 0.98rem;
        line-height: 1.85;
    }

    .hero-actions-v3 {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-btn-glow,
    .hero-btn-ghost {
        width: 100%;
    }

    .v3-proof-grid {
        grid-template-columns: 1fr 1fr;
    }

    .v3-scene {
        min-height: 620px;
        max-width: 100%;
    }

    .v3-phone-card {
        width: 320px;
    }

    .v3-phone-inner {
        min-height: 520px;
    }

    .v3-side-card {
        top: 110px;
        width: 155px;
        padding: 12px;
    }

    .v3-terminal-card {
        width: 220px;
    }

    .v3-signal-pulse {
        width: 170px;
        right: 16px;
        bottom: 26px;
    }

    .v3-phone-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    #heroParticles {
        display: none;
    }

    .v3-grid-overlay,
    .v3-radar-ring,
    .v3-energy-orb,
    .v3-terminal-card,
    .v3-side-card,
    .v3-signal-pulse {
        display: none;
    }

    .home-hero.v3-hero {
        padding: 74px 0 38px;
    }

    .hero-title-v3 {
        font-size: clamp(2rem, 10vw, 2.5rem);
    }

    .v3-proof-grid,
    .v3-command-metrics,
    .v3-feed-board {
        grid-template-columns: 1fr;
    }

    .v3-phone-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        border-radius: 32px;
    }

    .v3-phone-inner {
        min-height: 500px;
        padding: 16px;
    }

    .v3-command-main,
    .v3-command-side,
    .v3-feed-wrap,
    .v3-magnetic-card {
        border-radius: 22px;
    }

    .v3-command-top h2,
    .v3-feed-header h2 {
        font-size: 1.7rem;
    }
}

/* =========================================================
   HOME ONLY — LIVE MARKET TICKER
========================================================= */

.market-ticker-live {
    margin-top: 14px;
    margin-bottom: 10px;
}

.ticker-shell {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 16px;
    border-radius: 18px;
    background: rgba(8, 14, 26, 0.9);
    border: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.ticker-live-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.ticker-live-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

.ticker-marquee {
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.ticker-track {
    display: flex;
    gap: 30px;
    animation: scroll 25s linear infinite;
    width: max-content;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-weight: 700;
}

.ticker-change.positive { color: #22c55e; }
.ticker-change.negative { color: #ef4444; }

@media (max-width: 980px) {
    .ticker-shell {
        gap: 10px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .ticker-track {
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .market-ticker-live {
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .ticker-shell {
        padding: 8px 10px;
        border-radius: 12px;
    }

    .ticker-live-badge {
        font-size: 11px;
    }

    .ticker-item {
        font-size: 12.5px;
    }
}

/* =========================================================
   HOME MOBILE POLISH — IPHONE SIZE
========================================================= */

@media (max-width: 980px) {
    .hero-v3-container {
        gap: 28px;
    }

    .hero-left {
        text-align: left;
    }

    .v3-proof-card {
        padding: 16px 14px;
        border-radius: 18px;
    }

    .v3-proof-card strong {
        font-size: 1.32rem;
    }

    .v3-command-section,
    .v3-live-feed-section,
    .v3-magnetic-section,
    .power-strip-section,
    .market-updates-section,
    .platform-showcase-section,
    .why-v2,
    .results-proof-section,
    .final-cta-section {
        overflow: hidden;
    }
}

@media (max-width: 640px) {
    .home-v3-shell .section-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .home-hero.v3-hero {
        padding: 70px 0 28px;
    }

    .hero-kicker-row {
        gap: 8px;
        margin-bottom: 14px;
    }

    .v3-mini-pill {
        min-height: 34px;
        padding: 0 12px;
        font-size: 11px;
    }

    .hero-title-v3 {
        font-size: clamp(1.72rem, 8.2vw, 2.28rem);
        line-height: 0.98;
        letter-spacing: -0.06em;
        margin-bottom: 16px;
    }

    .hero-text-v3 {
        font-size: 0.93rem;
        line-height: 1.72;
        margin-bottom: 18px;
    }

    .hero-actions-v3 {
        gap: 10px;
        margin-bottom: 18px;
    }

    .hero-btn-glow,
    .hero-btn-ghost {
        min-height: 50px;
        padding: 0 16px;
        border-radius: 14px;
        font-size: 14px;
    }

    .v3-proof-grid {
        gap: 10px;
    }

    .v3-scene {
        min-height: 560px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .v3-phone-card {
        width: 286px;
        max-width: 286px;
        min-height: 582px;
        padding: 10px;
        border-radius: 36px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.34);
    }

    .v3-phone-inner {
        min-height: 560px;
        padding: 14px;
        border-radius: 28px;
    }

    .v3-phone-notch {
        width: 104px;
        height: 22px;
    }

    .v3-phone-brand img {
        height: 18px;
    }

    .v3-phone-brand span {
        font-size: 11px;
    }

    .v3-phone-badge {
        font-size: 9px;
        padding: 6px 8px;
    }

    .v3-phone-main-card {
        padding: 13px;
        margin-bottom: 10px;
    }

    .v3-phone-main-top strong {
        font-size: 16px;
    }

    .v3-phone-chart {
        height: 118px;
    }

    .v3-phone-metrics {
        gap: 7px;
        padding: 8px;
        margin-bottom: 10px;
    }

    .v3-phone-metric {
        padding: 8px 6px;
        border-radius: 12px;
    }

    .v3-phone-metric span,
    .v3-phone-metric strong,
    .v3-ai-head strong,
    .v3-ai-head span,
    .v3-ai-stream,
    .v3-phone-watch-title,
    .v3-watch-row span,
    .v3-watch-row strong {
        font-size: 11px;
    }

    .v3-phone-ai-box,
    .v3-phone-watch {
        padding: 12px;
    }

    .v3-command-section {
        padding: 8px 0 52px;
    }

    .v3-live-feed-section {
        padding: 0 0 56px;
    }

    .v3-command-main,
    .v3-command-side,
    .v3-feed-wrap,
    .v3-magnetic-card {
        border-radius: 20px;
    }

    .v3-command-main {
        padding: 18px;
    }

    .v3-command-side {
        padding: 16px;
    }

    .v3-command-top h2,
    .v3-feed-header h2 {
        font-size: 1.45rem;
    }

    .v3-feed-header {
        padding: 18px 18px 0;
    }

    .v3-feed-board {
        padding: 16px 18px 18px;
        gap: 12px;
    }

    .v3-feed-column {
        padding: 14px;
        border-radius: 18px;
    }

    .v3-magnetic-card {
        min-height: 220px;
        padding: 18px;
    }

    .v3-magnetic-card h3 {
        font-size: 1.24rem;
    }
}

@media (max-width: 390px) {
    .hero-title-v3 {
        font-size: clamp(1.6rem, 8vw, 2.05rem);
    }

    .v3-phone-card {
        width: 274px;
        max-width: 274px;
        min-height: 568px;
        border-radius: 34px;
    }

    .v3-phone-inner {
        min-height: 546px;
        padding: 13px;
    }

    .v3-phone-chart {
        height: 110px;
    }
}


/* =========================================================
   REAL HOME MOBILE FIX OVERRIDES
   Added to stop overlap and clean hero on phones
========================================================= */

@media (max-width: 980px) {
    .home-v3-shell {
        padding-top: 72px !important;
        overflow-x: hidden !important;
    }

    .market-ticker-live {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
    }

    .home-hero.v3-hero {
        min-height: auto !important;
        padding: 20px 0 36px !important;
    }

    .hero-v3-container {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        align-items: start !important;
    }

    .hero-left,
    .hero-right-v3 {
        width: 100% !important;
        min-width: 0 !important;
    }

    .v3-grid-overlay,
    .v3-radar-ring,
    .v3-energy-orb,
    .v3-terminal-card,
    .v3-side-card,
    .v3-signal-pulse {
        display: none !important;
    }

    .v3-scene {
        min-height: auto !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        margin: 0 auto !important;
    }

    .v3-phone-card {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: min(86vw, 320px) !important;
        max-width: 320px !important;
        min-height: auto !important;
        margin: 0 auto !important;
    }

    .v3-phone-inner {
        min-height: auto !important;
    }

    .v3-proof-grid,
    .v3-command-metrics,
    .v3-feed-board {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    #heroParticles {
        display: none !important;
    }

    .home-v3-shell .section-container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .home-v3-shell {
        padding-top: 66px !important;
    }

    .market-ticker-live {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .ticker-shell {
        padding: 8px 10px !important;
        border-radius: 12px !important;
    }

    .home-hero.v3-hero {
        padding: 12px 0 28px !important;
    }

    .hero-kicker-row {
        gap: 8px !important;
        margin-bottom: 14px !important;
    }

    .v3-mini-pill {
        min-height: 32px !important;
        padding: 0 10px !important;
        font-size: 10px !important;
    }

    .hero-title-v3 {
        font-size: clamp(1.85rem, 8vw, 2.35rem) !important;
        line-height: 1.02 !important;
        letter-spacing: -0.05em !important;
        margin-bottom: 14px !important;
    }

    .hero-text-v3 {
        font-size: 0.95rem !important;
        line-height: 1.68 !important;
        margin-bottom: 18px !important;
    }

    .hero-actions-v3 {
        gap: 10px !important;
        margin-bottom: 18px !important;
        flex-direction: column !important;
    }

    .hero-btn-glow,
    .hero-btn-ghost {
        width: 100% !important;
        min-height: 52px !important;
        padding: 0 16px !important;
        border-radius: 14px !important;
        font-size: 14px !important;
    }

    .v3-proof-grid {
        gap: 10px !important;
    }

    .v3-proof-card {
        padding: 16px 14px !important;
        border-radius: 18px !important;
    }

    .v3-phone-card {
        width: min(84vw, 286px) !important;
        max-width: 286px !important;
        padding: 10px !important;
        border-radius: 36px !important;
        box-shadow: 0 20px 50px rgba(0,0,0,0.34) !important;
    }

    .v3-phone-inner {
        padding: 14px !important;
        border-radius: 28px !important;
    }

    .v3-phone-notch {
        width: 104px !important;
        height: 22px !important;
    }

    .v3-phone-brand img {
        height: 18px !important;
    }

    .v3-phone-brand span {
        font-size: 11px !important;
    }

    .v3-phone-badge {
        font-size: 9px !important;
        padding: 6px 8px !important;
    }

    .v3-phone-main-card {
        padding: 13px !important;
        margin-bottom: 10px !important;
    }

    .v3-phone-main-top {
        gap: 10px !important;
    }

    .v3-phone-main-top strong {
        font-size: 16px !important;
    }

    .v3-phone-chart {
        height: 118px !important;
    }

    .v3-phone-metrics {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 7px !important;
        padding: 8px !important;
        margin-bottom: 10px !important;
    }

    .v3-phone-metric {
        padding: 8px 6px !important;
        border-radius: 12px !important;
    }

    .v3-phone-metric span,
    .v3-phone-metric strong,
    .v3-ai-head strong,
    .v3-ai-head span,
    .v3-ai-stream,
    .v3-phone-watch-title,
    .v3-watch-row span,
    .v3-watch-row strong {
        font-size: 11px !important;
    }

    .v3-phone-ai-box,
    .v3-phone-watch {
        padding: 12px !important;
    }

    .v3-command-section {
        padding: 8px 0 52px !important;
    }

    .v3-live-feed-section {
        padding: 0 0 56px !important;
    }

    .v3-command-main,
    .v3-command-side,
    .v3-feed-wrap,
    .v3-magnetic-card {
        border-radius: 20px !important;
    }

    .v3-command-main {
        padding: 18px !important;
    }

    .v3-command-side {
        padding: 16px !important;
    }

    .v3-command-top h2,
    .v3-feed-header h2 {
        font-size: 1.45rem !important;
    }

    .v3-feed-header {
        padding: 18px 18px 0 !important;
    }

    .v3-feed-board {
        padding: 16px 18px 18px !important;
        gap: 12px !important;
    }

    .v3-feed-column {
        padding: 14px !important;
        border-radius: 18px !important;
    }

    .v3-magnetic-card {
        min-height: 220px !important;
        padding: 18px !important;
    }

    .v3-magnetic-card h3 {
        font-size: 1.24rem !important;
    }
}

@media (max-width: 390px) {
    .home-v3-shell {
        padding-top: 64px !important;
    }

    .hero-title-v3 {
        font-size: clamp(1.65rem, 7.8vw, 2.05rem) !important;
    }

    .v3-phone-card {
        width: min(84vw, 274px) !important;
        max-width: 274px !important;
    }
}



/* =========================================================
   HOME MOBILE SAFE FIX
   Keeps desktop intact, prevents overlap with fixed navbar
========================================================= */
@media (max-width: 980px) {
    .home-v3-shell {
        padding-top: 0 !important;
    }

    .market-ticker-live {
        margin-top: 8px !important;
        margin-bottom: 10px !important;
    }

    .home-hero.v3-hero {
        padding-top: 18px !important;
    }

    .hero-v3-container {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
        align-items: start !important;
    }

    .hero-left,
    .hero-right-v3 {
        width: 100% !important;
        min-width: 0 !important;
    }

    .v3-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .market-ticker-live {
        margin-top: 6px !important;
        margin-bottom: 10px !important;
    }

    .ticker-shell {
        align-items: center !important;
    }

    .ticker-live-badge {
        flex: 0 0 auto !important;
    }

    .hero-title-v3 {
        max-width: 100% !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
    }

    .hero-text-v3 {
        max-width: 100% !important;
    }

    .v3-proof-grid {
        grid-template-columns: 1fr !important;
    }

    .v3-proof-card,
    .hero-btn-glow,
    .hero-btn-ghost,
    .ticker-shell {
        width: 100% !important;
    }
}






/* =========================================================
   MARKET HUB (HOME)
========================================================= */

.market-hub-home {
    margin-top: 80px;
}

.market-hub-header {
    margin-bottom: 30px;
}

.market-hub-kicker {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.6;
}

.market-hub-header h2 {
    font-size: 32px;
    margin-top: 6px;
}

.market-hub-header p {
    margin-top: 10px;
    opacity: 0.7;
    max-width: 600px;
}

/* GRID */
.market-hub-grid {
    display: grid;
    gap: 20px;
}

/* HERO */
.market-hub-hero {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.hub-badge {
    padding: 20px;
    border-radius: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.05);
}

.hub-badge strong {
    display: block;
    font-size: 24px;
    margin-top: 6px;
}

.hub-badge small {
    opacity: 0.7;
}

/* ASSETS */
.market-assets-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.asset-mini-card {
    padding: 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.04);
    transition: 0.2s;
}

.asset-mini-card:hover {
    transform: translateY(-3px);
}

.asset-mini-card .symbol {
    font-size: 12px;
    opacity: 0.6;
}

.asset-mini-card .price {
    display: block;
    font-size: 22px;
    margin-top: 6px;
}

.asset-mini-card .change {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
}

.change.up {
    color: #22c55e;
}

.change.down {
    color: #ef4444;
}

.asset-meta {
    display: block;
    font-size: 11px;
    margin-top: 6px;
    opacity: 0.5;
}

/* =========================================================
   HERO OPTIMISATION
========================================================= */

.v3-scene-lite {
    gap: 15px;
}

/* =========================================================
   MOBILE VERSION ULTRA CLEAN
========================================================= */

@media (max-width: 980px) {

    /* SUPPRIMER LES ÉLÉMENTS LOURDS */
    .v3-phone-card,
    .v3-signal-pulse,
    .hero-bg-orb,
    .v3-radar-ring,
    .v3-energy-orb {
        display: none !important;
    }

    /* STOP PARALLAX */
    .hero-parallax-layer {
        transform: none !important;
    }

    /* STOP PARTICLES */
    #heroParticles {
        display: none !important;
    }

    /* HERO EN 1 COLONNE */
    .hero-v3-container {
        grid-template-columns: 1fr !important;
    }

    .hero-right-v3 {
        margin-top: 20px;
    }

    /* TITRE */
    .hero-title-v3 {
        font-size: 32px;
        line-height: 1.1;
    }

    .hero-text-v3 {
        font-size: 15px;
    }

    /* CTA */
    .hero-actions-v3 {
        flex-direction: column;
        gap: 10px;
    }

    /* PROOF GRID */
    .v3-proof-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* MARKET HUB */
    .market-hub-hero {
        grid-template-columns: 1fr;
    }

    .market-assets-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* LIVE FEED */
    .v3-feed-board {
        grid-template-columns: 1fr;
    }

}

/* =========================================================
   MOBILE ULTRA COMPACT (PETIT TEL)
========================================================= */

@media (max-width: 480px) {

    .hero-title-v3 {
        font-size: 26px;
    }

    .market-hub-header h2 {
        font-size: 24px;
    }

    .asset-mini-card {
        padding: 14px;
    }

    .hub-badge {
        padding: 16px;
    }

}