﻿:root {
  color-scheme: light;
  --ink: #101828;
  --muted: #5f6b7a;
  --soft: #eef4ff;
  --line: #d9e2ef;
  --panel: #ffffff;
  --bg: #f6f8fb;
  --navy: #0d1b2f;
  --blue: #1d4ed8;
  --teal: #0f766e;
  --amber: #b45309;
  --shadow: 0 22px 60px rgba(16, 24, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(29, 78, 216, .10), transparent 28rem),
    linear-gradient(180deg, #fbfcff 0%, var(--bg) 44%, #ffffff 100%);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 30; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(217, 226, 239, .88);
  backdrop-filter: blur(18px);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 850; color: var(--navy); }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: url("../assets/voicecraft-icon.webp") center / cover no-repeat;
  color: transparent;
  font-size: 0;
  box-shadow: 0 14px 30px rgba(29, 78, 216, .26);
}
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 15px; font-weight: 720; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--navy); }
.lang-switch { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--line); background: #fff; border-radius: 999px; }
.lang-switch a { min-width: 34px; padding: 5px 8px; border-radius: 999px; text-align: center; font-size: 12px; font-weight: 850; color: var(--muted); }
.lang-switch a.active { background: var(--navy); color: #fff; }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; border-radius: 8px; width: 42px; height: 42px; font-size: 21px; color: var(--navy); }

.hero { padding: 84px 0 52px; }
.hero-home { --hero-image: url("../assets/hero-home-creator.webp"); }
.hero-download { --hero-image: url("../assets/hero-download-app.webp"); }
.hero-pricing { --hero-image: url("../assets/hero-pricing-checkout.webp"); }
.hero-support { --hero-image: url("../assets/hero-support-desk.webp"); }
.hero-hindi { --hero-image: url("../assets/hero-hindi-tts.webp"); }
.hero-bengali { --hero-image: url("../assets/hero-bengali-tts.webp"); }
.hero-youtube { --hero-image: url("../assets/hero-youtube-voice.webp"); }
.hero-trust { --hero-image: url("../assets/hero-trust-activation.webp"); }
.policy-hero .legal,
.policy-hero .success-panel {
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  box-shadow: 0 26px 70px rgba(0,0,0,.18) !important;
  padding: 34px !important;
  border-radius: 8px !important;
  max-width: 900px !important;
}
.policy-hero .legal h1,
.policy-hero .legal h2,
.policy-hero .success-panel h1 {
  color: var(--navy) !important;
  text-shadow: none !important;
}
.policy-hero .legal p,
.policy-hero .legal li,
.policy-hero .success-panel p {
  color: #4b5565 !important;
  text-shadow: none !important;
}
main > .hero:first-child:not(.hero-photo) {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 15, 28, .98), rgba(7, 15, 28, .91) 52%, rgba(7, 15, 28, .62)),
    var(--hero-image, url("../assets/hero-home-creator.webp")) center / cover no-repeat;
}
main > section:first-child:has(.legal),
main > section:first-child:has(.success-panel) {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 15, 28, .82), rgba(7, 15, 28, .58) 48%, rgba(7, 15, 28, .16)),
    url("../assets/hero-trust-activation.webp") center / cover no-repeat;
}
main > section:first-child:has(.legal)::after,
main > section:first-child:has(.success-panel)::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(0deg, var(--bg), rgba(246, 248, 251, 0));
}
main > section:first-child:has(.legal) > .container,
main > section:first-child:has(.success-panel) > .container {
  position: relative;
  z-index: 1;
}
main > section:first-child:has(.legal) .legal,
main > section:first-child:has(.success-panel) .success-panel {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 26px 70px rgba(0,0,0,.18);
  padding: 34px;
  border-radius: 8px;
  max-width: 900px;
}
main > .hero:first-child:not(.hero-photo)::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(0deg, var(--bg), rgba(246, 248, 251, 0));
  pointer-events: none;
}
main > .hero:first-child:not(.hero-photo) > .container {
  position: relative;
  z-index: 1;
}
main > .hero:first-child:not(.hero-photo) h1,
main > .hero:first-child:not(.hero-photo) h2 {
  color: #fff;
}
main > .hero:first-child:not(.hero-photo) .lead,
main > .hero:first-child:not(.hero-photo) p {
  color: #edf5ff;
  text-shadow: 0 8px 24px rgba(0,0,0,.24);
}
main > .hero:first-child:not(.hero-photo) .card,
main > .hero:first-child:not(.hero-photo) .legal,
main > .hero:first-child:not(.hero-photo) .section-header,
main > .hero:first-child:not(.hero-photo) .success-panel {
  max-width: 840px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  backdrop-filter: none;
}
main > .hero:first-child:not(.hero-photo) .card:hover { transform: none; box-shadow: none; border-color: transparent; }
main > .hero:first-child:not(.hero-photo) .card h1,
main > .hero:first-child:not(.hero-photo) .card h2,
main > .hero:first-child:not(.hero-photo) .card h3,
main > .hero:first-child:not(.hero-photo) .legal h1,
main > .hero:first-child:not(.hero-photo) .legal h2,
main > .hero:first-child:not(.hero-photo) .section-header h1,
main > .hero:first-child:not(.hero-photo) .section-header h2,
main > .hero:first-child:not(.hero-photo) .success-panel h1 {
  color: #fff;
  text-shadow: 0 16px 40px rgba(0,0,0,.35);
}
main > .hero:first-child:not(.hero-photo) .card p,
main > .hero:first-child:not(.hero-photo) .card li,
main > .hero:first-child:not(.hero-photo) .legal p,
main > .hero:first-child:not(.hero-photo) .legal li,
main > .hero:first-child:not(.hero-photo) .section-header p,
main > .hero:first-child:not(.hero-photo) .success-panel p {
  color: #edf5ff;
}
main > .hero:first-child:not(.hero-photo) .notice {
  background: rgba(239, 246, 255, .96);
  border-color: #bfdbfe;
  color: #1e3a8a;
  text-shadow: none;
  max-width: 760px;
  font-weight: 760;
}
.hero-photo {
  position: relative;
  min-height: min(820px, calc(100vh - 74px));
  display: grid;
  align-items: end;
  padding: 0;
  overflow: hidden;
  background: var(--navy);
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  animation: heroDrift 16s ease-in-out infinite alternate;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 15, 28, .98) 0%, rgba(7, 15, 28, .86) 44%, rgba(7, 15, 28, .42) 82%),
    linear-gradient(0deg, rgba(7, 15, 28, .78) 0%, rgba(7, 15, 28, .12) 46%);
}
.hero-overlay { position: relative; padding: 96px 18px 56px; }
.hero-copy { max-width: 760px; color: #fff; }
.hero-copy h1 { color: #fff; text-wrap: balance; }
.hero-copy .lead { color: #eef6ff; text-shadow: 0 8px 24px rgba(0,0,0,.30); }
.hero-copy .eyebrow { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.24); color: #dffcf6; backdrop-filter: blur(10px); }
.glass { background: rgba(255,255,255,.12) !important; color: #fff !important; border-color: rgba(255,255,255,.28) !important; backdrop-filter: blur(12px); }
.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.proof-row span {
  color: #eaf2ff;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 760;
  backdrop-filter: blur(10px);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #bfe5df;
  background: #edf9f7;
  color: #075e59;
  font-size: 13px;
  font-weight: 850;
}
h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: 0; color: var(--navy); }
h1 { margin-top: 18px; font-size: clamp(44px, 6.8vw, 76px); max-width: 820px; }
html:lang(hi) h1,
html:lang(bn) h1 {
  font-size: clamp(32px, 4.1vw, 50px);
  line-height: 1.18;
  max-width: 720px;
}
html:lang(hi) h2,
html:lang(bn) h2 {
  line-height: 1.18;
}
html:lang(hi) .lead,
html:lang(bn) .lead {
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.82;
  max-width: 660px;
}
html:lang(hi) .hero-pricing h1,
html:lang(bn) .hero-pricing h1 {
  max-width: 760px;
  font-size: clamp(31px, 3.9vw, 48px);
}
html:lang(hi) .hero-pricing .lead,
html:lang(bn) .hero-pricing .lead {
  max-width: 760px;
}
html:lang(hi) .hero-grid,
html:lang(bn) .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .66fr);
  gap: 38px;
}
html:lang(hi) .hero .product-shot,
html:lang(bn) .hero .product-shot {
  max-width: 520px;
  justify-self: end;
  box-shadow: 0 24px 64px rgba(0,0,0,.36);
}
html:lang(hi) .hero .fake-input,
html:lang(bn) .hero .fake-input {
  min-height: 118px;
  font-size: 15px;
  line-height: 1.65;
}
h2 { font-size: clamp(30px, 4vw, 46px); }
h3 { font-size: 21px; }
.lead { margin: 22px 0 0; max-width: 760px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.72; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.button.primary { background: var(--blue); color: #fff; box-shadow: 0 14px 30px rgba(29, 78, 216, .25); }
.button.primary:hover { background: #1e40af; }
.button.secondary { background: #fff; color: var(--navy); border-color: var(--line); }
.button.secondary:hover { border-color: #9fb3ce; background: #f8fbff; }
.button.full { width: 100%; }
.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}
.text-link:hover { text-decoration: underline; }

.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; max-width: 690px; }
.metric {
  padding: 16px;
  border: 1px solid rgba(217, 226, 239, .9);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
}
.metric strong { display: block; color: var(--navy); font-size: 23px; line-height: 1.1; }
.metric span { color: var(--muted); font-size: 14px; }

.product-shot {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #0d1b2f;
  color: #eff6ff;
  border: 1px solid #1f365a;
  box-shadow: var(--shadow);
}
.product-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 10%, rgba(20, 184, 166, .24), transparent 18rem);
  pointer-events: none;
}
.shot-top { position: relative; height: 46px; display: flex; align-items: center; gap: 8px; padding: 0 16px; background: #101f36; color: #cbd5e1; font-weight: 780; }
.dot { width: 10px; height: 10px; border-radius: 99px; background: #ef4444; }
.dot:nth-child(2) { background: #f59e0b; }
.dot:nth-child(3) { background: #22c55e; }
.shot-body { position: relative; padding: 26px; display: grid; gap: 18px; }
.fake-input, .fake-wave, .fake-controls { border: 1px solid #2e4a70; background: rgba(17, 34, 58, .88); border-radius: 8px; }
.fake-input { min-height: 144px; padding: 18px; color: #dbeafe; font-size: 17px; }
.fake-wave { height: 92px; display: flex; align-items: end; gap: 8px; padding: 15px; }
.bar { flex: 1; min-width: 10px; border-radius: 999px 999px 0 0; background: linear-gradient(180deg, #7dd3fc, #14b8a6); }
.fake-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 14px; color: #cbd5e1; }

section { padding: 64px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.section-head p { color: var(--muted); max-width: 580px; margin: 10px 0 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(16, 24, 40, .05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover { transform: translateY(-4px); border-color: #b8c7da; box-shadow: 0 18px 42px rgba(16, 24, 40, .10); }
.card p, .legal p, .legal li { color: #4b5565; font-size: 16.5px; line-height: 1.78; }
.icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 8px; background: var(--soft); color: var(--blue); font-weight: 900; margin-bottom: 16px; }
.price { margin: 14px 0; font-size: 42px; line-height: 1; font-weight: 900; color: var(--navy); }
.price small { font-size: 16px; color: var(--muted); }
.features { padding-left: 0; list-style: none; display: grid; gap: 10px; color: #475467; line-height: 1.65; }
.features li::before { content: "✓"; color: var(--teal); font-weight: 900; margin-right: 8px; }
.popular { border-color: #93c5fd; box-shadow: var(--shadow); }
.tag { display: inline-block; padding: 4px 8px; border-radius: 999px; border: 1px solid #fde68a; background: #fffbeb; color: var(--amber); font-size: 12px; font-weight: 900; }

.pricing-switch-note {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}
.pricing-grid-pro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.price-card:hover {
  transform: translateY(-5px);
  border-color: #9fb3ce;
  box-shadow: 0 24px 58px rgba(16, 24, 40, .13);
}
.price-card.featured {
  border-color: #60a5fa;
  box-shadow: 0 28px 70px rgba(29, 78, 216, .18);
}
.plan-top { display: grid; gap: 3px; }
.plan-name { color: var(--navy); font-size: 28px; line-height: 1; font-weight: 900; }
.plan-for { color: var(--muted); font-weight: 760; }
.price-card p { color: #4b5565; margin: 0; line-height: 1.72; }
.price-card .features { margin: 0 0 8px; }
.price-card .button { margin-top: auto; }
.checkout-form { margin: 18px 0; }

.form { display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 780; color: var(--navy); }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.contact-hero { min-height: 620px; }
.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: 42px;
  align-items: center;
}
.contact-copy { max-width: 850px; }
.contact-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.contact-proof span {
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  color: #f6fbff;
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 800;
  font-size: 13px;
  backdrop-filter: blur(8px);
}
.contact-panel {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.70);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
  padding: 30px;
}
main > .hero:first-child:not(.hero-photo) .contact-panel h2,
main > .hero:first-child:not(.hero-photo) .contact-panel p,
main > .hero:first-child:not(.hero-photo) .contact-panel span,
main > .hero:first-child:not(.hero-photo) .contact-panel strong {
  color: var(--navy);
  text-shadow: none;
}
.contact-panel p { color: #4b5565 !important; line-height: 1.72; }
.contact-email {
  display: block;
  margin: 20px 0;
  padding: 14px 16px;
  border: 1px solid #bdd7f3;
  border-radius: 8px;
  background: #eef7ff;
  color: #075985;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.contact-meta { border-top: 1px solid var(--line); padding-top: 18px; display: grid; gap: 4px; }
.contact-meta span { color: #5b6678 !important; }
.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.support-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 16px 44px rgba(16, 24, 40, .06);
}
.support-card > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #e8f5f3;
  color: #087a70;
  font-weight: 950;
  margin-bottom: 18px;
}
.support-card h3 { margin: 0 0 10px; font-size: 21px; }
.support-card p { color: #4b5565; line-height: 1.72; margin: 0 0 16px; }
.contact-form-shell {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: start;
  background: #eef4f8;
  border: 1px solid #d6e2ec;
  border-radius: 8px;
  padding: 30px;
}
.contact-form-shell h2 { margin-top: 6px; }
.contact-form-shell p { color: #4b5565; line-height: 1.75; }
.contact-form {
  border-color: #c9d8e7;
  box-shadow: 0 18px 48px rgba(16, 24, 40, .10);
}
.compact-dashboard { margin-top: 24px; }
.notice { border: 1px solid #bfdbfe; background: #eff6ff; color: #1e3a8a; border-radius: 8px; padding: 14px; }
.download-hero .section-header::after,
.pricing-hero .section-header::after,
.success-panel::after,
.legal::after { content: none; }
.pricing-grid, .download-grid, .steps-grid, .requirements-grid, .faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pricing-card, .download-card, .step, .requirement, .faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(16, 24, 40, .05);
}
.download-card.primary, .pricing-card.popular {
  border-color: #93c5fd;
  box-shadow: var(--shadow);
}
.plan-price, .download-icon, .step-number {
  color: var(--blue);
  font-weight: 900;
}
.payment-form {
  background: rgba(7, 15, 28, .72);
  backdrop-filter: blur(10px);
}
.payment-card {
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.success-panel { max-width: 720px; margin: 80px auto; text-align: center; }
.legal { max-width: 850px; }
.legal h1 { font-size: clamp(36px, 5vw, 56px); }
.legal h2 { font-size: 26px; margin-top: 32px; }

.site-footer { margin-top: 40px; border-top: 1px solid var(--line); background: #fff; padding: 40px 0; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 24px; }
.footer-grid a { display: block; text-decoration: none; color: var(--muted); margin: 7px 0; }
.footer-grid a:hover { color: var(--navy); }
.footer-grid h3 { color: var(--navy); font-size: 16px; margin: 0 0 10px; }
.fineprint { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }

.section-rise { margin-top: -34px; position: relative; z-index: 2; }
.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.split-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #eef5ff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.split-panel p { color: var(--muted); font-size: 18px; }
.mini-dashboard {
  display: grid;
  gap: 12px;
}
.mini-dashboard div {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}
.mini-dashboard strong { color: var(--navy); font-size: 20px; }
.mini-dashboard span { color: var(--muted); }
.compact { min-height: 180px; }
.cta-band { padding-bottom: 84px; }
.cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
  background: #0d1b2f;
  color: #fff;
  box-shadow: var(--shadow);
}
.cta-inner h2 { color: #fff; }
.cta-inner p { color: #d7e3f4; max-width: 680px; }
.reveal { animation: riseIn .75s ease both; }
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .16s; }

.article-index-hero {
  padding: 92px 0 58px;
  background:
    linear-gradient(135deg, rgba(7, 15, 28, .94), rgba(22, 93, 142, .82)),
    url("../article-images/youtube-ai-voiceover-software.webp") center / cover no-repeat;
  color: #fff;
}
.article-index-hero h1 {
  max-width: 930px;
  color: #fff;
  font-size: clamp(40px, 5vw, 72px);
  line-height: .98;
}
.article-index-hero .lead { max-width: 820px; color: #e7eef9; }
.article-list {
  display: grid;
  gap: 22px;
  padding-top: 54px;
}
.article-card {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 24, 40, .07);
}
.article-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}
.article-card h2 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 36px); }
.article-card h2 a { color: var(--navy); text-decoration: none; }
.article-card p { color: var(--muted); font-size: 17px; }

.article-page { background: #f7faff; }
.article-hero {
  padding: 74px 0 54px;
  background: radial-gradient(circle at 18% 5%, rgba(45, 212, 191, .22), transparent 34%), #081526;
  color: #fff;
}
.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 34px;
  align-items: center;
}
.article-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: .96;
  max-width: 850px;
}
.article-hero .lead { color: #dbeafe; max-width: 760px; }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}
.article-meta span {
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  padding: 8px 12px;
  color: #dbeafe;
  background: rgba(255, 255, 255, .07);
  font-weight: 700;
  font-size: 13px;
}
.article-hero-media {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}
.article-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 820px);
  gap: 38px;
  align-items: start;
  padding-top: 54px;
}
.article-sidebar { position: sticky; top: 96px; }
.toc-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(16, 24, 40, .06);
}
.toc-card a { color: var(--muted); text-decoration: none; font-weight: 800; }
.toc-card a:hover { color: var(--blue); }
.article-content {
  padding: 36px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(16, 24, 40, .06);
}
.article-content p {
  color: #334155;
  font-size: 18px;
  line-height: 1.82;
  margin: 0 0 22px;
}
.article-content h2 {
  margin: 36px 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}
.article-content > p:first-child { font-size: 20px; color: #243447; }
.article-cta.inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 36px 0;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0d1b2f, #125e73);
}
.article-cta h2 { color: #fff; margin-top: 0; }
.article-cta p { color: #dbeafe; margin-bottom: 0; }
.article-faq {
  margin-top: 40px;
  padding-top: 8px;
}
.article-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  margin: 12px 0;
  background: #f8fbff;
}
.article-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--navy);
}
.related-articles { margin-top: 44px; }
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.related-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  border-radius: 8px;
  background: #f8fbff;
  border: 1px solid var(--line);
  text-decoration: none;
}
.related-card span {
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
}
.related-card strong { color: var(--navy); line-height: 1.25; }

@keyframes riseIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroDrift {
  from { transform: scale(1.02) translateX(0); }
  to { transform: scale(1.06) translateX(-12px); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    padding: 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open { display: flex; }
  .lang-switch { align-self: flex-start; }
  .hero { padding-top: 54px; }
  main > .hero:first-child:not(.hero-photo) {
    min-height: 620px;
    background:
      linear-gradient(0deg, rgba(7,15,28,.98), rgba(7,15,28,.86) 62%, rgba(7,15,28,.58)),
      var(--hero-image, url("../assets/hero-home-creator.webp")) 62% center / cover no-repeat;
  }
  .hero-photo { min-height: 760px; align-items: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,15,28,.94) 0%, rgba(7,15,28,.76) 58%, rgba(7,15,28,.24) 100%); }
  .hero-bg-img { object-position: 62% center; }
  .hero-overlay { padding-top: 240px; }
  .hero-grid, .grid-3, .grid-2, .footer-grid, .contact-hero-grid, .support-grid, .contact-form-shell, .article-hero-grid, .article-layout, .related-grid, .article-card, .article-cta.inline { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .article-content { padding: 22px; }
  .article-hero { padding: 48px 0 34px; }
  .article-card { padding: 14px; }
  html:lang(hi) .hero .product-shot,
  html:lang(bn) .hero .product-shot {
    display: none;
  }
  html:lang(hi) .hero-grid,
  html:lang(bn) .hero-grid {
    gap: 0;
  }
  .contact-panel, .contact-form-shell { padding: 22px; }
  .pricing-grid-pro { grid-template-columns: 1fr; }
  .pricing-grid, .download-grid, .steps-grid, .requirements-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-panel { grid-template-columns: 1fr; padding: 24px; }
  .cta-inner { display: block; padding: 24px; }
  .section-head { display: block; }
  .trust-row { grid-template-columns: 1fr; }
  .fake-controls { grid-template-columns: 1fr; }
}



.product-preview-section {
  padding: 76px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}
.product-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  gap: 36px;
  align-items: center;
}
.product-preview-grid h2 {
  margin: 10px 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  color: var(--navy);
}
.product-preview-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.preview-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.preview-points span {
  border: 1px solid #cfe0f5;
  border-radius: 999px;
  padding: 9px 12px;
  background: #fff;
  color: #0f3f4b;
  font-weight: 900;
  font-size: 13px;
}
.app-screenshot-frame {
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(15,23,42,.98), rgba(21,94,117,.88));
  box-shadow: 0 28px 70px rgba(15, 23, 42, .2);
  border: 1px solid rgba(15, 23, 42, .16);
}
.app-screenshot-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.14);
}
@media (max-width: 900px) {
  .product-preview-section { padding: 48px 0; }
  .product-preview-grid { grid-template-columns: 1fr; gap: 22px; }
  .app-screenshot-frame { padding: 6px; border-radius: 10px; }
}
