/* ============================================================
   WellnessAIStudio — Homepage Styles
   css/home.css
   ============================================================ */

/* ── HERO ──────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 40px 80px;
}

.hero-mesh {
  position: absolute; inset: 0; pointer-events: none;
}
.hero-mesh::before {
  content: '';
  position: absolute;
  top: -250px; right: -200px;
  width: 750px; height: 750px;
  background: radial-gradient(circle, rgba(74,124,89,0.22) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-mesh::after {
  content: '';
  position: absolute;
  bottom: -150px; left: -100px;
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(232,160,32,0.10) 0%, transparent 70%);
  border-radius: 50%;
}

.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-content { animation: fadeInUp 0.8s ease forwards; }

.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5.5vw, 74px);
  font-weight: 300;
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 24px;
}
.hero-h1 em { font-style: italic; color: var(--saffron); }
.hero-h1 strong { font-weight: 600; }

.hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 40px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.hero-stats {
  display: flex;
  gap: 0;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 36px;
  flex-wrap: wrap;
  gap: 0;
}

.hero-stat { text-align: left; padding-right: 28px; }

.hero-stat-num {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}

.hero-stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-stat-divider {
  width: 1px; height: 44px;
  background: rgba(255,255,255,0.12);
  margin: 0 28px 0 0;
}

/* Hero Dashboard Card */
.hero-visual { position: relative; }

.hero-pill {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-full);
  padding: 10px 18px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--charcoal);
  font-weight: 500;
  z-index: 2;
}
.pill-top { top: -18px; right: -10px; animation: float 3s ease-in-out infinite; }
.pill-bottom { bottom: -18px; left: -10px; animation: float 3s ease-in-out 1.5s infinite; }

.pill-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pill-dot.green { background: #22c55e; }
.pill-dot.orange { background: var(--saffron); }

.hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 28px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.hero-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.hero-card-icon {
  width: 46px; height: 46px;
  background: var(--gradient-sage);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.hero-card-name { font-size: 13px; font-weight: 600; color: var(--white); }
.hero-card-sub { font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 2px; }

.metric-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 8px;
}

.metric-label { font-size: 12px; color: rgba(255,255,255,0.45); }
.metric-right { display: flex; align-items: center; gap: 8px; }
.metric-val { font-size: 15px; font-weight: 600; color: var(--white); }

.metric-badge {
  font-size: 10px;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  background: rgba(74,124,89,0.3);
  color: var(--sage-light);
  font-weight: 700;
}
.metric-badge.auto { background: rgba(232,160,32,0.2); color: var(--saffron-warm); }

.hero-card-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-card-bar-label { font-size: 11px; color: rgba(255,255,255,0.35); flex-shrink: 0; }
.hero-bar-track {
  flex: 1;
  height: 5px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  overflow: hidden;
}
.hero-bar-fill {
  height: 100%;
  background: var(--gradient-warm);
  border-radius: 10px;
  animation: growWidth 1.5s ease 0.5s both;
}
@keyframes growWidth { from { width: 0 !important; } }
.hero-card-bar-val { font-size: 12px; color: var(--saffron); font-weight: 600; flex-shrink: 0; }

/* ── PAIN SECTION ───────────────────────────────────────────── */
.pain-section { background: var(--white); }

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.pain-card {
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  border: 1px solid var(--border);
  text-align: center;
}

.pain-icon { font-size: 32px; margin-bottom: 14px; }
.pain-card p { font-size: 14px; color: var(--text-light); line-height: 1.65; font-style: italic; }

.pain-solution {
  background: var(--gradient-hero);
  border-radius: var(--radius-lg);
  padding: 32px 40px;
}
.pain-solution-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.pain-sol-icon { font-size: 36px; flex-shrink: 0; }
.pain-solution-inner h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 6px;
}
.pain-solution-inner p { font-size: 14px; color: rgba(255,255,255,0.55); }
.pain-solution-inner .btn { flex-shrink: 0; margin-left: auto; }

/* ── FEATURES ───────────────────────────────────────────────── */
.features-section { background: var(--cream); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.feature-card {
  display: block;
  padding: 36px 32px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--white);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-base);
}

.feature-card::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--gradient-card);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.feature-card:hover { background: var(--cream); transform: translateY(-3px); z-index: 1; box-shadow: var(--shadow-md); }
.feature-card:hover::before { opacity: 1; }
.feature-card:hover .feature-link { color: var(--sage); }

.feature-icon {
  width: 50px; height: 50px;
  background: var(--cream);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.feature-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 10px;
}

.feature-desc {
  font-size: 14px;
  color: var(--mist);
  line-height: 1.65;
  margin-bottom: 14px;
}

.feature-link {
  font-size: 13px;
  color: var(--mist);
  font-weight: 500;
  transition: color var(--transition-fast);
}

/* ── AI STRIP ───────────────────────────────────────────────── */
.ai-strip {
  background: var(--charcoal-soft);
  padding: var(--spacing-xl) 40px;
}

.ai-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 48px;
}

.ai-pill {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-full);
  padding: 10px 18px;
  font-size: 13px;
  color: rgba(255,255,255,0.60);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: default;
  transition: all var(--transition-base);
}
.ai-pill:hover {
  background: rgba(74,124,89,0.15);
  border-color: rgba(74,124,89,0.35);
  color: var(--white);
}

/* ── BOOTCAMP SECTION ────────────────────────────────────────── */
.bootcamp-section {
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
  padding: var(--spacing-xl) 40px;
}

.bootcamp-mesh {
  position: absolute; inset: 0; pointer-events: none;
}
.bootcamp-mesh::before {
  content: '';
  position: absolute;
  top: -300px; right: -300px;
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(74,124,89,0.14), transparent 70%);
  border-radius: 50%;
}

.bootcamp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.bootcamp-h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 20px;
}
.bootcamp-h2 em { color: var(--saffron); font-style: italic; }

.bootcamp-desc {
  font-size: 17px;
  color: rgba(255,255,255,0.62);
  line-height: 1.75;
  margin-bottom: 36px;
}

.bootcamp-outcomes { margin-bottom: 40px; }
.bootcamp-outcomes li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: rgba(255,255,255,0.78);
  margin-bottom: 13px;
  line-height: 1.5;
}

.outcome-check {
  width: 22px; height: 22px;
  min-width: 22px;
  background: rgba(74,124,89,0.25);
  border: 1px solid rgba(74,124,89,0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--sage-light);
  margin-top: 2px;
}

.bootcamp-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.bootcamp-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 36px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.bootcamp-date-banner {
  background: var(--gradient-warm);
  border-radius: var(--radius-md);
  padding: 22px;
  text-align: center;
  margin-bottom: 28px;
}
.bootcamp-date-label {
  font-size: 10px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bootcamp-date {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}
.bootcamp-location { font-size: 13px; color: rgba(255,255,255,0.8); }

/* Countdown */
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
  min-height: 64px;
}

.cd-item {
  text-align: center;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 10px 14px;
  min-width: 60px;
}
.cd-item b {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-display);
  line-height: 1;
}
.cd-item small {
  font-size: 10px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}
.cd-sep { font-size: 22px; color: rgba(255,255,255,0.3); font-weight: 700; padding: 0 2px; margin-bottom: 14px; }

.bootcamp-prices { margin-bottom: 20px; }
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.price-type { font-size: 13px; color: rgba(255,255,255,0.45); }
.price-val { font-size: 18px; font-weight: 700; color: var(--white); }
.price-vip { color: var(--saffron) !important; }

.scarcity-bar {
  background: rgba(232,160,32,0.10);
  border: 1px solid rgba(232,160,32,0.22);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--saffron);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.bootcamp-includes {
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,0.22);
  margin-top: 16px;
}

/* ── TESTIMONIALS ────────────────────────────────────────────── */
.testimonials-section { background: var(--white); }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--border);
  position: relative;
}

.testi-stars { color: var(--saffron); font-size: 13px; margin-bottom: 16px; }

.testi-quote {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  color: var(--charcoal);
  line-height: 1.65;
  margin-bottom: 24px;
  font-weight: 300;
}

.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.testi-name { font-size: 13px; font-weight: 600; color: var(--charcoal); }
.testi-studio { font-size: 11px; color: var(--mist); margin-top: 2px; }

.testi-result {
  display: inline-block;
  margin-top: 16px;
  background: rgba(74,124,89,0.10);
  color: var(--sage-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

/* ── PRICING ─────────────────────────────────────────────────── */
.pricing-section { background: var(--cream-dark); }

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.pricing-card {
  border-radius: var(--radius-lg);
  padding: 44px 38px;
  border: 1px solid var(--border);
  background: var(--white);
  position: relative;
}

.pricing-card-featured {
  background: var(--charcoal);
  border-color: transparent;
  box-shadow: var(--shadow-lg);
}

.pricing-popular {
  position: absolute;
  top: 22px; right: 22px;
  background: var(--gradient-warm);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius-full);
}

.pricing-plan-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.pricing-price {
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1;
  margin-bottom: 4px;
}

/* Featured (dark) card — price must be white, override above */
.pricing-card-featured .pricing-price {
  color: var(--white) !important;
}

.pricing-period { font-size: 14px; color: var(--mist); margin-bottom: 8px; }

.pricing-save {
  font-size: 12px;
  background: var(--sage-pale);
  color: var(--sage-deep);
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 28px;
  font-weight: 500;
}

.pricing-features {
  list-style: none;
  margin-bottom: 36px;
}

.pricing-features li {
  font-size: 14px;
  color: var(--text-body);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.4;
}

.check { color: var(--sage); font-size: 14px; flex-shrink: 0; }
.check-gold { color: var(--saffron); font-size: 14px; flex-shrink: 0; }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero-inner { gap: 48px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero { padding: 90px 20px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { display: none; }
  .bootcamp-grid { grid-template-columns: 1fr; gap: 40px; }
  .testi-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
  .features-grid { grid-template-columns: 1fr; border-radius: var(--radius-md); }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .pain-solution-inner { flex-direction: column; text-align: center; }
  .pain-solution-inner .btn { margin: 0 auto; }
  .ai-strip { padding: 60px 20px; }
  .bootcamp-section { padding: 60px 20px; }
}

@media (max-width: 600px) {
  .hero-stats { gap: 12px; }
  .hero-stat-divider { display: none; }
  .pain-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; }
  .bootcamp-ctas { flex-direction: column; }
}
