/* French landing: open layouts, one message and one conversation. */
.hero-v2 { position: relative; isolation: isolate; overflow: hidden; margin: 120px 24px 0; padding: 64px 48px 0; border: 1px solid #233443; border-radius: 28px; background: radial-gradient(ellipse at 72% 32%, #14404480 0%, transparent 55%), radial-gradient(ellipse at 30% 0%, #15313b66 0%, transparent 50%), #101826; box-shadow: inset 0 1px 0 #ffffff09, 0 20px 50px -35px #0f172a55; }
.hero-v2-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 64px; padding-bottom: 52px; }
.hero-v2-eyebrow { font-size: 11px; letter-spacing: .12em; font-weight: 600; color: #547269; }
.hero-v2 .hero-v2-eyebrow { display: inline-block; padding: 8px 13px; border: 1px solid #2dd4bf40; border-radius: 999px; background: #14b8a610; color: #5eead4; font-size: 10px; letter-spacing: .08em; }
.hero-v2 h1 { margin: 26px 0 24px; font-size: clamp(40px, 4.25vw, 60px); line-height: 1.06; font-weight: 600; letter-spacing: -.045em; color: #f8fafc; }
.hero-v2 h1 > span { color: #5eead4; background: linear-gradient(100deg, #71f0dc, #2dcbb8); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-v2-description { max-width: 405px; font-size: 16px; line-height: 1.75; color: #b4c1cd; }
.hero-v2-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; align-items: center; }
.hero-v2-primary { display: inline-flex; justify-content: center; padding: 16px 24px; border-radius: 999px; font-size: 14px; font-weight: 600; background: #2dd4bf; color: #082f2c; border: 1px solid #76eadb66; box-shadow: inset 0 1px 0 #ffffff40, 0 8px 22px -12px #14b8a666; transition: background .2s, box-shadow .2s; }
.hero-v2-primary:hover { background: #5eead4; }
.hero-v2-secondary { padding: 15px 22px; border: 1px solid #ffffff2b; background: #ffffff03; border-radius: 999px; font-size: 14px; font-weight: 500; color: #f1f5f9; }
.hero-v2-secondary span { margin-left: 8px; }
.hero-v2-secondary:hover { background: #ffffff0a; border-color: #94a3b8; }
.hero-v2-reassurance { font-size: 11px; color: #a2b2be; margin-top: 18px; }
/* A light chat surface provides a clear focal point against the dark hero. */
.hero-showcase { min-width: 0; width: 100%; max-width: 410px; justify-self: center; position: relative; padding: 8px 0; }
.hero-showcase::before { content: ""; position: absolute; z-index: -1; inset: -28px -24px; border-radius: 50%; background: radial-gradient(ellipse, #2dd4bf15, transparent 70%); pointer-events: none; }
/* Knowledge is added in the management area; the visitor widget appears afterwards. */
.hero-builder { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .4s, transform .4s, visibility .4s; }
.hero-showcase[data-stage]:not([data-stage="ready"]) .hero-builder { opacity: 1; visibility: visible; }
.hero-showcase[data-stage]:not([data-stage="ready"]) .hero-chat-panel { opacity: 0; pointer-events: none; }
.hero-showcase[data-stage="ready"] .hero-builder { transform: translateY(-12px); }
.hero-showcase[data-stage="ready"] .hero-chat-panel { animation: hero-chat-arrive .45s both; }
.hero-builder-location { font-size: 10px; letter-spacing: .12em; color: #93b7b0; margin-bottom: 24px; }
.hero-source-file { position: relative; display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 24px 28px; border: 1px solid #ffffff24; border-radius: 22px; background: linear-gradient(145deg, #ffffff0d, #ffffff04); color: #def5ee; box-shadow: inset 0 1px 0 #ffffff0a, 0 18px 40px -28px #00000088; }
.hero-source-file > svg { width: 38px; height: 46px; color: #69d8c4; }
.hero-source-file-name { visibility: hidden; opacity: 0; text-align: center; transition: opacity .3s; }
.hero-source-file-name strong { display: block; font-size: 14px; font-weight: 500; }
.hero-source-file-name span { display: block; margin-top: 5px; font-size: 10px; color: #97bcb1; }
.hero-source-placeholder { position: absolute; bottom: 35px; font-size: 12px; color: #b3cbc3; }
.hero-source-action { display: grid; margin-top: 15px; }
.hero-import-button, .hero-train-button { grid-area: 1 / 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 16px; border-radius: 999px; font-size: 12px; color: #dffaf2; border: 1px solid #5eead444; background: #1c4443; transition: opacity .25s, transform .15s, background .25s; }
.hero-train-button { opacity: 0; visibility: hidden; }
.hero-source-connector { position: relative; width: 1px; height: 48px; margin: 12px 0; background: #5eead433; }
.hero-source-connector > span { position: absolute; top: 0; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: #5eead4; box-shadow: 0 0 15px #5eead4; opacity: 0; }
.hero-source-base { display: flex; align-items: center; gap: 12px; width: min(100%, 320px); padding: 17px; border: 1px solid #5eead444; border-radius: 18px; background: linear-gradient(120deg, #184840, #143937); box-shadow: 0 12px 28px -22px #00000088; }
.hero-source-base-icon { color: #5eead4; font-size: 26px; }
.hero-source-base strong { display: block; font-size: 13px; font-weight: 500; color: #dcf8f0; }
.hero-import-status { display: block; font-size: 10px; margin-top: 5px; color: #9fc9bb; }
.hero-import-check { opacity: 0; margin-left: auto; color: #5eead4; font-size: 18px; transition: opacity .3s; }
.hero-import-hint { max-width: 300px; margin-top: 18px; text-align: center; font-size: 11px; line-height: 1.6; color: #b5cbc4; }
.hero-demo-pointer { position: absolute; z-index: 5; left: 0; top: 0; width: 25px; height: 31px; opacity: 0; transition: transform .6s cubic-bezier(.22,.68,.23,1), opacity .2s; filter: drop-shadow(0 2px 2px #102e2933); }
.hero-demo-pointer.is-visible { opacity: 1; }
.hero-showcase[data-stage="upload-hover"] .hero-import-button { background: #2a6057; }
.hero-showcase[data-stage="upload-click"] .hero-import-button, .hero-showcase[data-stage="train-click"] .hero-train-button { transform: scale(.95); }
.hero-showcase:is([data-stage="selected"], [data-stage="train-hover"], [data-stage="train-click"], [data-stage="importing"], [data-stage="indexed"]) .hero-source-file-name { visibility: visible; opacity: 1; }
.hero-showcase:is([data-stage="selected"], [data-stage="train-hover"], [data-stage="train-click"], [data-stage="importing"], [data-stage="indexed"]) :is(.hero-source-placeholder, .hero-import-button) { visibility: hidden; opacity: 0; }
.hero-showcase:is([data-stage="selected"], [data-stage="train-hover"], [data-stage="train-click"], [data-stage="importing"], [data-stage="indexed"]) .hero-train-button { visibility: visible; opacity: 1; }
.hero-showcase[data-stage="train-hover"] .hero-train-button { background: #2a6057; }
.hero-showcase[data-stage="importing"] .hero-source-connector > span { animation: hero-knowledge-transfer 1s ease-in-out both; }
.hero-showcase[data-stage="indexed"] .hero-import-check { opacity: 1; }
.hero-file-picker { position: absolute; z-index: 3; left: 50%; top: 50%; width: calc(100% - 24px); max-width: 365px; transform: translate(-50%, -45%); visibility: hidden; opacity: 0; border: 1px solid #ffffffb3; border-radius: 18px; overflow: hidden; color: #284d41; background: #f9fbf9; box-shadow: 0 24px 65px -10px #00000088, 0 0 0 6px #ffffff04; transition: opacity .25s, transform .25s, visibility .25s; }
.hero-picker-heading { display: flex; align-items: center; gap: 12px; padding: 20px; border-bottom: 1px solid #e1eae4; background: #eff4f0; }
.hero-picker-folder { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; background: #dcece1; font-size: 27px; color: #3c8064; }
.hero-picker-heading strong { display: block; font-weight: 600; font-size: 14px; }
.hero-picker-heading div > span { display: block; margin-top: 4px; font-size: 10px; color: #7a8e80; }
.hero-picker-list { padding: 18px 14px 30px; }
.hero-picker-column { display: block; margin: 0 10px 12px; font-size: 8px; letter-spacing: .1em; color: #82978a; }
.hero-picker-file { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid transparent; border-radius: 10px; transition: background .2s, border-color .2s; }
.hero-picker-pdf { padding: 12px 7px; border-radius: 5px; font-size: 8px; font-weight: 600; color: #567a63; background: #e7eee8; }
.hero-picker-file strong { display: block; font-size: 12px; font-weight: 500; }
.hero-picker-file div > span { display: block; font-size: 9px; margin-top: 4px; color: #7b9082; }
.hero-picker-selected { margin-left: auto; color: #168168; opacity: 0; }
.hero-picker-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 20px; border-top: 1px solid #e1eae4; }
.hero-picker-count { font-size: 9px; color: #6e8779; opacity: 0; }
.hero-picker-open { display: flex; align-items: center; gap: 18px; font-size: 11px; padding: 9px 14px; border-radius: 8px; background: #e6ece7; color: #8da395; transition: background .2s, transform .15s; }
.hero-showcase:is([data-stage="browsing"], [data-stage="file-hover"], [data-stage="file-selected"], [data-stage="open-hover"], [data-stage="open-click"]) .hero-file-picker { visibility: visible; opacity: 1; transform: translate(-50%, -50%); }
.hero-showcase:is([data-stage="browsing"], [data-stage="file-hover"], [data-stage="file-selected"], [data-stage="open-hover"], [data-stage="open-click"]) :is(.hero-source-file, .hero-source-action, .hero-source-base, .hero-source-connector) { opacity: .15; }
.hero-showcase[data-stage="file-hover"] .hero-picker-file { background: #f0f5f1; }
.hero-showcase:is([data-stage="file-selected"], [data-stage="open-hover"], [data-stage="open-click"]) .hero-picker-file { background: #e3f2e9; border-color: #b1d7c2; }
.hero-showcase:is([data-stage="file-selected"], [data-stage="open-hover"], [data-stage="open-click"]) :is(.hero-picker-selected, .hero-picker-count) { opacity: 1; }
.hero-showcase:is([data-stage="file-selected"], [data-stage="open-hover"], [data-stage="open-click"]) .hero-picker-open { background: #167664; color: #fff; }
.hero-showcase[data-stage="open-hover"] .hero-picker-open { background: #105f51; }
.hero-showcase[data-stage="open-click"] .hero-picker-open { transform: scale(.94); }
.hero-knowledge-source { color: #526f62; }
.hero-knowledge-source > span { color: #0f766e; margin-right: 4px; }
@keyframes hero-knowledge-transfer { from { opacity: 0; transform: translateY(0); } 15% { opacity: 1; } to { opacity: 1; transform: translateY(42px); } }
@keyframes hero-chat-arrive { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .hero-showcase[data-stage] .hero-chat-panel { animation: none; } .hero-builder, .hero-demo-pointer { transition: none; } }
.hero-chat-panel { background: #f8faf9; border: 1px solid #ffffffb3; border-radius: 36px; overflow: hidden; box-shadow: 0 24px 65px -22px #00000055; }
.hero-chat-header { display: flex; align-items: center; gap: 12px; padding: 20px 24px; background: #fff; border-bottom: 1px solid #e8eeeb; }
.hero-chat-avatar { display: grid; place-items: center; position: relative; width: 42px; height: 42px; border-radius: 14px; background: #0f766e; color: #fff; box-shadow: inset 0 1px 0 #ffffff33; flex-shrink: 0; }
.hero-chat-avatar::after { content: ""; position: absolute; right: -2px; bottom: -2px; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: #21b894; }
.hero-chat-avatar svg { width: 24px; height: 24px; }
.hero-chat-header strong { display: block; font-size: 15px; font-weight: 600; color: #153d36; letter-spacing: -.02em; }
.hero-chat-status { display: block; font-size: 10px; color: #6a8078; margin-top: 3px; }
.hero-chat-demo-label { margin-left: auto; color: #6a8078; font-size: 10px; border: 1px solid #e1eae5; padding: 4px 9px; border-radius: 6px; }
.hero-chat-content { padding: 18px 24px 24px; }
.hero-chat-timestamp { font-size: 10px; text-align: center; color: #788981; margin-bottom: 22px; }
.hero-conversation { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.hero-demo-question { align-self: flex-end; max-width: 84%; padding: 13px 17px; background: #e8eeeb; color: #304b42; border-radius: 22px 22px 10px 22px; }
.hero-demo-question p, .hero-demo-followup p { font-size: 14px; line-height: 1.6; letter-spacing: -.01em; }
.hero-demo-answer { max-width: 95%; padding: 0 4px 0 0; color: #304b42; }
.hero-message-person { display: flex; gap: 7px; align-items: center; color: #0f766e; font-weight: 600; font-size: 11px; margin-bottom: 9px; }
.hero-message-person > span { font-size: 14px; }
.hero-demo-answer p { font-size: 15px; line-height: 1.7; letter-spacing: -.015em; }
.hero-demo-answer p + p { margin-top: 9px; }
.hero-demo-answer strong { font-weight: 600; color: #163e34; }
.hero-chat-pricing { display: inline-flex; align-items: center; gap: 20px; margin-top: 15px; padding: 9px 13px; background: #fff; border: 1px solid #cbded5; border-radius: 999px; font-size: 12px; font-weight: 500; color: #0f766e; box-shadow: 0 2px 3px #163e3404; transition: background .2s, border-color .2s; }
.hero-chat-pricing:hover { background: #eaf5ef; border-color: #92bfac; }
.hero-demo-followup { display: flex; align-self: flex-end; align-items: baseline; gap: 9px; max-width: 92%; padding: 11px 15px; background: #e8eeeb; color: #304b42; border-radius: 22px 22px 10px 22px; }
.hero-chat-read { color: #168574; font-size: 10px; letter-spacing: -4px; margin-right: 3px; }
.hero-chat-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 24px; padding: 14px 0; border-top: 1px solid #e0e9e4; }
.hero-chat-bottom > span { max-width: 260px; color: #6c8076; font-size: 10px; line-height: 1.5; }
.hero-chat-bottom button { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #e9f0ec; color: #407b66; flex-shrink: 0; }
.hero-chat-bottom button:hover { background: #d5e8dd; }
.hero-chat-bottom svg { width: 16px; height: 16px; }
.hero-chat-panel :is(a, button):focus-visible { outline-color: #0f766e; }
.hero-sectors { max-width: 1180px; margin: 0 auto 28px; padding-top: 23px; border-top: 1px solid #ffffff12; }
.hero-sectors > p { font-size: 13px; font-weight: 500; letter-spacing: .01em; color: #e1eeed; margin-bottom: 17px; }
.hero-sectors ul { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; list-style: none; padding: 0; }
.hero-sectors li { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 9px 10px; border: 1px solid #73d6c52b; border-radius: 12px; background: #ffffff07; color: #e7f3f1; font-size: 12px; font-weight: 500; line-height: 1.5; }
.hero-sectors svg { width: 21px; height: 21px; color: #5eead4; flex-shrink: 0; }
.hero-customer-proof { max-width: 1180px; margin: auto; padding: 25px 0 28px; display: grid; grid-template-columns: 200px 1fr; align-items: center; gap: 35px; border-top: 1px solid #ffffff12; }
.hero-customer-name { display: block; font-weight: 600; font-size: 16px; letter-spacing: -.025em; color: #edf5f5; }
.hero-customer-category { font-size: 10px; color: #a2b2be; }
.hero-customer-proof blockquote { max-width: 730px; padding-left: 24px; border-left: 2px solid #2dd4bf40; font-size: 12px; line-height: 1.8; color: #a8b8c5; }
.hero-v2 :is(a, button):focus-visible, .landing-audiences a:focus-visible, .landing-process a:focus-visible { outline: 2px solid #0f766e; outline-offset: 5px; }
.hero-v2 :is(a, button):focus-visible { outline-color: #5eead4; }
.landing-process { padding: 90px 28px; background: #fafaf7; }
.landing-process-inner { max-width: 1180px; margin: auto; }
.landing-process-heading h2 { margin-top: 18px; font-size: clamp(29px, 3vw, 42px); line-height: 1.2; letter-spacing: -.04em; font-weight: 500; color: #193b32; }
.landing-process-heading h2 span { color: #758373; }
.landing-process-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin-top: 40px; list-style: none; }
.process-sketch { height: 145px; display: flex; align-items: center; position: relative; margin-bottom: 22px; }
.process-sketch-documents { flex-wrap: wrap; align-content: center; gap: 9px; max-width: 290px; }
.process-sketch-documents span { font-size: 13px; color: #4a6052; background: #fff; border: 1px solid #d9e1d7; padding: 12px 15px; border-radius: 3px; }
.process-sketch-documents span:first-child { margin-right: 65px; transform: rotate(-4deg); }
.process-sketch-documents span:last-child { transform: rotate(4deg); }
.process-sketch-install > span { font-family: ui-monospace, monospace; font-size: 21px; letter-spacing: -.06em; color: #7a897d; padding: 18px 0; border-top: 1px solid #dce3d8; border-bottom: 1px solid #dce3d8; }
.process-sketch-install em { font-style: normal; color: #146453; }
.process-sketch-install svg { width: 38px; height: 38px; color: #193b32; margin-left: -20px; margin-top: 65px; transform: rotate(-12deg); }
.process-sketch-chat { align-items: flex-start; justify-content: center; flex-direction: column; gap: 9px; }
.process-sketch-chat span { padding: 10px 16px; font-size: 12px; border-radius: 12px 12px 12px 2px; background: #dfebe2; color: #315640; }
.process-sketch-chat span:first-child { background: #eaece5; margin-left: 70px; border-radius: 12px 12px 2px 12px; color: #63705e; }
.process-step-title { display: flex; align-items: baseline; gap: 11px; padding-top: 20px; border-top: 1px solid #dce3d8; }
.process-step-number { font-family: Georgia, serif; font-style: italic; font-size: 21px; color: #81917a; }
.process-step-title h3 { font-size: 18px; font-weight: 500; letter-spacing: -.03em; color: #243f30; }
.landing-process-steps li > p { font-size: 14px; line-height: 1.75; color: #6b7667; margin-top: 14px; }
.process-demo-link { display: inline-flex; gap: 20px; margin-top: 40px; padding-bottom: 6px; border-bottom: 1px solid #7b9583; font-size: 13px; color: #315d46; }
.landing-audiences { padding: 64px 24px; background: white; border-bottom: 1px solid #e4ebe6; }
.landing-audiences-inner { max-width: 1200px; margin: auto; }
.landing-audiences-heading h2 { margin-top: 12px; font-size: 32px; line-height: 1.2; font-weight: 600; letter-spacing: -.03em; color: #203c32; }
.landing-audiences-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 35px; }
.landing-audiences-grid article { border-top: 1px solid #cbded4; padding-top: 20px; }
.landing-audience-number { font-size: 10px; letter-spacing: .09em; color: #0f766e; font-weight: 600; }
.landing-audiences h3 { margin: 13px 0 10px; font-weight: 600; font-size: 19px; color: #203c32; }
.landing-audiences-grid p { font-size: 14px; line-height: 1.7; color: #617169; }
.landing-audiences-internal { margin-top: 30px; padding-top: 20px; border-top: 1px solid #e4ebe6; font-size: 13px; line-height: 1.7; color: #617169; }
.landing-audiences-internal strong { color: #315d46; font-weight: 600; }
.landing-audiences-grid a { display: inline-block; color: #0f766e; font-size: 12px; font-weight: 600; margin-top: 18px; }
@media (max-width: 1000px) {
    .hero-sectors ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hero-v2 { padding: 48px 30px 0; }
    .hero-v2-grid { gap: 40px; }

    .landing-process-steps { gap: 28px; }
}
/* Keep the sector row within the first screen on desktop. */
@media (min-width: 768px) {
    .hero-v2 { padding-top: 32px; }
    .hero-v2-grid { padding-bottom: 24px; }
    .hero-showcase { padding: 0; }
    .hero-chat-header { padding-top: 14px; padding-bottom: 14px; }
    .hero-chat-content { padding-top: 12px; padding-bottom: 16px; }
    .hero-chat-timestamp { margin-bottom: 12px; }
    .hero-conversation { gap: 14px; }
    .hero-chat-bottom { padding-top: 10px; padding-bottom: 10px; }
    .hero-sectors { padding-top: 16px; margin-bottom: 22px; }
    .hero-sectors > p { margin-bottom: 12px; }
}
@media (max-width: 767px) {
    .hero-v2 { margin: 112px 12px 0; padding: 34px 22px 0; border-radius: 20px; }
    .hero-v2-grid { grid-template-columns: 1fr; gap: 36px; max-width: 510px; padding-bottom: 36px; }
    .hero-v2 h1 { font-size: clamp(38px, 8.5vw, 54px); margin-top: 20px; }
    .hero-v2-description { font-size: 16px; }
    .hero-v2-actions { margin-top: 24px; gap: 20px; }
    .hero-showcase { padding: 0; justify-self: center; }
    .hero-chat-panel { border-radius: 28px; }
    .hero-chat-header { padding: 18px; }
    .hero-chat-content { padding: 16px 18px 20px; }
    .hero-chat-bottom { margin: 0 18px; }

    .hero-sectors { max-width: 510px; margin-bottom: 24px; }
    .hero-sectors ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .hero-sectors li { justify-content: flex-start; font-size: 11px; gap: 8px; }
    .hero-customer-proof { max-width: 510px; grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
    .hero-customer-proof blockquote { padding-left: 15px; }
    .hero-customer-proof figcaption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; }
    .landing-audiences-grid { grid-template-columns: 1fr; gap: 28px; }
    .landing-audiences { padding: 40px 22px; }
    .landing-process { padding: 54px 22px; }
    .landing-process-steps { grid-template-columns: 1fr; gap: 32px; max-width: 510px; }
    .process-sketch { height: 105px; margin-bottom: 10px; }
    .process-step-title { padding-top: 16px; }
}
