/* DEVELOPED BY TRENZY TECH |+2347047889687 | COPYRIGHT © 2026 YMG FUNDS. ALL RIGHTS RESERVED. */
.contact-hero {
  background: var(--green-dark);
  padding: 140px 32px 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-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;
}

.contact-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;
}

.contact-hero-container {
  max-width: 600px;
  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); }
}

.contact-hero h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

.contact-hero h1 .accent { color: var(--gold); }

.contact-hero p {
  font-size: 17px;
  color: var(--text-body);
  line-height: 1.75;
  font-weight: 300;
}

.contact-main {
  background: #f0f4f0;
  padding: 90px 32px;
}

.contact-main-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.contact-info-top h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #0d1f13;
  margin-bottom: 12px;
  line-height: 1.2;
}

.contact-info-top p {
  font-size: 15px;
  color: #6b7f70;
  line-height: 1.75;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-detail-icon {
  width: 44px; height: 44px;
  background: rgba(201, 168, 76, 0.1);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--gold);
  flex-shrink: 0;
}

.contact-detail-item h4 {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #7a8f80;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.contact-detail-item p {
  font-size: 14.5px;
  color: #0d1f13;
  font-weight: 500;
}

.contact-detail-item a {
  color: #0d1f13;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-detail-item a:hover { color: var(--gold); }

.contact-socials p,
.contact-quick-links p {
  font-size: 12.5px;
  font-weight: 600;
  color: #7a8f80;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.contact-social-links {
  display: flex;
  gap: 10px;
}

.contact-social-links a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1.5px solid #d0d8d2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #6b7f70;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.contact-social-links a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.quick-links-row {
  display: flex;
  gap: 10px;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--green-deep);
  background: var(--white);
  border: 1.5px solid #d0d8d2;
  padding: 9px 16px;
  border-radius: 9px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.quick-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.quick-link i { font-size: 13px; }

.contact-form-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.contact-form-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #0d1f13;
  margin-bottom: 6px;
}

.contact-form-card > p {
  font-size: 14px;
  color: #7a8f80;
  margin-bottom: 28px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-group label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0d1f13;
  letter-spacing: 0.2px;
}

.form-group input,
.form-group textarea {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  color: #0d1f13;
  background: #f5f7f5;
  border: 1.5px solid #e0e8e2;
  border-radius: 10px;
  padding: 13px 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  resize: none;
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #a8bcb0;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
  background: var(--white);
}

.btn-send {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--green-dark);
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  border: none;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.btn-send:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.38);
}

.btn-send i { font-size: 14px; }

.form-success {
  display: none;
  align-items: center;
  gap: 10px;
  background: rgba(13, 51, 32, 0.06);
  border: 1px solid rgba(13, 51, 32, 0.15);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  color: var(--green-deep);
  font-weight: 500;
}

.form-success.visible {
  display: flex;
}

.form-success i {
  color: var(--gold);
  font-size: 18px;
  flex-shrink: 0;
}

.contact-cta {
  background: var(--green-dark);
  padding: 80px 32px;
  text-align: center;
}

.contact-cta-container {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-cta-icon {
  width: 64px; height: 64px;
  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: 24px;
  color: var(--gold);
  margin-bottom: 4px;
}

.contact-cta h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: var(--white);
}

.contact-cta p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
}

@media (max-width: 900px) {
  .contact-main-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 540px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 28px 22px;
  }

  .quick-links-row {
    flex-direction: column;
  }
}