:root {
  color-scheme: light;
  font-family: "Geeza Pro", "Noto Naskh Arabic", Arial, sans-serif;
  background: #f4f3ee;
  color: #1d292e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4f3ee;
  direction: rtl;
  font-size: 18px;
  line-height: 1.75;
}

img {
  display: block;
  max-width: 100%;
}

a,
button {
  font: inherit;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(24px, 5vw, 72px);
  color: #fff;
}

.brand {
  display: block;
  width: 180px;
  overflow: hidden;
  border: 1px solid rgba(199, 160, 82, 0.75);
  border-radius: 6px;
  background: #fff;
}

.brand img {
  width: 100%;
}

.review-state {
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  background: rgba(9, 18, 22, 0.78);
  font-size: 15px;
}

.hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  background: #10191d;
  color: #fff;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 17, 0.62);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(680px, calc(100% - 48px));
  margin-right: clamp(24px, 9vw, 140px);
  padding-top: clamp(190px, 26vh, 280px);
  padding-bottom: 90px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #f0cb7e;
  font-size: 16px;
  font-weight: 700;
}

.eyebrow.dark {
  color: #78602e;
}

h1,
h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 6vw, 78px);
}

h2 {
  font-size: clamp(34px, 4vw, 55px);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 26px 0;
  color: #e3e9e8;
  font-size: clamp(20px, 2vw, 26px);
}

.text-link {
  color: #f0cb7e;
  font-weight: 700;
  text-decoration: none;
}

.band {
  padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 90px);
}

.inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.light {
  background: #f4f3ee;
}

.dark {
  background: #0f1a1e;
  color: #f7f3e8;
}

.clinical {
  background: #dfe8e5;
}

.evidence {
  background: #eef0ea;
}

.cta {
  background: #d9bf79;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
}

.section-number {
  margin: 0 0 18px;
  color: #96783a;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.lead {
  margin: 0;
  font-size: clamp(23px, 2.7vw, 34px);
  line-height: 1.6;
}

.not-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.not-list span {
  display: block;
  padding: 12px 16px;
  border-right: 4px solid #a4463d;
  background: #fff;
  color: #273136;
}

.image-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}

.image-copy.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 6px;
}

figcaption {
  margin-top: 10px;
  color: #9fb1b5;
  font-size: 14px;
}

.clinical figcaption {
  color: #5d6d70;
}

.definitions {
  display: grid;
  gap: 16px;
  margin: 30px 0 0;
}

.definitions div {
  padding: 18px 20px;
  border-right: 4px solid #c7a052;
  background: rgba(255, 255, 255, 0.06);
}

.definitions dt {
  color: #f0cb7e;
  font-weight: 700;
}

.definitions dd {
  margin: 4px 0 0;
}

.evidence-grid {
  margin-top: 46px;
  border-top: 1px solid #b9bdb5;
}

.evidence-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  gap: 24px;
  padding: 22px 12px;
  border-bottom: 1px solid #c9ccc5;
  align-items: start;
}

.evidence-row.head {
  color: #69552b;
  font-size: 15px;
  font-weight: 700;
}

.steps {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}

.steps li > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #c7a052;
  border-radius: 50%;
  color: #f0cb7e;
}

.steps p {
  margin: 2px 0 0;
  color: #c8d3d4;
}

.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}

.copy-tool {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(65, 53, 26, 0.55);
  border-radius: 6px;
  background: #f7f1df;
}

.copy-tool code {
  color: #172328;
  font-family: Arial, sans-serif;
  font-size: 36px;
  text-align: center;
}

.copy-tool button {
  min-height: 50px;
  border: 0;
  border-radius: 4px;
  background: #174f47;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.copy-tool p {
  min-height: 28px;
  margin: 0;
  text-align: center;
}

footer {
  padding: 60px 24px;
  background: #091216;
  color: #c8d2d3;
  text-align: center;
}

footer .motto {
  margin: 0;
  color: #efc66f;
  font-size: 30px;
  font-weight: 700;
}

footer .clinic {
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.local-only {
  color: #9fb0b3;
  font-size: 14px;
}

bdi {
  direction: ltr;
  unicode-bidi: isolate;
  font-family: Arial, sans-serif;
}

@media (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .site-header {
    padding: 18px;
  }

  .brand {
    width: 130px;
  }

  .review-state {
    font-size: 12px;
  }

  .hero {
    min-height: 82vh;
  }

  .hero-copy {
    margin: 0;
    padding: 170px 24px 70px;
  }

  .split,
  .image-copy,
  .image-copy.reverse,
  .cta-layout {
    grid-template-columns: 1fr;
  }

  .image-copy figure {
    order: 2;
  }

  .evidence-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .evidence-row.head {
    display: none;
  }
}
