﻿/* HOME page-specific layout */

/* HERO */
body.home-page, .home-page .page {
  background: #fff !important;
}

.home-page .section .shell {
  max-width: 1870px;
}

.hero {
  --hero-top-row-height: 211px;
  --hero-bottom-row-height: 356px;
  --hero-column-gap: 18px;
  --blob-parallax-x: 0px;
  --blob-parallax-y: 0px;
  position: relative;
  padding: clamp(40px, 4vw, 70px) 0 clamp(40px, 5vw, 70px);
  isolation: isolate;
}

.hero::before, .hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(20px);
  transition: transform 260ms ease-out;
}

.hero .shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(34px);
  width: min(62vw, 1020px);
  height: min(24vw, 400px);
  left: 50%;
  top: 2%;
  transform: translate3d(calc(-50% + (var(--blob-parallax-x) * 0.28)), calc(var(--blob-parallax-y) * 0.25), 0);
  background: radial-gradient(
    ellipse at 50% 50%,
    rgba(152, 237, 192, .56) 0%,
    rgba(152, 237, 192, .34) 46%,
    rgba(152, 237, 192, .12) 68%,
    rgba(152, 237, 192, 0) 92%
  );
}

.hero::before {
  width: min(68vw, 1120px);
  height: min(44vw, 700px);
  left: -14%;
  top: -8%;
  background:
    radial-gradient(ellipse at 34% 36%, rgba(139, 223, 255, .34) 0%, rgba(139, 223, 255, .2) 42%, rgba(139, 223, 255, .08) 62%, rgba(139, 223, 255, 0) 86%),
    linear-gradient(135deg, rgba(101, 196, 247, .2) 0%, rgba(165, 240, 207, .18) 100%);
  transform: translate3d(calc(var(--blob-parallax-x) * -0.55), calc(var(--blob-parallax-y) * -0.55), 0);
}

.hero::after {
  width: min(48vw, 760px);
  height: min(32vw, 500px);
  right: -12%;
  bottom: -18%;
  filter: blur(34px);
  background:
    radial-gradient(ellipse at 38% 32%, rgba(119, 220, 250, .3) 0%, rgba(119, 220, 250, .18) 44%, rgba(119, 220, 250, .06) 64%, rgba(119, 220, 250, 0) 88%),
    linear-gradient(140deg, rgba(111, 208, 249, .18) 0%, rgba(174, 244, 214, .2) 100%);
  transform: translate3d(calc(var(--blob-parallax-x) * 0.42), calc(var(--blob-parallax-y) * -0.35), 0);
}

.hero .shell::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(26px);
  width: min(32vw, 520px);
  height: min(24vw, 380px);
  right: 10%;
  top: 34%;
  background: radial-gradient(
    ellipse at 42% 40%,
    rgba(152, 237, 192, .34) 0%,
    rgba(152, 237, 192, .18) 46%,
    rgba(152, 237, 192, .06) 64%,
    rgba(152, 237, 192, 0) 90%
  );
  transform: translate3d(calc(var(--blob-parallax-x) * -0.22), calc(var(--blob-parallax-y) * 0.4), 0);
  transition: transform 260ms ease-out;
}

@media (max-width: 1024px) {
  .hero::before {
    width: 138vw;
    height: 78vw;
    left: -44%;
    top: -2%;
  }

  .hero::after {
    width: 106vw;
    height: 58vw;
    right: -30%;
    bottom: -8%;
  }

  .hero .shell::after {
    width: 96vw;
    height: 36vw;
    top: 6%;
    transform: translate3d(calc(-50% + (var(--blob-parallax-x) * 0.2)), calc(var(--blob-parallax-y) * 0.2), 0);
  }

  .hero .shell::before {
    width: 56vw;
    height: 42vw;
    right: -2%;
    top: 42%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before, .hero::after, .hero .shell::before, .hero .shell::after {
    transform: none !important;
    transition: none !important;
  }
}

/* Title line вЂ” exactly 2 lines: "РћС‚РєСЂС‹С‚СЊ СЃС‚РѕРјР°С‚РѕР»РѕРіРёСЋ" / "РїРѕРґ РєР»СЋС‡ [badge]" */
.hero .title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 96px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--text-strong);
  margin: 0 0 clamp(20px, 2.5vw, 40px) 0;
  white-space: nowrap;
}

/* "РїРѕРґ РєР»СЋС‡" + badge on same line, inline */
.hero .title-row2 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  vertical-align: middle;
}

/* Hero elements вЂ” appear instantly, no fade-in transition */
.hero .title, .hero-image, .hero-cards, .hero-cards-top, .hero-card {
  opacity: 1 !important;
  transform: none !important;
  transition: transform var(--t-base) var(--ease-out),
              box-shadow var(--t-base) !important;
}

.badge-russia {
  display: inline-flex; align-items: center; gap: 10px;
  height: 54px; padding: 0 22px;
  background: var(--green-soft);
  color: var(--green-deep);
  border-radius: var(--r-pill);
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
  animation: float-y 4.5s ease-in-out infinite;
  vertical-align: middle;
}

/* Hero grid: left = tall photo, right = 2Г—2 cards */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: var(--hero-column-gap);
  align-items: stretch;
}

.hero-image {
  height: calc(var(--hero-top-row-height) + var(--hero-bottom-row-height) + var(--hero-column-gap));
  min-height: 0;
  display: flex;
}

.hero-image-img {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}


/* right column: 2-row grid */
.hero-cards {
  display: grid;
  grid-template-rows: var(--hero-top-row-height) var(--hero-bottom-row-height);
  gap: var(--hero-column-gap);
}

/* top row: two side-by-side cards */
.hero-cards-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.hero-card {
  border-radius: 30px;
  padding: 34px 36px 30px;
  display: flex; flex-direction: column; justify-content: flex-start;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
}
.hero-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px -14px rgba(0,0,0,.14); }

.hero-card .h {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 32px);
  line-height: 0.98;
  margin-bottom: 10px;
}
.hero-card .p {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.25;
  color: inherit;
  opacity: .85;
  margin: 0;
}

.hero-card.guarantee, .hero-card.launch {
  min-height: var(--hero-top-row-height);
}

/* white card вЂ” guarantee */
.hero-card.guarantee {
  background: #fff;
}
.hero-card.guarantee .h { color: var(--green-deep); }
.hero-card.guarantee .p { color: var(--text-mid); opacity: 1; }

/* dark-green card вЂ” launch */
.hero-card.launch {
  background: var(--green-deep);
  color: #fff;
}

/* bottom wide gradient card вЂ” approach */
.hero-card.approach {
  border-radius: 24px;
  background: linear-gradient(135deg, #4E9AE1 0%, #98EDC0 100%);
  color: #fff;
  padding: 28px 32px 26px;
  position: relative;
  overflow: hidden;
  min-height: var(--hero-bottom-row-height);
  height: auto;
  justify-content: flex-start;
  gap: 0;
}
.hero-card.approach::before {
  content: "";
  position: absolute;
  right: -10%; top: -40%;
  width: 500px; height: 500px;
  background: radial-gradient(closest-side, rgba(255,255,255,.38), transparent 70%);
  pointer-events: none;
  animation: glow-drift 18s var(--ease-soft) infinite;
}
.hero-card.approach .label {
  font-size: 30px;
  font-weight: 400;
  opacity: 1;
  margin-bottom: 8px;
  line-height: 1;
}
.hero-card.approach .h {
  font-size: clamp(62px, 4.7vw, 86px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin-bottom: 10px;
  color: #fff;
}
.hero-card.approach .p {
  font-size: clamp(20px, 1.65vw, 28px);
  line-height: 1.16;
  color: #000;
  opacity: 1;
  max-width: 720px;
  margin-bottom: 0;
  font-weight: 400;
}

.hero-card.approach .btn {
  margin-top: 12px !important;
}

@media (max-width: 1200px) {
  .hero {
    --hero-top-row-height: auto;
    --hero-bottom-row-height: auto;
  }

  .hero .title {
    white-space: normal;
    line-height: 0.95;
  }

  .hero .title-row2 {
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    gap: 14px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 8;
    overflow: hidden;
  }

  .hero-cards {
    grid-template-rows: auto;
    gap: 16px;
  }

  .hero-cards-top {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-card {
    border-radius: 24px;
    padding: 28px 24px;
  }

  .hero-card.approach .h {
    font-size: clamp(48px, 8vw, 72px);
  }

  .hero-card.approach .p {
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1.2;
  }
}

@media (max-width: 900px) {
  .hero .title {
    font-size: clamp(34px, 10vw, 54px);
    line-height: 1;
  }

  .hero .title-row2 {
    gap: 10px;
  }

  .badge-russia {
    width: 100%;
    min-height: 42px;
    height: auto;
    padding: 10px 16px;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
    animation: none;
  }

  .hero-image {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .hero-card .h {
    font-size: clamp(24px, 7vw, 34px);
  }

  .hero-card .p {
    font-size: clamp(16px, 4.8vw, 20px);
    line-height: 1.3;
  }

  .hero-card.approach {
    padding: 24px 20px;
  }

  .hero-card.approach .label {
    font-size: clamp(24px, 7vw, 30px);
  }
}

.ready-solutions-section {
  padding-top: clamp(84px, 7vw, 130px);
}

.ready-solutions {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 3vw, 52px);
}

.ready-solutions-pill {
  margin-bottom: 0;
  align-self: flex-start;
}

.ready-solutions-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.ready-tab {
  height: 64px;
  padding: 0 28px;
  border-radius: 16px;
  background: #e9edf3;
  border: 1px solid rgba(53, 99, 152, 0.18);
  color: #1f2b40;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  box-shadow: inset 0 -1px 0 rgba(15, 23, 43, 0.06);
  transition: transform var(--t-base) var(--ease-out), background-color var(--t-base), color var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
  cursor: pointer;
}

.ready-tab.is-active {
  background: var(--navy);
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}

.ready-tab:hover {
  transform: translateY(-2px);
  background: #dfe6f1;
  border-color: rgba(53, 99, 152, 0.35);
  color: #11203d;
}

.ready-tab.is-active:hover {
  background: var(--navy);
  color: #fff;
  border-color: transparent;
}

.ready-solutions-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 519px;
  gap: clamp(48px, 7vw, 152px);
  align-items: start;
}

.ready-solutions-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3vw, 52px);
}

.ready-solutions-title {
  margin: 0;
  max-width: 926px;
  font-family: var(--font-display);
  font-size: clamp(44px, 4.2vw, 68px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #000;
}

.ready-solutions-title span {
  color: var(--green-primary);
}

.ready-solutions-text {
  margin: 0;
  max-width: 926px;
  font-size: clamp(22px, 2vw, 36px);
  line-height: 1.3;
  color: #000;
}

.ready-solutions-note {
  background: #eef7ff;
  border-radius: 24px;
  padding: 56px 48px 48px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ready-solutions-note-icon {
  width: min(233px, 100%);
  height: auto;
  display: block;
}

.ready-solutions-note h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.ready-solutions-note ul {
  margin: 0;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ready-solutions-note li {
  font-size: 26px;
  line-height: 1.3;
  color: #000;
}

.ready-solutions-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
  align-items: stretch;
}

.ready-card {
  background: #eef7ff;
  border-radius: 30px;
  padding: 10px 10px 48px;
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.ready-card-image {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 30px;
}

.ready-card-body {
  padding: 0 33px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}

.ready-card-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.ready-card-caption {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
}

.ready-card-metric {
  margin: -4px 0 0;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

.ready-card-metric sup {
  font-size: 23px;
  vertical-align: text-top;
}

.ready-card-cta {
  margin-top: auto;
  min-height: 96px;
  border-radius: 20px;
  background: var(--green-primary);
  color: #fff;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  transition: transform var(--t-base) var(--ease-out), background-color var(--t-base);
}

.ready-card-cta:hover {
  transform: translateY(-2px);
  background: #00a84f;
}

/* SECTION: solutions */










.tabs {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-bottom: clamp(28px, 3vw, 40px);
}
.tab-btn {
  height: 64px;
  padding: 0 28px;
  border-radius: 16px;
  background: #e9edf3;
  border: 1px solid rgba(53, 99, 152, 0.18);
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(18px, 1.4vw, 24px);
  color: #1f2b40;
  box-shadow: inset 0 -1px 0 rgba(15, 23, 43, 0.06);
  transition: background-color var(--t-base), color var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
  cursor: pointer;
}
.tab-btn:hover {
  background: #dfe6f1;
  border-color: rgba(53, 99, 152, 0.35);
  color: #11203d;
}
.tab-btn.is-active {
  background: var(--navy);
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}

.adaptive-tab-select-wrap {
  display: none;
  margin-bottom: clamp(28px, 3vw, 40px);
  position: relative;
  z-index: 8;
}

.adaptive-tab-dropdown {
  position: relative;
}

.adaptive-tab-dropdown-trigger {
  width: 100%;
  min-height: 64px;
  padding: 14px 52px 14px 24px;
  border-radius: 18px;
  border: 1px solid #e8edf2;
  background-color: #fff;
  color: #1170ff;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  box-shadow: 0 1px 0 rgba(15, 23, 43, 0.03), 0 10px 26px -20px rgba(22, 41, 75, 0.45);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
}

.adaptive-tab-dropdown-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #5ea3ff;
  border-bottom: 2px solid #5ea3ff;
  transform: rotate(45deg);
  transition: transform var(--t-base) var(--ease-out);
  flex-shrink: 0;
  margin-top: -2px;
}

.adaptive-tab-dropdown.is-open .adaptive-tab-dropdown-chevron {
  transform: rotate(-135deg);
}

.adaptive-tab-dropdown-trigger:focus {
  outline: 2px solid rgba(17, 112, 255, 0.38);
  outline-offset: 2px;
}

.adaptive-tab-dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 18px;
  box-shadow: 0 20px 42px -28px rgba(20, 38, 72, 0.5);
  padding: 10px;
  display: none;
}

.adaptive-tab-dropdown.is-open .adaptive-tab-dropdown-menu {
  display: block;
}

.adaptive-tab-option {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #2a3a4b;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 500;
  text-align: left;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color var(--t-base), color var(--t-base);
}

.adaptive-tab-option:hover {
  background: #edf4ff;
  color: #1170ff;
}

.adaptive-tab-option.is-active {
  background: #e4efff;
  color: #1170ff;
}

@media (max-width: 1024px) {
  .tabs, .ready-solutions-tabs {
    display: none;
  }

  .adaptive-tab-select-wrap {
    display: block;
  }
}

/* clinic option cards */










/* WHY trust strip */
.trust-strip {
  background: linear-gradient(180deg, rgba(255, 192, 143, 0.3) 53.399%, rgba(200, 229, 255, 0.3) 74.139%);
  border-radius: 24px;
  padding: 56px clamp(28px, 5vw, 100px) 0;
  position: relative;
  overflow: hidden;
  min-height: 1162px;
}
.trust-strip::before {
  content: none;
}
.trust-grid {
  display: grid;
  grid-template-columns: 260px 650px 260px 260px;
  grid-template-rows: 577px 296px;
  column-gap: 56px;
  row-gap: 56px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.trust-stat {
  background: #000; color: #fff;
  border-radius: 30px;
  padding: 51px 40px;
  height: 320px;
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  transition: transform var(--t-base) var(--ease-out);
  backdrop-filter: blur(16.3px);
}
.trust-stat:hover { transform: translateY(-4px); }
.trust-stat.navy { background: var(--navy); }
.trust-stat.light { background: #fff; color: #000; }
.trust-stat .big {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
}
.trust-stat .desc {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  max-width: 180px;
}

/* Grid layout:
   Row 1: [15 Р»РµС‚] [РџРѕС‡РµРјСѓ РЅР°Рј РґРѕРІРµСЂСЏСЋС‚] [24/7] [РџРѕРґ РєР»СЋС‡]
   Row 2: [РўРµРєСЃС‚ (Р±РµСЂС‘Рј РЅР° СЃРµР±СЏ...)] [Р¤РѕС‚Рѕ РІСЂР°С‡РµР№]
*/
.trust-stat:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.trust-headline {
  background: #fff;
  border-radius: 30px;
  padding: 80px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1;
  width: 650px;
  min-height: 577px;
}
.trust-headline h2 {
  margin: 0;
  width: 532px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 96px;
  line-height: 0.87;
  letter-spacing: -0.03em;
  text-align: left;
}

.trust-headline h2 span {
  color: var(--green-primary) !important;
}

.trust-stat:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.trust-stat:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}

.trust-blurb {
  grid-column: 1 / 3;
  grid-row: 2;
  display: flex;
  align-items: flex-start;
  padding: 0;
  width: 638px;
}
.trust-blurb p {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 46px;
  line-height: 1;
  margin: 0;
  max-width: 638px;
}

.trust-photo {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  left: 785px;
  top: 424px;
  width: 949px;
  height: 738px;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}
.trust-photo img {
  width: 949px;
  height: 738px;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(0.93);
  transform-origin: right bottom;
}



@media (max-width: 1460px) and (min-width: 1281px) {
  .trust-strip {
    padding: 38px 24px 0;
    min-height: 860px;
  }

  .trust-grid {
    grid-template-columns: 210px 500px 210px 210px;
    grid-template-rows: 440px 250px;
    column-gap: 20px;
    row-gap: 26px;
    max-width: 100%;
    margin: 0 auto;
  }

  .trust-stat {
    width: 210px;
    height: 250px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .trust-stat .big {
    font-size: 52px;
  }

  .trust-stat .desc {
    font-size: 16px;
    line-height: 1.25;
    max-width: 150px;
  }

  .trust-headline {
    width: 500px;
    min-height: 440px;
    padding: 56px 34px;
    border-radius: 24px;
  }

  .trust-headline h2 {
    width: 100%;
    font-size: 78px;
    line-height: 0.9;
  }

  .trust-blurb {
    width: 500px;
  }

  .trust-blurb p {
    max-width: 500px;
    font-size: 34px;
    line-height: 1.04;
  }

  .trust-photo {
    left: auto;
    right: 0;
    top: 338px;
    width: min(48vw, 620px);
    height: 520px;
  }

  .trust-photo img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1700px) and (min-width: 1461px) {
  .trust-strip {
    padding: 40px 12px 0;
    min-height: 940px;
  }

  .trust-grid {
    grid-template-columns: 230px 570px 230px 230px;
    grid-template-rows: 470px 260px;
    column-gap: 20px;
    row-gap: 30px;
    max-width: 100%;
    margin: 0 auto;
  }

  .trust-stat {
    width: 230px;
    height: 270px;
    padding: 34px 24px;
    border-radius: 24px;
    gap: 10px;
  }

  .trust-stat .big {
    font-size: 56px;
  }

  .trust-stat .desc {
    font-size: 17px;
    line-height: 1.24;
    max-width: 156px;
  }

  .trust-headline {
    width: 570px;
    min-height: 470px;
    padding: 64px 36px;
    border-radius: 24px;
  }

  .trust-headline h2 {
    width: 100%;
    font-size: 82px;
    line-height: 0.89;
  }

  .trust-blurb {
    width: 570px;
  }

  .trust-blurb p {
    max-width: 570px;
    font-size: 36px;
    line-height: 1.05;
  }

  .trust-photo {
    left: auto;
    right: 0;
    top: 360px;
    width: min(46vw, 660px);
    height: 560px;
  }

  .trust-photo img {
    width: 100%;
    height: 100%;
  }
}

/* Advantages */
.adv-pill {
  margin-bottom: 52px;
}

.adv-title {
  margin: 0 0 52px;
  font-size: clamp(44px, 4.2vw, 68px);
  line-height: 0.87;
}

.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 450px));
  justify-content: space-between;
  column-gap: clamp(48px, 6vw, 125px);
  row-gap: clamp(42px, 5vw, 52px);
}
.adv-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.adv-icon {
  width: 85px;
  height: 85px;
  border-radius: 24px;
  background: #282626;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.adv-icon img {
  width: 40px;
  height: 40px;
  display: block;
}
.adv-item h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(30px, 2vw, 32px);
  line-height: 1.2;
  margin: 0;
}
.adv-item p {
  font-size: clamp(20px, 1.35vw, 24px);
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0;
}

/* Trusted dentists strip */
.trust-doctors {
  background: #eef7ff;
  border-radius: 12px;
  padding: 100px;
}

.trust-top {
  display: grid;
  grid-template-columns: minmax(420px, 926px) 519px;
  gap: clamp(40px, 7vw, 152px);
  align-items: start;
  margin-bottom: 52px;
}

.trust-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trust-pill {
  background: #fff;
  margin-bottom: 52px;
}

.trust-title {
  margin: 0 0 32px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.95;
  max-width: 926px;
}

.trust-title span {
  display: block;
  font-size: clamp(72px, 8vw, 128px);
  line-height: 0.95;
  background: linear-gradient(90deg, #00b956 0%, #23a7cf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.trust-lead {
  margin: 0;
  max-width: 926px;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.3;
  color: #111;
}

.trust-main-photo {
  width: 519px;
  height: 697px;
  border-radius: 24px;
  overflow: hidden;
}

.trust-main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 519px));
  justify-content: space-between;
  column-gap: 19px;
  row-gap: 19px;
  align-items: start;
  margin-bottom: 48px;
}

.trust-case {
  background: #fff;
  border-radius: 30px;
  padding: 10px 10px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.trust-case-image {
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
}

.trust-case-tall .trust-case-image {
  height: 555px;
}

.trust-case-short .trust-case-image {
  height: 370px;
}

.trust-case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.trust-case-meta {
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.trust-case-meta h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.15;
}

.trust-case-meta p {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  color: var(--green-primary);
}

.trust-case-offset {
  margin-top: 0;
}

.trust-case-middle-lift {
  margin-top: -185px;
}

.trust-cta {
  min-height: 96px;
  border-radius: 20px;
  padding: 10px 40px;
  font-size: 26px;
  line-height: 1.2;
}

/* Cases preview */
.cases-section {
  background: #EEF7FF;
  border-radius: 24px;
  padding: 100px;
}


.cases-section .case-item {
  background: #fff;
}
.cases-pill {
  color: var(--green-primary);
  background: #daf5e8;
  margin-bottom: 52px;
}

.cases-title {
  margin: 0 0 32px;
  font-size: clamp(44px, 4.2vw, 68px);
  line-height: 0.87;
}

.cases-lead {
  margin: 0 0 52px;
  max-width: 1598px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(26px, 2.6vw, 46px);
  line-height: 1.3;
  color: #111;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.case-item {
  background: #fff;
  border-radius: 24px;
  padding: 54px 47px 54px 49px;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
}

.case-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.case-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 37px;
}

.case-item-image {
  width: 238px;
  height: 231px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.case-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-item-content {
  width: 424px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case-item-city {
  font-size: 15px;
  line-height: 1.2;
  color: #111;
}

.case-item-content h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #111;
}

.case-item-content p {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  color: #111;
}

.case-item-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--green-primary);
}

.case-highlight {
  border-radius: 24px;
  background: linear-gradient(124deg, rgba(78,154,225,0.7) 26.434%, rgba(152,237,192,0.7) 63.616%);
  color: #fff;
  padding: 56px 48px 48px;
  min-height: 438px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
}

.case-highlight:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.case-highlight-kicker {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 40px;
  line-height: .92;
}

.case-highlight-brand {
  margin: -8px 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 96px;
  line-height: .92;
}

.case-highlight-text {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  color: #000;
}

.cases-more-btn {
  margin-top: 29px;
  min-height: 96px;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 26px;
}

/* Strong points (similar to trust-strip but different content) */
.points-grid {
  display: grid;
  grid-template-columns: 260px 650px 260px 260px;
  gap: 56px;
  align-items: center;
  justify-content: center;
}
.points-grid .center {
  background: #157A44;
  border-radius: 30px;
  width: 650px;
  height: 577px;
  padding: 80px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.points-grid .center p {
  margin: 0;
  width: 532px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 96px;
  line-height: 0.91;
  color: #fff;
}
.points-grid .center p span {
  color: #11D96E;
}

.points-grid .trust-stat {
  width: 260px;
  height: 320px;
  padding: 51px 40px;
  border-radius: 30px;
  gap: 12px;
}

.points-grid .trust-stat .big {
  font-size: 64px;
  line-height: 1;
  white-space: nowrap;
  min-height: 64px;
}

.points-grid .trust-stat .desc {
  font-size: 20px;
  line-height: 1.3;
  max-width: 180px;
}

.points-grid .trust-stat.light {
  background: #EEF7FF;
  color: #000;
}

.points-grid .trust-stat.light .desc {
  color: #000;
}

/* Certificates */
.certs-block {
  background: var(--navy-pale);
  border-radius: 24px;
  padding: 140px;
}

.certs-grid {
  display: grid;
  grid-template-columns: 320px 320px 319px 218px;
  column-gap: 59px;
  row-gap: 24px;
  align-items: start;
}

.cert-figure {
  margin: 0;
  width: 100%;
}

.cert-media {
  width: 100%;
  height: 483px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
}

.cert-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cert-qr {
  display: block;
  width: 218px;
  height: 218px;
  border-radius: 24px;
  background: #fff;
  padding: 23px;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
}

.cert-qr img {
  width: 100%;
  height: 100%;
  display: block;
}

.cert-figure:hover .cert-media, .cert-qr:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

@media (max-width: 1680px) {
  .certs-block {
    padding: 80px 48px;
  }

  .certs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(140px, 0.62fr);
    gap: 24px;
  }

  .cert-media {
    height: auto;
    aspect-ratio: 320 / 483;
  }

  .cert-qr {
    display: block;
    width: 100%;
    max-width: 218px;
    height: auto;
    aspect-ratio: 1;
    justify-self: stretch;
  }
}

@media (max-width: 1024px) {
  .certs-block {
    padding: 42px 20px;
  }

  .certs-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 72vw);
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .cert-media {
    height: auto;
    aspect-ratio: 320 / 483;
  }

  .cert-figure, .cert-qr {
    width: 100%;
    scroll-snap-align: start;
  }

  .cert-qr {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}

/* Certificates lightbox */
.no-scroll { overflow: hidden; }
.cert-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(12, 20, 39, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.cert-lightbox[hidden] { display: none; }
.cert-lightbox-image {
  max-width: min(92vw, 980px);
  max-height: 88vh;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  background: #fff;
}
.cert-lightbox-close {
  position: fixed;
  top: 22px;
  right: 26px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0f172b;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.cert-lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0f172b;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.cert-lightbox-prev { left: 26px; }
.cert-lightbox-next { right: 26px; }

@media (max-width: 768px) {
  .cert-lightbox {
    padding: 16px;
  }
  .cert-lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
  .cert-lightbox-prev { left: 10px; }
  .cert-lightbox-next { right: 10px; }
  .cert-lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
}
/* Team / dark section */
.team-section {
  background: var(--ink);
  border-radius: 24px;
  color: #fff;
  padding: clamp(60px, 6vw, 103px) clamp(28px, 5vw, 136px) clamp(60px, 7vw, 139px);
}
.team-section .grid-2 {
  display: grid;
  grid-template-columns: 519px 1fr;
  gap: 154px;
  align-items: stretch;
  margin-bottom: clamp(60px, 6vw, 100px);
}
.team-video-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  background: #0f1117;
  cursor: pointer;
}

.team-video-preview {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(66px, 7vw, 108px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(17, 20, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: transform var(--t-base) var(--ease-out), background var(--t-base) var(--ease-out);
  pointer-events: none;
}

.team-video-play::before {
  content: '';
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: clamp(10px, 1.1vw, 16px) solid transparent;
  border-bottom: clamp(10px, 1.1vw, 16px) solid transparent;
  border-left: clamp(16px, 1.8vw, 24px) solid #fff;
}

.team-video-trigger:hover .team-video-play, .team-video-trigger:focus-visible .team-video-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgba(18, 72, 64, 0.86);
}

.team-video-trigger:focus-visible {
  outline: 2px solid var(--green-bright);
  outline-offset: 4px;
}

.team-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  background: rgba(6, 9, 14, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 3vw, 40px);
}

.team-video-lightbox[hidden] {
  display: none;
}

.team-video-lightbox-inner {
  width: min(1100px, 100%);
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.team-video-lightbox-media {
  display: block;
  width: 100%;
  max-height: calc(100vh - 80px);
  background: #000;
}

.team-video-lightbox-close {
  position: absolute;
  right: clamp(12px, 2vw, 24px);
  top: clamp(12px, 2vw, 24px);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.team-section .photo-block {
  border-radius: 24px;
  overflow: hidden;
  background: url('../assets/team/dreamteam.webp') center/cover no-repeat, var(--navy-pale);
  min-height: 600px;
}
.team-section h2 { font-size: clamp(40px, 5vw, 68px); line-height: .95; margin: 28px 0; font-weight: 500; }
.team-section p.lead { font-size: clamp(20px, 2vw, 36px); line-height: 1.3; margin: 0; }
.team-section .team-brand-gradient {
  display: inline-block;
  font-size: clamp(72px, 7.2vw, 120px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #00C864 0%, #28C9E8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.history-blurb {
  font-size: clamp(28px, 2.6vw, 46px); line-height: 1.2;
  color: var(--green-bright);
  font-family: var(--font-display); font-weight: 400;
  margin-bottom: 40px;
}
.history-text { font-size: clamp(18px, 1.5vw, 28px); line-height: 1.3; max-width: 1400px; }

.team-carousel {
  position: relative;
  margin: clamp(40px, 5vw, 80px) 0 0;
}
.team-carousel-viewport {
  overflow: hidden;
}
.team-carousel-track {
  display: flex;
  gap: 19px;
  transition: transform var(--t-base) var(--ease-out);
}
.employee-card {
  flex: 0 0 calc((100% - 38px) / 3);
  background: #fff;
  border-radius: 30px;
  padding: 10px 10px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.employee-photo {
  border-radius: 26px;
  overflow: hidden;
  background: #d6d8de;
}
.employee-card--tall .employee-photo { height: 555px; }

.employee-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.employee-info {
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.employee-info h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #0f172b;
}
.employee-info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: var(--green-primary);
}
.employee-info--compact {
  gap: 10px;
}
.employee-info--compact h3 {
  font-size: 28px;
  line-height: 1;
}
.employee-info--compact p {
  font-size: 16px;
  line-height: 1.25;
}
.team-carousel-arrow {
  position: absolute;
  top: 320px;
  width: 104px;
  height: 104px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #242525;
  font-size: 54px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.team-carousel-arrow:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}
.team-carousel-prev { left: 22px; }
.team-carousel-next { right: 22px; }
.team-carousel-arrow:disabled {
  opacity: .35;
  cursor: default;
  box-shadow: none;
  transform: none;
}

@media (max-width: 1600px) {
  .employee-info h3 {
    font-size: 28px;
  }
}

@media (max-width: 1460px) and (min-width: 1025px) {
  .team-carousel-track {
    gap: 16px;
  }

  .employee-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

@media (max-width: 1024px) {
  .team-carousel-track {
    gap: 14px;
  }
  .employee-card {
    flex-basis: 100%;
    border-radius: 24px;
    padding: 10px 10px 32px;
    gap: 24px;
  }
  .employee-photo {
    border-radius: 18px;
  }
  .employee-card--tall .employee-photo {
    height: auto;
    aspect-ratio: 500 / 555;
  }
  .employee-info {
    padding: 0 20px;
  }
  .employee-info h3 {
    font-size: clamp(22px, 6.2vw, 26px);
  }
  .employee-info p {
    font-size: 16px;
  }
  .employee-info--compact h3 {
    font-size: clamp(22px, 6.2vw, 26px);
  }
  .employee-info--compact p {
    font-size: 16px;
    line-height: 1.23;
  }
  .team-carousel-arrow {
    top: clamp(220px, 42vw, 360px);
    width: 58px;
    height: 58px;
    font-size: 30px;
  }
  .team-carousel-prev { left: 8px; }
  .team-carousel-next { right: 8px; }
}

/* Support cards */
.support-grid {
  display: grid;
  grid-template-columns: 791px 791px;
  gap: 17px;
  justify-content: center;
}
.support-card {
  background: #EEF7FF;
  border-radius: 24px;
  padding: 56px 48px 48px;
  display: flex; flex-direction: column; gap: 28px;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
}
.support-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.support-card .photo {
  border-radius: 20px;
  aspect-ratio: 681/335;
  overflow: hidden;
  background: url('../assets/support/proverki_resized.webp') center/cover no-repeat, var(--navy-pale);
}
.support-card h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 64px; line-height: 0.95;
  margin: 0;
  white-space: pre-line;
}
.support-card p {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  margin: 0;
}

.support-stack { display: flex; flex-direction: column; gap: 17px; }

.support-card-primary {
  gap: 36px;
  padding: 52px 58px 52px 52px;
}

.support-card-secondary {
  min-height: 575px;
  gap: 46px;
}

.support-card.glow {
  background: linear-gradient(135deg, rgba(78,154,225,.85), rgba(152,237,192,.85));
  color: #fff;
  min-height: 448px;
}
.support-card.glow h3 { color: #fff; line-height: 0.92; }
.support-card.glow .support-gradient-title {
  display: inline-block;
  font-size: 40px;
  line-height: 0.92;
  white-space: nowrap;
}
.support-card.glow .support-gradient-brand {
  display: inline-block;
  font-size: 96px;
  line-height: 0.92;
}
.support-card.glow p { color: #000; }

.btn-max {
  height: 86px;
  width: 355px;
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(199deg, #1C8FC4 3%, #A80BC4 108%);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 26px;
  line-height: 1.2;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
}
.btn-max:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -12px rgba(168,11,196,.5); }

.support-card-secondary .btn-max img {
  width: 33px;
  height: 32px;
}

@media (max-width: 1700px) {
  .support-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
  }

  .support-card h3 {
    font-size: clamp(40px, 3.1vw, 64px);
  }

  .support-card p {
    font-size: clamp(20px, 1.8vw, 32px);
  }
}

@media (max-width: 1460px) and (min-width: 1025px) {
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .support-card-primary {
    grid-column: 1 / -1;
  }

  .support-stack {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
  }

  .support-stack > .support-card {
    height: 100%;
  }

  .support-card, .support-card-primary {
    padding: 34px 28px 30px;
    gap: 22px;
  }

  .support-card .photo {
    aspect-ratio: 16 / 8;
  }

  .support-card-secondary {
    min-height: 0;
    gap: 24px;
  }

  .support-card.glow {
    min-height: 0;
  }

  .btn-max {
    width: 100%;
    max-width: 420px;
    height: 72px;
    font-size: clamp(22px, 2vw, 28px);
  }

  .support-card.glow .support-gradient-title {
    white-space: normal;
    font-size: clamp(28px, 2.9vw, 36px);
    line-height: 1;
  }

  .support-card.glow .support-gradient-brand {
    font-size: clamp(64px, 5.8vw, 86px);
  }
}

@media (max-width: 1024px) {
  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-card, .support-card-primary, .support-card-secondary, .support-card.glow {
    min-height: 0;
    padding: 28px 20px;
    gap: 20px;
  }

  .support-card .photo {
    aspect-ratio: 16 / 9;
  }

  .support-card h3 {
    font-size: clamp(30px, 8vw, 46px);
  }

  .support-card p {
    font-size: clamp(18px, 4.6vw, 24px);
  }

  .support-card.glow .support-gradient-brand {
    font-size: clamp(58px, 11vw, 80px);
  }

  .btn-max {
    width: 100%;
    height: 70px;
    font-size: 22px;
  }
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: #f1f3f6;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 1.7vw, 44px);
  line-height: 1.15;
  color: #0e1219;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item .toggle {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform var(--t-base) var(--ease-out), background-color var(--t-base);
}

.faq-item .toggle::before, .faq-item .toggle::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #0f172b;
  transition: background-color var(--t-base), transform var(--t-base) var(--ease-out), opacity var(--t-base);
}

.faq-item .toggle::before {
  transform: rotate(90deg);
}

.faq-item[open] .toggle {
  transform: rotate(45deg);
}

.faq-item[open] .toggle::before, .faq-item[open] .toggle::after {
  background: #3b6fff;
}

.faq-item .ans {
  margin: 0;
  padding: 0 28px 24px;
  max-width: 62ch;
  font-size: clamp(20px, 1.2vw, 40px);
  line-height: 1.35;
  color: #11151f;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .24s ease, transform .24s ease;
}

.faq-item[open] .ans {
  opacity: 1;
  transform: translateY(0);
}

.faq-item[open] summary + .ans {
  animation: faqAnswerIn .24s ease;
}

@keyframes faqAnswerIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .faq-item {
    border-radius: 18px;
  }

  .faq-item summary {
    font-size: 30px;
    padding: 18px 18px;
    gap: 14px;
  }

  .faq-item .toggle {
    width: 38px;
    height: 38px;
    font-size: 32px;
  }

  .faq-item .ans {
    padding: 0 18px 18px;
    font-size: 22px;
  }
}

/* Blog teaser */










/* Home materials section */
.materials-section {
  background: #f5f7fa;
  border-radius: 24px;
  padding: 140px 136px;
}

.materials-pill {
  margin-bottom: 52px;
}

.materials-title {
  margin: 0 0 52px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 4.2vw, 68px);
  line-height: .87;
  color: #111;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.materials-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.materials-card {
  margin: 0;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
  cursor: pointer;
}

.materials-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.materials-card-image {
  border-radius: 16px;
  overflow: hidden;
  height: 243px;
}

.materials-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.materials-card-body {
  width: 100%;
  max-width: 418px;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.materials-card-short {
  min-height: 503px;
}

.materials-card-tall {
  min-height: 609px;
}

.materials-card-cat {
  color: #009e49;
  font-size: 20px;
  line-height: 1.15;
}

.materials-card h3 {
  margin: 0;
  max-width: 418px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #111;
}

.materials-card p {
  margin: 0;
  color: #727076;
  font-size: 22px;
  line-height: 1.18;
}

.materials-card-meta {
  margin-top: auto;
  display: flex;
  gap: 21px;
  color: #727076;
  font-size: 15px;
  line-height: 1.25;
}

.materials-more-btn {
  margin-top: 52px;
  min-height: 96px;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 26px;
}

/* Service content tabs */
.service-content {
  margin-top: 40px;
}
.service-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.1;
  margin: 0 0 16px 0;
}
.service-desc {
  font-size: clamp(16px, 1.3vw, 22px);
  line-height: 1.4;
  color: var(--text-mid);
  max-width: 90ch;
  margin: 0 0 56px 0;
}

/* Two-column layout: steps left, sticky cards right */
.service-layout {
  display: grid;
  grid-template-columns: 1fr 655px;
  gap: 20px;
  align-items: start;
}

/* Left column: vertical list of steps */
.service-steps-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-step {
  display: flex;
  flex-direction: row;
  gap: 28px;
  padding: 56px 48px;
  background: #fff;
  border-radius: 20px;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
  align-items: flex-start;
}
.service-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.service-step .step-icon-area {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.service-step .step-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-step .step-number {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  color: var(--green-primary);
}
.service-step h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.1;
  margin: 0;
}
.service-step p {
  font-size: clamp(16px, 1.3vw, 22px);
  line-height: 1.3;
  color: var(--text-mid);
  margin: 0;
}

/* Right column: sticky cards */
.service-sticky-column {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: start;
  max-height: calc(100vh - 120px);
}

.service-sticky-card {
  border-radius: 30px;
  padding: 56px 48px 48px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base);
}
.service-sticky-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}

.service-sticky-card.white {
  background: #fff;
}
.service-sticky-card.white .cta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: fit-content;
  height: 54px;
  padding: 0 22px;
  background: var(--green-soft);
  color: var(--green-primary);
  border-radius: 60px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 28px;
}
.service-sticky-card.white h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 2.5vw, 40px);
  line-height: 1;
  margin: 0;
  color: var(--text);
}
.service-sticky-card.white p {
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1.3;
  color: var(--text-mid);
  margin: 0;
}

.service-sticky-card.navy {
  background: var(--navy);
  color: #fff;
}
.service-sticky-card.navy h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 2.5vw, 40px);
  line-height: 1;
  margin: 0;
  color: #fff;
}
.service-sticky-card.navy p {
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

.service-footer {
  background: linear-gradient(135deg, rgba(77,219,255,0.3) 0%, rgba(143,255,195,0.3) 100%);
  border-radius: 24px;
  padding: 0;
  margin-top: 56px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.service-footer-content {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 710px;
  height: 710px;
}

.service-footer-card-white {
  background: #fff;
  border-radius: 30px;
  width: 626px;
  min-height: 651px;
  padding: 64px 48px;
  margin: 27px 0 27px 30px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.service-footer-card-white h4 {
  font-family: var(--font-display);
  font-weight: 500;
  max-width: 532px;
  font-size: 58px;
  line-height: 0.87;
  margin: 0;
}

.service-footer-card-white p {
  max-width: 538px;
  font-size: 26px;
  line-height: 1.3;
  color: #000;
  margin: 0;
}

.footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: auto;
}

.footer-buttons .btn {
  min-height: 96px;
  border-radius: 20px;
  padding: 10px 40px;
  font-size: 26px;
  line-height: 1.2;
}

.service-footer-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.service-footer-image img {
  position: absolute;
}

.service-footer-me {
  z-index: 1;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  width: min(92%, 760px);
  height: auto;
  opacity: 1;
}

.service-footer-woman {
  z-index: 2;
  bottom: 0;
  right: 96px;
  width: min(88%, 700px);
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.footer-dark-card {
  position: absolute;
  right: 28px;
  top: auto;
  bottom: 28px;
  width: 449px;
  min-height: 272px;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(32.6px);
  border-radius: 30px;
  padding: 51px 48px;
  color: #fff;
  z-index: 3;
}

.footer-dark-card h5 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 12px 0;
  color: #fff;
}

.footer-dark-card p {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

@media (max-width: 1700px) and (min-width: 1201px) {
  .service-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 560px);
    gap: 16px;
  }

  .service-sticky-card {
    border-radius: 24px;
    padding: 40px 32px 32px;
    gap: 20px;
  }

  .service-sticky-card.white .cta-label {
    height: 46px;
    padding: 0 16px;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .service-sticky-card.white h4,
  .service-sticky-card.navy h4 {
    font-size: clamp(28px, 2.2vw, 34px);
    line-height: 1.06;
  }

  .service-sticky-card.white p,
  .service-sticky-card.navy p {
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.28;
  }

  .service-sticky-card .btn.btn-lg {
    min-height: 70px;
    font-size: clamp(22px, 1.6vw, 28px);
  }

  .service-sticky-card.white .btn {
    padding: 16px 22px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 1500px) {
  .service-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
    gap: 16px;
    padding-bottom: 56px;
  }

  .service-sticky-column {
    position: sticky;
    top: 0;
    max-height: 100vh;
  }

  .service-footer-content {
    grid-template-columns: 560px 1fr;
    min-height: 660px;
    height: 660px;
  }

  .service-footer {
    margin-top: 110px;
    z-index: 12;
  }

  .service-footer-card-white {
    width: auto;
    min-height: 0;
    margin: 22px 0 22px 22px;
    padding: 48px 34px;
  }

  .service-footer-me {
    left: 58%;
    top: 66%;
    width: min(118%, 820px);
  }

  .service-footer-woman {
    right: 36px;
    width: min(94%, 640px);
  }

  .footer-dark-card {
    right: 18px;
    bottom: 18px;
    width: min(88%, 420px);
    min-height: 0;
    padding: 34px 30px;
  }

  .footer-dark-card h5 {
    font-size: clamp(30px, 2.5vw, 36px);
  }

  .footer-dark-card p {
    font-size: clamp(17px, 1.45vw, 20px);
  }

}

@media (max-width: 1200px) {
  .service-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-sticky-column {
    position: static;
    top: auto;
    max-height: none;
  }

  .service-step {
    padding: 36px 28px;
    gap: 20px;
  }

  .service-footer-content {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
  }

  .service-footer-card-white {
    width: auto;
    min-height: 0;
    margin: 18px;
    padding: 36px 28px;
  }

  .service-footer-card-white h4 {
    font-size: clamp(40px, 6vw, 52px);
    line-height: 0.95;
  }

  .service-footer-card-white p {
    font-size: clamp(20px, 3vw, 24px);
  }

  .service-footer-image {
    min-height: clamp(560px, 62vw, 680px);
  }

  .service-footer-me {
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: min(90%, 700px);
  }

  .service-footer-woman {
    right: 50%;
    transform: translateX(50%);
    width: auto;
    max-width: 78%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }
}

@media (max-width: 900px) {
  .service-content {
    margin-top: 28px;
  }

  .service-desc {
    margin-bottom: 28px;
  }

  .service-step {
    flex-direction: column;
    padding: 24px 20px;
    gap: 14px;
  }

  .service-sticky-card {
    border-radius: 24px;
    padding: 28px 20px 24px;
    gap: 18px;
  }

  .service-sticky-card.white .cta-label {
    font-size: 16px;
    height: 42px;
    padding: 0 14px;
    margin-bottom: 16px;
  }

  .service-footer {
    margin-top: 28px;
  }

  .service-footer-card-white {
    margin: 14px;
    padding: 26px 18px;
    gap: 20px;
    border-radius: 22px;
  }

  .service-footer-card-white h4 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .service-footer-card-white p {
    font-size: clamp(18px, 5.2vw, 22px);
  }

  .footer-buttons .btn {
    min-height: 70px;
    font-size: 20px;
    padding: 12px 18px;
    border-radius: 14px;
  }

  .service-footer-image {
    min-height: clamp(380px, 58vw, 480px);
  }

  .service-footer-woman {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    width: auto;
    max-width: 92%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

  .footer-dark-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    min-height: 0;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .footer-dark-card h5 {
    font-size: clamp(24px, 7vw, 34px);
    margin-bottom: 8px;
  }

  .footer-dark-card p {
    font-size: clamp(16px, 4.5vw, 20px);
  }
}

/* Pagination */
.pager {
  display: flex; justify-content: center; align-items: center; gap: 14px;
  padding: clamp(40px, 4vw, 60px) 0;
}
.pager .page-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid rgba(15,23,43,.08);
  font-family: var(--font-display); font-weight: 500;
  font-size: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background-color var(--t-base), color var(--t-base), transform var(--t-base);
}
.pager .page-btn:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.pager .page-btn.is-current { background: var(--ink); color: #fff; }

@media (max-width: 1280px) {
  .materials-section {
    padding: 56px 32px;
  }

  .materials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .materials-column {
    gap: 16px;
  }

  .materials-card {
    padding: 12px 12px 24px;
    gap: 24px;
  }

  .materials-card-short, .materials-card-tall {
    min-height: 0;
  }

  .materials-card-image {
    height: 220px;
  }

  .materials-card-body {
    width: auto;
    gap: 12px;
  }

  .materials-card h3 {
    font-size: 28px;
  }

  .materials-card p {
    font-size: 18px;
  }

  .materials-more-btn {
    min-height: 74px;
    font-size: 22px;
  }

  .cases-section {
    padding: 56px 32px;
  }


.cases-section .case-item {
  background: #fff;
}
.cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .case-item {
    padding: 32px;
  }

  .case-item-content {
    width: auto;
    flex: 1;
  }

  .case-highlight {
    min-height: 320px;
    padding: 40px 32px;
  }

  .case-highlight-brand {
    font-size: clamp(64px, 8vw, 88px);
  }

  .trust-doctors {
    padding: 56px 32px;
  }

  .trust-top {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 28px;
  }

  .trust-main-photo {
    display: none;
  }

  .trust-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }

  .trust-case {
    padding: 10px 10px 32px;
    gap: 24px;
    height: 100%;
  }

  .trust-case-image, .trust-case-meta {
    width: 100%;
  }

  .trust-case-tall .trust-case-image, .trust-case-short .trust-case-image {
    height: 360px;
  }

  .trust-case-offset {
    margin-top: 0;
  }

  .trust-case-middle-lift {
    margin-top: 0;
  }

  .trust-case-meta h3 {
    font-size: clamp(22px, 2.6vw, 26px);
  }

  .adv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 28px;
  }

  .adv-title {
    font-size: clamp(42px, 5.6vw, 60px);
    line-height: 0.92;
  }

  .adv-item h3 {
    font-size: clamp(28px, 2.8vw, 32px);
  }

  .adv-item p {
    font-size: clamp(18px, 1.9vw, 22px);
  }

  .trust-strip {
    padding: 40px 32px 0;
    min-height: auto;
  }

  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    gap: 16px;
    max-width: 940px;
    margin: 0 auto;
  }

  .trust-stat, .trust-headline, .trust-blurb, .trust-photo {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100%;
  }

  .trust-headline {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    min-height: auto;
    padding: 30px 24px;
    align-items: flex-start;
    border-radius: 22px;
  }

  .trust-headline h2 {
    width: 100%;
    font-size: clamp(42px, 6.2vw, 62px);
    line-height: 0.93;
  }

  .trust-stat {
    width: min(100%, 280px);
    justify-self: center;
    min-height: 210px;
    height: auto;
    border-radius: 22px;
    padding: 26px 20px;
    gap: 10px;
  }

  .trust-stat:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .trust-stat:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  .trust-stat:nth-child(4) {
    grid-column: 3 !important;
    grid-row: 2 !important;
  }

  .trust-stat .big {
    font-size: clamp(44px, 4.9vw, 58px);
  }

  .trust-stat .desc {
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.22;
    max-width: 100%;
  }

  .trust-blurb {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    width: 100%;
    align-self: start;
    padding: 14px 26px 30px;
    border-radius: 18px;
  }

  .trust-blurb p {
    max-width: 100%;
    font-size: clamp(24px, 3.1vw, 32px);
    line-height: 1.14;
    margin: 0;
  }

  .trust-photo {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    background: none !important;
  }

  .trust-photo img {
    display: none !important;
  }

  .ready-solutions-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ready-solutions {
    gap: clamp(20px, 2.2vw, 32px);
  }

  .ready-solutions-copy {
    gap: 18px;
  }

  .ready-solutions-title {
    font-size: clamp(34px, 4.2vw, 50px);
    line-height: 0.97;
    max-width: 820px;
  }

  .ready-solutions-text {
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.26;
    max-width: 820px;
  }

  .ready-solutions-note {
    width: 100%;
    max-width: 640px;
    padding: 30px 24px 24px;
    gap: 16px;
  }

  .ready-solutions-note-icon {
    width: min(170px, 100%);
  }

  .ready-solutions-note h3 {
    font-size: 30px;
  }

  .ready-solutions-note ul {
    padding-left: 22px;
    gap: 14px;
  }

  .ready-solutions-note li {
    font-size: 19px;
    line-height: 1.28;
  }

  .ready-solutions-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ready-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .materials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .materials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px;
    align-items: stretch;
  }

  .materials-column {
    display: contents;
  }

  .materials-card {
    height: 100%;
  }
}

@media (max-width: 900px) {
  .materials-section {
    padding: 42px 20px;
  }

  .materials-title {
    margin-bottom: 30px;
  }

  .materials-grid {
    grid-template-columns: 1fr;
  }

  .materials-column {
    gap: 16px;
  }

  .materials-card-image {
    height: 200px;
  }

  .materials-card-cat {
    font-size: 16px;
  }

  .materials-card h3 {
    font-size: 22px;
  }

  .materials-card-meta {
    font-size: 13px;
    gap: 14px;
    flex-wrap: wrap;
  }

  .materials-more-btn {
    width: 100%;
    justify-content: center;
  }

  .cases-section {
    padding: 40px 20px;
  }

  .cases-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }


.cases-section .case-item {
  background: #fff;
}
.cases-pill {
  color: var(--green-primary);
    margin-bottom: 28px;
  }

  .cases-title {
    margin-bottom: 20px;
    font-size: clamp(38px, 10vw, 52px);
    line-height: 0.95;
  }

  .cases-lead {
    margin-bottom: 28px;
    font-size: clamp(22px, 6vw, 30px);
  }

  .case-item {
    padding: 20px;
  }

  .case-item-inner {
    gap: 16px;
    flex-direction: column;
  }

  .case-item-image {
    width: 100%;
    height: clamp(170px, 34vw, 210px);
  }

  .case-item-content h3 {
    font-size: 34px;
  }

  .case-item-content p {
    font-size: 20px;
  }

  .case-item-link {
    font-size: 22px;
  }

  .case-highlight {
    min-height: 280px;
    gap: 16px;
    padding: 28px 20px;
  }

  .case-highlight-kicker {
    font-size: 34px;
  }

  .case-highlight-brand {
    margin-top: 0;
    font-size: clamp(52px, 12vw, 72px);
  }

  .case-highlight-text {
    font-size: 28px;
  }

  .cases-more-btn {
    margin-top: 20px;
    width: 100%;
    min-height: 72px;
    font-size: 20px;
    border-radius: 16px;
  }

  .trust-doctors {
    padding: 40px 20px;
  }

  .trust-pill {
    margin-bottom: 28px;
  }

  .trust-title {
    font-size: clamp(38px, 10vw, 54px);
    margin-bottom: 24px;
  }

  .trust-title span {
    font-size: clamp(60px, 14vw, 92px);
  }

  .trust-lead {
    font-size: clamp(20px, 5vw, 28px);
  }

  .trust-main-photo {
    height: 420px;
  }

  .trust-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .trust-case-tall .trust-case-image, .trust-case-short .trust-case-image {
    height: clamp(190px, 40vw, 240px);
  }

  .trust-case-meta {
    gap: 16px;
  }

  .trust-case-meta h3 {
    font-size: 22px;
  }

  .trust-case-meta p {
    font-size: 18px;
  }

  .trust-cta {
    min-height: 72px;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    font-size: 20px;
  }

  .adv-pill {
    margin-bottom: 28px;
  }

  .adv-title {
    margin-bottom: 32px;
    font-size: clamp(38px, 11vw, 52px);
    line-height: 0.95;
  }

  .adv-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .adv-item {
    gap: 20px;
  }

  .adv-icon {
    width: 74px;
    height: 74px;
    border-radius: 20px;
  }

  .adv-item h3 {
    font-size: clamp(30px, 7.2vw, 36px);
  }

  .adv-item p {
    font-size: clamp(18px, 4.8vw, 22px);
  }

  .trust-strip {
    padding: 28px 20px 0;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-stat {
    height: auto;
    min-height: 220px;
    padding: 32px 24px;
  }

  .trust-stat .big {
    font-size: 46px;
  }

  .trust-stat .desc {
    font-size: 18px;
    max-width: 100%;
  }

  .trust-headline {
    padding: 32px 24px;
  }

  .trust-headline h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .trust-blurb p {
    font-size: clamp(26px, 7vw, 34px);
  }

  .trust-photo {
    min-height: 260px;
  }

  .ready-solutions-tabs {
    gap: 14px;
  }

  .ready-tab {
    width: 100%;
    min-height: 72px;
    font-size: 20px;
    padding: 18px 24px;
    justify-content: center;
  }

  .ready-solutions-title {
    font-size: clamp(30px, 8vw, 40px);
    line-height: 0.98;
  }

  .ready-solutions-text {
    font-size: 19px;
    line-height: 1.28;
  }

  .ready-solutions-note {
    padding: 22px 16px 18px;
    gap: 12px;
    border-radius: 18px;
  }

  .ready-solutions-note h3 {
    font-size: 26px;
  }

  .ready-solutions-note li {
    font-size: 17px;
    line-height: 1.3;
  }

  .ready-solutions-note ul {
    gap: 10px;
    padding-left: 20px;
  }

  .ready-solutions-cards {
    grid-template-columns: 1fr;
  }

  .ready-card:last-child {
    grid-column: auto;
  }

  .ready-card {
    gap: 18px;
    padding-bottom: 20px;
    border-radius: 24px;
  }

  .ready-card-image {
    height: 200px;
    border-radius: 20px;
  }

  .ready-card-body {
    padding: 0 18px;
    gap: 12px;
  }

  .ready-card-body h3 {
    font-size: 28px;
  }

  .ready-card-caption {
    font-size: 17px;
  }

  .ready-card-metric {
    font-size: 26px;
  }

  .ready-card-cta {
    min-height: 64px;
    font-size: 18px;
    border-radius: 14px;
  }
}

















/* Homepage proportional downscale (-10%) without wrapper, header excluded */
@media (min-width: 1201px) {
  body.home-page .page > .section, body.home-page .page > #lead-mount, body.home-page .page > #contact-mount, body.home-page .page > #footer-mount {
    zoom: 0.9;
  }
}

.docs-section {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.site-footer .materials-section {
  padding: 70px 0;
}

.docs-brand {
  display: block;
  width: clamp(260px, 22vw, 380px);
  height: auto;
}

.docs-brand-link {
  display: inline-block;
  text-decoration: none;
}

.docs-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px clamp(28px, 3vw, 74px);
}

.docs-link {
  font-family: var(--font-display);
  font-size: clamp(14.4px, 0.88vw, 17.6px);
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
  color: #111;
  text-decoration: none;
}

@media (max-width: 1460px) {
  .docs-links {
    flex-wrap: wrap;
  }

  .site-footer .materials-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (max-width: 900px) {
  .site-footer .materials-section {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.docs-link:hover {
  color: var(--green-primary);
}

@media (max-width: 1200px) {
  .team-section .grid-2 {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .team-section .photo-block {
    min-height: 420px;
  }


}

@media (max-width: 900px) {
  .team-section {
    padding: 36px 18px 44px;
  }

  .team-section .grid-2 {
    gap: 18px;
    margin-bottom: 36px;
  }

  .team-section .photo-block {
    min-height: 280px;
    border-radius: 18px;
  }

  .team-section h2 {
    margin: 18px 0;
  }

  .history-blurb {
    margin-bottom: 20px;
  }

  .history-text {
    font-size: clamp(17px, 4.5vw, 22px);
    line-height: 1.35;
  }








}

.docs-made-by {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: clamp(14px, 0.9vw, 18px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--green-primary);
  text-decoration: none;
}

.docs-made-by:hover {
  color: #00a84f;
}

@media (max-width: 768px) {
  .hero {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .hero-card {
    padding: 22px 16px;
    border-radius: 20px;
  }

  .hero-card.approach .h {
    font-size: clamp(42px, 11vw, 56px);
  }

  .hero-card.approach .p {
    font-size: clamp(16px, 4.6vw, 19px);
  }

  .hero-card.approach .btn {
    min-height: 64px;
    padding: 12px 16px;
    font-size: 18px;
  }

  .ready-tab {
    min-height: 64px;
    font-size: 18px;
    padding: 14px 16px;
  }

  .service-footer-image {
    min-height: 340px;
  }

  .service-footer-woman {
    max-width: 96%;
  }

  .team-carousel-arrow {
    top: clamp(190px, 44vw, 290px);
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .docs-links {
    gap: 10px 18px;
  }

  .docs-link {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .trust-strip {
    padding: 26px 16px 20px;
  }

  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto auto !important;
    width: 100%;
    max-width: none !important;
    margin: 0;
    gap: 12px;
  }

  .trust-headline {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .trust-headline h2 {
    font-size: clamp(42px, 7vw, 56px);
    line-height: 0.95;
  }

  .trust-stat:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .trust-stat:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  .trust-stat:nth-child(4) {
    grid-column: 3 !important;
    grid-row: 2 !important;
  }

  .trust-stat {
    width: 100% !important;
    min-height: 178px;
    padding: 18px 14px;
    border-radius: 18px;
    justify-self: stretch;
    gap: 8px;
  }

  .trust-stat .big {
    font-size: clamp(38px, 5.6vw, 52px);
  }

  .trust-stat .desc {
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.2;
  }

  .trust-blurb {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    width: 100%;
    padding: 14px 18px 20px;
    border-radius: 14px;
    align-self: start;
  }

  .trust-blurb p {
    max-width: none;
    margin: 0;
    font-size: clamp(20px, 4vw, 30px);
    line-height: 1.2;
  }

  .trust-photo {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    background: none !important;
  }

  .trust-photo img {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  #trust .shell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .trust-strip {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ready-solutions-note {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 900px) {
  .case-item-image {
    height: auto !important;
    aspect-ratio: 16 / 7 !important;
    overflow: hidden;
  }

  .case-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .trust-case-tall .trust-case-image, .trust-case-short .trust-case-image {
    height: auto !important;
    aspect-ratio: 16 / 7 !important;
    overflow: hidden;
  }

  .trust-case-tall .trust-case-image img, .trust-case-short .trust-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 1280px) {
  .case-item-image, .trust-main-photo {
    height: auto !important;
    aspect-ratio: 16 / 6 !important;
    max-height: 220px;
    overflow: hidden;
  }

  .case-item-image img, .trust-main-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .trust-case-tall .trust-case-image, .trust-case-short .trust-case-image {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    max-height: none;
    overflow: hidden;
  }

  .trust-case-tall .trust-case-image img, .trust-case-short .trust-case-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .case-item-image {
    width: 238px !important;
    height: 231px !important;
    aspect-ratio: auto !important;
    max-height: none !important;
  }

  .case-item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .trust-main-photo {
    display: none !important;
  }
}

/* Strong points: adaptive layout mirrors trust-strip cards */
@media (max-width: 1500px) {
  .points-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 16px;
    width: 100%;
    max-width: none;
    margin: 0;
    align-items: stretch;
  }

  .points-grid .center {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    height: auto;
    min-height: 380px;
    padding: 34px 24px;
    border-radius: 24px;
    justify-content: flex-start;
  }

  .points-grid .center p {
    width: 100%;
    max-width: none;
    font-size: clamp(72px, 7.2vw, 96px);
  }

  .points-grid .trust-stat {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 230px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .points-grid .trust-stat:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
  }

  .points-grid .trust-stat:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .points-grid .trust-stat:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }

  .points-grid .trust-stat .big {
    font-size: clamp(48px, 4.8vw, 64px);
  }

  .points-grid .trust-stat .desc {
    max-width: 100%;
    font-size: clamp(18px, 1.9vw, 20px);
  }
}

@media (max-width: 1200px) {
  .points-grid {
    max-width: none;
    gap: 12px;
  }

  .points-grid .center {
    min-height: 300px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .points-grid .center p {
    font-size: clamp(56px, 8.2vw, 74px);
    line-height: 0.94;
  }

  .points-grid .trust-stat {
    min-height: 188px;
    padding: 18px 14px;
    border-radius: 18px;
    gap: 8px;
  }

  .points-grid .trust-stat .big {
    font-size: clamp(38px, 5.2vw, 52px);
    min-height: 0;
  }

  .points-grid .trust-stat .desc {
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.2;
  }
}

@media (max-width: 900px) {
  .points-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 12px;
  }

  .points-grid .center {
    grid-column: 1;
    grid-row: 1;
    min-height: 240px;
    padding: 24px 18px;
  }

  .points-grid .center p {
    font-size: clamp(42px, 12vw, 62px);
  }

  .points-grid .trust-stat {
    min-height: 160px;
    padding: 22px 18px;
    border-radius: 20px;
    gap: 12px;
  }

  .points-grid .trust-stat .big {
    font-size: clamp(52px, 10vw, 68px);
    line-height: 0.95;
  }

  .points-grid .trust-stat .desc {
    font-size: clamp(18px, 3.6vw, 24px);
    line-height: 1.25;
    max-width: none;
  }

  .points-grid .trust-stat:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .points-grid .trust-stat:nth-child(3) {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  .points-grid .trust-stat:nth-child(4) {
    grid-column: 1 !important;
    grid-row: 4 !important;
  }
}

@media (max-width: 1024px) {
  .points-grid .trust-stat {
    width: 100% !important;
    justify-self: stretch;
  }
}

@media (max-width: 1460px) and (min-width: 901px) {
  .case-item-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .case-item-image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 8 !important;
    max-height: none !important;
  }

  .case-item-content {
    width: 100%;
    flex: initial;
    gap: 14px;
  }

  .case-item-link {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .case-item-image {
    width: 100% !important;
    max-width: none !important;
    display: block;
  }
}
