/* ================= INVESTMENT PAGE ================= */

:root {
  --navy: #08163b;
  --navy-deep: #050f2d;
  --blue: #0647a8;
  --green: #18a96b;
  --green-dark: #0f8a55;
  --text: #111827;
  --muted: #667085;
  --border: rgba(8, 22, 59, 0.12);
  --shadow: 0 24px 70px rgba(8, 22, 59, 0.1);
}

.investment-page {
  background: #ffffff;
}

.investment-container {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
}

/* ================= HERO ================= */

.investment-hero {
  min-height: 330px;
  background:
    linear-gradient(
      90deg,
      rgba(8, 22, 59, 0.78),
      rgba(8, 22, 59, 0.42)
    ),
    url("../images/51.png") center/cover no-repeat;
}

.investment-hero-overlay {
  min-height: 330px;
  display: flex;
  align-items: center;
  padding: 76px 0;
}

.investment-hero-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.investment-hero h1 {
  color: #ffffff;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.investment-hero p {
  max-width: 620px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

/* ================= INTRO ================= */

.investment-intro-section {
  padding: 84px 0;
  background:
    radial-gradient(circle at top left, rgba(24, 169, 107, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
}

.investment-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 64px;
}

.investment-section-tag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(24, 169, 107, 0.1);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.investment-section-tag i {
  color: var(--green);
}

.investment-copy h2,
.investment-section-heading h2,
.investment-support-copy h2 {
  color: var(--navy);
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.investment-copy p,
.investment-support-copy p {
  margin-top: 18px;
  color: #344054;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.investment-highlight {
  margin-top: 26px;
  padding: 22px 24px;
  border-radius: 18px;
  background: #ffffff;
  border-left: 4px solid var(--green);
  box-shadow: 0 18px 45px rgba(8, 22, 59, 0.07);
}

.investment-highlight strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
}

.investment-highlight span {
  display: block;
  margin-top: 6px;
  color: #475467;
  font-size: 14px;
  line-height: 1.6;
}

/* ================= VISUAL ================= */

.investment-visual {
  position: relative;
}

.investment-main-image {
  height: 390px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.investment-main-image img,
.investment-mini-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.45s ease;
}

.investment-main-image:hover img,
.investment-mini-images img:hover {
  transform: scale(1.05);
}

.investment-mini-images {
  position: absolute;
  left: -36px;
  bottom: -42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 70%;
}

.investment-mini-images img {
  height: 150px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(8, 22, 59, 0.18);
  border: 6px solid #ffffff;
}

.investment-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--navy);
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(8, 22, 59, 0.25);
}

.investment-badge strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.investment-badge span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: rgba(255,255,255,0.78);
}

/* ================= BENEFITS ================= */

.investment-benefits-section {
  padding: 88px 0 78px;
  background: #ffffff;
}

.investment-section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.investment-section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.investment-section-heading p {
  max-width: 620px;
  margin-top: 14px;
  color: #475467;
  font-size: 15px;
  line-height: 1.7;
}

.investment-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.investment-benefit-card {
  padding: 30px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(8, 22, 59, 0.08);
  box-shadow: 0 20px 55px rgba(8, 22, 59, 0.08);
  transition: 0.28s ease;
}

.investment-benefit-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 75px rgba(8, 22, 59, 0.13);
}

.benefit-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(24, 169, 107, 0.1);
  color: var(--green);
  font-size: 22px;
}

.investment-benefit-card h3 {
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 10px;
}

.investment-benefit-card p {
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

/* ================= SUPPORT ================= */

.investment-support-section {
  padding: 82px 0;
  background: #f7fbfc;
}

.investment-support-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
  padding: 44px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(8, 22, 59, 0.08);
  box-shadow: var(--shadow);
}

.investor-types-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.investor-type {
  min-height: 92px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(8, 22, 59, 0.08);
  transition: 0.25s ease;
}

.investor-type:hover {
  background: var(--navy);
  color: #ffffff;
  transform: translateY(-4px);
}

.investor-type i {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(24, 169, 107, 0.1);
  color: var(--green);
}

.investor-type span {
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.investor-type:hover span {
  color: #ffffff;
}

/* ================= PROCESS ================= */

.investment-process-section {
  padding: 86px 0;
  background: #ffffff;
}

.investment-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.investment-step {
  padding: 28px 24px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid rgba(8, 22, 59, 0.08);
  transition: 0.28s ease;
}

.investment-step:hover {
  background: var(--navy);
  transform: translateY(-7px);
}

.investment-step span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.investment-step h3 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}

.investment-step p {
  margin-top: 10px;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}

.investment-step:hover h3,
.investment-step:hover p {
  color: #ffffff;
}

/* ================= QUESTION CTA ================= */

.investment-question-section {
  min-height: 300px;
  background:
    linear-gradient(
      rgba(8, 22, 59, 0.42),
      rgba(8, 22, 59, 0.42)
    ),
    url("../images/pexels-curtis.jpg") center/cover no-repeat;
}

.investment-question-overlay {
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 72px 0;
}

.investment-question-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.investment-question-content span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.investment-question-content h2 {
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 900;
}

.investment-question-content p {
  max-width: 620px;
  margin: 14px auto 0;
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  line-height: 1.7;
}

.investment-question-btn {
  margin-top: 28px;
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--blue);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: 0.25s ease;
}

.investment-question-btn:hover {
  background: var(--green);
  transform: translateY(-3px);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1050px) {
  .investment-intro-grid,
  .investment-support-card {
    grid-template-columns: 1fr;
  }

  .investment-mini-images {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .investment-benefits-grid,
  .investment-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .investment-container {
    width: min(100% - 32px, 520px);
  }

  .investment-hero,
  .investment-hero-overlay {
    min-height: 300px;
  }

  .investment-hero h1 {
    font-size: 34px;
  }

  .investment-intro-section,
  .investment-benefits-section,
  .investment-support-section,
  .investment-process-section {
    padding: 62px 0;
  }

  .investment-benefits-grid,
  .investment-process-grid,
  .investor-types-grid {
    grid-template-columns: 1fr;
  }

  .investment-main-image {
    height: 300px;
  }

  .investment-mini-images {
    grid-template-columns: 1fr;
  }

  .investment-support-card {
    padding: 28px;
  }

  .investment-question-content {
    text-align: left;
  }

  .investment-question-btn {
    width: 100%;
  }
}


html {
  scroll-behavior: smooth;
}

#investment-consultation {
  scroll-margin-top: 110px;
}

.investment-actions {
  margin-top: 28px;
}

.investment-btn-primary {
  min-height: 46px;
  padding: 0 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border-radius: 10px;
  background: var(--blue);
  color: #ffffff;

  text-decoration: none;
  font-size: 13px;
  font-weight: 900;

  box-shadow: 0 14px 30px rgba(6, 71, 168, 0.22);

  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.investment-btn-primary:hover {
  background: var(--green);
  transform: translateY(-3px);
}

@media (max-width: 700px) {
  .investment-btn-primary {
    width: 100%;
  }
}