:root {
  --base: #01081d;
  --deep: #010514;
  --zenith: #050817;
  --night: #0a1230;
  --surface: #0a1f44;
  --surface-alt: #26305c;
  --gold: #f5b614;
  --gold-hover: #ffc42e;
  --ember: #e06a2b;
  --amber: #f2a05c;
  --rose: #c96a5e;
  --ice: #d6f6ff;
  --white: #ffffff;
  --subtext: #a1a1a1;
  --line: rgba(214, 246, 255, 0.1);
  --line-strong: rgba(214, 246, 255, 0.2);
  --gold-line: rgba(245, 182, 20, 0.24);
  --display: "Sora", sans-serif;
  --body: "Montserrat", sans-serif;
  --mono: "JetBrains Mono", monospace;
  --arabic: "Noto Naskh Arabic", serif;
  --header-h: 82px;
  --shell: min(1180px, calc(100% - 48px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: dark;
}

* { box-sizing: border-box; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--base);
  color: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(38, 48, 92, 0.16), transparent 28%),
    linear-gradient(180deg, var(--zenith), var(--base) 22%, var(--base));
}

.arabic-atmosphere { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
main, .site-footer { position: relative; z-index: 1; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }

::selection { background: var(--gold); color: var(--night); }
:focus-visible { outline: 3px solid var(--ice); outline-offset: 4px; border-radius: 4px; }

.skip-link {
  position: fixed;
  top: -90px;
  left: 16px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--gold);
  color: var(--night);
  font-family: var(--display);
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { top: 14px; }

.section-shell { width: var(--shell); margin-inline: auto; }

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 110;
  height: 3px;
  pointer-events: none;
  background: rgba(255,255,255,.025);
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--scroll, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--gold), var(--amber), var(--ember));
  box-shadow: 0 0 14px rgba(245,182,20,.45);
}

.sky {
  position: absolute;
  inset: 0 0 auto;
  z-index: -2;
  height: min(970px, 100svh);
  min-height: 760px;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(180deg, var(--zenith) 0%, var(--night) 59%, #241d37 77%, #6f3f47 91%, #bc704e 100%);
}
.sky::after {
  content: "";
  position: absolute;
  inset: auto -5% 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(1,8,29,.34) 76%, var(--base));
}
.sky .stars {
  position: absolute;
  inset: 0;
  opacity: .78;
  background-image:
    radial-gradient(circle, rgba(214,246,255,.8) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(245,182,20,.65) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(214,246,255,.5) 0 .8px, transparent 1.4px);
  background-size: 167px 167px, 251px 251px, 113px 113px;
  background-position: 15px 22px, 120px 73px, 48px 83px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.9) 55%, transparent 90%);
}
.dawn-glow {
  position: absolute;
  width: 1000px;
  height: 450px;
  left: 68%;
  bottom: -280px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(245,182,20,.55), rgba(242,160,92,.24) 35%, transparent 70%);
  filter: blur(18px);
}
.grain {
  position: absolute;
  inset: 0;
  opacity: .12;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.33'/%3E%3C/svg%3E");
}

.site-header {
  width: min(1280px, calc(100% - 48px));
  min-height: var(--header-h);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: min-height .22s ease, background .22s ease, border-color .22s ease;
}
.site-header.is-scrolled {
  width: 100%;
  min-height: 62px;
  padding-inline: max(24px, calc((100% - 1280px) / 2));
  border-bottom: 1px solid rgba(214,246,255,.16);
  background: rgba(1,5,20,.88);
  box-shadow: 0 14px 35px rgba(0,0,0,.16);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  animation: header-in .25s ease-out;
}
.wordmark {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: var(--display);
  text-decoration: none;
}
.wordmark-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(245,182,20,.48);
  border-radius: 50%;
  box-shadow: inset 0 0 15px rgba(245,182,20,.08), 0 0 18px rgba(245,182,20,.08);
  transition: width .22s ease, height .22s ease;
}
.wordmark-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wordmark-copy { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.wordmark-copy strong { font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.wordmark-copy small {
  color: rgba(214,246,255,.58);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .04em;
  overflow: hidden;
  transition: color .2s ease, opacity .2s ease, max-height .2s ease;
}
.wordmark:hover .wordmark-copy small { color: var(--gold); }
.site-header.is-scrolled .wordmark-mark { width: 27px; height: 27px; }
.site-header.is-scrolled .wordmark-copy small { max-height: 0; opacity: 0; }
.site-header.is-scrolled .button-small { min-height: 38px; padding-inline: 16px; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}
.site-header nav a:hover { color: var(--white); }
.site-header > .button { justify-self: end; }

.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--night);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 40px rgba(245,182,20,.12), inset 0 1px rgba(255,255,255,.32);
  transition: background .24s ease, border-color .24s ease, transform .3s var(--ease), box-shadow .3s ease;
}
.button::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -40% auto -40% -35%;
  width: 24%;
  transform: skewX(-18deg);
  background: rgba(255,255,255,.42);
  filter: blur(3px);
  transition: left .65s var(--ease);
}
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s var(--ease); }
.button:hover { transform: translateY(-5px) rotate(-1deg) scale(1.015); background: var(--gold-hover); border-color: var(--gold-hover); box-shadow: 0 20px 54px rgba(245,182,20,.25), inset 0 1px rgba(255,255,255,.45); }
.button:hover::after { left: 118%; }
.button:hover svg { transform: translateX(4px); }
.button:active { transform: translateY(0); background: var(--ember); border-color: var(--ember); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 11px; }
.button-secondary { background: transparent; color: var(--white); border-color: rgba(245,182,20,.5); box-shadow: none; }
.button-secondary:hover { color: var(--night); }

.text-link {
  width: fit-content;
  color: var(--ice);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 5px;
  text-decoration-color: rgba(214,246,255,.35);
  transition: color .2s ease, text-decoration-color .2s ease;
}
.text-link:hover { color: var(--white); text-decoration-color: var(--white); }
.text-link span { color: var(--gold); }

.eyebrow {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow > span { width: 25px; height: 1px; background: rgba(245,182,20,.6); }

h1 {
  margin-bottom: 26px;
  font-size: clamp(3.8rem, 6.7vw, 7rem);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .98;
}
h1 em, h2 em { color: var(--ice); font-style: normal; }
h2 {
  margin-bottom: 23px;
  font-size: clamp(2.5rem, 4.7vw, 5rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
}
h3 { font-size: 1.1rem; line-height: 1.35; }

.hero {
  min-height: calc(min(970px, 100svh) - var(--header-h));
  padding: clamp(62px, 9vh, 110px) 0 70px;
  display: grid;
  grid-template-columns: 1fr .86fr;
  grid-template-areas: "copy visual" "proof proof";
  align-items: center;
  column-gap: clamp(50px, 7vw, 110px);
  position: relative;
}
.hero-copy { grid-area: copy; max-width: 720px; position: relative; z-index: 2; }
.hero-lede {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.74);
  font-size: clamp(1rem, 1.4vw, 1.13rem);
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; }
.hero-actions .button { animation: cta-breathe 4.8s ease-in-out infinite; }
.hero-note { margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 11px; }
.hero-note span { margin-right: 8px; color: var(--gold); }

.reading-stage {
  grid-area: visual;
  width: min(100%, 450px);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
}
.reading-stage::before {
  content: "";
  position: absolute;
  inset: 14%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214,246,255,.075), rgba(10,18,48,.24) 42%, transparent 70%);
  filter: blur(10px);
}
.reading-stage::after {
  content: "";
  position: absolute;
  width: 58%;
  height: 1px;
  top: 66%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(245,182,20,.34), transparent);
  box-shadow: 0 0 22px 6px rgba(245,182,20,.06);
}
.word-reveal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.arabic-word {
  margin: 0;
  color: var(--white);
  font-family: var(--arabic);
  font-size: clamp(5.6rem, 10vw, 8.6rem);
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 0 38px rgba(214,246,255,.1);
}
.stage-translation {
  margin-top: 25px;
  transform: translateX(.27em);
  color: var(--gold);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .54em;
}
.revelation-note {
  max-width: 430px;
  margin: 31px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}
.revelation-note span { width: 24px; height: 1px; flex: 0 0 auto; background: rgba(245,182,20,.58); }

.hero-proof {
  grid-area: proof;
  margin-top: 30px;
  padding-top: 27px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(214,246,255,.14);
}
.hero-proof > div {
  min-height: 92px;
  padding-inline: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.hero-proof > div:first-child { padding-left: 0; }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof strong { color: var(--white); font-family: var(--display); font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1; letter-spacing: -.045em; }
.hero-proof span { color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.35; }

.problem {
  padding: 150px 0;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}
.problem-intro { position: sticky; top: 120px; }
.problem-intro h2 { max-width: 420px; }
.problem-intro > p:not(.eyebrow) { max-width: 480px; color: var(--subtext); }
.problem-photo {
  height: 330px;
  margin: 34px 0 0;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--deep);
}
.problem-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(1,5,20,.55)), linear-gradient(115deg, rgba(245,182,20,.08), transparent 40%);
  pointer-events: none;
}
.problem-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 46%; filter: saturate(.86) contrast(1.04) brightness(.88); }
.transformation-stage { min-width: 0; align-self: center; }
.transformation-screen {
  min-height: 610px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 22%, rgba(214,246,255,.075), transparent 30%),
    radial-gradient(circle at 12% 90%, rgba(245,182,20,.075), transparent 32%),
    linear-gradient(145deg, rgba(10,31,68,.82), rgba(1,5,20,.93));
  box-shadow: 0 32px 90px rgba(0,0,0,.2);
}
.transformation-screen::before { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.025), transparent 34%); }
.transformation-panel {
  padding: clamp(38px, 5.5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .65s var(--ease), transform .65s var(--ease), visibility .65s;
}
.transformation-panel.is-active { z-index: 2; opacity: 1; visibility: visible; transform: none; }
.transformation-count { position: relative; z-index: 2; color: var(--gold); font-family: var(--mono); font-size: 11px; font-style: normal; letter-spacing: .12em; }
.transformation-count i { color: rgba(255,255,255,.32); font-style: normal; }
.transformation-copy { width: min(100%, 650px); position: relative; z-index: 2; }
.transformation-label { margin: 0 0 10px; color: rgba(214,246,255,.56); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.transformation-panel h3 { max-width: 620px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1.8rem, 3.2vw, 3.15rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.12; }
.transformation-arrow { width: min(220px, 38%); height: 34px; margin: clamp(28px, 5vh, 48px) 0; display: flex; align-items: center; position: relative; color: var(--gold); }
.transformation-arrow i { width: 0; height: 1px; display: block; background: linear-gradient(90deg, var(--gold), rgba(245,182,20,.2)); box-shadow: 0 0 18px rgba(245,182,20,.28); }
.transformation-arrow b { margin-left: -1px; font-family: var(--mono); font-size: 1rem; font-weight: 500; }
.transformation-arrow::after { content: ""; width: 7px; height: 7px; position: absolute; left: 0; top: 50%; border-radius: 50%; background: var(--gold); opacity: 0; box-shadow: 0 0 8px 2px rgba(245,182,20,.55), 0 0 20px 5px rgba(245,182,20,.2); transform: translateY(-50%); }
.transformation-panel.is-active h3 { animation: transformation-before .55s var(--ease) both; }
.transformation-panel.is-active .transformation-arrow i { animation: transformation-line 4.6s var(--ease) both; }
.transformation-panel.is-active .transformation-arrow::after { animation: transformation-spark 1.15s .16s var(--ease) both; }
.transformation-after { max-width: 640px; margin: 0; color: var(--ice); font-family: var(--display); font-size: clamp(2.15rem, 4.5vw, 4.5rem); font-weight: 750; letter-spacing: -.055em; line-height: 1.02; text-wrap: balance; }
.transformation-panel.is-active .transformation-after { animation: transformation-after .62s .48s var(--ease) both; }
.transformation-glyph { position: absolute; z-index: 0; top: 50%; right: -2%; transform: translateY(-48%) scale(.96); color: rgba(214,246,255,.035); font-family: var(--arabic); font-size: clamp(8rem, 16vw, 14rem); font-weight: 600; line-height: 1; white-space: nowrap; }
.transformation-panel.is-active .transformation-glyph { animation: transformation-glyph .9s var(--ease) both; }
.transformation-nav { margin-top: 14px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.transformation-nav button { min-width: 0; padding: 18px 10px 13px; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; position: relative; border: 0; background: transparent; color: rgba(255,255,255,.38); cursor: pointer; text-align: left; transition: color .25s ease, background .25s ease; }
.transformation-nav button:hover { color: rgba(255,255,255,.72); background: rgba(214,246,255,.025); }
.transformation-nav button::before, .transformation-nav button::after { content: ""; position: absolute; top: -1px; left: 0; height: 2px; }
.transformation-nav button::before { right: 0; background: transparent; }
.transformation-nav button::after { width: 0; background: var(--gold); box-shadow: 0 0 14px rgba(245,182,20,.35); }
.transformation-nav button.is-active { color: var(--white); }
.transformation-nav button.is-active::before { background: rgba(245,182,20,.16); }
.transformation-nav button.is-active::after { animation: transformation-progress 4.6s linear both; }
.transformation-stage.is-paused .transformation-nav button.is-active::after { animation-play-state: paused; }
.transformation-nav span { color: var(--gold); font-family: var(--mono); font-size: 9px; }
.transformation-nav strong { overflow: hidden; font-family: var(--display); font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }

.outcome {
  padding: 140px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 42%, rgba(38,48,92,.28), transparent 28%),
    linear-gradient(180deg, rgba(10,18,48,.35), rgba(1,8,29,.2));
}
.outcome-heading { max-width: 700px; margin-bottom: 72px; }
.outcome-heading > p:last-child { color: var(--subtext); }
.milestone-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
.milestone { min-height: 355px; padding: 0 clamp(20px, 3vw, 42px); position: relative; border-right: 1px solid var(--line); }
.milestone:first-child { padding-left: 0; }
.milestone:last-child { padding-right: 0; border-right: 0; }
.milestone-top { height: 42px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.milestone-top span { color: var(--ice); font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: .12em; }
.milestone-top i { width: 9px; height: 9px; border: 2px solid var(--ice); border-radius: 50%; background: var(--night); box-shadow: 0 0 12px rgba(214,246,255,.23); }
.milestone-finish .milestone-top i { width: 13px; height: 13px; border-color: var(--gold); background: var(--gold); box-shadow: 0 0 18px rgba(245,182,20,.65); }
.milestone-arabic { margin: 46px 0 20px; color: rgba(214,246,255,.73); font-family: var(--arabic); font-size: clamp(2.3rem, 4vw, 3.5rem); line-height: 1; }
.milestone-finish .milestone-arabic { color: var(--gold); text-shadow: 0 0 28px rgba(245,182,20,.16); }
.milestone h3 { margin-bottom: 14px; font-size: 1.2rem; }
.milestone > p:last-child { max-width: 280px; margin: 0; color: var(--subtext); font-size: .86rem; }
.scope-note {
  margin-top: 40px;
  padding: 25px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--gold-line);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(245,182,20,.065), transparent 72%);
}
.scope-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold-line); border-radius: 50%; color: var(--gold); }
.scope-note strong { display: block; max-width: 930px; font-family: var(--display); font-size: clamp(1.4rem, 2.5vw, 2.2rem); letter-spacing: -.035em; line-height: 1.16; }
.scope-note strong span { display: block; margin-bottom: 7px; color: var(--gold); font-family: var(--mono); font-size: .34em; letter-spacing: .18em; }
.scope-note p { margin: 10px 0 0; color: var(--subtext); font-size: .88rem; }

.coaching { padding: 160px 0; }
.coaching-heading { max-width: 700px; margin-bottom: 65px; }
.coaching-heading > p:last-child { color: var(--subtext); }
.coaching-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature {
  min-height: 330px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(10,31,68,.82), rgba(5,8,23,.78));
}
.feature::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(214,246,255,.025), transparent 30%); }
.feature-large { grid-row: span 2; min-height: 680px; }
.feature-wide { grid-column: span 2; min-height: 275px; display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 50px; }
.feature-index { position: absolute; z-index: 3; top: 26px; left: 29px; color: var(--gold); font-family: var(--mono); font-size: 9px; }
.feature-symbol { position: absolute; z-index: 2; top: 38px; right: 38px; color: rgba(214,246,255,.22); font-family: var(--display); font-size: 3.2rem; font-weight: 600; }
.feature h3, .feature p, .feature > div:not(.feature-photo) { position: relative; z-index: 2; }
.feature h3 { margin-bottom: 11px; font-size: 1.35rem; }
.feature p { max-width: 500px; margin: 0; color: var(--subtext); font-size: .87rem; }
.feature-photo { position: absolute; z-index: 0; inset: 0; }
.feature-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1,5,20,.02) 35%, rgba(1,5,20,.54) 62%, rgba(1,5,20,.98) 91%), linear-gradient(115deg, rgba(214,246,255,.06), transparent 35%);
}
.feature-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 44%; filter: saturate(.84) contrast(1.05) brightness(.8); }
.voice-note {
  min-height: 82px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(1,8,29,.55);
}
.voice-note button { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--gold); color: var(--night); font-size: 10px; }
.waveform { height: 30px; flex: 1; display: flex; align-items: center; gap: 4px; }
.waveform i { width: 2px; height: calc(5px + var(--wave, 10) * 1px); border-radius: 4px; background: rgba(214,246,255,.38); }
.waveform i:nth-child(1), .waveform i:nth-child(7) { --wave: 3; }
.waveform i:nth-child(2), .waveform i:nth-child(11) { --wave: 9; }
.waveform i:nth-child(3), .waveform i:nth-child(8) { --wave: 18; }
.waveform i:nth-child(4), .waveform i:nth-child(10) { --wave: 13; }
.waveform i:nth-child(5), .waveform i:nth-child(12) { --wave: 6; }
.waveform i:nth-child(6), .waveform i:nth-child(9) { --wave: 20; }
.voice-note span { color: var(--subtext); font-family: var(--mono); font-size: 8px; }

.process {
  padding: 150px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(1,5,20,.36);
}
.process-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 150px); }
.process-heading { position: sticky; top: 120px; align-self: start; }
.process-heading > p:not(.eyebrow) { max-width: 380px; color: var(--subtext); }
.process-heading .text-link { display: inline-block; margin-top: 14px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 215px; padding: 42px 0; display: grid; grid-template-columns: 62px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.process-list li > span { padding-top: 4px; color: var(--gold); font-family: var(--mono); font-size: 10px; }
.process-list h3 { margin: 0 0 12px; font-size: clamp(1.25rem, 2vw, 1.65rem); }
.process-list p { max-width: 620px; margin: 0; color: var(--subtext); font-size: .9rem; }

.stories { padding: 160px 0; }
.stories-heading { max-width: 700px; margin-bottom: 65px; }
.stories-heading > p:last-child { color: var(--subtext); }
.featured-quote {
  min-height: 490px;
  padding: clamp(42px, 7vw, 85px);
  display: grid;
  grid-template-columns: .25fr 1fr;
  align-items: start;
  border: 1px solid var(--gold-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 50%, rgba(245,182,20,.11), transparent 35%),
    linear-gradient(145deg, rgba(10,31,68,.83), rgba(5,8,23,.82));
}
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: clamp(5rem, 12vw, 10rem); line-height: .75; text-shadow: 0 0 40px rgba(245,182,20,.15); }
.featured-quote blockquote { max-width: 820px; margin: 0; }
.featured-quote blockquote > p { margin-bottom: 48px; color: var(--white); font-family: var(--display); font-size: clamp(1.8rem, 3.4vw, 3.4rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.27; }
blockquote footer { display: flex; align-items: center; gap: 14px; }
blockquote footer img { width: 52px; height: 52px; flex: 0 0 auto; border: 1px solid rgba(245,182,20,.35); border-radius: 50%; object-fit: cover; }
blockquote footer div { display: flex; flex-direction: column; }
blockquote footer strong { font-family: var(--display); font-size: 12px; }
blockquote footer span { color: var(--subtext); font-size: 10px; }
.quote-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote-card {
  min-height: 365px;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: linear-gradient(155deg, rgba(10,31,68,.66), rgba(1,5,20,.68));
}
.quote-card .stars { margin-bottom: 23px; color: var(--gold); font-size: 11px; letter-spacing: .12em; }
.quote-card > p { margin-bottom: 30px; color: rgba(255,255,255,.81); font-size: .92rem; }
.quote-card footer { margin-top: auto; }

.about {
  padding: 90px 0 170px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(60px, 10vw, 145px);
  align-items: center;
}
.about-photo { aspect-ratio: 1; display: grid; place-items: center; position: relative; }
.about-photo::before { content: ""; position: absolute; inset: 0; border: 1px solid var(--line); border-radius: 50%; }
.about-photo::after { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(245,182,20,.13); border-radius: 50%; }
.about-photo img { width: 76%; height: 76%; position: relative; z-index: 2; border-radius: 50%; object-fit: cover; box-shadow: 0 30px 80px rgba(0,0,0,.35), 0 0 80px rgba(245,182,20,.08); }
.portrait-halo { position: absolute; width: 73%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 50% 36%, rgba(245,182,20,.2), rgba(224,106,43,.12) 30%, transparent 68%); filter: blur(20px); }
.portrait-label { position: absolute; right: -4%; bottom: 9%; z-index: 3; padding: 9px 15px; border: 1px solid var(--gold-line); border-radius: 99px; background: rgba(1,5,20,.78); color: var(--gold); font-family: var(--mono); font-size: 7px; letter-spacing: .15em; backdrop-filter: blur(10px); }
.about-copy > p:not(.eyebrow) { max-width: 660px; color: var(--subtext); }
.credential-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.credential-grid div { min-height: 105px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credential-grid strong { color: var(--gold); font-family: var(--display); font-size: clamp(1.55rem, 2.4vw, 2rem); line-height: 1; }
.credential-grid span { margin-top: 8px; color: var(--subtext); font-size: 12px; }

.plans {
  padding: 150px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 62%, rgba(245,182,20,.06), transparent 27%),
    linear-gradient(180deg, rgba(10,18,48,.25), rgba(1,5,20,.34));
}
.plans-heading { max-width: 760px; margin-bottom: 70px; }
.plans-heading > p:last-child { color: var(--subtext); }
.plan-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; align-items: stretch; }
.plan-card {
  min-height: 680px;
  padding: clamp(30px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: linear-gradient(150deg, rgba(10,31,68,.82), rgba(5,8,23,.88));
}
.plan-coached { border-color: rgba(245,182,20,.38); box-shadow: 0 28px 100px rgba(0,0,0,.26), 0 0 80px rgba(245,182,20,.05); }
.plan-glow { position: absolute; top: -180px; right: -170px; width: 440px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(245,182,20,.14), transparent 68%); }
.recommended { position: absolute; top: 22px; right: 24px; color: var(--gold); font-family: var(--mono); font-size: 7px; letter-spacing: .14em; }
.plan-top { position: relative; z-index: 2; }
.plan-label { color: var(--ice); font-family: var(--mono); font-size: 8px; letter-spacing: .16em; }
.plan-card h3 { min-height: 2em; margin: 18px 0 12px; font-size: clamp(1.75rem, 3.2vw, 2.8rem); line-height: 1; letter-spacing: -.045em; }
.plan-top p { max-width: 510px; min-height: 58px; margin: 0; color: var(--subtext); font-size: .84rem; }
.price { margin: 48px 0 36px; display: flex; align-items: end; gap: 14px; }
.price strong { font-family: var(--display); font-size: clamp(2.8rem, 5vw, 4.2rem); letter-spacing: -.07em; line-height: .95; }
.price sup { margin-right: 2px; color: var(--gold); font-size: .45em; vertical-align: super; }
.price span { padding-bottom: 4px; color: var(--subtext); font-size: 10px; }
.plan-card ul { margin: 0 0 38px; padding: 30px 0 0; display: grid; gap: 15px; border-top: 1px solid var(--line); list-style: none; }
.plan-card li { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.77); font-size: .82rem; }
.plan-card li span { color: var(--gold); font-weight: 700; }
.plan-card .button { width: 100%; margin-top: auto; }

@media (min-width: 821px) {
  .plan-top { min-height: 220px; }
}

.faq { padding: 160px 0; display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(70px, 10vw, 150px); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading > p:last-child { color: var(--subtext); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  min-height: 94px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: .94rem;
  font-weight: 600;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { display: flex; align-items: center; gap: 17px; }
.faq summary i { color: var(--gold); font-family: var(--mono); font-size: 8px; font-style: normal; }
.faq summary b { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold-line); border-radius: 50%; color: var(--gold); font-family: var(--mono); font-size: 17px; font-weight: 400; transition: transform .24s ease, background .24s ease; }
.faq details[open] { background: linear-gradient(90deg, rgba(245,182,20,.035), transparent 65%); }
.faq details[open] summary b { transform: rotate(45deg); background: rgba(245,182,20,.08); }
.faq details p { max-width: 670px; margin: -3px 50px 29px 42px; color: var(--subtext); font-size: .85rem; }
.faq-answer { max-width: 670px; margin: -3px 50px 29px 42px; }
.faq details .faq-answer p { margin: 0; }
.faq details .faq-answer p + p { margin-top: 17px; }

.final-cta {
  min-height: 710px;
  margin-bottom: 80px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 48%, rgba(38,48,92,.46), rgba(5,8,23,.7) 58%),
    var(--deep);
}
.final-cta::before { content: ""; position: absolute; inset: auto -10% 0; height: 32%; background: radial-gradient(ellipse at bottom, rgba(242,160,92,.22), transparent 66%); }
.final-ring { position: absolute; width: 610px; aspect-ratio: 1; border: 1px solid rgba(245,182,20,.23); border-radius: 50%; box-shadow: 0 0 100px rgba(224,106,43,.08), inset 0 0 100px rgba(245,182,20,.035); }
.final-ring::before, .final-ring::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(214,246,255,.06); }
.final-ring::before { inset: 12%; }
.final-ring::after { inset: -14%; }
.final-ring i { position: absolute; top: -6px; left: 50%; width: 12px; height: 12px; transform: translateX(-50%); border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px 4px var(--ember), 0 0 32px 9px rgba(245,182,20,.32); }
.final-content { max-width: 760px; padding: 80px 28px; position: relative; z-index: 2; text-align: center; }
.final-content .eyebrow { justify-content: center; }
.final-content h2 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.final-content > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 30px; color: var(--subtext); }

.site-footer {
  width: min(1280px, calc(100% - 48px));
  min-height: 160px;
  margin: 0 auto;
  padding: 45px 0 80px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 35px;
  border-top: 1px solid var(--line);
  color: var(--subtext);
  font-size: 10px;
}
.site-footer p { margin: 0; }
.site-footer .footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer .footer-links a { color: var(--subtext); text-decoration: none; transition: color .2s ease; }
.site-footer .footer-links a:hover { color: var(--white); }
.site-footer small { color: rgba(255,255,255,.36); font-size: 9px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s var(--ease), transform .65s var(--ease); transition-delay: calc(var(--stagger, 0) * 48ms); }
.js .reveal.in { opacity: 1; transform: none; }

@keyframes cta-breathe {
  0%, 72%, 100% { box-shadow: 0 10px 40px rgba(245,182,20,.12), inset 0 1px rgba(255,255,255,.32); }
  82% { box-shadow: 0 16px 52px rgba(245,182,20,.28), 0 0 0 7px rgba(245,182,20,.045), inset 0 1px rgba(255,255,255,.4); }
}
@keyframes transformation-line { 0% { width: 0; opacity: .3; } 28%, 100% { width: 100%; opacity: 1; } }
@keyframes transformation-progress { from { width: 0; } to { width: 100%; } }
@keyframes transformation-glyph { from { opacity: 0; transform: translateY(-45%) scale(.9); } to { opacity: 1; transform: translateY(-48%) scale(1); } }
@keyframes transformation-before { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes transformation-after { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes transformation-spark { 0% { left: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { left: calc(100% - 7px); opacity: 0; } }
@keyframes header-in { from { opacity: 0; transform: translateY(-8px); } }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .reading-stage { margin-right: 0; }
  .problem, .process-layout, .faq { gap: 60px; }
  .featured-quote { grid-template-columns: .18fr 1fr; }
  .quote-grid { grid-template-columns: 1fr 1fr; }
  .quote-card:last-child { grid-column: span 2; min-height: 280px; }
}

@media (max-width: 820px) {
  :root { --header-h: 70px; --shell: min(720px, calc(100% - 36px)); }
  .site-header { width: min(720px, calc(100% - 36px)); }
  .site-header.is-scrolled { width: 100%; padding-inline: 18px; }
  .hero {
    min-height: auto;
    padding: 70px 0 65px;
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual" "proof";
  }
  .hero-copy { max-width: 690px; }
  .reading-stage { width: min(100%, 570px); margin: 18px auto 0; }
  .hero-proof { margin-top: 0; }
  .problem, .process-layout, .faq { grid-template-columns: 1fr; }
  .problem-intro, .process-heading, .faq-heading { position: static; }
  .problem { padding: 120px 0; }
  .problem-intro { max-width: 630px; }
  .milestone-track { grid-template-columns: 1fr; }
  .milestone { min-height: 250px; padding: 28px 20px 38px !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .milestone-top { height: auto; margin-bottom: 30px; justify-content: flex-start; gap: 13px; }
  .milestone-arabic { margin: 0 0 16px; }
  .milestone > p:last-child { max-width: 560px; }
  .feature-large { min-height: 610px; }
  .about { grid-template-columns: 1fr; padding-bottom: 130px; }
  .about-photo { width: min(100%, 520px); margin: auto; }
  .about-copy { max-width: 700px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 640px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
  .site-footer .footer-links { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 16px; }
  .sky { min-height: 820px; }
  .site-header { width: calc(100% - 32px); gap: 14px; }
  .wordmark { gap: 8px; }
  .wordmark-mark { width: 29px; height: 29px; }
  .wordmark-copy strong { font-size: 12px; letter-spacing: .1em; }
  .wordmark-copy small { font-size: 12px; }
  .site-header .button-small { min-height: 40px; padding: 0 14px; font-size: 12px; }
  .site-header.is-scrolled .wordmark-mark { width: 26px; height: 26px; }
  .site-header.is-scrolled .button-small { min-height: 36px; padding-inline: 12px; }
  .site-header .button-small svg { display: none; }
  h1 { font-size: clamp(3.35rem, 17vw, 5.3rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero { padding-top: 55px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .reading-stage { width: 100%; margin-left: 0; }
  .hero-proof { grid-template-columns: 1fr; }
  .revelation-note { max-width: 350px; font-size: 12px; }
  .hero-proof > div { min-height: 84px; padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-proof > div:last-child { border-bottom: 0; }
  .hero-proof strong { font-size: 1.75rem; }
  .problem { padding: 105px 0; }
  .problem-photo { height: 360px; }
  .transformation-screen { min-height: 540px; border-radius: 22px; }
  .transformation-panel { padding: 30px 24px; }
  .transformation-count, .transformation-label { font-size: 12px; }
  .transformation-panel h3 { max-width: 310px; font-size: clamp(1.55rem, 7vw, 2rem); }
  .transformation-arrow { width: 42%; margin: 30px 0; }
  .transformation-after { max-width: 320px; font-size: clamp(2.1rem, 10vw, 3.15rem); }
  .transformation-glyph { right: -8%; font-size: 7.5rem; }
  .transformation-nav button { min-height: 52px; padding: 13px 4px 9px; align-items: center; }
  .transformation-nav span { font-size: 12px; }
  .transformation-nav strong { display: none; }
  .outcome, .coaching, .process, .stories, .plans, .faq { padding: 110px 0; }
  .outcome-heading, .coaching-heading, .stories-heading, .plans-heading { margin-bottom: 48px; }
  .scope-note { align-items: flex-start; }
  .coaching-grid { grid-template-columns: 1fr; }
  .feature, .feature-large, .feature-wide { grid-column: auto; grid-row: auto; min-height: 360px; }
  .feature-large { min-height: 570px; }
  .feature-wide { min-height: 420px; display: flex; align-items: stretch; gap: 35px; }
  .voice-note { width: 100%; }
  .process-list li { min-height: 230px; grid-template-columns: 45px 1fr; }
  .featured-quote { min-height: 500px; padding: 38px 24px; grid-template-columns: 1fr; }
  .quote-mark { height: 65px; }
  .featured-quote blockquote > p { font-size: clamp(1.65rem, 8vw, 2.5rem); }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-card, .quote-card:last-child { grid-column: auto; min-height: 320px; }
  .about { padding: 65px 0 120px; gap: 70px; }
  .portrait-label { right: 0; bottom: 4%; }
  .credential-grid { grid-template-columns: 1fr 1fr; }
  .plan-card { min-height: 630px; padding: 30px 23px; }
  .recommended { top: 15px; right: 18px; }
  .plan-top p { min-height: 0; }
  .price { margin-top: 38px; }
  .faq { gap: 42px; }
  .faq summary { min-height: 88px; font-size: .85rem; line-height: 1.5; }
  .faq summary > span { gap: 12px; }
  .faq details p { margin-left: 30px; margin-right: 22px; }
  .final-cta { width: calc(100% - 24px); min-height: 620px; margin-bottom: 90px; border-radius: 27px; }
  .final-ring { width: 490px; }
  .eyebrow, .feature-index, .plan-label, .recommended, .faq summary i, .portrait-label,
  .hero-note, .stage-translation, .hero-proof span, .process-list li > span,
  blockquote footer span, .quote-card .stars { font-size: 12px; }
  .voice-note span, .price span, .milestone-top span { font-size: 12px; }
  .credential-grid div { min-height: 116px; padding: 20px 16px; }
  .credential-grid strong { font-size: 1.65rem; }
  .credential-grid span { font-size: 13px; line-height: 1.35; }
  .scope-note { padding: 25px 20px; gap: 14px; }
  .scope-icon { width: 36px; height: 36px; }
  .scope-note strong { font-size: 1.42rem; }
  .scope-note p { font-size: .92rem; }
  .site-footer { width: calc(100% - 32px); min-height: 0; padding: 44px 0 54px; grid-template-columns: 1fr; justify-items: center; gap: 20px; text-align: center; font-size: 14px; }
  .site-footer p { display: block; font-size: 14px; }
  .site-footer .footer-links { grid-column: auto; grid-row: auto; justify-content: center; gap: 16px 22px; }
  .site-footer .footer-links a { font-size: 14px; }
  .site-footer > small { display: block; font-size: 12px; }
  .site-footer .wordmark-mark { width: 42px; height: 42px; }
  .site-footer .wordmark-copy strong { font-size: 14px; }
  .site-footer .wordmark-copy small { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .button:hover { transform: none; }
}

.reduce-motion .transformation-panel.is-active h3,
.reduce-motion .transformation-panel.is-active .transformation-after,
.reduce-motion .transformation-panel.is-active .transformation-glyph,
.reduce-motion .transformation-panel.is-active .transformation-arrow::after,
.reduce-motion .transformation-nav button.is-active::after { animation: none; }
.reduce-motion .transformation-arrow i { width: 100%; }

@media (prefers-contrast: more) {
  :root { --subtext: #d0d3de; --line: rgba(214,246,255,.28); --line-strong: rgba(214,246,255,.46); }
}
