/* ============================================================
   Agathisha Ortho Stemcell Clinic — Styles
   ============================================================ */
:root {
  --navy-900: #021C3F;
  --navy-800: #062042;
  --navy-btn: #072449;
  --heading: #102145;
  --teal: #048075;
  --teal-ink: #04756B;        /* small teal text, 5.18:1 on mint */
  --teal-dark: #05675E;
  --green-lite: #2FC98F;
  --orange: #F3782E;
  --orange-btn: #C4560B;      /* white text on this passes AA 4.48:1 */
  --orange-ink: #C25309;      /* orange text on white passes AA 4.63:1 */
  --orange-text: #D65C0B;     /* large headings, 3.89:1 */
  --body: #2E3A53;        /* darker than the old #44506A — paragraphs were reading grey next to the near-black headings */
  --mint: #F3F7F8;
  --card-mint: #EAF3F2;
  --gray-bg: #F8F8F8;
  --faq-bg: #F7F6F5;
  --cta-1: #083541;
  --cta-2: #1A4B52;
  --cta-card: rgba(255, 255, 255, 0.06);
  --footer: #011A3B;
  --row-dark: #1D324E;
  --border: #E4E9EF;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(16, 33, 69, 0.08);
  --font-head: 'Marcellus', 'Georgia', serif;
  --font-body: 'Work Sans', 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--body);
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

h1, h2, h3, h4, h5 { font-family: var(--font-head); color: var(--heading); line-height: 1.2; }

.h2 { font-size: 34px; font-weight: 800; letter-spacing: -0.5px; }
.h2--light { color: #fff; }
.h3 { font-size: 22px; font-weight: 700; }
.lead { margin: 18px 0 32px; font-size: 16px; max-width: 440px; }

.t-teal { color: var(--teal-dark); }
.t-green { color: var(--green-lite); font-style: italic; }
.t-orange { color: var(--orange-text); }
em.t-teal, em.t-orange { font-style: italic; }

.arr { display: inline-block; transition: transform 0.25s; }
a:hover .arr, button:hover .arr { transform: translateX(4px); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head);
  font-size: 15px; font-weight: 700;
  padding: 13px 26px; border-radius: 10px;
  transition: all 0.25s; white-space: nowrap;
}
.btn--orange { background: var(--orange-btn); color: #fff; box-shadow: 0 6px 18px rgba(196, 86, 11, 0.32); }
.btn--orange:hover { background: #A84606; transform: translateY(-2px); }
.btn--navy { background: var(--navy-btn); color: #fff; }
.btn--navy:hover { background: #0d3266; transform: translateY(-2px); }
.btn--teal { background: var(--teal); color: #fff; }
.btn--teal:hover { background: #036a61; transform: translateY(-2px); }
.btn--ghost { border: 1.5px solid var(--border); color: var(--heading); background: #fff; }
.btn--ghost:hover { border-color: var(--heading); }
.btn--outline { border: 1.5px solid #C9D3DE; color: var(--heading); background: #fff; }
.btn--outline:hover { border-color: var(--heading); transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--heading); }
.btn--white:hover { background: #eef2f7; transform: translateY(-2px); }

.link-teal { color: var(--teal-ink); font-weight: 700; font-size: 15px; font-family: var(--font-head); }
.link-teal:hover { color: var(--teal-dark); }

/* ---------- Topbar ticker ---------- */
.topbar { background: var(--navy-900); color: #E8ECF4; font-size: 13px; overflow: hidden; }
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 7px 0; min-height: 38px;
}
.ticker { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.ticker__icon {
  flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(243, 120, 46, 0.18); color: var(--orange-text);
  display: flex; align-items: center; justify-content: center;
}
.ticker__viewport {
  position: relative; flex: 1; min-width: 0; height: 22px; overflow: hidden;
}
.ticker__item {
  position: absolute; inset: 0;
  display: flex; align-items: center; gap: 10px; white-space: nowrap;
  opacity: 0; transform: translateY(100%);
  transition: opacity .5s ease, transform .5s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}
.ticker__item.is-active { opacity: 1; transform: none; pointer-events: auto; }
.ticker__item.is-out { opacity: 0; transform: translateY(-100%); }
.ticker__tag {
  flex: 0 0 auto; font-size: 10px; font-weight: 600; letter-spacing: .8px;
  text-transform: uppercase; color: var(--navy-900);
  background: var(--green-lite); border-radius: 4px; padding: 3px 8px;
}
.ticker__text { color: #DDE5F0; overflow: hidden; text-overflow: ellipsis; }
.ticker__text.is-scrolling {
  text-overflow: clip;
  animation: tickSlide linear infinite alternate;
}
@keyframes tickSlide {
  0%, 12%   { transform: translateX(0); }
  88%, 100% { transform: translateX(var(--shift, 0)); }
}
.ticker__cta { flex: 0 0 auto; color: var(--green-lite); font-weight: 600; }
.ticker__item:hover .ticker__cta { text-decoration: underline; }
.ticker__dots { display: flex; gap: 5px; flex: 0 0 auto; }
.ticker__dot {
  width: 6px; height: 6px; border-radius: 50%; padding: 0;
  background: rgba(255, 255, 255, .28); transition: background .25s, transform .25s;
}
.ticker__dot.is-active { background: var(--green-lite); transform: scale(1.25); }
.topbar__socials { display: flex; gap: 6px; flex: 0 0 auto; }
.topbar__socials a {
  width: 24px; height: 24px; border-radius: 6px;
  background: rgba(255, 255, 255, .07); color: #B9C7DB;
  display: flex; align-items: center; justify-content: center;
  transition: all .25s;
}
.topbar__socials a:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }

/* ---------- Hamburger (used by the header in pages.css) ---------- */
.hamburger { display: none; flex-direction: column; gap: 5px; }
.hamburger span { width: 24px; height: 2.5px; background: var(--heading); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { position: relative; background: #fff; overflow: hidden; }
.hero__dots {
  position: absolute; width: 150px; height: 190px;
  background-image: radial-gradient(#F0B08A 2px, transparent 2.5px);
  background-size: 18px 18px; opacity: 0.55; z-index: 0;
}
.hero__dots--tl { left: -20px; top: 60px; }
.hero__dots--bl { left: -30px; bottom: 20px; opacity: 0.35; }
.hero__inner { display: flex; align-items: center; gap: 30px; position: relative; z-index: 1; }
.hero__content { flex: 0 0 40%; padding: 72px 0; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid #D8DFE8; border-radius: 999px;
  font-family: var(--font-head); font-size: 11.5px; font-weight: 700;
  letter-spacing: 1.1px; color: var(--heading);
  padding: 7px 14px; margin-bottom: 22px; background: #fff;
}
.hero__title { font-size: 43px; font-weight: 800; letter-spacing: -0.5px; }
.hero__text { margin: 22px 0 28px; font-size: 17px; max-width: 420px; }
.hero__cta { display: flex; gap: 14px; margin-bottom: 30px; }
.hero__trust { display: flex; align-items: center; gap: 14px; }
.hero__avatars { height: 46px; width: auto; }
.hero__trust .avatars__img, .hero__trust .avatars__more { width: 42px; height: 42px; }
.hero__trust-info { display: flex; flex-direction: column; }
.hero__trust-label { font-family: var(--font-head); font-size: 14px; font-weight: 700; color: var(--heading); }
.hero__stars { color: var(--orange-ink); font-size: 14px; letter-spacing: 2px; }
.hero__stars b { color: var(--heading); letter-spacing: 0; margin-left: 4px; }
/* Full-bleed collage: media pinned to the actual screen edge */
.hero__inner { min-height: 600px; }
.hero__content { position: relative; z-index: 2; }
.hero__media {
  /* stretch from just past the text to the real screen edge on any width */
  position: absolute; top: 0; bottom: 0;
  left: 46%; right: calc((100% - var(--vw, 100vw)) / 2); width: auto;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 24px 0 24px 24px;
}
.hero__blob {
  position: absolute; width: 560px; height: 560px;
  right: -150px; top: 30px;
  background: linear-gradient(135deg, #DDEEEA, #F1F8F6 60%);
  border-radius: 58% 42% 38% 62% / 55% 45% 55% 45%;
  animation: blobMorph 14s ease-in-out infinite alternate;
}
.hero__blob--2 {
  width: 240px; height: 240px; right: auto; left: -30px; top: auto; bottom: -60px;
  background: linear-gradient(135deg, rgba(243, 120, 46, 0.12), rgba(243, 120, 46, 0.03));
  animation-duration: 11s; animation-direction: alternate-reverse;
}
@keyframes blobMorph {
  from { border-radius: 58% 42% 38% 62% / 55% 45% 55% 45%; transform: rotate(0deg); }
  to   { border-radius: 45% 55% 60% 40% / 42% 58% 42% 58%; transform: rotate(8deg); }
}
.hero__mdots {
  position: absolute; right: 40px; bottom: 60px; width: 150px; height: 120px;
  background-image: radial-gradient(#F0B08A 2px, transparent 2.5px);
  background-size: 17px 17px; opacity: 0.6;
}
/* mosaic tiles that fill the media area */
.hero__photo {
  position: relative; overflow: hidden; min-width: 0; min-height: 0;
  border: 0; border-radius: 20px;
  box-shadow: 0 18px 40px rgba(16, 33, 69, 0.18);
  transition: transform 0.4s, box-shadow 0.4s;
}
.hero__photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s ease;
}
.hero__photo:hover { box-shadow: 0 24px 54px rgba(16, 33, 69, 0.26); z-index: 2; }
.hero__photo:hover img { transform: scale(1.06); }
.hero__photo--main   { grid-column: 1; grid-row: 1 / span 2; border-radius: 24px 20px 20px 24px; }
.hero__photo--wide   { grid-column: 2; grid-row: 1; border-radius: 20px 0 0 20px; }
.hero__photo--circle { grid-column: 2; grid-row: 2; width: auto; height: auto; border-radius: 20px 0 0 20px; }
.hero__photo--main img { object-position: center 28%; }
.hero__ring, .hero__mdots { display: none; }
@keyframes ringSpin { to { transform: rotate(360deg); } }
.hero__chip {
  position: absolute; z-index: 9;
  background: #fff; border-radius: 999px; padding: 9px 16px;
  font-size: 12.5px; font-weight: 600; color: var(--heading);
  box-shadow: 0 10px 26px rgba(16, 33, 69, 0.16);
  animation: chipFloat 5s ease-in-out infinite alternate;
  white-space: nowrap;
}
@keyframes chipFloat {
  from { translate: 0 0; }
  to   { translate: 0 -9px; }
}
/* sits directly above the play card, same left edge */
.hero__chip--1 { left: 44px; bottom: 138px; top: auto; color: var(--teal); animation-delay: 0.8s; }
.hero__chip--2 { left: 44px; bottom: 186px; right: auto; top: auto; color: var(--orange-ink); animation-delay: 2s; }
.hero__blob { z-index: 0; }
.hero__blob--2 { z-index: 0; }

/* ---------- Stats ---------- */
.stats { background: #FAFBFB; padding: 40px 0 20px; }
.stats__card {
  background: #fff; border-radius: 18px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 36px 24px;
}
.stats__item { display: flex; align-items: center; justify-content: center; gap: 16px; position: relative; }
.stats__item + .stats__item::before {
  content: ""; position: absolute; left: 0; top: 12%; height: 76%;
  width: 1px; background: var(--border);
}
.stats__icon { width: 46px; height: 46px; }
.stats__value { display: block; font-family: var(--font-head); font-size: 27px; font-weight: 800; color: var(--heading); line-height: 1.1; }
.stats__label { font-size: 14px; }

/* ---------- Burnout ---------- */
.burnout { background: var(--mint); padding: 88px 0 96px; }
/* showcase on the left, copy on the right */
.burnout__inner { display: grid; grid-template-columns: 1fr 41%; gap: 60px; align-items: stretch; }
.burnout__left { display: flex; flex-direction: column; grid-column: 2; grid-row: 1; }
.shw { grid-column: 1; grid-row: 1; }
.burnout__foot { margin-top: auto; padding-top: 34px; }
.burnout__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.burnout__trust-label { margin: 0 0 14px; font-size: 14px; font-weight: 600; color: var(--body); }
.burnout__logos { max-width: min(460px, 100%); mix-blend-mode: multiply; }
.burnout__card {
  background: var(--card-mint); border: 1px solid #DBEAE8;
  border-radius: 20px; padding: 40px 44px; text-align: center;
}
.burnout__card-title { font-size: 26px; font-weight: 800; line-height: 1.35; }
.burnout__tags {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 10px;
  margin-top: 18px;
}
.burnout__tags span {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid #D5E4E2; border-radius: 999px;
  padding: 8px 16px; font-size: 13px; font-weight: 600; color: var(--teal-dark);
  box-shadow: 0 4px 12px rgba(4, 128, 117, 0.07);
  transition: all 0.25s;
}
.burnout__tags span:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(4, 128, 117, 0.14); }
.burnout__features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 34px 0 30px; }
.feature__icon { width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%; }
.feature__title { font-size: 15.5px; font-weight: 700; margin-bottom: 8px; }
.feature__text { font-size: 13.5px; line-height: 1.55; max-width: 180px; margin: 0 auto; }
.feature { position: relative; padding: 0 10px; }
.feature + .feature::before {
  content: ""; position: absolute; left: -5px; top: 8%; height: 84%;
  width: 1px; background: #D5E4E2;
}
.burnout__assess { border-top: 1px solid #D5E4E2; padding-top: 26px; }
.burnout__assess h4 { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.burnout__assess p { font-size: 14.5px; margin-bottom: 12px; }

/* ---------- Dark section ---------- */
.dark { background: var(--navy-800); padding: 96px 0; }
.dark__inner { display: grid; grid-template-columns: 44% 1fr; gap: 72px; }
.dark__lead { color: #C7D2E2; margin: 16px 0 26px; font-size: 15px; }
.dark__rows { display: flex; flex-direction: column; gap: 12px; }
.dark__row {
  display: flex; align-items: center; gap: 16px;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px; padding: 12px 18px;
}
.dark__row-icon { width: 42px; height: 42px; border-radius: 50%; }
.dark__row-title { font-family: var(--font-head); color: #fff; font-weight: 700; font-size: 15.5px; min-width: 62px; }
.dark__row-text { color: #AAB6C9; font-size: 14px; }
.dark__proven { display: flex; align-items: center; gap: 40px; margin: 26px 0 30px; }
.dark__arrow { color: var(--green-lite); font-size: 22px; }
.dark__proven p { color: #AAB6C9; font-size: 14px; line-height: 1.5; }
.dark__proven strong { color: #fff; }
.dark__pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pillar {
  text-align: center; padding: 18px 10px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  display: flex; flex-direction: column; align-items: center;
  transition: background .28s, transform .28s, border-color .28s;
}
.pillar:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(47, 201, 143, .35); transform: translateY(-4px); }
.pillar img { width: 44px; height: 44px; margin: 0 auto 10px; }
.pillar > span:not(.pillar__ico) {
  font-size: 12px; color: #C3CDDC; line-height: 1.45; display: block;
  min-height: 35px;
}
.mentors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 28px 0; }
.mentors__card { border-radius: 12px; overflow: hidden; transition: transform 0.25s; }
.mentors__card:hover { transform: translateY(-4px); }
.mentors__card img { width: 100%; height: 100%; object-fit: cover; }
.dark__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Programs ---------- */
.programs { background: var(--gray-bg); padding: 80px 0; }
.programs__title {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 21px; font-weight: 800; margin-bottom: 52px;
}
.dash { width: 28px; height: 2px; background: #F0B08A; border-radius: 2px; }
/* continuous slide of the round programme photos */
.programs__wrap {
  position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  padding: 8px 0 4px;
}
.programs__track {
  display: flex; align-items: flex-start; gap: 0;
  width: max-content;
  animation: programsSlide 42s linear infinite;
}
.programs__wrap:hover .programs__track { animation-play-state: paused; }
@keyframes programsSlide { to { transform: translateX(-50%); } }
.programs .car-btn { display: none; }
.program { flex: 0 0 auto; width: 178px; text-align: center; padding: 0 6px; }
.program__circle {
  display: block; width: 104px; height: 104px; margin: 0 auto 16px;
  border-radius: 50%; overflow: hidden; position: relative;
  padding: 5px; background: #fff;
  box-shadow: 0 8px 22px rgba(16, 33, 69, 0.12), 0 0 0 1px #E1EDEA inset;
  transition: transform 0.3s, box-shadow 0.3s;
}
.program__circle img {
  width: 100%; height: 100%; border-radius: 50%;
  object-fit: cover; display: block; transition: transform 0.5s;
}
.program:hover .program__circle {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(16, 33, 69, 0.18), 0 0 0 2px var(--teal) inset;
}
.program:hover .program__circle img { transform: scale(1.08); }
.program__label { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--heading); line-height: 1.4; }
.car-btn {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
  background: #fff; box-shadow: 0 6px 18px rgba(16, 33, 69, 0.12);
  font-size: 22px; color: var(--heading); line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.25s;
}
.car-btn:hover { background: var(--heading); color: #fff; }

/* ---------- Voices (testimonials + articles) ---------- */
.voices { background: #fff; padding: 88px 0; }
.voices__inner { display: grid; grid-template-columns: 34% 1fr; gap: 64px; align-items: start; }
.voices__left .h3 { margin-bottom: 26px; }
.quote-card { position: relative; }

.quote-card__slide { display: none; }
.quote-card__slide.is-active { display: block; animation: fadeIn 0.5s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }




.quote-card__dots { display: flex; gap: 8px; margin-top: 22px; }
.dot { width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid #9DB2AE; background: transparent; padding: 0; transition: all 0.25s; }
.dot.is-active { background: var(--teal); border-color: var(--teal); }
.voices__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.voices__pills { display: flex; gap: 10px; margin-bottom: 30px; }
.pill {
  font-family: var(--font-head); font-size: 13.5px; font-weight: 600;
  padding: 7px 18px; border-radius: 999px;
  border: 1px solid #D8DFE8; color: var(--heading); background: #fff;
  transition: all 0.25s;
}
.pill:hover { border-color: var(--heading); }
.pill.is-active { background: var(--navy-btn); border-color: var(--navy-btn); color: #fff; }
.articles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }


.article.is-hidden { display: none; }





/* ---------- Faculty ---------- */
.faculty { background: #FDFDFC; padding: 72px 0 80px; border-top: 1px solid #F0F0EE; }
.faculty__title { margin-bottom: 44px; }
/* continuous logo marquee */
.faculty__wrap {
  position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.faculty__track {
  display: flex; align-items: center; gap: 0;
  width: max-content;
  animation: facultySlide 34s linear infinite;
}
.faculty__wrap:hover .faculty__track { animation-play-state: paused; }
@keyframes facultySlide { to { transform: translateX(-50%); } }
.faculty__item {
  flex: 0 0 auto; width: 128px; text-align: center; position: relative;
  padding: 0 6px;
}
.faculty__item::before {
  content: ""; position: absolute; left: 0; top: 18%; height: 64%;
  width: 1px; background: #E6E6E2;
}
.faculty__item img { width: 62px; height: 60px; object-fit: contain; margin: 0 auto 10px; mix-blend-mode: multiply; }
.faculty__logo {
  display: flex; align-items: center; justify-content: center;
  height: 40px; margin-bottom: 4px;
  transition: transform .28s, filter .28s;
}
.faculty__logo img {
  max-width: 100%; max-height: 30px; width: auto; object-fit: contain;
  filter: grayscale(1) opacity(.55); transition: filter .3s;
}
.faculty__item:hover .faculty__logo { transform: translateY(-4px); }
.faculty__item:hover .faculty__logo img { filter: none; }
.faculty__name { display: block; font-family: var(--font-head); font-size: 14.5px; font-weight: 700; color: var(--heading); line-height: 1.3; }
.faculty__place { font-size: 11.5px; color: #5A6880; letter-spacing: .2px; }

/* ---------- CTA ---------- */
.cta { position: relative; background: linear-gradient(115deg, var(--cta-1) 0%, #0E4149 55%, var(--cta-2) 100%); padding: 88px 0; overflow: hidden; }
.cta__path { position: absolute; left: 0; top: 0; width: 430px; height: 100%; pointer-events: none; opacity: 0.6; }
.cta__inner { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr 1.15fr; gap: 20px; align-items: stretch; position: relative; }
.cta__heading { display: flex; flex-direction: column; justify-content: center; position: relative; }
.cta__heading .h2 { font-size: 33px; }
.cta__plane { width: 62px; margin: 14px 0 0 130px; }
.cta__card {
  background: var(--cta-card); border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px; padding: 24px 22px;
  display: flex; flex-direction: column; transition: all 0.25s;
}
.cta__card:hover { background: rgba(255, 255, 255, 0.11); transform: translateY(-4px); }
.cta__card h4 { color: #fff; font-size: 16.5px; font-weight: 700; margin-bottom: 10px; }
.cta__card p { color: #AFC8CB; font-size: 13.5px; line-height: 1.55; flex: 1; }
.cta__circle {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.4); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; margin-top: 18px; transition: all 0.25s;
}
.cta__card:hover .cta__circle { background: var(--orange); border-color: var(--orange); }
.cta__experts h4 { color: #fff; font-size: 16.5px; font-weight: 700; margin-bottom: 8px; }
.cta__experts p { color: #AFC8CB; font-size: 13.5px; line-height: 1.55; margin-bottom: 14px; }
.cta__avatars { height: 40px; width: auto; border-radius: 8px; margin-bottom: 18px; }
.cta__experts .avatars { margin-bottom: 18px; }
.cta__experts .btn { padding: 12px 24px; font-size: 14.5px; }

/* ---------- FAQ ---------- */
.faq { background: var(--faq-bg); padding: 96px 0; }
.faq__inner { display: grid; grid-template-columns: 32% 1fr; gap: 80px; align-items: start; }
.faq__left .btn { margin-top: 6px; }
.faq__item { background: #fff; border-radius: 10px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(16, 33, 69, 0.04); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-family: var(--font-head); font-size: 15.5px; font-weight: 700; color: var(--heading);
  padding: 18px 24px; text-align: left;
}
.faq__plus { font-size: 20px; font-weight: 400; color: var(--heading); transition: transform 0.3s; }
.faq__item.is-open .faq__plus { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq__a p { padding: 0 24px 20px; font-size: 14.5px; line-height: 1.65; }

/* ---------- Footer ---------- */
.footer { background: var(--footer); position: relative; overflow: hidden; }
.footer > .container, .footer__bottom { position: relative; z-index: 2; }
.footer__accent {
  position: relative; z-index: 2; height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--green-lite), var(--orange), var(--teal));
  background-size: 250% 100%;
  animation: accentSlide 7s linear infinite;
}
@keyframes accentSlide { to { background-position: -250% 0; } }

/* Decorative layer */
.footer__decor { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.footer__glow { position: absolute; border-radius: 50%; filter: blur(70px); }
.footer__glow--teal {
  width: 420px; height: 420px; left: -140px; top: -120px;
  background: radial-gradient(circle, rgba(4, 128, 117, 0.35), transparent 70%);
}
.footer__glow--orange {
  width: 380px; height: 380px; right: -120px; bottom: -140px;
  background: radial-gradient(circle, rgba(243, 120, 46, 0.18), transparent 70%);
}
.footer__dots {
  position: absolute; right: 4%; top: 34px; width: 190px; height: 130px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1.5px, transparent 2px);
  background-size: 16px 16px;
  -webkit-mask-image: radial-gradient(circle at 30% 30%, #000, transparent 75%);
          mask-image: radial-gradient(circle at 30% 30%, #000, transparent 75%);
}
.footer__ecg {
  position: absolute; left: 0; right: 0; top: 108px; width: 100%; height: 60px; opacity: 0.35;
}
.footer__ecg path {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation: ecgDraw 9s linear infinite;
}
@keyframes ecgDraw {
  0%   { stroke-dashoffset: 1500; }
  55%  { stroke-dashoffset: 0; }
  75%  { stroke-dashoffset: 0; opacity: 1; }
  95%  { opacity: 0; }
  100% { stroke-dashoffset: 1500; opacity: 0; }
}
.footer__watermark {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  font-family: var(--font-head); font-size: 150px; font-weight: 400; letter-spacing: 20px;
  line-height: 1; white-space: nowrap;
  background: linear-gradient(100deg,
    rgba(255, 255, 255, 0.045) 42%,
    rgba(47, 201, 143, 0.28) 50%,
    rgba(255, 255, 255, 0.045) 58%);
  background-size: 260% 100%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  animation: wmShine 4s linear infinite;
  user-select: none;
}
@keyframes wmShine { to { background-position: -260% 0; } }

.footer__name {
  font-family: var(--font-head); font-size: 13.5px; letter-spacing: 0.6px;
  background: linear-gradient(100deg,
    #93A3BB 38%, var(--green-lite) 48%, #E8F4F0 52%, #93A3BB 62%);
  background-size: 240% 100%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  animation: wmShine 3s linear infinite;
}

/* Open-now badge */
.footer__open {
  display: inline-flex; align-items: center; gap: 6px; margin-left: 10px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase;
  color: var(--green-lite); background: rgba(47, 201, 143, 0.12);
  border: 1px solid rgba(47, 201, 143, 0.35);
  border-radius: 999px; padding: 3px 10px; vertical-align: 2px;
}
.footer__open-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green-lite);
  animation: pulseDot 1.8s ease-out infinite;
}
@keyframes pulseDot {
  0%   { box-shadow: 0 0 0 0 rgba(47, 201, 143, 0.55); }
  70%  { box-shadow: 0 0 0 8px rgba(47, 201, 143, 0); }
  100% { box-shadow: 0 0 0 0 rgba(47, 201, 143, 0); }
}

/* Back to top */
.to-top {
  position: absolute; right: 34px; bottom: 88px; z-index: 3;
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), #12A98E); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(4, 128, 117, 0.45);
  transition: transform 0.25s, box-shadow 0.25s;
}
.to-top:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(4, 128, 117, 0.55); }
.footer__cta {
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  padding-top: 44px; padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.footer__cta-text h3 {
  color: #fff; font-size: 24px; font-weight: 800; letter-spacing: -0.3px;
}
.footer__cta-text h3 em { color: var(--orange-text); }
.footer__cta-text p { color: #93A3BB; font-size: 14px; margin-top: 6px; }
.footer__cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.3fr 1.5fr;
  gap: 48px;
  padding-top: 52px; padding-bottom: 56px;
}
.footer__logo-chip {
  display: inline-block; background: #fff; border-radius: 12px;
  padding: 9px 14px; margin-bottom: 14px;
}
.footer__logo { height: 34px; width: auto; display: block; }
.footer__motto {
  font-family: var(--font-head); font-size: 12px; font-weight: 700;
  letter-spacing: 2.2px; text-transform: uppercase;
  color: var(--green-lite); margin-bottom: 12px;
}
.footer__tag { color: #A9B7CD; font-size: 13.5px; line-height: 1.7; max-width: 280px; margin-bottom: 20px; }
.footer__socials { display: flex; gap: 10px; }
.footer__socials a {
  width: 34px; height: 34px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14); color: #C3CDDC;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.25s;
}
.footer__socials a:hover { background: var(--teal); border-color: var(--teal); color: #fff; transform: translateY(-3px); }
.footer__col h5, .footer__contact h5 {
  color: #fff; font-size: 14.5px; font-weight: 700; margin-bottom: 8px;
  padding-bottom: 10px; position: relative;
}
.footer__col h5::after, .footer__contact h5::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 26px; height: 2.5px; border-radius: 2px; background: var(--orange);
}
.footer__col { padding-top: 4px; }
.footer__col a {
  display: block; color: #A9B7CD; font-size: 13.5px; padding: 8px 0; min-height: 32px;
  transition: color 0.2s, padding-left 0.2s; position: relative;
}
.footer__col a::before {
  content: "\2192"; position: absolute; left: 0; opacity: 0;
  color: var(--green-lite); transition: opacity 0.2s;
}
.footer__col a:hover { color: #fff; padding-left: 20px; }
.footer__col a:hover::before { opacity: 1; }
.footer__contact { padding-top: 4px; }
.footer__crow {
  display: flex; gap: 12px; align-items: flex-start;
  color: #93A3BB; font-size: 13.5px; line-height: 1.55;
  margin-bottom: 14px;
}
.footer__crow a { color: #C3CDDC; }
.footer__crow a:hover { color: #fff; }
.footer__cicon {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px; margin-top: 1px;
  background: rgba(4, 128, 117, 0.25); color: var(--green-lite);
  display: flex; align-items: center; justify-content: center;
}
.footer__news-label {
  color: #fff; font-family: var(--font-head); font-size: 13.5px; font-weight: 700;
  margin: 20px 0 10px;
}
.footer__form {
  display: flex; align-items: center;
  background: var(--row-dark); border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px; padding: 5px 5px 5px 16px;
  transition: border-color 0.25s;
}
.footer__form:focus-within { border-color: var(--green-lite); }
.footer__form input {
  flex: 1; min-width: 0; background: transparent; border: none; outline: none;
  color: #fff; font-size: 14px; font-family: var(--font-body);
}
.footer__form input::placeholder { color: #7C8CA5; }
.footer__form button {
  width: 38px; height: 38px; border-radius: 8px; flex: 0 0 auto;
  background: #12A98E; color: #fff; font-size: 17px;
  transition: background 0.25s;
}
.footer__form button:hover { background: var(--teal); }
.footer__form-msg { color: var(--green-lite); font-size: 12.5px; margin-top: 10px; min-height: 16px; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.09); padding: 20px 0; }
.footer__bottom-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.footer__bottom-inner p { color: #7C8CA5; font-size: 12.5px; }
.footer__bottom-links { display: flex; align-items: center; gap: 10px; color: #4E5F7C; }
.footer__bottom-links a { color: #93A3BB; font-size: 12.5px; transition: color 0.2s; }
.footer__bottom-links a:hover { color: #fff; }

/* ============================================================
   Animations
   ============================================================ */

/* --- Scroll reveal variants (JS adds .is-visible) --- */
.reveal,
.reveal-left,
.reveal-right,
.reveal-zoom {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.reveal { transform: translateY(34px); }
.reveal-left { transform: translateX(-44px); }
.reveal-right { transform: translateX(44px); }
.reveal-zoom { transform: scale(0.9); }
.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-zoom.is-visible { opacity: 1; transform: none; }

/* --- Hero entrance (plays on page load) --- */
@keyframes heroUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}
@keyframes heroRight {
  from { opacity: 0; transform: translateX(46px); }
  to   { opacity: 1; transform: none; }
}
.hero__badge   { animation: heroUp 0.7s 0.05s both; }
.hero__title   { animation: heroUp 0.7s 0.15s both; }
.hero__text    { animation: heroUp 0.7s 0.28s both; }
.hero__cta     { animation: heroUp 0.7s 0.4s both; }
.hero__trust   { animation: heroUp 0.7s 0.52s both; }
.hero__media { animation: heroRight 0.9s 0.25s both; }

/* --- Ambient accents --- */
@keyframes floatPlane {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50%      { transform: translate(6px, -8px) rotate(3deg); }
}
.cta__plane { animation: floatPlane 4.5s ease-in-out infinite; }

@keyframes dashMove { to { stroke-dashoffset: -48; } }
.cta__path path { animation: dashMove 3.5s linear infinite; }

@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(6px); }
}
.dark__arrow { display: inline-block; animation: bounceDown 2s ease-in-out infinite; }


/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1100px) {
  .hero__title { font-size: 37px; }
  /* Mobile/tablet hero: photo band first, text card merged under it */
  .hero__inner { min-height: 0; flex-direction: column-reverse; align-items: stretch; gap: 0; }
  .hero__content { flex: 1 1 auto; }
  .hero__media { position: relative; width: 100%; height: 430px; }
  .hero__blob { right: -80px; top: 10px; width: 440px; height: 440px; }
  .hero__photo--main { left: 6%; top: 40px; }
  .hero__photo--wide { left: 42%; bottom: 44px; }
  .cta__inner { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .articles { grid-template-columns: repeat(2, 1fr); }
  .voices__inner, .burnout__inner, .dark__inner, .faq__inner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { padding: 0 20px; }
  .header__inner { padding: 12px 20px; }
  .header__actions .btn--ghost { display: none; }
  /* ---- Mobile hero: one immersive photo stage, all content on it ---- */
  .hero { padding: 0; background: var(--navy-900); }
  .hero__dots { display: none; }
  .hero__inner {
    display: block; position: relative; min-height: 0;
    padding-top: 0; padding-bottom: 0;
  }
  .hero__media {
    position: absolute; left: -20px; right: -20px; top: 0; bottom: 0;
    width: auto; height: auto; margin: 0; z-index: 0;
    border-radius: 0 0 44% 44% / 0 0 11% 11%;
    overflow: hidden; background: var(--navy-900);
    animation: none;
  }
  /* one big photo instead of the desktop collage */
  .hero__blob, .hero__blob--2, .hero__mdots, .hero__ring, .hero__chip,
  .hero__photo--wide, .hero__photo--circle { display: none; }
  .hero__photo--main {
    position: absolute; inset: 0; width: auto; height: auto;
    border: 0; border-radius: 0; box-shadow: none; transform: none;
    animation: kenBurns 18s ease-in-out infinite alternate;
  }
  .hero__photo--main img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
  .hero__photo--main::after {
    content: ""; position: absolute; inset: 0;
    background:
      linear-gradient(180deg, rgba(2,28,63,.88) 0%, rgba(2,28,63,.42) 38%, rgba(2,28,63,.80) 78%, rgba(2,28,63,.94) 100%),
      linear-gradient(90deg, rgba(2,28,63,.55), transparent 62%);
  }
  @keyframes kenBurns {
    from { transform: scale(1); }
    to   { transform: scale(1.09); }
  }

  /* play pill at the bottom left of the photo stage */
  .hero__video {
    left: 40px; right: auto; top: auto; bottom: 24px;
    transform: none; text-align: left;
    padding: 8px 18px 8px 8px; gap: 11px; border-radius: 999px;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.26);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 10px 26px rgba(2,28,63,.4);
  }
  .hero__video:hover { transform: translateY(-2px); }
  .hero__play { width: 40px; height: 40px; box-shadow: 0 6px 16px rgba(2,28,63,.4); }
  .hero__play svg { width: 13px; height: 15px; }
  .hero__play-ring { border-color: rgba(255,255,255,.8); }
  .hero__play-ring--2 { border-color: rgba(47,201,143,.85); }
  .hero__video-text { line-height: 1.3; }
  .hero__video-text b { font-size: 12.5px; color: #fff; }
  .hero__video-text span { display: block; font-size: 10px; color: rgba(255,255,255,.72); }
  .hero__video-live { display: none; }

  /* everything overlaid on the photo, fits one screen */
  .hero__content {
    position: relative; z-index: 3;
    margin: 0; padding: 26px 0 122px;
    background: transparent; border-radius: 0; box-shadow: none;
  }
  .hero__badge {
    margin-bottom: 16px; font-size: 10px; padding: 6px 13px; letter-spacing: 1px;
    background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.32); color: #fff;
    backdrop-filter: blur(6px);
  }
  .hero__title { font-size: 32px; line-height: 1.16; color: #fff; }
  .hero__title .t-teal { color: #62E7B4; }
  .hero__title .t-orange { color: #FFAA63; }
  .hero__text {
    font-size: 13.5px; line-height: 1.6; margin: 12px 0 18px;
    color: rgba(255,255,255,.82); max-width: 300px; text-align: left;
  }
  .hero__cta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 18px; }
  .hero__cta .btn { justify-content: center; padding: 12px 8px; font-size: 12.5px; gap: 5px; }
  .hero__cta .btn--navy { background: var(--orange); box-shadow: 0 8px 20px rgba(243,120,46,.4); }
  .hero__cta .btn--outline {
    background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.45); color: #fff;
    backdrop-filter: blur(6px);
  }
  .hero__trust {
    gap: 10px; padding: 10px 12px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
    border-radius: 14px; backdrop-filter: blur(8px); width: max-content;
  }
  .hero__avatars { height: 32px; }
  .hero__trust .avatars__img, .hero__trust .avatars__more {
    width: 32px; height: 32px; border-width: 2px; box-shadow: none;
  }
  .hero__trust .avatars__more { font-size: 10px; }
  .hero__trust-label { color: #fff; font-size: 12.5px; }
  .hero__stars { font-size: 12px; }
  .hero__stars b { color: #fff; }
  .stats__card { grid-template-columns: 1fr 1fr; gap: 22px; }
  .stats__item + .stats__item::before { display: none; }
  .burnout__card { padding: 28px 22px; }
  .burnout__features { grid-template-columns: 1fr; gap: 24px; }
  .feature + .feature::before { display: none; }
  .mentors { grid-template-columns: repeat(2, 1fr); }
  .dark__pillars { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .articles { grid-template-columns: 1fr; }
  .voices__pills { flex-wrap: wrap; }
  .cta__inner { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__cta { justify-content: center; text-align: center; }
  .footer__bottom-inner { justify-content: center; }
  .h2 { font-size: 28px; }
}
