:root {
  color-scheme: light;
  --content-width: 1180px;
  --page-title-size: clamp(2.35rem, 3.55vw, 3.35rem);
  --section-title-size: clamp(1.7rem, 2.2vw, 2.1rem);
  --card-title-size: 1.2rem;
  --body-copy-size: 0.96rem;
  --bg: #f3f6fb;
  --bg-soft: #e9eef7;
  --paper: #ffffff;
  --paper-strong: #ffffff;
  --ink: #141414;
  --muted: #5a667b;
  --line: #dbe3f0;
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --accent: #1e3a8a;
  --ruby: #e8645a;
  --navy: #10213f;
  --shadow: 0 18px 48px rgba(16, 33, 63, 0.08);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -12%, rgba(207, 239, 222, 0.7), transparent 30%),
    linear-gradient(180deg, #ffffff, var(--bg));
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--brand);
}

button,
input,
textarea {
  font: inherit;
}

.site-shell,
.site-footer,
.site-header-inner {
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: static;
  z-index: 20;
  border-bottom: 1px solid rgba(231, 232, 223, 0.9);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='1.5' y='1.5' width='21' height='21' rx='6' fill='%23b33583'/%3E%3Cpath d='M6.5 7v10M10.5 5.5v13M13.5 8.5h-3M12 8.5v7M17.5 7v10' fill='none' stroke='%23ffd15a' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  box-shadow: 0 6px 14px rgba(79, 108, 247, 0.18);
}

.nav-links,
.footer-links,
.inline-links,
.micro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.nav-links a,
.footer-links a,
.micro-links a {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-links a[href="app.html"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(31, 143, 99, 0.16);
  border-radius: 999px;
  background: rgba(31, 143, 99, 0.08);
  color: var(--brand-dark);
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.footer-links a:hover,
.micro-links a:hover {
  color: var(--brand);
}

.nav-links a[href="app.html"]:hover {
  background: rgba(31, 143, 99, 0.12);
  color: var(--brand-dark);
}

.site-shell {
  padding: 4px 0 108px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 56px;
  align-items: center;
  min-height: 690px;
  padding: 70px 0 54px;
}

.hero-stacked {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 24px;
  min-height: auto;
  padding: 34px 0 18px;
  text-align: center;
}

.hero-copy {
  display: grid;
  gap: 8px;
  justify-items: center;
  max-width: 980px;
}

.hero-copy .lede {
  margin-left: auto;
  margin-right: auto;
}

.hero-copy .actions,
.hero-copy .micro-links {
  justify-content: center;
}

.hero-support-stack {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-top: 18px;
}

.hero-proof,
.pricing-proof,
.page-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
}

.hero-proof {
  margin-top: 18px;
}

.hero-proof span,
.pricing-proof span,
.page-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-note {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.12;
}

h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(3.4rem, 7vw, 5.9rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

p {
  margin: 0;
}

.lede,
.section-intro,
.feature-card p,
.faq-item p,
.metric p,
.step p,
.article-copy p,
.article-copy li,
.support-form p,
.legal-note,
.screenshot-copy {
  color: var(--muted);
}

.lede {
  max-width: 760px;
  margin-top: 22px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-strong);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
  box-shadow: 0 14px 30px rgba(31, 143, 99, 0.14);
}

.button.primary:hover {
  background: var(--brand-dark);
}

.button.secondary {
  border-color: rgba(31, 143, 99, 0.24);
  color: var(--ink);
}

.hero-panel,
.section-panel,
.screenshot-card,
.faq-item,
.feature-card,
.step,
.metric,
.page-header,
.support-form,
.article-cta,
.callout,
.related-links,
.legal-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.hero-panel {
  padding: 16px;
}

.hero-panel img {
  border-radius: 22px;
  border: 1px solid rgba(24, 34, 53, 0.08);
}

.hero-panel figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-tool {
  position: relative;
  overflow: hidden;
  width: min(1040px, 100%);
  border: 1px solid rgba(227, 232, 238, 0.9);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 250, 246, 0.98));
  box-shadow: 0 28px 86px rgba(25, 38, 28, 0.08);
  text-align: left;
}

.hero-tool::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 88px;
  background:
    linear-gradient(180deg, rgba(243, 244, 238, 0.95), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-tool::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(243, 244, 238, 0.42));
  pointer-events: none;
}

.tool-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.tool-tab {
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 700;
}

.tool-tab.active {
  border-color: rgba(31, 143, 99, 0.16);
  background: #fff;
  color: var(--brand);
  box-shadow: 0 10px 28px rgba(25, 38, 28, 0.08);
}

.tool-panel {
  position: relative;
  z-index: 1;
  min-height: 460px;
  padding: 36px;
}

.tool-panel.active {
  display: grid;
  align-content: start;
  gap: 22px;
}

.tool-panel[hidden] {
  display: none;
}

.tool-panel-copy h2,
.tool-dropzone h2 {
  max-width: 560px;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
}

.tool-panel-copy p,
.tool-dropzone p,
.record-card p {
  max-width: 560px;
  color: var(--muted);
}

.pill-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e9f5ee;
  color: var(--brand-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.browser-capture-card,
.plugin-home-card,
.record-card,
.tool-dropzone {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.browser-capture-card,
.plugin-home-card {
  overflow: hidden;
}

.plugin-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}

.plugin-section-head span {
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plugin-section-head strong {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.source-list-mock {
  display: grid;
  gap: 12px;
  padding: 20px 22px;
}

.source-option-mock {
  display: grid;
  grid-template-columns: 44px 1fr 38px;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(24, 34, 53, 0.1);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 600;
  text-align: left;
}

.source-option-mock.active {
  border-color: rgba(31, 143, 99, 0.28);
  background: linear-gradient(135deg, rgba(31, 143, 99, 0.08), rgba(207, 239, 222, 0.35));
}

.source-icon-mock {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(31, 143, 99, 0.1);
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 800;
}

.source-icon-mock svg,
.source-icon-web svg,
.upload-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.switch-mock {
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #d7dee8;
  position: relative;
}

.switch-mock::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 55, 112, 0.16);
}

.source-option-mock.active .switch-mock {
  background: var(--brand);
}

.source-option-mock.active .switch-mock::after {
  transform: translateX(16px);
}

.browser-bar {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr;
  gap: 8px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.browser-bar span:first-child {
  background: var(--ruby);
}

.browser-bar span:nth-child(2) {
  background: #f6bd60;
}

.browser-bar span:nth-child(3) {
  background: #10b981;
}

.browser-bar strong {
  justify-self: start;
  margin-left: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 136px;
  background:
    linear-gradient(135deg, rgba(21, 39, 31, 0.98), rgba(35, 92, 73, 0.94)),
    var(--navy);
}

.waveform i {
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #cfe9d8);
}

.waveform i:nth-child(1) { height: 34px; }
.waveform i:nth-child(2) { height: 62px; }
.waveform i:nth-child(3) { height: 92px; }
.waveform i:nth-child(4) { height: 54px; }
.waveform i:nth-child(5) { height: 112px; }
.waveform i:nth-child(6) { height: 72px; }
.waveform i:nth-child(7) { height: 44px; }
.waveform i:nth-child(8) { height: 86px; }

.capture-status,
.capture-help,
.record-card {
  padding: 20px;
}

.capture-status {
  display: grid;
  gap: 4px;
}

.capture-status strong,
.record-card strong {
  font-weight: 500;
}

.capture-status span {
  color: var(--muted);
}

.capture-help {
  color: var(--muted);
}

.tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tool-dropzone {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 38px;
  text-align: center;
  border-style: dashed;
}

.shared-upload-widget {
  width: 100%;
}

.upload-widget-form {
  margin-top: 0;
}

.upload-dropzone-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.upload-dropzone-surface {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 100%;
  min-height: 380px;
  padding: 36px 28px;
  border: 2px dashed rgba(186, 89, 160, 0.45);
  border-radius: 26px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.upload-dropzone-surface:hover,
.shared-upload-widget.dragging .upload-dropzone-surface {
  border-color: rgba(186, 89, 160, 0.8);
  box-shadow: 0 22px 50px rgba(186, 89, 160, 0.08);
  transform: translateY(-1px);
}

.upload-dropzone-surface h2 {
  margin: 6px 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.upload-dropzone-surface p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.upload-dropzone-caption {
  font-weight: 700;
}

.upload-selected-file {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(186, 89, 160, 0.08);
  color: #9a397d;
  font-size: 0.92rem;
  font-weight: 800;
}

.upload-widget-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 8px;
  margin-top: 18px;
}

.upload-submit {
  width: fit-content;
  min-width: 220px;
  margin-top: 8px;
}

.compact-upload-widget .upload-dropzone-surface {
  min-height: 320px;
  padding: 30px 24px;
}

.compact-upload-widget .upload-dropzone-surface h2 {
  font-size: 1rem;
  margin-bottom: 2px;
}

.upload-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #fff;
  color: #a82470;
  box-shadow: 0 14px 28px rgba(168, 36, 112, 0.12);
  font-size: 2rem;
}

.upload-cloud-badge {
  background: #fff;
}

.upload-cloud-icon {
  width: 72px;
  height: 54px;
  fill: none;
  stroke: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.upload-cloud-icon path:first-child {
  fill: #a82470;
}

.upload-cloud-icon path:not(:first-child) {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
}

.upload-icon .upload-cloud-icon {
  width: 72px;
  height: 54px;
}

.record-card {
  display: grid;
  gap: 8px;
}

.record-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ruby);
  box-shadow: 0 0 0 10px rgba(234, 34, 97, 0.12);
}

.micro-links {
  margin-top: 0;
  gap: 10px 12px;
}

.micro-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(31, 143, 99, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.section {
  margin-top: 28px;
}

.section-panel,
.page-grid {
  padding: 42px 40px;
}

.section-panel > .eyebrow,
.section-panel > h2,
.section-panel > .section-intro {
  text-align: center;
}

.section-panel > .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.section-panel > .actions {
  justify-content: center;
}

.trust-strip {
  margin-top: 4px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.trust-grid article {
  display: grid;
  gap: 6px;
  padding: 20px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  box-shadow: 0 8px 22px rgba(25, 38, 28, 0.04);
}

.trust-grid strong {
  font-size: 0.98rem;
}

.trust-grid span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.grid-3,
.grid-2,
.faq-grid,
.screenshot-grid,
.use-case-grid {
  display: grid;
  gap: 18px;
}

.grid-3,
.use-case-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid-2,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.step,
.metric,
.faq-item,
.related-links,
.callout {
  padding: 24px;
}

.feature-card,
.metric,
.step,
.faq-item,
.related-links,
.callout,
.article-cta,
.legal-panel,
.plan-card,
.screenshot-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-card:hover,
.metric:hover,
.step:hover,
.faq-item:hover,
.related-links:hover,
.callout:hover,
.article-cta:hover,
.legal-panel:hover,
.plan-card:hover,
.screenshot-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(25, 38, 28, 0.08);
}

.feature-card ul,
.faq-item ul,
.related-links ul,
.article-copy ul,
.article-copy ol,
.callout ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(31, 143, 99, 0.12);
  color: var(--brand-dark);
  font-weight: 800;
}

.screenshot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.screenshot-card {
  overflow: hidden;
}

.screenshot-card img {
  border-bottom: 1px solid var(--line);
}

.screenshot-copy {
  padding: 18px 20px 22px;
}

.screenshot-copy h3 {
  margin-bottom: 8px;
}

.metric strong,
.feature-card strong,
.callout strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.faq-item h3 {
  font-size: 1.08rem;
}

.pricing-compare-panel {
  display: grid;
  gap: 24px;
  padding-left: 28px;
  padding-right: 28px;
  background:
    radial-gradient(circle at top, rgba(91, 116, 255, 0.07), transparent 34%),
    rgba(255, 255, 255, 0.96);
}

.pricing-compare-panel h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  letter-spacing: -0.06em;
}

.pricing-kicker {
  max-width: 700px;
  margin: -8px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 1rem;
}

.pricing-proof {
  margin-top: -4px;
}

.page-proof {
  margin-top: 8px;
}

.billing-switch {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(25, 38, 28, 0.06);
}

.billing-option,
.billing-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.billing-option {
  color: var(--muted);
}

.billing-option.active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(25, 38, 28, 0.08);
}

.billing-save {
  min-height: 28px;
  padding: 0 12px;
  background: #6fcf97;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 100%;
  padding: 28px 22px 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(25, 38, 28, 0.045);
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.plan-card .button {
  width: 100%;
}

.plan-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(25, 38, 28, 0.07);
}

.featured-plan {
  border-color: rgba(77, 99, 230, 0.36);
  box-shadow: 0 28px 70px rgba(77, 99, 230, 0.16);
}

.annual-plan {
  border-color: rgba(31, 143, 99, 0.24);
  background: linear-gradient(180deg, rgba(248, 253, 250, 0.98), rgba(255, 255, 255, 0.98));
}

.credit-plan {
  background: linear-gradient(180deg, rgba(248, 250, 255, 0.98), rgba(255, 255, 255, 0.98));
}

.plan-tier {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: #4d63e6;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.plan-card h3 {
  margin-bottom: 0;
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.plan-summary {
  min-height: 108px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.plan-price {
  display: grid;
  gap: 6px;
}

.plan-price strong {
  margin: 0;
  font-size: clamp(1.8rem, 2.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.plan-price strong small {
  display: inline-block;
  margin-left: 4px;
  color: var(--muted);
  font-size: 0.42em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.plan-price span,
.plan-price em {
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
  font-size: 0.95rem;
}

.plan-price span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.plan-price em {
  display: inline-flex;
  width: fit-content;
  margin-top: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31, 143, 99, 0.1);
  color: var(--brand-dark);
  font-size: 0.88rem;
}

.plan-save-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-left: 6px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(31, 143, 99, 0.14);
  color: var(--brand-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

.plan-action {
  margin-top: 2px;
  min-height: 48px;
  border-color: #e4e9ff;
  background: #eef1ff;
  color: #4d63e6;
  font-weight: 800;
  box-shadow: none;
}

.plan-action:hover {
  background: #e4e9ff;
}

.featured-plan .plan-action {
  border-color: #4d63e6;
  background: #4d63e6;
  color: #fff;
}

.featured-plan .plan-action:hover {
  background: #4157dc;
}

.plan-features {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plan-section-label {
  margin: 8px 0 -4px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.plan-features li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  font-size: 0.96rem;
}

.plan-features li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #35b36a;
  font-weight: 800;
}

.plan-secondary-features {
  gap: 8px;
  padding-top: 10px;
}

.plan-secondary-features li {
  font-size: 0.92rem;
}

.pricing-footnote {
  max-width: 840px;
  margin: -4px auto 0;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

@media (max-width: 1180px) {
  .plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1320px) {
  .site-shell,
  .site-footer,
  .site-header-inner {
    width: min(1240px, calc(100% - 32px));
  }
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.page-layout > div {
  display: grid;
  gap: 18px;
}

.page-header {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 42px 42px 38px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at top, rgba(91, 116, 255, 0.06), transparent 36%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(25, 38, 28, 0.05);
  text-align: center;
}

.page-header h1 {
  max-width: 100%;
  font-size: var(--page-title-size);
  line-height: 1.02;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.page-header .meta {
  max-width: 820px;
  margin-top: 4px;
  color: var(--muted);
  font-size: var(--body-copy-size);
  line-height: 1.65;
}

.page-header .actions {
  justify-content: center;
  margin-top: 12px;
}

.article-copy {
  display: grid;
  gap: 18px;
  max-width: none;
  margin: 0 auto;
}

.article-copy section {
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 250, 246, 0.9));
  box-shadow: 0 14px 36px rgba(25, 38, 28, 0.035);
}

.article-copy h2 {
  margin-bottom: 12px;
  font-size: var(--section-title-size);
  letter-spacing: -0.04em;
}

.article-copy h3 {
  margin-top: 16px;
  font-size: var(--card-title-size);
}

.article-copy p,
.article-copy li,
.article-cta p,
.article-cta li,
.legal-panel p,
.legal-panel li,
.support-form p {
  font-size: var(--body-copy-size);
  line-height: 1.65;
}

.article-copy p + p {
  margin-top: 14px;
}

.article-copy li + li {
  margin-top: 8px;
}

.page-aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: start;
  width: 100%;
}

.hero-panel {
  grid-column: 1 / -1;
  overflow: hidden;
  padding: 0;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(25, 38, 28, 0.05);
}

.hero-panel img {
  width: 100%;
  object-fit: cover;
}

.article-cta,
.legal-panel {
  padding: 28px 28px 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 250, 246, 0.93));
  box-shadow: 0 14px 40px rgba(25, 38, 28, 0.035);
}

.article-card-group-title {
  margin: 0 auto 18px;
  text-align: center;
}

.article-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(16, 33, 63, 0.05);
}

.article-card h3 {
  margin: 0;
  font-size: var(--card-title-size);
}

.article-card p,
.article-card li {
  color: var(--muted);
  font-size: var(--body-copy-size);
  line-height: 1.65;
}

.article-card ul {
  margin: 0;
  padding-left: 20px;
}

.article-cta .actions {
  margin-top: 16px;
}

.article-cta h3,
.legal-panel h3 {
  margin-bottom: 12px;
}

.article-cta ul,
.legal-panel ul {
  margin: 0;
  padding-left: 20px;
}

.article-cta li + li,
.legal-panel li + li {
  margin-top: 8px;
}

.article-cta p,
.legal-panel p,
.article-cta li,
.legal-panel li {
  color: var(--muted);
}

.callout {
  background: linear-gradient(135deg, rgba(31, 143, 99, 0.08), rgba(243, 244, 238, 0.92));
}

.callout-links {
  margin-top: 16px;
}

.support-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.support-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.support-form input,
.support-form textarea {
  width: 100%;
  border: 1px solid rgba(24, 34, 53, 0.14);
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px;
  color: var(--ink);
}

.support-form textarea {
  min-height: 170px;
  resize: vertical;
}

.support-form input:focus,
.support-form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(31, 143, 99, 0.14);
  outline: none;
}

.notice {
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: rgba(31, 143, 99, 0.08);
  color: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
  padding: 24px 0 40px;
  border-top: 1px solid rgba(231, 232, 223, 0.9);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.legal-note {
  font-size: 0.96rem;
}

@media (max-width: 1040px) {
  .hero,
  .page-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-aside {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .site-shell {
    padding-top: 8px;
  }

  .hero {
    padding-top: 30px;
  }

  .tool-tabs {
    grid-template-columns: 1fr;
  }

  .tool-panel {
    min-height: auto;
    padding: 24px;
  }

  .grid-3,
  .grid-2,
  .plan-grid,
  .trust-grid,
  .faq-grid,
  .screenshot-grid,
  .use-case-grid,
  .steps-grid,
  .page-aside {
    grid-template-columns: 1fr;
  }

  .section-panel,
  .page-grid,
  .page-header,
  .article-copy section,
  .article-cta,
  .legal-panel {
    padding: 24px;
  }

  .page-header h1 {
    white-space: normal;
  }

  .hero-panel {
    border-radius: 24px;
  }

  .site-footer {
    flex-direction: column;
  }
}


.site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(219, 227, 240, 0.92);
  background: rgba(255, 255, 255, 0.92);
}

.site-header-inner {
  min-height: 68px;
}

.brand {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.nav-links {
  align-items: center;
  gap: 12px;
}

.nav-links a {
  color: #53627b;
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--brand-dark);
  font-weight: 700;
}

.nav-links .nav-cta:hover {
  background: rgba(37, 99, 235, 0.12);
  color: var(--brand-dark);
}

.button.primary {
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.18);
}

.hero-note,
.section-intro,
.plan-summary,
.pricing-footnote,
.balance-note,
.app-hero-note {
  max-width: 72ch;
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-summary {
  min-height: 44px;
}

@media (max-width: 980px) {
  .plan-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav-links {
    gap: 10px 12px;
    justify-content: center;
  }

  .nav-links .nav-cta {
    min-height: 38px;
  }
}


.hero-home {
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: start;
  min-height: 0;
  padding: 0 0 6px;
  text-align: center;
}

.hero-copy-compact {
  justify-items: center;
  align-content: start;
  gap: 6px;
  max-width: 760px;
  padding: 0;
}

.hero-copy-stacked {
  max-width: 1180px;
  width: 100%;
}

.hero-home .hero-copy .lede {
  margin: 6px auto 0;
  max-width: 54ch;
  font-size: 0.92rem;
  line-height: 1.4;
}

.hero-home h1 {
  max-width: 1180px;
  font-size: clamp(2.35rem, 3.55vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.hero-home .eyebrow {
  margin-bottom: 6px;
}

.hero-home .hero-proof {
  margin-top: 6px;
  justify-content: center;
}

.hero-tool-home {
  width: 100%;
  max-width: 1180px;
}

.hero-tool-home .tool-tabs {
  padding: 4px;
}

.hero-tool-home .tool-tab {
  min-height: 30px;
  font-size: 0.84rem;
}

.hero-tool-home .tool-panel {
  min-height: 398px;
  padding: 10px;
}

.hero-tool-home .tool-panel-copy h2 {
  max-width: none;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  margin-bottom: 6px;
}

.hero-tool-home .tool-panel-copy p {
  max-width: none;
  font-size: 0.9rem;
  line-height: 1.4;
}

.compact-panel-copy {
  gap: 6px;
}

.hero-tool-home .plugin-section-head {
  padding: 12px 14px;
}

.hero-tool-home .plugin-section-head strong {
  font-size: 0.88rem;
}

.hero-tool-home .source-list-mock {
  padding: 12px 14px 0;
}

.hero-tool-home .source-option-mock {
  min-height: 58px;
}

.hero-tool-home .capture-help {
  padding: 10px 14px 14px;
  font-size: 0.86rem;
}

.compact-tool-actions {
  margin-top: 14px;
}

.compact-tool-actions .button {
  min-height: 46px;
}

.compact-upload-widget .upload-dropzone-surface {
  min-height: 36px;
  padding: 3px 8px;
  background: #ffffff;
}

.compact-upload-widget .upload-dropzone-surface h2 {
  font-size: 1rem;
  margin-bottom: 2px;
}

.compact-upload-widget .upload-dropzone-surface p {
  font-size: 0.88rem;
  line-height: 1.35;
}

.compact-upload-widget .upload-dropzone-caption {
  font-size: 0.78rem;
}

.compact-upload-widget .upload-widget-controls {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.compact-upload-widget .upload-widget-controls label {
  gap: 4px;
}

.compact-upload-widget .upload-widget-controls input,
.compact-upload-widget .upload-widget-controls select {
  padding: 6px 8px;
}

.compact-upload-widget .upload-submit {
  min-height: 32px;
  justify-self: stretch;
}

@media (max-width: 1100px) {
  .hero-home {
    gap: 6px;
  }
}

@media (max-width: 760px) {
  .site-header-inner {
    min-height: 38px;
  }

  .hero-home {
    padding-top: 4px;
  }

  .hero-home h1 {
    max-width: 640px;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .hero-tool-home .tool-panel {
  min-height: 0;
  padding: 4px 10px 6px;
}

  .compact-upload-widget .upload-dropzone-surface {
    min-height: 148px;
  }

  .compact-upload-widget .upload-widget-controls {
    grid-template-columns: 1fr;
  }
}


.hero-home,
.trust-grid,
.section-panel {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.section-panel {
  width: 100%;
}

.trust-grid {
  width: 100%;
}

.trust-strip {
  margin-top: 10px;
}

.capability-panel {
  display: grid;
  gap: 42px;
  padding: 68px 54px 56px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(79, 108, 247, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.96));
}

.capability-panel > .eyebrow {
  margin-bottom: -16px;
}

.capability-panel > h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2.2rem, 3.4vw, 3.85rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 34px;
}

.capability-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  min-height: 0;
  padding: 6px 10px;
  color: var(--ink);
}

.capability-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(235, 241, 255, 0.98), rgba(223, 232, 255, 0.92));
  color: #4f6cf7;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 14px 28px rgba(79, 108, 247, 0.12);
}

.voice-call-entry-panel {
  display: grid;
  gap: 18px;
  padding: 52px 40px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(109, 94, 248, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.96));
}

.voice-call-entry-panel h2 {
  max-width: 760px;
  margin: 0 auto;
}

.voice-call-entry-panel .section-intro {
  max-width: 760px;
  margin: 0 auto;
}

.voice-call-entry-panel .actions {
  justify-content: center;
  margin-top: 8px;
}

.capability-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.capability-card:nth-child(4) .capability-icon svg {
  overflow: visible;
}

.capability-card h3 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.18rem, 1.35vw, 1.42rem);
  line-height: 1.24;
}

.capability-card p {
  max-width: 30ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.whats-more-panel {
  display: grid;
  gap: 28px;
  padding: 58px 42px 48px;
  text-align: center;
}

.whats-more-panel h2 {
  margin: 0;
  color: #d946ef;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1.05;
}

.whats-more-panel .section-intro {
  max-width: 720px;
  margin: -8px auto 22px;
  font-size: 1.25rem;
}

.more-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.more-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  min-height: 190px;
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(16, 33, 63, 0.08);
}

.more-card.unlock-card {
  border-color: rgba(217, 70, 239, 0.35);
  background: linear-gradient(135deg, rgba(217, 70, 239, 0.08), rgba(255, 255, 255, 0.98));
}

.more-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 1.55rem;
  font-weight: 800;
}

.unlock-card .more-icon {
  background: rgba(217, 70, 239, 0.18);
  color: #a855f7;
}

.more-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.more-card p {
  color: var(--muted);
  line-height: 1.35;
}

.whats-more-actions {
  justify-content: center;
  margin-top: 0;
}

.whats-more-actions .button {
  min-width: 220px;
  min-height: 58px;
  background: #141414;
  border-color: #141414;
  color: #fff;
}

.plan-section {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.pricing-packs {
  margin-top: 48px;
}

.pricing-compare-panel > .plan-section-label,
.plan-section > .plan-section-label {
  margin: 0;
  color: var(--ink);
  font-size: 1.35rem;
  text-align: center;
}

.plan-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.pack-card {
  display: grid;
  gap: 18px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.pack-card .plan-price {
  align-items: start;
}

.pack-card .plan-price em {
  margin-top: 8px;
  padding: 8px 18px;
  background: #eef6f1;
  color: #4057da;
  font-size: 0.95rem;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .more-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-home h1 {
    white-space: normal;
  }

  .article-card-grid,
  .capability-grid,
  .plan-grid-three,
  .pack-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .more-grid {
    grid-template-columns: 1fr;
  }

  .capability-panel {
    gap: 30px;
    padding: 36px 24px 32px;
  }

  .capability-panel > h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .capability-grid {
    gap: 30px;
  }
}


.plan-price-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.save-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #45b97c;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.plan-price .save-badge {
  color: #fff;
  letter-spacing: 0;
}

.mixed-recording-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.28);
}

.mixed-recording-modal[hidden] {
  display: none;
}

.mixed-recording-card {
  width: min(100%, 460px);
  padding: 26px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
}

.mixed-recording-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mixed-recording-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1.2;
}

.mixed-recording-close {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(190, 58, 135, 0.22);
  border-radius: 6px;
  background: #fff;
  color: var(--ruby);
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
}

.mixed-recording-card p {
  margin: 22px 0 24px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.mixed-recording-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.mixed-recording-actions .button {
  min-width: 104px;
  border: 0;
}

.mixed-recording-actions .button.secondary {
  border: 1px solid var(--line);
}

.speaker-toggle-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid rgba(190, 58, 135, 0.16);
  border-radius: 8px;
  background: rgba(190, 58, 135, 0.06);
  cursor: pointer;
}

.speaker-toggle-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #be3a87;
  font-weight: 800;
}

.speaker-toggle-copy {
  display: grid;
  flex: 1;
  gap: 2px;
  text-align: left;
}

.speaker-toggle-copy strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.speaker-toggle-copy small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.speaker-toggle-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.speaker-toggle-switch {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 28px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background 160ms ease;
}

.speaker-toggle-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
  transition: transform 160ms ease;
}

.speaker-toggle-row input:checked + .speaker-toggle-switch {
  background: #be3a87;
}

.speaker-toggle-row input:checked + .speaker-toggle-switch::after {
  transform: translateX(20px);
}

.upload-speaker-toggle {
  grid-column: 1 / -1;
}

.upload-widget-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.upload-widget-actions .button {
  min-height: 46px;
}

.compact-upload-widget .upload-widget-actions {
  margin-top: 6px;
}

.compact-upload-widget .upload-widget-actions .button {
  min-height: 42px;
}


@media (max-width: 760px) {
  .hero-tool-home .tool-panel {
    min-height: 0;
  }

  .capability-panel {
    gap: 28px;
    padding: 34px 24px 30px;
  }

  .capability-panel > h2 {
    font-size: 2rem;
  }

  .capability-grid {
    gap: 26px;
  }
}

.hero-action-row,
.upload-widget-actions {
  justify-content: center;
}

.button.primary.hero-record-button {
  gap: 8px;
  min-height: 44px;
  min-width: 152px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #a52b78;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(165, 43, 120, 0.2);
}

.button.primary.hero-record-button:hover {
  background: #932469;
  color: #fff;
  transform: translateY(-1px);
}

.hero-action-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  color: #a52b78;
}

.hero-action-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.inline-extension-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}

.inline-extension-link:hover {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.compact-upload-widget .upload-widget-actions,
.compact-tool-actions.hero-action-row {
  gap: 18px;
  margin-top: 18px;
}

.compact-upload-widget .upload-submit.button.primary.hero-record-button {
  min-height: 38px;
  min-width: 184px;
}
