:root {
  --bg: #f8fafc;
  --text: #0f172a;
  --muted: #64748b;
  --card: #ffffff;
  --primary: #4f46e5;
  --primary-dark: #3730a3;
  --accent: #06b6d4;
  --border: #e2e8f0;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); background: rgba(248, 250, 252, 0.82); border-bottom: 1px solid rgba(226, 232, 240, 0.7); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.logo { font-weight: 800; font-size: 1.25rem; letter-spacing: -0.04em; }
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 600; color: #334155; }
.nav-cta { color: var(--primary); }
.menu-toggle { display: none; border: 0; background: none; font-size: 1.5rem; }
.hero { padding: 92px 0 72px; background: radial-gradient(circle at 10% 0%, rgba(79,70,229,.18), transparent 36%), radial-gradient(circle at 85% 15%, rgba(6,182,212,.18), transparent 32%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.eyebrow { color: var(--primary); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .78rem; margin: 0 0 14px; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -0.045em; margin: 0; }
h1 { font-size: clamp(2.45rem, 5.3vw, 4.8rem); max-width: 780px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.25rem; }
.hero-text { max-width: 660px; color: var(--muted); font-size: 1.18rem; margin: 24px 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; font-size: 1rem; }
.primary { color: white; background: linear-gradient(135deg, var(--primary), var(--accent)); box-shadow: 0 14px 30px rgba(79, 70, 229, .28); }
.secondary { color: var(--text); background: white; border-color: var(--border); }
.full { width: 100%; border-radius: 16px; }
.trust-row { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row span, .booking-options span { background: white; border: 1px solid var(--border); border-radius: 999px; padding: 8px 12px; color: #475569; font-weight: 600; font-size: .9rem; }
.mentor-card { background: #0f172a; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); color: white; }
.mentor-photo { width: 100%; aspect-ratio: 4 / 4.8; object-fit: cover; object-position: center top; display: block; }
.mentor-card-body { padding: 26px; }
.mentor-name { font-size: 1.5rem; line-height: 1.1; font-weight: 800; margin: 0; }
.mentor-title { margin: 8px 0 18px; color: #cbd5e1; font-weight: 600; }
.mentor-card ul { margin: 0; padding-left: 20px; color: #dbeafe; }
.mentor-card li { margin: 8px 0; }
.section { padding: 86px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card, .service-item, .booking-form, .stats-card, .quote-card { background: var(--card); border: 1px solid var(--border); border-radius: 28px; box-shadow: 0 18px 45px rgba(15,23,42,.06); }
.info-card { padding: 28px; }
.icon { font-size: 2rem; display: inline-block; margin-bottom: 18px; }
.info-card p, .service-item p, .about-grid p, .booking-section p, .faq p, .footer p { color: var(--muted); }
.soft-bg { background: #eef2ff; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-item { padding: 26px; }
.service-item h3 { margin-bottom: 10px; }
.about-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 42px; align-items: center; }
.stats-card { padding: 30px; display: grid; gap: 18px; }
.stats-card div { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: center; }
.stats-card strong { color: var(--primary); font-size: 1.5rem; }
.stats-card span { font-weight: 700; }
.price-card .price { color: var(--text); font-size: 2.4rem; font-weight: 800; margin: 14px 0; letter-spacing: -0.06em; }
.price-card.featured { border-color: rgba(79,70,229,.35); box-shadow: 0 22px 60px rgba(79,70,229,.13); }
.quote-card { padding: 38px; background: linear-gradient(135deg, #111827, #312e81); color: white; }
.quote-card p { font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.35; margin: 0; color: white; }
.booking-section { background: #0f172a; color: white; }
.booking-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 44px; align-items: start; }
.booking-section p { color: #cbd5e1; }
.booking-options { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.booking-options span { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: #e2e8f0; }
.booking-button { margin-top: 26px; }
.booking-form { color: var(--text); padding: 28px; display: grid; gap: 16px; }
.booking-form label { display: grid; gap: 8px; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: 14px; padding: 13px 14px; font: inherit; color: var(--text); background: #fff; }
textarea { resize: vertical; }
.form-note { margin: 0; font-size: .9rem; text-align: center; }
.faq details { background: white; border: 1px solid var(--border); border-radius: 20px; padding: 20px 24px; margin: 12px 0; }
.faq summary { cursor: pointer; font-weight: 800; }
.footer { padding: 42px 0; border-top: 1px solid var(--border); background: white; }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-links { display: flex; gap: 22px; font-weight: 700; color: #475569; }
@media (max-width: 840px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 66px; flex-direction: column; align-items: flex-start; background: white; padding: 20px; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .about-grid, .booking-grid, .cards.three, .service-list { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}
/* BLOG PAGE */

.blog-hero {
  max-width: 900px;
  margin: 80px auto 40px;
  text-align: center;
  padding: 0 20px;
  }
  
  .blog-hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  }
  
  .blog-hero p {
  font-size: 1.1rem;
  color: #666;
  }
  
  .eyebrow {
  color: #2563eb;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  }
  
  .blog-grid {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  }
  
  .blog-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  }
  
  .blog-card:hover {
  transform: translateY(-6px);
  }
  
  .blog-card h2 {
  margin: 15px 0;
  font-size: 1.4rem;
  }
  
  .blog-card p {
  color: #666;
  line-height: 1.7;
  }
  
  .blog-card a {
  display: inline-block;
  margin-top: 15px;
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  }
  
  .blog-category {
  display: inline-block;
  background: #eff6ff;
  color: #2563eb;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  }
  
  .blog-cta {
  text-align: center;
  max-width: 900px;
  margin: 100px auto;
  padding: 60px 20px;
  }
  
  .blog-cta h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  }
  
  .primary-button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 28px;
  border-radius: 12px;
  background: #2563eb;
  color: white;
  text-decoration: none;
  font-weight: 600;
  }
  
  .primary-button:hover {
  opacity: 0.9;
  }
  