@font-face {
  font-family: "Alexandria Barah V4";
  src: url("fonts/alexandria-barah-v4-arabic-variable-100-900.woff2?v=20260716-4") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EEFF;
}

@font-face {
  font-family: "Alexandria Barah V4";
  src: url("fonts/alexandria-barah-v4-latin-variable-100-900.woff2?v=20260716-4") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --sage: #b9d8cc;
  --sage-soft: #dcebe5;
  --paper: #f8faf3;
  --paper-warm: #f1f3e9;
  --forest: #1b4d40;
  --forest-deep: #123a31;
  --peach: #f0a789;
  --ink: #173c33;
  --muted: #60756e;
  --white: #ffffff;
  --line: rgba(27, 77, 64, 0.15);
  --radius-lg: 42px;
  --radius-md: 26px;
  --radius-sm: 18px;
  --shadow: 0 24px 70px rgba(27, 77, 64, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  direction: rtl;
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Alexandria Barah V4", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  text-align: right;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p,
li,
dd {
  overflow-wrap: anywhere;
}

h2 {
  font-family: "Alexandria Barah V4", sans-serif;
  letter-spacing: -0.035em;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.2;
}

h3 {
  margin: 0;
  color: var(--forest);
  font-size: 22px;
  line-height: 1.4;
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--white);
  color: var(--forest);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.demo-strip {
  padding: 9px 18px;
  background: var(--forest-deep);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.site-header {
  position: absolute;
  z-index: 10;
  inset: 42px 0 auto;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--forest);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Alexandria Barah V4", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.brand-dot {
  width: 24px;
  height: 24px;
  border: 7px solid var(--forest);
  border-radius: 50%;
}

.header-label {
  color: rgba(27, 77, 64, 0.7);
  font-size: 14px;
}

.gallery-return {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 7px 16px;
  border: 1px solid rgba(27, 77, 64, 0.3);
  border-radius: 999px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gallery-return:focus-visible {
  outline: 3px solid var(--peach);
  outline-offset: 4px;
}

.hero {
  position: relative;
  min-height: 820px;
  padding-block: 190px 110px;
  overflow: hidden;
  background: var(--sage);
}

.hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  inset: -290px -170px auto auto;
  border: 1px solid rgba(27, 77, 64, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(248, 250, 243, 0.12),
    0 0 0 180px rgba(248, 250, 243, 0.08);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-number {
  margin: 0 0 14px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  margin-inline-end: 10px;
  vertical-align: middle;
  background: currentColor;
}

.hero-value {
  max-width: 650px;
  margin: 28px 0 32px;
  color: rgba(23, 60, 51, 0.78);
  font-size: clamp(18px, 2vw, 23px);
}

.primary-action {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 12px 27px;
  border: 0;
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
  font-weight: 700;
}

.primary-action:disabled {
  cursor: not-allowed;
  opacity: 0.76;
}

.action-note {
  max-width: 610px;
  margin: 12px 0 0;
  color: rgba(23, 60, 51, 0.67);
  font-size: 13px;
}

.hero-art {
  position: relative;
  min-height: 480px;
}

.nafas-disc {
  position: absolute;
  z-index: 2;
  inset: 80px 55px auto auto;
  width: 270px;
  height: 270px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--peach);
  color: var(--forest);
  font-family: "Alexandria Barah V4", sans-serif;
  font-size: 54px;
  text-align: center;
  box-shadow: var(--shadow);
}

.nafas-disc small {
  display: block;
  margin-top: 3px;
  font-family: "Alexandria Barah V4", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(27, 77, 64, 0.24);
  border-radius: 50%;
}

.orbit-one {
  width: 390px;
  height: 390px;
  inset: 20px 0 auto auto;
}

.orbit-two {
  width: 470px;
  height: 470px;
  inset: -20px -40px auto auto;
  opacity: 0.5;
}

.calm-card {
  position: absolute;
  z-index: 3;
  inset: auto auto 35px 0;
  min-width: 220px;
  padding: 18px 20px;
  border: 1px solid rgba(27, 77, 64, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(248, 250, 243, 0.9);
  color: var(--forest);
  box-shadow: 0 14px 38px rgba(27, 77, 64, 0.12);
  transform: rotate(-3deg);
}

.calm-card b,
.calm-card small {
  display: block;
}

.calm-card small {
  margin-top: 3px;
  color: var(--muted);
}

.section {
  padding-block: 100px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  gap: 90px;
  align-items: start;
}

.section-heading.compact {
  max-width: 700px;
}

.section-heading.compact > p:last-child {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--muted);
}

.lead {
  margin: 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.85;
}

.session-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 32px 0 0;
}

.session-meta div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

dt {
  color: var(--muted);
  font-size: 13px;
}

dd {
  margin: 4px 0 0;
  color: var(--forest);
  font-weight: 700;
}

.includes {
  background: var(--paper-warm);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.feature-grid li {
  min-width: 0;
  padding: 27px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.feature-index {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  direction: ltr;
}

.feature-grid p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.audience {
  background: var(--sage);
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  align-items: center;
}

.audience-copy .lead {
  margin-top: 22px;
  color: rgba(23, 60, 51, 0.74);
}

.audience-points {
  display: grid;
  gap: 12px;
}

.audience-points article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 23px;
  border-radius: var(--radius-sm);
  background: rgba(248, 250, 243, 0.75);
}

.audience-points article > span {
  color: var(--peach);
  font-size: 44px;
  line-height: 1;
}

.audience-points p {
  margin: 5px 0 0;
  color: var(--muted);
}

.delivery-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  gap: 75px;
  padding: 58px;
  border-radius: var(--radius-lg);
  background: var(--forest);
  color: var(--white);
  box-shadow: var(--shadow);
}

.delivery-card h2 {
  color: var(--white);
}

.delivery-card .section-number {
  color: var(--sage);
}

.delivery-card > div > p:last-child {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.delivery-details {
  margin: 0;
}

.delivery-details div {
  padding-block: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.delivery-details dt {
  color: rgba(255, 255, 255, 0.58);
}

.delivery-details dd {
  color: var(--white);
}

.trust {
  padding-top: 35px;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 80px;
  align-items: center;
}

.trust-mark {
  min-height: 360px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-lg);
  background: var(--sage);
}

.trust-mark span {
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--peach);
  color: var(--forest);
  font-family: "Alexandria Barah V4", sans-serif;
  font-size: 42px;
  transform: rotate(-5deg);
}

.note-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.note-list li {
  position: relative;
  padding: 14px 34px 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.note-list li::before {
  content: "○";
  position: absolute;
  inset: 11px 0 auto auto;
  color: var(--peach);
  font-size: 23px;
}

.final-action {
  text-align: center;
}

.final-action-box {
  position: relative;
  padding: 78px 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--sage-soft);
}

.final-action-box > *:not(.final-circle) {
  position: relative;
  z-index: 1;
}

.final-action-box .eyebrow::before {
  display: none;
}

.final-action-box h2 {
  max-width: 760px;
  margin-inline: auto;
}

.final-action-box > p:not(.eyebrow):not(.action-note) {
  max-width: 660px;
  margin: 19px auto 28px;
  color: var(--muted);
}

.final-action-box .action-note {
  margin-inline: auto;
}

.final-circle {
  position: absolute;
  width: 240px;
  height: 240px;
  inset: auto auto -110px 0;
  border-radius: 50%;
  background: var(--peach);
  opacity: 0.58;
}

footer {
  padding-block: 34px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

bdi[dir="ltr"] {
  direction: ltr;
  unicode-bidi: isolate;
}

:focus-visible {
  outline: 3px solid var(--peach);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-block: 170px 80px;
  }

  .hero-layout,
  .split-layout,
  .audience-layout,
  .delivery-card,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout,
  .split-layout,
  .audience-layout,
  .trust-layout {
    gap: 52px;
  }

  .hero-art {
    width: min(100%, 500px);
    margin-inline: auto;
  }

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

  .delivery-card {
    gap: 38px;
  }

  .trust-mark {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(100% - 28px, 1160px);
  }

  .demo-strip {
    padding-inline: 12px;
    font-size: 11px;
  }

  .site-header {
    inset-block-start: 37px;
  }

  .header-label {
    display: none;
  }

  .brand {
    font-size: 24px;
  }

  .hero {
    padding-block: 135px 58px;
  }

  .hero::before {
    width: 360px;
    height: 360px;
    inset: -210px -160px auto auto;
  }

  h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .hero-value,
  .lead {
    font-size: 18px;
  }

  .primary-action {
    width: 100%;
  }

  .hero-art {
    min-height: 345px;
  }

  .nafas-disc {
    width: 205px;
    height: 205px;
    inset: 55px 50% auto auto;
    font-size: 43px;
    transform: translateX(50%);
  }

  .orbit-one {
    width: 285px;
    height: 285px;
    inset: 15px 50% auto auto;
    transform: translateX(50%);
  }

  .orbit-two {
    width: 310px;
    height: 310px;
    inset: -8px 50% auto auto;
    transform: translateX(50%);
  }

  .calm-card {
    inset: auto 0 8px auto;
    min-width: 205px;
  }

  .section {
    padding-block: 68px;
  }

  .session-meta,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    gap: 12px;
    margin-top: 30px;
  }

  .feature-grid li {
    padding: 22px;
  }

  .feature-index {
    margin-bottom: 24px;
  }

  .audience-points article {
    grid-template-columns: 35px 1fr;
    padding: 19px;
  }

  .delivery-card {
    padding: 36px 20px;
    border-radius: var(--radius-md);
  }

  .trust {
    padding-top: 12px;
  }

  .trust-mark {
    min-height: 250px;
  }

  .trust-mark span {
    width: 150px;
    height: 150px;
    font-size: 36px;
  }

  .final-action-box {
    padding: 55px 18px;
    border-radius: var(--radius-md);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Alexandria Arabic typography calibration only. */
h2 {
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0;
}

h2 span {
  font-weight: inherit;
  letter-spacing: inherit;
}

.session-card h3,
.audience-card h3,
.prep-card h3 {
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (max-width: 520px) {
  h2 {
    font-size: 2.35rem;
    line-height: 1.38;
  }
}

/* Definitive Nafas hero typography. All previous generic h1 sizing rules were removed. */
#page-title {
  display: block;
  position: static;
  width: auto;
  max-width: 720px;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  font-family: "Alexandria Barah V4", sans-serif;
  font-size: clamp(58px, 5.5vw, 88px);
  font-weight: 650;
  font-feature-settings: normal;
  font-variation-settings: "wght" 650;
  line-height: 1.3;
  letter-spacing: 0;
  word-spacing: normal;
  white-space: normal;
  text-wrap: wrap;
  transform: none;
  scale: none;
}

#page-title span {
  display: inline;
  color: var(--forest);
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

#page-title br {
  line-height: inherit;
}

.hero-content .hero-value {
  margin-top: 32px;
}

@media (max-width: 900px) {
  #page-title {
    max-width: 700px;
    font-size: clamp(52px, 7vw, 64px);
    line-height: 1.32;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-block: 125px 54px;
  }

  .hero-layout {
    gap: 32px;
  }

  #page-title {
    max-width: 12ch;
    font-size: clamp(39px, 11vw, 50px);
    line-height: 1.34;
  }

  .hero-content .hero-value {
    margin-top: 26px;
  }

  .hero-art {
    min-height: 320px;
  }

  .nafas-disc {
    width: 195px;
    height: 195px;
    inset-block-start: 45px;
  }
}

@media (max-width: 380px) {
  .site-header {
    inset-block-start: 58px;
  }

  .hero {
    padding-block-start: 145px;
  }
}
