@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("assets/IBMPlexSansArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("assets/IBMPlexSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("assets/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("assets/IBMPlexSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy-950: #061827;
  --navy-900: #071d33;
  --navy-800: #0b2c48;
  --navy-700: #133e5c;
  --gold-500: #c99e37;
  --gold-400: #ddb85d;
  --green-700: #0a6758;
  --green-600: #0d7867;
  --ink: #122334;
  --muted: #5d6b75;
  --line: #dbe2df;
  --paper: #f5f4ef;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(3, 18, 31, .22);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "IBM Plex Sans Arabic", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; inset-inline-start: 20px; top: -80px; z-index: 1000;
  padding: 10px 16px; background: var(--gold-400); color: var(--navy-950);
  text-decoration: none; font-weight: 700; border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245, 244, 239, .94);
  border-bottom: 1px solid rgba(13, 55, 72, .11);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-symbol {
  width: 54px; height: 54px; flex: 0 0 54px; overflow: hidden;
  background: #fff; border: 1px solid rgba(7, 29, 51, .08); border-radius: 12px;
}
.brand-symbol img { width: 70px; max-width: none; transform: translate(-8px, -2px); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { color: var(--navy-900); font-size: 16px; font-weight: 700; }
.brand-copy small { color: var(--green-700); font-size: 11px; letter-spacing: .08em; direction: ltr; text-align: right; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { text-decoration: none; font-size: 15px; font-weight: 500; color: #324451; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--green-700); }
.primary-nav .nav-cta {
  border: 1px solid var(--navy-900); border-radius: 10px; padding: 8px 17px;
  color: var(--navy-900);
}
.primary-nav .nav-cta:hover { color: #fff; background: var(--navy-900); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--navy-900); margin: 5px 0; border-radius: 99px; }

.hero {
  position: relative; overflow: hidden;
  color: #fff; background:
    radial-gradient(circle at 18% 30%, rgba(15, 119, 103, .28), transparent 31%),
    linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 52%, #0a2941 100%);
}
.hero-grid {
  position: absolute; inset: 0; pointer-events: none; opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to left, #000 10%, transparent 82%);
}
.hero-layout {
  position: relative; min-height: 720px; padding-block: 92px 88px;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 86px;
}
.eyebrow, .section-kicker {
  margin: 0 0 18px; color: var(--green-600); font-size: 14px; font-weight: 700; letter-spacing: .02em;
}
.eyebrow { color: #9ed4c9; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 1px; background: var(--gold-400); }
.hero h1 {
  margin: 0; max-width: 680px; font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.17; font-weight: 600; letter-spacing: -.045em;
}
.hero h1 em { color: var(--gold-400); font-style: normal; font-weight: 600; }
.hero-lead { margin: 28px 0 0; max-width: 660px; color: #cbd8de; font-size: 20px; line-height: 1.95; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 23px; border: 1px solid transparent; border-radius: 11px;
  font: inherit; font-size: 16px; font-weight: 700; text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-400); color: var(--navy-950); box-shadow: 0 12px 34px rgba(214, 173, 69, .18); }
.button-gold:hover { background: #e8c878; }
.button-ghost { color: #eef4f6; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.035); }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 18px 30px; margin: 30px 0 0; padding: 0; list-style: none; color: #b9cbd1; font-size: 14px; }
.check { color: #8fd3c3; margin-inline-end: 5px; }

.report-stage { position: relative; padding: 22px 0 0 24px; }
.report-stage::before {
  content: ""; position: absolute; width: 310px; height: 310px; left: -54px; bottom: -50px;
  border: 1px solid rgba(214, 173, 69, .28); transform: rotate(45deg);
}
.stage-note {
  position: absolute; z-index: 2; top: 0; left: 0; padding: 6px 12px;
  color: var(--navy-900); background: var(--gold-400); border-radius: 7px 7px 0 7px;
  font-size: 12px; font-weight: 700;
}
.report-sheet {
  position: relative; z-index: 1; direction: rtl; min-height: 500px; padding: 30px 28px;
  color: var(--ink); background: #fff; border-radius: 4px; box-shadow: var(--shadow);
  overflow: hidden;
}
.report-sheet::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(5, 28, 47, .12); pointer-events: none; }
.report-head { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 11px; padding-bottom: 18px; border-bottom: 2px solid var(--gold-500); }
.mini-mark { width: 44px; height: 44px; overflow: hidden; }
.mini-mark img { width: 58px; max-width: none; transform: translate(-7px, -1px); }
.report-head div { display: flex; flex-direction: column; line-height: 1.25; }
.report-head small { color: var(--muted); font-size: 9px; }
.report-head strong { color: var(--navy-900); font-size: 13px; }
.report-tag { color: var(--green-700); border: 1px solid rgba(10,103,88,.25); background: #eef6f3; padding: 3px 8px; font-size: 8px; border-radius: 99px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 18px; }
.metric-row div { position: relative; padding: 13px 11px; background: #f3f6f5; border: 1px solid #e2e8e6; }
.metric-row span, .metric-row b { display: block; }
.metric-row span { color: var(--muted); font-size: 8px; }
.metric-row b { margin-top: 5px; font-size: 9px; color: var(--navy-900); }
.status { position: absolute; top: 10px; left: 9px; width: 6px; height: 6px; border-radius: 50%; }
.status.red { background: #b9544c; } .status.amber { background: #c69a2b; } .status.green { background: #23846f; }
.report-body { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; margin-top: 20px; }
.chart-block, .decision-block { border: 1px solid #e0e6e4; padding: 15px; }
.chart-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.chart-title span { font-size: 10px; font-weight: 700; color: var(--navy-900); }
.chart-title small { font-size: 7px; color: #87939a; }
.bar-line { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 8px; margin: 11px 0; font-size: 7px; color: var(--muted); }
.bar-line i { display: block; height: 8px; background: #e9eeec; }
.bar-line i b { display: block; height: 100%; background: #3f7893; }
.bar-72 { width: 72%; }
.bar-81 { width: 81%; }
.bar-88 { width: 88%; }
.bar-line.expense i b { background: #b9544c; }
.bar-line.target i b { background: var(--gold-500); }
.decision-block { background: var(--navy-900); color: white; display: flex; flex-direction: column; justify-content: center; }
.decision-block small { color: #91c8bd; font-size: 8px; }
.decision-block strong { margin-top: 9px; color: #fff; font-size: 14px; line-height: 1.65; }
.decision-block p { margin: 10px 0 0; color: #c7d4d9; font-size: 8px; line-height: 1.7; }
.report-plan { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 18px; }
.report-plan span { padding: 10px; color: var(--navy-800); background: #f3f6f5; border-top: 2px solid var(--green-600); text-align: center; font-size: 8px; font-weight: 700; }

.proof-strip { background: var(--green-700); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid div { min-height: 95px; display: flex; align-items: center; gap: 16px; padding: 18px 30px; border-inline-start: 1px solid rgba(255,255,255,.15); }
.proof-grid div:last-child { border-inline-end: 1px solid rgba(255,255,255,.15); }
.proof-grid strong { color: #acd8cf; font-size: 13px; font-weight: 500; }
.proof-grid span { font-size: 15px; font-weight: 600; }

.section { padding-block: 112px; }
.problem-section { background: #fff; }
.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.section h2 { margin: 0; color: var(--navy-900); font-size: clamp(38px, 4vw, 58px); line-height: 1.35; font-weight: 600; letter-spacing: -.035em; }
.section h2 span { color: var(--green-700); }
.problem-copy { padding-top: 36px; }
.problem-copy p { margin: 0; color: var(--muted); }
.problem-copy .large-copy { margin-bottom: 28px; color: var(--ink); font-size: 23px; line-height: 1.9; }

.service-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); }
.deliverables { margin-top: 64px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cad4d0; border-bottom: 1px solid #cad4d0; }
.deliverable { position: relative; min-height: 348px; padding: 34px 27px 32px; border-inline-start: 1px solid #cad4d0; transition: transform .25s ease, background .25s ease; }
.deliverable:last-child { border-inline-end: 1px solid #cad4d0; }
.deliverable:hover { background: #fff; transform: translateY(-5px); }
.deliverable.featured { background: #fff; }
.deliverable-no { color: #829087; font-size: 12px; }
.deliverable-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-top: 30px; color: var(--green-700); border: 1px solid #cdd9d5; border-radius: 50%; }
.deliverable-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.deliverable h3 { margin: 26px 0 12px; color: var(--navy-900); font-size: 21px; }
.deliverable p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }

.outcomes-section { position: relative; overflow: hidden; background: var(--navy-900); color: white; }
.outcomes-section::after { content: ""; position: absolute; width: 520px; height: 520px; left: -280px; bottom: -310px; border: 1px solid rgba(214,173,69,.25); transform: rotate(45deg); }
.outcomes-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.section-kicker.light { color: #91c9bd; }
.outcomes-title h2 { color: white; }
.outcomes-title > p:last-child { color: #b7c8ce; margin: 28px 0 0; max-width: 510px; }
.question-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.question-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; align-items: center; min-height: 82px; border-bottom: 1px solid rgba(255,255,255,.18); }
.question-list span { color: var(--gold-400); font-size: 13px; }
.question-list p { margin: 0; color: #eef4f5; font-size: 18px; }

.process-section { background: #fff; }
.section-heading.compact { grid-template-columns: 1fr .55fr; }
.process-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.process-grid article { min-height: 230px; display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 30px; background: #f7f8f5; border: 1px solid var(--line); border-radius: 14px; }
.step { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy-900); border: 1px solid var(--gold-500); border-radius: 50%; font-weight: 700; }
.process-grid h3 { margin: 3px 0 12px; color: var(--navy-900); font-size: 20px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.fit-section { padding-block: 80px; background: #e9eee9; }
.fit-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.fit-layout h2 { font-size: clamp(34px, 3.5vw, 48px); }
.fit-list { display: flex; flex-wrap: wrap; gap: 10px; }
.fit-list span { padding: 10px 17px; background: rgba(255,255,255,.72); border: 1px solid #cfdad5; border-radius: 99px; color: #26414c; font-size: 14px; }

.order-section { background: var(--paper); }
.order-card { display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; padding: 0; background: var(--navy-900); color: white; border-radius: var(--radius); box-shadow: 0 24px 70px rgba(4, 28, 46, .16); }
.order-copy { padding: 68px 66px; }
.order-copy h2 { color: white; font-size: clamp(35px, 3.7vw, 51px); }
.order-copy > p:not(.section-kicker) { max-width: 650px; color: #c5d3d8; margin: 22px 0 0; }
.order-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.order-copy li { position: relative; padding-right: 24px; color: #e3ebed; margin: 8px 0; }
.order-copy li::before { content: "✓"; position: absolute; right: 0; color: #8fd3c3; }
.price-card { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 470px; padding: 42px; background: #0a6b5b; text-align: center; }
.price-card > span { color: #c6e3dc; font-size: 14px; }
.price { direction: rtl; display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
.price strong { font-family: Arial, sans-serif; font-size: 78px; line-height: 1.15; letter-spacing: -.05em; }
.price small { font-size: 18px; }
.price-card p { margin: 4px 0 26px; color: #c9e2dc; font-size: 14px; }
.button.full { width: 100%; }
.email-link { margin-top: 18px; color: #e6f1ee; font-size: 14px; direction: ltr; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p:last-child { color: var(--muted); max-width: 350px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--navy-900); font-size: 18px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-700); font-size: 26px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -2px 0 25px; padding-left: 50px; color: var(--muted); }

.site-footer { padding: 58px 0 28px; background: var(--navy-950); color: white; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--gold-400); border: 1px solid rgba(214,173,69,.5); transform: rotate(45deg); font-family: Arial, sans-serif; font-size: 12px; }
.footer-mark::first-line { transform: rotate(-45deg); }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 16px; }
.footer-brand small { color: #8fa4ad; }
.footer-top > a { direction: ltr; color: #c9d6da; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: #788e98; font-size: 13px; }

:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 3px; }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 780px; }
  .report-stage { width: min(100%, 670px); margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .deliverables { grid-template-columns: repeat(2,1fr); }
  .deliverable:nth-child(2) { border-inline-end: 1px solid #cad4d0; }
  .deliverable:nth-child(-n+2) { border-bottom: 1px solid #cad4d0; }
  .outcomes-grid, .faq-layout { gap: 60px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .nav-wrap { min-height: 76px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 9px; }
  .brand-symbol { width: 48px; height: 48px; flex-basis: 48px; }
  .brand-symbol img { width: 63px; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .primary-nav {
    position: fixed; inset: 76px 0 auto; max-height: 0; overflow: hidden;
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); box-shadow: 0 28px 50px rgba(4,23,38,.15);
    transition: max-height .3s ease;
  }
  .menu-open .primary-nav { max-height: 430px; border-bottom: 1px solid var(--line); }
  .primary-nav a { padding: 13px 25px; border-top: 1px solid rgba(10,45,65,.08); }
  .primary-nav .nav-cta { margin: 12px 20px 20px; text-align: center; }
  .hero-layout { min-height: auto; padding-block: 70px; }
  .hero h1 { font-size: clamp(43px, 12vw, 62px); }
  .hero-lead { font-size: 18px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .proof-grid div { min-height: 66px; padding: 12px 5px; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .proof-grid div:last-child { border: 0; }
  .section { padding-block: 80px; }
  .problem-grid, .outcomes-grid, .fit-layout, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .problem-copy { padding-top: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .order-card { grid-template-columns: 1fr; }
  .price-card { min-height: 370px; }
  .faq-intro { position: static; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .brand-copy { max-width: 215px; }
  .brand-copy strong { font-size: 13px; }
  .hero-layout { padding-block: 54px 62px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 17px; line-height: 1.85; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; gap: 8px; }
  .report-stage { padding: 15px 0 0 8px; }
  .report-sheet { min-height: 420px; padding: 20px 17px; }
  .report-body { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row div { padding: 10px; }
  .report-plan { margin-top: 12px; }
  .section h2 { font-size: 36px; }
  .problem-copy .large-copy { font-size: 20px; }
  .deliverables { grid-template-columns: 1fr; border: 0; gap: 12px; }
  .deliverable, .deliverable:last-child, .deliverable:nth-child(2) { min-height: 0; border: 1px solid #cad4d0; }
  .question-list li { grid-template-columns: 42px 1fr; }
  .question-list p { font-size: 16px; }
  .section-heading.compact { grid-template-columns: 1fr; }
  .process-grid article { grid-template-columns: 40px 1fr; padding: 24px 20px; }
  .fit-list span { width: 100%; text-align: center; }
  .order-copy { padding: 44px 26px; }
  .price-card { padding: 40px 26px; }
  .price strong { font-size: 68px; }
  .faq-list summary { font-size: 16px; line-height: 1.65; }
  .faq-list details p { padding-left: 0; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
