body.bvc-page {
  --bvc-navy: #131735;
  --bvc-muted: #68708b;
  --bvc-blue: #315bea;
  --bvc-purple: #7440eb;
  --bvc-line: #e6e8f2;
  --bvc-soft: #f7f7ff;
  --bvc-good: #087d57;
  --bvc-warn: #9a5a00;
  --bvc-bad: #bc2b43;
  margin: 0;
  color: var(--bvc-navy);
  background: linear-gradient(180deg, #fbfbff 0, #f7f7ff 520px, #fff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.bvc-page *, .bvc-page *::before, .bvc-page *::after { box-sizing: border-box; }
.bvc-page a { color: inherit; text-decoration: none; }
.bvc-page button, .bvc-page input, .bvc-page select, .bvc-page textarea { font: inherit; }
.bvc-page button, .bvc-page a { -webkit-tap-highlight-color: transparent; }
.bvc-page [hidden] { display: none !important; }
.bvc-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.bvc-skip-link { position: fixed; z-index: 1000; inset: 8px auto auto 8px; padding: 10px 14px; color: #fff !important; border-radius: 10px; background: var(--bvc-navy); transform: translateY(-150%); }
.bvc-skip-link:focus { transform: translateY(0); }

.bvc-site-header { position: relative; z-index: 10; min-height: 72px; border-bottom: 1px solid rgba(226, 228, 241, .9); background: rgba(255, 255, 255, .86); backdrop-filter: blur(16px); }
.bvc-site-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bvc-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; letter-spacing: -.03em; }
.bvc-brand span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 12px; background: linear-gradient(135deg, var(--bvc-blue), var(--bvc-purple)); font-size: 13px; font-weight: 900; box-shadow: 0 8px 20px rgba(75, 70, 218, .22); }
.bvc-site-nav { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 750; }
.bvc-site-nav a { padding: 10px 12px; border-radius: 11px; }
.bvc-site-nav a:hover { background: #f3f4ff; }
.bvc-site-nav .bvc-nav-button { color: #fff; padding-inline: 17px; background: var(--bvc-navy); }

.bvc-workspace { padding-block: 64px 80px; }
.bvc-hero { min-height: 260px; display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 54px; align-items: center; }
.bvc-eyebrow, .bvc-panel__heading > span, .bvc-profiles__heading span { display: block; margin-bottom: 10px; color: var(--bvc-purple); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bvc-hero h1 { margin: 0; font-size: clamp(44px, 6vw, 72px); line-height: .98; letter-spacing: -.065em; }
.bvc-hero > div:first-child > p { max-width: 680px; margin: 22px 0 0; color: var(--bvc-muted); font-size: 18px; line-height: 1.65; }
.bvc-security-notice { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 22px; border: 1px solid #d9d8f0; border-radius: 20px; background: rgba(255, 255, 255, .92); box-shadow: 0 15px 45px rgba(39, 43, 88, .07); }
.bvc-security-notice svg { width: 48px; height: 48px; padding: 11px; fill: none; stroke: var(--bvc-purple); stroke-width: 1.7; border-radius: 15px; background: #f0eaff; }
.bvc-security-notice p { margin: 2px 0 0; }
.bvc-security-notice strong, .bvc-security-notice span { display: block; }
.bvc-security-notice strong { margin-bottom: 5px; font-size: 14px; }
.bvc-security-notice span { color: var(--bvc-muted); font-size: 12.5px; line-height: 1.55; }

.bvc-message { margin: 0 0 18px 286px; padding: 13px 16px; color: #184b87; border: 1px solid #bdd5fa; border-radius: 13px; background: #eef6ff; font-size: 13px; font-weight: 700; }
.bvc-message--error { color: #8d2637; border-color: #f0bdc6; background: #fff0f3; }
.bvc-message--success { color: #086444; border-color: #a9dfc9; background: #ecfbf5; }

.bvc-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 36px; align-items: start; }
.bvc-steps { position: sticky; top: 24px; padding: 22px 16px; border: 1px solid var(--bvc-line); border-radius: 22px; background: rgba(255, 255, 255, .94); box-shadow: 0 16px 40px rgba(32, 38, 82, .055); }
.bvc-steps__label { margin: 0 10px 14px; color: #9197aa; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.bvc-steps ol { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.bvc-steps li { position: relative; }
.bvc-steps li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; width: 1px; height: 15px; inset: auto auto -10px 24px; background: #e3e5ef; }
.bvc-steps button { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: center; padding: 10px; color: #858ba0; text-align: left; border: 0; border-radius: 13px; background: transparent; cursor: pointer; }
.bvc-steps button:disabled { cursor: default; }
.bvc-steps button > span:first-child { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #dfe2ec; border-radius: 10px; background: #fff; font-size: 11px; font-weight: 850; }
.bvc-steps button > span:last-child, .bvc-steps strong, .bvc-steps small { display: block; }
.bvc-steps strong { margin-bottom: 2px; color: #737a91; font-size: 12px; }
.bvc-steps small { font-size: 10px; font-weight: 600; }
.bvc-steps li.is-current button { color: var(--bvc-purple); background: #f4f1ff; }
.bvc-steps li.is-current button > span:first-child { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--bvc-blue), var(--bvc-purple)); box-shadow: 0 7px 16px rgba(100, 72, 224, .2); }
.bvc-steps li.is-current strong { color: var(--bvc-navy); }
.bvc-steps li.is-complete button > span:first-child { color: #fff; border-color: var(--bvc-good); background: var(--bvc-good); }
.bvc-steps li.is-complete strong { color: #38405c; }

.bvc-panel-wrap { min-width: 0; }
.bvc-panel { min-height: 720px; padding: clamp(28px, 4.2vw, 48px); border: 1px solid var(--bvc-line); border-radius: 28px; background: #fff; box-shadow: 0 22px 70px rgba(36, 41, 83, .07); }
.bvc-panel__heading { margin-bottom: 30px; }
.bvc-panel__heading h2 { margin: 0; font-size: clamp(28px, 4vw, 40px); line-height: 1.08; letter-spacing: -.045em; }
.bvc-panel__heading p { max-width: 650px; margin: 12px 0 0; color: var(--bvc-muted); font-size: 14px; line-height: 1.65; }
.bvc-panel__actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; padding-top: 24px; border-top: 1px solid #eef0f6; }
.bvc-panel__actions--end { justify-content: flex-end; }
.bvc-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 17px; color: #303753; border: 1px solid #dce0ec; border-radius: 12px; background: #fff; font-size: 12px; font-weight: 850; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.bvc-button:hover:not(:disabled) { transform: translateY(-2px); border-color: #bfc5d9; box-shadow: 0 9px 22px rgba(35, 42, 85, .09); }
.bvc-button--primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--bvc-blue), var(--bvc-purple)); box-shadow: 0 9px 22px rgba(76, 73, 215, .18); }
.bvc-button--danger { color: #a1273d; border-color: #f1cbd2; background: #fff8fa; }
.bvc-button:disabled { color: #9ca2b3; border-color: #e7e9f0; background: #f2f3f7; box-shadow: none; cursor: not-allowed; }

.bvc-consent-list { display: grid; gap: 14px; }
.bvc-check { display: grid; grid-template-columns: 22px 1fr; gap: 14px; padding: 21px; border: 1px solid #dfe2ed; border-radius: 17px; background: #fcfcff; cursor: pointer; }
.bvc-check:has(input:checked) { border-color: #bdb5ed; background: #f8f6ff; }
.bvc-check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--bvc-purple); }
.bvc-check strong, .bvc-check small { display: block; }
.bvc-check strong { font-size: 13px; line-height: 1.55; }
.bvc-check small { margin-top: 7px; color: var(--bvc-muted); font-size: 11px; }

.bvc-tabs { display: inline-grid; grid-template-columns: 1fr 1fr; gap: 4px; width: 100%; margin-bottom: 20px; padding: 4px; border: 1px solid var(--bvc-line); border-radius: 14px; background: #f5f6fb; }
.bvc-tabs button { min-height: 44px; padding: 9px 14px; color: #70778e; border: 0; border-radius: 10px; background: transparent; font-size: 12px; font-weight: 850; cursor: pointer; }
.bvc-tabs button[aria-selected="true"] { color: var(--bvc-navy); background: #fff; box-shadow: 0 4px 14px rgba(39, 45, 84, .08); }
.bvc-recorder { padding: 25px; border: 1px solid #dfe2ee; border-radius: 20px; background: linear-gradient(145deg, #fff, #faf9ff); }
.bvc-recorder__visual { display: flex; align-items: center; gap: 15px; }
.bvc-mic { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; color: var(--bvc-purple); border-radius: 15px; background: #f0eaff; }
.bvc-mic svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.bvc-recorder__visual strong, .bvc-recorder__visual span { display: block; }
.bvc-recorder__visual strong { margin-bottom: 4px; font-size: 14px; }
.bvc-recorder__visual span { color: var(--bvc-muted); font-size: 11px; }
.bvc-meter { height: 10px; margin: 22px 0; overflow: hidden; border-radius: 99px; background: #e9ebf3; }
.bvc-meter span { width: 2%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #4a7bf0, #7b44e8, #e1568e); transition: width .08s linear; }
.bvc-recorder__controls, .bvc-preview-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.bvc-inline-status { margin: 15px 0 0; color: var(--bvc-muted); font-size: 11.5px; line-height: 1.5; }
.bvc-upload-zone { min-height: 220px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 28px; text-align: center; border: 1.5px dashed #c9cde0; border-radius: 20px; background: #fbfbff; cursor: pointer; }
.bvc-upload-zone:hover { border-color: #9588dd; background: #f8f6ff; }
.bvc-upload-zone input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.bvc-upload-zone svg { width: 42px; height: 42px; margin-bottom: 4px; padding: 9px; fill: none; stroke: var(--bvc-purple); stroke-width: 1.5; border-radius: 13px; background: #f0eaff; }
.bvc-upload-zone strong { font-size: 14px; }
.bvc-upload-zone span { color: var(--bvc-muted); font-size: 11px; }
.bvc-audio-review { display: grid; grid-template-columns: minmax(130px, 1fr) minmax(240px, 1.6fr) auto; gap: 15px; align-items: center; margin-top: 18px; padding: 18px; border: 1px solid #d9e7df; border-radius: 16px; background: #f4fcf8; }
.bvc-audio-review strong, .bvc-audio-review span { display: block; }
.bvc-audio-review strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.bvc-audio-review span { margin-top: 4px; color: var(--bvc-muted); font-size: 10px; }
.bvc-audio-review audio { width: 100%; height: 38px; }
.bvc-link-button { padding: 7px; color: #a1273d; border: 0; background: transparent; font-size: 11px; font-weight: 850; cursor: pointer; }
.bvc-rules { margin-top: 22px; padding: 20px; border-radius: 17px; background: #f6f7fb; }
.bvc-rules h3 { margin: 0 0 13px; font-size: 12px; }
.bvc-rules ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; margin: 0; padding: 0; list-style: none; }
.bvc-rules li { position: relative; padding-left: 18px; color: #596079; font-size: 11.5px; }
.bvc-rules li::before { content: "✓"; position: absolute; inset: 0 auto auto 0; color: var(--bvc-good); font-weight: 900; }

.bvc-analyzing { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding: 15px; border: 1px solid #d7def9; border-radius: 14px; background: #f4f7ff; }
.bvc-analyzing > span { width: 26px; height: 26px; border: 3px solid #cdd5f7; border-top-color: var(--bvc-blue); border-radius: 50%; animation: bvc-spin .8s linear infinite; }
.bvc-analyzing p { margin: 0; }
.bvc-analyzing strong, .bvc-analyzing small { display: block; }
.bvc-analyzing strong { font-size: 12px; }
.bvc-analyzing small { margin-top: 3px; color: var(--bvc-muted); font-size: 10px; }
@keyframes bvc-spin { to { transform: rotate(360deg); } }
.bvc-quality-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.bvc-quality-grid article { min-height: 112px; display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: start; padding: 16px; border: 1px solid var(--bvc-line); border-radius: 16px; background: #fcfcff; }
.bvc-quality-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--bvc-blue); border-radius: 11px; background: #eaf0ff; font-size: 9px; font-weight: 900; }
.bvc-quality-grid h3 { margin: 2px 0 5px; font-size: 12px; }
.bvc-quality-grid p { margin: 0; color: var(--bvc-muted); font-size: 10.5px; line-height: 1.5; }
.bvc-quality-grid b { padding: 5px 7px; color: #747b90; border-radius: 99px; background: #eef0f5; font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.bvc-quality-grid article.is-good { border-color: #c8e8db; background: #f6fcf9; }
.bvc-quality-grid article.is-good b { color: var(--bvc-good); background: #dff6ec; }
.bvc-quality-grid article.is-attention { border-color: #f0dab5; background: #fffaf1; }
.bvc-quality-grid article.is-attention b { color: var(--bvc-warn); background: #fff0d5; }
.bvc-quality-grid article.is-failed { border-color: #f1c5cd; background: #fff7f8; }
.bvc-quality-grid article.is-failed b { color: var(--bvc-bad); background: #ffe2e7; }
.bvc-browser-note { margin-top: 18px; padding: 17px 19px; border-left: 3px solid #a99ce8; border-radius: 0 13px 13px 0; background: #f8f7ff; }
.bvc-browser-note strong { font-size: 11px; }
.bvc-browser-note p { margin: 5px 0 0; color: var(--bvc-muted); font-size: 10.5px; line-height: 1.55; }

.bvc-service-alert { display: grid; grid-template-columns: 34px 1fr; gap: 11px; margin-bottom: 24px; padding: 15px; color: #684a10; border: 1px solid #ead7ae; border-radius: 14px; background: #fffaf0; }
.bvc-service-alert > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #ffeecb; font-weight: 900; }
.bvc-service-alert p { margin: 0; }
.bvc-service-alert strong, .bvc-service-alert p span { display: block; }
.bvc-service-alert strong { margin-bottom: 3px; font-size: 11px; }
.bvc-service-alert p span { font-size: 11px; }
.bvc-service-alert.is-connected { color: #146c43; border-color: #b7dfca; background: #f1fbf6; }
.bvc-service-alert.is-connected > span { color: #0f6a3d; background: #d9f4e5; }
.bvc-form { display: grid; gap: 18px; }
.bvc-form label, .bvc-preview-text { display: grid; gap: 7px; color: #333a55; font-size: 11.5px; font-weight: 800; }
.bvc-form input, .bvc-form select, .bvc-form textarea, .bvc-preview-text textarea { width: 100%; padding: 13px 14px; color: var(--bvc-navy); border: 1px solid #d9ddea; border-radius: 12px; outline: none; background: #fff; font-size: 13px; font-weight: 500; }
.bvc-form textarea, .bvc-preview-text textarea { resize: vertical; line-height: 1.55; }
.bvc-form label small { color: #8a91a5; font-size: 10px; font-weight: 600; }
.bvc-form label:has(textarea) small { text-align: right; }
.bvc-form-status { min-height: 18px; color: var(--bvc-muted); font-size: 11px; font-weight: 700; }
.bvc-form-status.is-error { color: var(--bvc-bad); }
.bvc-form-status.is-success { color: var(--bvc-good); }
.bvc-preview-actions { margin-top: 18px; }
.bvc-preview-text textarea { min-height: 110px; margin-bottom: 4px; }
.bvc-panel audio[data-preview-player] { width: 100%; margin: 16px 0 0; }
.bvc-dubbing-card { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 15px; align-items: center; padding: 20px; border: 1px solid #dcd9f0; border-radius: 18px; background: linear-gradient(145deg, #fff, #f7f5ff); }
.bvc-dubbing-card strong, .bvc-dubbing-card div span { display: block; }
.bvc-dubbing-card strong { font-size: 14px; }
.bvc-dubbing-card div span { margin-top: 5px; color: var(--bvc-muted); font-size: 11px; }

.bvc-profiles { margin: 44px 0 0 286px; padding: clamp(25px, 4vw, 38px); border: 1px solid var(--bvc-line); border-radius: 25px; background: #fff; box-shadow: 0 18px 55px rgba(35, 40, 80, .055); }
.bvc-profiles__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.bvc-profiles__heading h2 { margin: 0; font-size: 26px; letter-spacing: -.035em; }
.bvc-profile-list { display: grid; gap: 11px; }
.bvc-profile-card { display: grid; grid-template-columns: minmax(160px, 1.3fr) repeat(3, minmax(90px, .7fr)) auto; gap: 14px; align-items: center; padding: 17px; border: 1px solid var(--bvc-line); border-radius: 15px; background: #fcfcff; }
.bvc-profile-card strong, .bvc-profile-card span, .bvc-profile-card small { display: block; }
.bvc-profile-card strong { font-size: 12px; }
.bvc-profile-card span { margin-top: 4px; color: var(--bvc-muted); font-size: 10px; }
.bvc-profile-card small { margin-bottom: 3px; color: #9a9fb0; font-size: 8px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.bvc-profile-card__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.bvc-profile-card__actions .bvc-button { min-height: 36px; padding: 7px 10px; font-size: 10px; }
.bvc-empty { display: grid; place-items: center; min-height: 190px; padding: 25px; text-align: center; border: 1px dashed #d9dce8; border-radius: 17px; background: #fafaff; }
.bvc-empty span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 9px; color: var(--bvc-purple); border-radius: 13px; background: #f0eaff; }
.bvc-empty strong { font-size: 13px; }
.bvc-empty p { margin: 5px 0 0; color: var(--bvc-muted); font-size: 10.5px; }
.bvc-site-footer { padding: 25px 0; color: #777e93; border-top: 1px solid var(--bvc-line); background: #fff; font-size: 11px; }
.bvc-site-footer .bvc-shell { display: flex; justify-content: space-between; gap: 20px; }

.bvc-page :is(button, a, input, select, textarea):focus-visible { outline: 3px solid rgba(49, 91, 234, .28); outline-offset: 3px; }
.bvc-form input:focus, .bvc-form select:focus, .bvc-form textarea:focus, .bvc-preview-text textarea:focus { border-color: var(--bvc-blue); box-shadow: 0 0 0 3px rgba(49, 91, 234, .1); }

@media (max-width: 980px) {
  .bvc-workspace { padding-top: 45px; }
  .bvc-hero { grid-template-columns: 1fr; gap: 25px; }
  .bvc-security-notice { max-width: 650px; }
  .bvc-layout { grid-template-columns: 1fr; gap: 20px; }
  .bvc-steps { position: static; padding: 15px; }
  .bvc-steps__label { margin-bottom: 10px; }
  .bvc-steps ol { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .bvc-steps li:not(:last-child)::after { display: none; }
  .bvc-steps button { grid-template-columns: 28px 1fr; min-height: 58px; padding: 7px; }
  .bvc-steps button > span:first-child { width: 27px; height: 27px; }
  .bvc-steps small { display: none; }
  .bvc-message, .bvc-profiles { margin-left: 0; }
  .bvc-panel { min-height: 680px; }
  .bvc-profile-card { grid-template-columns: minmax(150px, 1fr) repeat(2, minmax(90px, .6fr)); }
  .bvc-profile-card > div:nth-child(4), .bvc-profile-card__actions { grid-column: auto; }
  .bvc-profile-card__actions { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 640px) {
  .bvc-shell { width: min(100% - 28px, 1180px); }
  .bvc-site-header, .bvc-site-header__inner { min-height: 64px; }
  .bvc-site-nav > a:not(.bvc-nav-button) { display: none; }
  .bvc-brand { font-size: 17px; }
  .bvc-brand span { width: 34px; height: 34px; }
  .bvc-workspace { padding-block: 34px 55px; }
  .bvc-hero { min-height: 0; }
  .bvc-hero h1 { font-size: 43px; }
  .bvc-hero > div:first-child > p { margin-top: 16px; font-size: 15px; }
  .bvc-security-notice { grid-template-columns: 40px 1fr; padding: 17px; }
  .bvc-security-notice svg { width: 40px; height: 40px; padding: 9px; }
  .bvc-steps { margin-inline: -2px; overflow-x: auto; }
  .bvc-steps ol { width: 690px; grid-template-columns: repeat(6, 108px); }
  .bvc-steps button { grid-template-columns: 25px 1fr; }
  .bvc-steps button > span:first-child { width: 25px; height: 25px; }
  .bvc-steps strong { font-size: 10px; line-height: 1.2; }
  .bvc-panel { min-height: 650px; padding: 24px 18px; border-radius: 22px; }
  .bvc-panel__heading { margin-bottom: 23px; }
  .bvc-panel__heading h2 { font-size: 30px; }
  .bvc-check { padding: 16px; }
  .bvc-tabs { grid-template-columns: 1fr; }
  .bvc-recorder { padding: 18px; }
  .bvc-recorder__controls .bvc-button { flex: 1 1 42%; }
  .bvc-audio-review { grid-template-columns: 1fr; }
  .bvc-rules ul, .bvc-quality-grid { grid-template-columns: 1fr; }
  .bvc-panel__actions { flex-direction: column-reverse; }
  .bvc-panel__actions .bvc-button { width: 100%; }
  .bvc-panel__actions--end { flex-direction: column; }
  .bvc-dubbing-card { grid-template-columns: 50px 1fr; }
  .bvc-dubbing-card > .bvc-button { grid-column: 1 / -1; }
  .bvc-profiles { padding: 23px 17px; }
  .bvc-profile-card { grid-template-columns: 1fr 1fr; }
  .bvc-profile-card > div:first-child, .bvc-profile-card__actions { grid-column: 1 / -1; }
  .bvc-profiles__heading { align-items: flex-start; }
  .bvc-profiles__heading .bvc-button { min-height: 38px; padding-inline: 11px; }
  .bvc-site-footer .bvc-shell { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .bvc-page *, .bvc-page *::before, .bvc-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Premium finish — isolated to the Voice Cloning page. */
body.bvc-page {
  --bvc-navy: #12131f;
  --bvc-muted: #696b7b;
  --bvc-blue: #4c63ee;
  --bvc-purple: #7557e8;
  --bvc-line: rgba(24, 25, 39, .09);
  --bvc-soft: #f6f6fa;
  --bvc-surface: rgba(255, 255, 255, .86);
  --bvc-shadow: 0 1px 2px rgba(20, 21, 34, .03), 0 24px 70px rgba(31, 29, 60, .08);
  color: var(--bvc-navy);
  background:
    radial-gradient(circle at 13% 2%, rgba(120, 91, 232, .10), transparent 31rem),
    radial-gradient(circle at 88% 8%, rgba(72, 105, 239, .09), transparent 28rem),
    linear-gradient(180deg, #fbfbfd 0, #f5f5f9 35rem, #fafafd 100%);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
	overflow-x: hidden;
}

.bvc-page ::selection { color: #fff; background: #6453d7; }
.bvc-shell { width: min(1216px, calc(100% - 48px)); }

.bvc-site-header {
  position: sticky;
  top: 0;
  min-height: 76px;
  border-bottom-color: rgba(24, 25, 39, .075);
  background: rgba(251, 251, 253, .78);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: saturate(160%) blur(22px);
  -webkit-backdrop-filter: saturate(160%) blur(22px);
}

.bvc-site-header__inner { min-height: 76px; }
.bvc-brand { gap: 11px; color: #151621; font-size: 18px; letter-spacing: -.035em; }
.bvc-brand span {
  width: 39px;
  height: 39px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 13px;
  background: linear-gradient(145deg, #25283e 0%, #5c4ccb 55%, #7d5ce5 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 8px 20px rgba(67, 57, 151, .20);
}

.bvc-site-nav { gap: 3px; color: #565866; font-size: 12.5px; }
.bvc-site-nav a { padding: 10px 13px; transition: color .18s ease, background .18s ease, transform .18s ease; }
.bvc-site-nav a:hover { color: #171822; background: rgba(20, 21, 34, .05); }
.bvc-site-nav .bvc-nav-button {
  margin-left: 6px;
  padding-inline: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(145deg, #20212c, #11121a);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 20px rgba(17, 18, 26, .13);
}
.bvc-site-nav .bvc-nav-button:hover { color: #fff; background: #242631; transform: translateY(-1px); }

.bvc-workspace { position: relative; isolation: isolate; padding-block: 78px 96px; }
.bvc-workspace::before,
.bvc-workspace::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}
.bvc-workspace::before { width: 330px; height: 330px; inset: 110px auto auto -240px; background: rgba(115, 81, 223, .075); }
.bvc-workspace::after { width: 280px; height: 280px; inset: 520px 0 auto auto; background: rgba(60, 96, 226, .065); }

.bvc-hero { min-height: 282px; grid-template-columns: minmax(0, 1fr) 365px; gap: clamp(46px, 7vw, 96px); padding-bottom: 26px; }
.bvc-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: #4d465f;
  border: 1px solid rgba(93, 78, 158, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
  font-size: 9px;
  letter-spacing: .13em;
}
.bvc-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #596feb, #8661e7); box-shadow: 0 0 0 4px rgba(111, 89, 224, .09); }
.bvc-hero h1 { max-width: 760px; color: #11121b; font-size: clamp(52px, 6.1vw, 78px); line-height: .95; letter-spacing: -.074em; text-wrap: balance; }
.bvc-hero > div:first-child > p { max-width: 720px; margin-top: 25px; color: #646675; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.62; letter-spacing: -.012em; }

.bvc-security-notice {
  grid-template-columns: 50px 1fr;
  gap: 17px;
  padding: 23px;
  border-color: rgba(45, 41, 67, .10);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .90), rgba(250, 249, 255, .75));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 18px 55px rgba(40, 34, 76, .075);
  backdrop-filter: blur(15px);
}
.bvc-security-notice svg { width: 50px; height: 50px; color: #6550cf; stroke: currentColor; border: 1px solid rgba(103, 78, 208, .08); border-radius: 16px; background: linear-gradient(145deg, #f1edff, #eae8fb); }
.bvc-security-notice strong { color: #1c1d28; font-size: 13.5px; letter-spacing: -.01em; }
.bvc-security-notice span { color: #6a6c7b; line-height: 1.6; }

.bvc-message { margin-left: 286px; border-color: rgba(64, 102, 213, .16); border-radius: 14px; background: rgba(239, 245, 255, .84); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7); backdrop-filter: blur(12px); }
.bvc-layout { grid-template-columns: 258px minmax(0, 1fr); gap: 30px; }
.bvc-steps {
  top: 100px;
  padding: 18px 13px;
  border-color: var(--bvc-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 18px 55px rgba(35, 32, 61, .065);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.bvc-steps__label { margin: 2px 12px 16px; color: #9293a0; font-size: 9px; letter-spacing: .14em; }
.bvc-steps ol { gap: 3px; }
.bvc-steps button { grid-template-columns: 36px 1fr; gap: 11px; min-height: 58px; padding: 9px 10px; border: 1px solid transparent; border-radius: 15px; }
.bvc-steps button > span:first-child { width: 34px; height: 34px; color: #777988; border-color: rgba(29, 30, 43, .10); border-radius: 11px; background: rgba(255, 255, 255, .9); box-shadow: inset 0 1px 0 #fff; }
.bvc-steps strong { color: #5e606d; font-size: 11.5px; letter-spacing: -.008em; }
.bvc-steps small { color: #9697a3; font-size: 9.5px; }
.bvc-steps li.is-current button { border-color: rgba(103, 80, 210, .10); background: linear-gradient(145deg, rgba(243, 240, 255, .98), rgba(248, 247, 255, .88)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95); }
.bvc-steps li.is-current button > span:first-child { color: #fff; background: linear-gradient(145deg, #313347, #6b52d2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 7px 16px rgba(77, 60, 165, .18); }
.bvc-steps li.is-complete button > span:first-child { color: #fff; border-color: #20815d; background: linear-gradient(145deg, #23926a, #137552); box-shadow: 0 6px 14px rgba(21, 124, 87, .14); }
.bvc-steps li:not(:last-child)::after { left: 30px; background: rgba(39, 40, 54, .09); }

.bvc-panel {
  min-height: 730px;
  padding: clamp(34px, 4.5vw, 54px);
  border-color: rgba(27, 28, 42, .085);
  border-radius: 31px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(253, 253, 255, .88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), var(--bvc-shadow);
  backdrop-filter: blur(16px);
}
.bvc-panel__heading { margin-bottom: 34px; }
.bvc-panel__heading > span { width: fit-content; margin-bottom: 12px; padding: 6px 9px; color: #5c50a8; border: 1px solid rgba(101, 82, 190, .10); border-radius: 999px; background: #f5f2ff; font-size: 8.5px; letter-spacing: .14em; }
.bvc-panel__heading h2 { color: #14151f; font-size: clamp(30px, 3.7vw, 43px); letter-spacing: -.052em; text-wrap: balance; }
.bvc-panel__heading p { margin-top: 13px; color: #70717f; font-size: 13.5px; line-height: 1.68; }
.bvc-panel__actions { margin-top: 34px; padding-top: 26px; border-top-color: rgba(27, 28, 42, .07); }

.bvc-button {
  min-height: 46px;
  padding: 11px 18px;
  color: #30313d;
  border-color: rgba(25, 26, 39, .11);
  border-radius: 13px;
  background: rgba(255, 255, 255, .88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 1px 2px rgba(20, 21, 32, .03);
  font-size: 11.5px;
  letter-spacing: -.005em;
}
.bvc-button:hover:not(:disabled) { transform: translateY(-2px); border-color: rgba(25, 26, 39, .18); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 10px 24px rgba(28, 29, 46, .10); }
.bvc-button--primary { color: #fff; border-color: #171822; background: linear-gradient(145deg, #292b3b 0%, #151620 56%, #252036 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .17), 0 10px 25px rgba(21, 22, 32, .17); }
.bvc-button--primary:hover:not(:disabled) { border-color: #252635; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .17), 0 14px 30px rgba(21, 22, 32, .22); }
.bvc-button:disabled { color: #a0a1ac; border-color: rgba(25, 26, 39, .07); background: #f2f2f5; }

.bvc-check { gap: 15px; padding: 22px; border-color: rgba(25, 26, 39, .09); border-radius: 19px; background: rgba(250, 250, 252, .74); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8); transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.bvc-check:hover { transform: translateY(-1px); border-color: rgba(100, 78, 201, .18); background: #fff; box-shadow: 0 10px 28px rgba(42, 37, 72, .055); }
.bvc-check:has(input:checked) { border-color: rgba(99, 76, 201, .23); background: linear-gradient(145deg, #faf9ff, #f5f2ff); box-shadow: inset 0 0 0 1px rgba(112, 86, 215, .035); }
.bvc-check input { accent-color: #6550cf; }
.bvc-check strong { color: #2a2b36; line-height: 1.58; letter-spacing: -.006em; }

.bvc-tabs { gap: 5px; margin-bottom: 22px; padding: 5px; border-color: rgba(27, 28, 42, .08); border-radius: 16px; background: #f1f1f5; }
.bvc-tabs button { min-height: 46px; border-radius: 12px; color: #777886; }
.bvc-tabs button[aria-selected="true"] { color: #1c1d26; background: rgba(255, 255, 255, .96); box-shadow: inset 0 1px 0 #fff, 0 5px 15px rgba(24, 25, 39, .07); }
.bvc-recorder { padding: 27px; border-color: rgba(27, 28, 42, .09); border-radius: 22px; background: linear-gradient(145deg, #fff, #f8f8fb); box-shadow: inset 0 1px 0 #fff; }
.bvc-mic { color: #5f4bc8; border: 1px solid rgba(97, 73, 201, .08); border-radius: 16px; background: linear-gradient(145deg, #f1edff, #e9e7f8); }
.bvc-meter { height: 8px; background: #e9e9ee; }
.bvc-meter span { background: linear-gradient(90deg, #536ce9, #7557db 58%, #d65e9c); box-shadow: 0 0 12px rgba(108, 82, 214, .24); }
.bvc-upload-zone { min-height: 232px; border-color: rgba(79, 70, 125, .28); border-radius: 22px; background: linear-gradient(145deg, rgba(253, 253, 255, .92), rgba(247, 246, 252, .78)); transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.bvc-upload-zone:hover { transform: translateY(-2px); border-color: rgba(103, 79, 209, .48); background: #fff; box-shadow: 0 16px 38px rgba(44, 38, 78, .07); }
.bvc-audio-review { border-color: rgba(27, 119, 82, .14); border-radius: 18px; background: linear-gradient(145deg, #f7fcfa, #f1faf6); }
.bvc-rules { padding: 21px; border: 1px solid rgba(27, 28, 42, .055); border-radius: 18px; background: #f6f6f8; }

.bvc-quality-grid { gap: 13px; }
.bvc-quality-grid article { min-height: 116px; padding: 17px; border-color: rgba(27, 28, 42, .08); border-radius: 18px; background: linear-gradient(145deg, #fff, #fafafd); box-shadow: inset 0 1px 0 #fff; transition: transform .18s ease, box-shadow .18s ease; }
.bvc-quality-grid article:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(33, 32, 54, .06); }
.bvc-quality-icon { color: #5269d5; border: 1px solid rgba(74, 98, 207, .08); border-radius: 12px; background: #eef1ff; }
.bvc-quality-grid b { padding: 5px 8px; }
.bvc-browser-note { border-left-width: 2px; border-left-color: #8f7bd9; background: rgba(247, 245, 255, .78); }

.bvc-service-alert { border-color: rgba(171, 123, 34, .20); border-radius: 16px; background: linear-gradient(145deg, #fffaf1, #fff7e8); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9); }
.bvc-form { gap: 20px; }
.bvc-form label, .bvc-preview-text { color: #393a45; font-size: 11px; }
.bvc-form input, .bvc-form select, .bvc-form textarea, .bvc-preview-text textarea { padding: 14px 15px; border-color: rgba(27, 28, 42, .12); border-radius: 13px; background: rgba(255, 255, 255, .92); box-shadow: inset 0 1px 2px rgba(25, 26, 39, .025); transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.bvc-form input:hover, .bvc-form select:hover, .bvc-form textarea:hover, .bvc-preview-text textarea:hover { border-color: rgba(27, 28, 42, .20); background: #fff; }
.bvc-form input:focus, .bvc-form select:focus, .bvc-form textarea:focus, .bvc-preview-text textarea:focus { border-color: rgba(86, 96, 207, .64); box-shadow: 0 0 0 4px rgba(86, 96, 207, .10); }
.bvc-dubbing-card { padding: 22px; border-color: rgba(67, 55, 128, .11); border-radius: 20px; background: linear-gradient(145deg, #fff, #f7f5ff); box-shadow: inset 0 1px 0 #fff; }

.bvc-profiles { margin-left: 288px; padding: clamp(29px, 4vw, 42px); border-color: rgba(27, 28, 42, .08); border-radius: 28px; background: rgba(255, 255, 255, .88); box-shadow: inset 0 1px 0 #fff, 0 20px 60px rgba(34, 31, 58, .07); backdrop-filter: blur(16px); }
.bvc-profiles__heading h2 { color: #171821; font-size: 28px; letter-spacing: -.045em; }
.bvc-profile-card { padding: 18px; border-color: rgba(27, 28, 42, .075); border-radius: 17px; background: linear-gradient(145deg, #fff, #fafafd); transition: transform .18s ease, box-shadow .18s ease; }
.bvc-profile-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(33, 32, 54, .06); }
.bvc-empty { min-height: 205px; border-color: rgba(70, 64, 103, .20); border-radius: 19px; background: linear-gradient(145deg, #fbfbfd, #f7f6fb); }
.bvc-site-footer { color: #7a7b87; border-top-color: rgba(27, 28, 42, .07); background: rgba(250, 250, 252, .88); }

.bvc-page :is(button, a, input, select, textarea):focus-visible { outline-color: rgba(82, 99, 220, .36); outline-offset: 3px; }

@media (max-width: 980px) {
  .bvc-shell { width: min(100% - 38px, 840px); }
  .bvc-workspace { padding-block: 58px 78px; }
  .bvc-hero { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding-bottom: 12px; }
  .bvc-hero h1 { max-width: 780px; font-size: clamp(50px, 9vw, 72px); }
  .bvc-security-notice { max-width: 720px; }
  .bvc-layout { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .bvc-steps { top: auto; padding: 14px; }
  .bvc-steps ol { gap: 7px; }
  .bvc-steps button { min-height: 60px; }
  .bvc-message, .bvc-profiles { margin-left: 0; }
  .bvc-panel { min-height: 690px; }
}

@media (max-width: 768px) {
  .bvc-site-header, .bvc-site-header__inner { min-height: 70px; }
  .bvc-workspace { padding-top: 48px; }
  .bvc-hero h1 { font-size: clamp(48px, 10vw, 64px); }
  .bvc-hero > div:first-child > p { max-width: 610px; }
  .bvc-steps ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bvc-panel { padding: 38px 30px; border-radius: 27px; }
  .bvc-quality-grid { grid-template-columns: 1fr; }
  .bvc-audio-review { grid-template-columns: 1fr; }
  .bvc-profile-card { grid-template-columns: 1fr 1fr; }
  .bvc-profile-card > div:first-child, .bvc-profile-card__actions { grid-column: 1 / -1; }
  .bvc-profile-card__actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .bvc-shell { width: min(100% - 28px, 1216px); }
  .bvc-site-header, .bvc-site-header__inner { min-height: 64px; }
  .bvc-site-nav .bvc-nav-button { min-height: 40px; margin-left: 0; padding: 9px 14px; }
  .bvc-workspace { padding-block: 38px 58px; }
  .bvc-workspace::before { width: 230px; height: 230px; inset: 80px auto auto -180px; }
  .bvc-workspace::after { display: none; }
  .bvc-eyebrow { margin-bottom: 16px; }
  .bvc-hero { gap: 24px; }
  .bvc-hero h1 { font-size: clamp(43px, 13vw, 54px); line-height: .98; letter-spacing: -.067em; }
  .bvc-hero > div:first-child > p { margin-top: 18px; font-size: 15px; line-height: 1.58; }
  .bvc-security-notice { padding: 18px; border-radius: 19px; }
  .bvc-steps { margin-inline: 0; padding: 12px; border-radius: 20px; scrollbar-width: none; }
  .bvc-steps::-webkit-scrollbar { display: none; }
  .bvc-steps ol { width: 690px; grid-template-columns: repeat(6, 108px); }
  .bvc-steps button { min-height: 55px; }
  .bvc-panel { min-height: 650px; padding: 28px 20px; border-radius: 23px; }
  .bvc-panel__heading h2 { font-size: 31px; }
  .bvc-panel__heading p { font-size: 13px; }
  .bvc-check { padding: 17px; border-radius: 17px; }
  .bvc-recorder { padding: 19px; border-radius: 19px; }
  .bvc-upload-zone { min-height: 210px; border-radius: 19px; }
  .bvc-quality-grid article { min-height: 108px; }
  .bvc-profiles { padding: 25px 18px; border-radius: 23px; }
  .bvc-profiles__heading h2 { font-size: 24px; }
}

@media (max-width: 420px) {
  .bvc-shell { width: min(100% - 24px, 1216px); }
  .bvc-brand strong { font-size: 16px; }
  .bvc-site-nav .bvc-nav-button { font-size: 11px; }
  .bvc-hero h1 { font-size: 43px; }
  .bvc-security-notice { grid-template-columns: 42px 1fr; gap: 13px; }
  .bvc-security-notice svg { width: 42px; height: 42px; padding: 9px; }
  .bvc-panel { padding-inline: 17px; }
  .bvc-recorder__controls .bvc-button, .bvc-preview-actions .bvc-button { flex-basis: 100%; }
  .bvc-profile-card { grid-template-columns: 1fr; }
  .bvc-profile-card > div { grid-column: 1 / -1; }
}
