:root {
  --navy: #171a3d;
  --navy-2: #262a59;
  --teal: #0f8291;
  --teal-bright: #13a7b7;
  --blue-soft: #9ab5da;
  --ink: #171a2b;
  --slate: #5f6676;
  --line: #dfe6e9;
  --mist: #f3f7f8;
  --warm: #f7f4ef;
  --white: #ffffff;
  --container: 1220px;
  --shadow: 0 24px 70px rgba(20, 25, 57, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { color: white; background: var(--teal); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1000; padding: 10px 14px; color: white; background: var(--navy); border-radius: 9px; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(3rem, 5.4vw, 5.2rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 4vw, 4.2rem); }
h3 { line-height: 1.2; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,230,233,.85); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 270px; }
.brand img { width: 76px; height: 55px; object-fit: contain; }
.brand-text { display: grid; gap: 1px; line-height: 1.15; }
.brand-text strong { color: var(--navy); font-size: 15px; text-transform: uppercase; letter-spacing: .12em; }
.brand-text small { color: var(--teal); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; gap: 29px; color: #35394c; font-size: 13px; font-weight: 750; }
.main-nav a { transition: color .2s, transform .2s, background .2s; }
.main-nav a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { padding: 12px 18px; color: white !important; background: var(--navy); border-radius: 999px; box-shadow: 0 9px 24px rgba(23,26,61,.18); }
.nav-cta:hover { background: var(--teal); transform: translateY(-1px); }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 3px; }

.hero { position: relative; overflow: hidden; padding: 78px 0 74px; background: linear-gradient(135deg, #f7fbfb 0%, #eef7f8 54%, #f8f5f0 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, #cfdadd, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -170px; top: -230px; background: radial-gradient(circle, rgba(22,173,188,.2), transparent 70%); }
.hero-glow-two { width: 430px; height: 430px; left: -190px; bottom: -280px; background: radial-gradient(circle, rgba(154,181,218,.24), transparent 70%); }
.hero-shell { position: relative; z-index: 2; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); gap: 58px; align-items: center; }
.hero-intro { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; align-items: end; max-width: 760px; }
.hero-intro-simple { max-width: 760px; }
.hero-visual { margin: 0; min-width: 0; }
.hero-visual-frame { position: relative; overflow: hidden; aspect-ratio: 1272 / 648; background: linear-gradient(145deg, #edf7fa, #ffffff); border: 1px solid rgba(179,207,216,.86); border-radius: 26px; box-shadow: 0 26px 65px rgba(23,26,61,.13); isolation: isolate; }
.hero-visual-frame::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 48%, rgba(15,130,145,.04)); }
.hero-visual-frame::after { content: ""; position: absolute; left: 22px; top: 20px; z-index: 3; width: 52px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--teal), var(--blue-soft)); }
.hero-visual-frame picture { position: absolute; inset: 0; display: block; }
.hero-visual-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-visual figcaption { margin: 10px 5px 0; color: #7a8190; font-size: 11px; line-height: 1.45; text-align: right; }
.hero-title-block h1 { max-width: 790px; margin-bottom: 0; }
.hero-note { max-width: 640px; margin: -4px 0 0; color: #697182; font-size: 15px; line-height: 1.65; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--teal); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow > span { width: 30px; height: 1px; background: var(--teal); }
.hero-summary { padding-bottom: 0; }
.hero-lead { max-width: 620px; margin-bottom: 18px; color: var(--slate); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 22px; margin-bottom: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 850; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--teal), var(--teal-bright)); box-shadow: 0 13px 30px rgba(15,130,145,.24); }
.button-primary:hover { box-shadow: 0 17px 34px rgba(15,130,145,.33); }
.button-secondary { color: var(--navy); background: rgba(255,255,255,.78); border-color: #cfdadd; }
.button-secondary:hover { border-color: var(--teal); background: white; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; overflow: hidden; background: rgba(255,255,255,.76); border: 1px solid rgba(207,218,221,.9); border-radius: 17px; box-shadow: 0 14px 35px rgba(23,26,61,.06); backdrop-filter: blur(12px); }
.hero-proof div { position: relative; display: grid; gap: 3px; padding: 19px 24px; }
.hero-proof div + div::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 1px; background: #d8e2e4; }
.hero-proof strong { color: var(--navy); font-size: 13px; }
.hero-proof span { color: #7b8390; font-size: 11px; }

.statement { padding: 88px 0; background: white; }
.statement-grid { display: grid; grid-template-columns: .35fr 1.65fr; gap: 70px; align-items: start; }
.statement h2 { max-width: 830px; font-size: clamp(2.55rem, 4.2vw, 4.25rem); }
.statement p:not(.section-label) { max-width: 850px; color: var(--slate); font-size: 18px; }
.role-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.role-points span { padding: 9px 13px; color: #3b4254; background: var(--mist); border: 1px solid #e0e8eb; border-radius: 999px; font-size: 11px; font-weight: 750; }

.services { padding: 92px 0; background: var(--mist); }
.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading > p:last-child { max-width: 670px; color: var(--slate); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 350px; padding: 31px 25px 28px; background: white; border: 1px solid #e0e7ea; border-radius: 18px; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -70px; bottom: -70px; background: radial-gradient(circle, rgba(19,167,183,.14), transparent 70%); }
.service-card:hover { transform: translateY(-5px); border-color: rgba(15,130,145,.38); box-shadow: 0 20px 50px rgba(23,26,61,.09); }
.service-number { margin-bottom: 30px; color: #a3aab4; font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.service-card svg { width: 38px; height: 38px; margin-bottom: 29px; fill: none; stroke: var(--teal); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 13px; color: var(--navy); font-size: 19px; }
.service-card p { margin: 0; color: #656c79; font-size: 13px; line-height: 1.62; }

.ecosystem { padding: 82px 0; background: white; }
.ecosystem-panel { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; padding: 64px; overflow: hidden; color: white; background: radial-gradient(circle at 100% 0%, rgba(23,167,183,.28), transparent 35%), linear-gradient(125deg, #171a3d, #0e1734); border-radius: 28px; box-shadow: 0 26px 70px rgba(23,26,61,.18); }
.ecosystem-panel::before { content: ""; position: absolute; inset: auto -140px -200px auto; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.section-label.light { color: #76d7df; }
.pop-title { margin-bottom: 15px; font-size: 17px; font-weight: 800; letter-spacing: .02em; }
.pop-title span { color: #ffd657; font-size: 34px; font-weight: 900; letter-spacing: -.04em; }
.ecosystem h2 { max-width: 660px; color: white; font-size: clamp(2.45rem, 4vw, 4rem); }
.ecosystem-copy > p:not(.section-label):not(.pop-title) { color: #cbd0e0; font-size: 17px; }
.ecosystem-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 32px; }
.button-light { color: var(--navy); background: white; }
.button-light:hover { background: #eef8f9; }
.text-link { color: #8ae0e5; font-size: 14px; font-weight: 800; }
.solution-stack { display: flex; flex-direction: column; justify-content: center; gap: 13px; }
.solution-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; backdrop-filter: blur(7px); }
.solution-mark { width: 46px; height: 46px; display: grid; place-items: center; color: #83dfe4; border: 1px solid rgba(131,223,228,.4); border-radius: 50%; font-size: 12px; font-weight: 900; }
.solution-item h3 { margin-bottom: 6px; color: white; font-size: 17px; }
.solution-item p { margin: 0; color: #bfc5d4; font-size: 13px; line-height: 1.5; }

.method { padding: 105px 0; background: var(--warm); }
.method-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.method-intro { position: sticky; top: 130px; align-self: start; }
.method-intro h2 { margin-bottom: 22px; }
.method-intro > p:last-child { color: var(--slate); font-size: 17px; }
.method-list { margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid #d9d2c6; }
.method-list li:last-child { border-bottom: 1px solid #d9d2c6; }
.method-list li > span { color: var(--teal); font-size: 13px; font-weight: 900; letter-spacing: .15em; }
.method-list h3 { margin-bottom: 8px; color: var(--navy); font-size: 23px; }
.method-list p { margin: 0; color: #666b75; }

.contact { padding: 92px 0; background: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: start; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p:not(.section-label) { color: var(--slate); font-size: 17px; }
.contact-details { display: grid; gap: 0; margin-top: 35px; }
.contact-details > * { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.contact-details > *:last-child { border-bottom: 1px solid var(--line); }
.contact-details span { color: #8b929c; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.contact-details strong { color: var(--navy); font-size: 14px; font-weight: 750; }
.contact-form { padding: 34px; background: var(--mist); border: 1px solid #e3eaed; border-radius: 25px; box-shadow: 0 24px 65px rgba(23,26,61,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 17px; color: #343a4d; font-size: 12px; font-weight: 850; letter-spacing: .02em; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #d5dfe3; border-radius: 12px; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(15,130,145,.1); }
.consent { display: flex !important; align-items: flex-start; gap: 10px; margin: 4px 0 22px !important; font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; padding: 0; accent-color: var(--teal); }
.form-submit { border: 0; }
.hidden-field { display: none; }

.site-footer { color: #cbd0df; background: #13162f; }
.footer-main { display: grid; grid-template-columns: 330px 1fr auto; gap: 50px; align-items: center; padding: 52px 0 38px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-logo-card { width: 78px; height: 58px; display: grid; place-items: center; padding: 4px; background: white; border-radius: 12px; }
.footer-logo-card img { width: 68px; height: 50px; object-fit: contain; }
.footer-brand > div { display: grid; gap: 2px; line-height: 1.2; }
.footer-brand strong { color: white; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.footer-brand small { color: #82dbe2; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.footer-main p { margin: 0; max-width: 380px; font-size: 13px; }
.footer-links { display: grid; gap: 7px; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: #83dfe4; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.1); color: #858ba0; font-size: 11px; }

.reveal { opacity: 1; transform: none; }
/* Le contenu reste toujours visible, même si JavaScript est bloqué ou lent. */
.js .reveal { opacity: 1; transform: none; }
.js .reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; background: var(--mist); }
.legal-header { padding: 16px 0; background: white; border-bottom: 1px solid var(--line); }
.legal-header .brand { min-width: 0; }
.legal-content { max-width: 860px; margin: 60px auto 90px; padding: 48px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 20px 60px rgba(23,26,61,.08); }
.legal-content h1 { font-size: 48px; }
.legal-content h2 { margin-top: 35px; font-size: 27px; }
.legal-content p, .legal-content li { color: var(--slate); }
.legal-back { display: inline-flex; margin-top: 25px; color: var(--teal); font-weight: 800; }

.thanks { min-height: 100vh; display: grid; place-items: center; padding: 40px; background: linear-gradient(145deg, #f5fbfb, #f7f4ef); }
.thanks-card { max-width: 660px; padding: 55px; text-align: center; background: white; border-radius: 28px; box-shadow: var(--shadow); }
.thanks-brand { display: flex; align-items: center; justify-content: center; gap: 13px; margin-bottom: 28px; }
.thanks-brand img { width: 82px; height: 60px; object-fit: contain; }
.thanks-card h1 { font-size: 46px; }
.thanks-card p { color: var(--slate); }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr; gap: 34px; }
  .hero-intro { grid-template-columns: 1fr; gap: 22px; max-width: 820px; }
  .hero-visual { width: min(100%, 760px); }
  .hero-title-block h1 { font-size: clamp(3.1rem, 5.6vw, 4.65rem); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 315px; }
  .ecosystem-panel { padding: 48px; gap: 35px; }
}

@media (max-width: 880px) {
  .site-header { position: relative; }
  .header-inner { min-height: 78px; }
  .brand { min-width: 0; }
  .brand img { width: 67px; height: 49px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 14px !important; }
  .nav-cta { text-align: center; }
  .hero { padding-top: 62px; }
  .hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .hero-intro { grid-template-columns: 1fr; gap: 18px; }
  .hero-summary { max-width: 760px; padding-bottom: 0; }
  .statement-grid, .method-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .statement-grid { gap: 8px; }
  .ecosystem-panel { grid-template-columns: 1fr; }
  .method-intro { position: static; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { grid-template-columns: repeat(2, auto); justify-content: start; column-gap: 28px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-text strong { font-size: 12px; }
  .brand-text small { max-width: 160px; font-size: 7px; }
  .hero { padding: 48px 0 56px; }
  h1 { font-size: 2.9rem; }
  h2 { font-size: 2.45rem; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual-frame { border-radius: 19px; box-shadow: 0 18px 42px rgba(23,26,61,.11); }
  .hero-visual-frame::after { left: 16px; top: 15px; width: 40px; }
  .hero-visual figcaption { text-align: left; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 28px; }
  .hero-proof div { padding: 14px 17px; }
  .hero-proof div + div::before { left: 16px; right: 16px; top: 0; bottom: auto; width: auto; height: 1px; }
  .statement, .services, .ecosystem, .method, .contact { padding: 72px 0; }
  .role-points { align-items: flex-start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .ecosystem-panel { padding: 35px 23px; border-radius: 25px; }
  .pop-title span { font-size: 31px; }
  .solution-item { grid-template-columns: 46px 1fr; padding: 17px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 23px; }
  .contact-details > * { grid-template-columns: 1fr; gap: 4px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .legal-content { margin: 30px 14px 60px; padding: 28px 22px; }
  .legal-content h1 { font-size: 38px; }
  .thanks-card { padding: 38px 23px; }
  .thanks-card h1 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Version SEO 2026 — expertise et FAQ */
.expertise { padding-bottom: 72px; }
.expertise .statement-grid > div > p + p { margin-top: -5px; }
.expertise-highlight { margin-top: 27px !important; padding: 20px 22px; color: var(--navy) !important; background: linear-gradient(135deg, #eef8f9, #f6f9fb); border-left: 4px solid var(--teal); border-radius: 0 14px 14px 0; font-size: 16px !important; font-weight: 750; }
.role-section { padding-top: 72px; background: var(--warm); }
.faq { padding: 92px 0; background: var(--mist); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { max-width: 470px; font-size: clamp(2.4rem, 3.6vw, 3.7rem); }
.faq-list { border-top: 1px solid #d9e2e5; }
.faq-list details { border-bottom: 1px solid #d9e2e5; }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; color: var(--navy); cursor: pointer; list-style: none; font-size: 17px; font-weight: 820; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--teal); background: white; border: 1px solid #d6e2e5; border-radius: 50%; font-size: 20px; font-weight: 500; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -4px 48px 24px 0; color: var(--slate); font-size: 15px; }

@media (max-width: 880px) {
  .faq-grid { grid-template-columns: 1fr; gap: 22px; }
  .faq-intro { position: static; }
}

@media (max-width: 600px) {
  .expertise, .role-section, .faq { padding: 68px 0; }
  .expertise-highlight { padding: 17px 18px; }
  .faq-list summary { padding-right: 42px; font-size: 15px; }
  .faq-list details p { margin-right: 0; }
}


/* v10: sans visuel hero */
.hero-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
.hero-intro, .hero-intro-simple { max-width: 860px; }
@media (max-width: 980px){ .hero-layout { grid-template-columns: 1fr; gap: 0; } }

/* v11 — dernière passe de finition */
:focus-visible { outline: 3px solid rgba(19,167,183,.38); outline-offset: 3px; }
.hero { padding: 72px 0 68px; }
.hero-intro, .hero-intro-simple { max-width: 980px; }
.hero-title-block h1 { max-width: 930px; font-size: clamp(3rem, 5vw, 4.85rem); }
.hero-lead { max-width: 770px; font-size: 18px; }
.hero-note { max-width: 780px; }
.hero-proof { max-width: 980px; }
.statement { padding: 82px 0; }
.statement p:not(.section-label) { line-height: 1.72; }
.services { padding: 86px 0; }
.service-card { min-height: 325px; }
.service-card h3 { font-size: 18px; }
.ecosystem { padding: 78px 0; }
.faq { padding: 84px 0; }
.contact { padding: 86px 0; }
.contact-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 8px; }
.contact-benefits span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; color: #3d4657; background: var(--mist); border: 1px solid #dfe8ea; border-radius: 999px; font-size: 11px; font-weight: 750; }
.contact-benefits span::before { content: "✓"; color: var(--teal); font-weight: 900; }
.form-header { margin-bottom: 23px; padding-bottom: 18px; border-bottom: 1px solid #dfe7ea; }
.form-header h3 { margin: 0 0 5px; color: var(--navy); font-size: 20px; }
.form-header p { margin: 0; color: #737b89; font-size: 11px; }
.optional { margin-left: 4px; color: #8d95a2; font-size: 10px; font-weight: 600; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #d5dfe3; border-radius: 12px; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form select { min-height: 50px; cursor: pointer; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(15,130,145,.1); }
.consent a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }
.form-submit { min-width: 280px; }
@media (max-width: 600px) {
  .hero-title-block h1 { font-size: 2.75rem; }
  .hero-lead { font-size: 16px; }
  .hero-proof { margin-top: 25px; }
  .service-card { min-height: 0; padding: 27px 23px; }
  .service-number { margin-bottom: 22px; }
  .service-card svg { margin-bottom: 22px; }
  .contact-benefits { flex-direction: column; align-items: flex-start; }
  .form-submit { min-width: 0; }
}
