/*
 * Philosophie — « Trading Cockpit » : Manrope lisible, interface terminal,
 * données en IBM Plex Mono et mouvement fonctionnel, jamais décoratif seul.
 */

:root {
  --v12-navy: #07111f;
  --v12-navy-2: #0d1b2f;
  --v12-panel: #10233c;
  --v12-ink: #111a25;
  --v12-ivory: #f6f2e8;
  --v12-paper: #fbfaf6;
  --v12-gold: #e7b85b;
  --v12-green: #43d39e;
  --v12-red: #ff6b6b;
  --v12-blue: #68a9ff;
  --v12-muted: #8b9ab0;
  --v12-border: rgba(255, 255, 255, 0.1);
  --v12-ease: cubic-bezier(0.23, 1, 0.32, 1);
}

html[data-meta-home="true"] #root { display: none !important; }
html[data-meta-home="true"] body { margin: 0; background: var(--v12-navy); }
html[data-meta-home="true"] #meta-root { display: block; }

.v12-page, .v12-page * { box-sizing: border-box; }
.v12-page { color: var(--v12-ivory); background: var(--v12-navy); font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.55; overflow: clip; }
.v12-page a { color: inherit; text-decoration: none; }
.v12-page img { max-width: 100%; }
.v12-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.v12-riskbar { min-height: 31px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 6px 20px; color: #c8d2de; background: #030914; border-bottom: 1px solid rgba(255,255,255,.06); font: 500 10px/1.4 "IBM Plex Mono", monospace; letter-spacing: .055em; text-align: center; text-transform: uppercase; }
.v12-riskbar strong { color: var(--v12-gold); font-weight: 600; }
.v12-riskbar__pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--v12-red); box-shadow: 0 0 0 5px rgba(255,107,107,.1); }

.v12-header { position: relative; z-index: 20; background: rgba(7,17,31,.86); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.v12-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.v12-brand { width: 150px; flex: 0 0 auto; }
.v12-brand img { display: block; width: 100%; height: auto; }
.v12-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.v12-nav a { position: relative; color: #c2cddd; font-size: 13px; font-weight: 600; transition: color 160ms var(--v12-ease); }
.v12-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--v12-gold); transition: right 180ms var(--v12-ease); }
.v12-nav a:hover { color: #fff; }
.v12-nav a:hover::after { right: 0; }

.v12-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 22px; color: #111722 !important; background: var(--v12-gold); border: 1px solid var(--v12-gold); border-radius: 3px; font-size: 13px; font-weight: 800; letter-spacing: .01em; box-shadow: 0 10px 30px rgba(231,184,91,.14); transition: transform 160ms var(--v12-ease), background 160ms var(--v12-ease), box-shadow 160ms var(--v12-ease); }
.v12-button:hover { background: #f1c875; transform: translateY(-2px); box-shadow: 0 15px 40px rgba(231,184,91,.22); }
.v12-button:active { transform: scale(.97); }
.v12-button--compact { min-height: 42px; padding: 0 17px; gap: 14px; font-size: 12px; }
.v12-link { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; color: #fff !important; border-bottom: 1px solid rgba(255,255,255,.34); font-size: 13px; font-weight: 700; }

.v12-hero { position: relative; min-height: 760px; padding: 88px 0 84px; background: radial-gradient(circle at 75% 25%, rgba(60,116,187,.14), transparent 34%), linear-gradient(135deg, #07111f 0%, #091526 50%, #07111f 100%); }
.v12-gridnoise { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 0%, transparent 90%); pointer-events: none; }
.v12-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .8fr) minmax(570px, 1.2fr); gap: 62px; align-items: center; }
.v12-hero__copy { position: relative; z-index: 3; }
.v12-kicker { display: inline-flex; align-items: center; gap: 11px; color: var(--v12-gold); font: 600 10px/1.4 "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.v12-kicker > span { width: 22px; height: 1px; background: currentColor; }
.v12-kicker--dark { color: #80632b; }
.v12-hero h1 { max-width: 650px; margin: 25px 0 24px; color: #fff; font-size: clamp(48px, 5.1vw, 74px); font-weight: 750; line-height: .99; letter-spacing: -.052em; }
.v12-hero h1 em { color: var(--v12-gold); font-style: normal; }
.v12-hero__lead { max-width: 590px; margin: 0; color: #aebccc; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.7; }
.v12-hero__actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.v12-proof { display: flex; align-items: center; gap: 0; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.1); }
.v12-proof span { min-width: 0; padding: 15px 18px 0; color: #7f91a8; border-left: 1px solid rgba(255,255,255,.1); font: 500 10px/1.4 "IBM Plex Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.v12-proof span:first-child { padding-left: 0; border-left: 0; }
.v12-proof strong { display: block; margin-bottom: 3px; color: #eaf0f6; font-size: 14px; }

.v12-terminal-wrap { position: relative; padding: 24px 0 44px; }
.v12-orbit { position: absolute; border: 1px solid rgba(104,169,255,.12); border-radius: 50%; pointer-events: none; }
.v12-orbit--one { width: 560px; height: 560px; top: -30px; right: -110px; }
.v12-orbit--two { width: 400px; height: 400px; top: 50px; right: -20px; border-color: rgba(231,184,91,.1); }
.v12-terminal { position: relative; z-index: 2; min-height: 560px; overflow: hidden; background: linear-gradient(155deg, rgba(16,35,60,.98), rgba(7,17,31,.98)); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; box-shadow: 0 45px 90px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.04); }
.v12-terminal::before { content: ""; position: absolute; inset: 0; border: 1px solid transparent; border-image: linear-gradient(135deg, rgba(104,169,255,.35), transparent 38%, rgba(231,184,91,.16)) 1; pointer-events: none; }
.v12-terminal__bar { height: 45px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; background: rgba(3,9,20,.72); border-bottom: 1px solid var(--v12-border); }
.v12-terminal__dots { display: flex; gap: 6px; }
.v12-terminal__dots span { width: 7px; height: 7px; border-radius: 50%; background: #34445a; }
.v12-terminal__dots span:first-child { background: #ff6b6b; }.v12-terminal__dots span:nth-child(2) { background: #e7b85b; }.v12-terminal__dots span:last-child { background: #43d39e; }
.v12-terminal__title, .v12-terminal__mode { font: 600 9px/1 "IBM Plex Mono", monospace; letter-spacing: .12em; }
.v12-terminal__title { color: #d6e0eb; }.v12-terminal__mode { justify-self: end; color: var(--v12-green); }
.v12-live-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--v12-green); box-shadow: 0 0 0 4px rgba(67,211,158,.12); }
.v12-terminal__body { position: relative; min-height: 455px; overflow: hidden; }
.v12-chart-head { position: absolute; z-index: 3; top: 20px; left: 20px; display: flex; align-items: flex-end; gap: 18px; }
.v12-chart-head small { display: block; margin-bottom: 2px; color: #6f8198; font: 600 8px/1.4 "IBM Plex Mono", monospace; letter-spacing: .1em; }
.v12-chart-head strong { color: #e7eef6; font: 600 22px/1 "IBM Plex Mono", monospace; }
.v12-change { color: var(--v12-green); font: 600 11px/1 "IBM Plex Mono", monospace; }
.v12-chart { position: absolute; inset: 64px 0 0 0; }
.v12-chart__grid { position: absolute; inset: 0; opacity: .65; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 58px 52px; }
.v12-chart svg { position: absolute; left: -4%; bottom: 24px; width: 108%; height: 76%; overflow: visible; }
.v12-area { fill: url(#v12-area); }
.v12-line { fill: none; stroke: var(--v12-green); stroke-width: 3; stroke-linecap: round; filter: url(#v12-glow); stroke-dasharray: 1; stroke-dashoffset: 1; }
.v12-guide { stroke: rgba(231,184,91,.5); stroke-width: 1; stroke-dasharray: 5 8; }
.v12-marker-ring { fill: rgba(231,184,91,.08); stroke: var(--v12-gold); stroke-width: 1; transform-origin: 652px 97px; }
.v12-marker { fill: var(--v12-gold); filter: url(#v12-glow); }
.v12-chart__scan { position: absolute; top: 0; bottom: 24px; width: 120px; opacity: .5; background: linear-gradient(90deg, transparent, rgba(104,169,255,.08), transparent); transform: skewX(-16deg); }
.v12-chart__labels { position: absolute; right: 14px; bottom: 8px; left: 14px; display: flex; justify-content: space-between; color: #51637b; font: 500 8px/1 "IBM Plex Mono", monospace; }
.v12-robot-stage { position: absolute; z-index: 4; right: 18%; bottom: 32px; width: 35%; height: 77%; pointer-events: none; }
.v12-robot { position: absolute; right: -6%; bottom: -5%; width: 118%; height: 108%; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 25px 28px rgba(0,0,0,.45)); }
.v12-robot-status { position: absolute; top: 15%; left: -44%; width: 150px; padding: 10px 12px; background: rgba(3,9,20,.86); border: 1px solid rgba(104,169,255,.28); border-radius: 4px; box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.v12-robot-status::after { content: ""; position: absolute; top: 18px; right: -31px; width: 30px; border-top: 1px solid rgba(104,169,255,.4); }
.v12-robot-status > span { position: absolute; top: 12px; left: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--v12-green); box-shadow: 0 0 0 4px rgba(67,211,158,.1); }
.v12-robot-status strong, .v12-robot-status small { display: block; padding-left: 16px; font-family: "IBM Plex Mono", monospace; }
.v12-robot-status strong { color: #eef5fb; font-size: 8px; letter-spacing: .02em; }.v12-robot-status small { margin-top: 3px; color: #73869e; font-size: 7px; }
.v12-ticket { position: absolute; z-index: 5; right: 16px; bottom: 18px; width: 205px; padding: 13px; background: rgba(5,13,25,.94); border: 1px solid rgba(231,184,91,.35); border-radius: 5px; box-shadow: 0 20px 40px rgba(0,0,0,.32); transform: translateX(7px); transition: border-color 300ms var(--v12-ease), transform 300ms var(--v12-ease); }
.v12-ticket__top, .v12-ticket__line { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-family: "IBM Plex Mono", monospace; }
.v12-ticket__top { color: #788aa0; font-size: 7px; letter-spacing: .08em; }
.v12-ticket__badge { padding: 3px 5px; color: #dcb45f; background: rgba(231,184,91,.1); border: 1px solid rgba(231,184,91,.22); }
.v12-ticket__main { padding: 12px 0 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
.v12-ticket__main strong, .v12-ticket__main span { display: block; font-family: "IBM Plex Mono", monospace; }
.v12-ticket__main strong { color: #fff; font-size: 12px; }.v12-ticket__main span { margin-top: 4px; color: var(--v12-green); font-size: 8px; }
.v12-ticket__line { padding-top: 8px; color: #75869d; font-size: 8px; }.v12-ticket__line strong { color: #dfe7ef; font-weight: 500; }
.v12-ticket__notice { margin: 10px -13px -13px; padding: 7px 10px; color: #acb8c7; background: rgba(255,255,255,.035); border-top: 1px solid rgba(255,255,255,.07); font: 500 6px/1.3 "IBM Plex Mono", monospace; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.v12-terminal__footer { min-height: 60px; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(3,9,20,.76); border-top: 1px solid var(--v12-border); }
.v12-terminal__footer div { display: flex; flex-direction: column; justify-content: center; padding: 0 16px; border-left: 1px solid var(--v12-border); }
.v12-terminal__footer div:first-child { border-left: 0; }.v12-terminal__footer span, .v12-terminal__footer strong { font-family: "IBM Plex Mono", monospace; }.v12-terminal__footer span { color: #566a82; font-size: 7px; letter-spacing: .1em; }.v12-terminal__footer strong { margin-top: 3px; color: #bdcad8; font-size: 8px; }
.v12-terminal-note { position: absolute; z-index: 4; right: 32px; bottom: 0; display: flex; align-items: center; gap: 10px; color: #7789a0; font: 500 8px/1.4 "IBM Plex Mono", monospace; }.v12-terminal-note span { color: var(--v12-gold); }
.v12-terminal.is-signal .v12-ticket { border-color: rgba(67,211,158,.7); transform: translateX(0) scale(1.02); }.v12-terminal.is-signal .v12-ticket__main strong { color: var(--v12-green); }
.v12-terminal.is-caution .v12-ticket { border-color: rgba(255,107,107,.6); }.v12-terminal.is-caution .v12-ticket__main span, .v12-terminal.is-caution .v12-change { color: var(--v12-red); }
.v12-terminal.is-complete .v12-ticket { border-color: rgba(104,169,255,.7); }

.v12-tape { overflow: hidden; padding: 13px 0; color: #101b28; background: var(--v12-gold); border-block: 1px solid rgba(0,0,0,.2); }
.v12-tape__track { width: max-content; display: flex; align-items: center; animation: v12-marquee 26s linear infinite; }
.v12-tape span { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; font: 700 10px/1 "IBM Plex Mono", monospace; letter-spacing: .1em; }
.v12-tape i { font-style: normal; font-size: 5px; }

.v12-section { padding: 112px 0; }
.v12-signals { color: var(--v12-ink); background: var(--v12-paper); }
.v12-section-head { display: grid; grid-template-columns: 1.1fr .65fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.v12-section h2, .v12-final h2 { margin: 16px 0 0; font-size: clamp(40px, 4.3vw, 64px); font-weight: 750; line-height: 1.03; letter-spacing: -.045em; }
.v12-section-head > p { margin: 0 0 5px; color: #536274; font-size: 16px; line-height: 1.75; }
.v12-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.v12-signal-card { position: relative; min-height: 330px; padding: 26px; overflow: hidden; background: #fff; border: 1px solid #dfe3e7; box-shadow: 0 15px 45px rgba(22,35,50,.055); transition: transform 220ms var(--v12-ease), border-color 220ms var(--v12-ease); }
.v12-signal-card:hover { transform: translateY(-6px); border-color: #c8a85f; }
.v12-signal-card__icon { width: 42px; height: 42px; display: grid; place-items: center; color: #8a692e; background: #f5ead2; font: 700 12px/1 "IBM Plex Mono", monospace; }
.v12-signal-card__status { position: absolute; top: 27px; right: 25px; color: #218766; font: 600 8px/1 "IBM Plex Mono", monospace; letter-spacing: .08em; }.v12-signal-card__status::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: currentColor; }.v12-signal-card__status--amber { color: #a16e19; }.v12-signal-card__status--blue { color: #356ca6; }
.v12-signal-card h3 { margin: 38px 0 10px; font-size: 22px; font-weight: 750; letter-spacing: -.025em; }.v12-signal-card p { max-width: 330px; margin: 0; color: #657181; font-size: 14px; line-height: 1.7; }
.v12-mini-bars { position: absolute; right: 22px; bottom: 24px; left: 22px; height: 58px; display: flex; align-items: end; gap: 7px; }.v12-mini-bars i { flex: 1; height: 28%; background: linear-gradient(to top, #e5c77c, #4ad4a3); }.v12-mini-bars i:nth-child(2) { height: 40%; }.v12-mini-bars i:nth-child(3) { height: 35%; }.v12-mini-bars i:nth-child(4) { height: 56%; }.v12-mini-bars i:nth-child(5) { height: 49%; }.v12-mini-bars i:nth-child(6) { height: 68%; }.v12-mini-bars i:nth-child(7) { height: 83%; }.v12-mini-bars i:nth-child(8) { height: 94%; }
.v12-volatility { position: absolute; right: 22px; bottom: 20px; left: 22px; height: 70px; }.v12-volatility svg { width: 100%; height: 100%; }.v12-volatility path { fill: none; stroke: #e0b354; stroke-width: 3; vector-effect: non-scaling-stroke; }
.v12-context-dots { position: absolute; right: 30px; bottom: 30px; left: 30px; height: 64px; }.v12-context-dots::before, .v12-context-dots::after { content: ""; position: absolute; height: 1px; background: #cbd5df; transform-origin: left center; }.v12-context-dots::before { width: 72%; left: 8%; top: 40%; transform: rotate(8deg); }.v12-context-dots::after { width: 64%; left: 26%; top: 58%; transform: rotate(-12deg); }.v12-context-dots i { position: absolute; z-index: 2; width: 10px; height: 10px; border-radius: 50%; background: #68a9ff; box-shadow: 0 0 0 5px rgba(104,169,255,.12); }.v12-context-dots i:nth-child(1) { left: 5%; top: 30%; }.v12-context-dots i:nth-child(2) { left: 30%; top: 48%; }.v12-context-dots i:nth-child(3) { left: 55%; top: 38%; }.v12-context-dots i:nth-child(4) { left: 82%; top: 58%; }.v12-context-dots i:nth-child(5) { left: 45%; top: 10%; background: #e7b85b; }.v12-context-dots i:nth-child(6) { left: 72%; top: 8%; background: #43d39e; }

.v12-flow { position: relative; background: #081421; }
.v12-flow__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.v12-flow__intro { position: sticky; top: 32px; }.v12-flow__intro h2 { color: #fff; }.v12-flow__intro p { max-width: 400px; margin: 22px 0 30px; color: #91a0b1; }.v12-flow__steps { border-top: 1px solid rgba(255,255,255,.1); }
.v12-step { display: grid; grid-template-columns: 52px 1fr auto; gap: 26px; align-items: center; min-height: 155px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.1); }.v12-step > span { color: var(--v12-gold); font: 600 11px/1 "IBM Plex Mono", monospace; }.v12-step h3 { margin: 0 0 7px; color: #fff; font-size: 24px; }.v12-step p { max-width: 490px; margin: 0; color: #8797aa; font-size: 14px; }.v12-step > strong { color: #506177; font: 600 8px/1 "IBM Plex Mono", monospace; letter-spacing: .12em; }

.v12-trust { color: #132033; background: var(--v12-gold); }
.v12-trust__grid { min-height: 108px; display: grid; grid-template-columns: .6fr 1.5fr 1fr 1fr; align-items: center; }.v12-trust__grid > div { min-height: 108px; display: flex; flex-direction: column; justify-content: center; padding: 0 25px; border-left: 1px solid rgba(7,17,31,.18); }.v12-trust__grid > div:first-child { padding-left: 0; border-left: 0; }.v12-trust__label { font: 700 9px/1 "IBM Plex Mono", monospace; letter-spacing: .12em; }.v12-trust strong { font-size: 13px; }.v12-trust span { margin-top: 3px; color: #5e5138; font-size: 11px; }

.v12-final { position: relative; padding: 120px 0 70px; overflow: hidden; background: #07111f; }.v12-final__glow { position: absolute; width: 600px; height: 600px; right: -180px; top: -240px; border-radius: 50%; background: rgba(104,169,255,.12); filter: blur(80px); }.v12-final__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .8fr; gap: 100px; align-items: end; }.v12-final h2 { color: #fff; }.v12-final__content p { margin: 0 0 26px; color: #91a0b1; font-size: 17px; line-height: 1.7; }.v12-final__email { display: block; width: max-content; margin-top: 20px; color: var(--v12-gold) !important; border-bottom: 1px solid rgba(231,184,91,.42); font: 500 11px/1.7 "IBM Plex Mono", monospace; }.v12-final__risk { position: relative; z-index: 2; width: min(1240px, calc(100% - 48px)); margin: 80px auto 0; padding-top: 18px; color: #607187; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.v12-footer { padding: 56px 0 24px; color: #8c9bad; background: #030914; }.v12-footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 60px; }.v12-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }.v12-footer img { width: 145px; margin-bottom: 10px; }.v12-footer p, .v12-footer a { margin: 0; font-size: 11px; }.v12-footer a:hover { color: #fff; }.v12-footer strong { margin-bottom: 8px; color: #dce4ec; font-size: 11px; }.v12-footer__bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); font: 500 8px/1.5 "IBM Plex Mono", monospace; letter-spacing: .03em; }

.v12-reveal { opacity: 0; transform: translateY(22px); transition: opacity 560ms var(--v12-ease) var(--delay, 0ms), transform 560ms var(--v12-ease) var(--delay, 0ms); }.v12-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes v12-line-draw { to { stroke-dashoffset: 0; } }
@keyframes v12-marker-pulse { 0%, 100% { transform: scale(.82); opacity: .55; } 50% { transform: scale(1.28); opacity: 1; } }
@keyframes v12-scan { from { left: -20%; } to { left: 110%; } }
@keyframes v12-robot-float { 0%, 100% { transform: translateY(0) rotate(-.4deg); } 50% { transform: translateY(-9px) rotate(.4deg); } }
@keyframes v12-marquee { to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: no-preference) {
  .v12-line { animation: v12-line-draw 2.2s var(--v12-ease) .35s forwards; }
  .v12-marker-ring { animation: v12-marker-pulse 1.8s ease-in-out infinite; }
  .v12-chart__scan { animation: v12-scan 4.5s linear infinite; }
  .v12-robot { animation: v12-robot-float 4.2s ease-in-out infinite; }
  .v12-live-dot, .v12-robot-status > span { animation: v12-marker-pulse 1.5s ease-in-out infinite; }
}

@media (max-width: 1100px) {
  .v12-nav { display: none; }
  .v12-hero__grid { grid-template-columns: .8fr 1.2fr; gap: 34px; }
  .v12-hero h1 { font-size: clamp(46px, 6vw, 62px); }
  .v12-terminal { min-height: 520px; }
  .v12-terminal__body { min-height: 415px; }
  .v12-robot-stage { right: 20%; width: 39%; }
  .v12-ticket { width: 185px; }
  .v12-flow__grid { gap: 60px; }
}

@media (max-width: 860px) {
  .v12-shell { width: min(100% - 34px, 720px); }
  .v12-header__inner { min-height: 68px; }.v12-brand { width: 132px; }
  .v12-hero { min-height: auto; padding: 70px 0 66px; }
  .v12-hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .v12-hero__copy { max-width: 650px; }.v12-hero h1 { max-width: 620px; font-size: clamp(50px, 10vw, 70px); }
  .v12-terminal-wrap { width: 100%; max-width: 690px; margin: 0 auto; }.v12-terminal { min-height: 560px; }.v12-terminal__body { min-height: 455px; }
  .v12-section { padding: 84px 0; }.v12-section-head { grid-template-columns: 1fr; gap: 20px; }.v12-section-head > p { max-width: 600px; }
  .v12-card-grid { grid-template-columns: 1fr; }.v12-signal-card { min-height: 260px; }
  .v12-flow__grid { grid-template-columns: 1fr; gap: 55px; }.v12-flow__intro { position: static; }
  .v12-trust__grid { grid-template-columns: 1fr 1fr; }.v12-trust__grid > div { padding-left: 18px; }.v12-trust__grid > div:nth-child(3) { border-left: 0; }
  .v12-final__grid { grid-template-columns: 1fr; gap: 42px; }.v12-final__content { max-width: 600px; }
}

@media (max-width: 560px) {
  .v12-shell { width: calc(100% - 28px); }
  .v12-riskbar { min-height: 38px; padding-inline: 12px; font-size: 8px; }
  .v12-header__inner > .v12-button { min-height: 38px; padding-inline: 12px; font-size: 10px; }.v12-brand { width: 118px; }
  .v12-hero { padding: 54px 0 56px; }.v12-hero h1 { margin: 20px 0; font-size: clamp(44px, 13.5vw, 58px); line-height: 1.01; }.v12-hero__lead { font-size: 16px; line-height: 1.65; }
  .v12-hero__actions { align-items: stretch; flex-direction: column; gap: 14px; }.v12-button { width: 100%; }.v12-link { width: max-content; }
  .v12-proof { display: grid; grid-template-columns: repeat(3, 1fr); }.v12-proof span { padding: 12px 8px 0; font-size: 7px; }.v12-proof strong { font-size: 11px; }
  .v12-terminal-wrap { margin-top: 4px; padding-bottom: 36px; }.v12-terminal { min-height: 470px; }.v12-terminal__bar { grid-template-columns: 1fr auto; }.v12-terminal__title { display: none; }.v12-terminal__body { min-height: 370px; }
  .v12-chart { inset-top: 58px; }.v12-chart svg { left: -24%; width: 135%; height: 66%; }.v12-chart-head strong { font-size: 18px; }
  .v12-robot-stage { right: 18%; bottom: 22px; width: 46%; height: 70%; }.v12-robot-status { top: 8%; left: -36%; width: 123px; padding: 8px; }.v12-robot-status strong { font-size: 7px; }.v12-robot-status small { font-size: 6px; }
  .v12-ticket { right: 10px; bottom: 12px; width: 162px; padding: 10px; }.v12-ticket__main { padding: 9px 0 7px; }.v12-ticket__main strong { font-size: 9px; }.v12-ticket__notice { margin: 8px -10px -10px; font-size: 5px; }
  .v12-terminal__footer div { padding-inline: 8px; }.v12-terminal__footer span { font-size: 5px; }.v12-terminal__footer strong { font-size: 6px; }.v12-terminal-note { right: 0; font-size: 6px; }
  .v12-section { padding: 68px 0; }.v12-section h2, .v12-final h2 { font-size: 42px; }.v12-signal-card { min-height: 285px; }
  .v12-step { grid-template-columns: 36px 1fr; gap: 12px; }.v12-step > strong { display: none; }.v12-step h3 { font-size: 20px; }
  .v12-trust__grid { grid-template-columns: 1fr; }.v12-trust__grid > div { min-height: 82px; padding: 16px 0; border-left: 0; border-top: 1px solid rgba(7,17,31,.18); }.v12-trust__grid > div:first-child { min-height: 55px; border-top: 0; }
  .v12-final { padding: 82px 0 50px; }.v12-final__risk { width: calc(100% - 28px); margin-top: 60px; }
  .v12-footer__grid { grid-template-columns: 1fr; gap: 34px; }.v12-footer__bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .v12-page *, .v12-page *::before, .v12-page *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .v12-line { stroke-dashoffset: 0; }.v12-reveal { opacity: 1; transform: none; }
}
