/* ==========================================================================
   HORAE · content pages (À propos, Démo, Audit, Guide DPP, Insights, articles, légal)
   ========================================================================== */

/* ---------- Page hero ---------- */
.chero { position: relative; padding: calc(var(--nav-h) + 11vh) var(--pad) 9vh; background: linear-gradient(180deg, var(--paper) 0%, #eef3f7 100%); }
.chero .eyebrow { margin-bottom: 26px; }
.chero .phero__title { max-width: 14ch; }
.chero__lead { max-width: 560px; margin-top: 30px; font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.7; color: var(--muted); }
.chero__ctas { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; }
.chero--split, .chero--about { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); column-gap: 6vw; align-items: center; min-height: 100svh; padding-top: calc(var(--nav-h) + 6vh); padding-bottom: 6vh; }
.chero--split .chero__media, .chero--about .chero__media { max-height: calc(100svh - var(--nav-h) - 14vh); justify-self: end; width: 100%; }
.chero--about .chero__media { max-width: 520px; }
.chero--split .phero__title, .chero--about .phero__title { max-width: none; }
.chero__media { position: relative; margin: 0; border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 5; box-shadow: 0 60px 100px -60px rgba(24,45,64,.5); }
.chero__media--square { aspect-ratio: 1; }
.chero__media img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.chero__chips { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; gap: 10px; }
.chero__chips span { flex: 1; padding: 12px 14px; border-radius: 14px; background: rgba(250,250,250,.86); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.chero__chips b { display: block; font-family: var(--serif); font-weight: 400; font-size: 30px; letter-spacing: -.02em; line-height: 1; color: var(--ink); text-transform: none; }
.chero--legal { padding-bottom: 6vh; }
.chero--legal .chero__lead { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--title-gray); }

/* ---------- Sections ---------- */
.cs { padding: 15vh var(--pad); background: var(--paper); }
.cs__head { margin-bottom: 64px; max-width: 900px; }
.cs__head .eyebrow, .cs__aside .eyebrow { margin-bottom: 24px; }
.cs h2, .found h2, .founders h2, .follow h2 { font-size: clamp(2.4rem, 4.4vw, 4.8rem); line-height: 1.03; letter-spacing: -.042em; }
.cs__lead { max-width: 560px; margin-top: 26px; font-size: clamp(1rem, 1.2vw, 1.15rem); line-height: 1.7; color: var(--muted); }
.cs--split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); column-gap: 6vw; align-items: start; }
.cs__aside { position: sticky; top: calc(var(--nav-h) + 6vh); }

/* ---------- Editorial text ---------- */
.prose { max-width: 720px; font-size: 17.5px; line-height: 1.8; color: #2d3236; }
.prose > * + * { margin-top: 1.1em; }
.prose .lead { font-family: var(--serif); font-size: clamp(1.35rem, 1.9vw, 1.7rem); line-height: 1.45; letter-spacing: -.01em; color: var(--ink); }
.prose h2 { margin-top: 2.4em; font-size: clamp(1.7rem, 2.4vw, 2.3rem); line-height: 1.15; letter-spacing: -.03em; color: var(--ink); }
.prose h3 { margin-top: 1.8em; font-size: 1.3rem; letter-spacing: -.01em; color: var(--ink); }
.prose a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(62,109,142,.35); }
.prose ul { list-style: none; padding: 0; }
.prose ul li { position: relative; padding-left: 26px; margin-top: .5em; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: .75em; width: 7px; height: 7px; border-radius: 50%; border: 1px solid var(--sub); }
.pull { margin: 2em 0; padding: 6px 0 6px 32px; border-left: 1px solid var(--blue-light); }
.pull p { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2.2vw, 2rem); line-height: 1.35; letter-spacing: -.015em; color: var(--ink); }
.steps { list-style: none; padding: 0; counter-reset: st; border-top: 1px solid var(--line); }
.steps li { counter-increment: st; display: grid; grid-template-columns: 44px 1fr; padding: 16px 0; border-bottom: 1px solid var(--line); }
.steps li::before { content: counter(st, decimal-leading-zero); font-size: 12px; letter-spacing: .18em; color: var(--sub); padding-top: 5px; }
.stat { margin: 2em 0; padding: 26px 30px; border-radius: 18px; background: var(--ink); color: #fff; display: grid; grid-template-columns: auto 1fr; column-gap: 26px; align-items: center; }
.stat b { font-family: var(--serif); font-weight: 400; font-size: clamp(2.6rem, 4.4vw, 3.8rem); line-height: 1; letter-spacing: -.03em; }
.stat figcaption { font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.7); }
.sep { border: 0; height: 1px; margin: 2.6em 0; background: var(--line); }
.tablewrap { overflow-x: auto; margin: 2em 0; border-radius: 16px; border: 1px solid var(--line); }
.cmp { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
.cmp th, .cmp td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.cmp th { font-weight: 500; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--sub); background: var(--ice-2); }
.cmp td:first-child { font-weight: 500; color: var(--ink); }
.cmp .hl { background: rgba(151,184,207,.14); }
.cmp th.hl { color: var(--blue-deep); }
.cmp tr:last-child td { border-bottom: 0; }
.tags { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.prose .tags li { padding: 9px 14px; margin: 0; border: 1px solid #cdd8e0; background: #fff; font-size: 14px; }
.prose .tags li::before { display: none; }

/* ---------- À propos ---------- */
.found { padding: 16vh var(--pad); background: radial-gradient(120% 90% at 50% 110%, #1d252d 0%, #111418 45%, #0b0c0e 100%); color: #fff; }
.found__head .eyebrow { margin-bottom: 24px; }
.found h2 em { color: var(--blue-light); }
.found__figs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 70px 0 60px; border-top: 1px solid rgba(255,255,255,.12); }
.found__figs div { padding: 30px 30px 0 0; border-right: 1px solid rgba(255,255,255,.12); }
.found__figs div + div { padding-left: 30px; }
.found__figs div:last-child { border-right: 0; }
.found__figs b { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(3.4rem, 7vw, 7rem); line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.found__figs span { display: block; margin-top: 12px; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--sub-dark); }
.found__txt { max-width: 640px; font-size: clamp(1.05rem, 1.3vw, 1.2rem); line-height: 1.75; color: rgba(255,255,255,.72); }
.team__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.person { padding: 34px 30px 32px; border-radius: 24px; background: #fff; border: 1px solid var(--line); transition: transform .7s var(--ease-out), box-shadow .7s var(--ease-out); }
.person:hover { transform: translateY(-6px); box-shadow: 0 50px 80px -50px rgba(24,45,64,.35); }
.person__mono { display: inline-grid; place-items: center; width: 74px; height: 74px; margin-bottom: 28px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--serif); font-size: 26px; letter-spacing: -.02em; }
.person h3 { font-size: clamp(1.5rem, 2vw, 1.9rem); letter-spacing: -.02em; }
.person__role { margin: 6px 0 18px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--sub); }
.person p:last-child { font-size: 15px; line-height: 1.65; color: var(--muted); }
.advisors { display: grid; grid-template-columns: minmax(0, .5fr) minmax(0, 1.5fr); gap: 40px; margin-top: 60px; padding-top: 34px; border-top: 1px solid var(--line); }
.advisors p:last-child { max-width: 760px; font-size: 17px; line-height: 1.75; color: #2d3236; }
.values { background: linear-gradient(180deg, var(--paper), #eaf0f5); }
.values__grid, .trio { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.trio { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 40px; }
.values .gtile, .trio .gtile { aspect-ratio: auto; min-height: 250px; }
.gtile div b { display: block; margin-bottom: 12px; font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 2.1vw, 2.1rem); line-height: 1.1; letter-spacing: -.02em; }
.gtile div p { max-width: 460px; font-size: 15px; line-height: 1.6; color: var(--muted); }

/* ---------- Démo ---------- */
.demo { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); column-gap: 6vw; align-items: start; padding: calc(var(--nav-h) + 9vh) var(--pad) 14vh; background: linear-gradient(180deg, var(--paper) 0%, #eef3f7 100%); min-height: 100svh; }
.demo__title { font-size: clamp(2.8rem, 5.6vw, 6.2rem); }
.demo__lead { max-width: 540px; margin-top: 28px; font-size: clamp(1.05rem, 1.3vw, 1.2rem); line-height: 1.7; color: var(--muted); }
.demo__pills { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.demo__pills li { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid #cdd8e0; background: rgba(255,255,255,.7); font-size: 13.5px; }
.demo__pills li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.demo__learn { margin-top: 60px; padding-top: 30px; border-top: 1px solid #d6dee4; max-width: 600px; }
.demo__learn .eyebrow { margin-bottom: 16px; }
.demo__learn-lead { font-size: 15.5px; line-height: 1.7; color: var(--muted); margin-bottom: 18px; }
.demo__learn ol { list-style: none; padding: 0; margin: 0; }
.demo__learn li { display: grid; grid-template-columns: 44px 1fr; padding: 14px 0; border-top: 1px solid var(--line); font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.demo__learn li span { font-size: 11px; letter-spacing: .18em; color: var(--sub); padding-top: 4px; }
.demo__learn li b { display: block; font-weight: 500; color: var(--ink); font-size: 15.5px; margin-bottom: 2px; }
.demo__side { position: sticky; top: calc(var(--nav-h) + 4vh); }

/* ---------- Forms ---------- */
.hform { position: relative; padding: 34px 32px 30px; border-radius: 26px; background: #fff; border: 1px solid rgba(17,19,21,.07); box-shadow: 0 60px 100px -60px rgba(24,45,64,.45), 0 20px 40px -30px rgba(24,45,64,.2); }
.hform__hp { position: absolute; left: -9999px; }
.hform__title { margin-bottom: 20px; font-family: var(--serif); font-size: 26px; letter-spacing: -.02em; }
.hfield { display: block; margin-bottom: 16px; }
.hfield span { display: block; margin-bottom: 7px; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.hfield em { font-style: normal; text-transform: none; letter-spacing: 0; color: var(--title-gray); }
.hfield input, .hfield textarea { width: 100%; padding: 14px 16px; border: 1px solid #d6dee4; border-radius: 0; background: var(--paper); font: inherit; font-size: 15px; color: var(--ink); transition: border-color .3s, background .3s, box-shadow .3s; }
.hfield textarea { resize: vertical; min-height: 110px; }
.hfield input:focus, .hfield textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(151,184,207,.25); }
.hform__submit { width: 100%; justify-content: space-between; margin-top: 6px; }
.hform__alt, .hform__note { margin-top: 16px; font-size: 13px; color: var(--muted); }
.hform__alt a { color: var(--ink); border-bottom: 1px solid currentColor; }
.hform__err { display: none; margin-top: 14px; padding: 12px 14px; background: #fbf1ee; color: #8d3b2a; font-size: 13px; line-height: 1.5; }
.hform__err a { color: inherit; text-decoration: underline; }
.hform.is-error .hform__err { display: block; }
.hform.is-busy .hform__submit { opacity: .6; pointer-events: none; }
.hform__done { display: none; text-align: center; padding: 30px 10px; }
.hform__done svg { width: 64px; height: 64px; margin-bottom: 18px; }
.hform__done circle { fill: none; stroke: #3fa46f; stroke-width: 1.5; stroke-dasharray: 151; stroke-dashoffset: 151; }
.hform__done path { fill: none; stroke: #3fa46f; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; }
.hform.is-done .hform__fields { display: none; }
.hform.is-done .hform__done { display: block; }
.hform.is-done .hform__done circle { animation: drawStroke .9s var(--ease-out) forwards; }
.hform.is-done .hform__done path { animation: drawStroke .6s .5s var(--ease-out) forwards; }
@keyframes drawStroke { to { stroke-dashoffset: 0; } }
.hform__done-title { font-family: var(--serif); font-size: 26px; margin-bottom: 8px; }
.hform__done p:last-child { font-size: 15px; color: var(--muted); }
.hform--inline { padding: 0; margin-top: 26px; border: 0; background: none; box-shadow: none; border-radius: 0; }
.hform--dark .hfield span, .hform--dark .hform__note { color: rgba(255,255,255,.6); }
.hform--dark .hfield input { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); color: #fff; }
.hform--dark .hfield input:focus { background: rgba(255,255,255,.1); border-color: var(--blue-light); }
.hform--dark .hform__done-title { color: #fff; }
.hform--dark .hform__done p:last-child { color: rgba(255,255,255,.65); }

/* ---------- Audit ---------- */
.deliv__box { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 4vw; align-items: start; }
.deliv__tabs { display: grid; position: sticky; top: calc(var(--nav-h) + 6vh); }
.deliv__tabs button { position: relative; display: grid; grid-template-columns: 44px 1fr; padding: 22px 0; text-align: left; font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.7rem); letter-spacing: -.02em; color: #b3bcc3; transition: color .5s; }
.deliv__tabs button span { font-family: var(--sans); font-size: 11px; letter-spacing: .18em; color: var(--sub); padding-top: 9px; }
.deliv__tabs button i { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--line); overflow: hidden; }
.deliv__tabs button i b { position: absolute; inset: 0; background: var(--ink); transform: scaleX(0); transform-origin: left; }
.deliv__tabs button.is-active { color: var(--ink); }
.deliv__panels { position: relative; }
.deliv__panel { display: none; padding: 40px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: 0 50px 90px -60px rgba(24,45,64,.35); }
.deliv__panel.is-active { display: block; animation: panelIn .8s var(--ease-out); }
@keyframes panelIn { from { opacity: 0; transform: translateY(18px); } }
.deliv__n { font-family: var(--serif); font-size: 64px; line-height: 1; color: #dfe6eb; }
.deliv__panel h3 { margin: 10px 0 12px; font-size: clamp(1.7rem, 2.4vw, 2.3rem); letter-spacing: -.03em; }
.deliv__txt { max-width: 560px; margin-bottom: 26px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.deliv__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.deliv__grid div { padding: 16px 18px; border-radius: 14px; background: var(--ice-2); font-size: 14px; line-height: 1.55; color: var(--muted); }
.deliv__grid b { display: block; margin-bottom: 3px; font-weight: 500; color: var(--ink); }
.cal { background: linear-gradient(180deg, var(--paper), #eef3f7); }
.cal__line, .espr { position: relative; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.cal__line::before, .espr::before { content: ""; position: absolute; left: 0; right: 0; top: 11px; height: 1px; background: #d6dee4; }
.cal__line::after, .espr::after { content: ""; position: absolute; left: 0; right: 0; top: 11px; height: 1px; background: var(--ink); transform-origin: left; transform: scaleX(var(--p, 0)); }
.cal__line li, .espr li { position: relative; padding-top: 44px; }
.cal__line li::before, .espr li::before { content: ""; position: absolute; left: 0; top: 5px; width: 13px; height: 13px; border-radius: 50%; background: var(--paper); border: 1px solid #aebbc4; transition: background .5s, border-color .5s, box-shadow .5s; z-index: 1; }
.cal__line li.is-on::before, .espr li.is-on::before { background: var(--ink); border-color: var(--ink); box-shadow: 0 0 0 6px rgba(151,184,207,.3); }
.cal__line b, .espr b { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.03em; }
.cal__line h3, .espr h3 { margin: 14px 0 8px; font-family: var(--sans); font-weight: 500; font-size: 16px; }
.cal__line p, .espr p { font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.founders { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 6vw; align-items: center; padding: 16vh var(--pad); background: radial-gradient(120% 90% at 50% 110%, #1d252d 0%, #111418 45%, #0b0c0e 100%); color: #fff; }
.founders .eyebrow { margin-bottom: 24px; }
.founders h2 em { color: var(--blue-light); }
.founders__copy > p { max-width: 580px; margin-top: 26px; font-size: 16.5px; line-height: 1.75; color: rgba(255,255,255,.72); }
.founders__people { display: flex; flex-wrap: wrap; gap: 26px 40px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.founders__people p { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: center; font-size: 13px; color: rgba(255,255,255,.6); }
.founders__people .person__mono { grid-row: span 2; width: 48px; height: 48px; margin: 0; font-size: 17px; background: #fff; color: var(--ink); }
.founders__people b { font-weight: 500; font-size: 15px; color: #fff; }
.founders__xp small { display: block; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--sub-dark); }
.founders__xp { display: block !important; }
.founders__quote { margin: 0; padding: 40px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; }
.founders__quote p { font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 2.3vw, 2.2rem); line-height: 1.35; letter-spacing: -.015em; }
.access { background: var(--paper); }
.access__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.offer { padding: 38px 36px 34px; border-radius: 26px; background: #fff; border: 1px solid var(--line); }
.offer--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.offer__tag { display: inline-block; margin-bottom: 20px; padding: 6px 12px; border: 1px solid currentColor; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--sub); }
.offer--dark .offer__tag { color: var(--sub-dark); }
.offer h3 { font-size: clamp(1.8rem, 2.6vw, 2.5rem); letter-spacing: -.03em; }
.offer__txt { margin: 8px 0 22px; font-size: 16px; color: var(--muted); }
.offer--dark .offer__txt { color: rgba(255,255,255,.65); }
.offer__list { list-style: none; padding: 0; margin: 0; }
.offer__list li { padding: 13px 0 13px 28px; position: relative; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.5; color: var(--muted); }
.offer--dark .offer__list li { border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.6); }
.offer__list li::before { content: "✓"; position: absolute; left: 2px; top: 13px; color: var(--sub); }
.offer__list b { display: block; font-weight: 500; color: var(--ink); }
.offer--dark .offer__list b { color: #fff; }

/* ---------- Guide DPP ---------- */
.guide { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 6vw; padding: 4vh var(--pad) 12vh; background: var(--paper); }
.guide__toc { position: sticky; top: calc(var(--nav-h) + 5vh); align-self: start; display: grid; padding-left: 18px; }
.guide__toc .eyebrow { margin-bottom: 14px; margin-left: -18px; }
.guide__toc a { display: flex; gap: 12px; padding: 8px 0; font-size: 14.5px; color: var(--title-gray); transition: color .4s; }
.guide__toc a span { font-size: 11px; letter-spacing: .16em; color: var(--sub); padding-top: 2px; }
.guide__toc a.is-active { color: var(--ink); }
.guide__bar { position: absolute; left: 0; top: 34px; bottom: 0; width: 1px; background: var(--line); }
.guide__bar b { position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: var(--ink); transform-origin: top; transform: scaleY(var(--p, 0)); }
.gsec { padding: 9vh 0 3vh; border-top: 1px solid var(--line); }
.gsec:first-child { border-top: 0; padding-top: 2vh; }
.gsec__n { margin-bottom: 20px; font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--sub); font-weight: 500; }
.gsec h2 { margin-bottom: 34px; font-size: clamp(2.1rem, 3.6vw, 3.8rem); line-height: 1.05; letter-spacing: -.04em; }
.vs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vs__col { padding: 30px 30px 26px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.vs__col--on { background: var(--ink); color: #fff; border-color: var(--ink); }
.vs__k { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--sub); }
.vs__col--on .vs__k { color: var(--sub-dark); }
.vs__t { margin: 8px 0 18px; font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.9rem); letter-spacing: -.02em; }
.vs ul { list-style: none; padding: 0; margin: 0; }
.vs li { padding: 11px 0 11px 24px; position: relative; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.5; color: var(--muted); }
.vs__col--on li { border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.75); }
.vs li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 8px; height: 1px; background: currentColor; }
.vs__col--on li::before { content: "✓"; width: auto; height: auto; top: 11px; background: none; color: var(--blue-light); }
.pioneers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 36px; }
.pioneers article { padding: 28px 28px 26px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.pioneers small { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--sub); }
.pioneers h3 { margin: 10px 0 10px; font-size: clamp(1.6rem, 2.2vw, 2.1rem); letter-spacing: -.02em; }
.pioneers p { font-size: 15px; line-height: 1.65; color: var(--muted); }
.espr { grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 44px; gap: 20px; }
.espr b { font-size: clamp(1.5rem, 2.2vw, 2.1rem); }
.cta__sub { max-width: 560px; margin: 30px auto 0; font-size: 16.5px; line-height: 1.7; color: var(--muted); }

/* ---------- Insights ---------- */
.chero--insights .phero__title { max-width: none; }
.alist { padding: 4vh var(--pad) 14vh; background: #eef3f7; }
.acard { display: grid; color: inherit; }
.acard__img { margin: 0; overflow: hidden; border-radius: 20px; aspect-ratio: 16 / 10; background: #dfe6eb; }
.acard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.acard:hover .acard__img img { transform: scale(1.05); }
.acard__body { padding: 20px 4px 0; }
.acard__meta { display: flex; gap: 12px; align-items: center; margin-bottom: 10px; font-size: 12px; letter-spacing: .1em; color: var(--muted); }
.acard__meta span { padding: 4px 10px; border: 1px solid #cdd8e0; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--sub); }
.acard h3 { font-size: clamp(1.25rem, 1.7vw, 1.55rem); line-height: 1.25; letter-spacing: -.02em; transition: color .4s; }
.acard:hover h3 { color: var(--blue-deep); }
.acard__ex { margin-top: 14px; max-width: 560px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.acard__more { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 13.5px; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.acard__more .arrow { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .6s var(--ease-out); }
.acard:hover .acard__more .arrow { transform: rotate(45deg); }
.acard--big { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 4vw; align-items: center; margin-bottom: 8vh; }
.acard--big .acard__img { aspect-ratio: 16 / 11; }
.acard--big h3 { font-size: clamp(1.8rem, 2.8vw, 2.8rem); line-height: 1.12; letter-spacing: -.03em; }
.alist__grid, .more__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6vh 28px; }
.follow { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6vw; align-items: end; padding: 14vh var(--pad); background: var(--paper); }
.follow .eyebrow { margin-bottom: 24px; }
.follow__side p { max-width: 480px; margin-bottom: 28px; font-size: 17px; line-height: 1.7; color: var(--muted); }

/* ---------- Article ---------- */
.post { padding: calc(var(--nav-h) + 8vh) var(--pad) 12vh; background: var(--paper); }
.post__head { max-width: 980px; margin: 0 auto; }
.post__back { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 34px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); transition: color .3s; }
.post__back svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.4; transition: transform .5s var(--ease-out); }
.post__back:hover { color: var(--ink); }
.post__back:hover svg { transform: translateX(-4px); }
.post__meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 26px; font-size: 13px; color: var(--muted); }
.post__meta span { padding: 5px 11px; border: 1px solid #cdd8e0; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--sub); }
.post__title { font-family: var(--serif); font-weight: 400; font-size: clamp(2.3rem, 4.6vw, 4.8rem); line-height: 1.05; letter-spacing: -.04em; }
.post__img { max-width: 1240px; margin: 7vh auto 8vh; border-radius: 26px; overflow: hidden; aspect-ratio: 16 / 8; background: #dfe6eb; }
.post__img img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.post__body { margin: 0 auto; }
.post__end { max-width: 720px; margin: 10vh auto 0; padding: 40px; border-radius: 26px; background: #eef3f7; }
.post__end .eyebrow { margin-bottom: 14px; }
.post__endtitle { margin-bottom: 26px; font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.2rem); line-height: 1.2; letter-spacing: -.02em; }
.more { padding: 12vh var(--pad) 14vh; background: #eef3f7; }
.more .eyebrow { margin-bottom: 36px; }

/* ---------- Légal, 404 ---------- */
.legal { margin: 0 auto; padding: 4vh var(--pad) 16vh; max-width: calc(760px + 2 * var(--pad)); box-sizing: border-box; }
.legal h2 { font-size: clamp(1.5rem, 2vw, 1.9rem); }
.lost { min-height: 100svh; display: grid; align-content: center; padding: var(--nav-h) var(--pad) 8vh; background: linear-gradient(180deg, var(--paper), #eef3f7); }
.lost .eyebrow { margin-bottom: 26px; }

/* ---------- Mobile menu: resources row ---------- */
.menu__res { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 20px; }
.menu__res a { font-size: 15px; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 2px; }
.menu__res a[aria-current] { color: var(--blue-light); }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .alist__grid, .more__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .espr { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 40px; }
  .guide { grid-template-columns: 1fr; }
  .guide__toc { display: none; }
  .team__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .chero { padding-top: calc(var(--nav-h) + 7vh); }
  .chero--split, .chero--about { grid-template-columns: 1fr; row-gap: 40px; min-height: 0; padding-top: calc(var(--nav-h) + 7vh); }
  .chero--split .chero__media, .chero--about .chero__media { max-height: none; max-width: none; }
  .chero__media { aspect-ratio: 4 / 4.4; }
  .chero__chips b { font-size: 24px; }
  .cs { padding: 11vh var(--pad); }
  .cs--split { grid-template-columns: 1fr; row-gap: 30px; }
  .cs__aside { position: relative; top: auto; }
  .found__figs { grid-template-columns: 1fr; }
  .found__figs div, .found__figs div + div { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .team__grid, .values__grid, .trio, .access__grid, .vs, .pioneers { grid-template-columns: 1fr; }
  .advisors { grid-template-columns: 1fr; gap: 14px; }
  .demo { grid-template-columns: 1fr; row-gap: 50px; min-height: 0; padding-top: calc(var(--nav-h) + 6vh); }
  .demo__side { position: relative; top: auto; }
  .hform { padding: 26px 20px 22px; }
  .deliv__box { grid-template-columns: 1fr; }
  .deliv__tabs { position: relative; top: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .deliv__tabs button { grid-template-columns: 1fr; font-size: 0; padding: 14px 0; }
  .deliv__tabs button span { font-size: 13px; padding: 0; }
  .deliv__panel { padding: 26px 20px; }
  .deliv__grid { grid-template-columns: 1fr; }
  .cal__line, .espr { grid-template-columns: 1fr; gap: 0; }
  .cal__line::before, .espr::before, .cal__line::after, .espr::after { left: 6px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; transform-origin: top; transform: scaleY(var(--p, 0)); }
  .cal__line::before, .espr::before { transform: none; }
  .cal__line li, .espr li { padding: 0 0 36px 40px; }
  .cal__line li::before, .espr li::before { top: 4px; }
  .founders { grid-template-columns: 1fr; row-gap: 40px; }
  .founders__quote { padding: 28px; }
  .offer { padding: 28px 22px; }
  .acard--big { grid-template-columns: 1fr; gap: 0; }
  .alist__grid, .more__grid { grid-template-columns: 1fr; }
  .follow { grid-template-columns: 1fr; gap: 30px; }
  .post { padding-top: calc(var(--nav-h) + 5vh); }
  .post__img { aspect-ratio: 4 / 3; margin: 5vh auto; }
  .post__end { padding: 28px 22px; }
  .stat { grid-template-columns: 1fr; row-gap: 10px; }
  .prose { font-size: 16.5px; }
}
.chero--split .phero__title, .chero--about .phero__title { font-size: clamp(2.8rem, 5.3vw, 6rem); }

/* ==========================================================================
   Plateforme
   ========================================================================== */
.pfhero { position: relative; padding: calc(var(--nav-h) + 10vh) var(--pad) 12vh; background: linear-gradient(180deg, var(--paper) 0%, #eaf0f5 70%, var(--paper) 100%); overflow: hidden; }
.pfhero__head { display: grid; justify-items: center; text-align: center; }
.pfhero__head .eyebrow { margin-bottom: 26px; }
.pfhero__head .phero__title { font-size: clamp(2.9rem, 6.2vw, 7rem); }
.pfhero__head .chero__lead { margin-left: auto; margin-right: auto; }
.pfhero__head .chero__ctas { justify-content: center; }
.pfhero__stage { margin-top: 9vh; perspective: 1800px; }
.browser { position: relative; max-width: 660px; margin: 0 auto; border-radius: 18px; overflow: hidden; background: #fff; border: 1px solid rgba(17,19,21,.07); box-shadow: 0 80px 120px -60px rgba(24,45,64,.45), 0 30px 50px -30px rgba(24,45,64,.25); transform-origin: 50% 0%; will-change: transform; }
.browser__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid #eef0f2; background: #fafbfc; }
.browser__bar i { width: 10px; height: 10px; border-radius: 50%; background: #e3e7ea; }
.browser__bar span { margin-left: 12px; font-size: 12px; letter-spacing: .06em; color: var(--title-gray); }
.browser img { width: 100%; height: auto; display: block; }
.pfstate { padding: 16vh var(--pad); background: var(--paper); text-align: center; }
.pfstate .eyebrow { margin-bottom: 30px; }
.pfstate__text { max-width: 1100px; margin: 0 auto; font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.1; letter-spacing: -.035em; }
.pfstate__text .pw-word { color: #c2cbd2; }
.impact { background: linear-gradient(180deg, var(--paper), #eef3f7); }
.impact__table { border-top: 1px solid var(--line); }
.impact__h { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; padding: 18px 0; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--sub); }
.impact__row { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; padding: 26px 0; border-top: 1px solid var(--line); align-items: center; }
.impact__row p { display: flex; align-items: baseline; gap: 16px; font-size: clamp(1.1rem, 1.7vw, 1.6rem); line-height: 1.3; letter-spacing: -.01em; }
.impact__row i { flex: none; font-style: normal; font-family: var(--sans); font-size: 18px; width: 18px; }
.impact__off { color: var(--title-gray); }
.impact__off span { position: relative; }
.impact__off span::after { content: ""; position: absolute; left: 0; right: 0; top: 55%; height: 1px; background: var(--title-gray); transform: scaleX(var(--s, 0)); transform-origin: left; }
.impact__on { font-family: var(--serif); color: var(--ink); opacity: var(--o, .15); transform: translateX(calc((1 - var(--o, .15)) * 20px)); }
.impact__on i { color: var(--blue); }
.crmband { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6vw; align-items: end; padding: 14vh var(--pad); background: radial-gradient(120% 90% at 50% 110%, #1d252d 0%, #111418 45%, #0b0c0e 100%); color: #fff; }
.crmband .eyebrow { margin-bottom: 24px; }
.crmband h2 { font-size: clamp(2.4rem, 4.4vw, 4.8rem); line-height: 1.03; letter-spacing: -.042em; }
.crmband h2 em { color: var(--blue-light); }
.crmband__side p { max-width: 460px; margin-bottom: 28px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.7); }
@media (max-width: 900px) {
  .pfhero__stage { margin-top: 6vh; }
  .impact__h { display: none; }
  .impact__row { grid-template-columns: 1fr; gap: 10px; }
  .crmband { grid-template-columns: 1fr; gap: 30px; }
}

/* ---------- Plateforme · the five views, one opens on hover ---------- */
.cs__head--center { max-width: none; text-align: center; margin-left: auto; margin-right: auto; }
.pgal { margin-bottom: 90px; }
.pgal__row { display: flex; gap: 14px; height: clamp(380px, 38vw, 600px); will-change: transform; }
.pgal__panel {
  position: relative; flex: 1 1 0%; min-width: 0; overflow: hidden; isolation: isolate;
  padding: 0; border: 1px solid #dfe5ea; border-radius: 20px; background: #f4f6f9; cursor: pointer;
  transition: flex-grow .8s var(--ease-out), box-shadow .5s, border-color .5s;
}
.pgal__panel.is-active { flex-grow: 7; border-color: #cfd8df; box-shadow: 0 30px 60px -40px rgba(24,45,64,.45); }
.pgal__panel img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: left top; transition: transform 1.2s var(--ease-out); }
.pgal__panel:not(.is-active):hover img { transform: scale(1.04); }
.pgal__panel::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(17,28,40,.74) 0%, rgba(17,28,40,.14) 45%, rgba(17,28,40,.07) 100%); transition: opacity .6s; }
.pgal__panel.is-active::after { background: linear-gradient(0deg, rgba(17,28,40,.72), rgba(17,28,40,0) 30%); }
.pgal__n { position: absolute; z-index: 2; top: 18px; left: 50%; transform: translateX(-50%); display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #e2e9ef; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--blue); font-size: 12px; transition: left .8s var(--ease-out); }
.pgal__panel.is-active .pgal__n { left: 34px; }
.pgal__t { position: absolute; z-index: 2; left: 50%; bottom: 34px; transform: translateX(-50%); color: #fff; font-family: var(--serif); font-size: clamp(1.05rem, 1.5vw, 1.45rem); line-height: 1.3; writing-mode: vertical-rl; white-space: nowrap; }
.pgal__panel.is-active .pgal__t { writing-mode: horizontal-tb; bottom: 26px; font-size: clamp(1.4rem, 2vw, 2rem); }
.pgal__panel:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
.pgal__note { margin-top: 22px; text-align: center; font-size: 12px; color: var(--title-gray); }

/* ---------- Light band before the call to action ---------- */
.crmband { background: linear-gradient(180deg, #eef3f7, #e8eff5); color: var(--ink); padding: 11vh var(--pad); }
.crmband h2 em { color: var(--title-gray); }
.crmband__side p { color: var(--muted); }

@media (max-width: 760px) {
  .pgal__row { flex-direction: column; height: auto; gap: 10px; }
  .pgal__panel { flex: none; width: 100%; height: 62px; border-radius: 14px; transition: height .6s var(--ease-out); }
  .pgal__panel.is-active { flex: none; height: clamp(250px, 64vw, 420px); }
  .pgal__panel:not(.is-active)::after { background: rgba(17,28,40,.66); }
  .pgal__t, .pgal__panel.is-active .pgal__t { writing-mode: horizontal-tb; left: 64px; bottom: 20px; transform: none; font-family: var(--sans); font-size: .95rem; }
  .pgal__panel.is-active .pgal__t { left: 22px; bottom: 22px; font-family: var(--serif); font-size: 1.5rem; }
  .pgal__n, .pgal__panel.is-active .pgal__n { left: 31px; top: 15px; }
}

/* ================================================================== */
/*  Studio Horae                                                        */
/* ================================================================== */
.shero { position: relative; min-height: 100svh; display: grid; align-content: center; justify-items: center; text-align: center; padding: calc(var(--nav-h) + 4vh) var(--pad) 10vh; background: linear-gradient(180deg, var(--paper) 0%, #edf2f6 100%); overflow: hidden; }
.shero > * { position: relative; z-index: 1; }
.shero .eyebrow { margin-bottom: 26px; }
.shero .phero__title { font-size: clamp(3.2rem, 8.4vw, 9.6rem); }
.shero .chero__lead { margin: 30px auto 34px; max-width: 520px; }
.shero__grid { position: absolute !important; inset: 0; z-index: 0 !important; background-image: linear-gradient(#dfe6ec 1px, transparent 1px), linear-gradient(90deg, #dfe6ec 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 10%, transparent 75%); mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 10%, transparent 75%); opacity: .55; }
.shero__plan { position: absolute !important; inset: 0; z-index: 0 !important; width: 100%; height: 100%; fill: none; stroke: #b7c5d0; stroke-width: 1.3; opacity: .75; }
.shero__plan g { transition: transform 1.4s var(--ease-out); }
.shero__marks { stroke: #cdd7df; }
.shero::after { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 42% 34% at 50% 52%, rgba(250,250,250,.96), rgba(250,250,250,.7) 55%, rgba(250,250,250,0) 100%); pointer-events: none; }

/* ---------- The build: a tool drawn, then made real ---------- */
.build { position: relative; background: #edf2f6; }
.build__pin { height: 100svh; display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 4vw; align-items: center; padding: var(--nav-h) var(--pad) 4vh; overflow: hidden; }
.build__list { position: relative; list-style: none; margin: 0; padding: 0 0 0 28px; display: grid; gap: 4px; }
.build__list li { padding: 10px 0; color: #aab6bf; transition: color .6s; cursor: pointer; }
.build__list li span { display: inline-block; width: 38px; font-size: 11px; letter-spacing: .2em; color: inherit; vertical-align: .4em; }
.build__list li b { font-family: var(--serif); font-weight: 400; font-size: clamp(1.35rem, 2.1vw, 2.2rem); letter-spacing: -.03em; line-height: 1.15; }
.build__list li p { display: grid; grid-template-rows: 0fr; margin-left: 38px; font-size: 14.5px; line-height: 1.5; color: var(--muted); opacity: 0; transition: grid-template-rows .7s var(--ease-out), opacity .5s, margin .7s var(--ease-out); overflow: hidden; }
.build__list li.is-on { color: var(--ink); }
.build__list li.is-on p { opacity: 1; margin-top: 6px; }
.build__list li.is-on span { color: var(--sub); }
.build__bar { position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: #d6dee4; }
.build__bar b { position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: var(--ink); transform-origin: top; transform: scaleY(var(--p, 0)); }

.build__stage { position: relative; height: min(76svh, 640px); border-radius: 28px; background: linear-gradient(160deg, #f7f9fb, #e9eff4); border: 1px solid #e1e7ec; overflow: hidden; box-shadow: 0 50px 90px -60px rgba(24,45,64,.35); }
.build__grid { position: absolute; inset: 0; background-image: linear-gradient(#dde5eb 1px, transparent 1px), linear-gradient(90deg, #dde5eb 1px, transparent 1px); background-size: 28px 28px; opacity: .6; transition: opacity 1s; }
.build__stage.is-live .build__grid { opacity: .18; }
.build__stage::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 22%; background: linear-gradient(90deg, rgba(151,184,207,0), rgba(151,184,207,.22), rgba(151,184,207,0)); transform: translateX(calc(var(--scan, -1) * 100% * 5)); pointer-events: none; }
.build__status { position: absolute; z-index: 3; top: 18px; left: 20px; display: flex; align-items: center; gap: 10px; padding: 7px 14px 7px 12px; border-radius: 99px; background: rgba(255,255,255,.85); border: 1px solid #e1e7ec; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); backdrop-filter: blur(8px); }
.build__status i { width: 7px; height: 7px; border-radius: 50%; border: 1px solid #9fb0bd; transition: background .5s, border-color .5s, box-shadow .5s; }
.build__status.is-live i { background: #4f9b74; border-color: #4f9b74; box-shadow: 0 0 0 5px rgba(79,155,116,.16); }
.build__status em { font-style: normal; font-variant-numeric: tabular-nums; color: var(--title-gray); }

/* scenes live in a 640 × 460 design box, scaled to the stage */
.bscene { position: absolute; left: 50%; top: 50%; width: 640px; height: 460px; margin: -230px 0 0 -320px; transform: translate3d(0, var(--y, 0px), 0) scale(calc(var(--k, 1) * var(--s, 1))); opacity: 0; visibility: hidden; will-change: transform, opacity; }

/* sketch state: dashed outlines, no ink */
.bscene .sk { transition: background-color .7s, border-color .7s, color .6s, box-shadow .8s, opacity .7s, transform .9s var(--ease-out); }
.bscene .sk:not(.is-built) * { color: transparent !important; background: transparent !important; border-color: transparent !important; box-shadow: none !important; }
.bscene .sk:not(.is-built) { background: transparent !important; border: 1px dashed #aebdc9 !important; color: transparent !important; box-shadow: none !important; }
.bscene .sk:not(.is-built) img, .bscene .sk:not(.is-built) canvas, .bscene .sk:not(.is-built) svg { opacity: 0; }
.bscene img, .bscene canvas, .bscene svg { transition: opacity .8s; }
.bscene .bfloat.sk:not(.is-built) { opacity: 0; transform: translateY(24px) scale(.96); border: 0 !important; }

/* window */
.bwin { position: absolute; inset: 10px 30px 30px 10px; border-radius: 16px; background: #fff; border: 1px solid #e3e8ed; box-shadow: 0 40px 70px -40px rgba(24,45,64,.4); overflow: hidden; }
.bwin__bar { display: flex; gap: 6px; padding: 12px 14px; border-bottom: 1px solid #eef1f4; }
.bwin__bar i { width: 8px; height: 8px; border-radius: 50%; background: #e2e7eb; }

/* 01 CRM */
.crm { display: grid; grid-template-columns: 130px 1fr; height: calc(100% - 33px); }
.crm__side { display: grid; align-content: start; gap: 12px; padding: 18px 16px; background: #111315; color: #fff; border-radius: 0 !important; }
.crm__side b { font-size: 11px; letter-spacing: .3em; font-weight: 500; margin-bottom: 10px; color: #fff; border-radius: 3px; }
.crm__side i { height: 8px; border-radius: 4px; background: rgba(255,255,255,.18); }
.crm__side i:nth-child(2) { background: var(--blue-light, #97b8cf); width: 80%; }
.crm__main { padding: 18px 20px; display: grid; align-content: start; gap: 9px; }
.crm__h { font-family: var(--serif); font-size: 22px; letter-spacing: -.02em; margin-bottom: 6px; border-radius: 6px; color: var(--ink); }
.crm__h em { font-family: var(--sans); font-style: normal; font-size: 12px; color: var(--sub); margin-left: 8px; }
.crm__row { display: grid; grid-template-columns: 30px 1fr 70px 100px; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; border: 1px solid #eef1f4; font-size: 12.5px; color: var(--ink); background: #fff; }
.crm__row em { font-style: normal; color: var(--muted); }
.crm__row i { font-style: normal; justify-self: start; padding: 3px 9px; border-radius: 99px; background: #eef3f7; color: #5c7a90; font-size: 11px; }
.av { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #dfe8ef; color: #3e6d8e; font-size: 10.5px; font-weight: 500; }
.bfloat { position: absolute; z-index: 2; border-radius: 16px; background: #fff; border: 1px solid #e3e8ed; box-shadow: 0 30px 60px -30px rgba(24,45,64,.45); color: var(--ink); }
.bfloat--profile { right: -4px; bottom: 0; width: 230px; padding: 18px; display: grid; justify-items: start; gap: 4px; }
.bfloat--profile .av { width: 40px; height: 40px; font-size: 13px; margin-bottom: 8px; }
.bfloat--profile b { font-family: var(--serif); font-weight: 400; font-size: 19px; }
.bfloat--profile small { font-size: 12px; color: var(--muted); }
.bfloat--profile i { margin-top: 10px; font-style: normal; font-size: 11.5px; padding: 5px 11px; border-radius: 99px; background: #111315; color: #fff; }

/* 02 Dashboard */
.dash { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto 1fr; gap: 14px; padding: 18px; height: calc(100% - 33px); }
.dash__kpi { padding: 16px; border-radius: 12px; border: 1px solid #eef1f4; background: #fafbfc; color: var(--ink); }
.dash__kpi small { display: block; font-size: 11px; letter-spacing: .08em; color: var(--muted); margin-bottom: 8px; }
.dash__kpi b { font-family: var(--serif); font-weight: 400; font-size: 30px; letter-spacing: -.03em; }
.dash__chart { grid-column: span 2; display: flex; align-items: flex-end; gap: 10px; padding: 18px; border-radius: 12px; border: 1px solid #eef1f4; background: #fff; }
.dash__chart i { flex: 1; height: 100%; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, #3e6d8e, #97b8cf); transform-origin: bottom; transform: scaleY(.04); transition: transform 1.1s var(--ease-out); }
.dash__chart i:nth-child(n+7) { background: linear-gradient(180deg, #111315, #56626c); }
.dash__chart.is-built i { transform: scaleY(var(--h)); }
.dash__chart.is-built i:nth-child(2) { transition-delay: .05s; } .dash__chart.is-built i:nth-child(3) { transition-delay: .1s; } .dash__chart.is-built i:nth-child(4) { transition-delay: .15s; }
.dash__chart.is-built i:nth-child(5) { transition-delay: .2s; } .dash__chart.is-built i:nth-child(6) { transition-delay: .25s; } .dash__chart.is-built i:nth-child(7) { transition-delay: .3s; } .dash__chart.is-built i:nth-child(8) { transition-delay: .35s; }
.dash__line { border-radius: 12px; border: 1px solid #eef1f4; background: #fafbfc; padding: 16px 12px; }
.dash__line svg { width: 100%; height: 100%; fill: none; stroke: #3e6d8e; stroke-width: 2.4; stroke-linecap: round; }
.dash__line path { stroke-dasharray: 300; stroke-dashoffset: 300; transition: stroke-dashoffset 1.6s var(--ease-out); }
.dash__line.is-built path { stroke-dashoffset: 0; }

/* 03 App */
.bphone { position: absolute; left: 50%; top: -10px; width: 232px; height: 480px; margin-left: -116px; border-radius: 42px; background: #111315; border: 1px solid #111315; padding: 10px; box-shadow: 0 50px 80px -40px rgba(17,19,21,.55); transform: scale(.94); transform-origin: top center; }
.bphone__in { height: 100%; border-radius: 33px; background: linear-gradient(180deg, #f6f7f9, #fff); padding: 34px 18px 18px; display: grid; align-content: start; justify-items: center; gap: 8px; }
.bphone__brand { font-size: 10px; letter-spacing: .32em; text-transform: uppercase; color: var(--ink); border-radius: 4px; padding: 2px 6px; }
.bphone__img { width: 150px; height: 150px; border-radius: 50%; background: #eef2f5; display: grid; place-items: center; overflow: hidden; margin: 8px 0 4px; }
.bphone__img img { width: 118%; max-width: none; }
.bphone__name { font-family: var(--serif); font-size: 18px; color: var(--ink); margin-bottom: 8px; border-radius: 6px; padding: 0 6px; }
.bphone__btn { width: 100%; padding: 10px; border-radius: 12px; border: 1px solid #e6eaee; background: #fff; font-size: 12px; color: var(--ink); text-align: center; }
.bphone__btn--dark { background: #111315; color: #fff; border-color: #111315; }
.bfloat--push { left: 6px; top: 58px; width: 250px; padding: 14px 16px; font-size: 12.5px; line-height: 1.45; color: var(--muted); background: rgba(255,255,255,.92); backdrop-filter: blur(10px); }
.bfloat--push b { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); margin-bottom: 4px; font-weight: 500; }

/* 04 E-commerce */
.shop { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 22px 26px; height: calc(100% - 33px); align-items: center; }
.shop__img { height: 100%; border-radius: 14px; background: radial-gradient(circle at 50% 45%, #fff, #e8edf1); display: grid; place-items: center; overflow: hidden; }
.shop__img img { width: 92%; max-width: none; }
.shop__info { display: grid; justify-items: start; gap: 12px; }
.shop__k { font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--sub); border-radius: 4px; }
.shop__t { font-family: var(--serif); font-size: 30px; line-height: 1.05; letter-spacing: -.03em; color: var(--ink); border-radius: 6px; }
.shop__d { font-size: 13px; color: var(--muted); border-radius: 4px; }
.shop__cta { margin-top: 8px; padding: 12px 20px; border-radius: 99px; background: #111315; color: #fff; font-size: 12.5px; border: 1px solid #111315; }
.shop__badge { display: flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 99px; background: #eef3f7; color: #3e6d8e; font-size: 11.5px; border: 1px solid #e0e8ee; }
.shop__badge i { width: 6px; height: 6px; border-radius: 50%; background: #3e6d8e; }

/* 05 Wallet card */
.bpass { position: absolute; left: 50%; top: 18px; width: 300px; margin-left: -150px; padding: 22px 22px 24px; border-radius: 20px; background: linear-gradient(160deg, #1b1f23, #0c0e10); color: #fff; box-shadow: 0 50px 80px -40px rgba(17,19,21,.6); border: 1px solid #111315; display: grid; gap: 16px; }
.bpass__top { display: flex; justify-content: space-between; align-items: center; font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; }
.bpass__top b { font-weight: 500; border-radius: 4px; } .bpass__top span { color: #97b8cf; letter-spacing: .1em; border-radius: 4px; }
.bpass__model { font-family: var(--serif); font-size: 28px; letter-spacing: -.02em; border-radius: 6px; }
.bpass__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 13px; }
.bpass__grid span { border-radius: 6px; }
.bpass__grid small { display: block; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: #97b8cf; margin-bottom: 4px; }
.bpass__qr { justify-self: center; width: 128px; height: 128px; padding: 8px; border-radius: 12px; background: #fff; }
.bfloat--wallet { left: 50%; bottom: 10px; transform: translateX(-50%); padding: 12px 20px; border-radius: 99px; background: #111315; color: #fff; font-size: 12.5px; white-space: nowrap; border-color: #111315; }
.bscene .bfloat--wallet.sk:not(.is-built) { transform: translate(-50%, 24px) scale(.96); }

/* 06 GEO */
.bchat { position: absolute; left: 30px; right: 30px; top: 60px; border-radius: 20px; background: #fff; border: 1px solid #e3e8ed; box-shadow: 0 40px 70px -40px rgba(24,45,64,.4); padding: 26px; display: grid; align-content: start; gap: 18px; }
.bchat__q { justify-self: end; max-width: 78%; padding: 12px 16px; border-radius: 18px 18px 4px 18px; background: #eef3f7; font-size: 14px; line-height: 1.5; color: var(--ink); }
.bchat__a { max-width: 88%; padding: 16px 18px; border-radius: 18px 18px 18px 4px; border: 1px solid #eef1f4; font-size: 14px; line-height: 1.6; color: var(--ink); background: #fafbfc; }
.bchat__a b { font-weight: 600; background: linear-gradient(transparent 62%, rgba(151,184,207,.45) 62%); }
.bchat__src { display: flex; gap: 8px; margin-top: 14px; }
.bchat__src span { padding: 5px 11px; border-radius: 99px; border: 1px solid #dfe6ec; font-size: 11.5px; color: #3e6d8e; background: #fff; }

/* ---------- Why, proof ---------- */
.swhy { padding-top: 16vh; padding-bottom: 12vh; }
.swhy__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3vw; max-width: 1400px; margin: 0 auto; }
.swhy__item { padding-top: 26px; border-top: 1px solid #dfe5ea; }
.swhy__item span { font-size: 11px; letter-spacing: .22em; color: var(--sub); }
.swhy__item h3 { margin: 22px 0 16px; font-size: clamp(2rem, 3.2vw, 3.3rem); line-height: 1.02; letter-spacing: -.04em; }
.swhy__item h3 em { color: var(--title-gray); }
.swhy__item p { max-width: 340px; font-size: 15px; line-height: 1.65; color: var(--muted); }
.cs__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.sproof { padding: 14vh var(--pad); text-align: center; background: linear-gradient(180deg, #eef3f7, var(--paper)); }
.sproof .eyebrow { margin-bottom: 26px; }
.sproof__t { max-width: 900px; margin: 0 auto; font-family: var(--serif); font-size: clamp(1.7rem, 3.2vw, 3.1rem); line-height: 1.2; letter-spacing: -.03em; color: var(--ink); }

@media (max-width: 1360px) and (min-width: 1181px) { .nav__links { gap: 26px; } }
@media (max-width: 900px) {
  .build__pin { grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 18px; align-items: stretch; padding: calc(var(--nav-h) + 1vh) var(--pad) 3vh; }
  .build__list { padding-left: 0; }
  .build__list li { display: none; padding: 0; }
  .build__list li.is-on { display: block; }
  .build__list li b { font-size: 1.7rem; }
  .build__list li p { margin-left: 0; }
  .build__list li span { display: block; width: auto; margin-bottom: 6px; vertical-align: 0; }
  .build__bar { left: 0; right: 0; top: auto; bottom: -10px; width: auto; height: 1px; }
  .build__bar b { width: 100%; height: 1px; transform-origin: left; transform: scaleX(var(--p, 0)); }
  .build__stage { height: min(58svh, 460px); align-self: center; border-radius: 22px; }
  .swhy__grid { grid-template-columns: 1fr; gap: 40px; }
  .shero__plan { opacity: .45; }
}
