.vg-page {
  --vg-ink: #0f172a;
  --vg-muted: #64748b;
  --vg-paper: #f8fafc;
  --vg-white: #ffffff;
  --vg-line: #e2e8f0;
  --vg-primary: #2563eb;
  --vg-primary-dark: #1d4ed8;
  --vg-blue-soft: #eff6ff;
  --vg-blue-soft-strong: #dbeafe;
  --vg-cyan: #0284c7;
  --vg-cyan-soft: #f0f9ff;
  --vg-mint: #dff7f1;
  --vg-mint-dark: #0f766e;
  --vg-sky: #e0f2fe;
  --vg-shadow: 0 22px 60px rgba(37, 99, 235, 0.12);
  --vg-wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='20' viewBox='0 0 220 20'%3E%3Cpath fill='black' d='M0 8h3v4H0zm6-4h3v12H6zm6 2h3v8h-3zm6-6h3v20h-3zm6 5h3v10h-3zm6-2h3v14h-3zm6 5h3v4h-3zm6-6h3v16h-3zm6 4h3v8h-3zm6-3h3v14h-3zm6 5h3v4h-3zm6-7h3v18h-3zm6 4h3v10h-3zm6-3h3v16h-3zm6 6h3v4h-3zm6-5h3v14h-3zm6 3h3v8h-3zm6-6h3v20h-3zm6 4h3v12h-3zm6 3h3v6h-3zm6-5h3v16h-3zm6 2h3v12h-3zm6 4h3v4h-3zm6-7h3v18h-3zm6 5h3v8h-3zm6-4h3v16h-3zm6 6h3v4h-3zm6-5h3v14h-3zm6 2h3v10h-3zm6-6h3v20h-3zm6 5h3v10h-3zm6-3h3v16h-3zm6 5h3v6h-3zm6-5h3v16h-3zm6 3h3v10h-3zm6-6h3v20h-3zm6 4h3v12h-3z'/%3E%3C/svg%3E");
  width: 100%;
  overflow: hidden;
  background: var(--vg-paper);
  color: var(--vg-ink);
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
}

.vg-page *,
.vg-page *::before,
.vg-page *::after {
  box-sizing: border-box;
}

.vg-page a {
  color: inherit;
}

.vg-page img {
  max-width: 100%;
}

.vg-page button,
.vg-page input {
  font: inherit;
}

.vg-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.vg-section {
  padding: 96px 0;
}

.vg-section--tight {
  padding: 78px 0;
}

.vg-section--white {
  background: var(--vg-white);
}

#voice-demos {
  background: #f6f8fc;
}

.vg-section--ink {
  background: var(--vg-paper);
  color: var(--vg-ink);
}

.vg-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 7px 13px;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  background: var(--vg-white);
  color: var(--vg-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.vg-kicker::before {
  display: none;
}

.vg-section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.vg-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.vg-section-heading--center .vg-kicker {
  justify-content: center;
}

.vg-section-heading h2,
.vg-page h1,
.vg-page h2,
.vg-page h3,
.vg-page p {
  font-family: inherit;
}

.vg-section-heading h2 {
  margin: 0;
  color: var(--vg-ink) !important;
  background: none !important;
  font-size: clamp(2.15rem, 4vw, 3.45rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.06 !important;
  -webkit-text-fill-color: var(--vg-ink) !important;
}

.vg-section--ink .vg-section-heading h2 {
  color: var(--vg-ink) !important;
  -webkit-text-fill-color: var(--vg-ink) !important;
}

.vg-section-heading > p:last-child {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--vg-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.vg-section-heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.vg-section--ink .vg-section-heading > p:last-child {
  color: var(--vg-muted);
}

.vg-accent {
  color: var(--vg-primary);
}

.vg-button {
  display: inline-flex !important;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 21px !important;
  border: 1px solid var(--vg-primary) !important;
  border-radius: 999px !important;
  color: var(--vg-white) !important;
  background: var(--vg-primary) !important;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22) !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.vg-button:hover {
  color: var(--vg-white) !important;
  border-color: var(--vg-primary-dark) !important;
  background: var(--vg-primary-dark) !important;
  transform: translateY(-2px);
}

.vg-button--accent {
  border-color: var(--vg-primary) !important;
  background: var(--vg-primary) !important;
}

.vg-button--accent:hover {
  border-color: var(--vg-primary-dark) !important;
  background: var(--vg-primary-dark) !important;
}

.vg-button--ghost {
  color: var(--vg-ink) !important;
  border-color: #cbd5e1 !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06) !important;
}

.vg-button--ghost:hover {
  border-color: #93c5fd !important;
  color: var(--vg-primary) !important;
  background: var(--vg-white) !important;
}

.vg-button .material-icons {
  font-size: 19px;
}

.vg-hero {
  position: relative;
  min-height: calc(100vh - 32px);
  display: flex;
  align-items: center;
  padding: 146px 0 76px;
  border-bottom: 0;
  background: #eef0fb url("../../v5/PageBanner.webp") center / cover no-repeat;
}

.vg-hero::before,
.vg-hero::after {
  display: none;
}

.vg-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(450px, 0.97fr);
  align-items: center;
  gap: 34px;
  padding: 34px 44px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.13);
}

.vg-hero .vg-kicker {
  color: var(--vg-primary);
  background: #eef2ff;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.08);
}

.vg-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--vg-ink) !important;
  background: none !important;
  font-size: clamp(3rem, 3.8vw, 4rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.055em !important;
  line-height: 0.98 !important;
  -webkit-text-fill-color: var(--vg-ink) !important;
}

.vg-hero-lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--vg-muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.62;
}

.vg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.vg-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 20px;
  color: var(--vg-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.vg-hero-note-separator {
  color: #94a3b8;
  font-weight: 900;
}

.vg-studio-preview {
  position: relative;
}

.vg-studio-preview::before {
  position: absolute;
  top: -34px;
  right: 28px;
  width: 130px;
  height: 72px;
  border-radius: 70px 70px 20px 20px;
  background: var(--vg-mint);
  content: "";
}

.vg-studio-preview::after {
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: 150px;
  height: 54px;
  border-radius: 18px;
  background: var(--vg-blue-soft-strong);
  content: "";
  transform: rotate(-8deg);
}

.vg-studio-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #d8e0eb;
  border-radius: 20px;
  background: var(--vg-white);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.15);
}

.vg-window-bar {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 17px;
  border-bottom: 1px solid var(--vg-line);
  background: #f8fafc;
}

.vg-window-dots {
  display: flex;
  gap: 7px;
}

.vg-window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c7c6bd;
}

.vg-window-dots span:first-child {
  background: var(--vg-primary);
}

.vg-window-dots span:nth-child(2) {
  background: #38bdf8;
}

.vg-window-dots span:last-child {
  background: #58ae83;
}

.vg-window-title {
  overflow: hidden;
  /* min-width: 0 is what lets a nowrap flex item shrink at all — without it
     this title's min-content width propagates up through the hero grid and
     pushes the whole column past small viewports. */
  min-width: 0;
  color: #6e6e66;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.vg-editor {
  display: grid;
  grid-template-columns: 1fr 170px;
  min-height: 340px;
}

.vg-editor-script {
  padding: 28px;
}

.vg-editor-label {
  margin: 0 0 18px;
  color: #8b8b82;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vg-script-line {
  margin: 0 0 13px !important;
  color: #292923;
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.7;
}

.vg-script-line--active {
  margin-left: -15px !important;
  padding: 10px 14px;
  border-left: 2px solid var(--vg-primary);
  border-radius: 0 8px 8px 0;
  background: var(--vg-blue-soft);
}

.vg-script-direction {
  display: inline-block;
  margin-right: 6px;
  padding: 3px 7px;
  border-radius: 6px;
  color: var(--vg-primary-dark);
  background: var(--vg-blue-soft-strong);
  font-size: 0.7rem;
  font-weight: 800;
}

.vg-editor-sidebar {
  padding: 23px 15px;
  border-left: 1px solid var(--vg-line);
  background: #f8fafc;
}

.vg-editor-sidebar > span {
  display: block;
  margin-bottom: 10px;
  color: #8b8b82;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vg-voice-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border: 1px solid var(--vg-line);
  border-radius: 12px;
  background: var(--vg-white);
}

.vg-voice-avatar {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  place-items: center;
  border-radius: 10px;
  color: var(--vg-primary-dark);
  background: var(--vg-blue-soft-strong);
  font-size: 0.78rem;
  font-weight: 900;
}

.vg-voice-chip strong,
.vg-voice-chip small {
  display: block;
}

.vg-voice-chip strong {
  color: var(--vg-ink);
  font-size: 0.78rem;
}

.vg-voice-chip small {
  margin-top: 2px;
  color: #83837a;
  font-size: 0.64rem;
}

.vg-control {
  margin-top: 19px;
}

.vg-control-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  color: #77776f;
  font-size: 0.66rem;
  font-weight: 750;
}

.vg-control-track {
  position: relative;
  height: 5px;
  border-radius: 999px;
  background: #d8d7ce;
}

.vg-control-track::before {
  position: absolute;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: var(--vg-primary);
  content: "";
}

.vg-control-track::after {
  position: absolute;
  top: 50%;
  left: 68%;
  width: 12px;
  height: 12px;
  border: 2px solid var(--vg-white);
  border-radius: 50%;
  background: var(--vg-primary);
  box-shadow: 0 1px 4px rgba(23, 23, 19, 0.22);
  content: "";
  transform: translate(-50%, -50%);
}

.vg-editor-footer {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 14px 18px;
  border-top: 1px solid var(--vg-line);
  background: #f8fafc;
}

.vg-editor-play {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 13px;
  color: var(--vg-white);
  background: var(--vg-primary);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.vg-editor-play:hover {
  background: var(--vg-primary-dark);
}

.vg-editor-play:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: 3px;
}

.vg-editor-play .material-icons {
  font-size: 22px;
}

.vg-editor-audio {
  min-width: 0;
}

.vg-audio-waveform {
  position: relative;
  height: 22px;
  overflow: hidden;
}

.vg-audio-waveform-base,
.vg-audio-waveform-active {
  position: absolute;
  inset: 0;
  display: block;
  background: #d6dfec;
  -webkit-mask-image: var(--vg-wave-mask);
  mask-image: var(--vg-wave-mask);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: left center;
  mask-position: left center;
  -webkit-mask-size: 220px 20px;
  mask-size: 220px 20px;
}

.vg-audio-waveform-active {
  right: auto;
  width: 0;
  background: var(--vg-primary);
}

.vg-editor-footer .vg-audio-waveform-base {
  background: #93c5fd;
}

.vg-audio-brand {
  display: block;
  margin-top: 4px;
  color: #7c8ba1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vg-editor-time {
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.vg-proof-strip {
  border-bottom: 1px solid var(--vg-line);
  background: var(--vg-white);
}

.vg-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.vg-proof-item {
  min-width: 0;
  padding: 25px 28px;
  border-right: 1px solid var(--vg-line);
}

.vg-proof-item:last-child {
  border-right: 0;
}

.vg-proof-item strong,
.vg-proof-item span {
  display: block;
}

.vg-proof-item strong {
  color: var(--vg-ink);
  font-size: 1.24rem;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.vg-proof-item span {
  margin-top: 3px;
  overflow: hidden;
  color: var(--vg-muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vg-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vg-demo-card {
  --vg-card-accent: var(--vg-primary);
  --vg-card-soft: var(--vg-blue-soft);
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--vg-line);
  border-radius: 18px;
  background: var(--vg-white);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.vg-demo-card--cyan {
  --vg-card-accent: var(--vg-cyan);
  --vg-card-soft: var(--vg-cyan-soft);
}

.vg-demo-card--navy {
  --vg-card-accent: #334155;
  --vg-card-soft: #f1f5f9;
}

.vg-demo-card--teal {
  --vg-card-accent: var(--vg-mint-dark);
  --vg-card-soft: #f0fdfa;
}

.vg-demo-card:hover {
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.10);
  transform: translateY(-3px);
}

.vg-demo-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 9px;
  border-radius: 7px;
  color: var(--vg-card-accent);
  background: var(--vg-card-soft);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vg-demo-card h3 {
  margin: 0;
  color: var(--vg-ink) !important;
  font-size: 1.42rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.14 !important;
}

.vg-demo-card p {
  margin: 11px 0 0;
  color: var(--vg-muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.vg-demo-player {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 7px 11px;
  margin-top: 20px;
  padding: 0;
  background: transparent;
}

.vg-demo-player-top {
  display: contents;
}

.vg-demo-play {
  display: grid;
  width: 46px;
  height: 46px;
  grid-row: 1 / span 2;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 14px;
  color: var(--vg-white);
  background: var(--vg-card-accent);
  cursor: pointer;
  transition: transform 180ms ease;
  grid-column: 1;
}

.vg-demo-play:hover {
  transform: scale(1.06);
}

.vg-demo-play:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.32);
  outline-offset: 3px;
}

.vg-demo-play .material-icons {
  font-size: 23px;
}

.vg-demo-persona strong,
.vg-demo-persona span {
  display: block;
}

.vg-demo-persona {
  grid-column: 2 / 4;
  grid-row: 1;
}

.vg-demo-persona strong {
  color: var(--vg-ink);
  font-size: 0.88rem;
}

.vg-demo-persona span {
  margin-top: 2px;
  color: var(--vg-muted);
  font-size: 0.76rem;
}

.vg-demo-progress {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  height: 20px;
  margin-top: 0;
  overflow: hidden;
  background: #d6dfec;
  -webkit-mask-image: var(--vg-wave-mask);
  mask-image: var(--vg-wave-mask);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: left center;
  mask-position: left center;
  -webkit-mask-size: 220px 20px;
  mask-size: 220px 20px;
}

.vg-demo-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--vg-card-accent);
}

.vg-demo-time {
  grid-column: 3;
  grid-row: 2;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.vg-demo-time span:first-child {
  display: none;
}

.vg-demo-player::after {
  grid-column: 2;
  grid-row: 3;
  color: #7c8ba1;
  content: "Unmixr AI voice";
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vg-demo-player audio {
  display: none;
}

.vg-generated-intro {
  padding: 96px 0 70px;
  border-top: 1px solid var(--vg-line);
  background: var(--vg-white);
}

.vg-generated-intro-inner {
  max-width: 880px;
  text-align: center;
}

.vg-generated-intro h2 {
  margin: 0;
  color: var(--vg-ink) !important;
  background: none !important;
  font-size: clamp(2.4rem, 4vw, 3.7rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.03 !important;
  -webkit-text-fill-color: var(--vg-ink) !important;
}

.vg-generated-intro p:last-child {
  max-width: 760px;
  margin: 20px auto 0;
  color: var(--vg-muted);
  font-size: 1.12rem;
  line-height: 1.68;
}

.vg-voice-demo {
  padding: 92px 0;
  border-top: 1px solid var(--vg-line);
  scroll-margin-top: 92px;
}

.vg-voice-demo--marketing {
  background: #f6f8fc;
}

.vg-voice-demo--learning {
  background: var(--vg-white);
}

.vg-voice-demo--storytelling {
  background: #eef5ff;
}

.vg-voice-demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 68px;
}

.vg-voice-demo--learning .vg-voice-demo-copy {
  grid-column: 2;
}

.vg-voice-demo--learning .vg-feature-player {
  grid-column: 1;
  grid-row: 1;
}

.vg-voice-demo-copy h2 {
  max-width: 620px;
  margin: 0;
  color: var(--vg-ink) !important;
  background: none !important;
  font-size: clamp(2.2rem, 3.5vw, 3.25rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.05 !important;
  -webkit-text-fill-color: var(--vg-ink) !important;
}

.vg-voice-demo-answer {
  margin: 20px 0 0;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.7;
}

.vg-voice-demo-facts {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  border-top: 1px solid #d8e2ef;
}

.vg-voice-demo-facts > div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #d8e2ef;
}

.vg-voice-demo-facts dt {
  color: var(--vg-primary);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vg-voice-demo-facts dd {
  margin: 0;
  color: var(--vg-muted);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.5;
}

.vg-feature-player {
  --vg-card-accent: var(--vg-primary);
  overflow: hidden;
  border: 1px solid #d8e2ef;
  border-radius: 22px;
  background: var(--vg-white);
  box-shadow: 0 20px 52px rgba(37, 99, 235, 0.1);
}

.vg-feature-player-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--vg-line);
  background: #f8fafc;
}

.vg-feature-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--vg-white);
  background: var(--vg-primary);
  font-size: 1rem;
  font-weight: 900;
}

.vg-feature-player-header strong,
.vg-feature-player-header div > span {
  display: block;
}

.vg-feature-player-header strong {
  color: var(--vg-ink);
  font-size: 1rem;
}

.vg-feature-player-header div > span {
  margin-top: 2px;
  color: var(--vg-muted);
  font-size: 0.82rem;
}

.vg-feature-format {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--vg-primary-dark);
  background: var(--vg-blue-soft-strong);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vg-feature-player-control {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 28px 24px 25px;
}

.vg-feature-player-control .vg-demo-play {
  width: 52px;
  height: 52px;
  grid-row: auto;
  border-radius: 16px;
}

.vg-feature-wave {
  min-width: 0;
}

.vg-feature-time {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.vg-feature-player audio {
  display: none;
}

.vg-feature-details {
  border-top: 1px solid var(--vg-line);
}

.vg-feature-details summary {
  padding: 18px 24px;
  color: var(--vg-ink);
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 800;
  list-style: none;
}

.vg-feature-details summary::-webkit-details-marker {
  display: none;
}

.vg-feature-details summary::after {
  float: right;
  color: var(--vg-primary);
  content: "+";
  font-size: 1.3rem;
  line-height: 1;
}

.vg-feature-details[open] summary::after {
  content: "−";
}

.vg-feature-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 24px 20px;
}

.vg-feature-details-grid > div {
  padding: 17px;
  border: 1px solid var(--vg-line);
  border-radius: 14px;
  background: #f8fafc;
}

.vg-feature-details-grid h3 {
  margin: 0;
  color: var(--vg-ink) !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
}

.vg-feature-details-grid p {
  margin: 8px 0 0;
  color: var(--vg-muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

.vg-inline-recipe {
  margin: 0 24px 24px;
  padding: 15px 17px;
  overflow-x: auto;
  border: 1px solid #bfdbfe;
  border-radius: 14px;
  color: #1e3a8a;
  background: var(--vg-blue-soft);
  font: 700 0.82rem/1.65 "Open Sans", sans-serif;
  white-space: pre-wrap;
}

.vg-demo-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding: 20px 0 0;
  border-top: 1px solid var(--vg-line);
}

.vg-demo-caption p {
  margin: 0;
  color: var(--vg-muted);
  font-size: 0.9rem;
}

.vg-inline-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: var(--vg-primary) !important;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.vg-inline-link:hover {
  color: var(--vg-primary-dark) !important;
}

.vg-inline-link .material-icons {
  font-size: 18px;
}

.vg-studios-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}

.vg-studio-tabs {
  display: grid;
  gap: 9px;
}

.vg-studio-tab {
  display: grid;
  width: 100%;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--vg-line);
  border-radius: 13px;
  color: var(--vg-ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.vg-studio-tab:hover {
  transform: translateX(3px);
}

.vg-page .vg-studio-tab:focus,
.vg-page .vg-studio-tab:active,
.vg-page .vg-studio-tab[aria-selected="true"],
.vg-page .vg-studio-tab[aria-selected="true"]:focus {
  border-color: #93c5fd;
  outline: none;
  background-color: var(--vg-blue-soft);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.1);
}

.vg-page .vg-studio-tab:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.24);
  outline-offset: 2px;
}

.vg-page .vg-studio-tab[aria-selected="true"] .vg-studio-tab-icon {
  background-color: var(--vg-primary);
  color: var(--vg-white);
}

.vg-studio-tab-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  color: var(--vg-ink);
  background: var(--vg-blue-soft);
  color: var(--vg-primary);
}

.vg-studio-tab:nth-child(2) .vg-studio-tab-icon {
  background: var(--vg-sky);
  color: var(--vg-cyan);
}

.vg-studio-tab:nth-child(3) .vg-studio-tab-icon {
  background: var(--vg-blue-soft-strong);
  color: var(--vg-primary-dark);
}

.vg-studio-tab:nth-child(4) .vg-studio-tab-icon {
  background: var(--vg-mint);
  color: var(--vg-mint-dark);
}

.vg-studio-tab:nth-child(5) .vg-studio-tab-icon {
  background: #f1f5f9;
  color: #475569;
}

.vg-studio-tab-icon .material-icons {
  font-size: 21px;
}

.vg-studio-tab-copy strong,
.vg-studio-tab-copy small {
  display: block;
}

.vg-studio-tab-copy strong {
  color: var(--vg-ink);
  font-size: 0.88rem;
}

.vg-studio-tab-copy small {
  margin-top: 3px;
  overflow: hidden;
  color: var(--vg-muted);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vg-studio-tab > .material-icons {
  color: #9a9a91;
  font-size: 18px;
}

.vg-studio-stage {
  min-width: 0;
}

.vg-studio-panel {
  overflow: hidden;
  border: 1px solid var(--vg-line);
  border-radius: 22px;
  background: var(--vg-white);
  box-shadow: var(--vg-shadow);
}

.vg-studio-panel[hidden] {
  display: none;
}

.vg-studio-image {
  padding: 14px;
  background: #f3f4f6;
}

.vg-studio-image img {
  display: block;
  width: 100%;
  border-radius: 14px;
  background: var(--vg-white);
}

.vg-studio-panel-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 24px 26px 26px;
}

.vg-studio-panel-copy h3 {
  margin: 0;
  color: var(--vg-ink) !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
}

.vg-studio-panel-copy p {
  margin: 8px 0 0;
  color: var(--vg-muted);
  font-size: 0.87rem;
  line-height: 1.6;
}

.vg-tool-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.vg-tool-card {
  min-height: 210px;
  padding: 25px;
  border: 1px solid var(--vg-line);
  border-radius: 18px;
  background: var(--vg-white);
}

.vg-tool-card:nth-child(1),
.vg-tool-card:nth-child(2) {
  grid-column: span 6;
}

.vg-tool-card:nth-child(n+3) {
  grid-column: span 4;
}

.vg-tool-card--primary {
  background: var(--vg-blue-soft);
}

.vg-tool-card--mint {
  background: var(--vg-mint);
}

.vg-tool-card--blue {
  background: var(--vg-blue-soft-strong);
}

.vg-tool-card--sky {
  background: var(--vg-sky);
}

.vg-tool-icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.55);
}

.vg-tool-icon .material-icons {
  font-size: 22px;
}

.vg-tool-card h3 {
  margin: 30px 0 0;
  color: var(--vg-ink) !important;
  font-size: 1.28rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.18 !important;
}

.vg-tool-card p {
  margin: 10px 0 0;
  color: #5d5d55;
  font-size: 0.85rem;
  line-height: 1.58;
}

.vg-usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.vg-usecase-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--vg-line);
  border-radius: 17px;
  background: var(--vg-white);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: border-color 180ms ease, transform 180ms ease;
}

.vg-usecase-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.09);
  transform: translateY(-3px);
}

.vg-usecase-number {
  display: inline-flex;
  min-width: 36px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--vg-primary-dark);
  background: var(--vg-blue-soft-strong);
  font-size: 0.68rem;
  font-weight: 900;
}

.vg-usecase-card:nth-child(2) .vg-usecase-number,
.vg-usecase-card:nth-child(5) .vg-usecase-number {
  color: var(--vg-cyan);
  background: var(--vg-cyan-soft);
}

.vg-usecase-card:nth-child(3) .vg-usecase-number,
.vg-usecase-card:nth-child(6) .vg-usecase-number {
  color: var(--vg-mint-dark);
  background: var(--vg-mint);
}

.vg-usecase-card h3 {
  margin: 36px 0 0;
  color: var(--vg-ink) !important;
  font-size: 1.38rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}

.vg-usecase-card p {
  margin: 11px 0 0;
  color: var(--vg-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.vg-usecase-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
  color: var(--vg-primary) !important;
  font-size: 0.79rem;
  font-weight: 850;
  text-decoration: none;
}

.vg-usecase-card a .material-icons {
  font-size: 17px;
}

.vg-capability .umx-capability-map {
  border-color: var(--vg-line) !important;
  background: var(--vg-paper) !important;
}

.vg-capability .umx-capability-map__eyebrow {
  border-color: #bfdbfe !important;
  color: var(--vg-primary) !important;
  font-size: 0.82rem;
}

.vg-capability .umx-capability-map__title strong,
.vg-capability .umx-capability-map__caption .material-icons,
.vg-capability .umx-capability-map__mobile-hint {
  color: var(--vg-primary) !important;
  -webkit-text-fill-color: var(--vg-primary) !important;
}

.vg-capability .umx-capability-map__figure {
  border-color: var(--vg-line) !important;
  box-shadow: var(--vg-shadow) !important;
}

.vg-capability .umx-capability-map__title {
  font-size: clamp(2.15rem, 4vw, 3.45rem) !important;
  letter-spacing: -0.045em !important;
  line-height: 1.06 !important;
}

.vg-capability .umx-capability-map__intro {
  font-size: 1.12rem;
}

.vg-capability .umx-capability-map__caption {
  font-size: 0.94rem;
}

.vg-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vg-review-card {
  position: relative;
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--vg-line);
  border-radius: 17px;
  background: var(--vg-white);
}

.vg-review-card::before {
  position: absolute;
  top: 18px;
  right: 21px;
  color: #e6e3d8;
  content: "\201C";
  font: 900 4.2rem/1 Georgia, serif;
}

.vg-review-stars {
  color: #d89800;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}

.vg-review-card blockquote {
  margin: 25px 0 0;
  padding: 0;
  border: 0;
  color: #33332d;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.68;
}

.vg-review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--vg-muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.vg-review-author span:first-child {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: var(--vg-primary-dark);
  background: var(--vg-blue-soft-strong);
  font-size: 0.68rem;
}

.vg-final-cta {
  padding: 100px 0;
  background: #eef4ff;
  color: var(--vg-ink);
}

.vg-final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.vg-final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--vg-ink) !important;
  background: none !important;
  font-size: clamp(2.2rem, 4vw, 3.5rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.05 !important;
  -webkit-text-fill-color: var(--vg-ink) !important;
}

.vg-final-cta p {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--vg-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.vg-final-cta-actions {
  display: flex;
  min-width: 230px;
  flex-direction: column;
  gap: 10px;
}

.vg-final-cta .vg-button--ghost {
  border-color: #bfdbfe !important;
  color: var(--vg-ink) !important;
  background: var(--vg-white) !important;
}

.vg-final-cta .vg-button--ghost:hover {
  color: var(--vg-primary) !important;
}

.vg-faq-shell {
  padding: 96px 0 14px;
  background: var(--vg-paper);
}

.vg-faq-shell .umx-faq {
  background: transparent !important;
}

.vg-faq-shell .umx-faq-shell {
  max-width: 1020px;
}

.vg-faq-shell .umx-faq-eyebrow {
  color: var(--vg-primary) !important;
}

.vg-faq-shell .umx-faq-title {
  color: var(--vg-ink) !important;
  background: none !important;
  -webkit-text-fill-color: var(--vg-ink) !important;
}

.vg-support {
  padding: 16px 0 90px;
  background: var(--vg-paper);
}

.vg-support-inner {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--vg-line);
  border-radius: 17px;
  background: var(--vg-white);
}

.vg-support-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 15px;
  background: var(--vg-blue-soft-strong);
}

.vg-support-icon .material-icons {
  color: var(--vg-primary);
  font-size: 25px;
}

.vg-support h3 {
  margin: 0;
  color: var(--vg-ink) !important;
  font-size: 1.12rem !important;
  font-weight: 900 !important;
}

.vg-support p {
  margin: 5px 0 0;
  color: var(--vg-muted);
  font-size: 0.83rem;
}

/* Readability scale aligned with the homepage landing sections. */
.vg-page .vg-kicker {
  font-size: 0.82rem;
}

.vg-page .vg-section-heading > p:last-child {
  font-size: 1.12rem;
}

.vg-page .vg-button {
  font-size: 1rem !important;
}

.vg-page .vg-hero-lede {
  font-size: clamp(1.08rem, 1.45vw, 1.2rem);
}

.vg-page .vg-hero-note {
  font-size: 0.9rem;
}

.vg-page .vg-proof-item strong {
  font-size: 1.32rem;
}

.vg-page .vg-proof-item span {
  font-size: 0.84rem;
}

.vg-page .vg-inline-link,
.vg-page .vg-usecase-card a {
  font-size: 0.92rem;
}

.vg-page .vg-studio-tab-copy strong {
  font-size: 0.98rem;
}

.vg-page .vg-studio-tab-copy small {
  font-size: 0.78rem;
}

.vg-page .vg-studio-panel-copy h3 {
  font-size: 1.65rem !important;
}

.vg-page .vg-studio-panel-copy p,
.vg-page .vg-tool-card p,
.vg-page .vg-usecase-card p {
  font-size: 0.97rem;
}

.vg-page .vg-tool-card h3 {
  font-size: 1.38rem !important;
}

.vg-page .vg-usecase-card h3 {
  font-size: 1.48rem !important;
}

.vg-page .vg-review-card blockquote {
  font-size: 1rem;
}

.vg-page .vg-review-author {
  font-size: 0.82rem;
}

.vg-page .vg-final-cta p {
  font-size: 1.08rem;
}

.vg-page .vg-support h3 {
  font-size: 1.24rem !important;
}

.vg-page .vg-support p {
  font-size: 0.94rem;
  line-height: 1.55;
}

.vg-faq-shell .umx-faq-subtitle,
.vg-faq-shell .umx-faq-answer {
  font-size: 1rem !important;
}

.vg-faq-shell .umx-faq-question {
  font-size: 1.02rem !important;
}

/* Creator spotlight — one video review, styled in the vg system rather than the
   Bootstrap markup the ads landing page uses for the same clip. */
.vg-spotlight {
  padding: 92px 0;
  border-top: 1px solid var(--vg-line);
  background: var(--vg-white);
}

.vg-spotlight-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
  border: 1px solid #d8e2ef;
  border-radius: 24px;
  background: var(--vg-white);
  box-shadow: 0 22px 60px rgba(37, 99, 235, 0.1);
}

.vg-spotlight-video {
  position: relative;
  min-height: 380px;
  background: #0f172a;
}

.vg-spotlight-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vg-spotlight-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.62);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.vg-spotlight-badge i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
}

.vg-spotlight-copy {
  display: flex;
  flex-direction: column;
  padding: 44px 46px;
  background: linear-gradient(135deg, #ffffff, var(--vg-paper));
}

.vg-spotlight-stars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: 18px;
  color: #f59e0b;
}

.vg-spotlight-stars i {
  font-size: 22px;
}

.vg-spotlight-copy blockquote {
  margin: 0;
  color: var(--vg-ink);
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.32;
}

.vg-spotlight-copy blockquote + p {
  margin: 18px 0 0;
  color: var(--vg-muted);
  font-size: 1.06rem;
  line-height: 1.68;
}

.vg-spotlight-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid var(--vg-line);
}

.vg-spotlight-initials {
  display: grid;
  place-items: center;
  /* flex-basis + shrink guard: without it a long name squashes the circle into
     an oval and clips the initials. */
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vg-primary), #8b5cf6);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

.vg-spotlight-person > div {
  min-width: 0;
}

/* Child combinators on purpose: a bare `.vg-spotlight-person span` also matches
   the initials bubble and the Verified pill, and its display:block wins on
   specificity — which flattens both of them. */
.vg-spotlight-person > div > strong {
  display: block;
  color: var(--vg-ink);
  font-size: 1.06rem;
}

.vg-spotlight-person > div > span {
  display: block;
  color: var(--vg-muted);
  font-size: 0.93rem;
}

.vg-spotlight-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  padding: 6px 12px;
  border: 1px solid rgba(16, 185, 129, 0.24);
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
  font-size: 0.82rem;
  font-weight: 700;
}

.vg-spotlight-verified i {
  font-size: 16px;
}

@media (max-width: 1080px) {
  .vg-hero-grid {
    /* minmax(0, 1fr), never bare 1fr: 1fr's implied min is min-content, so a
       nowrap child would widen the single column beyond the viewport. */
    grid-template-columns: minmax(0, 1fr);
    gap: 60px;
  }

  .vg-hero-copy {
    /* min(), not a bare 820px: `margin: 0 auto` below makes this grid item
       shrink-to-fit rather than stretch to its track, so its width comes from
       its widest child and is then clamped here. A horizontally scrollable
       child (the hero use-case chip row, which goes nowrap under 600px) has a
       max-content width of ~1350px, so a flat 820px cap left the column 820px
       wide inside a 413px phone and pushed the headline and buttons off
       screen. `min-width: 0` does not help — the item is being grown by its
       content, not squeezed by the track. Capping against the container is
       what actually binds. Same bug class as the grid-track note above. */
    max-width: min(820px, 100%);
    min-width: 0;
    text-align: center;
    margin: 0 auto;
  }

  .vg-studio-preview,
  .vg-studio-window {
    min-width: 0;
    max-width: 100%;
  }

  .vg-hero-copy .vg-kicker,
  .vg-hero-actions,
  .vg-hero-note {
    justify-content: center;
  }

  .vg-studio-preview {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .vg-demo-card {
    grid-template-columns: 1fr;
  }

  .vg-voice-demo-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .vg-voice-demo--learning .vg-voice-demo-copy,
  .vg-voice-demo--learning .vg-feature-player {
    grid-column: auto;
    grid-row: auto;
  }

  .vg-voice-demo--learning .vg-feature-player {
    order: 2;
  }

  .vg-studios-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .vg-section {
    padding: 84px 0;
  }

  .vg-demo-grid,
  .vg-review-grid {
    grid-template-columns: 1fr;
  }

  .vg-demo-card {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .vg-studios-layout {
    grid-template-columns: 1fr;
  }

  .vg-studio-tabs {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    padding-bottom: 8px;
    overflow-x: auto;
  }

  .vg-studio-tab {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .vg-studio-tab > .material-icons {
    display: none;
  }

  .vg-studio-tab-copy small {
    display: none;
  }

  .vg-tool-card:nth-child(n) {
    grid-column: span 6;
  }

  .vg-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vg-final-cta-inner {
    grid-template-columns: 1fr;
  }

  .vg-final-cta-actions {
    max-width: 390px;
    min-width: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .vg-spotlight-card {
    grid-template-columns: 1fr;
  }

  .vg-spotlight-video {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .vg-spotlight-copy {
    padding: 34px 28px;
  }
}

@media (max-width: 680px) {
  .vg-shell {
    width: min(100% - 28px, 1180px);
  }

  .vg-section {
    padding: 68px 0;
  }

  .vg-hero {
    padding: 116px 0 62px;
  }

  .vg-hero-grid {
    gap: 42px;
    padding: 28px 20px;
    border-radius: 24px;
  }

  .vg-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.4rem) !important;
  }

  .vg-hero-lede {
    font-size: 1rem;
  }

  .vg-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vg-button {
    width: 100%;
  }

  .vg-editor {
    grid-template-columns: 1fr;
  }

  .vg-editor-script {
    padding: 22px;
  }

  .vg-editor-sidebar {
    display: none;
  }

  .vg-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vg-proof-item {
    padding: 20px 16px;
  }

  .vg-proof-item:nth-child(2) {
    border-right: 0;
  }

  .vg-proof-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--vg-line);
  }

  .vg-demo-card {
    grid-template-columns: 1fr;
    padding: 19px;
  }

  .vg-generated-intro {
    padding: 72px 0 52px;
  }

  .vg-voice-demo {
    padding: 70px 0;
  }

  .vg-voice-demo-facts > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .vg-feature-player-header {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
  }

  .vg-feature-avatar {
    width: 44px;
    height: 44px;
  }

  .vg-feature-format {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .vg-feature-player-control {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 22px 18px;
  }

  .vg-feature-time {
    grid-column: 2;
  }

  .vg-feature-details-grid {
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
  }

  .vg-feature-details summary {
    padding: 17px 18px;
  }

  .vg-inline-recipe {
    margin: 0 18px 18px;
  }

  .vg-demo-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .vg-studio-panel-copy {
    grid-template-columns: 1fr;
  }

  .vg-tool-grid {
    grid-template-columns: 1fr;
  }

  .vg-tool-card:nth-child(n) {
    min-height: 0;
    grid-column: auto;
  }

  .vg-usecase-grid {
    grid-template-columns: 1fr;
  }

  .vg-usecase-card {
    min-height: 0;
  }

  .vg-final-cta {
    padding: 74px 0;
  }

  .vg-final-cta-actions {
    max-width: none;
    flex-direction: column;
  }

  .vg-support-inner {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .vg-support-inner .vg-button {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vg-page *,
  .vg-page *::before,
  .vg-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
