:root {
  --ink: #0a1730;
  --navy: #0d2144;
  --navy-2: #142c5b;
  --blue: #3057e1;
  --blue-dark: #1837a4;
  --aqua: #eaf0ff;
  --gold: #d8a84e;
  --paper: #f7f8fb;
  --white: #ffffff;
  --muted: #647087;
  --line: #dce2ee;
  --green: #1f8a68;
  --danger: #a14134;
  --shadow: 0 24px 70px rgba(10, 23, 48, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 100; background: #fff; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { left: 10px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.muted { color: var(--muted); }
.kicker { color: var(--green); font-weight: 800; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 226, 238, .8);
  background: rgba(247, 248, 251, .92);
  backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 880; letter-spacing: -.035em; white-space: nowrap; }
.site-header .brand {
  width: 220px;
  height: 73px;
  flex: 0 0 220px;
  gap: 0;
  background: url("logo-noesis-comptable.png") left center / contain no-repeat;
}
.site-header .brand-mark,
.site-header .brand-name { display: none; }

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--navy);
  position: relative;
  font-size: 1.08rem;
}
.brand-mark::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); position: absolute; right: 6px; top: 6px; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: .92rem; font-weight: 700; }
.nav-links a:hover, .footer-links a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--ink); font-size: 1.25rem; }

.btn {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(48, 87, 225, .38); outline-offset: 3px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 28px rgba(48, 87, 225, .23); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.text-link { color: var(--blue-dark); font-weight: 800; }
.text-link::after { content: " →"; }

.hero { padding: 70px 0 44px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; }
.hero h1, .page-hero h1 { font-size: clamp(2.75rem, 5.2vw, 5.4rem); line-height: .98; letter-spacing: -.065em; margin: 15px 0 23px; }
.hero h1 span, .page-hero h1 span { color: var(--blue); }
.hero-copy { color: var(--muted); font-size: 1.16rem; max-width: 660px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 31px 0 25px; }
.proofs { display: flex; gap: 19px; flex-wrap: wrap; color: #42506a; font-size: .87rem; font-weight: 750; }
.proofs span::before { content: "✓"; color: var(--green); margin-right: 7px; font-weight: 900; }

.insight-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 31px;
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow);
}
.insight-card::before { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; right: -90px; top: -100px; background: radial-gradient(circle, rgba(48, 87, 225, .8), rgba(48, 87, 225, 0)); }
.insight-top { position: relative; display: flex; justify-content: space-between; gap: 18px; }
.insight-top h2 { margin: 2px 0 0; font-size: 1.75rem; letter-spacing: -.04em; }
.status { align-self: start; border-radius: 999px; padding: 7px 10px; background: rgba(255, 255, 255, .11); font-size: .75rem; font-weight: 800; }
.status::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #56d6a7; margin-right: 7px; }
.metric-list { position: relative; display: grid; gap: 11px; margin-top: 28px; }
.metric { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 17px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, .11); background: rgba(255, 255, 255, .08); }
.metric small { display: block; color: #aebbd4; }
.metric strong { font-size: 1.27rem; }
.trend { color: #75e0b8; font-weight: 850; font-size: .82rem; }
.advice-note { position: relative; display: flex; gap: 12px; align-items: center; margin-top: 15px; padding: 16px; border-radius: 17px; background: #fff; color: var(--ink); }
.advice-icon { flex: 0 0 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #eaf0ff; color: var(--blue); font-size: 1.25rem; }
.advice-note b, .advice-note small { display: block; }
.advice-note small { color: var(--muted); }

.relationship-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(145deg, #fff 0%, #fbfcff 100%);
  box-shadow: var(--shadow);
}
.relationship-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--blue), var(--blue-dark)); }
.relationship-head { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: start; }
.relationship-avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 1.35rem; font-weight: 880; box-shadow: 0 10px 24px rgba(48, 87, 225, .23); }
.relationship-head small { color: var(--blue-dark); font-weight: 800; }
.relationship-head h2 { margin: 4px 0 0; font-size: 1.72rem; line-height: 1.12; letter-spacing: -.04em; }
.relationship-copy { margin: 24px 0 20px; color: var(--muted); }
.relationship-points { display: grid; gap: 10px; margin-bottom: 24px; }
.relationship-points span { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.relationship-points span::before { content: "✓"; flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #e8f7f1; font-size: .82rem; font-weight: 900; }
.relationship-card .btn { width: 100%; }

.trustbar { padding: 20px 0 65px; }
.trustgrid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: var(--line); gap: 1px; }
.trustitem { padding: 20px; background: #fff; }
.trustitem strong { display: block; font-size: 1.2rem; letter-spacing: -.025em; }
.trustitem span { color: var(--muted); font-size: .83rem; }

section { padding: 84px 0; }
.section-white { background: #fff; }
.section-dark { color: #fff; background: linear-gradient(135deg, var(--navy), #142c5b); }
.section-head { margin-bottom: 35px; display: flex; justify-content: space-between; align-items: end; gap: 36px; }
.section-head h2 { max-width: 790px; margin: 9px 0 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.06; letter-spacing: -.052em; }
.section-head p { max-width: 430px; margin: 0; color: var(--muted); }
.section-dark .section-head p { color: #bac5da; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.card { min-height: 315px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.card h3 { font-size: 1.45rem; line-height: 1.15; letter-spacing: -.035em; margin: 17px 0 8px; }
.card p { color: var(--muted); }
.card .text-link { margin-top: auto; }
.tag { align-self: flex-start; padding: 6px 10px; border-radius: 999px; background: #eaf0ff; color: var(--blue); font-size: .75rem; font-weight: 850; }
.featured { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: var(--shadow); }
.featured p { color: #b8c3da; }
.featured .tag { background: rgba(255, 255, 255, .12); color: #fff; }
.featured .text-link { color: #fff; }
.icon-box { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; background: #eaf0ff; color: var(--blue); font-weight: 900; }

.section-trust { background: linear-gradient(135deg, #eaf0ff 0%, #f7f8fb 62%, #eaf0ff 100%); }
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.client-card { min-height: 185px; padding: 24px; border: 1px solid rgba(48, 87, 225, .16); border-radius: 22px; background: rgba(255, 255, 255, .86); box-shadow: 0 12px 30px rgba(10, 23, 48, .06); }
.client-card span { display: block; color: var(--navy); font-size: 1.08rem; font-weight: 850; line-height: 1.2; }
.client-card p { margin: 18px 0 0; color: var(--muted); font-size: .92rem; }
.client-card--name { min-height: 132px; display: grid; place-items: center; text-align: center; }
.client-card--name span { font-size: clamp(1rem, 1.5vw, 1.25rem); letter-spacing: .015em; }

.intent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.intent-card { display: grid; grid-template-columns: auto 1fr; gap: 17px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.intent-card h3 { margin: 1px 0 5px; font-size: 1.12rem; }
.intent-card p { margin: 0 0 8px; color: var(--muted); font-size: .92rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 21px 0; border-top: 2px solid var(--line); }
.step:first-child { border-color: var(--blue); }
.step strong { color: var(--blue); font-size: 1.85rem; letter-spacing: -.05em; }
.step h3 { margin: 17px 0 6px; }
.step p { margin: 0; color: var(--muted); font-size: .9rem; }

.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.price-card { min-height: 420px; display: flex; flex-direction: column; padding: 27px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.price-card h3 { margin: 17px 0 3px; font-size: 1.5rem; letter-spacing: -.035em; }
.price-card .for { color: var(--muted); font-size: .9rem; }
.price-card ul, .check-list { list-style: none; padding: 0; margin: 21px 0; display: grid; gap: 10px; }
.price-card li::before, .check-list li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 9px; }
.price-card .btn { margin-top: auto; }
.price-card.featured {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}
.price-card.featured .tag { background: rgba(255, 255, 255, .12); color: #fff; }
.price-card.featured .for { color: #b8c3da; }
.price-card.featured li { color: #fff; }
.price-card.featured li::before { color: #71dfb7; }

.estimator-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: start; }
.estimator-copy h2 { font-size: clamp(2.2rem, 4vw, 3.75rem); line-height: 1.04; letter-spacing: -.052em; margin: 10px 0 20px; }
.estimator-copy p { color: #bac5da; }
.formbox { padding: 28px; border-radius: 28px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.formgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field > span { font-size: .84rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fbfcff; padding: 12px 13px; }
.field textarea { min-height: 110px; resize: vertical; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.check { min-height: 49px; display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid var(--line); border-radius: 13px; font-size: .87rem; }
.quote-result { display: none; margin-top: 19px; padding: 18px; border-radius: 18px; background: #eaf0ff; }
.quote-result.show { display: block; }
.quote-price { color: var(--blue); font-size: 2rem; font-weight: 880; letter-spacing: -.05em; }
.quote-actions { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 10px; }
.disclaimer { color: var(--muted); font-size: .78rem; }
.prototype { margin-top: 18px; padding: 12px 14px; border: 1px solid #f0dca8; border-radius: 12px; color: #71551f; background: #fff6df; font-size: .8rem; }

.profile-grid, .audit-grid, .article-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.profile-card, .content-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.profile-card h2, .content-card h2 { margin: 9px 0 16px; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.profile-card p, .content-card p { color: var(--muted); }
.proof-panel { padding: 30px; border-radius: 28px; background: var(--navy); color: #fff; }
.proof-panel h3 { font-size: 1.4rem; margin-top: 0; }
.proof-panel .check-list li { color: #d4dbea; }
.audit-list { display: grid; gap: 12px; }
.audit-item { display: flex; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.audit-item h3 { margin: 0 0 4px; font-size: 1rem; }
.audit-item p { margin: 0; color: var(--muted); font-size: .87rem; }

.faq-list { max-width: 850px; margin-inline: auto; display: grid; gap: 10px; }
.faq-list details { padding: 0 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.faq-list summary { padding: 18px 0; font-weight: 800; cursor: pointer; }
.faq-list p { margin: 0 0 20px; color: var(--muted); }

.cta { padding: 68px 0; }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 34px; padding: 47px; border-radius: 31px; background: var(--blue); color: #fff; }
.cta-box h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.05em; }
.cta-box p { margin-bottom: 0; color: #dce4ff; }

.page-hero { padding: 76px 0 62px; background: linear-gradient(180deg, #fff, var(--paper)); }
.page-hero h1 { max-width: 950px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.14rem; }
.breadcrumbs { margin-bottom: 20px; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--blue-dark); font-weight: 750; }
.mini-proof { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 24px; }
.mini-proof span { padding: 7px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .8rem; font-weight: 750; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: start; }
.two-col h2 { margin-top: 0; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.two-col p { color: var(--muted); }
.feature-list { display: grid; gap: 11px; }
.feature-row { padding: 18px; border-radius: 17px; background: #fff; border: 1px solid var(--line); }
.feature-row strong { display: block; }
.feature-row span { color: var(--muted); font-size: .9rem; }

.article-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.article-card { min-height: 300px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.article-card .meta { color: var(--green); font-weight: 800; font-size: .78rem; }
.article-card h2, .article-card h3 { font-size: 1.35rem; line-height: 1.18; letter-spacing: -.03em; }
.article-card p { color: var(--muted); }
.article-card .text-link { margin-top: auto; }
.resource-points { margin: 15px 0 23px; padding: 0; list-style: none; display: grid; gap: 8px; color: #42506a; font-size: .88rem; }
.resource-points li { padding-left: 18px; position: relative; }
.resource-points li::before { content: "•"; position: absolute; left: 2px; color: var(--blue); font-weight: 900; }
.article { background: #fff; }
.article-header { padding: 68px 0 42px; }
.article-header h1 { max-width: 920px; margin: 12px 0 20px; font-size: clamp(2.55rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.06em; }
.article-intro { max-width: 760px; color: var(--muted); font-size: 1.15rem; }
.article-body { width: min(780px, calc(100% - 40px)); margin-inline: auto; padding-bottom: 78px; }
.article-body h2 { margin-top: 45px; font-size: 1.8rem; line-height: 1.2; letter-spacing: -.035em; }
.article-body h3 { margin-top: 28px; }
.article-body p, .article-body li { color: #42506a; }
.article-body .callout { margin: 30px 0; padding: 23px; border-left: 4px solid var(--blue); border-radius: 0 16px 16px 0; background: #eaf0ff; }
.article-body .callout p { margin: 0; color: var(--ink); }
.article-body table { width: 100%; border-collapse: collapse; margin: 25px 0; font-size: .92rem; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 12px; text-align: left; vertical-align: top; }
.article-body th { background: var(--paper); }

.legal { padding: 70px 0; }
.legal h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.06em; }
.legal h2 { margin-top: 37px; }
.legal h3 { margin-top: 28px; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; }
.legal-item { display: grid; gap: 5px; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.legal-item span { color: var(--blue); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.legal-item strong { font-size: 1rem; line-height: 1.3; }
.legal-item small { color: var(--muted); font-size: .8rem; }
.legal-wide { grid-column: 1 / -1; }
.legal-checklist { padding-left: 21px; color: #42506a; }
.legal-checklist li { margin-bottom: 10px; }


.company-strip { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #f8faff 0%, #f2f5fa 100%); }
.company-strip-line { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 2fr); gap: 26px; align-items: center; }
.company-strip-label { padding-right: 24px; border-right: 1px solid var(--line); }
.company-strip-label .eyebrow { margin-bottom: 7px; }
.company-strip-label h2 { max-width: 230px; margin: 0; color: var(--ink); font-size: clamp(1.08rem, 1.8vw, 1.38rem); line-height: 1.15; letter-spacing: -.04em; }
.company-strip-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px 20px; margin: 0; }
.company-fact { min-width: 0; }
.company-fact dt { margin-bottom: 4px; color: var(--blue); font-size: .66rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.company-fact dd { margin: 0; color: var(--ink); font-size: .82rem; line-height: 1.3; }
.company-fact-wide { grid-column: span 3; }

.site-footer { padding: 44px 0 24px; background: var(--navy); color: #d4dbea; }
.site-footer .brand {
  width: min(300px, 100%);
  height: 100px;
  flex: 0 0 auto;
  display: block;
  background: #fff url("logo-noesis-comptable.png") center / 92% auto no-repeat;
  border-radius: 14px;
}
.site-footer .brand-mark,
.site-footer .brand > span:not(.brand-mark) { display: none; }
.footergrid { display: grid; grid-template-columns: 1.35fr .75fr .75fr; gap: 38px; }
.footergrid h2, .footergrid h3 { color: #fff; margin-top: 0; font-size: 1rem; }
.footergrid p, .footer-links a { color: #aebbd4; font-size: .87rem; }
.footer-links { display: grid; gap: 8px; }
.fineprint { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 19px; border-top: 1px solid rgba(255, 255, 255, .12); color: #92a1bd; font-size: .76rem; }

dialog { width: min(620px, calc(100% - 28px)); border: 0; border-radius: 26px; padding: 0; color: var(--ink); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(4, 13, 30, .68); backdrop-filter: blur(4px); }
.modal { padding: 27px; }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.modal h2 { margin: 0; font-size: 1.7rem; letter-spacing: -.04em; }
.close { width: 39px; height: 39px; border: 0; border-radius: 11px; background: #edf0f6; font-size: 1.2rem; }
.slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 20px 0; }
.slot { padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.slot.selected { background: var(--navy); border-color: var(--navy); color: #fff; }
.success { display: none; padding: 28px 12px; text-align: center; }
.success.show { display: block; }
.success-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 50%; background: #e8f7f1; color: var(--green); font-size: 1.8rem; }

@media (max-width: 1160px) {
  .nav-links { display: none; position: fixed; inset: 76px 0 auto; padding: 20px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
}

@media (max-width: 970px) {
  .hero-grid, .estimator-grid, .profile-grid, .audit-grid, .two-col, .article-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .insight-card, .relationship-card { max-width: 650px; }
  .cards, .offer-grid, .article-list { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .footergrid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-header .brand { width: 192px; height: 64px; flex-basis: 192px; }
  .site-footer .brand { width: min(270px, 100%); height: 90px; }
  .company-strip { padding: 24px 0; }
  .company-strip-line { grid-template-columns: 1fr; gap: 18px; }
  .company-strip-label { padding-right: 0; padding-bottom: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .company-strip-label h2 { max-width: none; }
  .company-strip-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; }
  .company-fact-wide { grid-column: 1 / -1; }
  html { scroll-padding-top: 76px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  body.menu-open { touch-action: none; }
  .wrap, .narrow, .article-body { width: min(100% - 32px, 1180px); }
  .nav { min-height: 64px; gap: 10px; }
  .brand { min-width: 0; white-space: normal; line-height: 1.05; gap: 9px; }
  .brand-mark { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 11px; }
  .brand-name { max-width: 190px; font-size: .86rem; line-height: 1.1; }
  .nav-links {
    inset: 64px 0 0;
    top: 64px;
    z-index: 60;
    overflow-y: auto;
    padding: 22px 16px calc(100px + env(safe-area-inset-bottom));
    gap: 0;
    border-bottom: 0;
    background: rgba(247, 248, 251, .99);
  }
  .nav-links > a { padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav-mobile-actions { display: grid; gap: 10px; margin-top: 24px; }
  .menu-toggle { width: 44px; height: 44px; flex: 0 0 44px; font-size: 1.45rem; }
  .nav-actions .btn { display: none; }
  .hero { padding: 32px 0 28px; }
  .hero-grid { gap: 30px; }
  .hero h1, .page-hero h1, .article-header h1, .legal h1 {
    margin: 10px 0 16px;
    font-size: clamp(2.3rem, 11.5vw, 3.15rem);
    line-height: 1.01;
    letter-spacing: -.058em;
  }
  .hero-copy, .page-hero p, .article-intro { font-size: 1rem; line-height: 1.55; }
  .hero-actions { display: grid; gap: 10px; margin: 23px 0 20px; }
  .hero-actions .btn { width: 100%; min-height: 54px; }
  .proofs { display: grid; gap: 7px; font-size: .83rem; }
  .insight-card, .relationship-card { padding: 20px; border-radius: 22px; }
  .relationship-head { grid-template-columns: 50px 1fr; gap: 13px; }
  .relationship-avatar { width: 50px; height: 50px; }
  .relationship-head h2 { font-size: 1.42rem; }
  .relationship-copy { margin: 20px 0 17px; }
  .insight-top h2 { font-size: 1.45rem; }
  .metric-list { margin-top: 19px; }
  .metric { padding: 14px; }
  .metric strong { font-size: 1.08rem; }
  .advice-note { padding: 13px; }
  .trustbar { padding: 4px 0 38px; }
  .trustgrid {
    grid-template-columns: repeat(4, minmax(158px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .trustgrid::-webkit-scrollbar { display: none; }
  .trustitem { min-height: 102px; padding: 17px; scroll-snap-align: start; }
  .trustgrid, .steps, .intent-grid, .formgrid, .checks, .footergrid, .client-grid { grid-template-columns: 1fr; }
  .trustgrid { grid-template-columns: repeat(4, minmax(158px, 1fr)); }
  section { padding: 52px 0; }
  .section-head { gap: 14px; margin-bottom: 25px; }
  .section-head h2, .estimator-copy h2, .profile-card h2, .content-card h2, .two-col h2 {
    font-size: clamp(1.85rem, 8.7vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: -.047em;
  }
  .section-head p { font-size: .95rem; }
  .cards, .offer-grid, .article-list { gap: 12px; }
  .card, .price-card { min-height: auto; padding: 22px; border-radius: 20px; }
  .price-card.featured { transform: none; }
  .card p { margin-bottom: 22px; }
  .intent-card { grid-template-columns: 42px 1fr; gap: 13px; padding: 18px; border-radius: 18px; }
  .icon-box { width: 42px; height: 42px; }
  .client-grid { display: flex; gap: 12px; overflow-x: auto; margin-right: -16px; padding-right: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .client-grid::-webkit-scrollbar { display: none; }
  .client-card { min-width: 82%; min-height: 170px; padding: 21px; scroll-snap-align: start; }
  .steps { gap: 5px; }
  .step { display: grid; grid-template-columns: 48px 1fr; gap: 0 10px; padding: 16px 0; }
  .step strong { grid-row: 1 / 3; font-size: 1.45rem; }
  .step h3 { margin: 0 0 3px; }
  .step p { grid-column: 2; }
  .formbox { padding: 20px; border-radius: 22px; }
  .field input, .field select, .field textarea, .check { min-height: 52px; }
  .field label, .field > span { font-size: .9rem; }
  .formbox .btn, .quote-actions .btn { width: 100%; min-height: 54px; }
  .page-hero { padding: 35px 0 42px; }
  .breadcrumbs { margin-bottom: 14px; }
  .mini-proof { gap: 7px; }
  .profile-card, .content-card, .proof-panel { padding: 22px; border-radius: 21px; }
  .cta-box { padding: 30px 22px; flex-direction: column; align-items: start; }
  .cta-box .btn { width: 100%; min-height: 54px; }
  .fineprint { flex-direction: column; }
  .slots { grid-template-columns: 1fr 1fr; }
  .field.full { grid-column: auto; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-wide { grid-column: auto; }
  .article-body table { display: block; overflow-x: auto; }
  dialog {
    width: 100%;
    max-height: calc(92dvh - env(safe-area-inset-bottom));
    margin: auto 0 0;
    border-radius: 24px 24px 0 0;
  }
  .modal { max-height: 92dvh; overflow-y: auto; padding: 23px 18px calc(24px + env(safe-area-inset-bottom)); }
  .mobile-conversion-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 70;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    gap: 9px;
    min-height: 68px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -12px 36px rgba(10, 23, 48, .12);
    backdrop-filter: blur(16px);
  }
  .mobile-conversion-bar .btn { min-height: 50px; padding: 10px 12px; font-size: .88rem; white-space: nowrap; }
  .mobile-conversion-link { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: .85rem; font-weight: 800; }
}

@media (min-width: 641px) {
  .nav-mobile-actions, .mobile-conversion-bar { display: none; }
}

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


/* Profils métiers sans visuels */
.client-profiles { background: #f7f8fb; }
.client-profiles .section-head { margin-bottom: 28px; }
.client-profile-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.client-profile-card { min-height: 175px; display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 30px rgba(10, 23, 48, .07); }
.client-profile-body { padding: 24px; }
.client-profile-body .tag { margin-bottom: 12px; }
.client-profile-body h3 { margin: 0 0 8px; font-size: 1.22rem; line-height: 1.15; }
.client-profile-body p { margin: 0; color: var(--muted); font-size: .92rem; }
.client-profile-disclaimer { margin-top: 20px; color: var(--muted); font-size: .82rem; }
@media (max-width: 970px) {
  .client-profile-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .client-profile-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .client-profile-card { min-height: auto; }
  .client-profile-body { padding: 20px; }
}
