/* ReadyHealth CI 2027 — authoritative presentation layer
   Loaded last on every page. Keeps page content intact while unifying the
   complete site around the approved ReadyHealth brand system. */

:root {
  --rh-mint: #88c4bc;
  --rh-mint-dark: #4e9d97;
  --rh-graphite: #3c3c3b;
  --rh-ink: #0b1211;
  --rh-fog: #e3eceb;
  --rh-fog-soft: #f1f6f5;
  --rh-paper: #ffffff;
  --rh-line: rgba(11, 18, 17, 0.11);
  --rh-muted: #5d6967;
  --rh-radius-sm: 10px;
  --rh-radius-md: 16px;
  --rh-radius-lg: 24px;
  --rh-radius-xl: 40px;
  --rh-radius-2xl: 56px;
  --rh-shadow-focus: 0 24px 70px rgba(11, 18, 17, 0.10);
  --rh-content: 1280px;
  --rh-readable: 720px;
  --rh-section: clamp(4.75rem, 8vw, 8.5rem);
}

.rh-skip-link {
  position: fixed;
  z-index: 100000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem 1.05rem;
  border-radius: 0.75rem;
  background: var(--rh-paper);
  color: var(--rh-ink);
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(11, 18, 17, 0.22);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.rh-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid var(--rh-mint);
  outline-offset: 3px;
}

/* 27.10.16 — James hero hardening: one full-bleed image plane, copy left. */
html body[data-page="host-james"] main #hero.host-hero {
  position: relative !important;
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(47rem, calc(100svh - 4.75rem), 55rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #fff !important;
}

html body[data-page="host-james"] main #hero.host-hero > .host-hero__media {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  transform: none !important;
}

html body[data-page="host-james"] main #hero.host-hero > .host-hero__media > .fn-media-img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
  transform: none !important;
}

html body[data-page="host-james"] main #hero.host-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg,
    #fff 0%,
    #fff 27%,
    rgba(255, 255, 255, 0.98) 36%,
    rgba(255, 255, 255, 0.82) 45%,
    rgba(255, 255, 255, 0.56) 53%,
    rgba(255, 255, 255, 0.28) 62%,
    rgba(255, 255, 255, 0.08) 72%,
    rgba(255, 255, 255, 0) 82%) !important;
  animation: none !important;
  transform: none !important;
}

html body[data-page="host-james"] main #hero.host-hero > .host-hero__stage {
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  grid-column: auto !important;
  grid-row: auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: min(calc(100% - 3rem), 86rem) !important;
  max-width: 86rem !important;
  min-height: clamp(47rem, calc(100svh - 4.75rem), 55rem) !important;
  margin: 0 auto !important;
  padding: clamp(4rem, 8vh, 6.5rem) clamp(2rem, 4vw, 4rem) clamp(6.5rem, 10vh, 8rem) !important;
  transform: none !important;
}

html body[data-page="host-james"] main #hero.host-hero .hero-content {
  position: relative !important;
  order: initial !important;
  width: min(100%, 43rem) !important;
  max-width: 43rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body[data-page="host-james"] main #hero.host-hero .hero-title-line {
  display: block !important;
}

@media (max-width: 768px) {
  html body[data-page="host-james"] main #hero.host-hero {
    min-height: 49rem !important;
  }

  html body[data-page="host-james"] main #hero.host-hero::before {
    background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.25) 31%,
      rgba(255, 255, 255, 0.9) 56%,
      #fff 72%,
      #fff 100%) !important;
  }

  html body[data-page="host-james"] main #hero.host-hero > .host-hero__media > .fn-media-img {
    object-position: 70% 10% !important;
  }

  html body[data-page="host-james"] main #hero.host-hero > .host-hero__stage {
    align-items: flex-end !important;
    min-height: 49rem !important;
    padding: 15rem clamp(1.25rem, 5vw, 2rem) 6.5rem !important;
  }
}

/* ================================================================
   READYHEALTH CI 2027 · FINAL CARE CASCADE LOCK · 27.5.2
   ================================================================ */
html body[data-page="care-julia-landingpage"] main > section {
  padding-block: clamp(5rem, 7vw, 7.5rem) !important;
}

html body[data-page="care-julia-landingpage"] main :is(
  .hero-image-wrapper,
  .problem-image,
  .coach-image,
  .gallery-image,
  .journey-image,
  .b2b-image,
  .safety-image,
  .social-proof-image,
  .b2b-integration
) {
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--rh-radius-media, 40px) !important;
  box-shadow: none !important;
  isolation: isolate;
}

html body[data-page="care-julia-landingpage"] main :is(
  .hero-image-wrapper,
  .problem-image,
  .coach-image,
  .gallery-image,
  .journey-image,
  .b2b-image,
  .safety-image,
  .social-proof-image,
  .b2b-integration
) > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: inherit !important;
}

/* CARE hero: keep the complete coaching visualization inside the portrait crop. */
html body[data-page="care-julia-landingpage"] main .hero-image-wrapper > img.section-img {
  object-position: 35% center !important;
}

html body[data-page="care-julia-landingpage"] main :is(
  .feature-card,
  .value-card,
  .impulse-card,
  .step-card,
  .journey-step,
  .b2b-feature,
  .safety-card,
  .testimonial-card,
  .faq-item
) {
  box-shadow: none !important;
}

html body[data-page="care-julia-landingpage"] :is(
  .care-features-grid,
  .values-grid,
  .coach-impulses,
  .journey-steps,
  .b2b-features,
  .safety-grid
) > * {
  height: 100% !important;
}

html body[data-page="care-julia-landingpage"] .care-gallery-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, .91fr)) !important;
  gap: clamp(1rem, 1.6vw, 1.5rem) !important;
  align-items: stretch !important;
}

html body[data-page="care-julia-landingpage"] .gallery-item {
  min-width: 0 !important;
  min-height: 35rem !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--rh-radius-media, 40px) !important;
  box-shadow: none !important;
  background: #07110f !important;
}

html body[data-page="care-julia-landingpage"] .gallery-item img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: inherit !important;
}

html body[data-page="care-julia-landingpage"] .gallery-caption {
  position: absolute !important;
  z-index: 2 !important;
  left: clamp(1.25rem, 2vw, 2rem) !important;
  right: clamp(1.25rem, 2vw, 2rem) !important;
  bottom: clamp(1.25rem, 2vw, 2rem) !important;
  padding: 1rem 1.125rem !important;
  border-radius: 1.25rem !important;
  color: #fff !important;
  background: #07110f !important;
  box-shadow: none !important;
}

html body[data-page="care-julia-landingpage"] .faq-question {
  background: #fff !important;
  border-color: #cfd8d6 !important;
  color: #07110f !important;
}

html body[data-page="care-julia-landingpage"] .faq-question > :first-child {
  color: #07110f !important;
}

@media (min-width: 1024px) {
  html body[data-page="care-julia-landingpage"] .hero-grid {
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
    align-items: center !important;
  }

  html body[data-page="care-julia-landingpage"] .hero-image-wrapper {
    min-height: 42rem !important;
  }

  html body[data-page="care-julia-landingpage"] .problem-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) !important;
    align-items: center !important;
  }

  html body[data-page="care-julia-landingpage"] .problem-image {
    min-height: 43rem !important;
  }

  html body[data-page="care-julia-landingpage"] .coach-grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
    align-items: center !important;
  }

  html body[data-page="care-julia-landingpage"] .coach-image {
    min-height: 40rem !important;
  }

  html body[data-page="care-julia-landingpage"] .coach-content {
    align-self: center !important;
  }

  html body[data-page="care-julia-landingpage"] .coach-impulses {
    margin-top: clamp(2.5rem, 4vw, 4rem) !important;
  }

  html body[data-page="care-julia-landingpage"] :is(.diff-grid, .value-grid) {
    align-items: stretch !important;
  }
}

@media (max-width: 767px) {
  html body[data-page="care-julia-landingpage"] main > section {
    padding-block: 4rem !important;
  }

  html body[data-page="care-julia-landingpage"] main :is(
    .hero-image-wrapper,
    .problem-image,
    .coach-image,
    .gallery-image,
    .journey-image,
    .b2b-image,
    .safety-image,
    .social-proof-image,
    .b2b-integration
  ) {
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
  }

  html body[data-page="care-julia-landingpage"] .care-gallery-grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-columns: none !important;
    grid-auto-columns: 84% !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: .75rem !important;
  }

  html body[data-page="care-julia-landingpage"] .gallery-item {
    min-height: 28rem !important;
    scroll-snap-align: start;
  }
}

/* ================================================================
   READYHEALTH CI 2027 · FINAL CARE CASCADE LOCK · 27.5.1
   ================================================================ */
html body[data-page="care-julia-landingpage"] main > section {
  padding-block: clamp(5rem, 8vw, 8rem) !important;
}

html body[data-page="care-julia-landingpage"] :is(
  .hero-image-wrapper,
  .problem-image-wrapper,
  .coach-image-wrapper,
  .b2b-integration,
  .care-moment-card
) {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 40px !important;
  box-shadow: none !important;
}

html body[data-page="care-julia-landingpage"] :is(
  .hero-image-wrapper,
  .problem-image-wrapper,
  .coach-image-wrapper
) > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit !important;
}

html body[data-page="care-julia-landingpage"] :is(
  .approach-card,
  .step-card,
  .impulse-card,
  .value-card,
  .roi-card,
  .testimonial-card
) {
  height: 100% !important;
  border-radius: 24px !important;
  box-shadow: none !important;
}

html body[data-page="care-julia-landingpage"] .care-moment-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, .91fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

html body[data-page="care-julia-landingpage"] .care-moment-card {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  min-height: 560px !important;
  aspect-ratio: auto !important;
}

html body[data-page="care-julia-landingpage"] .care-moment-card img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  transform: none !important;
}

html body[data-page="care-julia-landingpage"] .care-moment-card figcaption {
  position: static !important;
  padding: 24px 26px !important;
  background: #070b0a !important;
  color: #fff !important;
}

html body[data-page="care-julia-landingpage"] .faq-question,
html body[data-page="care-julia-landingpage"] .faq-question > span:first-child {
  background: #fff !important;
  color: #0b1211 !important;
}

@media (min-width: 1024px) {
  html body[data-page="care-julia-landingpage"] .hero-grid {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr) !important;
    align-items: center !important;
    gap: clamp(3rem, 5vw, 5.5rem) !important;
  }

  html body[data-page="care-julia-landingpage"] .hero-image-wrapper {
    min-height: clamp(560px, 50vw, 730px) !important;
    aspect-ratio: auto !important;
  }

  html body[data-page="care-julia-landingpage"] .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: clamp(3rem, 6vw, 6rem) !important;
  }

  html body[data-page="care-julia-landingpage"] .problem-image-wrapper {
    min-height: 650px !important;
    aspect-ratio: auto !important;
  }

  html body[data-page="care-julia-landingpage"] .coach-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr) !important;
    align-items: center !important;
    gap: clamp(3rem, 5vw, 5.5rem) !important;
  }

  html body[data-page="care-julia-landingpage"] .coach-image-wrapper {
    min-height: clamp(650px, 50vw, 760px) !important;
    aspect-ratio: auto !important;
  }

  html body[data-page="care-julia-landingpage"] .coach-content {
    align-self: center !important;
  }

  html body[data-page="care-julia-landingpage"] .coach-impulses {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }

  html body[data-page="care-julia-landingpage"] .diff-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
    align-items: center !important;
  }

  html body[data-page="care-julia-landingpage"] .value-grid {
    align-items: stretch !important;
  }
}

@media (max-width: 767px) {
  html body[data-page="care-julia-landingpage"] main > section {
    padding-block: clamp(3.5rem, 14vw, 5rem) !important;
  }

  html body[data-page="care-julia-landingpage"] :is(
    .hero-image-wrapper,
    .problem-image-wrapper,
    .coach-image-wrapper
  ) {
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
    border-radius: 28px !important;
  }

  html body[data-page="care-julia-landingpage"] .care-moment-grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(82vw, 1fr) !important;
    grid-template-columns: none !important;
    gap: 16px !important;
    overflow-x: auto !important;
    padding-bottom: 12px !important;
    scroll-snap-type: x mandatory !important;
  }

  html body[data-page="care-julia-landingpage"] .care-moment-card {
    min-height: 500px !important;
    border-radius: 28px !important;
    scroll-snap-align: start !important;
  }
}

/* ========================================================================== 
   READYHEALTH CI 2027 · FINAL CARE POLISH · 27.5.0
   ========================================================================== */
:root {
  --rh-radius-media: 40px;
  --rh-radius-panel: 32px;
  --rh-radius-card: 24px;
  --rh-section-space: clamp(5rem, 8vw, 8rem);
}

body[data-page="care-julia-landingpage"] main :is(.card, .glass-card, .approach-card, .impulse-card, .value-card, .roi-card, .testimonial-card) {
  box-shadow: none !important;
}

body[data-page="care-julia-landingpage"] main :is(.hero-image-wrapper, .problem-image-wrapper, .coach-image-wrapper, .hero-visual, .image-frame, .b2b-integration) {
  border-radius: var(--rh-radius-media) !important;
  overflow: hidden !important;
}

body[data-page="care-julia-landingpage"] main img.section-img {
  border-radius: var(--rh-radius-media) !important;
}

body[data-page="care-julia-landingpage"] main :is(.card, .glass-card, .approach-card, .impulse-card, .value-card, .roi-card, .testimonial-card) h3 {
  font-size: clamp(1.2rem, 1.45vw, 1.55rem) !important;
  line-height: 1.15 !important;
}

body[data-page="care-julia-landingpage"] main > section {
  padding-block: var(--rh-section-space);
}

body[data-page="care-julia-landingpage"] .section-header {
  max-width: 820px;
  margin-inline: auto;
}

body[data-page="care-julia-landingpage"] :is(.approach-grid, .steps-wrapper, .roi-grid, .testimonials-grid) {
  align-items: stretch;
}

body[data-page="care-julia-landingpage"] :is(.approach-card, .step-card, .roi-card, .testimonial-card) {
  height: 100%;
}

body[data-page="care-julia-landingpage"] :is(.problem-image-wrapper, .coach-image-wrapper) {
  position: relative;
}

body[data-page="care-julia-landingpage"] :is(.problem-image-wrapper, .coach-image-wrapper) > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="care-julia-landingpage"] .care-moment-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .91fr) minmax(0, .91fr) !important;
  gap: clamp(1rem, 2vw, 1.5rem) !important;
  align-items: stretch;
}

body[data-page="care-julia-landingpage"] .care-moment-card {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: clamp(470px, 42vw, 620px);
  margin: 0;
  border-radius: var(--rh-radius-media) !important;
  overflow: hidden;
  background: #fff;
  box-shadow: none !important;
  aspect-ratio: auto !important;
}

body[data-page="care-julia-landingpage"] .care-moment-card img {
  position: static !important;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform: none !important;
  border-radius: 0 !important;
}

body[data-page="care-julia-landingpage"] .care-moment-card--pause img { object-position: center; }
body[data-page="care-julia-landingpage"] .care-moment-card--team img { object-position: 50% 35%; }
body[data-page="care-julia-landingpage"] .care-moment-card--movement img { object-position: 50% 42%; }

body[data-page="care-julia-landingpage"] .care-moment-card figcaption {
  position: static !important;
  display: flex !important;
  align-items: center;
  gap: .75rem;
  min-height: 74px;
  padding: 1rem 1.25rem !important;
  background: #07110f !important;
  color: #fff !important;
  border-radius: 0 !important;
}

body[data-page="care-julia-landingpage"] .care-moment-card figcaption span {
  color: #84c9c0 !important;
}

body[data-page="care-julia-landingpage"] .faq-question,
body[data-page="care-julia-landingpage"] .faq-question > span:first-child {
  color: #06110f !important;
  background: #fff !important;
}

body[data-page="care-julia-landingpage"] .care-hr-cta {
  border-radius: clamp(2rem, 4vw, 4rem) !important;
  overflow: hidden;
}

@media (min-width: 1024px) {
  body[data-page="care-julia-landingpage"] .hero-grid {
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: center;
  }

  body[data-page="care-julia-landingpage"] .hero-content {
    max-width: 620px;
  }

  body[data-page="care-julia-landingpage"] .hero-title {
    max-width: 10.5ch;
    font-size: clamp(3.4rem, 4.8vw, 5.25rem) !important;
  }

  body[data-page="care-julia-landingpage"] .hero-image-wrapper {
    position: relative;
    min-height: clamp(540px, 48vw, 720px);
    aspect-ratio: auto !important;
  }

  body[data-page="care-julia-landingpage"] .hero-image-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body[data-page="care-julia-landingpage"] .problem-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr) !important;
    gap: clamp(3rem, 6vw, 6.5rem) !important;
    align-items: center;
  }

  body[data-page="care-julia-landingpage"] .problem-image-wrapper {
    min-height: clamp(560px, 48vw, 700px);
    aspect-ratio: auto !important;
  }

  body[data-page="care-julia-landingpage"] .coach-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr) !important;
    gap: clamp(3rem, 6vw, 6rem) !important;
    align-items: center;
  }

  body[data-page="care-julia-landingpage"] .coach-image-wrapper {
    min-height: clamp(610px, 52vw, 760px);
    aspect-ratio: auto !important;
  }
}

@media (max-width: 767px) {
  body[data-page="care-julia-landingpage"] main > section {
    padding-block: clamp(3.5rem, 13vw, 5rem);
  }

  body[data-page="care-julia-landingpage"] :is(.hero-image-wrapper, .problem-image-wrapper, .coach-image-wrapper) {
    position: relative;
    width: 100% !important;
    min-height: 0 !important;
    margin-inline: 0 !important;
    border-radius: 28px !important;
    aspect-ratio: 4 / 5 !important;
  }

  body[data-page="care-julia-landingpage"] :is(.hero-image-wrapper, .problem-image-wrapper, .coach-image-wrapper) > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body[data-page="care-julia-landingpage"] .care-moment-grid {
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 84vw);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: .75rem;
  }

  body[data-page="care-julia-landingpage"] .care-moment-card {
    min-height: 430px;
    border-radius: 28px !important;
    scroll-snap-align: start;
  }

  body[data-page="care-julia-landingpage"] .hero-title {
    font-size: clamp(2.75rem, 12vw, 3.5rem) !important;
  }
}

/* 27.9.4 — Host system stage.
   A warm, editorial system panel fits the calmer James / hospitality page. */
html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .approach-section {
  padding-block: clamp(4.5rem, 8vw, 8rem) !important;
  background:
    linear-gradient(180deg, #f7faf9 0%, #eef5f3 48%, #f8faf9 100%) !important;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  column-gap: clamp(3.5rem, 6vw, 7rem);
  row-gap: 1.1rem;
  overflow: hidden;
  padding: clamp(3rem, 5.5vw, 6rem);
  color: #071310;
  background:
    radial-gradient(circle at 94% 2%, rgba(136, 196, 188, 0.30), transparent 28%),
    radial-gradient(circle at 10% 100%, rgba(213, 230, 225, 0.48), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 245, 0.96));
  border: 1px solid rgba(56, 117, 108, 0.18);
  border-radius: clamp(2.25rem, 4vw, 3.75rem);
  box-shadow: 0 2rem 5rem rgba(21, 62, 56, 0.09);
  isolation: isolate;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system::before {
  content: "";
  position: absolute;
  top: clamp(2rem, 4vw, 4rem);
  right: clamp(2rem, 4vw, 4rem);
  width: clamp(9rem, 17vw, 17rem);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, transparent 34%, rgba(65, 142, 131, 0.09) 35% 35.7%, transparent 36.5% 54%, rgba(65, 142, 131, 0.07) 55% 55.7%, transparent 56.5%);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-row: 1 / span 2;
  min-width: 0;
  padding-right: clamp(0rem, 1vw, 1rem);
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system .overline {
  display: block;
  margin: 0 0 1.2rem;
  color: #3f9288 !important;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system h2 {
  max-width: 11ch;
  margin: 0;
  color: #071310 !important;
  font-size: clamp(3rem, 4.6vw, 5.15rem) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.052em !important;
  text-wrap: balance;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system h2 span {
  display: block;
  margin-top: 0.1em;
  color: #469a90;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system h2 .host-system__title-lead {
  color: #071310;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__intro > p {
  max-width: 38rem;
  margin: 1.75rem 0 0;
  color: #52625e !important;
  font-size: clamp(1.04rem, 1.25vw, 1.2rem);
  line-height: 1.62;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__outcome {
  display: grid;
  gap: 0.35rem;
  width: fit-content;
  margin-top: clamp(2.2rem, 3.5vw, 3.75rem);
  padding: 1.05rem 1.25rem;
  background: rgba(221, 238, 234, 0.72);
  border: 1px solid rgba(63, 146, 136, 0.18);
  border-radius: 1rem;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__outcome span {
  color: #3f9288;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__outcome strong {
  color: #10211d;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  line-height: 1.25;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__proofs {
  position: relative;
  display: grid;
  align-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__proof {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  min-height: 8.4rem;
  padding: clamp(1.25rem, 1.9vw, 1.75rem);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(48, 102, 94, 0.15);
  border-radius: 1.4rem;
  box-shadow: 0 0.8rem 2.2rem rgba(30, 79, 71, 0.065);
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__number {
  display: grid;
  place-items: center;
  width: clamp(3.25rem, 4vw, 4rem);
  aspect-ratio: 1;
  color: #06110f;
  background: linear-gradient(145deg, #9bd1ca, #79bdb4);
  border-radius: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__proof h3 {
  margin: 0 0 0.35rem;
  color: #071310;
  font-size: clamp(1.2rem, 1.55vw, 1.45rem);
  line-height: 1.1;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__proof p {
  max-width: 36rem;
  margin: 0;
  color: #60706c;
  font-size: clamp(0.95rem, 1.05vw, 1.04rem);
  line-height: 1.5;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__statement {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 0.25rem;
  padding: 1.15rem 1.35rem;
  color: #fff;
  background: #0b1714;
  border-radius: 1.2rem;
  box-shadow: 0 1rem 2.6rem rgba(6, 24, 20, 0.13);
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__statement > span {
  flex: 0 0 auto;
  color: #8bc8c0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__statement p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.98rem, 1.2vw, 1.15rem);
  line-height: 1.25;
  text-align: right;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__statement strong {
  color: #fff;
}

@media (max-width: 900px) {
  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 3rem 1.5rem 1.5rem;
    border-radius: 2.5rem;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system::before {
    display: none;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system h2 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 11vw, 4.75rem) !important;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__intro {
    grid-row: auto;
    padding: 0 0.35rem;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__proof {
    min-height: 0;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__statement {
    grid-column: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__statement p {
    text-align: left;
  }
}

@media (max-width: 560px) {
  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .approach-section {
    padding-block: 3rem !important;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__proof {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .host-system__number {
    width: 3.25rem;
  }
}

/* CARE image sequence: calm, orthogonal and consistently rounded. */
body[data-page="care-julia-landingpage"] .care-moment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  align-items: stretch;
}

body[data-page="care-julia-landingpage"] .care-moment-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: var(--rh-photo-radius, 40px);
  background: #dce8e6;
  isolation: isolate;
}

body[data-page="care-julia-landingpage"] .care-moment-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 0 !important;
  transform: scale(1.15);
}

body[data-page="care-julia-landingpage"] .care-moment-card--pause img {
  object-position: 0% 50%;
}

body[data-page="care-julia-landingpage"] .care-moment-card--team img {
  object-position: 49% 50%;
}

body[data-page="care-julia-landingpage"] .care-moment-card--movement img {
  object-position: 100% 50%;
}

body[data-page="care-julia-landingpage"] .care-moment-card figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(14px, 1.6vw, 22px);
  bottom: clamp(14px, 1.6vw, 22px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(4, 10, 9, 0.92);
  color: #fff;
  font-size: clamp(0.76rem, 0.9vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body[data-page="care-julia-landingpage"] .care-moment-card figcaption span {
  color: var(--rh-mint, #88cbc3);
}

@media (max-width: 767px) {
  body[data-page="care-julia-landingpage"] .care-moment-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 82vw);
    gap: 14px;
    margin-inline: -18px;
    padding: 0 18px 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  body[data-page="care-julia-landingpage"] .care-moment-grid::-webkit-scrollbar {
    display: none;
  }

  body[data-page="care-julia-landingpage"] .care-moment-card {
    scroll-snap-align: start;
    border-radius: 30px;
  }
}

html {
  background: var(--rh-paper);
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

html body,
html body.rh-bc-page {
  background: var(--rh-paper);
  color: var(--rh-ink);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

html body main {
  overflow: clip;
}

html body.rh-bc-page main {
  padding-top: 112px;
}

html body :is(h1, h2, h3, h4) {
  color: inherit;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}

html body h1 {
  font-size: clamp(3.2rem, 6.6vw, 7rem);
  font-weight: 650;
}

html body h2 {
  font-size: clamp(2.35rem, 4.5vw, 4.9rem);
  font-weight: 620;
}

html body h3 {
  font-size: clamp(1.45rem, 2.25vw, 2.35rem);
  font-weight: 620;
}

html body p,
html body li,
html body label,
html body input,
html body textarea,
html body select,
html body button {
  font-size: max(1rem, 16px);
}

html body p {
  color: var(--rh-muted);
  line-height: 1.68;
}

html body .container,
html body .bc-container {
  width: min(100% - clamp(2rem, 6vw, 6rem), var(--rh-content));
  max-width: var(--rh-content);
  margin-inline: auto;
  padding-inline: 0;
}

html body section,
html body .section {
  padding-block: var(--rh-section);
}

html body .section-header {
  max-width: 920px;
  margin: 0 auto clamp(2.75rem, 5vw, 5rem);
}

html body .section-header p {
  max-width: var(--rh-readable);
  margin-inline: auto;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
}

html body :is(.overline, .section-label, .section-badge) {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 1.1rem;
  color: var(--rh-mint-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

html body :is(.btn, .btn-primary, .btn-secondary, .bc-primary-button, .bc-outline-button) {
  min-height: 52px;
  border-radius: var(--rh-radius-md);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

html body :is(.btn, .btn-primary, .btn--primary, .bc-primary-button) {
  border-color: var(--rh-mint);
  background: var(--rh-mint);
  color: var(--rh-ink);
}

html body :is(.btn, .btn-primary, .btn-secondary, .bc-primary-button, .bc-outline-button):hover {
  transform: translateY(-2px);
  box-shadow: none;
}

html body :is(.btn, .btn-primary, .btn--primary, .bc-primary-button):hover {
  background: #9bd0c9;
}

/* The navigation is a deliberate dark highlight — compact, precise, and
   visually separated from the bright page rather than becoming the page. */
html body .rh-site-header .bc-header {
  left: 50%;
  width: min(calc(100% - 32px), 1440px);
  min-height: 80px;
  margin: 16px 0 0;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--rh-radius-lg);
  background: rgba(7, 12, 11, 0.96);
  box-shadow: 0 12px 36px rgba(11, 18, 17, 0.12);
}

html body .rh-site-header .bc-header.scrolled {
  background: rgba(7, 12, 11, 0.93);
  box-shadow: 0 14px 42px rgba(11, 18, 17, 0.16);
}

html body .rh-site-header .bc-header__inner {
  min-height: 80px;
  padding-block: 10px;
}

html body .rh-site-header .bc-header__logo .brand-logo {
  width: auto;
  height: 48px;
}

html body .rh-site-header .bc-header__nav-link,
html body .rh-site-header .bc-header__nav .fn-nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

html body .rh-site-header .fn-dropdown {
  top: calc(100% + 18px);
  border-radius: var(--rh-radius-md);
  border-color: rgba(136, 196, 188, 0.22);
  background: rgba(7, 12, 11, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.30);
}

/* Hero stages: bright, photographic, substantial. */
html body .hero {
  min-height: min(840px, calc(100svh - 112px));
  padding-block: clamp(3.5rem, 7vw, 7rem);
  background: var(--rh-paper);
}

html body :is(.hero__sub, .hero-sub, .hero p) {
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.55;
}

html body :is(.hero__visual, .hero-visual, .hero-image, .hero__image) {
  overflow: hidden;
  border-radius: var(--rh-radius-xl);
  background: var(--rh-fog-soft);
}

html body :is(.hero__visual, .hero-visual, .hero-image, .hero__image) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Fairtrain: compact editorial hero. The promise is legible in one glance;
   the image carries equal weight instead of being pushed below oversized copy. */
html body[data-page="fairtrain"] .hero {
  width: min(calc(100% - 32px), 1440px);
  min-height: 0;
  margin: 0 auto 1rem;
  padding: clamp(2.25rem, 4vw, 4.25rem);
  overflow: hidden;
  border: 1px solid rgba(78, 157, 151, 0.12);
  border-radius: var(--rh-radius-2xl);
  background:
    radial-gradient(circle at 8% 10%, rgba(136, 196, 188, 0.20), transparent 30%),
    linear-gradient(125deg, #f1f6f5 0%, #ffffff 58%);
}

html body[data-page="fairtrain"] .hero .container {
  width: 100%;
  max-width: 1360px;
  padding: 0;
}

html body[data-page="fairtrain"] .hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 4.5vw, 4.75rem);
  align-items: stretch;
}

html body[data-page="fairtrain"] .hero-content {
  display: flex;
  max-width: 620px;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(1rem, 2vw, 2rem);
}

html body[data-page="fairtrain"] .hero h1 {
  max-width: 680px;
  margin-bottom: 1.35rem;
  font-size: clamp(3.25rem, 4.3vw, 4.85rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.048em;
}

html body[data-page="fairtrain"] .hero h1 .accent {
  color: var(--rh-mint-dark);
}

html body[data-page="fairtrain"] .hero-sub {
  max-width: 590px;
  margin-bottom: 1.75rem;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.58;
}

html body[data-page="fairtrain"] .hero-visual {
  min-height: 570px;
  border-radius: var(--rh-radius-xl);
  box-shadow: 0 28px 70px rgba(11, 18, 17, 0.12);
}

html body[data-page="fairtrain"] .hero-visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

html body[data-page="fairtrain"] .hero-visual img {
  aspect-ratio: auto;
  object-position: 38% center;
}

html body[data-page="fairtrain"] .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(11, 18, 17, 0.10);
}

html body[data-page="fairtrain"] .hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(78, 157, 151, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #31423f;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 900px) {
  html body[data-page="fairtrain"] .hero {
    width: min(calc(100% - 16px), 1440px);
    padding: 1rem 1rem 2.25rem;
    border-radius: 32px;
  }

  html body[data-page="fairtrain"] .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  html body[data-page="fairtrain"] .hero-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }

  html body[data-page="fairtrain"] .hero-content {
    max-width: 680px;
    padding: 0 0.5rem;
  }

  html body[data-page="fairtrain"] .hero h1 {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
  }
}

html body img {
  image-rendering: auto;
}

html body :is(.section-img, article img, figure img) {
  border-radius: inherit;
}

/* One coherent card language. Cards are structural, not decorative floating
   boxes. Elevation is reserved for the selected/interactive state. */
html body :is(
  .card,
  .story-card,
  .arch-card,
  .programme-card,
  .data-card,
  .trust-card,
  .spec-card,
  .feature-card,
  .benefit-card,
  .value-card,
  .problem-card,
  .metric-card,
  .testimonial-card,
  .impulse-card,
  .glass-card,
  .faq-item,
  .faq__item
) {
  border: 1px solid var(--rh-line);
  border-radius: var(--rh-radius-lg);
  box-shadow: none;
}

html body :is(
  .card,
  .story-card,
  .arch-card,
  .programme-card,
  .data-card,
  .trust-card,
  .spec-card,
  .feature-card,
  .benefit-card,
  .value-card,
  .problem-card,
  .metric-card,
  .testimonial-card,
  .impulse-card,
  .glass-card
):hover {
  transform: translateY(-4px);
  border-color: rgba(78, 157, 151, 0.34);
  box-shadow: var(--rh-shadow-focus);
}

html body :is(.programme-card__visual, .spec-card__visual, .story-card-image) {
  overflow: hidden;
  border-radius: var(--rh-radius-lg) var(--rh-radius-lg) 0 0;
}

html body :is(.programme-card__visual, .spec-card__visual, .story-card-image) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

/* Approved bright surfaces. Alternating fog creates rhythm without turning
   every section into a floating card field. */
html body :is(.vision, .programmes, .specializations, .faq, .faq-section) {
  background: var(--rh-fog-soft);
}

html body :is(.story, .health-data, .trust) {
  background: var(--rh-paper);
}

/* Dark sections remain rare, strong highlight stages. */
html body :is(.architecture, .dark-section, .section--dark, .final-cta) {
  color: var(--rh-paper);
  background: var(--rh-ink);
}

html body :is(.architecture, .dark-section, .section--dark, .final-cta) p {
  color: rgba(255, 255, 255, 0.72);
}

html body .architecture {
  margin-inline: clamp(0.75rem, 2vw, 2rem);
  border-radius: var(--rh-radius-2xl);
}

html body .architecture .arch-card {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(136, 196, 188, 0.18);
}

/* Proof strips and technical UI: crisp contrast, never tiny. */
html body :is(.badge, .pill, .feature-tag, .programme-card__tag, .spec-card__coach) {
  min-height: 30px;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0.045em;
}

html body :is(
  small,
  .updated-date,
  .stat-label,
  .metric-label,
  .floating-label,
  .feature-number,
  .step-label,
  .variant-card__chip,
  .card__number
) {
  font-size: max(0.875rem, 14px);
  line-height: 1.45;
}

html body :is(.faq-question, .faq__question, .faq-item__q) {
  min-height: 62px;
  font-size: 1.05rem;
}

html body :is(input, textarea, select) {
  min-height: 52px;
  border: 1px solid var(--rh-line);
  border-radius: var(--rh-radius-md);
  background: var(--rh-paper);
}

html body :is(input, textarea, select):focus {
  border-color: var(--rh-mint-dark);
  outline: 3px solid rgba(136, 196, 188, 0.24);
  outline-offset: 1px;
}

/* Page footer: one confident dark conclusion rather than a disconnected
   legacy block. */
html body footer.fn-locations-site-footer {
  margin: 0 clamp(0.75rem, 2vw, 2rem) clamp(0.75rem, 2vw, 2rem);
  overflow: hidden;
  border-radius: var(--rh-radius-2xl);
  background: var(--rh-ink);
}

html body footer.fn-locations-site-footer .footer-s1 {
  padding: clamp(3rem, 5vw, 5rem) 0;
  background-color: var(--rh-ink);
  background-image: linear-gradient(135deg, #07100f 0%, #0b1715 58%, #08100f 100%) !important;
  background-blend-mode: normal;
}

html body footer.fn-locations-site-footer .footer-s2 {
  background: #050808;
}

html body footer.fn-locations-site-footer .footer-s1 .container-fluid {
  width: min(calc(100% - 4rem), 1440px);
  padding-inline: 0;
}

html body footer.fn-locations-site-footer .footer-s1 .items {
  display: grid;
  grid-template-columns: .9fr .8fr 1.3fr;
  gap: 0;
  align-items: start;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item {
  width: auto;
  min-width: 0;
  padding: 0 clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid rgba(255,255,255,.18);
}

html body footer.fn-locations-site-footer .footer-s1 .items .item:first-child {
  padding-left: 0;
  border-left: 0;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item:last-child {
  padding-right: 0;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .item-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.15;
  text-align: left;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .footer__menu {
  margin: 0;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .footer__menu__item a {
  padding: .55rem 0;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.25;
  text-align: left;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .footer__company-desc {
  max-width: 38rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .downloadapp h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.6vw, 2.7rem);
  line-height: 1.08;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .downloadapp h2 b {
  font-size: inherit;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .downloadapp .app-download {
  align-items: flex-start;
}

/* Fairtrain: one coherent icon language and stronger editorial image stages. */
html body .network-type-icon svg,
html body .solution-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body .network-types .network-type {
  min-height: 190px;
  padding: clamp(1.5rem, 2.3vw, 2.25rem);
  border: 1px solid rgba(78,157,151,.15);
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 48px rgba(14,35,32,.055);
}

html body .network-type-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--rh-fog);
  color: var(--rh-mint-dark);
}

html body .problem .section-img,
html body .solution .section-img {
  border-radius: var(--rh-radius-xl) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.14);
}

/* Robin product proof: real screens, rebuilt as a precise product composition. */
html body .app-experience {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f9f8 0%, var(--rh-fog) 100%);
}

html body .app-experience::before {
  content: "";
  position: absolute;
  inset: 14% 22% 2%;
  border-radius: 50%;
  background: rgba(136,196,188,.2);
  filter: blur(90px);
  pointer-events: none;
}

html body .app-experience .container {
  position: relative;
  z-index: 1;
}

html body .app-screens {
  max-width: 1180px;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: end;
}

html body .app-screen {
  aspect-ratio: auto;
  min-width: 0;
  padding: 1.25rem 1rem 4.75rem;
  overflow: hidden;
  border: 1px solid rgba(78,157,151,.16);
  border-radius: 38px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 30px 80px rgba(21,48,44,.10);
  backdrop-filter: blur(18px);
}

html body .app-screen img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 690px;
  object-fit: contain;
}

html body .app-screen:nth-child(2) {
  transform: translateY(-28px);
}

html body .app-screen-label {
  inset: auto 1rem 1rem;
  padding: .85rem 1rem;
  border-radius: 16px;
  background: #08100f;
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
  text-align: center;
}

html body .ecosystem-visual {
  overflow: hidden;
  border: 1px solid rgba(78,157,151,.16);
  border-radius: var(--rh-radius-xl);
  background: var(--rh-paper);
  box-shadow: 0 28px 72px rgba(21,48,44,.09);
}

html body .ecosystem-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html body .eco-item-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--ready-mint, #88c4bc);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* The new 2027 key visuals are allowed to breathe; no legacy full-bleed clipping. */
html body :is(.story, .architecture, .health-data) img[src*="assets/images/ci-2027/"] {
  object-fit: cover;
  object-position: center;
}

/* Homepage editorial tuning: prominent image world, fewer same-size boxes. */
html body[data-page="index"] .hero {
  width: min(calc(100% - 32px), 1440px);
  min-height: min(780px, calc(100svh - 128px));
  margin: 0 auto 1rem;
  padding: clamp(2rem, 5vw, 5rem);
  border-radius: var(--rh-radius-2xl);
  background:
    linear-gradient(90deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.18) 34%, rgba(255,255,255,0) 54%),
    url("../images/mainpage/plattform-hero-v7.jpg") center / cover no-repeat;
}

html body[data-page="index"] .hero__grid {
  min-height: 600px;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
}

html body[data-page="index"] .hero__content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

html body[data-page="index"] .hero h1 {
  font-size: clamp(3.75rem, 6vw, 6.5rem);
  color: var(--rh-ink);
}

html body[data-page="index"] .hero__visual {
  background: transparent;
}

html body[data-page="index"] .hero__visual img {
  opacity: 0;
}

html body[data-page="index"] .vision .grid-4 {
  gap: 1rem;
}

html body[data-page="index"] .vision .card:first-child,
html body[data-page="index"] .vision .card:last-child {
  background: var(--rh-paper);
}

html body[data-page="index"] .programmes .grid-2 {
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

html body[data-page="index"] .programme-card__visual {
  aspect-ratio: 16 / 9;
}

html body[data-page="index"] .health-data .grid-4 {
  align-items: stretch;
}

html body[data-page="index"] .data-card {
  padding: clamp(1.4rem, 2.4vw, 2.25rem);
  background: var(--rh-fog-soft);
}

html body[data-page="index"] .specializations .grid-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

html body[data-page="index"] .spec-card__visual {
  aspect-ratio: 4 / 4.8;
}

html body[data-page="index"] .spec-card--robin .spec-card__visual img {
  object-position: 31% center;
}

/* Bodycheck uses the approved real cutout, not a boxed or speculative render. */
html body[data-page="bodycheck"] .hero-image--bodycheck {
  min-height: 650px;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  overflow: visible;
  border: 1px solid var(--rh-line);
  border-radius: var(--rh-radius-xl);
  background:
    radial-gradient(circle at 50% 52%, rgba(136, 196, 188, 0.30), transparent 46%),
    linear-gradient(145deg, #f6faf9 0%, #e3eceb 100%);
}

html body[data-page="bodycheck"] .hero-image--bodycheck .bodycheck-cutout {
  width: min(100%, 480px);
  height: 610px;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: drop-shadow(0 28px 34px rgba(11, 18, 17, 0.18));
}

html body[data-page="bodycheck"] .hero-image--bodycheck .hero-floating {
  z-index: 2;
  border: 1px solid rgba(78, 157, 151, 0.22);
  border-radius: var(--rh-radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(11, 18, 17, 0.10);
  backdrop-filter: blur(14px);
}

/* Health Center: the real management context is the primary product proof. */
html body[data-page="board-corporate-health-management"] .hero {
  width: min(calc(100% - 32px), 1440px);
  min-height: min(820px, calc(100svh - 128px));
  margin: 0 auto 1rem;
  padding-inline: clamp(1.5rem, 4vw, 4.5rem);
  border-radius: var(--rh-radius-2xl);
  background: var(--rh-ink);
}

html body[data-page="board-corporate-health-management"] .hero-grid {
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

html body[data-page="board-corporate-health-management"] .hero h1 {
  font-size: clamp(3.4rem, 5.8vw, 6.25rem);
}

html body[data-page="board-corporate-health-management"] .hero-img-wrapper {
  overflow: hidden;
  aspect-ratio: 4 / 4.2;
  border: 1px solid rgba(136, 196, 188, 0.22);
  border-radius: var(--rh-radius-xl);
}

html body[data-page="board-corporate-health-management"] .hero-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

/* The app is communicated through real-life coaching, not through invented
   product screens. Actual UI may be added only when verified product captures
   are available. */
html body[data-page="app"] .hero__image-wrap,
html body[data-page="app"] .hero__image-main {
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--rh-radius-xl);
}

html body[data-page="app"] .hero__image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% center;
}

html body[data-page="app"] .hero__phone-overlay {
  display: none;
}

/* Accessibility and motion quality. */
@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;
  }
}

/* Accessible text that remains available to screen readers. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Keep the primary action in the first laptop viewport without weakening the hero. */
@media (min-width: 1101px) and (max-height: 800px) {
  html body[data-page="index"] .hero {
    padding-block: 2.25rem;
  }

  html body[data-page="index"] .hero__grid {
    min-height: 500px;
  }

  html body[data-page="index"] .hero h1 {
    font-size: clamp(3.5rem, 5.2vw, 5.6rem);
  }
}

@media (max-width: 1100px) {
  html body[data-page="index"] .specializations .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body[data-page="index"] .hero__grid {
    grid-template-columns: 1fr;
  }

  html body[data-page="index"] .hero__visual {
    display: none;
  }
}

@media (max-width: 900px) {
  html body.rh-bc-page main {
    padding-top: 96px;
  }

  html body .rh-site-header .bc-header {
    min-height: 68px;
    border-radius: 20px;
  }

  html body .rh-site-header .bc-header__inner {
    min-height: 68px;
  }

  html body .rh-site-header .bc-header__logo .brand-logo {
    height: 40px;
  }

  html body .hero {
    min-height: auto;
  }

  html body .architecture,
  html body footer.fn-locations-site-footer {
    border-radius: var(--rh-radius-xl);
  }

  html body footer.fn-locations-site-footer .footer-s1 .container-fluid {
    width: min(calc(100% - 3rem), 720px);
  }

  html body footer.fn-locations-site-footer .footer-s1 .items {
    grid-template-columns: 1fr;
  }

  html body footer.fn-locations-site-footer .footer-s1 .items .item {
    width: 100%;
    padding: 1.75rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
    align-items: flex-start;
  }

  html body footer.fn-locations-site-footer .footer-s1 .items .item:last-child {
    border-bottom: 0;
  }

  html body .app-screens {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    padding: 2rem 1rem 3rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  html body .app-screen {
    scroll-snap-align: center;
  }

  html body .app-screen:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 680px) {
  :root {
    --rh-section: 4rem;
  }

  html body .container,
  html body .bc-container {
    width: min(100% - 2rem, var(--rh-content));
  }

  html body h1 {
    font-size: clamp(2.65rem, 13vw, 4.4rem);
  }

  html body h2 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  html body[data-page="index"] .hero {
    width: calc(100% - 1rem);
    min-height: 690px;
    padding: 2rem 1.25rem 2.5rem;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.88) 48%, rgba(255,255,255,.15) 100%), url("../images/mainpage/plattform-hero-v7.jpg") 42% center/cover no-repeat;
  }

  html body[data-page="index"] .hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.35rem);
  }

  html body[data-page="index"] .specializations .grid-3 {
    grid-template-columns: 1fr;
  }

  html body .architecture,
  html body footer.fn-locations-site-footer {
    margin-inline: 0.5rem;
    border-radius: 32px;
  }

  html body :is(.story, .architecture, .health-data) img[src*="assets/images/ci-2027/"] {
    min-height: 360px;
    aspect-ratio: 4 / 3 !important;
  }

  html body .story img[src*="platform-story"] {
    object-position: 58% center;
  }

  html body[data-page="bodycheck"] .hero-image--bodycheck {
    min-height: 450px;
    padding: 0.75rem;
  }

  html body[data-page="bodycheck"] .hero-image--bodycheck .bodycheck-cutout {
    width: auto !important;
    max-width: none !important;
    height: 430px !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }
}

/* --------------------------------------------------------------------------
   CI 2027 — hero proportion system 27.1

   The image is a primary proof surface, not a secondary thumbnail. Two-column
   heroes therefore reserve roughly three fifths of their width for the visual
   and use a calmer, bounded headline scale. The rules stay page-aware so an
   emotional coach portrait, a product stage and a dashboard do not become the
   same composition.
   -------------------------------------------------------------------------- */

@media (min-width: 1024px) {
  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"],
    [data-page="plattform-uebersicht"],
    [data-page="readyhealth-work"],
    [data-page="cue-landingpage"],
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"],
    [data-page="apotheke-amira"],
    [data-page="fairtrain"],
    [data-page="bodycheck"],
    [data-page="board-corporate-health-management"],
    [data-page="move-and-stay"]
  ) .hero {
    min-height: 0 !important;
    padding-block: clamp(3.25rem, 5.4vw, 6rem) !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"],
    [data-page="plattform-uebersicht"],
    [data-page="readyhealth-work"],
    [data-page="cue-landingpage"],
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"],
    [data-page="apotheke-amira"],
    [data-page="fairtrain"],
    [data-page="bodycheck"],
    [data-page="board-corporate-health-management"],
    [data-page="move-and-stay"]
  ) .hero h1 {
    max-width: 10.5ch;
    margin-inline: 0;
    font-size: clamp(3.65rem, 5.15vw, 5.15rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"],
    [data-page="plattform-uebersicht"],
    [data-page="readyhealth-work"],
    [data-page="cue-landingpage"],
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"],
    [data-page="apotheke-amira"],
    [data-page="fairtrain"],
    [data-page="bodycheck"],
    [data-page="board-corporate-health-management"],
    [data-page="move-and-stay"]
  ) .hero :is(.hero-content, .hero__content, .hero__text) {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    max-width: 510px;
  }

  /* Coach worlds: a large human moment leads, copy explains. */
  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"]
  ) .hero-grid,
  html body[data-page="next-luca-landingpage"] .hero > .container {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr) !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
    align-items: stretch !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"]
  ) .hero-image-wrapper,
  html body[data-page="next-luca-landingpage"] .hero-visual {
    position: relative;
    width: 100%;
    min-height: clamp(660px, 55vw, 780px) !important;
    overflow: hidden;
    border-radius: var(--rh-photo-radius) !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"]
  ) .hero-image-wrapper > img,
  html body[data-page="next-luca-landingpage"] .hero-visual > img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
  }

  /* Platform, Work and product pages: broad, credible system stages. */
  html body[data-page="plattform-uebersicht"] .hero__grid,
  html body[data-page="readyhealth-work"] .hero__layout,
  html body[data-page="cue-landingpage"] .hero-grid,
  html body[data-page="board-corporate-health-management"] .hero-grid,
  html body[data-page="bodycheck"] .hero-grid,
  html body[data-page="fairtrain"] .hero-grid {
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr) !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="plattform-uebersicht"] .hero__visual,
  html body[data-page="readyhealth-work"] .hero__img-area,
  html body[data-page="cue-landingpage"] .hero-visual,
  html body[data-page="board-corporate-health-management"] .hero-visual,
  html body[data-page="bodycheck"] .hero-image,
  html body[data-page="fairtrain"] .hero-visual {
    width: 100%;
    min-height: clamp(640px, 52vw, 760px) !important;
    align-self: stretch;
  }

  html body[data-page="board-corporate-health-management"] .hero-img-wrapper,
  html body[data-page="fairtrain"] .hero-visual {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: var(--rh-photo-radius) !important;
  }

  html body[data-page="board-corporate-health-management"] .hero-img-wrapper > img,
  html body[data-page="fairtrain"] .hero-visual > img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
  }

  /* Editorial and industry pages: still image-led, with room for proof copy. */
  html body:is(
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"],
    [data-page="apotheke-amira"]
  ) .hero > .container,
  html body[data-page="move-and-stay"] .hero-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
    align-items: stretch !important;
  }

  html body:is(
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"]
  ) .hero-visual {
    position: relative;
    width: 100%;
    min-height: clamp(660px, 54vw, 790px) !important;
    overflow: hidden;
    border-radius: var(--rh-photo-radius) !important;
  }

  html body:is(
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"]
  ) .hero-visual > img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
  }

  html body[data-page="robin-landingpage"] .hero-image-wrapper,
  html body[data-page="robin-landingpage"] .hero-image-wrapper > img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
  }

  html body[data-page="robin-landingpage"] .hero-image-wrapper {
    position: absolute;
    inset: 0;
    min-height: 0 !important;
  }

  html body[data-page="robin-landingpage"] .hero-image-wrapper > img {
    position: absolute !important;
    inset: 0;
    object-fit: cover;
  }

  html body[data-page="apotheke-amira"] .hero-visual {
    width: 100%;
    min-height: clamp(620px, 49vw, 720px) !important;
  }

  html body[data-page="move-and-stay"] .hero-visual {
    min-height: clamp(640px, 52vw, 760px) !important;
  }
}

/* 27.1.4 — Host shift journey.
   One continuous stage replaces nested cards and inset quote boxes. */
html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .experience-section {
  padding-block: clamp(5rem, 8vw, 8.5rem) !important;
  background: #fff !important;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .experience-section .section-header {
  width: min(850px, 100%);
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .experience-section .section-header h2 {
  max-width: none;
  margin-inline: auto;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .experience-section .section-header p {
  max-width: 720px;
  margin-inline: auto;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-grid {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(136, 196, 188, 0.16), transparent 32%),
    #eef5f3;
  border: 1px solid rgba(78, 157, 151, 0.14);
  border-radius: clamp(2.25rem, 4vw, 3.5rem);
  counter-reset: host-shift;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-card {
  counter-increment: host-shift;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: clamp(390px, 32vw, 470px);
  padding: clamp(2rem, 3.4vw, 3.5rem) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-card + .scenario-card {
  border-left: 1px solid rgba(11, 18, 17, 0.13) !important;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-card::before {
  content: "0" counter(host-shift);
  display: block;
  margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
  color: var(--rh-mint-dark);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

/* 27.1.5 — Host four-step system.
   Equal columns and controlled copy measures prevent content from sizing the grid. */
@media (min-width: 1200px) {
  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .how-section .steps-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 1.6vw, 1.5rem) !important;
    align-items: stretch !important;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .how-section .step-item {
    width: auto !important;
    min-width: 0 !important;
    height: 100%;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr;
    align-content: start;
    padding: clamp(2rem, 2.7vw, 3rem) clamp(1.35rem, 2vw, 2rem) !important;
    text-align: center;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .how-section .step-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .how-section .step-content h3 {
    width: 100%;
    max-width: 12ch;
    min-height: 2.2em;
    margin: 0.45rem auto 1rem;
    font-size: clamp(1.7rem, 2vw, 2.25rem);
    line-height: 1.05;
    text-wrap: balance;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .how-section .step-content p {
    max-width: 28ch;
    margin-inline: auto;
    text-wrap: pretty;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .how-section .steps-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .how-section .step-item {
    min-width: 0 !important;
    height: 100%;
  }
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-card h3 {
  max-width: 9ch;
  margin: 0 0 1.25rem !important;
  color: var(--rh-ink) !important;
  font-size: clamp(1.85rem, 2.6vw, 3rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-card > p {
  max-width: 34ch;
  margin: 0;
  color: var(--rh-muted) !important;
  font-size: clamp(1rem, 1.2vw, 1.15rem) !important;
  line-height: 1.65 !important;
}

html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-quote {
  margin: auto 0 0 !important;
  padding: clamp(1.4rem, 2vw, 2rem) 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(78, 157, 151, 0.5) !important;
  border-radius: 0 !important;
  color: #287a74 !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .experience-section .section-header {
    text-align: left;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-grid {
    grid-template-columns: 1fr !important;
    padding: 0 1.5rem;
    border-radius: 2rem;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-card {
    min-height: 0;
    padding: 2.5rem 0 !important;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-card + .scenario-card {
    border-top: 1px solid rgba(11, 18, 17, 0.13) !important;
    border-left: 0 !important;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-card::before {
    margin-bottom: 1.25rem;
  }

  html body:is([data-page="host-james"], [data-page="host-james-landingpage"]) .scenario-quote {
    margin-top: 2rem !important;
  }
}

@media (max-width: 1023px) {
  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"],
    [data-page="plattform-uebersicht"],
    [data-page="readyhealth-work"],
    [data-page="cue-landingpage"],
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"],
    [data-page="apotheke-amira"],
    [data-page="fairtrain"],
    [data-page="bodycheck"],
    [data-page="board-corporate-health-management"],
    [data-page="move-and-stay"]
  ) .hero {
    min-height: 0 !important;
    padding-block: clamp(2.5rem, 9vw, 4.75rem) !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"],
    [data-page="plattform-uebersicht"],
    [data-page="readyhealth-work"],
    [data-page="cue-landingpage"],
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"],
    [data-page="apotheke-amira"],
    [data-page="fairtrain"],
    [data-page="bodycheck"],
    [data-page="board-corporate-health-management"],
    [data-page="move-and-stay"]
  ) .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.85rem, 12vw, 4.4rem) !important;
    line-height: 0.99 !important;
    letter-spacing: -0.05em !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"]
  ) .hero-image-wrapper,
  html body[data-page="next-luca-landingpage"] .hero-visual,
  html body[data-page="plattform-uebersicht"] .hero__visual,
  html body[data-page="readyhealth-work"] .hero__img-area,
  html body[data-page="cue-landingpage"] .hero-visual,
  html body[data-page="board-corporate-health-management"] .hero-visual,
  html body[data-page="fairtrain"] .hero-visual,
  html body:is(
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"]
  ) .hero-visual {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--rh-photo-radius-compact) !important;
  }
}

/* --------------------------------------------------------------------------
   CI 2027 — rounded editorial compositions
   Images and text surfaces belong to one system: generous radii, quiet
   borders and intentional grouping. Shadows remain an interaction cue.
   -------------------------------------------------------------------------- */

html body main :is(
  [class$="-visual"],
  [class$="__visual"],
  [class*="-visual "],
  [class*="__visual "],
  .img-box,
  .image-box,
  .image-card,
  figure
):has(img) {
  overflow: hidden;
  border-radius: var(--rh-radius-xl);
}

html body main :is(
  [class$="-visual"],
  [class$="__visual"],
  [class*="-visual "],
  [class*="__visual "],
  .img-box,
  .image-box,
  .image-card,
  figure
):has(img) > img,
html body main .reveal:has(> .section-img) > .section-img,
html body main .section-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit !important;
  object-fit: cover;
}

html body main .reveal:has(> .section-img) {
  overflow: hidden;
  border-radius: var(--rh-radius-xl);
  background: var(--rh-fog-soft);
}

html body main :is(
  [class$="-card"],
  [class$="__card"],
  [class*="-card "],
  [class*="__card "],
  .text-box,
  .content-box,
  .info-box
) {
  border-radius: var(--rh-radius-lg);
}

html body main :is(
  [class$="-card"],
  [class$="__card"],
  [class*="-card "],
  [class*="__card "]
):has(img) {
  overflow: hidden;
}

/* Split sections use the same spacing and corner cadence without making
   every paragraph look like a floating card. */
html body main :is(
  .smart-coaching__layout,
  .health-board__layout,
  .fairtrain__layout,
  .wearables__layout,
  .overview__grid,
  .schedule__layout,
  .target__layout,
  .unternehmen__layout,
  .problem-grid,
  .coach-grid,
  .intervention-grid,
  .endkunden-grid,
  .unternehmen-grid,
  .studios-grid,
  .klarheit-grid,
  .b2c-grid
):has(> [class*="visual"]) {
  gap: clamp(1rem, 2.4vw, 2rem);
  border-radius: var(--rh-radius-2xl);
}

/* ReadyHealth Work: the screenshot section becomes one premium composition,
   not unrelated copy beside a rectangular stock image. */
html body[data-page="readyhealth-work"] .smart-coaching {
  padding-block: clamp(4.5rem, 7vw, 7rem);
}

html body[data-page="readyhealth-work"] .smart-coaching__layout {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 14px;
  align-items: stretch;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(78, 157, 151, 0.13);
  border-radius: var(--rh-radius-2xl);
  background:
    radial-gradient(circle at 2% 8%, rgba(136, 196, 188, 0.18), transparent 32%),
    var(--rh-fog-soft);
}

html body[data-page="readyhealth-work"] .smart-coaching__text {
  display: flex;
  min-height: 620px;
  padding: clamp(2.25rem, 4vw, 4.5rem);
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(11, 18, 17, 0.07);
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.94);
}

html body[data-page="readyhealth-work"] .smart-coaching__text h2 {
  max-width: 720px;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 4.3vw, 4.75rem);
}

html body[data-page="readyhealth-work"] .smart-coaching__text p {
  max-width: 680px;
}

html body[data-page="readyhealth-work"] .smart-coaching__features {
  gap: 0.65rem;
  margin-top: 1.75rem;
}

html body[data-page="readyhealth-work"] .smart-coaching__feature {
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(78, 157, 151, 0.12);
  border-radius: 999px;
  background: var(--rh-fog-soft);
}

html body[data-page="readyhealth-work"] .smart-coaching__layout > .reveal:last-child {
  position: relative;
  min-height: 620px;
  align-self: stretch;
  border-radius: 44px;
  box-shadow: none;
}

html body[data-page="readyhealth-work"] .smart-coaching__layout > .reveal:last-child .section-img {
  position: absolute;
  inset: 0;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-position: 68% center;
}

html body[data-page="readyhealth-work"] :is(
  .health-board__layout,
  .fairtrain__layout,
  .wearables__layout
) {
  padding: clamp(0.75rem, 1.5vw, 1rem);
  border: 1px solid rgba(78, 157, 151, 0.12);
  border-radius: var(--rh-radius-2xl);
  background: var(--rh-fog-soft);
}

html body[data-page="readyhealth-work"] :is(
  .health-board__layout,
  .fairtrain__layout,
  .wearables__layout
) > div {
  border-radius: var(--rh-radius-xl);
}

html body[data-page="readyhealth-work"] .bodycheck {
  margin-inline: clamp(0.5rem, 2vw, 2rem);
  border-radius: var(--rh-radius-2xl);
}

@media (max-width: 1023px) {
  html body[data-page="readyhealth-work"] .smart-coaching__layout {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 36px;
  }

  html body[data-page="readyhealth-work"] .smart-coaching__text,
  html body[data-page="readyhealth-work"] .smart-coaching__layout > .reveal:last-child {
    min-height: 0;
    border-radius: 28px;
  }

  html body[data-page="readyhealth-work"] .smart-coaching__layout > .reveal:last-child {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 768px) {
  html body main :is(
    .reveal,
    [class$="-visual"],
    [class$="__visual"],
    [class*="-visual "],
    [class*="__visual "]
  ):has(> .section-img) {
    width: auto !important;
    margin-inline: 0 !important;
    overflow: hidden;
    border-radius: var(--rh-radius-lg) !important;
  }

  html body main .section-img {
    border-radius: inherit !important;
  }

  html body[data-page="readyhealth-work"] .hero__img-area > div[style*="aspect-ratio: 16/9"] {
    width: auto;
    margin-inline: 0 !important;
    border-radius: var(--rh-radius-lg) !important;
  }

  html body[data-page="readyhealth-work"] .smart-coaching,
  html body[data-page="readyhealth-work"] #dreiklang,
  html body[data-page="readyhealth-work"] #health-board,
  html body[data-page="readyhealth-work"] .fairtrain,
  html body[data-page="readyhealth-work"] .wearables {
    padding-bottom: var(--rh-section);
  }

  html body[data-page="readyhealth-work"] .smart-coaching__text {
    padding: 2rem 1.35rem;
  }

  html body[data-page="readyhealth-work"] .smart-coaching__text h2 {
    font-size: clamp(2.45rem, 11vw, 3.65rem);
  }

  html body[data-page="readyhealth-work"] .bodycheck {
    margin-inline: 0.5rem;
    border-radius: 32px;
  }
}


/* --------------------------------------------------------------------------
   CI 2027 — visual balance

   Image stages and copy blocks are sized as one composition. Long copy no
   longer pushes a small image into a secondary role; proof cards sit below or
   over the image stage instead of competing with it for column width.
   -------------------------------------------------------------------------- */

@media (min-width: 1024px) {
  /* Coach worlds: emotional portrait and narrative carry equal weight. */
  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) .hero-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) .hero-image-wrapper {
    min-height: clamp(590px, 52vw, 720px);
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) .hero-image-wrapper > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) .problem-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) .problem-image-wrapper {
    min-height: clamp(560px, 48vw, 690px);
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) .problem-image-wrapper > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) .coach-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: clamp(2.75rem, 5vw, 5.75rem) !important;
    align-items: stretch !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) .coach-image-wrapper {
    min-height: clamp(720px, 63vw, 900px);
    overflow: hidden;
    border-radius: var(--rh-photo-radius);
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) .coach-image-wrapper > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  html body[data-page="care-julia-landingpage"] .coach-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  html body[data-page="care-julia-landingpage"] .coach-description {
    max-width: 660px;
  }

  html body[data-page="care-julia-landingpage"] .b2b-integration {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
    gap: clamp(2rem, 4vw, 4.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="care-julia-landingpage"] .b2b-integration > img {
    min-height: 520px;
    height: 100% !important;
    object-fit: cover;
  }

  /* ReadyHealth Work: the photo is the hero; the proof list floats on it. */
  html body[data-page="readyhealth-work"] .hero__layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="readyhealth-work"] .hero__img-area {
    min-height: clamp(620px, 50vw, 740px);
    overflow: hidden;
    border-radius: var(--rh-radius-xl);
  }

  html body[data-page="readyhealth-work"] .hero__img-area > div[style*="aspect-ratio"] {
    position: absolute;
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: inherit !important;
  }

  html body[data-page="readyhealth-work"] .hero__img-area > div[style*="aspect-ratio"] .section-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }

  html body[data-page="readyhealth-work"] .hero__card {
    position: absolute;
    z-index: 2;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    padding: 1.35rem 1.5rem;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 50px rgba(4, 12, 11, 0.16);
  }

  html body[data-page="readyhealth-work"] .bodycheck__layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="readyhealth-work"] .bodycheck__layout > .reveal:last-child {
    min-height: 620px;
    padding: 0 !important;
    overflow: hidden;
    border-radius: var(--rh-photo-radius);
  }

  html body[data-page="readyhealth-work"] .bodycheck__layout > .reveal:last-child .section-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  /* Product and platform pages need a substantial product stage. */
  html body[data-page="cue-landingpage"] .hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="cue-landingpage"] .hero-visual {
    min-height: 630px;
  }

  html body[data-page="cue-landingpage"] .problem-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
    align-items: stretch !important;
  }

  html body[data-page="cue-landingpage"] .problem-visual {
    min-height: 560px;
    overflow: hidden;
    border-radius: var(--rh-photo-radius);
  }

  html body[data-page="cue-landingpage"] .problem-visual img {
    height: 100% !important;
    object-fit: cover;
  }

  html body[data-page="plattform-uebersicht"] .hero__grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="plattform-uebersicht"] .hero__visual {
    min-height: 660px;
  }

  html body[data-page="bodycheck"] .corporate-inner {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
    gap: clamp(2rem, 4vw, 4.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="bodycheck"] .corporate-image {
    min-height: 540px;
    overflow: hidden;
    border-radius: var(--rh-photo-radius);
  }

  html body[data-page="bodycheck"] .corporate-image img {
    min-height: 0 !important;
    height: 100% !important;
    object-fit: cover;
  }

  html body[data-page="fairtrain"] :is(.problem-grid, .solution-grid) {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="fairtrain"] :is(
    .problem-grid > .reveal:last-child,
    .solution-grid > .reveal:first-child
  ) {
    min-height: 580px;
    overflow: hidden;
    border-radius: var(--rh-photo-radius);
  }

  html body[data-page="fairtrain"] :is(
    .problem-grid > .reveal:last-child,
    .solution-grid > .reveal:first-child
  ) img {
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover;
  }

  html body[data-page="fairtrain"] .solution-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  }

  html body[data-page="board-corporate-health-management"] .hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="board-corporate-health-management"] .hero-img-wrapper {
    min-height: 630px;
  }

  html body[data-page="move-and-stay"] .bgm-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="move-and-stay"] .bgm-visual {
    min-height: 720px;
    display: flex;
    flex-direction: column;
  }

  html body[data-page="move-and-stay"] .bgm-visual > div:first-child {
    flex: 1;
    aspect-ratio: auto !important;
  }

  /* Life and GetStark retain their personality, with stronger picture share. */
  html body[data-page="robin-landingpage"] .hero .container {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
  }

  html body[data-page="robin-landingpage"] .hero-image-wrapper {
    max-width: none;
    min-height: 660px;
    aspect-ratio: auto;
  }

  html body[data-page="robin-landingpage"] .robin-persona-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  html body[data-page="getstark-landingpage"] :is(.programm-grid, .für-wen-grid, .funktioniert-grid, .no-jargon-grid) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: clamp(2.5rem, 5vw, 5.5rem) !important;
    align-items: stretch !important;
  }

  html body[data-page="getstark-landingpage"] :is(.programm-visual, .für-wen-visual, .funktioniert-visual, .no-jargon-visual) {
    min-height: 560px;
    overflow: hidden;
    border-radius: var(--rh-photo-radius);
  }

  html body[data-page="getstark-landingpage"] :is(.programm-visual, .für-wen-visual, .funktioniert-visual, .no-jargon-visual) img {
    height: 100% !important;
    object-fit: cover;
  }

  /* Optical alignment: a stretched photo stage may define the row height,
     while the adjacent narrative remains centred inside that stage. */
  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) :is(.hero-content, .problem-content, .coach-content) {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  html body[data-page="care-julia-landingpage"] .diff-grid {
    align-items: stretch !important;
  }

  html body[data-page="care-julia-landingpage"] .diff-grid > .reveal:last-child {
    display: flex;
    align-items: center;
    width: 100%;
  }

  html body[data-page="care-julia-landingpage"] .diff-grid .value-grid {
    width: 100%;
  }

  html body[data-page="care-julia-landingpage"] .b2b-integration > div:first-child,
  html body[data-page="readyhealth-work"] :is(.hero__text, .bodycheck__layout > div:first-child),
  html body[data-page="cue-landingpage"] :is(.hero-content, .problem-content),
  html body[data-page="plattform-uebersicht"] .hero__content,
  html body[data-page="bodycheck"] .corporate-content,
  html body[data-page="fairtrain"] :is(.problem-content, .solution-content),
  html body[data-page="board-corporate-health-management"] .hero-content,
  html body[data-page="move-and-stay"] .bgm-content,
  html body[data-page="getstark-landingpage"] :is(.programm-details, .für-wen-content, .funktioniert-steps, .no-jargon-content) {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  /* On small screens, every visual becomes a confident 4:3 stage and proof
     cards return to document flow. */
  html body[data-page="readyhealth-work"] .hero__img-area {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  html body[data-page="readyhealth-work"] .hero__img-area > div[style*="aspect-ratio"] {
    min-height: 0;
    aspect-ratio: 4 / 3 !important;
  }

  html body[data-page="readyhealth-work"] .hero__card {
    position: static;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"],
    [data-page="next-luca-landingpage"]
  ) :is(.hero-image-wrapper, .problem-image-wrapper, .coach-image-wrapper),
  html body[data-page="cue-landingpage"] :is(.hero-visual, .problem-visual),
  html body[data-page="fairtrain"] :is(.problem-visual, .solution-visual),
  html body[data-page="bodycheck"] .corporate-image,
  html body[data-page="getstark-landingpage"] :is(.programm-visual, .für-wen-visual, .funktioniert-visual, .no-jargon-visual) {
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
  }
}

/* --------------------------------------------------------------------------
   CI 2027 — binding photo geometry

   Every photographic stage follows one corner system. This final layer is
   intentionally last: several legacy page styles used `border-radius: 0` on
   smaller viewports and otherwise overruled the shared CI. Logos, icons and
   transparent product cut-outs keep their intrinsic silhouette.
   -------------------------------------------------------------------------- */

:root {
  --rh-photo-radius: 40px;
  --rh-photo-radius-compact: 24px;
}

html body .rh-text-mint {
  color: var(--rh-mint) !important;
}

html body main :is(
  [class$="-image-wrapper"],
  [class$="__image-wrapper"],
  [class*="-image-wrapper "],
  [class*="__image-wrapper "],
  [class$="-image"],
  [class$="__image"],
  [class*="-image "],
  [class*="__image "],
  [class$="-photo"],
  [class$="__photo"],
  [class$="-picture"],
  [class$="__picture"]
):has(> img:not(.bodycheck-cutout)) {
  overflow: hidden !important;
  border-radius: var(--rh-photo-radius) !important;
}

html body main :is(
  [class$="-image-wrapper"],
  [class$="__image-wrapper"],
  [class*="-image-wrapper "],
  [class*="__image-wrapper "],
  [class$="-image"],
  [class$="__image"],
  [class*="-image "],
  [class*="__image "],
  [class$="-photo"],
  [class$="__photo"],
  [class$="-picture"],
  [class$="__picture"]
):has(> img:not(.bodycheck-cutout)) > img {
  border-radius: inherit !important;
}

/* Media strips that belong to a card are clipped by the card shell. They do
   not receive four independent rounded corners inside the card. */
html body main :is(
  [class$="-card-media"],
  [class$="__card-media"],
  [class$="-card__media"],
  [class$="-card-visual"],
  [class$="__card-visual"],
  [class$="-card__visual"],
  .programme-card__visual,
  .spec-card__visual,
  .spec-card__media,
  .focus-card-media,
  .variant-card-media,
  .story-card-image
):has(> img) {
  overflow: hidden !important;
  border-radius: var(--rh-radius-lg) var(--rh-radius-lg) 0 0 !important;
}

html body main :is(
  [class$="-card-media"],
  [class$="__card-media"],
  [class$="-card__media"],
  [class$="-card-visual"],
  [class$="__card-visual"],
  [class$="-card__visual"],
  .programme-card__visual,
  .spec-card__visual,
  .spec-card__media,
  .focus-card-media,
  .variant-card-media,
  .story-card-image
):has(> img) > img {
  border-radius: inherit !important;
}

/* Stand-alone editorial photos and dashboards may sit directly in a layout
   column without a named wrapper. */
html body main :where(
  img.section-img,
  img[src$=".jpg"],
  img[src$=".jpeg"],
  img[src$=".webp"],
  img[src*=".jpg?"],
  img[src*=".jpeg?"],
  img[src*=".webp?"]
):not(.bodycheck-cutout) {
  border-radius: var(--rh-photo-radius) !important;
}

/* A wrapped image always follows its shell; this keeps card crops and hero
   stages clean even when the generic stand-alone rule also matches. */
html body main :is(
  [class$="-visual"],
  [class$="__visual"],
  [class*="-visual "],
  [class*="__visual "],
  [class$="-media"],
  [class$="__media"],
  [class*="-media "],
  [class*="__media "],
  .img-box,
  .image-box,
  .image-card,
  figure
):has(> img) > img {
  border-radius: inherit !important;
}

@media (max-width: 768px) {
  :root {
    --rh-photo-radius: var(--rh-photo-radius-compact);
  }

  html body main :is(
    [class$="-image-wrapper"],
    [class$="__image-wrapper"],
    [class*="-image-wrapper "],
    [class*="__image-wrapper "],
    [class$="-image"],
    [class$="__image"],
    [class*="-image "],
    [class*="__image "],
    [class$="-photo"],
    [class$="__photo"],
    [class$="-picture"],
    [class$="__picture"]
  ):has(> img:not(.bodycheck-cutout)) {
    border-radius: var(--rh-photo-radius-compact) !important;
  }
}

/* CARE decision CTA — built for HR, BGM and healthcare leadership. */
html body[data-page="care-julia-landingpage"] .care-hr-cta-section {
  position: relative;
  overflow: visible;
  padding: clamp(72px, 8vw, 132px) 0;
  background:
    radial-gradient(circle at 86% 10%, rgba(132, 199, 192, 0.2), transparent 28%),
    linear-gradient(180deg, #f7faf9 0%, #eef5f3 100%);
  color: #07110f;
  text-align: left;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta-section::before {
  display: none;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(30rem, 0.92fr);
  min-height: 700px;
  overflow: hidden;
  border: 1px solid rgba(7, 17, 15, 0.1);
  border-radius: 56px;
  background: #07110f;
  box-shadow: 0 36px 90px rgba(7, 17, 15, 0.14);
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 5.2vw, 82px);
  background:
    radial-gradient(circle at 92% 12%, rgba(132, 199, 192, 0.18), transparent 27%),
    #07110f;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__main .overline {
  margin: 0 0 28px;
  color: #84c7c0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__main h2 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.85rem, 4.15vw, 4.75rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__main h2 span {
  color: #84c7c0;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__main h2 .care-hr-cta__headline-end {
  color: #fff;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__main p {
  max-width: 780px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.58;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 16px;
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__actions a:hover {
  transform: translateY(-2px);
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__primary {
  background: #84c7c0;
  color: #07110f;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__primary:hover {
  background: #a2d9d3;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__secondary {
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__secondary:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__proof {
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-content: center;
  min-width: 0;
  padding: clamp(34px, 3.4vw, 52px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 42%),
    #84c7c0;
  color: #07110f;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__proof-overline {
  display: block;
  margin-bottom: 22px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__proof h3 {
  max-width: 12ch;
  margin: 0;
  color: #07110f;
  font-size: clamp(1.75rem, 2.3vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 28px 0 20px;
  overflow: hidden;
  border: 1px solid rgba(7, 17, 15, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.46);
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 14px;
  background: linear-gradient(180deg, transparent, rgba(7, 17, 15, 0.82));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.25;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__visual figcaption span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #84c7c0;
  box-shadow: 0 0 0 4px rgba(132, 199, 192, 0.18);
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__metric-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
  border-top: 0;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__metric {
  display: grid;
  min-width: 0;
  min-height: 136px;
  align-content: start;
  gap: 8px;
  padding: 16px 14px;
  border: 1px solid rgba(7, 17, 15, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__metric strong {
  color: #07110f;
  font-size: clamp(1.02rem, 1.25vw, 1.35rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

html body[data-page="care-julia-landingpage"] .care-hr-cta__metric span {
  color: rgba(7, 17, 15, 0.72);
  font-size: 0.76rem;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

@media (max-width: 1120px) {
  html body[data-page="care-julia-landingpage"] .care-hr-cta {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__proof {
    border-top: 1px solid rgba(7, 17, 15, 0.16);
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__proof h3 {
    max-width: 16ch;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__visual {
    aspect-ratio: 16 / 9;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__metric-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__metric {
    padding: 18px;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__metric:first-child {
    padding-left: 18px;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__metric:last-child {
    padding-right: 18px;
  }
}

@media (max-width: 680px) {
  html body[data-page="care-julia-landingpage"] .care-hr-cta-section {
    padding: 64px 0;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta {
    border-radius: 32px;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__main,
  html body[data-page="care-julia-landingpage"] .care-hr-cta__proof {
    padding: 38px 26px;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__main h2 {
    font-size: clamp(2.35rem, 12.5vw, 3.9rem);
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__actions {
    display: grid;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__actions a {
    width: 100%;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__metric-list {
    grid-template-columns: 1fr;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__metric,
  html body[data-page="care-julia-landingpage"] .care-hr-cta__metric:first-child,
  html body[data-page="care-julia-landingpage"] .care-hr-cta__metric:last-child {
    min-height: 0;
    padding: 18px;
    border-right: 0;
  }

  html body[data-page="care-julia-landingpage"] .care-hr-cta__visual {
    aspect-ratio: 4 / 3;
    margin-block: 24px 16px;
    border-radius: 20px;
  }
}

/* Final cascade lock for the 27.1 hero proportions. */
@media (min-width: 1024px) {
  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"]
  ) .hero-grid,
  html body[data-page="next-luca-landingpage"] .hero > .container {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr) !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
  }

  html body:is(
    [data-page="care-julia-landingpage"],
    [data-page="host-james-landingpage"]
  ) .hero-image-wrapper,
  html body[data-page="next-luca-landingpage"] .hero-visual {
    min-height: clamp(660px, 55vw, 780px) !important;
  }

  html body[data-page="plattform-uebersicht"] .hero__grid,
  html body[data-page="readyhealth-work"] .hero__layout,
  html body[data-page="cue-landingpage"] .hero-grid,
  html body[data-page="board-corporate-health-management"] .hero-grid,
  html body[data-page="bodycheck"] .hero-grid,
  html body[data-page="fairtrain"] .hero-grid {
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr) !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
  }

  html body[data-page="plattform-uebersicht"] .hero__visual,
  html body[data-page="readyhealth-work"] .hero__img-area,
  html body[data-page="cue-landingpage"] .hero-visual,
  html body[data-page="board-corporate-health-management"] .hero-visual,
  html body[data-page="bodycheck"] .hero-image,
  html body[data-page="fairtrain"] .hero-visual {
    min-height: clamp(640px, 52vw, 760px) !important;
  }

  html body:is(
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"],
    [data-page="apotheke-amira"]
  ) .hero > .container,
  html body[data-page="move-and-stay"] .hero-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
  }

  html body:is(
    [data-page="robin-landingpage"],
    [data-page="getstark-landingpage"],
    [data-page="gesundheitszentrum-apotheke"]
  ) .hero-visual {
    min-height: clamp(660px, 54vw, 790px) !important;
  }

  html body[data-page="apotheke-amira"] .hero-visual {
    min-height: clamp(620px, 49vw, 720px) !important;
  }
}

/* 27.1.1 — page-structure corrections after the complete hero audit. */
@media (min-width: 1024px) {
  /* WORK uses hero__content on the outer container. Keep the shell wide and
     constrain only the actual text column. */
  html body[data-page="readyhealth-work"] .hero .container.hero__content {
    display: block !important;
    width: min(100% - clamp(2rem, 6vw, 6rem), var(--rh-content)) !important;
    max-width: var(--rh-content) !important;
  }

  html body[data-page="readyhealth-work"] .hero__layout {
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr) !important;
    align-items: stretch !important;
  }

  html body[data-page="readyhealth-work"] .hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 510px;
  }

  html body[data-page="readyhealth-work"] .hero__img-area {
    width: 100% !important;
    min-width: 0;
  }

  /* The pharmacy health-centre page used an absolute, full-bleed image.
     Convert it to the same stable 12-column split as the rest of the system. */
  html body[data-page="gesundheitszentrum-apotheke"] .hero > .container {
    display: grid !important;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
    align-items: stretch !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
    padding-block: 0 !important;
  }

  html body[data-page="gesundheitszentrum-apotheke"] .hero-content {
    width: 100%;
    max-width: 510px !important;
  }

  html body[data-page="gesundheitszentrum-apotheke"] .hero-visual {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0;
    min-height: clamp(660px, 54vw, 790px) !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: var(--rh-photo-radius) !important;
  }

  html body[data-page="gesundheitszentrum-apotheke"] .hero-visual::after {
    display: none !important;
  }

  html body[data-page="gesundheitszentrum-apotheke"] .hero-visual .section-img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    border-radius: inherit !important;
  }

  /* Long editorial titles keep their intended line breaks without pushing
     the visual into a secondary role. */
  html body:is(
    [data-page="readyhealth-work"],
    [data-page="fairtrain"],
    [data-page="gesundheitszentrum-apotheke"],
    [data-page="getstark-landingpage"]
  ) .hero h1 {
    max-width: 100% !important;
    font-size: clamp(3.45rem, 4.75vw, 4.75rem) !important;
  }

  /* Robin's new B2B page has its own component language, but follows the
     same image-led proportion and headline ceiling. */
  html body[data-page="robin-bgm"] .ro27-hero__frame {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr) !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
    min-height: 0;
  }

  html body[data-page="robin-bgm"] .ro27-hero__title {
    max-width: 10.5ch;
    font-size: clamp(3.65rem, 5.15vw, 5.15rem) !important;
    line-height: 0.98 !important;
  }

  html body[data-page="robin-bgm"] .ro27-hero__media {
    min-height: clamp(660px, 55vw, 780px) !important;
    border-radius: var(--rh-photo-radius) !important;
  }

  /* Consumer app: the existing portrait crop is retained, but promoted from
     supporting mock-up to an equal proof surface. */
  html body[data-page="app"] .hero {
    min-height: 0 !important;
    padding-block: clamp(3.25rem, 5.4vw, 6rem) !important;
  }

  html body[data-page="app"] .hero .container.hero__content {
    display: block !important;
    width: min(100% - clamp(2rem, 6vw, 6rem), var(--rh-content)) !important;
    max-width: var(--rh-content) !important;
  }

  html body[data-page="app"] .hero__layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
    align-items: stretch !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
  }

  html body[data-page="app"] .hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    max-width: 540px;
  }

  html body[data-page="app"] .hero h1 {
    max-width: 10.75ch;
    font-size: clamp(3.45rem, 4.75vw, 4.75rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
  }

  html body[data-page="app"] .hero__visual {
    width: 100%;
    min-height: clamp(640px, 52vw, 760px) !important;
  }

  html body[data-page="app"] .hero__image-wrap,
  html body[data-page="app"] .hero__image-main {
    width: 100%;
    max-width: none !important;
    height: 100%;
    min-height: inherit;
  }

  html body[data-page="app"] .hero__image-main {
    position: relative;
    aspect-ratio: auto !important;
    overflow: hidden;
    border-radius: var(--rh-photo-radius) !important;
  }

  html body[data-page="app"] .hero__image-main img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: inherit !important;
  }
}

/* 27.1.2 — final hero stage lock.
   Images are primary proof surfaces, never thumbnail-sized decoration. */
@media (min-width: 1024px) {
  html body[data-page="readyhealth-work"] .hero__img-area {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: clamp(640px, 52vw, 760px) !important;
    overflow: hidden !important;
    border-radius: var(--rh-photo-radius) !important;
    background: var(--rh-soft) !important;
    isolation: isolate;
  }

  html body[data-page="readyhealth-work"] .hero__img-area > div[style*="aspect-ratio"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border-radius: inherit !important;
  }

  html body[data-page="readyhealth-work"] .hero__img-area .section-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 52% center !important;
    border-radius: inherit !important;
  }

  html body[data-page="readyhealth-work"] .hero__card {
    position: absolute !important;
    z-index: 3;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: auto !important;
    width: min(460px, calc(100% - 3rem)) !important;
    margin: 0 !important;
    border-radius: 28px !important;
    box-shadow: 0 24px 70px rgba(2, 13, 12, 0.2) !important;
  }

  /* Contact has no photo by design. Its direct-contact panel therefore acts
     as the proof surface and receives the same visual weight as an image. */
  html body[data-page="kontakt"] .hero__layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
    align-items: stretch !important;
    gap: clamp(2.25rem, 4vw, 4.5rem) !important;
  }

  html body[data-page="kontakt"] .hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  html body[data-page="kontakt"] .hero h1 {
    max-width: 10.5ch !important;
    font-size: clamp(3.45rem, 4.75vw, 4.75rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
  }

  html body[data-page="kontakt"] .hero-contact {
    min-height: clamp(560px, 46vw, 680px) !important;
    justify-content: center;
    padding: clamp(2.25rem, 4vw, 4rem) !important;
    border-radius: var(--rh-photo-radius) !important;
    box-shadow: 0 26px 80px rgba(2, 13, 12, 0.13) !important;
  }
}

/* 27.9.5 — Host focus areas.
   Equal tracks, controlled outline icons and an editorial card rhythm prevent
   long German labels from distorting the five-column desktop layout. */
html body[data-page="host-james"] #themes {
  background:
    radial-gradient(circle at 84% 14%, rgba(136, 196, 188, 0.14), transparent 25%),
    linear-gradient(180deg, #f7faf9 0%, #eef4f2 100%) !important;
}

html body[data-page="host-james"] #themes .section-header {
  max-width: 62rem;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 4.5vw, 4.5rem) !important;
  text-align: center;
}

html body[data-page="host-james"] #themes .section-header h2 {
  max-width: 15ch;
  margin-inline: auto;
  text-wrap: balance;
}

html body[data-page="host-james"] #themes .themes-grid {
  counter-reset: host-theme;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(0.8rem, 1.25vw, 1.2rem) !important;
  align-items: stretch !important;
  width: 100%;
}

html body[data-page="host-james"] #themes .theme-card {
  counter-increment: host-theme;
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0 !important;
  min-height: clamp(22rem, 26vw, 27rem);
  padding: clamp(1.4rem, 1.7vw, 1.8rem) !important;
  overflow: hidden;
  border: 1px solid rgba(35, 91, 83, 0.13) !important;
  border-radius: 1.75rem !important;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 250, 0.93)) !important;
  box-shadow: 0 1.1rem 3rem rgba(22, 66, 59, 0.07) !important;
}

html body[data-page="host-james"] #themes .theme-card::before {
  content: "0" counter(host-theme);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #6f817d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

html body[data-page="host-james"] #themes .theme-card::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  bottom: -4.5rem;
  width: 10rem;
  aspect-ratio: 1;
  border: 1px solid rgba(70, 154, 144, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 1.7rem rgba(70, 154, 144, 0.035);
  pointer-events: none;
}

html body[data-page="host-james"] #themes .theme-icon {
  display: grid !important;
  place-items: center !important;
  width: 3.4rem !important;
  height: 3.4rem !important;
  margin: 0 0 auto !important;
  flex: 0 0 3.4rem !important;
  color: #3f9288 !important;
  border: 1px solid rgba(63, 146, 136, 0.18) !important;
  border-radius: 1rem !important;
  background: #e8f3f1 !important;
}

html body[data-page="host-james"] #themes .theme-icon svg {
  display: block !important;
  width: 1.55rem !important;
  height: 1.55rem !important;
  max-width: 1.55rem !important;
  max-height: 1.55rem !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body[data-page="host-james"] #themes .theme-card h3 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: clamp(2.5rem, 4.5vw, 4.25rem) 0 0.75rem !important;
  color: #091512 !important;
  font-size: clamp(1.15rem, 1.25vw, 1.4rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  overflow-wrap: anywhere;
}

html body[data-page="host-james"] #themes .theme-card p {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: #5c6a67 !important;
  font-size: clamp(0.94rem, 0.95vw, 1.03rem) !important;
  line-height: 1.58 !important;
}

@media (max-width: 1199px) {
  html body[data-page="host-james"] #themes .themes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body[data-page="host-james"] #themes .theme-card {
    min-height: 21rem;
  }
}

@media (max-width: 820px) and (min-width: 768px) {
  html body[data-page="host-james"] #themes .themes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  html body[data-page="host-james"] #themes .section-header {
    text-align: left;
  }

  html body[data-page="host-james"] #themes .section-header h2 {
    margin-inline: 0;
  }

  html body[data-page="host-james"] #themes .themes-grid {
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(17rem, 82vw) !important;
    gap: 1rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  html body[data-page="host-james"] #themes .themes-grid::-webkit-scrollbar {
    display: none;
  }

  html body[data-page="host-james"] #themes .theme-card {
    min-height: 22rem;
    scroll-snap-align: start;
  }
}

/* 27.9.6 — One focused navigation action.
   The legacy fitness nation Business hand-off is removed from both navigation
   surfaces; App Download becomes the single, unmistakable primary CTA. */
html body .rh-site-header a[href*="fitness-nation-business.com"] {
  display: none !important;
}

html body .rh-site-header :is(
  .bc-header__action-button,
  .bc-offcanvas__action-button
)[href*="app.ready-health.de"] {
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.6rem 1.2rem 0.6rem 0.65rem;
  color: #071310 !important;
  background: linear-gradient(135deg, #a2d5ce 0%, #82c4bb 100%) !important;
  border: 1px solid rgba(170, 225, 217, 0.8) !important;
  border-radius: 0.9rem !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 0.65rem 1.8rem rgba(69, 151, 141, 0.2) !important;
  font-size: 0.84rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.08em !important;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease !important;
}

html body .rh-site-header .bc-header__action-button[href*="app.ready-health.de"] {
  display: inline-flex;
}

html body .rh-site-header .bc-offcanvas__action-button[href*="app.ready-health.de"] {
  display: flex;
  width: 100%;
}

html body .rh-site-header :is(
  .bc-header__action-button,
  .bc-offcanvas__action-button
)[href*="app.ready-health.de"]::before {
  content: "↓";
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 1.8rem;
  color: #dff4f0;
  background: #173b36;
  border-radius: 0.6rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

html body .rh-site-header :is(
  .bc-header__action-button,
  .bc-offcanvas__action-button
)[href*="app.ready-health.de"]:hover {
  color: #071310 !important;
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 0.9rem 2.2rem rgba(69, 151, 141, 0.27) !important;
}

html body .rh-site-header :is(
  .bc-header__action-button,
  .bc-offcanvas__action-button
)[href*="app.ready-health.de"]:focus-visible {
  outline: 3px solid rgba(162, 213, 206, 0.42);
  outline-offset: 3px;
}

@media (max-width: 1320px) {
  html body .rh-site-header .bc-header__action-button[href*="app.ready-health.de"] {
    display: none !important;
  }
}

/* 27.1.8 — Binding editorial image geometry.
   This block intentionally lives at the end of the stylesheet so that
   page-level legacy rules cannot remove the CI radii again. Logos, icons,
   store badges and transparent product cut-outs remain unmasked. */
:root {
  --rh-photo-radius-hero: clamp(2.5rem, 3vw, 3.5rem);
  --rh-photo-radius-editorial: clamp(2rem, 2.25vw, 2.5rem);
  --rh-photo-radius-card: 1.5rem;
}

html body main :is(
  .hero-visual,
  .hero-image,
  .hero__image,
  .hero-image-wrapper,
  .hero__image-wrapper,
  .hero__img-area,
  .problem-visual,
  .problem-image,
  .problem__image,
  .problem-image-wrapper,
  .coach-portrait,
  .coach-image,
  .coach__image,
  .coach-image-wrapper,
  .portrait-image,
  .persona-image,
  .robin-persona-image,
  .b2b-visual,
  .integration-visual,
  .comparison-visual,
  .section-image,
  .section__image,
  .section-visual,
  .section__visual,
  .content-image,
  .content-visual,
  .program-visual,
  .corporate-image,
  .demo-visual,
  .journey-image,
  .story-image,
  .split-image,
  .photo-frame,
  .image-frame,
  .fn-media-frame
) {
  border-radius: var(--rh-photo-radius-editorial) !important;
  overflow: hidden !important;
  isolation: isolate;
}

html body main :is(
  .hero-visual,
  .hero-image,
  .hero__image,
  .hero-image-wrapper,
  .hero__image-wrapper,
  .hero__img-area
) {
  border-radius: var(--rh-photo-radius-hero) !important;
}

html body main :is(
  .hero-visual,
  .hero-image,
  .hero__image,
  .hero-image-wrapper,
  .hero__image-wrapper,
  .hero__img-area,
  .problem-visual,
  .problem-image,
  .problem__image,
  .problem-image-wrapper,
  .coach-portrait,
  .coach-image,
  .coach__image,
  .coach-image-wrapper,
  .portrait-image,
  .persona-image,
  .robin-persona-image,
  .b2b-visual,
  .integration-visual,
  .comparison-visual,
  .section-image,
  .section__image,
  .section-visual,
  .section__visual,
  .content-image,
  .content-visual,
  .program-visual,
  .corporate-image,
  .demo-visual,
  .journey-image,
  .story-image,
  .split-image,
  .photo-frame,
  .image-frame,
  .fn-media-frame
) > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit !important;
}

/* Editorial raster images that are not placed in a named media wrapper. */
html body main img:is(
  .section-img,
  .fn-media-img,
  [src$=".jpg"],
  [src*=".jpg?"],
  [src$=".jpeg"],
  [src*=".jpeg?"],
  [src$=".webp"],
  [src*=".webp?"],
  [src*="/james/"][src$=".png"],
  [src*="/james/"][src*=".png?"],
  [src*="/move-and-stay/"][src$=".png"],
  [src*="/move-and-stay/"][src*=".png?"]
):not(.brand-logo):not(.site-logo):not(.logo):not(.bodycheck-cutout):not(.product-cutout):not([src*="/icons/"]):not([src*="/logos/"]):not([src*="logo"]):not([alt*="Logo" i]):not([alt*="freigestellt" i]) {
  border-radius: var(--rh-photo-radius-editorial) !important;
}

/* Cards retain the same top-edge geometry while content remains flush below. */
html body main :is(
  .card-media,
  .card-image,
  .card__media,
  .card__image,
  .program-card__media,
  .program-card__image,
  .industry-card__media,
  .industry-card__image,
  .solution-card__media,
  .solution-card__image,
  .coach-card__media,
  .coach-card__image
) {
  border-radius: var(--rh-photo-radius-card) var(--rh-photo-radius-card) 0 0 !important;
  overflow: hidden !important;
}

html body main :is(
  .card-media,
  .card-image,
  .card__media,
  .card__image,
  .program-card__media,
  .program-card__image,
  .industry-card__media,
  .industry-card__image,
  .solution-card__media,
  .solution-card__image,
  .coach-card__media,
  .coach-card__image
) > img {
  border-radius: inherit !important;
}

@media (max-width: 768px) {
  :root {
    --rh-photo-radius-hero: 2rem;
    --rh-photo-radius-editorial: 1.5rem;
    --rh-photo-radius-card: 1.25rem;
  }

  /* Full-bleed legacy media receives a visible CI frame on mobile. */
  html body main :is(
    .fn-bleed-mobile,
    .hero-visual,
    .hero-image,
    .hero__image,
    .hero-image-wrapper,
    .hero__image-wrapper,
    .hero__img-area,
    .problem-visual,
    .problem-image,
    .problem__image,
    .coach-portrait,
    .coach-image,
    .coach__image,
    .b2b-visual,
    .integration-visual,
    .comparison-visual,
    .section-image,
    .section__image,
    .section-visual,
    .section__visual,
    .content-image,
    .content-visual,
    .program-visual,
    .corporate-image,
    .demo-visual,
    .journey-image,
    .story-image,
    .split-image,
    .photo-frame,
    .image-frame,
    .fn-media-frame
  ) {
    max-width: calc(100vw - 2rem) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    border-radius: var(--rh-photo-radius-editorial) !important;
    overflow: hidden !important;
  }

  html body main :is(
    .hero-visual,
    .hero-image,
    .hero__image,
    .hero-image-wrapper,
    .hero__image-wrapper,
    .hero__img-area
  ) {
    border-radius: var(--rh-photo-radius-hero) !important;
  }
}

/* 27.1.9 — App page: close the final image-geometry exceptions. */
html body[data-page="app"] main .focus-card__media,
html body[data-page="app"] main .variant-card__media {
  border-radius: var(--rh-photo-radius-card) !important;
  overflow: hidden !important;
  isolation: isolate;
}

html body[data-page="app"] main .focus-card__media > img,
html body[data-page="app"] main .variant-card__media > img {
  border-radius: inherit !important;
}

html body[data-page="app"] main .hero__phone-overlay {
  border-radius: var(--rh-photo-radius-card) !important;
  overflow: hidden !important;
  isolation: isolate;
}

html body[data-page="app"] main .hero__phone-overlay > img {
  border-radius: inherit !important;
}

/* 27.2.0 — Light FAQ system: restore readable, CI-consistent contrast. */
html body :is(.faq, .faq-section) {
  color: var(--rh-ink) !important;
}

html body :is(.faq, .faq-section) :is(
  h1,
  h2,
  h3,
  .faq-title,
  .faq__title,
  .faq-question,
  .faq__question,
  .faq-item__question
) {
  color: var(--rh-ink) !important;
}

html body :is(.faq, .faq-section) :is(
  .faq-subtitle,
  .faq__subtitle,
  .faq-answer,
  .faq__answer,
  .faq-answer-inner,
  .faq__answer-inner,
  .faq-item__answer,
  .faq-answer p,
  .faq__answer p
) {
  color: #4e5b59 !important;
}

html body :is(.faq, .faq-section) :is(
  .faq-item,
  .faq__item,
  details
) {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(11, 18, 17, 0.15) !important;
}

html body :is(.faq, .faq-section) :is(
  .faq-toggle,
  .faq__toggle,
  .faq-icon,
  .faq__icon,
  .faq-question__icon,
  summary::marker
) {
  color: var(--rh-mint-dark) !important;
}

html body :is(.faq, .faq-section) :is(
  .faq-question,
  .faq__question,
  .faq-item__question,
  summary
):hover {
  color: #2f7772 !important;
}

/* 27.3.0 — Robin app product stage */
html body .app-product-showcase {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-block: clamp(4.75rem, 7vw, 7.5rem);
  background: #f8faf9;
}

html body .app-product-showcase::before {
  content: "";
  position: absolute;
  inset: auto 10% 8%;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(136, 196, 188, 0.18), transparent 70%);
  filter: blur(44px);
  opacity: 0.9;
}

html body .app-product-showcase .app-product-copy {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.45fr);
  align-items: end;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: none;
  margin: 0 auto clamp(2.5rem, 4vw, 4rem);
  text-align: left;
}

html body .app-product-showcase .app-product-copy .app-copy-lead {
  max-width: none;
}

html body .app-product-showcase .app-product-copy h2 {
  max-width: 780px;
  margin: 0.75rem 0 0;
  font-size: clamp(3rem, 4.6vw, 4.75rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

html body .app-product-showcase .app-product-copy > p {
  max-width: 31rem;
  justify-self: end;
  margin: 0 0 0.5rem;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.55;
  color: #4e5b59;
}

html body .app-product-stage {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: clamp(1.25rem, 2.5vw, 2.25rem) clamp(1.25rem, 3vw, 3rem) 0;
  overflow: hidden;
  border: 1px solid rgba(136, 196, 188, 0.18);
  border-radius: 56px;
  background:
    radial-gradient(circle at 50% 30%, rgba(136, 196, 188, 0.16), transparent 38%),
    linear-gradient(145deg, #0b1413 0%, #020605 66%, #08100f 100%);
  box-shadow: 0 36px 80px rgba(7, 18, 16, 0.14);
}

html body .app-product-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 40%, rgba(136, 196, 188, 0.08), transparent 55%);
}

html body .app-stage-header {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #88c4bc;
}

html body .app-stage-header span:last-child {
  color: rgba(255, 255, 255, 0.58);
}

html body .app-product-screens {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.15fr) minmax(0, 0.88fr);
  align-items: end;
  gap: clamp(0.5rem, 2.5vw, 2.5rem);
  max-width: 1180px;
  margin: clamp(2rem, 4vw, 3.5rem) auto 0;
}

html body .app-product-screens .app-screen {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

html body .app-product-screens .app-screen::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 15%;
  bottom: 1.4%;
  left: 15%;
  height: 6%;
  border-radius: 50%;
  background: rgba(136, 196, 188, 0.18);
  filter: blur(18px);
}

html body .app-product-screens .app-screen img {
  display: block;
  width: 100%;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, 0.38));
}

html body .app-product-screens .app-screen--checkin,
html body .app-product-screens .app-screen--progress {
  transform: translateY(6%);
  opacity: 0.96;
}

html body .app-product-screens .app-screen--impulse {
  z-index: 2;
}

html body .app-story-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 calc(clamp(1.25rem, 3vw, 3rem) * -1);
  padding: 0 clamp(1.25rem, 3vw, 3rem);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(2, 6, 5, 0.78);
}

html body .app-story-rail article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 96px;
  padding: 1.3rem 1rem;
}

html body .app-story-rail article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

html body .app-story-rail article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #88c4bc;
  color: #06110f;
  font-size: 0.72rem;
  font-weight: 800;
}

html body .app-story-rail div {
  display: grid;
  gap: 0.25rem;
}

html body .app-story-rail strong {
  color: #fff;
  font-size: 0.98rem;
}

html body .app-story-rail small {
  color: #a8b6b3;
  font-size: 0.78rem;
}

@media (max-width: 980px) {
  html body .app-product-showcase .app-product-copy {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.5rem;
  }

  html body .app-product-showcase .app-product-copy h2 {
    max-width: 760px;
  }

  html body .app-product-showcase .app-product-copy > p {
    justify-self: start;
  }

  html body .app-product-stage {
    border-radius: 40px;
  }
}

@media (max-width: 720px) {
  html body .app-product-showcase {
    padding-block: 4.5rem;
  }

  html body .app-product-showcase .app-product-copy h2 {
    font-size: clamp(2.75rem, 14vw, 4.6rem);
  }

  html body .app-product-stage {
    border-radius: 32px;
  }

  html body .app-stage-header {
    flex-direction: column;
    align-items: flex-start;
  }

  html body .app-product-screens {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 72vw);
    gap: 1rem;
    margin: 1.5rem -1.25rem 0;
    padding: 1rem 1.25rem 1.75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  html body .app-product-screens::-webkit-scrollbar {
    display: none;
  }

  html body .app-product-screens .app-screen,
  html body .app-product-screens .app-screen--checkin,
  html body .app-product-screens .app-screen--progress {
    scroll-snap-align: center;
    transform: none;
  }

  html body .app-story-rail {
    grid-template-columns: 1fr;
  }

  html body .app-story-rail article {
    min-height: 82px;
  }

  html body .app-story-rail article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 0;
  }
}

/* 27.10.8 — Pharmacy business case: premium revenue journey. */
html body[data-page="gesundheitszentrum-apotheke"] #roi.roi-section {
  width: min(calc(100% - 2rem), 1640px);
  margin: clamp(1rem, 2vw, 2rem) auto;
  padding: clamp(5rem, 8vw, 8rem) 0;
  overflow: hidden;
  border: 1px solid rgba(136, 196, 188, 0.17);
  border-radius: clamp(2.5rem, 5vw, 5rem);
  color: #f7fbfa;
  background:
    radial-gradient(circle at 88% 2%, rgba(102, 181, 171, 0.2), transparent 25rem),
    radial-gradient(circle at 5% 100%, rgba(80, 149, 139, 0.11), transparent 28rem),
    linear-gradient(145deg, #050908 0%, #0a1412 58%, #06100e 100%);
  box-shadow:
    0 2.5rem 7rem rgba(7, 20, 17, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi::before {
  content: "";
  position: absolute;
  top: 0;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(136, 196, 188, 0.65), transparent);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi > .container {
  width: min(calc(100% - 4rem), 1380px);
  max-width: none;
  padding: 0;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .section-header.centered {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.62fr);
  column-gap: clamp(3rem, 7vw, 8rem);
  align-items: end;
  max-width: none;
  margin: 0 0 clamp(3.5rem, 6vw, 5.5rem);
  text-align: left;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .section-label {
  grid-column: 1 / -1;
  width: fit-content;
  margin-bottom: 1.4rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(136, 196, 188, 0.22);
  border-radius: 999px;
  color: #9bd6ce;
  background: rgba(136, 196, 188, 0.08);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .section-header h2 {
  max-width: 12ch;
  margin: 0;
  color: #f8fbfa;
  font-size: clamp(3.35rem, 5vw, 5.6rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .section-header p {
  max-width: 31rem;
  margin: 0 0 0.35rem;
  color: rgba(229, 239, 236, 0.66);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.65;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-chain {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border: 1px solid rgba(136, 196, 188, 0.15);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.028);
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(18px);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-chain::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 4.55rem;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, #65afa6, rgba(136, 196, 188, 0.24), #65afa6);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step {
  position: relative;
  z-index: 1;
  min-height: 21.5rem;
  padding: clamp(1.75rem, 2.5vw, 2.5rem);
  border: 0;
  border-radius: 0;
  text-align: left;
  background: transparent;
  transition: background 240ms ease, transform 240ms ease;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step + .roi-step {
  border-left: 1px solid rgba(136, 196, 188, 0.12);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step:hover {
  transform: none;
  background: linear-gradient(180deg, rgba(136, 196, 188, 0.075), rgba(136, 196, 188, 0.015));
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step::after {
  display: none;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(3.75rem, 5vw, 5.25rem);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step__index {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border: 1px solid rgba(136, 196, 188, 0.26);
  border-radius: 50%;
  color: #a9ddd6;
  background: #0c1c19;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 0 0 0.45rem rgba(6, 15, 13, 0.82);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-icon {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(136, 196, 188, 0.17);
  border-radius: 1rem;
  background: rgba(136, 196, 188, 0.07);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: #88c4bc;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step h4 {
  max-width: 12ch;
  margin: 0 0 0.8rem;
  color: #f6faf9;
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step p {
  margin: 0;
  color: rgba(220, 233, 229, 0.56);
  font-size: 0.95rem;
  line-height: 1.62;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-example {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.22fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(136, 196, 188, 0.2);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 88% 20%, rgba(136, 196, 188, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(17, 41, 37, 0.96), rgba(8, 22, 19, 0.96));
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.16);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-calc-item {
  display: flex;
  min-height: 9.5rem;
  padding: 1.7rem 1.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-calc-item .calc-value {
  color: #f8fbfa;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-calc-item .calc-label {
  margin-top: 0.65rem;
  color: rgba(220, 234, 230, 0.58);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-operator {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  align-self: center;
  place-items: center;
  border: 1px solid rgba(136, 196, 188, 0.18);
  border-radius: 50%;
  color: #8ac7bf;
  background: rgba(3, 10, 8, 0.44);
  font-size: 1.05rem;
  font-weight: 500;
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-calc-item--result {
  position: relative;
  border-left: 1px solid rgba(136, 196, 188, 0.18);
  background: linear-gradient(135deg, rgba(136, 196, 188, 0.16), rgba(136, 196, 188, 0.05));
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-calc-item--result::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #88c4bc;
  box-shadow: 0 0 0 0.45rem rgba(136, 196, 188, 0.1);
}

html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-calc-item--result .calc-value {
  color: #9ed8d0;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

@media (max-width: 1100px) {
  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-chain {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-chain::before {
    display: none;
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(136, 196, 188, 0.12);
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step:nth-child(4) {
    border-top: 1px solid rgba(136, 196, 188, 0.12);
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step__top {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 820px) {
  html body[data-page="gesundheitszentrum-apotheke"] #roi.roi-section {
    width: 100%;
    margin-inline: 0;
    border-width: 1px 0;
    border-radius: 0;
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi > .container {
    width: min(calc(100% - 2.5rem), 44rem);
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .section-header.centered {
    display: block;
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .section-header h2 {
    max-width: 11ch;
    margin-bottom: 1.5rem;
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .section-header p {
    max-width: 34rem;
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-example {
    grid-template-columns: 1fr;
    gap: 0;
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-operator {
    width: 2rem;
    height: 2rem;
    margin: -1rem auto;
    transform: translateY(0);
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-calc-item--result {
    border-top: 1px solid rgba(136, 196, 188, 0.18);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-chain {
    grid-template-columns: 1fr;
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step {
    min-height: 0;
    padding: 1.65rem;
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step + .roi-step,
  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step:nth-child(3) {
    border-top: 1px solid rgba(136, 196, 188, 0.12);
    border-left: 0;
  }

  html body[data-page="gesundheitszentrum-apotheke"] #roi .roi-step__top {
    margin-bottom: 1.75rem;
  }
}

/* ========================================================================== 
   CI 2027 — FINAL TYPOGRAPHY CONSOLIDATION · 27.4.0
   One hierarchy across every marketing page. Product UI remains untouched.
   ========================================================================== */
:root {
  --rh-type-display: clamp(3.25rem, 4.9vw, 4.75rem);
  --rh-type-section: clamp(2.5rem, 3.8vw, 3.75rem);
  --rh-type-subhead: clamp(1.4rem, 2vw, 2.15rem);
  --rh-type-lead: clamp(1.125rem, calc(1rem + .28vw), 1.3125rem);
  --rh-type-body: clamp(1rem, calc(.9rem + .18vw), 1.125rem);
}

body.rh-bc-page:not([data-page="app"]) h1,
body:not(.rh-bc-page):not([data-page="app"]) h1 {
  font-size: var(--rh-type-display) !important;
  line-height: .96 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

body.rh-bc-page:not([data-page="app"]) h2,
body:not(.rh-bc-page):not([data-page="app"]) h2 {
  font-size: var(--rh-type-section) !important;
  line-height: 1.02 !important;
  letter-spacing: -.04em !important;
  text-wrap: balance;
}

body.rh-bc-page:not([data-page="app"]) h3,
body:not(.rh-bc-page):not([data-page="app"]) h3 {
  font-size: var(--rh-type-subhead) !important;
  line-height: 1.1 !important;
  letter-spacing: -.025em !important;
  text-wrap: balance;
}

body.rh-bc-page:not([data-page="app"]) main p:not(.eyebrow):not(.section-label):not(.kicker):not(.overline),
body.rh-bc-page:not([data-page="app"]) main li,
body:not(.rh-bc-page):not([data-page="app"]) main p:not(.eyebrow):not(.section-label):not(.kicker):not(.overline),
body:not(.rh-bc-page):not([data-page="app"]) main li {
  font-size: var(--rh-type-body) !important;
  line-height: 1.58 !important;
}

body.rh-bc-page:not([data-page="app"]) main :is(.lead, .hero-lead, .hero-subtitle, .section-intro, .section-lead),
body:not(.rh-bc-page):not([data-page="app"]) main :is(.lead, .hero-lead, .hero-subtitle, .section-intro, .section-lead) {
  font-size: var(--rh-type-lead) !important;
  line-height: 1.52 !important;
}

body.rh-bc-page:not([data-page="app"]) main :is(a, button).btn,
body.rh-bc-page:not([data-page="app"]) main :is(.btn-primary, .btn-secondary, .cta-button),
body:not(.rh-bc-page):not([data-page="app"]) main :is(a, button).btn,
body:not(.rh-bc-page):not([data-page="app"]) main :is(.btn-primary, .btn-secondary, .cta-button) {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 767px) {
  :root {
    --rh-type-display: clamp(2.5rem, 10.8vw, 3.25rem);
    --rh-type-section: clamp(2rem, 9vw, 2.625rem);
    --rh-type-subhead: clamp(1.35rem, 6.4vw, 1.75rem);
    --rh-type-lead: 1.0625rem;
    --rh-type-body: 1rem;
  }

  body.rh-bc-page:not([data-page="app"]) h1,
  body:not(.rh-bc-page):not([data-page="app"]) h1 {
    line-height: .98 !important;
    letter-spacing: -.042em !important;
  }

  body.rh-bc-page:not([data-page="app"]) h2,
  body:not(.rh-bc-page):not([data-page="app"]) h2 {
    line-height: 1.04 !important;
    letter-spacing: -.036em !important;
  }
}

/* ================================================================
   READYHEALTH CI 2027 · CARE FINAL CASCADE LOCK · 27.5.3
   ================================================================ */
body[data-page="care-julia-landingpage"] {
  --rh-radius-media: 40px;
}

body[data-page="care-julia-landingpage"] main > section {
  padding-block: clamp(5rem, 8vw, 8rem);
}

body[data-page="care-julia-landingpage"] :is(
  .hero-image-wrapper,
  .reality-image,
  .coach-image,
  .dashboard-image,
  .hero-image,
  .gallery-item,
  .gallery-item figure
) {
  position: relative;
  overflow: hidden;
  border-radius: var(--rh-radius-media) !important;
  box-shadow: none !important;
}

body[data-page="care-julia-landingpage"] :is(
  .hero-image-wrapper,
  .reality-image,
  .coach-image,
  .dashboard-image,
  .hero-image,
  .gallery-item,
  .gallery-item figure
) > img,
body[data-page="care-julia-landingpage"] :is(
  .hero-image-wrapper,
  .reality-image,
  .coach-image,
  .dashboard-image,
  .hero-image,
  .gallery-item,
  .gallery-item figure
) picture,
body[data-page="care-julia-landingpage"] :is(
  .hero-image-wrapper,
  .reality-image,
  .coach-image,
  .dashboard-image,
  .hero-image,
  .gallery-item,
  .gallery-item figure
) picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit !important;
}

body[data-page="care-julia-landingpage"] :is(
  .feature-card,
  .solution-card,
  .benefit-card,
  .journey-card,
  .testimonial-card,
  .faq-item,
  .timeline-card,
  .content-card
) {
  border-radius: 28px !important;
  box-shadow: none !important;
}

body[data-page="care-julia-landingpage"] :is(
  .features-grid,
  .benefits-grid,
  .solution-grid,
  .journey-grid
) {
  align-items: stretch;
}

body[data-page="care-julia-landingpage"] :is(
  .features-grid,
  .benefits-grid,
  .solution-grid,
  .journey-grid
) > * {
  height: 100%;
}

body[data-page="care-julia-landingpage"] .faq-section {
  background: #f1f6f5 !important;
  color: #07110f !important;
}

body[data-page="care-julia-landingpage"] .faq-section :is(h2, h3, summary, button) {
  color: #07110f !important;
}

body[data-page="care-julia-landingpage"] .faq-section :is(p, .faq-answer) {
  color: #4e5b58 !important;
}

body[data-page="care-julia-landingpage"] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.5vw, 1.5rem);
}

body[data-page="care-julia-landingpage"] .gallery-item {
  min-height: 35rem;
  background: #07110f;
}

body[data-page="care-julia-landingpage"] .gallery-item img {
  object-position: center 30%;
}

body[data-page="care-julia-landingpage"] .gallery-item :is(figcaption, .gallery-caption) {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 4.5rem 1.5rem 1.5rem;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(7, 17, 15, .88));
}

@media (min-width: 900px) {
  body[data-page="care-julia-landingpage"] :is(.hero-grid, .reality-grid, .coach-grid) {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(3rem, 6vw, 7rem);
  }

  body[data-page="care-julia-landingpage"] .hero-image-wrapper {
    min-height: 42rem;
  }

  body[data-page="care-julia-landingpage"] :is(.reality-image, .coach-image, .dashboard-image) {
    min-height: 38rem;
  }
}

@media (max-width: 899px) {
  body[data-page="care-julia-landingpage"] main > section {
    padding-block: 4.5rem;
  }

  body[data-page="care-julia-landingpage"] :is(
    .hero-image-wrapper,
    .reality-image,
    .coach-image,
    .dashboard-image,
    .hero-image
  ) {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  body[data-page="care-julia-landingpage"] .gallery-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-inline: 1.25rem;
    margin-inline: -1.25rem;
  }

  body[data-page="care-julia-landingpage"] .gallery-item {
    flex: 0 0 min(84vw, 24rem);
    min-height: 30rem;
    scroll-snap-align: center;
  }
}

/* READYHEALTH CI 2027 · CARE SPACING LOCK · 27.5.4 */
body[data-page="care-julia-landingpage"] .hero {
  min-height: 0 !important;
  padding-block: clamp(2.75rem, 4.5vw, 4.75rem) !important;
}

body[data-page="care-julia-landingpage"] .hero-grid {
  align-items: center !important;
}

@media (max-width: 899px) {
  body[data-page="care-julia-landingpage"] .hero {
    padding-block: 2rem 4rem !important;
  }
}

/* READYHEALTH HOMEPAGE · FULL-WIDTH HERO · 27.6
   The image is the stage, not a card. Content keeps the editorial grid while
   the visual now spans the complete viewport beneath the floating header. */
html body[data-page="index"] #hero.hero {
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(42rem, calc(100svh - 6.5rem), 54rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg,
      rgba(255, 255, 255, .28) 0%,
      rgba(255, 255, 255, .18) 31%,
      rgba(255, 255, 255, .06) 44%,
      rgba(255, 255, 255, 0) 54%),
    linear-gradient(180deg,
      rgba(7, 20, 18, 0) 82%,
      rgba(7, 20, 18, .06) 100%),
    url("../images/mainpage/plattform-hero-v7.jpg") center / cover no-repeat !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .72),
    inset 0 -1px rgba(7, 20, 18, .12) !important;
}

html body[data-page="index"] #hero.hero::before {
  content: none !important;
  display: none !important;
}

html body[data-page="index"] #hero.hero > .container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - clamp(3rem, 8vw, 8rem)), 90rem) !important;
  max-width: 90rem !important;
  min-height: inherit;
  padding-inline: 0 !important;
}

/* Homepage: brand mark and hero copy share one editorial left edge. */
html body[data-page="index"] .rh-site-header .bc-container {
  width: min(calc(100% - clamp(3rem, 8vw, 8rem)), 90rem) !important;
  max-width: 90rem !important;
  padding-inline: 0 !important;
}

html body[data-page="index"] .rh-site-header .bc-header__inner {
  padding-inline: 0 !important;
}

html body[data-page="index"] #hero.hero .hero__grid {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(24rem, 1.08fr) !important;
  align-items: center;
  min-height: inherit !important;
  padding-block: clamp(4rem, 8vh, 7rem) !important;
}

html body[data-page="index"] #hero.hero .hero__content {
  position: relative;
  z-index: 2;
  max-width: 42.5rem !important;
}

html body[data-page="index"] #hero.hero .hero__badges {
  gap: .625rem;
  margin-bottom: clamp(1.75rem, 2.4vw, 2.5rem);
}

html body[data-page="index"] #hero.hero .hero__badges .badge {
  min-height: 2.25rem;
  padding: .55rem .9rem;
  border: 1px solid rgba(78, 157, 151, .25);
  border-radius: 999px;
  color: #3f8d86;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 .5rem 2rem rgba(15, 53, 48, .05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

html body[data-page="index"] #hero.hero h1 {
  max-width: 10.5ch;
  margin-bottom: clamp(1.5rem, 2.25vw, 2rem);
  color: #07110f;
  font-size: clamp(4.25rem, 6vw, 6.9rem) !important;
  line-height: .91;
  letter-spacing: -.062em;
  text-wrap: balance;
}

html body[data-page="index"] #hero.hero .hero__sub {
  max-width: 38rem;
  margin-bottom: .8rem;
  color: #44514e;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.55;
  text-wrap: pretty;
}

html body[data-page="index"] #hero.hero .hero__claim {
  margin-bottom: clamp(1.75rem, 2.5vw, 2.5rem);
  color: #4e9d97;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  letter-spacing: .015em;
}

html body[data-page="index"] #hero.hero .hero__actions {
  gap: .875rem;
}

html body[data-page="index"] #hero.hero .hero__actions .btn {
  min-height: 3.5rem;
  padding-inline: clamp(1.35rem, 2vw, 2rem);
  border-radius: .9rem;
  box-shadow: 0 .9rem 2.5rem rgba(15, 53, 48, .08);
}

html body[data-page="index"] #hero.hero .hero__actions .btn--secondary {
  border-color: rgba(7, 17, 15, .24);
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

html body[data-page="index"] #hero.hero .hero__visual {
  display: block;
  background: transparent !important;
  pointer-events: none;
}

html body[data-page="index"] #hero.hero .hero__visual img {
  opacity: 0 !important;
}

@media (min-width: 1101px) and (max-height: 800px) {
  html body[data-page="index"] #hero.hero {
    min-height: 43rem !important;
  }

  html body[data-page="index"] #hero.hero .hero__grid {
    padding-block: 3rem !important;
  }

  html body[data-page="index"] #hero.hero h1 {
    font-size: clamp(4rem, 5.35vw, 5.8rem) !important;
  }
}

@media (max-width: 1100px) {
  html body[data-page="index"] #hero.hero {
    min-height: 46rem !important;
    background:
      linear-gradient(90deg,
        rgba(255, 255, 255, .34) 0%,
        rgba(255, 255, 255, .18) 42%,
        rgba(255, 255, 255, 0) 64%),
      url("../images/mainpage/plattform-hero-v7.jpg") 52% center / cover no-repeat !important;
  }

  html body[data-page="index"] #hero.hero .hero__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body[data-page="index"] #hero.hero .hero__content {
    max-width: 39rem !important;
  }

  html body[data-page="index"] #hero.hero .hero__visual {
    display: none !important;
  }
}

@media (max-width: 900px) {
  html body[data-page="index"] #hero.hero {
    width: 100% !important;
    min-height: 46rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background:
      linear-gradient(180deg,
        rgba(255, 255, 255, .98) 0%,
        rgba(255, 255, 255, .94) 45%,
        rgba(255, 255, 255, .55) 69%,
        rgba(255, 255, 255, .08) 100%),
      url("../images/mainpage/plattform-hero-v7.jpg") 42% center / auto 100% no-repeat !important;
  }

  html body[data-page="index"] #hero.hero > .container {
    width: 100% !important;
    padding-inline: 1.25rem !important;
  }

  html body[data-page="index"] #hero.hero .hero__grid {
    display: grid !important;
    align-content: start;
    align-items: start;
    min-height: inherit !important;
    padding-block: 2rem 3.25rem !important;
  }

  html body[data-page="index"] #hero.hero .hero__content {
    order: 1;
    max-width: 36rem !important;
  }

  html body[data-page="index"] #hero.hero h1 {
    max-width: 10.25ch;
    font-size: clamp(3.15rem, 13.8vw, 5rem) !important;
    line-height: .93;
  }

  html body[data-page="index"] #hero.hero .hero__badges {
    flex-wrap: wrap !important;
    gap: .45rem;
    margin-bottom: 1.5rem;
  }

  html body[data-page="index"] #hero.hero .hero__badges .badge {
    min-height: 2rem;
    padding: .45rem .7rem;
    font-size: .68rem;
  }
}

@media (max-width: 560px) {
  html body[data-page="index"] #hero.hero {
    min-height: 49rem !important;
  }

  html body[data-page="index"] #hero.hero .hero__sub {
    max-width: 33rem;
    font-size: 1rem;
  }

  html body[data-page="index"] #hero.hero .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 23rem);
  }

  html body[data-page="index"] #hero.hero .hero__actions .btn {
    width: 100%;
  }
}

/* 27.6.2 — Coach portrait series: one crop language and gap-free corners. */
html body[data-page="index"] .specializations .spec-card {
  overflow: hidden;
}

html body[data-page="index"] .specializations .spec-card__visual {
  position: relative;
  width: calc(100% + 2px);
  margin: -1px -1px 0;
  overflow: hidden !important;
  border-radius: var(--rh-radius-lg) var(--rh-radius-lg) 0 0 !important;
  background: #eeefeb;
  isolation: isolate;
}

html body[data-page="index"] .specializations .spec-card__visual > img.section-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center 26%;
  transform: scale(1.008);
  transform-origin: center;
}

html body[data-page="index"] .specializations .spec-card--robin .spec-card__visual > img.section-img {
  object-position: center 18%;
  transform: scale(1.16);
}

/* 27.7.0 — ReadyHealth app carousel: bright premium product stage. */
html body[data-page="robin-landingpage"] .app-product-showcase {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 9%, rgba(136, 196, 188, .18), transparent 28rem),
    linear-gradient(180deg, #fbfdfc 0%, #eef6f4 100%);
}

html body[data-page="robin-landingpage"] .app-product-showcase::before {
  opacity: .38;
}

html body[data-page="robin-landingpage"] .app-product-stage {
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
  padding: clamp(1.25rem, 2.6vw, 2.4rem);
  overflow: hidden;
  border: 1px solid rgba(78, 157, 151, .22);
  border-radius: clamp(2rem, 4vw, 3.5rem);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, .98), transparent 26rem),
    radial-gradient(circle at 88% 0%, rgba(136, 196, 188, .27), transparent 30rem),
    linear-gradient(145deg, #f7fbfa 0%, #e8f3f1 55%, #f6faf9 100%);
  box-shadow:
    0 2.25rem 5.5rem rgba(22, 72, 65, .12),
    inset 0 1px rgba(255, 255, 255, .88);
  isolation: isolate;
}

html body[data-page="robin-landingpage"] .app-product-stage::before {
  content: "";
  position: absolute;
  inset: auto -10% -28% 30%;
  z-index: -1;
  height: 64%;
  border-radius: 50%;
  background: rgba(136, 196, 188, .18);
  filter: blur(5rem);
  pointer-events: none;
}

html body[data-page="robin-landingpage"] .app-stage-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid rgba(36, 84, 78, .13);
  color: #163d39;
}

html body[data-page="robin-landingpage"] .app-stage-heading {
  display: grid;
  gap: .35rem;
}

html body[data-page="robin-landingpage"] .app-stage-heading > span {
  color: #3f8d86;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .17em;
}

html body[data-page="robin-landingpage"] .app-stage-heading > strong {
  color: #53635f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
}

html body[data-page="robin-landingpage"] .app-carousel-controls {
  display: flex;
  gap: .55rem;
}

html body[data-page="robin-landingpage"] .app-carousel-controls button {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid rgba(36, 84, 78, .16);
  border-radius: 50%;
  color: #163d39;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 .7rem 1.8rem rgba(22, 72, 65, .08);
  font: 700 1.25rem/1 system-ui, sans-serif;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

html body[data-page="robin-landingpage"] .app-carousel-controls button:hover,
html body[data-page="robin-landingpage"] .app-carousel-controls button:focus-visible {
  transform: translateY(-2px);
  color: #fff;
  background: #3f8d86;
  outline: none;
}

html body[data-page="robin-landingpage"] .app-carousel-controls button:disabled {
  opacity: .36;
  transform: none;
  cursor: default;
}

html body[data-page="robin-landingpage"] .app-product-screens {
  --app-slide-width: clamp(17.5rem, 25vw, 21.5rem);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  gap: clamp(.9rem, 1.7vw, 1.35rem);
  max-width: none;
  margin: 0;
  padding: clamp(1.35rem, 2.5vw, 2.25rem) max(.15rem, calc((100% - var(--app-slide-width)) / 2)) 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(.15rem, calc((100% - var(--app-slide-width)) / 2));
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

html body[data-page="robin-landingpage"] .app-product-screens:active {
  cursor: grabbing;
}

html body[data-page="robin-landingpage"] .app-product-screens::-webkit-scrollbar {
  display: none;
}

html body[data-page="robin-landingpage"] .app-carousel-slide {
  flex: 0 0 var(--app-slide-width);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: center;
  border: 1px solid rgba(36, 84, 78, .12);
  border-radius: clamp(1.5rem, 2.3vw, 2rem);
  background: rgba(255, 255, 255, .72);
  box-shadow:
    0 1.5rem 3.5rem rgba(22, 72, 65, .1),
    inset 0 1px rgba(255, 255, 255, .9);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

html body[data-page="robin-landingpage"] .app-carousel-slide:hover {
  transform: translateY(-.35rem);
  border-color: rgba(78, 157, 151, .32);
  box-shadow: 0 2rem 4rem rgba(22, 72, 65, .15);
}

html body[data-page="robin-landingpage"] .app-product-screens .app-screen {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: clamp(28rem, 42vw, 36.5rem);
  margin: 0;
  padding: 1rem 1rem 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 86%, rgba(136, 196, 188, .3), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(232, 244, 241, .84));
  box-shadow: none;
  transform: none;
  opacity: 1;
}

html body[data-page="robin-landingpage"] .app-product-screens .app-screen::after {
  content: "";
  position: absolute;
  right: 17%;
  bottom: 1.5%;
  left: 17%;
  height: 3.4%;
  border-radius: 50%;
  background: rgba(25, 73, 67, .2);
  filter: blur(.9rem);
}

html body[data-page="robin-landingpage"] .app-product-screens .app-screen > img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: clamp(28rem, 42vw, 36.5rem);
  object-fit: contain;
  filter: drop-shadow(0 1.6rem 1.8rem rgba(19, 58, 53, .18));
}

html body[data-page="robin-landingpage"] .app-product-screens .app-screen--native {
  padding: 1.25rem 1.25rem 0;
}

html body[data-page="robin-landingpage"] .app-native-device {
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: clamp(28rem, 42vw, 36.5rem);
  aspect-ratio: 1000 / 1879;
  overflow: hidden;
  border: clamp(.42rem, .7vw, .58rem) solid #121817;
  border-radius: clamp(2rem, 3vw, 2.85rem);
  background: #d8e7e4;
  box-shadow:
    0 1.6rem 2.2rem rgba(19, 58, 53, .2),
    inset 0 0 0 1px rgba(255, 255, 255, .2);
}

html body[data-page="robin-landingpage"] .app-native-device img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body[data-page="robin-landingpage"] .app-native-device__island {
  position: absolute;
  z-index: 3;
  top: .65rem;
  left: 50%;
  width: 30%;
  height: 1.25rem;
  border-radius: 999px;
  background: #050706;
  box-shadow: 0 .15rem .6rem rgba(0, 0, 0, .24);
  transform: translateX(-50%);
}

html body[data-page="robin-landingpage"] .app-slide-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .8rem;
  align-items: center;
  min-height: 6.5rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border-top: 1px solid rgba(36, 84, 78, .1);
  background: rgba(255, 255, 255, .88);
}

html body[data-page="robin-landingpage"] .app-slide-copy > span {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  color: #0d2925;
  background: #88c4bc;
  font-size: .72rem;
  font-weight: 800;
}

html body[data-page="robin-landingpage"] .app-slide-copy > div {
  display: grid;
  gap: .25rem;
}

html body[data-page="robin-landingpage"] .app-slide-copy strong {
  color: #102a27;
  font-size: 1rem;
}

html body[data-page="robin-landingpage"] .app-slide-copy small {
  color: #667470;
  font-size: .8rem;
}

html body[data-page="robin-landingpage"] .app-carousel-footer {
  display: grid;
  grid-template-columns: minmax(8rem, 1fr) auto auto;
  gap: 1.1rem;
  align-items: center;
  padding-top: .25rem;
}

html body[data-page="robin-landingpage"] .app-carousel-progress {
  position: relative;
  height: .25rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(36, 84, 78, .12);
}

html body[data-page="robin-landingpage"] .app-carousel-progress > span {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #3f8d86, #88c4bc);
  transform: scaleX(.2);
  transform-origin: left;
  transition: transform .3s ease;
}

html body[data-page="robin-landingpage"] .app-carousel-dots {
  display: flex;
  gap: .45rem;
}

html body[data-page="robin-landingpage"] .app-carousel-dots button {
  width: .55rem;
  height: .55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(36, 84, 78, .22);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

html body[data-page="robin-landingpage"] .app-carousel-dots button[aria-current="true"] {
  width: 1.75rem;
  background: #3f8d86;
}

html body[data-page="robin-landingpage"] .app-carousel-hint {
  color: #6c7c78;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .13em;
}

@media (max-width: 980px) {
  html body[data-page="robin-landingpage"] .app-product-screens {
    --app-slide-width: min(42vw, 20rem);
  }

  html body[data-page="robin-landingpage"] .app-product-screens .app-screen,
  html body[data-page="robin-landingpage"] .app-product-screens .app-screen > img,
  html body[data-page="robin-landingpage"] .app-native-device {
    min-height: 0;
    max-height: 32rem;
  }
}

@media (max-width: 720px) {
  html body[data-page="robin-landingpage"] .app-product-stage {
    width: calc(100% + 1.5rem);
    margin-left: -.75rem;
    padding: 1.05rem;
    border-radius: 2rem;
  }

  html body[data-page="robin-landingpage"] .app-stage-header {
    align-items: flex-end;
    flex-direction: row;
  }

  html body[data-page="robin-landingpage"] .app-stage-heading > strong {
    max-width: 14rem;
    line-height: 1.45;
  }

  html body[data-page="robin-landingpage"] .app-carousel-controls button {
    width: 2.65rem;
    height: 2.65rem;
  }

  html body[data-page="robin-landingpage"] .app-product-screens {
    --app-slide-width: min(78vw, 20rem);
    grid-template-columns: none;
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    gap: .85rem;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  html body[data-page="robin-landingpage"] .app-product-screens .app-screen,
  html body[data-page="robin-landingpage"] .app-product-screens .app-screen > img,
  html body[data-page="robin-landingpage"] .app-native-device {
    max-height: 31rem;
  }

  html body[data-page="robin-landingpage"] .app-carousel-footer {
    grid-template-columns: 1fr auto;
  }

  html body[data-page="robin-landingpage"] .app-carousel-hint {
    display: none;
  }
}

/* 27.8.0 — Fairtrain hero: the photo is part of the stage, not a nested card. */
@media (min-width: 901px) {
  html body[data-page="fairtrain"] .hero {
    padding: 0 !important;
  }

  html body[data-page="fairtrain"] .hero .container {
    width: 100% !important;
    max-width: none !important;
  }

  html body[data-page="fairtrain"] .hero-grid {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr) !important;
    gap: 0 !important;
    min-height: clamp(40rem, 49vw, 46rem);
  }

  html body[data-page="fairtrain"] .hero-content {
    max-width: none !important;
    padding: clamp(3.5rem, 5vw, 5.5rem) clamp(2rem, 3.5vw, 4.25rem) !important;
  }

  html body[data-page="fairtrain"] .hero-visual {
    position: relative;
    width: 100%;
    min-height: 100% !important;
    height: 100%;
    align-self: stretch;
    overflow: hidden;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body[data-page="fairtrain"] .hero-visual::before {
    position: absolute;
    z-index: 1;
    inset: 0 auto 0 0;
    width: clamp(2.5rem, 5vw, 5.25rem);
    background: linear-gradient(90deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, 0));
    content: "";
    pointer-events: none;
  }

  html body[data-page="fairtrain"] .hero-visual::after {
    content: none !important;
  }

  html body[data-page="fairtrain"] .hero-visual > img {
    border-radius: 0 !important;
    object-position: center center !important;
  }
}

@media (max-width: 900px) {
  html body[data-page="fairtrain"] .hero {
    padding: 0 0 2.25rem !important;
  }

  html body[data-page="fairtrain"] .hero .container {
    padding: 0 !important;
  }

  html body[data-page="fairtrain"] .hero-grid {
    gap: 1.75rem !important;
  }

  html body[data-page="fairtrain"] .hero-visual {
    aspect-ratio: 4 / 3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body[data-page="fairtrain"] .hero-visual::after {
    content: none !important;
  }

  html body[data-page="fairtrain"] .hero-visual > img {
    border-radius: 0 !important;
    object-position: center center !important;
  }

  html body[data-page="fairtrain"] .hero-content {
    padding: 0 1.5rem !important;
  }
}

/* 27.8.7 — Fairtrain hero: one integrated, full-width photographic stage. */
@media (min-width: 901px) {
  html body[data-page="fairtrain"] .hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(42rem, calc(100svh - 5rem), 50rem) !important;
    overflow: hidden;
    background: #f7f9f7 !important;
  }

  html body[data-page="fairtrain"] .hero-bg-gradient,
  html body[data-page="fairtrain"] .hero-bg-neon {
    display: none !important;
  }

  html body[data-page="fairtrain"] .hero > .container {
    width: 100% !important;
    max-width: none !important;
    min-height: inherit;
  }

  html body[data-page="fairtrain"] .hero-grid {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: inherit !important;
    gap: 0 !important;
  }

  html body[data-page="fairtrain"] .hero-content {
    position: relative;
    z-index: 3;
    width: min(46vw, 48rem);
    max-width: none !important;
    padding: clamp(5.5rem, 8vh, 7.5rem) clamp(3.25rem, 5.25vw, 6.5rem) !important;
  }

  html body[data-page="fairtrain"] .hero-visual {
    position: absolute !important;
    z-index: 0;
    inset: 0 0 0 30%;
    width: auto !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden;
    border-radius: 0 !important;
    background: #f7f9f7 !important;
  }

  html body[data-page="fairtrain"] .hero-visual::before {
    content: none !important;
  }

  html body[data-page="fairtrain"] .hero-visual::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background:
      linear-gradient(90deg,
        #f7f9f7 0%,
        rgba(247, 249, 247, .96) 10%,
        rgba(247, 249, 247, .78) 22%,
        rgba(247, 249, 247, .42) 34%,
        rgba(247, 249, 247, .10) 48%,
        rgba(247, 249, 247, 0) 60%),
      linear-gradient(180deg,
        rgba(4, 12, 10, 0) 72%,
        rgba(4, 12, 10, .08) 100%);
    content: "" !important;
    pointer-events: none;
  }

  html body[data-page="fairtrain"] .hero-visual > img.section-img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
    object-fit: cover;
    object-position: 56% center !important;
  }

  /* Keep the copy on the centered editorial grid at ultra-wide sizes while
     the photographic stage continues to span the full viewport. */
  html body[data-page="fairtrain"] .hero-content {
    box-sizing: border-box;
    width: 55vw !important;
    padding-right: clamp(2rem, 3vw, 3.75rem) !important;
    padding-left: max(3.5rem, calc((100vw - 90rem) / 2 + 3.5rem)) !important;
  }
}

/* 27.8.1 — Fairtrain FAQ: editorial two-column accordion. */
html body[data-page="fairtrain"] .faq {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 8vw, 8rem) !important;
  background:
    radial-gradient(circle at 10% 8%, rgba(136, 196, 188, .2), transparent 28rem),
    linear-gradient(180deg, #f7faf9 0%, #eef5f3 100%) !important;
}

html body[data-page="fairtrain"] .faq::before {
  position: absolute;
  right: -11rem;
  bottom: -13rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(58, 142, 136, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, .18);
  content: "";
  pointer-events: none;
}

html body[data-page="fairtrain"] .faq > .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(15rem, .72fr) minmax(32rem, 1.28fr);
  gap: clamp(3rem, 7vw, 7.5rem);
  align-items: start;
  max-width: 1180px;
}

html body[data-page="fairtrain"] .faq-header {
  position: sticky;
  top: 7rem;
  max-width: 26rem;
  text-align: left;
}

html body[data-page="fairtrain"] .faq-header .overline {
  display: inline-flex;
  margin-bottom: 1.25rem;
  color: #3a8e88 !important;
}

html body[data-page="fairtrain"] .faq-header h2 {
  max-width: 7ch;
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 5.1rem);
  line-height: .94;
  letter-spacing: -.055em;
}

html body[data-page="fairtrain"] .faq-intro {
  max-width: 25rem;
  margin: 1.6rem 0 1.4rem;
  color: #53615f !important;
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  line-height: 1.65;
}

html body[data-page="fairtrain"] .faq-audience {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .9rem;
  border: 1px solid rgba(58, 142, 136, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #2f7772;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .03em;
}

html body[data-page="fairtrain"] .faq-audience::before {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #68b2aa;
  box-shadow: 0 0 0 .28rem rgba(104, 178, 170, .14);
  content: "";
}

html body[data-page="fairtrain"] .faq-list {
  display: grid;
  gap: .8rem;
  width: 100%;
  max-width: none;
  margin: 0;
  counter-reset: fairtrain-faq;
}

html body[data-page="fairtrain"] .faq-item {
  overflow: hidden;
  border: 1px solid rgba(18, 34, 32, .1) !important;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 .75rem 2.5rem rgba(24, 56, 52, .045);
  counter-increment: fairtrain-faq;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

html body[data-page="fairtrain"] .faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 142, 136, .27) !important;
  box-shadow: 0 1rem 3rem rgba(24, 56, 52, .08);
}

html body[data-page="fairtrain"] .faq-item.active {
  border-color: rgba(58, 142, 136, .38) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 1.25rem 3.6rem rgba(24, 74, 68, .1);
}

html body[data-page="fairtrain"] .faq-question {
  min-height: 5.75rem;
  padding: 1.35rem 1.35rem 1.35rem 1.5rem;
  gap: 1rem;
  color: #0b1211 !important;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 720;
  line-height: 1.35;
}

html body[data-page="fairtrain"] .faq-question::before {
  flex: 0 0 2.2rem;
  color: #67a9a3;
  content: counter(fairtrain-faq, decimal-leading-zero);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

html body[data-page="fairtrain"] .faq-question > span:first-of-type {
  flex: 1;
}

html body[data-page="fairtrain"] .faq-icon {
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(58, 142, 136, .14);
  background: #edf5f3 !important;
  color: #3a8e88 !important;
  font-size: 1.3rem;
  font-weight: 500;
}

html body[data-page="fairtrain"] .faq-item.active .faq-icon {
  border-color: #3a8e88;
  background: #3a8e88 !important;
  color: #fff !important;
  transform: rotate(45deg);
}

html body[data-page="fairtrain"] .faq-answer-inner {
  padding: 0 5.35rem 1.8rem;
}

html body[data-page="fairtrain"] .faq-answer-inner p {
  max-width: 56ch;
  margin: 0;
  color: #4e5b59 !important;
  font-size: .98rem;
  line-height: 1.72;
}

@media (max-width: 900px) {
  html body[data-page="fairtrain"] .faq > .container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  html body[data-page="fairtrain"] .faq-header {
    position: static;
    max-width: 38rem;
  }

  html body[data-page="fairtrain"] .faq-header h2 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  html body[data-page="fairtrain"] .faq {
    padding-block: 4rem !important;
  }

  html body[data-page="fairtrain"] .faq-question {
    min-height: 5.25rem;
    padding: 1.1rem;
    gap: .7rem;
  }

  html body[data-page="fairtrain"] .faq-question::before {
    flex-basis: 1.7rem;
  }

  html body[data-page="fairtrain"] .faq-icon {
    width: 2.35rem;
    height: 2.35rem;
  }

  html body[data-page="fairtrain"] .faq-answer-inner {
    padding: 0 1.15rem 1.4rem 3.5rem;
  }
}

/* 27.8.2 — Fairtrain company intro: copy beside the headline. */
html body[data-page="fairtrain"] .for-companies-intro {
  width: 100%;
  max-width: none;
}

html body[data-page="fairtrain"] .for-companies-intro > .overline {
  margin-bottom: clamp(1.35rem, 2.5vw, 2.25rem);
}

html body[data-page="fairtrain"] .for-companies-intro-row {
  display: grid;
  grid-template-columns: minmax(18rem, .78fr) minmax(28rem, 1.22fr);
  grid-template-areas: "title copy";
  gap: clamp(3rem, 7vw, 7.5rem);
  align-items: center;
}

html body[data-page="fairtrain"] .for-companies-intro-row h2 {
  grid-area: title;
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 5.35rem);
  line-height: .96;
  letter-spacing: -.055em;
}

html body[data-page="fairtrain"] .for-companies-intro-row p {
  grid-area: copy;
  align-self: center;
  max-width: 34rem;
  margin: 0;
  padding-left: 1.35rem;
  border-left: 2px solid rgba(58, 142, 136, .45);
  color: #53615f;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.7;
}

html body[data-page="fairtrain"] .for-companies-grid {
  margin-top: clamp(3.5rem, 6vw, 6rem);
}

@media (max-width: 900px) {
  html body[data-page="fairtrain"] .for-companies-intro-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "copy";
    gap: 1.75rem;
  }

  html body[data-page="fairtrain"] .for-companies-intro-row h2,
  html body[data-page="fairtrain"] .for-companies-intro-row p {
    max-width: 38rem;
  }
}

/* 27.8.3 — Homepage hero: preserve the complete right-side product visual. */
@media (min-width: 1101px) {
  html body[data-page="index"] #hero.hero {
    min-height: clamp(44rem, calc(100svh - 4.5rem), 55rem) !important;
    background:
      linear-gradient(90deg,
        rgba(255, 255, 255, .24) 0%,
        rgba(255, 255, 255, .14) 32%,
        rgba(255, 255, 255, .04) 44%,
        rgba(255, 255, 255, 0) 54%),
      linear-gradient(180deg,
        rgba(7, 20, 18, 0) 84%,
        rgba(7, 20, 18, .055) 100%),
      url("../images/mainpage/plattform-hero-v7.jpg") center / cover no-repeat !important;
  }

  html body[data-page="index"] #hero.hero .hero__grid {
    padding-block: clamp(6.5rem, 11vh, 8.5rem) clamp(3.5rem, 6vh, 5.25rem) !important;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  html body[data-page="index"] #hero.hero {
    background:
      linear-gradient(90deg,
        rgba(255, 255, 255, .34) 0%,
        rgba(255, 255, 255, .18) 42%,
        rgba(255, 255, 255, 0) 64%),
      url("../images/mainpage/plattform-hero-v7.jpg") 52% center / cover no-repeat !important;
  }
}

/* 27.8.4 — Fairtrain process: dark premium stage. */
html body[data-page="fairtrain"] .how-it-works {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(91, 164, 156, .12), transparent 31rem),
    #050706 !important;
}

html body[data-page="fairtrain"] .how-it-works::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, .018), transparent 42%);
  content: "";
  pointer-events: none;
}

html body[data-page="fairtrain"] .how-it-works > .container {
  position: relative;
  z-index: 1;
}

html body[data-page="fairtrain"] .how-it-works .overline {
  color: #88c4bc !important;
}

html body[data-page="fairtrain"] .how-it-works h2 {
  color: #fff !important;
}

html body[data-page="fairtrain"] .how-it-works > .container > .reveal > p {
  color: rgba(255, 255, 255, .62) !important;
}

html body[data-page="fairtrain"] .how-step {
  border: 1px solid rgba(136, 196, 188, .16);
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035)) !important;
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, .24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

html body[data-page="fairtrain"] .how-step:hover {
  border-color: rgba(136, 196, 188, .4);
  background: linear-gradient(145deg, rgba(136, 196, 188, .12), rgba(255, 255, 255, .045)) !important;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .34);
}

html body[data-page="fairtrain"] .how-step h3 {
  color: #fff !important;
}

html body[data-page="fairtrain"] .how-step p {
  color: rgba(255, 255, 255, .58) !important;
}

html body[data-page="fairtrain"] .how-step .step-number {
  color: #07110f;
  background: #88c4bc;
  box-shadow: 0 0 0 .45rem rgba(136, 196, 188, .08);
}

/* 27.8.5 — Fairtrain hero: remove the outer card completely. */
html body[data-page="fairtrain"] .hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f7f9f7 !important;
  box-shadow: none !important;
}

@media (min-width: 901px) {
  html body[data-page="fairtrain"] .hero-grid {
    min-height: clamp(42rem, calc(100svh - 5rem), 50rem) !important;
  }
}

@media (max-width: 900px) {
  html body[data-page="fairtrain"] .hero {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }
}

/* 27.8.8 — Fairtrain problem section. */
html body[data-page="fairtrain"] .problem {
  z-index: 2;
  overflow: visible;
}

html body[data-page="fairtrain"] .problem::before {
  display: none;
  content: none;
}

html body[data-page="fairtrain"] .problem > .container {
  position: relative;
  z-index: 3;
}

/* 27.8.9 — Navigation: full-width at page top, floating shell on scroll. */
html body .rh-site-header .bc-header {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 104px;
  margin: 0;
  transform: none;
  border: 0;
  border-radius: 0;
  background: #070c0b;
  box-shadow: none;
}

html body .rh-site-header .bc-header__inner {
  min-height: 104px;
}

html body .rh-site-header .bc-header.scrolled {
  top: 16px;
  left: 50%;
  width: min(calc(100% - 32px), 1440px);
  min-height: 80px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--rh-radius-lg);
  background: rgba(7, 12, 11, .94);
  box-shadow: 0 14px 42px rgba(11, 18, 17, .18);
}

html body .rh-site-header .bc-header.scrolled .bc-header__inner {
  min-height: 80px;
}

@media (max-width: 900px) {
  html body .rh-site-header .bc-header {
    min-height: 96px;
  }

  html body .rh-site-header .bc-header__inner {
    min-height: 96px;
  }

  html body .rh-site-header .bc-header.scrolled {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 68px;
    border-radius: 18px;
  }

  html body .rh-site-header .bc-header.scrolled .bc-header__inner {
    min-height: 68px;
  }
}

/* 27.9.0 — App carousel: first slide left, swipe viewport full bleed. */
html body[data-page="robin-landingpage"] .app-product-stage {
  --app-stage-space: clamp(1.25rem, 2.6vw, 2.4rem);
  padding: var(--app-stage-space);
}

html body[data-page="robin-landingpage"] .app-product-screens {
  margin-inline: calc(-1 * var(--app-stage-space));
  padding-inline: var(--app-stage-space);
  scroll-padding-inline: var(--app-stage-space);
}

html body[data-page="robin-landingpage"] .app-carousel-slide {
  scroll-snap-align: start;
}

@media (max-width: 720px) {
  html body[data-page="robin-landingpage"] .app-product-stage {
    --app-stage-space: 1.05rem;
  }
}

/* 27.9.1 — Homepage testimonials, moved from the Bodycheck page. */
html body[data-page="index"] .homepage-testimonials {
  padding-block: clamp(6rem, 9vw, 9rem) !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(136, 196, 188, .13), transparent 25rem),
    linear-gradient(180deg, #f8faf9 0%, #f1f5f4 100%);
}

html body[data-page="index"] .homepage-testimonials__header {
  max-width: 62rem;
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  text-align: center;
}

html body[data-page="index"] .homepage-testimonials__header .overline {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: #3f8d86;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

html body[data-page="index"] .homepage-testimonials__header h2 {
  margin: 0;
}

html body[data-page="index"] .homepage-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

html body[data-page="index"] .homepage-testimonials .testimonial-card {
  display: flex;
  flex-direction: column;
  min-height: 22rem;
  padding: clamp(2rem, 3vw, 3rem);
  background: rgba(255, 255, 255, .84);
}

html body[data-page="index"] .homepage-testimonials .testimonial-stars {
  margin-bottom: 1.5rem;
  color: #72b9b0;
  font-size: 1.15rem;
  letter-spacing: .14em;
}

html body[data-page="index"] .homepage-testimonials blockquote {
  flex: 1;
  margin: 0 0 2rem;
  color: #26312f;
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.72;
}

html body[data-page="index"] .homepage-testimonials .testimonial-author {
  display: flex;
  align-items: center;
  gap: .9rem;
}

html body[data-page="index"] .homepage-testimonials .testimonial-avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  color: #4e9d97;
  background: #eef2f1;
  font-weight: 750;
}

html body[data-page="index"] .homepage-testimonials .testimonial-meta {
  display: grid;
  gap: .25rem;
}

html body[data-page="index"] .homepage-testimonials .testimonial-meta strong {
  color: #111817;
  font-size: .92rem;
}

html body[data-page="index"] .homepage-testimonials .testimonial-meta span {
  color: #6b7673;
  font-size: .8rem;
}

html body[data-page="index"] .homepage-testimonials__note {
  max-width: 46rem;
  margin: 1.35rem auto 0;
  color: #66716e;
  font-size: .8rem;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 900px) {
  html body[data-page="index"] .homepage-testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 42rem;
    margin-inline: auto;
  }

  html body[data-page="index"] .homepage-testimonials .testimonial-card {
    min-height: auto;
  }
}

/* 27.9.2 — Compact top navigation, flush with the hero. */
html body.rh-bc-page main {
  padding-top: 92px;
}

html body .rh-site-header .bc-header,
html body .rh-site-header .bc-header__inner {
  min-height: 92px;
}

html body .rh-site-header .bc-header.scrolled,
html body .rh-site-header .bc-header.scrolled .bc-header__inner {
  min-height: 80px;
}

@media (max-width: 900px) {
  html body.rh-bc-page main {
    padding-top: 84px;
  }

  html body .rh-site-header .bc-header,
  html body .rh-site-header .bc-header__inner {
    min-height: 84px;
  }

  html body .rh-site-header .bc-header.scrolled,
  html body .rh-site-header .bc-header.scrolled .bc-header__inner {
    min-height: 68px;
  }
}

/* 27.9.3 — Let the final section visually continue around the footer card. */
html body[data-page="index"] footer.fn-locations-site-footer {
  margin: 0 !important;
  padding: 0 clamp(0.75rem, 2vw, 2rem) clamp(0.75rem, 2vw, 2rem);
  overflow: visible;
  border-radius: 0 !important;
  background: #f1f5f4;
}

html body[data-page="index"] footer.fn-locations-site-footer .footer-s1 {
  overflow: hidden;
  border-radius: var(--rh-radius-2xl) var(--rh-radius-2xl) 0 0;
}

html body[data-page="index"] footer.fn-locations-site-footer .footer-s2 {
  overflow: hidden;
  border-radius: 0 0 var(--rh-radius-2xl) var(--rh-radius-2xl);
}

@media (max-width: 720px) {
  html body[data-page="index"] footer.fn-locations-site-footer {
    padding-inline: 0.5rem;
    padding-bottom: 0.5rem;
  }

  html body[data-page="index"] footer.fn-locations-site-footer .footer-s1 {
    border-radius: 32px 32px 0 0;
  }

  html body[data-page="index"] footer.fn-locations-site-footer .footer-s2 {
    border-radius: 0 0 32px 32px;
  }
}

/* 27.9.7 — Premium footer composition. */
html body footer.fn-locations-site-footer .footer-s1 {
  position: relative;
  padding: clamp(3.5rem, 5.5vw, 5.5rem) 0 !important;
  background:
    radial-gradient(circle at 84% 0%, rgba(136, 196, 188, 0.13), transparent 29%),
    radial-gradient(circle at 8% 110%, rgba(76, 151, 142, 0.09), transparent 30%),
    linear-gradient(135deg, #050b0a 0%, #091512 52%, #06100e 100%) !important;
}

html body footer.fn-locations-site-footer .footer-s1::before {
  content: "";
  position: absolute;
  inset: 0 8% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(136, 196, 188, 0.52), transparent);
  pointer-events: none;
}

html body footer.fn-locations-site-footer .footer-s1 .container-fluid {
  position: relative;
  z-index: 1;
  width: min(calc(100% - clamp(3rem, 9vw, 9rem)), 1360px) !important;
}

html body footer.fn-locations-site-footer .footer-s1 .items {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.8fr) minmax(22rem, 1.25fr) !important;
  gap: clamp(2.5rem, 5vw, 5.5rem) !important;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item {
  padding: 0 !important;
  border: 0 !important;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .item-title {
  position: relative;
  margin: 0 0 1.65rem !important;
  padding-bottom: 1rem;
  color: #f7fbfa !important;
  font-size: clamp(1.12rem, 1.35vw, 1.35rem) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.025em;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2px;
  background: #88c4bc;
  border-radius: 99px;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .item-title span {
  color: #a9d7d1;
  font-weight: 450;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .footer__menu {
  display: grid;
  gap: 0.15rem;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .footer__menu__item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.42rem 0 !important;
  color: #a9cec9 !important;
  font-size: clamp(0.95rem, 1vw, 1.05rem) !important;
  font-weight: 570 !important;
  line-height: 1.35 !important;
  transition: color 180ms ease, transform 180ms ease !important;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item:not(:last-child) .footer__menu__item a::after {
  content: "↗";
  color: #73aaa3;
  font-size: 0.78em;
  opacity: 0;
  transform: translate(-0.2rem, 0.15rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item:not(:last-child) .footer__menu__item a:hover {
  color: #fff !important;
  transform: translateX(0.2rem);
}

html body footer.fn-locations-site-footer .footer-s1 .items .item:not(:last-child) .footer__menu__item a:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .downloadapp {
  width: fit-content;
  margin-top: 1.35rem;
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(160, 210, 203, 0.13);
  border-radius: 1.15rem;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .downloadapp .app-download {
  display: flex !important;
  flex-flow: row wrap;
  gap: 0.55rem !important;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .downloadapp .app-download a {
  display: block;
  margin: 0 !important;
  line-height: 0;
  border-radius: 0.7rem;
  transition: transform 180ms ease, filter 180ms ease;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .downloadapp .app-download a:hover {
  filter: brightness(1.09);
  transform: translateY(-2px);
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .downloadapp .app-download img {
  display: block;
  width: auto !important;
  height: 42px !important;
  border-radius: 0.6rem;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item:last-child {
  padding: clamp(1.7rem, 2.5vw, 2.35rem) !important;
  background:
    linear-gradient(145deg, rgba(136, 196, 188, 0.12), rgba(136, 196, 188, 0.045));
  border: 1px solid rgba(151, 208, 200, 0.17) !important;
  border-radius: 1.75rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

html body footer.fn-locations-site-footer .footer-s1 .items .item:last-child .footer__menu__item a {
  gap: 0.7rem;
  padding: 0.72rem 0.95rem !important;
  color: #081310 !important;
  background: linear-gradient(135deg, #a1d4cd, #82c4bb);
  border-radius: 0.85rem;
  box-shadow: 0 0.8rem 2rem rgba(65, 146, 136, 0.16);
}

html body footer.fn-locations-site-footer .footer-s1 .items .item:last-child .footer__menu__item a::after {
  content: "↗";
  font-size: 0.8em;
}

html body footer.fn-locations-site-footer .footer-s1 .items .item:last-child .footer__menu__item a:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

html body footer.fn-locations-site-footer .footer-s1 .items .item .footer__company-desc {
  max-width: 40rem !important;
  margin-top: 1.3rem !important;
  color: rgba(235, 244, 242, 0.72) !important;
  font-size: clamp(0.94rem, 0.98vw, 1.02rem) !important;
  line-height: 1.65 !important;
}

html body footer.fn-locations-site-footer .footer-s2 {
  border-top: 1px solid rgba(153, 207, 199, 0.12);
  background: #040807 !important;
}

html body footer.fn-locations-site-footer .footer-s2 .container {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

html body footer.fn-locations-site-footer .footer-s2 .logo img {
  width: auto !important;
  height: 2.6rem !important;
  opacity: 0.82;
}

@media (max-width: 980px) {
  html body footer.fn-locations-site-footer .footer-s1 .container-fluid {
    width: min(calc(100% - 3rem), 760px) !important;
  }

  html body footer.fn-locations-site-footer .footer-s1 .items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 3rem 2.5rem !important;
  }

  html body footer.fn-locations-site-footer .footer-s1 .items .item:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  html body footer.fn-locations-site-footer .footer-s1 .container-fluid {
    width: calc(100% - 2.5rem) !important;
  }

  html body footer.fn-locations-site-footer .footer-s1 .items {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  html body footer.fn-locations-site-footer .footer-s1 .items .item {
    padding: 1.75rem 0 !important;
    border-bottom: 1px solid rgba(153, 207, 199, 0.12) !important;
  }

  html body footer.fn-locations-site-footer .footer-s1 .items .item:first-child {
    padding-top: 0 !important;
  }

  html body footer.fn-locations-site-footer .footer-s1 .items .item:last-child {
    grid-column: auto;
    margin-top: 1.5rem;
    padding: 1.5rem !important;
    border-bottom: 0 !important;
  }

  html body footer.fn-locations-site-footer .footer-s1 .items .item .downloadapp .app-download img {
    height: 40px !important;
  }
}

/* 27.10.9 — Contact close: light-mint editorial CTA and matching footer surround. */
html body[data-page="kontakt"] #trust-close.trust-close {
  position: relative;
  padding: clamp(5.5rem, 9vw, 9rem) 0 clamp(4.5rem, 7vw, 7rem);
  overflow: hidden;
  color: #07100e;
  text-align: left;
  background-color: #e9f4f1;
  background-image:
    radial-gradient(circle at 6% 10%, rgba(136, 196, 188, 0.34), transparent 25rem),
    radial-gradient(circle at 92% 88%, rgba(136, 196, 188, 0.22), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 52%);
}

html body[data-page="kontakt"] #trust-close.trust-close::before {
  content: "";
  position: absolute;
  inset: clamp(1rem, 2vw, 2rem);
  border: 1px solid rgba(36, 96, 87, 0.12);
  border-radius: clamp(2.25rem, 4vw, 4.5rem);
  background: transparent;
  pointer-events: none;
}

html body[data-page="kontakt"] #trust-close > .container {
  width: min(calc(100% - 4rem), 1360px);
  max-width: none;
  padding: 0;
}

html body[data-page="kontakt"] #trust-close .trust-close__inner {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.72fr);
  gap: clamp(3rem, 8vw, 8.5rem);
  align-items: center;
  margin: 0;
}

html body[data-page="kontakt"] #trust-close .trust-close__copy {
  max-width: 46rem;
}

html body[data-page="kontakt"] #trust-close .overline {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(35, 98, 89, 0.16);
  border-radius: 999px;
  color: #327c72;
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

html body[data-page="kontakt"] #trust-close h2 {
  max-width: 10ch;
  margin: 0 0 clamp(2rem, 3vw, 2.75rem);
  color: #07100e;
  font-size: clamp(3.5rem, 6vw, 6.5rem) !important;
  font-weight: 800;
  line-height: 0.92 !important;
  letter-spacing: -0.06em !important;
  text-wrap: balance;
}

html body[data-page="kontakt"] #trust-close h2 span {
  display: inline;
  color: inherit;
}

html body[data-page="kontakt"] #trust-close h2 span:last-child {
  color: #4d9e93;
}

html body[data-page="kontakt"] #trust-close .trust-close__copy p {
  max-width: 39rem;
  margin: 0 0 0.85rem;
  color: rgba(22, 45, 41, 0.68);
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

html body[data-page="kontakt"] #trust-close .trust-close__contact {
  position: relative;
  padding: clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(37, 94, 86, 0.13);
  border-radius: clamp(1.75rem, 3vw, 2.75rem);
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 2rem 5rem rgba(37, 80, 72, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

html body[data-page="kontakt"] #trust-close .trust-close__contact::after {
  content: "";
  position: absolute;
  top: -3.5rem;
  right: -3.5rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(77, 158, 147, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 1.8rem rgba(77, 158, 147, 0.035),
    0 0 0 3.6rem rgba(77, 158, 147, 0.025);
  pointer-events: none;
}

html body[data-page="kontakt"] #trust-close .trust-close__contact-label {
  display: block;
  margin-bottom: 1.65rem;
  color: #4d8f86;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html body[data-page="kontakt"] #trust-close .trust-close__contact h3 {
  position: relative;
  z-index: 1;
  max-width: 12ch;
  margin: 0 0 1.15rem;
  color: #0a1513;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

html body[data-page="kontakt"] #trust-close .trust-close__contact > p {
  max-width: 29rem;
  margin: 0 0 2rem;
  color: rgba(22, 45, 41, 0.62);
  font-size: 1rem;
  line-height: 1.6;
}

html body[data-page="kontakt"] #trust-close .trust-close__cta {
  display: flex;
  min-height: 3.75rem;
  padding: 0.8rem 1.15rem 0.8rem 1.35rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.1rem;
  color: #f6fbfa;
  background: #0a1715;
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 1rem 2.5rem rgba(7, 20, 17, 0.15);
}

html body[data-page="kontakt"] #trust-close .trust-close__cta span:last-child {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 0.7rem;
  color: #0a1715;
  background: #8ac9c0;
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

html body[data-page="kontakt"] #trust-close .trust-close__cta:hover {
  color: #fff;
  transform: translateY(-2px);
}

html body[data-page="kontakt"] #trust-close .trust-close__cta:hover span:last-child {
  transform: translateX(3px);
}

html body[data-page="kontakt"] #trust-close .trust-close__direct {
  display: flex;
  margin-top: 1.35rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(22, 45, 41, 0.5);
  font-size: 0.82rem;
}

html body[data-page="kontakt"] #trust-close .trust-close__direct a {
  color: #236258;
  font-weight: 700;
}

html body[data-page="kontakt"] #trust-close .trust-close__proof {
  display: flex;
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-top: 1.5rem;
  gap: 0;
  border-top: 1px solid rgba(35, 98, 89, 0.14);
  color: #2d6f66;
}

html body[data-page="kontakt"] #trust-close .trust-close__proof span {
  padding: 0 1.5rem;
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.065em;
}

html body[data-page="kontakt"] #trust-close .trust-close__proof span:first-child {
  padding-left: 0;
}

html body[data-page="kontakt"] #trust-close .trust-close__proof span + span {
  border-left: 1px solid rgba(35, 98, 89, 0.18);
}

html body[data-page="kontakt"] footer.fn-locations-site-footer {
  --rh-footer-surround: #e9f4f1;
}

@media (max-width: 900px) {
  html body[data-page="kontakt"] #trust-close .trust-close__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  html body[data-page="kontakt"] #trust-close .trust-close__contact {
    max-width: 38rem;
  }
}

@media (max-width: 620px) {
  html body[data-page="kontakt"] #trust-close.trust-close {
    padding: 4.75rem 0 4rem;
  }

  html body[data-page="kontakt"] #trust-close.trust-close::before {
    inset: 0.5rem;
    border-radius: 2rem;
  }

  html body[data-page="kontakt"] #trust-close > .container {
    width: min(calc(100% - 2rem), 36rem);
  }

  html body[data-page="kontakt"] #trust-close h2 {
    font-size: clamp(3.25rem, 15vw, 4.65rem) !important;
  }

  html body[data-page="kontakt"] #trust-close .trust-close__contact {
    padding: 1.5rem;
  }

  html body[data-page="kontakt"] #trust-close .trust-close__proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  html body[data-page="kontakt"] #trust-close .trust-close__proof span {
    padding: 0;
  }

  html body[data-page="kontakt"] #trust-close .trust-close__proof span + span {
    border-left: 0;
  }
}

/* 27.10.10 — Partner close: premium white editorial invitation. */
html body[data-page="partner"] .partner-cta {
  position: relative;
  padding: clamp(6rem, 10vw, 10rem) 0 clamp(5rem, 8vw, 8rem);
  overflow: hidden;
  color: #08110f;
  text-align: left;
  background-color: #fff;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(136, 196, 188, 0.12), transparent 23rem),
    radial-gradient(circle at 93% 82%, rgba(136, 196, 188, 0.1), transparent 26rem);
}

html body[data-page="partner"] .partner-cta::before {
  content: "";
  position: absolute;
  top: clamp(1rem, 2vw, 2rem);
  right: clamp(1rem, 2vw, 2rem);
  bottom: clamp(1rem, 2vw, 2rem);
  left: clamp(1rem, 2vw, 2rem);
  width: auto;
  height: auto;
  border: 1px solid rgba(35, 92, 84, 0.11);
  border-radius: clamp(2.5rem, 5vw, 5rem);
  background: transparent;
  transform: none;
  pointer-events: none;
}

html body[data-page="partner"] .partner-cta::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 7%;
  width: clamp(9rem, 16vw, 14rem);
  aspect-ratio: 1;
  border: 1px solid rgba(76, 154, 143, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 clamp(1.5rem, 3vw, 3rem) rgba(76, 154, 143, 0.026),
    0 0 0 clamp(3rem, 6vw, 6rem) rgba(76, 154, 143, 0.018);
  pointer-events: none;
}

html body[data-page="partner"] .partner-cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100% - 4rem), 1360px);
  max-width: none;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.72fr);
  column-gap: clamp(4rem, 10vw, 10rem);
  align-items: end;
  margin: 0 auto;
}

html body[data-page="partner"] .partner-cta-heading {
  max-width: 48rem;
}

html body[data-page="partner"] .partner-cta-eyebrow {
  display: inline-flex;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(35, 92, 84, 0.13);
  border-radius: 999px;
  color: #377f75;
  background: #f1f8f6;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

html body[data-page="partner"] .partner-cta h2 {
  max-width: 10ch;
  margin: 0;
  color: #08110f;
  font-size: clamp(3.75rem, 6.2vw, 7rem) !important;
  font-weight: 800;
  line-height: 0.91 !important;
  letter-spacing: -0.065em !important;
  text-wrap: balance;
}

html body[data-page="partner"] .partner-cta h2::after {
  content: ".";
  color: #69afa5;
}

html body[data-page="partner"] .partner-cta-body {
  max-width: 34rem;
  padding-bottom: 0.45rem;
}

html body[data-page="partner"] .partner-cta p {
  max-width: 32rem;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  color: rgba(19, 42, 37, 0.64);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.68;
}

html body[data-page="partner"] .partner-cta-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 0.85rem;
  flex-wrap: wrap;
}

html body[data-page="partner"] .partner-cta .btn-primary,
html body[data-page="partner"] .partner-cta .btn-secondary {
  display: inline-flex;
  min-height: 3.85rem;
  padding: 0.85rem 1.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 1.15rem;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

html body[data-page="partner"] .partner-cta .btn-primary {
  border: 1px solid #0b1715;
  color: #fff;
  background: #0b1715;
  box-shadow: 0 1rem 2.4rem rgba(9, 25, 21, 0.13);
}

html body[data-page="partner"] .partner-cta .btn-primary:hover {
  color: #fff;
  background: #17332e;
  box-shadow: 0 1.25rem 3rem rgba(9, 25, 21, 0.16);
}

html body[data-page="partner"] .partner-cta .btn-secondary {
  border: 1px solid rgba(22, 55, 49, 0.17);
  color: #143a33;
  background: rgba(240, 248, 246, 0.7);
}

html body[data-page="partner"] .partner-cta .btn-secondary:hover {
  border-color: rgba(22, 55, 49, 0.3);
  color: #143a33;
  background: #eef7f4;
}

html body[data-page="partner"] .partner-cta .btn-primary:hover,
html body[data-page="partner"] .partner-cta .btn-secondary:hover {
  transform: translateY(-2px);
}

html body[data-page="partner"] .partner-cta .btn-secondary span:last-child {
  color: #4c9a8f;
  font-size: 1rem;
}

html body[data-page="partner"] .partner-cta-meta {
  grid-column: 1 / -1;
  display: flex;
  margin-top: clamp(4rem, 7vw, 7rem);
  padding-top: 1.5rem;
  gap: 0;
  border-top: 1px solid rgba(35, 92, 84, 0.12);
  color: #377f75;
}

html body[data-page="partner"] .partner-cta-meta span {
  padding: 0 1.5rem;
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.065em;
}

html body[data-page="partner"] .partner-cta-meta span:first-child {
  padding-left: 0;
}

html body[data-page="partner"] .partner-cta-meta span + span {
  border-left: 1px solid rgba(35, 92, 84, 0.16);
}

html body[data-page="partner"] footer.fn-locations-site-footer {
  --rh-footer-surround: #fff;
}

@media (max-width: 900px) {
  html body[data-page="partner"] .partner-cta-content {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }

  html body[data-page="partner"] .partner-cta h2 {
    max-width: 9ch;
  }

  html body[data-page="partner"] .partner-cta-meta {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  html body[data-page="partner"] .partner-cta {
    padding: 5rem 0 4.5rem;
  }

  html body[data-page="partner"] .partner-cta::before {
    inset: 0.5rem;
    border-radius: 2rem;
  }

  html body[data-page="partner"] .partner-cta-content {
    width: min(calc(100% - 2rem), 36rem);
  }

  html body[data-page="partner"] .partner-cta h2 {
    font-size: clamp(3.4rem, 15vw, 4.8rem) !important;
  }

  html body[data-page="partner"] .partner-cta-buttons {
    display: grid;
  }

  html body[data-page="partner"] .partner-cta .btn-primary,
  html body[data-page="partner"] .partner-cta .btn-secondary {
    width: 100%;
  }

  html body[data-page="partner"] .partner-cta-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  html body[data-page="partner"] .partner-cta-meta span {
    padding: 0;
  }

  html body[data-page="partner"] .partner-cta-meta span + span {
    border-left: 0;
  }
}

/* 27.10.7 — The closing section now continues around every dark footer card. */
html body footer.fn-locations-site-footer {
  margin: 0 !important;
  padding:
    clamp(2.25rem, 4.5vw, 5rem)
    clamp(0.75rem, 2vw, 2rem)
    clamp(0.75rem, 2vw, 2rem) !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: var(--rh-footer-surround, #f1f5f4) !important;
}

html body footer.fn-locations-site-footer .footer-s1 {
  overflow: hidden;
  border-radius: var(--rh-radius-2xl) var(--rh-radius-2xl) 0 0 !important;
}

html body footer.fn-locations-site-footer .footer-s2 {
  overflow: hidden;
  border-radius: 0 0 var(--rh-radius-2xl) var(--rh-radius-2xl) !important;
}

@media (max-width: 720px) {
  html body footer.fn-locations-site-footer {
    padding: 2rem 0.5rem 0.5rem !important;
  }

  html body footer.fn-locations-site-footer .footer-s1 {
    border-radius: 32px 32px 0 0 !important;
  }

  html body footer.fn-locations-site-footer .footer-s2 {
    border-radius: 0 0 32px 32px !important;
  }
}

/* 27.9.8 — Fairtrain ReadyHealth closed-loop stage. */
html body[data-page="fairtrain"] .rh-integration {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.75rem, 7vw, 7.5rem) !important;
  background:
    radial-gradient(circle at 85% 6%, rgba(136, 196, 188, 0.2), transparent 27%),
    linear-gradient(180deg, #f8fbfa 0%, #eef5f3 100%) !important;
}

html body[data-page="fairtrain"] .rh-integration::before {
  content: "";
  position: absolute;
  left: -9rem;
  bottom: -12rem;
  width: 28rem;
  aspect-ratio: 1;
  border: 1px solid rgba(68, 149, 139, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(68, 149, 139, 0.03);
  pointer-events: none;
}

html body[data-page="fairtrain"] .rh-integration .container {
  position: relative;
  z-index: 1;
}

html body[data-page="fairtrain"] .rh-integration-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
  gap: clamp(3.5rem, 7vw, 7rem) !important;
  align-items: center !important;
  margin-top: 0 !important;
}

html body[data-page="fairtrain"] .rh-integration-copy {
  max-width: 39rem;
}

html body[data-page="fairtrain"] .rh-integration-copy .overline {
  margin-bottom: 1.25rem !important;
}

html body[data-page="fairtrain"] .rh-integration-copy h2 {
  max-width: 10ch;
  margin: 0;
  color: #071310 !important;
  font-size: clamp(3.2rem, 4.8vw, 5.35rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.058em !important;
  text-wrap: balance;
}

html body[data-page="fairtrain"] .rh-integration-lead {
  max-width: 38rem;
  margin: clamp(1.75rem, 3vw, 2.4rem) 0 0 !important;
  color: #52625e !important;
  font-size: clamp(1.02rem, 1.18vw, 1.16rem) !important;
  line-height: 1.66 !important;
}

html body[data-page="fairtrain"] .rh-integration-proof {
  max-width: 38rem;
  margin: 1.5rem 0 0 !important;
  padding: 1.15rem 1.25rem;
  color: #18302b !important;
  background: rgba(220, 238, 234, 0.72);
  border-left: 3px solid #69afa6;
  border-radius: 0 1rem 1rem 0;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem) !important;
  line-height: 1.58 !important;
}

html body[data-page="fairtrain"] .rh-loop-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(2rem, 3.8vw, 3.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(136, 196, 188, 0.17), transparent 30%),
    linear-gradient(145deg, #07110f 0%, #0c1b18 100%);
  border: 1px solid rgba(143, 203, 195, 0.2);
  border-radius: clamp(2rem, 3.5vw, 3.25rem);
  box-shadow: 0 2rem 5.5rem rgba(21, 61, 55, 0.16);
  isolation: isolate;
}

html body[data-page="fairtrain"] .rh-loop-panel::before {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  width: 17rem;
  aspect-ratio: 1;
  border: 1px solid rgba(136, 196, 188, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.2rem rgba(136, 196, 188, 0.035),
    0 0 0 4.4rem rgba(136, 196, 188, 0.02);
  pointer-events: none;
  z-index: -1;
}

html body[data-page="fairtrain"] .rh-loop-panel__label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
  color: #8dc9c1;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

html body[data-page="fairtrain"] .rh-loop-panel__label::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  background: #8dc9c1;
  border-radius: 50%;
  box-shadow: 0 0 0 0.35rem rgba(141, 201, 193, 0.1);
}

html body[data-page="fairtrain"] .loop-visual {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(0.8rem, 1.8vw, 1.4rem) !important;
  align-items: stretch !important;
  width: 100%;
}

html body[data-page="fairtrain"] .loop-visual::before,
html body[data-page="fairtrain"] .loop-visual::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(141, 201, 193, 0.5), transparent);
  pointer-events: none;
}

html body[data-page="fairtrain"] .loop-visual::before {
  top: -0.9rem;
}

html body[data-page="fairtrain"] .loop-visual::after {
  bottom: -0.9rem;
}

html body[data-page="fairtrain"] .loop-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto !important;
  max-width: none !important;
  min-height: clamp(9.5rem, 13vw, 12rem);
  padding: clamp(1.4rem, 2.25vw, 2rem) !important;
  overflow: hidden;
  border-radius: 1.5rem !important;
  text-align: left !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

html body[data-page="fairtrain"] .loop-box::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
}

html body[data-page="fairtrain"] .loop-digital {
  color: #0b1a17 !important;
  background: linear-gradient(145deg, #dff1ee, #9fd3cc) !important;
  border: 1px solid rgba(208, 239, 234, 0.64);
}

html body[data-page="fairtrain"] .loop-digital::after {
  background: #2d8278;
  box-shadow: 0 0 0 0.3rem rgba(45, 130, 120, 0.12);
}

html body[data-page="fairtrain"] .loop-real {
  color: #f6fbfa !important;
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(172, 216, 209, 0.18);
}

html body[data-page="fairtrain"] .loop-real::after {
  background: #8dc9c1;
  box-shadow: 0 0 0 0.3rem rgba(141, 201, 193, 0.1);
}

html body[data-page="fairtrain"] .loop-box > span:first-child {
  margin-bottom: 0.7rem !important;
  font-size: 0.69rem !important;
  font-weight: 800;
  letter-spacing: 0.16em !important;
}

html body[data-page="fairtrain"] .loop-box > span:last-child {
  max-width: 9ch;
  font-size: clamp(1.25rem, 1.75vw, 1.6rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

html body[data-page="fairtrain"] .loop-arrow {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  align-self: center;
  width: clamp(2.7rem, 4vw, 3.5rem);
  height: clamp(2.7rem, 4vw, 3.5rem);
  color: #071310 !important;
  background: #8dc9c1;
  border: 0.35rem solid #0a1714;
  border-radius: 50%;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem) !important;
  font-weight: 700;
  box-shadow: 0 0.7rem 1.8rem rgba(0, 0, 0, 0.28);
}

html body[data-page="fairtrain"] .rh-loop-caption {
  max-width: 34rem;
  margin: clamp(2rem, 3.5vw, 2.75rem) auto 0 !important;
  color: rgba(235, 246, 243, 0.7) !important;
  font-size: clamp(0.91rem, 1vw, 1rem) !important;
  line-height: 1.55 !important;
  text-align: center;
}

@media (max-width: 980px) {
  html body[data-page="fairtrain"] .rh-integration-grid {
    grid-template-columns: 1fr !important;
    gap: 3.5rem !important;
  }

  html body[data-page="fairtrain"] .rh-integration-copy {
    max-width: 46rem;
  }

  html body[data-page="fairtrain"] .rh-integration-copy h2 {
    max-width: 12ch;
  }
}

@media (max-width: 600px) {
  html body[data-page="fairtrain"] .rh-integration {
    padding-block: 4rem !important;
  }

  html body[data-page="fairtrain"] .rh-integration-copy h2 {
    font-size: clamp(2.75rem, 13vw, 3.65rem) !important;
  }

  html body[data-page="fairtrain"] .rh-loop-panel {
    padding: 1.5rem;
    border-radius: 2rem;
  }

  html body[data-page="fairtrain"] .loop-visual {
    grid-template-columns: 1fr;
  }

  html body[data-page="fairtrain"] .loop-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  html body[data-page="fairtrain"] .loop-box {
    min-height: 8.5rem;
  }

  html body[data-page="fairtrain"] .loop-visual::before,
  html body[data-page="fairtrain"] .loop-visual::after {
    display: none;
  }
}

/* 27.9.9 — James coaching principles without decorative emoji. */
html body[data-page="host-james"] .coach-impulses {
  gap: clamp(0.85rem, 1.35vw, 1.15rem) !important;
  align-items: stretch;
}

html body[data-page="host-james"] .coach-impulses .impulse-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: clamp(11.5rem, 15vw, 13.5rem);
  padding: clamp(1.4rem, 2vw, 1.85rem) !important;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 249, 0.96)) !important;
  border: 1px solid rgba(43, 103, 94, 0.14) !important;
  border-radius: 1.6rem !important;
  box-shadow: 0 0.9rem 2.6rem rgba(26, 72, 65, 0.06) !important;
}

html body[data-page="host-james"] .coach-impulses .impulse-card::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin-bottom: clamp(1.25rem, 2vw, 1.7rem);
  flex: 0 0 auto;
  background: linear-gradient(90deg, #4e9d97, #9bd1ca);
  border-radius: 99px;
}

html body[data-page="host-james"] .coach-impulses .impulse-card::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  bottom: -4rem;
  width: 9rem;
  aspect-ratio: 1;
  border: 1px solid rgba(78, 157, 151, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

html body[data-page="host-james"] .coach-impulses .impulse-card h4 {
  position: relative;
  z-index: 1;
  max-width: 18ch;
  margin: 0 0 0.75rem !important;
  color: #071310 !important;
  font-size: clamp(1.22rem, 1.55vw, 1.52rem) !important;
  font-weight: 640 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  text-wrap: balance;
}

html body[data-page="host-james"] .coach-impulses .impulse-card p {
  position: relative;
  z-index: 1;
  max-width: 24ch;
  margin: auto 0 0 !important;
  color: #5d6a67 !important;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem) !important;
  line-height: 1.52 !important;
}

html body[data-page="host-james"] .coach-impulses .impulse-card:hover {
  border-color: rgba(78, 157, 151, 0.3) !important;
  box-shadow: 0 1.15rem 3rem rgba(26, 72, 65, 0.09) !important;
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  html body[data-page="host-james"] .coach-impulses .impulse-card {
    min-height: 12.5rem;
  }

  html body[data-page="host-james"] .coach-impulses .impulse-card h4 {
    font-size: clamp(1.3rem, 6vw, 1.55rem) !important;
  }
}

/* 27.10.0 — Host focus editorial bento. */
html body[data-page="host-james"] #themes {
  padding-block: clamp(4.5rem, 7vw, 7rem) !important;
  background: linear-gradient(180deg, #f5f8f7 0%, #edf4f2 100%) !important;
}

html body[data-page="host-james"] #themes .host-focus-stage {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 5.25rem);
  color: #fff;
  background:
    radial-gradient(circle at 88% 5%, rgba(136, 196, 188, 0.18), transparent 29%),
    radial-gradient(circle at 5% 105%, rgba(79, 161, 151, 0.11), transparent 33%),
    linear-gradient(145deg, #06100e 0%, #0b1916 56%, #07110f 100%);
  border: 1px solid rgba(147, 205, 197, 0.18);
  border-radius: clamp(2.4rem, 4.5vw, 4rem);
  box-shadow: 0 2.3rem 6rem rgba(20, 61, 54, 0.16);
  isolation: isolate;
}

html body[data-page="host-james"] #themes .host-focus-stage::before {
  content: "";
  position: absolute;
  top: -8rem;
  right: -7rem;
  width: clamp(20rem, 34vw, 34rem);
  aspect-ratio: 1;
  border: 1px solid rgba(136, 196, 188, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 3.5rem rgba(136, 196, 188, 0.03),
    0 0 0 7rem rgba(136, 196, 188, 0.018);
  pointer-events: none;
  z-index: -1;
}

html body[data-page="host-james"] #themes .host-focus-stage .section-header {
  display: grid !important;
  grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  max-width: none !important;
  margin: 0 0 clamp(2.75rem, 5vw, 4.75rem) !important;
  text-align: left !important;
}

html body[data-page="host-james"] #themes .host-focus-stage .section-header .overline {
  margin: 0 0 0.45rem !important;
  color: #8dc9c1 !important;
}

html body[data-page="host-james"] #themes .host-focus-stage .section-header h2 {
  max-width: 12ch !important;
  margin: 0 !important;
  color: #f7fbfa !important;
  font-size: clamp(3.2rem, 5vw, 5.6rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.06em !important;
  text-wrap: balance;
}

html body[data-page="host-james"] #themes .host-focus-stage .themes-grid {
  counter-reset: host-focus;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(12rem, auto));
  grid-auto-flow: row !important;
  gap: clamp(0.85rem, 1.4vw, 1.25rem) !important;
  width: 100%;
  overflow: visible !important;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card {
  counter-increment: host-focus;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: clamp(1.4rem, 2.1vw, 2rem) !important;
  overflow: hidden;
  color: #f5faf8;
  background: rgba(255, 255, 255, 0.065) !important;
  border: 1px solid rgba(175, 218, 211, 0.16) !important;
  border-radius: 1.65rem !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
  scroll-snap-align: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 1;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card:nth-child(3) {
  grid-column: 5 / 7;
  grid-row: 1;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card:nth-child(4) {
  grid-column: 3 / 5;
  grid-row: 2;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card:nth-child(5) {
  grid-column: 5 / 7;
  grid-row: 2;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card::before {
  content: "0" counter(host-focus);
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  color: rgba(187, 224, 218, 0.68);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 2.4rem;
  height: 3px;
  background: #79bdb4;
  border: 0;
  border-radius: 99px;
  box-shadow: none;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card h3 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: clamp(3.5rem, 6vw, 5rem) 0 0.7rem !important;
  color: #f7fbfa !important;
  font-size: clamp(1.25rem, 1.65vw, 1.65rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.038em !important;
  overflow-wrap: normal;
  text-wrap: balance;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card p {
  position: relative;
  z-index: 1;
  max-width: 31ch;
  margin: 0 !important;
  color: rgba(229, 241, 238, 0.68) !important;
  font-size: clamp(0.92rem, 1vw, 1.02rem) !important;
  line-height: 1.55 !important;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  justify-content: flex-end;
  padding: clamp(2rem, 2.7vw, 2.75rem) !important;
  color: #071310;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.38), transparent 30%),
    linear-gradient(150deg, #b7ded9 0%, #82c4bb 100%) !important;
  border-color: rgba(208, 238, 233, 0.58) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 1.2rem 3.4rem rgba(0, 0, 0, 0.12) !important;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature::before {
  color: rgba(7, 36, 31, 0.62);
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature::after {
  width: 3.3rem;
  background: #173f39;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature h3 {
  max-width: 100%;
  margin-top: clamp(5.5rem, 8vw, 7rem) !important;
  margin-bottom: 1rem !important;
  color: #071310 !important;
  font-size: clamp(2.3rem, 3vw, 3.15rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.055em !important;
  overflow-wrap: normal;
  hyphens: manual;
  text-wrap: balance;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature h3 span {
  display: block;
  max-width: 100%;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature p {
  max-width: 30ch;
  color: rgba(7, 32, 27, 0.72) !important;
  font-size: clamp(1rem, 1.08vw, 1.1rem) !important;
  line-height: 1.62 !important;
  letter-spacing: -0.012em;
}

html body[data-page="host-james"] #themes .host-focus-stage .theme-card:not(.theme-card--feature):hover {
  background: rgba(255, 255, 255, 0.095) !important;
  border-color: rgba(175, 218, 211, 0.3) !important;
  transform: translateY(-3px);
}

@media (max-width: 980px) {
  html body[data-page="host-james"] #themes .host-focus-stage .section-header {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  html body[data-page="host-james"] #themes .host-focus-stage .section-header h2 {
    max-width: 13ch !important;
  }

  html body[data-page="host-james"] #themes .host-focus-stage .themes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none;
  }

  html body[data-page="host-james"] #themes .host-focus-stage .theme-card,
  html body[data-page="host-james"] #themes .host-focus-stage .theme-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    min-height: 16rem !important;
  }

  html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature,
  html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 22rem !important;
  }
}

@media (max-width: 620px) {
  html body[data-page="host-james"] #themes .host-focus-stage {
    padding: 1.5rem;
    border-radius: 2rem;
  }

  html body[data-page="host-james"] #themes .host-focus-stage .section-header h2 {
    font-size: clamp(2.8rem, 13vw, 3.8rem) !important;
  }

  html body[data-page="host-james"] #themes .host-focus-stage .themes-grid {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="host-james"] #themes .host-focus-stage .theme-card,
  html body[data-page="host-james"] #themes .host-focus-stage .theme-card:nth-child(n) {
    grid-column: auto;
    min-height: 14rem !important;
  }

  html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature,
  html body[data-page="host-james"] #themes .host-focus-stage .theme-card--feature:nth-child(1) {
    grid-column: auto;
    min-height: 20rem !important;
  }
}

/* 27.10.1 — Premium James hero copy and action hierarchy. */
html body[data-page="host-james"] #hero .hero-content {
  position: relative;
  max-width: 41rem !important;
  padding: clamp(0.5rem, 1.5vw, 1.25rem) 0 clamp(0.5rem, 1.5vw, 1.25rem) clamp(1.4rem, 2.5vw, 2.25rem);
}

html body[data-page="host-james"] #hero .hero-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, #88c4bc 18%, rgba(136, 196, 188, 0.28) 82%, transparent 100%);
}

html body[data-page="host-james"] #hero .hero-eyebrow {
  width: fit-content;
  min-height: 2.35rem;
  margin: 0 0 clamp(1.6rem, 3vw, 2.5rem) !important;
  padding: 0.4rem 0.8rem 0.4rem 0.55rem;
  gap: 0.65rem;
  background: #edf6f4;
  border: 1px solid rgba(76, 151, 142, 0.18);
  border-radius: 999px;
}

html body[data-page="host-james"] #hero .hero-eyebrow .dot {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 0.55rem;
  background: #4e9d97;
  box-shadow: 0 0 0 0.35rem rgba(78, 157, 151, 0.1);
}

html body[data-page="host-james"] #hero .hero-eyebrow .overline {
  min-height: 0;
  margin: 0 !important;
  color: #317e77 !important;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}

html body[data-page="host-james"] #hero .hero-title {
  max-width: 11ch;
  margin: 0 0 clamp(1.6rem, 2.6vw, 2.25rem) !important;
  color: #06110f !important;
  font-size: clamp(4rem, 6vw, 6.5rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.07em !important;
}

html body[data-page="host-james"] #hero .hero-title-line {
  display: block;
  width: max-content;
  max-width: 100%;
}

html body[data-page="host-james"] #hero .hero-title-line + .hero-title-line {
  margin-top: 0.12em;
}

html body[data-page="host-james"] #hero .hero-title-line--accent .word,
html body[data-page="host-james"] #hero .hero-title-line--accent .gradient-text {
  color: #63aaa1 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

html body[data-page="host-james"] #hero .hero-sub {
  max-width: 38rem !important;
  margin: 0 0 clamp(1.7rem, 3vw, 2.35rem) !important;
  color: #52615e !important;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem) !important;
  line-height: 1.62 !important;
}

html body[data-page="host-james"] #hero .hero-pills {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem !important;
  max-width: 38rem;
  margin: 0 0 clamp(2rem, 3.5vw, 2.8rem) !important;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(13, 46, 41, 0.11);
  border-bottom: 1px solid rgba(13, 46, 41, 0.11);
}

html body[data-page="host-james"] #hero .hero-pills .pill {
  position: relative;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 1.15rem !important;
  color: #315f59 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: clamp(0.78rem, 0.88vw, 0.88rem) !important;
  font-weight: 690 !important;
  letter-spacing: 0.025em !important;
  line-height: 1.35 !important;
  text-align: left;
}

html body[data-page="host-james"] #hero .hero-pills .pill:nth-child(3) {
  grid-column: 1 / -1;
}

html body[data-page="host-james"] #hero .hero-pills .pill::before {
  content: "";
  position: absolute;
  top: 0.43em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #88c4bc;
  border-radius: 0.16rem;
}

html body[data-page="host-james"] #hero .hero-ctas {
  display: flex !important;
  align-items: center;
  gap: 0.85rem !important;
}

html body[data-page="host-james"] #hero .hero-ctas :is(.btn-primary, .btn-secondary) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.65rem;
  padding: 0.9rem 1.35rem !important;
  border-radius: 1rem !important;
  font-size: 0.82rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.075em !important;
  line-height: 1 !important;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary {
  gap: 0.8rem;
  min-width: 13rem;
  color: #f7fbfa !important;
  background: #071310 !important;
  border: 1px solid #071310 !important;
  box-shadow: 0 1rem 2.6rem rgba(7, 19, 16, 0.16) !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  color: #071310;
  background: #88c4bc;
  border-radius: 0.5rem;
  font-size: 0.82rem;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary:hover {
  background: #10231f !important;
  transform: translateY(-2px);
  box-shadow: 0 1.2rem 3rem rgba(7, 19, 16, 0.2) !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-secondary {
  color: #173d37 !important;
  background: #edf5f3 !important;
  border: 1px solid rgba(55, 125, 116, 0.16) !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-secondary:hover {
  color: #071310 !important;
  background: #dfeeea !important;
  transform: translateY(-2px);
}

@media (max-width: 980px) and (min-width: 769px) {
  html body[data-page="host-james"] #hero .hero-title {
    font-size: clamp(3.6rem, 7.5vw, 5rem) !important;
  }

  html body[data-page="host-james"] #hero .hero-pills {
    grid-template-columns: 1fr;
  }

  html body[data-page="host-james"] #hero .hero-pills .pill:nth-child(3) {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  html body[data-page="host-james"] #hero .hero-content {
    padding: 2.5rem 0 0 !important;
  }

  html body[data-page="host-james"] #hero .hero-content::before {
    display: none;
  }

  html body[data-page="host-james"] #hero .hero-title {
    font-size: clamp(3.4rem, 15vw, 4.8rem) !important;
  }

  html body[data-page="host-james"] #hero .hero-title-line {
    width: auto;
  }

  html body[data-page="host-james"] #hero .hero-pills {
    grid-template-columns: 1fr;
  }

  html body[data-page="host-james"] #hero .hero-pills .pill:nth-child(3) {
    grid-column: auto;
  }

  html body[data-page="host-james"] #hero .hero-ctas {
    align-items: stretch;
    flex-direction: column;
  }

  html body[data-page="host-james"] #hero .hero-ctas :is(.btn-primary, .btn-secondary) {
    width: 100%;
  }
}

/* 27.10.2 — James target cards: controlled, consistent type scale. */
html body[data-page="host-james"] #targets .target-card h3 {
  grid-template-columns: 2.75rem minmax(0, 1fr) !important;
  gap: 1rem !important;
  align-items: center !important;
  min-height: 3.75rem;
  margin: 0 0 1rem !important;
  color: #111a18 !important;
  font-size: clamp(1.3rem, 1.45vw, 1.5rem) !important;
  font-weight: 720 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  text-wrap: balance;
}

html body[data-page="host-james"] #targets .target-card .target-icon {
  width: 2.75rem !important;
  height: 2.75rem !important;
  border-radius: 0.9rem !important;
}

html body[data-page="host-james"] #targets .target-card .target-icon svg {
  width: 1.3rem !important;
  height: 1.3rem !important;
}

html body[data-page="host-james"] #targets .target-card p {
  max-width: 29ch;
  margin: 0 !important;
  color: #65706d !important;
  font-size: clamp(0.98rem, 1vw, 1.05rem) !important;
  font-weight: 430 !important;
  line-height: 1.62 !important;
  letter-spacing: -0.012em !important;
}

@media (max-width: 768px) {
  html body[data-page="host-james"] #targets .target-card h3 {
    min-height: 0;
    font-size: 1.3rem !important;
  }

  html body[data-page="host-james"] #targets .target-card p {
    max-width: none;
    font-size: 0.98rem !important;
  }
}

/* 27.10.3 — Premium Luca hero copy and CTA hierarchy. */
html body[data-page="next-luca"] #hero .hero-content {
  position: relative;
  max-width: 42rem !important;
  padding: clamp(0.75rem, 1.5vw, 1.25rem) 0 clamp(0.75rem, 1.5vw, 1.25rem) clamp(1.6rem, 2.7vw, 2.4rem);
}

html body[data-page="next-luca"] #hero .hero-content::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, #88c4bc 16%, rgba(136, 196, 188, 0.38) 84%, transparent 100%);
}

html body[data-page="next-luca"] #hero .hero-badge {
  margin: 0 0 clamp(1.75rem, 3vw, 2.6rem) !important;
}

html body[data-page="next-luca"] #hero .hero-badge .badge {
  position: relative;
  padding: 0.68rem 1rem 0.68rem 2.15rem !important;
  color: #78bdb5 !important;
  background: #07110f !important;
  border: 1px solid rgba(136, 196, 188, 0.2);
  border-radius: 0.85rem !important;
  box-shadow: 0 0.8rem 2rem rgba(7, 17, 15, 0.09);
  font-size: 0.72rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.14em !important;
}

html body[data-page="next-luca"] #hero .hero-badge .badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9rem;
  width: 0.58rem;
  height: 0.58rem;
  background: #88c4bc;
  border-radius: 0.18rem;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0 0 0 0.32rem rgba(136, 196, 188, 0.09);
}

html body[data-page="next-luca"] #hero h1 {
  max-width: 10ch !important;
  margin: 0 0 clamp(1.7rem, 2.8vw, 2.35rem) !important;
  color: #06100e !important;
  font-size: clamp(4.25rem, 6.35vw, 6.6rem) !important;
  font-weight: 680 !important;
  line-height: 0.88 !important;
  letter-spacing: -0.075em !important;
}

html body[data-page="next-luca"] #hero h1 > br {
  display: none;
}

html body[data-page="next-luca"] #hero h1 > span {
  display: block;
  width: max-content;
  max-width: 100%;
}

html body[data-page="next-luca"] #hero h1 > span + span {
  margin-top: 0.12em;
}

html body[data-page="next-luca"] #hero h1 .accent {
  color: #69afa6 !important;
}

html body[data-page="next-luca"] #hero .hero-sub {
  max-width: 34rem !important;
  margin: 0 0 clamp(2rem, 3.4vw, 2.8rem) !important;
  padding: 0 0 1.55rem;
  color: #56625f !important;
  border-bottom: 1px solid rgba(13, 46, 41, 0.12);
  font-size: clamp(1.05rem, 1.25vw, 1.18rem) !important;
  font-weight: 430 !important;
  line-height: 1.62 !important;
  letter-spacing: -0.012em;
}

html body[data-page="next-luca"] #hero .hero-ctas {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem !important;
  width: min(100%, 34rem);
}

html body[data-page="next-luca"] #hero .hero-ctas .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0 !important;
  min-height: 3.75rem !important;
  padding: 0.9rem 1.25rem !important;
  border-radius: 1rem !important;
  font-size: 0.8rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease !important;
}

html body[data-page="next-luca"] #hero .hero-ctas .btn--primary {
  gap: 0.75rem;
  color: #f8fbfa !important;
  background: #071310 !important;
  border: 1px solid #071310 !important;
  box-shadow: 0 1rem 2.6rem rgba(7, 19, 16, 0.17) !important;
}

html body[data-page="next-luca"] #hero .hero-ctas .btn--primary::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  color: #071310;
  background: #88c4bc;
  border-radius: 0.5rem;
  font-size: 0.82rem;
}

html body[data-page="next-luca"] #hero .hero-ctas .btn--primary:hover {
  background: #10231f !important;
  transform: translateY(-2px);
  box-shadow: 0 1.25rem 3rem rgba(7, 19, 16, 0.22) !important;
}

html body[data-page="next-luca"] #hero .hero-ctas .btn--secondary {
  color: #153c36 !important;
  background: #edf5f3 !important;
  border: 1px solid rgba(55, 125, 116, 0.18) !important;
}

html body[data-page="next-luca"] #hero .hero-ctas .btn--secondary:hover {
  color: #071310 !important;
  background: #dfeeea !important;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  html body[data-page="next-luca"] #hero h1 {
    font-size: clamp(3.8rem, 10vw, 5.3rem) !important;
  }
}

@media (max-width: 768px) {
  html body[data-page="next-luca"] #hero .hero-content {
    padding: 2.6rem 0 0 !important;
  }

  html body[data-page="next-luca"] #hero .hero-content::before {
    display: none;
  }

  html body[data-page="next-luca"] #hero h1 {
    font-size: clamp(3.45rem, 15vw, 4.8rem) !important;
  }

  html body[data-page="next-luca"] #hero .hero-ctas {
    grid-template-columns: 1fr;
    width: 100%;
  }

  html body[data-page="next-luca"] #hero .hero-ctas .btn {
    width: 100%;
  }
}

/* 27.10.4 — Light Health Center hero. */
html body[data-page="board-corporate-health-management"] #hero {
  color: #071310 !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(136, 196, 188, 0.22), transparent 28%),
    radial-gradient(circle at 8% 94%, rgba(136, 196, 188, 0.1), transparent 24%),
    linear-gradient(135deg, #f4f8f7 0%, #ffffff 46%, #eef6f4 100%) !important;
  border: 1px solid rgba(52, 115, 106, 0.13);
  box-shadow: 0 1.5rem 4rem rgba(21, 55, 49, 0.08);
}

html body[data-page="board-corporate-health-management"] #hero .hero-bg {
  opacity: 0.5;
}

html body[data-page="board-corporate-health-management"] #hero .hero-content {
  color: #071310 !important;
}

html body[data-page="board-corporate-health-management"] #hero h1 {
  color: #071310 !important;
}

html body[data-page="board-corporate-health-management"] #hero h1 .accent {
  color: #559f96 !important;
}

html body[data-page="board-corporate-health-management"] #hero .badge--trust {
  color: #327c74 !important;
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(61, 130, 121, 0.18) !important;
  box-shadow: 0 0.5rem 1.5rem rgba(21, 55, 49, 0.05);
}

html body[data-page="board-corporate-health-management"] #hero .hero-sub {
  color: #53615e !important;
}

html body[data-page="board-corporate-health-management"] #hero .hero-claim {
  color: #3f887f !important;
}

html body[data-page="board-corporate-health-management"] #hero .hero-ctas .btn--primary {
  color: #f8fbfa !important;
  background: #071310 !important;
  border: 1px solid #071310 !important;
  box-shadow: 0 1rem 2.5rem rgba(7, 19, 16, 0.16) !important;
}

html body[data-page="board-corporate-health-management"] #hero .hero-ctas .btn--primary:hover {
  color: #071310 !important;
  background: #88c4bc !important;
  border-color: #88c4bc !important;
}

html body[data-page="board-corporate-health-management"] #hero .updated-date {
  color: #8a9592 !important;
}

html body[data-page="board-corporate-health-management"] #hero .hero-img-wrapper {
  background: #eaf3f1 !important;
  border: 0.4rem solid rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 1.5rem 4rem rgba(16, 55, 48, 0.14);
}

@media (max-width: 768px) {
  html body[data-page="board-corporate-health-management"] #hero {
    width: 100%;
    margin-bottom: 0;
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
  }

  html body[data-page="board-corporate-health-management"] #hero .hero-img-wrapper {
    border: 0 !important;
    box-shadow: none;
  }
}

/* 27.10.5 — Four-part Health Center trust proof. */
html body[data-page="board-corporate-health-management"] #compliance .compliance-badges {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem !important;
}

html body[data-page="board-corporate-health-management"] #compliance .compliance-badge {
  min-width: 0 !important;
  padding-inline: 1rem !important;
}

@media (max-width: 1100px) {
  html body[data-page="board-corporate-health-management"] #compliance .compliance-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  html body[data-page="board-corporate-health-management"] #compliance .compliance-badges {
    grid-template-columns: 1fr;
  }
}

/* 27.10.6 — Bodycheck hero: confident product stage and clearer hierarchy. */
html body[data-page="bodycheck"] #hero {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 5.25rem) 0 clamp(3.5rem, 6vw, 6.5rem);
  background:
    radial-gradient(circle at 81% 34%, rgba(136, 196, 188, 0.18), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

html body[data-page="bodycheck"] #hero::before {
  inset: auto auto -28rem -22rem;
  width: 54rem;
  height: 54rem;
  background: radial-gradient(circle, rgba(136, 196, 188, 0.12), transparent 68%);
}

html body[data-page="bodycheck"] #hero > .container {
  width: min(100%, 1540px);
  max-width: none;
  padding-inline: clamp(1.5rem, 4vw, 4.75rem);
}

html body[data-page="bodycheck"] #hero .hero-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(34rem, 1.06fr) !important;
  gap: clamp(3rem, 6vw, 7rem) !important;
  align-items: center !important;
}

html body[data-page="bodycheck"] #hero .hero-content {
  max-width: 42rem;
  padding-block: clamp(1rem, 4vw, 4rem);
}

html body[data-page="bodycheck"] #hero .hero-overline {
  width: fit-content;
  gap: 0;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  padding: 0.38rem;
  border: 1px solid rgba(46, 111, 103, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 0.75rem 2rem rgba(14, 42, 37, 0.06);
  backdrop-filter: blur(16px);
}

html body[data-page="bodycheck"] #hero .hero-overline .overline {
  padding: 0.42rem 0.85rem;
  color: #2f8178;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

html body[data-page="bodycheck"] #hero .hero-overline .badge {
  padding: 0.52rem 0.9rem;
  color: #163b36;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #dff0ed;
}

html body[data-page="bodycheck"] #hero h1 {
  max-width: 10ch;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  color: #07100e;
  font-size: clamp(4.25rem, 5.8vw, 6.65rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

html body[data-page="bodycheck"] #hero h1 .accent {
  position: relative;
  color: #62ada4;
  text-shadow: 0 0.12em 0.32em rgba(77, 157, 148, 0.1);
}

html body[data-page="bodycheck"] #hero .hero-sub {
  max-width: 34rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  color: #53615e;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.58;
}

html body[data-page="bodycheck"] #hero .hero-ctas {
  display: flex;
  gap: 0.8rem;
}

html body[data-page="bodycheck"] #hero .hero-ctas a {
  min-height: 3.85rem;
  justify-content: center;
  padding: 1rem 1.6rem;
  border-radius: 1rem;
  font-size: 0.83rem;
  letter-spacing: 0.075em;
}

html body[data-page="bodycheck"] #hero .hero-ctas .btn-primary {
  color: #f6fbfa;
  background: #071310;
  border: 1px solid #071310;
  box-shadow: 0 1.15rem 2.5rem rgba(7, 19, 16, 0.17);
}

html body[data-page="bodycheck"] #hero .hero-ctas .btn-primary::after {
  content: "\2197";
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  margin-left: 0.35rem;
  place-items: center;
  border-radius: 50%;
  color: #071310;
  background: #88c4bc;
  font-size: 0.95rem;
  line-height: 1;
}

html body[data-page="bodycheck"] #hero .hero-ctas .btn-primary:hover {
  color: #071310;
  background: #88c4bc;
  border-color: #88c4bc;
}

html body[data-page="bodycheck"] #hero .hero-ctas .btn-primary:hover::after {
  color: #f6fbfa;
  background: #071310;
}

html body[data-page="bodycheck"] #hero .hero-ctas .btn-secondary {
  border-color: rgba(7, 19, 16, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

html body[data-page="bodycheck"] #hero .hero-ctas .btn-secondary:hover {
  border-color: #071310;
  background: #071310;
}

html body[data-page="bodycheck"] #hero .hero-trust {
  width: fit-content;
  max-width: 100%;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding: 0.85rem 1rem;
  gap: 0;
  border: 1px solid rgba(42, 99, 92, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 1rem 2.5rem rgba(20, 53, 48, 0.045);
}

html body[data-page="bodycheck"] #hero .hero-trust .trust-item {
  padding-inline: 0.85rem;
  color: #5c6865;
  font-size: 0.78rem;
  white-space: nowrap;
}

html body[data-page="bodycheck"] #hero .hero-trust .trust-item + .trust-item {
  border-left: 1px solid rgba(35, 92, 84, 0.13);
}

html body[data-page="bodycheck"] #hero .hero-trust .trust-item svg {
  width: 1rem;
  height: 1rem;
  stroke: #4da398;
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck {
  position: relative;
  min-height: clamp(660px, 52vw, 800px) !important;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2.75rem);
  border: 1px solid rgba(52, 118, 109, 0.17);
  border-radius: clamp(2rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 50% 46%, rgba(154, 215, 205, 0.64) 0, rgba(210, 235, 230, 0.48) 23%, transparent 48%),
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(145deg, #edf6f4 0%, #dbeae7 56%, #f4f8f7 100%);
  box-shadow:
    0 2.5rem 6rem rgba(28, 76, 68, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(64%, 31rem);
  aspect-ratio: 1;
  border: 1px solid rgba(58, 132, 122, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 3.25rem rgba(255, 255, 255, 0.2),
    0 0 0 6.5rem rgba(74, 148, 138, 0.06);
  transform: translate(-50%, -51%);
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 9%;
  bottom: 5.5%;
  left: 9%;
  height: 10%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(17, 61, 54, 0.25), transparent 68%);
  filter: blur(12px);
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck .bodycheck-cutout {
  position: relative;
  z-index: 1;
  width: auto !important;
  max-width: 82% !important;
  height: clamp(600px, 46vw, 690px) !important;
  object-fit: contain !important;
  object-position: center bottom;
  filter: drop-shadow(0 2.2rem 2.6rem rgba(10, 36, 31, 0.26));
  transform: translateY(1.4%);
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck .hero-floating {
  z-index: 3;
  min-width: 10.75rem;
  gap: 0.8rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(57, 126, 117, 0.18);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1.5rem 3.5rem rgba(18, 64, 56, 0.14);
  backdrop-filter: blur(20px) saturate(120%);
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck .hero-floating-2 {
  top: 13%;
  left: 5%;
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck .hero-floating-1 {
  right: 5%;
  bottom: 14%;
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck .floating-value {
  color: #071310;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck .floating-label {
  margin-top: 0.18rem;
  color: #64706d;
  font-size: 0.72rem;
}

html body[data-page="bodycheck"] #hero .hero-image--bodycheck .floating-dot {
  width: 0.65rem;
  height: 0.65rem;
  box-shadow: 0 0 0 0.32rem rgba(136, 196, 188, 0.16);
}

@media (max-width: 1180px) {
  html body[data-page="bodycheck"] #hero .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(28rem, 1.05fr) !important;
    gap: clamp(2rem, 4vw, 3.5rem) !important;
  }

  html body[data-page="bodycheck"] #hero h1 {
    font-size: clamp(3.8rem, 6vw, 5.2rem);
  }

  html body[data-page="bodycheck"] #hero .hero-trust {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  html body[data-page="bodycheck"] #hero .hero-trust .trust-item {
    padding: 0.38rem 0.25rem;
  }

  html body[data-page="bodycheck"] #hero .hero-trust .trust-item + .trust-item {
    border-top: 1px solid rgba(35, 92, 84, 0.1);
    border-left: 0;
  }
}

/* 27.10.20 — Dark content sections are full-bleed bands, never outer cards.
   Inner media, metric and content cards deliberately keep their own radii. */
html body[data-page="index"] main > section.architecture,
html body[data-page="readyhealth-work"] main > section:is(.bodycheck, .final-cta),
html body[data-page="fairtrain"] main > section:is(.problem, .for-studios, .how-it-works, .dual-cta),
html body[data-page="host-james"] main > section:is(.problem-section, .integration-section),
html body[data-page="next-luca"] main > section:is(.problem, .b2b-block, .final-cta),
html body[data-page="care-julia-landingpage"] main > section:is(.problem-section, .b2b-section),
html body[data-page="board-corporate-health-management"] main > section:is(.solution, .demo-teaser, .pricing, .compliance, .faq),
html body[data-page="bodycheck"] main > section:is(.system, .cta-final),
html body[data-page="gesundheitszentrum-apotheke"] main > section.roi-section,
html body[data-page="cue"] main > section:is(
  .problem,
  .solution,
  .metrics,
  .intervention,
  .endkunden,
  .unternehmen,
  .studios,
  .hardware,
  .integration,
  .social-proof,
  .faq
),
html body[data-page="robin-bgm"] main > section.ro27-section--dark {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  border-inline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* 27.10.12 — James hero: premium editorial stage. */
html body[data-page="host-james"] #hero.hero {
  isolation: isolate;
  min-height: clamp(46rem, calc(100svh - 5rem), 55rem);
  padding: clamp(1.25rem, 2vw, 2rem) 0 clamp(2.25rem, 4vw, 4rem) !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 7%, rgba(136, 196, 188, 0.24), transparent 30rem),
    linear-gradient(112deg, #f7fbfa 0%, #f1f8f6 42%, #e8f3f0 100%);
}

html body[data-page="host-james"] #hero.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 58%;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.2)),
    repeating-linear-gradient(90deg, transparent 0 5.75rem, rgba(24, 87, 78, 0.035) 5.75rem calc(5.75rem + 1px));
  animation: none;
  pointer-events: none;
}

html body[data-page="host-james"] #hero.hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: auto 0 0;
  width: auto;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(38, 105, 95, 0.23) 16%, rgba(38, 105, 95, 0.23) 84%, transparent);
  animation: none;
  pointer-events: none;
}

html body[data-page="host-james"] #hero > .container {
  width: 100%;
  max-width: none !important;
  padding-left: max(clamp(2rem, 5vw, 5.75rem), calc((100vw - 94rem) / 2));
  padding-right: 0;
}

html body[data-page="host-james"] #hero .hero-grid {
  grid-template-columns: minmax(32rem, 0.82fr) minmax(42rem, 1.18fr) !important;
  gap: clamp(3rem, 5vw, 6.5rem) !important;
  min-height: clamp(42rem, calc(100svh - 8.5rem), 50rem);
  align-items: center;
}

html body[data-page="host-james"] #hero .hero-content {
  width: 100%;
  max-width: 42rem !important;
  padding: clamp(2rem, 4vw, 4.25rem) 0 !important;
}

html body[data-page="host-james"] #hero .hero-content::before {
  display: none;
}

html body[data-page="host-james"] #hero .hero-eyebrow {
  min-height: 0;
  margin: 0 0 clamp(2rem, 3vw, 3rem) !important;
  padding: 0 !important;
  gap: 0.9rem;
  color: #286f67;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
}

html body[data-page="host-james"] #hero .hero-eyebrow::after {
  content: "HOST / SERVICE HEALTH";
  margin-left: 0.25rem;
  padding-left: 1rem;
  color: rgba(26, 70, 63, 0.54);
  border-left: 1px solid rgba(35, 92, 84, 0.24);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

html body[data-page="host-james"] #hero .hero-eyebrow .dot {
  width: 0.58rem;
  height: 0.58rem;
  flex-basis: 0.58rem;
  background: #071310;
  box-shadow: 0 0 0 0.42rem rgba(136, 196, 188, 0.34);
  animation: none;
}

html body[data-page="host-james"] #hero .hero-eyebrow .overline {
  color: #286f67 !important;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.17em;
}

html body[data-page="host-james"] #hero .hero-title {
  max-width: 10.75ch !important;
  margin: 0 0 clamp(1.65rem, 2.4vw, 2.35rem) !important;
  color: #06110f !important;
  font-size: clamp(4.9rem, 6.6vw, 7.35rem) !important;
  font-weight: 800 !important;
  line-height: 0.84 !important;
  letter-spacing: -0.075em !important;
  text-wrap: balance;
}

html body[data-page="host-james"] #hero .hero-title-line + .hero-title-line {
  margin-top: 0.18em;
}

html body[data-page="host-james"] #hero .hero-title-line--accent .word,
html body[data-page="host-james"] #hero .hero-title-line--accent .gradient-text {
  color: #4f9f96 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

html body[data-page="host-james"] #hero .hero-sub {
  max-width: 34rem !important;
  margin: 0 0 clamp(2rem, 3vw, 2.8rem) !important;
  padding-left: 1.25rem;
  color: #465854 !important;
  border-left: 2px solid #88c4bc;
  font-size: clamp(1.08rem, 1.22vw, 1.23rem) !important;
  line-height: 1.62 !important;
}

html body[data-page="host-james"] #hero .hero-pills {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  max-width: 40rem;
  margin: 0 0 clamp(2.1rem, 3.4vw, 3rem) !important;
  padding: 1.05rem 1.15rem !important;
  overflow: hidden;
  color: #dff2ee;
  background: #0a1916 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 1.35rem 3.2rem rgba(15, 54, 47, 0.13);
}

html body[data-page="host-james"] #hero .hero-pills .pill,
html body[data-page="host-james"] #hero .hero-pills .pill:nth-child(3) {
  display: flex;
  grid-column: auto;
  align-items: center;
  min-width: 0;
  min-height: 2.65rem !important;
  padding: 0.25rem clamp(0.8rem, 1.4vw, 1.2rem) 0.25rem 1.55rem !important;
  color: #dff2ee !important;
  font-size: clamp(0.72rem, 0.76vw, 0.8rem) !important;
  font-weight: 630 !important;
  letter-spacing: 0.025em !important;
  line-height: 1.25 !important;
}

html body[data-page="host-james"] #hero .hero-pills .pill + .pill {
  border-left: 1px solid rgba(207, 237, 231, 0.15) !important;
}

html body[data-page="host-james"] #hero .hero-pills .pill::before {
  top: 50%;
  left: 0.55rem;
  width: 0.42rem;
  height: 0.42rem;
  background: #88c4bc;
  border-radius: 50%;
  box-shadow: 0 0 0 0.24rem rgba(136, 196, 188, 0.11);
  transform: translateY(-50%);
}

html body[data-page="host-james"] #hero .hero-ctas {
  gap: 0.75rem !important;
}

html body[data-page="host-james"] #hero .hero-ctas :is(.btn-primary, .btn-secondary) {
  min-height: 4rem;
  padding: 1rem 1.55rem !important;
  border-radius: 0.95rem !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary {
  min-width: 14.5rem;
  background: #071310 !important;
  border-color: #071310 !important;
  box-shadow: 0 1.3rem 3rem rgba(7, 19, 16, 0.2) !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-secondary {
  min-width: 12rem;
  color: #143f38 !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border: 1px solid rgba(30, 91, 82, 0.23) !important;
  backdrop-filter: blur(12px);
}

html body[data-page="host-james"] #hero .hero-image-wrapper {
  align-self: stretch;
  min-height: clamp(42rem, calc(100svh - 8.5rem), 50rem);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 77, 68, 0.16);
  border-right: 0;
  border-radius: 3.25rem 0 0 3.25rem;
  background: #dceae7;
  box-shadow: -1.6rem 2rem 5rem rgba(19, 60, 53, 0.14);
}

html body[data-page="host-james"] #hero .hero-image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(7, 19, 16, 0.12), transparent 22%),
    linear-gradient(180deg, transparent 60%, rgba(6, 17, 15, 0.42) 100%);
  pointer-events: none;
}

html body[data-page="host-james"] #hero .hero-image-wrapper::after {
  content: "PERSONAL COACHING  ·  REAL WORKDAY  ·  MEASURABLE IMPACT";
  position: absolute;
  z-index: 4;
  top: 2rem;
  right: 2rem;
  padding: 0.75rem 1rem;
  color: #e5f3f0;
  background: rgba(7, 19, 16, 0.58);
  border: 1px solid rgba(229, 243, 240, 0.2);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  line-height: 1;
  backdrop-filter: blur(16px) saturate(130%);
}

html body[data-page="host-james"] #hero .hero-image-wrapper .fn-media-img {
  width: 100%;
  height: 100% !important;
  min-height: inherit;
  object-fit: cover !important;
  object-position: 48% center !important;
  border-radius: inherit;
  filter: saturate(0.9) contrast(1.03);
  transform: scale(1.015);
}

html body[data-page="host-james"] #hero .hero-image-caption {
  position: absolute;
  z-index: 5;
  right: clamp(1.4rem, 3vw, 2.5rem);
  bottom: clamp(1.4rem, 3vw, 2.5rem);
  left: clamp(1.4rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: 2.85rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  max-width: 26rem;
  padding: 1rem 1.2rem;
  color: #f6fbfa;
  background: rgba(7, 19, 16, 0.7);
  border: 1px solid rgba(224, 242, 238, 0.2);
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(120%);
}

html body[data-page="host-james"] #hero .hero-image-caption__index {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  color: #071310;
  background: #88c4bc;
  border-radius: 0.8rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

html body[data-page="host-james"] #hero .hero-image-caption__copy {
  display: grid;
  gap: 0.15rem;
}

html body[data-page="host-james"] #hero .hero-image-caption__copy strong {
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.2;
}

html body[data-page="host-james"] #hero .hero-image-caption__copy small {
  color: rgba(231, 245, 242, 0.72);
  font-size: 0.75rem;
  line-height: 1.35;
}

@media (max-width: 1180px) and (min-width: 769px) {
  html body[data-page="host-james"] #hero > .container {
    padding-left: clamp(2rem, 4vw, 3.25rem);
  }

  html body[data-page="host-james"] #hero .hero-grid {
    grid-template-columns: minmax(27rem, 0.9fr) minmax(31rem, 1.1fr) !important;
    gap: clamp(2rem, 4vw, 3.5rem) !important;
  }

  html body[data-page="host-james"] #hero .hero-title {
    font-size: clamp(4.25rem, 7.2vw, 5.8rem) !important;
  }

  html body[data-page="host-james"] #hero .hero-pills {
    grid-template-columns: 1fr;
  }

  html body[data-page="host-james"] #hero .hero-pills .pill + .pill {
    border-top: 1px solid rgba(207, 237, 231, 0.12) !important;
    border-left: 0 !important;
  }
}

@media (max-width: 768px) {
  html body[data-page="host-james"] #hero.hero {
    min-height: 0;
    padding: 0 0 3rem !important;
  }

  html body[data-page="host-james"] #hero.hero::before {
    width: 100%;
  }

  html body[data-page="host-james"] #hero > .container {
    padding: 0 clamp(1.25rem, 5vw, 2rem);
  }

  html body[data-page="host-james"] #hero .hero-grid {
    min-height: 0;
    gap: 0 !important;
  }

  html body[data-page="host-james"] #hero .hero-image-wrapper {
    min-height: clamp(29rem, 115vw, 40rem);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-width: 0 0 1px;
    border-radius: 0 0 2.25rem 2.25rem;
    box-shadow: 0 1.5rem 3.6rem rgba(19, 60, 53, 0.12);
  }

  html body[data-page="host-james"] #hero .hero-image-wrapper .fn-media-img {
    aspect-ratio: auto !important;
    object-position: 50% center !important;
  }

  html body[data-page="host-james"] #hero .hero-image-wrapper::after {
    top: 1rem;
    right: 1rem;
    max-width: calc(100% - 2rem);
    padding: 0.62rem 0.75rem;
    font-size: 0.52rem;
    white-space: nowrap;
  }

  html body[data-page="host-james"] #hero .hero-image-caption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: none;
  }

  html body[data-page="host-james"] #hero .hero-content {
    max-width: none !important;
    padding: clamp(2.75rem, 10vw, 4.5rem) 0 0 !important;
  }

  html body[data-page="host-james"] #hero .hero-eyebrow::after {
    display: none;
  }

  html body[data-page="host-james"] #hero .hero-title {
    font-size: clamp(3.9rem, 15.5vw, 5.7rem) !important;
  }

  html body[data-page="host-james"] #hero .hero-pills {
    grid-template-columns: 1fr;
  }

  html body[data-page="host-james"] #hero .hero-pills .pill + .pill {
    border-top: 1px solid rgba(207, 237, 231, 0.12) !important;
    border-left: 0 !important;
  }

  html body[data-page="host-james"] #hero .hero-ctas {
    display: grid !important;
  }

  html body[data-page="host-james"] #hero .hero-ctas :is(.btn-primary, .btn-secondary) {
    width: 100%;
  }
}

@media (max-width: 480px) {
  html body[data-page="host-james"] #hero .hero-image-wrapper::after {
    content: "PERSONAL COACHING · REAL WORKDAY";
  }

  html body[data-page="host-james"] #hero .hero-image-caption__copy small {
    max-width: 18rem;
  }
}

/* 27.10.13 — Contact hero: premium direct-contact composition. */
html body[data-page="kontakt"] #hero.hero {
  isolation: isolate;
  min-height: clamp(44rem, calc(100svh - 5rem), 53rem);
  padding: clamp(2.5rem, 5vw, 5rem) 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(136, 196, 188, 0.3), transparent 34rem),
    radial-gradient(circle at 0% 100%, rgba(136, 196, 188, 0.12), transparent 28rem),
    linear-gradient(118deg, #fbfdfc 0%, #f4f9f7 52%, #eaf5f2 100%) !important;
}

html body[data-page="kontakt"] #hero .hero__bg {
  display: none;
}

html body[data-page="kontakt"] #hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 7.5%, rgba(29, 91, 81, 0.035) 7.5% calc(7.5% + 1px), transparent calc(7.5% + 1px) 92.5%, rgba(29, 91, 81, 0.035) 92.5% calc(92.5% + 1px), transparent calc(92.5% + 1px));
  pointer-events: none;
}

html body[data-page="kontakt"] #hero > .hero__content {
  width: min(100%, 94rem);
  max-width: 94rem !important;
  padding-inline: clamp(1.5rem, 4vw, 4rem);
}

html body[data-page="kontakt"] #hero .hero__layout {
  grid-template-columns: minmax(31rem, 0.93fr) minmax(34rem, 1.07fr) !important;
  gap: clamp(3rem, 6vw, 7rem) !important;
  min-height: clamp(38rem, calc(100svh - 12rem), 45rem);
  align-items: center !important;
}

html body[data-page="kontakt"] #hero .hero__text {
  max-width: 41rem;
}

html body[data-page="kontakt"] #hero .hero__text .overline {
  margin: 0 0 clamp(2rem, 3vw, 3rem) !important;
  padding: 0.7rem 0.9rem;
  color: #2f7f76 !important;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(47, 127, 118, 0.18);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  line-height: 1;
  box-shadow: 0 0.8rem 2.5rem rgba(30, 91, 82, 0.06);
}

html body[data-page="kontakt"] #hero h1 {
  max-width: 10.5ch !important;
  margin: 0 0 clamp(1.75rem, 3vw, 2.6rem) !important;
  color: #06110f !important;
  font-size: clamp(4.7rem, 6.5vw, 7rem) !important;
  font-weight: 800 !important;
  line-height: 0.86 !important;
  letter-spacing: -0.075em !important;
  text-wrap: balance;
}

html body[data-page="kontakt"] #hero h1 span:first-child {
  color: #06110f !important;
}

html body[data-page="kontakt"] #hero h1 span:last-child {
  display: block;
  margin-top: 0.12em;
  color: #58a79e !important;
}

html body[data-page="kontakt"] #hero .hero__lead {
  max-width: 36rem;
  margin: 0 0 1.15rem !important;
  color: #4f5e5a !important;
  font-size: clamp(1.04rem, 1.18vw, 1.17rem) !important;
  line-height: 1.62 !important;
}

html body[data-page="kontakt"] #hero .hero__lead:first-of-type {
  margin-bottom: 1.55rem !important;
  padding-left: 1.15rem;
  border-left: 2px solid #88c4bc;
}

html body[data-page="kontakt"] #hero .hero__lead:first-of-type strong {
  color: #163d37 !important;
  font-size: 1.08em;
  font-weight: 680;
}

html body[data-page="kontakt"] #hero .hero__lead:nth-of-type(3) {
  position: relative;
  margin-top: 1.6rem !important;
  padding: 1rem 1.1rem 1rem 2.4rem;
  color: #214a44 !important;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(43, 111, 101, 0.12);
  border-radius: 1rem;
  font-weight: 560;
}

html body[data-page="kontakt"] #hero .hero__lead:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1rem;
  width: 0.55rem;
  height: 0.55rem;
  background: #88c4bc;
  border-radius: 50%;
  box-shadow: 0 0 0 0.3rem rgba(136, 196, 188, 0.15);
  transform: translateY(-50%);
}

html body[data-page="kontakt"] #hero .hero__buttons {
  gap: 0.75rem !important;
  margin-top: clamp(2rem, 3vw, 2.8rem) !important;
}

html body[data-page="kontakt"] #hero .hero__buttons .btn {
  min-height: 4rem;
  padding: 1rem 1.55rem;
  border-radius: 0.95rem;
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.075em;
}

html body[data-page="kontakt"] #hero .hero__buttons .btn--primary {
  min-width: 15rem;
  color: #f5fbf9;
  background: #071310;
  border: 1px solid #071310;
  box-shadow: 0 1.3rem 3rem rgba(7, 19, 16, 0.19);
}

html body[data-page="kontakt"] #hero .hero__buttons .btn--primary::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-left: 0.35rem;
  color: #071310;
  background: #88c4bc;
  border-radius: 0.48rem;
  font-size: 0.78rem;
}

html body[data-page="kontakt"] #hero .hero__buttons .btn--primary:hover {
  color: #fff;
  background: #10231f;
  border-color: #10231f;
  box-shadow: 0 1.5rem 3.3rem rgba(7, 19, 16, 0.24);
}

html body[data-page="kontakt"] #hero .hero__buttons .btn--secondary {
  min-width: 11rem;
  color: #17453e;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(35, 92, 84, 0.22);
  backdrop-filter: blur(10px);
}

html body[data-page="kontakt"] #hero .hero__buttons .btn--secondary:hover {
  color: #071310;
  background: #dfeeea;
  border-color: rgba(35, 92, 84, 0.28);
}

html body[data-page="kontakt"] #hero .hero-contact {
  isolation: isolate;
  min-height: clamp(38rem, calc(100svh - 12rem), 45rem) !important;
  justify-content: center;
  gap: 1.15rem !important;
  padding: clamp(2.5rem, 4.5vw, 4.5rem) !important;
  overflow: hidden;
  color: #f4fbf9;
  background:
    radial-gradient(circle at 88% 7%, rgba(136, 196, 188, 0.24), transparent 22rem),
    linear-gradient(145deg, #0b1c19 0%, #06110f 74%) !important;
  border: 1px solid rgba(62, 136, 125, 0.28) !important;
  border-radius: 2.8rem !important;
  box-shadow: 0 2.5rem 6rem rgba(7, 31, 26, 0.2) !important;
}

html body[data-page="kontakt"] #hero .hero-contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -7rem;
  right: -6rem;
  width: 21rem;
  height: 21rem;
  border: 1px solid rgba(136, 196, 188, 0.12);
  border-radius: 50%;
  background: transparent;
  box-shadow:
    0 0 0 3rem rgba(136, 196, 188, 0.035),
    0 0 0 7rem rgba(136, 196, 188, 0.022);
  pointer-events: none;
}

html body[data-page="kontakt"] #hero .hero-contact::after {
  content: "READYHEALTH / DIRECT LINE";
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: rgba(213, 238, 233, 0.46);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}

html body[data-page="kontakt"] #hero .hero-contact__label {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-bottom: 0.5rem;
  padding: 0.6rem 0.8rem;
  color: #a8d6cf;
  background: rgba(136, 196, 188, 0.1);
  border: 1px solid rgba(136, 196, 188, 0.18);
  border-radius: 999px;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
}

html body[data-page="kontakt"] #hero .hero-contact__title {
  position: relative;
  z-index: 1;
  max-width: 13ch;
  margin: 0 0 clamp(1.25rem, 2vw, 2rem);
  color: #f4fbf9 !important;
  font-size: clamp(2.3rem, 3.2vw, 3.45rem);
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

html body[data-page="kontakt"] #hero .hero-contact__row {
  position: relative;
  z-index: 1;
  gap: 1.1rem;
  min-height: 6.25rem;
  padding: 1.1rem 1.2rem;
  color: #f4fbf9;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(213, 238, 233, 0.12) !important;
  border-radius: 1.25rem;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

html body[data-page="kontakt"] #hero .hero-contact__row:hover {
  color: #fff;
  background: rgba(136, 196, 188, 0.12);
  border-color: rgba(136, 196, 188, 0.28) !important;
  transform: translateY(-2px);
}

html body[data-page="kontakt"] #hero .hero-contact__icon {
  width: 3.3rem;
  height: 3.3rem;
  color: #071310;
  background: #88c4bc;
  border-radius: 1rem;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.14);
}

html body[data-page="kontakt"] #hero .hero-contact__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

html body[data-page="kontakt"] #hero .hero-contact__detail-label {
  margin-bottom: 0.2rem;
  color: rgba(213, 238, 233, 0.6);
  font-size: 0.65rem;
  font-weight: 680;
  letter-spacing: 0.13em;
}

html body[data-page="kontakt"] #hero .hero-contact__detail-value,
html body[data-page="kontakt"] #hero .hero-contact__detail-value a {
  color: #f4fbf9 !important;
  font-size: clamp(1.1rem, 1.45vw, 1.3rem);
  font-weight: 650;
  letter-spacing: -0.015em;
}

html body[data-page="kontakt"] #hero .hero-contact__hours {
  position: relative;
  z-index: 1;
  margin-top: 0.55rem;
  padding: 1rem 1rem 0.2rem 2rem;
  color: rgba(224, 241, 237, 0.68);
  border-top: 1px solid rgba(213, 238, 233, 0.12) !important;
  font-size: 0.78rem;
}

html body[data-page="kontakt"] #hero .hero-contact__hours::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 0.6rem;
  width: 0.55rem;
  height: 0.55rem;
  background: #88c4bc;
  border-radius: 50%;
  box-shadow: 0 0 0 0.28rem rgba(136, 196, 188, 0.12);
}

@media (max-width: 1080px) and (min-width: 769px) {
  html body[data-page="kontakt"] #hero .hero__layout {
    grid-template-columns: minmax(25rem, 0.9fr) minmax(29rem, 1.1fr) !important;
    gap: 2.5rem !important;
  }

  html body[data-page="kontakt"] #hero h1 {
    font-size: clamp(4rem, 7vw, 5.4rem) !important;
  }

  html body[data-page="kontakt"] #hero .hero-contact {
    padding: 2.5rem !important;
  }
}

@media (max-width: 768px) {
  html body[data-page="kontakt"] #hero.hero {
    min-height: 0;
    padding: clamp(2.5rem, 9vw, 4rem) 0 3.5rem !important;
  }

  html body[data-page="kontakt"] #hero .hero__layout {
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
    min-height: 0;
  }

  html body[data-page="kontakt"] #hero h1 {
    max-width: 10ch !important;
    font-size: clamp(3.9rem, 15.5vw, 5.6rem) !important;
  }

  html body[data-page="kontakt"] #hero .hero__buttons {
    display: grid;
  }

  html body[data-page="kontakt"] #hero .hero__buttons .btn {
    width: 100%;
  }

  html body[data-page="kontakt"] #hero .hero-contact {
    min-height: 0 !important;
    padding: clamp(1.5rem, 7vw, 2.5rem) !important;
    border-radius: 2rem !important;
  }

  html body[data-page="kontakt"] #hero .hero-contact::after {
    top: 1.4rem;
    right: 1.4rem;
    font-size: 0.48rem;
  }

  html body[data-page="kontakt"] #hero .hero-contact__title {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  html body[data-page="kontakt"] #hero .hero-contact::after {
    display: none;
  }

  html body[data-page="kontakt"] #hero .hero-contact__row {
    min-height: 5.5rem;
    padding: 0.9rem;
  }

  html body[data-page="kontakt"] #hero .hero-contact__detail-value,
  html body[data-page="kontakt"] #hero .hero-contact__detail-value a {
    font-size: 1rem;
  }
}

/* 27.10.14 — James hero rebuilt as a cinematic, full-bleed brand stage. */
html body[data-page="host-james"] #hero.host-hero {
  isolation: isolate;
  position: relative;
  min-height: clamp(49rem, calc(100svh - 4.75rem), 59rem);
  padding: 0 !important;
  overflow: hidden;
  color: #f6fbfa;
  background: #06110f !important;
}

html body[data-page="host-james"] #hero.host-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(3, 11, 9, 0.97) 0%, rgba(3, 11, 9, 0.93) 26%, rgba(3, 11, 9, 0.73) 47%, rgba(3, 11, 9, 0.18) 72%, rgba(3, 11, 9, 0.28) 100%),
    linear-gradient(180deg, rgba(2, 9, 8, 0.18) 0%, transparent 52%, rgba(2, 9, 8, 0.62) 100%);
  animation: none;
  pointer-events: none;
}

html body[data-page="host-james"] #hero.host-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: clamp(1.5rem, 4vw, 4.5rem);
  width: 1px;
  height: auto;
  border-radius: 0;
  background: linear-gradient(180deg, transparent, rgba(136, 196, 188, 0.35) 20%, rgba(136, 196, 188, 0.14) 80%, transparent);
  animation: none;
  pointer-events: none;
}

html body[data-page="host-james"] #hero .host-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

html body[data-page="host-james"] #hero .host-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 68% 42%, transparent 0 17rem, rgba(3, 11, 9, 0.12) 41rem, rgba(3, 11, 9, 0.34) 100%);
  pointer-events: none;
}

html body[data-page="host-james"] #hero .host-hero__media .fn-media-img {
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover !important;
  object-position: 58% 48% !important;
  border-radius: 0 !important;
  filter: saturate(0.82) contrast(1.08) brightness(0.88);
  transform: scale(1.01);
}

html body[data-page="host-james"] #hero .host-hero__stage {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3rem;
  width: min(100%, 96rem);
  max-width: 96rem !important;
  min-height: clamp(49rem, calc(100svh - 4.75rem), 59rem);
  margin-inline: auto;
  padding: clamp(4.75rem, 8vh, 7rem) clamp(2rem, 5vw, 5rem) clamp(10rem, 18vh, 12rem) !important;
}

html body[data-page="host-james"] #hero .hero-content {
  width: 100%;
  max-width: 47rem !important;
  padding: 0 !important;
}

html body[data-page="host-james"] #hero .hero-content::before {
  display: none;
}

html body[data-page="host-james"] #hero .hero-eyebrow {
  width: fit-content;
  min-height: 0;
  margin: 0 0 clamp(2.25rem, 4vh, 3.5rem) !important;
  padding: 0 !important;
  gap: 0.9rem;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
}

html body[data-page="host-james"] #hero .hero-eyebrow::after {
  content: "SYSTEM 01";
  margin-left: 0.25rem;
  padding-left: 1rem;
  color: rgba(219, 239, 235, 0.48);
  border-left: 1px solid rgba(219, 239, 235, 0.2);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
}

html body[data-page="host-james"] #hero .hero-eyebrow .dot {
  width: 0.56rem;
  height: 0.56rem;
  flex-basis: 0.56rem;
  background: #88c4bc;
  box-shadow: 0 0 0 0.4rem rgba(136, 196, 188, 0.12);
  animation: none;
}

html body[data-page="host-james"] #hero .hero-eyebrow .overline {
  color: #a9d6d0 !important;
  font-size: 0.69rem;
  font-weight: 720;
  letter-spacing: 0.19em;
}

html body[data-page="host-james"] #hero .hero-title {
  max-width: 9.8ch !important;
  margin: 0 0 clamp(1.8rem, 3.5vh, 2.8rem) !important;
  color: #f7fbfa !important;
  font-size: clamp(5.4rem, 7.4vw, 8.2rem) !important;
  font-weight: 790 !important;
  line-height: 0.82 !important;
  letter-spacing: -0.077em !important;
  text-wrap: balance;
  text-shadow: 0 1.2rem 3.5rem rgba(0, 0, 0, 0.2);
}

html body[data-page="host-james"] #hero .hero-title-line {
  display: block;
  width: auto;
  max-width: none;
}

html body[data-page="host-james"] #hero .hero-title-line + .hero-title-line {
  margin-top: 0.16em;
}

html body[data-page="host-james"] #hero .hero-title-line--accent .word,
html body[data-page="host-james"] #hero .hero-title-line--accent .gradient-text {
  color: #88c4bc !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

html body[data-page="host-james"] #hero .hero-sub {
  max-width: 36rem !important;
  margin: 0 0 clamp(2.2rem, 4vh, 3.1rem) !important;
  padding: 0 0 0 1.25rem;
  color: rgba(232, 244, 241, 0.78) !important;
  border-left: 2px solid rgba(136, 196, 188, 0.72);
  font-size: clamp(1.08rem, 1.22vw, 1.24rem) !important;
  line-height: 1.62 !important;
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.18);
}

html body[data-page="host-james"] #hero .hero-ctas {
  display: flex !important;
  align-items: center;
  gap: 0.8rem !important;
}

html body[data-page="host-james"] #hero .hero-ctas :is(.btn-primary, .btn-secondary) {
  min-height: 4.15rem;
  padding: 1rem 1.55rem !important;
  border-radius: 0.95rem !important;
  font-size: 0.8rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary {
  min-width: 14.75rem;
  color: #06110f !important;
  background: #91cec6 !important;
  border: 1px solid #91cec6 !important;
  box-shadow: 0 1.35rem 3rem rgba(0, 0, 0, 0.28) !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  color: #dff2ee;
  background: #0b1b18;
  border-radius: 0.5rem;
  font-size: 0.8rem;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary:hover {
  color: #06110f !important;
  background: #a5d8d2 !important;
  border-color: #a5d8d2 !important;
  box-shadow: 0 1.55rem 3.5rem rgba(0, 0, 0, 0.32) !important;
  transform: translateY(-2px);
}

html body[data-page="host-james"] #hero .hero-ctas .btn-secondary {
  min-width: 12.75rem;
  color: #f1f9f7 !important;
  background: rgba(4, 14, 12, 0.34) !important;
  border: 1px solid rgba(226, 242, 238, 0.28) !important;
  backdrop-filter: blur(16px) saturate(115%);
}

html body[data-page="host-james"] #hero .hero-ctas .btn-secondary:hover {
  color: #fff !important;
  background: rgba(136, 196, 188, 0.17) !important;
  border-color: rgba(176, 220, 212, 0.48) !important;
  transform: translateY(-2px);
}

html body[data-page="host-james"] #hero .host-hero__signature {
  align-self: end;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  width: min(25rem, 30vw);
  margin-bottom: clamp(7rem, 13vh, 9rem);
  padding: 1.05rem 1.2rem;
  color: #f5fbf9;
  background: rgba(4, 14, 12, 0.58);
  border: 1px solid rgba(220, 239, 235, 0.2);
  border-radius: 1.25rem;
  box-shadow: 0 1.4rem 3.5rem rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(120%);
}

html body[data-page="host-james"] #hero .host-hero__signature-index {
  display: grid;
  place-items: center;
  min-width: 3.6rem;
  height: 3.1rem;
  padding-inline: 0.7rem;
  color: #071310;
  background: #88c4bc;
  border-radius: 0.85rem;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

html body[data-page="host-james"] #hero .host-hero__signature-copy {
  display: grid;
  gap: 0.15rem;
}

html body[data-page="host-james"] #hero .host-hero__signature-copy strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

html body[data-page="host-james"] #hero .host-hero__signature-copy small {
  color: rgba(230, 243, 240, 0.65);
  font-size: 0.72rem;
  line-height: 1.35;
}

html body[data-page="host-james"] #hero .host-hero__rail {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(3, 12, 10, 0.76);
  border-top: 1px solid rgba(214, 237, 232, 0.15);
  backdrop-filter: blur(20px) saturate(120%);
}

html body[data-page="host-james"] #hero .host-hero__rail > .container {
  width: min(100%, 96rem);
  max-width: 96rem !important;
  padding-inline: clamp(2rem, 5vw, 5rem);
}

html body[data-page="host-james"] #hero .host-hero__rail .hero-pills {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  color: #e1f0ed;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  opacity: 1;
  animation: none;
}

html body[data-page="host-james"] #hero .host-hero__rail .hero-pills .pill,
html body[data-page="host-james"] #hero .host-hero__rail .hero-pills .pill:nth-child(3) {
  display: flex;
  grid-column: auto;
  align-items: center;
  min-height: 6rem !important;
  padding: 1rem clamp(1.5rem, 3vw, 3rem) 1rem 2.25rem !important;
  color: #dcefeb !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: clamp(0.78rem, 0.88vw, 0.9rem) !important;
  font-weight: 650 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.35 !important;
}

html body[data-page="host-james"] #hero .host-hero__rail .hero-pills .pill + .pill {
  border-left: 1px solid rgba(214, 237, 232, 0.14) !important;
}

html body[data-page="host-james"] #hero .host-hero__rail .hero-pills .pill::before {
  top: 50%;
  left: clamp(0.75rem, 1.5vw, 1.25rem);
  width: 0.5rem;
  height: 0.5rem;
  background: #88c4bc;
  border-radius: 50%;
  box-shadow: 0 0 0 0.28rem rgba(136, 196, 188, 0.1);
  transform: translateY(-50%);
}

@media (max-width: 1120px) and (min-width: 769px) {
  html body[data-page="host-james"] #hero .host-hero__stage {
    grid-template-columns: 1fr;
  }

  html body[data-page="host-james"] #hero .hero-title {
    font-size: clamp(5rem, 9vw, 7rem) !important;
  }

  html body[data-page="host-james"] #hero .host-hero__signature {
    position: absolute;
    right: 3rem;
    bottom: 8rem;
    width: min(24rem, 36vw);
    margin: 0;
  }
}

@media (max-width: 768px) {
  html body[data-page="host-james"] #hero.host-hero {
    min-height: 50rem;
  }

  html body[data-page="host-james"] #hero.host-hero::before {
    background:
      linear-gradient(180deg, rgba(3, 11, 9, 0.18) 0%, rgba(3, 11, 9, 0.5) 37%, rgba(3, 11, 9, 0.95) 76%, rgba(3, 11, 9, 0.98) 100%),
      linear-gradient(90deg, rgba(3, 11, 9, 0.5), rgba(3, 11, 9, 0.14));
  }

  html body[data-page="host-james"] #hero.host-hero::after {
    display: none;
  }

  html body[data-page="host-james"] #hero .host-hero__media .fn-media-img {
    object-position: 58% 20% !important;
  }

  html body[data-page="host-james"] #hero .host-hero__stage {
    display: flex;
    align-items: flex-end;
    min-height: 50rem;
    padding: 15rem clamp(1.25rem, 5vw, 2rem) 10.5rem !important;
  }

  html body[data-page="host-james"] #hero .hero-content {
    max-width: none !important;
  }

  html body[data-page="host-james"] #hero .hero-eyebrow {
    margin-bottom: 1.5rem !important;
  }

  html body[data-page="host-james"] #hero .hero-eyebrow::after {
    display: none;
  }

  html body[data-page="host-james"] #hero .hero-title {
    font-size: clamp(3.9rem, 15.5vw, 5.75rem) !important;
  }

  html body[data-page="host-james"] #hero .hero-sub {
    max-width: 33rem !important;
    font-size: 1rem !important;
  }

  html body[data-page="host-james"] #hero .hero-ctas {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  html body[data-page="host-james"] #hero .hero-ctas :is(.btn-primary, .btn-secondary) {
    width: 100%;
    min-width: 0;
  }

  html body[data-page="host-james"] #hero .host-hero__signature {
    display: none;
  }

  html body[data-page="host-james"] #hero .host-hero__rail > .container {
    padding-inline: 1.25rem;
  }

  html body[data-page="host-james"] #hero .host-hero__rail .hero-pills {
    grid-template-columns: 1fr;
  }

  html body[data-page="host-james"] #hero .host-hero__rail .hero-pills .pill,
  html body[data-page="host-james"] #hero .host-hero__rail .hero-pills .pill:nth-child(3) {
    min-height: 3.15rem !important;
    padding: 0.65rem 0.75rem 0.65rem 1.75rem !important;
    font-size: 0.72rem !important;
  }

  html body[data-page="host-james"] #hero .host-hero__rail .hero-pills .pill + .pill {
    border-top: 1px solid rgba(214, 237, 232, 0.1) !important;
    border-left: 0 !important;
  }

  html body[data-page="host-james"] #hero .host-hero__rail .hero-pills .pill::before {
    left: 0.4rem;
  }
}

@media (max-width: 520px) {
  html body[data-page="host-james"] #hero .host-hero__stage {
    padding-bottom: 11rem !important;
  }

  html body[data-page="host-james"] #hero .hero-ctas {
    grid-template-columns: 1fr;
  }

  html body[data-page="host-james"] #hero .hero-ctas :is(.btn-primary, .btn-secondary) {
    min-height: 3.75rem;
  }
}

/* 27.10.15 — James hero corrected: bright infinite image fade, no split card. */
html body[data-page="host-james"] #hero.host-hero {
  isolation: isolate;
  min-height: clamp(47rem, calc(100svh - 4.75rem), 55rem);
  padding: 0 !important;
  overflow: hidden;
  color: #071310;
  background: #fff !important;
}

html body[data-page="host-james"] #hero.host-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(90deg,
    #fff 0%,
    #fff 27%,
    rgba(255, 255, 255, 0.98) 36%,
    rgba(255, 255, 255, 0.82) 45%,
    rgba(255, 255, 255, 0.56) 53%,
    rgba(255, 255, 255, 0.28) 62%,
    rgba(255, 255, 255, 0.08) 72%,
    rgba(255, 255, 255, 0) 82%);
  animation: none;
  pointer-events: none;
}

html body[data-page="host-james"] #hero.host-hero::after {
  display: none;
}

html body[data-page="host-james"] #hero .host-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #fff;
}

html body[data-page="host-james"] #hero .host-hero__media::after {
  display: none;
}

html body[data-page="host-james"] #hero .host-hero__media .fn-media-img {
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
  filter: none;
  transform: none;
}

html body[data-page="host-james"] #hero .host-hero__stage {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: min(100%, 96rem);
  max-width: 96rem !important;
  min-height: clamp(47rem, calc(100svh - 4.75rem), 55rem);
  margin-inline: auto;
  padding: clamp(4rem, 8vh, 6.5rem) clamp(2rem, 5vw, 5rem) clamp(6.5rem, 10vh, 8rem) !important;
}

html body[data-page="host-james"] #hero .hero-content {
  width: min(100%, 43rem);
  max-width: 43rem !important;
  padding: 0 !important;
}

html body[data-page="host-james"] #hero .hero-content::before {
  display: none;
}

html body[data-page="host-james"] #hero .hero-eyebrow {
  width: fit-content;
  min-height: 0;
  margin: 0 0 clamp(2rem, 4vh, 3rem) !important;
  padding: 0 !important;
  gap: 0.8rem;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
}

html body[data-page="host-james"] #hero .hero-eyebrow::after {
  display: none;
}

html body[data-page="host-james"] #hero .hero-eyebrow .dot {
  width: 0.52rem;
  height: 0.52rem;
  flex-basis: 0.52rem;
  background: #88c4bc;
  box-shadow: 0 0 0 0.35rem rgba(136, 196, 188, 0.14);
  animation: none;
}

html body[data-page="host-james"] #hero .hero-eyebrow .overline {
  color: #3c8e85 !important;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.18em;
}

html body[data-page="host-james"] #hero .hero-title {
  max-width: 9.4ch !important;
  margin: 0 0 clamp(1.6rem, 3vh, 2.3rem) !important;
  color: #06110f !important;
  font-size: clamp(5rem, 6.8vw, 7.4rem) !important;
  font-weight: 800 !important;
  line-height: 0.84 !important;
  letter-spacing: -0.075em !important;
  text-shadow: none;
}

html body[data-page="host-james"] #hero .hero-title-line {
  display: block;
  width: auto;
  max-width: none;
}

html body[data-page="host-james"] #hero .hero-title-line + .hero-title-line {
  margin-top: 0.16em;
}

html body[data-page="host-james"] #hero .hero-title-line--accent .word,
html body[data-page="host-james"] #hero .hero-title-line--accent .gradient-text {
  color: #58a79e !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

html body[data-page="host-james"] #hero .hero-sub {
  max-width: 35rem !important;
  margin: 0 0 clamp(1.5rem, 2.8vh, 2.15rem) !important;
  padding: 0;
  color: #4f5e5a !important;
  border: 0;
  font-size: clamp(1.05rem, 1.18vw, 1.18rem) !important;
  line-height: 1.62 !important;
  text-shadow: none;
}

html body[data-page="host-james"] #hero .hero-pills {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.5rem !important;
  max-width: 37rem;
  margin: 0 0 clamp(2rem, 3.5vh, 2.7rem) !important;
  padding: 0 !important;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  opacity: 1;
  animation: none;
}

html body[data-page="host-james"] #hero .hero-pills .pill,
html body[data-page="host-james"] #hero .hero-pills .pill:nth-child(3) {
  display: inline-flex;
  grid-column: auto;
  min-height: 2.25rem !important;
  padding: 0.52rem 0.8rem !important;
  color: #438e85 !important;
  background: rgba(247, 252, 251, 0.9) !important;
  border: 1px solid rgba(67, 142, 133, 0.2) !important;
  border-radius: 999px !important;
  font-size: 0.72rem !important;
  font-weight: 690 !important;
  letter-spacing: 0.025em !important;
  line-height: 1.2 !important;
  backdrop-filter: blur(8px);
}

html body[data-page="host-james"] #hero .hero-pills .pill + .pill {
  border-left: 1px solid rgba(67, 142, 133, 0.2) !important;
}

html body[data-page="host-james"] #hero .hero-pills .pill::before {
  display: none;
}

html body[data-page="host-james"] #hero .hero-ctas {
  display: flex !important;
  align-items: center;
  gap: 0.75rem !important;
}

html body[data-page="host-james"] #hero .hero-ctas :is(.btn-primary, .btn-secondary) {
  min-height: 3.8rem;
  padding: 1rem 1.5rem !important;
  border-radius: 0.9rem !important;
  font-size: 0.79rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.075em !important;
  line-height: 1 !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary {
  min-width: 14rem;
  color: #071310 !important;
  background: #88c4bc !important;
  border: 1px solid #88c4bc !important;
  box-shadow: 0 1.2rem 2.8rem rgba(40, 104, 94, 0.17) !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  color: #e8f5f2;
  background: #153f38;
  border-radius: 0.46rem;
  font-size: 0.74rem;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-primary:hover {
  color: #071310 !important;
  background: #9bd0c9 !important;
  border-color: #9bd0c9 !important;
  box-shadow: 0 1.4rem 3rem rgba(40, 104, 94, 0.22) !important;
}

html body[data-page="host-james"] #hero .hero-ctas .btn-secondary {
  min-width: 12rem;
  color: #143f38 !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(24, 77, 69, 0.25) !important;
  backdrop-filter: blur(10px);
}

html body[data-page="host-james"] #hero .hero-ctas .btn-secondary:hover {
  color: #071310 !important;
  background: #e7f3f0 !important;
  border-color: rgba(24, 77, 69, 0.3) !important;
}

html body[data-page="host-james"] #hero :is(.host-hero__signature, .host-hero__rail) {
  display: none !important;
}

@media (max-width: 1080px) and (min-width: 769px) {
  html body[data-page="host-james"] #hero.host-hero::before {
    background: linear-gradient(90deg,
      #fff 0%,
      #fff 36%,
      rgba(255, 255, 255, 0.97) 48%,
      rgba(255, 255, 255, 0.72) 61%,
      rgba(255, 255, 255, 0.22) 76%,
      rgba(255, 255, 255, 0) 88%);
  }

  html body[data-page="host-james"] #hero .host-hero__media .fn-media-img {
    object-position: 60% center !important;
  }

  html body[data-page="host-james"] #hero .hero-title {
    font-size: clamp(4.6rem, 8.2vw, 6.4rem) !important;
  }
}

@media (max-width: 768px) {
  html body[data-page="host-james"] #hero.host-hero {
    min-height: 49rem;
  }

  html body[data-page="host-james"] #hero.host-hero::before {
    background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0.28) 32%,
      rgba(255, 255, 255, 0.9) 55%,
      #fff 72%,
      #fff 100%);
  }

  html body[data-page="host-james"] #hero.host-hero::after {
    height: 3.5rem;
  }

  html body[data-page="host-james"] #hero .host-hero__media .fn-media-img {
    object-position: 70% 10% !important;
  }

  html body[data-page="host-james"] #hero .host-hero__stage {
    align-items: flex-end;
    min-height: 49rem;
    padding: 15rem clamp(1.25rem, 5vw, 2rem) 6.5rem !important;
  }

  html body[data-page="host-james"] #hero .hero-content {
    width: 100%;
    max-width: none !important;
  }

  html body[data-page="host-james"] #hero .hero-title {
    font-size: clamp(3.8rem, 15vw, 5.55rem) !important;
  }

  html body[data-page="host-james"] #hero .hero-sub {
    max-width: 32rem !important;
    font-size: 1rem !important;
  }

  html body[data-page="host-james"] #hero .hero-pills {
    display: none !important;
  }

  html body[data-page="host-james"] #hero .hero-ctas {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  html body[data-page="host-james"] #hero .hero-ctas :is(.btn-primary, .btn-secondary) {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  html body[data-page="host-james"] #hero .hero-ctas {
    grid-template-columns: 1fr;
  }
}

/* 27.10.11 — Homepage hero: truly opaque white text-side image mask. */
@media (min-width: 1101px) {
  html body[data-page="index"] #hero.hero::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    z-index: 0;
    inset: 0 auto 0 0;
    width: 64%;
    height: auto;
    background: linear-gradient(90deg,
      #fff 0%,
      #fff 72%,
      rgba(255, 255, 255, .98) 78%,
      rgba(255, 255, 255, .76) 86%,
      rgba(255, 255, 255, .28) 95%,
      rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  html body[data-page="index"] #hero.hero::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    z-index: 0;
    inset: 0 auto 0 0;
    width: 72%;
    height: auto;
    background: linear-gradient(90deg,
      #fff 0%,
      #fff 60%,
      rgba(255, 255, 255, .97) 68%,
      rgba(255, 255, 255, .68) 80%,
      rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
}

@media (max-width: 900px) {
  html body[data-page="bodycheck"] #hero {
    padding-top: 0;
  }

  html body[data-page="bodycheck"] #hero > .container {
    padding-inline: 0;
  }

  html body[data-page="bodycheck"] #hero .hero-grid {
    display: flex !important;
    gap: 0 !important;
  }

  html body[data-page="bodycheck"] #hero .hero-image--bodycheck {
    order: 1;
    width: 100%;
    min-height: clamp(470px, 112vw, 650px) !important;
    margin: 0 0 2.25rem;
    border-width: 0 0 1px;
    border-radius: 0 0 2.25rem 2.25rem;
  }

  html body[data-page="bodycheck"] #hero .hero-image--bodycheck .bodycheck-cutout {
    height: clamp(410px, 104vw, 560px) !important;
  }

  html body[data-page="bodycheck"] #hero .hero-content {
    order: 2;
    width: 100%;
    max-width: none;
    padding: 0 clamp(1.25rem, 5vw, 2.25rem);
  }

  html body[data-page="bodycheck"] #hero h1 {
    max-width: 11ch;
    font-size: clamp(3.65rem, 13vw, 5.8rem);
  }

  html body[data-page="bodycheck"] #hero .hero-trust {
    display: flex;
    width: fit-content;
  }

  html body[data-page="bodycheck"] #hero .hero-trust .trust-item {
    padding-inline: 0.65rem;
  }

  html body[data-page="bodycheck"] #hero .hero-trust .trust-item + .trust-item {
    border-top: 0;
    border-left: 1px solid rgba(35, 92, 84, 0.13);
  }
}

@media (max-width: 620px) {
  html body[data-page="bodycheck"] #hero .hero-image--bodycheck .hero-floating {
    display: flex;
    min-width: 8.4rem;
    padding: 0.75rem 0.8rem;
  }

  html body[data-page="bodycheck"] #hero .hero-image--bodycheck .hero-floating-2 {
    top: 9%;
    left: 0.8rem;
  }

  html body[data-page="bodycheck"] #hero .hero-image--bodycheck .hero-floating-1 {
    right: 0.8rem;
    bottom: 10%;
  }

  html body[data-page="bodycheck"] #hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.75rem);
    line-height: 0.92;
  }

  html body[data-page="bodycheck"] #hero .hero-sub {
    font-size: 1.04rem;
  }

  html body[data-page="bodycheck"] #hero .hero-ctas {
    display: grid;
  }

  html body[data-page="bodycheck"] #hero .hero-ctas a {
    width: 100%;
  }

  html body[data-page="bodycheck"] #hero .hero-trust {
    display: grid;
    width: 100%;
  }

  html body[data-page="bodycheck"] #hero .hero-trust .trust-item {
    padding: 0.42rem 0.25rem;
  }

  html body[data-page="bodycheck"] #hero .hero-trust .trust-item + .trust-item {
    border-top: 1px solid rgba(35, 92, 84, 0.1);
    border-left: 0;
  }
}
