/* ===== INNER PAGE HERO — INVESTMENTS (dark) ===== */
.inner-hero {
  background: linear-gradient(135deg, #0f1322 0%, #1a1a2e 60%, #0f3460 100%);
  padding: 80px 60px 72px;
  position: relative;
  overflow: hidden;
}
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 75% 50%,
    rgba(245, 197, 24, 0.08) 0%,
    transparent 55%
  );
  pointer-events: none;
}
.inner-hero-content {
  max-width: 700px;
  position: relative;
  z-index: 2;
}
.inner-breadcrumb {
  font-size: 0.8rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.45);
}
.inner-breadcrumb a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.inner-breadcrumb a:hover {
  color: #f5c518;
}
.inner-breadcrumb span {
  color: rgba(255, 255, 255, 0.2);
}

.inner-hero h1 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.inner-hero h1 em {
  font-style: normal;
  color: #f5c518;
}
.inner-hero > .inner-hero-content > p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 0;
}
.inner-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.btn-hero-primary {
  background: #f5c518;
  color: #1a1a2e;
  padding: 13px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-hero-primary:hover {
  background: #e0b000;
  color: #1a1a2e;
}
.btn-hero-outline {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
  padding: 13px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-hero-outline:hover {
  border-color: #f5c518;
  color: #f5c518;
}

/* ===== ABOUT PAGE HERO (distinct warm style) ===== */
.inner-hero--about {
  background: #fff;
  border-bottom: 3px solid #f5c518;
  padding: 72px 60px 64px;
}
.inner-hero--about::before {
  display: none;
}
.inner-hero--about .inner-breadcrumb {
  color: #aaa;
}
.inner-hero--about .inner-breadcrumb a {
  color: #aaa;
}
.inner-hero--about .inner-breadcrumb a:hover {
  color: #d4a800;
}
.inner-hero--about .inner-breadcrumb span {
  color: #ddd;
}
.inner-hero--about h1 {
  color: #1a1a2e;
}
.inner-hero--about h1 em {
  color: #d4a800;
}
.inner-hero--about > .inner-hero-content > p {
  color: #666;
}
.about-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff8e1;
  color: #b8860b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #f5c518;
}
.about-hero-tag svg {
  width: 14px;
  height: 14px;
  fill: #d4a800;
}

/* ===== INNER SECTIONS ===== */
.inner-section {
  padding: 80px 60px;
  background: #fff;
}
.inner-section--grey {
  background: #f8f9fb;
}

/* ===== ACTIVE NAV ===== */
.nav-links a.active {
  color: #f5c518;
  font-weight: 700;
}

/* ===== ABOUT INTRO ===== */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-intro-text .section-title {
  margin-bottom: 20px;
}
.about-stats {
  display: flex;
  gap: 32px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid #efefef;
}
.about-stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1;
}
.about-stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.about-intro-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.about-intro-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.about-img-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a1a2e;
}
.about-img-badge svg {
  width: 20px;
  height: 20px;
  fill: #f5c518;
}

/* ===== VALUES SECTION ===== */
.inner-section--values {
  background: #0f1322;
  padding: 90px 60px;
}
.values-header {
  max-width: 560px;
  margin-bottom: 60px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.value-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 32px 26px;
  position: relative;
  transition:
    transform 0.25s,
    border-color 0.25s,
    background 0.25s;
  overflow: hidden;
}
.value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f5c518, #e0a800);
  opacity: 0;
  transition: opacity 0.25s;
}
.value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 197, 24, 0.3);
  background: rgba(245, 197, 24, 0.04);
}
.value-card:hover::before {
  opacity: 1;
}
.value-num {
  font-size: 3rem;
  font-weight: 800;
  color: rgba(245, 197, 24, 0.08);
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 20px;
  letter-spacing: -2px;
}
.value-icon {
  width: 48px;
  height: 48px;
  background: rgba(245, 197, 24, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.value-icon svg {
  width: 24px;
  height: 24px;
  fill: #f5c518;
}
.value-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.value-card p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}

/* ===== TWO COL ===== */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.two-col-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.tick-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tick-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}
.tick-item span {
  color: #d4a800;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}

/* ===== 4 SERVICES GRID ===== */
.services-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.s4-card {
  background: #fff;
  border: 1.5px solid #efefef;
  border-radius: 14px;
  padding: 28px 24px;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
}
.s4-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  border-color: #f5c518;
}
.s4-icon {
  width: 48px;
  height: 48px;
  background: #fff8e1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.s4-icon svg {
  width: 24px;
  height: 24px;
  fill: #d4a800;
}
.s4-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.s4-card p {
  font-size: 0.86rem;
  color: #666;
  line-height: 1.65;
}

/* ===== FAQ GRID ===== */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.faq-item {
  background: #fff;
  border: 1.5px solid #efefef;
  border-radius: 14px;
  padding: 28px;
  transition: border-color 0.2s;
}
.faq-item:hover {
  border-color: #f5c518;
}
.faq-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  line-height: 1.4;
}
.faq-item p {
  font-size: 0.87rem;
  color: #666;
  line-height: 1.7;
}

/* ===== INNER PROCESS STEPS ===== */
.inner-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  /* max-width: 1100px; */
}
.inner-process-step {
  background: #fff;
  border: 1.5px solid #efefef;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  transition:
    border-color 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
}
.inner-process-step:hover {
  border-color: #f5c518;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #1a1a2e;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #f5c518;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.inner-process-step h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.inner-process-step p {
  font-size: 0.87rem;
  color: #666;
  line-height: 1.65;
}
.inner-cta {
  background: #1a1a2e;
  padding: 80px 60px;
  text-align: center;
}
.inner-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.inner-cta p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  margin-bottom: 32px;
}
.inner-cta-btn {
  display: inline-block;
  background: #f5c518;
  color: #1a1a2e;
  padding: 15px 36px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s;
}
.inner-cta-btn:hover {
  background: #e0b000;
  color: #1a1a2e;
}

/* ===== BUY & SELL SPLIT ===== */
.buysell-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.1);
}
.buysell-panel-inner {
  padding: 56px 48px;
}
.buysell-panel--buy {
  background: #f8f9fb;
}
.buysell-panel--sell {
  background: #0f1322;
}

@media (max-width: 992px) {
  .buysell-split {
    grid-template-columns: 1fr;
  }
  .inner-process-steps {
    grid-template-columns: 1fr 1fr;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .services-4-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-intro {
    grid-template-columns: 1fr;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .inner-hero { padding: 60px 40px 52px; }
  .inner-hero--about { padding: 60px 40px 52px; }
  .inner-section { padding: 70px 40px; }
  .inner-section--values { padding: 70px 40px; }
  .inner-cta { padding: 70px 40px; }
}
@media (max-width: 768px) {
  .inner-hero {
    padding: 44px 20px 38px;
  }
  .inner-hero--about {
    padding: 44px 20px 38px;
  }
  .inner-section {
    padding: 50px 20px;
  }
  .inner-section--values {
    padding: 50px 20px;
  }
  .inner-cta {
    padding: 50px 20px;
  }
  .values-header {
    max-width: 100%;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .services-4-grid {
    grid-template-columns: 1fr;
  }
  .about-stats {
    flex-direction: column;
    gap: 20px;
  }
  .inner-process-steps {
    grid-template-columns: 1fr;
  }
  .buysell-panel-inner {
    padding: 36px 24px;
  }
  .inner-hero-btns {
    flex-direction: column;
  }
  .inner-hero-btns a {
    text-align: center;
  }
  .two-col-img img {
    height: 260px;
  }
  .about-intro-img img {
    height: 280px;
  }
}
