/* Shared light redesign for generated GLADIS pages. */

body.seo-page {
  --forest: #3f7659;
  --green: #4d8a68;
  --fresh: #bce995;
  --mint: #edf7e8;
  --pale: #f3f8f0;
  --paper: #fbfcf8;
  --ink: #18372b;
  --muted: #65746c;
  --line: rgba(77, 138, 104, 0.17);
  --page-gutter: clamp(20px, 3.5vw, 56px);
  --section-space: clamp(76px, 10vw, 148px);
  --control-height: 52px;
  --control-radius: 20px;
  --layout-gap: clamp(20px, 2.5vw, 42px);
  --frame: min(calc(100% - clamp(40px, 7vw, 112px)), 1440px);
  background: var(--paper);
  font-family: "Arimo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.seo-page h1,
.seo-page h2,
.seo-page h3 {
  font-family: "Arimo", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.94;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.seo-page p,
.seo-page li,
.seo-page summary {
  text-wrap: pretty;
}

.seo-page .site-header {
  background: rgba(251, 252, 248, 0.94);
  backdrop-filter: blur(18px);
}

.seo-page .site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(40, 80, 60, 0.06);
}

.seo-page .site-header__inner {
  min-height: 88px;
  grid-template-columns: clamp(146px, 13vw, 202px) 1fr auto;
  gap: var(--layout-gap);
}

.seo-page .brand {
  width: clamp(146px, 13vw, 202px);
}

.seo-page .desktop-nav {
  gap: var(--layout-gap);
}

.seo-page .phone-link,
.seo-page .button,
.seo-page .mobile-cta,
.seo-page .price-nav a {
  min-height: var(--control-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 24px;
  border-radius: var(--control-radius);
}

.seo-page .overline,
.seo-page .margin-note,
.seo-page .seo-route article > span,
.seo-page .service-price span,
.seo-page .services-mega__intro > span,
.seo-page .services-mega section > span {
  letter-spacing: 0.015em;
  text-transform: none;
}

.seo-page .overline {
  display: inline-flex;
  min-height: 34px;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border: 1px solid rgba(77, 138, 104, 0.2);
  border-radius: var(--control-radius);
  color: var(--green);
  background: rgba(237, 247, 232, 0.88);
  font-size: 12px;
  font-weight: 700;
}

.seo-page .overline--green {
  color: var(--green);
}

.seo-page .breadcrumbs {
  position: relative;
  z-index: 3;
}

@media (max-width: 680px) {
  .seo-page .breadcrumbs {
    height: auto;
    min-height: 50px;
    flex-wrap: wrap;
    align-content: center;
    row-gap: 5px;
    overflow: visible;
    white-space: normal;
  }

  .seo-page .breadcrumbs > * {
    min-width: 0;
    max-width: 100%;
  }

  .seo-page .breadcrumbs span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

@media (max-width: 360px) {
  .seo-page .services-hero h1,
  .seo-page .seo-hero__copy h1,
  .seo-page .directory-hero h1,
  .seo-page .promotion-hero h1 {
    font-size: 28px !important;
    letter-spacing: -0.045em;
    line-height: 1;
  }

  .seo-page .seo-route article h2 {
    font-size: 22px !important;
    letter-spacing: -0.025em;
  }

  .seo-page .seo-longform__content article h2 {
    font-size: 27px !important;
    letter-spacing: -0.035em;
  }

  .seo-page .seo-editorial h2,
  .seo-page .seo-related h2,
  .seo-page .seo-faq h2,
  .seo-page .deferred h2,
  .seo-page .seo-cta h2,
  .seo-page .services-logic__heading h2,
  .seo-page .service-showcase__heading h2,
  .seo-page .promotion-group h2,
  .seo-page .team-directory h2,
  .seo-page .price-section__head h2 {
    font-size: 27px !important;
    letter-spacing: -0.035em;
    line-height: 1.03;
  }
}

.seo-page [data-glow-field] {
  --glow-x: 68%;
  --glow-y: 34%;
  --image-shift-x: 0px;
  --image-shift-y: 0px;
  isolation: isolate;
}

.seo-page .seo-hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: #f3faef;
}

.seo-page .seo-hero::before,
.seo-page .directory-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(77, 138, 104, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 138, 104, 0.045) 1px, transparent 1px),
    radial-gradient(circle, rgba(77, 138, 104, 0.18) 1px, transparent 1.5px);
  background-size: 64px 64px, 64px 64px, 16px 16px;
  content: "";
  mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.62) 60%, transparent 92%);
}

/* 2026-08-12: keep the architectural grid, remove the dotted texture. */
.seo-page .seo-hero::before,
.seo-page .directory-hero::before {
  background-image:
    linear-gradient(rgba(77, 138, 104, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 138, 104, 0.04) 1px, transparent 1px) !important;
  background-size: 64px 64px, 64px 64px !important;
}

.seo-page .seo-hero::after,
.seo-page .directory-hero::after {
  position: absolute;
  z-index: -1;
  width: clamp(420px, 45vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(188, 233, 149, 0.56);
  content: "";
  filter: blur(48px);
  opacity: 0.72;
  pointer-events: none;
  translate: -50% -50%;
}

.seo-page .seo-hero::after {
  top: var(--glow-y);
  left: var(--glow-x);
  transition:
    top 500ms cubic-bezier(0.22, 1, 0.36, 1),
    left 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-page .seo-hero__grid {
  position: relative;
  z-index: 1;
  min-height: max(760px, calc(100svh - 150px));
  grid-template-columns: minmax(0, 1.28fr) minmax(420px, 0.72fr);
  gap: clamp(32px, 4.5vw, 72px);
}

.seo-page .seo-hero__copy {
  padding-block: clamp(88px, 9vw, 140px);
}

.seo-page .seo-hero__copy h1 {
  max-width: 1000px;
  margin-top: 30px;
  color: var(--ink);
  font-size: clamp(66px, 7.3vw, 140px);
  letter-spacing: -0.075em;
  line-height: 0.86;
  overflow-wrap: normal;
}

.seo-page .seo-hero__copy > p:not(.overline):not(.content-review):not(.service-price) {
  max-width: 580px;
  margin-top: 38px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.seo-page .seo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.seo-page .seo-hero .button--light {
  color: var(--white);
  background: var(--forest);
}

.seo-page .seo-hero .button--light:hover {
  background: var(--green);
}

.seo-page .seo-hero .line-link--light {
  color: var(--green);
}

.seo-page .seo-hero__image {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 690px;
  margin-block: 24px;
  border: 1px solid rgba(77, 138, 104, 0.14);
  border-radius: 32px;
  background: linear-gradient(145deg, #eaf6e4, #d7ebcb 58%, #f7faf3);
  box-shadow: 0 18px 48px rgba(40, 80, 60, 0.1);
}

.seo-page .seo-hero__image img {
  min-height: 0;
  transform: translate3d(var(--image-shift-x), var(--image-shift-y), 0) scale(1.025);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-page .seo-hero__image figcaption {
  position: static;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-top: 1px solid rgba(77, 138, 104, 0.14);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  backdrop-filter: none;
}

.seo-page .service-price {
  width: min(100%, 560px);
  display: grid;
  gap: 6px;
  align-items: start;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.64);
}

.seo-page .service-price span,
.seo-page .service-price a {
  color: var(--muted);
}

.seo-page .service-price strong {
  color: var(--ink);
}

.seo-page .service-price a {
  border-color: rgba(77, 138, 104, 0.34);
}

.seo-page .content-review {
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.58);
}

.seo-page .trust-line {
  background: rgba(255, 255, 255, 0.9);
}

.seo-page .page-jump {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}

.seo-page .page-jump::-webkit-scrollbar {
  display: none;
}

.seo-page .page-jump > span {
  flex: 0 0 auto;
  margin-right: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.seo-page .page-jump a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.seo-page .page-jump a:hover {
  color: var(--white);
  background: var(--forest);
  transform: translateY(-2px);
}

.seo-page .margin-note {
  display: inline-flex;
  min-height: 34px;
  width: fit-content;
  height: fit-content;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--green);
  background: var(--mint);
  font-size: 12px;
  font-weight: 700;
}

.seo-page .seo-editorial,
.seo-page .seo-related,
.seo-page .seo-longform,
.seo-page .seo-faq {
  scroll-margin-top: 100px;
  padding-block: var(--section-space);
}

.seo-page .seo-editorial h2,
.seo-page .seo-related h2,
.seo-page .seo-faq h2,
.seo-page .team-directory h2,
.seo-page .price-section__head h2 {
  font-size: clamp(48px, 6.2vw, 118px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.seo-page .seo-longform h2 {
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.seo-page .seo-signals li::before,
.seo-page .seo-longform li::before {
  background: var(--fresh);
}

.seo-page .seo-route {
  scroll-margin-top: 90px;
  padding-block: var(--section-space);
  color: var(--ink);
  background:
    linear-gradient(rgba(77, 138, 104, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 138, 104, 0.035) 1px, transparent 1px),
    var(--mint);
  background-size: 64px 64px;
}

.seo-page .seo-route .margin-note {
  color: var(--green);
  background: rgba(255, 255, 255, 0.7);
}

.seo-page .seo-route__grid > div {
  gap: clamp(14px, 2vw, 30px);
}

.seo-page .seo-route article {
  min-height: 500px;
  padding: clamp(28px, 3vw, 46px);
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 30px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
}

.seo-page .seo-route article + article {
  padding-left: clamp(28px, 3vw, 46px);
  border: 1px solid rgba(77, 138, 104, 0.16);
  background: rgba(225, 241, 217, 0.84);
}

.seo-page .seo-route article > span {
  color: var(--green);
  font-size: 12px;
}

.seo-page .seo-route article h2 {
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  overflow-wrap: normal;
}

.seo-page .seo-route article p {
  color: var(--muted);
}

.seo-page .editorial-links a {
  padding-inline: 18px;
  border: 1px solid transparent;
  border-bottom-color: var(--line);
  border-radius: 18px;
}

.seo-page .editorial-links a:hover {
  border-color: var(--line);
  background: var(--mint);
}

.seo-page .seo-faq details {
  border-color: var(--line);
}

.seo-page .seo-cta {
  padding-block: var(--section-space);
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 30%, rgba(188, 233, 149, 0.52), transparent 26rem),
    #dfeeda;
}

.seo-page .seo-cta p {
  color: var(--muted);
}

.seo-page .seo-cta .button--light {
  color: var(--white);
  background: var(--forest);
}

.seo-page .seo-cta h2 {
  font-size: clamp(48px, 6.2vw, 118px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.seo-page .directory-hero {
  position: relative;
  min-height: 620px;
  margin-top: 18px;
  padding: var(--section-space) var(--page-gutter);
  overflow: hidden;
  border: 1px solid rgba(77, 138, 104, 0.14);
  border-radius: 34px;
  background: #f3faef;
}

.seo-page .directory-hero::after {
  top: var(--glow-y);
  left: var(--glow-x);
  animation: directory-glow 9s ease-in-out infinite alternate;
}

@keyframes directory-glow {
  from {
    transform: translate3d(-6%, -2%, 0);
  }
  to {
    transform: translate3d(7%, 5%, 0);
  }
}

.seo-page .directory-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin-top: 28px;
  color: var(--ink);
  font-size: clamp(70px, 8.3vw, 156px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.seo-page .directory-hero > p,
.seo-page .directory-hero > a,
.seo-page .directory-hero .price-meta {
  position: relative;
  z-index: 1;
}

.seo-page .directory-hero > p:not(.overline) {
  max-width: 700px;
  margin-top: 42px;
  color: var(--muted);
}

.seo-page .services-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: stretch;
  padding-block: 24px;
}

.seo-page .services-hero__copy,
.seo-page .services-hero__portrait {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.seo-page .services-hero__copy {
  align-self: center;
  padding-block: clamp(58px, 7vw, 104px);
}

.seo-page .services-hero__copy > p:not(.overline) {
  max-width: 650px;
  margin-top: 42px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 22px);
}

.seo-page .services-hero__copy .line-link {
  display: table;
  margin-top: 28px;
  color: var(--green);
}

.seo-page .services-hero__portrait {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(77, 138, 104, 0.14);
  border-radius: 32px;
  background: linear-gradient(145deg, #eaf6e4, #d7ebcb 58%, #f7faf3);
  box-shadow: 0 18px 48px rgba(40, 80, 60, 0.1);
}

.seo-page .services-hero__portrait-media {
  min-height: 0;
  overflow: hidden;
}

.seo-page .services-hero__portrait img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 18%;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-page .services-hero:hover .services-hero__portrait img {
  transform: scale(1.018);
}

.seo-page .services-hero__portrait figcaption {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px 17px;
  border-top: 1px solid rgba(77, 138, 104, 0.14);
  background: rgba(255, 255, 255, 0.96);
}

.seo-page .services-hero__portrait figcaption strong {
  font-size: 14px;
}

.seo-page .services-hero__portrait figcaption small {
  color: var(--muted);
  font-size: 11px;
  text-align: right;
}

.seo-page .services-index {
  padding-block: clamp(34px, 5vw, 64px);
}

.seo-page .services-index > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.seo-page .services-index a {
  min-height: 116px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 22px 18px;
  border-right: 1px solid var(--line);
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.seo-page .services-index a:last-child {
  border-right: 0;
}

.seo-page .services-index a::after {
  color: var(--green);
  content: "↓";
  font-size: 18px;
}

.seo-page .services-index a:hover {
  background: var(--mint);
}

.seo-page .services-index a > span,
.seo-page .service-showcase__icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(77, 138, 104, 0.16);
  color: var(--green);
  background: var(--mint);
}

.seo-page .services-index a > span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.seo-page .services-index svg,
.seo-page .service-showcase__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.seo-page .services-index strong {
  font-size: 14px;
}

.seo-page .services-logic {
  padding-block: clamp(74px, 10vw, 138px);
}

.seo-page .services-logic__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.5fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 84px);
}

.seo-page .services-logic__heading h2 {
  max-width: 900px;
  margin-top: 22px;
  font-size: clamp(52px, 6.5vw, 108px);
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.seo-page .services-logic__heading h2 span {
  color: #8c9a91;
}

.seo-page .services-logic__heading > p {
  max-width: 430px;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
}

.seo-page .services-logic__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.5fr 0.72fr 0.72fr;
  gap: 14px;
  align-items: end;
}

.seo-page .services-logic__card {
  position: relative;
  min-width: 0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  scroll-snap-align: start;
}

.seo-page .services-logic__card--featured {
  min-height: 570px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.92), transparent 26%),
    var(--mint);
}

.seo-page .services-logic__card > span {
  position: relative;
  z-index: 2;
  color: rgba(18, 49, 38, 0.1);
  font-size: clamp(54px, 5vw, 92px);
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.seo-page .services-logic__card > div:last-child {
  position: relative;
  z-index: 2;
}

.seo-page .services-logic__card small {
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
}

.seo-page .services-logic__card h3 {
  margin-top: 14px;
  font-size: clamp(25px, 2.2vw, 39px);
  letter-spacing: -0.055em;
  line-height: 1;
  overflow-wrap: anywhere;
}

.seo-page .services-logic__card--featured h3 {
  max-width: 660px;
  font-size: clamp(44px, 4.2vw, 76px);
}

.seo-page .services-logic__card p {
  max-width: 600px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 15px;
}

.seo-page .services-logic__wave {
  position: absolute !important;
  z-index: 1 !important;
  top: 72px;
  right: -8%;
  left: 0;
  height: 210px;
  pointer-events: none;
}

.seo-page .services-logic__wave i {
  position: absolute;
  right: -10%;
  left: -6%;
  height: 150px;
  border: 1px solid rgba(77, 138, 104, 0.22);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.seo-page .services-logic__wave i:nth-child(2) {
  top: 26px;
  transform: rotate(-5deg);
}

.seo-page .services-logic__wave i:nth-child(3) {
  top: 52px;
  transform: rotate(-2deg);
}

.seo-page .services-logic__wave i:nth-child(4) {
  top: 78px;
  transform: rotate(2deg);
}

.seo-page .services-logic__hint {
  display: none;
}

.seo-page .service-showcases {
  display: grid;
  gap: clamp(100px, 12vw, 178px);
  padding-block: var(--section-space);
}

.seo-page .service-showcase {
  min-width: 0;
  scroll-margin-top: 110px;
}

.seo-page .service-showcase__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 72px);
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.seo-page .service-showcase__title {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 2.5vw, 34px);
}

.seo-page .service-showcase__icon {
  width: clamp(54px, 5vw, 72px);
  height: clamp(54px, 5vw, 72px);
  flex: 0 0 auto;
  border-radius: 22px;
}

.seo-page .service-showcase__icon svg {
  width: 29px;
  height: 29px;
}

.seo-page .service-showcase__heading h2 {
  max-width: 920px;
  margin-top: 20px;
  color: var(--ink);
  font-size: clamp(48px, 6vw, 102px);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.seo-page .service-showcase__heading > p {
  max-width: 430px;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
}

.seo-page .service-showcase__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.seo-page .service-card {
  --card-x: 75%;
  --card-y: 22%;
  position: relative;
  min-width: 0;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.3vw, 34px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  scroll-snap-align: start;
}

.seo-page .service-card::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--card-x) var(--card-y), rgba(188, 233, 149, 0.42), transparent 13rem);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.seo-page .service-card > * {
  position: relative;
  z-index: 1;
}

.seo-page .service-card:hover {
  border-color: rgba(77, 138, 104, 0.36);
  box-shadow: 0 20px 48px rgba(40, 80, 60, 0.09);
  transform: translateY(-6px);
}

.seo-page .service-card:hover::before {
  opacity: 1;
}

.seo-page .service-card--lead {
  grid-column: span 2;
  color: var(--forest);
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.9), transparent 24%),
    var(--fresh);
}

.seo-page .service-card--soft {
  background: var(--mint);
}

.seo-page .service-card__top,
.seo-page .service-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seo-page .service-card__top {
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
}

.seo-page .service-card__top > span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
}

.seo-page .service-card__top svg,
.seo-page .service-card__action::after {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.seo-page .service-card h3 {
  max-width: 600px;
  margin-top: auto;
  padding-top: 66px;
  font-size: clamp(24px, 2vw, 34px);
  letter-spacing: -0.055em;
  line-height: 1;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.seo-page .service-card--lead h3 {
  font-size: clamp(36px, 3vw, 48px);
}

.seo-page .service-card p {
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
}

.seo-page .service-card__action {
  width: fit-content;
  margin-top: 26px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}

.seo-page .service-showcase__visual {
  min-width: 0;
  min-height: 586px;
  display: grid;
  grid-column: span 2;
  grid-row: span 2;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--mint);
  scroll-snap-align: start;
}

.seo-page .service-showcase__visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-page .service-showcase__visual:hover img {
  transform: scale(1.025);
}

.seo-page .service-showcase__visual figcaption {
  position: static;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px 19px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
}

.seo-page .service-showcase__visual figcaption strong {
  font-size: 15px;
}

.seo-page .service-showcase__visual figcaption small {
  color: var(--muted);
  font-size: 11px;
  text-align: right;
}

.seo-page .service-showcase__hint {
  display: none;
}

.seo-page .service-showcase--equipment .service-showcase__rail {
  grid-template-columns: minmax(0, 1.32fr) repeat(2, minmax(0, 0.74fr));
}

.seo-page .service-showcase--equipment .service-showcase__visual {
  min-height: 730px;
  grid-column: 1;
  grid-row: 1 / span 3;
}

.seo-page .service-showcase--equipment .service-card {
  min-height: 234px;
  border-radius: 24px;
}

.seo-page .service-showcase--equipment .service-card h3 {
  padding-top: 34px;
}

.seo-page .service-showcase--index {
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    linear-gradient(rgba(18, 49, 38, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 49, 38, 0.025) 1px, transparent 1px),
    rgba(237, 247, 232, 0.64);
  background-size: 52px 52px, 52px 52px, auto;
}

.seo-page .service-showcase--index .service-showcase__heading {
  border-top: 0;
}

.seo-page .service-showcase--index .service-showcase__rail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-page .service-showcase--index .service-showcase__visual {
  min-height: 430px;
  grid-column: 1 / -1;
  grid-row: auto;
}

.seo-page .service-showcase--index .service-card {
  min-height: 220px;
  padding-inline: 6px;
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
}

.seo-page .service-showcase--index .service-card--soft {
  padding-inline: 24px;
  border: 1px solid rgba(77, 138, 104, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.seo-page .service-showcase--index .service-card__top > span {
  display: none;
}

.seo-page .service-showcase--index .service-card h3 {
  padding-top: 28px;
}

.seo-page .service-showcase--editorial .service-showcase__rail {
  grid-template-columns: repeat(2, minmax(0, 0.82fr)) minmax(340px, 1.18fr);
  align-items: stretch;
}

.seo-page .service-showcase--editorial .service-showcase__visual {
  min-height: 0;
  grid-column: 3;
  grid-row: 1 / span 5;
}

.seo-page .service-showcase--editorial .service-card {
  min-height: 220px;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.seo-page .service-showcase--editorial .service-card--soft {
  border-radius: 24px;
  background: var(--mint);
}

.seo-page .service-showcase--editorial .service-card h3 {
  padding-top: 30px;
}

.seo-page .service-showcase--editorial .service-card p {
  font-size: 14px;
}

.seo-page .directory-list > a {
  padding-inline: 20px;
  border-radius: 24px;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.seo-page .directory-list > a:hover {
  background: var(--mint);
  transform: translateX(4px);
}

.seo-page .service-directory__heading {
  border-top-color: var(--forest);
}

.seo-page .service-directory__heading h2,
.seo-page .directory-list span,
.seo-page .doctor-card strong {
  font-weight: 700;
}

.seo-page .service-directory {
  gap: clamp(76px, 10vw, 148px);
  padding-bottom: var(--section-space);
}

.seo-page .service-directory__heading {
  gap: clamp(32px, 6vw, 92px);
  padding-block: 32px;
}

.seo-page .service-directory__heading h2 {
  font-size: clamp(48px, 6vw, 114px);
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.seo-page .directory-list {
  padding-bottom: var(--section-space);
}

.seo-page .directory-list > a {
  min-height: 132px;
  align-items: center;
}

.seo-page .doctor-card {
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 28px;
  background: var(--mint);
}

.seo-page .price-nav a {
  background: rgba(255, 255, 255, 0.7);
}

.seo-page .button,
.seo-page .directory-list > a,
.seo-page .editorial-links a,
.seo-page .doctor-card {
  transition-duration: 220ms;
}

@media (max-width: 980px) {
  .seo-page .site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 20px;
  }

  .seo-page .brand {
    width: 168px;
  }

  .seo-page .seo-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .seo-page .seo-hero__copy {
    padding-bottom: 56px;
  }

  .seo-page .seo-hero__copy h1 {
    max-width: 860px;
    font-size: clamp(64px, 11vw, 98px);
  }

  .seo-page .seo-hero__image {
    height: min(72vw, 620px);
    min-height: 460px;
    margin: 0 0 24px;
  }

  .seo-page .services-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-page .services-hero__portrait {
    height: min(84vw, 720px);
  }

  .seo-page .services-index > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-page .services-index a:nth-child(2) {
    border-right: 0;
  }

  .seo-page .services-index a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .seo-page .services-logic__heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-page .services-logic__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .seo-page .services-logic__card,
  .seo-page .services-logic__card--featured {
    min-height: 420px;
  }

  .seo-page .services-logic__card--featured {
    grid-column: span 2;
  }

  .seo-page .service-showcase__heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-page .service-showcase__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .seo-page .service-showcase--equipment .service-showcase__rail,
  .seo-page .service-showcase--index .service-showcase__rail,
  .seo-page .service-showcase--editorial .service-showcase__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-page .service-showcase--equipment .service-showcase__visual,
  .seo-page .service-showcase--index .service-showcase__visual,
  .seo-page .service-showcase--editorial .service-showcase__visual {
    min-height: 500px;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .seo-page .seo-route__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .seo-page .seo-route__grid > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-page .seo-route article {
    min-height: 460px;
  }
}

@media (max-width: 680px) {
  body.seo-page {
    --section-space: 96px;
  }

  .seo-page .site-header__inner {
    min-height: 70px;
  }

  .seo-page .brand {
    width: 145px;
  }

  .seo-page .phone-link {
    display: none;
  }

  .seo-page .seo-hero::before,
  .seo-page .directory-hero::before {
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.62) 68%, transparent 96%);
  }

  .seo-page .seo-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-page .seo-hero__copy {
    padding: 58px var(--page-gutter) 52px;
  }

  .seo-page .seo-hero__copy h1 {
    margin-top: 28px;
    font-size: clamp(44px, 11.8vw, 58px);
    letter-spacing: -0.085em;
    line-height: 0.9;
    overflow-wrap: normal;
  }

  .seo-page .seo-hero__copy > p:not(.overline):not(.content-review):not(.service-price) {
    margin-top: 30px;
    font-size: 17px;
  }

  .seo-page .seo-hero__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 32px;
  }

  .seo-page .seo-hero__actions .line-link {
    align-self: center;
  }

  .seo-page .seo-hero__image {
    width: calc(100% - 40px);
    height: 88vw;
    min-height: 340px;
    margin: 0 20px 20px;
    border-radius: 26px;
  }

  .seo-page .seo-hero__image figcaption {
    width: 100%;
    padding: 13px 14px;
  }

  .seo-page .trust-line .frame {
    padding-block: 14px;
  }

  .seo-page .page-jump {
    width: 100%;
    min-height: 70px;
    padding-inline: 20px;
  }

  .seo-page .page-jump > span {
    margin-right: 4px;
  }

  .seo-page .seo-editorial,
  .seo-page .seo-related,
  .seo-page .seo-faq,
  .seo-page .seo-longform {
    padding-block: var(--section-space);
  }

  .seo-page .seo-editorial h2,
  .seo-page .seo-related h2,
  .seo-page .seo-faq h2,
  .seo-page .deferred h2 {
    font-size: clamp(47px, 13.2vw, 64px);
    letter-spacing: -0.065em;
    line-height: 0.94;
  }

  .seo-page .seo-longform h2 {
    font-size: clamp(34px, 9.2vw, 43px);
    line-height: 0.98;
  }

  .seo-page .seo-route {
    padding-block: var(--section-space);
  }

  .seo-page .seo-route__grid {
    gap: 38px;
  }

  .seo-page .seo-route__grid > div {
    gap: 12px;
  }

  .seo-page .seo-route article,
  .seo-page .seo-route article + article {
    min-height: 0;
    padding: 28px 24px 32px;
    border: 1px solid rgba(77, 138, 104, 0.16);
    border-radius: 24px;
  }

  .seo-page .seo-route article h2 {
    margin: 56px 0 24px;
    font-size: clamp(27px, 7vw, 33px);
  }

  .seo-page .seo-route article p {
    font-size: 16px;
  }

  .seo-page .seo-related {
    gap: 52px;
  }

  .seo-page .seo-cta {
    padding-block: var(--section-space);
  }

  .seo-page .seo-cta h2 {
    font-size: clamp(47px, 13.2vw, 64px);
    letter-spacing: -0.065em;
    line-height: 0.94;
  }

  .seo-page .directory-hero {
    width: calc(100% - 24px);
    min-height: 540px;
    margin-top: 12px;
    padding: 48px 20px 54px;
    border-radius: 28px;
  }

  .seo-page .services-hero {
    gap: 42px;
    padding-block: 0 20px;
  }

  .seo-page .services-hero__copy {
    padding-block: 8px 0;
  }

  .seo-page .services-hero__copy > p:not(.overline) {
    margin-top: 32px;
    font-size: 16px;
  }

  .seo-page .services-hero__portrait {
    height: 132vw;
    min-height: 500px;
    border-radius: 26px;
  }

  .seo-page .services-hero__portrait figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 14px 15px 16px;
  }

  .seo-page .services-hero__portrait figcaption small {
    text-align: left;
  }

  .seo-page .services-index {
    width: 100%;
    padding-block: 34px 52px;
  }

  .seo-page .services-index > p {
    margin-left: 20px;
  }

  .seo-page .services-index > div {
    grid-template-columns: none;
    grid-auto-columns: minmax(260px, 76vw);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    margin-top: 16px;
    padding-inline: 20px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .seo-page .services-index > div::-webkit-scrollbar {
    display: none;
  }

  .seo-page .services-index a,
  .seo-page .services-index a:nth-child(2),
  .seo-page .services-index a:nth-child(-n + 2) {
    min-height: 104px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .seo-page .services-logic {
    width: 100%;
    padding-block: 70px 96px;
  }

  .seo-page .services-logic__heading {
    gap: 28px;
    padding-inline: 20px;
  }

  .seo-page .services-logic__heading h2 {
    font-size: clamp(45px, 12vw, 58px);
  }

  .seo-page .services-logic__grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(286px, 82vw);
    grid-auto-flow: column;
    align-items: end;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 20px 16px;
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .seo-page .services-logic__grid::-webkit-scrollbar {
    display: none;
  }

  .seo-page .services-logic__card,
  .seo-page .services-logic__card--featured {
    min-height: 430px;
    grid-column: auto;
    padding: 26px 24px;
    border-radius: 26px;
  }

  .seo-page .services-logic__card--featured {
    min-height: 530px;
  }

  .seo-page .services-logic__card h3 {
    font-size: clamp(30px, 8.5vw, 38px);
  }

  .seo-page .services-logic__card--featured h3 {
    font-size: clamp(40px, 11vw, 52px);
  }

  .seo-page .services-logic__hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px 20px 0;
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
  }

  .seo-page .services-logic__hint svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }

  .seo-page .services-logic.is-scrolled .services-logic__hint {
    opacity: 0.28;
  }

  .seo-page .service-showcases {
    width: 100%;
    gap: 112px;
    padding-block: 96px;
  }

  .seo-page .service-showcase__heading {
    gap: 28px;
    margin-inline: 20px;
    margin-bottom: 36px;
    padding-top: 24px;
  }

  .seo-page .service-showcase__title {
    display: grid;
    gap: 18px;
  }

  .seo-page .service-showcase__heading h2 {
    margin-top: 18px;
    font-size: clamp(43px, 12vw, 58px);
  }

  .seo-page .service-showcase__rail {
    display: grid;
    grid-template-columns: none;
    grid-auto-columns: minmax(286px, 82vw);
    grid-auto-flow: column;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 20px 16px;
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .seo-page .service-showcase__rail::-webkit-scrollbar {
    display: none;
  }

  .seo-page .service-showcase--index {
    width: calc(100% - 24px);
    margin-inline: 12px;
    padding: 32px 0;
    border-radius: 30px;
  }

  .seo-page .service-showcase--equipment .service-showcase__rail,
  .seo-page .service-showcase--index .service-showcase__rail,
  .seo-page .service-showcase--editorial .service-showcase__rail {
    grid-template-columns: none;
  }

  .seo-page .service-card,
  .seo-page .service-card--lead,
  .seo-page .service-showcase__visual,
  .seo-page .service-showcase--equipment .service-card,
  .seo-page .service-showcase--index .service-card,
  .seo-page .service-showcase--editorial .service-card,
  .seo-page .service-showcase--equipment .service-showcase__visual,
  .seo-page .service-showcase--index .service-showcase__visual,
  .seo-page .service-showcase--editorial .service-showcase__visual {
    min-height: 390px;
    grid-column: auto;
    grid-row: auto;
  }

  .seo-page .service-card,
  .seo-page .service-showcase--equipment .service-card,
  .seo-page .service-showcase--index .service-card,
  .seo-page .service-showcase--editorial .service-card {
    padding: 26px 24px 30px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.84);
  }

  .seo-page .service-card h3,
  .seo-page .service-showcase--equipment .service-card h3,
  .seo-page .service-showcase--index .service-card h3,
  .seo-page .service-showcase--editorial .service-card h3 {
    padding-top: 54px;
    font-size: clamp(28px, 8vw, 36px);
  }

  .seo-page .service-card--lead h3 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .seo-page .service-card p {
    font-size: 15px;
  }

  .seo-page .service-showcase__visual {
    border-radius: 26px;
  }

  .seo-page .service-showcase__visual figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 15px 17px 17px;
  }

  .seo-page .service-showcase__visual figcaption small {
    text-align: left;
  }

  .seo-page .service-showcase__hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px 20px 0;
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    transition: opacity 220ms ease;
  }

  .seo-page .service-showcase__hint svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }

  .seo-page .service-showcase.is-scrolled .service-showcase__hint {
    opacity: 0.28;
  }

  .seo-page .directory-hero h1 {
    margin-top: 28px;
    font-size: clamp(49px, 15vw, 67px);
    letter-spacing: -0.075em;
    line-height: 0.9;
  }

  .seo-page .directory-hero > p:not(.overline) {
    margin: 32px 0 26px;
    font-size: 16px;
  }

  .seo-page .directory-hero .line-link {
    margin-left: 0;
  }

  .seo-page .directory-list > a {
    min-height: 142px;
    padding: 22px 14px;
  }

  .seo-page .directory-list span {
    font-size: 27px;
  }

  .seo-page .service-directory__heading h2,
  .seo-page .team-directory h2,
  .seo-page .price-section__head h2 {
    font-size: clamp(47px, 13.2vw, 64px);
    letter-spacing: -0.065em;
    line-height: 0.94;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-page .seo-hero::after,
  .seo-page .directory-hero::after {
    animation: none;
    transition: none;
  }

  .seo-page .seo-hero__image img {
    transform: none;
  }
}

/* Unified service controls: the same calm auto-layout language as the home page. */

.seo-page .overline,
.seo-page .margin-note {
  min-height: 36px;
  padding: 8px 13px;
  border-color: rgba(77, 138, 104, 0.18);
  background: rgba(237, 247, 232, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.seo-page .button {
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-page .button:hover {
  box-shadow: 0 14px 30px rgba(40, 80, 60, 0.12);
  transform: translateY(-2px);
}

.seo-page .services-hero__action {
  width: fit-content;
  margin-top: 28px;
  color: var(--white);
  background: var(--forest);
}

.seo-page .services-hero__action:hover {
  color: var(--white);
  background: var(--green);
}

.seo-page .page-jump {
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 28px;
  background: rgba(237, 247, 232, 0.68);
  box-shadow: 0 14px 36px rgba(40, 80, 60, 0.06);
  backdrop-filter: blur(16px);
}

.seo-page .page-jump a {
  min-height: 42px;
  padding: 10px 14px;
  border-color: rgba(77, 138, 104, 0.15);
  background: rgba(255, 255, 255, 0.66);
}

.seo-page .services-index {
  margin-block: clamp(34px, 5vw, 64px);
  padding: 14px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 32px;
  background: rgba(237, 247, 232, 0.66);
  box-shadow: 0 18px 48px rgba(40, 80, 60, 0.07);
  backdrop-filter: blur(18px);
}

.seo-page .services-index > p {
  margin: 4px 6px 14px;
}

.seo-page .services-index > div {
  gap: 8px;
  margin-top: 0;
  border: 0;
}

.seo-page .services-index a,
.seo-page .services-index a:last-child {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(77, 138, 104, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.seo-page .services-index a:hover {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
}

.seo-page .services-index a > span {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: rgba(237, 247, 232, 0.84);
}

.seo-page .services-index svg {
  width: 18px;
  height: 18px;
}

.seo-page .service-showcase__icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(237, 247, 232, 0.72);
  backdrop-filter: blur(14px);
}

.seo-page .service-showcase__icon svg {
  width: 23px;
  height: 23px;
}

.seo-page .service-showcase__heading h2 {
  font-size: clamp(46px, 5.5vw, 88px);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.seo-page .service-showcase--mosaic .service-card,
.seo-page .service-showcase--equipment .service-card {
  border-color: rgba(77, 138, 104, 0.15);
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 16px 42px rgba(40, 80, 60, 0.055);
  backdrop-filter: blur(18px);
}

.seo-page .service-card--lead {
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.84), transparent 25%),
    rgba(188, 233, 149, 0.74) !important;
}

.seo-page .service-card--soft {
  background: rgba(237, 247, 232, 0.72);
}

.seo-page .service-card__tag {
  gap: 6px;
  padding: 6px 9px !important;
  background: rgba(255, 255, 255, 0.56) !important;
  backdrop-filter: blur(12px);
}

.seo-page .service-card__tag svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  stroke-width: 1.45;
}

.seo-page .service-card__tag > span {
  line-height: 1;
}

.seo-page .service-card h3 {
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.seo-page .service-card p {
  line-height: 1.5;
}

@media (max-width: 980px) {
  .seo-page .services-index a,
  .seo-page .services-index a:nth-child(2),
  .seo-page .services-index a:nth-child(-n + 2) {
    border: 1px solid rgba(77, 138, 104, 0.14);
  }
}

@media (max-width: 680px) {
  body.seo-page {
    --page-gutter: 20px;
    --section-space: 88px;
  }

  .seo-page .directory-hero {
    min-height: 0;
    padding: 38px 20px 28px;
  }

  .seo-page .services-hero h1,
  .seo-page .seo-hero__copy h1 {
    font-size: clamp(43px, 13.2vw, 54px);
    letter-spacing: -0.07em;
    line-height: 0.93;
  }

  .seo-page .services-hero__copy > p:not(.overline),
  .seo-page .seo-hero__copy > p:not(.overline):not(.content-review):not(.service-price) {
    font-size: 16px;
    line-height: 1.55;
  }

  .seo-page .services-hero__action,
  .seo-page .seo-hero__actions .button {
    width: 100%;
  }

  .seo-page .services-index {
    width: calc(100% - 24px);
    margin: 28px 12px 48px;
    padding: 12px;
    border-radius: 26px;
  }

  .seo-page .services-index > p {
    margin: 2px 4px 12px;
  }

  .seo-page .services-index > div {
    gap: 8px;
    margin: 0;
    padding: 0 0 2px;
    border: 0;
    grid-auto-columns: minmax(250px, 78vw);
  }

  .seo-page .services-index a,
  .seo-page .services-index a:nth-child(2),
  .seo-page .services-index a:nth-child(-n + 2) {
    min-height: 84px;
    padding: 12px;
    border: 1px solid rgba(77, 138, 104, 0.14);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.64);
  }

  .seo-page .services-logic__heading h2,
  .seo-page .service-showcase__heading h2 {
    font-size: clamp(38px, 10.8vw, 48px);
    letter-spacing: -0.055em;
    line-height: 0.97;
  }

  .seo-page .service-showcase__heading {
    gap: 22px;
    margin: 0 20px 32px;
  }

  .seo-page .service-showcase__title {
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }

  .seo-page .service-showcase__icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .seo-page .service-showcase__icon svg {
    width: 19px;
    height: 19px;
  }

  .seo-page .service-card,
  .seo-page .service-card--lead,
  .seo-page .service-showcase--equipment .service-card,
  .seo-page .service-showcase--index .service-card,
  .seo-page .service-showcase--editorial .service-card {
    min-height: 360px;
    padding: 24px 22px 26px;
  }

  .seo-page .service-card h3,
  .seo-page .service-card--lead h3,
  .seo-page .service-showcase--equipment .service-card h3,
  .seo-page .service-showcase--index .service-card h3,
  .seo-page .service-showcase--editorial .service-card h3 {
    padding-top: 48px;
    font-size: clamp(27px, 7.8vw, 33px);
    line-height: 1.03;
  }

  .seo-page .service-card p {
    font-size: 15px;
    line-height: 1.48;
  }

  .seo-page .seo-editorial h2,
  .seo-page .seo-related h2,
  .seo-page .seo-faq h2,
  .seo-page .deferred h2,
  .seo-page .seo-cta h2 {
    font-size: clamp(39px, 10.8vw, 50px);
    letter-spacing: -0.055em;
    line-height: 0.98;
  }

  .seo-page .seo-longform h2 {
    font-size: clamp(30px, 8.5vw, 38px);
    letter-spacing: -0.04em;
    line-height: 1.02;
  }

  .seo-page .page-jump {
    width: calc(100% - 40px);
    display: flex;
    overflow-x: auto;
    margin-inline: 20px;
    padding: 10px;
    border-radius: 24px;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }

  .seo-page .page-jump::-webkit-scrollbar {
    display: none;
  }

  .seo-page .page-jump > span,
  .seo-page .page-jump a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

/* Final service hero guard: long medical names stay inside the copy column. */
.seo-page h1,
.seo-page h2,
.seo-page h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.seo-page .seo-hero__copy,
.seo-page .seo-hero__image {
  min-width: 0;
}

.seo-page .seo-hero__copy h1 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

@media (min-width: 981px) {
  .seo-page .seo-hero__grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
    gap: clamp(44px, 4vw, 76px);
  }

  .seo-page .seo-hero__copy {
    padding-right: clamp(8px, 1.4vw, 28px);
  }

  .seo-page .seo-hero__copy h1 {
    font-size: clamp(62px, 5.65vw, 110px);
    letter-spacing: -0.068em;
    line-height: 0.9;
  }
}

@media (max-width: 980px) {
  .seo-page .seo-hero__copy h1 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

@media (max-width: 680px) {
  .seo-page .seo-hero__copy {
    padding-inline: 20px;
  }

  .seo-page .seo-hero__copy h1 {
    font-size: clamp(41px, 12.5vw, 51px);
    letter-spacing: -0.062em;
    line-height: 0.95;
  }

  .seo-page .seo-hero__actions {
    gap: 10px;
  }
}

/* Global containment: text and photography never share the same paint area. */
.seo-page :where(
  .seo-hero__grid,
  .seo-hero__copy,
  .seo-editorial__content,
  .seo-route__grid,
  .seo-route article,
  .seo-related,
  .editorial-links,
  .editorial-links a,
  .service-card,
  .service-showcase__heading,
  .services-logic__card,
  .directory-list > a,
  .page-jump,
  .service-price
) {
  min-width: 0;
}

.seo-page .seo-hero__media,
.seo-page .service-showcase__media {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.seo-page .seo-hero__media img,
.seo-page .service-showcase__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Landscape procedure photography keeps a natural 4:3 frame instead of being
   enlarged into the portrait hero crop. Portrait assets retain the editorial
   treatment used by the incoming design. */
.seo-page .seo-hero__image--landscape {
  align-self: center;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.seo-page .seo-hero__image--landscape .seo-hero__media,
.seo-page .seo-hero__image--landscape img {
  min-height: 0;
}

.seo-page .seo-hero__image--landscape img {
  transform: translate3d(var(--image-shift-x), var(--image-shift-y), 0);
}

.seo-page :where(.button, .overline, .margin-note, .service-card__tag) {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.seo-page .editorial-links a {
  max-width: 100%;
}

.seo-page .editorial-links a span {
  min-width: 0;
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

@media (max-width: 680px) {
  .seo-page .seo-route article h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .seo-page .directory-list > a {
    min-height: 0;
    height: auto;
  }

  .seo-page .directory-list p {
    display: block;
    overflow: visible;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
  }
}

@media (max-width: 360px) {
  body.seo-page {
    --page-gutter: 16px;
  }

  .seo-page .seo-hero__copy {
    padding-inline: 16px;
  }

  .seo-page .seo-hero__copy h1 {
    font-size: clamp(38px, 12.8vw, 46px);
    line-height: 0.97;
  }

  .seo-page .seo-route article,
  .seo-page .seo-route article + article {
    padding-inline: 20px;
  }

  .seo-page .seo-route article h2 {
    margin-top: 44px;
    font-size: clamp(23px, 7.4vw, 27px);
    line-height: 1.05;
  }

  .seo-page .seo-editorial h2,
  .seo-page .seo-related h2,
  .seo-page .seo-faq h2,
  .seo-page .deferred h2,
  .seo-page .seo-cta h2 {
    font-size: clamp(35px, 11vw, 42px);
    line-height: 1;
  }

  .seo-page .editorial-links a {
    min-height: 72px;
    gap: 14px;
    padding-inline: 14px;
    font-size: 18px;
  }
}

/* Interaction pass: readable Russian type, compact controls and working rails. */
.seo-page :where(h1, h2, h3, h4, p, span, strong, small, blockquote, a, button) {
  hyphens: none !important;
}

.seo-page :where(h1, h2, h3, blockquote) {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.seo-page .scroll-rail {
  cursor: grab;
  touch-action: pan-x pan-y;
}

.seo-page .scroll-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.seo-page .rail-controls {
  width: var(--frame);
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px auto 0;
  color: var(--green);
}

.seo-page .rail-controls[hidden] {
  display: none;
}

.seo-page .rail-controls__label,
.seo-page .rail-controls__buttons {
  display: inline-flex;
  align-items: center;
}

.seo-page .rail-controls__label {
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.seo-page .rail-controls__label i {
  width: 42px;
  height: 3px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(77, 138, 104, 0.18);
}

.seo-page .rail-controls__label i::after {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: currentColor;
  content: "";
  transform: scaleX(var(--rail-progress, 0));
  transform-origin: left center;
  transition: transform 160ms ease;
}

.seo-page .rail-controls__buttons {
  gap: 6px;
}

.seo-page .rail-controls button {
  width: 38px;
  height: 38px;
  display: grid;
  padding: 0;
  border: 1px solid rgba(77, 138, 104, 0.18);
  border-radius: 14px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  place-items: center;
}

.seo-page .rail-controls button:disabled {
  cursor: default;
  opacity: 0.32;
}

.seo-page .rail-controls button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.seo-page .service-showcase > .rail-controls,
.seo-page .services-logic > .rail-controls,
.seo-page .services-index > .rail-controls,
.seo-page .promotion-group > .rail-controls {
  width: 100%;
}

.seo-page .service-showcase__hint,
.seo-page .services-logic__hint {
  display: none !important;
}

.seo-page .directory-hero--prices {
  margin-bottom: clamp(34px, 5vw, 68px);
}

.seo-page .price-nav {
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 0;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
}

.seo-page .price-nav::-webkit-scrollbar {
  display: none;
}

.seo-page .price-nav a {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.seo-page .price-nav + .rail-controls {
  margin-bottom: clamp(42px, 6vw, 76px);
}

.seo-page .promotion-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: stretch;
  padding-block: clamp(52px, 7vw, 104px);
}

.seo-page .promotion-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 20%, rgba(188, 233, 149, 0.52), transparent 18rem),
    rgba(237, 247, 232, 0.72);
}

.seo-page .promotion-hero h1 {
  margin-top: 30px;
  font-size: clamp(58px, 7vw, 108px);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.seo-page .promotion-hero__copy > p:not(.overline) {
  max-width: 620px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 18px;
}

.seo-page .promotion-hero__copy .button {
  margin-top: 34px;
}

.seo-page .promotion-hero__visual {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 34px;
  background: var(--mint);
}

.seo-page .promotion-hero__visual > div {
  min-height: 520px;
  overflow: hidden;
}

.seo-page .promotion-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-page .promotion-hero__visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 19px 18px;
  border-top: 1px solid rgba(77, 138, 104, 0.14);
  background: rgba(255, 255, 255, 0.96);
}

.seo-page .promotion-hero__visual figcaption small {
  color: var(--muted);
}

.seo-page .promotion-groups {
  display: grid;
  gap: clamp(82px, 10vw, 142px);
  padding-block: var(--section-space);
}

.seo-page .promotion-group > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: end;
  margin-bottom: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.seo-page .promotion-group > header .overline {
  grid-column: 1 / -1;
}

.seo-page .promotion-group h2 {
  font-size: clamp(48px, 6vw, 88px);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.seo-page .promotion-group > header > p:last-child {
  color: var(--muted);
}

.seo-page .promotion-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.seo-page .promotion-card {
  position: relative;
  min-width: 0;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(77, 138, 104, 0.15);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.7);
  transition: transform 220ms ease, background-color 220ms ease;
}

.seo-page .promotion-card:hover {
  background: rgba(237, 247, 232, 0.82);
  transform: translateY(-4px);
}

.seo-page .promotion-card__tag {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 18px;
  color: var(--green);
  background: rgba(237, 247, 232, 0.74);
  font-size: 11px;
  font-weight: 700;
}

.seo-page .promotion-card strong {
  max-width: 420px;
  margin-top: auto;
  padding-top: 58px;
  font-size: clamp(23px, 2.2vw, 34px);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.seo-page .promotion-card small {
  margin-top: 14px;
  color: var(--muted);
}

.seo-page .promotion-card > svg {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 22px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.seo-page .doctor-hub__visual img {
  object-position: 50% 18%;
}

.seo-page .doctor-card--profile {
  position: relative;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 16%, rgba(188, 233, 149, 0.62), transparent 15rem),
    rgba(255, 255, 255, 0.7);
}

.seo-page .doctor-card__mark {
  width: 52px;
  height: 52px;
  display: grid;
  margin-bottom: 24px;
  border: 1px solid rgba(77, 138, 104, 0.16);
  border-radius: 18px;
  color: var(--green);
  background: rgba(237, 247, 232, 0.76);
  place-items: center;
}

.seo-page .doctor-card__mark svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.seo-page .doctor-card__action {
  width: fit-content;
  margin-top: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 680px) {
  body.seo-page {
    --page-gutter: 16px;
    --section-space: 76px;
  }

  .seo-page .overline,
  .seo-page .margin-note {
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 18px;
    font-size: 11px;
  }

  .seo-page .services-hero h1,
  .seo-page .seo-hero__copy h1,
  .seo-page .directory-hero h1,
  .seo-page .promotion-hero h1 {
    font-size: clamp(32px, 9.8vw, 42px);
    letter-spacing: -0.055em;
    line-height: 0.98;
  }

  .seo-page .seo-editorial h2,
  .seo-page .seo-related h2,
  .seo-page .seo-faq h2,
  .seo-page .deferred h2,
  .seo-page .seo-cta h2,
  .seo-page .services-logic__heading h2,
  .seo-page .service-showcase__heading h2,
  .seo-page .promotion-group h2,
  .seo-page .team-directory h2,
  .seo-page .price-section__head h2 {
    font-size: clamp(32px, 9.4vw, 40px);
    letter-spacing: -0.05em;
    line-height: 1;
  }

  .seo-page .mobile-nav {
    max-height: calc(100dvh - 74px);
    padding: 8px 16px 20px;
    background: rgba(251, 252, 248, 0.99);
    box-shadow: 0 22px 42px rgba(40, 80, 60, 0.12);
  }

  .seo-page .mobile-nav > a,
  .seo-page .mobile-services > summary {
    min-height: 50px;
    font-size: 17px;
  }

  .seo-page .directory-hero,
  .seo-page .services-hero {
    width: calc(100% - 20px);
    margin: 10px 10px 0;
    padding: 30px 18px;
    border-radius: 24px;
  }

  .seo-page .directory-hero--prices {
    margin-bottom: 28px;
  }

  .seo-page .price-nav {
    width: calc(100% - 32px);
    margin-inline: 16px;
  }

  .seo-page .price-nav a {
    min-height: 42px;
    padding-inline: 14px;
  }

  .seo-page .price-nav + .rail-controls {
    margin-top: 10px;
    margin-bottom: 42px;
  }

  .seo-page .price-catalog {
    padding-bottom: 92px;
  }

  .seo-page .services-index {
    width: calc(100% - 20px);
    margin: 22px 10px 38px;
    padding: 10px;
    border-radius: 22px;
  }

  .seo-page .services-index > div {
    grid-auto-columns: minmax(218px, 72vw);
    gap: 7px;
  }

  .seo-page .services-index a,
  .seo-page .services-index a:nth-child(2),
  .seo-page .services-index a:nth-child(-n + 2) {
    min-height: 72px;
    padding: 10px;
    border-radius: 17px;
  }

  .seo-page .services-index a > span {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .seo-page .services-index strong {
    font-size: 15px;
  }

  .seo-page .services-logic {
    padding-block: 58px 72px;
  }

  .seo-page .services-logic__heading {
    gap: 18px;
    padding-inline: 16px;
  }

  .seo-page .services-logic__grid {
    grid-auto-columns: 78vw;
    gap: 10px;
    padding: 0 16px 10px;
    scroll-padding-inline: 16px;
  }

  .seo-page .services-logic__card,
  .seo-page .services-logic__card--featured {
    min-height: 350px;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .seo-page .services-logic__card--featured {
    min-height: 410px;
  }

  .seo-page .services-logic__card h3,
  .seo-page .services-logic__card--featured h3 {
    font-size: clamp(27px, 7.5vw, 32px);
  }

  .seo-page .service-showcases {
    gap: 84px;
    padding-block: 78px;
  }

  .seo-page .service-showcase__heading {
    gap: 18px;
    margin: 0 16px 28px;
    padding-top: 20px;
  }

  .seo-page .service-showcase__title {
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
  }

  .seo-page .service-showcase__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .seo-page .service-showcase__title h2 {
    margin-top: 14px;
  }

  .seo-page .service-showcase__rail {
    grid-auto-columns: 78vw;
    gap: 10px;
    padding: 0 16px 10px;
    scroll-padding-inline: 16px;
  }

  .seo-page .service-card,
  .seo-page .service-card--lead,
  .seo-page .service-showcase--equipment .service-card,
  .seo-page .service-showcase--index .service-card,
  .seo-page .service-showcase--editorial .service-card,
  .seo-page .service-showcase__visual {
    min-height: 330px;
    padding: 22px 20px 24px;
    border-radius: 22px;
  }

  .seo-page .service-showcase__visual {
    padding: 0;
  }

  .seo-page .service-card h3,
  .seo-page .service-card--lead h3,
  .seo-page .service-showcase--equipment .service-card h3,
  .seo-page .service-showcase--index .service-card h3,
  .seo-page .service-showcase--editorial .service-card h3 {
    padding-top: 42px;
    font-size: clamp(19px, 5.3vw, 23px);
    line-height: 1.05;
  }

  .seo-page .service-card--lead h3 {
    font-size: clamp(21px, 6vw, 26px);
  }

  .seo-page .rail-controls {
    width: calc(100% - 32px);
    min-height: 38px;
    margin-top: 8px;
  }

  .seo-page .rail-controls__label {
    font-size: 11px;
  }

  .seo-page .rail-controls button {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .seo-page .promotion-hero {
    width: calc(100% - 20px);
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin: 10px;
    padding: 0;
  }

  .seo-page .promotion-hero__copy {
    padding: 28px 18px 30px;
    border-radius: 24px;
  }

  .seo-page .promotion-hero__copy > p:not(.overline) {
    margin-top: 26px;
    font-size: 16px;
  }

  .seo-page .promotion-hero__copy .button {
    width: 100%;
    margin-top: 26px;
  }

  .seo-page .promotion-hero__visual {
    border-radius: 24px;
  }

  .seo-page .promotion-hero__visual > div {
    min-height: 280px;
  }

  .seo-page .promotion-hero__visual figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 13px 15px 15px;
  }

  .seo-page .promotion-groups {
    gap: 78px;
  }

  .seo-page .promotion-group > header {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 28px;
    padding-top: 20px;
  }

  .seo-page .promotion-rail {
    grid-template-columns: none;
    grid-auto-columns: minmax(250px, 78vw);
    grid-auto-flow: column;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .seo-page .promotion-rail::-webkit-scrollbar {
    display: none;
  }

  .seo-page .promotion-card {
    min-height: 230px;
    padding: 20px;
    border-radius: 22px;
    scroll-snap-align: start;
  }

  .seo-page .promotion-card strong {
    font-size: 24px;
  }

  .seo-page .doctor-card--profile {
    min-height: 310px;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .seo-page .doctor-card--profile strong {
    font-size: clamp(30px, 8.4vw, 36px);
  }
}

@media (min-width: 361px) and (max-width: 680px) {
  .seo-page .services-hero h1,
  .seo-page .seo-hero__copy h1,
  .seo-page .directory-hero h1,
  .seo-page .promotion-hero h1 {
    font-size: clamp(32px, 9vw, 38px);
  }

  .seo-page .seo-editorial h2,
  .seo-page .seo-related h2,
  .seo-page .seo-faq h2,
  .seo-page .deferred h2,
  .seo-page .seo-cta h2,
  .seo-page .services-logic__heading h2,
  .seo-page .service-showcase__heading h2,
  .seo-page .promotion-group h2,
  .seo-page .team-directory h2,
  .seo-page .price-section__head h2 {
    font-size: clamp(30px, 8.7vw, 36px);
  }
}

@media (min-width: 681px) and (max-width: 980px) {
  .seo-page .services-hero h1,
  .seo-page .seo-hero__copy h1,
  .seo-page .directory-hero h1,
  .seo-page .promotion-hero h1 {
    font-size: clamp(50px, 7.5vw, 64px);
    letter-spacing: -0.055em;
  }

  .seo-page .seo-editorial h2,
  .seo-page .seo-related h2,
  .seo-page .seo-faq h2,
  .seo-page .deferred h2,
  .seo-page .seo-cta h2,
  .seo-page .services-logic__heading h2,
  .seo-page .service-showcase__heading h2,
  .seo-page .price-section__head h2 {
    font-size: clamp(36px, 5vw, 44px);
  }

  .seo-page .service-card h3,
  .seo-page .service-card--lead h3,
  .seo-page .service-showcase--equipment .service-card h3,
  .seo-page .service-showcase--index .service-card h3,
  .seo-page .service-showcase--editorial .service-card h3 {
    font-size: 20px;
  }
}

@media (min-width: 981px) {
  .seo-page .services-hero h1,
  .seo-page .seo-hero__copy h1,
  .seo-page .directory-hero h1,
  .seo-page .promotion-hero h1 {
    font-size: clamp(60px, 5vw, 72px);
  }

  .seo-page .seo-cta h2 {
    font-size: clamp(50px, 5vw, 72px);
  }

  .seo-page .team-directory h2 {
    font-size: clamp(48px, 4vw, 58px);
  }

  .seo-page .price-section__head h2 {
    font-size: clamp(36px, 2.7vw, 40px);
  }

  .seo-page .seo-longform__content article h2 {
    font-size: clamp(42px, 3.6vw, 52px);
  }
}

/* 2026-09-04 merge overrides: current About and Promotions content in the
   approved designer system. Kept last so legacy promotion rules cannot win. */
.seo-page .about-hero--current {
  align-items: stretch;
}

.seo-page .about-hero--current > div {
  align-content: center;
}

.seo-page .about-team--current > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.seo-page .about-team--current .about-team-card {
  min-width: 0;
}

.seo-page .about-team--current .about-team-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.12;
}

.seo-page .promotion-groups--current {
  display: block;
}

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

.seo-page .promotion-card--media {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  background: var(--ui-white, #fff);
}

.seo-page .promotion-card--media:hover {
  transform: translateY(-3px);
}

.seo-page .promotion-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ui-mint, #e9f6e4);
}

.seo-page .promotion-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.seo-page .promotion-card--media:hover .promotion-card__media img {
  transform: scale(1.025);
}

.seo-page .promotion-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.seo-page .promotion-card__body h2 {
  margin: 16px 0 10px;
  font-size: clamp(1.25rem, 1.75vw, 1.6rem);
  line-height: 1.14;
}

.seo-page .promotion-card__body h2 a {
  color: inherit;
  text-decoration: none;
}

.seo-page .promotion-card__body p {
  margin: 0 0 20px;
  color: var(--ui-muted, #63766c);
}

.seo-page .promotion-card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-top: auto;
  margin-bottom: 18px;
}

.seo-page .promotion-card__prices del {
  color: var(--ui-muted, #63766c);
  font-size: .9rem;
}

.seo-page .promotion-card__prices strong {
  color: var(--ui-forest, #123c2b);
  font-size: 1.3rem;
}

.seo-page .reviews-current {
  padding-top: var(--ui-section, 96px);
  padding-bottom: var(--ui-section, 96px);
}

.seo-page .reviews-current > header {
  margin-bottom: 28px;
}

.seo-page .reviews-current__frame {
  height: min(640px, 72vh);
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--ui-line, rgba(18, 60, 43, .16));
  border-radius: var(--ui-radius-card, 28px);
  background: var(--ui-white, #fff);
  box-shadow: var(--ui-shadow, 0 20px 56px rgba(28, 74, 52, .1));
}

.seo-page .reviews-current__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1023px) {
  .seo-page .about-team--current > div,
  .seo-page .promotion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .seo-page .about-team--current > div,
  .seo-page .promotion-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .seo-page .promotion-card__body {
    padding: 20px;
  }

  .seo-page .reviews-current__frame {
    height: 520px;
    min-height: 0;
    border-radius: 22px;
  }
}
