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

.seo-hero {
  --seo-hero-title-size: clamp(2.9rem, 5.35vw, 5.25rem);
  --seo-hero-title-size-sm: clamp(2.35rem, 10vw, 3.75rem);
  --seo-hero-title-size-xs: clamp(2.15rem, 10vw, 3.15rem);
  --seo-hero-title-line: 1;
  --seo-hero-title-spacing: -0.06em;
  --seo-hero-zoom-duration: 6500ms;
  --seo-hero-shadow-title:
    0 1px 1px rgba(0, 0, 0, 0.42), 0 18px 62px rgba(0, 0, 0, 0.42),
    0 42px 118px rgba(0, 0, 0, 0.32);
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + clamp(54px, 6vw, 92px)) clamp(24px, 5vw, 80px)
    clamp(54px, 6vw, 92px);
  overflow: hidden;
  isolation: isolate;
  background: #050505;
}

.seo-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(220px, 34vh, 420px);
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0) 0%,
    rgba(5, 5, 5, 0.06) 18%,
    rgba(5, 5, 5, 0.16) 36%,
    rgba(5, 5, 5, 0.34) 56%,
    rgba(5, 5, 5, 0.62) 76%,
    #050505 100%
  );
}

.seo-hero__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: block;
  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: var(--seo-hero-title-size);
  font-weight: 300;
  line-height: var(--seo-hero-title-line);
  letter-spacing: var(--seo-hero-title-spacing);
  text-wrap: balance;
  text-shadow: var(--seo-hero-shadow-title);
  padding-block: 0.08em 0.1em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.seo-hero h1 span {
  display: block;
  color: inherit;
  font-weight: inherit;
  text-shadow: inherit;
}

.seo-hero__lead {
  margin: 24px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.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, 0.34),
    0 1px 2px rgba(0, 0, 0, 0.28);
}

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

.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--dark {
  background: #050505;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.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, 0.44);
  font-size: clamp(0.62rem, 0.68vw, 0.7rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
}

.seo-section--dark .seo-section__eyebrow {
  color: rgba(255, 255, 255, 0.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-hero__content {
  max-width: 760px;
  position: relative;
  z-index: 6;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
  isolation: isolate;
}

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

.seo-premium-grid {
  --seo-premium-bg: #ffffff;
  --seo-premium-panel-left: #513833;
  --seo-premium-panel-right: #3d332c;
  --seo-premium-panel-dark: #15100f;
  --seo-premium-cream: #ead8bd;
  --seo-premium-cream-soft: #f4ead8;
  --seo-premium-white: #ffffff;
  --seo-premium-muted: rgba(255, 255, 255, 0.72);
  --seo-premium-soft: rgba(255, 255, 255, 0.54);
  --seo-premium-ink-brown: #5f4038;
  --seo-premium-section-x: clamp(24px, 5vw, 80px);
  --seo-premium-section-y: clamp(42px, 5vw, 88px);
  --seo-premium-grid-gap: clamp(20px, 2.6vw, 40px);
  --seo-premium-inner-width: min(1280px, 100%);
  --seo-premium-title-lg: clamp(3rem, 4.6vw, 5.7rem);
  --seo-premium-title-md: clamp(1.8rem, 2.4vw, 3rem);
  --seo-premium-text: clamp(1rem, 1.08vw, 1.18rem);
  --seo-premium-label: clamp(0.72rem, 0.78vw, 0.86rem);
  position: relative;
  min-height: 100vh;
  padding: var(--seo-premium-section-y) var(--seo-premium-section-x);
  overflow: hidden;
  background: var(--seo-premium-bg);
  color: var(--seo-premium-white);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.seo-premium-grid__inner {
  width: var(--seo-premium-inner-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(420px, 1.02fr);
  gap: var(--seo-premium-grid-gap);
  align-items: stretch;
}

.seo-premium-grid__stack {
  display: grid;
  gap: var(--seo-premium-grid-gap);
}

.seo-premium-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  isolation: isolate;
}

.seo-premium-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.24)),
    radial-gradient(
      circle at 50% 35%,
      transparent 0 34%,
      rgba(0, 0, 0, 0.2) 100%
    );
}

.seo-premium-card--large {
  min-height: clamp(680px, 79vw, 980px);
  display: grid;
  place-items: center;
  padding: clamp(36px, 5vw, 84px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    var(--seo-premium-panel-left);
}

.seo-premium-card--top {
  min-height: clamp(300px, 26vw, 440px);
  padding: clamp(34px, 4vw, 76px);
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.035), rgba(0, 0, 0, 0.14)),
    var(--seo-premium-panel-right);
}

.seo-premium-card--bottom {
  min-height: clamp(360px, 34vw, 520px);
  padding: clamp(34px, 4vw, 72px);
  display: flex;
  align-items: flex-start;
  background: var(--seo-premium-panel-dark);
}

.seo-premium-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  filter: saturate(0.86) contrast(1.04) brightness(0.72);
  transform: scale(1.02);
  transition: transform 900ms var(--ease);
}

.seo-premium-card:hover .seo-premium-card__image {
  transform: scale(1.06);
}

.seo-phone {
  position: relative;
  z-index: 5;
  width: min(78%, 560px);
  aspect-ratio: 9 / 14;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.26);
  transform: translateY(7%);
}

.seo-phone__top {
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 44px);
  background: rgba(120, 71, 66, 0.9);
  color: var(--seo-premium-cream-soft);
}

.seo-phone__brand {
  font-size: clamp(0.78rem, 0.9vw, 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.9;
}

.seo-phone__menu {
  width: 34px;
  height: 22px;
  background:
    linear-gradient(
        var(--seo-premium-cream-soft),
        var(--seo-premium-cream-soft)
      )
      0 0 / 100% 2px no-repeat,
    linear-gradient(
        var(--seo-premium-cream-soft),
        var(--seo-premium-cream-soft)
      )
      0 50% / 100% 2px no-repeat,
    linear-gradient(
        var(--seo-premium-cream-soft),
        var(--seo-premium-cream-soft)
      )
      0 100% / 100% 2px no-repeat;
  opacity: 0.9;
}

.seo-phone__screen {
  position: relative;
  height: 85%;
  display: grid;
  place-items: center;
  padding: 36px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    url("../../site/images/shared/menu/seo-carte-zones-intervention.webp") center / cover;
}

.seo-phone__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 230, 212, 0.28);
  backdrop-filter: blur(5px);
}

.seo-phone__content {
  position: relative;
  z-index: 2;
  max-width: 390px;
  text-align: center;
  color: var(--seo-premium-white);
}

.seo-lock {
  width: 42px;
  height: 42px;
  margin: 0 auto 34px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 0;
  opacity: 0.9;
}

.seo-lock::before {
  content: "";
  width: 22px;
  height: 18px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 0;
  transform: translateY(-16px);
}

.seo-phone__title {
  margin: 0;
  font-size: var(--seo-premium-title-lg);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.074em;
  text-wrap: balance;
}

.seo-phone__button {
  width: fit-content;
  min-height: 68px;
  margin: 42px auto 0;
  padding: 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  color: var(--seo-premium-white);
  font-size: var(--seo-premium-label);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-browser {
  position: relative;
  z-index: 5;
  width: min(82%, 720px);
  min-height: clamp(240px, 18vw, 330px);
  padding: clamp(24px, 2.8vw, 44px);
  background: var(--seo-premium-cream-soft);
  color: #6b4c42;
  border-radius: 0;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.seo-browser__nav {
  display: flex;
  gap: clamp(28px, 4vw, 72px);
  margin-bottom: clamp(34px, 4vw, 58px);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.68;
}

.seo-browser__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 2.4vw, 36px);
}

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

.seo-browser__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 8.8;
  background: #2d201d;
  border-radius: 0;
}

.seo-browser__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04) brightness(0.76);
  transition: transform 700ms var(--ease);
}

.seo-browser__item:hover img {
  transform: scale(1.05);
}

.seo-browser__lock {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--seo-premium-white);
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.16);
}

.seo-browser__title {
  margin: 0;
  font-size: clamp(1.05rem, 1.22vw, 1.5rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.seo-download {
  position: relative;
  z-index: 5;
  width: 100%;
  display: grid;
  gap: clamp(56px, 8vw, 104px);
  color: var(--seo-premium-white);
}

.seo-download__content {
  max-width: 620px;
}

.seo-download__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--seo-premium-soft);
  font-size: var(--seo-premium-label);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-download__title {
  margin: 0 0 20px;
  font-size: var(--seo-premium-title-md);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.seo-download__text {
  max-width: 560px;
  margin: 0;
  color: var(--seo-premium-muted);
  font-size: var(--seo-premium-text);
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.026em;
}

.seo-download__cta {
  justify-self: center;
  width: min(78%, 660px);
  min-height: clamp(88px, 8vw, 128px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 clamp(26px, 4vw, 58px);
  border-radius: 0;
  background: var(--seo-premium-cream);
  color: var(--seo-premium-ink-brown);
  font-size: clamp(1.45rem, 2.25vw, 3.1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.065em;
  text-transform: none;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  transition:
    transform 360ms var(--ease),
    opacity 360ms var(--ease);
}

.seo-download__cta:hover {
  transform: translateY(-3px);
  opacity: 0.92;
}

.seo-download__icon {
  width: clamp(22px, 2vw, 38px);
  height: clamp(22px, 2vw, 38px);
  position: relative;
  flex: none;
}

.seo-download__icon::before,
.seo-download__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
}

.seo-download__icon::before {
  top: 0;
  width: 3px;
  height: 70%;
}

.seo-download__icon::after {
  bottom: 0;
  width: 100%;
  height: 3px;
  box-shadow:
    -8px -8px 0 -3px currentColor,
    8px -8px 0 -3px currentColor;
}

.seo-proof {
  --proof-ink: #050505;
  --proof-white: #f7f4ef;
  --proof-soft: rgba(247, 244, 239, 0.82);
  --proof-page-x: clamp(24px, 4vw, 80px);
  --proof-section-y-top: clamp(82px, 9vw, 132px);
  --proof-section-y-bottom: clamp(34px, 4vw, 64px);
  --proof-title-size: clamp(44px, calc(2.82vw - 2px), 56px);
  --proof-card-shadow: none;
  --proof-card-w: clamp(280px, 26vw, 500px);
  --proof-card-h: clamp(500px, 37vw, 640px);
  --proof-screen-w: min(58%, 320px);
  --proof-screen-h: 58%;
  --proof-stage-pad-x: clamp(18px, 2.2vw, 42px);
  --proof-card-perspective: 1350px;
  --proof-parallax-y: 0px;
  --proof-parallax-start-offset: clamp(30px, 2.4vw, 42px);
  --proof-parallax-max-base: clamp(46px, 4vw, 68px);
  --proof-parallax-max: calc(
    var(--proof-parallax-max-base) + var(--proof-parallax-start-offset)
  );
  min-height: 154vh;
  padding: var(--proof-section-y-top) var(--proof-page-x)
    var(--proof-section-y-bottom);
  color: var(--proof-ink);
  background: #ffffff;
  overflow: clip;
}

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

.seo-proof__head {
  max-width: 820px;
  margin: 0 auto clamp(68px, 7.4vw, 112px);
  text-align: center;
}

.seo-proof__title {
  margin: 0;
  color: var(--proof-ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: var(--proof-title-size);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-wrap: balance;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.seo-proof__title span {
  display: block;
}

.seo-proof__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  perspective: none;
}

.seo-proof-card {
  --proof-tilt-x: 0deg;
  --proof-tilt-y: 0deg;
  --proof-tilt-z: 0deg;
  --proof-lift-y: 0px;
  --proof-zoom-scale: 1.018;
  --proof-screen-z: 18px;
  position: absolute;
  width: var(--proof-card-w);
  height: var(--proof-card-h);
  overflow: hidden;
  border-radius: 0;
  background: #151515;
  box-shadow: var(--proof-card-shadow);
  isolation: isolate;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: filter 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.seo-proof-card:hover {
  filter: none;
}

.seo-proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.34) 0%,
      rgba(0, 0, 0, 0.08) 48%,
      rgba(0, 0, 0, 0.44) 100%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 48%);
}

.seo-proof-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02) brightness(0.88);
  transform: scale(var(--proof-zoom-scale));
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  will-change: transform;
}

.seo-proof-card__content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(28px, 2.6vw, 46px);
  transform: translateZ(24px);
  pointer-events: none;
}

.seo-proof-card__label {
  margin: 0 0 clamp(22px, 2vw, 34px);
  color: var(--proof-soft);
  font-size: clamp(0.72rem, 0.84vw, 0.9rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seo-proof-card__title {
  max-width: 430px;
  margin: 0;
  color: var(--proof-white);
  font-size: clamp(1.6rem, 2.12vw, 2.7rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.seo-proof-card__screen {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 0;
  width: var(--proof-screen-w);
  height: var(--proof-screen-h);
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #111;
  box-shadow: none;
  transform: translateX(-50%) translateZ(var(--proof-screen-z));
  transform-origin: 50% 100%;
  backface-visibility: hidden;
  pointer-events: none;
  will-change: transform;
}

.seo-proof-card__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04) brightness(0.94);
  transform: scale(var(--proof-zoom-scale));
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  will-change: transform;
}

.seo-proof-card--left {
  left: var(--proof-stage-pad-x);
  top: calc(clamp(170px, 14vw, 245px) + var(--proof-parallax-start-offset));
  transform: translate3d(
      0,
      calc((var(--proof-parallax-y) * -1) + var(--proof-lift-y)),
      0
    )
    perspective(var(--proof-card-perspective)) rotateX(var(--proof-tilt-x))
    rotateY(var(--proof-tilt-y)) rotateZ(var(--proof-tilt-z));
}

.seo-proof-card--center {
  left: 50%;
  top: clamp(26px, 2vw, 46px);
  transform: translateX(-50%) translateY(var(--proof-lift-y))
    perspective(var(--proof-card-perspective)) rotateX(var(--proof-tilt-x))
    rotateY(var(--proof-tilt-y)) rotateZ(var(--proof-tilt-z));
}

.seo-proof-card--right {
  right: var(--proof-stage-pad-x);
  top: calc(clamp(250px, 18vw, 340px) + var(--proof-parallax-start-offset));
  transform: translate3d(
      0,
      calc((var(--proof-parallax-y) * -1) + var(--proof-lift-y)),
      0
    )
    perspective(var(--proof-card-perspective)) rotateX(var(--proof-tilt-x))
    rotateY(var(--proof-tilt-y)) rotateZ(var(--proof-tilt-z));
}

.service-method-section {
  --method-bg: #ffffff;
  --method-ink: #050505;
  --method-muted: rgba(5, 5, 5, 0.62);
  --method-button-border: rgba(5, 5, 5, 0.24);
  --method-title-size: clamp(44px, calc(2.82vw - 2px), 56px);
  --method-large-size: clamp(38px, 3.75vw, 64px);
  --method-section-y-top: clamp(34px, 3.8vw, 64px);
  --method-section-y-bottom: clamp(64px, 6vw, 96px);
  --method-content-gap: clamp(38px, 4.5vw, 64px);
  --method-block-gap: clamp(54px, 6vw, 88px);
  position: relative;
  padding: var(--method-section-y-top) var(--section-x)
    var(--method-section-y-bottom);
  overflow: hidden;
  background: var(--method-bg);
  color: var(--method-ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

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

.service-method-hero {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.service-method-hero h2 {
  margin: 0;
  color: var(--method-ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: var(--method-title-size);
  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-method-points {
  width: min(980px, 100%);
  margin: var(--method-content-gap) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 88px);
  align-items: start;
}

.service-method-point {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.service-method-point strong {
  color: var(--method-ink);
  font-size: clamp(1.45rem, 2.3vw, 2.65rem);
  font-weight: 350;
  line-height: 0.98;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.service-method-point span {
  max-width: 27ch;
  color: var(--method-muted);
  font-size: clamp(0.92rem, 0.98vw, 1rem);
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: -0.01em;
}

.service-method-bottom {
  margin-top: var(--method-block-gap);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(44px, 8vw, 132px);
  align-items: end;
}

.service-method-bottom__title {
  max-width: 760px;
  margin: 0;
  color: var(--method-ink);
  font-size: var(--method-large-size);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.service-method-bottom__content {
  display: grid;
  gap: 28px;
  justify-items: start;
}

.service-method-bottom__content p {
  max-width: 430px;
  margin: 0;
  color: var(--method-muted);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.012em;
}

.service-method-cta {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 clamp(24px, 2.2vw, 34px);
  border: 1px solid var(--method-button-border);
  border-radius: 0;
  background: transparent;
  color: var(--method-ink);
  font-size: clamp(0.8rem, 0.86vw, 0.92rem);
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 0.32s var(--ease),
    border-color 0.32s var(--ease),
    background-color 0.32s var(--ease),
    color 0.32s var(--ease);
}

.service-method-cta:hover {
  transform: translateY(-2px);
  border-color: var(--method-ink);
  background: var(--method-ink);
  color: var(--method-bg);
}

.seo-story {
  --story-bg: #ffffff;
  --story-ink: #050505;
  --story-text: rgba(5, 5, 5, 0.82);
  --story-overlay-bg: rgba(255, 255, 255, 0.035);
  --story-overlay-border: rgba(255, 255, 255, 0.16);
  --story-overlay-text: rgba(255, 255, 255, 0.96);
  --story-overlay-muted: rgba(255, 255, 255, 0.66);
  --story-overlay-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  --story-overlay-blur: 5px;
  --story-section-h: min(80svh, 56.25vw);
  --story-section-min-h: 600px;
  --story-pad-x: var(--section-x);
  --story-pad-y: clamp(64px, 7vw, 104px);
  --story-title-size: clamp(44px, calc(2.82vw - 2px), 56px);
  --story-text-size: clamp(0.95rem, 1.2vw, 1.12rem);
  --story-ease: cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  min-height: var(--story-section-min-h);
  height: var(--story-section-h);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  background: var(--story-bg);
  isolation: isolate;
}

.seo-story__content {
  min-width: 0;
  height: 100%;
  padding: var(--story-pad-y) var(--story-pad-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--story-bg);
}

.seo-story__copy {
  max-width: 680px;
}

.seo-story__line {
  display: block;
  overflow: hidden;
}

.seo-story__line-inner {
  display: block;
  will-change: transform, opacity, filter;
}

.seo-story.is-exiting .seo-story__line-inner {
  animation: seoStoryLineExit 620ms var(--story-ease) forwards;
  animation-delay: calc(var(--i) * 72ms);
}

.seo-story.is-entering .seo-story__line-inner {
  animation: seoStoryLineEnter 760ms var(--story-ease) both;
  animation-delay: calc(var(--i) * 88ms);
}

.seo-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: rgba(5, 5, 5, 0.42);
  font-size: clamp(0.62rem, 0.68vw, 0.7rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.seo-story__eyebrow::before {
  content: "";
  flex: 0 0 28px;
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.seo-story__title {
  max-width: 680px;
  margin: 0;
  color: var(--story-ink);
  font-size: var(--story-title-size);
  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-story__text {
  max-width: 620px;
  margin: clamp(22px, 2.8vw, 36px) 0 0;
  color: var(--story-text);
  font-size: var(--story-text-size);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-story__cta {
  width: fit-content;
  margin-top: clamp(28px, 3.4vw, 46px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--story-ink);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 320ms var(--story-ease),
    opacity 320ms var(--story-ease);
}

.seo-story__cta:hover {
  transform: translateX(4px);
  opacity: 0.72;
}

.seo-story__visual {
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(34px, 5vw, 80px) var(--section-x);
  display: grid;
  place-items: center;
}

.seo-story__frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  background: #111;
  isolation: isolate;
}

.seo-story__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(0.94) contrast(1.02) brightness(0.88);
  animation: seoStoryImageBreath 9000ms linear infinite alternate;
}

.seo-story:not(.is-performance-active) .seo-story__image {
  animation-play-state: paused;
}

.seo-story__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.16)),
    radial-gradient(
      circle at 72% 28%,
      transparent 0 28%,
      rgba(0, 0, 0, 0.12) 74%
    );
}

.seo-story__keyword,
.seo-story__metric-card {
  border: 1px solid var(--story-overlay-border);
  border-radius: 0;
  background: var(--story-overlay-bg);
  box-shadow: var(--story-overlay-shadow);
  backdrop-filter: blur(var(--story-overlay-blur));
  -webkit-backdrop-filter: blur(var(--story-overlay-blur));
}

.seo-story__keyword {
  --keyword-enter-x: -42px;
  position: absolute;
  z-index: 6;
  max-width: min(420px, 72%);
  padding: 16px 18px;
  color: var(--story-overlay-text);
  font-size: clamp(0.8rem, 0.88vw, 0.95rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 1;
  transform: translateX(0);
  will-change: opacity, transform;
}

.seo-story__metric {
  --metric-enter-x: 42px;
  position: absolute;
  z-index: 6;
  display: grid;
  gap: 12px;
}

.seo-story__metric-card {
  --card-i: 0;
  --card-offset: 0px;
  min-width: 148px;
  padding: 14px 16px;
  color: var(--story-overlay-text);
  opacity: 1;
  transform: translateX(var(--card-offset));
  will-change: opacity, transform;
}

.seo-story__metric-label {
  display: block;
  margin-bottom: 7px;
  color: var(--story-overlay-muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-story__metric-value {
  display: block;
  color: var(--story-overlay-text);
  font-size: clamp(1.06rem, 1.28vw, 1.48rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.seo-story.is-exiting .seo-story__keyword {
  animation: seoStoryKeywordExit 440ms var(--story-ease) forwards;
}

.seo-story.is-exiting .seo-story__metric-card {
  animation: seoStoryCardExit 440ms var(--story-ease) forwards;
  animation-delay: calc(var(--card-i) * 65ms);
}

.seo-story.is-entering .seo-story__keyword {
  animation: seoStoryKeywordEnter 700ms var(--story-ease) both;
  animation-delay: 120ms;
}

.seo-story.is-entering .seo-story__metric-card {
  animation: seoStoryCardEnter 760ms var(--story-ease) both;
  animation-delay: calc(190ms + (var(--card-i) * 135ms));
}

@keyframes seoStoryLineExit {
  to {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-72px);
  }
}

@keyframes seoStoryLineEnter {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-72px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

@keyframes seoStoryKeywordExit {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(var(--keyword-enter-x));
  }
}

@keyframes seoStoryKeywordEnter {
  from {
    opacity: 0;
    transform: translateX(var(--keyword-enter-x));
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes seoStoryCardExit {
  from {
    opacity: 1;
    transform: translateX(var(--card-offset));
  }

  to {
    opacity: 0;
    transform: translateX(calc(var(--card-offset) + var(--metric-enter-x)));
  }
}

@keyframes seoStoryCardEnter {
  from {
    opacity: 0;
    transform: translateX(calc(var(--card-offset) + var(--metric-enter-x)));
  }

  to {
    opacity: 1;
    transform: translateX(var(--card-offset));
  }
}

@keyframes seoStoryImageBreath {
  from {
    transform: scale(1.03);
  }

  to {
    transform: scale(1.07);
  }
}

.seo-applied {
  --applied-white: #f7f4ef;
  --applied-muted: rgba(247, 244, 239, 0.72);
  --applied-panel: rgba(255, 255, 255, 0.92);
  --applied-dark: #050505;
  --applied-section-x: clamp(22px, 4vw, 72px);
  --applied-available-h: calc(100svh - var(--header-h));
  --applied-section-y: clamp(34px, 4.2vh, 58px);
  --applied-gap: clamp(42px, 5vw, 88px);
  --applied-radius-card: 0;
  --applied-radius-panel: 0;
  --applied-ease: cubic-bezier(0.22, 1, 0.36, 1);
  height: var(--applied-available-h);
  max-height: var(--applied-available-h);
  display: flex;
  align-items: center;
  padding: var(--applied-section-y) var(--applied-section-x);
  color: var(--applied-white);
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(255, 255, 255, 0.05),
      transparent 34%
    ),
    linear-gradient(180deg, #242321 0%, #232220 100%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.seo-applied__inner {
  width: min(1640px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
  gap: var(--applied-gap);
  height: 100%;
  align-items: center;
}

.seo-applied__visual {
  position: relative;
  height: min(
    540px,
    calc(var(--applied-available-h) - (var(--applied-section-y) * 2))
  );
  min-height: min(
    460px,
    calc(var(--applied-available-h) - (var(--applied-section-y) * 2))
  );
  overflow: hidden;
  border-radius: var(--applied-radius-card);
  background: #171615;
  isolation: isolate;
}

.seo-applied__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.08)),
    url("../../site/images/pages/seo-local-plus/sections/seo-site-vitrine-moderne.webp") center / cover;
  filter: saturate(0.82) contrast(1.02) brightness(0.72);
  transform: scale(1.02);
  transition: transform 900ms var(--applied-ease);
}

.seo-applied__visual:hover::before {
  transform: scale(1.06);
}

.seo-applied__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(36, 35, 33, 0.08), rgba(36, 35, 33, 0.32)),
    linear-gradient(90deg, rgba(36, 35, 33, 0.38), rgba(36, 35, 33, 0.06));
}

.seo-applied__badge {
  position: absolute;
  z-index: 4;
  top: clamp(24px, 3vw, 42px);
  left: clamp(24px, 3vw, 42px);
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--applied-white);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  font-size: clamp(0.78rem, 0.9vw, 0.96rem);
  font-weight: 600;
}

.seo-applied__badge-icon {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  opacity: 0.95;
  background:
    radial-gradient(circle at 30% 30%, #fff 0 24%, transparent 25%),
    radial-gradient(circle at 70% 70%, #fff 0 20%, transparent 21%),
    radial-gradient(circle at 62% 28%, #fff 0 12%, transparent 13%);
}

.seo-applied__browser {
  position: absolute;
  z-index: 2;
  inset: 22% 16% 10% 19%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}

.seo-applied__browser::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 28px;
  width: 150px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.28) 0 22%,
    transparent 22% 30%,
    rgba(255, 255, 255, 0.22) 30% 50%,
    transparent 50% 58%,
    rgba(255, 255, 255, 0.18) 58% 76%,
    transparent 76% 84%,
    rgba(255, 255, 255, 0.16) 84% 100%
  );
}

.seo-applied__panel {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  border-radius: var(--applied-radius-panel);
  color: #151515;
  background: var(--applied-panel);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.seo-applied__panel--audit {
  left: 12%;
  top: 27%;
  width: min(210px, 25%);
  display: grid;
  gap: 12px;
  padding: 18px;
}

.seo-applied__panel--preview {
  right: 10%;
  top: 36%;
  width: min(430px, 46%);
  min-height: 210px;
  display: grid;
  grid-template-columns: 0.92fr 1fr;
}

.seo-applied__panel--actions {
  right: 6%;
  bottom: 6%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 22px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.seo-applied__audit-item {
  padding: 14px 16px;
  border-radius: 0;
  background: rgba(5, 5, 5, 0.06);
}

.seo-applied__audit-title {
  display: block;
  margin-bottom: 5px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.seo-applied__audit-text {
  color: rgba(5, 5, 5, 0.58);
  font-size: 0.72rem;
}

.seo-applied__preview-image {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1)),
    url("../../site/images/pages/seo-local-plus/sections/seo-analytics-seo-local.webp") center / cover;
}

.seo-applied__preview-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 34px 30px;
  background: #fff;
}

.seo-applied__preview-title {
  margin: 0;
  color: #1a1816;
  font-size: clamp(1.45rem, 1.8vw, 2.3rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.seo-applied__preview-lines {
  display: grid;
  gap: 7px;
}

.seo-applied__preview-lines span {
  height: 7px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.12);
}

.seo-applied__preview-lines span:nth-child(1) {
  width: 92%;
}

.seo-applied__preview-lines span:nth-child(2) {
  width: 72%;
}

.seo-applied__preview-lines span:nth-child(3) {
  width: 48%;
}

.seo-applied__mini-btn {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: #050505;
  font-size: 0.7rem;
  font-weight: 700;
}

.seo-applied__content {
  max-width: 720px;
  padding-block: clamp(10px, 2vw, 34px);
}

.seo-applied__title {
  max-width: 680px;
  margin: 0;
  color: var(--applied-white);
  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-applied__text {
  max-width: 700px;
  margin: clamp(22px, 2.8vw, 36px) 0 0;
  color: var(--applied-muted);
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.seo-applied__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: clamp(38px, 4.5vw, 64px);
}

.seo-applied__btn {
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 38px;
  border: 2px solid rgba(247, 244, 239, 0.22);
  color: var(--applied-white);
  background: transparent;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 300ms var(--applied-ease),
    border-color 300ms var(--applied-ease),
    color 300ms var(--applied-ease),
    transform 300ms var(--applied-ease);
}

.seo-applied__btn:hover {
  transform: translateY(-2px);
  border-color: var(--applied-white);
  color: var(--applied-dark);
  background: var(--applied-white);
}

.seo-applied__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--applied-muted);
  font-size: clamp(0.92rem, 1vw, 1rem);
  font-weight: 700;
  text-decoration: none;
  transition:
    color 300ms var(--applied-ease),
    transform 300ms var(--applied-ease);
}

.seo-applied__link:hover {
  transform: translateX(3px);
  color: var(--applied-white);
}

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

.service-method-section + .seo-story,
.seo-story + .seo-applied {
  margin-top: 0;
}

@media (max-width: 1040px) {
  .seo-applied {
    height: auto;
    max-height: none;
    min-height: auto;
  }

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

  .seo-applied__content {
    max-width: 840px;
  }

  .seo-applied__visual {
    height: auto;
    min-height: clamp(430px, 62vw, 620px);
  }
}

@media (max-width: 680px) {
  .seo-applied {
    padding: 72px 18px;
  }

  .seo-applied__visual {
    height: auto;
    min-height: 520px;
  }

  .seo-applied__browser {
    inset: 24% 8% 12%;
  }

  .seo-applied__panel--audit {
    left: 8%;
    top: 22%;
    width: 42%;
  }

  .seo-applied__panel--preview {
    right: 8%;
    left: 12%;
    top: 43%;
    width: auto;
    grid-template-columns: 1fr;
  }

  .seo-applied__preview-image {
    min-height: 150px;
  }

  .seo-applied__panel--actions {
    right: 8%;
    bottom: 5%;
  }

  .seo-applied__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .seo-applied__btn,
  .seo-applied__link {
    width: 100%;
  }
}

.seo-local-feature {
  --feature-white: #f6f2eb;
  --feature-muted: rgba(246, 242, 235, 0.6);
  --feature-soft: rgba(246, 242, 235, 0.72);
  --feature-page-x: clamp(24px, 4.8vw, 80px);
  --feature-page-top: clamp(78px, 10vh, 118px);
  --feature-page-bottom: clamp(54px, 7vh, 86px);
  --feature-media-w: clamp(480px, 36vw, 650px);
  --feature-mini-w: clamp(260px, 18vw, 340px);
  --feature-mini-base-h: calc(var(--feature-mini-w) / 1.55);
  --feature-mini-extra-top: calc(var(--feature-mini-base-h) * 0.5);
  --feature-content-gap: clamp(120px, 9vw, 220px);
  --feature-available-h: calc(100svh - var(--header-h));
  position: relative;
  height: var(--feature-available-h);
  max-height: var(--feature-available-h);
  padding: var(--feature-page-top) var(--feature-page-x)
    var(--feature-page-bottom);
  scroll-margin-top: var(--header-h);
  overflow: hidden;
  background: #050505;
}

.seo-local-feature__inner {
  position: relative;
  width: min(1840px, 100%);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--feature-media-w) minmax(0, 1fr);
  column-gap: var(--feature-content-gap);
  align-items: stretch;
}

.seo-local-feature__media {
  position: relative;
  width: var(--feature-media-w);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #111;
}

.seo-local-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.1), rgba(5, 4, 3, 0.26)),
    linear-gradient(90deg, rgba(5, 4, 3, 0.03), rgba(5, 4, 3, 0.18));
  pointer-events: none;
}

.seo-local-feature__media img,
.seo-local-feature__mini img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
}

.seo-local-feature__media img {
  object-position: center;
  filter: saturate(0.9) contrast(1.04) brightness(0.64);
  transform: scale(1.02);
}

.seo-local-feature__mini {
  position: absolute;
  z-index: 4;
  left: calc(var(--feature-media-w) - var(--feature-mini-w) * 0.31);
  bottom: 0;
  width: var(--feature-mini-w);
  height: min(
    calc(var(--feature-mini-base-h) + var(--feature-mini-extra-top)),
    48%
  );
  margin: 0;
  overflow: hidden;
  background: #111;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
}

.seo-local-feature__mini img {
  object-position: center top;
  filter: saturate(0.9) contrast(1.03) brightness(0.8);
}

.seo-local-feature__aside {
  position: absolute;
  z-index: 5;
  left: calc(
    var(--feature-media-w) + var(--feature-mini-w) * 0.69 +
      var(--feature-content-gap)
  );
  right: clamp(24px, 4vw, 92px);
  bottom: 0;
  height: min(
    calc(var(--feature-mini-base-h) + var(--feature-mini-extra-top)),
    48%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 680px;
  padding-top: clamp(10px, 1.6vh, 18px);
  color: var(--feature-muted);
}

.seo-local-feature__aside-title {
  margin: 0 0 clamp(20px, 2.8vh, 34px);
  color: var(--feature-white);
  font-size: clamp(44px, calc(2.82vw - 2px), 56px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.seo-local-feature__aside-title span {
  display: block;
}

.seo-local-feature__aside-label {
  margin: 0 0 clamp(18px, 2.4vh, 28px);
  font-size: clamp(0.78rem, 0.82vw, 0.96rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--feature-soft);
  white-space: nowrap;
}

.seo-local-feature__aside p:last-child {
  margin: 0;
  max-width: 680px;
  font-size: clamp(1.08rem, 1.24vw, 1.38rem);
  font-weight: 300;
  line-height: 1.34;
  letter-spacing: -0.04em;
  color: var(--feature-muted);
}

.seo-local-feature__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vh, 72px);
  padding-top: clamp(26px, 4.2vh, 54px);
  padding-right: clamp(24px, 4vw, 92px);
  max-width: 760px;
}

.seo-local-feature__eyebrow {
  margin: 0;
  font-size: clamp(0.74rem, 0.78vw, 0.9rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: var(--feature-soft);
  white-space: nowrap;
}

.seo-local-feature h2 {
  max-width: 720px;
  margin: 0;
  color: var(--feature-white);
  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-transform: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: balance;
}

.seo-local-feature h2 span {
  display: block;
}

.seo-local-feature__text {
  width: min(100%, 680px);
  margin-top: 0;
  padding-bottom: clamp(12px, 2.4vh, 28px);
}

.seo-local-feature__label {
  margin: 0 0 clamp(18px, 2.4vh, 28px);
  font-size: clamp(0.78rem, 0.82vw, 0.96rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--feature-soft);
  white-space: nowrap;
}

.seo-local-feature__text p:last-child {
  margin: 0;
  color: var(--feature-muted);
  font-size: clamp(1.08rem, 1.24vw, 1.38rem);
  font-weight: 300;
  line-height: 1.34;
  letter-spacing: -0.04em;
}

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

.seo-faq-accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.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: -0.015em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.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, 0.16);
  color: rgba(255, 255, 255, 0.66);
  font-style: normal;
  font-size: 1.35rem;
  font-weight: 200;
  line-height: 1;
  transition:
    transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    background 0.25s var(--ease),
    color 0.25s var(--ease),
    border-color 0.25s var(--ease);
}

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

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

.seo-faq-accordion__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.22, 0.61, 0.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, 0.55);
  font-size: clamp(0.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
  .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;
}

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

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

.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, 0.18) 0%,
    rgba(0, 0, 0, 0.055) 44%,
    transparent 76%
  );
  opacity: 0.34;
  filter: none;
}

.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 var(--seo-hero-zoom-duration) linear infinite
    alternate;
  will-change: transform;
  pointer-events: none;
  display: block;
}

.seo-hero:not(.is-performance-active) .seo-hero__image {
  animation-play-state: paused;
}

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

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

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

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

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

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

.seo-local-feature__content.reveal.is-visible,
.seo-local-feature__aside.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 {
    padding-left: var(--section-x);
    padding-right: var(--section-x);
  }

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

@media (max-width: 1180px) {
  .seo-local-feature {
    --feature-page-top: clamp(70px, 9vh, 104px);
    --feature-page-bottom: clamp(46px, 6vh, 72px);
    --feature-media-w: clamp(440px, 43vw, 560px);
    --feature-content-gap: clamp(92px, 8vw, 150px);
    --feature-mini-w: clamp(238px, 22vw, 300px);
  }

  .seo-local-feature__aside {
    max-width: 560px;
  }
}

@media (max-width: 920px) {
  .seo-local-feature {
    height: auto;
    max-height: none;
    min-height: auto;
    padding: 22px 18px clamp(76px, 12vw, 104px);
    overflow: visible;
  }

  .seo-local-feature__inner {
    display: block;
    height: auto;
  }

  .seo-local-feature__media {
    width: 100%;
    height: 58svh;
    min-height: 420px;
  }

  .seo-local-feature__mini {
    left: auto;
    right: clamp(18px, 5vw, 42px);
    bottom: -42px;
    width: min(58vw, 340px);
    height: auto;
    aspect-ratio: 1.55 / 1;
  }

  .seo-local-feature__content {
    gap: 0;
    max-width: none;
    padding: clamp(104px, 17vw, 136px) 0 0;
  }

  .seo-local-feature__aside {
    position: static;
    height: auto;
    max-width: none;
    margin-top: clamp(48px, 8vw, 72px);
    padding: 0;
  }

  .seo-local-feature__eyebrow {
    margin-bottom: 52px;
  }

  .seo-local-feature__text {
    width: 100%;
    margin-top: clamp(58px, 9vw, 78px);
    padding-bottom: 0;
  }
}

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

  .seo-hero h1 {
    font-size: var(--seo-hero-title-size-sm);
    line-height: 1.02;
    letter-spacing: -0.056em;
  }

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

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

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

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

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

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

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

  .seo-hero__image {
    object-position: center center;
  }
}

@media (max-width: 980px) {
  .service-method-points,
  .service-method-bottom {
    grid-template-columns: 1fr;
  }

  .service-method-hero {
    max-width: 820px;
    margin-inline: 0;
    text-align: left;
  }

  .service-method-point span,
  .service-method-bottom__content p {
    max-width: 680px;
  }
}

@media (max-width: 560px) {
  .seo-local-feature {
    padding-inline: 18px;
  }

  .seo-local-feature__media {
    height: 52svh;
    min-height: 370px;
  }

  .seo-local-feature__mini {
    width: 68vw;
    bottom: -34px;
  }

  .seo-local-feature__text p:last-child {
    font-size: 1.22rem;
  }

  .seo-local-feature__aside-title {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.02;
  }

  .seo-local-feature__aside p:last-child {
    font-size: 1.22rem;
    line-height: 1.42;
  }
}

@media (max-width: 640px) {
  .seo-hero h1 {
    font-size: var(--seo-hero-title-size-xs);
  }

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

  .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 {
    padding: 42px 20px 64px;
  }

  .service-method-hero h2,
  .service-method-bottom__title {
    font-size: 38px;
    line-height: 1.05;
  }

  .service-method-points {
    margin-top: 36px;
    gap: 28px;
  }

  .service-method-point {
    gap: 10px;
  }

  .service-method-bottom {
    margin-top: 52px;
    gap: 28px;
  }

  .service-method-cta {
    width: 100%;
    min-height: 60px;
  }
}

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

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

@media (max-width: 1320px) {
  .seo-proof {
    --proof-card-w: clamp(270px, 26vw, 430px);
    --proof-card-h: clamp(500px, 41vw, 620px);
    --proof-screen-w: min(60%, 300px);
  }

  .seo-proof__stage {
    min-height: 700px;
  }
}

@media (max-width: 1180px) {
  .seo-proof {
    min-height: auto;
  }

  .seo-proof__stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    perspective: none;
  }

  .seo-proof-card,
  .seo-proof-card--left,
  .seo-proof-card--center,
  .seo-proof-card--right {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(520px, 72vw, 700px);
    transform: translateY(var(--proof-lift-y))
      perspective(var(--proof-card-perspective)) rotateX(var(--proof-tilt-x))
      rotateY(var(--proof-tilt-y)) rotateZ(var(--proof-tilt-z));
  }

  .seo-proof-card__screen {
    width: min(46%, 340px);
  }
}

@media (max-width: 680px) {
  .seo-proof {
    padding: 76px 18px 34px;
  }

  .seo-proof__head {
    margin-bottom: 48px;
    text-align: left;
  }

  .seo-proof__title {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
    line-height: 1.02;
  }

  .seo-proof-card,
  .seo-proof-card--left,
  .seo-proof-card--center,
  .seo-proof-card--right {
    height: 560px;
  }

  .seo-proof-card__content {
    padding: 26px;
  }

  .seo-proof-card__title {
    max-width: 320px;
  }

  .seo-proof-card__screen {
    width: min(62%, 300px);
    height: 55%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-proof-card,
  .seo-proof-card--left,
  .seo-proof-card--right,
  .seo-proof-card--center {
    transform: none;
    transition: none;
  }
}

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

  .seo-story__content {
    min-height: 64svh;
    padding: 72px 24px 46px;
  }

  .seo-story__visual {
    height: 58svh;
    min-height: 420px;
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .seo-story__content {
    min-height: auto;
    padding: 56px 18px 36px;
  }

  .seo-story__eyebrow {
    font-size: clamp(0.62rem, 2.8vw, 0.7rem);
  }

  .seo-story__title {
    font-size: clamp(2.25rem, 10vw, 3.15rem);
    line-height: 1.02;
  }

  .seo-story__text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .seo-story__visual {
    min-height: 340px;
    height: 48svh;
    padding: 18px;
  }

  .seo-story__metric {
    gap: 10px;
  }

  .seo-story__metric-card {
    min-width: 126px;
    padding: 12px 14px;
  }

  .seo-story__keyword {
    max-width: calc(100% - 36px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-story__line-inner,
  .seo-story__keyword,
  .seo-story__metric-card,
  .seo-story__image {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1080px) {
  .seo-premium-grid {
    min-height: auto;
  }

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

  .seo-premium-card--large {
    min-height: 760px;
  }

  .seo-premium-card--top,
  .seo-premium-card--bottom {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .seo-premium-grid {
    padding-block: clamp(36px, 12vw, 64px);
    padding-inline: var(--seo-premium-section-x);
  }

  .seo-premium-card--large {
    min-height: 650px;
    padding: 28px;
  }

  .seo-phone {
    width: min(92%, 420px);
  }

  .seo-phone__screen {
    padding: 24px;
  }

  .seo-phone__title {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .seo-browser {
    width: 100%;
  }

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

  .seo-download__cta {
    width: 100%;
    min-height: 82px;
    font-size: clamp(1.15rem, 8vw, 2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-premium-card__image,
  .seo-browser__thumb img {
    transition-duration: 0.001ms;
  }
}
