/* ═══════════════════════════════════════════════════════
   ZEPHOR — HOME PAGE (index.css)
═══════════════════════════════════════════════════════ */

/* ── Hero ── */
.hero {
  min-height: 92vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 8% 60px;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 45% 45%, rgba(241,90,36,0.10) 0%, transparent 65%),
    radial-gradient(ellipse 30% 30% at 80% 70%, rgba(241,90,36,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.hero-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
}

.hero-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
  animation: hero-fade-up 0.8s ease both;
}

.hero-text .logo-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(4rem, 11vw, 9rem);
  font-weight: 900;
  color: var(--accent);
  letter-spacing: 8px;
  line-height: 1;
  margin-bottom: 24px;
  /* animation handled by motion.css (kinetic character reveal) */
}

.hero-text p {
  color: var(--grey-1);
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  letter-spacing: 2px;
  /* animation handled by motion.css (z-fade-up) */
}

.hero-text .hero-sub {
  margin-top: 22px;
  max-width: 600px;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  line-height: 1.85;
  letter-spacing: 0;
  color: var(--grey-2);
  animation: hero-fade-up 0.9s 0.55s ease both;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  animation: hero-fade-up 0.9s 0.75s ease both;
}

.hero-cta .btn-primary,
.hero-cta .btn-secondary {
  display: inline-block;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 28px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.15s ease;
}
.hero-cta .btn-primary {
  background-color: var(--accent);
  color: #fff;
  border: 2px solid var(--accent);
}
.hero-cta .btn-primary:hover { background-color: #d1471d; border-color: #d1471d; transform: translateY(-2px); }
.hero-cta .btn-secondary {
  background-color: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}
.hero-cta .btn-secondary:hover { background-color: var(--accent); color: #fff; transform: translateY(-2px); }

@keyframes hero-fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Section eyebrow + divider ── */
.section-eyebrow {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.section-eyebrow--dark { color: var(--accent); }

.home-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 60px 8%;
  background: var(--bg);
}
.home-divider::before,
.home-divider::after { content: ''; flex: 1; height: 1px; }
.home-divider::before { background: linear-gradient(90deg, transparent, rgba(241,90,36,.35)); }
.home-divider::after  { background: linear-gradient(90deg, rgba(241,90,36,.35), transparent); }
.home-divider span {
  font-size: 0.75rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--accent); white-space: nowrap;
}

.hero-logo {
  max-width: 380px;
  width: 40%;
  height: auto;
  position: relative; z-index: 1;
  /* animation handled by motion.css (z-logo-drop) */
  filter: drop-shadow(0 0 40px rgba(241,90,36,0.2));
}

/* ── What We Do ── */
.what-we-do {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 110px 8%;
}

.what-we-do h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #110101;
  margin-bottom: 28px;
  letter-spacing: 2px;
}

.what-we-do p {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 2;
  color: #444;
  max-width: 820px;
  margin: 0 auto 48px;
}

/* Stats row */
.stats-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1px solid #e0e0e0;
}

.stat-item { text-align: center; }

.stat-number {
  font-family: 'Manrope', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #777;
}

/* ── Explore Services ── */
.explore-services {
  padding: 100px 8%;
  display: flex;
  justify-content: center;
}

.explore-services-card {
  width: 100%;
  max-width: 760px;
  text-align: center;
  background-color: #110101;
  border: 2px solid #f15a24;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(241, 90, 36, 0.3);
  padding: 60px 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.explore-services-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(241, 90, 36, 0.5);
}

.explore-services-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  color: #f15a24;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.explore-services-card p {
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  line-height: 1.85;
  color: #ccc;
  max-width: 600px;
  margin: 0 auto 36px;
}

@media (max-width: 600px) {
  .explore-services-card { padding: 40px 24px; }
}

/* CTAs inside the schools focus card */
.explore-services-card .btn-primary,
.explore-services-card .btn-secondary {
  display: inline-block;
  margin: 8px;
  padding: 1rem 2.5rem;
  font-weight: bold;
  font-size: 1.05rem;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.explore-services-card .btn-primary {
  background-color: #f15a24;
  color: #fff;
  border: 2px solid #f15a24;
}
.explore-services-card .btn-primary:hover { background-color: #d1471d; border-color: #d1471d; }
.explore-services-card .btn-secondary {
  background-color: transparent;
  color: #f15a24;
  border: 2px solid #f15a24;
}
.explore-services-card .btn-secondary:hover { background-color: #f15a24; color: #fff; }

@media (max-width: 600px) {
  .explore-services-card .btn-primary,
  .explore-services-card .btn-secondary {
    display: block;
    width: 100%;
    margin: 12px 0 0;
    padding: 0.9rem 1rem;
    font-size: 0.98rem;
    box-sizing: border-box;
  }
}

/* ── Goals Slider ── */
.goals-slider-section {
  padding: 100px 8%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.goals-slider-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: 2px;
}

.goal-header-p {
  max-width: 680px;
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  line-height: 1.85;
  color: var(--grey-1);
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  border-radius: 20px;
}

.slider {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide {
  min-width: 100%;
  background: var(--bg-card);
  border: 1px solid rgba(241,90,36,0.15);
  border-radius: 20px;
  padding: 40px 40px 32px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.slide::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.slide img {
  width: 80%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 24px;
}

.slide p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 1px;
}

.slider-btn {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px;
  background: rgba(241,90,36,0.85);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.slider-btn:hover { background: var(--accent); transform: translateY(-50%) scale(1.1); }
.prev { left: 12px; }
.next { right: 12px; }

/* Dots */
.slider-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--grey-3);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.dot.active { background: var(--accent); transform: scale(1.3); }

/* ── How It Works ── */
.how-it-works { background: var(--bg); padding: 100px 8%; }
.hiw-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.how-it-works h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 56px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: left;
}
.step-card {
  background: var(--bg-card);
  border: 1px solid #2a0808;
  border-radius: 16px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.step-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0; transition: opacity .3s;
}
.step-card:hover { border-color: rgba(241,90,36,.55); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(241,90,36,.11); }
.step-card:hover::before { opacity: 1; }
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 900;
  color: rgba(241,90,36,.22); line-height: 1; display: block; margin-bottom: 16px;
}
.step-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; font-weight: 700; color: #fff; margin-bottom: 12px;
}
.step-card p { font-size: 0.9rem; color: #999; line-height: 1.75; }

/* ── Why Zephor ── */
.why-zephor { background: var(--bg); padding: 40px 8% 100px; }
.why-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.why-zephor h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900; color: var(--white); letter-spacing: 1px; margin-bottom: 56px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}
.feature-card {
  background: var(--bg-card);
  border: 1px solid rgba(241,90,36,0.12);
  border-radius: var(--radius);
  padding: 40px 32px;
  transition: border-color 0.3s, transform 0.3s;
}
.feature-card:hover { border-color: rgba(241,90,36,0.5); transform: translateY(-6px); }
.feature-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem; font-weight: 700; color: #fff; margin-bottom: 14px;
}
.feature-card p { font-size: 0.92rem; color: #999; line-height: 1.8; }

/* ── Final CTA band ── */
.home-cta-band { background: var(--bg-deep); padding: 100px 8%; position: relative; }
.home-cta-band::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.home-cta-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.home-cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900; color: #fff; letter-spacing: 1px; margin-bottom: 18px;
}
.home-cta-band p { font-size: clamp(0.95rem, 1.3vw, 1.15rem); line-height: 1.8; color: var(--grey-1); margin-bottom: 36px; }
.home-cta-band .btn-primary {
  display: inline-block;
  background: var(--accent); color: #fff;
  font-size: 0.95rem; font-weight: 700;
  padding: 15px 38px; border-radius: 28px; text-decoration: none;
  border: 2px solid var(--accent);
  transition: background-color 0.3s ease, transform 0.15s ease;
}
.home-cta-band .btn-primary:hover { background: #d1471d; border-color: #d1471d; transform: translateY(-2px); }

/* ── Responsive ── */
@media (max-width: 1000px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .hero { min-height: 88vh; padding: 90px 6% 80px; gap: 24px; }
  .hero-logo { width: 70%; max-width: 260px; }
  .hero-cta { margin-top: 28px; }
  .hero-cta .btn-primary,
  .hero-cta .btn-secondary { width: 100%; max-width: 320px; text-align: center; }
  .what-we-do { padding: 70px 6%; }
  .stats-row { gap: 36px; }
  .how-it-works { padding: 70px 6%; }
  .steps-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .why-zephor { padding: 30px 6% 70px; }
  .home-divider { padding: 40px 6%; }
  .home-cta-band { padding: 70px 6%; }
  .goals-slider-section { padding: 70px 6%; }
  .slide { padding: 28px 24px 22px; }
  .slide img { width: 90%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow,
  .hero-text .hero-sub,
  .hero-cta { animation: none; opacity: 1; transform: none; }
}
