.investors-page {
  background: #f6f2e9;
}

.investor-hero {
  position: relative;
  min-height: 850px;
  padding: 150px 0 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--purple-950);
  isolation: isolate;
}
.investor-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("investors/investor-road.jpg") center / cover;
}
.investor-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(20 2 40 / 40%), rgb(20 2 40 / 84%) 54%, rgb(20 2 40 / 96%)),
    linear-gradient(0deg, var(--purple-950), transparent 32%);
}
.investor-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -40%;
  z-index: -1;
  height: 64%;
  border-radius: 50%;
  background: rgb(0 179 152 / 19%);
  filter: blur(95px);
}
.investor-hero-grid {
  display: grid;
  grid-template-columns: minmax(470px, 1.04fr) minmax(0, .76fr);
  align-items: center;
  gap: 60px;
}
.investor-hero h1,
.investor-section h2,
.investor-contact h2 {
  font-family: "Montaser Arabic", "29LT Bukra", sans-serif;
  font-weight: 700;
}
.investor-hero h1 {
  margin: 19px 0 22px;
  font-size: clamp(55px, 6.7vw, 94px);
  line-height: 1.03;
  letter-spacing: -.035em;
}
.investor-hero h1 strong { color: var(--teal-400); font-weight: inherit; }
.investor-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-family: "Madani Arabic", "29LT Bukra", sans-serif;
  font-size: 17px;
}
.investor-hero .buttons { margin-top: 28px; }
.investor-proof {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgb(110 233 210 / 19%);
  border-radius: 20px;
  background: rgb(110 233 210 / 18%);
  box-shadow: 0 24px 50px rgb(7 1 16 / 26%);
}
.investor-proof > span {
  min-height: 92px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgb(22 5 45 / 84%);
  backdrop-filter: blur(13px);
}
.investor-proof b {
  color: var(--teal-400);
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 1;
}
.investor-proof small { color: rgb(255 255 255 / 57%); font-size: 8px; line-height: 1.8; }
.investor-hero-visual {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
}
.investor-halo {
  position: absolute;
  inset: 9% -4% 2%;
  z-index: -1;
  border: 1px solid rgb(110 233 210 / 25%);
  border-radius: 50% 50% 24% 24%;
  background: radial-gradient(circle, rgb(83 28 142 / 70%), rgb(14 2 29 / 12%) 66%);
  box-shadow: inset 0 0 60px rgb(0 179 152 / 10%);
}
.investor-hero-visual > img {
  width: min(360px, 90%);
  max-height: 590px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 32px 62px rgb(5 0 14 / 50%));
}
.market-bubble,
.product-bubble {
  position: absolute;
  z-index: 4;
  min-width: 190px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(110 233 210 / 28%);
  border-radius: 17px;
  background: rgb(22 5 45 / 80%);
  box-shadow: 0 20px 44px rgb(6 0 15 / 33%);
  backdrop-filter: blur(14px);
}
.market-bubble { inset: 18% auto auto -11%; }
.product-bubble { inset: auto -10% 12% auto; }
.market-bubble > span,
.product-bubble > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--teal-200);
  background: rgb(0 179 152 / 17%);
}
.market-bubble b, .market-bubble small,
.product-bubble b, .product-bubble small { display: block; }
.market-bubble b, .product-bubble b { font-size: 10px; }
.market-bubble small, .product-bubble small { margin-top: 2px; color: rgb(255 255 255 / 50%); font-size: 8px; }

.investor-section { position: relative; padding: 115px 0; }
.investor-section-head {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}
.investor-section-head > span,
.investor-kicker {
  color: var(--teal-700);
  font-size: 11px;
  font-weight: 900;
}
.investor-section-head h2,
.market-intro h2,
.product-investor-copy h2,
.growth-copy h2,
.investment-copy h2 {
  margin: 13px 0 18px;
  font-size: clamp(38px, 5vw, 67px);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.investor-section-head p,
.market-intro > p,
.product-investor-copy > p,
.growth-copy > p,
.investment-copy > p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-family: "Madani Arabic", "29LT Bukra", sans-serif;
  font-size: 16px;
}

.film-section {
  color: #fff;
  background: var(--purple-950);
}
.film-section .investor-section-head > span { color: var(--teal-200); }
.film-section .investor-section-head h2 { color: #fff; }
.film-section .investor-section-head p { color: rgb(255 255 255 / 58%); }
.film-frame {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgb(110 233 210 / 25%);
  border-radius: 30px;
  background: rgb(255 255 255 / 6%);
  box-shadow: 0 36px 90px rgb(4 0 11 / 45%);
}
.film-frame video {
  width: 100%;
  max-height: 720px;
  display: block;
  border-radius: 21px;
  background: #09000f;
}
.film-meta {
  padding: 14px 8px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.film-meta span {
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--purple-950);
  background: var(--teal-400);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
}
.film-meta p { margin: 0; color: rgb(255 255 255 / 50%); font-size: 9px; }

.market-section { background: #fff; }
.market-intro {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: end;
  gap: 70px;
}
.market-intro h2 { margin-bottom: 0; }
.market-intro > p { margin: 0; }
.driver-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}
.driver-grid article {
  min-height: 265px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 15px 42px rgb(31 8 60 / 7%);
}
.driver-grid article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: var(--purple-700);
  font-size: 23px;
}
.driver-grid article:nth-child(2) > span { color: var(--purple-950); background: var(--teal-400); }
.driver-grid h3 { margin: 26px 0 8px; font-size: 17px; }
.driver-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.market-metrics {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--line);
}
.market-metrics article {
  min-height: 150px;
  padding: 24px;
  background: var(--cream);
}
.market-metrics b,
.market-metrics span { display: block; }
.market-metrics b { color: var(--purple-700); font-family: "Poppins", sans-serif; font-size: 35px; line-height: 1.2; }
.market-metrics span { color: var(--teal-700); font-size: 10px; font-weight: 900; }
.market-metrics p { margin: 10px 0 0; color: var(--muted); font-size: 9px; }

.product-section {
  overflow: hidden;
  background: var(--cream-2);
}
.product-investor-grid,
.growth-grid,
.investment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 70px;
}
.product-investor-copy > p { margin-inline: 0; }
.two-sided { margin-top: 30px; display: grid; gap: 13px; }
.two-sided article {
  padding: 17px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgb(255 255 255 / 67%);
}
.two-sided article > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--purple-700);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.two-sided article:last-child > span { color: var(--purple-950); background: var(--teal-400); }
.two-sided h3 { margin: 1px 0 5px; font-size: 14px; }
.two-sided p { margin: 0; color: var(--muted); font-size: 11px; }
.product-investor-visual {
  min-height: 600px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 36px;
  background:
    linear-gradient(150deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 15%)),
    url("investors/investor-road.jpg") center / cover;
  box-shadow: var(--shadow-lg);
}
.product-investor-visual::after {
  content: "";
  position: absolute;
  inset: auto 8% 4%;
  height: 35%;
  border-radius: 50%;
  background: rgb(0 179 152 / 30%);
  filter: blur(42px);
}
.product-investor-visual img {
  position: relative;
  z-index: 2;
  width: 110%;
  max-width: none;
  filter: drop-shadow(0 30px 50px rgb(38 8 69 / 19%));
}

.model-section {
  color: #fff;
  background:
    linear-gradient(130deg, rgb(16 2 31 / 95%), rgb(43 10 78 / 94%)),
    url("investors/brand-hero.jpg") center / cover;
}
.model-section .investor-section-head > span { color: var(--teal-200); }
.model-section .investor-section-head h2 { color: #fff; }
.model-section .investor-section-head p { color: rgb(255 255 255 / 60%); }
.model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}
.model-grid article {
  min-height: 235px;
  padding: 26px;
  border: 1px solid rgb(110 233 210 / 17%);
  border-radius: 23px;
  background: rgb(255 255 255 / 6%);
  backdrop-filter: blur(12px);
}
.model-grid article.featured {
  color: var(--purple-950);
  border-color: var(--teal-400);
  background: linear-gradient(145deg, #d8fff8, var(--teal-400));
  transform: translateY(-10px);
}
.model-grid article > span { color: var(--teal-200); font-family: "Poppins", sans-serif; font-size: 12px; font-weight: 700; }
.model-grid article.featured > span { color: var(--purple-800); }
.model-grid h3 { margin: 35px 0 13px; font-family: "Poppins", "29LT Bukra", sans-serif; font-size: 34px; line-height: 1.25; }
.model-grid h3 small { display: block; color: rgb(255 255 255 / 50%); font-family: "29LT Bukra", sans-serif; font-size: 8px; font-weight: 400; }
.model-grid article.featured h3 small { color: rgb(22 5 45 / 55%); }
.model-grid p { margin: 0; color: rgb(255 255 255 / 55%); font-size: 10px; }
.model-grid article.featured p { color: rgb(22 5 45 / 66%); }
.economics-strip {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgb(110 233 210 / 18%);
  border-radius: 21px;
  background: rgb(110 233 210 / 16%);
}
.economics-strip span {
  min-height: 105px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgb(20 4 39 / 78%);
}
.economics-strip b { color: var(--teal-400); font-family: "Poppins", sans-serif; font-size: 23px; }
.economics-strip small { color: rgb(255 255 255 / 52%); font-size: 8px; }

.growth-section { background: #fff; }
.growth-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 35px;
  box-shadow: var(--shadow-lg);
}
.growth-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(29 6 56 / 75%), transparent 50%);
}
.growth-visual img { width: 100%; height: 620px; display: block; object-fit: cover; }
.growth-visual > span {
  position: absolute;
  inset: auto 28px 25px;
  z-index: 2;
  color: #fff;
  font-family: "Montaser Arabic", sans-serif;
  font-size: 30px;
}
.growth-steps { margin-top: 30px; display: grid; gap: 10px; }
.growth-steps article {
  padding: 16px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--cream);
}
.growth-steps b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--purple-700);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
}
.growth-steps article:nth-child(2) b { color: var(--purple-950); background: var(--teal-400); }
.growth-steps h3 { margin: 0 0 3px; font-size: 13px; }
.growth-steps p { margin: 0; color: var(--muted); font-size: 10px; }
.target-card {
  margin-top: 13px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 18px;
  color: #fff;
  background: var(--purple-950);
}
.target-card > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--purple-950);
  background: var(--teal-400);
}
.target-card b,
.target-card small { display: block; }
.target-card b { font-size: 16px; }
.target-card small { color: rgb(255 255 255 / 50%); font-size: 9px; }

.investment-section {
  overflow: hidden;
  color: #fff;
  background: var(--purple-950);
}
.investment-section::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -20%;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: rgb(0 179 152 / 17%);
  filter: blur(90px);
}
.investment-copy,
.allocation-card { position: relative; z-index: 2; }
.investment-copy .investor-kicker { color: var(--teal-200); }
.investment-copy h2 { color: #fff; }
.investment-copy > p { margin-inline: 0; color: rgb(255 255 255 / 63%); }
.investment-highlights { margin-top: 28px; display: grid; gap: 11px; }
.investment-highlights span { display: flex; align-items: center; gap: 9px; color: rgb(255 255 255 / 70%); font-size: 11px; }
.investment-highlights .icon { color: var(--teal-400); }
.allocation-card {
  min-height: 520px;
  padding: 35px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 35px;
  border: 1px solid rgb(110 233 210 / 20%);
  border-radius: 30px;
  background: rgb(255 255 255 / 6%);
  box-shadow: 0 35px 75px rgb(5 0 14 / 36%);
  backdrop-filter: blur(15px);
}
.allocation-ring {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--purple-600) 0 35%, var(--teal-400) 35% 60%, #8f74dd 60% 80%, #008f79 80% 100%);
}
.allocation-ring::after {
  content: "";
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  background: var(--purple-950);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 8%);
}
.allocation-ring span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.allocation-ring small { display: block; color: var(--teal-200); font-family: "29LT Bukra", sans-serif; font-size: 8px; }
.allocation-card ul { margin: 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.allocation-card li { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 9px; color: rgb(255 255 255 / 63%); font-size: 9px; }
.allocation-card li i { width: 10px; height: 10px; border-radius: 3px; background: var(--purple-600); }
.allocation-card li i.b { background: var(--teal-400); }
.allocation-card li i.c { background: #8f74dd; }
.allocation-card li i.d { background: #008f79; }
.allocation-card li b { color: #fff; font-family: "Poppins", sans-serif; font-size: 11px; }

.investor-contact {
  position: relative;
  min-height: 650px;
  padding: 100px 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(0deg, rgb(20 2 40 / 90%), rgb(20 2 40 / 50%)),
    url("investors/brand-hero.jpg") center / cover;
  text-align: center;
}
.investor-contact img {
  width: 125px;
  filter: brightness(0) invert(1);
}
.investor-contact > .shell > span {
  margin-top: 10px;
  display: block;
  color: var(--teal-200);
  font-family: "Montaser Arabic", sans-serif;
  font-size: 60px;
}
.investor-contact h2 { margin: 5px 0 15px; font-size: clamp(40px, 5vw, 67px); }
.investor-contact p { margin: 0; color: rgb(255 255 255 / 66%); }
.investor-contact p b { color: var(--teal-200); font-family: "Poppins", sans-serif; }
.investor-contact .buttons { margin-top: 28px; justify-content: center; }
.investor-disclaimer {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.9;
  text-align: center;
}

@media (max-width: 1060px) {
  .investor-hero-grid { grid-template-columns: minmax(410px, 1fr) minmax(0, .7fr); gap: 30px; }
  .market-bubble { inset-inline-start: -4%; }
  .product-bubble { inset-inline-end: -3%; }
  .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .model-grid article.featured { transform: none; }
  .allocation-card { grid-template-columns: 1fr; }
  .allocation-ring { width: 250px; margin-inline: auto; }
}

@media (max-width: 820px) {
  .investor-hero { min-height: auto; padding: 124px 0 70px; }
  .investor-hero::before { background: linear-gradient(0deg, var(--purple-950), rgb(20 2 40 / 82%) 68%, rgb(20 2 40 / 62%)); }
  .investor-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .investor-hero-copy { text-align: center; }
  .investor-hero h1 { font-size: clamp(50px, 12vw, 78px); }
  .investor-hero-copy > p { margin-inline: auto; }
  .investor-hero .buttons { justify-content: center; }
  .investor-hero-visual { min-height: 520px; }
  .investor-hero-visual > img { max-height: 520px; }
  .market-bubble { inset: 15% auto auto 8%; }
  .product-bubble { inset: auto 8% 8% auto; }
  .investor-section { padding: 88px 0; }
  .market-intro,
  .product-investor-grid,
  .growth-grid,
  .investment-grid { grid-template-columns: 1fr; gap: 42px; }
  .market-intro { text-align: center; }
  .market-intro > p { margin-inline: auto; }
  .driver-grid { grid-template-columns: 1fr; }
  .driver-grid article { min-height: auto; }
  .market-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-investor-copy { text-align: center; }
  .product-investor-copy > p { margin-inline: auto; }
  .two-sided { text-align: start; }
  .product-investor-visual { min-height: 520px; }
  .growth-copy { grid-row: 1; }
  .growth-visual, .growth-visual img { min-height: 480px; height: 480px; }
  .allocation-card { min-height: auto; }
}

@media (max-width: 560px) {
  .investor-hero h1 { font-size: clamp(45px, 14vw, 64px); }
  .investor-hero-copy > p { font-size: 14px; }
  .investor-hero .buttons .btn { flex: 1 1 100%; }
  .investor-proof { grid-template-columns: 1fr; }
  .investor-proof > span { min-height: 74px; justify-content: center; }
  .investor-hero-visual { min-height: 430px; }
  .investor-hero-visual > img { max-height: 430px; }
  .investor-halo { inset-inline: 4%; }
  .market-bubble, .product-bubble { min-width: 165px; padding: 9px 10px; transform: scale(.82); }
  .market-bubble { inset: 10% auto auto -8%; }
  .product-bubble { inset: auto -8% 4% auto; }
  .investor-section { padding: 70px 0; }
  .investor-section-head h2,
  .market-intro h2,
  .product-investor-copy h2,
  .growth-copy h2,
  .investment-copy h2 { font-size: clamp(34px, 10.4vw, 50px); }
  .investor-section-head p,
  .market-intro > p,
  .product-investor-copy > p,
  .investment-copy > p { font-size: 14px; }
  .film-frame { padding: 7px; border-radius: 20px; }
  .film-frame video { border-radius: 14px; }
  .film-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .market-metrics { grid-template-columns: 1fr; }
  .market-metrics article { min-height: 120px; }
  .product-investor-visual { min-height: 350px; border-radius: 24px; }
  .product-investor-visual img { width: 118%; }
  .model-grid { grid-template-columns: 1fr; }
  .model-grid article { min-height: 200px; }
  .economics-strip { grid-template-columns: 1fr; }
  .economics-strip span { min-height: 80px; }
  .growth-visual, .growth-visual img { min-height: 390px; height: 390px; }
  .growth-visual > span { inset-inline: 20px; font-size: 24px; }
  .allocation-card { padding: 24px; }
  .allocation-ring { width: min(240px, 100%); }
  .investor-contact { min-height: 570px; padding: 75px 0; }
  .investor-contact > .shell > span { font-size: 47px; }
  .investor-contact .buttons .btn { flex: 1 1 100%; }
}
