/* GMD Block 4505 */
/* ================================================================
   GMD Consulting — Offre e-commerçants V5
   CSS autonome et entièrement préfixé par .gmdo5-root
   ================================================================ */

.gmdo5-page {
  --gmdo5-ink: #0e1830;
  --gmdo5-navy: #07142d;
  --gmdo5-blue: #246bfd;
  --gmdo5-coral: #ff6534;
  --gmdo5-teal: #12a594;
  --gmdo5-ivory: #f7f3ec;
  --gmdo5-paper: #fffdf9;
  --gmdo5-muted: #5d6678;
  --gmdo5-line: rgba(14, 24, 48, .11);
  --gmdo5-shadow: 0 28px 70px rgba(7, 20, 45, .14);
  --gmdo5-radius: 28px;
  width: 100%;
  color: var(--gmdo5-ink);
  background: var(--gmdo5-paper);
  overflow: hidden;
}

.gmdo5-root,
.gmdo5-root * {
  box-sizing: border-box;
}

.gmdo5-root {
  width: 100%;
  overflow: clip;
  font-family: "Sora", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--gmdo5-ink);
  -webkit-font-smoothing: antialiased;
}

.gmdo5-root :where(h1, h2, h3, p, ul, ol, blockquote) {
  margin-top: 0;
}

.gmdo5-root :where(h1, h2, h3, strong, b) {
  color: inherit;
}

.gmdo5-root :where(a, button, input, summary) {
  font: inherit;
}

.gmdo5-root a {
  color: inherit;
  text-decoration: none;
}

.gmdo5-root img {
  display: block;
  max-width: 100%;
}

.gmdo5-root button,
.gmdo5-root summary,
.gmdo5-root input[type="range"] {
  cursor: pointer;
}

.gmdo5-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.gmdo5-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--gmdo5-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gmdo5-kicker > span {
  display: inline-block;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.gmdo5-kicker--light {
  color: #79a4ff;
}

.gmdo5-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.gmdo5-button:hover,
.gmdo5-button:focus-visible {
  transform: translateY(-2px);
}

.gmdo5-button:focus-visible,
.gmdo5-text-link:focus-visible,
.gmdo5-advanced-toggle:focus-visible,
.gmdo5-faq summary:focus-visible {
  outline: 3px solid rgba(36, 107, 253, .32);
  outline-offset: 4px;
}

.gmdo5-button--coral {
  color: #fff !important;
  background: var(--gmdo5-coral);
  box-shadow: 0 14px 30px rgba(255, 101, 52, .25);
}

.gmdo5-button--coral:hover,
.gmdo5-button--coral:focus-visible {
  background: #f15424;
  box-shadow: 0 18px 38px rgba(255, 101, 52, .32);
}

.gmdo5-button--blue {
  color: #fff !important;
  background: var(--gmdo5-blue);
  box-shadow: 0 14px 30px rgba(36, 107, 253, .23);
}

.gmdo5-button--blue:hover,
.gmdo5-button--blue:focus-visible {
  background: #1558e6;
  box-shadow: 0 18px 38px rgba(36, 107, 253, .3);
}

.gmdo5-button--ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .06);
}

.gmdo5-button--ghost:hover,
.gmdo5-button--ghost:focus-visible {
  background: rgba(255, 255, 255, .13);
}

.gmdo5-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-block: 8px;
  color: var(--gmdo5-ink) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.gmdo5-text-link span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gmdo5-blue);
  transition: transform .25s ease;
}

.gmdo5-text-link:hover span,
.gmdo5-text-link:focus-visible span {
  transform: translate(2px, -2px);
}

/* HERO */
.gmdo5-hero {
  position: relative;
  min-height: 790px;
  padding: clamp(86px, 8vw, 138px) 0 92px;
  background:
    radial-gradient(circle at 84% 16%, rgba(36, 107, 253, .12), transparent 25%),
    linear-gradient(115deg, #fffdf9 0%, #f7f3ec 64%, #eef3ff 100%);
}

.gmdo5-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gmdo5-line);
  content: "";
}

.gmdo5-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .91fr) minmax(510px, 1.09fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.gmdo5-title {
  margin-bottom: 28px;
  color: var(--gmdo5-ink);
  font-size: clamp(58px, 5.05vw, 82px);
  font-weight: 850;
  line-height: .96;
  letter-spacing: -.065em;
}

.gmdo5-title span,
.gmdo5-title em {
  display: block;
}

.gmdo5-title em,
.gmdo5-section-head h2 em,
.gmdo5-method h2 em,
.gmdo5-model h2 em,
.gmdo5-faq-grid h2 em,
.gmdo5-final h2 em {
  color: var(--gmdo5-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

.gmdo5-lead {
  max-width: 610px;
  margin-bottom: 30px;
  color: var(--gmdo5-muted);
  font-size: 17px;
  line-height: 1.75;
}

.gmdo5-lead strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gmdo5-ink);
  font-weight: 750;
}

.gmdo5-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 24px;
  align-items: center;
}

.gmdo5-reassurance,
.gmdo5-final-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 23px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: var(--gmdo5-muted);
  font-size: 12px;
  font-weight: 700;
}

.gmdo5-reassurance li,
.gmdo5-final-proof li {
  position: relative;
  padding-left: 15px;
}

.gmdo5-reassurance li::before,
.gmdo5-final-proof li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gmdo5-teal);
  content: "";
  transform: translateY(-50%);
}

.gmdo5-hero-visual {
  position: relative;
  min-width: 0;
  padding: 35px 0 52px 18px;
}

.gmdo5-dashboard {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  color: #fff;
  background: var(--gmdo5-navy);
  box-shadow: 0 36px 90px rgba(7, 20, 45, .3);
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.gmdo5-dash-rail {
  padding: 26px 16px;
  border-right: 1px solid rgba(255, 255, 255, .09);
  background: #0b1c3e;
}

.gmdo5-product-logo {
  display: flex;
  gap: 8px;
  align-items: center;
}

.gmdo5-product-logo > b {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--gmdo5-blue);
  font-size: 16px;
}

.gmdo5-product-logo > span {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.05;
}

.gmdo5-product-logo small {
  display: block;
  margin-top: 3px;
  color: #7f8da8;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gmdo5-rail-nav {
  display: grid;
  gap: 15px;
  margin-top: 56px;
}

.gmdo5-rail-nav i {
  display: block;
  width: 75%;
  height: 7px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
}

.gmdo5-rail-nav i:first-child {
  width: 100%;
  background: var(--gmdo5-blue);
}

.gmdo5-dash-main {
  min-width: 0;
  padding: 38px 34px 30px;
}

.gmdo5-dash-kicker {
  margin-bottom: 4px;
  color: #8e9ab3;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.gmdo5-dash-main > h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.gmdo5-dash-badge {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 8px;
  color: #91b6ff;
  background: rgba(36, 107, 253, .16);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gmdo5-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.gmdo5-signal-grid > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 13px;
  background: rgba(255, 255, 255, .045);
}

.gmdo5-signal-grid span,
.gmdo5-signal-grid strong {
  display: block;
}

.gmdo5-signal-grid span {
  overflow: hidden;
  color: #8e9ab3;
  font-size: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gmdo5-signal-grid strong {
  margin-top: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
}

.gmdo5-signal-grid > div:first-child strong {
  color: #61d5c7;
}

.gmdo5-dash-panels {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 10px;
  margin-top: 12px;
}

.gmdo5-dash-panel {
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

.gmdo5-panel-head {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  color: #8e9ab3;
  font-size: 8px;
}

.gmdo5-panel-head b {
  color: #61d5c7;
  white-space: nowrap;
}

.gmdo5-chart {
  display: flex;
  height: 120px;
  gap: 7px;
  align-items: end;
  padding: 16px 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.gmdo5-chart i {
  width: 100%;
  height: var(--bar);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #4b84ff, #1d58d5);
  animation: gmdo5-bars .7s cubic-bezier(.2, .8, .2, 1) both;
  animation-delay: calc(var(--i) * 70ms);
  transform-origin: bottom;
}

.gmdo5-action-list {
  display: grid;
  gap: 10px;
  margin-top: 21px;
}

.gmdo5-action-list > div {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  color: #d8dfed;
  font-size: 8px;
}

.gmdo5-action-list i {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 6px;
  color: #a5c1ff;
  background: rgba(36, 107, 253, .18);
  font-style: normal;
  font-weight: 800;
}

.gmdo5-action-list b {
  color: #61d5c7;
}

.gmdo5-hero-card {
  position: absolute;
  right: -22px;
  bottom: 0;
  z-index: 2;
  width: 246px;
  padding: 20px 22px;
  border: 1px solid rgba(14, 24, 48, .09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(7, 20, 45, .17);
}

.gmdo5-hero-card small,
.gmdo5-hero-card strong {
  display: block;
}

.gmdo5-hero-card small {
  margin-bottom: 5px;
  color: var(--gmdo5-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}

.gmdo5-hero-card strong {
  color: var(--gmdo5-ink);
  font-size: 15px;
}

.gmdo5-hero-card p {
  margin: 5px 0 0;
  color: var(--gmdo5-muted);
  font-size: 10px;
  line-height: 1.55;
}

.gmdo5-preview-label {
  position: absolute;
  right: 0;
  top: 7px;
  color: #8790a1;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gmdo5-orbit {
  position: absolute;
  right: -185px;
  top: -270px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(36, 107, 253, .15);
  border-radius: 50%;
}

.gmdo5-orbit::before,
.gmdo5-orbit::after {
  position: absolute;
  border: 1px solid rgba(36, 107, 253, .11);
  border-radius: inherit;
  content: "";
}

.gmdo5-orbit::before { inset: 65px; }
.gmdo5-orbit::after { inset: 135px; }

.gmdo5-dots,
.gmdo5-final-dots {
  position: absolute;
  width: 132px;
  height: 132px;
  opacity: .3;
  background-image: radial-gradient(var(--gmdo5-blue) 1.4px, transparent 1.4px);
  background-size: 14px 14px;
}

.gmdo5-dots {
  bottom: 34px;
  left: 2vw;
}

/* EN-TÊTES DE SECTIONS */
.gmdo5-section-head {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 25px;
  align-items: start;
  margin-bottom: 50px;
}

.gmdo5-section-number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #a3a9b5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.gmdo5-section-number::after {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.gmdo5-section-head .gmdo5-kicker {
  margin-bottom: 14px;
}

.gmdo5-section-head h2,
.gmdo5-method h2,
.gmdo5-model h2,
.gmdo5-faq-grid h2,
.gmdo5-final h2 {
  margin-bottom: 0;
  color: var(--gmdo5-ink);
  font-size: clamp(40px, 4.1vw, 62px);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.gmdo5-section-head > div > p:last-child {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--gmdo5-muted);
  font-size: 16px;
}

/* CONVICTIONS */
.gmdo5-convictions {
  padding: 112px 0;
  background: var(--gmdo5-paper);
}

.gmdo5-conviction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--gmdo5-line);
  border-bottom: 1px solid var(--gmdo5-line);
}

.gmdo5-conviction-grid article {
  position: relative;
  min-height: 300px;
  padding: 42px 36px 38px;
  border-right: 1px solid var(--gmdo5-line);
  transition: background-color .25s ease, transform .25s ease;
}

.gmdo5-conviction-grid article:last-child {
  border-right: 0;
}

.gmdo5-conviction-grid article:hover {
  z-index: 1;
  background: var(--gmdo5-ivory);
  transform: translateY(-5px);
}

.gmdo5-card-index {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 50px;
  border-radius: 50%;
  color: var(--gmdo5-blue);
  background: rgba(36, 107, 253, .09);
  font-size: 11px;
  font-weight: 850;
}

.gmdo5-conviction-grid h3 {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.gmdo5-conviction-grid p {
  margin: 0;
  color: var(--gmdo5-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* MÉTHODE */
.gmdo5-method {
  position: relative;
  padding: 116px 0;
  color: #fff;
  background:
    radial-gradient(circle at 5% 115%, rgba(36, 107, 253, .37), transparent 34%),
    var(--gmdo5-navy);
}

.gmdo5-method-grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(500px, 1.22fr);
  gap: clamp(60px, 8vw, 112px);
  align-items: start;
}

.gmdo5-method-copy {
  position: sticky;
  top: 40px;
}

.gmdo5-method h2,
.gmdo5-model h2,
.gmdo5-final h2 {
  color: #fff;
}

.gmdo5-method-copy > p:not(.gmdo5-kicker) {
  max-width: 480px;
  margin: 26px 0 31px;
  color: #aeb9cf;
}

.gmdo5-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.gmdo5-steps li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 24px;
  padding: 31px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.gmdo5-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.gmdo5-steps li > span {
  color: #587091;
  font-size: 12px;
  font-weight: 850;
}

.gmdo5-steps small {
  color: #79a4ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gmdo5-steps h3 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -.03em;
}

.gmdo5-steps p {
  max-width: 540px;
  margin: 0;
  color: #9eabc2;
  font-size: 14px;
}

/* SIMULATEUR */
.gmdo5-simulator-section {
  padding: 118px 0 108px;
  background: var(--gmdo5-ivory);
}

.gmdo5-section-head--simulator {
  margin-bottom: 45px;
}

.gmdo5-simulator {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  overflow: hidden;
  border: 1px solid var(--gmdo5-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--gmdo5-shadow);
}

.gmdo5-simulator-controls {
  padding: clamp(34px, 4.5vw, 58px);
}

.gmdo5-control-head {
  display: flex;
  gap: 25px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 25px;
}

.gmdo5-control-head small,
.gmdo5-control-head output {
  display: block;
}

.gmdo5-control-head small {
  color: var(--gmdo5-muted);
  font-size: 12px;
  font-weight: 750;
}

.gmdo5-control-head output {
  margin-top: 6px;
  color: var(--gmdo5-ink);
  font-size: clamp(31px, 3vw, 44px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.05em;
}

.gmdo5-control-head > span {
  color: #959daa;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.gmdo5-range {
  width: 100%;
  height: 8px;
  margin: 0 0 38px;
  border: 0;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, var(--gmdo5-blue) var(--gmdo5-range-progress, 17.5%), #dfe4ed var(--gmdo5-range-progress, 17.5%));
}

.gmdo5-range::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  border: 5px solid #fff;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--gmdo5-blue);
  box-shadow: 0 3px 12px rgba(7, 20, 45, .25);
}

.gmdo5-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--gmdo5-blue);
  box-shadow: 0 3px 12px rgba(7, 20, 45, .25);
}

.gmdo5-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 25px;
}

.gmdo5-field-row > label,
.gmdo5-estimate {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid var(--gmdo5-line);
  border-radius: 15px;
  color: var(--gmdo5-muted);
  background: #fff;
  font-size: 11px;
  font-weight: 700;
}

.gmdo5-number-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--gmdo5-ink);
  white-space: nowrap;
}

.gmdo5-number-wrap input,
.gmdo5-advanced-grid input {
  border: 1px solid #d7dce5;
  border-radius: 9px;
  color: var(--gmdo5-ink);
  background: #fff;
  outline: 0;
}

.gmdo5-number-wrap input {
  width: 62px;
  height: 40px;
  padding: 6px 8px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.gmdo5-number-wrap input:focus,
.gmdo5-advanced-grid input:focus {
  border-color: var(--gmdo5-blue);
  box-shadow: 0 0 0 3px rgba(36, 107, 253, .12);
}

.gmdo5-estimate strong {
  color: var(--gmdo5-ink);
  font-size: 17px;
  white-space: nowrap;
}

.gmdo5-advanced-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border: 0;
  border-top: 1px solid var(--gmdo5-line);
  border-bottom: 1px solid var(--gmdo5-line);
  color: var(--gmdo5-ink);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}

.gmdo5-advanced-toggle > span {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid var(--gmdo5-line);
  border-radius: 50%;
}

.gmdo5-advanced-toggle > span::before,
.gmdo5-advanced-toggle > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: var(--gmdo5-ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.gmdo5-advanced-toggle > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gmdo5-advanced-toggle[aria-expanded="true"] > span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.gmdo5-advanced {
  padding-top: 25px;
}

.gmdo5-advanced[hidden] {
  display: none;
}

.gmdo5-advanced > p {
  margin-bottom: 16px;
  color: var(--gmdo5-muted);
  font-size: 11px;
}

.gmdo5-advanced-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.gmdo5-advanced-grid label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 8px;
  align-items: center;
  color: var(--gmdo5-muted);
  font-size: 10px;
  font-weight: 700;
}

.gmdo5-advanced-grid input {
  width: 100%;
  height: 37px;
  padding: 5px 7px;
  font-size: 11px;
  font-weight: 750;
}

.gmdo5-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4.3vw, 54px);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 107, 253, .32), transparent 36%),
    var(--gmdo5-navy);
}

.gmdo5-results-kicker {
  margin-bottom: 19px;
  color: #8f9db7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gmdo5-result-card {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.gmdo5-result-card > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
}

.gmdo5-result-card small {
  color: #a9b3c7;
  font-size: 11px;
  font-weight: 700;
}

.gmdo5-result-card strong {
  color: #fff;
  font-size: clamp(25px, 2.4vw, 35px);
  font-weight: 820;
  line-height: 1;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.gmdo5-result-card > span {
  display: block;
  margin-top: 8px;
  color: #8492aa;
  font-size: 9px;
}

.gmdo5-result-card > i {
  display: block;
  height: 5px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, .1);
}

.gmdo5-result-card > i > b {
  display: block;
  width: 0;
  max-width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: width .45s cubic-bezier(.2, .8, .2, 1);
}

.gmdo5-result-card--agency > i > b { background: #78849a; }
.gmdo5-result-card--gmd > i > b { background: linear-gradient(90deg, var(--gmdo5-blue), #67a0ff); }
.gmdo5-result-card--gmd strong { color: #84abff; }

.gmdo5-gain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 5px 0 25px;
  padding: 17px 18px;
  border: 1px solid rgba(18, 165, 148, .22);
  border-radius: 14px;
  color: #a7b4ca;
  background: rgba(18, 165, 148, .11);
  font-size: 10px;
  font-weight: 700;
}

.gmdo5-gain strong {
  color: #61d5c7;
  font-size: 16px;
  white-space: nowrap;
}

.gmdo5-results .gmdo5-button {
  width: 100%;
}

.gmdo5-simulator-note {
  max-width: 900px;
  margin: 20px auto 0;
  color: #838b99;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

/* CAS CLIENT */
.gmdo5-proof {
  padding: 118px 0;
  background: var(--gmdo5-paper);
}

.gmdo5-case {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  gap: clamp(45px, 7vw, 95px);
  align-items: center;
  padding: clamp(32px, 5vw, 67px);
  border-radius: var(--gmdo5-radius);
  background: var(--gmdo5-ivory);
}

.gmdo5-case-label {
  margin-bottom: 16px;
  color: var(--gmdo5-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gmdo5-case h3 {
  margin-bottom: 20px;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.05em;
}

.gmdo5-case-copy > p:not(.gmdo5-case-label) {
  color: var(--gmdo5-muted);
  font-size: 14px;
}

.gmdo5-case-copy ul,
.gmdo5-founder-copy ul {
  display: grid;
  gap: 9px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
  color: var(--gmdo5-ink);
  font-size: 12px;
  font-weight: 750;
}

.gmdo5-case-copy li,
.gmdo5-founder-copy li {
  position: relative;
  padding-left: 24px;
}

.gmdo5-case-copy li::before,
.gmdo5-founder-copy li::before {
  position: absolute;
  top: .25em;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gmdo5-teal);
  content: "✓";
  font-size: 9px;
}

.gmdo5-case-visual {
  position: relative;
  min-width: 0;
  padding: 0 34px 44px 0;
}

.gmdo5-case-visual > img {
  width: 100%;
  aspect-ratio: 8 / 5;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 24px 55px rgba(7, 20, 45, .18);
}

.gmdo5-roi-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  padding: 12px;
  border: 1px solid rgba(14, 24, 48, .08);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(7, 20, 45, .17);
}

.gmdo5-roi-card small {
  display: block;
  margin: 0 0 7px 3px;
  color: var(--gmdo5-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gmdo5-roi-card img {
  width: 100%;
  border-radius: 9px;
}

/* SERVICES */
.gmdo5-services {
  padding: 118px 0;
  border-top: 1px solid var(--gmdo5-line);
  background: #fff;
}

.gmdo5-section-head--center {
  max-width: 820px;
  margin-inline: auto;
}

.gmdo5-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--gmdo5-line);
  border-radius: 24px;
  background: var(--gmdo5-line);
}

.gmdo5-services-grid article {
  min-height: 245px;
  padding: 34px;
  background: #fff;
  transition: background-color .25s ease;
}

.gmdo5-services-grid article:hover {
  background: var(--gmdo5-ivory);
}

.gmdo5-services-grid article > span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 7px;
  color: var(--gmdo5-blue);
  background: rgba(36, 107, 253, .09);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
}

.gmdo5-services-grid h3 {
  margin: 43px 0 11px;
  font-size: 20px;
  font-weight: 780;
  letter-spacing: -.035em;
}

.gmdo5-services-grid p {
  margin: 0;
  color: var(--gmdo5-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* MODÈLE */
.gmdo5-model {
  padding: 108px 0;
  color: #fff;
  background:
    radial-gradient(circle at 93% 40%, rgba(36, 107, 253, .27), transparent 27%),
    var(--gmdo5-navy);
}

.gmdo5-model-grid {
  display: grid;
  grid-template-columns: minmax(350px, .85fr) minmax(0, 1.15fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
}

.gmdo5-model-grid > div:first-child > p:last-child {
  max-width: 560px;
  margin: 24px 0 0;
  color: #a8b4c9;
}

.gmdo5-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;
}

.gmdo5-formula > div {
  display: flex;
  min-height: 146px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
}

.gmdo5-formula > b {
  align-self: center;
  color: #61708d;
  font-size: 20px;
}

.gmdo5-formula small {
  color: #79a4ff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
}

.gmdo5-formula span,
.gmdo5-formula strong {
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.gmdo5-formula .gmdo5-formula-result {
  border-color: rgba(255, 101, 52, .4);
  background: rgba(255, 101, 52, .12);
}

.gmdo5-formula-result small,
.gmdo5-formula-result strong {
  color: #ff9878;
}

/* FONDATEUR */
.gmdo5-founder {
  padding: 118px 0;
  background: var(--gmdo5-ivory);
}

.gmdo5-founder-card {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border-radius: var(--gmdo5-radius);
  background: #fff;
  box-shadow: 0 20px 60px rgba(7, 20, 45, .09);
}

.gmdo5-founder-photo {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background: #e9eef9;
}

.gmdo5-founder-photo img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94%;
  object-fit: cover;
  object-position: center top;
}

.gmdo5-founder-orbit {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(36, 107, 253, .2);
  border-radius: 50%;
  transform: translateX(-50%);
}

.gmdo5-founder-orbit::before {
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(36, 107, 253, .16);
  border-radius: 50%;
  content: "";
}

.gmdo5-founder-copy {
  align-self: center;
  padding: clamp(44px, 6vw, 84px);
}

.gmdo5-founder-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4vw, 57px);
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: -.055em;
}

.gmdo5-founder-lead {
  max-width: 580px;
  color: var(--gmdo5-muted);
  font-size: 16px;
}

.gmdo5-founder-copy blockquote {
  margin: 29px 0;
  padding: 20px 0 20px 26px;
  border-left: 3px solid var(--gmdo5-coral);
  color: var(--gmdo5-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 27px);
  font-style: italic;
  line-height: 1.4;
}

/* FAQ */
.gmdo5-faq-section {
  padding: 118px 0;
  background: #fff;
}

.gmdo5-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(60px, 9vw, 128px);
}

.gmdo5-faq-grid header .gmdo5-section-number {
  margin-bottom: 38px;
}

.gmdo5-faq-grid h2 {
  font-size: clamp(37px, 3.6vw, 54px);
}

.gmdo5-faq details {
  border-top: 1px solid var(--gmdo5-line);
}

.gmdo5-faq details:last-child {
  border-bottom: 1px solid var(--gmdo5-line);
}

.gmdo5-faq summary {
  position: relative;
  padding: 26px 52px 26px 0;
  color: var(--gmdo5-ink);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.4;
  list-style: none;
}

.gmdo5-faq summary::-webkit-details-marker {
  display: none;
}

.gmdo5-faq summary::before,
.gmdo5-faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: var(--gmdo5-blue);
  content: "";
  transform: translateY(-50%);
  transition: transform .2s ease;
}

.gmdo5-faq summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.gmdo5-faq details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.gmdo5-faq details p {
  max-width: 650px;
  margin: -8px 52px 25px 0;
  color: var(--gmdo5-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* CTA FINAL */
.gmdo5-final-wrap {
  padding: 0 0 58px;
  background: #fff;
}

.gmdo5-final {
  position: relative;
  min-height: 490px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 70px 30px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 115%, rgba(36, 107, 253, .48), transparent 38%),
    radial-gradient(circle at 100% 0%, rgba(255, 101, 52, .16), transparent 29%),
    var(--gmdo5-navy);
}

.gmdo5-final-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: center;
}

.gmdo5-final .gmdo5-kicker {
  justify-content: center;
}

.gmdo5-final h2 {
  font-size: clamp(43px, 5vw, 68px);
}

.gmdo5-final-content > p:not(.gmdo5-kicker) {
  max-width: 640px;
  margin: 25px auto 31px;
  color: #b5bfd1;
}

.gmdo5-actions--center {
  justify-content: center;
}

.gmdo5-final-proof {
  justify-content: center;
  color: #9ca9bf;
}

.gmdo5-final-dots {
  top: 36px;
  left: 38px;
  opacity: .25;
  background-image: radial-gradient(#6f99f5 1.4px, transparent 1.4px);
}

.gmdo5-final-orbit {
  position: absolute;
  right: -210px;
  bottom: -370px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
}

.gmdo5-final-orbit::before,
.gmdo5-final-orbit::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  content: "";
}

.gmdo5-final-orbit::before { inset: 70px; }
.gmdo5-final-orbit::after { inset: 150px; }

@keyframes gmdo5-bars {
  from { transform: scaleY(0); opacity: 0; }
  to { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1100px) {
  .gmdo5-hero-grid {
    grid-template-columns: minmax(0, .85fr) minmax(450px, 1.15fr);
    gap: 34px;
  }

  .gmdo5-title {
    font-size: clamp(50px, 5.7vw, 66px);
  }

  .gmdo5-dashboard {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .gmdo5-dash-main {
    padding-inline: 25px;
  }

  .gmdo5-simulator {
    grid-template-columns: 1fr .82fr;
  }

  .gmdo5-formula {
    gap: 8px;
  }

  .gmdo5-formula > div {
    padding: 17px;
  }
}

@media (max-width: 900px) {
  .gmdo5-hero {
    padding-top: 90px;
  }

  .gmdo5-hero-grid,
  .gmdo5-method-grid,
  .gmdo5-simulator,
  .gmdo5-case,
  .gmdo5-model-grid,
  .gmdo5-founder-card,
  .gmdo5-faq-grid {
    grid-template-columns: 1fr;
  }

  .gmdo5-hero-grid {
    gap: 52px;
  }

  .gmdo5-hero-copy {
    max-width: 690px;
  }

  .gmdo5-title {
    font-size: clamp(57px, 9vw, 78px);
  }

  .gmdo5-hero-visual {
    width: min(100%, 690px);
    margin-inline: auto;
  }

  .gmdo5-method-copy {
    position: static;
  }

  .gmdo5-simulator {
    max-width: 760px;
    margin-inline: auto;
  }

  .gmdo5-conviction-grid,
  .gmdo5-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gmdo5-conviction-grid article:nth-child(2) {
    border-right: 0;
  }

  .gmdo5-conviction-grid article:last-child {
    grid-column: 1 / -1;
    min-height: 250px;
    border-top: 1px solid var(--gmdo5-line);
  }

  .gmdo5-formula {
    max-width: 700px;
  }

  .gmdo5-founder-photo {
    min-height: 650px;
  }

  .gmdo5-founder-photo img {
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 640px) {
  .gmdo5-shell {
    width: min(100% - 30px, 1180px);
  }

  .gmdo5-hero {
    min-height: 0;
    padding: 72px 0 67px;
  }

  .gmdo5-title {
    font-size: clamp(45px, 13.5vw, 61px);
    letter-spacing: -.06em;
  }

  .gmdo5-lead {
    font-size: 15px;
  }

  .gmdo5-actions,
  .gmdo5-actions .gmdo5-button {
    width: 100%;
  }

  .gmdo5-actions .gmdo5-text-link {
    width: auto;
  }

  .gmdo5-reassurance,
  .gmdo5-final-proof {
    display: grid;
    gap: 8px;
  }

  .gmdo5-hero-visual {
    padding: 20px 0 42px;
  }

  .gmdo5-dashboard {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 400px;
    border-radius: 18px;
    transform: none;
  }

  .gmdo5-dash-rail {
    padding: 18px 11px;
  }

  .gmdo5-product-logo > b {
    width: 33px;
    height: 33px;
  }

  .gmdo5-product-logo > span {
    display: none;
  }

  .gmdo5-dash-main {
    padding: 24px 16px;
  }

  .gmdo5-dash-main > h2 {
    font-size: 20px;
  }

  .gmdo5-signal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gmdo5-signal-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .gmdo5-dash-panels {
    grid-template-columns: 1fr;
  }

  .gmdo5-dash-panels .gmdo5-dash-panel:last-child {
    display: none;
  }

  .gmdo5-chart {
    height: 90px;
  }

  .gmdo5-hero-card {
    right: -5px;
    width: min(230px, 75%);
  }

  .gmdo5-preview-label {
    display: none;
  }

  .gmdo5-convictions,
  .gmdo5-method,
  .gmdo5-simulator-section,
  .gmdo5-proof,
  .gmdo5-services,
  .gmdo5-model,
  .gmdo5-founder,
  .gmdo5-faq-section {
    padding: 78px 0;
  }

  .gmdo5-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 35px;
  }

  .gmdo5-section-head h2,
  .gmdo5-method h2,
  .gmdo5-model h2,
  .gmdo5-faq-grid h2,
  .gmdo5-final h2 {
    font-size: clamp(37px, 10.5vw, 51px);
  }

  .gmdo5-conviction-grid,
  .gmdo5-services-grid {
    grid-template-columns: 1fr;
  }

  .gmdo5-conviction-grid article,
  .gmdo5-conviction-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--gmdo5-line);
  }

  .gmdo5-conviction-grid article:last-child {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .gmdo5-card-index {
    margin-bottom: 32px;
  }

  .gmdo5-steps li {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 12px;
  }

  .gmdo5-simulator-controls,
  .gmdo5-results {
    padding: 29px 22px;
  }

  .gmdo5-control-head {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .gmdo5-field-row,
  .gmdo5-advanced-grid {
    grid-template-columns: 1fr;
  }

  .gmdo5-result-card > div,
  .gmdo5-gain {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .gmdo5-case {
    padding: 27px 20px 33px;
  }

  .gmdo5-case-visual {
    padding-right: 15px;
  }

  .gmdo5-services-grid article {
    min-height: 210px;
  }

  .gmdo5-formula {
    grid-template-columns: 1fr;
  }

  .gmdo5-formula > b {
    transform: rotate(90deg);
  }

  .gmdo5-formula > div {
    min-height: 112px;
  }

  .gmdo5-founder-photo {
    min-height: 480px;
  }

  .gmdo5-founder-copy {
    padding: 38px 25px 45px;
  }

  .gmdo5-faq-grid {
    gap: 45px;
  }

  .gmdo5-final-wrap {
    padding-bottom: 20px;
  }

  .gmdo5-final {
    min-height: 520px;
    padding: 60px 22px;
    border-radius: 24px;
  }

  .gmdo5-actions--center .gmdo5-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gmdo5-root *,
  .gmdo5-root *::before,
  .gmdo5-root *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
