/* ============================================================
   HOME PAGE CSS — FREELANCERS CONSULTING GROUP
   ============================================================ */

/* ─── HERO ───────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#hero-canvas {
  pointer-events: all;
}
.hero-glow {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(184,134,11,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-eyebrow { margin-bottom: 24px; }
.hero-title {
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  line-height: 1.08;
  margin-bottom: 28px;
  animation: fadeInUp 0.9s ease both;
}
.hero-title em { font-style: normal; }
.hero-desc {
  font-size: 1.05rem;
  color: #999;
  max-width: 500px;
  margin-bottom: 40px;
  animation: fadeInUp 0.9s ease 0.15s both;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  animation: fadeInUp 0.9s ease 0.3s both;
}

/* Hero visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 1.2s ease 0.4s both;
}
.hero-diamond-wrap {
  width: 320px;
  height: 320px;
}
.hero-diamond-wrap svg { width: 100%; height: 100%; }

.hero-stat-card {
  position: absolute;
  background: rgba(20,18,14,0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(184,134,11,0.25);
  border-radius: 12px;
  padding: 14px 20px;
  text-align: center;
  min-width: 130px;
}
.stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #D4A017;
  line-height: 1;
}
.stat-label { display: block; font-size: 0.72rem; color: #888; margin-top: 4px; }
.hero-stat-1 { top: 5%; left: -10%; animation: float 5s 0.5s ease-in-out infinite; }
.hero-stat-2 { bottom: 5%; right: -8%; animation: float 5.5s 1s ease-in-out infinite; }
.hero-stat-3 { bottom: 30%; left: -15%; animation: float 6s 0s ease-in-out infinite; }

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-scroll-indicator span {
  display: block;
  width: 24px;
  height: 40px;
  border: 1.5px solid rgba(184,134,11,0.4);
  border-radius: 12px;
  position: relative;
}
.hero-scroll-indicator span::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: #B8860B;
  border-radius: 2px;
  animation: scrollDown 1.8s ease infinite;
}
@keyframes scrollDown {
  0% { top: 6px; opacity: 1; }
  100% { top: 22px; opacity: 0; }
}

/* ─── STATS BAND ─────────────────────────────────────────── */
.stats-band {
  background: rgba(184,134,11,0.04);
  border-top: 1px solid rgba(184,134,11,0.12);
  border-bottom: 1px solid rgba(184,134,11,0.12);
  padding: 48px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.stat-item {
  text-align: center;
  padding: 20px 16px;
  border-right: 1px solid rgba(184,134,11,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-big {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #D4A017;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-desc { font-size: 0.82rem; color: #777; }

/* ─── SECTION HEADER ─────────────────────────────────────── */
.section-header { margin-bottom: 64px; }
.section-header h2 { margin: 12px 0; }
.section-intro { max-width: 560px; margin: 16px auto 0; font-size: 1rem; color: #888; }

/* ─── SERVICES GRID ─────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.service-icon {
  width: 52px;
  height: 52px;
  background: rgba(184,134,11,0.08);
  border: 1px solid rgba(184,134,11,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.service-icon svg { width: 28px; height: 28px; }
.service-card:hover .service-icon {
  background: rgba(184,134,11,0.15);
  border-color: #B8860B;
}
.service-card h3 { font-size: 1.15rem; color: #F0EDE8; margin: 0; }
.service-card p { font-size: 0.88rem; color: #777; margin: 0; flex: 1; }
.service-missions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.service-missions span {
  font-size: 0.7rem;
  padding: 3px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 100px;
  color: #888;
}
.service-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #B8860B;
  letter-spacing: 0.05em;
  margin-top: 4px;
  transition: color 0.2s ease;
}
.service-card:hover .service-link { color: #D4A017; }

/* ─── ABOUT ──────────────────────────────────────────────── */
.about-section { background: rgba(20,18,14,0.5); }
.about-text h2 { margin: 12px 0 20px; }
.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}
.value-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.value-icon { color: #B8860B; font-size: 0.7rem; margin-top: 5px; flex-shrink: 0; }
.value-item h4 { font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 600; color: #F0EDE8; margin-bottom: 4px; }
.value-item p { font-size: 0.82rem; color: #777; margin: 0; }

.about-card-stack { position: relative; }
.about-card-bg {
  position: absolute;
  inset: -12px;
  background: rgba(184,134,11,0.04);
  border: 1px solid rgba(184,134,11,0.1);
  border-radius: 20px;
  transform: rotate(2deg);
}
.about-card-main {
  position: relative;
  background: var(--black-card);
  border: 1px solid rgba(184,134,11,0.2);
  border-radius: 16px;
  padding: 40px;
}
.about-mission, .about-vision {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.about-vision { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.about-card-main h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B8860B;
  margin-bottom: 12px;
}
.about-card-main p { font-size: 0.92rem; color: #999; margin: 0; }
.about-tag {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
}
.about-tag span {
  font-size: 0.72rem;
  padding: 5px 12px;
  background: rgba(184,134,11,0.08);
  border: 1px solid rgba(184,134,11,0.2);
  border-radius: 100px;
  color: #B8860B;
}

/* ─── TEAM ───────────────────────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  background: var(--black-card);
  border: 1px solid rgba(184,134,11,0.1);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.35s ease;
}
.team-card:hover {
  border-color: rgba(184,134,11,0.3);
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.5);
}
.team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(184,134,11,0.2), rgba(184,134,11,0.05));
  border: 2px solid rgba(184,134,11,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #D4A017;
  margin: 0 auto 16px;
}
.team-card h4 { font-size: 1rem; color: #F0EDE8; margin-bottom: 6px; }
.team-role { display: block; font-size: 0.75rem; color: #B8860B; letter-spacing: 0.05em; margin-bottom: 12px; }
.team-card p { font-size: 0.82rem; color: #777; }
.team-socials { margin-top: 16px; }
.team-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border: 1px solid rgba(184,134,11,0.25);
  border-radius: 6px;
  font-size: 0.75rem;
  color: #888;
  font-weight: 700;
  transition: all 0.2s ease;
}
.team-socials a:hover { border-color: #B8860B; color: #D4A017; background: rgba(184,134,11,0.08); }

/* ─── CLIENTS ────────────────────────────────────────────── */
.clients-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
}
.client-logo-item {
  padding: 14px 28px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #666;
  letter-spacing: 0.08em;
  transition: all 0.25s ease;
}
.client-logo-item:hover { border-color: rgba(184,134,11,0.3); color: #B8860B; background: rgba(184,134,11,0.04); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--black-card);
  border: 1px solid rgba(184,134,11,0.1);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  transition: all 0.3s ease;
}
.testimonial-card:hover { border-color: rgba(184,134,11,0.25); transform: translateY(-4px); }
.testimonial-quote {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: rgba(184,134,11,0.25);
  line-height: 1;
  margin-bottom: 12px;
}
.testimonial-card > p { font-size: 0.9rem; color: #888; line-height: 1.8; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(184,134,11,0.1);
  border: 1px solid rgba(184,134,11,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #D4A017;
  flex-shrink: 0;
}
.testimonial-author strong { display: block; font-size: 0.88rem; color: #F0EDE8; }
.testimonial-author span { font-size: 0.75rem; color: #888; }

/* ─── METHODOLOGY ────────────────────────────────────────── */
.methodology-section { background: rgba(184,134,11,0.02); }
.method-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.method-step {
  flex: 1;
  min-width: 180px;
  max-width: 220px;
  text-align: center;
  padding: 32px 20px;
  background: var(--black-card);
  border: 1px solid rgba(184,134,11,0.12);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.method-step:hover { border-color: rgba(184,134,11,0.3); transform: translateY(-4px); }
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(184,134,11,0.2);
  margin-bottom: 12px;
  line-height: 1;
}
.step-content h4 { font-size: 0.95rem; color: #D4A017; margin-bottom: 8px; font-family: 'Inter', sans-serif; }
.step-content p { font-size: 0.82rem; color: #777; margin: 0; }
.method-arrow {
  font-size: 1.5rem;
  color: rgba(184,134,11,0.3);
  padding: 0 8px;
  align-self: center;
  margin-top: -20px;
}

/* ─── CONTACT ────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}
.contact-info h3 { font-size: 1.4rem; margin-bottom: 12px; }
.contact-info > p { font-size: 0.9rem; color: #777; margin-bottom: 32px; }
.contact-items { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-icon {
  width: 42px; height: 42px;
  background: rgba(184,134,11,0.08);
  border: 1px solid rgba(184,134,11,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-item strong { display: block; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #B8860B; margin-bottom: 4px; }
.contact-item span, .contact-item a { font-size: 0.88rem; color: #888; }
.contact-item a:hover { color: #D4A017; }
.contact-ctas { display: flex; flex-direction: column; gap: 12px; }
.contact-form h4 { font-size: 1.1rem; color: #F0EDE8; margin-bottom: 24px; font-family: 'Inter', sans-serif; font-weight: 600; }
.map-wrap iframe { display: block; }

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-grid .stat-item:nth-child(4) { border-right: none; }
  .hero-content { gap: 40px; }
}
@media (max-width: 768px) {
  .hero-content { grid-template-columns: 1fr; text-align: center; }
  .hero-visual { display: none; }
  .hero-actions { justify-content: center; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .method-steps { flex-direction: column; align-items: center; }
  .method-arrow { transform: rotate(90deg); }
  .about-values { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr !important; }
}
