/* Conversion-focused feature template. Opt-in only through data-feature-template="v2". */
body[data-feature-template="v2"] {
  --feature-accent: #9D4D38;
  --feature-soft: #F3E6DF;
  --feature-tint: #E7ECE8;
  --feature-line: rgba(58, 53, 48, .16);
  padding-bottom: 0;
}

body[data-feature-template="v2"] .hero {
  padding: 48px 0 52px;
  overflow: clip;
  background:
    linear-gradient(90deg, rgba(255,255,255,.22), transparent 54%),
    var(--feature-soft);
}

body[data-feature-template="v2"] .hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: 48px;
  align-items: center;
  max-width: 1180px;
}

body[data-feature-template="v2"] .hero-text {
  position: relative;
  z-index: 3;
  min-width: 0;
}

body[data-feature-template="v2"] .hero-eyebrow {
  margin-bottom: 16px;
  color: var(--feature-accent);
}

body[data-feature-template="v2"] .hero h1 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
}

body[data-feature-template="v2"] .hero h1 em {
  color: var(--feature-accent);
}

body[data-feature-template="v2"] .hero-lede {
  max-width: 37ch;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.58;
}

body[data-feature-template="v2"] .hero-lede p + p {
  margin-top: 9px;
}

body[data-feature-template="v2"] .hero-ctas {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  margin-top: 0;
}

body[data-feature-template="v2"] .hero-ctas .btn {
  width: auto;
  min-height: 48px;
}

body[data-feature-template="v2"] .hero-foot {
  max-width: 54ch;
  margin-top: 13px;
  color: rgba(58, 53, 48, .72);
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
}

body[data-feature-template="v2"] .hero-reassure {
  margin-top: 5px;
  color: var(--feature-accent);
  font-weight: 650;
}

body[data-feature-template="v2"] .feature-demo-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
}

body[data-feature-template="v2"] .hero-realistic-visual {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

body[data-feature-template="v2"] .hero-realistic-frame {
  aspect-ratio: 1.28 / 1;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: rgba(255, 251, 245, .54);
  box-shadow:
    0 28px 70px -38px rgba(45, 35, 29, .55),
    0 8px 24px -18px rgba(45, 35, 29, .28);
}

body[data-feature-template="v2"] .hero-realistic-frame::before {
  background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.04));
}

body[data-feature-template="v2"] .hero-realistic-media {
  opacity: .14;
  filter: saturate(.68) contrast(.92) brightness(1.18);
  transform: scale(1.02);
}

body[data-feature-template="v2"] .hero-realistic-media-clip {
  border-radius: 8px;
}

body[data-feature-template="v2"] .hero-scene-stage {
  inset: 2.5%;
}

body[data-feature-template="v2"] .hero-scene-stage::after {
  opacity: .3;
}

body[data-feature-template="v2"] .hero-scene-chip,
body[data-feature-template="v2"] .hero-product-bubble {
  border: 1px solid rgba(255,255,255,.66);
  background: var(--feature-accent);
  color: #fff;
  box-shadow: 0 12px 28px -14px rgba(36, 27, 22, .72);
  opacity: 1;
  animation: none !important;
}

body[data-feature-template="v2"] .hero-scene-chip--2,
body[data-feature-template="v2"] .hero-product-bubble--2 {
  background: #315D4E;
}

body[data-feature-template="v2"] .hero-scene-chip--2 {
  display: none;
}

body[data-feature-template="v2"] .hero-product-bubble--3 {
  background: #514A45;
}

body[data-feature-template="v2"] .hero-scene-stage *,
body[data-feature-template="v2"] .hero-product-stage * {
  animation-iteration-count: 1 !important;
}

body[data-feature-template="v2"] .feature-demo-controls {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  align-items: center;
  width: min(100%, 520px);
  margin: 14px auto 0;
}

body[data-feature-template="v2"] .feature-demo-controls__top {
  display: flex;
  align-items: center;
  gap: 8px;
  grid-column: 1 / -1;
}

body[data-feature-template="v2"] .feature-demo-kicker {
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(58, 53, 48, .64);
}

body[data-feature-template="v2"] .feature-demo-replay {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: auto;
  border: 1px solid var(--feature-line);
  border-radius: 50%;
  background: rgba(255,255,255,.48);
  color: var(--feature-accent);
  font-size: 17px;
  line-height: 1;
}

body[data-feature-template="v2"] .feature-demo-steps {
  display: grid;
  grid-template-columns: repeat(3, 34px);
  gap: 6px;
}

body[data-feature-template="v2"] .feature-demo-step {
  position: relative;
  width: 34px;
  height: 28px;
  border: 1px solid var(--feature-line);
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  color: rgba(58,53,48,.66);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 9px;
  font-weight: 700;
}

body[data-feature-template="v2"] .feature-demo-step[aria-pressed="true"] {
  border-color: var(--feature-accent);
  background: var(--feature-accent);
  color: #fff;
}

body[data-feature-template="v2"] .feature-demo-caption {
  overflow: hidden;
  color: var(--ink, #3A3530);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Three clear, finite visual states. The previous infinite loops stay disabled. */
body[data-feature-template="v2"] .hs-language b,
body[data-feature-template="v2"] .hs-language-copy p,
body[data-feature-template="v2"] .hs-box-lid,
body[data-feature-template="v2"] .hs-task-list .is-done > i,
body[data-feature-template="v2"] .hs-ledger-row.is-new,
body[data-feature-template="v2"] .hs-book-page--right,
body[data-feature-template="v2"] .hs-letter-paper,
body[data-feature-template="v2"] .hs-invite-flap,
body[data-feature-template="v2"] .hs-invite-card,
body[data-feature-template="v2"] .hs-invite-seal,
body[data-feature-template="v2"] .hs-waveform i,
body[data-feature-template="v2"] .hs-fold,
body[data-feature-template="v2"] .hs-votes > i::before,
body[data-feature-template="v2"] .hs-schedule-row,
body[data-feature-template="v2"] .hero-phone-view {
  animation: none !important;
  transition: opacity .42s ease, transform .5s ease, background-color .35s ease, box-shadow .35s ease;
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-language-copy p:first-child,
body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-language-copy p + p,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-language-copy p + p {
  opacity: 1;
  transform: none;
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-language-copy p:first-child,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-language-copy p:first-child {
  opacity: 0;
  transform: translateY(-5px);
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-language b,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-language b {
  transform: translateX(27px);
  background: var(--feature-accent);
}

body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-proof-mark,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-mail-footer,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-export-ready,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-transcript,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-weather-update {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--feature-accent) 18%, transparent);
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-box-lid {
  transform: translate3d(0,-38%,-18px) rotateX(-12deg);
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-box-lid,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-box-lid {
  transform: translate3d(0,-76%,-34px) rotateX(-48deg);
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-task-list li:not(:first-child),
body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-ledger-row.is-new,
body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-letter-paper {
  opacity: .36;
  transform: translateY(10px);
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-task-list li:nth-child(2),
body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-ledger-row.is-new,
body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-letter-paper,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-task-list li,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-ledger-row.is-new,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-letter-paper {
  opacity: 1;
  transform: none;
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-book-page--right {
  transform: rotateY(-18deg);
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-book-page--right,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-book-page--right {
  transform: rotateY(0);
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-invite-flap {
  transform: rotateX(0);
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-invite-card {
  transform: translateY(30%);
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-invite-flap,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-invite-flap {
  transform: rotateX(178deg);
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-invite-seal,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-invite-seal {
  opacity: 0;
  transform: translateX(-50%) scale(.55) rotate(24deg);
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-invite-card {
  transform: translateY(4%);
}

body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-invite-card {
  transform: translateY(-24%);
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-waveform i {
  transform: scaleY(.35);
  opacity: .48;
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-waveform i {
  transform: scaleY(1);
  opacity: 1;
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-fold:not(:first-child) {
  opacity: .34;
  transform: rotateX(-18deg);
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-fold:nth-child(2),
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-fold {
  opacity: 1;
  transform: rotateX(0);
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-votes > i::before {
  transform: scaleX(.08);
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-votes > i::before,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-votes > i::before {
  transform: scaleX(1);
}

body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-votes .is-answer {
  box-shadow: inset 4px 0 0 #E8B077;
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hs-schedule-row:not(:first-of-type) {
  opacity: .48;
}

body[data-feature-template="v2"] .hero[data-demo-step="1"] .hs-schedule-row,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-schedule-row {
  opacity: 1;
}

body[data-feature-template="v2"] .hero[data-demo-step="2"] .hs-weather-update {
  background: #F2D7CB;
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hero-phone-view,
body[data-feature-template="v2"] .hero[data-demo-step="1"] .hero-phone-view,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hero-phone-view {
  opacity: 0 !important;
  pointer-events: none;
  transform: translateX(8px) !important;
}

body[data-feature-template="v2"] .hero[data-demo-step="0"] .hero-phone-view--1,
body[data-feature-template="v2"] .hero[data-demo-step="1"] .hero-phone-view--2,
body[data-feature-template="v2"] .hero[data-demo-step="2"] .hero-phone-view--3 {
  opacity: 1 !important;
  transform: none !important;
}

body[data-feature-template="v2"] .feature-value-band {
  border-top: 1px solid var(--feature-line);
  border-bottom: 1px solid var(--feature-line);
  background: #FFFCF7;
}

body[data-feature-template="v2"] .feature-value-wrap {
  padding-top: 42px;
  padding-bottom: 38px;
}

body[data-feature-template="v2"] .feature-value-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

body[data-feature-template="v2"] .feature-value-title,
body[data-feature-template="v2"] .feature-related-title {
  max-width: 15ch;
  font-family: var(--serif, Georgia, serif);
  font-size: 30px;
  font-weight: 430;
  line-height: 1.08;
  letter-spacing: 0;
}

body[data-feature-template="v2"] .feature-fact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--feature-line);
  border-bottom: 1px solid var(--feature-line);
}

body[data-feature-template="v2"] .feature-fact {
  position: relative;
  min-height: 146px;
  padding: 22px 28px 22px 0;
}

body[data-feature-template="v2"] .feature-fact + .feature-fact {
  padding-left: 28px;
  border-left: 1px solid var(--feature-line);
}

body[data-feature-template="v2"] .feature-fact-index {
  display: block;
  margin-bottom: 10px;
  color: var(--feature-accent);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

body[data-feature-template="v2"] .feature-fact-value {
  display: block;
  margin-bottom: 7px;
  color: var(--ink, #3A3530);
  font-family: var(--serif, Georgia, serif);
  font-size: 22px;
  font-weight: 520;
  line-height: 1.1;
}

body[data-feature-template="v2"] .feature-fact-copy {
  max-width: 30ch;
  color: var(--ink-soft, #6B5C52);
  font-size: 14px;
  line-height: 1.5;
}

body[data-feature-template="v2"] .feature-value-meta {
  margin-top: 16px;
  color: rgba(58,53,48,.68);
  font-size: 12px;
}

body[data-feature-template="v2"] .feature-v2-band[data-band-tone="paper"] {
  background: #FFF9F2 !important;
}

body[data-feature-template="v2"] .feature-v2-band[data-band-tone="soft"] {
  background: var(--feature-soft) !important;
}

body[data-feature-template="v2"] .feature-v2-band[data-band-tone="tint"] {
  background: var(--feature-tint) !important;
}

body[data-feature-template="v2"] .section,
body[data-feature-template="v2"] .feature-v2-band:not(.moment-fort):not(.scene-decouverte):not(.mockup-section) {
  padding-top: 68px;
  padding-bottom: 68px;
}

body[data-feature-template="v2"] .arguments {
  column-gap: 44px;
}

body[data-feature-template="v2"] .arg {
  padding-top: 38px;
  padding-bottom: 38px;
}

body[data-feature-template="v2"] .arg h3 {
  letter-spacing: 0;
}

body[data-feature-template="v2"] .arguments .arg.arg--lead {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  column-gap: 54px;
  align-items: start;
}

body[data-feature-template="v2"] .arguments .arg.arg--lead > :not(.arg-photo):not(.arg-citation) {
  grid-column: 1;
}

body[data-feature-template="v2"] .arguments .arg.arg--lead > .arg-photo {
  grid-column: 2;
  grid-row: 1 / span 8;
  width: 100%;
  height: 100%;
  min-height: 390px;
  margin-top: 0;
}

body[data-feature-template="v2"] .arguments .arg.arg--lead > .arg-citation {
  grid-column: 1;
}

body[data-feature-template="v2"] .arg-photo img,
body[data-feature-template="v2"] .arg-photo video {
  border-radius: 4px;
}

body[data-feature-template="v2"] .arg-citation {
  min-height: 0;
  border-top-color: var(--feature-line);
}

body[data-feature-template="v2"] .testimonials {
  gap: 0 38px;
}

body[data-feature-template="v2"] .testimonial {
  border: 0;
  border-left: 2px solid color-mix(in srgb, var(--feature-accent) 46%, transparent);
  background: transparent;
  padding: 18px 24px;
}

body[data-feature-template="v2"] .testimonial::before {
  display: none;
}

body[data-feature-template="v2"] .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--feature-line);
  border-bottom: 1px solid var(--feature-line);
}

body[data-feature-template="v2"] .step {
  display: block;
  min-height: 190px;
  padding: 28px;
  border: 0;
}

body[data-feature-template="v2"] .step + .step {
  border-left: 1px solid var(--feature-line);
}

body[data-feature-template="v2"] .step-num {
  margin-bottom: 22px;
  font-size: 38px;
}

body[data-feature-template="v2"] .price-box {
  max-width: 720px;
  margin-top: 28px;
  border: 0;
  border-top: 1px solid var(--feature-line);
  border-bottom: 1px solid var(--feature-line);
  background: transparent;
  padding: 34px 28px;
}

body[data-feature-template="v2"] .price-amount--devis {
  font-size: 42px;
}

body[data-feature-template="v2"] .faq {
  max-width: 820px;
  margin: 0 auto;
}

body[data-feature-template="v2"] .faq-item summary {
  font-size: 18px;
}

body[data-feature-template="v2"] .feature-related {
  padding: 64px 0;
  border-top: 1px solid var(--feature-line);
  border-bottom: 1px solid var(--feature-line);
  background: #FFFCF7;
}

body[data-feature-template="v2"] .feature-related-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 58px;
  align-items: start;
}

body[data-feature-template="v2"] .feature-related-head .eyebrow {
  margin-bottom: 15px;
}

body[data-feature-template="v2"] .feature-related-links {
  border-top: 1px solid var(--feature-line);
}

body[data-feature-template="v2"] .feature-related-link {
  display: grid;
  grid-template-columns: minmax(140px, .75fr) 1.25fr 28px;
  gap: 18px;
  align-items: center;
  min-height: 94px;
  border-bottom: 1px solid var(--feature-line);
}

body[data-feature-template="v2"] .feature-related-link strong {
  font-family: var(--serif, Georgia, serif);
  font-size: 20px;
  font-weight: 520;
}

body[data-feature-template="v2"] .feature-related-link span {
  color: var(--ink-soft, #6B5C52);
  font-size: 14px;
  line-height: 1.45;
}

body[data-feature-template="v2"] .feature-related-link i {
  color: var(--feature-accent);
  font-family: var(--serif, Georgia, serif);
  font-size: 22px;
  font-style: normal;
}

body[data-feature-template="v2"] .feature-related-link:hover strong,
body[data-feature-template="v2"] .feature-related-link:focus-visible strong {
  color: var(--feature-accent);
}

body[data-feature-template="v2"] .closing {
  background: var(--feature-soft) !important;
}

body[data-feature-template="v2"] .feature-sticky-cta {
  display: none;
}

@media (max-width: 999px) {
  body[data-feature-template="v2"] .hero-inner {
    grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
    gap: 30px;
  }

  body[data-feature-template="v2"] .hero h1 {
    font-size: 52px;
  }

  body[data-feature-template="v2"] .hero-lede {
    font-size: 17px;
  }

  body[data-feature-template="v2"] .arguments .arg.arg--lead {
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
  }
}

@media (max-width: 719px) {
  body[data-feature-template="v2"] {
    padding-bottom: 76px;
  }

  body[data-feature-template="v2"] .hero {
    padding: 30px 0 34px;
  }

  body[data-feature-template="v2"] .hero-inner {
    display: flex !important;
    flex-direction: column;
    gap: 28px;
  }

  body[data-feature-template="v2"] .hero-text {
    order: 1;
  }

  body[data-feature-template="v2"] .feature-demo-shell {
    order: 2;
  }

  body[data-feature-template="v2"] .hero h1 {
    max-width: 11ch;
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.01;
  }

  body[data-feature-template="v2"] .hero-lede {
    max-width: none;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.52;
  }

  body[data-feature-template="v2"] .hero-lede p + p {
    margin-top: 7px;
  }

  body[data-feature-template="v2"] .hero-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  body[data-feature-template="v2"] .hero-ctas .btn {
    width: 100%;
    min-height: 46px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 13px;
  }

  body[data-feature-template="v2"] .hero-foot {
    margin-top: 11px;
    font-size: 11px;
    text-align: left;
  }

  body[data-feature-template="v2"] .hero-reassure {
    margin-top: 4px;
  }

  body[data-feature-template="v2"] .hero-realistic-frame {
    aspect-ratio: 1.2 / 1;
    border-radius: 8px;
  }

  body[data-feature-template="v2"] .hero-realistic-media-clip {
    border-radius: 8px;
  }

  body[data-feature-template="v2"] .feature-demo-controls {
    grid-template-columns: auto minmax(0, 1fr);
    margin-top: 11px;
  }

  body[data-feature-template="v2"] .feature-demo-caption {
    font-size: 12px;
  }

  body[data-feature-template="v2"] .feature-value-wrap {
    padding-top: 36px;
    padding-bottom: 32px;
  }

  body[data-feature-template="v2"] .feature-value-intro {
    display: block;
    margin-bottom: 24px;
  }

  body[data-feature-template="v2"] .feature-value-intro .eyebrow {
    margin-bottom: 12px;
  }

  body[data-feature-template="v2"] .feature-value-title,
  body[data-feature-template="v2"] .feature-related-title {
    max-width: 18ch;
    font-size: 27px;
  }

  body[data-feature-template="v2"] .feature-fact-list {
    grid-template-columns: 1fr;
  }

  body[data-feature-template="v2"] .feature-fact {
    min-height: 0;
    padding: 19px 0;
  }

  body[data-feature-template="v2"] .feature-fact + .feature-fact {
    padding-left: 0;
    border-top: 1px solid var(--feature-line);
    border-left: 0;
  }

  body[data-feature-template="v2"] .feature-fact-index {
    float: left;
    width: 36px;
    margin-top: 5px;
  }

  body[data-feature-template="v2"] .feature-fact-value,
  body[data-feature-template="v2"] .feature-fact-copy {
    margin-left: 36px;
  }

  body[data-feature-template="v2"] .section,
  body[data-feature-template="v2"] .feature-v2-band:not(.moment-fort):not(.scene-decouverte):not(.mockup-section) {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  body[data-feature-template="v2"] .arguments .arg.arg--lead {
    display: flex;
    flex-direction: column;
  }

  body[data-feature-template="v2"] .arguments .arg.arg--lead > .arg-photo {
    width: 100%;
    min-height: 0;
    height: 230px;
    margin-top: 26px;
  }

  body[data-feature-template="v2"] .testimonials {
    display: block;
  }

  body[data-feature-template="v2"] .testimonial {
    margin-bottom: 24px;
    padding: 12px 0 12px 18px;
  }

  body[data-feature-template="v2"] .steps {
    grid-template-columns: 1fr;
  }

  body[data-feature-template="v2"] .step {
    display: grid;
    grid-template-columns: 48px 1fr;
    min-height: 0;
    padding: 24px 0;
  }

  body[data-feature-template="v2"] .step + .step {
    border-top: 1px solid var(--feature-line);
    border-left: 0;
  }

  body[data-feature-template="v2"] .step-num {
    margin: 0;
    font-size: 34px;
  }

  body[data-feature-template="v2"] .price-box {
    padding-right: 0;
    padding-left: 0;
  }

  body[data-feature-template="v2"] .price-amount--devis {
    font-size: 36px;
  }

  body[data-feature-template="v2"] .feature-related {
    padding: 48px 0;
  }

  body[data-feature-template="v2"] .feature-related-wrap {
    display: block;
  }

  body[data-feature-template="v2"] .feature-related-head {
    margin-bottom: 28px;
  }

  body[data-feature-template="v2"] .feature-related-link {
    grid-template-columns: 1fr 28px;
    gap: 6px 12px;
    padding: 18px 0;
  }

  body[data-feature-template="v2"] .feature-related-link strong,
  body[data-feature-template="v2"] .feature-related-link span {
    grid-column: 1;
  }

  body[data-feature-template="v2"] .feature-related-link i {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  body[data-feature-template="v2"] .feature-sticky-cta {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 9px 9px 14px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 8px;
    background: rgba(47, 42, 38, .96);
    box-shadow: 0 16px 38px -18px rgba(26,20,17,.86);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .24s ease, transform .24s ease;
  }

  body[data-feature-template="v2"] .feature-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body[data-feature-template="v2"] .feature-sticky-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
  }

  body[data-feature-template="v2"] .feature-sticky-copy strong {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[data-feature-template="v2"] .feature-sticky-copy small {
    color: rgba(255,255,255,.66);
    font-size: 10px;
  }

  body[data-feature-template="v2"] .feature-sticky-link {
    flex: 0 0 auto;
    padding: 10px 12px;
    border-radius: 4px;
    background: var(--feature-accent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
  }
}

@media (max-width: 379px) {
  body[data-feature-template="v2"] .hero h1 {
    font-size: 38px;
  }

  body[data-feature-template="v2"] .hero-ctas {
    grid-template-columns: 1fr;
  }

  body[data-feature-template="v2"] .feature-sticky-copy {
    display: none;
  }

  body[data-feature-template="v2"] .feature-sticky-link {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-feature-template="v2"] *,
  body[data-feature-template="v2"] *::before,
  body[data-feature-template="v2"] *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
