:root {
  --ink: #0a1f3d;
  --ink-soft: #2a4060;
  --muted: #5a6f8a;
  --line: #d5e4f4;
  --paper: #f5f9fd;
  --mist: #e8f2fc;
  --sky: #d6ebfc;
  --brand: #054fcc;
  --brand-deep: #033a9a;
  --brand-mid: #1f6ee0;
  --wave: #74c6f5;
  --amber: #e9a820;
  --amber-hot: #f0b429;
  --amber-soft: #fff6dc;
  --ok: #068e1f;
  --radius: 12px;
  --shadow: 0 8px 28px rgba(5, 79, 204, 0.08);
  --font: "Outfit", system-ui, sans-serif;
  --hindi: "Noto Sans Devanagari", "Outfit", sans-serif;
  --max: 1120px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.hi { font-family: var(--hindi); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* NAV */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 100;
  padding: 14px 0; transition: background .25s, box-shadow .25s, padding .25s;
}
.nav.is-solid, .nav.on-light {
  background: rgba(245, 249, 253, .92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
  padding: 10px 0;
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 1.18rem; letter-spacing: -.02em;
}
.brand img {
  width: 34px; height: 34px; border-radius: 9px;
  object-fit: cover; flex-shrink: 0;
}
.brand .echo { color: var(--brand); }
.nav:not(.is-solid):not(.on-light) .brand,
.nav:not(.is-solid):not(.on-light) .links a { color: #fff; }
.nav:not(.is-solid):not(.on-light) .brand .echo { color: var(--wave); }
.nav.is-solid .brand, .nav.on-light .brand { color: var(--ink); }
.nav.is-solid .links a, .nav.on-light .links a { color: var(--ink-soft); }
.links { display: flex; align-items: center; gap: 22px; }
.links a { font-size: .9rem; font-weight: 550; opacity: .88; transition: opacity .2s, color .2s; }
.links a:hover { opacity: 1; color: var(--brand); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 10px; font-weight: 650; font-size: .9rem;
  border: 1px solid transparent; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-amber {
  background: #ffd400;
  color: #111;
  border-radius: 999px;
  padding: 14px 36px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.01em;
  box-shadow: 0 4px 0 rgba(0, 0, 0, .12);
}
.btn-amber:hover {
  background: #ffdf33;
  box-shadow: 0 6px 0 rgba(0, 0, 0, .1);
}
.nav .btn-amber {
  padding: 10px 22px;
  font-size: .88rem;
}
.cta .btn-amber {
  padding: 16px 44px;
  font-size: 1.08rem;
}
.btn-brand { background: var(--brand); color: #fff; }
.btn-brand:hover { background: var(--brand-deep); }
.btn-ghost {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,.35);
}
.nav.is-solid .btn-ghost, .nav.on-light .btn-ghost,
.page-hero .btn-ghost,
.hero .btn-ghost {
  color: var(--brand-deep);
  border-color: rgba(5, 79, 204, .28);
  background: rgba(255, 255, 255, .55);
}
.hero .btn-ghost:hover {
  background: #fff;
  border-color: var(--brand);
}
.menu-btn {
  display: none; width: 42px; height: 42px; border: 0; background: transparent;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.menu-btn span {
  display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor;
  transition: .25s;
}
.nav:not(.is-solid):not(.on-light) .menu-btn { color: #fff; }
.nav.is-solid .menu-btn, .nav.on-light .menu-btn { color: var(--ink); }
.menu-btn.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.active span:nth-child(2) { opacity: 0; }
.menu-btn.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile {
  display: none; position: fixed; inset: 0; z-index: 90;
  background: rgba(3, 58, 154, .97);
  flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
.mobile.open { opacity: 1; pointer-events: auto; }
.mobile a { color: #fff; font-size: 1.15rem; font-weight: 600; }

/* HERO — logo blue atmosphere */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  padding: 118px 22px 72px;
  background:
    radial-gradient(ellipse 70% 55% at 78% 42%, rgba(5, 79, 204, .18), transparent 62%),
    radial-gradient(ellipse 45% 40% at 8% 78%, rgba(116, 198, 245, .35), transparent 55%),
    radial-gradient(ellipse 50% 35% at 40% 8%, rgba(214, 235, 252, .95), transparent 60%),
    linear-gradient(165deg, #d6ebfc 0%, #f5f9fd 48%, #eef5ff 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: min(720px, 95vw);
  height: min(720px, 95vw);
  right: -8%;
  top: 50%;
  transform: translateY(-52%);
  border-radius: 50%;
  border: 1px solid rgba(5, 79, 204, .14);
  box-shadow:
    0 0 0 48px rgba(5, 79, 204, .06),
    0 0 0 96px rgba(116, 198, 245, .08),
    0 0 0 144px rgba(5, 79, 204, .04);
  animation: rippleBreath 8s ease-in-out infinite;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(5, 79, 204, .08) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 85%);
  opacity: .5;
}
@keyframes rippleBreath {
  0%, 100% { transform: translateY(-52%) scale(1); opacity: 1; }
  50% { transform: translateY(-52%) scale(1.04); opacity: .85; }
}
.hero-grid {
  position: relative; z-index: 1; width: 100%; max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center;
}
.kicker {
  display: inline-block; margin-bottom: 18px;
  font-size: .78rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase;
  color: var(--brand);
}
.hero h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.1rem); line-height: 1.02; font-weight: 800;
  color: var(--ink); letter-spacing: -.035em; margin-bottom: 16px;
}
.hero h1 .mark { color: var(--ink); }
.hero h1 .echo { color: var(--brand); }
.hero-lead {
  color: var(--ink-soft); font-size: 1.08rem; max-width: 34rem;
  margin-bottom: 28px; line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; align-items: center; }
.trust { display: flex; flex-wrap: wrap; gap: 14px 22px; }
.trust span {
  color: var(--muted); font-size: .82rem; font-weight: 550;
  padding-left: 14px; border-left: 2px solid var(--brand);
}
.play-badge { height: 50px; width: auto; }

/* phone mock */
.stage { display: flex; justify-content: center; perspective: 900px; }
.device {
  width: min(280px, 86vw); background: #0e1a2e; border-radius: 32px; padding: 9px;
  box-shadow: 0 28px 60px rgba(5, 79, 204, .22);
  animation: floatY 5.5s ease-in-out infinite;
}
@keyframes floatY {
  0%,100% { transform: translateY(0) rotate3d(0,1,0, -5deg); }
  50% { transform: translateY(-14px) rotate3d(0,1,0, -5deg); }
}
.device-screen {
  background: linear-gradient(180deg, #eef5ff, #f8fbfd);
  border-radius: 24px; overflow: hidden; min-height: 460px;
}
.d-top {
  padding: 16px; display: flex; gap: 10px; align-items: center;
  background: linear-gradient(125deg, var(--brand-deep), var(--brand-mid)); color: #fff;
}
.d-top img { width: 28px; height: 28px; border-radius: 7px; object-fit: cover; }
.d-top strong { display: block; font-size: .82rem; }
.d-top small { opacity: .8; font-size: .68rem; }
.d-alert {
  margin: 16px; padding: 20px 16px; border-radius: 14px; text-align: center; color: #fff;
  background: linear-gradient(145deg, #057a18, #0aad2a);
  animation: softPulse 3s ease-in-out infinite;
}
@keyframes softPulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.015); }
}
.d-alert .amt { font-size: 1.7rem; font-weight: 800; letter-spacing: -.02em; margin: 4px 0; }
.d-alert .words { font-size: .78rem; opacity: .95; }
.d-langs { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; padding: 0 14px 12px; }
.d-langs span {
  font-size: .62rem; font-weight: 600; padding: 4px 8px; border-radius: 6px;
  background: var(--sky); color: var(--brand-deep);
}
.d-list { padding: 4px 14px 18px; }
.d-row {
  display: flex; justify-content: space-between; gap: 8px;
  font-size: .72rem; color: var(--muted); padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.d-row b { color: var(--ok); font-weight: 650; }

/* PAGE HERO (inner) */
.page-hero {
  padding: 120px 22px 56px;
  background:
    radial-gradient(600px 280px at 90% 0%, rgba(5, 79, 204, .12), transparent 60%),
    radial-gradient(400px 200px at 10% 100%, rgba(116, 198, 245, .2), transparent 55%),
    linear-gradient(180deg, #dceefc 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero-inner { max-width: var(--max); margin: 0 auto; }
.crumbs { font-size: .82rem; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--brand); font-weight: 550; }
.page-hero h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.15; letter-spacing: -.02em;
  margin-bottom: 12px; max-width: 18ch;
}
.page-hero .lead { color: var(--muted); font-size: 1.05rem; max-width: 38rem; margin-bottom: 22px; }
.page-hero .actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* SECTIONS */
.strip {
  background: var(--brand-deep); color: #fff; padding: 28px 22px;
}
.strip-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center;
}
.strip strong {
  display: block; font-size: clamp(1.4rem, 2.8vw, 1.9rem); color: var(--wave);
  letter-spacing: -.02em;
}
.strip span { font-size: .8rem; color: rgba(255,255,255,.65); font-weight: 500; }

.sec { padding: clamp(58px, 8vw, 92px) 22px; }
.sec-mist { background: var(--mist); }
.wrap { max-width: var(--max); margin: 0 auto; }
.sec-head { text-align: center; margin-bottom: 36px; }
.sec-head h2 {
  font-size: clamp(1.45rem, 3vw, 2.1rem); letter-spacing: -.02em; margin-bottom: 8px;
}
.sec-head p { color: var(--muted); max-width: 36rem; margin: 0 auto; }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

.panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; transition: border-color .2s, transform .2s;
}
.panel:hover { border-color: #a8c8f0; transform: translateY(-3px); }
.panel .num {
  width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center;
  background: var(--sky); color: var(--brand); font-weight: 700; margin-bottom: 12px;
}
.panel h3 { font-size: 1.02rem; margin-bottom: 8px; letter-spacing: -.01em; }
.panel p, .panel li { color: var(--muted); font-size: .9rem; }
.panel ul { margin-top: 8px; }
.panel li { padding: 4px 0 4px 14px; position: relative; }
.panel li::before {
  content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 6px;
  border-radius: 50%; background: var(--brand);
}
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.tag {
  font-size: .72rem; font-weight: 600; padding: 4px 9px; border-radius: 6px;
  background: var(--sky); color: var(--brand-deep);
}
.tag.soft { background: #e4f7e8; color: #057018; }

.compare {
  overflow: auto; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff;
}
.compare table { width: 100%; border-collapse: collapse; min-width: 560px; }
.compare th, .compare td {
  padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line);
  font-size: .92rem;
}
.compare th { background: var(--brand-deep); color: #fff; font-weight: 600; }
.compare td:nth-child(2) { color: var(--ok); font-weight: 600; }
.compare tr:last-child td { border-bottom: 0; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 28px 22px; position: relative;
}
.plan.featured {
  border-color: rgba(5, 79, 204, .45);
  background: linear-gradient(180deg, #f0f6ff, #fff);
}
.plan .badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--brand); color: #fff; font-size: .7rem; font-weight: 700;
  padding: 4px 12px; border-radius: 8px; white-space: nowrap;
}
.plan h3 { font-size: 1.15rem; margin-bottom: 6px; }
.plan .price {
  font-size: 2rem; font-weight: 800; color: var(--brand); letter-spacing: -.03em;
  margin: 8px 0 16px;
}
.plan .price small { font-size: .8rem; font-weight: 500; color: var(--muted); }
.plan li {
  font-size: .88rem; color: var(--muted); padding: 8px 0;
  border-bottom: 1px solid var(--line); padding-left: 18px; position: relative;
}
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }

.quote {
  display: block; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px; transition: .2s;
}
.quote:hover { transform: translateY(-3px); border-color: #a8c8f0; }
.stars { color: #c99200; letter-spacing: 1px; margin-bottom: 10px; font-size: .9rem; }
.quote p { color: var(--muted); font-size: .9rem; margin-bottom: 16px; }
.who { display: flex; align-items: center; gap: 10px; }
.av {
  width: 38px; height: 38px; border-radius: 50%; background: var(--brand); color: #fff;
  display: grid; place-items: center; font-size: .78rem; font-weight: 700;
}
.who strong { display: block; font-size: .86rem; }
.who span { font-size: .72rem; color: var(--muted); }

.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 10px; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px;
}
.faq summary {
  font-weight: 650; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brand); font-size: 1.2rem; font-weight: 500; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); font-size: .92rem; margin-top: 10px; padding-right: 24px; }

.chip-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.chip {
  padding: 9px 14px; border-radius: 10px; background: var(--sky); color: var(--brand-deep);
  font-size: .84rem; font-weight: 600; border: 1px solid transparent; transition: .2s;
}
.chip:hover { background: var(--brand); color: #fff; }

.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.blog-card {
  display: block; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px; transition: .2s; height: 100%;
}
.blog-card:hover { transform: translateY(-3px); border-color: #a8c8f0; }
.blog-card .meta { font-size: .75rem; color: var(--muted); font-weight: 600; margin-bottom: 10px; letter-spacing: .04em; text-transform: uppercase; }
.blog-card h3 { font-size: 1.05rem; margin-bottom: 8px; letter-spacing: -.01em; }
.blog-card p { color: var(--muted); font-size: .88rem; }
.article {
  max-width: 740px; margin: 0 auto;
}
.article h2 {
  font-size: 1.35rem; letter-spacing: -.015em; margin: 28px 0 10px; color: var(--ink);
}
.article h3 { font-size: 1.08rem; margin: 22px 0 8px; }
.article p { color: var(--ink-soft); font-size: 1.02rem; margin-bottom: 14px; line-height: 1.75; }
.article ul, .article ol { margin: 0 0 16px 1.1rem; }
.article li { color: var(--ink-soft); font-size: 1rem; margin-bottom: 8px; line-height: 1.65; list-style: disc; }
.article ol li { list-style: decimal; }
.article a { color: var(--brand); font-weight: 600; }
.article .callout {
  background: var(--sky); border-left: 3px solid var(--brand);
  padding: 14px 16px; border-radius: 0 10px 10px 0; margin: 18px 0;
  color: var(--ink-soft); font-size: .95rem;
}
@media (max-width: 960px) {
  .blog-grid { grid-template-columns: 1fr; }
}

.prose {
  max-width: 760px; margin: 0 auto;
  display: grid; gap: 14px;
}
.prose .block {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 22px;
}
.prose h2 { font-size: 1.05rem; color: var(--brand); margin-bottom: 8px; }
.prose p, .prose li { color: var(--ink-soft); font-size: .95rem; }
.prose ul { margin-top: 6px; }
.prose li { padding: 4px 0 4px 16px; position: relative; }
.prose li::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brand);
  position: absolute; left: 0; top: .75em;
}
.prose .note { color: var(--muted); font-size: .88rem; margin-top: 6px; }
.prose a { color: var(--brand); font-weight: 550; }

.cta {
  padding: clamp(60px, 9vw, 96px) 22px; text-align: center; color: #fff;
  background:
    radial-gradient(520px 260px at 50% 0%, rgba(116, 198, 245, .28), transparent 70%),
    linear-gradient(150deg, #033a9a 0%, #054fcc 55%, #1f6ee0 100%);
}
.cta h2 { font-size: clamp(1.6rem, 3.5vw, 2.35rem); letter-spacing: -.02em; margin-bottom: 10px; }
.cta h2 .mark { color: var(--wave); }
.cta p { color: rgba(255,255,255,.75); max-width: 28rem; margin: 0 auto 22px; }
.cta .note { margin-top: 14px; font-size: .78rem; color: rgba(255,255,255,.5); }

/* FOOTER */
.footer { background: #021f55; color: #fff; padding: 52px 22px 28px; }
.footer-grid {
  max-width: var(--max); margin: 0 auto 28px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px;
}
.footer .brand { color: #fff; margin-bottom: 10px; }
.footer .brand .echo { color: var(--wave); }
.footer p { color: rgba(255,255,255,.5); font-size: .84rem; line-height: 1.6; }
.footer h4 { font-size: .86rem; margin-bottom: 12px; font-weight: 650; }
.footer-col a {
  display: block; color: rgba(255,255,255,.48); font-size: .84rem; padding: 4px 0;
  transition: color .2s;
}
.footer-col a:hover { color: var(--wave); }
.footer-bottom {
  max-width: var(--max); margin: 0 auto; padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.footer-bottom p, .footer-bottom a { color: rgba(255,255,255,.35); font-size: .75rem; }
.footer-bottom a:hover { color: var(--wave); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .links { display: none; }
  .menu-btn { display: flex; }
  .mobile { display: flex; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust { justify-content: center; }
  .trust span { border-left: 0; padding-left: 0; }
  .hero::before { right: 50%; transform: translate(50%, -40%); opacity: .6; }
  .grid-4, .grid-3, .plans { grid-template-columns: 1fr 1fr; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero h1 { max-width: none; }
}
@media (max-width: 640px) {
  .grid-4, .grid-3, .grid-2, .plans { grid-template-columns: 1fr; }
  .hero-actions .btn, .page-hero .actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}
