:root {
  --ink: #17181d;
  --muted: #646a70;
  --line: #dfe5e1;
  --paper: #fbfcf7;
  --white: #ffffff;
  --lime: #c6f24a;
  --mint: #dff7e6;
  --coral: #ff6f61;
  --teal: #1f7a72;
  --coal: #242629;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(23, 24, 29, 0.12);
  --motion-premium: cubic-bezier(0.18, 0.84, 0.28, 1);
}

/* Prevent casual image copying and drag-and-drop. */
img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

/* Mobile coach section uses the same paper background as the rest of the site. */
.about-ui-card__icon {
  display: none;
}

@media (max-width: 760px) {
  #achievements.achievements-section {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: transparent !important;
    background-image: none !important;
  }

  #achievements .about-achievements-shell {
    background: transparent !important;
    background-image: none !important;
  }

  #achievements .about-achievements-shell {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 72px 32px 42px;
  }

  #achievements .about-achievements-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: none;
    padding: 0;
    transform: none;
  }

  #achievements .fit-kicker {
    margin: 0 0 22px;
    color: #318a79;
    font-size: 12px;
    letter-spacing: 0.28em;
  }

  #achievements .about-achievements-copy h2 {
    width: 72%;
    max-width: 280px;
    font-family: "Arial Narrow", "Roboto Condensed", "Manrope", Arial, sans-serif;
    font-size: clamp(39px, 11.4vw, 47px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.96;
  }

  #achievements .about-achievements-lead {
    width: 63%;
    max-width: 238px;
    margin: 24px 0 0;
    color: rgba(42, 39, 38, 0.62);
    font-size: 13px;
    line-height: 1.72;
  }

  #achievements .about-coach-figure {
    position: absolute;
    top: 92px;
    right: -41px;
    z-index: 2;
    display: flex;
    width: 245px;
    height: 390px;
    min-height: 0;
    margin: 0;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
  }

  #achievements .about-coach-figure::after {
    display: none;
  }

  #achievements .about-coach-figure img {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
    mix-blend-mode: multiply;
  }

  #achievements .about-achievements-visual,
  #achievements .about-visual-grid {
    position: relative;
    z-index: 4;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 10px;
  }

  #achievements .about-achievements-visual {
    margin-top: 146px;
  }

  #achievements .about-ui-card,
  #achievements .about-ui-card-large,
  #achievements .about-visual-grid .about-ui-card:nth-child(2),
  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: grid;
    width: 100%;
    min-height: 102px;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 12px 17px;
    border: 1px solid rgba(180, 156, 141, 0.14);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 15px 32px rgba(91, 69, 56, 0.08);
    transform: none;
  }

  #achievements .about-ui-card__icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 50%;
    background: rgba(252, 248, 245, 0.92);
    color: #b4937d;
    box-shadow: 0 5px 16px rgba(117, 88, 69, 0.08);
  }

  #achievements .about-ui-card__icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
  }

  /* Raster icons use a lighter source color than the trophy SVG. Bring their
     contrast and warmth to the same visual weight without changing their shape. */
  #achievements .about-ui-card__icon img {
    filter: brightness(0.86) saturate(1.35) contrast(1.08);
  }

  #achievements .about-ui-card strong,
  #achievements .about-visual-grid .about-ui-card:nth-child(2) strong {
    width: 100%;
    max-width: none;
    font-size: 17px;
    letter-spacing: -0.025em;
    line-height: 1.05;
  }

  #achievements .about-ui-card p {
    width: 100%;
    max-width: none;
    margin: 8px 0 0;
    color: rgba(42, 39, 38, 0.62);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
  }
}

/* Glass language menu matching the floating navigation. */
.reference-hero__nav .language-menu {
  top: calc(100% + 10px);
  left: 0;
  z-index: 1100;
  min-width: 172px;
  gap: 5px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(43, 38, 36, 0.72);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.1),
    0 18px 42px rgba(18, 14, 12, 0.28);
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  transform-origin: top left;
}

.reference-hero__nav .language-switcher.is-open .language-menu {
  animation: language-menu-open 180ms ease-out both;
}

.reference-hero__nav .language-option {
  position: relative;
  min-height: 42px;
  padding: 10px 36px 10px 13px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  text-align: left;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.reference-hero__nav .language-option:hover,
.reference-hero__nav .language-option:focus-visible {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.reference-hero__nav .language-option.is-active {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.reference-hero__nav .language-option.is-active::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  content: "";
  transform: translateY(-50%);
}

@keyframes language-menu-open {
  from {
    opacity: 0;
    transform: translateY(-5px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 680px) {
  .reference-hero__nav .language-menu {
    min-width: 142px;
    border-radius: 15px;
  }

  .reference-hero__nav .language-option {
    min-height: 38px;
    padding: 8px 30px 8px 11px;
    font-size: 0.76rem;
  }
}

/* Results block — copied from the active Pencil layout "пример 23451". */
.results-section.results-case-section {
  position: relative;
  overflow: hidden;
  padding: 80px 24px 28px;
  background: transparent;
}

.results-case-section__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 488px) minmax(0, 512px);
  gap: clamp(54px, 8.5vw, 120px);
  align-items: start;
}

.results-case-section__content {
  padding-top: 8px;
}

.results-case-section__heading h2 {
  margin: 0;
  max-width: 560px;
  color: #141418;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(44px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: .94;
}

.results-case-section__heading p {
  max-width: 475px;
  margin: 30px 0 0;
  color: #73767b;
  font-size: 16px;
  line-height: 1.5;
}

.results-case-section__list {
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(28, 52, 37, .16);
}

.results-case-section__list li {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  min-height: 105px;
  align-items: center;
  border-bottom: 1px solid rgba(28, 52, 37, .16);
}

.results-case-section__list li > span {
  color: #378854;
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/* MAX QR contact page. */
.max-qr-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(198, 242, 74, 0.15), transparent 32%),
    #f7f3f4;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
}

.max-qr-page__nav {
  display: flex;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
  padding: 22px 0;
  align-items: center;
  justify-content: space-between;
}

.max-qr-page__brand,
.max-qr-page__back {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.max-qr-page__brand {
  font-size: 1.1rem;
}

.max-qr-page__back {
  color: #388429;
  font-size: 0.9rem;
}

.max-qr-page__back:hover,
.max-qr-page__back:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.max-qr-page__main {
  display: grid;
  min-height: calc(100vh - 78px);
  padding: 40px 20px 72px;
  place-items: center;
}

.max-qr-page__card {
  width: min(100%, 520px);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(42, 40, 42, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(35, 30, 35, 0.12);
  text-align: center;
}

.max-qr-page__eyebrow {
  margin: 0 0 12px;
  color: #408b31;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.max-qr-page__card h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.5rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.max-qr-page__lead {
  max-width: 420px;
  margin: 18px auto 28px;
  color: rgba(23, 24, 29, 0.65);
  font-size: 0.98rem;
  line-height: 1.6;
}

.max-qr-page__code {
  display: block;
  width: min(100%, 420px);
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
  image-rendering: auto;
}

.max-qr-page__note {
  margin: 18px 0 0;
  color: rgba(23, 24, 29, 0.5);
  font-size: 0.78rem;
}

@media (max-width: 520px) {
  .max-qr-page__nav {
    width: min(100% - 32px, 1120px);
    padding: 18px 0;
  }

  .max-qr-page__main {
    min-height: calc(100vh - 64px);
    padding: 24px 16px 44px;
  }

  .max-qr-page__card {
    border-radius: 22px;
  }
}

.results-case-section__list strong {
  display: block;
  color: #141418;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
}

.results-case-section__list p {
  margin: 9px 0 0;
  color: #73767b;
  font-size: 14px;
  line-height: 1.35;
}

.results-case-section__more {
  width: 360px;
  height: 68px;
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #378854;
  border-radius: 999px;
  color: #141418;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.results-case-section__instagram-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 7px;
  object-fit: cover;
}

.results-case-section__case .results-case-section__more {
  display: flex;
  margin: 28px auto 0;
}

.results-case-section__more--mobile {
  display: none !important;
}

.results-case-section__more--desktop {
  display: inline-flex;
}

.results-instagram-disclaimer {
  width: min(100%, 360px);
  margin: 10px 0 0;
  color: #777b79;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
}

.results-instagram-disclaimer--mobile {
  display: none;
}

.results-instagram-disclaimer--desktop {
  margin-top: 18px;
}

.results-case-section__more svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.results-case-section__more:focus-visible {
  color: #fff;
  background: #378854;
  transform: translateY(-2px);
}

@media (hover: hover) and (pointer: fine) {
  .results-case-section__more:hover {
    color: #fff;
    background: #378854;
    transform: translateY(-2px);
  }
}

@media (hover: none), (pointer: coarse) {
  .results-case-section__more {
    -webkit-tap-highlight-color: transparent;
  }

  .results-case-section__more:hover {
    color: #141418;
    background: #fff;
    transform: none;
  }

  .results-case-section__more:active {
    color: #fff;
    background: #378854;
    transform: translateY(-2px);
    transition-duration: 0s;
  }
}

.results-case-section__case {
  min-width: 0;
  padding: 0;
  background: transparent;
}

.results-case-section__case figure {
  margin: 0;
}

.results-case-section__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.results-case-section__photo {
  position: relative;
  overflow: hidden;
  /* Соотношение сторон оригинального фото «До»: без обрезки при любом zoom. */
  height: auto;
  aspect-ratio: 1086 / 1449;
  border-radius: 8px;
  background: #ecefea;
}

.results-case-section__photo img,
.results-case-section__review img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.results-case-section__photo img {
  object-fit: cover;
  object-position: center center;
}

.results-case-section__photo figcaption {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  background: rgba(17, 20, 18, .55);
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .4px;
}

.results-case-section__meta {
  width: max-content;
  max-width: 100%;
  min-height: 48px;
  margin: 20px auto 20px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-radius: 999px;
  background: #eef6eb;
  color: #141418;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .7px;
}

.results-case-section__meta strong { font-size: 13px; letter-spacing: .7px; }
.results-case-section__meta span { color: #73767b; font-weight: 600; }
.results-case-section__meta b { color: #378854; font-size: 15px; }

.results-case-section__meta--details {
  width: fit-content;
  min-height: 48px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.results-case-section__review {
  width: 380px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.results-case-section__review img {
  height: auto;
}

/* Центрируем отзыв относительно общей ширины пары «До / После». */
.results-case-section__case figure.results-case-section__review {
  margin-left: auto;
  margin-right: auto;
}

.results-case-section__case > p {
  max-width: 450px;
  margin: 20px auto 0;
  color: #73767b;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

/* Main-page client stories carousel. */
.results-stories {
  position: relative;
  --results-story-index: 0;
  --results-story-count: 5;
}

.results-stories__viewport {
  width: 100%;
  overflow: hidden;
}

.results-stories__track {
  display: flex;
  align-items: flex-start;
  transform: translate3d(calc(var(--results-story-index) * -100%), 0, 0);
  transition: transform 520ms var(--motion-premium);
  will-change: transform;
}

.results-story {
  min-width: 100%;
  flex: 0 0 100%;
}

.results-story > p {
  max-width: 450px;
  margin: 20px auto 0;
  color: #73767b;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.results-case-section__gallery--single {
  grid-template-columns: 1fr;
}

.results-case-section__gallery--single .results-case-section__photo {
  width: min(100%, 360px);
  aspect-ratio: 4 / 5;
  margin: 0 auto;
}

.results-case-section__gallery--single .results-case-section__photo img {
  object-fit: contain;
  background: #f4f2ee;
}

.results-story--triple-results .results-case-section__gallery--single {
  position: relative;
}

.results-story__group-caption {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 5px;
  background: rgba(17, 20, 18, 0.62);
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

@media (min-width: 761px) {
  .results-story--photo-only {
    position: relative;
    align-self: stretch;
  }

  .results-story--photo-only .results-case-section__gallery--single {
    position: absolute;
    top: calc(42% + 26px);
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }

  .results-story--photo-only .results-case-section__gallery--single .results-case-section__photo {
    width: min(100%, 520px);
  }

  .results-story--photo-only.results-story--with-meta .results-case-section__meta {
    position: absolute;
    top: calc(42% + 370px);
    left: 50%;
    z-index: 2;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .results-story--photo-only.results-story--with-meta .results-case-section__gallery--single {
    top: calc(42% - 8px);
  }

  .results-story--stacked-results .results-case-section__gallery--single .results-case-section__photo {
    width: min(100%, 440px);
    aspect-ratio: 5 / 4;
  }

  .results-story--triple-results .results-case-section__gallery--single {
    left: 50%;
    width: min(100%, 500px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: translate(-50%, -50%);
  }

  .results-story--triple-results .results-case-section__gallery--single .results-case-section__photo {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .results-story--triple-results .results-case-section__gallery--single .results-case-section__photo:last-child {
    grid-column: 1 / -1;
    aspect-ratio: 5 / 4;
  }
}

.results-story__review-toggle {
  display: none;
}

.results-stories__arrow {
  position: absolute;
  top: 42%;
  z-index: 4;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(13, 22, 18, 0.74);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(16, 18, 20, 0.22);
  backdrop-filter: blur(8px);
  transition: color 240ms ease, background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.results-stories__next {
  right: -28px;
}

.results-stories__previous {
  left: -28px;
}

.results-stories__arrow:hover,
.results-stories__arrow:focus-visible {
  border-color: #fff;
  background: rgba(20, 41, 31, 0.94);
  outline: none;
}

.results-stories__next:hover,
.results-stories__next:focus-visible {
  transform: translateX(3px);
}

.results-stories__previous:hover,
.results-stories__previous:focus-visible {
  transform: translateX(-3px);
}

.results-stories__arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.results-stories__progress {
  display: none;
}

@media (max-width: 1100px) {
  .results-case-section__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 42px; }
  .results-case-section__case { padding: 24px; }
  .results-case-section__photo { height: auto; }
}

@media (max-width: 760px) {
  .results-section.results-case-section { padding: 64px 20px 42px; }
  .results-case-section__inner { grid-template-columns: 1fr; gap: 52px; }
  .results-case-section__content { padding-top: 0; }
  .results-case-section__heading h2 { font-size: clamp(42px, 12vw, 54px); letter-spacing: -1.6px; }
  .results-case-section__list { margin-top: 38px; }
  .results-case-section__list li { grid-template-columns: 52px minmax(0, 1fr); min-height: 96px; }
  .results-case-section__list strong { font-size: 24px; }
  .results-case-section__more { width: 100%; }
  .results-case-section__more--desktop { display: none; }
  .results-instagram-disclaimer--desktop { display: none; }
  .results-case-section__case > .results-instagram-disclaimer--mobile {
    display: block;
    margin: 10px auto 0;
    font-size: 9px;
    line-height: 1.35;
    text-align: center;
  }
  .results-case-section__case .results-case-section__more--mobile {
    display: flex !important;
    margin-top: 12px;
  }
  .results-case-section__case { padding: 20px; }
  .results-case-section__photo { height: auto; aspect-ratio: 1086 / 1449; }
  .results-case-section__review { height: auto; }
  .results-case-section__review img { height: auto; }
  .results-case-section__meta { gap: 15px; padding: 0 16px; }
  .results-case-section__meta--details {
    max-width: calc(100% - 12px);
    padding-top: 10px;
    padding-bottom: 10px;
    column-gap: 14px;
  }

  .results-stories {
    padding: 20px 0 4px;
  }

  .results-stories__viewport {
    width: calc(100% + 20px);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    transition: none;
  }

  .results-stories__viewport::-webkit-scrollbar {
    display: none;
  }

  .results-stories__track {
    gap: 12px;
    padding-right: 32px;
    transform: none !important;
    transition: none;
  }

  .results-story {
    display: block;
    min-width: calc(100% - 34px);
    flex-basis: calc(100% - 34px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .results-story:not(:first-child) {
    padding: 0 6px;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.46);
  }

  .results-case-section__gallery--single .results-case-section__photo {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .results-story--stacked-results .results-case-section__gallery--single .results-case-section__photo {
    aspect-ratio: 5 / 4;
  }

  .results-stories__arrow {
    display: none;
  }

  .results-story__review-toggle {
    display: flex;
    width: min(100%, 250px);
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 4px auto 0;
    border: 1px solid rgba(55, 136, 84, 0.52);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #286f43;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
  }

  .results-story__review-toggle svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 280ms ease;
  }

  .results-story.is-review-open .results-story__review-toggle svg {
    transform: rotate(180deg);
  }

  .results-story .results-case-section__review {
    display: none;
    max-height: none;
    margin-top: 16px;
    opacity: 1;
    overflow: hidden;
    transform: none;
    transition: none;
  }

  .results-story.is-review-open .results-case-section__review {
    display: block;
    animation: results-review-reveal 160ms ease-out both;
  }

  @keyframes results-review-reveal {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .results-story > p {
    display: none;
  }

  .results-stories__progress {
    position: relative;
    display: block;
    width: 112px;
    height: 4px;
    margin: 8px auto 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(85, 88, 87, 0.2);
  }

  .results-stories__progress span {
    display: block;
    width: calc(100% / var(--results-story-count));
    height: 100%;
    border-radius: inherit;
    background: #777b79;
    transform: translateX(calc(var(--results-story-index) * 100%));
    transition: transform 280ms ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .results-stories__track,
  .results-stories__progress span {
    transition: none;
  }
}

/* Standalone page with client reviews: styles are scoped so the main-page review story stays untouched. */
.reviews-page-new {
  min-width: 0;
  min-height: 100vh;
  background: #fbfcfa url("assets/reviews-reference-background.png") center top / 100% auto no-repeat;
  color: #17191b;
}

.reviews-page-new__main {
  position: relative;
  padding: 40px 24px 82px;
}

.reviews-page-new__back {
  position: absolute;
  top: 28px;
  left: max(24px, calc(50% - 790px));
  z-index: 2;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(50, 142, 73, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #245f32;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(31, 71, 41, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.reviews-page-new__back svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.reviews-page-new__back:hover,
.reviews-page-new__back:focus-visible {
  transform: translateY(-2px);
  background: #328e49;
  color: #fff;
  outline: none;
}

.reviews-page-new__section {
  width: min(100%, 1580px);
  margin: 0 auto;
}

.reviews-page-new__heading {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.reviews-page-new__heading > p {
  margin: 0;
  color: #4b8c24;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.reviews-page-new__heading h1 {
  margin: 0 0 22px;
  color: #151719;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(58px, 5.4vw, 84px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.reviews-page-new__heading > span {
  display: block;
  width: 42px;
  height: 3px;
  margin: 18px auto 18px;
  border-radius: 99px;
  background: #39954e;
}

.reviews-page-new__heading > div {
  color: #7d8589;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.55;
}

.client-review-swipe-hint {
  display: none;
}

.reviews-page-new__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.reviews-page-new__card {
  display: flex;
  min-width: 0;
  height: 430px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(127, 152, 101, 0.42);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 100%, rgba(76, 130, 56, 0.2), transparent 58%),
    #151817;
  box-shadow: 0 18px 32px rgba(23, 30, 25, 0.13);
  flex-direction: column;
}

.reviews-page-new__labels {
  display: flex;
  min-height: 34px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.reviews-page-new__labels span,
.reviews-page-new__labels b {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(146, 197, 86, 0.48);
  border-radius: 999px;
  background: rgba(52, 79, 35, 0.34);
  color: #c7f568;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.reviews-page-new__labels b {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
}

.reviews-page-new__card > img {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  border-radius: 12px;
  object-fit: contain;
  object-position: center;
}

.reviews-page-new__card--result > img {
  border: 1px solid rgba(154, 213, 83, 0.64);
  background: #101211;
}

.reviews-page-new__card--review > img {
  border: 4px solid rgba(255, 255, 255, 0.9);
  background: #f8f8f7;
}

.client-review-carousel {
  position: relative;
  display: grid;
  width: min(100%, 1320px);
  margin: 0 auto;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 22px;
}

.client-review-slide {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 18px 28px;
  text-align: center;
}

.client-review-slide.is-changing {
  animation: client-review-enter 320ms ease both;
}

.client-review-slide.is-changing-back {
  animation: client-review-enter-back 320ms ease both;
}

.client-review-slide__result,
.client-review-slide__review {
  margin: 0;
}

.client-review-slide__result {
  width: min(100%, 570px);
  margin: 0 auto;
  grid-column: 1;
  grid-row: 1 / span 3;
  padding: 9px 9px 16px;
  border: 1px solid rgba(195, 198, 188, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(25, 39, 30, 0.08);
}

.client-review-slide__image-wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: clamp(380px, 33vw, 500px);
  max-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: #ece9e2;
}

.client-review-slide__result-image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  border-radius: 17px;
  object-fit: contain;
}

.client-review-slide__before,
.client-review-slide__after {
  position: absolute;
  top: 20px;
  z-index: 1;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 19px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #171b18;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.client-review-slide__before { left: 20px; }
.client-review-slide__after { right: 20px; }

.client-review-slide__meta {
  display: flex;
  width: max-content;
  max-width: calc(100% - 24px);
  min-height: 46px;
  margin: 16px auto 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: #171b18;
  font-family: "Manrope", Arial, sans-serif;
  white-space: nowrap;
}

.client-review-slide__meta strong {
  min-height: 42px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eff8e9;
  font-size: 13px;
  font-weight: 800;
}

.client-review-slide__meta span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 22px;
  border: 1px solid #d8d9d3;
  border-radius: 999px;
  background: #fff;
  color: #68706b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}


.client-review-slide__review {
  display: flex;
  width: min(100%, 480px);
  max-height: 480px;
  margin: 0 auto;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(19, 29, 23, 0.1);
}

.client-review-slide__review img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 480px;
  border-radius: 22px;
  object-fit: contain;
}

.client-review-slide__counter {
  margin: 0;
  grid-column: 2;
  grid-row: 2;
  color: #328e49;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.client-review-slide__instagram {
  display: inline-flex;
  width: min(100%, 445px);
  min-height: 58px;
  margin: 0 auto;
  grid-column: 2;
  grid-row: 3;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 25px;
  border: 1px solid rgba(50, 142, 73, 0.66);
  border-radius: 999px;
  background: #fff;
  color: #171b18;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(40, 77, 49, 0.1);
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}


.client-review-slide__instagram:hover {
  transform: translateY(-3px);
  background: #328e49;
  color: #fff;
}

.client-review-slide__instagram-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  overflow: visible;
}

.client-review-slide__instagram-arrow {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.client-review-carousel__arrow {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(50, 142, 73, 0.62);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: #328e49;
  box-shadow: 0 12px 30px rgba(32, 62, 42, 0.1);
  cursor: pointer;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.client-review-carousel__arrow:hover {
  transform: translateY(-3px);
  background: #328e49;
  color: #fff;
}

.client-review-carousel__arrow svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@keyframes client-review-enter {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes client-review-enter-back {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 680px) {
  .reviews-page-new__back {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 28px;
  }

  .client-review-carousel {
    width: 100%;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 6px;
  }

  .client-review-carousel__arrow {
    width: 46px;
    height: 46px;
  }

  .client-review-slide__image-wrap,
  .client-review-slide__result-image {
    max-height: 500px;
  }

  .client-review-slide {
    display: block;
  }

  .client-review-slide__review {
    margin-top: 22px;
  }

  .client-review-slide__counter {
    margin-top: 20px;
  }

  .client-review-slide__instagram {
    margin-top: 18px;
  }

  .client-review-slide__review,
  .client-review-slide__review img {
    max-height: 500px;
  }

  .client-review-slide__meta {
    gap: 16px;
    padding: 0 17px;
  }

  .client-review-slide__instagram {
    min-height: 54px;
    padding: 0 18px;
    font-size: 12px;
  }
}

/* Reference hero added above the existing first screen. */
.reference-hero {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 170px 28px 70px;
  background-color: #21150f;
  background-image: url("assets/reference-hero-athlete.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
}

.reference-hero__nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 1000;
  display: flex;
  width: min(620px, calc(100% - 40px));
  min-height: 48px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 4px 15px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 999px;
  background: rgba(43, 33, 27, 0.34);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 10px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: top 280ms ease, box-shadow 280ms ease, background-color 280ms ease;
}

.reference-hero__nav .language-switcher {
  flex: 0 0 auto;
  margin: 0;
}

.reference-hero__nav .language-toggle {
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.reference-hero__nav .language-toggle:hover,
.reference-hero__nav .language-toggle:focus-visible,
.reference-hero__nav .language-switcher.is-open .language-toggle {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.reference-hero__nav.is-scrolled {
  top: 18px;
  background: rgba(43, 33, 27, 0.52);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 12px 38px rgba(0, 0, 0, 0.24);
}

.reference-hero__nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  transition: color 220ms ease, background-color 220ms ease;
}

.reference-hero__nav a:hover,
.reference-hero__nav a:focus-visible {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: none;
}

.reference-hero__content {
  position: absolute;
  top: 57%;
  left: 50%;
  z-index: 1;
  width: min(100%, 1640px);
  margin: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}

.reference-hero__content h1 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #e51218;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(48px, 5.25vw, 88px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-transform: uppercase;
  text-shadow: 0 7px 22px rgba(0, 0, 0, 0.38);
  text-align: center;
  white-space: nowrap;
}

.reference-hero__content p {
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 400;
  line-height: 1.55;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.62);
}

.reference-hero__cta {
  display: inline-flex;
  width: min(355px, 100%);
  min-height: 64px;
  margin-top: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 78, 80, 0.55);
  border-radius: 999px;
  background: linear-gradient(180deg, #ff0e24 0%, #e30013 100%);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 15px 32px rgba(192, 0, 17, 0.3), inset 0 1px rgba(255, 255, 255, 0.19);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.reference-hero__cta:hover,
.reference-hero__cta:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 19px 38px rgba(192, 0, 17, 0.4), inset 0 1px rgba(255, 255, 255, 0.22);
  outline: none;
}

.reference-hero__stats {
  position: absolute;
  right: clamp(24px, 4vw, 76px);
  bottom: 32px;
  left: clamp(24px, 4vw, 76px);
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  pointer-events: none;
}

.reference-hero__stat {
  display: flex;
  width: min(330px, 24vw);
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(7, 16, 27, 0.58);
  color: #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.reference-hero__stat strong {
  display: block;
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(48px, 4.2vw, 72px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.9;
  white-space: nowrap;
}

.reference-hero__stat--payment strong {
  font-size: clamp(48px, 4.5vw, 78px);
  letter-spacing: -0.08em;
}

.reference-hero__stat p {
  margin: 14px 0 0;
  color: rgba(218, 233, 249, 0.84);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

#achievements,
#services,
#reviews,
#price,
#contact {
  scroll-margin-top: 104px;
}

@media (max-width: 1050px) {
  .reference-hero {
    min-height: 820px;
    padding: 180px 22px 60px;
    background-position: 61% center;
  }

  .reference-hero__content {
    top: 58%;
    margin: 0;
  }

  .reference-hero__content h1 {
    font-size: clamp(43px, 6.3vw, 66px);
    white-space: normal;
  }

}

@media (max-width: 680px) {
  .reference-hero {
    min-height: 760px;
    padding: 188px 18px 58px;
    background-position: 66% center;
  }

  .reference-hero__nav {
    top: 10px;
    width: calc(100% - 28px);
    min-height: 44px;
    padding: 3px 7px;
  }

  .reference-hero__nav.is-scrolled {
    top: 10px;
  }

  .reference-hero__nav a {
    min-width: 0;
    min-height: 36px;
    flex: 1 1 20%;
    padding: 0 5px;
    font-size: 12px;
  }

  .reference-hero__nav .language-switcher {
    flex: 1 1 20%;
  }

  .reference-hero__nav .language-toggle {
    width: 100%;
    min-height: 36px;
    padding: 0 4px;
    font-size: 12px;
  }

  .reference-hero__content {
    top: 59%;
    width: calc(100% - 28px);
    margin: 0;
  }

  .reference-hero__content h1 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 0.98;
  }

  .reference-hero__content p {
    margin-top: 22px;
    font-size: 16px;
  }

  .reference-hero__content p br {
    display: none;
  }

  .reference-hero__cta {
    width: min(100%, 310px);
    min-height: 58px;
    margin-top: 30px;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reference-hero__nav a,
  .reference-hero__cta {
    transition: none;
  }
}

/* The original light header stays at the page start; the translucent reference navigation follows scrolling. */
.site-header {
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  .client-review-slide.is-changing,
  .client-review-slide.is-changing-back {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .reviews-page-new__main { padding-top: 36px; }
  .reviews-page-new__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .reviews-page-new__card { height: 460px; }
}

@media (max-width: 680px) {
  .reviews-page-new__main { padding: 28px 16px 64px; }
  .reviews-page-new__heading { margin-bottom: 34px; }
  .reviews-page-new__heading h1 { font-size: clamp(42px, 12vw, 54px); }
  .reviews-page-new__heading > div { font-size: 16px; }
  .reviews-page-new__grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .reviews-page-new__card { height: min(116vw, 500px); padding: 12px; border-radius: 18px; }
  .reviews-page-new__labels span,
  .reviews-page-new__labels b { padding: 0 9px; font-size: 9px; }
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(1320px, calc(100% - 32px));
  min-height: 56px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(241, 255, 196, 0.14);
  border-radius: var(--radius);
  background: rgba(5, 8, 6, 0.68);
  box-shadow: 0 16px 46px rgba(5, 6, 3, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  color: #f5efdf;
  font-size: 0.9rem;
  font-weight: 800;
}

.language-switcher {
  position: relative;
  margin-right: auto;
}

.language-toggle,
.language-option {
  min-height: 38px;
  border: 0;
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.language-toggle {
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.08);
  color: #d8ff24;
}

.language-toggle:hover,
.language-toggle:focus-visible,
.language-switcher.is-open .language-toggle {
  background: var(--lime);
  color: var(--ink);
  outline: none;
}

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  display: none;
  min-width: 148px;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(23, 24, 29, 0.16);
  backdrop-filter: blur(16px);
}

.language-switcher.is-open .language-menu {
  display: grid;
}

.language-option {
  width: 100%;
  padding: 9px 11px;
  background: transparent;
  color: var(--muted);
  text-align: left;
}

.language-option:hover,
.language-option:focus-visible,
.language-option.is-active {
  background: var(--lime);
  color: var(--ink);
  outline: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  min-height: 38px;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: rgba(245, 239, 223, 0.7);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a:active {
  color: #050603;
  background: var(--lime);
}

.nav-links .nav-cta {
  color: var(--ink);
  background: var(--lime);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible,
.nav-links .nav-cta:active {
  background: #b3e43e;
}

.section-band,
.section {
  width: 100%;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  padding: 116px clamp(24px, 7vw, 132px) 72px;
  background:
    radial-gradient(circle at 82% 28%, rgba(216, 255, 36, 0.055), transparent 23rem),
    radial-gradient(circle at 94% 76%, rgba(216, 255, 36, 0.035), transparent 22rem),
    linear-gradient(90deg, #080b08 0%, #0b100c 48%, #151d13 100%);
  color: #f5efdf;
}

.hero::before {
  display: none;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, #080b08 0%, rgba(8, 11, 8, 0.86) 34%, rgba(8, 11, 8, 0.34) 58%, rgba(8, 11, 8, 0.06) 82%, rgba(8, 11, 8, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, transparent 44%),
    rgba(0, 0, 0, 0.08);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  max-width: min(760px, 52vw);
  flex-direction: column;
  justify-content: center;
  padding: 0;
  text-align: left;
}

.hero-copy::before {
  display: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lime);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(4rem, 7vw, 8.1rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.58rem;
  line-height: 1.15;
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(245, 239, 223, 0.66);
  font-size: clamp(1.05rem, 1.18vw, 1.28rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 999px;
  padding: 13px 24px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transform: translateY(0) scale(1);
  transition:
    transform 260ms var(--motion-premium),
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    color 260ms ease,
    filter 260ms ease;
}

.button-primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(198, 242, 74, 0.16);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px) scale(1.025);
  outline: none;
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #b3e43e;
  box-shadow:
    0 20px 44px rgba(198, 242, 74, 0.22),
    0 0 28px rgba(198, 242, 74, 0.22);
}

.button-ghost {
  border-width: 1px;
  border-color: rgba(245, 239, 223, 0.2);
  background: rgba(5, 6, 3, 0.4);
  color: rgba(245, 239, 223, 0.76);
  backdrop-filter: blur(12px);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--lime);
  color: var(--lime);
  box-shadow: 0 0 26px rgba(198, 242, 74, 0.14);
}

.hero .eyebrow,
.hero h1,
.hero-lead,
.hero-actions,
.hero-stats {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  animation: heroTextIn 960ms var(--motion-premium) forwards;
  will-change: transform, opacity;
}

.hero h1 {
  animation-delay: 120ms;
}

.hero-lead {
  animation-delay: 300ms;
}

.hero-actions {
  animation-delay: 460ms;
}

.hero-stats {
  animation-delay: 620ms;
}

.hero-photo-frame,
.hero-media-badge {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.965);
  animation: heroMediaIn 1120ms var(--motion-premium) forwards;
  will-change: transform, opacity;
}

.hero-photo-frame {
  animation-delay: 260ms;
}

.hero-media-badge {
  animation-delay: 560ms;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 920px);
  margin-top: 50px;
}

.hero-stats span {
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  backdrop-filter: none;
  overflow: hidden;
}

.hero-stats img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  image-rendering: auto;
  filter: contrast(1.08) saturate(1.08);
  transform: translateZ(0);
}

.hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: min(1240px, calc(58vw + 280px));
  min-height: 100%;
  overflow: hidden;
  pointer-events: none;
}

@media (min-width: 981px) {
  .hero-copy {
    transform: translateY(-34px);
  }
}

.hero-photo-frame {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: clamp(640px, 52vw, 960px);
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.hero-photo-frame::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(8, 11, 8, 0.92) 0%, rgba(8, 11, 8, 0.62) 22%, rgba(8, 11, 8, 0.18) 52%, transparent 82%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, transparent 44%),
    rgba(0, 0, 0, 0.12);
  content: "";
  pointer-events: none;
}

.hero-photo-person {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter:
    saturate(0.98)
    contrast(1.02)
    brightness(1.02);
}

.hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(8, 11, 8, 0.86) 0%, rgba(8, 11, 8, 0.42) 38%, rgba(8, 11, 8, 0.08) 74%, transparent 100%),
    radial-gradient(circle at 74% 42%, rgba(216, 255, 36, 0.035), transparent 20rem);
  content: "";
  pointer-events: none;
}

.hero-media-badge {
  position: absolute;
  z-index: 4;
  right: clamp(28px, 8vw, 148px);
  bottom: clamp(64px, 10vw, 132px);
  width: min(320px, 42%);
  padding: 26px;
  border: 1px solid rgba(216, 255, 36, 0.25);
  border-radius: 24px;
  background: rgba(20, 20, 15, 0.65);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}

.hero-media-badge span,
.hero-media-badge small {
  display: block;
}

.hero-media-badge span {
  color: var(--lime);
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.hero-media-badge small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.section {
  padding: 78px max(22px, calc((100vw - 1160px) / 2));
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 820ms ease,
    transform 980ms var(--motion-premium),
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease,
    filter 320ms ease;
  transition-delay: var(--reveal-delay, 0ms), var(--reveal-delay, 0ms), 0ms, 0ms, 0ms, 0ms;
  will-change: transform, opacity;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-on-scroll[data-reveal="fade"] {
  transform: translate3d(0, 14px, 0);
}

.reveal-on-scroll[data-reveal="media"] {
  transform: translate3d(0, 24px, 0) scale(0.985);
}

.reveal-on-scroll[data-reveal="media"].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal-on-scroll[data-reveal="left"] {
  transform: translate3d(-34px, 0, 0);
}

.reveal-on-scroll[data-reveal="right"] {
  transform: translate3d(34px, 0, 0);
}

.reveal-on-scroll[data-reveal="left"].is-visible,
.reveal-on-scroll[data-reveal="right"].is-visible {
  transform: translate3d(0, 0, 0);
}

@media (max-width: 720px) {
  .reveal-on-scroll {
    transform: translate3d(0, 18px, 0);
    transition-duration: 620ms, 720ms, 280ms, 280ms, 280ms, 280ms;
  }

  .reveal-on-scroll[data-reveal="fade"] {
    transform: translate3d(0, 10px, 0);
  }

  .reveal-on-scroll[data-reveal="media"] {
    transform: translate3d(0, 16px, 0) scale(0.99);
  }

  .reveal-on-scroll[data-reveal="left"] {
    transform: translate3d(-20px, 0, 0);
  }

  .reveal-on-scroll[data-reveal="right"] {
    transform: translate3d(20px, 0, 0);
  }
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.32rem;
  line-height: 1.7;
}

.intro-grid,
.service-grid,
.goals-grid,
.results-grid,
.price-grid,
.contact-section {
  display: grid;
  gap: 18px;
}

.intro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.intro-grid p {
  position: relative;
  display: flex;
  min-height: 292px;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 98px 34px 34px;
  border: 1px solid rgba(0, 124, 114, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(198, 242, 74, 0.07), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
  color: #20252a;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.5;
  box-shadow:
    0 24px 54px rgba(17, 24, 39, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.intro-grid p::before {
  position: absolute;
  top: 28px;
  left: 28px;
  max-width: calc(100% - 56px);
  padding: 9px 13px;
  border: 1px solid rgba(0, 124, 114, 0.18);
  border-radius: 999px;
  background: rgba(236, 248, 240, 0.86);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  content: "Опыт 10+ лет";
  box-shadow: 0 12px 24px rgba(0, 124, 114, 0.08);
}

.intro-grid p:nth-child(2)::before {
  content: "Тренировки + питание";
}

.intro-grid p:nth-child(3)::before {
  content: "Без шаблонов";
}

.intro-grid p::after {
  position: absolute;
  right: 18px;
  bottom: -16px;
  color: rgba(0, 124, 114, 0.08);
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 0.85;
  content: "01";
  pointer-events: none;
}

.intro-grid p:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(0, 124, 114, 0.08), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
}

.intro-grid p:nth-child(2)::before {
  border-color: rgba(0, 124, 114, 0.24);
  background: rgba(232, 247, 244, 0.9);
}

.intro-grid p:nth-child(2)::after {
  content: "02";
}

.intro-grid p:nth-child(3)::after {
  content: "03";
}

.intro-grid p.animated-content {
  opacity: 0;
  transform:
    translate3d(var(--animated-x, 0), var(--animated-y, 0), 0)
    scale(var(--animated-scale, 1));
  transition:
    opacity 760ms ease,
    transform 1080ms cubic-bezier(0.2, 0.95, 0.22, 1.08),
    box-shadow 280ms ease,
    border-color 280ms ease;
  transition-delay: var(--animated-delay, 0ms), var(--animated-delay, 0ms), 0ms, 0ms;
  will-change: transform, opacity;
}

.intro-grid p.animated-content.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.intro-grid p.animated-content.is-visible:hover {
  border-color: transparent;
  box-shadow:
    0 28px 78px rgba(17, 24, 39, 0.13),
    0 0 0 1px rgba(198, 242, 74, 0.28);
  transform: translate3d(0, -6px, 0) scale(1.01);
}

@media (prefers-reduced-motion: reduce) {
  .intro-grid p.animated-content {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Final white about hero layout. Kept at the end to override the previous dark card design. */
#achievements.achievements-section {
  position: relative;
  min-height: max(900px, calc(100vh - 84px));
  min-height: max(900px, calc(100svh - 84px));
  padding: clamp(64px, 6vw, 96px) 0 26px;
  background: #fff;
  color: #101214;
  overflow: hidden;
}

#achievements.achievements-section::before,
#achievements.achievements-section::after {
  display: none;
}

#achievements .about-achievements-shell {
  position: relative;
  display: grid;
  width: min(1720px, calc(100% - 112px));
  min-height: max(800px, calc(100vh - 170px));
  min-height: max(800px, calc(100svh - 170px));
  grid-template-columns: 500px minmax(350px, 420px) minmax(450px, 520px);
  gap: clamp(60px, 4.4vw, 84px);
  align-items: center;
  margin: 0 auto;
}

#achievements .about-achievements-copy {
  z-index: 3;
  align-self: center;
  width: 500px;
  max-width: 500px;
  padding-top: 0;
  transform: translateY(-28px);
}

#achievements .fit-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 26px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

#achievements .fit-kicker::after {
  display: none;
  content: none;
}

#achievements .about-achievements-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #101214;
  font-family: "Arial Narrow", "Roboto Condensed", "Manrope", Arial, sans-serif;
  font-size: clamp(62px, 4.35vw, 88px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 0.95;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

#achievements .about-achievements-lead {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(16, 18, 20, 0.66);
  font-size: clamp(1rem, 1.04vw, 1.12rem);
  line-height: 1.72;
}

#achievements .about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

#achievements .about-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 10px 8px 24px;
  border-radius: 999px;
  color: #101214;
  font-weight: 900;
  text-decoration: none;
  transition: transform 240ms var(--motion-premium), box-shadow 240ms ease;
}

#achievements .about-button span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: #101214;
  color: #fff;
  line-height: 1;
}

#achievements .about-button-primary {
  background: #b7f000;
  box-shadow: 0 18px 38px rgba(183, 240, 0, 0.22);
}

#achievements .about-button-secondary {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  box-shadow: 0 16px 34px rgba(16, 18, 20, 0.055);
}

#achievements .about-button:hover,
#achievements .about-button:focus-visible {
  transform: translateY(-2px);
}

#achievements .about-button-diplomas {
  padding: 8px 34px 8px 26px;
}

#achievements .about-coach-figure {
  position: relative;
  z-index: 2;
  display: flex;
  height: min(78vh, 760px);
  min-height: 640px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#achievements .about-coach-figure::after {
  position: absolute;
  right: 11%;
  bottom: 5%;
  left: 12%;
  z-index: -1;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(16, 18, 20, 0.14), transparent 70%);
  filter: blur(16px);
  content: "";
}

#achievements .about-coach-figure img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  border: 0;
  box-shadow: none;
  mix-blend-mode: multiply;
}

#achievements .about-achievements-visual {
  position: relative;
  z-index: 3;
  display: block;
  min-height: 650px;
  align-self: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

#achievements .about-achievements-visual::before,
#achievements .about-achievements-visual::after,
#achievements .about-ui-card::before {
  display: none;
}

#achievements .about-visual-grid {
  position: relative;
  display: block;
  min-height: 650px;
}

#achievements .about-ui-card {
  position: absolute;
  display: flex;
  width: clamp(360px, 22vw, 420px);
  min-height: 180px;
  flex-direction: column;
  justify-content: center;
  padding: 38px 40px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(16, 18, 20, 0.08);
  backdrop-filter: none;
}

#achievements .about-ui-card-large {
  top: 14%;
  right: 170px;
}

#achievements .about-visual-grid .about-ui-card:nth-child(2) {
  top: 38%;
  right: 115px;
}

#achievements .about-visual-grid .about-ui-card:nth-child(3) {
  top: 62%;
  right: 60px;
}

#achievements .about-ui-card:hover,
#achievements .about-ui-card:focus-within {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 28px 70px rgba(16, 18, 20, 0.11);
  transform: translateY(-3px);
}

#achievements .about-ui-card strong {
  display: block;
  margin: 0;
  color: #101214;
  font-size: clamp(30px, 2vw, 42px);
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 0.98;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

#achievements .about-visual-grid .about-ui-card:nth-child(2) strong {
  font-size: clamp(30px, 1.72vw, 36px);
  line-height: 1.06;
}

#achievements .about-ui-card p {
  max-width: 300px;
  margin: 18px 0 0;
  color: rgba(16, 18, 20, 0.62);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1320px) {
  #achievements .about-achievements-shell {
    width: min(100% - 56px, 1180px);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  }

  #achievements .about-achievements-copy {
    grid-column: 1 / -1;
  }

  #achievements .about-coach-figure {
    height: min(70vh, 680px);
  }

  #achievements .about-ui-card,
  #achievements .about-ui-card-large {
    width: min(100%, 390px);
  }
}

@media (min-width: 1321px) and (max-width: 1700px) {
  #achievements .about-achievements-shell {
    max-width: 100%;
    grid-template-columns: 440px 340px 420px;
    column-gap: 48px;
    padding: 0 40px;
  }

  #achievements .about-achievements-copy {
    width: 440px;
    max-width: 440px;
  }

  #achievements .about-achievements-copy h2 {
    max-width: 440px;
    font-size: clamp(58px, 4.6vw, 78px);
  }

  #achievements .about-coach-figure {
    min-height: 700px;
  }

  #achievements .about-coach-figure img {
    height: min(76vh, 720px);
  }

  #achievements .about-ui-card {
    width: 340px;
    min-height: 170px;
    padding: 32px 34px;
  }

  #achievements .about-ui-card-large {
    left: 0;
  }

  #achievements .about-visual-grid .about-ui-card:nth-child(2) {
    left: 42px;
  }

  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    left: 80px;
  }

  #achievements .about-ui-card strong {
    font-size: clamp(27px, 1.9vw, 34px);
  }
}

@media (min-width: 1321px) and (max-width: 1700px) {
  #achievements .about-achievements-shell {
    max-width: 100%;
    grid-template-columns: 440px 340px 420px;
    column-gap: 48px;
    padding: 0 40px;
  }

  #achievements .about-achievements-copy {
    width: 440px;
    max-width: 440px;
  }

  #achievements .about-achievements-copy h2 {
    max-width: 440px;
    font-size: clamp(58px, 4.6vw, 78px);
  }

  #achievements .about-coach-figure {
    min-height: 700px;
  }

  #achievements .about-coach-figure img {
    height: min(76vh, 720px);
  }

  #achievements .about-ui-card {
    width: 340px;
    min-height: 170px;
    padding: 32px 34px;
  }

  #achievements .about-ui-card-large {
    left: 0;
  }

  #achievements .about-visual-grid .about-ui-card:nth-child(2) {
    left: 42px;
  }

  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    left: 80px;
  }

  #achievements .about-ui-card strong {
    font-size: clamp(27px, 1.9vw, 34px);
  }
}

@media (max-width: 820px) {
  #achievements.achievements-section {
    min-height: auto;
    padding-top: 64px;
  }

  #achievements .about-achievements-shell {
    width: min(100% - 28px, 560px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #achievements .about-achievements-copy h2 {
    font-size: clamp(48px, 14vw, 72px);
  }

  #achievements .about-coach-figure {
    height: min(68vh, 580px);
    min-height: 450px;
    margin-bottom: 18px;
  }

  #achievements .about-achievements-visual,
  #achievements .about-visual-grid {
    min-height: 0;
  }

  #achievements .about-visual-grid {
    display: grid;
    gap: 14px;
  }

  #achievements .about-ui-card,
  #achievements .about-ui-card-large,
  #achievements .about-visual-grid .about-ui-card:nth-child(2),
  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 156px;
    padding: 28px;
  }
}

@media (min-width: 1321px) and (max-width: 1700px) {
  #achievements .about-achievements-shell {
    max-width: 100%;
    grid-template-columns: 440px 340px 420px;
    column-gap: 48px;
    padding: 0 40px;
  }

  #achievements .about-achievements-copy {
    width: 440px;
    max-width: 440px;
  }

  #achievements .about-achievements-copy h2 {
    max-width: 440px;
    font-size: clamp(58px, 4.6vw, 78px);
  }

  #achievements .about-coach-figure {
    min-height: 700px;
  }

  #achievements .about-coach-figure img {
    height: min(76vh, 720px);
  }

  #achievements .about-ui-card {
    width: 340px;
    min-height: 170px;
    padding: 32px 34px;
  }

  #achievements .about-ui-card-large {
    left: 0;
  }

  #achievements .about-visual-grid .about-ui-card:nth-child(2) {
    left: 42px;
  }

  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    left: 80px;
  }

  #achievements .about-ui-card strong {
    font-size: clamp(27px, 1.9vw, 34px);
  }
}

@media (max-width: 1180px) {
  .about-achievements-shell {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    align-items: end;
  }

  .about-achievements-copy {
    grid-column: 1 / -1;
    padding-top: 0;
  }

  .about-coach-figure {
    min-height: 560px;
    height: 70svh;
  }

  .about-achievements-visual {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .achievements-section {
    min-height: auto;
    padding: 64px 0 0;
  }

  .about-achievements-shell {
    width: min(100% - 28px, 560px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-achievements-copy h2 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .about-actions {
    gap: 10px;
  }

  .about-button {
    min-height: 50px;
    padding-left: 18px;
  }

  .about-coach-figure {
    order: 2;
    height: min(74svh, 620px);
    min-height: 460px;
    margin-bottom: -28px;
  }

  .about-achievements-visual {
    order: 3;
    min-height: 0;
  }

  .about-visual-grid {
    display: grid;
    min-height: 0;
    gap: 14px;
  }

  .about-ui-card,
  .about-ui-card-large,
  .about-visual-grid .about-ui-card:nth-child(2),
  .about-visual-grid .about-ui-card:nth-child(3) {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 154px;
    padding: 28px;
  }
}

.intro-grid p.spotlight-card {
  min-height: 292px;
  padding: 42px 38px;
  border: 1px solid rgba(198, 242, 74, 0.3);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 16%, rgba(198, 242, 74, 0.1), transparent 38%),
    linear-gradient(145deg, #191c1f 0%, #101214 68%, #15221d 100%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.32rem;
  line-height: 1.48;
  box-shadow:
    0 28px 72px rgba(17, 24, 39, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --mouse-x: 50%;
  --mouse-y: 50%;
  --spotlight-color: rgba(198, 242, 74, 0.24);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.intro-grid p.spotlight-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at var(--mouse-x) var(--mouse-y),
    var(--spotlight-color),
    transparent 76%
  );
  box-shadow: none;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.intro-grid p.spotlight-card::after {
  content: none;
}

.intro-grid p.spotlight-card:hover,
.intro-grid p.spotlight-card:focus-within {
  border-color: rgba(198, 242, 74, 0.66);
  box-shadow:
    0 34px 86px rgba(17, 24, 39, 0.24),
    0 0 0 1px rgba(198, 242, 74, 0.12);
  transform: translate3d(0, -6px, 0) scale(1.01);
}

.intro-grid p.spotlight-card:hover::before,
.intro-grid p.spotlight-card:focus-within::before {
  opacity: 0.72;
}

.method-section {
  background: #fff url("qwe1.png") center center / cover no-repeat;
}

.method-heading {
  max-width: 980px;
}

.method-subtitle {
  display: none;
  max-width: 920px;
}

.method-grid {
  align-items: stretch;
  margin-top: 8px;
}

.method-card {
  position: relative;
  display: flex;
  min-height: 338px;
  overflow: hidden;
  border: 1px solid rgba(198, 242, 74, 0.34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 16%, rgba(198, 242, 74, 0.12), transparent 36%),
    linear-gradient(145deg, #1b1f20 0%, #101315 64%, #10211b 100%);
  box-shadow:
    0 32px 86px rgba(17, 24, 39, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #ffffff;
  --mouse-x: 50%;
  --mouse-y: 50%;
  --spotlight-color: rgba(198, 242, 74, 0.24);
  transition:
    transform 360ms var(--motion-premium),
    border-color 320ms ease,
    box-shadow 320ms ease,
    filter 320ms ease;
}

.method-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at var(--mouse-x) var(--mouse-y),
    var(--spotlight-color),
    transparent 76%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.method-card::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(198, 242, 74, 0.2);
  border-radius: 32px;
  background: rgba(198, 242, 74, 0.08);
  content: "";
  transform: rotate(18deg);
}

.method-card:hover,
.method-card:focus-within {
  border-color: rgba(198, 242, 74, 0.72);
  box-shadow:
    0 36px 94px rgba(17, 24, 39, 0.24),
    0 0 0 1px rgba(198, 242, 74, 0.14),
    0 0 42px rgba(198, 242, 74, 0.1);
  filter: saturate(1.03);
  transform: translate3d(0, -5px, 0) scale(1.02);
}

.method-card:hover::before,
.method-card:focus-within::before {
  opacity: 0.75;
}

.method-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.method-icon {
  display: none;
  width: fit-content;
  min-width: 58px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(198, 242, 74, 0.38);
  border-radius: 999px;
  background: rgba(198, 242, 74, 0.09);
  color: var(--lime);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.method-card-title {
  display: none;
  margin: auto 0 14px;
  color: #ffffff;
  font-size: clamp(1.42rem, 2vw, 1.85rem);
  line-height: 1.08;
}

.method-card .method-card-text {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.48;
}

.method-card .method-card-text::before,
.method-card .method-card-text::after {
  display: none;
  content: none;
}

.method-trust {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.method-trust-item {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 124, 114, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 46px rgba(17, 24, 39, 0.08);
}

.method-trust-item strong {
  color: var(--teal);
  font-size: 2rem;
  line-height: 1;
}

.method-trust-item span {
  color: #20252a;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.method-cta {
  display: none;
  width: fit-content;
  margin-top: 20px;
}

.achievements-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 80% 44%, rgba(105, 140, 70, 0.24), transparent 34%),
    radial-gradient(circle at 7% 78%, rgba(201, 154, 74, 0.1), transparent 27%),
    linear-gradient(135deg, #050908 0%, #08110e 48%, #0b1511 100%);
  color: #f4f0e8;
  isolation: isolate;
}

.achievements-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='520' viewBox='0 0 900 520' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23C99A4A' stroke-width='1.2' opacity='.34'%3E%3Cpath d='M98 260c45-42 76-54 128-42 49 12 74-6 120-32 51-29 92-11 129 25 41 40 75 31 120 2 55-36 121-28 174 28 34 37 63 45 103 31'/%3E%3Cpath d='M74 344c67-26 112-20 160 10 59 37 105 25 159-12 48-33 91-28 139 13 53 45 105 39 158 2 42-30 82-37 130-15'/%3E%3Cpath d='M178 132c57 18 96 12 135-21 46-38 89-38 134-3 52 40 95 41 154 7 52-30 107-27 154 10'/%3E%3Cpath d='M630 86c29 19 53 21 76 8 24-14 50-6 76 20 21 20 41 24 67 10'/%3E%3Cpath d='M710 402c26-18 55-20 87-5 25 12 48 10 74-11'/%3E%3Ccircle cx='222' cy='218' r='3'/%3E%3Ccircle cx='511' cy='252' r='2.5'/%3E%3Ccircle cx='736' cy='163' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right -60px bottom -36px;
  background-repeat: no-repeat;
  background-size: min(68vw, 980px) auto;
  opacity: 0.28;
  mix-blend-mode: screen;
  pointer-events: none;
}

.achievements-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 34%, rgba(0, 0, 0, 0.2)),
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.32) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 7px);
  pointer-events: none;
}

.achievements-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1880px);
  min-height: 620px;
  grid-template-columns: minmax(660px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(54px, 5vw, 82px) clamp(28px, 4.2vw, 70px);
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.achievements-shell::before {
  content: none;
}

.achievements-shell::after {
  content: none;
}

.achievements-copy {
  position: relative;
  max-width: 780px;
}

.achievements-copy::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 108px;
  width: 1px;
  height: 238px;
  background: linear-gradient(180deg, transparent, #d8b56a 16%, #c99a4a 72%, transparent);
  opacity: 0.88;
}

.achievements-copy::after {
  content: "";
  position: absolute;
  left: -38px;
  top: 222px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d8b56a;
  box-shadow:
    0 0 0 7px rgba(216, 181, 106, 0.12),
    0 0 34px rgba(216, 181, 106, 0.74);
}

.achievement-badge {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid rgba(216, 181, 106, 0.58);
  border-radius: 5px;
  background: rgba(5, 9, 8, 0.48);
  color: #d8b56a;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.achievement-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 52px 0 26px;
  color: #d8b56a;
}

.achievement-kicker i {
  display: block;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 181, 106, 0.9), transparent);
}

.achievements-copy h2 {
  max-width: 780px;
  margin: 0;
  color: #f4f0e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 3.35vw, 4.15rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.achievement-lead {
  max-width: 500px;
  margin: 30px 0 0;
  color: rgba(244, 240, 232, 0.68);
  font-size: clamp(1.02rem, 1.1vw, 1.22rem);
  line-height: 1.72;
}

.achievement-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: clamp(10px, 1.2vw, 22px);
  align-items: start;
  padding-top: 12px;
}

.achievement-timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 68px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(216, 181, 106, 0.62) 8%,
    rgba(216, 181, 106, 0.82) 50%,
    rgba(216, 181, 106, 0.62) 92%,
    transparent
  );
  box-shadow: 0 0 18px rgba(216, 181, 106, 0.22);
}

.achievement-node {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  color: #f4f0e8;
  text-align: center;
}

.achievement-number {
  display: none;
}

.achievement-icon {
  display: grid;
  width: clamp(90px, 6.4vw, 112px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(216, 181, 106, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(216, 181, 106, 0.13), transparent 60%),
    rgba(5, 9, 8, 0.48);
  color: #d8b56a;
  box-shadow:
    inset 0 0 0 10px rgba(216, 181, 106, 0.03),
    0 0 34px rgba(216, 181, 106, 0.14);
}

.achievement-icon svg {
  width: 44%;
  height: 44%;
  overflow: visible;
}

.achievement-icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.achievement-rule {
  width: 44px;
  height: 1px;
  margin: 22px 0 18px;
  background: linear-gradient(90deg, transparent, #d8b56a, transparent);
}

.achievement-title {
  max-width: 176px;
  color: rgba(244, 240, 232, 0.92);
  font-size: clamp(0.98rem, 0.95vw, 1.1rem);
  font-weight: 600;
  line-height: 1.42;
}

@media (max-width: 1400px) {
  .achievements-shell {
    grid-template-columns: minmax(520px, 0.38fr) minmax(620px, 0.62fr);
    gap: 28px;
    padding-inline: clamp(24px, 3vw, 42px);
  }

  .achievements-copy h2 {
    font-size: clamp(2.9rem, 3.6vw, 3.7rem);
  }

  .achievement-timeline {
    grid-template-columns: repeat(5, minmax(112px, 1fr));
    gap: 10px;
  }

  .achievement-icon {
    width: 84px;
  }

  .achievement-title {
    font-size: 0.95rem;
  }
}

@media (max-width: 1240px) {
  .achievements-shell {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .achievements-copy {
    max-width: 760px;
  }

  .achievement-timeline {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }
}

@media (max-width: 760px) {
  .achievements-section {
    padding: 28px 14px;
  }

  .achievements-shell {
    padding: 34px 20px;
    border-radius: 0;
  }

  .achievements-copy::before,
  .achievements-copy::after,
  .achievement-kicker i,
  .achievement-timeline::before,
  .achievement-node::after {
    display: none;
  }

  .achievement-kicker {
    margin: 28px 0 18px;
  }

  .achievements-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.55rem);
  }

  .achievement-timeline {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 0;
  }

  .achievement-node {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    justify-items: start;
    min-height: 96px;
    padding: 14px;
    border: 1px solid rgba(216, 181, 106, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    text-align: left;
  }

  .achievement-number,
  .achievement-rule {
    margin: 0;
  }

  .achievement-icon {
    width: 58px;
  }

  .achievement-rule {
    display: none;
  }

  .achievement-title {
    max-width: none;
  }
}

.hero-marquee {
  display: flex;
  height: 84px;
  position: relative;
  z-index: 5;
  margin-top: -84px;
  overflow: hidden;
  background: #d8ff24;
  color: #050603;
}

.hero-marquee-track {
  display: flex;
  min-width: max-content;
  animation: heroMarquee 19s linear infinite;
}

.hero-marquee span {
  padding: 24px 38px;
  white-space: nowrap;
  color: #050603;
  font-size: clamp(1.25rem, 2.4vw, 2.25rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

@keyframes heroMarquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes heroTextIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroMediaIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.achievements-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(216, 255, 36, 0.18), transparent 31rem),
    radial-gradient(circle at 60% 78%, rgba(105, 140, 70, 0.18), transparent 28rem),
    linear-gradient(135deg, #050603 0%, #071007 48%, #101806 100%);
  color: #f5efdf;
  isolation: isolate;
}

.achievements-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(216, 255, 36, 0.08), transparent 18%, transparent 72%, rgba(216, 255, 36, 0.09)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 8px);
  pointer-events: none;
}

.achievements-section::after {
  content: "";
  position: absolute;
  inset: auto -8% -30% 36%;
  z-index: 0;
  height: 520px;
  background:
    radial-gradient(circle at 18% 45%, rgba(216, 255, 36, 0.1), transparent 18rem),
    radial-gradient(circle at 74% 58%, rgba(216, 255, 36, 0.12), transparent 22rem);
  filter: blur(4px);
  opacity: 0.72;
  pointer-events: none;
}

.about-achievements-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1320px, calc(100% - 36px));
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  margin: 0 auto;
}

.fit-kicker {
  margin: 0 0 20px;
  color: #d8ff24;
  font-size: 0.85rem;
  font-weight: 1000;
  letter-spacing: 0.46em;
  line-height: 1;
  text-transform: uppercase;
}

.about-achievements-copy h2 {
  max-width: 820px;
  margin: 0;
  color: #f5efdf;
  font-size: clamp(3rem, 5.8vw, 6.4rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
}

.about-achievements-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(245, 239, 223, 0.68);
  font-size: 1.12rem;
  line-height: 1.75;
}

.about-achievements-visual {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(241, 255, 196, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 255, 36, 0.18), transparent 16rem),
    radial-gradient(circle at 12% 82%, rgba(65, 255, 154, 0.12), transparent 15rem),
    linear-gradient(145deg, rgba(11, 18, 13, 0.88), rgba(18, 31, 18, 0.72));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.about-achievements-visual::before,
.about-achievements-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.about-achievements-visual::before {
  background:
    linear-gradient(rgba(216, 255, 36, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 255, 36, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 64% 36%, #000 0, transparent 68%);
  opacity: 0.48;
}

.about-achievements-visual::after {
  inset: 12%;
  border: 1px solid rgba(216, 255, 36, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(216, 255, 36, 0.18) 47% 48%, transparent 49% 100%),
    linear-gradient(35deg, transparent 0 58%, rgba(255, 255, 255, 0.11) 59% 60%, transparent 61% 100%);
  filter: blur(0.2px);
  opacity: 0.58;
  transform: rotate(-10deg);
}

.about-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-ui-card {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(241, 255, 196, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025)),
    rgba(8, 16, 11, 0.58);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms var(--motion-premium),
    background 260ms ease;
}

.about-ui-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 82% 18%, rgba(216, 255, 36, 0.16), transparent 9rem);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.about-ui-card:hover,
.about-ui-card:focus-within {
  border-color: rgba(216, 255, 36, 0.58);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(216, 255, 36, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.about-ui-card:hover::before,
.about-ui-card:focus-within::before {
  opacity: 1;
}

.about-ui-card-large {
  grid-row: span 2;
  display: flex;
  min-height: 252px;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 18% 16%, rgba(216, 255, 36, 0.24), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.026)),
    rgba(8, 16, 11, 0.62);
}

.about-ui-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(216, 255, 36, 0.24);
  border-radius: 999px;
  color: #d8ff24;
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(216, 255, 36, 0.07);
}

.about-ui-card strong,
.about-method-card h3 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  color: #f5efdf;
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

.about-ui-card p {
  position: relative;
  z-index: 1;
  max-width: 240px;
  margin: 14px 0 0;
  color: rgba(245, 239, 223, 0.66);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

.about-method-card {
  display: flex;
  min-height: 176px;
  flex-direction: column;
  justify-content: space-between;
}

.about-method-card h3 {
  max-width: 520px;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
}

.about-method-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.about-method-steps span {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d8ff24, rgba(216, 255, 36, 0.16));
  box-shadow: 0 0 18px rgba(216, 255, 36, 0.18);
}

.about-achievement-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-achievement-pills span {
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(216, 255, 36, 0.32);
  border-radius: 999px;
  color: #f5efdf;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.15;
  background:
    linear-gradient(145deg, rgba(216, 255, 36, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(8, 16, 11, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 22px rgba(216, 255, 36, 0.08);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms var(--motion-premium);
}

.about-achievement-pills span:hover {
  border-color: rgba(216, 255, 36, 0.54);
  box-shadow: 0 0 24px rgba(216, 255, 36, 0.11);
  transform: translateY(-2px);
}

.achievements-section {
  min-height: calc(100vh - 76px);
  min-height: calc(100svh - 76px);
  padding: clamp(72px, 8vw, 118px) 0 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(183, 240, 0, 0.08), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #fbfcf7 100%);
  color: #101214;
  overflow: hidden;
}

.achievements-section::before,
.achievements-section::after {
  display: none;
}

.about-achievements-shell {
  width: min(1480px, calc(100% - 56px));
  min-height: calc(100vh - 150px);
  min-height: calc(100svh - 150px);
  grid-template-columns: minmax(420px, 0.95fr) minmax(320px, 0.72fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 3vw, 58px);
  align-items: end;
}

.about-achievements-copy {
  align-self: start;
  padding-top: clamp(8px, 3vw, 46px);
}

.fit-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: #aeea00;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
}

.fit-kicker::after {
  display: block;
  width: 72px;
  height: 1px;
  background: #aeea00;
  content: "";
}

.about-achievements-copy h2 {
  max-width: 620px;
  color: #101214;
  font-size: clamp(4.8rem, 6.7vw, 8.7rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.86;
}

.about-achievements-lead {
  max-width: 560px;
  margin-top: 30px;
  color: rgba(16, 18, 20, 0.62);
  font-size: clamp(1.02rem, 1.1vw, 1.18rem);
  line-height: 1.75;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.about-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 10px 8px 24px;
  border-radius: 999px;
  color: #101214;
  font-weight: 900;
  text-decoration: none;
  transition:
    box-shadow 240ms ease,
    transform 240ms var(--motion-premium),
    border-color 240ms ease;
}

.about-button span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: #101214;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}

.about-button-primary {
  background: #b7f000;
  box-shadow: 0 18px 38px rgba(183, 240, 0, 0.26);
}

.about-button-secondary {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  box-shadow: 0 16px 34px rgba(16, 18, 20, 0.06);
}

.about-button:hover,
.about-button:focus-visible {
  transform: translateY(-2px);
}

.about-coach-figure {
  position: relative;
  z-index: 1;
  align-self: end;
  height: min(86svh, 820px);
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: -42px;
}

.about-coach-figure::after {
  position: absolute;
  right: 12%;
  bottom: 8%;
  left: 8%;
  z-index: -1;
  height: 34%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(16, 18, 20, 0.16), transparent 68%);
  filter: blur(14px);
  content: "";
}

.about-coach-figure img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.about-achievements-visual {
  align-self: center;
  display: block;
  min-height: 620px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.about-achievements-visual::before,
.about-achievements-visual::after {
  display: none;
}

.about-visual-grid {
  position: relative;
  display: block;
  min-height: 610px;
}

.about-ui-card {
  position: absolute;
  width: min(100%, 330px);
  min-height: 188px;
  padding: 38px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(16, 18, 20, 0.08);
  backdrop-filter: blur(10px);
}

.about-ui-card::before {
  display: none;
}

.about-ui-card:hover,
.about-ui-card:focus-within {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 28px 70px rgba(16, 18, 20, 0.11);
  transform: translateY(-3px);
}

.about-ui-card-large {
  top: 8%;
  right: 15%;
  display: block;
  min-height: 188px;
  background: rgba(255, 255, 255, 0.94);
}

.about-visual-grid .about-ui-card:nth-child(2) {
  top: 34%;
  right: 9%;
}

.about-visual-grid .about-ui-card:nth-child(3) {
  top: 60%;
  right: 4%;
}

.about-ui-card strong {
  color: #101214;
  font-size: clamp(2rem, 2.4vw, 2.55rem);
  line-height: 0.95;
}

.about-ui-card p {
  max-width: 240px;
  margin-top: 18px;
  color: rgba(16, 18, 20, 0.58);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .hero-marquee {
    height: 68px;
    margin-top: -68px;
  }

  .hero-marquee span {
    padding: 20px 28px;
  }

  .achievements-section {
    padding: 78px 0;
  }

  .about-achievements-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-marquee {
    height: 58px;
    margin-top: -58px;
  }

  .hero-marquee span {
    padding: 18px 22px;
    font-size: 1.12rem;
  }

  .achievements-section {
    padding: 58px 0;
  }

  .about-achievements-shell {
    width: min(100% - 24px, 520px);
    gap: 28px;
  }

  .fit-kicker {
    letter-spacing: 0.28em;
  }

  .about-achievements-copy h2 {
    font-size: clamp(2.7rem, 15vw, 4.4rem);
  }

  .about-achievements-visual {
    padding: 14px;
    border-radius: 24px;
  }

  .about-visual-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-ui-card,
  .about-method-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .about-ui-card-large {
    grid-row: auto;
  }

  .about-achievement-pills {
    gap: 8px;
  }

  .about-achievement-pills span {
    padding: 9px 11px;
    font-size: 0.84rem;
  }
}

.services-section {
  background:
    radial-gradient(circle at 12% 42%, rgba(198, 242, 74, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 58%, rgba(216, 255, 36, 0.055), transparent 28rem),
    #fbfcf7;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  min-height: 410px;
  padding: 26px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition:
    background 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease,
    filter 320ms ease,
    transform 360ms var(--motion-premium);
}

.service-card:hover,
.service-card:focus-visible,
.service-card:active {
  border-color: rgba(31, 122, 114, 0.22);
  background: var(--mint);
  box-shadow:
    0 28px 70px rgba(17, 24, 39, 0.12),
    0 0 34px rgba(198, 242, 74, 0.12);
  filter: saturate(1.03);
  transform: translateY(-3px) scale(1.02);
  outline: none;
}

.service-card p {
  margin: 18px 0 26px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.62;
}

ul {
  margin: 0;
  padding-left: 18px;
}

li {
  margin: 11px 0;
  font-size: 1.08rem;
  line-height: 1.5;
}

.goals-section {
  display: block;
  padding: 64px 24px 68px;
  background: #f7f8f5;
  color: var(--ink);
}

.goals-section .eyebrow {
  color: var(--teal);
}

.goals-copy {
  max-width: 780px;
  margin: 0 auto 26px;
  text-align: center;
}

.goals-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  line-height: 1.04;
}

.goals-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.goals-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  width: min(100%, 800px);
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.goals-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  margin: 0;
  padding: 16px 20px;
  border: 1px solid rgba(31, 122, 114, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 96% 50%, rgba(198, 242, 74, 0.18), transparent 28%);
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(23, 24, 29, 0.06);
  transition:
    border-color 320ms ease,
    transform 360ms var(--motion-premium),
    box-shadow 320ms ease,
    filter 320ms ease;
}

.goals-grid article span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(198, 242, 74, 0.24);
}

.goals-grid article h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.22vw, 1.2rem);
  line-height: 1.18;
}

.goals-grid article p {
  max-width: 520px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}

.goals-grid article::after {
  justify-self: end;
  min-width: 128px;
  border: 1px solid rgba(31, 122, 114, 0.16);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(223, 247, 230, 0.58);
  color: var(--teal);
  content: attr(data-note);
  font-size: 0.68rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.goals-grid article:hover {
  border-color: rgba(31, 122, 114, 0.3);
  box-shadow:
    0 24px 60px rgba(23, 24, 29, 0.1),
    0 0 26px rgba(198, 242, 74, 0.1);
  filter: saturate(1.02);
  transform: translateY(-3px) scale(1.02);
}

.review-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(560px, 900px);
  justify-content: center;
  gap: clamp(56px, 7vw, 126px);
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 92px max(30px, calc((100vw - 1580px) / 2));
  background:
    radial-gradient(circle at 12% 0%, rgba(198, 242, 74, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 34%, rgba(216, 255, 36, 0.055), transparent 28rem),
    #fbfcf7;
  color: var(--ink);
  isolation: isolate;
  transform: none;
}

.review-hero::before {
  display: none;
  content: none;
}

.review-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(216, 255, 36, 0.05), transparent 18%, transparent 78%, rgba(216, 255, 36, 0.045));
  content: "";
  pointer-events: none;
}

.reviews-section {
  position: relative;
  overflow: hidden;
}

.review-media {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  width: min(100%, 390px);
}

.review-media::before {
  display: none;
  position: absolute;
  left: clamp(-300px, -18vw, -190px);
  bottom: clamp(-160px, -9vw, -90px);
  z-index: 0;
  width: clamp(300px, 25vw, 480px);
  aspect-ratio: 1048 / 1398;
  background: url("фт11.png") left bottom / contain no-repeat;
  content: "";
  background: url("ft11-alpha.png") left bottom / contain no-repeat;
  opacity: 0.78;
  left: clamp(-380px, -22vw, -250px);
  top: 38%;
  bottom: auto;
  width: clamp(380px, 31vw, 560px);
  background: url("ft11-alpha.png") left center / contain no-repeat;
  opacity: 0.72;
  left: clamp(-500px, -30vw, -360px);
  top: 58%;
  width: clamp(460px, 36vw, 690px);
  opacity: 0.66;
  transform: translateY(-50%) rotate(88deg);
  transform-origin: 18% 88%;
  pointer-events: none;
}

.review-botanical-branch {
  display: none;
  position: absolute;
  left: max(-118px, calc((100vw - 1580px) / 2 - 190px));
  top: 54%;
  z-index: 0;
  width: clamp(560px, 44vw, 820px);
  height: clamp(180px, 17vw, 285px);
  overflow: visible;
  opacity: 0.72;
  pointer-events: none;
  transform: translateY(-6%);
}

.review-branch-stem {
  fill: none;
  stroke: url(#reviewStem);
  stroke-linecap: round;
  stroke-width: 4.4;
}

.review-branch-leaves {
  fill: url(#reviewLeaf);
  opacity: 0.88;
}

.reviews-branch {
  display: block;
  max-width: none;
  user-select: none;
}

.reviews-branch-left {
  display: none;
}

.review-leaf-art {
  display: none;
  position: absolute;
  left: -42px;
  top: 50%;
  z-index: 1;
  width: min(520px, 30vw);
  height: min(760px, 88%);
  background: url("фт11.png") left center / contain no-repeat;
  opacity: 0.86;
  transform: translateY(-43%);
  left: max(-210px, calc((100vw - 1660px) / -2 - 120px));
  top: 118px;
  width: clamp(390px, 33vw, 620px);
  height: auto;
  aspect-ratio: 1;
  background: url("q1-alpha.png") left top / contain no-repeat;
  opacity: 0.76;
  transform: none;
  pointer-events: none;
}

.review-leaf,
.review-leaf-stem {
  display: none;
}

.review-hero .photo-placeholder {
  position: relative;
  z-index: 2;
  min-height: 0;
  height: auto;
  max-height: none;
}

.review-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 860px;
}

.photo-placeholder {
  display: flex;
  width: 100%;
  min-height: 560px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(198, 242, 74, 0.18), rgba(255, 111, 97, 0.16)),
    #303236;
  text-align: center;
}

.photo-placeholder-image {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 9 / 16;
  padding: 0;
  border: 1px solid rgba(105, 140, 70, 0.24);
  border-radius: 24px;
  background: #f7f3e8;
  box-shadow:
    0 28px 78px rgba(23, 24, 29, 0.12),
    0 0 0 7px rgba(198, 242, 74, 0.08);
  overflow: hidden;
}

.before-after-slider {
  --comparison-position: 50%;
  cursor: ew-resize;
  isolation: isolate;
  touch-action: pan-y;
  user-select: none;
}

.before-after-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #d8c7aa;
  pointer-events: none;
}

.before-after-layer::before {
  position: absolute;
  inset: -24px;
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(18px) saturate(0.78);
  opacity: 0.38;
  transform: scale(1.08);
}

.before-after-layer-after {
  z-index: 0;
}

.before-after-layer-after::before {
  background-image: url("assets/photo-1-after.png");
}

.before-after-layer-before {
  z-index: 1;
  clip-path: inset(0 calc(100% - var(--comparison-position)) 0 0);
}

.before-after-layer-before::before {
  background-image: url("assets/photo-1-before.png");
}

.photo-placeholder-image .before-after-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  object-position: center;
  transition: filter 260ms ease;
  pointer-events: none;
  transform: none;
  user-select: none;
}

.before-after-photo-before {
  left: 0;
}

.before-after-photo-after {
  right: 0;
}

.photo-placeholder-image:hover .before-after-photo,
.photo-placeholder-image:focus-within .before-after-photo {
  filter: saturate(1.06) contrast(1.03);
  box-shadow: none;
}

.review-photo-label,
.before-after-handle {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5efdf;
  font-weight: 900;
  line-height: 1;
  backdrop-filter: blur(14px);
}

.review-photo-label {
  bottom: 18px;
  min-width: 78px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(42, 56, 28, 0.76);
  font-size: 1rem;
  box-shadow: 0 12px 28px rgba(23, 24, 29, 0.22);
}

.review-photo-label-before {
  left: 24px;
}

.review-photo-label-after {
  right: 24px;
}

.before-after-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--comparison-position);
  z-index: 3;
  width: 2px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(25, 35, 25, 0.18),
    0 0 18px rgba(18, 27, 19, 0.22);
  transform: translateX(-50%);
  pointer-events: none;
}

.before-after-handle {
  left: var(--comparison-position);
  top: 50%;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid rgba(50, 78, 40, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #55722f;
  box-shadow:
    0 14px 34px rgba(23, 24, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
  cursor: ew-resize;
  backdrop-filter: blur(14px);
}

.before-after-handle svg {
  width: 30px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.before-after-handle:hover,
.before-after-handle:focus-visible {
  border-color: rgba(68, 128, 43, 0.56);
  outline: none;
  box-shadow:
    0 16px 38px rgba(23, 24, 29, 0.24),
    0 0 0 4px rgba(198, 242, 74, 0.24);
}

.photo-placeholder-image .photo-fallback {
  display: none;
}

.photo-placeholder-image.is-missing .review-photo {
  display: none;
}

.photo-placeholder-image.is-missing .photo-fallback {
  display: flex;
}

.photo-fallback {
  min-height: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.photo-placeholder span {
  font-size: clamp(1.6rem, 4vw, 3.6rem);
  font-weight: 900;
}

.photo-placeholder small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
}

.photo-placeholder-image .review-photo-label {
  font-size: 1rem;
  font-weight: 900;
}

.review-copy .eyebrow {
  position: relative;
  margin-bottom: 34px;
  color: #5d7f2f;
  font-size: 0.92rem;
  letter-spacing: 0.18em;
}

.review-copy .eyebrow::after {
  display: none;
  content: none;
}

.review-copy h2 {
  position: relative;
  max-width: 860px;
  color: #17181d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4.05vw, 5.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.review-copy h2::before,
.review-copy h2::after {
  display: none;
  content: none;
}

.review-copy h2::before {
  content: "“";
  left: -58px;
  top: -12px;
  font-size: 4.4rem;
}

.review-copy h2::after {
  content: "”";
  right: -48px;
  bottom: 0.32em;
  font-size: 3.2rem;
}

.review-copy h2::before {
  content: "\201C";
}

.review-copy h2::after {
  content: "\201D";
}

.review-summary {
  max-width: 820px;
  margin: 30px 0 0;
  color: rgba(23, 24, 29, 0.68);
  font-size: clamp(1.05rem, 1.16vw, 1.28rem);
  line-height: 1.72;
}

.review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.review-tags span {
  display: inline-flex;
  width: 220px;
  height: 60px;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  box-shadow: none;
  overflow: hidden;
}

.review-tags span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-tags span:nth-child(2) {
  width: 280px;
}

.review-tags span:nth-child(3) {
  width: 236px;
}

.review-tag-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #5d7f2f;
}

.review-tag-calendar {
  border: 2px solid currentColor;
  border-radius: 6px;
}

.review-tag-calendar::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 8px;
  height: 2px;
  background: currentColor;
  box-shadow:
    0 6px 0 -0.5px currentColor,
    0 12px 0 -0.5px currentColor;
}

.review-tag-calendar::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: -4px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.review-tag-leaf {
  border: 2px solid currentColor;
  border-radius: 100% 0 100% 0;
  transform: rotate(-35deg) scale(0.82);
}

.review-tag-leaf::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  width: 2px;
  height: 23px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top;
}

.review-tag-dumbbell::before,
.review-tag-dumbbell::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 6px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 3px;
  box-shadow:
    7px 2px 0 -2px currentColor,
    -7px 2px 0 -2px currentColor;
}

.review-tag-dumbbell::before {
  left: 0;
}

.review-tag-dumbbell::after {
  right: 0;
}

.review-tag-dumbbell {
  border-top: 3px solid currentColor;
  transform: translateY(13px);
}

.review-text {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.16rem;
  line-height: 1.78;
}

.review-text p {
  margin: 0 0 16px;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 42px;
}

.review-actions .button {
  min-width: 230px;
  min-height: 66px;
  border-radius: 999px;
  padding: 18px 30px;
  font-size: 1.02rem;
}

.review-actions .button::after {
  margin-left: 18px;
  content: "→";
  font-size: 1.45rem;
  line-height: 1;
}

.review-actions .button::after {
  content: "\2192";
}

.review-actions .button-primary:first-child {
  background: #7aa62b;
  color: #ffffff;
  box-shadow:
    0 22px 48px rgba(105, 140, 70, 0.24),
    0 0 34px rgba(198, 242, 74, 0.12);
}

.review-actions .button-primary:first-child:hover,
.review-actions .button-primary:first-child:focus-visible {
  background: #7aa62b;
}

.review-actions .button-primary:last-child {
  border: 1px solid rgba(105, 140, 70, 0.78);
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  box-shadow: none;
}

.other-reviews-section {
  background:
    radial-gradient(circle at 78% 8%, rgba(198, 242, 74, 0.12), transparent 30%),
    linear-gradient(180deg, #202225 0%, #17191c 100%);
  color: var(--white);
  padding-left: clamp(18px, 2.2vw, 42px);
  padding-right: clamp(18px, 2.2vw, 42px);
}

.other-reviews-page .other-reviews-section {
  min-height: 100svh;
  padding-top: 132px;
}

.other-reviews-section .section-heading {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.other-reviews-section .section-heading h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  line-height: 1;
}

.other-reviews-section .section-heading p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.72);
}

.other-reviews-grid {
  display: grid;
  width: min(100%, 1580px);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.other-review-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 410px;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.other-review-media,
.other-review-proof {
  position: relative;
  display: grid;
  grid-template-rows: 42px minmax(0, 1fr);
  gap: 10px;
  min-height: 380px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(8, 10, 11, 0.7);
  cursor: zoom-in;
  overflow: hidden;
  transform-origin: top center;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.other-review-media:focus-visible,
.other-review-proof:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
  border-color: rgba(198, 242, 74, 0.82);
}

@media (hover: hover) and (pointer: fine) {
  .other-review-media:hover,
  .other-review-proof:hover {
    z-index: 5;
    border-color: rgba(198, 242, 74, 0.82);
    box-shadow:
      0 28px 70px rgba(0, 0, 0, 0.36),
      0 0 0 1px rgba(198, 242, 74, 0.28),
      0 0 42px rgba(198, 242, 74, 0.1);
    transform: translateY(-18px) scale(1.055);
  }
}

.other-review-media:focus-visible,
.other-review-proof:focus-visible {
  z-index: 5;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(198, 242, 74, 0.28),
    0 0 42px rgba(198, 242, 74, 0.1);
  transform: translateY(-18px) scale(1.055);
}

.other-review-media span,
.other-review-proof span {
  align-self: start;
  width: max-content;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(198, 242, 74, 0.28);
  border-radius: 999px;
  background: rgba(198, 242, 74, 0.08);
  color: var(--lime);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform-origin: left center;
  z-index: 2;
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .other-review-media:hover span,
  .other-review-proof:hover span {
    background: rgba(198, 242, 74, 0.18);
    color: var(--white);
    transform: translateY(-3px) scale(1.08);
  }
}

.other-review-media:focus-visible span,
.other-review-proof:focus-visible span {
  background: rgba(198, 242, 74, 0.18);
  color: var(--white);
  transform: translateY(-2px) scale(1.1);
}

.other-review-label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.other-review-label-row span {
  margin-bottom: 8px;
}

.review-time-label {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

.other-review-card img {
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 100%;
  max-height: 350px;
  border-radius: 13px;
  object-fit: contain;
  background: #0f1113;
  transform-origin: center top;
  transition:
    filter 220ms ease,
    transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .other-review-media:hover img,
  .other-review-proof:hover img {
    filter: saturate(1.06) contrast(1.04);
    transform: translateY(-8px) scale(1.07);
  }
}

.other-review-media:focus-visible img,
.other-review-proof:focus-visible img {
  filter: saturate(1.06) contrast(1.04);
  transform: translateY(-8px) scale(1.07);
}

.other-review-media {
  border-color: rgba(198, 242, 74, 0.34);
}

.other-review-photo-wrap {
  position: relative;
  align-self: center;
  justify-self: center;
  display: grid;
  max-width: 100%;
}

.other-review-photo-wrap img {
  width: 100%;
}

.other-review-media img {
  max-height: 360px;
  box-shadow:
    0 0 0 1px rgba(198, 242, 74, 0.46),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

.other-review-proof img {
  max-height: 330px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.more-results-block {
  width: min(100%, 1580px);
  margin: 34px auto 0;
}

.more-results-title {
  margin: 0 0 16px;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.more-results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.result-only-card {
  min-height: 420px;
}

.result-only-photo-frame {
  align-self: center;
  justify-self: center;
  display: inline-grid;
  width: fit-content;
  max-height: 350px;
  max-width: 100%;
  overflow: hidden;
  border: 1.5px solid rgba(198, 242, 74, 0.82);
  border-radius: 14px;
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(198, 242, 74, 0.24),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

.result-only-photo-frame-wide {
  width: min(100%, 318px);
  height: auto;
  max-height: none;
}

.result-only-card img {
  align-self: center;
  justify-self: center;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 350px;
  border-radius: 12px;
  box-shadow: none;
  transform: scale(1.06);
}

.result-only-photo-frame-wide img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .result-only-card:hover img {
    transform: translateY(-6px) scale(1.1);
  }

  .result-only-card:hover .result-only-photo-frame-wide img {
    transform: translateY(-6px);
  }
}

.other-reviews-back {
  display: flex;
  width: fit-content;
  max-width: min(100%, 1580px);
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  align-items: center;
  margin: 34px auto 0;
  padding: 20px 24px;
  border: 1px solid rgba(198, 242, 74, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 62% 50%, rgba(198, 242, 74, 0.08), transparent 38%),
    rgba(12, 15, 12, 0.72);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(12px);
}

.other-reviews-back-button,
.other-reviews-instagram-button {
  min-height: 64px;
  border-radius: 999px;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow:
    0 18px 46px rgba(198, 242, 74, 0.18),
    0 0 0 1px rgba(198, 242, 74, 0.2);
}

.other-reviews-back-button {
  min-width: 260px;
  border: 1px solid rgba(198, 242, 74, 0.88);
  background: rgba(8, 11, 9, 0.92);
  color: rgba(245, 239, 223, 0.94);
  box-shadow: inset 0 0 24px rgba(198, 242, 74, 0.04);
}

.other-reviews-instagram-button {
  min-width: 420px;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.25), transparent 34%),
    var(--lime);
  color: var(--ink);
  box-shadow:
    0 22px 52px rgba(198, 242, 74, 0.22),
    0 0 30px rgba(198, 242, 74, 0.16);
}

.other-reviews-back-button:hover,
.other-reviews-back-button:focus-visible {
  border-color: var(--lime);
  background: rgba(13, 18, 13, 0.96);
  color: var(--white);
}

.other-reviews-instagram-button:hover,
.other-reviews-instagram-button:focus-visible {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.28), transparent 34%),
    #b3e43e;
}

.button-arrow {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  font-size: 22px;
  line-height: 1;
}

.button-instagram-icon {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: cover;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  clip-path: inset(1px round 7px);
  mix-blend-mode: normal;
}

@media (max-width: 680px) {
  .other-reviews-back {
    width: min(100%, 420px);
    padding: 18px;
    border-radius: 24px;
  }

  .other-reviews-back-button,
  .other-reviews-instagram-button {
    width: 100%;
    min-width: 0;
  }
}

.review-page {
  background: #f7f4f7 url("qwe1.png") center top / cover fixed no-repeat;
  color: #171b18;
}

.review-detail {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(360px, 0.72fr) minmax(680px, 1.28fr);
  gap: 64px;
  padding: 104px clamp(28px, 4vw, 72px) 72px;
}

.review-detail-content {
  color: #4f5852;
}

.review-detail-content .eyebrow {
  color: #3f8d2c;
}

.review-detail-media {
  align-self: start;
  justify-self: center;
  position: sticky;
  top: 132px;
  padding-top: 28px;
  transform: none;
}

.review-detail-media .photo-placeholder {
  width: min(100%, 430px);
  min-height: min(720px, calc(100svh - 96px));
  max-height: 720px;
}

.review-detail-content h1 {
  max-width: 1180px;
  color: #151916;
  font-size: clamp(2.35rem, 4.15vw, 4.55rem);
  line-height: 1.04;
}

.review-text-full {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  max-width: 1180px;
  margin-bottom: 32px;
  font-size: 1.12rem;
  line-height: 1.64;
}

.review-text-full p {
  margin-bottom: 14px;
  color: #4f5852;
}

.results-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.results-grid article {
  min-height: 180px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 24, 29, 0.05);
  transition:
    border-color 320ms ease,
    box-shadow 320ms ease,
    transform 360ms var(--motion-premium);
}

.results-grid article:hover {
  border-color: rgba(198, 242, 74, 0.5);
  box-shadow:
    0 24px 58px rgba(23, 24, 29, 0.1),
    0 0 30px rgba(198, 242, 74, 0.12);
  transform: translateY(-3px) scale(1.02);
}

.results-grid strong,
.price-main strong,
.price-side strong {
  display: block;
  color: var(--teal);
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.results-grid .no-break-title {
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: clamp(1.62rem, 2.35vw, 2.26rem);
}

.results-grid span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.62;
}

.process-section {
  background: #f4f4f2;
  color: var(--ink);
  padding-top: 76px;
  padding-bottom: 88px;
}

.process-section .section-heading {
  max-width: 1040px;
  margin-bottom: 46px;
  text-align: center;
}

.process-section .eyebrow {
  color: var(--teal);
}

.process-section .section-heading h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #5432ad;
  font-size: clamp(2.35rem, 4.1vw, 4.1rem);
  line-height: 1.05;
}

.process-section .section-heading p:not(.eyebrow) {
  max-width: 840px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 1.28rem;
  line-height: 1.6;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.process-card {
  position: relative;
  display: grid;
  min-height: 360px;
  align-content: center;
  gap: 26px;
  padding: 34px 30px 28px;
  border-radius: 34px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(23, 24, 29, 0.09);
  overflow: hidden;
}

.process-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--lime);
  content: "";
}

.process-card-warm::before {
  background: #f7c981;
}

.process-card-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}

.process-card-copy span {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 900;
}

.process-card-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.52rem, 2vw, 2rem);
  line-height: 1.1;
}

.process-card-copy p {
  max-width: 340px;
  margin: 18px auto 0;
  color: var(--ink);
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.72;
}

.phone-mockup {
  position: relative;
  justify-self: center;
  width: min(78%, 250px);
  min-height: 330px;
  padding: 22px 16px;
  border: 8px solid #f6f7f5;
  border-radius: 34px;
  background: #f8faf7;
  box-shadow:
    0 22px 46px rgba(23, 24, 29, 0.18),
    inset 0 0 0 1px rgba(23, 24, 29, 0.1);
}

.phone-mockup::before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 72px;
  height: 10px;
  border-radius: 999px;
  background: #dfe5e1;
  content: "";
  transform: translateX(-50%);
}

.phone-mockup strong {
  display: block;
  margin: 18px 0 6px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.phone-mockup small {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.form-mockup span {
  display: block;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.form-mockup button {
  width: 100%;
  min-height: 36px;
  margin-top: 14px;
  border: 0;
  border-radius: 6px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 900;
}

.chat-mockup {
  background: #203235;
}

.chat-mockup strong {
  color: var(--white);
}

.chat-mockup p {
  width: 88%;
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.chat-mockup p:nth-of-type(2) {
  margin-left: auto;
  background: var(--white);
}

.price-section {
  background: #eef3f0;
}

.price-grid {
  grid-template-columns: 1fr 0.8fr;
}

.price-main,
.price-side article {
  position: relative;
  border: 2px solid rgba(198, 242, 74, 0);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.price-clickable {
  cursor: pointer;
  transition:
    transform 360ms var(--motion-premium),
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease,
    filter 320ms ease;
}

.price-clickable:hover,
.price-clickable:focus-visible,
.price-clickable.is-pressed {
  border-color: #bfff19;
  background: var(--white);
  box-shadow:
    0 0 0 1px rgba(191, 255, 25, 0.48),
    0 0 34px rgba(191, 255, 25, 0.18),
    0 28px 70px rgba(0, 0, 0, 0.16);
  filter: saturate(1.04);
  transform: translateY(-4px) scale(1.02);
}

.price-clickable:active,
.price-clickable.is-pressed {
  transform: translateY(1px) scale(0.995);
}

.price-clickable:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.price-main {
  padding: 34px;
}

.price-main p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: clamp(1.22rem, 1.5vw, 1.42rem);
  font-weight: 800;
}

.price-main strong {
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1.05;
}

.price-main ul {
  margin-top: 28px;
}

.price-main li {
  margin: 14px 0;
  font-size: clamp(1.12rem, 1.32vw, 1.28rem);
  line-height: 1.55;
}

.price-side {
  display: grid;
  gap: 14px;
}

.price-side article {
  display: flex;
  min-height: 128px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.price-side span {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 800;
}

.price-side .price-group {
  min-height: 168px;
  gap: 12px;
}

.price-side .price-group p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.55;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 24, 29, 0.04);
  transition:
    border-color 320ms ease,
    box-shadow 320ms ease,
    transform 360ms var(--motion-premium);
}

details:hover,
details:focus-within {
  border-color: rgba(198, 242, 74, 0.42);
  box-shadow:
    0 20px 48px rgba(23, 24, 29, 0.08),
    0 0 24px rgba(198, 242, 74, 0.1);
  transform: translateY(-2px);
}

summary {
  min-height: 64px;
  padding: 20px 22px;
  font-size: 1.16rem;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-section {
  grid-template-columns: minmax(360px, 0.92fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 56px);
  width: min(1380px, calc(100% - 44px));
  margin: 78px auto;
  padding: 36px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  backdrop-filter: none;
}

.contact-copy {
  align-self: start;
  max-width: 640px;
}

.contact-copy p:not(.eyebrow) {
  max-width: 540px;
  color: rgba(23, 24, 29, 0.68);
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-copy .eyebrow {
  color: #d8ff24;
}

.contact-copy h2 {
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(2.4rem, 4.7vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(241, 255, 196, 0.14);
  border-radius: 28px;
  background: rgba(5, 6, 3, 0.9);
  box-shadow:
    0 34px 90px rgba(5, 6, 3, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(245, 239, 223, 0.76);
  font-weight: 800;
}

.field-label-line {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
}

.contact-help-button {
  display: inline-grid;
  width: 1.12em;
  height: 1.12em;
  place-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.contact-help-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(198, 242, 74, 0.18));
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.contact-help-button:hover img,
.contact-help-button:focus-visible img,
.contact-field-label.is-help-open .contact-help-button img {
  filter: drop-shadow(0 0 10px rgba(216, 255, 36, 0.5));
  transform: scale(1.12);
}

.contact-help-text {
  display: none;
  width: fit-content;
  max-width: min(100%, 430px);
  margin-top: -2px;
  padding: 9px 12px;
  border: 1px solid rgba(216, 255, 36, 0.28);
  border-radius: 12px;
  background: rgba(5, 6, 3, 0.9);
  color: rgba(245, 239, 223, 0.86);
  font-size: 0.9rem;
  line-height: 1.35;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.contact-field-label.is-help-open .contact-help-text {
  display: block;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 52px;
  border-color: rgba(241, 255, 196, 0.14);
  border-radius: 20px;
  background: rgba(5, 6, 3, 0.72);
  color: #f5efdf;
  caret-color: #d8ff24;
  box-shadow: none;
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease,
    background 280ms ease,
    transform 280ms var(--motion-premium);
}

.contact-form textarea {
  min-height: 136px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(245, 239, 223, 0.42);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(216, 255, 36, 0.82);
  background: rgba(5, 6, 3, 0.84);
  outline: none;
  box-shadow:
    0 0 0 3px rgba(216, 255, 36, 0.14),
    0 0 28px rgba(216, 255, 36, 0.12);
  transform: translateY(-1px);
}

.contact-form select option {
  background: #050603;
  color: #f5efdf;
}

.contact-form .button-primary {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: #d8ff24;
  color: #050603;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow:
    0 0 60px rgba(216, 255, 36, 0.24),
    0 18px 36px rgba(5, 6, 3, 0.28);
  transition:
    transform 280ms var(--motion-premium),
    box-shadow 280ms ease,
    background 280ms ease,
    filter 280ms ease;
}

.contact-form .button-primary:hover,
.contact-form .button-primary:focus-visible {
  background: #e1ff4d;
  filter: saturate(1.04);
  transform: translateY(-3px) scale(1.015);
  box-shadow:
    0 0 76px rgba(216, 255, 36, 0.36),
    0 22px 42px rgba(5, 6, 3, 0.32);
}

.contact-form .button-primary:active {
  transform: translateY(1px) scale(0.99);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #d8ff24;
  font-weight: 800;
}

.telegram-confirmation {
  display: grid;
  gap: 10px;
  color: rgba(245, 239, 223, 0.84);
  line-height: 1.45;
}

.telegram-confirmation strong {
  color: #d8ff24;
}

.telegram-confirmation-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--lime);
  color: #070806;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(216, 255, 36, 0.2);
}

.contact-channels-section {
  position: relative;
  width: min(1380px, calc(100% - 44px));
  margin: 0 auto 96px;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(72, 108, 66, 0.1);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.98), transparent 48%),
    linear-gradient(135deg, rgba(240, 247, 235, 0.96), rgba(249, 250, 247, 0.98));
  box-shadow:
    0 36px 90px rgba(52, 73, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.contact-channels-section::before,
.contact-channels-section::after {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(92, 162, 66, 0.1);
  content: "";
  filter: blur(70px);
  pointer-events: none;
}

.contact-channels-section::before {
  top: -220px;
  left: -100px;
}

.contact-channels-section::after {
  right: -130px;
  bottom: -240px;
}

.contact-channels-heading,
.contact-channels-list,
.contact-channels-status {
  position: relative;
  z-index: 1;
}

.contact-channels-heading {
  max-width: 760px;
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
}

.contact-channels-heading .eyebrow {
  margin-bottom: 12px;
  color: #3d8e24;
}

.contact-channels-heading h2 {
  margin: 0;
  color: #111512;
  font-family: "Arial Narrow", "Arial Black", "Roboto Condensed", "Manrope", Arial, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.contact-channels-heading > p:last-child {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(23, 24, 29, 0.64);
  font-size: 1.06rem;
  line-height: 1.65;
}

.contact-channels-list {
  display: grid;
  gap: 18px;
  width: min(100%, 1120px);
  margin: 0 auto;
}

.contact-channel {
  --channel-color: #2997f0;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 142px;
  align-items: center;
  gap: 28px;
  width: 100%;
  padding: 20px 38px;
  overflow: hidden;
  border: 1px solid rgba(54, 72, 62, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  color: #111512;
  font: inherit;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  box-shadow:
    0 18px 44px rgba(55, 73, 59, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transition:
    border-color 260ms ease,
    box-shadow 320ms ease,
    transform 320ms var(--motion-premium);
}

.contact-channel::after {
  position: absolute;
  top: 50%;
  left: 88px;
  width: 28px;
  height: 28px;
  border: 2px solid var(--channel-color);
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.4);
}

.contact-channel--max {
  --channel-color: #6250f4;
}

.contact-channel--whatsapp {
  --channel-color: #25d366;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  border-color: var(--channel-color);
  outline: none;
  box-shadow:
    0 24px 58px rgba(55, 73, 59, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: translateY(-4px);
}

.contact-channel.is-activated {
  border-color: var(--channel-color);
  animation: contactChannelPress 720ms var(--motion-premium);
}

.contact-channel.is-activated::after {
  animation: contactChannelRipple 720ms ease-out;
}

.contact-channel-icon {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: var(--channel-color);
  color: #fff;
  box-shadow:
    0 16px 28px rgba(52, 85, 61, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  transition: transform 320ms var(--motion-premium);
}

.contact-channel-icon svg {
  width: 58px;
  height: 58px;
  fill: currentColor;
}

.contact-channel--max .contact-channel-icon {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-channel--max .contact-channel-icon svg {
  width: 92px;
  height: 92px;
  filter: drop-shadow(0 14px 18px rgba(76, 65, 230, 0.25));
}

.contact-channel--whatsapp .contact-channel-icon svg {
  width: 68px;
  height: 68px;
}

.contact-channel:hover .contact-channel-icon,
.contact-channel:focus-visible .contact-channel-icon,
.contact-channel.is-activated .contact-channel-icon {
  transform: rotate(-5deg) scale(1.06);
}

.contact-channel-copy {
  display: grid;
  gap: 7px;
}

.contact-channel-copy strong {
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.contact-channel-copy small {
  color: rgba(17, 21, 18, 0.68);
  font-size: clamp(0.94rem, 1.3vw, 1.12rem);
  line-height: 1.3;
}

.contact-channel-arrow {
  color: var(--channel-color);
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 320ms var(--motion-premium);
}

.contact-channel:hover .contact-channel-arrow,
.contact-channel:focus-visible .contact-channel-arrow,
.contact-channel.is-activated .contact-channel-arrow {
  transform: translateX(9px);
}

.contact-channels-status {
  min-height: 26px;
  margin: 18px auto 0;
  color: #3d8e24;
  font-weight: 800;
  text-align: center;
}

@keyframes contactChannelPress {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  38% {
    transform: translateY(-2px) scale(0.988);
  }
  70% {
    transform: translateY(-4px) scale(1.008);
  }
}

@keyframes contactChannelRipple {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.4);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(8);
  }
}

@media (max-width: 700px) {
  .contact-channels-section {
    width: min(100% - 24px, 540px);
    margin-bottom: 64px;
    padding: 30px 16px;
    border-radius: 30px;
  }

  .contact-channels-heading h2 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .contact-channels-heading > p:last-child {
    font-size: 0.94rem;
  }

  .contact-channels-list {
    gap: 12px;
  }

  .contact-channel {
    min-height: 104px;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 22px;
  }

  .contact-channel::after {
    left: 54px;
  }

  .contact-channel-icon {
    width: 64px;
    height: 64px;
  }

  .contact-channel-icon svg {
    width: 40px;
    height: 40px;
  }

  .contact-channel--max .contact-channel-icon svg {
    width: 64px;
    height: 64px;
  }

  .contact-channel--whatsapp .contact-channel-icon svg {
    width: 48px;
    height: 48px;
  }

  .contact-channel-copy {
    gap: 4px;
  }

  .contact-channel-copy strong {
    font-size: clamp(1.05rem, 5.1vw, 1.35rem);
  }

  .contact-channel-copy small {
    font-size: 0.82rem;
  }

  .contact-channel-arrow {
    font-size: 2.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-channel,
  .contact-channel::after,
  .contact-channel-icon,
  .contact-channel-arrow {
    animation: none !important;
    transition: none !important;
  }
}

/* Contact channels — editorial layout based on the "привет" reference */
.contact-channels-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(540px, 1.1fr);
  min-height: 720px;
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  padding: clamp(52px, 6vw, 92px);
  border-color: rgba(199, 157, 93, 0.18);
  border-radius: 48px;
  background:
    radial-gradient(circle at 23% 46%, rgba(255, 253, 248, 0.98), transparent 44%),
    linear-gradient(120deg, #fffefa 0%, #ffffff 58%, #fbfcfa 100%);
  box-shadow:
    0 38px 100px rgba(38, 45, 42, 0.1),
    inset 0 1px 0 #fff;
}

.contact-channels-section::before {
  top: -24%;
  left: -22%;
  width: 720px;
  height: 980px;
  border: 1px solid rgba(201, 160, 97, 0.22);
  border-radius: 50%;
  background: transparent;
  filter: none;
}

.contact-channels-section::after {
  right: 31%;
  bottom: -180px;
  width: 420px;
  height: 420px;
  background: rgba(218, 232, 214, 0.18);
  filter: blur(90px);
}

.contact-channels-copy-panel,
.contact-channels-actions {
  position: relative;
  z-index: 1;
}

.contact-channels-copy-panel {
  display: grid;
  align-content: center;
  justify-items: start;
}

.contact-channels-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: #b98a49;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-channels-kicker::after {
  width: 180px;
  height: 1px;
  background: rgba(185, 138, 73, 0.55);
  content: "";
}

.contact-channels-kicker span {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.contact-channels-copy-panel h2 {
  margin: 0;
  color: #11182b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 6.2vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.84;
}

.contact-channels-divider {
  width: 82px;
  height: 2px;
  margin: 40px 0 30px;
  background: #b98a49;
}

.contact-channels-lead {
  max-width: 540px;
  margin: 0;
  color: #697087;
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  line-height: 1.65;
}

.contact-channels-privacy {
  display: flex;
  width: min(100%, 500px);
  min-height: 108px;
  align-items: center;
  gap: 24px;
  margin-top: 74px;
  padding: 18px 26px;
  border: 1px solid rgba(185, 138, 73, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 44px rgba(63, 51, 34, 0.05);
  backdrop-filter: blur(14px);
}

.contact-channels-privacy-icon {
  display: grid;
  width: 62px;
  height: 70px;
  flex: 0 0 62px;
  place-items: center;
  color: #c69c5d;
}

.contact-channels-privacy-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.contact-channels-privacy > span:last-child {
  display: grid;
  gap: 8px;
}

.contact-channels-privacy strong {
  color: #172036;
  font-size: 1rem;
  line-height: 1.3;
}

.contact-channels-privacy small {
  color: #747b8d;
  font-size: 0.92rem;
  line-height: 1.45;
}

.contact-channels-actions {
  display: grid;
  align-content: center;
}

.contact-channels-list {
  gap: 28px;
  width: 100%;
}

.contact-channel {
  min-height: 184px;
  gap: 34px;
  padding: 28px 34px 28px 40px;
  border: 1.5px solid var(--channel-color);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 22px 54px rgba(25, 34, 50, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
}

.contact-channel::after {
  left: 96px;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  box-shadow:
    0 28px 64px rgba(25, 34, 50, 0.13),
    0 0 0 4px color-mix(in srgb, var(--channel-color) 10%, transparent);
  outline: none;
  transform: translateY(-5px) translateX(3px);
}

.contact-channel-icon {
  width: 112px;
  height: 112px;
  box-shadow:
    0 20px 34px color-mix(in srgb, var(--channel-color) 25%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.contact-channel-icon svg {
  width: 70px;
  height: 70px;
}

.contact-channel--telegram .contact-channel-icon {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-channel--telegram .contact-channel-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(41, 151, 240, 0.24));
}

.contact-channel--max .contact-channel-icon svg {
  width: 112px;
  height: 112px;
}

.contact-channel--max .contact-channel-icon {
  overflow: visible;
}

.contact-channel--max .contact-channel-icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.contact-channel--whatsapp .contact-channel-icon {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  top: -10px;
}

.contact-channel--whatsapp .contact-channel-icon img {
  display: block;
  width: 132%;
  height: 132%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.contact-channel-copy {
  gap: 14px;
}

.contact-channel-copy strong {
  color: #10182d;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.contact-channel-copy small {
  max-width: 330px;
  color: #747b91;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.45;
}

.contact-channel-arrow {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1.5px solid var(--channel-color);
  border-radius: 50%;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
}

.contact-channel:hover .contact-channel-arrow,
.contact-channel:focus-visible .contact-channel-arrow,
.contact-channel.is-activated .contact-channel-arrow {
  background: var(--channel-color);
  color: #fff;
  transform: translateX(6px) rotate(-3deg);
}

.contact-channels-status {
  min-height: 24px;
  margin-top: 16px;
  font-size: 0.9rem;
}

@media (max-width: 1080px) {
  .contact-channels-section {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .contact-channels-copy-panel {
    justify-items: center;
    text-align: center;
  }

  .contact-channels-kicker::after {
    display: none;
  }

  .contact-channels-lead {
    max-width: 680px;
  }

  .contact-channels-privacy {
    margin-top: 42px;
    text-align: left;
  }

  .contact-channels-actions {
    width: min(100%, 760px);
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .contact-channels-section {
    min-height: auto;
    padding: 42px 18px;
    border-radius: 30px;
  }

  .contact-channels-kicker {
    margin-bottom: 18px;
    font-size: 0.76rem;
    letter-spacing: 0.22em;
  }

  .contact-channels-copy-panel h2 {
    font-size: clamp(3rem, 16vw, 4.4rem);
    line-height: 0.88;
  }

  .contact-channels-divider {
    margin: 28px 0 22px;
  }

  .contact-channels-lead {
    font-size: 1rem;
  }

  .contact-channels-privacy {
    min-height: 92px;
    gap: 16px;
    margin-top: 34px;
    padding: 14px 16px;
  }

  .contact-channels-privacy-icon {
    width: 48px;
    height: 56px;
    flex-basis: 48px;
  }

  .contact-channel {
    min-height: 118px;
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
  }

  .contact-channel::after {
    left: 52px;
  }

  .contact-channel-icon {
    width: 72px;
    height: 72px;
  }

  .contact-channel-icon svg {
    width: 46px;
    height: 46px;
  }

  .contact-channel--max .contact-channel-icon svg {
    width: 72px;
    height: 72px;
  }

  .contact-channel--whatsapp .contact-channel-icon svg {
    width: 54px;
    height: 54px;
  }

  .contact-channel--whatsapp .contact-channel-icon {
    top: -5px;
  }

  .contact-channel-copy {
    gap: 6px;
  }

  .contact-channel-copy strong {
    font-size: clamp(1.2rem, 6vw, 1.55rem);
  }

  .contact-channel-copy small {
    font-size: 0.78rem;
  }

  .contact-channel-arrow {
    width: 46px;
    height: 46px;
    font-size: 1.5rem;
  }
}

/* On touch screens only the ripple remains; cards and icons stay completely still. */
@media (hover: none), (pointer: coarse) {
  .contact-channel,
  .contact-channel-icon {
    transition: none;
  }

  .contact-channel:hover,
  .contact-channel:focus-visible,
  .contact-channel.is-activated {
    border-color: var(--channel-color);
    outline: none;
    box-shadow:
      0 22px 54px rgba(25, 34, 50, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
    transform: none;
    animation: none;
  }

  .contact-channel:hover .contact-channel-icon,
  .contact-channel:focus-visible .contact-channel-icon,
  .contact-channel.is-activated .contact-channel-icon {
    transform: none;
  }

  .contact-channel:hover .contact-channel-arrow,
  .contact-channel:focus-visible .contact-channel-arrow,
  .contact-channel.is-activated .contact-channel-arrow {
    background: transparent;
    color: var(--channel-color);
    transform: none;
  }
}

.site-footer {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px max(22px, calc((100vw - 1160px) / 2));
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
}

.site-footer a {
  color: var(--lime);
}

.site-footer .site-footer-terms {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
}

.site-footer .site-footer-terms:hover,
.site-footer .site-footer-terms:focus-visible {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer-credit {
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-footer-credit:hover,
.site-footer-credit:focus-visible {
  color: var(--lime) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 560px) {
  .site-footer {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-footer-credit {
    order: 3;
    width: 100%;
  }
}

/* Purchase terms page. */
.purchase-terms-page {
  min-height: 100vh;
  background: #f7f4f7 url("qwe1.png") center top / cover fixed no-repeat;
  color: #171918;
}

.purchase-terms-main {
  width: min(100% - 40px, 1040px);
  margin: 0 auto;
  padding: 40px 0 72px;
}

.purchase-terms-back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #287c68;
  font-weight: 700;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.purchase-terms-back:active,
.purchase-terms-back:hover,
.purchase-terms-back:focus-visible {
  text-decoration: none;
}

.purchase-terms-document {
  margin-top: 28px;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid rgba(50, 77, 67, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 56px rgba(66, 57, 51, 0.09);
}

.purchase-terms-document h1 {
  max-width: 820px;
  color: #111512;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 1.02;
}

.purchase-terms-seller {
  display: grid;
  gap: 8px;
  margin: 38px 0 0;
  padding: 22px 0;
  border-top: 1px solid rgba(50, 77, 67, 0.16);
  border-bottom: 1px solid rgba(50, 77, 67, 0.16);
}

.purchase-terms-seller p {
  margin: 0;
  line-height: 1.55;
}

.purchase-terms-seller a {
  color: #287c68;
  font-weight: 700;
}

.purchase-terms-list {
  display: grid;
  gap: 24px;
  margin: 36px 0 0;
  padding-left: 1.45em;
}

.purchase-terms-list li {
  padding-left: 8px;
  color: #454a47;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.7;
}

.purchase-terms-list li::marker {
  color: #287c68;
  font-weight: 800;
}

.purchase-terms-list strong {
  color: #171918;
}

.purchase-terms-list ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 1.25em;
}

.purchase-terms-list ul li {
  padding-left: 4px;
}

@media (max-width: 560px) {
  .purchase-terms-main {
    width: min(100% - 24px, 1040px);
    padding: 18px 0 40px;
  }

  .purchase-terms-document {
    margin-top: 14px;
    padding: 28px 20px 34px;
  }

  .purchase-terms-document h1 {
    font-size: clamp(2rem, 10.5vw, 2.8rem);
  }

  .purchase-terms-seller {
    margin-top: 26px;
  }

  .purchase-terms-list {
    gap: 20px;
    margin-top: 28px;
  }
}

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-trigger {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 1200;
  min-height: 42px;
  border: 1px solid rgba(190, 255, 41, 0.42);
  border-radius: 999px;
  padding: 10px 16px;
  background:
    linear-gradient(135deg, rgba(18, 23, 22, 0.92), rgba(33, 45, 34, 0.9)),
    var(--ink);
  color: var(--lime);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.3),
    0 0 24px rgba(190, 255, 41, 0.12);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.cookie-trigger::after {
  content: attr(data-tooltip);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  width: max-content;
  max-width: 190px;
  border-radius: 6px;
  padding: 7px 9px;
  background: rgba(39, 37, 47, 0.96);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(-6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.cookie-trigger:hover,
.cookie-trigger:focus-visible {
  border-color: rgba(190, 255, 41, 0.9);
  color: #d8ff3d;
  transform: translateY(-2px);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(190, 255, 41, 0.2);
}

.cookie-trigger:hover::after,
.cookie-trigger:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(5, 8, 8, 0.58);
  backdrop-filter: blur(10px);
}

.cookie-backdrop {
  position: absolute;
  inset: 0;
}

.cookie-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(850px, calc(100vw - 28px));
  max-height: min(760px, calc(100svh - 28px));
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(24, 37, 35, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 12%, rgba(190, 255, 41, 0.13), transparent 34%),
    linear-gradient(180deg, #fbfaf6 0%, #f3f2ec 100%);
  color: #302b24;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.cookie-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px 20px;
  border-bottom: 1px solid rgba(24, 37, 35, 0.1);
}

.cookie-header h2 {
  margin: 0;
  color: #26231e;
  font-size: 1.1rem;
  font-weight: 950;
}

.cookie-close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(24, 37, 35, 0.62);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.cookie-close:hover,
.cookie-close:focus-visible {
  background: rgba(198, 242, 74, 0.2);
  color: var(--teal);
}

.cookie-body {
  overflow: auto;
  padding: 18px 26px 8px;
  scrollbar-color: rgba(18, 23, 22, 0.42) transparent;
}

.cookie-body p {
  margin: 0 0 18px;
  color: rgba(48, 43, 36, 0.72);
  font-size: 0.98rem;
  line-height: 1.75;
}

.cookie-list {
  border-top: 1px solid rgba(24, 37, 35, 0.1);
}

.cookie-category {
  border: 0;
  border-bottom: 1px solid rgba(24, 37, 35, 0.1);
  border-radius: 0;
  background: transparent;
}

.cookie-category summary {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 17px 0;
  color: #2f2b25;
  font-size: 1rem;
  font-weight: 950;
  list-style: none;
}

.cookie-category summary::-webkit-details-marker {
  display: none;
}

.cookie-category summary > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.cookie-category summary > span:first-child::before {
  content: "›";
  display: inline-block;
  color: rgba(48, 43, 36, 0.48);
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.cookie-category[open] summary > span:first-child::before {
  transform: rotate(90deg);
}

.cookie-category summary strong {
  color: #2f2b25;
  font-size: 0.86rem;
  font-weight: 950;
}

.cookie-category p {
  max-width: 720px;
  margin: -2px 0 18px;
  padding-left: 28px;
  color: rgba(48, 43, 36, 0.68);
}

.cookie-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
  color: inherit;
}

.cookie-switch input {
  position: absolute;
  inset: 0;
  min-height: 0;
  opacity: 0;
}

.cookie-switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(48, 43, 36, 0.16);
  box-shadow: inset 0 0 0 1px rgba(48, 43, 36, 0.08);
  cursor: pointer;
  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}

.cookie-switch span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease;
}

.cookie-switch input:checked + span {
  background: var(--lime);
  box-shadow:
    inset 0 0 0 1px rgba(58, 94, 24, 0.16),
    0 0 18px rgba(190, 255, 41, 0.2);
}

.cookie-switch input:checked + span::after {
  transform: translateX(20px);
}

.cookie-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 18px 22px 22px;
  border-top: 1px solid rgba(24, 37, 35, 0.1);
  background: rgba(251, 250, 246, 0.92);
}

.cookie-button {
  min-height: 48px;
  border-radius: 999px;
  padding: 12px 18px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.cookie-button:hover,
.cookie-button:focus-visible {
  transform: translateY(-1px);
}

.cookie-button-secondary {
  border: 1px solid rgba(48, 43, 36, 0.18);
  background: transparent;
  color: rgba(48, 43, 36, 0.62);
}

.cookie-button-secondary:hover,
.cookie-button-secondary:focus-visible {
  border-color: rgba(31, 122, 114, 0.34);
  color: var(--teal);
}

.cookie-button-primary {
  border: 1px solid #121714;
  background: #121714;
  color: var(--lime);
  box-shadow: 0 14px 28px rgba(18, 23, 20, 0.22);
}

.cookie-button-primary:hover,
.cookie-button-primary:focus-visible {
  background: #0b100e;
  color: #d8ff3d;
}

@media (max-width: 980px) {
  .hero,
  .review-hero,
  .review-detail,
  .goals-section,
  .contact-section,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 112px 22px 64px;
  }

  .review-hero {
    width: 100%;
    margin: 0;
    transform: none;
    gap: 34px;
    padding: 64px 22px;
  }

  .review-hero::before {
    top: 18px;
    right: 16px;
    width: min(42vw, 220px);
    opacity: 0.42;
  }

  .review-leaf-art {
    left: -185px;
    top: 94px;
    width: 390px;
    height: auto;
    opacity: 0.28;
    transform: none;
  }

  .review-botanical-branch {
    display: none;
    left: -220px;
    top: 330px;
    width: 560px;
    height: 210px;
    opacity: 0.46;
    transform: rotate(-4deg);
  }

  .reviews-branch-left {
    left: -235px;
    bottom: auto;
    top: 260px;
    width: 430px;
    opacity: 0.32;
    transform: rotate(-10deg);
  }

  .review-hero .photo-placeholder {
    height: min(620px, 82svh);
  }

  .review-media,
  .review-copy {
    width: min(100%, 680px);
    justify-self: center;
  }

  .review-media::before {
    left: -290px;
    top: 58%;
    bottom: auto;
    width: 430px;
    opacity: 0.34;
    transform: translateY(-50%) rotate(88deg);
    transform-origin: 18% 88%;
  }

  .review-copy h2 {
    font-size: clamp(2.25rem, 8vw, 4.2rem);
  }

  .review-copy h2::before {
    left: 0;
    top: -46px;
    font-size: 3.2rem;
  }

  .review-copy h2::after {
    right: 0;
    bottom: -0.65em;
    font-size: 2.4rem;
  }

  .hero-copy {
    max-width: min(100%, 720px);
    padding: 0;
  }

  .hero-media {
    inset: 0;
    width: 100%;
    min-height: 100%;
    margin-top: 0;
  }

  .hero-photo-frame {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .review-tags {
    gap: 10px;
  }

  .review-tags span {
    min-height: 0;
    padding: 0;
  }

  .review-tags span img {
    width: min(100%, 230px);
  }

  .review-actions {
    gap: 12px;
  }

  .review-actions .button {
    min-width: min(100%, 230px);
    min-height: 56px;
  }

  .hero-photo-person {
    filter:
      saturate(0.9)
      contrast(1.08)
      brightness(0.68);
  }

  .intro-grid,
  .service-grid,
  .results-grid,
  .other-reviews-grid,
  .more-results-grid,
  .achievement-list,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-grid {
    grid-template-columns: 1fr;
  }

  .method-card {
    min-height: 260px;
  }

  .method-trust {
    grid-template-columns: 1fr;
  }

  .goals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card:nth-child(3) {
    grid-column: span 2;
  }

  .photo-placeholder {
    min-height: 420px;
  }

  .review-detail-media {
    justify-self: center;
    padding-top: 0;
    transform: none;
  }

  .review-text-full {
    grid-template-columns: 1fr;
  }

  .other-reviews-grid {
    grid-template-columns: 1fr;
  }

  .more-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .other-review-card {
    grid-template-columns: 1fr;
  }

  .other-review-media,
  .other-review-proof {
    min-height: 0;
  }

  .other-review-media img,
  .other-review-proof img {
    max-height: 360px;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 8px;
    width: calc(100% - 16px);
    align-items: flex-start;
    padding: 12px;
  }

  .language-switcher {
    margin-right: 4px;
  }

  .language-toggle,
  .language-option {
    min-height: 34px;
    font-size: 0.78rem;
  }

  .language-toggle {
    padding: 8px 9px;
  }

  .language-menu {
    min-width: 128px;
  }

  .nav-links {
    max-width: 220px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-links a {
    min-height: 34px;
    padding: 8px 9px;
    font-size: 0.78rem;
  }

  .hero {
    padding: 154px 16px 44px;
  }

  .other-reviews-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .review-detail {
    width: 100%;
    min-height: auto;
    overflow-x: hidden;
    gap: 28px;
    padding: 112px 16px 44px;
  }

  .review-detail-content {
    min-width: 0;
    width: 100%;
  }

  .review-detail-content h1 {
    font-size: clamp(2.15rem, 12vw, 3.35rem);
    max-width: 100%;
  }

  .review-text-full {
    width: 100%;
    max-width: 100%;
    gap: 0;
    font-size: 1rem;
    line-height: 1.62;
  }

  .review-text-full > div {
    min-width: 0;
  }

  .review-text-full p {
    overflow-wrap: anywhere;
  }

  .other-review-card {
    padding: 8px;
    border-radius: 16px;
  }

  .other-review-media,
  .other-review-proof {
    grid-template-rows: auto auto;
    align-content: start;
    gap: 12px;
    min-height: auto;
    padding: 8px;
    border-radius: 14px;
  }

  .other-review-label-row {
    display: flex;
    min-height: 58px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7px;
    margin-bottom: 0;
  }

  .other-review-media span,
  .other-review-proof span {
    padding: 6px 9px;
    font-size: 0.61rem;
  }

  .review-time-label {
    white-space: nowrap;
  }

  .other-review-media > img,
  .other-review-photo-wrap {
    margin-top: 2px;
  }

  .other-review-media img {
    max-height: 245px;
  }

  .other-review-proof img {
    max-height: 220px;
  }

  .other-review-media:focus-visible,
  .other-review-proof:focus-visible,
  .other-review-media:focus-visible img,
  .other-review-proof:focus-visible img,
  .other-review-media:focus-visible span,
  .other-review-proof:focus-visible span {
    transform: none;
  }

  h1 {
    max-width: 100%;
  }

  .hero-photo-frame {
    height: 100%;
    border-radius: 0;
  }

  .hero-photo-frame::before {
    background:
      linear-gradient(90deg, rgba(8, 11, 8, 0.94) 0%, rgba(8, 11, 8, 0.64) 48%, rgba(8, 11, 8, 0.24) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, transparent 54%),
      rgba(0, 0, 0, 0.24);
  }

  .hero-media-badge {
    right: 14px;
    bottom: 22px;
    width: min(230px, 62%);
    padding: 14px;
  }

  .hero-stats,
  .intro-grid,
  .service-grid,
  .results-grid,
  .other-reviews-grid,
  .more-results-grid,
  .achievement-list,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    width: min(100%, 360px);
    gap: 12px;
  }

  .goals-grid {
    grid-template-columns: 1fr;
  }

  .goals-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .goals-copy {
    text-align: left;
  }

  .goals-copy p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  .goals-grid article {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: auto;
    padding: 16px;
    border-right: 1px solid rgba(31, 122, 114, 0.14);
  }

  .goals-grid article span {
    width: 36px;
    height: 36px;
  }

  .goals-grid article:nth-child(odd) {
    border-right: 1px solid rgba(31, 122, 114, 0.14);
  }

  .goals-grid article::after {
    grid-column: 2;
    justify-self: start;
    min-width: 0;
    margin-top: 8px;
  }

  .process-section .section-heading {
    text-align: left;
  }

  .process-section .section-heading h2,
  .process-section .section-heading p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  .process-card,
  .process-card:nth-child(3) {
    min-height: 320px;
    grid-column: span 1;
    padding: 30px 22px 24px;
  }

  .process-card-copy {
    text-align: left;
  }

  .process-card-copy p {
    margin-left: 0;
    margin-right: 0;
  }

  .phone-mockup {
    width: min(86%, 250px);
  }

  .section,
  .review-hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .service-card {
    min-height: auto;
  }

  .photo-placeholder {
    min-height: 330px;
  }

  .contact-section {
    width: min(100% - 24px, 520px);
    margin: 58px auto;
    padding: 22px;
    border-radius: 30px;
  }

  .contact-form {
    padding: 18px;
  }

  .cookie-trigger {
    position: static;
    left: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    width: max-content;
    min-height: 38px;
    margin: 12px auto 18px;
    padding: 9px 13px;
    font-size: 0.76rem;
  }

  .cookie-trigger::after {
    display: none;
  }

  .cookie-trigger:hover,
  .cookie-trigger:focus-visible {
    transform: none;
  }

  .cookie-consent {
    align-items: center;
    padding: 14px;
  }

  .cookie-panel {
    width: min(94%, 400px);
    max-height: min(66svh, 520px);
    border-radius: 16px;
  }

  .cookie-header {
    padding: 11px 14px 9px;
  }

  .cookie-header h2 {
    font-size: 0.9rem;
  }

  .cookie-close {
    width: 30px;
    height: 30px;
  }

  .cookie-body {
    padding: 8px 14px 0;
  }

  .cookie-body p {
    margin-bottom: 9px;
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .cookie-category summary {
    gap: 8px;
    padding: 8px 0;
    font-size: 0.81rem;
  }

  .cookie-category p {
    margin-bottom: 9px;
    padding-left: 0;
  }

  .cookie-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
  }

  .cookie-button {
    min-height: 35px;
    padding: 6px 3px;
    font-size: 0.62rem;
    letter-spacing: 0.015em;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-marquee-track {
    animation: none !important;
  }

  .hero .eyebrow,
  .hero h1,
  .hero-lead,
  .hero-actions,
  .hero-stats,
  .hero-photo-frame,
  .hero-media-badge,
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Final override: clean white coach/about hero below the existing header. */
#achievements.achievements-section {
  position: relative;
  min-height: max(900px, calc(100vh - 90px));
  min-height: max(900px, calc(100svh - 90px));
  padding: 40px 0 20px;
  background: #fff !important;
  color: #101214;
  overflow: visible;
}

#achievements.achievements-section::before,
#achievements.achievements-section::after {
  display: none !important;
}

#achievements .about-achievements-shell {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1840px;
  width: 100%;
  min-height: max(860px, calc(100vh - 90px));
  min-height: max(860px, calc(100svh - 90px));
  grid-template-columns: 520px 420px 520px;
  column-gap: 72px;
  row-gap: 0;
  align-items: center;
  padding: 0 80px;
  margin: 0 auto;
}

#achievements .about-achievements-copy {
  z-index: 3;
  grid-column: 1;
  align-self: center;
  width: 520px;
  max-width: 520px;
  padding-top: 0;
  transform: translateY(-30px);
}

#achievements .fit-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 26px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

#achievements .fit-kicker::after {
  display: none;
  content: none;
}

#achievements .about-achievements-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #101214;
  font-family: "Arial Narrow", "Roboto Condensed", "Manrope", Arial, sans-serif;
  font-size: clamp(64px, 5.1vw, 96px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

#achievements .about-achievements-lead {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(16, 18, 20, 0.66);
  font-size: clamp(1rem, 1.04vw, 1.12rem);
  line-height: 1.72;
}

#achievements .about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

#achievements .about-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 10px 8px 24px;
  border-radius: 999px;
  color: #101214;
  font-weight: 900;
  text-decoration: none;
  transition: transform 240ms var(--motion-premium), box-shadow 240ms ease;
}

#achievements .about-button span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: #101214;
  color: #fff;
  line-height: 1;
}

#achievements .about-button-primary {
  background: #b7f000;
  box-shadow: 0 18px 38px rgba(183, 240, 0, 0.22);
}

#achievements .about-button-secondary {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  box-shadow: 0 16px 34px rgba(16, 18, 20, 0.055);
}

#achievements .about-button:hover,
#achievements .about-button:focus-visible {
  transform: translateY(-2px);
}

#achievements .about-coach-figure {
  position: relative;
  z-index: 2;
  grid-column: 2;
  display: flex;
  height: calc(100vh - 120px);
  min-height: 760px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 28px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

#achievements .about-coach-figure::after {
  position: absolute;
  right: 11%;
  bottom: 5%;
  left: 12%;
  z-index: -1;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(16, 18, 20, 0.14), transparent 70%);
  filter: blur(16px);
  content: "";
}

#achievements .about-coach-figure img {
  display: block;
  width: auto;
  max-width: none;
  height: min(70vh, 690px);
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  border: 0;
  box-shadow: none;
  mix-blend-mode: multiply;
}

#achievements .about-achievements-visual {
  position: relative;
  z-index: 3;
  grid-column: 3;
  display: block;
  height: 680px;
  min-height: 680px;
  align-self: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

#achievements .about-achievements-visual::before,
#achievements .about-achievements-visual::after,
#achievements .about-ui-card::before {
  display: none !important;
}

#achievements .about-visual-grid {
  position: relative;
  display: block;
  height: 680px;
  min-height: 680px;
}

#achievements .about-ui-card {
  position: absolute;
  display: flex;
  width: 380px;
  min-height: 180px;
  flex-direction: column;
  justify-content: center;
  padding: 38px 40px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(16, 18, 20, 0.08);
  backdrop-filter: none;
}

#achievements .about-ui-card-large {
  top: 0;
  left: 0;
  right: auto;
}

#achievements .about-visual-grid .about-ui-card:nth-child(2) {
  top: 210px;
  left: 70px;
  right: auto;
}

#achievements .about-visual-grid .about-ui-card:nth-child(3) {
  top: 470px;
  left: 185px;
  right: auto;
}

#achievements .about-ui-card:hover,
#achievements .about-ui-card:focus-within {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 28px 70px rgba(16, 18, 20, 0.11);
  transform: translateY(-3px);
}

#achievements .about-ui-card strong {
  display: block;
  margin: 0;
  color: #101214;
  font-size: clamp(30px, 2vw, 42px);
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 0.98;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

#achievements .about-ui-card p {
  max-width: 260px;
  margin: 18px 0 0;
  color: rgba(16, 18, 20, 0.62);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1320px) {
  #achievements .about-achievements-shell {
    width: min(100% - 56px, 1180px);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  }

  #achievements .about-achievements-copy {
    grid-column: 1 / -1;
  }

  #achievements .about-coach-figure {
    height: min(74vh, 720px);
  }

  #achievements .about-ui-card,
  #achievements .about-ui-card-large {
    width: min(100%, 390px);
  }
}

@media (max-width: 820px) {
  #achievements.achievements-section {
    min-height: auto;
    padding-top: 64px;
  }

  #achievements .about-achievements-shell {
    width: min(100% - 28px, 560px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #achievements .about-achievements-copy h2 {
    font-size: clamp(48px, 14vw, 72px);
  }

  #achievements .about-coach-figure {
    height: min(74vh, 620px);
    min-height: 450px;
    margin-bottom: -20px;
  }

  #achievements .about-achievements-visual,
  #achievements .about-visual-grid {
    min-height: 0;
  }

  #achievements .about-visual-grid {
    display: grid;
    gap: 14px;
  }

  #achievements .about-ui-card,
  #achievements .about-ui-card-large,
  #achievements .about-visual-grid .about-ui-card:nth-child(2),
  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 156px;
    padding: 28px;
  }
}

/* Match the coach photo backdrop across the whole about hero. */
#achievements.achievements-section {
  background: #fff url("qwe1.png") center center / cover no-repeat !important;
}

#achievements .about-coach-figure img {
  mix-blend-mode: normal;
}

#achievements .about-coach-figure {
  min-height: 760px;
  margin-bottom: 18px;
  overflow: visible;
}

#achievements .about-coach-figure img {
  height: min(84vh, 840px);
  max-height: calc(100svh - 112px);
  width: auto;
  object-fit: contain;
  object-position: center bottom;
}

/* Smooth the handoff from the method section into the coach/about section. */
.method-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(246, 244, 247, 0.92) 100%),
    #fff url("qwe1.png") center center / cover no-repeat;
}

#achievements.achievements-section {
  background:
    linear-gradient(180deg, rgba(246, 244, 247, 0.96) 0%, rgba(246, 244, 247, 0.62) 82px, rgba(246, 244, 247, 0) 220px),
    #fff url("qwe1.png") center center / cover no-repeat !important;
}

/* One continuous soft backdrop across the landing page. */
html,
body {
  background: #f7f4f7 url("qwe1.png") center top / cover fixed no-repeat;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.2), transparent 34rem),
    linear-gradient(180deg, rgba(247, 244, 247, 0.04), rgba(247, 244, 247, 0.1));
  content: "";
  pointer-events: none;
}

main {
  background: transparent;
}

.method-section,
#achievements.achievements-section,
.services-section,
.goals-section,
.results-section,
.review-hero,
.reviews-section,
.other-reviews-section,
.process-section,
.price-section,
.contact-section {
  background: transparent !important;
}

.method-section,
#achievements.achievements-section,
.services-section,
.goals-section,
.results-section,
.review-hero,
.other-reviews-section,
.process-section,
.price-section {
  position: relative;
  isolation: isolate;
}

.method-section::after,
#achievements.achievements-section::before,
.services-section::before,
.goals-section::before,
.results-section::before,
.review-hero::after,
.other-reviews-section::before,
.process-section::before,
.price-section::before {
  display: none !important;
  content: none !important;
  pointer-events: none;
}

.reviews-branch-left,
.review-copy h2::before,
.review-copy h2::after {
  display: none !important;
  content: none !important;
}

.results-section .section-heading h2,
.price-section .section-heading h2,
.faq-section .section-heading h2,
.contact-copy h2 {
  font-family: "Arial Narrow", "Roboto Condensed", "Manrope", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.method-heading h2,
.services-section .section-heading h2,
.review-copy h2,
.results-section .section-heading h2,
.price-section .section-heading h2,
.faq-section .section-heading h2,
.contact-copy h2 {
  font-family: "Arial Narrow", "Arial Black", "Roboto Condensed", "Manrope", Arial, sans-serif !important;
  font-weight: 900 !important;
  font-stretch: condensed;
  letter-spacing: -0.055em !important;
  line-height: 0.94 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

/* Results section */
.results-section {
  isolation: isolate;
  overflow: hidden;
  padding: 92px max(20px, calc((100vw - 1400px) / 2)) 104px;
  background: transparent !important;
}

.results-heading {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto 42px;
  text-align: center;
}

.results-section .results-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 8px 15px;
  border: 1px solid rgba(72, 142, 80, 0.28);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 16px rgba(53, 96, 58, 0.04);
  color: #358144;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
}

.results-kicker svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.results-section .section-heading h2 {
  max-width: 920px;
  margin: 24px auto 0;
  color: #101311;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: clamp(3.35rem, 5vw, 4.65rem);
  font-stretch: normal;
  font-weight: 900 !important;
  letter-spacing: -0.058em !important;
  line-height: 0.99 !important;
}

.results-section .section-heading h2 span {
  color: #398b4b;
  white-space: nowrap;
}

.results-divider {
  display: block;
  width: 43px;
  height: 3px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: #3a914d;
}

.results-section .section-heading p:not(.eyebrow) {
  max-width: none;
  margin: 27px auto 0;
  color: #72787c;
  font-size: clamp(1.05rem, 1.15vw, 1.28rem);
  font-weight: 400;
  line-height: 1.55;
}

.results-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.results-grid .result-card {
  position: relative;
  display: flex;
  min-height: 382px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 28px 30px;
  overflow: hidden;
  border: 1px solid rgba(59, 91, 62, 0.09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 11%, rgba(207, 236, 202, 0.19), transparent 9rem),
    #fff;
  box-shadow: 0 18px 38px rgba(32, 50, 34, 0.08);
  text-align: center;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.results-grid .result-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 0 0 18px 18px;
  background: #49a152;
  content: "";
}

.results-grid .result-card:hover {
  border-color: rgba(73, 161, 82, 0.24);
  box-shadow: 0 25px 48px rgba(32, 50, 34, 0.13);
  transform: translateY(-6px);
}

.result-icon {
  display: grid;
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, #f8fdf7 0%, #e9f6e6 56%, #dcefd8 100%);
  box-shadow: 0 8px 24px rgba(74, 145, 78, 0.14), inset 0 0 0 9px rgba(255, 255, 255, 0.31);
  transition: transform 300ms ease;
}

.result-card:hover .result-icon {
  transform: scale(1.03);
}

.result-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: #3b9348;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.result-icon-yevlap img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.result-icon-scales img {
  display: block;
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.results-grid .result-card strong {
  color: #358d48;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2rem, 2.05vw, 2.38rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  overflow-wrap: normal;
  white-space: nowrap;
}

.results-grid .result-card .no-break-title {
  font-size: clamp(1.92rem, 1.95vw, 2.28rem);
}

.results-grid .result-card > i {
  display: none;
}

.results-grid .result-card span {
  max-width: 245px;
  margin: 10px 0 0;
  color: #747a82;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 1.5;
}

.results-leaf {
  position: absolute;
  z-index: 0;
  display: block;
  width: 170px;
  height: 86px;
  border-radius: 100% 0 100% 0;
  background: radial-gradient(ellipse at 30% 35%, rgba(84, 139, 64, 0.57), rgba(107, 154, 91, 0.22) 56%, transparent 70%);
  filter: blur(10px);
  opacity: 0.44;
  pointer-events: none;
}

.results-leaf::after {
  position: absolute;
  top: 48%;
  left: 8%;
  width: 85%;
  height: 1px;
  background: rgba(50, 105, 54, 0.42);
  content: "";
  transform: rotate(-25deg);
}

.results-leaf-top {
  top: 52px;
  right: -42px;
  transform: rotate(-27deg);
}

.results-leaf-bottom {
  bottom: 30px;
  left: -52px;
  transform: rotate(150deg);
}

@media (max-width: 1100px) {
  .results-section {
    padding-right: max(22px, calc((100vw - 920px) / 2));
    padding-left: max(22px, calc((100vw - 920px) / 2));
  }

  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .results-section {
    padding: 72px 18px 78px;
  }

  .results-leaf {
    display: none;
  }

  .results-heading {
    margin-bottom: 32px;
  }

  .results-section .section-heading h2 {
    margin-top: 20px;
    font-size: clamp(2.45rem, 11.4vw, 2.9rem);
    letter-spacing: -0.065em !important;
  }

  .results-section .section-heading p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 1rem;
  }

  .results-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .results-grid .result-card {
    min-height: 308px;
    padding: 26px 22px;
  }

  .result-icon {
    width: 104px;
    height: 104px;
    flex-basis: 104px;
    margin-bottom: 20px;
  }

  .result-icon svg {
    width: 48px;
    height: 48px;
  }

  .result-icon-yevlap img {
    width: 68px;
    height: 68px;
  }

  .result-icon-scales img {
    width: 86px;
    height: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .results-grid .result-card,
  .result-icon {
    transition: none;
  }
}

/* Light reference-matched first screen */
html,
body {
  overflow-x: clip;
}

.site-header {
  top: 18px;
  width: min(1550px, calc(100% - 48px));
  min-height: 72px;
  padding: 10px 18px 10px 28px;
  border: 1px solid rgba(37, 57, 39, 0.05);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: #101311;
  box-shadow: 0 18px 48px rgba(34, 56, 36, 0.1);
  backdrop-filter: blur(16px);
}

.site-header .brand {
  color: #101311;
  font-size: 1.05rem;
  font-weight: 800;
}

.site-header .language-toggle {
  border-color: rgba(62, 111, 48, 0.08);
  background: #f0f4e9;
  color: #3a7e25;
}

.site-header .nav-links a {
  color: #1e231f;
}

.site-header .nav-links a:not(.nav-cta):hover,
.site-header .nav-links a:not(.nav-cta):focus-visible {
  color: #2f821f;
}

.site-header .nav-links .nav-cta {
  min-height: 48px;
  padding: 13px 28px;
  border: 0;
  background: linear-gradient(135deg, #4b9f18, #267a0b);
  color: #fff;
  box-shadow: 0 12px 24px rgba(54, 129, 25, 0.2);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 76px);
  grid-template-columns: minmax(0, 0.98fr) minmax(520px, 1.02fr);
  align-items: center;
  overflow: hidden;
  padding:
    122px max(32px, calc((100vw - 1520px) / 2))
    30px;
  background:
    radial-gradient(circle at 74% 42%, rgba(157, 207, 133, 0.13), transparent 27rem),
    linear-gradient(135deg, #fff 0%, #fbfcf9 54%, #f7faf4 100%);
  color: #101311;
}

.hero::after {
  display: none;
  content: none;
}

.hero-copy {
  z-index: 6;
  width: min(100%, 720px);
  max-width: none;
  justify-self: start;
  padding: 0;
  color: #101311;
  transform: none;
}

.hero .eyebrow {
  margin-bottom: 24px;
  color: #3b861f;
  font-size: clamp(0.72rem, 0.82vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.105em;
  line-height: 1.4;
}

.hero h1 {
  display: flex;
  max-width: 720px;
  flex-direction: column;
  margin: 0;
  color: #080b09;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(4.2rem, 5.75vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.91;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 .hero-title-accent {
  color: #3d8e24;
}

.hero-lead {
  max-width: 660px;
  margin-top: 30px;
  color: #555d67;
  font-size: clamp(1rem, 1.04vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  gap: 16px;
  margin-top: 32px;
}

.hero-actions .button {
  min-width: 206px;
  min-height: 60px;
  gap: 20px;
  border-width: 1px;
  padding: 15px 26px;
  font-weight: 700;
}

.hero-actions .button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero-actions .button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #4c9f19, #2e800f);
  color: #fff;
  box-shadow: 0 16px 32px rgba(53, 132, 23, 0.18);
}

.hero-actions .button-primary:hover,
.hero-actions .button-primary:focus-visible {
  background: linear-gradient(135deg, #58aa21, #348913);
  box-shadow: 0 20px 40px rgba(53, 132, 23, 0.23);
}

.hero-actions .button-ghost {
  border-color: rgba(33, 42, 35, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: #171b18;
  box-shadow: 0 12px 28px rgba(44, 57, 46, 0.06);
  backdrop-filter: none;
}

.hero-actions .button-ghost:hover,
.hero-actions .button-ghost:focus-visible {
  border-color: rgba(57, 139, 36, 0.3);
  color: #2f7f1c;
  box-shadow: 0 16px 34px rgba(44, 92, 47, 0.1);
}

.hero-stats {
  display: grid;
  width: min(860px, calc(100% + 100px));
  grid-template-columns: minmax(0, 1.14fr) repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.hero-stats .hero-stat-card {
  display: flex;
  min-height: 132px;
  align-items: center;
  gap: 4px;
  padding: 20px 18px;
  border: 1px solid rgba(47, 74, 50, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(40, 60, 42, 0.07);
}

.hero-stat-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 50%;
  background: #edf6e7;
  color: #469324;
}

.hero-stat-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero-stat-icon img {
  display: block;
  width: 62px;
  height: 62px;
  max-width: none;
  object-fit: contain;
}

.hero-stat-copy {
  display: block;
  min-width: 0;
}

.hero-stat-copy strong,
.hero-stat-copy small {
  display: block;
}

.hero-stat-copy strong {
  color: #151a16;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-stat-copy small {
  margin-top: 9px;
  color: #68706a;
  font-size: 0.98rem;
  font-weight: 550;
  line-height: 1.4;
}

.hero-media {
  position: absolute;
  inset: 92px 0 0 auto;
  z-index: 2;
  width: min(57vw, 900px);
  min-height: calc(100% - 92px);
  overflow: hidden;
  pointer-events: none;
}

.hero-media::before {
  display: none;
  content: none;
}

.hero-organic-shape {
  position: absolute;
  right: -5%;
  bottom: 2%;
  width: 92%;
  height: 83%;
  border-radius: 48% 52% 0 42% / 34% 38% 0 58%;
  background:
    radial-gradient(circle at 46% 36%, rgba(226, 239, 215, 0.96), rgba(235, 243, 225, 0.76) 44%, rgba(245, 248, 240, 0.2) 76%);
  filter: drop-shadow(0 24px 60px rgba(88, 128, 73, 0.08));
}

.hero-contour {
  position: absolute;
  top: 3%;
  left: 2%;
  width: 72%;
  height: 92%;
  border: 1px solid rgba(69, 146, 43, 0.44);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 52% 0 0 52%;
  transform: rotate(11deg);
}

.hero-plant {
  position: absolute;
  right: -58px;
  bottom: 7%;
  z-index: 1;
  width: 260px;
  height: 470px;
  opacity: 0.48;
  filter: blur(8px);
}

.hero-plant::before {
  position: absolute;
  right: 58px;
  bottom: 0;
  width: 12px;
  height: 390px;
  border-radius: 999px;
  background: rgba(62, 126, 36, 0.65);
  content: "";
  transform: rotate(11deg);
}

.hero-plant span {
  position: absolute;
  width: 150px;
  height: 72px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(76, 147, 37, 0.78), rgba(146, 188, 106, 0.28));
}

.hero-plant span:nth-child(1) { top: 20px; right: 32px; transform: rotate(-18deg); }
.hero-plant span:nth-child(2) { top: 110px; right: 82px; transform: rotate(155deg); }
.hero-plant span:nth-child(3) { top: 195px; right: 5px; transform: rotate(-6deg); }
.hero-plant span:nth-child(4) { top: 285px; right: 76px; transform: rotate(166deg); }
.hero-plant span:nth-child(5) { top: 365px; right: 4px; transform: rotate(4deg); }

.hero-photo-frame {
  position: absolute;
  inset: 0 6% 0 auto;
  z-index: 2;
  width: min(760px, 82%);
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.hero-photo-frame::before {
  display: none;
  content: none;
}

.hero-photo-person {
  position: absolute;
  right: clamp(24px, 4vw, 72px);
  bottom: -11%;
  left: auto;
  width: auto;
  height: 116%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: none;
}

.hero-media-badge {
  position: absolute;
  right: clamp(90px, 9vw, 175px);
  bottom: 36px;
  z-index: 5;
  width: min(440px, 50%);
  padding: 30px 28px;
  text-align: center;
  border: 1px solid rgba(46, 66, 49, 0.06);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  color: #151a16;
  box-shadow: 0 24px 58px rgba(43, 62, 45, 0.16);
  backdrop-filter: blur(14px);
}

.hero-media-badge span {
  display: block;
  color: #3d8e24;
  font-size: clamp(2.65rem, 3.8vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: nowrap;
}

.hero-media-badge small {
  margin-top: 16px;
  color: #202520;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.hero-marquee {
  position: relative;
  z-index: 8;
  display: flex;
  width: 100vw;
  height: 76px;
  margin: 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border: 1px solid rgba(44, 69, 47, 0.07);
  border-radius: 22px 22px 0 0;
  background: rgba(255, 255, 255, 0.96);
  color: #151916;
  box-shadow: 0 -8px 28px rgba(39, 61, 42, 0.06);
}

.hero-marquee-track {
  display: flex;
  width: max-content;
  min-width: max-content;
  animation: heroMarquee 34s linear infinite;
  will-change: transform;
}

.hero-marquee-group {
  display: flex;
  width: max-content;
  min-width: 100vw;
  flex-shrink: 0;
  align-items: stretch;
}

.hero-marquee-group > span {
  position: relative;
  display: inline-flex;
  flex: 1 0 auto;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 38px;
  color: #151916;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-marquee-group > span::after {
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 22px;
  width: 1px;
  background: rgba(38, 55, 40, 0.18);
  content: "";
}

.hero-marquee-group svg {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  fill: none;
  stroke: #44962a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero-marquee-group .ticker-biceps-svg {
  stroke-width: 1.15;
}

@keyframes heroMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(450px, 0.98fr);
    padding-right: 34px;
    padding-left: 34px;
  }

  .hero h1 {
    font-size: clamp(4rem, 6.2vw, 5.25rem);
  }

  .hero-copy {
    width: min(100%, 650px);
  }

  .hero-media {
    width: 53vw;
  }

  .hero-stats {
    gap: 10px;
  }

  .hero-stats .hero-stat-card {
    gap: 4px;
    padding: 15px 13px;
  }
}

@media (max-width: 1024px) {
  .site-header {
    width: calc(100% - 28px);
  }

  .hero {
    min-height: calc(100svh - 68px);
    grid-template-columns: minmax(0, 56%) minmax(390px, 44%);
    padding: 112px 24px 24px;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 6.7vw, 4.3rem);
  }

  .hero-lead {
    font-size: 0.94rem;
  }

  .hero-lead br {
    display: none;
  }

  .hero-actions .button {
    min-width: 170px;
    min-height: 54px;
  }

  .hero-stats {
    width: min(100%, 560px);
    grid-template-columns: minmax(0, 1.14fr) repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-stats .hero-stat-card {
    min-height: 114px;
    gap: 4px;
    padding: 16px 12px;
  }

  .hero-stat-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .hero-stat-icon svg {
    width: 33px;
    height: 33px;
  }

  .hero-stat-icon img {
    width: 52px;
    height: 52px;
  }

  .hero-stat-copy strong {
    font-size: 1.02rem;
  }

  .hero-stat-copy small {
    font-size: 0.84rem;
  }

  .hero-media {
    inset: 86px 0 0 auto;
    width: 49vw;
  }

  .hero-photo-frame {
    right: -4%;
    width: 100%;
  }

  .hero-photo-person {
    height: 108%;
  }

  .hero-media-badge {
    right: clamp(36px, 7vw, 64px);
    bottom: 24px;
    width: 230px;
    padding: 22px;
  }

  .hero-media-badge span {
    font-size: 3rem;
  }

  .hero-media-badge small {
    font-size: 0.86rem;
  }

  .hero-marquee,
  .hero-marquee-group > span {
    height: 68px;
    min-height: 68px;
  }

  .hero-marquee-group > span {
    padding: 0 28px;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    top: 10px;
    min-height: 64px;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .site-header .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 0 2px;
    scrollbar-width: none;
  }

  .site-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .site-header .nav-links a {
    flex: 0 0 auto;
  }

  .site-header .nav-links .nav-cta {
    min-height: 38px;
    padding: 9px 16px;
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 152px 20px 34px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero .eyebrow {
    margin-bottom: 18px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(3.45rem, 10.3vw, 5rem);
  }

  .hero-lead {
    max-width: 620px;
  }

  .hero-stats {
    width: 100%;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow-x: auto;
    padding: 0 2px 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .hero-stats::-webkit-scrollbar {
    display: none;
  }

  .hero-stats .hero-stat-card {
    scroll-snap-align: start;
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: calc(100% + 40px);
    min-height: 650px;
    margin: 18px -20px -34px;
  }

  .hero-organic-shape {
    right: -12%;
    width: 100%;
  }

  .hero-contour {
    left: 14%;
  }

  .hero-photo-frame {
    right: 4%;
    width: 88%;
  }

  .hero-photo-person {
    bottom: -9%;
    height: 108%;
  }

  .hero-media-badge {
    right: clamp(34px, 7vw, 56px);
    bottom: 28px;
    width: 220px;
  }
}

@media (max-width: 520px) {
  .site-header {
    display: grid;
    width: calc(100% - 16px);
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .site-header .brand {
    font-size: 0.9rem;
  }

  .site-header .language-switcher {
    justify-self: start;
  }

  .site-header .language-toggle {
    min-height: 38px;
    padding: 8px 12px;
  }

  .site-header .nav-links {
    display: grid;
    width: 100%;
    max-width: none;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
  }

  .site-header .nav-links a {
    justify-self: center;
    font-size: 0.72rem;
  }

  .site-header .nav-links .nav-cta {
    min-width: 148px;
    grid-column: 1 / -1;
    justify-self: center;
  }

  .hero {
    padding: 202px 18px 30px;
  }

  .hero h1 {
    font-size: clamp(2.95rem, 14vw, 4rem);
    letter-spacing: -0.07em;
  }

  .hero .eyebrow {
    font-size: 0.66rem;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .hero-actions .button {
    min-width: 0;
    min-height: 52px;
    gap: 10px;
    padding: 12px 14px;
    font-size: 0.84rem;
  }

  .hero-actions .button svg {
    width: 19px;
    height: 19px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(210px, 76vw));
    margin-top: 22px;
  }

  .hero-stats .hero-stat-card {
    min-height: 114px;
  }

  .hero-media {
    min-height: 540px;
  }

  .hero-photo-frame {
    right: -5%;
    width: 108%;
  }

  .hero-photo-person {
    bottom: -6%;
    height: 102%;
  }

  .hero-plant {
    display: none;
  }

  .hero-media-badge {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 5;
    width: min(230px, calc(100% - 36px));
    margin: 398px auto 0 18px;
    padding: 20px;
    border-radius: 20px;
  }

  .hero-media-badge span {
    font-size: 2.1rem;
  }

  .hero-media-badge small {
    margin-top: 10px;
    font-size: 0.8rem;
  }

  .hero-marquee {
    height: 62px;
    border-radius: 16px 16px 0 0;
  }

  .hero-marquee-group > span {
    min-height: 62px;
    gap: 10px;
    padding: 0 22px;
    font-size: 0.78rem;
  }

  .hero-marquee-group svg {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero-marquee-track {
    animation: none !important;
    transform: none !important;
  }
}

/* Interactive before/after comparison keeps each half of "фото 1.jpg" proportional. */
.review-hero .before-after-slider {
  height: auto !important;
  min-height: 0;
  max-height: none;
}

@media (max-width: 680px) {
  .review-hero .before-after-slider {
    width: min(88vw, 360px);
  }

  .before-after-handle {
    width: 52px;
    height: 52px;
  }

  .review-photo-label {
    bottom: 14px;
    min-width: 68px;
    min-height: 38px;
  }

  .review-photo-label-before {
    left: 14px;
  }

  .review-photo-label-after {
    right: 14px;
  }
}

/* Full guide offer — matched to the supplied 15 August reference. */
.guide-offer {
  width: min(1960px, calc(100% - 48px));
  margin: 12px auto 72px;
  padding: clamp(32px, 3vw, 48px) clamp(42px, 5vw, 80px) 38px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111;
}

.guide-offer__inner {
  display: grid;
  min-height: 900px;
  grid-template-columns: minmax(560px, 0.91fr) minmax(720px, 1.09fr);
  align-items: center;
  gap: clamp(22px, 3vw, 54px);
}

.guide-offer__copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.guide-offer__badge {
  display: inline-flex;
  min-height: 58px;
  margin: 0 0 36px;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  border: 1px solid #e7e9e4;
  border-radius: 14px;
  color: #557323;
  font-size: clamp(1rem, 1.18vw, 1.3rem);
  line-height: 1.2;
}

.guide-offer__badge svg {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.guide-offer__badge strong {
  font-weight: 850;
}

.guide-offer h2 {
  margin: 0;
  color: #0b0b0b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2.45rem, 2.85vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -0.058em;
  line-height: 1.14;
}

.guide-offer__lead {
  margin: 25px 0 0;
  color: #0d2b9f;
  font-size: clamp(1.08rem, 1.4vw, 1.48rem);
  line-height: 1.6;
}

.guide-offer__benefits {
  display: grid;
  gap: 15px;
  margin: 32px 0 0;
  padding: 0;
  color: #09269b;
  font-size: clamp(1.05rem, 1.35vw, 1.42rem);
  list-style: none;
}

.guide-offer__benefits li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.guide-offer__benefits li > span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 50%;
  background: #f4f5f0;
  color: #597b22;
  font-size: 20px;
  font-weight: 800;
}

.guide-offer__delivery {
  display: inline-flex;
  min-height: 66px;
  margin: 38px 0 0;
  align-items: center;
  gap: 15px;
  padding: 0 22px;
  border: 1px solid #e2e5e4;
  border-radius: 16px;
  background: #f8f9f8;
  color: #0c2a9a;
  font-size: clamp(0.98rem, 1.12vw, 1.2rem);
}

.guide-offer__delivery svg {
  width: 31px;
  height: 25px;
  flex: 0 0 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.guide-offer__purchase {
  display: flex;
  margin-top: 34px;
  align-items: flex-end;
  gap: 20px;
}

.guide-offer__button {
  min-width: min(100%, 430px);
  min-height: 88px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 14px;
  padding: 18px 34px;
  background: linear-gradient(135deg, #174bea, #003edb);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.18rem, 1.45vw, 1.55rem);
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(0, 59, 219, 0.24);
}

.guide-offer__price-wrap {
  position: relative;
  padding-top: 0;
}

.guide-offer__price {
  display: grid;
  min-width: 160px;
  min-height: 82px;
  place-items: center;
  border: 1.5px solid #6b8434;
  border-radius: 14px;
  color: #567021;
  font-size: clamp(2rem, 2.45vw, 2.75rem);
  font-weight: 900;
  white-space: nowrap;
}

.guide-offer__privacy {
  display: flex;
  margin: 14px 0 0 50px;
  align-items: center;
  gap: 9px;
  color: #809ee7;
  font-size: 0.92rem;
}

.guide-offer__privacy svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.guide-offer__visual {
  position: relative;
  width: 135%;
  margin-left: -20%;
}

.guide-offer__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  mix-blend-mode: multiply;
}

@media (max-width: 1280px) {
  .guide-offer {
    width: calc(100% - 32px);
    padding: 48px 38px 34px;
  }

  .guide-offer__inner {
    min-height: 0;
    grid-template-columns: minmax(470px, 0.94fr) minmax(540px, 1.06fr);
  }

  .guide-offer__visual {
    width: 124%;
    margin-left: -13%;
  }
}

@media (max-width: 980px) {
  .guide-offer__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .guide-offer__copy {
    max-width: 720px;
  }

  .guide-offer__visual {
    width: 110%;
    margin: -10px -5% 0;
  }
}

@media (max-width: 620px) {
  .guide-offer {
    width: calc(100% - 20px);
    margin: 38px auto;
    padding: 28px 18px 22px;
    border-radius: 0;
  }

  .guide-offer__badge {
    min-height: 46px;
    margin-bottom: 24px;
    gap: 9px;
    padding: 8px 12px;
    font-size: 0.76rem;
  }

  .guide-offer__badge svg {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }

  .guide-offer h2 {
    font-size: clamp(2rem, 9vw, 2.35rem);
    line-height: 1.1;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .guide-offer h2 br,
  .guide-offer__lead br {
    display: none;
  }

  .guide-offer__lead {
    margin-top: 18px;
    font-size: 0.98rem;
  }

  .guide-offer__benefits {
    gap: 12px;
    margin-top: 24px;
    font-size: 0.92rem;
  }

  .guide-offer__benefits li {
    gap: 10px;
  }

  .guide-offer__benefits li > span {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 16px;
  }

  .guide-offer__delivery {
    min-height: 58px;
    margin-top: 27px;
    padding: 10px 13px;
    font-size: 0.82rem;
  }

  .guide-offer__purchase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 24px;
  }

  .guide-offer__button {
    min-width: 0;
    min-height: 64px;
    padding: 12px 14px;
    font-size: 1rem;
  }

  .guide-offer__price-wrap {
    padding-top: 0;
  }

  .guide-offer__price {
    min-width: 102px;
    min-height: 64px;
    font-size: 1.7rem;
  }

  .guide-offer__privacy {
    margin: 11px 0 0 8px;
    font-size: 0.72rem;
  }

  .guide-offer__visual {
    width: 118%;
    margin: 0 -9% -4px;
  }
}

.app-promo {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(62px, 6vw, 108px) clamp(24px, 4vw, 76px);
  overflow: hidden;
  background: transparent;
  color: #101411;
}

.app-promo__container {
  display: grid;
  width: min(100%, 1760px);
  min-height: min(900px, 100svh);
  max-width: 1760px;
  margin: 0 auto;
  grid-template-columns: minmax(540px, 0.82fr) minmax(680px, 1.18fr);
  align-items: center;
  gap: clamp(24px, 3vw, 64px);
}

.app-promo__content {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.app-promo__brand {
  display: flex;
  align-items: center;
  gap: 22px;
}

.app-promo__logo {
  display: grid;
  width: 116px;
  height: 116px;
  flex: 0 0 116px;
  place-items: center;
  border-radius: 25px;
  background: linear-gradient(145deg, #064e38, #002e22);
  box-shadow: 0 16px 36px rgba(8, 69, 45, 0.18);
}

.app-promo__logo svg {
  width: 78px;
  height: 78px;
  fill: rgba(255, 255, 255, 0.96);
  stroke: none;
}

.app-promo__brand-copy strong,
.app-promo__brand-copy small {
  display: block;
  line-height: 0.95;
}

.app-promo__brand-copy strong {
  color: #075238;
  font-size: clamp(3rem, 4.1vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.app-promo__brand-copy small {
  margin-top: 10px;
  color: #6aa34a;
  font-size: clamp(2.1rem, 2.8vw, 3.45rem);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.app-promo__soon {
  margin: clamp(42px, 5vh, 70px) 0 18px;
  color: #609e3e;
  font-size: clamp(3.4rem, 4.5vw, 5.6rem);
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
}

.app-promo h2 {
  margin: 0;
  color: #0c100d;
  font-size: clamp(2.7rem, 3.25vw, 4.2rem);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.app-promo__lead {
  margin: 28px 0 0;
  color: #3e4540;
  font-size: clamp(1.08rem, 1.22vw, 1.42rem);
  font-weight: 500;
  line-height: 1.58;
}

.app-promo__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.app-promo__feature {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.app-promo__feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border: 1px solid rgba(20, 91, 58, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  color: #116c48;
  box-shadow: 0 9px 22px rgba(31, 72, 47, 0.08);
}

.app-promo__feature-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.app-promo__feature strong,
.app-promo__feature small {
  display: block;
}

.app-promo__feature strong {
  color: #151a16;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.app-promo__feature small {
  margin-top: 5px;
  color: #5f6861;
  font-size: 0.72rem;
  font-weight: 550;
  line-height: 1.45;
}

.app-promo__stores {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
}

.app-store-badge {
  display: block;
  width: 225px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.88);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(37, 44, 38, 0.08);
}

.app-store-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.app-promo__visual {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
}

.app-promo__visual::before {
  position: absolute;
  inset: 12% 4% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(116, 171, 83, 0.16), transparent 67%);
  content: "";
  filter: blur(24px);
}

.app-promo__mockup {
  position: relative;
  z-index: 1;
  width: 150%;
  max-width: 1560px;
  aspect-ratio: 1672 / 941;
}

.app-promo__phones {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

/* Keep the desktop app showcase close to the reviews instead of vertically
   centring it inside an extra viewport-height canvas. */
@media (min-width: 981px) {
  .app-promo {
    padding-top: 36px;
  }

  .app-promo__container {
    min-height: auto;
  }
}

@media (max-width: 1280px) {
  .app-promo {
    padding-right: 28px;
    padding-left: 28px;
  }

  .app-promo__container {
    grid-template-columns: minmax(470px, 0.9fr) minmax(500px, 1.1fr);
  }

  .app-promo__logo {
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }

  .app-promo__logo svg {
    width: 62px;
    height: 62px;
  }

  .app-promo__features {
    gap: 12px;
  }

  .app-promo__feature {
    gap: 9px;
  }

  .app-promo__feature-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
}

@media (max-width: 980px) {
  .app-promo__container {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .app-promo__content {
    max-width: 760px;
    margin: 0 auto;
  }

  .app-promo__visual {
    width: min(100%, 820px);
    margin: 0 auto;
  }

  .app-promo__mockup {
    width: 118%;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .app-promo {
    padding: 54px 18px 42px;
  }

  .app-promo__brand {
    gap: 14px;
  }

  .app-promo__logo {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    border-radius: 18px;
  }

  .app-promo__logo svg {
    width: 48px;
    height: 48px;
  }

  .app-promo__brand-copy strong {
    font-size: 2.5rem;
  }

  .app-promo__brand-copy small {
    font-size: 1.65rem;
  }

  .app-promo__soon {
    margin-top: 38px;
    font-size: 3rem;
  }

  .app-promo h2 {
    font-size: clamp(2.2rem, 11vw, 3.05rem);
  }

  .app-promo__lead br {
    display: none;
  }

  .app-promo__features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .app-promo__feature strong {
    font-size: 0.92rem;
  }

  .app-promo__feature small {
    font-size: 0.74rem;
  }

  .app-promo__stores {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .app-store-badge {
    width: 100%;
    border-radius: 15px;
  }

  .app-promo__visual {
    width: 100%;
    margin: 0;
    overflow: visible;
  }

  .app-promo__mockup {
    left: auto;
    width: 130%;
    max-width: none;
    margin: 0;
    justify-self: center;
    transform: none;
  }
}

/* Light theme for the separate client reviews page */
.other-reviews-page {
  background: var(--paper);
  color: var(--ink);
}

.other-reviews-page .other-reviews-section {
  background: transparent;
  color: var(--ink);
}

.other-reviews-page .other-reviews-section .section-heading h1 {
  color: #111512;
}

.other-reviews-page .other-reviews-section .section-heading p:not(.eyebrow) {
  color: #6b726d;
}

.other-reviews-page .other-review-media,
.other-reviews-page .other-review-proof {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(8, 10, 11, 0.92);
  box-shadow: 0 18px 42px rgba(24, 29, 25, 0.16);
}

.other-reviews-page .other-review-media {
  border-color: rgba(198, 242, 74, 0.34);
}

.other-reviews-page .other-review-media span,
.other-reviews-page .other-review-proof span {
  border-color: rgba(198, 242, 74, 0.28);
  background: rgba(198, 242, 74, 0.08);
  color: var(--lime);
}

.other-reviews-page .review-time-label {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

.other-reviews-page .other-review-card img {
  background: #0f1113;
}

.other-reviews-page .other-review-media img {
  box-shadow:
    0 0 0 1px rgba(198, 242, 74, 0.46),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

.other-reviews-page .other-review-proof img {
  background: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.other-reviews-page .more-results-title {
  color: #4f8b39;
}

.other-reviews-page .result-only-photo-frame {
  border-color: rgba(198, 242, 74, 0.82);
  box-shadow:
    0 0 0 1px rgba(198, 242, 74, 0.24),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

.other-reviews-page .other-reviews-back {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.other-reviews-page .other-reviews-back-button {
  border-color: rgba(91, 145, 62, 0.64);
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 24px rgba(198, 242, 74, 0.04);
}

.other-reviews-page .other-reviews-back-button:hover,
.other-reviews-page .other-reviews-back-button:focus-visible {
  border-color: #6f9f3d;
  background: #f7faef;
  color: var(--ink);
}

@media (hover: hover) and (pointer: fine) {
  .other-reviews-page .other-review-media:hover,
  .other-reviews-page .other-review-proof:hover {
    border-color: rgba(198, 242, 74, 0.82);
    box-shadow:
      0 28px 70px rgba(0, 0, 0, 0.3),
      0 0 0 1px rgba(198, 242, 74, 0.24);
  }
}
/* Method section — matched to the Untitled reference. */
#method.method-section {
  width: 100%;
  padding: 36px max(22px, calc((100vw - 1160px) / 2)) 96px;
  background: transparent !important;
}

#method .method-heading {
  max-width: 940px;
  margin: 0 0 18px;
}

#method .method-heading .eyebrow {
  margin: 0 0 24px;
  color: #187c75;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

#method .method-heading h2 {
  margin: 0;
  max-width: 940px;
  color: #17171b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(3.6rem, 4.25vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.88;
  overflow-wrap: normal;
}

#method .method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin: 18px 0 0;
}

#method .method-card,
#method .method-card.spotlight-card {
  position: relative;
  display: flex;
  min-height: 338px;
  overflow: hidden;
  border: 1px solid rgba(104, 132, 38, 0.62);
  border-radius: 27px;
  background: #111617 url("assets/method-card-background.png") center / cover no-repeat;
  color: #d5d6d5;
  box-shadow: 0 24px 55px rgba(19, 26, 22, 0.12);
  filter: none;
  transform: none;
  transition: none;
}

#method .method-card::before,
#method .method-card::after {
  display: none;
  content: none;
}

#method .method-card:hover,
#method .method-card:focus-within {
  border-color: rgba(104, 132, 38, 0.62);
  box-shadow: 0 24px 55px rgba(19, 26, 22, 0.12);
  filter: none;
  transform: none;
}

#method .method-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 38px;
}

#method .method-card .method-card-text {
  margin: 0;
  padding: 0;
  color: rgba(235, 235, 235, 0.88);
  font-size: clamp(1.12rem, 1.22vw, 1.32rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.48;
  overflow-wrap: normal;
}

@media (max-width: 900px) {
  #method.method-section {
    padding: 64px 22px 76px;
  }

  #method .method-heading {
    max-width: 760px;
    margin-bottom: 26px;
  }

  #method .method-heading h2 {
    font-size: clamp(3rem, 8vw, 4.25rem);
    line-height: 0.92;
  }

  #method .method-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  #method .method-card,
  #method .method-card.spotlight-card {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  #method.method-section {
    padding: 52px 18px 64px;
  }

  #method .method-heading .eyebrow {
    margin-bottom: 18px;
  }

  #method .method-heading h2 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
    line-height: 0.92;
  }

  #method .method-grid {
    gap: 14px;
    margin-top: 24px;
  }

  #method .method-card,
  #method .method-card.spotlight-card {
    min-height: 240px;
    border-radius: 24px;
  }

  #method .method-card-content {
    padding: 30px;
  }

  #method .method-card .method-card-text {
    font-size: 1.08rem;
  }
}

/* Exact implementation of the active Pencil "Untitled" approach section. */
#method.method-section {
  width: 100%;
  padding: 110px 0 31px;
  overflow: hidden;
  background: #f5f3ee !important;
}

#method .method-layout {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 72px;
  box-sizing: border-box;
}

#method .method-hero {
  display: grid;
  grid-template-columns: 665fr 631fr;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  background: #1b3a28;
}

#method .method-copy {
  position: relative;
  min-width: 0;
  min-height: 600px;
  background: #1b3a28;
  color: #fff;
}

#method .method-label {
  position: absolute;
  top: 51px;
  left: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #a8ccaf;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}

#method .method-label-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #a8ccaf;
}

#method .method-copy h2 {
  position: absolute;
  top: 112px;
  left: 48px;
  width: 540px;
  margin: 0;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 0.98;
  text-transform: uppercase;
}

#method .method-description {
  position: absolute;
  top: 318px;
  left: 48px;
  width: 430px;
  margin: 0;
  color: #d6ddd0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42;
}

#method .method-action {
  position: absolute;
  top: 449px;
  left: 48px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 15px 20px;
  border: 0;
  border-radius: 999px;
  background: #a8ccaf;
  color: #1b3a28;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}

#method .method-action:hover,
#method .method-action:focus-visible {
  background: #a8ccaf;
  color: #1b3a28;
  transform: none;
}

#method .method-action-arrow {
  font-size: 19px;
  font-weight: 700;
  line-height: 0.8;
}

#method .method-fine-print {
  position: absolute;
  top: 547px;
  left: 48px;
  margin: 0;
  color: #a8ccaf;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

#method .method-visual {
  min-width: 0;
  height: 600px;
  overflow: hidden;
  background: #1b3a28;
}

#method .method-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

#method .method-proof {
  display: flex;
  width: 100%;
  min-height: 88px;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
  color: #1b3a28;
}

#method .method-proof-item {
  display: flex;
  align-items: center;
  gap: 13px;
}

#method .method-proof-item strong {
  color: #1b3a28;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
  white-space: nowrap;
}

#method .method-proof-item span {
  color: #4a6b52;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

#method .method-bottom-accent {
  width: 100%;
  height: 3px;
  margin-top: 28px;
  background: #a8ccaf;
}

@media (max-width: 1100px) {
  #method.method-section {
    padding-top: 72px;
  }

  #method .method-layout {
    padding: 0 36px;
  }

  #method .method-hero {
    grid-template-columns: 1fr 1fr;
  }

  #method .method-copy h2 {
    width: calc(100% - 80px);
    font-size: clamp(42px, 5.2vw, 58px);
  }

  #method .method-description {
    width: calc(100% - 96px);
  }

  #method .method-proof {
    gap: 26px;
  }

  #method .method-proof-item span {
    white-space: normal;
  }
}

@media (max-width: 800px) {
  #method.method-section {
    padding: 48px 0 24px;
  }

  #method .method-layout {
    padding: 0 18px;
  }

  #method .method-hero {
    grid-template-columns: 1fr;
  }

  #method .method-copy {
    min-height: auto;
    padding: 42px 28px 36px;
  }

  #method .method-label,
  #method .method-copy h2,
  #method .method-description,
  #method .method-action,
  #method .method-fine-print {
    position: static;
  }

  #method .method-copy h2 {
    width: 100%;
    margin-top: 38px;
    font-size: clamp(42px, 12vw, 58px);
  }

  #method .method-description {
    width: 100%;
    margin-top: 36px;
  }

  #method .method-action {
    margin-top: 38px;
  }

  #method .method-fine-print {
    margin-top: 38px;
  }

  #method .method-visual {
    height: auto;
    aspect-ratio: 631 / 600;
  }

  #method .method-proof {
    min-height: 0;
    margin-top: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  #method .method-bottom-accent {
    margin-top: 30px;
  }
}

@media (max-width: 430px) {
  #method .method-copy {
    padding: 34px 22px 30px;
  }

  #method .method-copy h2 {
    margin-top: 30px;
    font-size: 39px;
    letter-spacing: -1.5px;
  }

  #method .method-description {
    margin-top: 28px;
    font-size: 15px;
  }
}

/* Exact implementation of the active Pencil "Untitled" support formats section. */
#services.services-editorial {
  width: 100%;
  min-height: 980px;
  padding: 135px 0 66px;
  overflow: hidden;
  background: transparent;
  box-sizing: border-box;
}

#services .services-editorial__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 72px;
  box-sizing: border-box;
}

#services .services-editorial__header {
  position: relative;
  width: 100%;
  height: 227px;
}

#services .services-editorial__eyebrow {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #8f5a3c;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
}

#services .services-editorial__header h2 {
  position: absolute;
  top: 35px;
  left: 0;
  width: 920px;
  margin: 0;
  color: #1a191a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: -2.5px;
  line-height: 0.96;
}

#services .services-editorial__intro {
  position: absolute;
  top: 71px;
  right: 46px;
  width: 270px;
  margin: 0;
  color: #5b5556;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

#services .services-editorial__divider {
  width: 100%;
  height: 1px;
  background: rgba(26, 25, 26, 0.2);
}

#services .services-editorial__swipe-hint {
  display: none;
}

#services .services-editorial__grid {
  display: grid;
  grid-template-columns: 380fr 380fr 420fr;
  gap: 58px;
  width: 100%;
  margin: 51px 0 0;
}

#services .services-editorial__card,
#services .services-editorial__card:hover,
#services .services-editorial__card:focus-visible,
#services .services-editorial__card:active {
  display: block;
  min-width: 0;
  min-height: 500px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #1a191a;
  filter: none;
  transform: none;
  transition: none;
}

#services .services-editorial__card::before,
#services .services-editorial__card::after {
  display: none;
  content: none;
}

#services .services-editorial__card > img {
  display: block;
  width: 100%;
  height: 330px;
  max-width: none;
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

#services .services-editorial__number {
  display: block;
  margin-top: 20px;
  color: #8f5a3c;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

#services .services-editorial__card h3 {
  margin: 16px 0 0;
  color: #1a191a;
  font-family: "Geist", "Manrope", Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1;
}

#services .services-editorial__card p {
  width: calc(100% - 18px);
  margin: 8px 0 0;
  color: #5b5556;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  #services.services-editorial {
    min-height: 0;
    padding: 90px 0 72px;
  }

  #services .services-editorial__container {
    padding: 0 36px;
  }

  #services .services-editorial__header h2 {
    width: 68%;
    font-size: clamp(54px, 6.5vw, 72px);
  }

  #services .services-editorial__intro {
    right: 0;
    width: 25%;
  }

  #services .services-editorial__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  #services .services-editorial__card > img {
    height: auto;
    aspect-ratio: 380 / 330;
  }
}

@media (max-width: 760px) {
  #services.services-editorial {
    padding: 68px 0 64px;
  }

  #services .services-editorial__container {
    padding: 0 18px;
  }

  #services .services-editorial__header {
    height: auto;
  }

  #services .services-editorial__eyebrow,
  #services .services-editorial__header h2,
  #services .services-editorial__intro {
    position: static;
  }

  #services .services-editorial__header h2 {
    width: 100%;
    margin-top: 24px;
    font-size: clamp(45px, 13vw, 64px);
    letter-spacing: -2px;
  }

  #services .services-editorial__intro {
    width: 100%;
    max-width: 420px;
    margin-top: 28px;
  }

  #services .services-editorial__divider {
    margin-top: 38px;
  }

  #services .services-editorial__grid {
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 36px;
  }

  #services .services-editorial__card,
  #services .services-editorial__card:hover,
  #services .services-editorial__card:focus-visible,
  #services .services-editorial__card:active {
    min-height: 0;
  }
}

/* Final positioning override for the two navigation bars. */
.site-header {
  position: absolute;
}

.reference-hero__nav {
  z-index: 1000;
}

/* Mobile-only layout repair. Desktop styles above remain unchanged. */
@media (max-width: 520px) {
  .reference-hero {
    min-height: 844px;
    background-position: 57% center;
  }

  .reference-hero__content {
    top: 54%;
  }

  .reference-hero__stats {
    right: 14px;
    bottom: 14px;
    left: 14px;
    gap: 8px;
  }

  .reference-hero__stat {
    width: calc(50% - 4px);
    min-height: 94px;
    padding: 13px 14px;
    border-radius: 15px;
  }

  .reference-hero__stat strong,
  .reference-hero__stat--payment strong {
    font-size: clamp(29px, 9.6vw, 39px);
  }

  .reference-hero__stat p {
    margin-top: 8px;
    font-size: 9.5px;
    line-height: 1.25;
  }

  /* Coach section: one clean vertical flow without desktop offsets. */
  #achievements.achievements-section {
    min-height: 0;
    padding: 72px 18px 14px;
    overflow: hidden;
  }

  #services.services-editorial {
    min-height: 0;
    padding: 18px 0 48px;
    overflow: hidden;
  }

  /* Mobile service carousel. Desktop keeps the original three-column grid. */
  #services .services-editorial__container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
  }

  #services .services-editorial__header,
  #services .services-editorial__divider {
    width: auto;
    margin-right: 18px;
    margin-left: 18px;
  }

  #services .services-editorial__swipe-hint {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    margin: 20px 18px 0;
    color: #247b68;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
  }

  #services .services-editorial__grid {
    display: flex;
    width: auto;
    gap: 14px;
    margin: 14px 0 0;
    padding: 4px calc((100vw - min(82vw, 338px)) / 2) 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: calc((100vw - min(82vw, 338px)) / 2);
    scroll-snap-type: x mandatory;
    scroll-behavior: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #services .services-editorial__grid::-webkit-scrollbar {
    display: none;
  }

  #services .services-editorial__card,
  #services .services-editorial__card:hover,
  #services .services-editorial__card:focus-within,
  #services .services-editorial__card:active {
    flex: 0 0 min(82vw, 338px);
    width: min(82vw, 338px);
    min-height: 0;
    margin: 0;
    padding: 10px 10px 22px;
    overflow: hidden;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    transform: none;
    border: 1px solid rgba(34, 74, 62, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 16px 38px rgba(32, 57, 49, 0.11);
    cursor: pointer;
  }

  /* Horizontal neighbours must be visible before the first swipe. */
  #services .services-editorial__card.reveal-on-scroll,
  #services .services-editorial__card.reveal-on-scroll.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition-delay: 0ms !important;
  }

  #services .services-editorial__card > img,
  #services .services-editorial__card:hover > img,
  #services .services-editorial__card:focus-within > img,
  #services .services-editorial__card:active > img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.88;
    object-fit: cover;
    transform: none;
    border-radius: 17px;
  }

  #services .services-editorial__number {
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    margin: 16px 0 0 4px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(36, 123, 104, 0.08);
    color: #247b68;
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  #services .services-editorial__card h3 {
    margin: 12px 4px 0;
    font-size: clamp(27px, 7.5vw, 31px);
    line-height: 0.98;
  }

  #services .services-editorial__card p {
    width: auto;
    margin: 12px 4px 0;
    font-size: 14px;
    line-height: 1.45;
  }

  /* Main results block: exactly two heading lines and tighter mobile rhythm. */
  .results-section.results-case-section {
    padding-top: 28px;
  }

  .results-case-section__heading h2 {
    font-size: clamp(34px, 9.5vw, 38px);
    letter-spacing: -1.35px;
    line-height: 1.02;
  }

  .results-case-section__heading h2 > span {
    display: block;
    white-space: nowrap;
  }

  .results-case-section__heading p {
    margin-top: 20px;
  }

  .results-case-section__list {
    margin-top: 24px;
  }

  .results-case-section__list li {
    min-height: 82px;
  }

  /* Compact pricing layout on phones only. */
  #price.price-section {
    padding: 54px 18px 58px;
  }

  #price .price-grid {
    gap: 10px;
  }

  #price .price-main {
    padding: 20px;
    border-radius: 22px;
  }

  #price .price-main p {
    margin-bottom: 10px;
    font-size: 17px;
  }

  #price .price-main strong {
    font-size: 30px;
  }

  #price .price-main ul {
    margin-top: 16px;
    padding-left: 20px;
  }

  #price .price-main li {
    margin: 7px 0;
    font-size: 14px;
    line-height: 1.35;
  }

  #price .price-side {
    gap: 9px;
  }

  #price .price-side article,
  #price .price-side article:hover,
  #price .price-side article:focus-visible,
  #price .price-side article:active {
    min-height: 90px;
    justify-content: center;
    gap: 10px;
    padding: 15px 18px;
    transform: none;
    border-radius: 21px;
  }

  #price .price-side span {
    font-size: 15px;
    line-height: 1.25;
  }

  #price .price-side strong {
    font-size: 25px;
    line-height: 1;
  }

  #price .price-side .price-group,
  #price .price-side .price-group:hover,
  #price .price-side .price-group:focus-visible,
  #price .price-side .price-group:active {
    min-height: 134px;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #price .price-side .price-group p {
    font-size: 12.5px;
    line-height: 1.35;
  }

  #achievements .about-achievements-shell {
    display: flex;
    width: 100%;
    min-height: 0;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
  }

  #achievements .about-achievements-copy {
    width: 100%;
    max-width: none;
    padding: 0;
    transform: none;
  }

  #achievements .fit-kicker {
    margin-bottom: 18px;
    font-size: 0.72rem;
  }

  #achievements .about-achievements-copy h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(43px, 13vw, 56px);
    letter-spacing: -0.045em;
    line-height: 0.92;
    overflow: visible;
  }

  #achievements .about-achievements-lead {
    width: 100%;
    max-width: none;
    margin-top: 22px;
    font-size: 0.96rem;
    line-height: 1.65;
  }

  #achievements .about-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  #achievements .about-button {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
  }

  #achievements .about-coach-figure {
    order: 2;
    width: 100%;
    height: 470px;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
  }

  #achievements .about-coach-figure::after {
    display: none;
  }

  #achievements .about-coach-figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
  }

  #achievements .about-achievements-visual {
    order: 3;
    width: 100%;
    height: auto;
    min-height: 0;
    align-self: auto;
    margin: 0;
  }

  #achievements .about-visual-grid {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 10px;
    align-items: start;
  }

  #achievements .about-ui-card,
  #achievements .about-ui-card-large,
  #achievements .about-visual-grid .about-ui-card:nth-child(2),
  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    position: static;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 108px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 18px 20px;
    transform: none;
    border-radius: 16px;
    overflow: hidden;
  }

  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    grid-column: auto;
    min-height: 108px;
  }

  #achievements .about-ui-card strong,
  #achievements .about-visual-grid .about-ui-card:nth-child(2) strong {
    width: 100%;
    max-width: none;
    font-size: 20px;
    line-height: 1.08;
    overflow-wrap: normal;
  }

  #achievements .about-ui-card p {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
  }

  /* Reviews carousel: keep every client card inside the viewport. */
  .reviews-page-new__section {
    overflow: hidden;
  }

  .client-review-carousel {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
  }

  .client-review-swipe-hint {
    display: flex;
    width: max-content;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: -20px auto 13px;
    padding: 3px 5px;
    color: rgba(45, 128, 67, 0.72);
    pointer-events: none;
  }

  .client-review-swipe-hint svg {
    width: 50px;
    height: 22px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 3px 6px rgba(45, 128, 67, 0.18));
    animation: client-review-swipe-arrow 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }

  .client-review-swipe-hint span {
    font-family: "Manrope", Arial, sans-serif;
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    opacity: 0.65;
  }

  @keyframes client-review-swipe-arrow {
    0% { transform: translateX(-8px); opacity: 0; }
    22% { opacity: 0.72; }
    68% { opacity: 0.9; }
    100% { transform: translateX(8px); opacity: 0; }
  }

  .client-review-slide {
    touch-action: pan-x pan-y;
    user-select: none;
    -webkit-user-select: none;
  }

  .client-review-slide,
  .client-review-slide__result,
  .client-review-slide__review {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .client-review-slide__result {
    padding: 8px 8px 13px;
    border-radius: 20px;
  }

  .client-review-slide__image-wrap {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 5;
  }

  .client-review-slide__result-image {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
  }

  .client-review-slide__before,
  .client-review-slide__after {
    top: 12px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .client-review-slide__before { left: 12px; }
  .client-review-slide__after { right: 12px; }

  .client-review-slide__meta {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 8px;
    margin-top: 12px;
    padding: 0;
    white-space: normal;
  }

  .client-review-slide__meta strong,
  .client-review-slide__meta span {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    justify-content: center;
    padding: 7px 9px;
    text-align: center;
    line-height: 1.15;
    white-space: normal;
  }

  .client-review-slide__meta strong { font-size: 11px; }
  .client-review-slide__meta span { font-size: 8.5px; }

  .client-review-slide__review {
    margin-top: 18px;
    border-radius: 17px;
  }

  .client-review-slide__review img {
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: contain;
    border-radius: 17px;
  }

  .client-review-carousel__arrow {
    display: none;
  }

  .client-review-slide__counter {
    margin-top: 14px;
    font-size: 12px;
  }

  .client-review-slide__instagram {
    width: 100%;
    margin-top: 14px;
  }
}

/* Stable desktop layout for the coach achievement cards. The original
   absolute offsets made the cards drift when the desktop viewport changed. */
@media (min-width: 1321px) {
  #achievements .about-achievements-visual {
    height: auto;
    min-height: 0;
    align-self: center;
  }

  #achievements .about-visual-grid {
    display: grid;
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(0, 380px);
    gap: 20px;
    align-content: center;
    justify-content: center;
  }

  #achievements .about-ui-card,
  #achievements .about-ui-card-large,
  #achievements .about-visual-grid .about-ui-card:nth-child(2),
  #achievements .about-visual-grid .about-ui-card:nth-child(3) {
    position: static;
    width: 380px;
    height: 180px;
    min-height: 180px;
    margin: 0;
    padding: 32px 36px;
    transform: none;
  }

  #achievements .about-ui-card:hover,
  #achievements .about-ui-card:focus-within {
    transform: none;
  }

  #achievements .about-ui-card strong,
  #achievements .about-visual-grid .about-ui-card:nth-child(2) strong {
    width: 100%;
    max-width: 100%;
    font-size: clamp(30px, 1.8vw, 36px);
    line-height: 1.02;
  }

  #achievements .about-ui-card p {
    width: 100%;
    max-width: 290px;
    margin-top: 14px;
  }
}

/* Final mobile-only polish. Desktop, hero and pricing card styles are untouched. */
@media (max-width: 768px) {
  :root {
    --mobile-paper: #f8f4f1;
    --mobile-ink: #171918;
    --mobile-muted: #6d706d;
    --mobile-green: #287c68;
    --mobile-line: rgba(50, 77, 67, 0.14);
    --mobile-shadow-small: 0 8px 22px rgba(66, 57, 51, 0.06);
    --mobile-shadow-medium: 0 16px 38px rgba(66, 57, 51, 0.09);
  }

  html,
  body {
    overflow-x: clip;
  }

  #achievements,
  #services,
  #reviews,
  #guide,
  #price,
  #contact {
    scroll-margin-top: 72px;
  }

  .reference-hero__nav,
  .reference-hero__nav.is-scrolled {
    top: 9px;
    width: calc(100% - 28px);
    min-height: 40px;
    padding: 2px 6px;
    background: rgba(54, 48, 45, 0.72);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 9px 26px rgba(40, 33, 29, 0.18);
    backdrop-filter: blur(18px) saturate(112%);
    -webkit-backdrop-filter: blur(18px) saturate(112%);
  }

  .reference-hero__nav a,
  .reference-hero__nav .language-toggle {
    min-height: 34px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 11.5px;
  }

  /* Work formats: clean, swipeable track with a deliberate next-card peek. */
  #services.services-editorial {
    padding-bottom: 56px;
    overflow-x: clip;
    container-type: inline-size;
  }

  #services .services-editorial__header h2 {
    font-size: clamp(41px, 11.8vw, 56px);
    letter-spacing: -1.7px;
  }

  #services .services-editorial__divider {
    margin-top: 32px;
  }

  #services .services-editorial__swipe-hint {
    margin-top: 17px;
  }

  #services .services-editorial__grid {
    display: flex;
    width: 100%;
    gap: 4px;
    margin-top: 14px;
    padding: 4px 52px 22px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 20px;
    scroll-snap-type: x mandatory;
    scroll-behavior: auto;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #services .services-editorial__grid::-webkit-scrollbar {
    display: none;
  }

  #services .services-editorial__card,
  #services .services-editorial__card:hover,
  #services .services-editorial__card:focus-within,
  #services .services-editorial__card:active {
    flex: 0 0 calc(100cqw - 50px);
    width: calc(100cqw - 50px);
    min-height: 0;
    margin: 0;
    padding: 10px 10px 22px;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    transform: scale(0.97);
    transform-origin: left center;
    opacity: 1;
    border: 1px solid rgba(34, 74, 62, 0.14);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--mobile-shadow-small);
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  #services .services-editorial__card.is-carousel-active,
  #services .services-editorial__card.is-carousel-active:hover,
  #services .services-editorial__card.is-carousel-active:focus-within,
  #services .services-editorial__card.is-carousel-active:active {
    transform: scale(1);
    box-shadow: var(--mobile-shadow-medium);
  }

  #services .services-editorial__card.reveal-on-scroll,
  #services .services-editorial__card.reveal-on-scroll.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* On phones, service copy must be readable immediately while scrolling. */
  #services .services-editorial__header > .reveal-on-scroll,
  #services .services-editorial__divider.reveal-on-scroll,
  #services .services-editorial__grid.reveal-on-scroll,
  #services .services-editorial__card.reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  #services .services-editorial__card > img,
  #services .services-editorial__card:hover > img,
  #services .services-editorial__card:focus-within > img,
  #services .services-editorial__card:active > img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.88;
    object-fit: cover;
    transform: none;
    border-radius: 17px;
  }

  #services .service-card--clone {
    display: block;
  }

  /* Reviews: compact 2 x 2 outcome summary so the stories start earlier. */
  .results-section.results-case-section {
    padding: 44px 20px 38px;
  }

  .results-case-section__inner {
    gap: 30px;
  }

  .results-case-section__heading p {
    margin-top: 17px;
  }

  .results-case-section__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
    margin-top: 24px;
    border-top: 1px solid var(--mobile-line);
  }

  .results-case-section__list li {
    min-height: 104px;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 6px;
    padding: 18px 0 14px;
    border-bottom: 1px solid var(--mobile-line);
  }

  .results-case-section__list li > span {
    padding-top: 3px;
    font-size: 13px;
    font-weight: 700;
  }

  .results-case-section__list strong {
    font-size: clamp(17px, 4.8vw, 20px);
    letter-spacing: -0.55px;
  }

  .results-case-section__list p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.35;
  }

  .results-stories {
    padding-top: 8px;
  }

  /* Guide: one warm, green-accented visual system and one unified CTA. */
  .guide-offer {
    width: calc(100% - 24px);
    margin: 46px auto 34px;
    padding: 30px 18px 16px;
    background: rgba(255, 253, 250, 0.58);
    color: var(--mobile-ink);
  }

  .guide-offer__inner {
    gap: 12px;
  }

  .guide-offer__badge,
  .guide-offer__badge strong {
    color: #567a3e;
  }

  .guide-offer__lead {
    color: var(--mobile-muted);
  }

  .guide-offer__benefits {
    gap: 0;
    color: var(--mobile-ink);
  }

  .guide-offer__benefits li {
    min-height: 54px;
    padding: 10px 0;
    border-bottom: 1px solid var(--mobile-line);
  }

  .guide-offer__benefits li > span {
    background: rgba(40, 124, 104, 0.08);
    color: var(--mobile-green);
  }

  .guide-offer__delivery {
    display: none;
  }

  .guide-offer__purchase {
    display: flex;
    width: 100%;
    min-height: 66px;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #287c68, #1d6253);
    box-shadow: 0 16px 30px rgba(29, 98, 83, 0.2);
  }

  .guide-offer__button {
    min-width: 0;
    min-height: 66px;
    flex: 1 1 auto;
    padding: 12px 14px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .guide-offer__price-wrap {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
  }

  .guide-offer__price {
    min-width: 94px;
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0;
    color: #fff;
    font-size: 1.35rem;
  }

  .guide-offer__privacy {
    margin: 10px 0 0 6px;
    color: #77817b;
    font-size: 0.7rem;
  }

  .guide-offer__privacy svg {
    width: 17px;
    height: 17px;
    color: #658477;
  }

  .guide-offer__visual {
    width: 128%;
    margin: -6px -14% -4px;
  }

  /* Lapnati Balance: less empty space, same content and product artwork. */
  .app-promo {
    padding: 46px 20px 36px;
  }

  .app-promo__container {
    gap: 24px;
  }

  .app-promo__soon {
    margin: 30px 0 14px;
    font-size: 2.55rem;
  }

  .app-promo__lead {
    margin-top: 21px;
  }

  .app-promo__features {
    gap: 12px;
    margin-top: 28px;
  }

  .app-promo__stores {
    margin-top: 28px;
  }

  .app-store-badge {
    opacity: 0.62;
    filter: saturate(0.72);
    cursor: default;
    pointer-events: none;
  }

  .app-promo__visual {
    margin-top: -8px;
  }

  .app-promo__mockup {
    width: 136%;
  }

  /* FAQ keeps its mechanics while closed rows become slightly tighter. */
  .faq-list {
    gap: 10px;
  }

  .faq-list summary {
    min-height: 58px;
    padding: 17px 20px;
  }

  .faq-list details p {
    padding: 0 20px 19px;
  }

  /* Contact channels: retain touch comfort with a more compact rhythm. */
  .contact-channels-section {
    gap: 34px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .contact-channels-privacy {
    min-height: 84px;
    margin-top: 25px;
  }

  .contact-channels-list {
    gap: 9px;
  }

  .contact-channel {
    min-height: 92px;
    gap: 14px;
    padding: 11px 14px;
    box-shadow: var(--mobile-shadow-small);
  }

  .contact-channel-icon {
    width: 60px;
    height: 60px;
  }

  .contact-channel-copy strong {
    font-size: clamp(1.1rem, 5.2vw, 1.38rem);
  }

  .contact-channel-arrow {
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 769px) {
  #services .service-card--clone {
    display: none !important;
  }
}

/* Mobile contact cards are fully static: no press, ripple, hover or child motion. */
@media (max-width: 768px) {
  .contact-channel.reveal-on-scroll,
  .contact-channel.reveal-on-scroll.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .contact-channel,
  .contact-channel::before,
  .contact-channel::after,
  .contact-channel *,
  .contact-channel *::before,
  .contact-channel *::after {
    animation: none !important;
    transition: none !important;
  }

  .contact-channel:hover,
  .contact-channel:focus-visible,
  .contact-channel.is-activated {
    transform: none !important;
    animation: none !important;
  }

  .contact-channel:hover .contact-channel-icon,
  .contact-channel:focus-visible .contact-channel-icon,
  .contact-channel.is-activated .contact-channel-icon,
  .contact-channel:hover .contact-channel-arrow,
  .contact-channel:focus-visible .contact-channel-arrow,
  .contact-channel.is-activated .contact-channel-arrow {
    transform: none !important;
  }

  .contact-channel.is-activated::after {
    animation: none !important;
  }
}

/* Mobile performance: avoid expensive compositing while preserving the layout. */
@media (max-width: 768px) {
  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }

  .reference-hero__nav,
  .reference-hero__nav.is-scrolled,
  .guide-offer,
  .contact-channel,
  .review-fact,
  .about-ui-card,
  .about-ui-card-large {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .reference-hero__nav,
  .reference-hero__nav.is-scrolled {
    background: rgba(54, 48, 45, 0.92);
  }

  .hero-marquee-track,
  .client-review-slide,
  .client-review-slide.is-changing,
  .client-review-slide.is-changing-back {
    animation: none !important;
  }

  #services .services-editorial__card,
  #services .services-editorial__card.is-carousel-active {
    transition: none !important;
    transform: none !important;
  }

  #services .services-editorial__card,
  .guide-offer,
  .contact-channel,
  .about-ui-card,
  .about-ui-card-large {
    box-shadow: 0 8px 20px rgba(66, 57, 51, 0.06) !important;
  }

  #services,
  #reviews,
  #results,
  #guide,
  #price,
  #contact,
  .app-promo {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

/* Keep the landing-page backdrop continuous between sections on phones. */
@media (max-width: 768px) {
  #achievements.achievements-section,
  #services.services-editorial,
  .guide-offer {
    background: transparent !important;
  }
}

/* Keep the mobile coach section on the exact same fixed backdrop as the page. */
@media (max-width: 768px) {
  #achievements.achievements-section {
    background: #f7f4f7 url("qwe1.png") center top / cover fixed no-repeat !important;
  }
}

/* Mobile-only: a clean coach cutout with a subtle silhouette shadow. */
@media (max-width: 768px) {
  #achievements .about-coach-figure picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
  }

  #achievements .about-coach-figure picture img {
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
    mix-blend-mode: normal;
    filter: drop-shadow(-6px 8px 13px rgba(92, 76, 69, 0.16));
  }
}

/* Mobile guide badge: no accent line or emphasized last word. */
@media (max-width: 768px) {
  .guide-offer__badge {
    border-color: transparent;
  }

  .guide-offer__badge strong {
    color: inherit;
    font-weight: inherit;
  }
}
