:root {
  --ink: #20201d;
  --muted: #6c6b64;
  --cream: #fffaf3;
  --paper: #ffffff;
  --orange: #f2633a;
  --orange-dark: #d94b27;
  --orange-soft: #fff0e8;
  --mustard: #e9a72d;
  --green: #156957;
  --line: #e8e2d9;
  --shadow: 0 20px 60px rgba(56, 41, 25, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", "Noto Sans Gurmukhi", sans-serif;
  line-height: 1.6;
}
button, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 20px; padding: 10px 16px; z-index: 100; background: var(--ink); color: white; }
.skip-link:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { background: rgba(255,250,243,.92); border-bottom: 1px solid rgba(32,32,29,.08); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 10px; font-weight: 700; font-size: 18px; line-height: 1.2; letter-spacing: -.4px; white-space: nowrap; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 5px 3px 0;
  overflow: visible;
  border-radius: 13px 13px 13px 4px;
  background: var(--orange);
  color: white;
  font-family: "Noto Sans Gurmukhi", "Arial Unicode MS", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}
.brand-image { width: 270px; height: 68px; padding: 2px 14px 2px 7px; border-radius: 14px; background: #102f38; overflow: hidden; gap: 10px; color: white; }
.brand-image img { display: block; flex: 0 0 58px; width: 58px; height: 58px; object-fit: contain; }
.brand-image::after { content: "PunjabiSpeechToText.com"; font-size: 15px; font-weight: 700; letter-spacing: -.35px; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 600; color: #57564f; }
nav a:hover, .nav-support:hover { color: var(--orange); }
.nav-support { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.nav-cta { color: var(--orange); font-size: 14px; font-weight: 700; }
.nav-cta span { margin-left: 5px; }

.hero { min-height: 650px; display: flex; align-items: center; position: relative; overflow: hidden; padding: 84px 0 110px; }
.hero::after { content: ""; position: absolute; width: 900px; height: 900px; border: 1px solid rgba(242,99,58,.10); border-radius: 50%; right: -470px; top: -260px; box-shadow: 0 0 0 80px rgba(242,99,58,.03), 0 0 0 170px rgba(242,99,58,.025); }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(1px); }
.shape-one { width: 22px; height: 22px; background: var(--mustard); top: 110px; left: 8%; opacity: .55; }
.shape-two { width: 11px; height: 11px; border: 2px solid var(--green); left: 47%; bottom: 95px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; color: var(--orange); font-size: 12px; display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 24px; height: 2px; background: var(--orange); }
.eyebrow.centered { justify-content: center; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 630px; margin-bottom: 24px; font-size: clamp(48px, 6vw, 76px); line-height: 1.03; letter-spacing: -4.5px; }
h1 em { display: block; color: var(--orange); font-style: normal; position: relative; width: fit-content; }
h1 em::after { content: ""; position: absolute; left: 3px; right: 0; bottom: -8px; height: 12px; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 260 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9C65 2 195 3 258 5' fill='none' stroke='%23e9a72d' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-subtitle { max-width: 560px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-subtitle strong { color: var(--ink); }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 31px; }
.button { border: 0; border-radius: 12px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 10px 26px rgba(242,99,58,.25); }
.button-primary:hover { background: var(--orange-dark); }
.button-icon { display: grid; place-items: center; }
.button-icon svg { width: 19px; }
.no-signup { font-size: 13px; color: var(--muted); }
.trust-row { display: flex; gap: 24px; margin-top: 30px; color: #77756e; font-size: 12px; }
.trust-row span::first-letter { color: var(--green); }

.preview-card { background: var(--paper); border: 1px solid rgba(32,32,29,.07); padding: 20px; border-radius: 25px; box-shadow: var(--shadow); transform: rotate(1.2deg); position: relative; }
.preview-card::before { content: ""; position: absolute; inset: 15px -17px -17px 20px; background: #f9e8dc; border-radius: 26px; z-index: -1; transform: rotate(2deg); }
.preview-top { display: flex; justify-content: space-between; color: #85837d; font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }
.preview-top div { display: flex; gap: 5px; }
.preview-top i { width: 7px; height: 7px; border-radius: 50%; background: #f0c7b7; }
.preview-top i:nth-child(2) { background: #efcc7c; }
.preview-top i:nth-child(3) { background: #a3c3b5; }
.wave-wrap { height: 180px; position: relative; display: grid; place-items: center; }
.wave-bars { display: flex; gap: 8px; align-items: center; opacity: .65; }
.wave-bars i { display: block; width: 4px; height: 20px; background: var(--orange); border-radius: 4px; }
.wave-bars i:nth-child(2n) { height: 44px; }
.wave-bars i:nth-child(3n) { height: 68px; }
.wave-bars i:nth-child(5n) { height: 95px; }
.mic-orb { position: absolute; display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: var(--orange); color: white; box-shadow: 0 0 0 13px rgba(242,99,58,.13); }
.mic-orb svg { width: 27px; }
.sample-transcript { min-height: 138px; padding: 18px 20px; border-radius: 15px; background: #f9f8f4; }
.sample-transcript span { font-size: 10px; text-transform: uppercase; letter-spacing: 1.3px; color: #9a9891; }
.sample-transcript p { font: 500 20px/1.8 "Noto Sans Gurmukhi"; margin: 12px 0 0; }
.sample-transcript i { display: inline-block; height: 22px; width: 2px; background: var(--orange); animation: blink 1s infinite; }
@keyframes blink { 50% { opacity: 0; } }
.preview-foot { display: flex; justify-content: space-between; padding: 15px 4px 0; font-size: 11px; color: #8c8982; }
.preview-foot b { display: inline-block; width: 6px; height: 6px; background: #3c9b70; border-radius: 50%; margin-right: 5px; }

.converter-section { padding: 100px 0; background: white; }
.language-tools { padding: 95px 0; background: #f7f2e9; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.language-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.language-card { min-height: 170px; display: flex; align-items: center; gap: 18px; position: relative; padding: 28px 25px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: .2s ease; }
.language-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(42,34,24,.09); }
.language-card > b { position: absolute; top: 20px; right: 20px; color: var(--orange); }
.language-script { flex: 0 0 58px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: var(--orange-soft); color: var(--orange-dark); font-size: 22px; font-weight: 700; }
.language-card.hindi .language-script { color: #a84c10; background: #fff0d9; font-family: "Noto Sans Devanagari", sans-serif; }
.language-card.urdu .language-script { color: var(--green); background: #e9f3ef; font-family: "Noto Nastaliq Urdu", serif; }
.language-card small { color: #99958b; text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 700; }
.language-card h3 { margin: 3px 0; font-size: 17px; }
.language-card p { margin: 0; color: var(--muted); font-size: 12px; }
.language-page-hero { padding-bottom: 55px; }
.language-page-hero .hero-grid { grid-template-columns: .9fr 1.1fr; }
.language-converter { padding: 25px; border-radius: 25px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.language-converter .converter-card { box-shadow: none; margin: 0; }
.language-converter .converter-toolbar { border-radius: 17px 17px 0 0; }
.language-converter #transcript { min-height: 300px; }
.bilingual-content { padding: 110px 0; background: #102f38; color: white; }
.bilingual-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.bilingual-intro h2 { margin-bottom: 0; max-width: 600px; }
.bilingual-intro > p { margin: 0; color: #bdccc8; font: 400 16px/1.9 "Noto Sans Gurmukhi", "DM Sans", sans-serif; }
.bilingual-intro strong { color: white; }
.bilingual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.12); }
.bilingual-grid article { min-height: 315px; padding: 35px 30px; background: #163b43; }
.content-number { color: #e7b54e; font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.bilingual-grid h3 { margin: 30px 0 13px; font-size: 19px; }
.bilingual-grid p { margin: 0; color: #b9cbc6; font: 400 14px/1.9 "Noto Sans Gurmukhi", "DM Sans", sans-serif; }
.keyword-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; margin-top: 70px; }
.keyword-content-grid h2 { font-size: 31px; letter-spacing: -1px; }
.keyword-content-grid p, .keyword-content-grid li { color: #bdccc8; font: 400 14px/1.85 "Noto Sans Gurmukhi", "DM Sans", sans-serif; }
.keyword-content-grid a { color: #ffd394; text-decoration: underline; text-underline-offset: 3px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; margin-bottom: 12px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #e7b54e; }
.check-list strong { color: white; }
.typing-content { padding: 105px 0; background: white; }
.typing-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.typing-content h2 { font-size: 38px; }
.typing-content h3 { font-size: 19px; margin-top: 30px; }
.typing-content p, .typing-content li { color: var(--muted); font-size: 15px; }
.typing-faq { padding: 95px 0; background: #f7f2e9; }
.section-heading { text-align: center; max-width: 680px; margin: 0 auto 45px; }
h2 { margin-bottom: 15px; font-size: clamp(34px, 4vw, 50px); line-height: 1.15; letter-spacing: -2.3px; }
.section-heading > p:last-child, .faq-grid > div:first-child > p:last-child { color: var(--muted); }
.converter-card { max-width: 930px; margin: auto; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 55px rgba(42,34,24,.08); }
.converter-toolbar { min-height: 68px; padding: 14px 22px; display: flex; align-items: center; gap: 12px; background: #fcfaf7; border-bottom: 1px solid var(--line); }
.converter-toolbar label { font-size: 12px; font-weight: 700; color: var(--muted); }
.converter-toolbar select { border: 1px solid var(--line); background: white; border-radius: 8px; padding: 7px 32px 7px 10px; font-size: 13px; color: var(--ink); }
.converter-toolbar select { min-height: 44px; }
#fontSelector { max-width: 190px; }
.status { margin-left: auto; font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: #aaa; }
.status.listening { color: var(--orange); }
.status.listening i { background: var(--orange); box-shadow: 0 0 0 5px rgba(242,99,58,.12); animation: pulse 1.3s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(242,99,58,0); } }
#transcript { display: block; width: 100%; min-height: 260px; padding: 28px; border: 0; resize: vertical; outline: 0; color: var(--ink); font: 500 22px/1.8 "Noto Sans Gurmukhi"; }
#transcript::placeholder { color: #bbb7af; }
.converter-actions { border-top: 1px solid var(--line); padding: 17px 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.record-button { background: var(--orange); color: white; }
.record-button.recording { background: var(--ink); }
.text-actions { display: flex; align-items: center; gap: 7px; }
.text-actions button { min-height: 44px; display: flex; align-items: center; gap: 5px; border: 0; background: transparent; color: var(--muted); cursor: pointer; padding: 9px; font-size: 12px; }
.text-actions button:hover { color: var(--orange); }
.text-actions svg { width: 17px; }
.compatibility-note { margin: 0; padding: 9px 20px; text-align: center; background: #faf8f4; color: #8f8c84; font-size: 11px; }

.how-section { padding: 110px 0; background: var(--cream); }
.ad-slot:empty { display: none; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { min-height: 310px; position: relative; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.6); padding: 38px 30px; }
.step-card.featured { background: white; box-shadow: 0 20px 45px rgba(44,35,23,.08); transform: translateY(-8px); }
.step-number { position: absolute; top: 26px; right: 26px; color: #ded8cf; font-size: 30px; font-weight: 700; }
.step-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); margin-bottom: 29px; }
.step-card:nth-child(2) .step-icon { background: #e9f3ef; color: var(--green); }
.step-card:nth-child(3) .step-icon { background: #fff4dc; color: #bd7d0c; }
.step-card h3 { font-size: 19px; margin-bottom: 10px; }
.step-card p { color: var(--muted); font-size: 14px; }

.features-section { background: white; padding: 110px 0; }
.learn-section { padding: 110px 0; background: #f7f2e9; }
.learn-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: start; }
.guide-feature { padding: 42px; border-radius: 22px; background: white; box-shadow: 0 16px 40px rgba(42,34,24,.07); }
.guide-label { color: var(--orange); text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; font-weight: 700; }
.guide-feature h3 { font-size: 31px; line-height: 1.2; letter-spacing: -1.2px; margin-bottom: 18px; }
.guide-feature > p:not(.guide-label) { color: var(--muted); font-size: 14px; }
.guide-feature > a { display: inline-block; margin-top: 12px; color: var(--orange); font-weight: 700; font-size: 13px; }
.guide-list { display: grid; gap: 0; }
.guide-list article { display: flex; gap: 22px; padding: 25px 0; border-bottom: 1px solid #ded7cc; }
.guide-list article > span { color: var(--orange); font-weight: 700; font-size: 12px; }
.guide-list h3 { margin: 0 0 7px; font-size: 17px; }
.guide-list h3 a:hover { color: var(--orange); }
.guide-list p { margin: 0; color: var(--muted); font-size: 13px; }
.blog-index { padding: 85px 0 110px; background: white; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.blog-card { display: flex; flex-direction: column; min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .2s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(42,34,24,.08); border-color: #ead0c3; }
.blog-card:nth-child(2), .blog-card:nth-child(3) { background: #fcfaf7; }
.blog-card-icon { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 25px; border-radius: 14px; color: var(--orange); background: var(--orange-soft); font: 600 17px "Noto Sans Gurmukhi"; }
.blog-card-meta { color: #8b887f; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.blog-card h2 { margin: 12px 0; font-size: 26px; letter-spacing: -1px; }
.blog-card p { color: var(--muted); font-size: 14px; }
.blog-card > a { margin-top: auto; color: var(--orange-dark); font-size: 13px; font-weight: 700; }
.article-wrap .table-scroll { overflow-x: auto; margin: 30px 0; }
.article-wrap table { width: 100%; border-collapse: collapse; min-width: 600px; }
.article-wrap th, .article-wrap td { padding: 13px 15px; text-align: left; border: 1px solid var(--line); font-size: 14px; }
.article-wrap th { background: #f8f4ed; }
.article-wrap .article-summary { font-size: 19px; line-height: 1.75; color: #3f3e39; }
.related-posts { margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line); }
.related-posts h2 { margin-top: 0; }
.related-posts ul { padding-left: 20px; }

.content-page { background: white; }
.content-hero { padding: 80px 0 65px; background: var(--cream); border-bottom: 1px solid var(--line); }
.content-hero .container { max-width: 820px; }
.content-hero h1 { font-size: clamp(42px, 6vw, 65px); max-width: 800px; letter-spacing: -3px; }
.content-hero p { color: var(--muted); font-size: 18px; max-width: 700px; }
.article-wrap { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 100px; }
.article-wrap h2 { font-size: 30px; letter-spacing: -1px; margin-top: 45px; }
.article-wrap h3 { font-size: 20px; margin-top: 30px; }
.article-wrap p, .article-wrap li { color: #55544e; font-size: 16px; line-height: 1.85; }
.article-wrap li + li { margin-top: 9px; }
.article-wrap a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 15px; color: #8a877e; font-size: 12px; margin-top: 25px; }
.info-box { margin: 35px 0; padding: 23px 25px; border-left: 4px solid var(--orange); background: var(--orange-soft); border-radius: 0 12px 12px 0; }
.info-box p { margin: 0; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fcfaf7; }
.contact-card a { font-weight: 700; }
.cookie-banner { position: fixed; left: 20px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 60; width: min(440px, calc(100% - 40px)); padding: 20px; background: #1d2926; color: white; border-radius: 14px; box-shadow: var(--shadow); display: none; }
.cookie-banner.show { display: block; }
.cookie-banner p { margin: 0 0 13px; color: #d4ddda; font-size: 12px; }
.cookie-banner a { text-decoration: underline; }
.cookie-banner button { min-height: 44px; border: 0; border-radius: 8px; padding: 8px 15px; background: var(--orange); color: white; font-weight: 700; cursor: pointer; }
.features-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; }
.feature-intro { color: var(--muted); font-size: 17px; max-width: 590px; }
.feature-list { display: grid; gap: 22px; margin-top: 33px; }
.feature-list article { display: flex; gap: 16px; }
.feature-list article > span { flex: 0 0 auto; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #e8f3ef; color: var(--green); font-size: 13px; font-weight: 700; }
.feature-list h3 { margin: 1px 0 3px; font-size: 16px; }
.feature-list p { color: var(--muted); margin: 0; font-size: 13px; }
.quote-card { min-height: 410px; border-radius: 30px 30px 30px 6px; background: var(--green); color: white; padding: 70px 55px; position: relative; overflow: hidden; box-shadow: 20px 20px 0 #e5eee9; }
.quote-card::after { content: "ੳ"; position: absolute; font: 700 340px "Noto Sans Gurmukhi"; color: rgba(255,255,255,.04); right: -30px; bottom: -170px; }
.quote-mark { display: block; color: #e7b54e; font: 100px/0.6 Georgia; }
.quote-card p { position: relative; z-index: 1; font: 600 30px/1.7 "Noto Sans Gurmukhi"; margin: 30px 0 18px; }
.quote-card small { color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: 2px; }

.use-cases { background: #f7f2e9; padding: 100px 0; }
.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.use-grid article { background: white; border-radius: 16px; padding: 28px 23px; border-bottom: 3px solid transparent; transition: .2s; }
.use-grid article:hover { transform: translateY(-5px); border-color: var(--orange); }
.use-grid article > span { color: var(--orange); font-size: 28px; }
.use-grid h3 { margin: 18px 0 7px; font-size: 16px; }
.use-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.faq-section { background: white; padding: 110px 0; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.accordion details { border-bottom: 1px solid var(--line); padding: 0 0 18px; margin-bottom: 20px; }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 24px; color: var(--orange); font-weight: 400; transition: .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: 14px 35px 0 0; color: var(--muted); font-size: 14px; }

.final-cta { background: var(--orange); color: white; padding: 65px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner p { margin-bottom: 5px; color: #ffe0d2; font: 500 16px "Noto Sans Gurmukhi"; }
.cta-inner h2 { margin: 0; max-width: 670px; font-size: clamp(30px, 4vw, 46px); }
.button-light { flex: 0 0 auto; background: white; color: var(--orange); padding: 16px 24px; }

footer { background: #1d2926; color: white; padding: 65px 0 22px; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr; gap: 50px; padding-bottom: 50px; }
.footer-brand { width: 270px; height: 74px; background: rgba(255,255,255,.06); }
.footer-brand .brand-mark { background: rgba(255,255,255,.12); }
.footer-main > div:first-child > p { max-width: 430px; margin: 18px 0 0; color: #9ba9a5; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.footer-links h2 { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.footer-links a { display: block; color: #9ba9a5; font-size: 13px; margin: 7px 0; }
.footer-links a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; padding-top: 22px; color: #82918d; font-size: 11px; }
.toast { position: fixed; z-index: 50; bottom: 25px; left: 50%; transform: translate(-50%, 25px); background: var(--ink); color: white; border-radius: 9px; padding: 10px 18px; opacity: 0; pointer-events: none; transition: .25s; font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.support-fab { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 55; border: 0; border-radius: 999px; padding: 12px 18px; background: var(--green); color: white; box-shadow: 0 12px 30px rgba(21,105,87,.28); font: 700 13px "DM Sans", sans-serif; cursor: pointer; }
.support-fab span { margin-right: 5px; color: #ffd797; }
.support-backdrop { position: fixed; inset: 0; z-index: 69; visibility: hidden; opacity: 0; background: rgba(16,24,22,.38); transition: .25s; }
.support-backdrop.open { visibility: visible; opacity: 1; }
.support-panel { position: fixed; top: 0; right: 0; z-index: 70; width: min(420px, 100%); height: 100%; padding: 60px 45px calc(40px + env(safe-area-inset-bottom, 0px)); overflow-y: auto; background: white; box-shadow: -20px 0 55px rgba(20,30,27,.18); transform: translateX(105%); transition: transform .28s ease; }
.support-panel.open { transform: translateX(0); }
.support-panel h2 { font: 700 29px/1.45 "Noto Sans Gurmukhi", sans-serif; letter-spacing: -.5px; }
.support-panel > p:not(.eyebrow) { color: var(--muted); font: 400 15px/1.8 "Noto Sans Gurmukhi", sans-serif; }
.support-panel small { display: block; text-align: center; color: var(--muted); font-family: "Noto Sans Gurmukhi", sans-serif; }
.support-close { position: absolute; top: 18px; right: 22px; border: 0; background: transparent; color: var(--muted); font-size: 32px; cursor: pointer; }
.support-amounts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0 14px; }
.support-amount { min-height: 48px; border: 1px solid var(--line); border-radius: 11px; background: #fffaf3; color: var(--ink); font: 700 16px "Noto Sans Gurmukhi", sans-serif; cursor: pointer; }
.support-amount:hover, .support-amount.selected { border-color: var(--green); background: #eaf7f2; color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.support-custom-wrap { color: var(--ink); font: 600 14px/1.5 "Noto Sans Gurmukhi", sans-serif; }
.support-custom-wrap input { width: 100%; min-height: 48px; margin-top: 7px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); font: 600 16px "DM Sans", sans-serif; }
.support-custom-wrap input:focus { outline: 3px solid rgba(21,105,87,.16); border-color: var(--green); }
.support-pay { width: 100%; min-height: 50px; margin: 16px 0 12px; padding: 12px 16px; border: 0; border-radius: 11px; background: var(--green); color: white; font: 700 15px/1.45 "Noto Sans Gurmukhi", sans-serif; cursor: pointer; }
.support-pay:hover { background: #0f5849; }
.support-pay:disabled { opacity: .65; cursor: wait; }
.support-error { margin: 12px 0 0 !important; padding: 10px 12px; border-radius: 9px; background: #fff0ed; color: #a23422 !important; font-size: 13px !important; }
.support-dialog-open { overflow: hidden; }
.cookie-banner.show ~ .integration-support .support-fab { bottom: 190px; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { padding-top: 65px; }
  .hero-grid, .features-grid, .faq-grid, .learn-layout, .language-page-hero .hero-grid, .typing-content-grid, .bilingual-intro, .keyword-content-grid { grid-template-columns: 1fr; gap: 60px; }
  .bilingual-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-subtitle, h1 { margin-left: auto; margin-right: auto; }
  h1 em { margin-inline: auto; }
  .preview-card { width: min(520px, 100%); margin: auto; }
  .steps-grid { grid-template-columns: 1fr; max-width: 600px; margin: auto; }
  .step-card.featured { transform: none; }
  .features-grid { max-width: 680px; }
  .use-grid { grid-template-columns: 1fr 1fr; }
  .language-card-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .faq-grid { gap: 40px; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { position: static; }
  .nav-wrap { min-height: 66px; }
  .brand { gap: 8px; font-size: 16px; }
  .brand-mark { flex-basis: 40px; width: 40px; height: 40px; font-size: 15px; }
  .brand-image { width: 220px; height: 58px; padding: 2px 10px 2px 5px; gap: 7px; }
  .brand-image img { flex-basis: 48px; width: 48px; height: 48px; }
  .brand-image::after { font-size: 13px; }
  .footer-brand { width: 230px; height: 64px; }
  .nav-cta { display: none; }
  .hero { padding: 55px 0 80px; }
  h1 { font-size: 47px; letter-spacing: -3px; }
  h2 { font-size: 35px; letter-spacing: -1.7px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .trust-row { flex-wrap: wrap; gap: 9px 18px; }
  .preview-card { padding: 14px; }
  .wave-wrap { height: 140px; }
  .sample-transcript p { font-size: 17px; }
  .converter-section, .how-section, .features-section, .faq-section, .use-cases { padding: 75px 0; }
  .converter-toolbar { align-items: flex-start; flex-wrap: wrap; }
  .status { width: 100%; margin-left: 0; }
  #transcript { min-height: 220px; padding: 20px; font-size: 19px; }
  .converter-actions { align-items: stretch; flex-direction: column; }
  .text-actions { justify-content: center; }
  .record-button { width: 100%; }
  .quote-card { min-height: 360px; padding: 55px 35px; }
  .quote-card p { font-size: 25px; }
  .use-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .converter-toolbar select { font-size: 16px; }
  .support-fab { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); }
  .cookie-banner.show ~ .integration-support .support-fab { bottom: calc(180px + env(safe-area-inset-bottom, 0px)); }
  .support-panel { padding: 55px 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
