/* DEVELOPED BY TRENZY TECH |+2347047889687 | COPYRIGHT © 2026 YMG FUNDS. ALL RIGHTS RESERVED. */
.feat-hero {
  background: var(--green-dark);
  padding: 140px 32px 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feat-hero::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--green-light);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.1;
  top: -150px;
  left: -100px;
}

.feat-hero::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: var(--gold);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.07;
  bottom: -100px;
  right: -80px;
}

.feat-hero-container {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.8s ease both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.feat-hero h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}                                                       

.feat-hero h1 .accent { color: var(--gold); }

.feat-hero p {
  font-size: 16.5px;
  color: var(--text-body);
  line-height: 1.75;
  font-weight: 300;
}

.core-features {
  background: #f0f4f0;
  padding: 90px 32px;
  text-align: center;
}

.core-container {
  max-width: 1100px;
  margin: 0 auto;
}

.core-features h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #0d1f13;
  margin-bottom: 12px;
}

.core-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
  text-align: left;
}

.core-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid transparent;
}

.core-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: rgba(201, 168, 76, 0.2);
}

.core-icon {
  width: 48px;
  height: 48px;
  background: rgba(201, 168, 76, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 18px;
}

.core-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0d1f13;
  margin-bottom: 10px;
}

.core-card p {
  font-size: 13.5px;
  color: #7a8f80;
  line-height: 1.7;
}

.extra-features {
  background: var(--white);
  padding: 90px 32px;
  text-align: center;
}

.extra-container {
  max-width: 900px;
  margin: 0 auto;
}

.extra-features h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #0d1f13;
  margin-bottom: 12px;
}

.extra-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 48px;
  text-align: left;
}

.extra-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f5f7f5;
  border-radius: 14px;
  padding: 28px 28px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.extra-item:hover {
  border-color: rgba(201, 168, 76, 0.25);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.extra-icon {
  width: 52px;
  height: 52px;
  background: rgba(201, 168, 76, 0.12);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: var(--gold);
  flex-shrink: 0;
}

.extra-text h3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0d1f13;
  margin-bottom: 8px;
}

.extra-text p {
  font-size: 14px;
  color: #7a8f80;
  line-height: 1.7;
}

.how-together {
  background: #f0f4f0;
  padding: 90px 32px;
}

.how-together-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.how-together-left h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  font-weight: 800;
  color: #0d1f13;
  line-height: 1.2;
  margin-bottom: 16px;
}

.how-together-left p {
  font-size: 15px;
  color: #6b7f70;
  line-height: 1.75;
  margin-bottom: 28px;
}

.how-together-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.how-together-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: #3a4f3f;
  font-weight: 500;
}

.how-together-list li i {
  color: var(--gold);
  font-size: 16px;
  flex-shrink: 0;
}

.how-together-right {
  display: flex;
  justify-content: center;
}

.how-together-card {
  background: var(--white);
  border-radius: 20px;
  padding: 36px 32px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.htc-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
}

.htc-stat i {
  width: 44px;
  height: 44px;
  background: rgba(201, 168, 76, 0.1);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gold);
  flex-shrink: 0;
}

.htc-stat strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0d1f13;
  margin-bottom: 2px;
}

.htc-stat span {
  font-size: 12.5px;
  color: #7a8f80;
}

.htc-divider {
  height: 1px;
  background: #f0f0f0;
}

.trust-reminder {
  background: var(--green-dark);
  padding: 60px 32px;
  text-align: center;
}

.trust-reminder-container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.trust-reminder-icon {
  width: 56px;
  height: 56px;
  background: rgba(201, 168, 76, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--gold);
}

.trust-reminder p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.trust-reminder-badges {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.trust-reminder-badges span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.trust-reminder-badges i { color: var(--gold); }

.feat-cta {
  background: #f0f4f0;
  padding: 90px 32px;
  text-align: center;
}

.feat-cta-container {
  max-width: 600px;
  margin: 0 auto;
}

.feat-cta h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #0d1f13;
  margin-bottom: 14px;
}

.feat-cta p {
  font-size: 15.5px;
  color: #6b7f70;
  line-height: 1.7;
  margin-bottom: 36px;
}

.feat-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .core-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .how-together-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 600px) {
  .core-grid {
    grid-template-columns: 1fr;
  }

  .feat-cta-btns {
    flex-direction: column;
  }

  .btn-cta-primary,
  .btn-cta-outline {
    width: 100%;
    justify-content: center;
  }

  .trust-reminder-badges {
    flex-direction: column;
    gap: 12px;
  }
}