/* DEVELOPED BY TRENZY TECH |+2347047889687 | COPYRIGHT © 2026 YMG FUNDS. ALL RIGHTS RESERVED. */
.sec-hero {
  background: var(--green-dark);
  padding: 140px 32px 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sec-hero::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  background: var(--green-light);
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.09;
  top: -160px; left: -120px;
}

.sec-hero::after {
  content: '';
  position: absolute;
  width: 380px; height: 380px;
  background: var(--gold);
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.06;
  bottom: -100px; right: -80px;
}

.sec-hero-container {
  max-width: 700px;
  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); }
}

.sec-hero-icon {
  width: 68px; height: 68px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--gold);
  margin: 0 auto 24px;
}

.sec-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;
}

.sec-hero h1 .accent { color: var(--gold); }

.sec-hero p {
  font-size: 16.5px;
  color: var(--text-body);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 36px;
}

.sec-hero-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.sec-hero-badges span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 7px 16px;
  border-radius: 100px;
}

.sec-hero-badges i { color: var(--gold); }

.sec-features {
  background: #f0f4f0;
  padding: 90px 32px;
  text-align: center;
}

.sec-features-container {
  max-width: 1100px;
  margin: 0 auto;
}

.sec-features h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #0d1f13;
  margin-bottom: 12px;
}

.sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
  text-align: left;
}

.sec-card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px 26px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
  border-color: rgba(201, 168, 76, 0.2);
}

.sec-icon {
  width: 50px; height: 50px;
  background: rgba(201, 168, 76, 0.1);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 18px;
}

.sec-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: #0d1f13;
  margin-bottom: 10px;
}

.sec-card p {
  font-size: 13.5px;
  color: #7a8f80;
  line-height: 1.7;
}

.fund-protection {
  background: var(--white);
  padding: 90px 32px;
}

.fund-protection-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.fund-protection-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;
}

.fund-protection-left p {
  font-size: 15px;
  color: #6b7f70;
  line-height: 1.75;
  margin-bottom: 16px;
}

.fund-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}

.fund-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.fund-point i {
  color: var(--gold);
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}

.fund-point span {
  font-size: 14px;
  color: #3a4f3f;
  line-height: 1.6;
  font-weight: 500;
}

.fund-stats-card {
  background: #f5f7f5;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid #e8ede8;
}

.fund-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}

.fund-stat-icon {
  width: 46px; height: 46px;
  background: rgba(201, 168, 76, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gold);
  flex-shrink: 0;
}

.fund-stat strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #0d1f13;
  margin-bottom: 3px;
}

.fund-stat span {
  font-size: 12.5px;
  color: #7a8f80;
}

.fund-stat-divider {
  height: 1px;
  background: #e8ede8;
}

.user-safety {
  background: var(--green-dark);
  padding: 90px 32px;
  text-align: center;
}

.user-safety-container {
  max-width: 1100px;
  margin: 0 auto;
}

.user-safety h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}

.user-safety .section-sub {
  color: rgba(255, 255, 255, 0.5);
}

.user-safety-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
  text-align: left;
}

.user-safety-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 28px 24px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.user-safety-item:hover {
  border-color: rgba(201, 168, 76, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.user-safety-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: 19px;
  color: var(--gold);
  margin-bottom: 18px;
}

.user-safety-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.user-safety-item p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.7;
}

.sec-trust {
  background: #f0f4f0;
  padding: 80px 32px;
  text-align: center;
}

.sec-trust-container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.sec-trust-icon {
  font-size: 36px;
  color: var(--gold);
}

.sec-trust h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: #0d1f13;
}

.sec-trust p {
  font-size: 15.5px;
  color: #6b7f70;
  line-height: 1.75;
}

.sec-trust-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.sec-trust-pills span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: var(--green-deep);
  background: rgba(13, 51, 32, 0.07);
  border: 1px solid rgba(13, 51, 32, 0.12);
  padding: 7px 16px;
  border-radius: 100px;
}

.sec-trust-pills i { color: var(--gold); }

.sec-cta {
  background: var(--green-dark);
  padding: 90px 32px;
  text-align: center;
}

.sec-cta-container {
  max-width: 600px;
  margin: 0 auto;
}

.sec-cta h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
}

.sec-cta p {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin-bottom: 36px;
}

.sec-cta .section-label {
  color: var(--gold-light);
}

.sec-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .user-safety-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .sec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fund-protection-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 600px) {
  .sec-grid {
    grid-template-columns: 1fr;
  }

  .user-safety-grid {
    grid-template-columns: 1fr;
  }

  .sec-hero-badges {
    flex-direction: column;
    gap: 10px;
  }

  .sec-trust-pills {
    flex-direction: column;
    align-items: center;
  }

  .sec-cta-btns {
    flex-direction: column;
  }

  .btn-cta-primary,
  .btn-cta-outline {
    width: 100%;
    justify-content: center;
  }
}