:root {
  --brand-50: #f2faf8;
  --brand-100: #dff2ee;
  --brand-200: #bce3dc;
  --brand-500: #2c8c80;
  --brand-600: #247b72;
  --brand-700: #1c645d;
  --accent-50: #fff8e9;
  --accent-200: #f8d79b;
  --accent-500: #f4a22b;
  --accent-700: #a85c08;
  --blue-50: #eef6ff;
  --blue-600: #2f6db2;
  --ink-950: #142633;
  --ink-800: #2d4453;
  --ink-600: #5c7180;
  --ink-500: #768a97;
  --line: #dce7e4;
  --line-strong: #c9d9d5;
  --surface: #ffffff;
  --surface-soft: #f6f9f8;
  --container: 1200px;
}
*, *::before, *::after { box-sizing: border-box; letter-spacing: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface); color: var(--ink-950); font-family: "Plus Jakarta Sans", "Noto Sans Gujarati", "Nirmala UI", system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid #79d5cb; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.icon { width: 22px; height: 22px; display: block; flex: 0 0 auto; }
.icon-sm { width: 17px; height: 17px; }
.section { padding: 84px 0; }
.section-soft { background: var(--surface-soft); }
.section-head { max-width: 700px; margin-bottom: 36px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 0; color: var(--ink-950); font-size: 40px; line-height: 1.16; }
.section-head p { margin: 14px 0 0; color: var(--ink-600); font-size: 16px; line-height: 1.72; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 11px; color: var(--brand-700); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 3px; background: var(--accent-500); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; border-radius: 8px; background: var(--ink-950); color: #fff; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(220,231,228,.92); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 126px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 23px; color: var(--ink-600); font-size: 13px; font-weight: 700; }
.desktop-nav a { padding: 9px 0; }
.desktop-nav a:hover { color: var(--brand-700); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.login-link { padding: 10px 12px; color: var(--ink-800); font-size: 13px; font-weight: 800; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: #fff; align-items: center; justify-content: center; }
.mobile-panel { display: none; position: fixed; inset: 72px 0 auto; z-index: 70; padding: 16px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 40px rgba(20,38,51,.12); }
.mobile-panel.open { display: block; }
.mobile-panel nav { display: grid; gap: 4px; }
.mobile-panel nav a { padding: 11px 10px; border-radius: 8px; color: var(--ink-800); font-size: 14px; font-weight: 700; }
.mobile-panel nav a:hover { background: var(--brand-50); color: var(--brand-700); }
.mobile-login { width: 100%; margin-top: 10px; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand-600); color: #fff; box-shadow: 0 9px 22px rgba(36,123,114,.18); }
.btn-primary:hover { background: var(--brand-700); }
.btn-secondary { border-color: var(--line-strong); background: #fff; color: var(--ink-950); }
.btn-secondary:hover { border-color: var(--brand-200); background: var(--brand-50); }
.btn-quiet { border-color: transparent; background: transparent; }
.btn-sm { min-height: 40px; padding: 9px 15px; }
.hero { min-height: 640px; display: grid; align-items: center; padding: 62px 0 66px; overflow: hidden; border-bottom: 1px solid var(--brand-100); background: var(--brand-50); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 58px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid var(--brand-200); border-radius: 999px; background: #fff; color: var(--brand-700); font-size: 11px; font-weight: 800; }
.hero-badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-500); }
.hero h1 { max-width: 590px; margin: 20px 0 0; color: var(--ink-950); font-size: 58px; line-height: 1.08; }
.hero h1 em { color: var(--brand-600); font-style: normal; }
.hero-gujarati { margin: 14px 0 0; color: var(--accent-700); font-family: "Noto Sans Gujarati", "Nirmala UI", sans-serif; font-size: 18px; font-weight: 700; }
.hero-copy { max-width: 590px; margin: 18px 0 0; color: var(--ink-600); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.hero-note { margin: 14px 0 0; color: var(--ink-500); font-size: 12px; font-weight: 600; }
.product-stage { position: relative; }
.product-window { position: relative; border: 1px solid #d3e1de; border-radius: 8px; background: #fff; padding: 10px; box-shadow: 0 24px 55px rgba(20,38,51,.14); }
.product-window img { width: 100%; aspect-ratio: 16 / 9.2; object-fit: cover; object-position: left top; border-radius: 5px; }
.product-caption { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 5px 2px; color: var(--ink-600); font-size: 11px; }
.product-caption strong { color: var(--ink-950); font-size: 13px; }
.product-caption span { display: inline-flex; align-items: center; gap: 6px; }
.product-caption svg { color: var(--brand-600); }
.live-stats { padding: 0; background: var(--brand-600); color: #fff; }
.live-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.live-stat { min-height: 122px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 14px; padding: 23px 30px; border-right: 1px solid rgba(255,255,255,.18); }
.live-stat:last-child { border-right: 0; }
.live-stat-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; }
.live-stat:nth-child(2) .live-stat-icon, .live-stat:nth-child(4) .live-stat-icon { color: #ffd68c; }
.live-stat-value { display: block; font-size: 29px; font-weight: 800; line-height: 1; }
.live-stat-label { display: block; margin-top: 7px; color: #d9f0ec; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.stats-source { margin: 0; padding: 0 0 14px; color: #c2e3de; font-size: 10px; text-align: center; }
.exam-grid-v3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.exam-card-v3 { min-height: 172px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-top: 3px solid var(--brand-500); border-radius: 8px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.exam-card-v3:nth-child(2n) { border-top-color: var(--blue-600); }
.exam-card-v3:nth-child(3n) { border-top-color: var(--accent-500); }
.exam-card-v3:hover { transform: translateY(-3px); border-color: #b8d7d1; box-shadow: 0 12px 28px rgba(20,38,51,.08); }
.exam-card-v3 h3 { margin: 14px 0 5px; font-size: 20px; line-height: 1.35; }
.exam-card-v3 p { margin: 0; color: var(--ink-600); font-size: 13px; line-height: 1.55; }
.exam-count { margin-top: auto; padding-top: 18px; color: var(--brand-700); font-size: 12px; font-weight: 800; }
.exam-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 8px; background: var(--brand-50); color: var(--brand-700); }
.study-flow { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow-step { min-height: 210px; padding: 28px 30px; border-right: 1px solid var(--line); }
.flow-step:last-child { border-right: 0; }
.flow-number { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--ink-950); color: #fff; font-size: 12px; font-weight: 800; }
.flow-step:nth-child(2) .flow-number { background: var(--brand-600); }
.flow-step:nth-child(3) .flow-number { background: var(--accent-500); color: var(--ink-950); }
.flow-step h3 { margin: 17px 0 7px; font-size: 19px; }
.flow-step p { margin: 0; color: var(--ink-600); font-size: 13px; line-height: 1.65; }
.feature-grid-v3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card-v3 { min-height: 226px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.feature-card-v3:hover { border-color: #bdd8d3; box-shadow: 0 10px 24px rgba(20,38,51,.06); }
.feature-icon-v3 { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--brand-50); color: var(--brand-700); }
.feature-card-v3:nth-child(2n) .feature-icon-v3 { background: var(--blue-50); color: var(--blue-600); }
.feature-card-v3:nth-child(3n) .feature-icon-v3 { background: var(--accent-50); color: var(--accent-700); }
.feature-card-v3 h3 { margin: 16px 0 7px; font-size: 18px; line-height: 1.35; }
.feature-card-v3 p { margin: 0; color: var(--ink-600); font-size: 13px; line-height: 1.65; }
.feature-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: var(--brand-700); font-size: 12px; font-weight: 800; }
.feature-link:hover { color: var(--ink-950); }
.more-tools { margin-top: 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.more-tools strong { display: block; margin-bottom: 12px; font-size: 13px; }
.tool-links { display: flex; flex-wrap: wrap; gap: 8px; }
.tool-link { display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink-800); font-size: 11px; font-weight: 700; }
.tool-link:hover { border-color: #8bcfc6; color: var(--brand-700); background: var(--brand-50); }

.current-affairs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.affair-card { min-height: 286px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: inset 4px 0 0 var(--brand-500); }
.affair-card:nth-child(2) { box-shadow: inset 4px 0 0 var(--blue-600); }
.affair-card:nth-child(3) { box-shadow: inset 4px 0 0 var(--accent-500); }
.affair-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ink-500); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.affair-category { color: var(--brand-700); }
.affair-card h3 { margin: 18px 0 10px; font-size: 19px; line-height: 1.42; }
.affair-card p { margin: 0; color: var(--ink-600); font-size: 13px; line-height: 1.65; }
.affair-source { margin-top: auto; padding-top: 20px; color: var(--ink-500); font-size: 10px; }
.affair-card .feature-link { margin-top: 0; }
.section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-head-row .section-head { margin: 0; }
.section-head-action { flex: 0 0 auto; }

.series-grid-v3, .pricing-grid-v3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.series-card-v3, .plan-card-v3 { min-height: 338px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.series-label, .plan-badge { align-self: flex-start; padding: 5px 8px; border-radius: 5px; background: var(--brand-50); color: var(--brand-700); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.series-card-v3 h3, .plan-card-v3 h3 { margin: 15px 0 7px; font-size: 19px; line-height: 1.38; }
.series-card-v3 > p, .plan-card-v3 > p { margin: 0; color: var(--ink-600); font-size: 13px; line-height: 1.58; }
.series-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.series-meta span { padding: 6px 8px; border-radius: 5px; background: var(--surface-soft); color: var(--ink-800); font-size: 10px; font-weight: 700; }
.series-bottom-v3 { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 22px; }
.series-price-v3 strong { display: block; font-size: 22px; }
.series-price-v3 s { display: block; color: var(--ink-500); font-size: 11px; }
.series-card-v3 .btn { min-height: 40px; padding: 9px 13px; font-size: 11px; }
.plan-card-v3.is-popular { border: 2px solid var(--brand-500); box-shadow: 0 14px 34px rgba(36,123,114,.1); }
.plan-price { margin: 20px 0 0; font-size: 31px; font-weight: 800; line-height: 1; }
.plan-price s { margin-left: 6px; color: var(--ink-500); font-size: 13px; font-weight: 500; }
.plan-duration { margin-top: 7px; color: var(--ink-600); font-size: 11px; }
.plan-features { list-style: none; display: grid; gap: 9px; margin: 20px 0 24px; padding: 18px 0 0; border-top: 1px solid var(--line); }
.plan-features li { display: flex; align-items: flex-start; gap: 8px; color: var(--ink-800); font-size: 12px; }
.plan-features svg { flex: 0 0 auto; margin-top: 1px; color: var(--brand-600); }
.plan-card-v3 .btn { width: 100%; margin-top: auto; }
.pricing-policy { margin: 18px auto 0; color: var(--ink-500); font-size: 11px; text-align: center; }
.pricing-policy a { color: var(--brand-700); font-weight: 800; }
.leaderboard-band { background: var(--ink-950); color: #fff; }
.leaderboard-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.leaderboard-copy .eyebrow { color: #8cd8cf; }
.leaderboard-copy h2 { margin: 0; color: #fff; font-size: 40px; line-height: 1.16; }
.leaderboard-copy p { max-width: 480px; margin: 14px 0 26px; color: #b8c9d2; font-size: 15px; line-height: 1.72; }
.leaderboard-copy .btn-secondary { border-color: #47606d; background: transparent; color: #fff; }
.leaderboard-board { border: 1px solid #36505d; border-radius: 8px; background: #1c3440; overflow: hidden; }
.leaderboard-board-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 20px; border-bottom: 1px solid #36505d; }
.leaderboard-board-head strong { font-size: 13px; }
.live-indicator { display: inline-flex; align-items: center; gap: 7px; color: #9bded6; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.live-indicator::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #57d7c7; box-shadow: 0 0 0 4px rgba(87,215,199,.12); }
.leader-row { min-height: 75px; display: grid; grid-template-columns: 36px 42px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 13px 20px; border-bottom: 1px solid #304954; }
.leader-row:last-child { border-bottom: 0; }
.leader-rank { color: #b5c6ce; font-size: 12px; font-weight: 800; text-align: center; }
.leader-row:first-child .leader-rank { color: #ffd27d; }
.leader-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-600); color: #fff; font-size: 14px; font-weight: 800; }
.leader-row:first-child .leader-avatar { background: var(--accent-500); color: var(--ink-950); }
.leader-name { min-width: 0; }
.leader-name strong { display: block; overflow: hidden; color: #fff; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.leader-name span { display: block; margin-top: 3px; color: #91a8b4; font-size: 10px; }
.leader-score { text-align: right; }
.leader-score strong { display: block; color: #fff; font-size: 16px; }
.leader-score span { color: #8cd8cf; font-size: 9px; font-weight: 800; text-transform: uppercase; }

.mobile-band { background: var(--brand-50); }
.mobile-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; }
.mobile-visual-v3 { min-height: 440px; display: grid; place-items: end center; overflow: hidden; border: 1px solid var(--brand-200); border-radius: 8px; background: #dcefeb; box-shadow: inset 0 6px 0 var(--accent-500); }
.mobile-visual-v3 img { max-height: 410px; filter: drop-shadow(0 22px 28px rgba(20,38,51,.2)); }
.app-status { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 13px; padding: 6px 9px; border: 1px solid var(--accent-200); border-radius: 6px; background: var(--accent-50); color: var(--accent-700); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mobile-copy-v3 h2 { margin: 0; color: var(--ink-950); font-size: 40px; line-height: 1.16; }
.mobile-copy-v3 > p { max-width: 570px; margin: 15px 0 0; color: var(--ink-600); font-size: 16px; line-height: 1.72; }
.mobile-list-v3 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 24px 0 28px; }
.mobile-list-v3 span { display: flex; align-items: center; gap: 8px; color: var(--ink-800); font-size: 12px; }
.mobile-list-v3 svg { color: var(--brand-600); }

.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.social-card { min-height: 182px; display: grid; grid-template-columns: 46px 1fr; align-content: start; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.social-card:hover { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: 0 12px 28px rgba(20,38,51,.08); }
.social-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 8px; }
.social-brand-icon { width: 23px; height: 23px; display: block; }
.social-card.instagram .social-mark { background: #fff0f5; color: #a02b69; }
.social-card.telegram .social-mark { background: #edf8fc; color: #1d75a6; }
.social-card.facebook .social-mark { background: #eef4ff; color: #245aa5; }
.social-card.whatsapp .social-mark { background: #edf9f1; color: #1f8b4c; }
.social-body h3 { margin: 1px 0 1px; font-size: 17px; }
.social-handle { color: var(--ink-500); font-size: 11px; font-weight: 700; }
.social-card p { grid-column: 1 / -1; margin: 2px 0 0; color: var(--ink-600); font-size: 12px; line-height: 1.6; }
.social-link { grid-column: 1 / -1; display: inline-flex; align-items: center; gap: 7px; margin-top: 7px; color: var(--brand-700); font-size: 11px; font-weight: 800; }

.faq-list { max-width: 820px; display: grid; gap: 10px; margin-inline: auto; }
.faq-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.faq-question { width: 100%; min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; border: 0; background: transparent; text-align: left; font-size: 14px; font-weight: 800; cursor: pointer; }
.faq-question svg { transition: transform .18s ease; }
.faq-question[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 18px 17px; color: var(--ink-600); font-size: 13px; line-height: 1.68; }
.faq-answer.open { display: block; }
.final-cta { padding: 58px 0; border-top: 1px solid #d7e6e2; background: #eaf5f2; color: var(--ink-950); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.final-cta h2 { margin: 0; font-size: 40px; line-height: 1.16; }
.final-cta p { margin: 9px 0 0; color: var(--ink-600); }
.final-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.final-actions .btn-quiet { border-color: #adc8c2; }
footer { padding: 50px 0 26px; background: #112733; color: #aac0cc; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; }
.footer-brand img { width: 126px; }
.footer-brand p { max-width: 330px; color: #b9c7d5; font-size: 12px; }
footer h3 { margin: 0 0 12px; color: #fff; font-size: 13px; }
footer ul { list-style: none; display: grid; gap: 8px; margin: 0; padding: 0; font-size: 12px; }
footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.floating-actions { position: fixed; right: 24px; bottom: 24px; z-index: 60; display: grid; gap: 10px; }
.floating-action { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 8px; box-shadow: 0 10px 24px rgba(20,38,51,.18); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.floating-action:hover, .floating-action:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(20,38,51,.22); }
.floating-action:focus-visible { outline: 3px solid rgba(244,162,43,.45); outline-offset: 3px; }
.floating-action .social-brand-icon, .floating-action .icon { width: 22px; height: 22px; }
.floating-telegram { background: #229ed9; color: #fff; }
.floating-whatsapp { background: #25d366; color: #fff; }
.floating-top { border-color: #c5d9d5; background: #fff; color: var(--brand-700); }
@media (max-width: 1100px) {
  .desktop-nav { gap: 15px; }
  .hero h1 { font-size: 50px; }
  .hero-grid, .leaderboard-layout, .mobile-layout { gap: 42px; }
}
@media (max-width: 980px) {
  .desktop-nav, .login-link { display: none; }
  .menu-button { display: inline-flex; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-grid > div:first-child { max-width: 720px; }
  .product-stage { max-width: 760px; }
  .exam-grid-v3, .feature-grid-v3, .series-grid-v3, .pricing-grid-v3, .current-affairs-grid { grid-template-columns: repeat(2, 1fr); }
  .live-stats-grid { grid-template-columns: 1fr 1fr; }
  .live-stat:nth-child(2) { border-right: 0; }
  .live-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .leaderboard-layout, .mobile-layout { grid-template-columns: 1fr; }
  .leaderboard-copy { max-width: 670px; }
  .leaderboard-board { max-width: 760px; }
  .mobile-visual-v3 { order: 2; max-width: 660px; width: 100%; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 28px; }
  .section-head h2, .leaderboard-copy h2, .mobile-copy-v3 h2, .final-cta h2 { font-size: 30px; }
  .section-head p, .mobile-copy-v3 > p { font-size: 14px; }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 116px; }
  .mobile-panel { inset: 68px 0 auto; }
  .nav-actions .btn-sm { display: none; }
  .hero { padding: 52px 0 56px; }
  .hero h1 { font-size: 38px; line-height: 1.1; }
  .hero-gujarati { font-size: 16px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .product-window { padding: 7px; }
  .product-caption { align-items: flex-start; flex-direction: column; gap: 3px; padding: 10px 4px 3px; }
  .live-stat { min-height: 100px; grid-template-columns: 36px 1fr; gap: 10px; padding: 18px 14px; }
  .live-stat-icon { width: 36px; height: 36px; }
  .live-stat-value { font-size: 23px; }
  .live-stat-label { font-size: 9px; }
  .exam-grid-v3, .feature-grid-v3, .series-grid-v3, .pricing-grid-v3, .current-affairs-grid, .social-grid { grid-template-columns: 1fr; }
  .study-flow { grid-template-columns: 1fr; }
  .flow-step { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .flow-step:last-child { border-bottom: 0; }
  .section-head-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .series-card-v3, .plan-card-v3, .affair-card { min-height: 0; }
  .leaderboard-layout, .mobile-layout { gap: 36px; }
  .leaderboard-board-head, .leader-row { padding-inline: 14px; }
  .leader-row { grid-template-columns: 28px 38px minmax(0,1fr) auto; gap: 9px; }
  .leader-avatar { width: 38px; height: 38px; }
  .leader-name span { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-visual-v3 { min-height: 360px; }
  .mobile-visual-v3 img { max-height: 340px; }
  .app-status { display: flex; width: max-content; margin-top: 2px; }
  .mobile-list-v3 { grid-template-columns: 1fr; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { width: 100%; }
  .final-actions .btn { flex: 1 1 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
  .floating-actions { right: 14px; bottom: 14px; gap: 8px; }
  .floating-action { width: 44px; height: 44px; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 34px; }
  .live-stat { grid-template-columns: 1fr; text-align: center; }
  .live-stat-icon { margin-inline: auto; }
  .leader-name span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
