/* HOME PAGE SPECIFIC STYLES - VISION ENTERPRISES */

/* 1. EDITORIAL HERO */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 11rem 0;
  background: var(--bg-light);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 6rem;
  align-items: center;
}

.hero-content h1 {
  font-size: 4.5rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}

.hero-content p {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 3.5rem;
  max-width: 580px;
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
}

.hero-img-box {
  position: relative;
  border-left: 2px solid var(--accent);
  padding-left: 1.5rem;
}

.hero-img-box img {
  width: 100%;
  display: block;
  box-shadow: var(--shadow-lux);
}

/* SECTION HEADERS */
.section-header {
  margin-bottom: 6rem;
  max-width: 900px;
}

.section-header h2 {
  font-size: 3.2rem;
  letter-spacing: -0.02em;
  margin-top: 0.8rem;
}

.section-tag {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--accent);
  display: inline-block;
}

.section-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-top: 1rem;
  max-width: 650px;
}

/* 2. CHAIRMAN MESSAGE */
.chairman-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 7rem;
  align-items: center;
}

.chairman-quote {
  font-family: var(--font-display);
  font-size: 1.95rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--primary);
  border-left: 3px solid var(--accent);
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.signature-line {
  margin-top: 2rem;
  border-top: 1px solid var(--accent);
  padding-top: 1rem;
  display: inline-block;
}

/* 3. STATISTICS PANEL */
.stats-section {
  background: var(--bg-dark);
  color: var(--white);
  padding: 8rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
  text-align: center;
}

.stat-item h3 {
  font-size: 4rem;
  font-weight: 900;
  color: var(--accent);
  font-family: var(--font-display);
  margin-bottom: 0.5rem;
}

.stat-item p {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #9CA3AF;
  font-weight: 700;
}

/* 4. SERVICES ASYMMETRICAL COLUMN */
.services-magazine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border-color);
  padding: 4rem 3rem;
  transition: var(--transition);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow-lux);
}

.service-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--accent);
  margin-bottom: 1.8rem;
  font-weight: 600;
}

.service-card h3 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

/* 5. WHY CHOOSE US */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  align-items: center;
}

.why-card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.why-mini-card {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 2rem;
}

/* 6. INDUSTRIES SERVED */
.ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.ind-card {
  background: var(--white);
  padding: 3rem 2rem;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: var(--transition);
}

.ind-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-lux);
}

.ind-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

/* 7. COMPANY TIMELINE */
.timeline-section {
  position: relative;
}

.timeline-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--accent);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 5rem;
  padding: 0 4rem;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

.timeline-box {
  background: var(--white);
  padding: 3rem;
  border: 1px solid var(--border-color);
}

.timeline-item::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--accent);
  border: 2px solid var(--primary);
  border-radius: 50%;
  top: 32px;
  z-index: 2;
}

.timeline-item:nth-child(odd)::after {
  right: -6px;
}

.timeline-item:nth-child(even)::after {
  left: -6px;
}

.timeline-year {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* 8. FEATURED PROJECTS SPLIT SCREEN */
.project-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: var(--white);
  margin-bottom: 5rem;
  border: 1px solid var(--border-color);
}

.project-split.reverse {
  direction: rtl;
}

.project-split.reverse .project-info {
  direction: ltr;
}

.project-img-box {
  height: 520px;
  overflow: hidden;
}

.project-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: var(--transition);
}

.project-split:hover .project-img-box img {
  transform: scale(1.05);
}

.project-info {
  padding: 5rem;
}

/* 9. FAQs ACCORDION */
.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--primary);
  margin-bottom: 1.5rem;
}

.faq-header {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--primary);
  user-select: none;
}

.faq-icon-indicator {
  transition: var(--transition);
  color: var(--accent);
}

.faq-item.active .faq-icon-indicator {
  transform: rotate(45deg);
}

.faq-body {
  padding-bottom: 2rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
  display: none;
}

.faq-item.active .faq-body {
  display: block;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .services-magazine-grid, .why-grid {
    grid-template-columns: 1fr;
  }
  .ind-grid {
    grid-template-columns: 1fr 1fr;
  }
  .project-split {
    grid-template-columns: 1fr;
  }
  .project-img-box {
    height: 380px;
  }
  .project-info {
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 3.2rem;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .timeline-wrap::before {
    left: 20px;
  }
  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 3.5rem;
    padding-right: 0;
    text-align: left !important;
  }
  .timeline-item::after {
    left: 14px !important;
  }
}
