*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --yellow: #E8A000;
  --yellow-light: #FFB800;
  --yellow-glow: rgba(232,160,0,0.25);
  --bg: #080808;
  --bg2: #0f0f0f;
  --bg3: #141414;
  --surface: rgba(255,255,255,0.04);
  --border: rgba(255,255,255,0.08);
  --text: #f5f5f5;
  --muted: rgba(255,255,255,0.5);
}


/* Hide mobile-only elements on desktop */
.mobile-india-badge { display: none; }
.mobile-lang-block  { display: none; }
.nav-mobile-right   { display: none; }
.lang-mobile-tag    { display: none; }
.mhf { display: none; }
.below-hero-langs    { display: none; }
html { scroll-behavior: smooth; font-size: 18px; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; font-size: 1rem; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 64px;
  background: rgba(8,8,8,0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: padding 0.3s;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 900; color: #000;
}
.nav-logo-text { font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -0.3px; }
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 16px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.nav-cta {
  background: var(--yellow); color: #000; border: none;
  padding: 13px 28px; border-radius: 100px;
  font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 24px var(--yellow-glow); }

/* ── HERO ── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('uploads/Header.png');
  background-size: cover; background-position: center top;
  filter: brightness(0.6);
}
.hero-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,8,8,0.95) 35%, rgba(8,8,8,0.3) 70%, transparent 100%),
              linear-gradient(0deg, rgba(8,8,8,0.9) 0%, transparent 40%);
}
.hero-content {
  position: relative; z-index: 2;
  padding: 200px 60px 80px 36px;
  max-width: 700px;
  display: flex; flex-direction: column; min-height: 100vh;
}
.hero h1 {
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900; line-height: 1.05; letter-spacing: -2px;
  animation: fadeUp 0.6s 0.1s ease both;
}
.hero h1 span { color: var(--yellow); }
.hero-tagline-wrap {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px; padding: 10px 26px 10px 10px;
  animation: fadeUp 0.6s 0.2s ease both;
  backdrop-filter: blur(12px); width: fit-content;
}
.tagline-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 900; color: #000; flex-shrink: 0;
  box-shadow: 0 0 10px rgba(232,160,0,0.3);
  animation: blinkIcon 2.8s ease-in-out infinite;
}
@keyframes blinkIcon {
  0%,100% { box-shadow: 0 0 8px rgba(232,160,0,0.25); opacity: 1; transform: scale(1); }
  50%     { box-shadow: 0 0 18px rgba(232,160,0,0.6), 0 0 32px rgba(232,160,0,0.25); opacity: 0.85; transform: scale(1.05); }
}
.hero-tagline { font-size: clamp(20px, 2vw, 26px); font-weight: 700; color: #fff; letter-spacing: 0.1px; }
.hero-tagline span { color: var(--yellow); }
.hero-actions {
  display: flex; gap: 14px; margin-top: 16px;
  animation: fadeUp 0.6s 0.3s ease both;
}
.btn-primary {
  background: var(--yellow); color: #000;
  padding: 16px 36px; border-radius: 100px;
  font-size: 16px; font-weight: 700; cursor: pointer;
  border: none; font-family: inherit; text-decoration: none; display: inline-block;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(232,160,0,0.4); }
.btn-secondary {
  background: transparent; color: #fff;
  padding: 16px 36px; border-radius: 100px;
  font-size: 16px; font-weight: 600; cursor: pointer;
  border: 1px solid rgba(255,255,255,0.2); font-family: inherit;
  text-decoration: none; display: inline-block;
  transition: border-color 0.2s, background 0.2s;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.05); }
.hero-langs {
  margin-top: 180px;
  animation: fadeUp 0.6s 0.4s ease both;
}
.hero-langs p { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; }
.lang-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.lang-pill {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 100px; padding: 5px 14px;
  font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.7);
  transition: border-color 0.2s, color 0.2s;
}
.lang-pill:hover { border-color: var(--yellow); color: var(--yellow); }
.lang-pill.more { cursor: pointer; }

@keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }

/* ── STATS ── */
.stats {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 60px;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 8px 20px; border-right: 1px solid var(--border);
}
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 52px; font-weight: 900; color: var(--yellow); letter-spacing: -2px; }
.stat-label { font-size: 15px; color: var(--muted); font-weight: 500; margin-top: 6px; text-align: center; }

/* ── SECTION COMMON ── */
.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2px; color: var(--yellow); margin-bottom: 18px;
}
.section-tag::before { content: ''; display: block; width: 28px; height: 2px; background: var(--yellow); }
h2.section-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900; letter-spacing: -2px; line-height: 1.0; margin-bottom: 18px;
}
h2.section-title span { color: var(--yellow); }
.section-sub { font-size: 18px; color: var(--muted); line-height: 1.65; max-width: 540px; }

/* ── ABOUT — INDIA STORY ── */
.about-section { padding: 0; background: var(--bg); position: relative; overflow: hidden; }
.about-india { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.about-india-left {
  padding: 80px 64px 80px 80px;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--bg); position: relative; z-index: 2;
}
.about-india-left::after {
  content: '';
  position: absolute; top: 0; right: -80px; bottom: 0; width: 80px;
  background: linear-gradient(90deg, var(--bg), transparent);
  z-index: 3; pointer-events: none;
}
.about-india-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2px; color: var(--yellow); margin-bottom: 24px;
}
.about-india-tag::before { content:''; display:block; width:24px; height:2px; background:var(--yellow); }
.about-india-h2 {
  font-size: clamp(44px, 5vw, 68px); font-weight: 900;
  letter-spacing: -2px; line-height: 1.0; margin-bottom: 24px;
}
.about-india-h2 span { color: var(--yellow); }
.about-india-desc { font-size: 17px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 40px; max-width: 460px; }
.about-india-bullets { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
.about-india-bullet { display: flex; gap: 16px; align-items: center; }
.about-india-bullet-icon {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: rgba(232,160,0,0.08); border: 1px solid rgba(232,160,0,0.25);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.about-india-bullet p { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.5; }
.about-india-bullet strong { color: var(--yellow); font-weight: 700; }
.about-india-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.about-india-badge {
  background: rgba(232,160,0,0.07); border: 1px solid rgba(232,160,0,0.2);
  border-radius: 100px; padding: 8px 20px;
  font-size: 14px; font-weight: 600; color: rgba(232,160,0,0.85);
}
.about-india-right { position: relative; overflow: hidden; }
.about-india-right img {
  position: absolute;
  height: 100%; width: auto;
  top: 60px; left: -100px;
  display: block;
}
.about-india-right-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(270deg, rgba(8,8,8,0.1) 0%, rgba(8,8,8,0.5) 100%);
}

/* Divider */
.about-divider {
  height: 1px; margin: 0 80px;
  background: linear-gradient(90deg, transparent, rgba(232,160,0,0.3), transparent);
}

/* Part 2: Sawal Tumhara */
.about-sawal { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.about-sawal-img { position: relative; overflow: hidden; }
.about-sawal-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.about-sawal-img-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,8,8,0.05) 0%, rgba(8,8,8,0.0) 55%, rgba(15,15,15,0.5) 78%, rgba(15,15,15,0.92) 90%, rgba(15,15,15,1) 100%),
    linear-gradient(0deg, rgba(8,8,8,0.6) 0%, transparent 40%);
}
.about-sawal-img-badge {
  position: absolute; bottom: 36px; left: 36px;
  background: var(--yellow); color: #000;
  font-size: 13px; font-weight: 800; padding: 9px 22px; border-radius: 100px;
  letter-spacing: 0.3px; box-shadow: 0 8px 24px rgba(232,160,0,0.35);
}
.about-sawal-right {
  padding: 80px 80px 80px 64px;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--bg2);
}
.about-sawal-eyebrow {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2px; color: var(--yellow); margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
}
.about-sawal-eyebrow::before { content:''; display:block; width:24px; height:2px; background:var(--yellow); }
.about-sawal-heading { font-size: clamp(44px, 4.5vw, 64px); font-weight: 900; letter-spacing: -2px; line-height: 1.0; margin-bottom: 32px; }
.about-sawal-body { font-size: 16px; color: rgba(255,255,255,0.62); line-height: 1.85; margin-bottom: 40px; }
.about-sawal-body strong { color: rgba(255,255,255,0.9); font-weight: 600; }
.about-sawal-body .highlight { color: var(--yellow); font-weight: 600; }
.about-sawal-stats {
  display: grid; grid-template-columns: repeat(3,1fr);
  border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; overflow: hidden;
  background: rgba(255,255,255,0.02);
}
.about-sawal-stat { padding: 24px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); display: flex; flex-direction: column; gap: 6px; }
.about-sawal-stat:last-child { border-right: none; }
.about-sawal-stat-num { font-size: 26px; font-weight: 900; color: var(--yellow); letter-spacing: -0.5px; }
.about-sawal-stat-lbl { font-size: 13px; color: var(--muted); font-weight: 500; }

/* ── FEATURES — HOW YOU ASK ── */
.ask-section { background: var(--bg2); padding: 100px 60px; }
.ask-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.ask-card {
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: 24px; padding: 40px 36px;
  position: relative; overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ask-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.ask-card:hover { transform: translateY(-6px); border-color: rgba(232,160,0,0.3); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.ask-card:hover::before { transform: scaleX(1); }
.ask-icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: rgba(232,160,0,0.1); border: 1px solid rgba(232,160,0,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; margin-bottom: 28px;
}
.ask-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.5px; }
.ask-card p { font-size: 15px; color: var(--muted); line-height: 1.65; }
.ask-card .demo-area { margin-top: 28px; background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px; }
.voice-bars { display: flex; align-items: center; gap: 4px; height: 32px; }
.voice-bar { width: 4px; background: var(--yellow); border-radius: 2px; animation: soundwave 1.2s ease-in-out infinite; }
.voice-bar:nth-child(2){animation-delay:0.1s} .voice-bar:nth-child(3){animation-delay:0.2s}
.voice-bar:nth-child(4){animation-delay:0.15s} .voice-bar:nth-child(5){animation-delay:0.05s}
.voice-bar:nth-child(6){animation-delay:0.25s} .voice-bar:nth-child(7){animation-delay:0.1s}
.voice-bar:nth-child(8){animation-delay:0.2s}
@keyframes soundwave { 0%,100%{height:8px} 50%{height:28px} }
.text-demo { font-size: 13px; color: var(--muted); font-style: italic; }
.text-demo span { color: var(--yellow); font-style: normal; font-weight: 600; }
.img-demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.img-demo-box {
  background: rgba(232,160,0,0.08); border: 1px dashed rgba(232,160,0,0.3);
  border-radius: 8px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: rgba(232,160,0,0.5); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
}

/* ── LANGUAGES ── */
.lang-section { background: var(--bg2); padding: 100px 60px; }



.lang-block {
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: 14px; padding: 14px 10px; text-align: center;
  transition: transform 0.2s, border-color 0.2s, background 0.2s; cursor: default;
}
.lang-block:hover { transform: translateY(-3px); border-color: rgba(232,160,0,0.4); background: rgba(232,160,0,0.06); }
.lang-block .native { font-size: 16px; font-weight: 700; color: var(--yellow); display: block; }
.lang-block .english { font-size: 10px; color: var(--muted); display: block; margin-top: 3px; font-weight: 500; }
.lang-right h2 { margin-bottom: 12px; }
.lang-right .section-sub { margin-bottom: 32px; }
.lang-feature { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.lang-feat-icon {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px;
  background: rgba(232,160,0,0.1); border: 1px solid rgba(232,160,0,0.2);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.lang-feat-text h4 { font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.lang-feat-text p { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── TEACHERS 2×2 ── */
.teachers-section { background: var(--bg2); padding: 100px 60px; }
.teachers-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; }
.teachers-grid2x2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tcard2 {
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: 24px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.tcard2:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(0,0,0,0.5); border-color: rgba(232,160,0,0.25); }
.tcard2-img { overflow: hidden; }
.tcard2-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; display: block; transition: transform 0.5s; }
.tcard2:hover .tcard2-img img { transform: scale(1.06); }
.teachers-grid2x2 .tcard2:nth-child(2) .tcard2-img img { object-position: 25% 15%; }
.teachers-grid2x2 .tcard2:nth-child(4) .tcard2-img img { object-position: 25% 15%; }
.tcard2-body { padding: 32px 28px; display: flex; flex-direction: column; justify-content: space-between; }
.tcard2-subject {
  display: inline-block;
  background: rgba(232,160,0,0.12); color: var(--yellow);
  border: 1px solid rgba(232,160,0,0.3);
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.5px; padding: 4px 12px; border-radius: 100px;
  margin-bottom: 14px; width: fit-content;
}
.tcard2-name { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; line-height: 1.2; }
.tcard2-desc { font-size: 13px; color: var(--muted); line-height: 1.65; flex: 1; }
.tcard2-btn {
  margin-top: 24px; width: 100%;
  background: var(--yellow); color: #000;
  border: none; border-radius: 100px;
  padding: 12px 20px; font-size: 14px; font-weight: 700;
  cursor: pointer; font-family: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.tcard2-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,160,0,0.35); }

/* ── HOW IT WORKS ── */
.how-section { background: var(--bg); padding: 100px 60px; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 60px; }
.step { padding: 0 40px 0 0; }
.step-num {
  width: 72px; height: 72px; border-radius: 50%;
  border: 2px solid rgba(232,160,0,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; font-weight: 900; color: var(--yellow);
  margin-bottom: 28px; background: var(--bg);
}
.step h3 { font-size: 20px; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.3px; }
.step p { font-size: 15px; color: var(--muted); line-height: 1.65; }

/* ── INTERACTIVE DEMO ── */
.demo-section { background: var(--bg2); padding: 100px 60px; }
.demo-container {
  max-width: 700px; margin: 60px auto 0;
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: 28px; overflow: hidden;
}
.demo-header {
  padding: 20px 24px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 12px;
}
.demo-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--yellow); display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 900; color: #000; flex-shrink: 0;
}
.demo-title { font-size: 14px; font-weight: 700; }
.demo-status { font-size: 12px; color: var(--yellow); display: flex; align-items: center; gap: 5px; }
.demo-status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.3)} }
.demo-lang-bar { padding: 10px 20px; display: flex; gap: 8px; overflow-x: auto; border-top: 1px solid var(--border); }
.demo-lang-btn {
  padding: 4px 12px; border-radius: 100px; font-size: 12px; font-weight: 600;
  border: 1px solid var(--border); background: transparent; color: var(--muted);
  cursor: pointer; white-space: nowrap; font-family: inherit; transition: all 0.2s;
}
.demo-lang-btn.active { background: var(--yellow); color: #000; border-color: var(--yellow); }
.demo-lang-btn:hover:not(.active) { border-color: rgba(232,160,0,0.4); color: var(--yellow); }
.demo-chat { padding: 24px; min-height: 280px; display: flex; flex-direction: column; gap: 16px; }
.chat-msg { display: flex; gap: 10px; max-width: 85%; }
.chat-msg.user { align-self: flex-end;  }
.chat-bubble {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 16px; border-bottom-left-radius: 4px;
  padding: 12px 16px; font-size: 14px; line-height: 1.5;
}
.chat-msg.user .chat-bubble {
  background: var(--yellow); color: #000; border-color: var(--yellow);
  border-radius: 16px; border-bottom-right-radius: 4px; font-weight: 600;
}
.chat-mini-avatar {
  width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; margin-top: 4px;
  background: var(--yellow); color: #000;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 900;
}
.demo-input-row {
  padding: 16px 20px; border-top: 1px solid var(--border);
  display: flex; gap: 10px; align-items: center;
}
.demo-input {
  flex: 1; background: var(--surface);
  border: 1px solid var(--border); border-radius: 100px;
  padding: 10px 18px; color: var(--text); font-size: 14px; font-family: inherit;
  outline: none; transition: border-color 0.2s;
}
.demo-input:focus { border-color: rgba(232,160,0,0.5); }
.demo-send {
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: var(--yellow); color: #000; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; transition: transform 0.2s;
}
.demo-send:hover { transform: scale(1.1); }
.typing { display: flex; gap: 4px; align-items: center; padding: 12px 16px; }
.typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: blink 1.4s infinite; }
.typing span:nth-child(2){animation-delay:0.2s} .typing span:nth-child(3){animation-delay:0.4s}
@keyframes blink { 0%,80%,100%{opacity:0.3} 40%{opacity:1} }

/* ── CTA ── */
.cta-section {
  padding: 120px 60px;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(232,160,0,0.08) 0%, transparent 70%), var(--bg);
  text-align: center;
}
.cta-section h2 { font-size: clamp(36px, 5vw, 64px); font-weight: 900; letter-spacing: -2px; max-width: 700px; margin: 0 auto 20px; }
.cta-section p { font-size: 18px; color: var(--muted); margin-bottom: 48px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; }

/* ── FOOTER ── */
footer {
  background: var(--bg2); border-top: 1px solid var(--border);
  padding: 40px 60px;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-logo { display: flex; align-items: center; gap: 10px; }
.footer-logo-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--yellow); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; color: #000; }
.footer-text { font-size: 14px; font-weight: 700; }
.footer-copy { font-size: 13px; color: var(--muted); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--yellow); }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ── RESPONSIVE ── */
/* ── LARGE DESKTOP 1920px+ ── */
@media (min-width: 1920px) {
  .stats { padding: 48px 120px; }
  .about-india-left { padding: 100px 80px 100px 120px; }
  .about-sawal-right { padding: 100px 120px 100px 80px; }
  .ask-section, .lang-section, .teachers-section, .how-section, .demo-section, .cta-section { padding: 120px 120px; }
  .hero-content { max-width: 760px; }
}

/* ── STANDARD DESKTOP 1440px-1919px ── */
@media (max-width: 1919px) and (min-width: 1441px) {
  .hero-content { padding: 200px 60px 80px 60px; max-width: 700px; }
  .hero h1 { font-size: clamp(52px, 5.5vw, 80px); }
}

/* ── MACBOOK / MEDIUM DESKTOP 1280px-1440px ── */
@media (max-width: 1440px) and (min-width: 1281px) {
  nav { padding: 16px 40px; }
  .nav-links { gap: 24px; }
  .nav-links a { font-size: 14px; }
  .hero-content { padding: 180px 48px 60px 48px; max-width: 640px; }
  .hero h1 { font-size: clamp(46px, 5vw, 68px); }
  .hero-langs { margin-top: 160px; }
  .stats { padding: 36px 48px; }
  .stat-num { font-size: 44px; }
  .about-india-left { padding: 64px 48px 64px 64px; }
  .about-sawal-right { padding: 64px 64px 64px 48px; }
  .ask-section, .lang-section, .teachers-section, .how-section, .demo-section, .cta-section { padding: 80px 48px; }
  .tcard2-body { padding: 24px 20px; }
  .tcard2-name { font-size: 18px; }
  .about-divider { margin: 0 64px; }
}

/* ── SMALL LAPTOP 1024px-1280px (Lenovo, Surface Pro) ── */
@media (max-width: 1280px) and (min-width: 1025px) {
  nav { padding: 14px 32px; }
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 13px; }
  .nav-cta { padding: 9px 20px; font-size: 13px; }
  .hero-content { padding: 150px 36px 60px 36px; max-width: 580px; }
  .hero h1 { font-size: clamp(40px, 4.5vw, 60px); letter-spacing: -1.5px; }
  .hero-tagline { font-size: 18px; }
  .hero-langs { margin-top: 140px; }
  .stats { padding: 32px 36px; }
  .stat-num { font-size: 38px; }
  .stat-label { font-size: 13px; }
  .about-india { grid-template-columns: 52% 48%; }
  .about-india-left { padding: 52px 36px 52px 48px; }
  .about-india-h2 { font-size: clamp(30px, 3.5vw, 46px); }
  .about-india-desc { font-size: 15px; }
  .about-sawal { grid-template-columns: 48% 52%; }
  .about-sawal-right { padding: 52px 48px 52px 36px; }
  .about-sawal-heading { font-size: clamp(30px, 3.5vw, 46px); }
  .about-sawal-body { font-size: 14px; }
  .ask-section, .lang-section, .teachers-section, .how-section, .demo-section, .cta-section { padding: 64px 36px; }
  .ask-grid { gap: 16px; }
  .ask-card { padding: 28px 22px; }
  .ask-card h3 { font-size: 18px; }
  .ask-card p { font-size: 14px; }
  .teachers-grid2x2 { gap: 16px; }
  .tcard2 { grid-template-columns: 42% 58%; }
  .tcard2-body { padding: 20px 18px; }
  .tcard2-name { font-size: 17px; }
  .tcard2-desc { font-size: 12px; line-height: 1.55; }
  .tcard2-btn { font-size: 13px; padding: 10px 16px; }
  .tcard2-subject { font-size: 10px; }
  
  
  .steps-grid { gap: 20px; }
  .step { padding: 0 20px 0 0; }
  .step h3 { font-size: 18px; }
  .step p { font-size: 14px; }
  .about-divider { margin: 0 48px; }
  .section-title { font-size: clamp(30px, 3.5vw, 48px); }
  .section-sub { font-size: 16px; }
}

/* ── IPAD MINI / SURFACE DUO 900px-1024px ── */
@media (max-width: 1024px) and (min-width: 820px) {
  nav { padding: 14px 28px; }
  .nav-links { display: none; }
  .nav-cta { padding: 10px 22px; font-size: 14px; }
  .hero-content { padding: 110px 32px 48px 32px; max-width: 100%; }
  .hero h1 { font-size: clamp(42px, 5.5vw, 60px); letter-spacing: -1.5px; }
  .hero-tagline { font-size: 18px; }
  .hero-langs { margin-top: 80px; }
  .stats { grid-template-columns: repeat(4, 1fr); padding: 28px 32px; }
  .stat-item { border-right: 1px solid var(--border); border-bottom: none; }
  .stat-item:last-child { border-right: none; }
  .stat-num { font-size: 32px; }
  .stat-label { font-size: 12px; }
  .about-india { grid-template-columns: 50% 50%; min-height: 500px; }
  .about-india-left { padding: 48px 32px 48px 40px; }
  .about-india-h2 { font-size: clamp(28px, 4vw, 44px); }
  .about-india-desc { font-size: 14px; }
  .about-india-bullet p { font-size: 13px; }
  .about-sawal { grid-template-columns: 50% 50%; min-height: 500px; }
  .about-sawal-right { padding: 48px 40px 48px 32px; }
  .about-sawal-heading { font-size: clamp(28px, 3.5vw, 44px); }
  .about-sawal-body { font-size: 14px; }
  .ask-section, .lang-section, .teachers-section, .how-section, .demo-section, .cta-section { padding: 60px 32px; }
  .ask-grid { grid-template-columns: 1fr; gap: 14px; }
  .ask-card { padding: 28px 24px; }
  
  .teachers-grid2x2 { grid-template-columns: 1fr 1fr; gap: 16px; }
  .tcard2 { grid-template-columns: 1fr; }
  .tcard2-img { height: 200px; }
  .tcard2-body { padding: 18px; }
  .tcard2-name { font-size: 16px; }
  .tcard2-desc { font-size: 12px; }
  .tcard2-btn { font-size: 13px; padding: 10px 16px; margin-top: 16px; }
  .steps-grid { grid-template-columns: 1fr; gap: 28px; }
  .step { padding: 0; }
  footer { flex-direction: column; gap: 16px; text-align: center; padding: 32px 28px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .cta-btns { flex-direction: column; align-items: center; }
  .about-divider { margin: 0 32px; }
  .demo-container { max-width: 100%; }
  .section-title { font-size: clamp(28px, 4vw, 44px); }
}

/* ── IPAD AIR 768px-820px ── */
@media (max-width: 820px) and (min-width: 769px) {
  nav { padding: 14px 24px; }
  .nav-links { display: none; }
  .hero-content { padding: 100px 28px 48px 28px; }
  .hero h1 { font-size: clamp(38px, 5vw, 54px); }
  .hero-langs { margin-top: 60px; }
  .stats { grid-template-columns: repeat(2, 1fr); padding: 24px 28px; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border); padding: 16px 12px; }
  .stat-item:nth-child(odd) { border-right: 1px solid var(--border); }
  .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom: none; }
  .stat-num { font-size: 34px; }
  .about-india { grid-template-columns: 1fr; }
  .about-india-right { min-height: 340px; }
  .about-india-left { padding: 44px 28px; }
  .about-sawal { grid-template-columns: 1fr; }
  .about-sawal-img { min-height: 320px; }
  .about-sawal-right { padding: 44px 28px; }
  .ask-section, .lang-section, .teachers-section, .how-section, .demo-section, .cta-section { padding: 56px 28px; }
  .ask-grid { grid-template-columns: 1fr; gap: 14px; }
  
  .teachers-grid2x2 { grid-template-columns: 1fr 1fr; gap: 14px; }
  .tcard2 { grid-template-columns: 1fr; }
  .tcard2-img { height: 180px; }
  .tcard2-body { padding: 16px; }
  .tcard2-name { font-size: 15px; }
  .tcard2-desc { font-size: 12px; }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .step { padding: 0; }
  footer { flex-direction: column; gap: 16px; text-align: center; padding: 28px 24px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .cta-btns { flex-direction: column; align-items: center; }
  .about-divider { margin: 0 28px; }
}

/* ── MOBILE below 768px ── */
@media (max-width: 768px) {
  nav { padding: 12px 20px; }
  .nav-links { display: none; }
  .nav-logo-text { font-size: 18px; }
  .nav-cta { padding: 8px 16px; font-size: 13px; }
  .hero-content { padding: 80px 20px 40px; height: 100vh; }
  .hero h1 { font-size: clamp(34px, 8vw, 48px); letter-spacing: -1px; }
  .hero-tagline { font-size: 15px; }
  .hero-tagline-wrap { padding: 8px 18px 8px 8px; gap: 10px; }
  .tagline-icon { width: 32px; height: 32px; font-size: 14px; }
  .btn-primary, .btn-secondary { padding: 12px 22px; font-size: 14px; }
  .hero-actions { gap: 10px; flex-wrap: wrap; }
  .stats { grid-template-columns: repeat(2, 1fr); padding: 20px; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border); padding: 14px 10px; }
  .stat-item:nth-child(odd) { border-right: 1px solid var(--border); }
  .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom: none; }
  .stat-num { font-size: 28px; }
  .stat-label { font-size: 11px; }
  .about-india { grid-template-columns: 1fr; }
  .about-india-right { min-height: 280px; }
  .about-india-left, .about-sawal-right { padding: 40px 20px; }
  .about-india-h2, .about-sawal-heading { font-size: clamp(26px, 6vw, 38px); }
  .about-india-desc, .about-sawal-body { font-size: 14px; }
  .about-sawal { grid-template-columns: 1fr; }
  .about-sawal-img { min-height: 260px; }
  .ask-section, .lang-section, .teachers-section, .how-section, .demo-section, .cta-section { padding: 48px 20px; }
  .ask-grid { grid-template-columns: 1fr; gap: 14px; }
  .ask-card { padding: 24px 20px; }
  .ask-card h3 { font-size: 18px; }
  
  
  
  .teachers-grid2x2 { grid-template-columns: 1fr; gap: 16px; }
  .tcard2 { grid-template-columns: 1fr; }
  .tcard2-img { height: 200px; }
  .tcard2-body { padding: 18px; }
  .tcard2-name { font-size: 16px; }
  .tcard2-desc { font-size: 13px; }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .step { padding: 0; }
  .step-num { width: 52px; height: 52px; font-size: 18px; }
  .section-title { font-size: clamp(26px, 6vw, 38px); }
  .section-sub { font-size: 15px; }
  footer { flex-direction: column; gap: 14px; text-align: center; padding: 28px 20px; }
  .footer-links { flex-wrap: wrap; justify-content: center; gap: 14px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-section h2 { font-size: clamp(26px, 6vw, 40px); }
  .demo-container { border-radius: 18px; }
  .about-divider { margin: 0 20px; }
}

/* ── PHONE ONLY max 480px — complete mobile UI ── */



  
  .mhf { display: block; background: var(--bg); padding: 0 0 28px 0; }
  .mhf-langs { padding: 22px 20px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .mhf-label { font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 12px; }
  .mhf-pills { display: flex; flex-wrap: wrap; gap: 8px; }
  .mhf-pill { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 100px; padding: 6px 14px; font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.75); }
  .mhf-pill-more { background: rgba(232,160,0,0.1); border-color: rgba(232,160,0,0.3); color: var(--yellow); }
  .mhf-stats { display: flex; align-items: center; justify-content: space-around; padding: 20px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .mhf-stat { display: flex; flex-direction: column; align-items: center; gap: 3px; }
  .mhf-stat-num { font-size: 20px; font-weight: 900; color: var(--yellow); letter-spacing: -0.5px; }
  .mhf-stat-lbl { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.8px; }
  .mhf-stat-divider { width: 1px; height: 32px; background: rgba(255,255,255,0.08); }
  .mhf-cta { display: block; margin: 16px 20px 20px; background: var(--yellow); color: #000; font-weight: 800; font-size: 15px; text-align: center; padding: 15px 24px; border-radius: 100px; text-decoration: none; box-shadow: 0 8px 32px rgba(232,160,0,0.35); }

  /* Fix: reveal animation — disable on mobile so content is always visible */
  .reveal, .reveal.visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .reveal-delay-1, .reveal-delay-2, .reveal-delay-3 {
    transition-delay: 0s !important;
  }


  .below-hero-langs {
    display: block;
    background: var(--bg);
    padding: 20px 20px 24px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .bhl-label {
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.4); margin-bottom: 12px;
  }
  .bhl-pills {
    display: flex; flex-wrap: wrap; gap: 8px;
  }

  
  
  
  
  /* Learn in your own language — show only h2 and p, hide features and tag */
  .lang-right { padding: 8px 20px 24px !important; }
  .lang-right .section-sub { display: block !important; font-size: 14px !important; }
  .lang-right > div[style] { display: none !important; }
  .lang-feature { display: none !important; }
  /* old */
  .lang-section { padding: 0 !important; background: var(--bg); }
  
  .lang-section-inner > div:first-child { order: 2; }
  .lang-section-inner > div.lang-right { order: 1; padding: 28px 20px 20px !important; }
  
  .lang-feature { display: none !important; }
  .lang-right .section-sub { display: block !important; font-size: 14px !important; line-height: 1.6 !important; }
  .lang-right > div[style] { display: none !important; }
  
  .lang-block {
    padding: 18px 8px !important;
    border-radius: 14px !important;
    text-align: center !important;
    background: var(--bg3) !important;
    border: 1px solid var(--border) !important;
  }
  .lang-block .native {
    font-size: 22px !important;
    display: block !important;
    margin-bottom: 5px !important;
    color: var(--yellow) !important;
  }
  .lang-block .english { font-size: 11px !important; color: var(--muted) !important; }

  
  .lang-section { padding: 0 !important; background: var(--bg); }
  
  .lang-mobile-tag { display: block !important; padding: 28px 20px 20px; }
  
  
  
  .lang-block { padding: 14px 4px !important; border-radius: 12px !important; text-align: center !important; }
  .lang-block .native { font-size: 18px !important; display: block !important; margin-bottom: 4px !important; color: var(--yellow) !important; }
  .lang-block .english { font-size: 10px !important; color: var(--muted) !important; }
  /* Last 3 items centered in last row */
  .lang-block:nth-child(13),
  .lang-block:nth-child(14),
  .lang-block:nth-child(15) {
    grid-column: span 1;
  }
  .lang-grid-display::after {
    content: '';
    grid-column: span 1;
  }
  .lang-right { padding: 8px 20px 24px !important; }
  .lang-right .section-tag { display: none !important; }
  .lang-right .section-sub { display: block !important; font-size: 14px !important; }
  .lang-feature { display: none !important; }
  .lang-right > div[style] { display: none !important; }

  /* ════════════════════════════════════════
   PHONE ONLY — max 480px (v12 hero rework)
   ════════════════════════════════════════ */

/* ────────────────────────── end 480px ────────────────────────── */

/* Drawer CSS (all screen sizes, gated by open class) */
.mobile-drawer { display: none; pointer-events: none; }



/* ── v13 QUICK FIXES (mobile only) ── */















/* ── LANG SECTION DESKTOP (zip design) ── */

.lang-visual { position: relative; }
.lang-center { width: 120px; height: 120px; border-radius: 50%; background: var(--yellow); display: flex; align-items: center; justify-content: center; font-size: 48px; font-weight: 900; color: #000; margin: 0 auto 40px; box-shadow: 0 0 60px rgba(232,160,0,0.4), 0 0 120px rgba(232,160,0,0.15); }
.lang-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.lang-block { background: var(--bg3); border: 1px solid var(--border); border-radius: 14px; padding: 14px 10px; text-align: center; transition: transform 0.2s, border-color 0.2s, background 0.2s; }
.lang-block:hover { transform: translateY(-3px); border-color: rgba(232,160,0,0.4); background: rgba(232,160,0,0.06); }
.lang-block .native { font-size: 16px; font-weight: 700; color: var(--yellow); display: block; }
.lang-block .english { font-size: 10px; color: var(--muted); display: block; margin-top: 3px; font-weight: 500; }
.lang-feature { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.lang-feat-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px; background: rgba(232,160,0,0.1); border: 1px solid rgba(232,160,0,0.2); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.lang-feat-text h4 { font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.lang-feat-text p { font-size: 13px; color: var(--muted); line-height: 1.5; }

.lang-section-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
