:root {
  --ink: #0b1016;
  --ink-2: #151e27;
  --blue: #2d9fe8;
  --electric: #2eb5ff;
  --cyan: #72d2ff;
  --paper: #0e141b;
  --white: #ffffff;
  --muted: #a8b4c0;
  --line: rgba(255, 255, 255, .1);
  --success: #62d2a2;
  --warning: #ffc96b;
  --shadow: 0 24px 64px rgba(0, 0, 0, .28);
  --radius: 18px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #f3f6f8;
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; background: var(--white); padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 50;
  color: var(--white);
  background: rgba(10, 14, 19, .95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-logo { width: 205px; height: auto; filter: drop-shadow(0 4px 12px rgba(0,0,0,.35)); }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 22px; font-size: .92rem; }
.nav-links a { color: #c7d0d9; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--white); }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(114,210,255,.4); border-radius: 999px; background: rgba(46,181,255,.1); }
.menu-toggle { display: none; margin-left: auto; color: white; background: transparent; border: 0; font-size: 1.4rem; padding: 10px; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 25%, rgba(63,169,245,.32), transparent 24%),
    radial-gradient(circle at 55% 100%, rgba(85,225,212,.12), transparent 34%),
    linear-gradient(135deg, #061522 0%, #0a2d4d 58%, #0c4777 100%);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.hero-grid { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; padding-block: 86px 100px; }
.eyebrow { margin: 0 0 18px; color: var(--cyan); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.7vw, 6rem); max-width: 860px; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.1rem); }
h3 { font-size: 1.35rem; }
.hero-copy > p:not(.eyebrow) { max-width: 670px; margin: 26px 0 34px; color: #ccdde9; font-size: 1.13rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: .22s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; flex: 0 0 auto; }
.button-primary { color: #062139; background: linear-gradient(135deg, #72e2ff, #46adfa); box-shadow: 0 12px 35px rgba(63,169,245,.28); }
.button-secondary { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.button-dark { color: white; background: var(--ink-2); }
.button-outline { color: var(--ink-2); border-color: var(--line); background: white; }
.button-order { min-height: 42px; padding-inline: 15px; color: white; background: var(--ink-2); font-size: .72rem; white-space: nowrap; }
.hero-panel { position: relative; min-height: 460px; }
.orbital { position: absolute; inset: 30px 0 0; border-radius: 50%; border: 1px solid rgba(103,220,255,.24); transform: rotate(-8deg); }
.orbital::before, .orbital::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.orbital::before { inset: 42px; }
.orbital::after { inset: 94px; }
.machine-card { position: absolute; inset: 64px 24px 30px 50px; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 10px 24px; padding: 38px; border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.16); box-shadow: inset 0 1px rgba(255,255,255,.24), 0 30px 70px rgba(0,0,0,.25); backdrop-filter: blur(14px); overflow: hidden; }
.hero-machine-kicker { grid-column: 1 / -1; color: var(--cyan); font-size: .67rem; font-weight: 900; letter-spacing: .16em; }
.machine-card > strong { position: relative; z-index: 2; font-size: clamp(3.3rem, 6vw, 5.8rem); line-height: .76; letter-spacing: -.08em; }
.hero-machine-uses { position: relative; z-index: 2; display: grid; gap: 7px; align-self: end; }
.hero-machine-uses span { width: max-content; padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #d9ebf7; font-size: .58rem; font-weight: 820; letter-spacing: .08em; }
.hero-machine-art { position: absolute; right: -25px; bottom: -45px; width: 235px; height: 235px; color: rgba(103,220,255,.16); transform: rotate(-8deg); }
.hero-machine-art svg { width: 100%; height: 100%; }
.hero-gallery { display: grid; grid-template-columns: 1.32fr .68fr; grid-template-rows: 1fr; gap: 10px; padding: 10px; }
.hero-gallery figure { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; border-radius: 28px; background: #102c43; }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hero-gallery-family { grid-template-columns: 1fr; }
.hero-gallery-family figure { grid-column: 1; }
.hero-gallery-family img { object-position: center; }
.hero-gallery-main img { object-position: 64% center; }
.hero-gallery-side img { object-position: 46% center; }
.hero-gallery figcaption { position: absolute; left: 12px; bottom: 12px; padding: 8px 10px; color: white; background: rgba(4,20,33,.82); border: 1px solid rgba(255,255,255,.2); border-radius: 9px; font-size: .57rem; font-weight: 900; letter-spacing: .09em; }
.hero-gallery-brand { position: absolute; left: 26px; top: 24px; z-index: 3; padding: 9px 12px; color: white; background: rgba(4,20,33,.8); border: 1px solid rgba(103,220,255,.35); border-radius: 10px; font-size: .69rem; font-weight: 900; letter-spacing: .13em; backdrop-filter: blur(8px); }
.hero-mosaic { grid-template-columns: 1.36fr .64fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 10px; }
.hero-mosaic figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 22px; background: #102c43; }
.hero-mosaic-main { grid-row: 1 / -1; }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.hero-mosaic-main img { object-position: 62% center; }
.float-stat { position: absolute; padding: 16px 18px; min-width: 160px; border-radius: 16px; background: rgba(8,29,48,.86); border: 1px solid rgba(103,220,255,.22); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.float-stat strong { display: block; font-size: 1.42rem; color: var(--white); }
.float-stat span { color: #a9c0d2; font-size: .78rem; }
.float-stat.one { top: 20px; right: 0; }
.float-stat.two { bottom: 2px; left: 0; }

.trust-strip { margin-top: -32px; position: relative; z-index: 4; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { padding: 24px 26px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1.42rem; letter-spacing: -.03em; }
.trust-item span { color: var(--muted); font-size: .86rem; }
.france-value { padding: 82px 0; color: white; background: linear-gradient(120deg, #09233a, #0c4976); }
.france-value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.france-value h2 { margin-top: 10px; font-size: clamp(2.2rem, 4.3vw, 4rem); }
.france-value p { color: #d1e0ea; font-size: 1.02rem; }
.origin-note { margin-top: 18px; padding: 16px 18px; border-left: 3px solid var(--cyan); background: rgba(255,255,255,.07); color: #c5d7e3; font-size: .78rem; }
.origin-note strong { color: white; }

.section { padding-block: 104px; }
.section-tight { padding-block: 72px; }
.section-dark { color: white; background: var(--ink); }
.section-blue { color: white; background: linear-gradient(135deg, #0c3b65, #0c5d99); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.section-head p { max-width: 620px; color: var(--muted); margin: 18px 0 0; }
.section-dark .section-head p, .section-blue .section-head p { color: #b8cada; }
.kicker { color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section-dark .kicker, .section-blue .kicker { color: var(--cyan); }

.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.category-card { position: relative; overflow: hidden; min-height: 290px; padding: 30px; border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: 0 8px 30px rgba(12,42,67,.05); transition: .25s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card:nth-child(1), .category-card:nth-child(2) { grid-column: span 6; }
.category-card:nth-child(n+3) { grid-column: span 4; }
.category-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 44px; border-radius: 16px; background: color-mix(in srgb, var(--accent) 16%, white); color: var(--ink-2); }
.category-icon svg { width: 30px; height: 30px; }
.category-card p { color: var(--muted); margin: 13px 0 24px; }
.link-arrow { font-weight: 850; color: var(--blue); }
.category-count { position: absolute; top: 30px; right: 30px; color: #8fa0af; font-size: .82rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: white; border: 1px solid var(--line); transition: .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-visual { position: relative; min-height: 235px; display: grid; place-items: center; padding: 26px; background: linear-gradient(145deg, #e9f2f8, #dce8ef); overflow: hidden; }
.product-visual::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 22%, transparent); filter: blur(2px); }
.product-visual img { position: relative; width: 88%; height: 190px; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(4,35,58,.15)); }
.usage-visual { position: relative; z-index: 1; width: 100%; min-height: 184px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 18px; color: white; border-radius: 18px; overflow: hidden; background: linear-gradient(145deg, #0a2944, color-mix(in srgb, var(--accent) 65%, #0a2944)); box-shadow: 0 22px 42px rgba(8,42,68,.2); }
.usage-brand { font-size: .62rem; font-weight: 900; letter-spacing: .18em; color: var(--cyan); }
.usage-visual > strong { max-width: 82%; font-size: clamp(1.45rem, 3vw, 2.5rem); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.robot-schematic { position: absolute; right: 10px; top: 18px; width: 100px; height: 92px; opacity: .9; }
.schematic-icon { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.82); }
.schematic-icon svg { width: 58px; height: 58px; }
.robot-schematic .chassis { position: absolute; left: 18px; right: 8px; bottom: 17px; height: 8px; border-radius: 8px; background: rgba(255,255,255,.78); }
.robot-schematic .sensor { position: absolute; right: 17px; top: 5px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.robot-schematic .wheel { position: absolute; bottom: 6px; width: 17px; height: 17px; border: 4px solid rgba(255,255,255,.75); border-radius: 50%; }
.robot-schematic .wheel.left { left: 28px; }
.robot-schematic .wheel.right { right: 13px; }
.usage-stat { margin-top: 16px; display: grid; color: #d6e8f3; font-size: .61rem; line-height: 1.2; }
.usage-stat b { color: white; font-size: .85rem; }
.usage-photo { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.usage-photo img { width: 100%; height: 100%; max-height: none; object-fit: cover; filter: none; }
.footer-visual-note { max-width: 920px; margin: 28px 0 0; color: #8ea5b8; font-size: .76rem; line-height: 1.55; }
.usage-visual-hero { min-height: 390px; width: calc(100% - 60px); }
.model-glyph { position: relative; width: 175px; height: 130px; display: grid; place-items: center; border-radius: 22px; color: white; background: linear-gradient(145deg, #163e5e, #1d78cc); box-shadow: 0 24px 45px rgba(8,42,68,.22); }
.model-glyph svg { width: 94px; height: 94px; opacity: .94; }
.status-pill { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 7px 10px; border-radius: 999px; color: #153548; background: rgba(255,255,255,.9); font-size: .7rem; font-weight: 850; }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.product-role { margin-bottom: 8px; color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.product-body p { color: var(--muted); font-size: .92rem; }
.price-row { margin-top: auto; padding-top: 18px; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.price { font-weight: 900; font-size: 1.48rem; letter-spacing: -.035em; }
.price small { display: block; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: 0; }
.mini-arrow { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink-2); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; }
.process-step { padding: 34px 26px; background: var(--ink); }
.process-step b { color: var(--cyan); font-size: .75rem; letter-spacing: .12em; }
.process-step h3 { margin: 35px 0 12px; }
.process-step p { color: #a9bece; font-size: .9rem; }

.training-intro { background: linear-gradient(130deg, #101820, #173247); }
.training-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.training-intro p { max-width: 680px; margin: 22px 0 30px; color: #b9c5cf; font-size: 1.03rem; }
.training-mini-grid { display: grid; gap: 12px; }
.training-mini-grid div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.045); }
.training-mini-grid strong { color: var(--cyan); font-size: 1.5rem; }
.training-mini-grid span { color: #c1cbd4; font-size: .84rem; text-align: right; }

.training-hero { background: radial-gradient(circle at 82% 20%, rgba(46,181,255,.19), transparent 30%), linear-gradient(140deg, #0a0f15, #172b3b); }
.training-value p { font-size: 1.02rem; }
.training-chain { display: grid; gap: 10px; margin-top: 28px; }
.training-chain > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: #151e27; }
.training-chain b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: #06131d; background: var(--cyan); font-size: .72rem; }
.training-chain span { display: grid; color: var(--muted); font-size: .82rem; }
.training-chain strong { color: white; font-size: .95rem; }

.training-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.training-card { position: relative; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: #151e27; box-shadow: 0 18px 46px rgba(0,0,0,.16); }
.training-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, #72d2ff, #168ed5); }
.training-card.featured { border-color: rgba(114,210,255,.35); background: linear-gradient(160deg, #182936, #151e27 48%); transform: translateY(-8px); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.training-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 22px; }
.training-level, .training-duration { color: var(--cyan); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.training-duration { color: #a8b4c0; letter-spacing: .04em; }
.training-recommended { width: fit-content; margin: -8px 0 16px; padding: 7px 10px; color: #06131d; background: var(--cyan); border-radius: 999px; font-size: .63rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.training-card h3 { min-height: 2.3em; font-size: 1.65rem; }
.training-card > p { min-height: 6.3em; color: var(--muted); font-size: .88rem; }
.training-card h4 { margin: 22px 0 8px; color: white; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.training-card ul, .training-card ol { margin: 0; padding-left: 19px; color: #b7c2cc; font-size: .79rem; }
.training-card li { margin: 7px 0; }
.training-price { margin: 8px 0 2px; padding: 20px; border-radius: 16px; background: #0f171f; border: 1px solid rgba(255,255,255,.08); }
.training-price strong, .training-price span, .training-price small { display: block; }
.training-price strong { color: white; font-size: 2rem; letter-spacing: -.045em; }
.training-price span { color: #a8b4c0; font-size: .72rem; }
.training-price small { margin-top: 8px; color: var(--cyan); font-size: .7rem; }
.training-footer { display: grid; gap: 14px; margin-top: auto; padding-top: 26px; }
.training-footer > span { min-height: 2.5em; color: #8fa0ad; font-size: .7rem; }
.training-footer .button { width: 100%; }
.training-pricing-note { max-width: 1000px; margin: 28px auto 0; text-align: center; }

.language-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.language-card { min-height: 210px; padding: 26px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: #151e27; }
.language-card > span { color: var(--cyan); font-size: .69rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.language-card h3 { margin: 30px 0 12px; }
.language-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.language-card.warning { background: linear-gradient(145deg, #2d2316, #151e27); border-color: rgba(255,201,107,.23); }
.language-card.warning > span { color: var(--warning); }

.humanoid-task-section { background: radial-gradient(circle at 85% 10%, rgba(124,140,255,.13), transparent 34%); }
.task-matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.task-card { min-height: 210px; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #151e27; transition: .22s ease; }
.task-card:hover { transform: translateY(-4px); border-color: rgba(124,140,255,.46); box-shadow: 0 22px 52px rgba(0,0,0,.24); }
.task-card > span { color: #8ecfff; font-size: .69rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.task-card h3 { margin: 29px 0 12px; font-size: 1.08rem; }
.task-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.domestic-limit { margin-top: 20px; border-color: rgba(255,201,107,.24); background: linear-gradient(140deg, #19170f, #111920); }
.supplier-conditions { background: linear-gradient(180deg, rgba(124,140,255,.05), transparent); }

.training-split { display: grid; gap: 22px; }
.training-split > div + div { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); }
.training-split span { color: var(--cyan); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.training-split h3 { margin: 8px 0 10px; }
.training-split p { margin: 0; color: var(--muted); font-size: .86rem; }

.funding-status { margin: 26px 0; padding: 22px; border-left: 3px solid var(--warning); border-radius: 0 14px 14px 0; background: #151e27; }
.funding-status strong { color: white; }
.funding-status p { margin: 7px 0 0; color: #b7c2cc; font-size: .82rem; }
.funding-steps { display: grid; gap: 10px; }
.funding-steps > div { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; padding: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: #151e27; }
.funding-steps b { width: 34px; height: 34px; display: grid; place-items: center; color: #06131d; background: var(--cyan); border-radius: 50%; font-size: .72rem; }
.funding-steps span { display: grid; color: var(--muted); font-size: .79rem; }
.funding-steps strong { color: white; font-size: .9rem; }
.official-links { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 38px; color: #82929f; font-size: .72rem; }
.official-links a { color: var(--cyan); text-decoration: underline; }

.page-hero { color: white; background: linear-gradient(140deg, #061522, #0a365b); padding-block: 84px 90px; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); }
.page-hero p:not(.eyebrow) { max-width: 670px; color: #c2d4e2; font-size: 1.1rem; }
.page-stat-box { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.page-stat { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.05); }
.page-stat strong { display: block; font-size: 1.6rem; color: var(--cyan); }
.page-stat span { color: #afc4d4; font-size: .8rem; }
.breadcrumb { display: flex; gap: 8px; color: #9eb4c5; font-size: .78rem; margin-bottom: 28px; }
.breadcrumb a:hover { color: white; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter-button { border: 1px solid var(--line); border-radius: 999px; background: white; padding: 10px 15px; color: var(--muted); cursor: pointer; }
.filter-button.active { color: white; background: var(--ink-2); border-color: var(--ink-2); }

.product-hero { color: white; background: linear-gradient(135deg, #061522, #0b365a); }
.product-hero-grid { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding-block: 60px 80px; }
.product-hero h1 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
.product-hero .role { margin: 12px 0 24px; color: var(--cyan); font-weight: 800; font-size: 1.05rem; }
.product-hero .summary { color: #c7d7e4; font-size: 1.08rem; max-width: 630px; }
.product-price { margin: 28px 0 24px; }
.product-price strong { display: block; font-size: clamp(2rem, 4vw, 3.5rem); }
.product-price span { color: #9fb6c8; font-size: .78rem; }
.hero-product-visual { position: relative; min-height: 460px; display: grid; place-items: center; border-radius: 36px; background: radial-gradient(circle, rgba(77,180,255,.22), rgba(255,255,255,.035) 62%); border: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.hero-product-visual img { width: 88%; max-height: 420px; object-fit: contain; filter: drop-shadow(0 34px 28px rgba(0,0,0,.28)); }
.hero-product-visual .model-glyph { transform: scale(1.45); }
.hero-product-visual .usage-photo img { width: 100%; height: 100%; max-height: none; object-fit: cover; filter: none; }
.visual-note { position: absolute; bottom: 14px; right: 18px; color: #90a9bc; font-size: .68rem; }

.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.spec-card { padding: 24px; border-radius: 18px; background: white; border: 1px solid var(--line); }
.spec-card strong { display: block; font-size: 1.45rem; letter-spacing: -.03em; }
.spec-card span { color: var(--muted); font-size: .78rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.content-card { padding: 32px; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.content-card h3 { margin-bottom: 18px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #168864; font-weight: 900; }
.budget-table { width: 100%; border-collapse: collapse; }
.budget-table td { padding: 13px 0; border-bottom: 1px solid var(--line); }
.budget-table td:last-child { text-align: right; font-weight: 780; }
.budget-table tr:last-child td { border-top: 2px solid var(--ink-2); border-bottom: 0; font-size: 1.12rem; }
.notice { margin-top: 22px; padding: 18px; color: #536474; background: #eef4f7; border-radius: 14px; font-size: .82rem; }
.notice strong { color: var(--ink); }
.source-box { padding: 18px 20px; border-left: 3px solid var(--electric); background: white; color: var(--muted); font-size: .84rem; }
.source-box a { color: var(--blue); text-decoration: underline; }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.coverage-item { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; min-height: 82px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.055); }
.coverage-item b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #062139; background: var(--cyan); font-size: .7rem; }
.coverage-item span { color: #d8e6f0; font-size: .82rem; font-weight: 720; }
.public-price-box { margin-top: 26px; padding: 22px; border-radius: 18px; background: rgba(103,220,255,.1); border: 1px solid rgba(103,220,255,.22); }
.public-price-box span, .public-price-box small { display: block; color: #a9c0d2; }
.public-price-box strong { display: block; margin: 3px 0 5px; color: white; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.05em; }
.public-price-box small { font-size: .69rem; }
.price-breakdown { margin-top: 34px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.055); }
.price-breakdown h3 { margin-bottom: 18px; }
.price-breakdown .budget-table td { border-color: rgba(255,255,255,.11); }
.price-breakdown .budget-table tr:last-child td { border-top-color: var(--cyan); }
.price-breakdown p { margin: 18px 0 0; color: #a9c0d2; font-size: .76rem; }
.light-copy { color: #c7d9e7; }
.prerequisite-list { list-style: none; padding: 0; margin: 0; color: var(--ink); }
.prerequisite-list li { position: relative; padding: 16px 0 16px 42px; border-bottom: 1px solid var(--line); }
.prerequisite-list li:last-child { border-bottom: 0; }
.prerequisite-list li::before { content: "OK"; position: absolute; left: 0; top: 16px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: white; background: #168864; font-size: .57rem; font-weight: 900; }
.expert-advice { margin-bottom: 20px; padding: 25px; color: white; border-radius: 20px; background: linear-gradient(135deg, #0a2d4d, #126fae); box-shadow: var(--shadow); }
.expert-advice span { color: var(--cyan); font-size: .67rem; font-weight: 900; letter-spacing: .15em; }
.expert-advice strong { display: block; margin: 8px 0 10px; font-size: 1.35rem; line-height: 1.08; }
.expert-advice p { margin: 0; color: #d5e5f0; font-size: .85rem; }

.roi-card { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 42px; border-radius: 30px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; color: var(--muted); font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cad6df; border-radius: 12px; padding: 13px 14px; background: white; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(63,169,245,.18); border-color: var(--electric); }
.roi-results { display: grid; gap: 14px; align-content: start; }
.roi-result { padding: 24px; color: white; background: var(--ink-2); border-radius: 18px; }
.roi-result span { display: block; color: #a9bdcc; font-size: .78rem; }
.roi-result strong { display: block; font-size: 2rem; margin-top: 4px; }

.legal { max-width: 850px; }
.legal h2 { margin-top: 50px; font-size: 2rem; }
.legal h3 { margin-top: 30px; }
.legal p, .legal li { color: #4c5e6f; }
.legal a { color: var(--blue); text-decoration: underline; }

.cta-band { padding: 62px 0; color: white; background: linear-gradient(120deg, #0b3b63, #1476bb); }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-grid h2 { max-width: 700px; font-size: clamp(2rem, 4vw, 3.5rem); }

.site-footer { color: #acc0cf; background: #05131f; padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 370px; }
.footer-title { color: white; font-weight: 820; margin-bottom: 18px; }
.footer-links { display: grid; gap: 10px; font-size: .88rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: .76rem; }
.fine-print { color: #6d7f8f; font-size: .72rem; }

/* Direction artistique ROBO4.ME — graphite, métal et bleu électrique */
.site-header { box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.nav-links { font-size: .86rem; font-weight: 650; letter-spacing: .01em; }
.nav-links a { transition: color .18s ease, background .18s ease; }
.nav-cta:hover { background: rgba(46,181,255,.18); }

.hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(46,181,255,.18), transparent 30%),
    linear-gradient(135deg, #0a0f15 0%, #111a23 58%, #172b3b 100%);
}
.hero::before { opacity: .12; background-size: 72px 72px; }
.hero-grid { min-height: 700px; grid-template-columns: .98fr 1.02fr; gap: 64px; padding-block: 92px 108px; }
.hero h1 { max-width: 650px; font-size: clamp(3.5rem, 6.2vw, 5.8rem); }
h1, h2, h3 { color: #f7f9fb; }
.hero-copy > p:not(.eyebrow) { color: #b9c5cf; }
.eyebrow, .kicker { color: var(--cyan); }
.machine-card {
  inset: 42px 0 22px 38px;
  padding: 8px;
  border-radius: 30px;
  background: #101820;
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 32px 80px rgba(0,0,0,.38);
}
.hero-mosaic { gap: 6px; padding: 6px; }
.hero-mosaic figure { border-radius: 20px; }
.hero-mosaic img { transition: transform .5s ease; }
.hero-mosaic figure:hover img { transform: scale(1.025); }
.orbital { border-color: rgba(114,210,255,.16); }
.float-stat { background: rgba(12,18,24,.92); border-color: rgba(114,210,255,.18); border-radius: 14px; }
.float-stat span { color: #9facb7; }

.trust-grid { color: #f4f7f9; background: #151e27; border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); }
.trust-item { border-color: rgba(255,255,255,.08); }
.trust-item span { color: #98a6b2; }
.france-value { background: linear-gradient(120deg, #101820, #172b3b); border-block: 1px solid rgba(255,255,255,.07); }
.france-value p { color: #b9c5cf; }

.section { background: #0e141b; border-top: 1px solid rgba(255,255,255,.045); }
.section-dark { background: #111820; }
.section-blue { background: linear-gradient(135deg, #111a23, #183247); }
.section-head p, .product-body p, .legal p, .legal li { color: var(--muted); }
.button-primary { color: #06131d; background: linear-gradient(135deg, #78d8ff, #2ea9f4); box-shadow: 0 12px 30px rgba(46,169,244,.22); }
.button-secondary { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.045); }
.button-outline { color: #f2f6f9; border-color: rgba(255,255,255,.14); background: #151e27; }
.button-dark, .button-order { color: white; background: #168ed5; }

.category-card,
.product-card,
.spec-card,
.content-card,
.roi-card,
.source-box {
  color: #f4f7f9;
  background: #151e27;
  border-color: rgba(255,255,255,.09);
  box-shadow: 0 12px 38px rgba(0,0,0,.13);
}
.category-card { min-height: 280px; }
.category-card::after { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--accent); opacity: .85; }
.category-card:hover, .product-card:hover { border-color: rgba(114,210,255,.22); box-shadow: 0 24px 64px rgba(0,0,0,.28); }
.category-icon { color: var(--accent); background: rgba(255,255,255,.055); }
.category-card p { color: var(--muted); }
.category-count { color: #91a2b0; }
.link-arrow, .product-role, .source-box a { color: #5fc5ff; }

.product-card { border-radius: 18px; }
.product-visual { min-height: 255px; padding: 0; background: #0e151c; }
.product-visual::before { display: none; }
.usage-photo { background: #0e151c; }
.usage-photo::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(to bottom, transparent, rgba(5,9,13,.18)); pointer-events: none; }
.usage-photo img { transition: transform .45s ease; }
.product-card:hover .usage-photo img { transform: scale(1.018); }
.status-pill { color: #edf5fa; background: rgba(10,15,20,.82); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); }
.product-body { padding: 26px; }
.price-row { border-color: rgba(255,255,255,.09); }
.price small { color: #8fa0ad; }

.process-grid { border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.08); }
.process-step { background: #151e27; }
.process-step p { color: #9eacb8; }

.page-hero { background: linear-gradient(140deg, #0a0f15, #172b3b); border-bottom: 1px solid rgba(255,255,255,.07); }
.page-hero p:not(.eyebrow), .page-stat span, .breadcrumb { color: #a9b6c1; }
.page-stat { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); }
.filter-button { color: #aeb9c3; background: #151e27; border-color: rgba(255,255,255,.1); }
.filter-button:hover { color: white; border-color: rgba(114,210,255,.3); }
.filter-button.active { background: #168ed5; border-color: #168ed5; }

.product-hero { background: linear-gradient(135deg, #0a0f15, #172b3b); }
.product-hero .summary { color: #b9c5cf; }
.product-price strong { font-size: clamp(2rem, 2.4vw, 2.4rem); white-space: nowrap; }
.product-price span { color: #98a8b5; }
.hero-product-visual { min-height: 480px; border-radius: 28px; background: #111922; border-color: rgba(255,255,255,.1); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.hero-product-visual::after { content: ""; position: absolute; inset: 62% 0 0; z-index: 1; background: linear-gradient(to bottom, transparent, rgba(5,9,13,.5)); pointer-events: none; }
.hero-product-visual .usage-photo img { object-fit: cover; }
.visual-note { z-index: 2; color: #b6c2cc; }
.spec-card span { color: #93a2af; }
.check-list li, .budget-table td, .prerequisite-list li { border-color: rgba(255,255,255,.09); }
.check-list li::before { color: #5fd9ad; }
.prerequisite-list { color: #eef3f6; }
.notice { color: #aebac4; background: #0f171f; border: 1px solid rgba(255,255,255,.08); }
.notice strong { color: white; }
.expert-advice { background: linear-gradient(135deg, #162531, #164c70); }

.field label { color: #a9b5bf; }
.field input, .field select, .field textarea { color: #f4f7f9; background: #0f171f; border-color: rgba(255,255,255,.14); }
.field input::placeholder, .field textarea::placeholder { color: #778794; }
.roi-result { background: #0f171f; border: 1px solid rgba(255,255,255,.08); }
.fine-print, .footer-visual-note { color: #82929f; }

.cta-band { background: linear-gradient(120deg, #151e27, #172b3b); border-block: 1px solid rgba(114,210,255,.12); }
.site-footer { background: #090e13; }
.footer-brand .brand-logo { width: 235px; }
.footer-links a { color: #9eacb8; }
.footer-bottom { border-color: rgba(255,255,255,.08); }

.fund-nav-link { color: #79dcff !important; font-weight: 850; }
.fund-nav-link[aria-current="page"] { color: #061f34 !important; padding: 8px 12px; border-radius: 999px; background: #72dfff; }

.fund-home { color: white; background: linear-gradient(125deg, #09243a, #0c5a88); }
.fund-home-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.fund-home h2 { margin: 10px 0 20px; }
.fund-home p { max-width: 700px; color: #c8dce9; }
.fund-home .actions { margin-top: 28px; }
.fund-home-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fund-home-points div { min-height: 142px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); }
.fund-home-points strong, .fund-home-points span { display: block; }
.fund-home-points strong { margin-bottom: 8px; color: #7de2ff; font-size: 1.08rem; }
.fund-home-points span { color: #c7d8e3; font-size: .85rem; }

.fund-hero { overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(31,190,227,.25), transparent 30%), linear-gradient(135deg, #071019, #0a2940 58%, #0a536f); }
.fund-hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; padding-block: 74px 88px; }
.fund-hero h1 { max-width: 780px; font-size: clamp(3.1rem, 6vw, 5.8rem); }
.fund-hero p:not(.eyebrow):not(.fund-stage) { max-width: 760px; margin: 26px 0 32px; color: #c9dce8; font-size: 1.08rem; }
.fund-stage { max-width: 760px; margin: 26px 0 0; padding: 14px 16px; border-left: 3px solid #77e2ff; color: #bcd1dd; background: rgba(0,0,0,.18); font-size: .78rem; }
.fund-stage strong { color: white; }
.fund-visual { height: 530px; display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: rgba(255,255,255,.06); box-shadow: 0 34px 80px rgba(0,0,0,.35); }
.fund-visual > div { position: relative; min-width: 0; min-height: 0; overflow: hidden; border-radius: 20px; background: #12293a; }
.fund-visual-main { grid-row: 1 / -1; }
.fund-visual img { width: 100%; height: 100%; object-fit: cover; }
.fund-visual-main img { object-position: 62% center; }
.fund-visual span { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(4,18,30,.82); font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }

.fund-proof-strip { position: relative; z-index: 3; margin-top: -1px; color: #152331; background: white; }
.fund-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fund-proof-grid div { min-height: 118px; padding: 26px; border-right: 1px solid rgba(9,35,57,.1); }
.fund-proof-grid div:last-child { border: 0; }
.fund-proof-grid strong, .fund-proof-grid span { display: block; }
.fund-proof-grid strong { margin-bottom: 5px; font-size: 1rem; }
.fund-proof-grid span { color: #6f7f8c; font-size: .78rem; }

.fund-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fund-step { position: relative; min-height: 270px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: #121b24; }
.fund-step b { display: block; margin-bottom: 48px; color: #55c7f5; font-size: .74rem; letter-spacing: .13em; }
.fund-step h3 { color: white; }
.fund-step p { color: #9eacb8; font-size: .87rem; }
.fund-step::after { content: ""; position: absolute; top: 41px; left: 72px; right: 18px; height: 1px; background: linear-gradient(90deg, rgba(83,198,245,.55), transparent); }

.fund-waterfall-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: start; }
.fund-waterfall-grid h2 { margin: 10px 0 22px; }
.fund-waterfall-grid > div:first-child > p { color: #aebdca; }
.fund-waterfall-grid .notice { margin-top: 28px; }
.fund-waterfall { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: #0d151d; }
.fund-waterfall-row { display: flex; justify-content: space-between; gap: 24px; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.07); }
.fund-waterfall-row:last-child { border-bottom: 0; }
.fund-waterfall-row span { color: #c4d0d8; }
.fund-waterfall-row b { color: #f0b967; font-size: .8rem; white-space: nowrap; }
.fund-waterfall-row strong { color: white; text-align: right; }
.fund-waterfall-row.gross { background: rgba(50,167,225,.12); }
.fund-waterfall-row.net { padding-block: 22px; background: rgba(70,206,153,.12); }
.fund-waterfall-row.net span, .fund-waterfall-row.net strong { color: #76dfb3; }

.fund-rights { background: #f3f7fa; color: #162330; }
.fund-rights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fund-rights-grid article { padding: 34px; border: 1px solid #dce6ec; border-radius: 22px; background: white; box-shadow: 0 18px 55px rgba(20,43,60,.08); }
.fund-rights-grid h3 { margin-bottom: 20px; }
.risk-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.risk-list li { padding: 13px 0 13px 28px; border-bottom: 1px solid #e9eef2; color: #586875; }
.risk-list li::before { content: "!"; float: left; margin-left: -28px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #70470b; background: #ffd47f; font-size: .7rem; font-weight: 900; }
.fund-token-note { display: flex; gap: 22px; margin-top: 18px; padding: 22px 26px; border-radius: 16px; color: #c9d9e3; background: #12283a; }
.fund-token-note strong { color: #74dcff; white-space: nowrap; }

.fund-payment-grid { display: grid; gap: 10px; }
.fund-payment-grid article { padding: 20px 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(255,255,255,.08); }
.fund-payment-grid article > span { color: #76e0ff; font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.fund-payment-grid h3 { margin-top: 5px; font-size: 1.1rem; }
.fund-payment-grid p { margin: 7px 0 0; color: #d2e0e9; font-size: .82rem; }

.fund-simulator { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 30px; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: #111922; }
.fund-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fund-result { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: #0c131a; }
.fund-result span { color: #8fa0ad; font-size: .76rem; }
.fund-result strong { color: #78dfff; font-size: 1.55rem; }
.fund-result-grid .fine-print { grid-column: 1 / -1; margin: 8px 0 0; }

.fund-gates { display: grid; gap: 12px; margin-top: 28px; }
.fund-gates div { padding: 19px 20px; border-left: 3px solid #4cc4f1; background: rgba(255,255,255,.05); }
.fund-gates b, .fund-gates span { display: block; }
.fund-gates b { margin-bottom: 4px; color: white; }
.fund-gates span { color: #a9bac6; font-size: .82rem; }
.consent-field label { display: flex; align-items: flex-start; gap: 10px; color: #c2d0da; font-size: .8rem; }
.consent-field input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; }
.fund-regulatory { background: #0d141b; }
.fund-regulatory .legal { max-width: 900px; }
.fund-candidates { color: #152536; background: #eef4f7; }
.fund-candidate-warning { display: flex; justify-content: space-between; gap: 28px; margin: -12px 0 24px; padding: 20px 24px; border: 1px solid #efd596; border-radius: 16px; background: #fff8e8; }
.fund-candidate-warning strong { color: #6b4705; white-space: nowrap; }
.fund-candidate-warning span { max-width: 820px; color: #705f40; font-size: .86rem; }
.fund-candidate-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.fund-candidate-filters button { padding: 10px 14px; border: 1px solid #c9d8e1; border-radius: 999px; color: #385165; background: white; cursor: pointer; font: inherit; font-size: .76rem; font-weight: 800; }
.fund-candidate-filters button:hover, .fund-candidate-filters button.active { border-color: #149cd5; color: #075f87; background: #e7f7fe; }
.fund-candidate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fund-candidate-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #d5e2e9; border-radius: 21px; background: white; box-shadow: 0 15px 42px rgba(13,48,72,.07); }
.fund-candidate-card[hidden] { display: none; }
.fund-candidate-image { position: relative; height: 190px; overflow: hidden; background: #dbe7ed; }
.fund-candidate-image img { width: 100%; height: 100%; object-fit: cover; }
.fund-candidate-image > span { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; border-radius: 9px; color: white; background: rgba(6,27,42,.86); font-size: .72rem; font-weight: 850; backdrop-filter: blur(8px); }
.fund-candidate-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.fund-candidate-meta { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 10px; }
.fund-candidate-meta span { color: #0878a8; font-size: .7rem; font-weight: 950; letter-spacing: .1em; }
.fund-candidate-meta b { color: #6b7d89; font-size: .67rem; }
.fund-candidate-body h3 { margin: 0; font-size: 1.16rem; }
.fund-candidate-body > p { min-height: 40px; margin: 7px 0 16px; color: #6d7d88; font-size: .78rem; }
.fund-candidate-yield { padding: 15px; border-radius: 14px; background: #0e2637; }
.fund-candidate-yield span, .fund-candidate-yield small, .fund-candidate-yield strong { display: block; }
.fund-candidate-yield span { color: #a9c1d0; font-size: .68rem; }
.fund-candidate-yield strong { margin: 5px 0; color: #74ddff; font-size: 1.75rem; }
.fund-candidate-yield small { color: #cedbe3; font-size: .68rem; }
.fund-candidate-numbers { display: grid; gap: 8px; margin: 14px 0 18px; }
.fund-candidate-numbers span { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid #edf1f4; color: #75838d; font-size: .7rem; }
.fund-candidate-numbers b { color: #263b4a; white-space: nowrap; }
.fund-candidate-body .button { width: 100%; margin-top: auto; }
.fund-candidate-pending { margin-bottom: 18px; padding: 18px; border-radius: 14px; background: #f1f4f6; }
.fund-candidate-pending strong, .fund-candidate-pending span { display: block; }
.fund-candidate-pending strong { margin-bottom: 5px; color: #334b5c; }
.fund-candidate-pending span { color: #7a8993; font-size: .74rem; }
.fund-candidate-card.selected { outline: 3px solid #23a9df; box-shadow: 0 18px 48px rgba(26,153,209,.2); }
.fund-assumptions-note { margin-top: 24px; padding: 28px; border-radius: 19px; color: #cad8e1; background: #102737; }
.fund-assumptions-note h3 { color: white; }
.fund-assumptions-note > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
.fund-assumptions-note span { padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; font-size: .75rem; }
.fund-assumptions-note b { display: block; margin-bottom: 4px; color: #70dcff; }
.fund-assumptions-note p { margin: 0; color: #aebfcc; font-size: .79rem; }
.field-help { margin: 7px 0 0; color: #82929d; font-size: .72rem; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 24px 20px; flex-direction: column; align-items: stretch; background: #0c1218; border-bottom: 1px solid rgba(255,255,255,.09); }
  .nav-links.open { display: flex; }
  .hero-grid, .page-hero-grid, .product-hero-grid, .two-col, .roi-card, .france-value-grid, .training-intro-grid, .fund-home-grid, .fund-hero-grid, .fund-waterfall-grid, .fund-simulator { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 70px 100px; }
  .hero-panel { min-height: 400px; }
  .product-hero-grid { padding-block: 54px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card:nth-child(n) { grid-column: span 6; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .training-grid { grid-template-columns: 1fr; }
  .training-card.featured { transform: none; }
  .language-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .fund-visual { height: 470px; }
  .fund-flow-grid { grid-template-columns: 1fr 1fr; }
  .fund-proof-grid { grid-template-columns: 1fr 1fr; }
  .fund-candidate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fund-proof-grid div:nth-child(2) { border-right: 0; }
  .fund-proof-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(9,35,57,.1); }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1240px); }
  .brand-logo { width: 168px; }
  .section { padding-block: 72px; }
  .hero-grid { min-height: auto; padding-block: 62px 86px; }
  .hero h1 { font-size: 2.6rem; overflow-wrap: anywhere; }
  .hero .eyebrow { font-size: .68rem; letter-spacing: .12em; }
  .page-hero h1, .product-hero h1 { font-size: 2.55rem; overflow-wrap: anywhere; }
  .breadcrumb { flex-wrap: wrap; row-gap: 4px; }
  .hero-panel { min-height: 310px; }
  .hero-panel { order: -1; }
  .machine-card { inset: 20px 0 28px; border-radius: 24px; }
  .hero-gallery { grid-template-columns: 1.1fr .9fr; padding: 8px; }
  .hero-gallery figure { border-radius: 19px; }
  .hero-gallery-brand { left: 20px; top: 20px; }
  .float-stat { min-width: 135px; padding: 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head, .cta-grid, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .category-card:nth-child(n) { grid-column: span 12; min-height: 260px; }
  .product-grid, .process-grid, .spec-grid, .page-stat-box, .form-grid, .footer-grid, .language-grid, .fund-home-points, .fund-flow-grid, .fund-rights-grid, .fund-result-grid { grid-template-columns: 1fr; }
  .training-mini-grid div { align-items: flex-start; flex-direction: column; }
  .training-mini-grid span { text-align: left; }
  .training-card { padding: 24px; }
  .training-card h3, .training-card > p { min-height: 0; }
  .field.full { grid-column: auto; }
  .product-hero-grid { min-height: auto; }
  .product-price strong { font-size: 2rem; white-space: normal; }
  .hero-product-visual { min-height: 330px; order: -1; }
  .usage-visual-hero { min-height: 280px; width: calc(100% - 30px); }
  .coverage-grid { grid-template-columns: 1fr; }
  .machine-card { grid-template-columns: 1fr; padding: 30px; }
  .machine-card.hero-gallery { grid-template-columns: 1.1fr .9fr; grid-template-rows: 1fr; padding: 8px; }
  .machine-card.hero-gallery-family { grid-template-columns: 1fr; }
  .machine-card.hero-mosaic { grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; padding: 8px; }
  .price-row .button-order { width: 100%; }
  .hero-machine-uses { display: none; }
  .roi-card { padding: 24px; }
  .fund-hero-grid { min-height: auto; padding-block: 56px 70px; }
  .fund-hero h1 { font-size: 2.7rem; overflow-wrap: anywhere; }
  .fund-visual { height: 380px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.2fr .8fr; }
  .fund-visual-main { grid-column: 1 / -1; grid-row: auto; }
  .fund-proof-grid { grid-template-columns: 1fr; }
  .fund-proof-grid div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(9,35,57,.1); }
  .fund-proof-grid div:nth-child(2) { border-bottom: 1px solid rgba(9,35,57,.1); }
  .fund-waterfall-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  .fund-waterfall-row strong { text-align: left; }
  .fund-token-note { align-items: flex-start; flex-direction: column; }
  .fund-token-note strong { white-space: normal; }
  .fund-simulator { padding: 20px; }
  .fund-result-grid .fine-print { grid-column: auto; }
  .fund-candidate-warning { align-items: flex-start; flex-direction: column; gap: 8px; }
  .fund-candidate-warning strong { white-space: normal; }
  .fund-candidate-grid, .fund-assumptions-note > div { grid-template-columns: 1fr; }
  .fund-candidate-image { height: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
