/* =========================================================
   Pflege landing v2 — Relius-aligned tokens
   ========================================================= */

:root {
  /* Relius brand */
  --brand-orange:       #FF9F43;
  --brand-orange-light: #FFB76B;
  --brand-yellow:       #F6E165;
  --brand-peach:        #FFECD2;

  /* Warm backgrounds (landing-core.css) */
  --bg-warm-a: #fff9f5;
  --bg-warm-b: #fff5eb;
  --bg-warm-c: #fffbf5;

  /* Text */
  --fg:        #393939;
  --fg-strong: #1a1a1a;
  --fg-muted:  #959493;

  /* Hero dark */
  --dark:        #0a0806;
  --silver-top:  #f6f8fc;
  --silver-bot:  #b7b2a8;

  --brand-grad: linear-gradient(135deg, #FF9F43 0%, #FFB76B 50%, #F6E165 100%);

  --font: "Urbanist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

body.medicine-landing {
  background: var(--bg-warm-a);
  color: var(--fg);
  scroll-padding-top: 72px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- pinned hero ---------- */
.hero-scroll { position: relative; height: 168vh; overflow: visible; }

.stage {
  position: sticky; top: 0; height: 100vh;
  overflow: visible;
  contain: none;
  background: var(--dark);
}

.stage-fx {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden; pointer-events: none;
}

.field { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }

/* torch / vignette / grain must paint above the opaque field canvas */
.torch { z-index: 2; }
.vignette { z-index: 3; }
.grain { z-index: 4; }

.torch {
  position: absolute; left: 0; top: 0;
  width: 640px; height: 640px;
  margin-left: -320px; margin-top: -320px;
  pointer-events: none; mix-blend-mode: screen;
  background: radial-gradient(circle at center,
    rgba(255, 252, 245, 0.95)  0%,
    rgba(255, 236, 210, 0.55)  14%,
    rgba(255, 183, 107, 0.24)  32%,
    rgba(255, 159, 67, 0.08)   52%,
    rgba(0, 0, 0, 0)           70%);
  will-change: transform, opacity;
}

.vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 120% at 50% 45%,
    rgba(0,0,0,0) 55%, rgba(0,0,0,0.55) 100%);
}

.grain {
  position: absolute; inset: 0; pointer-events: none;
  opacity: 0.07; mix-blend-mode: overlay;
}

/* ---------- headlines (hero + solution overlay) ---------- */
.headline-slot {
  position: absolute;
  left: clamp(20px, 5vw, 48px);
  right: clamp(20px, 5vw, 48px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  overflow: visible;
  will-change: opacity;
  max-width: min(1120px, calc(100vw - 48px));
}

.headline-slot,
.headline-body,
.headline-body--hero1,
.headline-body--hero2,
.hero-copy,
.solution-copy,
.hl-kicker,
.hl-kicker-light,
.hl-question,
.hl-dynamic-line,
.hl-answer,
.hl-muted,
.hl-hi,
.hl-warm,
.hl-word,
.hl-q,
.text-grad {
  overflow: visible;
  contain: none;
}

.headline-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  transform-origin: left top;
}

.headline-body--hero1 {
  max-width: min(780px, calc(100vw - 48px));
  overflow: visible;
}

.hero-copy {
  letter-spacing: -0.02em;
}

.hl-kicker {
  margin: 0 0 16px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 167, 90, 0.92);
}

.hl-question {
  margin: 0;
  max-width: 100%;
  font-size: clamp(26px, 3.45vw, 48px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.022em;
  color: rgba(154, 158, 168, 0.92);
}

.hl-muted {
  color: rgba(154, 158, 168, 0.92);
  font-weight: 400;
}

.hl-hi {
  color: rgba(255, 252, 248, 0.97);
  font-weight: 600;
}

.hl-warm {
  font-weight: 600;
  color: transparent;
  background: linear-gradient(165deg, #ffe8c4 0%, var(--brand-orange-light) 42%, var(--brand-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hl-dynamic-line {
  position: relative;
  display: block;
  margin: 0.3em 0 0;
  padding: 0;
  width: min(54vw, calc(100vw - 48px));
  max-width: none;
  min-height: 3.36em;
  font-size: clamp(38px, 5.2vw, 80px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hl-kicker-light {
  margin: 0 0 14px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

/* wave behind hero answer text but under canvas people */
.stage-fx .hl-answer-wave {
  position: absolute;
  z-index: 1;
  left: clamp(20px, 5vw, 48px);
  top: 56%;
  width: min(58vw, 820px);
  max-width: none;
  aspect-ratio: 1536 / 394;
  height: auto;
  transform: translateY(-8%) rotate(5deg);
  opacity: 0;
  pointer-events: none;
}

.hl-answer-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.hl-answer-logo {
  display: block;
  margin-top: clamp(18px, 3.5vh, 32px);
  width: clamp(132px, 20vw, 220px);
  height: auto;
}

.hl-answer {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(40px, 6.2vw, 96px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
}

/* Dynamic job title — glowing underline that follows every wrapped line. */
.hl-word--dynamic {
  display: inline;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  line-height: 1.08;
  padding-bottom: 0;
  background-image: linear-gradient(90deg, rgba(255,193,104,0.15), #ffc168 28%, #ffd9a0 72%, rgba(255,193,104,0.15));
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 0.1em);
  background-size: var(--ul-scale, 0%) 2.5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-size 0.55s cubic-bezier(.2,.7,.2,1);
  filter: drop-shadow(0 2px 12px rgba(255,150,60,0.28));
}
.hl-word--dynamic.is-drawn {
  --ul-scale: 100%;
}
/* instant reset (no transition) so the underline can redraw from the left on each word swap */
.hl-word--dynamic.ul-reset {
  transition: none;
  --ul-scale: 0%;
}
.hl-word__ink {
  display: inline;
  color: transparent;
  background: linear-gradient(168deg, #fff4dc 0%, #ffc978 38%, #ff9f43 72%, #e8882a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.text-grad {
  display: inline-block;
  padding: 0.04em 0 0.12em;
  background: var(--brand-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* staged hero reveal */
.hl-reveal {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(5px);
}

.headline-body--hero1.is-revealed .hl-reveal--1,
.headline-body--hero2.is-revealed .hl-reveal--1 {
  animation: hlReveal 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.06s forwards;
}
.headline-body--hero1.is-revealed .hl-reveal--2,
.headline-body--hero2.is-revealed .hl-reveal--2 {
  animation: hlReveal 0.62s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
.headline-body--hero1.is-revealed .hl-reveal--3 {
  animation: hlRevealPunch 0.68s cubic-bezier(0.16, 1, 0.3, 1) 0.46s forwards;
}

@keyframes hlReveal {
  from { opacity: 0; transform: translateY(18px); filter: blur(5px); }
  to   { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes hlRevealPunch {
  from { opacity: 0; transform: translateY(22px) scale(0.94); filter: blur(6px); }
  to   { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

.flip-anim { animation: flipIn 0.42s cubic-bezier(.2,.75,.2,1) both; }
@keyframes flipIn {
  0%   { opacity: 0; transform: translateY(0.5em); filter: blur(2px); }
  100% { opacity: 1; transform: translateY(0);     filter: blur(0); }
}

@media (max-width: 720px) {
  .headline-body--hero1 { max-width: calc(100vw - 32px); }
  .hl-question { font-size: clamp(22px, 6.2vw, 30px); line-height: 1.12; }
  .hl-dynamic-line { width: min(88vw, calc(100vw - 32px)); font-size: clamp(28px, 8.2vw, 46px); min-height: 3.36em; }
  .hl-answer { font-size: clamp(32px, 9.8vw, 54px); }
}

@media (prefers-reduced-motion: reduce) {
  .hl-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }
}

@keyframes flipOut {
  0%   { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-0.45em); }
}
.flip-out { animation: flipOut 0.26s cubic-bezier(.6,0,.8,.2) both; }

/* ---------- solution headline overlay ---------- */
.solution-copy {
  opacity: 0;
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: min(1120px, calc(100vw - 48px));
  overflow: visible;
}

/* ---------- scroll hint ---------- */
.scroll-hint {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); will-change: opacity;
}
.scroll-hint i {
  width: 1px; height: 26px;
  background: linear-gradient(180deg, rgba(255,183,107,0.9), rgba(255,183,107,0));
  animation: drop 1.8s ease-in-out infinite;
}
@keyframes drop {
  0%,100% { transform: translateY(0); opacity: 0.4; }
  50%     { transform: translateY(6px); opacity: 1; }
}

/* ---------- solution content (Relius warm gradient + blobs) ---------- */
.solution-content {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  background: linear-gradient(146.53deg, #fff9f5 0%, #fff5eb 50%, #fffbf5 100%);
  color: var(--fg);
  padding: clamp(96px, 12vh, 156px) 0 clamp(48px, 8vh, 88px);
  z-index: 1;
}
.solution-content__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}
.solution-content__text {
  grid-column: 1 / 3;
  position: relative;
  z-index: 2;
}
.solution-content .wrap {
  max-width: 880px;
  margin: 0;
}
.solution-content__visual-wrap {
  grid-column: 3;
  position: relative;
  min-height: clamp(280px, 36vw, 420px);
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.solution-content__visual {
  position: relative;
  flex: 0 0 auto;
  width: 759px;
  max-width: none;
  height: auto;
  aspect-ratio: 759 / 625;
  object-fit: cover;
  object-position: left center;
  pointer-events: none;
}
@media (max-width: 900px) {
  .solution-content__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .solution-content__text,
  .solution-content__visual-wrap {
    grid-column: 1;
  }
  .solution-content__visual-wrap {
    min-height: 0;
    aspect-ratio: 759 / 625;
    max-height: min(72vw, 420px);
    justify-content: center;
  }
  .solution-content__visual {
    width: 100%;
    object-position: center top;
  }
}

.bg-blobs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.blob {
  position: absolute; border-radius: 50%;
  filter: blur(50px);
}
.blob--apricot {
  width: 800px; height: 800px; top: -300px; right: -200px;
  background: radial-gradient(circle, rgba(255,159,67,0.25) 0%, transparent 70%);
}
.blob--mint {
  width: 600px; height: 600px; top: 30%; left: -200px;
  background: radial-gradient(circle, rgba(246,225,101,0.20) 0%, transparent 70%);
  animation-delay: -5s;
}
.blob--blue {
  width: 500px; height: 500px; bottom: 10%; right: 10%;
  background: radial-gradient(circle, rgba(252,182,159,0.20) 0%, transparent 70%);
  animation-delay: -10s;
}
.blob--lavender {
  width: 420px; height: 420px; top: 25%; right: 35%;
  background: radial-gradient(circle, rgba(255,236,210,0.55) 0%, transparent 70%);
  animation-delay: -7s;
}
@keyframes meshFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25%      { transform: translate(30px, -30px) scale(1.05); }
  50%      { transform: translate(-20px, 20px) scale(0.95); }
  75%      { transform: translate(20px, 10px) scale(1.02); }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #f54d40;
}
.sol-h {
  margin: 0 0 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  padding: 0.06em 0 0.08em;
  font-size: clamp(28px, 3.4vw, 43.6px);
  color: var(--fg-strong);
}
.sol-p {
  margin: 0 0 34px; max-width: 620px;
  font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; color: #585858;
}

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }

.prof-row {
  list-style: none;
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(16, 16, 19, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}
.prof-row li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #959493;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-hint i, .flip-anim, .flip-out, .blob { animation: none; }
  .hl-underline { transition: opacity 0.28s ease; }
  .hl-underline.is-visible { transform: none; }
}

/* =========================================================
   MARKETING MODULES (light Relius world)
   prefix .m-* — unabhängig vom Hero
   ========================================================= */

:root {
  --brand-grad-soft: linear-gradient(135deg, rgba(255,159,67,0.16), rgba(246,225,101,0.10));
  --warm-grad-strong: linear-gradient(90deg, #FFB76B, #FCB69F);
  --glass: rgba(255,255,255,0.66);
  --glass-deep: rgba(255,255,255,0.80);
  --line: rgba(16,16,19,0.08);
  --shadow-card: 0 4px 22px rgba(20,14,6,0.05);
  --shadow-soft: 0 22px 55px rgba(20,14,6,0.09);
  --shadow-glow: 0 16px 46px rgba(255,159,67,0.26);
  --r: 18px; --r-lg: 24px; --r-xl: 32px;
  --maxw: 1240px;
  --ease: cubic-bezier(.16,1,.3,1);
  --ink-soft: #5b554d;
}

html { scroll-behavior: smooth; }

/* Lenis smooth-scroll (inertial). While active it takes over scrolling and
   overrides native scroll-behavior, so anchor jumps go through lenis.scrollTo. */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }

/* scroll reveal — applied to each section .m-wrap */
.m-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity 1s cubic-bezier(.22, 1, .36, 1),
    transform 1s cubic-bezier(.22, 1, .36, 1);
}
.m-reveal.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  .m-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* light continuation wrapper */
.m-lite {
  position: relative;
  overflow-x: clip; /* contains full-bleed decorations/blobs — no horizontal scroll */
  max-width: 100%;
  background: linear-gradient(180deg, var(--bg-warm-c) 0%, var(--bg-warm-b) 40%, var(--bg-warm-a) 100%);
  color: var(--fg);
}
.m-lite__blobs { position: absolute; inset: 0; overflow: clip; pointer-events: none; z-index: 0; }
.m-lite__blobs .blob--mint { top: 8%; }

.m-wrap { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.m-sec { padding: 92px 0; scroll-margin-top: 92px; }
#how { padding-top: 72px; }
@media (max-width: 720px){ .m-sec { padding: 64px 0; } .m-wrap { padding: 0 20px; } }

.m-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 16px; font-size: 14px; font-weight: 600; letter-spacing: 0.03em;
  color: #f54d40;
}
.m-h2 {
  margin: 0 0 18px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.12;
  font-size: clamp(28px, 4vw, 48px); color: var(--fg-strong); text-wrap: balance;
}
.m-lead {
  margin: 0; max-width: 660px; font-size: clamp(16px, 1.5vw, 18.2px);
  line-height: 1.6; color: var(--ink-soft);
}
.m-center { text-align: center; }
.m-center .m-lead { margin-left: auto; margin-right: auto; }

/* cross glyph */
.m-cross {
  display: inline-block; width: 1em; height: 1em; background: currentColor;
  clip-path: polygon(40% 0,60% 0,60% 40%,100% 40%,100% 60%,60% 60%,60% 100%,40% 100%,40% 60%,0 60%,0 40%,40% 40%);
}
.m-cross-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  flex-shrink: 0;
  color: #f54d40;
}
.m-cross-icon::before,
.m-cross-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.5px;
}
.m-cross-icon::before { left: 30%; right: 30%; top: 0; bottom: 0; }
.m-cross-icon::after { top: 30%; bottom: 30%; left: 0; right: 0; }
.m-cross-icon--dark { color: #2a1a06; }
.eyebrow .m-cross-icon,
.m-eyebrow .m-cross-icon,
.prof-row .m-cross-icon { color: #f54d40; }

/* ---------- marketing stage (field + risk + problem) ---------- */
.m-stage {
  position: relative;
  margin-top: -128px;
  margin-bottom: -36px;
  padding: 0 0 24px;
  z-index: 3;
  overflow: visible;
}
.m-stage__field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.m-stage__content {
  position: relative;
  z-index: 1;
}
.m-risk {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  margin: -24px 0 56px;
}
.m-risk__card {
  width: min(100%, 508px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  padding: 60px 44px;
  border-radius: 24px;
  background: linear-gradient(6.52deg, rgba(255, 186, 113, 0.91) 5.4%, rgba(250, 197, 140, 0.91) 92.6%);
  box-shadow: 0 22px 55px rgba(20, 14, 6, 0.09);
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
}
.m-risk__pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 135.5px;
  height: 135.5px;
  border-radius: 30px;
  pointer-events: none;
  z-index: 0;
  background: url("assets/rectangle-1.svg") center / cover no-repeat;
  mix-blend-mode: screen;
}
.m-risk__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset -6px -6px 23.8px rgba(255, 255, 255, 0.34);
}
.m-risk__card::before { display: none; }
.m-risk__pill {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-self: flex-start;
  padding: 10px 17px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #7a3a12;
  white-space: nowrap;
  word-break: normal;
  border: 1px solid rgba(255, 159, 67, 0.28);
  background:
    linear-gradient(122deg, #fff 65%, rgba(246, 225, 101, 0.43) 105%),
    linear-gradient(90deg, #fff, #fff);
}
.m-risk__pill strong { font-weight: 700; }
.m-risk__text {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.m-risk__text p {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #393939;
  line-height: 24.65px;
}
.m-risk__text p + p { margin-top: 24.65px; }
.m-risk__text b { font-weight: 700; color: #1a1a1a; }
.m-risk__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  min-height: 50px;
  padding: 14px 20px 14px 26px;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 8px 12px rgba(16, 16, 19, 0.12);
}
.m-risk__arrow {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  transform: rotate(90deg);
}
.m-problem {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
  scroll-margin-top: 92px;
}
.m-problem .m-stats { margin-top: 40px; }
@media (max-width: 900px) {
  .m-stage { margin-top: -108px; margin-bottom: 0; padding-bottom: 8px; }
  .m-risk { justify-content: stretch; margin: -56px 0 40px; }
  .m-risk__card { width: 100%; padding: 44px 28px; gap: 28px; }
  .m-risk__pill { font-size: clamp(18px, 4.5vw, 24px); }
  .m-risk__text p { font-size: clamp(17px, 4vw, 22px); line-height: 1.35; }
  .m-risk__text p + p { margin-top: 20px; }
  .m-risk__pattern { width: 112px; height: 112px; }
  .solution-content__visual { width: 100%; max-width: 560px; }
}

/* ---------- problem + stat strip ---------- */
.m-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
@media (max-width: 720px){ .m-stats { grid-template-columns: 1fr; } }
.m-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 24px;
  border-radius: 24px;
  border: 0;
  box-shadow: 0 10px 25.1px rgba(20, 14, 6, 0.1);
  color: #f0eae3;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
}
.m-stat--blue { background: rgba(90, 147, 206, 0.77); }
.m-stat--orange { background: rgba(245, 103, 58, 0.73); }
.m-stat--slate { background: rgba(109, 118, 122, 0.83); }
.m-stat::before { display: none; }
.m-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 1px 29px 19.9px rgba(0, 0, 0, 0.06),
    inset -2px -6px 19.3px rgba(255, 255, 255, 0.12);
}
.m-stat > * { position: relative; z-index: 1; }
.m-stat__num {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.013em;
  line-height: 1;
  color: #f0eae3;
  text-shadow: 0 1px 14.1px rgba(0, 0, 0, 0.06);
}
.m-stat__label {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  line-height: 1.05;
  color: #f0eae3;
  text-shadow: 0 1px 14.1px rgba(0, 0, 0, 0.06);
}
.m-stat__note {
  margin: 0;
  padding-top: 4px;
  font-size: 15px;
  color: rgba(240, 234, 227, 0.61);
  text-shadow: 0 1px 14.1px rgba(0, 0, 0, 0.06);
}

/* ---------- how it works ---------- */
.m-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
@media (max-width: 980px){ .m-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px){ .m-steps { grid-template-columns: 1fr; } }
.m-step {
  position: relative;
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  height: auto;
  border-radius: 24px;
  background: transparent;
  border: none;
  box-shadow: 0 4px 22px rgba(20, 14, 6, 0.05);
  overflow: hidden;
}
.m-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(16, 16, 19, 0.08);
  pointer-events: none;
  z-index: 1;
}
.m-step__media {
  position: relative;
  flex: 0 0 calc(100cqw * 149 / 283);
  height: calc(100cqw * 149 / 283);
  margin-bottom: calc(100cqw * -38 / 283);
  overflow: visible;
  z-index: 2;
}
.m-step__photo {
  position: absolute;
  left: 0;
  top: calc(100cqw * -0.41 / 283);
  width: 100%;
  height: calc(100cqw * 164 / 283);
  overflow: hidden;
  --blur-max: calc(100cqw * 18 / 283);
  /* переход sharp/blur — в % от высоты фото (референс 164px) */
  --sharp-fade-a: 73.17%;
  --sharp-fade-b: 91.46%;
  --blur-in: 73.17%;
  --blur-solid: 90.24%;
  --blur-out: 100%;
}
.m-step__photo--1 { --img-w: 99.81%; --img-h: 115.52%; --img-l: 0; --img-t: 0.25%; }
.m-step__photo--2 { --img-w: 158.52%; --img-h: 141.83%; --img-l: -2.99%; --img-t: -18.56%; }
.m-step__photo--3 { --img-w: 181.91%; --img-h: 121.95%; --img-l: -4.54%; --img-t: -15.74%; }
.m-step__photo--4 { --img-w: 112.45%; --img-h: 138.05%; --img-l: -12.45%; --img-t: -18.98%; }
.m-step__img {
  position: absolute;
  display: block;
  max-width: none;
  width: var(--img-w);
  height: var(--img-h);
  left: var(--img-l);
  top: var(--img-t);
  object-fit: cover;
  object-position: center top;
}
.m-step__pane {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.m-step__pane--sharp {
  z-index: 1;
  -webkit-mask-image: linear-gradient(180deg, #000 var(--sharp-fade-a), transparent var(--sharp-fade-b));
  mask-image: linear-gradient(180deg, #000 var(--sharp-fade-a), transparent var(--sharp-fade-b));
}
.m-step__pane--blur {
  z-index: 0;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent var(--blur-in),
    #000 var(--blur-solid),
    #000 calc(var(--blur-out) - 6.1%),
    transparent var(--blur-out)
  );
  mask-image: linear-gradient(
    180deg,
    transparent var(--blur-in),
    #000 var(--blur-solid),
    #000 calc(var(--blur-out) - 6.1%),
    transparent var(--blur-out)
  );
}
.m-step__pane--blur .m-step__img {
  filter: blur(var(--blur-max));
  transform: translateZ(0);
}
.m-step__body {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 0;
  padding: 56px 24px 24px;
  background: transparent;
}
.m-step__body h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--fg-strong);
}
.m-step__body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.m-step__n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; min-height: 36px; padding: 8.75px 0; border-radius: 61px;
  font-weight: 700; font-size: 17px; color: #fff;
  background: linear-gradient(101deg, #ffbb73 0%, #fac58b 100%);
  box-shadow: 0 16px 23px rgba(255, 159, 67, 0.26);
}
@media (max-width: 540px) {
  .m-step__body {
    padding: 48px 20px 22px;
  }
  .m-step__body h3,
  .m-step__body p {
    margin: 0;
  }
}

/* ---------- pipeline ---------- */
.m-pipe {
  position: relative; margin-top: 40px;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
}
.m-pipe::before {
  content: ""; position: absolute; left: 6%; right: 6%; top: 19px; height: 2px;
  background: linear-gradient(90deg, rgba(255,159,67,0.15), var(--brand-orange) 50%, rgba(246,225,101,0.4));
}
.m-pipe-node { position: relative; text-align: center; padding-top: 0; }
.m-pipe-dot {
  position: relative; z-index: 1; width: 40px; height: 40px; margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center; border-radius: 20px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card);
}
.m-pipe-dot .m-cross { color: var(--brand-orange); font-size: 16px; }
.m-pipe-node:last-child .m-pipe-dot {
  background: linear-gradient(135deg, #ff9f43, #fcb69f);
  border-color: transparent;
  box-shadow: var(--shadow-glow);
}
.m-pipe-node:last-child .m-pipe-dot .m-cross { color: #fff; }
.m-pipe-node span { font-size: 13.5px; line-height: 1.35; color: var(--ink-soft); display: block; }
@media (max-width: 720px){
  .m-pipe { grid-template-columns: 1fr; gap: 16px; text-align: left; }
  .m-pipe::before { left: 19px; right: auto; top: 6%; bottom: 6%; width: 2px; height: auto; }
  .m-pipe-node { display: flex; align-items: center; gap: 14px; }
  .m-pipe-dot { margin: 0; }
  .m-pipe-node span { text-align: left; }
  .m-pipe-deco {
    width: 110%;
    max-width: 100vw;
    left: 50%;
    bottom: -48px;
    transform: translateX(-50%);
    opacity: 0.55;
  }
  .m-sec--pipe { overflow-x: clip; }
}

.m-sec--pipe { position: relative; overflow: visible; z-index: 1; }
.m-pipe-deco {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -80px;
  width: min(165vw, 1549px);
  max-width: none;
  transform: translateX(-46%);
  opacity: 0.88;
  pointer-events: none;
}
.m-sec--pipe .m-wrap { position: relative; z-index: 1; }

/* ---------- comparison ---------- */
.m-compare-shell {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 52px;
  border-radius: 58px;
  background: linear-gradient(180deg, #dbdee4 0%, #d9e2f2 100%);
  box-shadow: var(--shadow-soft);
}
.m-compare-shell .m-h2 { margin-bottom: 0; }
.m-compare-wrap { overflow-x: auto; border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.6); box-shadow: var(--shadow-card); }
.m-compare { width: 100%; border-collapse: collapse; min-width: 620px; background: rgba(255, 255, 255, 0.55); -webkit-backdrop-filter: blur(20px) saturate(140%); backdrop-filter: blur(20px) saturate(140%); }
.m-compare th, .m-compare td { padding: 16px 20px; text-align: left; font-size: 15px; border-bottom: 1px solid var(--line); }
.m-compare thead th { font-weight: 600; color: var(--fg-muted); font-size: 14px; background: rgba(255, 245, 236, 0.72); }
.m-compare tbody th { font-weight: 600; color: var(--fg-strong); }
.m-compare td { color: var(--ink-soft); }
.m-compare .col-relius { background: linear-gradient(180deg, rgba(255,159,67,0.1), rgba(246,225,101,0.06)); }
.m-compare thead .col-relius { color: var(--brand-orange); font-weight: 700; }
.m-compare td.col-relius { color: var(--fg-strong); font-weight: 600; }
.m-compare tr:last-child td.col-relius--cta {
  background: #414856;
  font-weight: 700;
}
.m-compare__cta {
  background: linear-gradient(145deg, #ff9f43 0%, #ffb76b 50%, #f6e165 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.m-compare tr:last-child td, .m-compare tr:last-child th { border-bottom: 0; }
@media (max-width: 720px) {
  .m-compare-shell { padding: 20px 18px; border-radius: 44px; gap: 24px; }
  .m-compare-wrap { border-radius: 24px; }
}

/* ---------- features ---------- */
.m-sec--features {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.m-features-deco {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: 775px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.m-features-deco__a {
  position: absolute;
  right: -120px;
  top: 50%;
  width: 1719px;
  max-width: none;
  transform: translateY(-42%);
  opacity: 0.9;
}
.m-features-deco__b {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1719px;
  max-width: none;
  transform: translateY(-50%) rotate(-150deg);
  mix-blend-mode: screen;
  opacity: 0.85;
  filter: brightness(0) invert(1);
}
.m-features-deco__noise {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 804px;
  transform: translateY(-50%);
  opacity: 0.04;
  overflow: hidden;
  pointer-events: none;
}
.m-features-deco__noise img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.m-features-deco__noise img:last-child { top: 0.08%; }
.m-features-deco__blob {
  position: absolute;
  left: 22%;
  top: 66%;
  width: 800px;
  height: 622px;
  border-radius: 400px;
  filter: blur(50px);
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
.m-sec--features .m-wrap { position: relative; z-index: 1; }
@media (max-width: 720px) {
  .m-sec--features {
    overflow: hidden;
  }
  .m-features-deco {
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 100%;
    min-height: 100%;
    transform: none;
  }
  .m-features-deco__a,
  .m-features-deco__b {
    top: 0;
    right: -18%;
    width: 136%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: right center;
  }
  .m-features-deco__noise {
    top: 0;
    height: 100%;
    transform: none;
  }
  .m-features-deco__noise img {
    height: 100%;
    object-fit: cover;
  }
}
.m-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
@media (max-width: 860px){ .m-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px){ .m-features { grid-template-columns: 1fr; } }
.m-feat {
  padding: 26px 24px; border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 248, 238, 0.66) 0%, rgba(255, 255, 255, 0.66) 100%);
  border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: var(--shadow-card);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
}
.m-feat__ic {
  width: 42px; height: 42px; border-radius: 12px; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-grad-soft); border: 1px solid rgba(255,159,67,0.22);
}
.m-feat__ic .m-cross { color: var(--brand-orange); font-size: 18px; }
.m-feat h3 { margin: 0 0 7px; font-size: 17px; font-weight: 600; color: var(--fg-strong); }
.m-feat p { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-soft); }

/* ---------- live jobs ---------- */
.m-jobs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
@media (max-width: 860px){ .m-jobs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px){ .m-jobs { grid-template-columns: 1fr; } }
.m-job {
  display: block; text-decoration: none; color: inherit;
  padding: 22px 24px; border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 248, 238, 0.66) 0%, rgba(255, 255, 255, 0.66) 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-card);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
}
.m-job__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.m-job__cat {
  font-size: 12px; font-weight: 600; letter-spacing: .03em; color: var(--brand-orange);
  padding: 5px 10px; border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 159, 67, 0.16) 0%, rgba(246, 225, 101, 0.1) 100%);
  border: 1px solid rgba(255, 159, 67, 0.22);
}
.m-job__bonus { font-size: 14px; font-weight: 700; color: var(--fg-strong); }
.m-job h3 { margin: 0 0 6px; font-size: 17px; font-weight: 600; color: var(--fg-strong); }
.m-job__meta { font-size: 14px; color: var(--ink-soft); }
.m-job__meta span::after { content: " · "; color: var(--fg-muted); }
.m-job__meta span:last-child::after { content: ""; }

/* ---------- trust ---------- */
.m-sec--trust { position: relative; padding-top: 44px; padding-bottom: 44px; }
.m-trust-wrap {
  display: flex;
  flex-direction: column;
  gap: 99px;
  padding: 44px 0;
  max-width: 1240px;
}
.m-trust-body {
  display: flex;
  flex-direction: column;
  gap: 53px;
  align-items: center;
}
.m-h2--trust {
  position: relative;
  text-shadow: 0 15px 28.8px rgba(255, 195, 67, 0.33);
}
.m-h2--trust::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 58%;
  width: min(92%, 760px);
  height: 130px;
  transform: translate(-50%, -50%);
  filter: blur(42px);
  background: radial-gradient(ellipse, rgba(255, 195, 67, 0.42) 0%, transparent 72%);
  pointer-events: none;
}
.m-trust-deco {
  display: block;
  width: 100%;
  height: 18px;
  border-radius: 4px;
  object-fit: cover;
  object-position: left center;
}
.m-trust { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 0; }
.m-trust__item {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 20px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow-card);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  font-size: 14.5px; font-weight: 500; color: var(--fg);
}
.m-trust__item .m-cross { color: var(--brand-orange); font-size: 12px; }

/* ---------- founding banner ---------- */
.m-found {
  position: relative;
  overflow: hidden;
  min-height: 364px;
  padding: 54px 61px;
  border-radius: 32px;
  background: linear-gradient(123.312deg, #ffc087 15.25%, #ffe9dc 61.93%);
  color: #2a1a06;
  box-shadow: -30px -13px 46px rgba(255, 192, 135, 0.11);
}
.m-found__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
  background: radial-gradient(60% 120% at 85% 10%, rgba(255, 255, 255, 0.5), transparent 60%);
}
.m-found__pattern {
  position: absolute;
  left: -7px;
  top: -6px;
  width: 160px;
  height: 160px;
  opacity: 0.32;
  border-radius: 35.556px;
  pointer-events: none;
  z-index: 1;
  background: url("assets/rectangle-1.svg") center / cover no-repeat;
  mix-blend-mode: screen;
}
.m-found::after { display: none; }
.m-found__in {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  max-width: min(640px, 54%);
  width: 100%;
}
.m-found__visual {
  position: absolute;
  z-index: 1;
  left: 54.4%;
  top: -91px;
  width: min(63%, 698px);
  height: 473px;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}
@media (max-width: 900px) {
  .m-found {
    min-height: 0;
    padding: 40px 24px 232px;
  }
  .m-found__in { max-width: 100%; gap: 10px; }
  .m-found__visual {
    left: 50%;
    top: auto;
    bottom: -12px;
    transform: translateX(-50%);
    width: min(94%, 520px);
    height: auto;
    max-height: 300px;
    object-fit: cover;
    object-position: center 8%;
  }
}
.m-found__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(26, 12, 2, 0.14);
  color: #2a1a06;
}
.m-found__title {
  margin: 0;
  padding-top: 3px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #1c0606;
}
.m-found__text {
  margin: 0;
  max-width: 560px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26.35px;
  color: #3a2810;
}
.m-found__btn {
  align-self: flex-start;
  box-shadow: 0 10px 13px rgba(28, 18, 6, 0.18);
}

/* ---------- faq ---------- */
.m-faq { margin-top: 36px; max-width: 820px; }
.m-faq details {
  border-bottom: 1px solid var(--line);
}
.m-faq summary {
  list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative;
  font-size: clamp(16px,1.7vw,19px); font-weight: 600; color: var(--fg-strong);
}
.m-faq summary::-webkit-details-marker { display: none; }
.m-faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px;
  margin-top: -6px; background: var(--brand-orange);
  clip-path: polygon(40% 0,60% 0,60% 40%,100% 40%,100% 60%,60% 60%,60% 100%,40% 100%,40% 60%,0 60%,0 40%,40% 40%);
  transition: transform .3s var(--ease);
}
.m-faq details[open] summary::after { transform: rotate(45deg); }
.m-faq p { margin: 0 0 22px; font-size: 16px; line-height: 1.6; color: var(--ink-soft); max-width: 700px; }

/* ---------- final CTA ---------- */
.m-final { text-align: center; padding: 100px 0; }
.m-final h2 { margin: 0 0 14px; font-size: clamp(30px,4.4vw,52px); font-weight: 600; letter-spacing: -0.025em; color: var(--fg-strong); }
.m-final p { margin: 0 0 32px; font-size: 18px; color: var(--ink-soft); }
.m-final .cta-row { justify-content: center; margin-bottom: 0; }

/* ---------- medicine chrome overrides ---------- */
body.medicine-landing .nav {
  top: 0;
}

body.medicine-landing .nav.nav--hero-dark {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}

body.medicine-landing .nav.nav--hero-dark .nav__links a {
  color: rgba(255, 255, 255, 0.82);
}

body.medicine-landing .nav.nav--hero-dark .nav__links a:hover {
  color: #fff;
  opacity: 1;
}

body.medicine-landing .nav.nav--hero-dark .logo-img {
  filter: brightness(0) invert(1);
}

body.medicine-landing .nav.nav--hero-dark .nav__burger span {
  background: rgba(255, 255, 255, 0.92);
}

body.medicine-landing .nav.nav--hero-dark .btn--ghost {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

body.medicine-landing .nav.nav--hero-dark .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Mobile drawer on the black hero: restore the frosted panel that light sections
   get from the default .nav background (hero-dark removes it while closed). */
@media (max-width: 720px) {
  body.medicine-landing .nav.nav--hero-dark.nav--mobile-open {
    background: rgba(255, 249, 244, 0.65);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), var(--shadow-soft);
  }

  body.medicine-landing .nav.nav--hero-dark.nav--mobile-open .logo-img {
    filter: none;
  }

  body.medicine-landing .nav.nav--hero-dark.nav--mobile-open .nav__burger span {
    background: var(--fg-strong);
  }

  body.medicine-landing .nav.nav--hero-dark.nav--mobile-open .nav__mobile-links a {
    color: var(--fg-strong);
  }

  body.medicine-landing .nav.nav--hero-dark.nav--mobile-open .nav__mobile-actions .btn--ghost {
    color: var(--fg-strong);
    border-color: rgba(0, 0, 0, 0.1);
    background: var(--glass);
  }
}

body.medicine-landing a.btn,
body.medicine-landing a.btn--primary,
body.medicine-landing a.btn--ghost,
body.medicine-landing .nav__links a,
body.medicine-landing .nav__logo,
body.medicine-landing .m-job {
  text-decoration: none;
}

body.medicine-landing [data-landing-footer] {
  position: relative;
  z-index: 1;
  background: var(--bg-warm-c);
}

body.medicine-landing .m-lite .foot {
  margin-top: 0;
}

.m-risk__btn img {
  display: inline-block;
  vertical-align: middle;
}
