/* PIX|WEB — styles de la page SEO Local+. */

.seo-page {
  background: #050505;
  color: #fff;
  overflow-x: hidden;
  overflow-y: visible;
}


.seo-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + clamp(70px, 8vw, 110px)) clamp(24px, 5vw, 80px) clamp(74px, 8vw, 120px);
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  padding-top: calc(var(--header-h) + clamp(54px, 6vw, 92px));
  padding-bottom: clamp(54px, 6vw, 92px);
}


.seo-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: none;
  z-index: 0;
  filter: none;
  transform: scale(1.01);
  pointer-events: none;
  opacity: 1;
}


.seo-hero::before {
  content: none;
  position: absolute;
  inset: 0;
  background: none;
  z-index: -3;
  display: none;
  opacity: 0;
}


.seo-hero::after {
  content: none;
  position: absolute;
  inset: 0;
  background: none;
  background-size: auto, auto;
  opacity: 0;
  mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
  pointer-events: none;
  z-index: -2;
  display: none;
}


.seo-hero__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: block;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr);
  gap: clamp(40px, 7vw, 112px);
  align-items: center;
  position: relative;
  z-index: 5;
}


.seo-hero h1 {
  margin: 0;
  max-width: 900px;
  display: block;
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, calc(4vw + 11px), calc(4.6rem + 11px));
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-wrap: balance;
  text-shadow: 0 12px 30px rgba(0, 0, 0, .34), 0 1px 2px rgba(0, 0, 0, .28);
}


.seo-hero h1 span {
  display: block;
  color: #ffffff;
  font-weight: 400;
  text-shadow: none;
}


.seo-hero__lead {
  margin: 24px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0;
  text-shadow: 0 12px 30px rgba(0, 0, 0, .34), 0 1px 2px rgba(0, 0, 0, .28);
}


.seo-hero__lead-line {
  display: block;
}


.seo-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  max-width: 520px;
}


.seo-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .01em;
  transition: transform .3s var(--ease), background-color .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}


.seo-btn:hover {
  transform: translateY(-1px);
}


.seo-btn--primary {
  background: #0071e3;
  color: #ffffff;
  border-color: #0071e3;
  box-shadow: 0 18px 34px rgba(0, 113, 227, .26);
}


.seo-btn--ghost {
  background: rgba(255, 255, 255, .04);
  color: #ffffff;
  backdrop-filter: none;
  border-color: rgba(255, 255, 255, .14);
  box-shadow: none;
}


.seo-btn--ghost:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
}


.seo-hero__panel {
  position: relative;
  min-height: 500px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .11);
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035)), rgba(5, 5, 5, .38);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden;
  backdrop-filter: none;
}


.seo-hero__panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 18px;
  pointer-events: none;
}


.seo-panel__top {
  position: relative;
  padding: 28px 30px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}


.seo-panel__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}


.seo-panel__label small {
  color: rgba(255, 255, 255, .38);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}


.seo-panel__label strong {
  color: rgba(255, 255, 255, .94);
  font-size: clamp(1.12rem, 1.4vw, 1.34rem);
  font-weight: 500;
  letter-spacing: -.02em;
}


.seo-panel__status {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .08), 0 0 28px rgba(255, 255, 255, .35);
}


.seo-panel__body {
  position: relative;
  padding: 30px;
  display: grid;
  gap: 16px;
}


.seo-check {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .075);
}


.seo-check:last-child {
  border-bottom: 0;
}


.seo-check__dot {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #050505;
  background: rgba(255, 255, 255, .9);
  font-size: .86rem;
  font-weight: 900;
}


.seo-check strong {
  display: block;
  color: rgba(255, 255, 255, .90);
  font-size: .98rem;
  font-weight: 600;
  letter-spacing: -.015em;
}


.seo-check span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .44);
  font-size: .82rem;
  line-height: 1.45;
}


.seo-check__tag {
  color: rgba(255, 255, 255, .42);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}


.seo-panel__bottom {
  margin: 4px 30px 30px;
  padding: 20px;
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .64);
  line-height: 1.6;
}


.seo-section {
  padding: clamp(76px, 7.8vw, 112px) clamp(24px, 5vw, 80px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


.seo-section--white {
  background: #ffffff;
  color: #050505;
  background-image: none;
}


.seo-section--dark {
  background: #050505;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .08);
}


.seo-container {
  width: min(1240px, 100%);
  margin: 0 auto;
}


.seo-section__head {
  max-width: 880px;
  margin-bottom: clamp(42px, 5vw, 72px);
}


.seo-section__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(5, 5, 5, .44);
  font-size: clamp(.62rem, .68vw, .7rem);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  line-height: 1.2;
}


.seo-section--dark .seo-section__eyebrow {
  color: rgba(255, 255, 255, .38);
}


.seo-section h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(44px, calc(2.82vw - 2px), 56px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: balance;
}


.seo-section__lead {
  margin: 20px 0 0;
  max-width: 760px;
  color: rgba(5, 5, 5, 0.9);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.seo-section--dark .seo-section__lead {
  color: rgba(255, 255, 255, .56);
}


.seo-included {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}


.seo-copy-card {
  padding: clamp(34px, 4vw, 56px);
  border-radius: var(--card-radius);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .07);
}


.seo-copy-card h3 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 2.8vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -.05em;
  font-weight: 300;
}


.seo-copy-card p {
  margin: 0 0 18px;
  color: rgba(0, 0, 0, .60);
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
}


.seo-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}


.seo-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(0, 0, 0, .70);
  line-height: 1.55;
}


.seo-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: .58em;
  border-radius: 999px;
  background: #050505;
  flex: 0 0 auto;
}


.seo-stack {
  display: grid;
  gap: 14px;
}


.seo-stack__item {
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
}


.seo-stack__item strong {
  display: block;
  color: #050505;
  font-size: 1.05rem;
  letter-spacing: -.02em;
}


.seo-stack__item span {
  display: block;
  margin-top: 7px;
  color: rgba(0, 0, 0, .52);
  line-height: 1.55;
  font-size: .95rem;
}


.seo-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}


.seo-step {
  position: relative;
  min-height: 500px;
  border-radius: var(--card-radius);
  overflow: hidden;
  background: #111;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3vw, 42px);
}


.seo-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-img) center/cover no-repeat;
  filter: saturate(.92) brightness(.82);
  transform: scale(1.02);
  z-index: -3;
}


.seo-step::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .24) 0%, rgba(0, 0, 0, .18) 40%, rgba(0, 0, 0, .82) 100%), radial-gradient(ellipse 78% 52% at 28% 60%, rgba(0, 0, 0, .28), transparent 72%);
  z-index: -2;
}


.seo-step__num {
  position: absolute;
  top: 28px;
  left: 28px;
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}


.seo-step h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 2.2vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.05em;
  font-weight: 300;
  text-shadow: 0 16px 34px rgba(0, 0, 0, .52), 0 2px 8px rgba(0, 0, 0, .36);
}


.seo-step p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
  text-shadow: 0 12px 28px rgba(0, 0, 0, .42);
}


.seo-ai-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}


.seo-ai-card {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .03)), rgba(255, 255, 255, .02);
  padding: clamp(28px, 4vw, 50px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .30);
}


.seo-ai-card__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}


.seo-ai-card__row:last-child {
  border-bottom: 0;
}


.seo-ai-card strong {
  color: rgba(255, 255, 255, .92);
  font-weight: 600;
}


.seo-ai-card span {
  color: rgba(255, 255, 255, .42);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}


.seo-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(32px, 5vw, 80px);
}


.seo-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  padding: 24px 0;
}


.seo-faq-item h3 {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 500;
  letter-spacing: -.02em;
}


.seo-faq-item p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .46);
  line-height: 1.7;
  font-size: .94rem;
}


.seo-final-cta {
  text-align: center;
  padding: clamp(90px, 9vw, 140px) clamp(24px, 5vw, 80px);
  background: radial-gradient(circle at center top, rgba(255, 255, 255, .10), transparent 34%), #050505;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .08);
}


.seo-final-cta h2 {
  max-width: 880px;
  margin: 0;
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(44px, calc(2.82vw - 2px), 56px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: balance;
}


.seo-final-cta p {
  max-width: 640px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, .56);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01em;
}


.seo-final-cta .seo-hero__actions {
  justify-content: center;
  margin-top: 34px;
}


.seo-hero__content {
  max-width: 760px;
  position: relative;
  z-index: 6;
  text-shadow: 0 16px 42px rgba(0, 0, 0, .42);
  isolation: isolate;
}


.seo-hero__actions .seo-btn {
  white-space: nowrap;
}


.seo-btn--primary:hover {
  background: #147ce5;
  border-color: #147ce5;
  box-shadow: 0 22px 42px rgba(0, 113, 227, .34);
}


#inclus.seo-section {
  padding-top: clamp(72px, 8vw, 118px);
  padding-bottom: clamp(72px, 8vw, 116px);
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
  background: #ffffff;
  background-image: none;
}


#inclus .seo-section__head {
  max-width: none;
  width: var(--seo-align-width);
  box-sizing: border-box;
  margin: 0 auto clamp(42px, 5vw, 72px);
  padding: 0 0 clamp(24px, 2.8vw, 34px);
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .10);
}


#inclus .seo-section__eyebrow {
  display: none;
}


#inclus .seo-section__head h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(44px, calc(2.82vw - 2px), 56px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: balance;
  text-align: center;
}


#inclus .seo-section__lead {
  max-width: 760px;
  margin: clamp(18px, 2.2vw, 26px) auto 0;
  color: rgba(5, 5, 5, 0.9);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}


#inclus .seo-included {
  display: grid;
  max-width: 1280px;
  margin: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  grid-template-columns: minmax(320px, 42%) minmax(0, 52%);
  gap: clamp(48px, 6vw, 96px);
  align-items: stretch;
}


#inclus .seo-stack {
  display: none;
}


#inclus .seo-copy-card {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(7%);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  align-self: stretch;
}


#inclus .seo-copy-card h3 {
  margin: 0 0 clamp(24px, 2.8vw, 38px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.15rem, 3.05vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 300;
  color: #111;
  text-wrap: balance;
}


#inclus .seo-copy-card p {
  max-width: 680px;
  margin: 0 0 18px;
  color: rgba(0, 0, 0, .58);
  font-size: clamp(.98rem, 1.12vw, 1.08rem);
  line-height: 1.75;
  letter-spacing: -.01em;
}


#inclus .seo-list {
  margin-top: clamp(26px, 3vw, 40px);
  gap: 14px;
}


#inclus .seo-list li {
  color: rgba(0, 0, 0, .76);
  font-size: clamp(.98rem, 1.08vw, 1.06rem);
  line-height: 1.55;
  letter-spacing: -.01em;
}


#inclus .seo-list li::before {
  width: 8px;
  height: 8px;
  margin-top: .62em;
  background: #111;
}


.seo-section:not(.seo-section--dark) h2 {
  color: #111111;
}


.seo-section--dark h2 {
  color: #ffffff;
}


#inclus .seo-container {
  width: var(--seo-align-width);
  max-width: none;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}


#inclus .seo-included__image {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  align-self: stretch;
}


#inclus .seo-included__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}


.service-editorial {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 10vw, 160px) clamp(24px, 5vw, 80px);
  padding-block: clamp(76px, 8vw, 118px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


.service-editorial--white {
  background: #ffffff;
  color: #050505;
  padding-block: clamp(76px, 8vw, 118px);
  background-image: none;
}


.service-editorial--dark {
  background: #ffffff;
  color: #fff;
  padding-inline: clamp(18px, 4.5vw, 72px);
}


.service-editorial--white::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: none;
  background-size: auto;
  opacity: .38;
  display: none;
}


.service-editorial--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle at 80% 8%, rgba(255, 255, 255, .08), transparent 30%), radial-gradient(circle at 14% 82%, rgba(255, 255, 255, .045), transparent 28%);
  background-size: auto;
  opacity: .42;
  display: none;
}


.service-editorial__inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}


.service-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: clamp(.62rem, .68vw, .7rem);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .42);
  line-height: 1.2;
}


.service-editorial--dark .service-eyebrow {
  color: rgba(255, 255, 255, .44);
}


.service-final-cta .service-eyebrow {
  color: rgba(255, 255, 255, .44);
}


.service-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: .7;
}


.service-editorial h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(44px, calc(2.82vw - 2px), 56px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: balance;
}


.service-final-cta h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(44px, calc(2.82vw - 2px), 56px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: balance;
  text-align: center;
}


.service-editorial__intro {
  max-width: 100%;
}


.service-truths {
  margin-top: clamp(58px, 8vw, 120px);
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, .12);
}


.service-truths p {
  margin: 0;
  padding: clamp(26px, 3.4vw, 44px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  font-size: clamp(1.25rem, 1.85vw, 2.05rem);
  line-height: 1.2;
  letter-spacing: -.032em;
  font-weight: 300;
  color: rgba(5, 5, 5, .82);
}


.service-split-head {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: start;
  margin-bottom: clamp(56px, 7vw, 110px);
  max-width: 100%;
}


.service-split-head h2 {
  max-width: 890px;
}


.service-chapters {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}


.service-chapter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(110px, .22fr) minmax(0, .82fr) minmax(260px, .96fr);
  gap: clamp(28px, 6vw, 90px);
  padding: clamp(34px, 4.4vw, 68px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  align-items: center;
}


.service-chapter__number {
  font-size: clamp(3.6rem, 8vw, 8rem);
  line-height: .82;
  letter-spacing: -.08em;
  font-weight: 200;
  color: rgba(255, 255, 255, .11);
}


.service-chapter__label {
  margin: 0 0 16px;
  font-size: clamp(.68rem, .78vw, .78rem);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .42);
  line-height: 1.2;
}


.service-chapter h3 {
  margin: 0;
  max-width: 820px;
  font-size: 38px;
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 300;
  color: #fff;
}


.service-chapter p:not(.service-chapter__label) {
  margin: clamp(18px, 2vw, 28px) 0 0;
  max-width: 680px;
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, .58);
  letter-spacing: 0;
  font-weight: 400;
}


.service-before-after {
  background: #ffffff;
  padding-inline: clamp(24px, 5vw, 80px);
  background-image: none;
}


.service-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2.2vw, 28px);
}


.service-compare__panel {
  min-height: clamp(420px, 42vw, 640px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4.6vw, 68px);
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .08);
  isolation: isolate;
}


.service-compare__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .45), transparent 34%);
  opacity: .35;
}


.service-compare__panel--muted {
  background: #ffffff;
  color: #111;
}


.service-compare__panel--strong {
  background: #050505;
  color: #fff;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: 0 26px 64px rgba(0, 0, 0, .16);
}


.service-compare__panel span {
  position: relative;
  z-index: 1;
  font-size: clamp(.68rem, .78vw, .78rem);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 700;
  color: rgba(0, 0, 0, .42);
  line-height: 1.2;
}


.service-compare__panel--strong span {
  color: rgba(255, 255, 255, .42);
}


.service-compare__panel h3 {
  position: relative;
  z-index: 1;
  margin: clamp(52px, 8vw, 130px) 0 0;
  max-width: 640px;
  font-size: 38px;
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 300;
}


.service-compare__panel ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: clamp(44px, 7vw, 100px) 0 0;
  display: grid;
  gap: 0;
  border-top: 1px solid currentColor;
  border-color: rgba(0, 0, 0, .13);
}


.service-compare__panel--strong ul {
  border-color: rgba(255, 255, 255, .16);
}


.service-compare__panel li {
  padding: 17px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .13);
  font-size: clamp(.96rem, 1.1vw, 1.08rem);
  color: rgba(0, 0, 0, .64);
}


.service-compare__panel--strong li {
  border-color: rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .68);
}


.service-method-wrap {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
  max-width: 100%;
  background: #ffffff;
  background-image: none;
}


.service-method-title {
  position: sticky;
  top: calc(var(--header-h) + 40px);
  transform: translateZ(0);
}


.service-method {
  display: grid;
  gap: 18px;
}


.service-method__item {
  min-height: 250px;
  padding: clamp(28px, 3.8vw, 52px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--card-radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
  position: relative;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1), border-color .35s cubic-bezier(.22, .61, .36, 1), box-shadow .35s cubic-bezier(.22, .61, .36, 1);
}


.service-method__item span {
  display: inline-flex;
  margin-bottom: clamp(34px, 4.5vw, 70px);
  font-size: clamp(.68rem, .78vw, .78rem);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .42);
  line-height: 1.2;
}


.service-method__item h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.25vw, 1.42rem);
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 300;
  color: #fff;
}


.service-method__item p {
  margin: 18px 0 0;
  max-width: 560px;
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, .58);
  letter-spacing: 0;
  font-weight: 400;
}


.service-included-section {
  background: #ffffff;
  background-image: none;
}


.service-included {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
  max-width: 100%;
}


.service-included__sticky {
  position: sticky;
  top: calc(var(--header-h) + 40px);
  transform: translateZ(0);
}


.service-included__sticky p {
  margin: 26px 0 0;
  max-width: 460px;
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  color: rgba(0, 0, 0, .56);
  letter-spacing: 0;
  font-weight: 400;
}


.service-included__list {
  border-top: 1px solid rgba(0, 0, 0, .14);
}


.service-included__list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: clamp(14px, 1.45vw, 20px);
  align-items: center;
  padding: clamp(15px, 1.7vw, 24px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, .14);
}


.service-included__list span {
  font-size: clamp(.68rem, .76vw, .80rem);
  font-weight: 500;
  letter-spacing: .17em;
  color: rgba(0, 0, 0, .36);
  line-height: 1.2;
  text-transform: uppercase;
}


.service-included__list strong {
  font-size: clamp(1.12rem, 1.38vw, 1.56rem);
  line-height: 1.2;
  letter-spacing: -.026em;
  font-weight: 300;
  color: rgba(5, 5, 5, .88);
}


.service-final-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(92px, 12vw, 180px) clamp(24px, 5vw, 80px);
  background: #ffffff;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-inline: clamp(18px, 4.5vw, 72px);
  padding-block: clamp(30px, 3.6vw, 48px);
  background-image: none;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


.service-final-cta::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: none;
  background-size: auto;
  opacity: .48;
  display: none;
}


.service-final-cta__inner {
  width: min(1360px, 100%);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  padding: clamp(92px, 12vw, 180px) clamp(24px, 5vw, 80px);
  background: #050505;
  box-shadow: none;
  padding-block: clamp(72px, 9vw, 128px);
  max-width: 100%;
}


.service-final-cta p {
  margin: clamp(22px, 2.5vw, 34px) auto 0;
  max-width: 720px;
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, .62);
  letter-spacing: 0;
  font-weight: 400;
}


.service-final-cta .seo-hero__actions {
  margin-top: clamp(34px, 4vw, 54px);
  justify-content: center;
}


.service-intro-stage {
  margin-top: clamp(42px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}


.service-visual-stack {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  border-radius: var(--card-radius);
  overflow: hidden;
  background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .76), transparent 26%), radial-gradient(circle at 82% 16%, rgba(0, 0, 0, .08), transparent 28%), linear-gradient(145deg, #f7f7f2 0%, #eeeeea 100%);
  border: 1px solid rgba(0, 0, 0, .105);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .12);
  isolation: isolate;
}


.service-visual-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 24%, rgba(255, 255, 255, .35), transparent 24%), radial-gradient(circle at 82% 78%, rgba(0, 0, 0, .06), transparent 26%);
  opacity: .75;
  z-index: -1;
}


.service-float-card {
  position: absolute;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: #f7f7f2;
  border: 1px solid rgba(0, 0, 0, .115);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
  animation: serviceFloat 12s ease-in-out infinite;
}


.service-float-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.94) contrast(1.02);
}


.service-float-card--main {
  inset: 8% 28% 9% 6%;
  animation-duration: 13s;
}


.service-float-card--top {
  width: clamp(170px, 19vw, 250px);
  height: clamp(160px, 17vw, 220px);
  right: 6%;
  top: 10%;
  animation-delay: -2s;
}


.service-float-card--bottom {
  width: clamp(190px, 22vw, 280px);
  height: clamp(170px, 18vw, 230px);
  right: 10%;
  bottom: 8%;
  animation-delay: -4s;
}


.service-float-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(5, 5, 5, .78);
  color: #fff;
  backdrop-filter: none;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .20);
}


.service-float-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #81d4ff;
  box-shadow: 0 0 0 8px rgba(129, 212, 255, .15);
}


.service-intro-copy {
  display: grid;
  align-content: center;
}


.service-intro-copy .service-truths {
  margin-top: 0;
  border-top: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: grid;
  gap: clamp(18px, 2vw, 28px);
}


.service-intro-copy .service-truths p {
  padding: 0;
  border-bottom: 0;
  font-size: clamp(1.25rem, 1.85vw, 2.05rem);
  line-height: 1.2;
  letter-spacing: -.032em;
  color: rgba(5, 5, 5, .76);
  font-weight: 300;
}


.service-side-notes {
  margin-top: clamp(22px, 3vw, 34px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}


.service-side-note {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  padding: 24px;
  border-radius: var(--card-radius);
  background: linear-gradient(145deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .84));
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .14);
}


.service-side-note::before {
  content: "";
  position: absolute;
  inset: auto -16% -44% auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .12), transparent 70%);
  animation: servicePulse 14s ease-in-out infinite;
  pointer-events: none;
}


.service-side-note span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(.68rem, .78vw, .78rem);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .46);
  line-height: 1.2;
}


.service-side-note h3 {
  margin: 18px 0 8px;
  font-size: clamp(1.375rem, calc(2.85vw - 10px), 2.625rem);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 300;
}


.service-side-note p {
  margin: 0;
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, .62);
  max-width: 28ch;
  letter-spacing: 0;
  font-weight: 400;
}


.service-motion-strip {
  margin-top: clamp(28px, 3vw, 40px);
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .105);
  border-bottom: 1px solid rgba(0, 0, 0, .105);
  background: #f7f7f2;
}


.service-motion-strip__track {
  display: flex;
  gap: 22px;
  width: max-content;
  padding: 14px 0;
  animation: serviceMarquee 34s linear infinite;
}


.service-motion-strip__track span {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: clamp(.68rem, .78vw, .78rem);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .52);
  white-space: nowrap;
  line-height: 1.2;
}


.service-motion-strip__track span::after {
  content: "•";
  color: rgba(0, 0, 0, .22);
}


.service-chapter__visual {
  position: relative;
  min-height: 240px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
  isolation: isolate;
}


.service-chapter__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  display: block;
  transform: scale(1.04);
  transition: transform .7s cubic-bezier(.22, .61, .36, 1);
}


.service-chapter:hover .service-chapter__visual img {
  transform: scale(1.09);
}


.service-chapter__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .38)), radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .10), transparent 28%);
  opacity: .95;
}


.service-compare__metric {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  padding: 11px 14px;
  border-radius: 14px;
  background: rgba(247, 247, 242, .86);
  border: 1px solid rgba(0, 0, 0, .105);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .10);
  backdrop-filter: none;
  min-width: 120px;
  text-align: left;
}


.service-compare__panel--strong .service-compare__metric {
  background: linear-gradient(180deg, rgba(124, 124, 124, .52) 0%, rgba(86, 86, 86, .62) 100%);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 14px 26px rgba(0, 0, 0, .22);
  backdrop-filter: none;
}


.service-compare__metric strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 300;
  color: #111;
}


.service-compare__panel--strong .service-compare__metric strong {
  color: rgba(255, 255, 255, .96);
}


.service-compare__metric small {
  display: block;
  margin-top: 6px;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .44);
  font-weight: 700;
}


.service-compare__panel--strong .service-compare__metric small {
  color: rgba(255, 255, 255, .68);
}


.service-compare__grid {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 120px;
  height: 78px;
  opacity: .18;
  z-index: 1;
  background: radial-gradient(circle at center, rgba(0, 0, 0, .12), transparent 70%);
  border-radius: 14px;
}


.service-compare__panel--strong .service-compare__grid {
  background: radial-gradient(circle at center, rgba(255, 255, 255, .14), transparent 70%);
  opacity: .16;
}


.service-method__item::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(129, 212, 255, .16), transparent 68%);
  pointer-events: none;
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
}


.service-method__item:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 26px 56px rgba(0, 0, 0, .22);
}


.service-method__item:hover::after {
  transform: translateY(-8px) scale(1.04);
}


.service-final-cta::after {
  content: "";
  position: absolute;
  inset: auto 50% -90px auto;
  width: 300px;
  height: 300px;
  transform: translateX(50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .10), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  animation: servicePulse 9s ease-in-out infinite;
  display: none;
}


.service-method-section::before {
  background: none;
  background-size: auto;
  opacity: .38;
  display: none;
  content: none;
}


.seo-faq-accordion {
  width: min(980px, 100%);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, .12);
}


.seo-faq-accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}


.seo-faq-accordion__question {
  width: 100%;
  min-height: clamp(74px, 7vw, 96px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0;
  color: #fff;
  text-align: left;
  font: inherit;
  cursor: pointer;
}


.seo-faq-accordion__question span {
  display: block;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.35;
  letter-spacing: -.015em;
  font-weight: 400;
  color: rgba(255, 255, 255, .88);
  transition: color .25s var(--ease);
}


.seo-faq-accordion__question em {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .66);
  font-style: normal;
  font-size: 1.35rem;
  font-weight: 200;
  line-height: 1;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}


.seo-faq-accordion__question .seo-faq-accordion__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .66);
  font-style: normal;
  font-size: 1.35rem;
  font-weight: 200;
  line-height: 1;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}


.seo-faq-accordion__question:hover span {
  color: #fff;
}


.seo-faq-accordion__question:hover em {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
}


.seo-faq-accordion__question:hover .seo-faq-accordion__icon {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
}


.seo-faq-accordion__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s cubic-bezier(.22, .61, .36, 1);
}


.seo-faq-accordion__answer p {
  margin: 0;
  max-width: 720px;
  padding: 0 72px clamp(26px, 3vw, 38px) 0;
  color: rgba(255, 255, 255, .55);
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
}


.seo-faq-accordion__item.is-open .seo-faq-accordion__question em {
  transform: rotate(45deg);
  background: #fff;
  color: #050505;
  border-color: #fff;
}


.seo-faq-accordion__item.is-open .seo-faq-accordion__question .seo-faq-accordion__icon {
  transform: rotate(45deg);
  background: #fff;
  color: #050505;
  border-color: #fff;
}


.seo-faq-accordion__item.is-open .seo-faq-accordion__answer {
  max-height: 240px;
}


.service-editorial--dark>.service-editorial__inner {
  position: relative;
  overflow: hidden;
  width: min(1280px, 100%);
  padding: clamp(52px, 6.5vw, 96px) clamp(24px, 5vw, 76px);
  border-radius: var(--card-radius);
  background: radial-gradient(circle at 84% 8%, rgba(255, 255, 255, .08), transparent 34%), radial-gradient(circle at 12% 88%, rgba(255, 255, 255, .045), transparent 28%), #050505;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .18);
}


.service-editorial--dark .service-chapters {
  border-top-color: rgba(255, 255, 255, .12);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}


.service-editorial--dark .service-chapter:last-child {
  border-bottom-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}


.service-editorial--dark .service-chapter {
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  margin-bottom: 10px;
}


.service-editorial--dark:not(.service-method-section)>.service-editorial__inner {
  background: #ffffff;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  width: min(1360px, 100%);
  margin-inline: auto;
  background-image: none;
}


.service-editorial--dark:not(.service-method-section) .service-split-head {
  margin-bottom: 10px;
  padding: clamp(48px, 5.4vw, 76px) clamp(26px, 4vw, 56px);
  background: radial-gradient(circle at 82% 10%, rgba(255, 255, 255, .07), transparent 34%), radial-gradient(circle at 14% 88%, rgba(255, 255, 255, .04), transparent 28%), #050505;
  width: min(100%, 1020px);
  margin: 0 auto 18px;
  grid-template-columns: 1fr;
  gap: 16px;
  text-align: center;
  justify-items: center;
  box-shadow: none;
  outline: 1px solid rgba(0, 0, 0, .035);
  outline-offset: 0;
  border-radius: 0;
}


.service-editorial--dark:not(.service-method-section) .service-chapters {
  gap: 18px;
  border-top: 0;
  background: #ffffff;
  align-items: start;
  display: grid;
  background-image: none;
}


.service-editorial--dark:not(.service-method-section) .service-chapter {
  margin: 0;
  padding: clamp(32px, 4vw, 54px) clamp(24px, 4vw, 54px);
  border-bottom: 0;
  background: #000000;
  width: min(100%, 1080px);
  box-shadow: none;
  position: relative;
  align-items: center;
  border: 0;
  outline: 1px solid rgba(0, 0, 0, .035);
  outline-offset: 0;
  border-radius: 0;
}


.service-editorial--dark:not(.service-method-section) {
  padding-block: clamp(30px, 3.6vw, 48px);
  background: #ffffff;
  background-image: none;
}


.service-editorial--dark:not(.service-method-section) .service-split-head h2 {
  max-width: 860px;
  margin-inline: auto;
}


.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(1) {
  margin-right: auto;
  margin-left: 0;
  width: min(100%, 1000px);
  transform: translateX(-18px);
}


.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
  width: min(100%, 1000px);
  transform: translateX(18px);
}


.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3) {
  margin-inline: auto;
  width: min(100%, 960px);
  transform: none;
}


.service-editorial--dark:not(.service-method-section) .service-chapter__number {
  color: rgba(255, 255, 255, .14);
}


.service-editorial--dark:not(.service-method-section) .service-chapter::before {
  content: none;
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .18));
  opacity: .96;
  display: none;
}


.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3)::after {
  content: "";
  position: absolute;
  inset: auto 50% -14px auto;
  width: 140px;
  height: 1px;
  transform: translateX(50%);
  background: rgba(5, 5, 5, .12);
}


.service-editorial--dark:not(.service-method-section) .service-chapter__visual {
  min-height: 248px;
  box-shadow: none;
  border: 0;
  background: #000000;
  outline: 0;
  border-radius: 0;
}


.service-method-section {
  background: #ffffff;
  padding-block: clamp(30px, 3.6vw, 48px);
  padding-inline: clamp(18px, 4.5vw, 72px);
  background-image: none;
}


.service-method-section>.service-editorial__inner.service-method-wrap {
  width: min(1360px, 100%);
  margin-inline: auto;
  background: #ffffff;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  gap: 16px;
  align-items: stretch;
  background-image: none;
}


.service-method-section .service-method-title {
  position: relative;
  top: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(42px, 5vw, 72px) clamp(24px, 4vw, 54px);
  background: radial-gradient(circle at 82% 10%, rgba(255, 255, 255, .07), transparent 34%), radial-gradient(circle at 14% 88%, rgba(255, 255, 255, .04), transparent 28%), #050505;
  box-shadow: none;
}


.service-method-section .service-method-title h2 {
  max-width: 12ch;
}


.service-method-section .service-method {
  display: grid;
  gap: 16px;
  align-content: start;
}


.service-method-section .service-method__item {
  min-height: 0;
  padding: clamp(28px, 3.6vw, 48px) clamp(22px, 3.6vw, 46px);
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at 84% 10%, rgba(255, 255, 255, .07), transparent 34%), radial-gradient(circle at 14% 88%, rgba(255, 255, 255, .04), transparent 28%), #050505;
  box-shadow: none;
}


.service-method-section .service-method__item span {
  margin-bottom: clamp(26px, 3.8vw, 54px);
  color: rgba(255, 255, 255, .42);
}


.service-method-section .service-method__item h3 {
  max-width: 14ch;
}


.service-method-section .service-method__item p {
  max-width: 56ch;
  color: rgba(255, 255, 255, .58);
}


.seo-section.seo-section--dark {
  padding: clamp(88px, 9vw, 132px) clamp(24px, 5vw, 80px);
}


.service-editorial+.service-editorial {
  margin-top: 0;
}


.service-editorial+.service-final-cta {
  margin-top: 0;
}


.service-final-cta+.seo-section {
  margin-top: 0;
}


.service-editorial+.seo-section {
  margin-top: 0;
}


.seo-faq-shell {
  max-width: 100%;
}


.service-before-after>.service-editorial__inner {
  width: min(1280px, 100%);
  max-width: none;
  margin: 0 auto;
  background: #ffffff;
  background-image: none;
}


.service-before-after .service-split-head {
  width: auto;
  margin: 0 0 clamp(22px, 2.6vw, 34px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  max-width: 980px;
  gap: 16px;
}


.service-before-after .service-compare {
  width: auto;
  max-width: none;
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}


.service-before-after .service-compare__panel {
  min-height: 0;
  height: min(86vh, 840px);
}


.service-before-after .service-compare__panel--muted {
  background: radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .72), transparent 34%), linear-gradient(145deg, #f7f7f2 0%, #eeeeea 100%);
  border: 1px solid rgba(0, 0, 0, .105);
  box-shadow: 0 26px 64px rgba(0, 0, 0, .12);
}


.service-before-after .service-compare__panel--strong {
  box-shadow: 0 34px 90px rgba(0, 0, 0, .22);
}


.service-editorial--dark:not(.service-method-section)::before {
  content: none;
  display: none;
  background: none;
}


.service-before-after::before {
  content: none;
  display: none;
  background: none;
}


.service-included-section::before {
  content: none;
  display: none;
  background: none;
}


.seo-section--white::before {
  content: none;
  display: none;
  background: none;
}


#inclus.seo-section::before {
  content: none;
  display: none;
  background: none;
}


.service-editorial--dark:not(.service-method-section) .service-chapter::after {
  content: none;
  display: none;
}


.service-editorial--dark:not(.service-method-section) .service-chapter__visual::before {
  box-shadow: none;
  border: 0;
  content: none;
  display: none;
  background: none;
  opacity: 0;
}


.service-editorial--dark:not(.service-method-section) .service-chapter__visual::after {
  box-shadow: none;
  border: 0;
  content: none;
  display: none;
  background: none;
  opacity: 0;
}


.service-editorial p {
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
}


.seo-section p {
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
}


.service-final-cta__actions .btn {
  font-size: clamp(.9rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: -.015em;
}


.service-final-cta__actions a {
  font-size: clamp(.9rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: -.015em;
}


.service-editorial .btn {
  font-size: clamp(.9rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: -.015em;
}


.service-editorial a[class*="btn"] {
  font-size: clamp(.9rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: -.015em;
}


.seo-section .btn {
  font-size: clamp(.9rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: -.015em;
}


.service-before-after .service-split-head h2 {
  max-width: 900px;
  margin: 0;
  text-align: left;
}


.service-before-after .service-split-head .service-eyebrow {
  justify-content: flex-start;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}


.seo-hero__content::before {
  content: "";
  position: absolute;
  inset: -42px -54px -34px -54px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse 72% 58% at 34% 42%, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .055) 44%, transparent 76%);
  opacity: .34;
  filter: none;
}


.service-editorial--dark:not(.service-method-section) .service-chapter__visual img {
  opacity: 1;
  filter: brightness(1.12) contrast(1.03) saturate(1.04);
  transform: scale(1.02);
}


.service-editorial--dark:not(.service-method-section) .service-chapter:hover .service-chapter__visual img {
  transform: scale(1.06);
}


.seo-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  opacity: 1;
  filter: none;
  transform-origin: center center;
  animation: seoHeroBreath 18s ease-in-out infinite alternate;
  will-change: transform;
  pointer-events: none;
  display: block;
}


.seo-hero__content.reveal {
  transform: translate3d(0, 22px, 0);
  transition-duration: .9s;
}


.seo-hero__content.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}


.service-chapter.reveal {
  transform: translate3d(0, 36px, 0) scale(.992);
  transition-duration: .82s;
}


.service-method__item.reveal {
  transform: translate3d(0, 36px, 0) scale(.992);
  transition-duration: .82s;
}


.service-included__list.reveal {
  transform: translate3d(0, 36px, 0) scale(.992);
  transition-duration: .82s;
}


.seo-faq-accordion__item.reveal {
  transform: translate3d(0, 36px, 0) scale(.992);
  transition-duration: .82s;
}


.service-final-cta__inner.reveal {
  transform: translate3d(0, 36px, 0) scale(.992);
  transition-duration: .82s;
}


.service-chapter.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}


.service-method__item.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}


.service-included__list.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}


.seo-faq-accordion__item.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}


.service-final-cta__inner.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}


.service-editorial--dark:not(.service-method-section) .service-chapter.reveal .service-chapter__visual img {
  transform: scale(1.065);
  transition: transform 1.05s cubic-bezier(.22, .61, .36, 1), filter .45s cubic-bezier(.22, .61, .36, 1);
}


.service-editorial--dark:not(.service-method-section) .service-chapter.reveal.is-visible .service-chapter__visual img {
  transform: scale(1.02);
}


.service-editorial--dark:not(.service-method-section) .service-chapter.reveal.is-visible:hover .service-chapter__visual img {
  transform: scale(1.055);
}


.service-compare__panel--muted.reveal {
  transform: translate3d(-34px, 18px, 0);
  transition-duration: .86s;
}


.service-compare__panel--strong.reveal {
  transform: translate3d(34px, 18px, 0);
  transition-duration: .86s;
}


.service-compare__panel--muted.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}


.service-compare__panel--strong.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}


.service-side-note.reveal {
  transform: translate3d(0, 28px, 0);
}


.service-intro-stage.reveal {
  transform: translate3d(0, 28px, 0);
}


.service-included__sticky.reveal {
  transform: translateZ(0);
}


.service-method-title.reveal {
  transform: translateZ(0);
}


.service-split-head.reveal {
  transform: translate3d(0, 28px, 0);
}


.service-editorial__intro.reveal {
  transform: translate3d(0, 28px, 0);
}


.seo-section__head.reveal {
  transform: translate3d(0, 28px, 0);
}


.service-side-note.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}


.service-intro-stage.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}


.service-included__sticky.reveal.is-visible {
  transform: translateZ(0);
}


.service-method-title.reveal.is-visible {
  transform: translateZ(0);
}


.service-split-head.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}


.service-editorial__intro.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}


.seo-section__head.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}


@media (min-width: 1600px) {
  .seo-hero,
  .seo-section,
  .service-editorial {
    padding-left: var(--section-x);
    padding-right: var(--section-x);
  }

  .seo-hero__inner,
  .seo-container,
  .service-editorial__inner {
    width: min(var(--layout-wide-max), 100%);
  }
}

@media (max-width: 1240px) {
.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(1) {
    width: min(100%, 1000px);
    transform: none;
  }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(2) {
    width: min(100%, 1000px);
    transform: none;
  }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3) {
    width: min(100%, 1000px);
    transform: none;
  }
}


@media (max-width: 860px) {
#inclus .seo-copy-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

#inclus .seo-section__head {
    max-width: none;
    padding-left: clamp(24px, 5vw, 80px);
    padding-right: clamp(24px, 5vw, 80px);
    box-sizing: border-box;
  }

#inclus .seo-container {
    max-width: none;
    padding-left: clamp(24px, 5vw, 80px);
    padding-right: clamp(24px, 5vw, 80px);
    box-sizing: border-box;
  }

#inclus .seo-included {
    grid-template-columns: 1fr;
    gap: 34px;
  }

#inclus .seo-included__image {
    min-height: 260px;
  }
}


@media (max-width: 1080px) {
.service-intro-stage {
    grid-template-columns: 1fr;
  }

.service-chapter {
    grid-template-columns: 1fr;
  }

.service-intro-copy {
    order: 2;
  }

.service-visual-stack {
    min-height: 430px;
    border-radius: var(--card-radius);
  }

.service-side-notes {
    grid-template-columns: 1fr 1fr;
  }
}


@media (max-width: 760px) {
.seo-hero {
    min-height: 100svh;
    padding: calc(var(--header-h) + 42px) 22px 52px;
  }

.seo-hero h1 {
    font-size: clamp(2.1rem, 11vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.015em;
  }

.seo-hero__actions {
    gap: 10px;
  }

.seo-btn {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
  }

.seo-panel__top {
    padding: 24px;
  }

.seo-panel__body {
    padding: 24px;
  }

.seo-panel__bottom {
    margin: 0 24px 24px;
    border-radius: var(--card-radius);
  }

.seo-check {
    grid-template-columns: auto 1fr;
  }

.seo-check__tag {
    display: none;
  }

.seo-section {
    padding: 62px 22px;
  }

.seo-copy-card {
    padding: 28px 24px;
    border-radius: var(--card-radius);
  }

.seo-step {
    min-height: 390px;
    border-radius: var(--card-radius);
  }

.seo-hero__lead {
    font-size: .98rem;
  }

#inclus.seo-section {
    padding-top: 62px;
  }

#inclus .seo-section__head h2 {
    font-size: clamp(1.95rem, 9vw, 2.75rem);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

.seo-section h2 {
    font-size: clamp(1.95rem, 9vw, 2.75rem);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

.seo-final-cta h2 {
    font-size: clamp(1.95rem, 9vw, 2.75rem);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

#inclus .seo-copy-card h3 {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -.035em;
  }

.service-editorial--dark {
    padding-inline: 14px;
  }

.service-editorial--dark>.service-editorial__inner {
    padding: 44px 20px;
    border-radius: var(--card-radius);
  }

.service-editorial--dark:not(.service-method-section) .service-split-head {
    padding: 36px 20px;
    margin-bottom: 16px;
    border-radius: var(--card-radius);
  }

.service-editorial--dark:not(.service-method-section) .service-chapter {
    padding: 34px 18px;
    border-radius: var(--card-radius);
  }

.service-editorial--dark:not(.service-method-section) .service-chapters {
    gap: 14px;
  }

.service-final-cta {
    padding-inline: 14px;
    padding-block: 22px;
  }

.service-final-cta__inner {
    padding: 56px 20px;
    padding-block: 52px;
  }

.service-editorial {
    padding-block: 72px;
  }

.service-editorial--white {
    padding-block: 72px;
  }

.service-editorial--dark:not(.service-method-section) {
    padding-block: 22px;
  }

.service-method-section {
    padding-block: 22px;
  }

.seo-section.seo-section--dark {
    padding-block: 72px;
  }

.service-before-after {
    padding-inline: 24px;
  }

.service-before-after .service-compare__panel--muted {
    box-shadow: 0 18px 42px rgba(0, 0, 0, .125);
  }

.service-visual-stack {
    box-shadow: 0 18px 42px rgba(0, 0, 0, .125);
    border-radius: var(--card-radius);
  }

.service-float-card {
    box-shadow: 0 18px 42px rgba(0, 0, 0, .125);
    border-radius: var(--card-radius);
  }

.service-editorial h2,
.service-final-cta h2 {
    font-size: clamp(1.95rem, 9vw, 2.75rem);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

.service-chapter h3 {
    font-size: 38px;
    line-height: 1.05;
  }

.service-compare__panel h3 {
    font-size: 38px;
    line-height: 1.05;
  }

.service-method__item h3 {
    font-size: clamp(1.375rem, calc(10vw - 10px), 2.025rem);
    line-height: 1.06;
  }

.service-included__list strong {
    font-size: clamp(1.08rem, 5vw, 1.38rem);
    line-height: 1.2;
  }

.service-side-note h3 {
    font-size: clamp(1.375rem, calc(10vw - 10px), 2.025rem);
    line-height: 1.06;
  }

.service-editorial p {
    font-size: .95rem;
    line-height: 1.65;
  }

.service-final-cta p {
    font-size: .95rem;
    line-height: 1.65;
  }

.seo-section p {
    font-size: .95rem;
    line-height: 1.65;
  }

.service-chapter p:not(.service-chapter__label) {
    font-size: .95rem;
    line-height: 1.65;
  }

.service-method__item p {
    font-size: .95rem;
    line-height: 1.65;
  }

.service-side-note p {
    font-size: .95rem;
    line-height: 1.65;
  }

.service-included__sticky p {
    font-size: .95rem;
    line-height: 1.65;
  }

.seo-section__lead {
    font-size: .95rem;
    line-height: 1.65;
  }

.seo-copy-card p {
    font-size: .95rem;
    line-height: 1.65;
  }

.seo-faq-accordion__answer p {
    font-size: .95rem;
    line-height: 1.65;
  }

.seo-hero__content::before {
    inset: -34px -24px -28px -24px;
    opacity: .58;
  }

.seo-hero__image {
    object-position: center center;
    animation-duration: 15s;
  }

.service-compare__panel--muted.reveal {
    transform: translate3d(0, 28px, 0);
  }

.service-compare__panel--strong.reveal {
    transform: translate3d(0, 28px, 0);
  }

}


@media (max-width: 980px) {
.seo-hero__inner {
    grid-template-columns: 1fr;
  }

.seo-included {
    grid-template-columns: 1fr;
  }

.seo-ai-grid {
    grid-template-columns: 1fr;
  }

.seo-hero__panel {
    min-height: auto;
  }

.seo-steps {
    grid-template-columns: 1fr;
  }

.seo-step {
    min-height: 420px;
    border-radius: var(--card-radius);
  }

.seo-faq-grid {
    grid-template-columns: 1fr;
  }

.service-method-section {
    padding-inline: 14px;
  }

.service-method-section>.service-editorial__inner.service-method-wrap {
    grid-template-columns: 1fr;
  }

.service-method-section .service-method-title {
    min-height: auto;
  }

.service-method-section .service-method-title h2 {
    max-width: none;
  }

.service-method-section .service-method__item h3 {
    max-width: none;
  }

.service-before-after .service-compare__panel {
    height: auto;
    min-height: clamp(400px, 64vw, 700px);
  }
}


@media (max-width: 640px) {
.service-editorial {
    padding: 68px 20px;
  }


.service-truths {
    margin-top: 46px;
  }

.service-truths p {
    font-size: clamp(1.65rem, 9vw, 2.7rem);
  }

.service-split-head {
    margin-bottom: 42px;
  }

.service-compare__panel {
    min-height: 390px;
    padding: 28px 24px;
    border-radius: var(--card-radius);
  }

.service-compare__panel h3 {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

.service-method__item {
    min-height: auto;
    border-radius: var(--card-radius);
  }

.service-included__list div {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
  }

.service-final-cta {
    padding: 76px 20px;
  }

.service-intro-copy .service-truths {
    padding: 0;
    border-radius: 0;
  }

.service-side-notes {
    grid-template-columns: 1fr;
  }

.service-visual-stack {
    min-height: 340px;
    border-radius: var(--card-radius);
  }

.service-float-card {
    border-radius: var(--card-radius);
  }

.service-float-card--main {
    inset: 8% 10% 38% 6%;
  }

.service-float-card--top {
    width: 38vw;
    height: 29vw;
    right: 5%;
    top: 9%;
  }

.service-float-card--bottom {
    width: 44vw;
    height: 30vw;
    right: 6%;
    bottom: 8%;
  }

.service-motion-strip {
    margin-top: 20px;
  }

.service-motion-strip__track span {
    font-size: .68rem;
    letter-spacing: .14em;
  }

.service-compare__metric {
    top: 16px;
    right: 16px;
  }

.seo-faq-accordion__question {
    min-height: 70px;
    gap: 18px;
  }

.seo-faq-accordion__question em {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

.seo-faq-accordion__question .seo-faq-accordion__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

.seo-faq-accordion__answer p {
    padding-right: 0;
  }

.service-method-section .service-method-title {
    padding: 34px 18px;
  }

.service-method-section .service-method__item {
    padding: 34px 18px;
  }
}


@media (prefers-reduced-motion: reduce) {
.seo-hero__image {
    animation: none;
    transform: scale(1.025);
  }

.service-chapter__visual img {
    transition-duration: .001ms;
    animation-duration: .001ms;
  }
}


@media (max-width: 960px) {
.seo-hero {
    min-height: 100svh;
  }
}


@media (max-width: 1328px) {
#inclus .seo-section__head {
    max-width: none;
  }

#inclus .seo-container {
    max-width: none;
  }

#inclus .seo-included {
    max-width: none;
  }
}


@media (max-width: 920px) {
.service-split-head {
    grid-template-columns: 1fr;
  }

.service-method-wrap {
    grid-template-columns: 1fr;
  }

.service-included {
    grid-template-columns: 1fr;
  }

.service-method-title {
    position: relative;
    top: auto;
  }

.service-included__sticky {
    position: relative;
    top: auto;
  }

.service-compare {
    grid-template-columns: 1fr;
  }

.service-chapter {
    grid-template-columns: 1fr;
    gap: 24px;
  }

.service-chapter__number {
    font-size: clamp(4rem, 22vw, 8rem);
  }

.service-chapter__visual {
    min-height: 220px;
  }
}


@media (min-width: 1100px) {
.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(1) {
    width: min(100%, 980px);
    transform: translateX(-26px);
  }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(2) {
    width: min(100%, 980px);
    transform: translateX(26px);
  }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3) {
    width: min(100%, 980px);
    transform: translateX(0);
  }
}


@media (max-width: 1099px) {
.service-editorial--dark:not(.service-method-section) .service-chapter {
    width: 100%;
    margin-inline: 0;
    transform: none;
    border-radius: var(--card-radius);
  }

.service-editorial--dark:not(.service-method-section) .service-split-head {
    width: 100%;
    border-radius: var(--card-radius);
  }

.service-editorial--dark:not(.service-method-section) .service-chapter::after {
    display: none;
  }
}


@media (max-width: 1120px) {
.service-editorial--dark:not(.service-method-section) .service-chapter {
    width: 100%;
    transform: none;
    border-radius: var(--card-radius);
  }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(1) {
    width: 100%;
    transform: none;
  }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(2) {
    width: 100%;
    transform: none;
  }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3) {
    width: 100%;
    transform: none;
  }
}
