/* Accompagnement IA service rung and bilingual offer page. */

.service-route--implementation {
  margin-top: 34px;
  border-top-color: rgba(26, 188, 156, 0.72);
  background:
    radial-gradient(560px 340px at 16% 45%, rgba(26, 188, 156, 0.12), transparent 72%),
    rgba(10, 16, 30, 0.92);
}

.service-route__brand--implementation {
  background:
    linear-gradient(rgba(196, 213, 232, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 213, 232, 0.045) 1px, transparent 1px),
    rgba(8, 19, 34, 0.68);
  background-size: 48px 48px;
}

.implementation-lockup {
  display: flex;
  align-items: center;
  gap: 22px;
}

.service-route__brand .implementation-lockup > img {
  width: auto;
  height: 118px;
  flex: 0 0 auto;
  object-fit: contain;
}

.implementation-lockup > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.implementation-lockup strong,
.implementation-lockup em {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.implementation-lockup strong { color: var(--text); }
.implementation-lockup em { color: var(--teal); }

.implementation-lockup small {
  margin-top: 12px;
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

.service-route__price {
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

body.ai-partnership-page {
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(3, 8, 17, 0.28), rgba(3, 8, 17, 0.82)),
    url("../images/hero-audit-horizon-bg-image2.avif") center top / cover fixed,
    var(--ink);
}

body.ai-partnership-page main .container {
  width: 100%;
  max-width: 1180px;
  padding-inline: 28px;
}

body.ai-partnership-page section {
  border-top: 1px solid var(--line);
}

.ai-offer-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: calc(var(--nav-h) + 98px) 0 106px;
  border-top: 0 !important;
  background:
    radial-gradient(720px 460px at 82% 33%, rgba(26, 188, 156, 0.11), transparent 72%),
    linear-gradient(180deg, rgba(5, 10, 20, 0.56), rgba(5, 10, 20, 0.84));
}

.ai-offer-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(196, 213, 232, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 213, 232, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 84%, transparent);
}

.ai-offer-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.72fr);
  gap: 76px;
  align-items: center;
}

.ai-offer-kicker {
  margin: 0 0 22px;
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: var(--np-font-size-eyebrow);
  font-weight: 600;
  letter-spacing: 0.18em;
}

.ai-offer-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: var(--np-font-size-page-title);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.ai-offer-hero h1 span { color: var(--amber); }

.ai-offer-hero__subtitle {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
  line-height: 1.4;
}

.ai-offer-hero__copy > p:last-of-type {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--cloud);
  font-size: 18px;
}

.ai-offer-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 34px;
}

.ai-offer-page-cta {
  min-height: 52px;
  padding: 15px 24px;
  justify-content: center;
  border-radius: var(--np-radius-control);
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.ai-offer-hero__actions small {
  display: grid;
  gap: 4px;
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.ai-offer-hero__actions small span:last-child {
  color: var(--cloud);
  font-weight: 600;
}

.ai-offer-price {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(26, 188, 156, 0.42);
  border-radius: var(--np-radius-panel);
  background: rgba(9, 20, 36, 0.78);
  box-shadow: var(--np-shadow-panel);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.ai-offer-price::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -88px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(26, 188, 156, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(26, 188, 156, 0.035), 0 0 0 68px rgba(212, 168, 83, 0.025);
  pointer-events: none;
}

.ai-offer-price__label,
.ai-offer-price__term {
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ai-offer-price__amount {
  margin: 17px 0 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 6.2vw, 5.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.ai-offer-price__amount span {
  display: block;
  margin-top: 14px;
  color: var(--dim);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.ai-offer-price__term {
  margin: 21px 0 0;
  color: var(--cloud);
  line-height: 1.7;
}

.ai-offer-price__support {
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(196, 213, 232, 0.16);
  color: var(--cloud);
  font-size: 14px;
  line-height: 1.5;
}

.ai-offer-price__support strong,
.ai-offer-price__support span {
  display: block;
}

.ai-offer-price__support strong {
  color: var(--teal);
}

.ai-offer-price__support span {
  margin-top: 3px;
  color: var(--dim);
}

.ai-offer-availability {
  position: relative;
  margin-top: 26px;
  padding: 18px 18px 18px 44px;
  border: 1px solid rgba(212, 168, 83, 0.35);
  background: rgba(212, 168, 83, 0.06);
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.ai-offer-availability::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 19px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.ai-offer-section {
  padding: 104px 0;
  background: rgba(6, 10, 20, 0.9);
}

.ai-offer-section--ink { background: rgba(4, 8, 16, 0.94); }

.ai-offer-opening {
  max-width: 960px;
}

.ai-offer-opening__lead {
  padding: 12px 0 12px 30px;
  border-left: 3px solid var(--gold);
}

.ai-offer-opening__lead h2 {
  max-width: 760px;
  font-size: clamp(2.65rem, 5.2vw, 4.9rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.ai-offer-opening__lead p {
  max-width: 840px;
  margin: 24px 0 0;
  color: var(--cloud);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.72;
}

.ai-offer-opening__lead p:last-child {
  color: var(--text);
  font-weight: 600;
}

.ai-offer-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(480px, 1.28fr);
  gap: 86px;
  align-items: start;
}

.ai-offer-section h2,
.ai-offer-final h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.4vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.ai-offer-intro__lead p {
  margin: 25px 0 0;
  color: var(--cloud);
  font-size: 19px;
}

.ai-offer-fit {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-2);
}

.ai-offer-fit li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-2);
  color: var(--text);
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.35;
}

.ai-offer-fit span {
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.ai-offer-included {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
}

.ai-offer-included__summary {
  position: sticky;
  top: 112px;
  align-self: start;
}

.ai-offer-included__summary p {
  margin: 24px 0 0;
  color: var(--dim);
  font-size: 17px;
}

.ai-offer-session-mark {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 188, 156, 0.35);
}

.ai-offer-session-mark strong {
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
}

.ai-offer-session-mark span {
  color: var(--cloud);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-offer-included__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: included;
}

.ai-offer-included__list li {
  position: relative;
  min-height: 86px;
  padding: 22px 16px 22px 64px;
  border-bottom: 1px solid var(--line);
  color: var(--cloud);
  font-size: 18px;
  counter-increment: included;
}

.ai-offer-included__list li:first-child { border-top: 1px solid var(--line); }

.ai-offer-included__list li::before {
  content: "0" counter(included);
  position: absolute;
  top: 25px;
  left: 10px;
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.ai-offer-method__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 70px;
  align-items: end;
}

.ai-offer-method__head p {
  margin: 0;
  color: var(--dim);
  font-size: 17px;
}

.ai-offer-method__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid rgba(26, 188, 156, 0.42);
}

.ai-offer-method__steps article {
  position: relative;
  padding: 35px 28px 6px 0;
}

.ai-offer-method__steps article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.ai-offer-method__steps article::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 7px rgba(26, 188, 156, 0.1);
}

.ai-offer-method__steps article + article::before { left: 28px; }

.ai-offer-method__steps span {
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.ai-offer-method__steps h3 {
  margin: 13px 0 0;
  font-size: 1.32rem;
  line-height: 1.2;
}

.ai-offer-method__steps p {
  margin: 14px 0 0;
  color: var(--dim);
  font-size: 14px;
}

.ai-offer-scope {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 72px;
  align-items: center;
}

.ai-offer-scope__intro p {
  margin: 24px 0 0;
  color: var(--cloud);
  font-size: 18px;
}

.ai-offer-scope__boundary {
  padding: 36px 38px;
  border: 1px solid rgba(212, 168, 83, 0.35);
  border-radius: var(--np-radius-panel);
  background: rgba(12, 18, 31, 0.8);
  box-shadow: var(--np-shadow-panel);
}

.ai-offer-scope__boundary h3 {
  margin: 0;
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ai-offer-scope__boundary ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.ai-offer-scope__boundary li {
  position: relative;
  padding: 13px 0 13px 26px;
  border-top: 1px solid var(--line);
  color: var(--cloud);
  font-size: 15px;
}

.ai-offer-scope__boundary li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 2px;
  width: 10px;
  height: 1px;
  background: var(--gold);
}

.ai-offer-proof {
  background: rgba(7, 13, 24, 0.92);
}

.ai-offer-proof__inner {
  max-width: 860px;
  padding: 12px 0 12px 34px;
  border-left: 2px solid rgba(26, 188, 156, 0.72);
}

.ai-offer-proof__inner p {
  max-width: 800px;
  margin: 24px 0 0;
  color: var(--cloud);
  font-size: 18px;
}

.ai-offer-ladder__head {
  max-width: 780px;
}

.ai-offer-ladder__head p {
  margin: 24px 0 0;
  color: var(--dim);
  font-size: 17px;
}

.ai-offer-ladder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 50px;
  border: 1px solid var(--line-2);
  border-radius: var(--np-radius-panel);
  overflow: hidden;
}

.ai-offer-ladder article {
  min-height: 230px;
  padding: 28px 24px;
  background: rgba(10, 16, 30, 0.7);
}

.ai-offer-ladder article + article { border-left: 1px solid var(--line); }

.ai-offer-ladder article[aria-current="step"] {
  background:
    radial-gradient(300px 220px at 50% 0, rgba(26, 188, 156, 0.14), transparent 74%),
    rgba(11, 28, 44, 0.92);
  box-shadow: inset 0 3px 0 var(--teal);
}

.ai-offer-ladder span {
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.ai-offer-ladder h3 {
  margin: 18px 0 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

.ai-offer-ladder p {
  margin: 13px 0 0;
  color: var(--dim);
  font-size: 14px;
}

.ai-offer-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: 84px;
  align-items: start;
}

.ai-offer-faq__items {
  border-top: 1px solid var(--line-2);
}

.ai-offer-faq details { border-bottom: 1px solid var(--line-2); }

.ai-offer-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.ai-offer-faq summary::-webkit-details-marker { display: none; }

.ai-offer-faq summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 22px;
}

.ai-offer-faq details[open] summary::after { content: "−"; }

.ai-offer-faq details p {
  max-width: 680px;
  margin: -4px 0 24px;
  color: var(--dim);
  font-size: 16px;
}

.ai-offer-final {
  padding: 88px 0 64px;
  background: rgba(5, 9, 18, 0.94);
}

.ai-offer-final__panel {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
  padding: 46px 48px;
  border: 1px solid rgba(26, 188, 156, 0.38);
  border-radius: var(--np-radius-panel);
  background: rgba(10, 24, 39, 0.76);
}

.ai-offer-final__panel p {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--dim);
}

@media (max-width: 1080px) {
  .ai-offer-hero__grid,
  .ai-offer-intro,
  .ai-offer-included,
  .ai-offer-method__head,
  .ai-offer-scope,
  .ai-offer-faq {
    grid-template-columns: 1fr;
  }

  .ai-offer-hero__grid { gap: 52px; }
  .ai-offer-hero h1 { font-size: var(--np-font-size-page-title-tablet); }
  .ai-offer-price { max-width: 660px; }
  .ai-offer-intro,
  .ai-offer-included,
  .ai-offer-method__head,
  .ai-offer-scope,
  .ai-offer-faq { gap: 44px; }
  .ai-offer-included__summary { position: static; }
  .ai-offer-method__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-offer-method__steps article:nth-child(3) { padding-left: 0; border-left: 0; }
  .ai-offer-method__steps article:nth-child(3)::before { left: 0; }
  .ai-offer-ladder { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-offer-ladder article:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .ai-offer-ladder article:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .implementation-lockup { justify-content: flex-start; }
  .service-route__brand .implementation-lockup > img { height: 104px; }
  .ai-offer-final__panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
  body.ai-partnership-page { background-attachment: scroll; }
  body.ai-partnership-page main .container { padding-inline: 20px; }
  .ai-offer-hero { padding: 136px 0 76px; }
  .ai-offer-hero h1 { font-size: var(--np-font-size-page-title-mobile); }
  .ai-offer-hero__subtitle { margin-top: 22px; font-size: 1.2rem; }
  .ai-offer-hero__copy > p:last-of-type { font-size: 16px; }
  .ai-offer-hero__actions { align-items: stretch; flex-direction: column; }
  .ai-offer-page-cta { width: 100%; padding-inline: 14px; font-size: 11px; }
  .ai-offer-hero__actions small { text-align: center; }
  .ai-offer-price { padding: 30px 24px; }
  .ai-offer-price__amount { font-size: clamp(3.35rem, 18vw, 4.35rem); }
  .ai-offer-section { padding: 76px 0; }
  .ai-offer-section h2,
  .ai-offer-final h2 { font-size: clamp(2.05rem, 9.8vw, 3rem); }
  .ai-offer-fit li { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; font-size: 17px; }
  .ai-offer-included__list li { padding-left: 48px; font-size: 16px; }
  .ai-offer-method__steps { grid-template-columns: 1fr; border-top: 0; }
  .ai-offer-method__steps article,
  .ai-offer-method__steps article + article,
  .ai-offer-method__steps article:nth-child(3) {
    padding: 26px 0 26px 34px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .ai-offer-method__steps article::before,
  .ai-offer-method__steps article + article::before,
  .ai-offer-method__steps article:nth-child(3)::before { top: 34px; left: 0; }
  .ai-offer-scope__boundary { padding: 30px 24px; }
  .ai-offer-proof__inner { padding-left: 22px; }
  .ai-offer-proof__inner p { font-size: 16px; }
  .ai-offer-ladder { grid-template-columns: 1fr; }
  .ai-offer-ladder article,
  .ai-offer-ladder article + article,
  .ai-offer-ladder article:nth-child(3) { min-height: 0; border-top: 1px solid var(--line); border-left: 0; }
  .ai-offer-ladder article:first-child { border-top: 0; }
  .ai-offer-faq summary { font-size: 17px; }
  .ai-offer-final { padding: 68px 0 48px; }
  .ai-offer-final__panel { padding: 34px 24px; gap: 28px; }
}

@media (max-width: 430px) {
  .implementation-lockup { gap: 14px; }
  .service-route__brand .implementation-lockup > img { height: 82px; }
  .implementation-lockup strong,
  .implementation-lockup em { font-size: 1.35rem; }
  .implementation-lockup small { font-size: 8px; }
}

@media (prefers-reduced-transparency: reduce) {
  .ai-offer-price {
    background: rgba(9, 20, 36, 0.98);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
