:root {
  --paper: #f8f8f6;
  --chalk: #efefeb;
  --ink: #111111;
  --brand-blue: #103f91;
  --navy: #0d2746;
  --navy-2: #173556;
  --sky: #5da6e8;
  --accent: #4ca9ff;
  --coral: #f27b5b;
  --sage: #38a879;
  --gold: #c6a15b;
  --muted: #6b7280;
  --line: rgba(17, 17, 17, .12);
  --white: #ffffff;
  --max: 1200px;
  --wide: 1510px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13,39,70,.045) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(0deg, rgba(13,39,70,.035) 1px, transparent 1px) 0 0 / 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 70%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
figure, h1, h2, h3, h4, p, blockquote { margin: 0; }

.container { width: min(calc(100% - 44px), var(--max)); margin: 0 auto; }
.wide { width: min(calc(100% - 44px), var(--wide)); margin: 0 auto; }
.section { padding: clamp(72px, 8.5vw, 128px) 0; }
.section-soft { background: var(--chalk); }
.section-white { background: var(--white); }
.section-navy { color: var(--white); background: var(--navy); }
.section-ink { color: var(--paper); background: var(--ink); }
.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--coral), var(--gold));
  transform-origin: left;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  color: var(--white);
  background: var(--brand-blue);
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 34px rgba(13,39,70,.14);
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
}
.site-header.is-scrolled {
  color: var(--white);
  background: rgba(16,63,145,.94);
  border-bottom: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(18px);
}
.nav {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 148px;
}
.brand img {
  width: 158px;
  max-height: 42px;
  object-fit: contain;
  transition: transform .25s var(--ease), filter .25s var(--ease);
}
.brand:hover img {
  transform: translateY(-1px);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  font-size: 13px;
  font-weight: 560;
}
.nav-links a { opacity: .74; transition: color .25s var(--ease), opacity .25s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--accent); opacity: 1; }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: inherit;
  font-size: 13px;
  font-weight: 720;
  opacity: .86;
  white-space: nowrap;
  transition: opacity .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);
}
.nav-actions .btn {
  min-width: 126px;
  min-height: 38px;
  padding: 0 16px;
  font-size: 13px;
  white-space: nowrap;
}
.nav-actions .nav-contact {
  border-color: var(--white);
  color: var(--brand-blue);
  background: var(--white);
}
.nav-phone:hover {
  opacity: 1;
  border-color: rgba(255,255,255,.48);
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}
.nav-actions .nav-contact:hover {
  border-color: var(--sage);
  background: var(--sage);
  color: var(--white);
}
.is-scrolled .nav-phone {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
}
.is-scrolled .nav-phone:hover {
  border-color: rgba(255,255,255,.48);
  background: rgba(255,255,255,.14);
}
.is-scrolled .nav-actions .nav-contact {
  border-color: var(--white);
  color: var(--brand-blue);
  background: var(--white);
}
.is-scrolled .nav-actions .nav-contact:hover {
  border-color: var(--sage);
  background: var(--sage);
  color: var(--white);
}
.nav-item { position: static; }
.has-mega > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.has-mega > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .72;
}
.mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  width: min(980px, calc(100vw - 72px));
  max-width: calc(100vw - 72px);
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 1px;
  color: var(--ink);
  background: rgba(17,17,17,.14);
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 10px;
  box-shadow: 0 34px 90px rgba(13,39,70,.18);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s var(--ease);
  overflow: hidden;
}
.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.mega-secteurs .mega-menu {
  width: min(980px, calc(100vw - 72px));
}
.mega-besoins .mega-menu {
  width: min(860px, calc(100vw - 72px));
  grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
}
.mega-besoins .mega-links a:last-child {
  grid-column: 1 / -1;
  min-height: 92px;
}
.mega-intro,
.mega-links {
  background: rgba(248,248,246,.96);
}
.mega-intro {
  padding: 28px;
  min-height: 292px;
  display: grid;
  align-content: space-between;
}
.mega-intro span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mega-intro strong {
  display: block;
  max-width: 310px;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 520;
}
.mega-intro p {
  max-width: 330px;
  color: var(--muted);
  font-size: 14px;
}
.mega-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(17,17,17,.1);
}
.mega-links a {
  display: grid;
  align-content: start;
  min-height: 98px;
  padding: 20px 22px;
  background: rgba(255,255,255,.9);
  opacity: 1;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.mega-links a:hover {
  color: var(--ink);
  background: var(--white);
  transform: translateY(-2px);
}
.mega-links .mobile-mega-overview {
  display: none;
}
.mega-links span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.mega-links strong {
  margin-top: 9px;
  font-size: 15px;
  font-weight: 680;
}
.mega-links em {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}
.menu-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  transition: transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
  box-shadow: 0 14px 34px rgba(2,15,32,.14);
}
.btn-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.btn-navy { color: var(--white); background: var(--navy); border-color: var(--navy); }
.btn-line {
  position: relative;
  min-height: 40px;
  padding: 0 48px 0 0;
  border-color: transparent;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
}
.btn-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: .58;
  transform: translateY(-50%);
  transition: width .28s var(--ease), opacity .28s var(--ease);
}
.btn-line:hover::after {
  width: 44px;
  opacity: 1;
}
.btn-line:hover {
  background: transparent;
  border-color: transparent;
}
.is-scrolled .btn-line { border-color: rgba(17,17,17,.2); }
.hero-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 750;
}
.hero-text-link::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: 12px;
  background: currentColor;
  opacity: .58;
  transition: width .28s var(--ease), opacity .28s var(--ease);
}
.hero-text-link:hover::after {
  width: 46px;
  opacity: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}
h1, h2, h3 {
  font-weight: 520;
  letter-spacing: 0;
  text-wrap: pretty;
}
h1 {
  max-width: 840px;
  font-size: clamp(34px, 3.9vw, 52px);
  line-height: 1.06;
}
h2 {
  max-width: 760px;
  font-size: clamp(27px, 2.8vw, 39px);
  line-height: 1.12;
}
h3 {
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.14;
}
.lead {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
  text-wrap: pretty;
}
.section h2 + .lead,
.section h2 + p,
.section-soft h2 + .lead,
.section-soft h2 + p,
.hero h1 + .lead,
.page-hero h1 + .lead,
.contact-hero h1 + .lead,
.blog-hub-hero h1 + .lead,
.theme-hero h1 + .lead,
.subexpert-hero h1 + .lead,
.final-article-hero h1 + .lead,
.intro h2 + .lead,
.faq-layout h2 + .lead {
  margin-top: clamp(16px, 1.5vw, 20px);
}
.section-navy .lead, .section-ink .lead { color: rgba(255,255,255,.72); }
.small { color: var(--muted); font-size: 14px; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 122px 0 52px;
  color: var(--white);
  overflow: hidden;
  background: var(--navy);
}
.hero-media {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08) translate3d(0, 0, 0);
  animation: heroDrift 28s ease-in-out infinite alternate;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,39,70,.86), rgba(13,39,70,.42) 45%, rgba(13,39,70,.08)),
    linear-gradient(0deg, rgba(13,39,70,.8), rgba(13,39,70,0) 48%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  gap: clamp(34px, 8vw, 118px);
  align-items: end;
}
.hero .lead {
  margin-top: 18px;
  color: rgba(255,255,255,.82);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(18px, 2vw, 26px);
  margin-top: 30px;
  align-items: center;
}
.actions .btn:first-child {
  min-width: clamp(148px, 12vw, 190px);
}
.hero .actions .btn + .btn-line,
.page-hero .actions .btn + .btn-line,
.need-hero .actions .btn + .btn-line,
.subexpert-hero .actions .btn + .btn-line,
.final-article-hero .actions .btn + .btn-line,
.final-article-cta .actions .btn + .btn-line,
.seo-conversion-section .actions .btn + .btn-line,
.cta-photo .actions .btn + .btn-line {
  min-height: 40px;
  padding: 0 48px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,.78);
  border-color: transparent;
  background: transparent;
}
.hero .actions .btn + .btn-line:hover,
.page-hero .actions .btn + .btn-line:hover,
.need-hero .actions .btn + .btn-line:hover,
.subexpert-hero .actions .btn + .btn-line:hover,
.final-article-hero .actions .btn + .btn-line:hover,
.final-article-cta .actions .btn + .btn-line:hover,
.seo-conversion-section .actions .btn + .btn-line:hover,
.cta-photo .actions .btn + .btn-line:hover {
  color: var(--white);
  border-color: transparent;
  background: transparent;
}
.hero-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  background: rgba(248,248,246,.09);
  backdrop-filter: blur(18px);
}
.hero-card strong {
  display: block;
  margin-bottom: 12px;
  font-weight: 620;
}
.hero-card p { color: rgba(255,255,255,.72); font-size: 14px; }
.hero-path {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.path-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  background: rgba(255,255,255,.08);
  transition: transform .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.path-pill:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.4);
}
.path-pill::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--coral);
}
.scroll-mark {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 34px;
  writing-mode: vertical-rl;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
@keyframes heroDrift {
  0% { transform: scale(1.08) translate3d(-1.8%, -1.2%, 0); }
  50% { transform: scale(1.12) translate3d(1.4%, .8%, 0); }
  100% { transform: scale(1.09) translate3d(-.4%, 1.6%, 0); }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 20px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 650;
}
.breadcrumb a,
.breadcrumb span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.breadcrumb a {
  transition: color .25s var(--ease);
}
.breadcrumb a:hover { color: var(--white); }
.breadcrumb a::after {
  content: "/";
  color: rgba(255,255,255,.36);
}
.breadcrumb span {
  color: rgba(255,255,255,.92);
}

.intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(38px, 8vw, 112px);
  align-items: start;
}
.intro .lead { margin-top: 28px; }
.rule-text {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.signal-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 54px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.signal-strip::before,
.signal-strip::after {
  content: "";
  height: 1px;
  background: var(--line);
}
.studio-symbols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
}
.studio-symbol {
  min-height: 158px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.58)),
    var(--paper);
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.studio-symbol:nth-child(2) .icon-line { stroke: var(--coral); }
.studio-symbol:nth-child(3) .icon-line { stroke: var(--sage); }
.studio-symbol:nth-child(4) .icon-line { stroke: var(--gold); }
.studio-symbol:nth-child(5) .icon-line { stroke: var(--accent); }
.studio-symbol:hover {
  background: var(--white);
  transform: translateY(-5px);
}
.studio-symbol svg,
.icon-line {
  width: 44px;
  height: 44px;
  stroke: var(--navy);
  stroke-width: 1.65;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.studio-symbol span {
  max-width: 150px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}
.stat {
  min-height: 152px;
  padding: 26px;
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: 0; }
.stat strong {
  display: block;
  color: var(--navy);
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1;
}
.stat span {
  display: block;
  max-width: 130px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .62fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(40px, 6vw, 72px);
}
.section-head .lead {
  justify-self: end;
  margin-top: clamp(22px, 2.4vw, 34px);
}

.magazine-list {
  display: grid;
  gap: clamp(44px, 7vw, 86px);
}
.visual-note { display: none; }
.magazine-item {
  display: grid;
  grid-template-columns: minmax(0, .52fr) minmax(320px, .88fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}
.magazine-item:nth-child(even) {
  grid-template-columns: minmax(320px, .88fr) minmax(0, .52fr);
}
.magazine-item:nth-child(even) .magazine-copy { order: 2; }
.magazine-copy {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
}
.number {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.number::after {
  content: "";
  display: block;
  width: 1px;
  height: 54px;
  margin: 18px auto 0;
  background: rgba(76,169,255,.32);
}
.magazine-copy p {
  max-width: 470px;
  margin-top: 14px;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}
.text-link::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  transition: width .35s var(--ease);
}
.text-link:hover::after { width: 52px; }
.photo {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: var(--navy);
}
.photo::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.28);
  opacity: 0;
  transform: scale(.98);
  transition: opacity .45s var(--ease), transform .45s var(--ease);
  pointer-events: none;
}
.photo:hover::before {
  opacity: 1;
  transform: scale(1);
}
.photo img {
  width: 100%;
  min-height: 420px;
  height: 100%;
  object-fit: cover;
  transition: transform .85s var(--ease);
}
.photo:hover img { transform: scale(1.045); }
.photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,39,70,.18), rgba(76,169,255,.05));
  mix-blend-mode: multiply;
}
.cut-a { clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%); }
.cut-b { clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%); }

.case-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 22px;
}
.case-feature .case-copy::before,
.case-side .case-copy::before {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--coral));
}
.case-feature, .case-side {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
}
.case-side { min-height: 284px; }
.case-stack { display: grid; gap: 22px; }
.case-feature img, .case-side img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
  transition: transform .85s var(--ease);
}
.case-feature:hover img, .case-side:hover img { transform: scale(1.04); }
.case-feature::after, .case-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13,39,70,.82), rgba(13,39,70,.08) 64%);
}
.case-copy {
  position: absolute;
  z-index: 1;
  inset: auto 28px 28px;
  max-width: 520px;
}
.case-copy small {
  color: var(--sky);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.case-copy h3 { margin-top: 12px; }
.case-copy p { margin-top: 12px; color: rgba(255,255,255,.74); }

.process {
  display: grid;
  grid-template-columns: .58fr 1fr;
  gap: clamp(36px, 8vw, 112px);
}
.process-list {
  counter-reset: process;
  border-top: 1px solid rgba(255,255,255,.2);
}
.process-step {
  counter-increment: process;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.process-step::before {
  content: "0" counter(process);
  color: var(--sky);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.process-step p {
  max-width: 460px;
  margin-top: 8px;
  color: rgba(255,255,255,.68);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.18);
}
.team-grid {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}
.team-board {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
}
.team-member {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  background: var(--paper);
}
.team-avatar {
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, var(--navy) 0 8px, transparent 9px),
    radial-gradient(circle at 50% 88%, rgba(13,39,70,.16) 0 21px, transparent 22px),
    var(--chalk);
}
.team-member strong {
  display: block;
  margin-top: 20px;
  font-weight: 620;
}
.team-member span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}
.team-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  font-size: 24px;
  font-weight: 520;
}
.why {
  min-height: 230px;
  padding: 28px;
  background: var(--navy);
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.why:nth-child(2) { background: #143a5e; }
.why:nth-child(3) { background: #102f4e; }
.why:nth-child(4) { background: #1a3651; }
.why:hover { transform: translateY(-4px); background: #17466f; }
.why h3 { font-size: 23px; }
.why p { margin-top: 14px; color: rgba(255,255,255,.68); }

.quote-grid {
  display: grid;
  grid-template-columns: .56fr 1fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
}
.quote-grid img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 6px;
}
.quote {
  padding-bottom: 10px;
  font-size: clamp(26px, 3.7vw, 48px);
  line-height: 1.12;
  font-weight: 480;
}
.quote cite {
  display: block;
  margin-top: 26px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.news-card {
  overflow: hidden;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid rgba(17,17,17,.08);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.news-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(13,39,70,.12);
  border-color: rgba(76,169,255,.28);
}
.news-card img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  transition: transform .65s var(--ease), filter .65s var(--ease);
}
.news-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}
.news-card div { padding: 24px; }
.news-card time {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
}
.news-card small {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.news-card h3 {
  margin-top: 14px;
  font-size: 23px;
  line-height: 1.18;
}
.news-card p { margin-top: 12px; color: var(--muted); }

.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: stretch;
}
.blog-feature {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(26px, 5vw, 62px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 10px;
  background: var(--white);
}
.blog-feature h2 {
  max-width: 620px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
}
.blog-feature .eyebrow::before,
.article-hero .eyebrow::before { display: none; }
.blog-feature .text-link::after,
.article-hero .text-link::after { display: none; }
.blog-feature img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: 8px;
}
.blog-feature time,
.blog-card time,
.article-meta {
  color: var(--muted);
  font-size: 13px;
}
.blog-feature .btn { margin-top: 26px; }
.blog-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy);
}
.blog-sidebar h3 { font-size: 24px; }
.blog-sidebar .filter {
  color: rgba(255,255,255,.78);
  border-color: rgba(255,255,255,.22);
}
.blog-sidebar .filter.active {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}
.blog-sidebar p {
  margin-top: 14px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 8px;
  background: var(--white);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(76,169,255,.28);
  box-shadow: 0 22px 54px rgba(13,39,70,.1);
}
.blog-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  transition: transform .65s var(--ease);
}
.blog-card:hover img { transform: scale(1.045); }
.blog-card div { padding: 24px; }
.blog-card small {
  display: inline-block;
  margin-top: 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.blog-card h3 {
  margin-top: 12px;
  font-size: 21px;
  line-height: 1.18;
}
.blog-card p {
  margin-top: 10px;
  color: var(--muted);
}

.article-hero {
  padding: 108px 0 66px;
  color: var(--white);
  background: var(--navy);
}
.article-hero h1 {
  max-width: 720px;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.06;
}
.article-hero-grid {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: clamp(34px, 7vw, 88px);
  align-items: end;
}
.article-hero .lead { margin-top: 18px; color: rgba(255,255,255,.78); }
.article-hero .text-link { color: rgba(255,255,255,.84); margin: 0 0 22px; }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  color: rgba(255,255,255,.68);
}
.article-meta span,
.article-meta time {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
}
.article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 820px);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}
.article-toc {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.68);
}
.article-toc strong {
  margin-bottom: 8px;
  font-size: 14px;
}
.article-toc a {
  color: var(--muted);
  font-size: 14px;
  transition: color .25s var(--ease);
}
.article-toc a:hover { color: var(--navy); }
.article-content {
  color: var(--ink);
}
.article-content > p {
  margin: 0 0 34px;
  color: #3f4652;
  font-size: 19px;
  line-height: 1.86;
}
.article-content h2 {
  margin: 72px 0 22px;
  font-size: clamp(27px, 2.8vw, 38px);
}
.article-content h3 {
  font-size: 24px;
}
.article-summary,
.article-callout,
.article-split > div {
  border-radius: 8px;
  background: var(--white);
}
.article-summary {
  margin-bottom: 54px;
  padding: clamp(30px, 5vw, 46px);
  border-left: 4px solid var(--accent);
}
.article-summary h2 { margin-top: 0; }
.article-summary ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}
.article-callout {
  margin: 52px 0;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(76,169,255,.24);
  background: linear-gradient(135deg, rgba(76,169,255,.1), rgba(255,255,255,.9));
}
.article-callout p {
  margin-top: 8px;
  color: var(--muted);
}
.article-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 54px 0;
}
.article-split > div {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--line);
}
.article-split p {
  margin-top: 12px;
  color: var(--muted);
}
.article-content blockquote {
  margin: 62px 0;
  padding: clamp(34px, 5vw, 52px);
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.18;
}
.article-faq { margin-top: 76px; }

.hub-section { background: var(--paper); }
.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.hub-grid.level-one {
  grid-template-columns: repeat(4, 1fr);
}
.hub-card {
  display: grid;
  align-content: start;
  min-height: 240px;
  padding: 26px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.hub-card:hover {
  transform: translateY(-6px);
  border-color: rgba(76,169,255,.3);
  box-shadow: 0 22px 54px rgba(13,39,70,.1);
}
.hub-card > span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.hub-card h3 {
  margin-top: 18px;
  font-size: 24px;
}
.hub-card p {
  margin-top: 12px;
  color: var(--muted);
}
.hub-card div {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}
.hub-card div a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 650;
}
.hub-card-image {
  overflow: hidden;
}
.hub-card-image img {
  width: calc(100% + 52px);
  max-width: none;
  height: 150px;
  margin: -26px -26px 22px;
  object-fit: cover;
}
.subpage-slider-section {
  overflow: hidden;
  background: transparent;
}
.pillar-grid {
  gap: 14px;
}
.pillar-grid .hub-card {
  min-height: 205px;
  padding: 24px;
  background: transparent;
}
.pillar-grid .hub-card:hover {
  background: var(--white);
}
.pillar-grid .hub-card h3 {
  margin-top: 16px;
  font-size: 22px;
}
.pillar-grid .hub-card p {
  font-size: 15px;
  line-height: 1.5;
}
.pillar-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(13,39,70,.12);
}
.pillar-cta p {
  max-width: 660px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.pillar-slider {
  display: grid;
  gap: 18px;
}
.pillar-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.pillar-slider-head p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
  text-wrap: pretty;
}
.slider-controls {
  display: inline-flex;
  gap: 10px;
  flex: 0 0 auto;
}
.slider-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(13,39,70,.14);
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(13,39,70,.08);
  transition: transform .28s var(--ease), color .28s var(--ease), background .28s var(--ease), border-color .28s var(--ease);
}
.slider-controls button:hover {
  transform: translateY(-2px);
  color: var(--white);
  border-color: var(--brand-blue);
  background: var(--brand-blue);
}
.pillar-slider.no-overflow .slider-controls,
.pillar-slider.no-overflow .subpage-controls {
  display: none;
}
.pillar-slider .subpage-slider-track {
  padding-block: 4px 14px;
}
.pillar-slider .subpage-slide {
  flex-basis: min(318px, 78vw);
  min-height: 230px;
  background: transparent;
}
.pillar-slider .subpage-slide h3 {
  max-width: 245px;
  font-size: 24px;
}
.pillar-slider .subpage-slide p {
  font-size: 15px;
  line-height: 1.5;
}
.subpage-compact {
  position: relative;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
  min-height: 315px;
  padding: clamp(18px, 2.8vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7,51,143,.06), rgba(255,255,255,.86) 42%),
    var(--white);
  box-shadow: 0 26px 72px rgba(13,39,70,.08);
}
.subpage-compact::before {
  content: "";
  position: absolute;
  left: 38%;
  top: -34%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(76,169,255,.16);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: inset 0 0 0 52px rgba(76,169,255,.04), inset 0 0 0 104px rgba(82,224,154,.035);
}
.subpage-feature,
.subpage-panel {
  position: relative;
  z-index: 1;
}
.subpage-feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2.7vw, 34px);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(9,27,69,.94), rgba(7,51,143,.96)),
    var(--navy);
}
.subpage-feature h2 {
  max-width: 520px;
  margin-top: 20px;
  color: var(--white);
  font-size: clamp(31px, 3vw, 42px);
  line-height: 1.08;
}
.subpage-feature p {
  max-width: 450px;
  margin: 16px 0 24px;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.58;
}
.subpage-feature .btn {
  align-self: flex-start;
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
}
.subpage-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0 8px;
}
.subpage-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 4px 18px;
}
.subpage-panel-top strong {
  color: var(--navy);
  font-size: 18px;
}
.subpage-panel-top::before {
  content: "";
  width: 44px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--accent);
}
.subpage-panel-top strong {
  margin-right: auto;
}
.subpage-slider-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 2px;
  padding: 2px 2px 10px;
  scrollbar-width: none;
}
.subpage-slider-track::-webkit-scrollbar {
  display: none;
}
.subpage-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 min(232px, 72vw);
  min-height: 224px;
  padding: 24px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255,255,255,.88);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease);
}
.subpage-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--navy);
  transform: translate(-105%, -105%);
  transition: transform .44s cubic-bezier(.22,1,.36,1);
}
.subpage-slide::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(76,169,255,.2);
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent) 0 4px, transparent 5px);
  opacity: .75;
  transition: transform .35s var(--ease), border-color .35s var(--ease), opacity .35s var(--ease);
}
.subpage-slide span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  transition: color .35s var(--ease);
}
.subpage-slide h3 {
  max-width: 190px;
  margin-top: 32px;
  font-size: 21px;
  line-height: 1.08;
}
.subpage-slide p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  transition: color .35s var(--ease);
}
.subpage-controls {
  display: flex;
  gap: 8px;
}
.subpage-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(13,39,70,.13);
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font-size: 20px;
  cursor: pointer;
  transition: transform .3s var(--ease), color .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.subpage-controls button:hover {
  transform: translateY(-2px);
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}
.subpage-slide:hover {
  transform: translateY(-6px);
  border-color: rgba(76,169,255,.32);
  color: var(--white);
  box-shadow: 0 20px 48px rgba(13,39,70,.16);
}
.subpage-slide:hover::before {
  transform: translate(0, 0);
}
.subpage-slide:hover::after {
  transform: scale(.82);
  border-color: rgba(82,224,154,.72);
  opacity: 1;
}
.subpage-slide:hover span,
.subpage-slide:hover p {
  color: rgba(255,255,255,.78);
}
.target-card {
  padding-top: 82px;
}
.target-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(13,39,70,.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--accent) 0 4px, transparent 5px),
    radial-gradient(circle, transparent 0 13px, rgba(13,39,70,.18) 14px 15px, transparent 16px),
    radial-gradient(circle, transparent 0 26px, rgba(13,39,70,.14) 27px 28px, transparent 29px),
    rgba(255,255,255,.72);
  transition: transform .45s var(--ease), background .45s var(--ease), border-color .45s var(--ease);
}
.target-icon::before,
.target-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 50px;
  height: 1px;
  background: rgba(13,39,70,.22);
  transform: translate(-50%, -50%);
}
.target-icon::after {
  width: 1px;
  height: 50px;
}
.hub-card:hover .target-icon {
  transform: rotate(18deg) scale(1.08);
  border-color: rgba(255,255,255,.32);
  background:
    radial-gradient(circle, var(--sage) 0 4px, transparent 5px),
    radial-gradient(circle, transparent 0 13px, rgba(255,255,255,.34) 14px 15px, transparent 16px),
    radial-gradient(circle, transparent 0 26px, rgba(255,255,255,.22) 27px 28px, transparent 29px),
    rgba(255,255,255,.08);
}
.hub-card:hover .target-icon::before,
.hub-card:hover .target-icon::after {
  background: rgba(255,255,255,.34);
}
.expertise-index {
  display: grid;
  gap: 12px;
}
.expertise-index-item {
  display: grid;
  grid-template-columns: 54px 54px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  transition: transform .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.expertise-index-item:hover {
  transform: translateX(6px);
  background: var(--white);
  border-color: rgba(76,169,255,.28);
}
.expertise-index-item > span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.expertise-index-item .icon-line {
  width: 38px;
  height: 38px;
}
.expertise-index-item h3 {
  font-size: 23px;
}
.expertise-index-item p {
  max-width: 760px;
  margin-top: 6px;
  color: var(--muted);
}
.related-section {
  background: var(--white);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 2.4vw, 30px);
}
.related-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 8px;
  background: var(--paper);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 54px rgba(13,39,70,.1);
}
.related-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}
.related-card div {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 34px);
}
.related-card time {
  color: var(--muted);
  font-size: 12px;
}
.related-card small {
  display: block;
  margin-top: 10px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.related-card h3 {
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.18;
}
.related-card p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.68;
}
.related-card .text-link {
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
}

.pricing-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(76,169,255,.12), transparent 34%),
    linear-gradient(135deg, rgba(13,39,70,.06), rgba(76,169,255,.05)),
    var(--paper);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.pricing-card {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.pricing-card:hover {
  transform: translateY(-7px);
  border-color: rgba(76,169,255,.32);
  box-shadow: 0 24px 60px rgba(13,39,70,.12);
}
.pricing-card.is-featured {
  color: var(--white);
  background: var(--navy);
}
.pricing-card > span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.pricing-card h3 {
  margin-top: 22px;
  font-size: 28px;
}
.pricing-card strong {
  display: block;
  margin-top: 20px;
  font-size: clamp(20px, 1.55vw, 26px);
  line-height: 1.12;
  font-weight: 520;
}
.pricing-card p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.pricing-card.is-featured p { color: rgba(255,255,255,.72); }
.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.pricing-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: #3f4652;
  font-size: 13.5px;
  line-height: 1.45;
}
.pricing-card.is-featured li { color: rgba(255,255,255,.78); }
.pricing-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.pricing-card .btn { margin-top: auto; align-self: flex-start; }
.hosting-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px clamp(28px, 4vw, 48px);
  align-items: center;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 8px;
  background: var(--white);
}
.hosting-note > div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.hosting-note h3 { font-size: 24px; }
.hosting-note p {
  color: var(--muted);
  max-width: 780px;
  line-height: 1.5;
}
.hosting-note .text-link {
  grid-column: 2;
  justify-self: start;
  margin-top: -6px;
}
.budget-section {
  position: relative;
  overflow: hidden;
}
.budget-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: var(--navy);
  opacity: .96;
  pointer-events: none;
}
.budget-section > .container { position: relative; z-index: 1; }
.budget-ribbon {
  display: grid;
  grid-template-columns: .85fr .9fr 1fr;
  gap: 1px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(13,39,70,.12);
  border-radius: 10px;
  background: rgba(13,39,70,.12);
  box-shadow: 0 26px 70px rgba(13,39,70,.1);
}
.budget-ribbon article {
  min-height: 176px;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.78)),
    var(--white);
}
.budget-ribbon span,
.budget-card > span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.budget-ribbon strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 520;
  line-height: 1;
}
.budget-ribbon p {
  max-width: 360px;
  margin-top: 14px;
  color: var(--muted);
}
.budget-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
.budget-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  color: var(--white);
  background:
    linear-gradient(155deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
    rgba(13,39,70,.94);
  overflow: hidden;
  transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .38s var(--ease), background .38s var(--ease);
}
.budget-card::after {
  content: "";
  position: absolute;
  right: -62px;
  top: -62px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(83,224,158,.58) 0 5px, transparent 6px),
    radial-gradient(circle, transparent 0 42px, rgba(255,255,255,.14) 43px 44px, transparent 45px);
  transition: transform .45s var(--ease), opacity .45s var(--ease);
}
.budget-card:hover {
  transform: translateY(-8px);
  border-color: rgba(83,224,158,.42);
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}
.budget-card:hover::after {
  transform: scale(1.18) rotate(16deg);
}
.budget-card.is-featured {
  background:
    linear-gradient(155deg, rgba(76,169,255,.42), rgba(13,39,70,.98)),
    var(--navy);
}
.budget-card h3 {
  margin-top: 18px;
  font-size: clamp(23px, 2.4vw, 32px);
}
.budget-card p {
  margin-top: 14px;
  color: rgba(255,255,255,.76);
}
.budget-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 28px 0 0;
  list-style: none;
}
.budget-card li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}
.budget-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--sage);
}
.investment-panel {
  display: grid;
  grid-template-columns: .48fr 1fr;
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.045)),
    rgba(8,28,64,.86);
}
.investment-panel .eyebrow {
  margin-bottom: 14px;
  color: var(--sage);
}
.investment-panel h3 {
  max-width: 420px;
  font-size: clamp(26px, 3vw, 40px);
}
.investment-panel p {
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.72;
}

.subpage-layout {
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}
.subpage-content {
  display: grid;
  gap: 16px;
}
.subpage-content article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 8px;
  background: var(--white);
}
.subpage-content span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.subpage-content h3 { font-size: 25px; }
.subpage-content p {
  margin-top: 10px;
  color: var(--muted);
}

.cta-photo {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
}
.cta-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .86;
  transform: scale(1.06) translate3d(0, 0, 0);
  animation: heroDrift 36s ease-in-out infinite alternate-reverse;
}
.cta-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,39,70,.86), rgba(13,39,70,.18));
}
.cta-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: clamp(28px, 6vw, 66px);
}
.cta-content .lead { margin-top: 18px; color: rgba(255,255,255,.76); }

.page-hero {
  position: relative;
  min-height: 76svh;
  display: grid;
  align-items: end;
  padding: 132px 0 64px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.page-hero.tall { min-height: 90svh; }
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transform: scale(1.08) translate3d(0, 0, 0);
  animation: heroDrift 34s ease-in-out infinite alternate;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,39,70,.86), rgba(13,39,70,.38) 56%, rgba(13,39,70,.08)),
    linear-gradient(0deg, rgba(13,39,70,.78), rgba(13,39,70,0) 46%);
}
.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
}
.page-hero .lead { margin-top: 18px; color: rgba(255,255,255,.82); }
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 600;
}

.service-layout {
  display: grid;
  grid-template-columns: .56fr 1fr;
  gap: clamp(38px, 8vw, 112px);
  align-items: start;
}
.service-quicknav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.service-quicknav a {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  background: rgba(255,255,255,.44);
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
.service-quicknav a:hover {
  color: var(--navy);
  border-color: rgba(13,39,70,.34);
}
.sticky {
  position: sticky;
  top: 112px;
}
.service-lines {
  display: grid;
  gap: 14px;
}
.service-line {
  position: relative;
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 22px;
  min-height: 128px;
  padding: 24px 26px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(248,248,246,.48)),
    var(--paper);
  overflow: hidden;
  isolation: isolate;
  transition: transform .38s var(--ease), border-color .38s var(--ease), box-shadow .38s var(--ease), color .38s var(--ease);
}
.service-line::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(13,39,70,.98), rgba(8,52,143,.92)),
    var(--navy);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path .55s var(--ease);
}
.service-line::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(13,39,70,.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--sage) 0 4px, transparent 5px),
    radial-gradient(circle, transparent 0 14px, rgba(13,39,70,.14) 15px 16px, transparent 17px);
  opacity: 0;
  transform: translate(12px, -12px) scale(.88);
  transition: opacity .38s var(--ease), transform .38s var(--ease), border-color .38s var(--ease);
}
.service-line:hover,
.service-line:focus-within {
  color: var(--white);
  transform: translateY(-6px);
  border-color: rgba(13,39,70,.28);
  box-shadow: 0 24px 58px rgba(13,39,70,.14);
}
.service-line:hover::before,
.service-line:focus-within::before {
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}
.service-line:hover::after,
.service-line:focus-within::after {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  border-color: rgba(255,255,255,.26);
}
.service-line span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(76,169,255,.2);
  border-radius: 50%;
  color: var(--accent);
  background: rgba(76,169,255,.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  transition: color .38s var(--ease), background .38s var(--ease), border-color .38s var(--ease), transform .38s var(--ease);
}
.service-line div {
  transition: transform .38s var(--ease);
}
.service-line h3 {
  transition: color .38s var(--ease);
}
.service-line p {
  max-width: 640px;
  margin-top: 10px;
  color: var(--muted);
  transition: color .38s var(--ease);
}
.service-line:hover span,
.service-line:focus-within span {
  color: var(--navy);
  background: var(--white);
  border-color: rgba(255,255,255,.72);
  transform: rotate(-8deg) scale(1.04);
}
.service-line:hover div,
.service-line:focus-within div {
  transform: translateX(8px);
}
.service-line:hover p,
.service-line:focus-within p {
  color: rgba(255,255,255,.76);
}
.image-duo {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 22px;
}
.image-duo figure {
  min-height: 540px;
  overflow: hidden;
  border-radius: 6px;
}
.image-duo figure:nth-child(2) {
  min-height: 410px;
  margin-top: 86px;
}
.image-duo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.decision-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(248,248,246,.96)),
    var(--paper);
}
.decision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(18px, 2vw, 26px);
}
.decision-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 3.2vw, 42px);
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease);
}
.decision-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--sage));
  transform: scaleX(.24);
  transform-origin: left;
  transition: transform .42s var(--ease);
}
.decision-card::after {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(56,168,121,.68) 0 4px, transparent 5px),
    radial-gradient(circle, transparent 0 38px, rgba(13,39,70,.1) 39px 40px, transparent 41px);
  opacity: .72;
  transition: transform .42s var(--ease), opacity .42s var(--ease);
}
.decision-card:hover,
.decision-card:target {
  transform: translateY(-7px);
  border-color: rgba(76,169,255,.28);
  box-shadow: 0 24px 58px rgba(13,39,70,.11);
}
.decision-card:hover::before,
.decision-card:target::before { transform: scaleX(1); }
.decision-card:hover::after,
.decision-card:target::after {
  opacity: 1;
  transform: translate(-12px, 12px) scale(1.06);
}
.decision-card span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  transition: color .35s var(--ease);
}
.decision-card h3 {
  margin-top: 38px;
  font-size: clamp(24px, 1.7vw, 27px);
  transition: color .35s var(--ease);
}
.decision-card p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.68;
  transition: color .35s var(--ease);
}
.decision-card a {
  width: fit-content;
  margin-top: auto;
  padding-top: 26px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 750;
  transition: color .35s var(--ease);
}
.decision-card a::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 9px;
  background: currentColor;
  transition: width .32s var(--ease);
}
.decision-card:hover a::after,
.decision-card:target a::after { width: 54px; }
.decision-card:hover span,
.decision-card:target span {
  color: var(--navy);
}
.decision-card:target {
  color: var(--white);
  background: var(--navy);
  border-color: rgba(76,169,255,.42);
}
.decision-card:target h3,
.decision-card:target a {
  color: var(--white);
}
.decision-card:target p {
  color: rgba(255,255,255,.72);
}
.decision-card:target span {
  color: var(--accent);
}
.decision-card:target::after {
  border-color: rgba(255,255,255,.14);
  background:
    radial-gradient(circle, rgba(86,224,166,.9) 0 4px, transparent 5px),
    radial-gradient(circle, transparent 0 38px, rgba(255,255,255,.16) 39px 40px, transparent 41px);
}
.need-custom-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  margin-top: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(76,169,255,.18);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 15%, rgba(76,169,255,.22), transparent 34%),
    linear-gradient(135deg, var(--navy), #0a1f36 68%, #071522);
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 24px 64px rgba(13,39,70,.16);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.need-custom-banner:hover,
.need-custom-banner:target {
  transform: translateY(-6px);
  border-color: rgba(76,169,255,.42);
  box-shadow: 0 32px 84px rgba(13,39,70,.22);
}
.need-custom-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 42%);
  pointer-events: none;
}
.need-custom-banner-copy {
  position: relative;
  z-index: 1;
  padding: clamp(30px, 4vw, 50px);
}
.need-custom-banner-copy span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.need-custom-banner-copy h3 {
  max-width: 600px;
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.08;
}
.need-custom-banner-copy p {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255,255,255,.74);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.58;
}
.need-custom-banner-copy strong {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}
.need-custom-banner-copy strong::after {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
  transition: width .32s var(--ease);
}
.need-custom-banner:hover strong::after,
.need-custom-banner:target strong::after {
  width: 70px;
}
.need-custom-banner figure {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
}
.need-custom-banner figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,21,34,.32), rgba(7,21,34,.08));
}
.need-custom-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
  transition: transform .6s var(--ease), opacity .35s var(--ease);
}
.need-custom-banner:hover img,
.need-custom-banner:target img {
  transform: scale(1.045);
  opacity: 1;
}
.seo-conversion-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding-block: clamp(74px, 8vw, 108px);
  background:
    linear-gradient(90deg, rgba(7,26,52,.9), rgba(7,26,52,.78)),
    linear-gradient(135deg, rgba(13,39,70,.96), rgba(10,29,53,.9) 64%, rgba(17,17,17,.94)),
    url("assets/refonte-2026/nicolas-webstudio-blue-strat.png") center / cover no-repeat;
}
.seo-conversion-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(76,169,255,.25), transparent 34%),
    linear-gradient(90deg, rgba(13,39,70,.72), rgba(13,39,70,.42) 42%, rgba(13,39,70,.82));
  backdrop-filter: blur(2px);
}
.seo-conversion-section > .container {
  position: relative;
  z-index: 1;
}
.seo-conversion-grid,
.seo-human-grid {
  display: grid;
  grid-template-columns: .86fr 1fr;
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
}
.seo-human-band {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}
.seo-human-image {
  position: relative;
  height: clamp(420px, 33vw, 560px);
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}
.seo-human-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13,39,70,.28), rgba(13,39,70,0) 58%);
}
.seo-human-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform .85s var(--ease), filter .85s var(--ease);
}
.seo-human-image:hover img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.03);
}
.seo-panel,
.conversion-panel,
.seo-human-copy {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.045)),
    rgba(255,255,255,.04);
  backdrop-filter: blur(12px);
}
.seo-human-copy {
  min-height: auto;
  padding: clamp(26px, 3.4vw, 40px);
}
.seo-panel h2,
.conversion-panel h2,
.seo-human-copy h2 {
  color: var(--white);
  max-width: 620px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}
.seo-panel .lead,
.seo-human-copy .lead {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255,255,255,.72);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}
.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}
.keyword-cloud span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.06);
  font-size: 13px;
  font-weight: 650;
}
.conversion-list,
.human-proof-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 24px;
  background: transparent;
}
.conversion-list article,
.human-proof-list article {
  min-height: auto;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  transition: transform .32s var(--ease);
}
.conversion-list article:hover,
.human-proof-list article:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,.08);
}
.conversion-list strong,
.human-proof-list strong {
  color: var(--sky);
  font-size: 17px;
}
.conversion-list p,
.human-proof-list p {
  margin-top: 8px;
  color: rgba(255,255,255,.7);
}
.human-note {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid rgba(82,223,158,.24);
  border-radius: 8px;
  background: rgba(82,223,158,.08);
}
.human-note span {
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.human-note p {
  color: rgba(255,255,255,.72);
  font-size: 14px;
}
.seo-conversion-section .actions .btn-line {
  border-color: rgba(255,255,255,.32);
}
.seo-conversion-section .actions {
  margin-top: 26px;
}

.need-hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: center;
  padding: 112px 0 64px;
  color: var(--white);
  overflow: hidden;
  background: var(--navy);
}
.need-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,26,52,.96), rgba(7,26,52,.9) 52%, rgba(7,26,52,.66)),
    linear-gradient(0deg, rgba(7,26,52,.86), rgba(7,26,52,.08) 54%),
    url("assets/refonte-2026/nicolas-webstudio-blue-strat.png") center / cover no-repeat;
}
.need-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.need-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: clamp(36px, 7vw, 98px);
  align-items: center;
}
.need-hero-copy h1 {
  max-width: 680px;
  color: var(--white);
  font-size: clamp(36px, 4.25vw, 58px);
  line-height: 1.05;
}
.need-hero-copy .lead {
  max-width: 640px;
  color: rgba(255,255,255,.78);
}
.need-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.need-trust span {
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 750;
}
.need-form-card {
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  box-shadow: 0 28px 90px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
}
.need-form-card > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.need-form-card h2 {
  margin-top: 14px;
  color: var(--navy);
  font-size: 30px;
}
.need-form-card p {
  margin-top: 10px;
  color: var(--muted);
}
.need-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.need-form label {
  display: grid;
  gap: 7px;
  color: #34405a;
  font-size: 12px;
  font-weight: 800;
}
.need-form input,
.need-form select,
.need-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  outline: 0;
}
.need-form textarea {
  resize: vertical;
}
.need-form input:focus,
.need-form select:focus,
.need-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(76,169,255,.12);
}
.need-wide,
.need-submit {
  grid-column: 1 / -1;
}
.need-submit {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-weight: 850;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease);
}
.need-submit:hover {
  transform: translateY(-2px);
  background: #0b3ea9;
}
.form-status {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(13,39,70,.12);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(248,248,246,.74);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
.project-chat-form .form-status {
  margin-top: 0;
  padding: 10px 12px;
  font-size: 12px;
}
.form-status.is-loading {
  color: var(--navy);
  border-color: rgba(76,169,255,.28);
  background: rgba(76,169,255,.1);
}
.form-status.is-success {
  color: #0f5132;
  border-color: rgba(25,135,84,.22);
  background: rgba(25,135,84,.09);
}
.form-status.is-error {
  color: #842029;
  border-color: rgba(220,53,69,.24);
  background: rgba(220,53,69,.08);
}
.need-form-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}
.need-choice-section {
  background: var(--paper);
}
.need-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.need-choice {
  min-height: 310px;
  display: grid;
  align-content: start;
  padding: 34px 32px;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--white);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.need-choice:hover {
  transform: translateY(-7px);
  border-color: rgba(76,169,255,.32);
  box-shadow: 0 24px 58px rgba(13,39,70,.1);
}
.need-choice span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
}
.need-choice h3 {
  margin-top: 44px;
  font-size: 25px;
}
.need-choice p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.62;
}
.need-choice a {
  width: fit-content;
  margin-top: 24px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}
.need-choice a::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  margin-top: 9px;
  background: currentColor;
}
.need-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}
.need-proof-grid > div:first-child {
  max-width: 560px;
}
.need-proof-grid > div:first-child h2 {
  max-width: 540px;
  font-size: clamp(30px, 3.2vw, 46px);
}
.need-proof-list {
  display: grid;
  gap: 12px;
}
.need-proof-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 22px;
  row-gap: 8px;
  min-height: 142px;
  padding: 24px 28px;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--white);
  transition: transform .32s var(--ease), border-color .32s var(--ease), box-shadow .32s var(--ease);
}
.need-proof-list article:hover {
  transform: translateY(-5px);
  border-color: rgba(76,169,255,.28);
  box-shadow: 0 20px 50px rgba(13,39,70,.08);
}
.need-proof-list span {
  grid-row: 1 / span 2;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
}
.need-proof-list h3 {
  align-self: end;
  font-size: 25px;
}
.need-proof-list p {
  grid-column: 2;
  max-width: 520px;
  margin-top: 0;
  color: var(--muted);
  line-height: 1.55;
}
.need-final {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7,26,52,.94), rgba(7,26,52,.72)),
    url("assets/refonte-2026/atelier-ux-editorial.png") center / cover no-repeat;
}
.need-links-section .related-grid {
  grid-template-columns: repeat(4, 1fr);
}
.need-links-section .related-card {
  min-height: 280px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(248,248,246,.58)),
    var(--paper);
}
.need-links-section .related-card div {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.need-links-section .related-card h3 {
  font-size: 21px;
}
.need-links-section .related-card p {
  margin-bottom: 24px;
}
.need-links-section .related-card .text-link {
  margin-top: auto;
}
.need-faq-section {
  border-top: 1px solid rgba(13,39,70,.06);
}
.need-final h2 {
  color: var(--white);
}
.need-final .lead {
  color: rgba(255,255,255,.78);
}

.final-article-hero,
.subexpert-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.final-article-hero {
  padding: 112px 0 68px;
}
.final-article-hero::before,
.subexpert-bg {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,26,52,.96), rgba(7,26,52,.74)),
    url("assets/refonte-2026/nicolas-webstudio-blue-strat.png") center / cover no-repeat;
}
.final-article-hero::after,
.subexpert-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .55;
}
.final-article-hero-grid,
.subexpert-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}
.final-article-hero-grid {
  grid-template-columns: minmax(0, .86fr) minmax(330px, .58fr);
  gap: clamp(28px, 5vw, 68px);
}
.final-article-hero h1,
.subexpert-hero h1 {
  color: var(--white);
}
.final-article-hero h1 {
  max-width: 620px;
  font-size: clamp(32px, 3.1vw, 46px);
  line-height: 1.1;
}
.final-article-hero .lead,
.subexpert-hero .lead {
  color: rgba(255,255,255,.8);
}
.subexpert-hero .lead {
  max-width: 720px;
  margin-top: 18px;
}
.final-article-hero .lead {
  max-width: 660px;
  font-size: clamp(17px, 1.18vw, 19px);
  line-height: 1.72;
}
.final-article-cover,
.subexpert-photo {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0,0,0,.22);
}
.final-article-cover img {
  width: 100%;
  height: clamp(270px, 26vw, 390px);
  object-fit: cover;
  transition: transform .75s var(--ease);
}
.subexpert-photo img {
  width: 100%;
  height: clamp(300px, 30vw, 440px);
  object-fit: cover;
  transition: transform .75s var(--ease);
}
.author-hero .subexpert-photo {
  width: min(100%, 340px);
  justify-self: center;
  background: var(--white);
}
.author-hero .subexpert-photo img {
  height: clamp(220px, 22vw, 320px);
  object-fit: contain;
  object-position: center bottom;
}
.final-article-cover:hover img,
.subexpert-photo:hover img {
  transform: scale(1.045);
}
.final-article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
}
.final-article-sidebar {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(248,248,246,.66)),
    var(--white);
  box-shadow: 0 18px 46px rgba(13,39,70,.07);
}
.final-article-sidebar strong {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.final-article-sidebar strong::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
}
.final-article-sidebar a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px 10px 34px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--muted);
  font-weight: 700;
  overflow: hidden;
  transition: color .28s var(--ease), transform .28s var(--ease), background .28s var(--ease), border-color .28s var(--ease);
}
.final-article-sidebar a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: .55;
  transition: transform .28s var(--ease), opacity .28s var(--ease), background .28s var(--ease);
}
.final-article-sidebar a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(76,169,255,.12), rgba(76,169,255,0));
  transform: translateX(-104%);
  transition: transform .42s var(--ease);
}
.final-article-sidebar a:hover {
  color: var(--navy);
  background: rgba(76,169,255,.08);
  border-color: rgba(76,169,255,.18);
  transform: translateX(4px);
}
.final-article-sidebar a:hover::before {
  opacity: 1;
  background: var(--accent);
  transform: translateY(-50%) scale(1.15);
}
.final-article-sidebar a:hover::after {
  transform: translateX(0);
}
.final-article-sidebar .sidebar-cta {
  justify-content: center;
  margin-top: 12px;
  padding: 13px 16px;
  border-color: var(--navy);
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 14px 34px rgba(13,39,70,.16);
}
.final-article-sidebar .sidebar-cta::before {
  display: none;
}
.final-article-sidebar .sidebar-cta::after {
  background: linear-gradient(110deg, transparent, rgba(255,255,255,.18), transparent);
  transform: translateX(-120%);
}
.final-article-sidebar .sidebar-cta:hover {
  color: var(--white);
  background: #0f3467;
  border-color: #0f3467;
  transform: translateY(-2px);
}
.final-article-sidebar .sidebar-cta:hover::after {
  transform: translateX(120%);
}
.final-article-content {
  display: grid;
  gap: clamp(44px, 5vw, 62px);
}
.final-article-content > p {
  max-width: 720px;
  color: #3f4652;
  font-size: 18px;
  line-height: 1.78;
}
.article-brief,
.article-band,
.article-contrast,
.article-split-panel {
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--white);
}
.final-article-content h2 {
  max-width: 660px;
  font-size: clamp(25px, 2.25vw, 34px);
  line-height: 1.12;
}
.final-article-content h3 {
  font-size: clamp(19px, 1.35vw, 22px);
}
.article-brief > span,
.article-timeline span,
.subexpert-benefits span,
.subexpert-timeline span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
}
.brief-grid,
.check-grid,
.subexpert-benefits,
.subexpert-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2vw, 24px);
}
.brief-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
}
.brief-grid p,
.check-grid article,
.subexpert-benefits article,
.subexpert-timeline article {
  margin: 0;
  padding: clamp(30px, 3vw, 38px);
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--paper);
}
.check-grid article p,
.subexpert-benefits article p,
.subexpert-timeline article p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}
.subexpert-benefits article h3,
.subexpert-timeline article h3 {
  margin-top: 22px;
  font-size: clamp(22px, 1.6vw, 25px);
}
.check-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}
.article-band {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 34px;
  align-items: center;
}
.article-wide-photo {
  margin: 0;
}
.article-wide-photo img {
  width: 100%;
  height: clamp(250px, 26vw, 380px);
  object-fit: cover;
  border-radius: 8px;
}
.article-wide-photo figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}
.article-contrast,
.final-article-cta,
.subexpert-dark {
  color: var(--white);
  background: var(--navy);
}
.article-contrast h2,
.final-article-cta h2,
.subexpert-dark h2 {
  color: var(--white);
}
.contrast-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.contrast-list p {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: rgba(255,255,255,.78);
}
.article-split-panel {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
}
.article-split-panel aside {
  padding: 22px;
  border-radius: 8px;
  background: var(--paper);
}
.article-timeline > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2vw, 24px);
  margin-top: 32px;
}
.article-timeline article {
  min-height: 220px;
  padding: clamp(28px, 3vw, 34px);
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--paper);
}
.article-timeline article h3 {
  margin-top: 18px;
}
.article-timeline article p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}
.final-article-cta {
  text-align: left;
}
.final-article-cta .lead {
  color: rgba(255,255,255,.78);
}
.final-article-cta .actions {
  justify-content: flex-start;
}
.article-contact-section {
  padding: clamp(66px, 7vw, 96px) 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(76,169,255,.18), transparent 32%),
    linear-gradient(135deg, #0d2746, #071a34);
}
.article-contact-cta {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(330px, .48fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
  padding: clamp(38px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 28px 80px rgba(0,0,0,.16);
}
.article-contact-cta h2 {
  max-width: 590px;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.12;
}
.article-contact-cta .lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.78);
}
.article-contact-cta .actions {
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
}
.article-contact-cta .hero-text-link {
  color: rgba(255,255,255,.78);
}
.article-contact-cta .hero-text-link:hover {
  color: var(--white);
}
.article-contact-proof {
  display: grid;
  gap: 14px;
}
.article-contact-proof p {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  transition: transform .28s var(--ease), background .28s var(--ease), border-color .28s var(--ease);
}
.article-contact-proof p:hover {
  transform: translateX(5px);
  border-color: rgba(76,169,255,.32);
  background: rgba(76,169,255,.11);
}
.article-contact-proof span {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.article-contact-proof strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: 17px;
}
.subexpert-hero {
  min-height: 82svh;
  display: grid;
  align-items: center;
  padding: 104px 0 58px;
}
.subexpert-hero h1 {
  max-width: 640px;
  font-size: clamp(34px, 3.55vw, 50px);
  line-height: 1.08;
}
.subexpert-hero .actions {
  margin-top: 34px;
  align-items: center;
}
.subexpert-hero .btn-light {
  min-height: 52px;
  padding-inline: 26px;
}
.subexpert-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}
.subexpert-trust span {
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 750;
}
.subexpert-split,
.subexpert-dark-grid,
.subexpert-form-grid {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}
.subexpert-dark-grid {
  align-items: center;
}
.subexpert-sticky {
  position: sticky;
  top: 118px;
}
.subexpert-sticky .btn {
  margin-top: 34px;
}
.subexpert-benefits {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.subexpert-timeline article {
  min-height: 178px;
}
.subexpert-dark {
  background:
    linear-gradient(90deg, rgba(7,26,52,.96), rgba(7,26,52,.78)),
    url("assets/refonte-2026/strategie-seo-geo.png") center / cover no-repeat;
}
.subexpert-dark .lead {
  color: rgba(255,255,255,.78);
}
.subexpert-search-card {
  justify-self: center;
  width: min(100%, 430px);
  min-height: 360px;
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06)),
    rgba(255,255,255,.08);
  box-shadow: 0 26px 70px rgba(0,0,0,.16);
  backdrop-filter: blur(12px);
}
.subexpert-search-card > span {
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.subexpert-search-card strong {
  margin-top: 16px;
  color: var(--white);
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.08;
}
.search-preview {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.search-preview p {
  position: relative;
  margin: 0;
  padding: 15px 16px 15px 42px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: rgba(255,255,255,.78);
  background: rgba(7,26,52,.22);
  font-size: 15px;
  font-weight: 700;
}
.search-preview p::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
  transform: translateY(-50%);
}
.subexpert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.subexpert-tags span {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.08);
  font-weight: 800;
}
.subexpert-form {
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(13,39,70,.08);
}
.subexpert-mini-proof {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}
.subexpert-mini-proof p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  font-weight: 750;
}

.theme-hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: center;
  padding: 112px 0 64px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.theme-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,26,52,.96), rgba(7,26,52,.82) 52%, rgba(7,26,52,.5)),
    url("assets/refonte-2026/strategie-seo-geo.png") center / cover no-repeat;
}
.theme-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .52;
}
.theme-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(330px, .58fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}
.theme-hero h1 {
  max-width: 700px;
  color: var(--white);
  font-size: clamp(34px, 3.7vw, 50px);
  line-height: 1.08;
}
.theme-hero .lead {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(255,255,255,.8);
}
.sector-hero .theme-hero-panel,
.sector-page-hero .subexpert-photo {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  box-shadow: 0 26px 80px rgba(2,15,32,.24);
}
.sector-grid .hub-card {
  min-height: 310px;
}
.sector-grid .hub-card div {
  margin-top: auto;
  padding-top: 22px;
}
.sector-grid .hub-card small {
  display: inline-flex;
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sector-usecases article {
  min-height: 230px;
}
.subexpert-search-card .search-preview a {
  color: inherit;
}
.sector-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}
.sector-slider {
  margin-top: clamp(32px, 5vw, 54px);
}
.sector-slider-track {
  gap: clamp(16px, 2vw, 24px);
  padding: 4px 6px 18px;
}
.sector-slider-track .sector-image-card {
  flex: 0 0 min(390px, 82vw);
  scroll-snap-align: start;
}
.sector-image-card {
  min-height: 100%;
}
.sector-image-card a {
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(13, 39, 70, .1);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  box-shadow: none;
  transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
}
.sector-image-card a:hover {
  transform: translateY(-7px);
  border-color: rgba(76, 169, 255, .34);
  background: linear-gradient(135deg, rgba(76, 169, 255, .06), var(--white) 42%);
}
.sector-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(.98);
  transition: transform .55s var(--ease), filter .55s var(--ease);
}
.sector-image-card a:hover img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}
.sector-image-card div {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: clamp(24px, 3vw, 32px);
}
.sector-image-card span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.sector-image-card h3 {
  margin-top: 18px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.08;
}
.sector-image-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
  text-wrap: pretty;
}
.sector-image-card strong {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
}
.sector-image-card strong::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  transition: width .3s var(--ease);
}
.sector-image-card a:hover strong::after {
  width: 50px;
}
.sector-path {
  display: flex;
  gap: clamp(16px, 2vw, 22px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 6px 18px;
  scrollbar-width: none;
}
.sector-path-block {
  display: grid;
  gap: clamp(26px, 4vw, 42px);
  margin-top: clamp(28px, 4vw, 46px);
}
.sector-path-block > p {
  max-width: 820px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.sector-path-block .sector-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
  padding: 0;
}
.sector-path::-webkit-scrollbar {
  display: none;
}
.sector-path a {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 min(380px, 82vw);
  min-height: 250px;
  padding: clamp(26px, 3vw, 36px);
  scroll-snap-align: start;
  border: 1px solid rgba(13, 39, 70, .1);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(76, 169, 255, .08), rgba(255, 255, 255, .96) 42%),
    var(--white);
  box-shadow: none;
  transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
}
.sector-path-block .sector-path a {
  flex: initial;
}
.sector-path a:hover {
  transform: translateY(-6px);
  border-color: rgba(76, 169, 255, .34);
  background:
    linear-gradient(135deg, rgba(76, 169, 255, .12), rgba(255, 255, 255, .98) 46%),
    var(--white);
}
.sector-path span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.sector-path strong {
  margin-top: 18px;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.08;
}
.sector-path p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.56;
  text-wrap: pretty;
}
.sector-path em {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 26px;
  color: var(--navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
}
.sector-path em::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  transition: width .3s var(--ease);
}
.sector-path a:hover em::after {
  width: 50px;
}
.theme-map-card {
  justify-self: center;
  width: min(100%, 430px);
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 28px 80px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}
.theme-map-card > span,
.theme-path-card > span,
.theme-cluster-item span {
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.theme-map-card strong {
  display: block;
  margin-top: 16px;
  color: var(--white);
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.08;
}
.theme-map-lines {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.theme-map-lines a {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  color: rgba(255,255,255,.82);
  background: rgba(7,26,52,.24);
  font-weight: 750;
  transition: transform .28s var(--ease), background .28s var(--ease);
}
.theme-map-lines a:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,.11);
}
.theme-intro {
  display: grid;
  grid-template-columns: .64fr 1fr;
  gap: clamp(38px, 7vw, 96px);
  align-items: start;
}
.theme-intro-copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
}
.theme-intro-copy p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.72;
}
.theme-path-grid,
.theme-cluster {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.2vw, 28px);
}
.theme-path-card,
.theme-cluster-item {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 3vw, 40px);
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  transition: transform .34s var(--ease), border-color .34s var(--ease), box-shadow .34s var(--ease);
}
.theme-path-card:hover,
.theme-cluster-item:hover {
  transform: translateY(-6px);
  border-color: rgba(76,169,255,.28);
  box-shadow: 0 22px 54px rgba(13,39,70,.09);
}
.theme-path-card h3,
.theme-cluster-item strong {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.12;
}
.theme-path-card p,
.theme-cluster-item p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.68;
}
.theme-path-card .text-link {
  margin-top: auto;
}
.theme-dark {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7,26,52,.96), rgba(7,26,52,.84)),
    url("assets/refonte-2026/atelier-ux-editorial.png") center / cover no-repeat;
}
.theme-dark h2 {
  color: var(--white);
}
.theme-dark .lead {
  color: rgba(255,255,255,.76);
}
.theme-dark-grid {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}
.theme-checklist {
  justify-self: center;
  width: min(100%, 520px);
  display: grid;
  gap: 12px;
}
.theme-checklist p {
  position: relative;
  margin: 0;
  padding: 18px 18px 18px 46px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.07);
  font-weight: 750;
}
.theme-checklist p::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
  transform: translateY(-50%);
}

.blog-hub-hero {
  position: relative;
  min-height: 84svh;
  display: grid;
  align-items: center;
  padding: 112px 0 64px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.blog-hub-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,26,52,.96), rgba(7,26,52,.84) 50%, rgba(7,26,52,.54)),
    url("assets/refonte-2026/atelier-ux-editorial.png") center / cover no-repeat;
}
.blog-hub-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .5;
}
.blog-hub-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .52fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}
.blog-hub-hero h1 {
  max-width: 700px;
  color: var(--white);
  font-size: clamp(34px, 3.7vw, 50px);
  line-height: 1.08;
}
.blog-hub-hero .lead {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255,255,255,.8);
}
.blog-hub-hero .actions .btn-light,
.blog-contact-banner .btn-light {
  color: var(--navy);
  border-color: var(--white);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(2,15,32,.22);
}
.blog-hub-hero .actions .btn-light:hover,
.blog-contact-banner .btn-light:hover {
  color: var(--white);
  border-color: var(--sage);
  background: var(--brand-blue);
}
.blog-hub-hero .hero-text-link {
  color: var(--white);
}
.blog-hub-card,
.blog-reading-path,
.blog-link-map {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(12px);
}
.blog-hub-card {
  padding: clamp(28px, 4vw, 40px);
}
.blog-hub-card span,
.blog-topic-card > span,
.blog-link-map span {
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.blog-hub-card strong {
  display: block;
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.08;
}
.blog-hub-card p {
  margin-top: 18px;
  color: rgba(255,255,255,.76);
  line-height: 1.64;
}
.blog-hub-card .text-link.on-dark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 28px;
  padding: 13px 18px;
  border: 1px solid rgba(82,224,154,.55);
  border-radius: 999px;
  color: var(--white);
  background: rgba(82,224,154,.16);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 16px 40px rgba(2,15,32,.18);
  transition: transform .28s var(--ease), background .28s var(--ease), border-color .28s var(--ease), color .28s var(--ease);
}
.blog-hub-card .text-link.on-dark::after {
  content: "→";
  width: auto;
  height: auto;
  background: transparent;
  color: var(--sage);
}
.blog-hub-card .text-link.on-dark:hover {
  transform: translateY(-2px);
  border-color: var(--white);
  color: var(--navy);
  background: var(--white);
}
.blog-hub-card .text-link.on-dark:hover::after {
  width: auto;
  color: var(--brand-blue);
}
.blog-feature-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(28px, 5vw, 66px);
  align-items: stretch;
}
.blog-main-article {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(13,39,70,.08);
}
.blog-main-article img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.blog-main-article div {
  display: grid;
  align-content: center;
  padding: clamp(30px, 4vw, 48px);
}
.blog-main-article time {
  color: var(--muted);
  font-size: 12px;
}
.blog-main-article small {
  margin-top: 14px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.blog-main-article h2 {
  margin-top: 18px;
  font-size: clamp(30px, 3vw, 42px);
}
.blog-main-article .btn {
  width: fit-content;
  margin-top: 30px;
}
.blog-reading-path {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 30px;
  color: var(--white);
  background: var(--navy);
}
.blog-reading-path h3 {
  color: var(--white);
  margin-bottom: 10px;
}
.blog-reading-path a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: rgba(255,255,255,.82);
  transition: transform .28s var(--ease), background .28s var(--ease);
}
.blog-reading-path a:hover {
  transform: translateX(5px);
  background: rgba(255,255,255,.08);
}
.blog-reading-path a span {
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}
.blog-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.2vw, 28px);
}
.blog-topic-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 3vw, 40px);
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--white);
  transition: transform .34s var(--ease), border-color .34s var(--ease), box-shadow .34s var(--ease);
}
.blog-topic-card:hover {
  transform: translateY(-6px);
  border-color: rgba(76,169,255,.28);
  box-shadow: 0 22px 54px rgba(13,39,70,.09);
}
.blog-topic-card h3 {
  margin-top: 22px;
  font-size: 24px;
}
.blog-topic-card p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.68;
}
.blog-topic-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: auto;
  padding-top: 34px;
}
.blog-featured-list {
  position: relative;
}
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 clamp(26px, 4vw, 42px);
}
.blog-filters .filter.active {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
}
.blog-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.4vw, 30px);
}
.blog-post-card {
  min-height: 100%;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 52px rgba(13,39,70,.06);
  transition: transform .34s var(--ease), border-color .34s var(--ease), box-shadow .34s var(--ease);
}
.blog-post-card:hover {
  transform: translateY(-7px);
  border-color: rgba(76,169,255,.32);
  box-shadow: 0 28px 70px rgba(13,39,70,.11);
}
.blog-post-card a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
}
.blog-post-card figure {
  aspect-ratio: 1.55;
  overflow: hidden;
  background: var(--chalk);
}
.blog-post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--ease), filter .55s var(--ease);
}
.blog-post-card:hover img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.03);
}
.blog-post-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
}
.blog-post-copy time {
  color: var(--muted);
  font-size: 12px;
}
.blog-post-copy span {
  margin-top: 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.blog-post-copy h3 {
  margin-top: 18px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.12;
}
.blog-post-copy p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.58;
}
.blog-post-copy em {
  width: fit-content;
  margin-top: auto;
  padding-top: 28px;
  color: var(--navy);
  font-style: normal;
  font-weight: 850;
}
.blog-post-copy em::after {
  content: " →";
  color: var(--sage);
}
.blog-post-card-large {
  grid-column: span 2;
}
.blog-post-card-large a {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
}
.blog-post-card-large figure {
  aspect-ratio: auto;
  min-height: 100%;
}
.blog-post-card-large .blog-post-copy {
  justify-content: center;
  min-height: 420px;
}
.blog-post-card-large h3 {
  font-size: clamp(30px, 3vw, 46px);
  max-width: 620px;
}
.blog-dark {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7,26,52,.96), rgba(7,26,52,.84)),
    url("assets/refonte-2026/strategie-seo-geo.png") center / cover no-repeat;
}
.blog-dark h2 {
  color: var(--white);
}
.blog-dark .lead {
  color: rgba(255,255,255,.76);
}
.blog-dark-grid {
  display: grid;
  grid-template-columns: .86fr 1fr;
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}
.blog-link-map {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 38px);
}
.blog-link-map a {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255,255,255,.06);
  transition: transform .28s var(--ease), background .28s var(--ease);
}
.blog-link-map a:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,.1);
}

.blog-nav-section {
  background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.88)),
    linear-gradient(90deg, rgba(13,39,70,.055) 1px, transparent 1px),
    linear-gradient(rgba(13,39,70,.045) 1px, transparent 1px);
  background-size: auto, 96px 96px, 96px 96px;
}
.blog-cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}
.blog-cluster-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  gap: 12px;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 24px 60px rgba(13,39,70,.06);
  transition: transform .34s var(--ease), border-color .34s var(--ease), box-shadow .34s var(--ease);
}
.blog-cluster-card:hover {
  transform: translateY(-6px);
  border-color: rgba(76,169,255,.3);
  box-shadow: 0 28px 70px rgba(13,39,70,.1);
}
.blog-cluster-card span,
.blog-category-strip a {
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.blog-cluster-card h3 {
  margin: 8px 0 12px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.08;
}
.blog-cluster-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(13,39,70,.1);
  color: var(--navy);
  font-weight: 760;
}
.blog-cluster-card a::after,
.blog-case-links a::after {
  content: "→";
  color: var(--sage);
}
.blog-topic-grid-rich .blog-topic-card {
  min-height: 300px;
}
.blog-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-category-strip a {
  padding: 14px 18px;
  border: 1px solid rgba(13,39,70,.12);
  border-radius: 999px;
  background: var(--white);
  transition: transform .28s var(--ease), border-color .28s var(--ease), color .28s var(--ease);
}
.blog-category-strip a:hover {
  transform: translateY(-3px);
  border-color: rgba(76,169,255,.35);
  color: var(--navy);
}
.blog-case-links {
  display: grid;
  gap: 12px;
}
.blog-case-links a {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255,255,255,.08);
  transition: transform .28s var(--ease), background .28s var(--ease);
}
.blog-case-links a:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,.12);
}
.blog-case-links span {
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.blog-contact-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7,26,52,.96), rgba(13,39,70,.86)),
    url("assets/refonte-2026/besoin-atelier-strategie-web.png") center / cover no-repeat;
  box-shadow: 0 28px 80px rgba(13,39,70,.16);
}
.blog-contact-banner h2 {
  max-width: 820px;
  color: var(--white);
  font-size: clamp(30px, 3.4vw, 48px);
}
.blog-contact-banner .lead {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255,255,255,.76);
}
.blog-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 230px;
}
.blog-contact-actions .btn {
  justify-content: center;
}
.mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 2vw, 26px);
}
.tile {
  min-height: 260px;
  padding: clamp(34px, 3vw, 42px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(248,248,246,.52)),
    var(--paper);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
}
.tile:nth-child(1), .tile:nth-child(4) { grid-column: span 5; }
.tile:nth-child(2), .tile:nth-child(5) { grid-column: span 3; }
.tile:nth-child(3), .tile:nth-child(6) { grid-column: span 4; }
.tile h3 {
  margin-top: 34px;
  font-size: 23px;
}
.tile p {
  max-width: 620px;
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.72;
}
.tile .icon-line {
  width: 42px;
  height: 42px;
  stroke: var(--navy);
  transition: transform .35s var(--ease), stroke .35s var(--ease);
}
.tile:nth-child(2n) .icon-line { stroke: var(--coral); }
.tile:nth-child(3n) .icon-line { stroke: var(--sage); }
.tile:nth-child(4n) .icon-line { stroke: var(--gold); }
.tile:hover {
  transform: translateY(-7px);
  border-color: rgba(13,39,70,.24);
  background: var(--white);
  box-shadow: 0 22px 54px rgba(13,39,70,.1);
}
.tile:hover .icon-line {
  transform: translateY(-3px) scale(1.05);
  stroke: var(--accent);
}

.faq-layout {
  display: grid;
  grid-template-columns: .62fr 1fr;
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  transition: background .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease);
}
.faq-item:hover,
.faq-item[open] {
  background: var(--white);
  border-color: rgba(76,169,255,.3);
  box-shadow: 0 18px 46px rgba(13,39,70,.08);
}
.faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  font-size: 18px;
  font-weight: 400;
  transition: transform .28s var(--ease), background .28s var(--ease);
}
.faq-item[open] summary::after {
  content: "–";
  background: var(--accent);
  transform: rotate(180deg);
}
.faq-item p {
  max-width: 720px;
  padding: 0 24px 24px;
  color: var(--muted);
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}
.filter {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .25s var(--ease), color .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.filter:hover {
  transform: translateY(-2px);
  color: var(--navy);
  border-color: rgba(76,169,255,.34);
  box-shadow: 0 14px 34px rgba(13,39,70,.08);
}
.filter.active {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}
.portfolio-list { display: grid; gap: 26px; }
.portfolio-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.portfolio-item:hover {
  transform: translateY(-6px);
  border-color: rgba(76,169,255,.28);
  box-shadow: 0 24px 60px rgba(13,39,70,.12);
}
.portfolio-item a {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.portfolio-item:nth-child(even) a { grid-template-columns: 1.08fr .92fr; }
.portfolio-item:nth-child(even) figure { order: 2; }
.portfolio-item figure {
  overflow: hidden;
  border-radius: 6px;
}
.portfolio-item img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  transition: transform .85s var(--ease);
}
.portfolio-item:hover img { transform: scale(1.04); }
.portfolio-copy { padding: 26px 0; }
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.project-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(13,39,70,.14);
  border-radius: 999px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  background: rgba(76,169,255,.06);
}

.page-hero-projects {
  min-height: 74svh;
}
.page-hero-projects .actions {
  margin-top: 34px;
}
.portfolio-intro-section {
  padding-bottom: clamp(44px, 5vw, 76px);
}
.portfolio-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(320px, .72fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: end;
}
.portfolio-intro-grid h2 {
  max-width: 820px;
}
.portfolio-proof {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 3vw, 36px);
  border: 1px solid rgba(13,39,70,.12);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.68));
  box-shadow: 0 22px 58px rgba(13,39,70,.08);
}
.portfolio-proof p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}
.portfolio-proof div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: baseline;
  padding-top: 16px;
  border-top: 1px solid rgba(13,39,70,.1);
}
.portfolio-proof strong {
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
}
.portfolio-proof span {
  color: var(--muted);
}
.portfolio-method-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: rgba(13,39,70,.1);
  box-shadow: 0 22px 58px rgba(13,39,70,.06);
}
.portfolio-method-strip article {
  min-height: 190px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
}
.portfolio-method-strip span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
}
.portfolio-method-strip strong {
  display: block;
  margin-top: 34px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.1;
}
.portfolio-method-strip p {
  max-width: 360px;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.56;
}
.portfolio-showcase {
  padding-top: clamp(54px, 6vw, 88px);
  background:
    radial-gradient(circle at 10% 8%, rgba(76,169,255,.12), transparent 32%),
    var(--paper);
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}
.portfolio-card {
  min-height: 100%;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 52px rgba(13,39,70,.06);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.portfolio-card:first-child {
  grid-column: span 2;
}
.portfolio-card:hover {
  transform: translateY(-7px);
  border-color: rgba(76,169,255,.36);
  box-shadow: 0 26px 72px rgba(13,39,70,.13);
}
.portfolio-card a {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
.portfolio-card figure {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}
.portfolio-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  filter: saturate(.96) contrast(.98);
  transition: transform .85s var(--ease), opacity .35s var(--ease);
}
.portfolio-card:hover img {
  transform: scale(1.045);
}
.portfolio-card-copy {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: clamp(24px, 2.6vw, 34px);
}
.portfolio-card-copy h2 {
  margin-top: 18px;
  font-size: clamp(23px, 1.8vw, 29px);
  line-height: 1.16;
}
.portfolio-card-copy p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  text-wrap: pretty;
}
.portfolio-card-copy .text-link {
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
}

.reference-hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(118px, 14vw, 170px) 0 clamp(64px, 8vw, 104px);
  color: var(--white);
  background: var(--navy);
}
.reference-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,26,52,.96), rgba(7,26,52,.84) 48%, rgba(7,26,52,.58)),
    url("assets/refonte-2026/presentation-client-premium.png") center / cover no-repeat;
}
.reference-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.2));
}
.reference-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .48fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}
.reference-hero h1 {
  max-width: 780px;
  color: var(--white);
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: 1.04;
}
.reference-hero .lead {
  max-width: 740px;
  margin-top: 18px;
  color: rgba(255,255,255,.8);
}
.reference-hero .breadcrumb {
  margin-bottom: 34px;
  color: rgba(255,255,255,.68);
}
.reference-hero .breadcrumb a,
.reference-hero .breadcrumb span,
.reference-hero .hero-text-link {
  color: var(--white);
}
.reference-hero-card {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.06));
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 90px rgba(2,15,32,.24);
}
.reference-hero-card span,
.reference-card-meta span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.reference-hero-card strong {
  display: block;
  margin-top: 16px;
  color: var(--white);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
}
.reference-hero-card p {
  margin-top: 18px;
  color: rgba(255,255,255,.74);
  line-height: 1.62;
}
.reference-stats {
  padding: 0;
}
.reference-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-right: 1px solid rgba(13,39,70,.1);
  border-bottom: 1px solid rgba(13,39,70,.1);
  border-left: 1px solid rgba(13,39,70,.1);
  background: var(--white);
}
.reference-stats-grid article {
  min-height: 156px;
  padding: clamp(26px, 3vw, 38px);
  border-right: 1px solid rgba(13,39,70,.1);
}
.reference-stats-grid article:last-child {
  border-right: 0;
}
.reference-stats-grid strong {
  display: block;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1;
}
.reference-stats-grid span {
  display: block;
  max-width: 220px;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.42;
}
.reference-feature-section {
  background: var(--chalk);
  padding-top: clamp(64px, 7vw, 92px);
  padding-bottom: clamp(64px, 7vw, 92px);
}
.reference-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}
.reference-feature-grid figure {
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 28px 82px rgba(13,39,70,.16);
}
.reference-feature-grid img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.reference-feature-copy h2 {
  max-width: 760px;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.05;
}
.reference-feature-copy .lead {
  max-width: 700px;
  margin-top: 18px;
}
.reference-feature-copy .hero-text-link {
  color: var(--navy);
}
.reference-feature-copy .hero-text-link::after {
  background: rgba(13, 39, 70, .72);
}
.reference-feature-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 30px;
}
.reference-feature-points p {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--white);
  line-height: 1.5;
}
.reference-feature-points strong {
  color: var(--brand-blue);
}
.reference-feature-points span {
  color: var(--muted);
}
.reference-list-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(76,169,255,.12), transparent 28%),
    var(--paper);
}
.reference-filters {
  margin-bottom: clamp(26px, 4vw, 42px);
}
.reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}
.reference-card {
  overflow: hidden;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 52px rgba(13,39,70,.06);
  transition: transform .34s var(--ease), border-color .34s var(--ease), box-shadow .34s var(--ease);
}
.reference-card:first-child {
  grid-column: span 2;
}
.reference-card:hover {
  transform: translateY(-7px);
  border-color: rgba(76,169,255,.34);
  box-shadow: 0 28px 76px rgba(13,39,70,.13);
}
.reference-card a {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
}
.reference-card figure {
  overflow: hidden;
  aspect-ratio: 1.52;
  background: var(--navy);
}
.reference-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.96) contrast(.98);
  transition: transform .85s var(--ease), filter .35s var(--ease);
}
.reference-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.02);
}
.reference-card-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: clamp(24px, 2.6vw, 34px);
}
.reference-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.reference-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--brand-blue);
  background: rgba(76,169,255,.08);
  letter-spacing: .08em;
}
.reference-card h3 {
  margin-top: 20px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.1;
}
.reference-card p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.58;
}
.reference-card strong {
  display: block;
  margin-top: 18px;
  color: var(--brand-blue);
  font-size: 14px;
  line-height: 1.35;
}
.reference-card em {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  color: var(--navy);
  font-style: normal;
  font-weight: 850;
}
.reference-card em::after {
  content: "→";
  margin-left: 10px;
  color: var(--sage);
  transition: transform .25s var(--ease);
}
.reference-card:hover em::after {
  transform: translateX(4px);
}
.reference-path-section {
  background: var(--white);
}

.reference-hero {
  min-height: 66svh;
  padding: clamp(102px, 9vw, 128px) 0 clamp(46px, 5vw, 68px);
}
.reference-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(28px, 5vw, 64px);
}
.reference-hero h1 {
  max-width: 660px;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.12;
}
.reference-hero .lead {
  max-width: 660px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.56;
}
.reference-hero-card {
  padding: clamp(24px, 3vw, 34px);
  box-shadow: none;
}
.reference-hero-card span {
  font-size: 10px;
  letter-spacing: .1em;
}
.reference-hero-card strong {
  margin-top: 12px;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.18;
}
.reference-hero-card p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.55;
}
.reference-stats-grid article {
  min-height: 118px;
  padding: clamp(20px, 2.4vw, 30px);
}
.reference-stats-grid strong {
  font-size: clamp(26px, 2.9vw, 42px);
  letter-spacing: 0;
}
.reference-stats-grid span {
  max-width: 210px;
  margin-top: 10px;
  font-size: 15px;
}
.reference-card {
  box-shadow: none;
}
.reference-card:hover {
  box-shadow: 0 18px 46px rgba(13,39,70,.1);
}
.reference-card-copy {
  min-height: 250px;
  padding: clamp(22px, 2vw, 28px);
}
.reference-card-meta {
  gap: 6px;
  display: none;
}
.reference-card-meta span {
  min-height: 23px;
  padding: 4px 8px;
  font-size: 10px;
  letter-spacing: .055em;
}
.reference-card h3 {
  margin-top: 0;
  font-size: clamp(20px, 1.45vw, 25px);
  line-height: 1.18;
}
.reference-card p {
  margin-top: 12px;
  font-size: 15.5px;
  line-height: 1.55;
}
.reference-feature-copy h2,
.portfolio-partner h2 {
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.12;
}

.reference-list-section .section-head h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
}

.reference-grid {
  gap: clamp(18px, 1.8vw, 24px);
}

.reference-card:first-child {
  grid-column: span 1;
}

.internal-links-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(76, 169, 255, .1), transparent 28%),
    var(--paper);
}

.internal-links-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.internal-link-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(20px, 2vw, 26px);
  border: 1px solid rgba(13, 39, 70, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  color: var(--navy);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.internal-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(76, 169, 255, .42);
  background: var(--white);
}

.internal-link-card span {
  color: var(--brand-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.internal-link-card strong {
  display: block;
  margin-top: 20px;
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.16;
}

.internal-link-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}
.portfolio-partner-section {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 22%, rgba(82,224,154,.16), transparent 28%),
    linear-gradient(135deg, rgba(7,26,52,.98), rgba(13,39,70,.92)),
    var(--navy);
}
.portfolio-partner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}
.portfolio-partner h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(34px, 4vw, 54px);
}
.portfolio-partner .lead {
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255,255,255,.76);
}
.portfolio-partner .hero-text-link {
  color: var(--white);
}
.portfolio-partner-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.055)),
    rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 28px 80px rgba(2,15,32,.24);
}
.portfolio-partner-card::before {
  content: "";
  position: absolute;
  right: -74px;
  top: -74px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(82,224,154,.28);
  border-radius: 50%;
  box-shadow: inset 0 0 0 36px rgba(82,224,154,.06), inset 0 0 0 72px rgba(76,169,255,.05);
}
.portfolio-partner-card span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.portfolio-partner-card strong {
  display: block;
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(34px, 4vw, 54px);
  line-height: .98;
}
.portfolio-partner-card p {
  max-width: 310px;
  margin-top: 18px;
  color: rgba(255,255,255,.74);
  line-height: 1.6;
}
.partners-hero {
  position: relative;
  min-height: 78vh;
  padding: clamp(132px, 16vw, 190px) 0 clamp(76px, 10vw, 126px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(7,26,52,.96), rgba(13,39,70,.8) 52%, rgba(13,39,70,.38)),
    var(--navy);
}
.partners-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,39,70,.85), rgba(13,39,70,.28)),
    url("../partners/finance-plus.png") center / cover no-repeat;
  opacity: .44;
  animation: heroDrift 22s ease-in-out infinite alternate;
}
.partners-hero::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: -24vw;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(76,169,255,.24);
  border-radius: 50%;
  box-shadow: inset 0 0 0 86px rgba(76,169,255,.06), inset 0 0 0 172px rgba(82,224,154,.04);
  pointer-events: none;
}
.partners-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .82fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}
.partners-hero h1 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
}
.partners-hero .lead {
  max-width: 680px;
  color: rgba(255,255,255,.78);
}
.partners-hero-stack {
  position: relative;
  min-height: clamp(390px, 42vw, 570px);
}
.partners-screen {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 110px rgba(0,0,0,.34);
}
.partners-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.partners-screen:hover img {
  transform: scale(1.045);
}
.partner-screen-text {
  min-height: 220px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 84% 10%, rgba(82,224,154,.18), transparent 36%),
    linear-gradient(145deg, rgba(248,248,246,.98), rgba(255,255,255,.9));
}
.partner-screen-text span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.partner-screen-text strong {
  display: block;
  max-width: 260px;
  margin-top: 12px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.15;
}
.partners-screen-main {
  inset: 0 0 78px 78px;
}
.partners-screen-float {
  left: 0;
  bottom: 0;
  width: min(58%, 330px);
  aspect-ratio: 4 / 3;
}
.partners-intro-grid,
.partners-method-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}
.partners-intro-grid h2,
.partners-method-grid h2 {
  font-size: clamp(34px, 4.2vw, 58px);
}
.partners-intro-text {
  display: grid;
  gap: 24px;
  color: var(--muted);
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.65;
}
.partners-allies-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 24px;
}
.partner-ally-card {
  min-height: 520px;
  display: grid;
  grid-template-rows: minmax(220px, 1fr) auto;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(13,39,70,.12);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(13,39,70,.08);
}
.partner-ally-card figure {
  overflow: hidden;
  background: var(--navy);
}
.partner-ally-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.7,.2,1);
}
.partner-ally-card:hover figure img,
.partner-project-card:hover img {
  transform: scale(1.045);
}
.partner-ally-copy {
  padding: clamp(28px, 4vw, 46px);
}
.partner-ally-copy span,
.partner-project-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.partner-ally-copy h3 {
  margin-top: 14px;
  font-size: clamp(30px, 3.8vw, 52px);
}
.partner-ally-copy p {
  max-width: 610px;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}
.partner-ally-card-dark {
  position: relative;
  grid-template-rows: 1fr;
  align-items: end;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 12%, rgba(76,169,255,.22), transparent 35%),
    linear-gradient(145deg, rgba(7,26,52,.98), rgba(13,39,70,.88));
}
.partner-ally-card-dark h3 {
  color: var(--white);
}
.partner-ally-card-dark p {
  color: rgba(255,255,255,.74);
}
.partner-ally-card-dark .text-link {
  color: var(--white);
}
.partner-mark {
  position: absolute;
  right: clamp(24px, 5vw, 58px);
  top: clamp(24px, 5vw, 58px);
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: rgba(255,255,255,.72);
  font-size: 54px;
  font-weight: 800;
}
.partner-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.partner-project-card {
  overflow: hidden;
  border: 1px solid rgba(13,39,70,.11);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(13,39,70,.07);
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}
.partner-project-card:hover {
  transform: translateY(-8px);
  border-color: rgba(76,169,255,.32);
  box-shadow: 0 28px 80px rgba(13,39,70,.12);
}
.partner-project-card a {
  display: grid;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}
.partner-project-card figure {
  aspect-ratio: 1.35;
  overflow: hidden;
  background: var(--soft-blue);
}
.partner-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.partner-project-card div {
  padding: 24px;
}
.partner-project-card h3 {
  margin-top: 10px;
  font-size: clamp(21px, 1.8vw, 28px);
}
.partner-project-card p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}
.partners-method-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7,26,52,.98), rgba(13,39,70,.94)),
    var(--navy);
}
.partners-method-grid h2,
.partners-method-copy .lead {
  color: var(--white);
}
.partners-method-copy .lead {
  color: rgba(255,255,255,.72);
}
.partners-method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.14);
}
.partners-method-list article {
  min-height: 220px;
  padding: clamp(26px, 4vw, 42px);
  background: rgba(255,255,255,.07);
}
.partners-method-list span {
  color: var(--accent);
  font-weight: 850;
}
.partners-method-list h3 {
  margin-top: 38px;
  color: var(--white);
  font-size: clamp(24px, 2.2vw, 34px);
}
.partners-method-list p {
  max-width: 330px;
  margin-top: 12px;
  color: rgba(255,255,255,.72);
  line-height: 1.58;
}
.partners-cta {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.partners-cta figure {
  min-height: 100%;
  overflow: hidden;
}
.partners-cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(.95);
}
.partners-cta-copy {
  padding: clamp(48px, 7vw, 92px);
  align-self: center;
}
.partners-cta h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(34px, 4.4vw, 62px);
}
.partners-cta .lead {
  color: rgba(255,255,255,.76);
}
.case-next-links {
  background:
    linear-gradient(180deg, rgba(13,39,70,.04), rgba(13,39,70,0)),
    var(--chalk);
}
.project-chat {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 140;
  width: min(380px, calc(100vw - 36px));
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
}
.project-chat-toggle {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  margin-left: auto;
  padding: 7px 18px 7px 7px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, #0b2a4d, var(--brand-blue));
  box-shadow: 0 18px 48px rgba(13,39,70,.28);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease);
}
.project-chat-toggle img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(2,15,32,.22);
}
.project-chat-toggle span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  white-space: nowrap;
}
.project-chat-toggle:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 64px rgba(13,39,70,.34);
}
.project-chat-panel {
  pointer-events: auto;
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  width: min(380px, calc(100vw - 36px));
  padding: 20px;
  border: 1px solid rgba(13,39,70,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 30px 90px rgba(13,39,70,.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(.98);
  transform-origin: bottom right;
  transition: opacity .24s var(--ease), visibility .24s var(--ease), transform .24s var(--ease);
}
.project-chat.is-open .project-chat-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.project-chat-head {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(13,39,70,.1);
}
.project-chat-head img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(13,39,70,.12);
}
.project-chat-head span {
  color: var(--sky);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.project-chat-head strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 18px;
}
.project-chat-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.project-chat-form {
  display: grid;
  gap: 10px;
}
.project-chat-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.project-chat-form input,
.project-chat-form select,
.project-chat-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 11px 12px;
  border: 1px solid rgba(13,39,70,.12);
  border-radius: 8px;
  color: var(--ink);
  background: #f8fafc;
  font: inherit;
  outline: none;
}
.project-chat-form textarea {
  resize: vertical;
}
.project-chat-form input:focus,
.project-chat-form select:focus,
.project-chat-form textarea:focus {
  border-color: rgba(76,169,255,.7);
  background: var(--white);
}
.project-chat-form button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--brand-blue));
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(13,39,70,.18);
}
.project-chat-form button:disabled,
.need-submit:disabled,
.contact-card button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}
.project-chat-phone {
  display: inline-flex;
  margin-top: 12px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.case-hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: end;
  padding: 124px 0 70px;
  color: var(--white);
  overflow: hidden;
  background: var(--navy);
}
.case-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transform: scale(1.08) translate3d(0, 0, 0);
  animation: heroDrift 32s ease-in-out infinite alternate-reverse;
}
.case-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,39,70,.9), rgba(13,39,70,.28) 58%, rgba(13,39,70,.06));
}
.case-hero-content {
  position: relative;
  z-index: 1;
}
.case-hero .lead {
  margin-top: 22px;
  color: rgba(255,255,255,.78);
}
.case-hero .text-link {
  margin: 0 0 22px;
  color: rgba(255,255,255,.84);
}
.case-hero .text-link::after { display: none; }
.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.case-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
}
.case-study-grid {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}
.case-facts {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
}
.case-facts h2 { font-size: 28px; }
.case-facts strong {
  display: block;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: var(--sky);
  font-size: 24px;
  font-weight: 520;
}
.case-facts span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
}
.case-facts p {
  color: rgba(255,255,255,.68);
  font-size: 14px;
}
.case-story p {
  max-width: 780px;
  margin-top: 20px;
  color: #3f4652;
  font-size: 19px;
  line-height: 1.75;
}
.case-story h2 { margin-top: 18px; }
.case-story-band {
  margin: 42px 0;
  padding: 32px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(17,17,17,.09);
}
.case-story-band ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.about-grid, .contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(38px, 8vw, 108px);
  align-items: center;
}
.about-grid img {
  width: 100%;
  min-height: 570px;
  object-fit: cover;
  border-radius: 6px;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.value {
  min-height: 260px;
  padding: 28px;
  background: var(--paper);
}
.value h3 { font-size: 24px; }
.value p { margin-top: 12px; color: var(--muted); }

.contact-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  padding: 130px 0 78px;
}
.contact-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .34;
  filter: saturate(.92);
}
.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,26,52,.96), rgba(7,26,52,.76) 56%, rgba(7,26,52,.52)),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
}
.contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
}
.contact-hero h1 {
  max-width: 660px;
  color: var(--white);
  font-size: clamp(34px, 3.7vw, 50px);
}
.contact-hero .lead {
  max-width: 760px;
  margin-top: 20px;
  color: rgba(255,255,255,.8);
}
.contact-hero-proof {
  display: grid;
  gap: 12px;
}
.contact-person-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-self: end;
  width: min(100%, 390px);
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 70px rgba(2,15,32,.22);
}
.contact-person-card img {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(2,15,32,.24);
}
.contact-hero-proof p {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.contact-hero-proof span,
.contact-person-card span,
.contact-direct span,
.form-reassurance {
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-hero-proof strong {
  display: block;
  margin-top: 7px;
  color: var(--white);
  font-size: 17px;
}
.contact-person-card strong {
  display: block;
  margin-top: 7px;
  color: var(--white);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.08;
}
.contact-person-card p {
  max-width: 300px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.55;
}
.contact-person-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--white);
  font-size: 20px;
  font-weight: 850;
}
.contact-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(248,248,246,.98)),
    var(--paper);
}
.contact-layout { align-items: start; }
.contact-aside {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 26px;
}
.contact-aside .lead {
  margin-top: 18px;
}
.contact-aside-person {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 10px;
  background: var(--white);
}
.contact-aside-person img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  background: var(--white);
}
.contact-aside-person p {
  margin: 0;
}
.contact-aside-person strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
}
.contact-aside-person span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.contact-direct {
  display: grid;
  gap: 12px;
}
.contact-direct a,
.contact-direct p,
.contact-note {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease);
}
.contact-direct a:hover {
  transform: translateX(5px);
  border-color: rgba(76,169,255,.26);
  box-shadow: 0 18px 42px rgba(13,39,70,.08);
}
.contact-direct strong {
  display: block;
  margin-top: 7px;
  font-size: 17px;
}
.contact-note {
  color: var(--muted);
  line-height: 1.65;
}
.contact-card {
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(13,39,70,.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(13,39,70,.09);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 24px;
}
.form-grid .need-wide,
.form-grid button,
.form-grid .form-reassurance {
  grid-column: 1 / -1;
}
.field { display: grid; gap: 8px; }
.field label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.field input, .field textarea, .field select {
  width: 100%;
  min-height: 48px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  outline: none;
}
.field textarea { min-height: 128px; resize: vertical; }
.form-reassurance {
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 650;
  line-height: 1.5;
}
.contact-next .theme-cluster-item {
  min-height: 270px;
}
.map {
  min-height: 260px;
  display: grid;
  place-items: center;
  margin-top: 26px;
  border-radius: 6px;
  color: rgba(255,255,255,.78);
  background:
    linear-gradient(135deg, rgba(13,39,70,.92), rgba(13,39,70,.65)),
    url("assets/refonte-2026/strategie-seo-geo.png") center/cover;
}

.footer {
  padding: 66px 0 32px;
  color: rgba(255,255,255,.72);
  background:
    linear-gradient(135deg, rgba(13,39,70,.18), rgba(13,39,70,0) 48%),
    var(--brand-blue);
}
.footer-rich {
  padding-top: 58px;
}
.footer-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .34fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 34px;
}
.footer-grid-rich {
  grid-template-columns: 1fr 1.1fr 1fr 1fr 1.15fr;
  align-items: start;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
}
.footer-brand img {
  width: 170px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}
.footer-intro p {
  max-width: 660px;
  margin-top: 14px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.65;
}
.footer-contact-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.footer-contact-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  background: var(--white);
}
.footer-contact-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-contact-card a {
  color: var(--white);
  font-size: 18px;
  font-weight: 820;
}
.footer h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer p, .footer a {
  display: block;
  margin: 8px 0;
  font-size: 14px;
}
.footer a {
  width: fit-content;
  color: rgba(255,255,255,.72);
  transition: color .25s var(--ease), transform .25s var(--ease);
}
.footer a:hover {
  color: var(--white);
  transform: translateX(3px);
}
.mobile-app-nav {
  display: none;
}
.mobile-menu-popover {
  display: none;
}

body,
body :where(.site-header, .site-header *, main, main *, .footer, .footer *, .project-chat, .project-chat *, .mobile-app-nav, .mobile-app-nav *) {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}
.legal {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1320px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1080px) {
  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .nav-links { display: none; }
  .nav-actions .btn { display: none; }
  .nav-actions { margin-left: auto; }
  .nav-phone {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
  .menu-toggle { display: block; }
  .mobile-menu-popover {
    position: fixed;
    inset: 78px 0 0;
    z-index: 70;
    display: block;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-14px);
    transition: opacity .28s var(--ease), transform .34s var(--ease);
  }
  .mobile-menu-popover.is-open {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    padding: 0;
    background:
      linear-gradient(180deg, rgba(16,63,145,.98) 0, rgba(16,63,145,.98) 86px, rgba(248,248,246,.98) 86px, rgba(248,248,246,.99) 100%);
    border: 0;
    backdrop-filter: blur(18px);
  }
  .mobile-menu-dialog {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 78px);
    height: calc(100vh - 78px);
    max-height: none;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    transform: none;
  }
  .mobile-menu-popover.is-open .mobile-menu-dialog {
    transform: none;
  }
  .mobile-menu-panel {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 18px;
    padding: 26px clamp(18px, 5vw, 42px) calc(36px + env(safe-area-inset-bottom));
    overflow-y: auto;
    transition: transform .32s var(--ease), opacity .22s var(--ease);
  }
  .mobile-menu-primary {
    background:
      radial-gradient(circle at 92% 4%, rgba(76,169,255,.3), transparent 26%),
      linear-gradient(180deg, var(--brand-blue) 0, var(--brand-blue) 86px, var(--off) 86px, #fff 100%);
    transform: translateX(0);
  }
  .mobile-menu-detail {
    background:
      radial-gradient(circle at 14% 0, rgba(76,169,255,.24), transparent 28%),
      linear-gradient(180deg, var(--brand-blue) 0, var(--brand-blue) 86px, #fff 86px, var(--off) 100%);
    transform: translateX(100%);
    opacity: .35;
  }
  .mobile-menu-popover.is-detail .mobile-menu-primary {
    transform: translateX(-28%);
    opacity: .15;
    pointer-events: none;
  }
  .mobile-menu-popover.is-detail .mobile-menu-detail {
    transform: translateX(0);
    opacity: 1;
  }
  .mobile-menu-head {
    display: grid;
    gap: 4px;
    min-height: 70px;
    align-content: start;
    padding: 2px 48px 0 4px;
  }
  .mobile-menu-head span,
  .mobile-menu-detail-head span {
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .mobile-menu-head strong,
  .mobile-menu-detail-head strong {
    color: var(--white);
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1;
    letter-spacing: 0;
  }
  .mobile-menu-list {
    display: grid;
    align-content: start;
    gap: 9px;
    margin-top: 6px;
  }
  .mobile-menu-item {
    min-height: 62px;
    width: 100%;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--navy);
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(13,39,70,.1);
    border-radius: 16px;
    box-shadow: 0 16px 42px rgba(13,39,70,.08);
    font: inherit;
    text-align: left;
    opacity: 1;
  }
  .mobile-menu-item span {
    font-size: 16px;
    font-weight: 780;
  }
  .mobile-menu-item em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 760;
  }
  .mobile-menu-item em::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
  }
  .mobile-menu-cta {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: linear-gradient(135deg, var(--navy), #154a80);
    border-radius: 18px;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 18px 44px rgba(13,39,70,.18);
  }
  .mobile-menu-close {
    position: absolute;
    top: 24px;
    right: clamp(18px, 5vw, 42px);
    z-index: 4;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
  }
  .mobile-menu-return {
    width: fit-content;
    min-height: 38px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
  }
  .mobile-menu-detail-head {
    display: grid;
    gap: 10px;
    min-height: 128px;
    align-content: start;
    padding-right: 46px;
  }
  .mobile-menu-detail-head p {
    margin: 0;
    max-width: 44ch;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.55;
  }
  .mobile-menu-detail-links {
    display: grid;
    gap: 9px;
    margin-top: 2px;
  }
  .mobile-menu-detail-links a {
    min-height: 0;
    padding: 14px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px 10px;
    color: var(--ink);
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(13,39,70,.08);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(13,39,70,.06);
  }
  .mobile-menu-detail-links a span {
    grid-row: span 2;
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    background: rgba(76,169,255,.12);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 850;
  }
  .mobile-menu-detail-links a strong {
    font-size: 14px;
    line-height: 1.18;
  }
  .mobile-menu-detail-links a em {
    margin-top: 0;
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
    line-height: 1.42;
  }
  .mobile-menu-detail-links .mobile-menu-detail-overview {
    grid-template-columns: 1fr;
    color: var(--white);
    background: linear-gradient(135deg, var(--navy), #155084);
    border-color: transparent;
  }
  .mobile-menu-detail-links .mobile-menu-detail-overview span {
    width: auto;
    height: auto;
    display: block;
    color: rgba(255,255,255,.68);
    background: transparent;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .mobile-menu-detail-links .mobile-menu-detail-overview strong {
    color: var(--white);
    font-size: 16px;
  }
  .nav-links.open {
    position: fixed;
    inset: 78px 0 0;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 20px clamp(16px, 4vw, 30px) calc(120px + env(safe-area-inset-bottom));
    color: var(--ink);
    background:
      radial-gradient(circle at 12% 4%, rgba(76,169,255,.18), transparent 32%),
      linear-gradient(180deg, rgba(248,248,246,.98), rgba(255,255,255,.98));
    border-top: 1px solid rgba(13,39,70,.08);
    border-radius: 0;
    box-shadow: 0 34px 80px rgba(13,39,70,.18);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .nav-links.open::before {
    content: "Menu Blue Strat";
    display: block;
    padding: 0 2px 8px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .nav-links.open > a,
  .nav-links.open .has-mega > a {
    min-height: 54px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--navy);
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(13,39,70,.1);
    border-radius: 14px;
    font-size: 16px;
    font-weight: 760;
    opacity: 1;
    box-shadow: 0 16px 40px rgba(13,39,70,.06);
  }
  .nav-links.open > a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
    opacity: .45;
  }
  .nav-links.open .nav-item { display: grid; gap: 10px; }
  .nav-links.open .has-mega > a::after {
    width: 9px;
    height: 9px;
    margin-left: auto;
    border-width: 1.5px;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .25s var(--ease);
  }
  .nav-links.open .has-mega.submenu-open > a {
    color: var(--white);
    background: linear-gradient(135deg, var(--navy), #123b6a);
    border-color: rgba(255,255,255,.16);
  }
  .nav-links.open .has-mega.submenu-open > a::after {
    transform: rotate(225deg) translate(-2px, -1px);
  }
  .nav-links.open .mega-menu {
    position: static;
    width: auto;
    max-width: none;
    grid-template-columns: 1fr;
    max-height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
    box-shadow: none;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    transition: max-height .34s var(--ease), opacity .25s var(--ease), visibility .25s var(--ease);
  }
  .nav-links.open .has-mega.submenu-open .mega-menu {
    max-height: 780px;
    opacity: 1;
    visibility: visible;
  }
  .nav-links.open .mega-intro {
    display: block;
    padding: 18px 18px 14px;
    background: rgba(13,39,70,.94);
  }
  .nav-links.open .mega-intro span {
    color: var(--accent);
  }
  .nav-links.open .mega-intro strong {
    display: block;
    margin-top: 6px;
    color: var(--white);
    font-size: 18px;
    line-height: 1.22;
  }
  .nav-links.open .mega-intro p {
    margin-top: 8px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.5;
  }
  .nav-links.open .mega-links {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
    background: rgba(255,255,255,.82);
  }
  .nav-links.open .mega-links a {
    min-height: 0;
    padding: 14px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px 10px;
    color: var(--ink);
    background: rgba(248,248,246,.92);
    border: 1px solid rgba(13,39,70,.08);
    border-radius: 12px;
    box-shadow: none;
    opacity: 1;
  }
  .nav-links.open .mega-links a::after {
    display: none;
  }
  .nav-links.open .mega-links a span {
    grid-row: span 2;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    background: rgba(76,169,255,.12);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 850;
  }
  .nav-links.open .mega-links a strong {
    font-size: 14px;
    line-height: 1.18;
  }
  .nav-links.open .mega-links a em {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.42;
  }
  .nav-links.open .mega-links .mobile-mega-overview {
    grid-template-columns: 1fr;
    color: var(--white);
    background: linear-gradient(135deg, var(--accent), #2f7bd8);
    border-color: transparent;
    font-weight: 780;
  }
  .nav-links.open .mega-links .mobile-mega-overview span,
  .nav-links.open .mega-links .mobile-mega-overview strong,
  .nav-links.open .mega-links .mobile-mega-overview em {
    display: none;
  }
  .hero-grid,
  .intro,
  .section-head,
  .process,
  .quote-grid,
  .service-layout,
  .faq-layout,
  .blog-layout,
  .blog-feature,
  .article-hero-grid,
  .article-layout,
  .article-contact-cta,
  .pricing-grid,
  .hosting-note,
  .budget-ribbon,
  .investment-panel,
  .subpage-layout,
  .case-study-grid,
  .about-grid,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .section-head .lead { justify-self: start; }
  .subpage-compact { grid-template-columns: 1fr; }
  .stats, .why-grid, .news-grid, .blog-grid, .hub-grid, .hub-grid.level-one, .related-grid, .values, .budget-grid { grid-template-columns: repeat(2, 1fr); }
  .need-links-section .related-grid { grid-template-columns: repeat(2, 1fr); }
  .decision-grid,
  .seo-conversion-grid,
  .seo-human-grid,
  .seo-human-band {
    grid-template-columns: repeat(2, 1fr);
  }
  .need-custom-banner {
    grid-template-columns: 1fr;
  }
  .need-custom-banner figure {
    min-height: 240px;
    order: -1;
  }
  .human-proof-list {
    grid-template-columns: 1fr;
  }
  .studio-symbols, .team-board { grid-template-columns: repeat(2, 1fr); }
  .need-hero-grid,
  .need-proof-grid,
  .final-article-hero-grid,
  .final-article-layout,
  .article-band,
  .article-split-panel,
  .subexpert-hero-grid,
  .subexpert-split,
  .subexpert-dark-grid,
  .subexpert-form-grid,
  .theme-hero-grid,
  .theme-intro,
  .theme-dark-grid,
  .blog-hub-hero-grid,
  .blog-feature-v2,
  .blog-main-article,
  .blog-dark-grid,
  .reference-hero-grid,
  .reference-feature-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-aside {
    position: static;
  }
  .final-article-sidebar,
  .subexpert-sticky {
    position: static;
  }
  .brief-grid,
  .check-grid,
  .article-timeline > div,
  .subexpert-timeline,
  .theme-path-grid,
  .theme-cluster,
  .sector-image-grid,
  .sector-path,
  .blog-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .need-choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-grid { grid-template-columns: 1fr; }
  .magazine-item,
  .magazine-item:nth-child(even),
  .case-layout,
  .image-duo,
  .portfolio-item a,
  .portfolio-item:nth-child(even) a {
    grid-template-columns: 1fr;
  }
  .magazine-item:nth-child(even) .magazine-copy,
  .portfolio-item:nth-child(even) figure { order: initial; }
  .sticky { position: static; }
  .case-facts { position: static; }
  .tile, .tile:nth-child(n) { grid-column: span 6; }
  .portfolio-intro-grid,
  .portfolio-grid,
  .portfolio-method-strip,
  .portfolio-partner,
  .reference-stats-grid,
  .reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .portfolio-card:first-child,
  .reference-card:first-child {
    grid-column: span 2;
  }
  .reference-feature-grid figure,
  .reference-feature-grid img {
    min-height: 420px;
  }
}

@media (max-width: 700px) {
  .container, .wide { width: calc(100% - 28px); }
  .nav { min-height: 70px; }
  .nav-links.open { top: 70px; }
  .hero, .page-hero { min-height: auto; padding: 112px 0 44px; }
  h1 { font-size: 38px; }
  h2 { font-size: 31px; }
  .actions .btn { width: 100%; }
  .subpage-compact {
    padding: 16px;
    margin-inline: -6px;
  }
  .subpage-feature {
    min-height: 300px;
    padding: 24px;
  }
  .subpage-feature h2 {
    font-size: 34px;
  }
  .subpage-panel-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .pillar-slider-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .subpage-controls {
    width: 100%;
    justify-content: space-between;
  }
  .slider-controls {
    width: 100%;
    justify-content: space-between;
  }
  .subpage-controls button {
    width: 48px;
    height: 48px;
  }
  .slider-controls button {
    width: 48px;
    height: 48px;
  }
  .subpage-slide {
    min-height: 220px;
    padding: 24px;
  }
  .subpage-slide h3 {
    max-width: 220px;
    margin-top: 32px;
  }
  .scroll-mark { display: none; }
  .stats, .why-grid, .news-grid, .blog-grid, .hub-grid, .hub-grid.level-one, .related-grid, .article-split, .pricing-grid, .values, .footer-grid, .budget-grid, .budget-ribbon, .investment-panel, .decision-grid, .seo-conversion-grid, .seo-human-grid, .seo-human-band { grid-template-columns: 1fr; }
  .portfolio-intro-grid,
  .portfolio-grid,
  .portfolio-method-strip,
  .portfolio-partner,
  .reference-stats-grid,
  .reference-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-card:first-child,
  .reference-card:first-child {
    grid-column: auto;
  }
  .portfolio-card-copy,
  .reference-card-copy {
    min-height: auto;
  }
  .reference-hero {
    min-height: auto;
    padding: 112px 0 56px;
  }
  .reference-hero .breadcrumb {
    margin-bottom: 26px;
  }
  .reference-stats-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(13,39,70,.1);
  }
  .reference-stats-grid article:last-child {
    border-bottom: 0;
  }
  .reference-feature-grid figure,
  .reference-feature-grid img {
    min-height: 320px;
  }
  .reference-feature-points p {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .portfolio-proof div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .project-chat {
    right: 14px;
    bottom: 14px;
    width: min(340px, calc(100vw - 28px));
  }
  .project-chat-toggle {
    min-height: 54px;
    padding-inline: 17px;
  }
  .project-chat-toggle span {
    font-size: 13px;
  }
  .contact-person-card,
  .contact-aside-person,
  .footer-contact-card {
    grid-template-columns: 1fr;
  }
  .contact-person-card img,
  .contact-aside-person img,
  .footer-contact-photo {
    width: 84px;
    height: 84px;
  }
  .need-custom-banner figure {
    min-height: 210px;
  }
  .need-links-section .related-grid { grid-template-columns: 1fr; }
  .studio-symbols, .team-board { grid-template-columns: 1fr; }
  .need-hero {
    min-height: auto;
    padding: 112px 0 56px;
  }
  .need-form,
  .need-choice-grid,
  .brief-grid,
  .check-grid,
  .contrast-list,
  .article-timeline > div,
  .subexpert-benefits,
  .subexpert-timeline,
  .theme-path-grid,
  .theme-cluster,
  .sector-image-grid,
  .sector-path,
  .blog-topic-grid {
    grid-template-columns: 1fr;
  }
  .sector-image-card a {
    grid-template-rows: 190px 1fr;
  }
  .sector-image-card div {
    min-height: auto;
  }
  .sector-path a {
    min-height: 220px;
  }
  .theme-hero {
    min-height: auto;
    padding: 112px 0 56px;
  }
  .blog-hub-hero {
    min-height: auto;
    padding: 112px 0 56px;
  }
  .blog-main-article img {
    min-height: 260px;
  }
  .final-article-hero,
  .subexpert-hero {
    min-height: auto;
    padding: 112px 0 58px;
  }
  .final-article-content {
    gap: 38px;
  }
  .need-proof-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .need-proof-list span,
  .need-proof-list p {
    grid-column: 1;
    grid-row: auto;
  }
  .need-proof-list h3 {
    align-self: start;
  }
  .signal-strip { grid-template-columns: 1fr; text-align: center; }
  .signal-strip::before, .signal-strip::after { display: none; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .magazine-copy, .service-line, .process-step, .subpage-content article {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .photo img, .quote-grid img, .about-grid img {
    min-height: 340px;
  }
  .case-feature, .case-side, .cta-photo { min-height: 410px; }
  .pricing-card { min-height: auto; }
  .decision-card,
  .seo-panel,
  .conversion-panel,
  .seo-human-copy { min-height: auto; }
  .seo-human-image {
    height: 300px;
    min-height: 300px;
  }
  .human-note { grid-template-columns: 1fr; }
  .pillar-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .pillar-cta .btn {
    width: 100%;
  }
  .budget-card { min-height: auto; }
  .budget-section::before { height: 58%; }
  .hosting-note { padding: 22px; }
  .hosting-note .text-link {
    grid-column: 1;
    margin-top: 0;
  }
  .image-duo figure, .image-duo figure:nth-child(2) {
    min-height: 320px;
    margin-top: 0;
  }
  .tile, .tile:nth-child(n) { grid-column: span 12; }
  .expertise-index-item { grid-template-columns: 1fr; }
  .article-toc { position: static; }
  .article-hero { padding: 112px 0 58px; }
}

/* WordPress service regenerated mockup */
.wp-landing {
  --wp-blue: #07338f;
  --wp-blue-2: #0a235b;
  --wp-green: #52df9e;
  --wp-cream: #f5f7fb;
  --wp-text: #09142f;
  --wp-muted: #5f6878;
  background: var(--wp-cream);
  color: var(--wp-text);
}
.wp-landing .site-header,
.wp-landing .footer,
.wp-landing .scroll-progress {
  display: none;
}
.wp-wrap {
  width: min(calc(100% - 44px), 1210px);
  margin: 0 auto;
}
.wp-topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(22px, 5vw, 76px);
  color: #fff;
  background: rgba(7, 35, 91, .92);
  backdrop-filter: blur(16px);
}
.wp-logo-text {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.04em;
}
.wp-logo-text span {
  color: var(--wp-green);
}
.wp-nav {
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 650;
}
.wp-nav a:hover { color: #fff; }
.wp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease);
}
.wp-btn:hover {
  transform: translateY(-2px);
}
.wp-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--wp-blue), #2d72ff);
  box-shadow: 0 18px 36px rgba(7,51,143,.22);
}
.wp-btn-light {
  color: var(--wp-blue-2);
  background: #fff;
  box-shadow: 0 18px 38px rgba(0,0,0,.12);
}
.wp-link {
  display: inline-flex;
  align-items: center;
  color: var(--wp-blue-2);
  font-size: 14px;
  font-weight: 760;
}
.wp-hero {
  position: relative;
  min-height: 88svh;
  padding: 116px 0 64px;
  overflow: hidden;
  color: #fff;
  background: var(--wp-blue-2);
}
.wp-hero-bg,
.wp-hero-bg img {
  position: absolute;
  inset: 0;
}
.wp-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  transform: scale(1.06);
  animation: wpHeroMove 18s ease-in-out infinite alternate;
}
.wp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,35,91,.94), rgba(7,35,91,.58) 52%, rgba(7,35,91,.2)),
    radial-gradient(circle at 74% 18%, rgba(82,223,158,.28), transparent 26%);
}
.wp-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(390px, .55fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}
.wp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--wp-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wp-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.wp-hero h1,
.wp-section h2,
.wp-final h2 {
  letter-spacing: 0;
  text-wrap: balance;
}
.wp-hero h1 {
  max-width: 700px;
  margin-top: 22px;
  font-size: clamp(34px, 3.7vw, 50px);
  line-height: 1.08;
  font-weight: 760;
}
.wp-hero-copy p {
  max-width: 620px;
  margin-top: 26px;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.72;
}
.wp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
}
.wp-hero .wp-link { color: rgba(255,255,255,.86); }
.wp-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 38px;
}
.wp-trust span {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
}
.wp-trust span::before,
.wp-benefit-grid i,
.wp-target-grid i {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--wp-green);
  box-shadow: 0 0 0 7px rgba(82,223,158,.13);
}
.wp-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  color: var(--wp-text);
  background: rgba(255,255,255,.94);
  box-shadow: 0 34px 80px rgba(3,18,50,.34);
}
.wp-form > span {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--wp-blue);
  background: rgba(82,223,158,.18);
  font-size: 12px;
  font-weight: 800;
}
.wp-form h2 {
  max-width: 360px;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 760;
}
.wp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.wp-form label {
  display: grid;
  gap: 7px;
  color: #33405a;
  font-size: 12px;
  font-weight: 800;
}
.wp-form input,
.wp-form select,
.wp-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(9,20,47,.13);
  border-radius: 10px;
  color: var(--wp-text);
  background: #fff;
  outline: none;
}
.wp-form textarea {
  min-height: 112px;
  resize: vertical;
}
.wp-section {
  padding: clamp(68px, 8vw, 116px) 0;
}
.wp-split {
  display: grid;
  grid-template-columns: .9fr .62fr;
  gap: clamp(32px, 7vw, 90px);
  align-items: end;
}
.wp-section h2,
.wp-final h2 {
  max-width: 700px;
  margin-top: 20px;
  color: var(--wp-text);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  font-weight: 760;
}
.wp-lead {
  color: var(--wp-muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.75;
}
.wp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 54px;
}
.wp-benefit-grid article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(9,20,47,.09);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(9,20,47,.06);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.wp-benefit-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(7,51,143,.13);
}
.wp-benefit-grid h3 {
  margin-top: 36px;
  font-size: 24px;
  font-weight: 760;
}
.wp-benefit-grid p {
  margin-top: 12px;
  color: var(--wp-muted);
}
.wp-visual-band {
  padding: 34px 0;
  background: var(--wp-blue-2);
}
.wp-photo-strip {
  display: grid;
  grid-template-columns: 1.05fr .78fr .78fr;
  gap: 18px;
}
.wp-photo-strip figure {
  min-height: 420px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--wp-blue);
}
.wp-photo-strip figure:nth-child(2),
.wp-photo-strip figure:nth-child(3) {
  min-height: 320px;
  margin-top: 72px;
}
.wp-photo-strip img,
.wp-project-grid img,
.wp-final > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-dark {
  color: #fff;
  background:
    radial-gradient(circle at 15% 8%, rgba(82,223,158,.22), transparent 30%),
    linear-gradient(135deg, #071b48, #07338f);
}
.wp-dark h2,
.wp-dark .wp-lead {
  color: #fff;
}
.wp-dark .wp-lead {
  color: rgba(255,255,255,.72);
}
.wp-rate-grid {
  display: grid;
  grid-template-columns: .85fr 1fr 1fr;
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255,255,255,.16);
}
.wp-budget-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 46px;
}
.wp-budget-points article {
  min-height: 178px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)),
    rgba(255,255,255,.06);
  transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
}
.wp-budget-points article:hover {
  transform: translateY(-5px);
  border-color: rgba(82,223,158,.4);
  background: rgba(255,255,255,.12);
}
.wp-budget-points span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #061d4c;
  background: var(--wp-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.wp-budget-points strong {
  display: block;
  margin-top: 24px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
}
.wp-budget-points p {
  margin-top: 10px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.55;
}
.wp-rate-grid article {
  min-height: 190px;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}
.wp-rate-grid span,
.wp-budget-grid span,
.wp-steps span,
.wp-project-grid span,
.wp-target-grid span {
  color: var(--wp-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wp-rate-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--wp-blue-2);
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 780;
  line-height: 1;
}
.wp-rate-grid p {
  margin-top: 14px;
  color: #59657a;
}
.wp-budget-grid p,
.wp-invest p {
  margin-top: 14px;
  color: rgba(255,255,255,.72);
}
.wp-budget-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.wp-budget-grid article {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.045)),
    rgba(6,29,76,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.wp-budget-grid article:hover {
  transform: translateY(-7px);
  background: rgba(255,255,255,.13);
  border-color: rgba(82,223,158,.42);
  box-shadow: 0 26px 66px rgba(0,0,0,.22);
}
.wp-budget-grid .is-featured {
  border-color: rgba(82,223,158,.42);
  background:
    radial-gradient(circle at 88% 8%, rgba(82,223,158,.34), transparent 24%),
    linear-gradient(160deg, rgba(45,114,255,.55), rgba(6,29,76,.88));
}
.wp-budget-grid h3 {
  margin-top: 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 780;
}
.wp-budget-grid ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 28px 0 0;
  list-style: none;
}
.wp-budget-grid li {
  color: rgba(255,255,255,.78);
  font-size: 14px;
}
.wp-budget-grid li::before,
.wp-checks span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--wp-green);
}
.wp-invest {
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  margin-top: 22px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 16px;
  border: 1px solid rgba(82,223,158,.22);
  background:
    radial-gradient(circle at 8% 14%, rgba(82,223,158,.18), transparent 28%),
    rgba(2,15,42,.58);
}
.wp-invest h3 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 760;
}
.wp-tags-grid,
.wp-checks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.wp-tags-grid {
  margin-top: 48px;
}
.wp-tags-grid span,
.wp-checks span {
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(9,20,47,.1);
  border-radius: 14px;
  color: var(--wp-text);
  background: #fff;
  font-weight: 760;
}
.wp-method {
  background: #fff;
}
.wp-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 54px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(9,20,47,.12);
}
.wp-steps article {
  min-height: 250px;
  padding: 26px;
  background: #f8fafc;
  transition: background .35s var(--ease), color .35s var(--ease);
}
.wp-steps article:hover {
  color: #fff;
  background: var(--wp-blue);
}
.wp-steps h3 {
  margin-top: 54px;
  font-size: 22px;
  font-weight: 780;
}
.wp-steps p {
  margin-top: 12px;
  color: var(--wp-muted);
}
.wp-steps article:hover p {
  color: rgba(255,255,255,.74);
}
.wp-seo {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,35,91,.94), rgba(7,51,143,.82)),
    url("assets/refonte-2026/strategie-seo-geo.png") center/cover;
}
.wp-seo h2,
.wp-seo .wp-lead {
  color: #fff;
}
.wp-seo-grid {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: clamp(32px, 7vw, 88px);
  align-items: center;
}
.wp-seo .wp-checks span {
  color: #fff;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}
.wp-target-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.wp-target-grid a {
  position: relative;
  min-height: 260px;
  padding: 30px;
  overflow: hidden;
  border-radius: 16px;
  color: var(--wp-text);
  background: #fff;
  box-shadow: 0 24px 60px rgba(9,20,47,.07);
  transition: transform .35s var(--ease), color .35s var(--ease);
}
.wp-target-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wp-blue);
  transform: translate(-100%, -100%);
  transition: transform .5s var(--ease);
}
.wp-target-grid a:hover {
  color: #fff;
  transform: translateY(-7px);
}
.wp-target-grid a:hover::before {
  transform: translate(0, 0);
}
.wp-target-grid a > * {
  position: relative;
  z-index: 1;
}
.wp-target-grid i {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  background:
    radial-gradient(circle, var(--wp-green) 0 5px, transparent 6px),
    radial-gradient(circle, transparent 0 15px, rgba(7,51,143,.24) 16px 17px, transparent 18px),
    radial-gradient(circle, transparent 0 29px, rgba(7,51,143,.18) 30px 31px, transparent 32px);
  box-shadow: none;
}
.wp-target-grid h3 {
  margin-top: 12px;
  font-size: 25px;
  font-weight: 780;
}
.wp-target-grid p {
  margin-top: 12px;
  color: var(--wp-muted);
}
.wp-target-grid a:hover p {
  color: rgba(255,255,255,.72);
}
.wp-projects {
  background: #fff;
}
.wp-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}
.wp-project-grid article {
  overflow: hidden;
  border-radius: 18px;
  background: #f6f8fc;
  box-shadow: 0 24px 64px rgba(9,20,47,.08);
}
.wp-project-grid figure,
.wp-project-grid img {
  aspect-ratio: 1.32;
}
.wp-project-grid img {
  transition: transform .65s var(--ease);
}
.wp-project-grid article:hover img {
  transform: scale(1.045);
}
.wp-project-grid div {
  padding: 26px;
}
.wp-project-grid h3 {
  margin-top: 12px;
  font-size: 25px;
  font-weight: 780;
}
.wp-project-grid p {
  margin-top: 10px;
  color: var(--wp-muted);
}
.wp-faq {
  background: #eaf0f8;
}
.wp-faq-grid {
  display: grid;
  grid-template-columns: .45fr 1fr;
  gap: clamp(30px, 7vw, 86px);
}
.wp-faq details {
  border-bottom: 1px solid rgba(9,20,47,.14);
  background: transparent;
}
.wp-faq summary {
  padding: 22px 0;
  color: var(--wp-text);
  font-size: 20px;
  font-weight: 780;
  cursor: pointer;
}
.wp-faq p {
  max-width: 760px;
  padding: 0 0 24px;
  color: var(--wp-muted);
}
.wp-final {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--wp-blue-2);
}
.wp-final > img {
  position: absolute;
  inset: 0;
  opacity: .62;
}
.wp-final::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,35,91,.94), rgba(7,35,91,.38));
}
.wp-final .wp-wrap {
  position: relative;
  z-index: 1;
  padding: clamp(46px, 8vw, 86px) 0;
}
.wp-final h2 {
  max-width: 780px;
  color: #fff;
}
.wp-final p {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(255,255,255,.78);
  font-size: 20px;
  line-height: 1.7;
}
.wp-final .wp-btn {
  margin-top: 30px;
}
@keyframes wpHeroMove {
  0% { transform: scale(1.06) translate3d(-1.2%, -1%, 0); }
  50% { transform: scale(1.12) translate3d(1.4%, .7%, 0); }
  100% { transform: scale(1.08) translate3d(-.4%, 1.6%, 0); }
}
@media (max-width: 1100px) {
  .wp-nav { display: none; }
  .wp-hero-grid,
  .wp-split,
  .wp-seo-grid,
  .wp-invest,
  .wp-faq-grid {
    grid-template-columns: 1fr;
  }
  .wp-benefit-grid,
  .wp-budget-grid,
  .wp-budget-points,
  .wp-tags-grid,
  .wp-checks {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1100px) {
  .partners-hero-grid,
  .partners-intro-grid,
  .partners-method-grid,
  .partners-cta {
    grid-template-columns: 1fr;
  }

  .partners-hero-stack {
    min-height: 430px;
  }

  .partners-allies-grid,
  .partner-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-ally-card {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .wp-wrap { width: calc(100% - 28px); }
  .wp-topbar { min-height: 70px; padding: 12px 14px; }
  .wp-logo-text { font-size: 28px; }
  .wp-topbar .wp-btn { display: none; }
  .wp-hero { min-height: auto; padding: 112px 0 48px; }
  .wp-hero-grid { grid-template-columns: 1fr; }
  .wp-hero h1 { font-size: 42px; }
  .wp-form-grid,
  .wp-trust,
  .wp-benefit-grid,
  .wp-photo-strip,
  .wp-rate-grid,
  .wp-budget-grid,
  .wp-budget-points,
  .wp-tags-grid,
  .wp-checks,
  .wp-steps,
  .wp-target-grid,
  .wp-project-grid {
    grid-template-columns: 1fr;
  }
  .wp-photo-strip figure,
  .wp-photo-strip figure:nth-child(2),
  .wp-photo-strip figure:nth-child(3) {
    min-height: 260px;
    margin-top: 0;
  }
  .wp-budget-grid article,
  .wp-benefit-grid article {
    min-height: auto;
  }
}

@media (max-width: 1020px) {
  .blog-card-list,
  .blog-cluster-grid,
  .blog-topic-grid-rich {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-post-card-large {
    grid-column: 1 / -1;
  }
  .blog-contact-banner,
  .footer-intro,
  .footer-grid-rich {
    grid-template-columns: 1fr;
  }
  .blog-case-links a {
    grid-template-columns: 1fr auto;
  }
  .blog-case-links span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .blog-card-list,
  .blog-cluster-grid,
  .blog-topic-grid-rich {
    grid-template-columns: 1fr;
  }
  .blog-post-card-large a {
    display: flex;
  }
  .blog-post-card-large figure {
    aspect-ratio: 1.35;
    min-height: 0;
  }
  .blog-post-card-large .blog-post-copy {
    min-height: auto;
  }
  .blog-cluster-card,
  .blog-topic-grid-rich .blog-topic-card {
    min-height: auto;
  }
  .blog-category-strip {
    flex-direction: column;
  }
  .blog-category-strip a,
  .blog-contact-actions {
    width: 100%;
  }
}

.industrial-linking {
  background:
    linear-gradient(180deg, rgba(245,248,250,.96), rgba(240,244,247,.96));
}
.industrial-linking .subexpert-dark-grid {
  align-items: center;
}
.industrial-linking .subexpert-search-card {
  color: var(--white);
  border-color: rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 84% 12%, rgba(78,213,154,.22), transparent 26%),
    linear-gradient(145deg, #103f91 0%, #0b2a55 52%, #071a34 100%) !important;
  box-shadow: 0 24px 70px rgba(13,39,70,.18);
  backdrop-filter: none;
}
.industrial-linking .subexpert-search-card > span {
  color: var(--sage);
}
.industrial-linking .subexpert-search-card strong {
  color: var(--white);
  text-shadow: none;
}
.industrial-linking .search-preview p {
  border-color: rgba(255,255,255,.22);
  color: #fff;
  background: rgba(255,255,255,.14) !important;
  font-weight: 760;
}
.industrial-linking .search-preview p:hover {
  background: rgba(255,255,255,.20) !important;
  transform: translateX(4px);
}
.industrial-linking .search-preview p::before {
  background: var(--sage);
  box-shadow: 0 0 0 6px rgba(78,213,154,.12);
}
.industrial-linking .search-preview a {
  color: var(--white);
}


.article-author-box {
  margin: 44px 0 0;
  padding: 28px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.article-author-box img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.article-author-box span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.article-author-box h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.08;
}
.article-author-box p {
  margin: 0 0 18px;
  max-width: 680px;
}
.author-content-grid,
.author-proof-grid,
.credibility-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}
.author-proof-grid img,
.credibility-grid img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.author-profile-hero {
  min-height: auto;
}
.author-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}
.author-profile-card {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 34px;
  color: var(--ink);
  text-align: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,248,246,.9)),
    var(--white);
  box-shadow: 0 28px 90px rgba(0,0,0,.18);
}
.author-profile-card img {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  object-fit: contain;
  object-position: center bottom;
  background: var(--white);
  border: 1px solid rgba(13,39,70,.1);
}
.author-profile-card span,
.author-topic span,
.author-method-list span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.author-profile-card strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.05;
}
.author-profile-card p {
  max-width: 270px;
  margin: 12px auto 18px;
  color: var(--muted);
}
.author-profile-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: var(--white);
  font-weight: 760;
  border-radius: 999px;
  background: var(--brand-blue);
}
.author-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}
.author-bio-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}
.author-bio-card p {
  color: var(--muted);
  font-size: clamp(17px, 1.16vw, 19px);
  line-height: 1.7;
}
.author-bio-card blockquote {
  margin-top: 28px;
  padding-top: 28px;
  color: var(--navy);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.18;
  font-weight: 620;
  border-top: 1px solid var(--line);
}
.author-bio-card cite {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}
.author-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.author-topic {
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.author-topic:hover {
  transform: translateY(-5px);
  border-color: rgba(76,169,255,.42);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(93,166,232,.08));
}
.author-topic h3 {
  margin-top: 36px;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.08;
}
.author-topic p {
  margin-top: 14px;
  color: var(--muted);
}
.author-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.author-method-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}
.author-method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.author-method-list article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.07);
}
.author-method-list strong {
  display: block;
  margin-top: 28px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.12;
}
.author-method-list p {
  margin-top: 10px;
  color: rgba(255,255,255,.72);
}
.credibility-checklist {
  display: grid;
  gap: 14px;
}
.credibility-checklist p {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.comparison-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.comparison-table > div {
  display: grid;
  grid-template-columns: .8fr 1.4fr 1fr;
  gap: 24px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}
.comparison-table > div:last-child {
  border-bottom: 0;
}
.comparison-table > div:first-child {
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}
.comparison-table strong {
  color: var(--navy);
}
.comparison-table > div:first-child strong {
  color: #fff;
}
@media (max-width: 780px) {
  .article-author-box,
  .author-content-grid,
  .author-proof-grid,
  .author-hero-grid,
  .author-about-grid,
  .author-method-grid,
  .credibility-grid {
    grid-template-columns: 1fr;
  }
  .author-topic-grid,
  .author-articles-grid,
  .author-method-list {
    grid-template-columns: 1fr;
  }
  .author-profile-card {
    padding: 26px;
  }
  .author-profile-card img {
    width: 132px;
    height: 132px;
  }
  .comparison-table > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* Audit visuel 2026-07-28 : stabilisation responsive et confort de lecture. */
.hero-media,
.page-hero {
  contain: paint;
}

.hero-media img,
.page-hero img {
  max-width: none;
}

.section-head h2,
.portfolio-intro-grid h2,
.theme-intro h2,
.need-proof-grid h2,
.reference-feature-copy h2 {
  text-wrap: balance;
}

.section-head .lead,
.hero .lead,
.page-hero .lead,
.need-hero-copy .lead,
.subexpert-hero .lead,
.blog-hub-hero .lead,
.reference-hero .lead,
.contact-hero .lead {
  text-wrap: pretty;
}

.actions {
  row-gap: 12px;
}

@media (max-width: 700px) {
  .section {
    padding: 58px 0;
  }

  h1 {
    font-size: clamp(31px, 8.8vw, 36px);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(27px, 7.8vw, 32px);
    line-height: 1.1;
  }

  .hero,
  .need-hero,
  .blog-hub-hero,
  .reference-hero,
  .contact-hero,
  .final-article-hero,
  .subexpert-hero {
    min-height: auto;
    padding: 96px 0 46px;
  }

  .hero {
    align-items: center;
  }

  .hero h1,
  .need-hero-copy h1,
  .blog-hub-hero h1,
  .reference-hero h1,
  .contact-hero h1,
  .final-article-hero h1,
  .subexpert-hero h1 {
    font-size: clamp(31px, 8.8vw, 36px);
    line-height: 1.08;
  }

  .hero .lead,
  .need-hero-copy .lead,
  .blog-hub-hero .lead,
  .reference-hero .lead,
  .contact-hero .lead,
  .final-article-hero .lead,
  .subexpert-hero .lead {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.56;
  }

  .hero-grid,
  .need-hero-grid,
  .blog-hub-hero-grid,
  .reference-hero-grid,
  .contact-hero-grid,
  .subexpert-hero-grid,
  .final-article-hero-grid {
    gap: 26px;
  }

  .actions {
    margin-top: 24px;
    gap: 10px;
  }

  .actions .btn {
    min-height: 46px;
  }

  .actions .hero-text-link {
    width: fit-content;
    min-height: 38px;
  }

  .subexpert-photo,
  .final-article-cover,
  .reference-hero-card,
  .blog-hub-card,
  .contact-person-card {
    max-height: none;
  }

  .subexpert-photo img,
  .final-article-cover img {
    height: min(62vw, 280px);
    object-fit: cover;
  }

  .need-form-card,
  .blog-hub-card,
  .reference-hero-card,
  .contact-hero-card {
    padding: 22px;
  }

  .need-form-card h2,
  .blog-hub-card h2,
  .reference-hero-card strong {
    font-size: 24px;
    line-height: 1.12;
  }

  .need-trust,
  .subexpert-trust {
    gap: 8px;
    margin-top: 24px;
  }

  .need-trust span,
  .subexpert-trust span {
    padding: 8px 10px;
    font-size: 12px;
  }

  .portfolio-card-copy,
  .reference-card-copy {
    padding: 24px;
  }

  .portfolio-card-copy h2,
  .reference-card h3 {
    font-size: 24px;
    line-height: 1.14;
  }

  .project-chat {
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: calc(100vw - 24px);
  }

  .project-chat-toggle {
    min-height: 54px;
    padding: 7px 14px 7px 7px;
  }

  .project-chat-toggle span {
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .mobile-app-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 120;
    height: 72px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 8px;
    color: var(--navy);
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(13,39,70,.1);
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(13,39,70,.2);
    backdrop-filter: blur(18px);
  }

  .mobile-app-link {
    min-width: 0;
    display: grid;
    place-items: center;
    gap: 4px;
    padding: 7px 4px 6px;
    color: inherit;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 780;
    line-height: 1;
    opacity: .72;
    transition: opacity .22s var(--ease), color .22s var(--ease), background .22s var(--ease), transform .22s var(--ease);
  }

  .mobile-app-link svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-app-link span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-app-link:hover,
  .mobile-app-link:focus-visible {
    opacity: 1;
    color: var(--navy);
    background: rgba(76,169,255,.1);
    transform: translateY(-1px);
  }

  .mobile-app-link.is-menu {
    color: var(--white);
    background: linear-gradient(135deg, var(--navy), #144a80);
    opacity: 1;
  }

  .mobile-menu-open .mobile-app-link.is-menu {
    background: linear-gradient(135deg, var(--accent), #1f72c9);
  }

  .mobile-menu-open .mobile-app-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
  }

  .project-chat {
    bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .partners-hero {
    min-height: auto;
    padding: 116px 0 70px;
  }

  .partners-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .partners-hero-stack {
    min-height: 340px;
  }

  .partners-screen-main {
    inset: 0 0 54px 38px;
  }

  .partners-screen-float {
    width: 64%;
  }

  .partners-allies-grid,
  .partner-project-grid,
  .partners-method-list {
    grid-template-columns: 1fr;
  }

  .partner-ally-card {
    min-height: auto;
  }

  .partner-ally-card figure {
    min-height: 230px;
  }

  .partner-project-card div,
  .partner-ally-copy,
  .partners-cta-copy {
    padding: 24px;
  }

  .partners-cta figure {
    min-height: 260px;
  }

  .partners-method-list article {
    min-height: 178px;
  }

  .partners-method-list h3 {
    margin-top: 24px;
  }
}
