:root {
  --navy: #07083f;
  --blue: #2522c9;
  --violet: #8669f4;
  --teal: #009ca3;
  --teal-dark: #075f68;
  --pink: #cc1768;
  --ink: #101534;
  --muted: #667085;
  --paper: #f7fbfb;
  --line: rgba(0, 156, 163, 0.18);
  --glass: rgba(255, 255, 255, 0.78);
  --shadow: 0 28px 80px rgba(7, 8, 63, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  direction: ltr;
}

body {
  direction: rtl;
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(204, 23, 104, 0.14), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(134, 105, 244, 0.20), transparent 34rem),
    linear-gradient(180deg, #fbffff 0%, #eef8f8 46%, #ffffff 100%);
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  overflow-x: hidden;
}

body.no-cursor {
  cursor: auto;
}

body:not(.no-cursor),
body:not(.no-cursor) a,
body:not(.no-cursor) button {
  cursor: none;
}

#ambient {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
}

.cursor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 24px rgba(204, 23, 104, 0.55);
}

.cursor-ring {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 156, 163, 0.7);
  border-radius: 50%;
  transition: width 180ms ease, height 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cursor-ring.is-active {
  width: 58px;
  height: 58px;
  border-color: rgba(204, 23, 104, 0.52);
  background: rgba(204, 23, 104, 0.06);
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 50px rgba(7, 8, 63, 0.10);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
  text-decoration: none;
}

.logo {
  display: block;
  object-fit: contain;
}

.transparent-logo {
  mix-blend-mode: multiply;
}

.odros-logo {
  width: 126px;
  height: 40px;
}

.ceen-logo {
  width: 58px;
  height: 46px;
}

.brand-divider,
.panel-logos span {
  display: block;
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, transparent, rgba(0, 156, 163, 0.72), transparent);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  position: relative;
  padding: 10px 13px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 14px;
  transition: color 180ms ease, background 180ms ease;
}

.main-nav a:hover,
.main-nav a.is-current {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--blue));
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 110px 0;
}

.hero {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: 34px;
  padding: 120px max(18px, calc((100vw - 1180px) / 2)) 80px;
  overflow: hidden;
}

.hero > * {
  min-width: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(7, 8, 63, 0.96), rgba(37, 34, 201, 0.82) 46%, rgba(0, 156, 163, 0.72)),
    url("Untitled-1.png") center / 85% auto no-repeat;
  isolation: isolate;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 50%, rgba(7, 8, 63, 0.88), rgba(7, 8, 63, 0.42) 30rem, transparent 48rem),
    linear-gradient(180deg, rgba(7, 8, 63, 0.08), rgba(7, 8, 63, 0.20) 58%, rgba(255, 255, 255, 0.90) 96%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 86px);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 16px 54px rgba(7, 8, 63, 0.78);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #86ffff;
}

h1,
h2,
h3,
h4,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(34px, 5.6vw, 68px);
  line-height: 1.05;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 16px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn.primary {
  background: linear-gradient(135deg, var(--pink), var(--violet));
  box-shadow: 0 20px 50px rgba(204, 23, 104, 0.28);
}

.btn.ghost {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.10);
}

.hero-panel {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  max-width: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.panel-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(245, 255, 255, 0.84), rgba(255, 255, 255, 0.58));
}

.panel-logos img:first-child {
  width: 180px;
  height: 58px;
  object-fit: contain;
}

.panel-logos img:last-child {
  width: 86px;
  height: 74px;
  object-fit: contain;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.metric-grid div {
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.metric-grid strong {
  display: block;
  color: var(--navy);
  font-size: 34px;
  line-height: 1;
}

.metric-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.section-head {
  max-width: 880px;
  margin-bottom: 34px;
}

.section-head h2 {
  margin: 0;
  color: var(--teal-dark);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.35;
}

.section-head p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #39505a;
  font-size: 16px;
  line-height: 2;
}

.model-strip,
.path-cards,
.terms-grid {
  display: grid;
  gap: 18px;
}

.model-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.model-card,
.scenario-card,
.path-card,
.term-card,
.quote-band,
.final-note,
.comparison-board,
.roadmap-table-wrap {
  border: 1px solid rgba(0, 156, 163, 0.20);
  border-radius: 24px;
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.model-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
}

.model-card::after,
.scenario-card::after,
.term-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -45px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(204, 23, 104, 0.22), transparent 66%);
  pointer-events: none;
}

.model-number,
.term-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  font-weight: 900;
}

.model-card h3,
.scenario-card h3,
.path-card h3,
.term-card h3,
.timeline h3 {
  margin: 18px 0 12px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.55;
}

.model-card p,
.scenario-summary,
.path-card p,
.timeline p,
.final-note,
.quote-band {
  color: #38515d;
  font-size: 15px;
  line-height: 1.95;
}

.scenario-grid {
  display: grid;
  gap: 22px;
}

.scenario-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.scenario-card.featured {
  border-color: rgba(204, 23, 104, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(240, 255, 255, 0.86)),
    radial-gradient(circle at 8% 8%, rgba(204, 23, 104, 0.12), transparent 22rem);
}

.scenario-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.scenario-top span {
  flex: 0 0 auto;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  font-size: 13px;
  font-weight: 900;
}

.info-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

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

.info-columns div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(0, 156, 163, 0.12);
}

.info-columns h4 {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0 20px 0 0;
}

li {
  margin: 9px 0;
  color: #3d4d57;
  line-height: 1.85;
}

.scenario-note,
.final-note,
.quote-band {
  margin-top: 22px;
  padding: 18px 20px;
  border-right: 4px solid var(--teal);
  border-radius: 18px;
  background: rgba(0, 156, 163, 0.08);
  color: #31505a;
  line-height: 2;
}

.cost-table-wrap,
.roadmap-table-wrap,
.comparison-board {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  overflow: hidden;
  border-radius: 20px;
}

th,
td {
  padding: 18px;
  border-bottom: 1px solid rgba(0, 156, 163, 0.14);
  text-align: right;
  vertical-align: top;
  line-height: 1.8;
}

th {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  font-size: 15px;
}

td {
  color: #344954;
  background: rgba(255, 255, 255, 0.72);
}

tr:nth-child(even) td {
  background: rgba(232, 249, 249, 0.72);
}

.investment-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.investment-band div {
  padding: 22px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.investment-band small,
.investment-band strong {
  display: block;
}

.investment-band small {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.investment-band strong {
  margin-top: 10px;
  font-size: 23px;
}

.matrix-section {
  width: min(1240px, calc(100% - 36px));
}

.comparison-board {
  padding: 12px;
}

.rating-table td[data-score]::after {
  content: "";
  display: block;
  width: 104px;
  height: 14px;
  margin-top: 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 7px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 29px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 51px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 73px 7px, rgba(0, 156, 163, 0.18) 0 6px, transparent 7px),
    radial-gradient(circle at 95px 7px, rgba(0, 156, 163, 0.18) 0 6px, transparent 7px);
}

.rating-table td[data-score="2"]::after {
  background:
    radial-gradient(circle at 7px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 29px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 51px 7px, rgba(0, 156, 163, 0.18) 0 6px, transparent 7px),
    radial-gradient(circle at 73px 7px, rgba(0, 156, 163, 0.18) 0 6px, transparent 7px),
    radial-gradient(circle at 95px 7px, rgba(0, 156, 163, 0.18) 0 6px, transparent 7px);
}

.rating-table td[data-score="4"]::after {
  background:
    radial-gradient(circle at 7px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 29px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 51px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 73px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 95px 7px, rgba(0, 156, 163, 0.18) 0 6px, transparent 7px);
}

.rating-table td[data-score="5"]::after {
  background:
    radial-gradient(circle at 7px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 29px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 51px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 73px 7px, var(--teal) 0 6px, transparent 7px),
    radial-gradient(circle at 95px 7px, var(--teal) 0 6px, transparent 7px);
}

.path-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.path-card {
  padding: 30px;
}

.path-card.preferred {
  border-color: rgba(0, 156, 163, 0.42);
  box-shadow: 0 26px 90px rgba(0, 156, 163, 0.18);
}

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

.term-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.term-card h3 {
  font-size: 17px;
}

.term-card li {
  font-size: 14px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.timeline article {
  position: relative;
  padding: 28px 22px;
  border-top: 5px solid var(--teal);
  border-radius: 0 0 22px 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 55px rgba(7, 8, 63, 0.10);
}

.timeline span {
  color: var(--teal-dark);
  font-weight: 900;
}

.timeline h3 {
  font-size: 16px;
}

.final-note {
  font-size: 16px;
}

.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 46px;
  color: #43616b;
  text-align: center;
  line-height: 1.9;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    align-items: stretch;
    flex-direction: column;
  }

  .brand {
    justify-content: center;
  }

  .main-nav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 180px;
  }

  .model-strip,
  .info-columns,
  .featured .info-columns,
  .investment-band,
  .terms-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body {
    overflow-x: hidden;
  }

  body:not(.no-cursor),
  body:not(.no-cursor) a,
  body:not(.no-cursor) button {
    cursor: auto;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }

  .site-header {
    position: absolute;
    top: 10px;
    right: 12px;
    left: 12px;
    width: auto;
    padding: 10px 10px 8px;
    border-radius: 20px;
    overflow: hidden;
    transform: none;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .odros-logo {
    width: 110px;
    height: 34px;
  }

  .ceen-logo {
    width: 48px;
    height: 40px;
  }

  .brand-divider {
    height: 28px;
  }

  .main-nav {
    max-width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 7px 10px;
    font-size: 11px;
    border-radius: 12px;
    white-space: nowrap;
  }

  .hero {
    display: block;
    direction: rtl;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 230px 14px 58px;
  }

  .hero-content,
  .hero-panel {
    width: calc(100vw - 64px);
    max-width: 340px;
    margin-inline: auto;
    position: relative;
    left: -32px;
  }

  .hero-content {
    direction: rtl;
    text-align: center;
  }

  .hero-panel {
    direction: rtl;
    margin-top: 30px;
    padding: 18px;
    border-radius: 24px;
  }

  .panel-logos,
  .metric-grid {
    direction: rtl;
  }

  h1 {
    max-width: 100%;
    margin-inline: auto;
    font-size: 26px;
    line-height: 1.28;
    word-break: normal;
  }

  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .hero-actions {
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
  }

  .btn {
    min-width: 138px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 14px;
  }

  .hero-lead,
  .section-head p:not(.eyebrow) {
    font-size: 14px;
    line-height: 2;
  }

  .model-strip,
  .info-columns,
  .featured .info-columns,
  .investment-band,
  .path-cards,
  .terms-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .metric-grid div {
    min-width: 0;
    min-height: 94px;
    padding: 15px 10px;
    border-radius: 18px;
  }

  .metric-grid strong {
    font-size: 30px;
  }

  .metric-grid span {
    font-size: 12px;
  }

  .scenario-top {
    display: block;
  }

  .panel-logos {
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .panel-logos img:first-child {
    width: 126px;
    height: 42px;
  }

  .panel-logos img:last-child {
    width: 58px;
    height: 52px;
  }

  .section:not(.hero) {
    width: min(100% - 28px, 430px);
    padding: 68px 0;
  }

  .hero.section {
    width: 100%;
    max-width: 100%;
    padding: 230px 14px 58px;
  }

  .section-head {
    margin-bottom: 24px;
    text-align: center;
  }

  .section-head h2 {
    max-width: 330px;
    margin-inline: auto;
    font-size: 21px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .section-head p:not(.eyebrow) {
    max-width: 330px;
    margin-inline: auto;
  }

  .model-card,
  .scenario-card,
  .path-card,
  .term-card {
    padding: 22px;
    border-radius: 20px;
  }

  .model-card {
    min-height: auto;
  }

  .model-card h3,
  .scenario-card h3,
  .path-card h3,
  .term-card h3,
  .timeline h3 {
    font-size: 18px;
  }

  .scenario-summary,
  .model-card p,
  .path-card p,
  .timeline p,
  .final-note,
  .quote-band {
    font-size: 14px;
  }

  .info-columns div {
    padding: 16px;
    border-radius: 16px;
  }

  .investment-band strong {
    font-size: 20px;
  }

  th,
  td {
    padding: 13px;
    font-size: 13px;
  }

  table {
    min-width: 640px;
  }

  .timeline article {
    padding: 22px 18px;
    border-radius: 0 0 18px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}
