:root {
  color-scheme: light;
  --bg: #f6f7f2;
  --surface: #ffffff;
  --surface-alt: #eef7f4;
  --ink: #111827;
  --muted: #5f6c72;
  --border: #d8dedc;
  --border-strong: #aab8b4;
  --teal: #0f766e;
  --teal-dark: #0b5f59;
  --blue: #2563eb;
  --amber: #d97706;
  --coral: #dc4a3d;
  --green: #0f9f6e;
  --danger: #b42318;
  --shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
  --header-bg: rgba(255, 255, 255, 0.92);
  --header-border: rgba(216, 222, 220, 0.95);
  --nav-link: #1f3b64;
  --lead: #374151;
  --input-bg: #ffffff;
  --soft-blue: #eef6ff;
  --soft-blue-strong: #eaf2ff;
  --table-heading: #0f3a5f;
  --table-heading-bg: #eef6ff;
  --radius: 8px;
  --small-radius: 6px;
  --shell: 1180px;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-family: var(--font-sans);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

html.js-enabled .server-seo-fallback,
html.app-rendered .server-seo-fallback {
  display: none;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}

.confetti-canvas {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.intro-confetti-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--header-border);
  background: var(--header-bg);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: var(--muted);
}

.nav-links a,
.link-button,
.nav-credit-count {
  color: var(--nav-link);
  font-weight: 600;
}

.nav-credit-count {
  color: var(--nav-link);
  font-weight: 400;
  white-space: nowrap;
}

.nav-links a.active {
  color: var(--nav-link);
}

.link-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.language-menu {
  position: relative;
}

.language-trigger {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}

.language-trigger:hover,
.language-trigger[aria-expanded="true"] {
  border-color: var(--border);
  background: var(--surface-alt);
  text-decoration: none;
}

.language-trigger svg {
  width: 16px;
  height: 16px;
}

.flag {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
}

.language-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  min-width: 194px;
  padding: 8px;
  border: 1px solid rgba(216, 222, 220, 0.95);
  border-radius: 12px;
  background: #111827;
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.22);
}

.language-option {
  display: grid;
  width: 100%;
  grid-template-columns: 26px 1fr 18px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  color: #f9fafb;
  background: transparent;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.language-option:hover,
.language-option.active {
  background: rgba(255, 255, 255, 0.1);
}

.language-option svg {
  width: 17px;
  height: 17px;
  color: #8ff0d2;
}

.page-shell {
  min-height: calc(100vh - 145px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: stretch;
  gap: 36px;
  padding: 68px 0 36px;
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.policy-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 9px 12px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: var(--small-radius);
  background:
    linear-gradient(90deg, rgba(15, 118, 110, 0.1), rgba(37, 99, 235, 0.09)),
    #ffffff;
  box-shadow: 0 8px 20px rgba(31, 59, 100, 0.08);
  color: #153f56;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.policy-tag svg {
  width: 17px;
  height: 17px;
  color: var(--teal);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 980px;
  margin: 0 0 18px;
  font-size: 3rem;
  line-height: 1.06;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.lead {
  margin: 0;
  color: var(--lead);
  font-size: 1.22rem;
  line-height: 1.55;
}

.lead.small {
  font-size: 1rem;
}

.quota-bar {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}

.quota-bar span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quota-bar strong {
  font-size: 0.92rem;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
  color: #374151;
  font-size: 0.95rem;
  font-weight: 800;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-badges svg {
  width: 18px;
  height: 18px;
  color: #10b981;
}

.upload-panel {
  position: relative;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(37, 99, 235, 0.08)),
    var(--surface);
  box-shadow: var(--shadow);
}

.upload-panel.is-embedded-workspace {
  display: flex;
  height: min(640px, calc(100vh - 310px));
  min-height: 480px;
  flex-direction: column;
  overflow: hidden;
}

.drop-zone {
  position: relative;
  --drop-dash-color: rgba(15, 118, 110, 0.48);
  --drop-dash-size: 24px;
  --drop-dash-length: 13px;
  display: flex;
  min-height: 390px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)),
    repeating-linear-gradient(90deg, rgba(15, 118, 110, 0.05) 0 1px, transparent 1px 44px);
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.06);
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  transition:
    border-color 180ms ease,
    background 220ms ease,
    box-shadow 260ms ease,
    filter 260ms ease,
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.drop-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background:
    repeating-linear-gradient(90deg, var(--drop-dash-color) 0 var(--drop-dash-length), transparent var(--drop-dash-length) var(--drop-dash-size)) 0 0 / var(--drop-dash-size) 2px repeat-x,
    repeating-linear-gradient(90deg, var(--drop-dash-color) 0 var(--drop-dash-length), transparent var(--drop-dash-length) var(--drop-dash-size)) 0 100% / var(--drop-dash-size) 2px repeat-x,
    repeating-linear-gradient(180deg, var(--drop-dash-color) 0 var(--drop-dash-length), transparent var(--drop-dash-length) var(--drop-dash-size)) 0 0 / 2px var(--drop-dash-size) repeat-y,
    repeating-linear-gradient(180deg, var(--drop-dash-color) 0 var(--drop-dash-length), transparent var(--drop-dash-length) var(--drop-dash-size)) 100% 0 / 2px var(--drop-dash-size) repeat-y;
  pointer-events: none;
  transition:
    inset 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 180ms ease;
}

.drop-zone > :not(input):not(.intro-confetti-canvas):not(.drop-handoff) {
  position: relative;
  z-index: 1;
  transition:
    opacity 200ms ease,
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.drop-zone:hover,
.drop-zone:focus-visible,
.drop-zone.is-dragging {
  --drop-dash-color: var(--teal);
  outline: none;
  background:
    linear-gradient(0deg, rgba(240, 253, 250, 0.86), rgba(240, 253, 250, 0.86)),
    repeating-linear-gradient(90deg, rgba(37, 99, 235, 0.07) 0 1px, transparent 1px 44px);
}

.drop-zone.is-dragging {
  border-color: rgba(15, 118, 110, 0.36);
  background:
    radial-gradient(circle at 50% 45%, rgba(37, 99, 235, 0.16), transparent 36%),
    radial-gradient(circle at 50% 50%, rgba(15, 118, 110, 0.16), transparent 48%),
    linear-gradient(0deg, rgba(240, 253, 250, 0.94), rgba(240, 253, 250, 0.94)),
    repeating-linear-gradient(90deg, rgba(37, 99, 235, 0.08) 0 1px, transparent 1px 44px);
  box-shadow:
    0 24px 58px rgba(15, 118, 110, 0.16),
    0 0 0 7px rgba(15, 118, 110, 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.78);
  filter: saturate(1.05);
  transform: translateY(-4px) scale(1.008);
}

.drop-zone.is-dragging::before {
  inset: 12px;
  opacity: 0.74;
}

.drop-zone.is-dragging > :not(input):not(.intro-confetti-canvas):not(.drop-handoff) {
  opacity: 0.18;
  transform: translateY(-8px) scale(0.985);
}

.drop-handoff {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px) scale(0.94);
  transition:
    opacity 180ms ease,
    transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.drop-handoff::before {
  content: "";
  position: absolute;
  width: min(330px, 62%);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 34%, rgba(15, 118, 110, 0.14) 35% 48%, transparent 70%),
    conic-gradient(from 150deg, rgba(15, 118, 110, 0), rgba(15, 118, 110, 0.36), rgba(37, 99, 235, 0.24), rgba(15, 118, 110, 0));
  filter: blur(0.2px);
  opacity: 0;
  transform: scale(0.72) rotate(-12deg);
  transition:
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.drop-handoff-card {
  position: relative;
  display: inline-grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 22px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 22px 46px rgba(15, 118, 110, 0.18),
    0 0 0 10px rgba(255, 255, 255, 0.44);
  transform: translateY(20px) scale(0.82) rotate(-5deg);
  transition:
    box-shadow 260ms ease,
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.drop-handoff-card svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.9;
}

.drop-handoff-label {
  position: absolute;
  top: calc(50% + 68px);
  left: 50%;
  min-width: 190px;
  padding: 10px 16px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.1);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  transform: translate(-50%, 12px);
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
}

.drop-zone.is-dragging .drop-handoff {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.drop-zone.is-dragging .drop-handoff::before {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.drop-zone.is-dragging .drop-handoff-card {
  animation: handoffFloat 1400ms ease-in-out infinite;
  transform: translateY(0) scale(1) rotate(0deg);
}

.drop-zone.is-dragging .drop-handoff-label {
  transform: translate(-50%, 0);
}

.drop-zone.has-results {
  min-height: 0;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  overflow-y: auto;
  padding: 16px;
  border-style: solid;
  border-color: rgba(15, 118, 110, 0.24);
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    repeating-linear-gradient(90deg, rgba(15, 118, 110, 0.04) 0 1px, transparent 1px 44px);
  text-align: left;
  overscroll-behavior: contain;
}

.drop-zone.has-results::before {
  content: none;
}

.drop-zone.has-results:hover,
.drop-zone.has-results:focus-visible {
  border-color: rgba(15, 118, 110, 0.24);
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    repeating-linear-gradient(90deg, rgba(15, 118, 110, 0.04) 0 1px, transparent 1px 44px);
  transform: none;
}

.drop-zone.has-results.is-dragging {
  border-color: rgba(15, 118, 110, 0.36);
  background:
    radial-gradient(circle at 50% 45%, rgba(37, 99, 235, 0.16), transparent 36%),
    radial-gradient(circle at 50% 50%, rgba(15, 118, 110, 0.16), transparent 48%),
    linear-gradient(0deg, rgba(240, 253, 250, 0.94), rgba(240, 253, 250, 0.94)),
    repeating-linear-gradient(90deg, rgba(37, 99, 235, 0.08) 0 1px, transparent 1px 44px);
  box-shadow:
    0 24px 58px rgba(15, 118, 110, 0.16),
    0 0 0 7px rgba(15, 118, 110, 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.78);
  transform: translateY(-4px) scale(1.008);
}

@keyframes handoffFloat {
  0%,
  100% {
    box-shadow:
      0 22px 46px rgba(15, 118, 110, 0.18),
      0 0 0 10px rgba(255, 255, 255, 0.44);
    transform: translateY(0) scale(1) rotate(0deg);
  }

  50% {
    box-shadow:
      0 28px 54px rgba(15, 118, 110, 0.22),
      0 0 0 15px rgba(255, 255, 255, 0.34);
    transform: translateY(-5px) scale(1.025) rotate(0deg);
  }
}

.drop-icon,
.file-icon {
  display: inline-grid;
  place-items: center;
  color: var(--teal);
  background: var(--surface-alt);
}

.drop-icon {
  width: 72px;
  height: 72px;
  border-radius: var(--radius);
}

.drop-icon svg {
  width: 34px;
  height: 34px;
}

.drop-zone h2 {
  font-size: 2rem;
}

.drop-zone p,
.upload-meta,
.document-topline p,
.price-card p,
.feature-card p,
.table-note,
.form-footer,
.empty-state p {
  color: var(--muted);
}

.upload-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 18px 6px 8px;
  font-size: 0.9rem;
  font-weight: 700;
}

.upload-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.upload-format-control {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.upload-format-control select {
  min-height: 32px;
  padding: 4px 28px 4px 10px;
  border: 1px solid rgba(31, 59, 100, 0.18);
  border-radius: var(--small-radius);
  background: var(--surface);
  color: var(--nav-link);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.upload-format-control select:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.18);
  outline-offset: 2px;
}

.upload-meta svg {
  width: 18px;
  height: 18px;
  color: var(--amber);
}

.drop-zone.has-active-upload {
  padding-bottom: 1em;
}

.drop-zone.has-uploaded-documents {
  align-items: stretch;
  justify-content: flex-start;
  padding: 34px 38px;
  text-align: left;
}

.upload-complete-list {
  display: grid;
  width: 100%;
  gap: 12px;
}

.upload-complete-row {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.upload-complete-check {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 4px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.1);
}

.upload-complete-check svg {
  width: 13px;
  height: 13px;
  stroke-width: 3;
}

.upload-complete-file-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--primaryTextColor);
}

.upload-complete-file-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

.upload-complete-row h3 {
  overflow: hidden;
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-complete-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.upload-complete-status {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.upload-complete-status.status-limit {
  color: #2554ae;
  background: #eaf2ff;
}

.upload-complete-remove {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: var(--tertiaryTextColor);
  background: transparent;
  cursor: pointer;
}

.upload-complete-remove:hover,
.upload-complete-remove:focus-visible {
  color: var(--primaryTextColor);
  background: rgba(27, 29, 33, 0.06);
  outline: none;
}

.upload-complete-remove svg {
  width: 18px;
  height: 18px;
}

.upload-complete-actions .button {
  min-height: 40px;
  padding: 0 13px;
  gap: 7px;
}

.upload-complete-actions .button svg {
  width: 16px;
  height: 16px;
}

.upload-progress-tray {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 5;
  display: grid;
  gap: 8px;
  pointer-events: auto;
}

.upload-progress-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 10px 10px 10px 14px;
  border-radius: 9px;
  color: #ffffff;
  background: rgba(55, 49, 47, 0.82);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
  text-align: left;
}

.upload-progress-file,
.upload-progress-status {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.upload-progress-file strong,
.upload-progress-status strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-progress-file span,
.upload-progress-status span {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-progress-status {
  justify-items: end;
  text-align: right;
}

.upload-progress-cancel {
  display: inline-grid;
  position: relative;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background:
    radial-gradient(circle at center, rgba(25, 24, 24, 0.95) 0 58%, transparent 59%),
    conic-gradient(#ffffff var(--upload-progress, 0%), rgba(255, 255, 255, 0.24) 0);
  cursor: pointer;
  transition: background 180ms ease;
}

.upload-progress-cancel span {
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.upload-progress-cancel:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.42);
  outline-offset: 3px;
}

@keyframes uploadProgressSpin {
  to {
    transform: rotate(360deg);
  }
}

.upload-panel.has-documents .drop-zone {
  min-height: 0;
}

.upload-panel.is-embedded-workspace .drop-zone {
  min-height: 0;
  flex: 1 1 auto;
}

.upload-panel.is-embedded-workspace.has-documents .drop-zone {
  flex: 1 1 auto;
}

.upload-workspace {
  min-height: 0;
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 118, 110, 0.16);
}

.upload-panel.is-embedded-workspace .upload-workspace {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow-y: auto;
  padding-right: 4px;
  overscroll-behavior: contain;
}

.upload-panel.is-embedded-workspace .upload-workspace.is-inside-drop-zone {
  margin: 0;
  padding: 0;
  border-top: 0;
  overflow: visible;
}

.upload-workspace-head {
  flex: 0 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.upload-workspace-head h2,
.upload-workspace .preview-panel h2 {
  font-size: 1.25rem;
}

.upload-document-list {
  flex: 0 0 auto;
  display: grid;
  gap: 10px;
}

.upload-document-row {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 12px 42px 12px 12px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: var(--small-radius);
  background: rgba(255, 255, 255, 0.78);
  cursor: default;
}

.upload-document-row.is-selected {
  border-color: rgba(15, 118, 110, 0.48);
  background: rgba(240, 253, 250, 0.72);
}

.upload-document-main {
  min-width: 0;
}

.upload-document-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.upload-document-topline h3 {
  margin-bottom: 4px;
}

.upload-document-topline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.upload-document-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
}

.upload-document-actions strong {
  color: var(--ink);
}

.document-limit-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.upload-workspace .document-limit-action .button,
.document-card .document-limit-action .button {
  min-height: 36px;
  padding: 8px 12px;
  font-size: 0.88rem;
}

.upload-workspace .preview-panel {
  flex: 0 0 auto;
  border-color: rgba(37, 99, 235, 0.14);
  background: rgba(255, 255, 255, 0.8);
}

.upload-workspace .section-heading {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.upload-workspace .button {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 0.88rem;
}

.documents-block {
  padding: 34px 0 18px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.button-row.compact {
  gap: 8px;
}

.download-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: var(--small-radius);
  font-weight: 800;
  line-height: 1;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    background 140ms ease;
}

.button:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.button:disabled {
  cursor: default;
  transform: none;
}

.button-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  animation: uploadProgressSpin 700ms linear infinite;
}

.button.primary {
  color: white;
  background: var(--teal);
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.2);
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--nav-link);
  border-color: #b8c8d6;
  background: var(--soft-blue);
  font-weight: 650;
}

.button.current-plan {
  color: #6b7280;
  border-color: #d6d9dd;
  background: #eef0f3;
  box-shadow: none;
}

.button.ghost {
  color: var(--ink);
  border-color: var(--border);
  background: var(--surface);
}

.button.full-width {
  width: 100%;
}

.button svg,
.icon-button svg {
  width: 18px;
  height: 18px;
}

.empty-state {
  display: grid;
  min-height: 120px;
  place-items: center;
  gap: 8px;
  border: 1px dashed var(--border-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.64);
}

.empty-state svg {
  width: 26px;
  height: 26px;
  color: var(--teal);
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.document-card,
.price-card,
.feature-card,
.preview-panel,
.auth-card,
.center-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.document-card {
  position: relative;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.05);
}

.document-card.is-selected {
  border-color: var(--teal);
}

.document-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  padding-right: 24px;
}

.file-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--small-radius);
}

.document-topline h3 {
  margin-bottom: 4px;
  padding-right: 4px;
}

.document-topline p {
  margin: 0;
  font-size: 0.9rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-queued,
.status-processing {
  color: #92400e;
  background: #fff7ed;
}

.status-ready {
  color: #065f46;
  background: #dcfce7;
}

.status-failed,
.status-password {
  color: #991b1b;
  background: #fee2e2;
}

.progress-wrap {
  position: relative;
  height: 10px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef5;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

.progress-wrap span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 54%, #1d4ed8 100%);
  overflow: hidden;
  transform-origin: left center;
  transition: transform 340ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.progress-wrap span::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: translateX(-100%);
  animation: progress-sheen 1.5s ease-in-out infinite;
}

@keyframes progress-sheen {
  0% {
    transform: translateX(-100%);
  }

  55%,
  100% {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .drop-zone,
  .drop-zone::before,
  .drop-zone > :not(input):not(.intro-confetti-canvas):not(.drop-handoff),
  .drop-handoff,
  .drop-handoff::before,
  .drop-handoff-card,
  .drop-handoff-label {
    transition-duration: 1ms;
  }

  .drop-zone.is-dragging .drop-handoff-card {
    animation: none;
  }

  .progress-wrap span {
    transition-duration: 1ms;
  }

  .progress-wrap span::after {
    animation: none;
  }
}

.status-detail {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.document-stats {
  display: flex;
  gap: 14px;
  margin: 16px 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.document-stats strong {
  color: var(--ink);
}

.remove-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.icon-button {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: var(--small-radius);
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.icon-button:hover {
  color: var(--danger);
  background: #fee2e2;
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 14px;
}

.inline-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.inline-form input,
.stacked-form input,
.stacked-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
  padding: 12px;
  background: var(--input-bg);
  color: var(--ink);
}

.inline-form input:focus,
.stacked-form input:focus,
.stacked-form textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(15, 118, 110, 0.14);
}

.error-text {
  margin: 14px 0 0;
  color: var(--danger);
  font-weight: 700;
}

.preview-panel {
  margin-top: 18px;
  padding: 18px;
}

.document-preview-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: #ffffff;
}

.document-preview-dialog {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
}

.document-preview-topline {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--borderColor);
  background: #ffffff;
  box-shadow: none;
}

.document-preview-title {
  min-width: 0;
}

.document-preview-title .eyebrow,
.document-preview-title h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-preview-title h2 {
  margin: 0;
  font-size: 1.45rem;
}

.document-preview-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.document-preview-back {
  min-height: 44px;
  padding: 11px 15px;
  color: var(--linkTextColor);
  border-color: var(--borderColor);
  background: #ffffff;
  box-shadow: none;
}

.document-preview-back:hover {
  color: var(--linkTextColor);
  border-color: #d2d7dc;
  background: #f7f8fa;
}

.document-preview-actions .button.primary {
  min-height: 44px;
  padding: 11px 18px;
  background: var(--primaryControlBg);
  box-shadow: none;
}

.document-preview-actions .button.primary:hover {
  background: var(--primaryControlActiveBg);
}

.document-preview-close {
  width: 44px;
  height: 44px;
  color: #d7e3e0;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.document-preview-close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.document-preview-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 32px clamp(18px, 5vw, 72px) 46px;
  background: #ffffff;
}

.document-preview-body .table-wrap {
  width: min(100%, 1500px);
  margin: 0 auto;
  background: var(--surface);
  border-color: var(--borderColor);
  border-radius: var(--radius);
  box-shadow: none;
}

.document-preview-body table {
  table-layout: fixed;
  min-width: 940px;
  font-size: 0.98rem;
}

.document-preview-body th,
.document-preview-body td {
  padding: 13px 18px;
  border-right: 1px solid var(--borderColor);
  border-bottom: 1px solid var(--borderColor);
  color: #111827;
  line-height: 1.45;
}

.document-preview-body th:last-child,
.document-preview-body td:last-child {
  border-right: 0;
}

.document-preview-body th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #111827;
  background: #ffffff;
  font-size: 0.98rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.document-preview-body th:nth-child(1),
.document-preview-body td:nth-child(1) {
  width: 120px;
}

.document-preview-body th:nth-child(3),
.document-preview-body td:nth-child(3),
.document-preview-body th:nth-child(4),
.document-preview-body td:nth-child(4) {
  width: 170px;
}

.document-preview-body th:nth-child(5),
.document-preview-body td:nth-child(5) {
  width: 86px;
}

.document-preview-body tbody tr:nth-child(even) {
  background: #fafafa;
}

.document-preview-body tbody tr:hover {
  background: #f3f7ff;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--surface);
}

th,
td {
  padding: 12px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--table-heading);
  background: var(--table-heading-bg);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.numeric {
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.negative {
  color: var(--coral);
}

.positive {
  color: var(--green);
}

.table-note {
  margin: 10px 0 0;
  font-size: 0.88rem;
}

.feature-band {
  margin: 42px 0;
  padding: 38px 0;
  background: var(--surface);
  border-block: 1px solid var(--border);
}

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

.feature-card {
  padding: 22px;
  text-align: center;
}

.feature-icon {
  display: inline-grid;
  width: 133px;
  height: 133px;
  margin-bottom: 18px;
  place-items: center;
}

.feature-icon picture {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.feature-card h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.feature-card p {
  margin: 0;
  line-height: 1.55;
}

.conversion-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto 52px;
}

.conversion-path-card {
  display: grid;
  min-height: 218px;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
  background: var(--surface);
}

.conversion-path-card.is-highlighted {
  border-color: #2563eb;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.28);
}

.conversion-path-card h2 {
  margin-bottom: 14px;
  font-size: 1.38rem;
  line-height: 1.2;
}

.conversion-path-card p {
  margin: 0;
  color: var(--lead);
  font-size: 1rem;
  line-height: 1.55;
}

.conversion-path-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 650;
}

.conversion-path-check svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #49c5a3;
}

.conversion-path-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.conversion-path-footer strong {
  color: var(--ink);
  font-size: 1.62rem;
  line-height: 1.1;
}

.conversion-path-footer a {
  color: #3157b7;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
}

.conversion-path-footer a:hover {
  text-decoration: underline;
}

.privacy-risk-band {
  scroll-margin-top: 96px;
  margin: -18px 0 48px;
  padding: 46px 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(238, 247, 244, 0.76)),
    var(--surface);
  border-block: 1px solid var(--border);
}

.privacy-risk-layout {
  display: grid;
  gap: 28px;
}

.privacy-risk-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  align-items: center;
  gap: 32px;
}

.privacy-risk-copy .eyebrow {
  color: var(--teal);
}

.privacy-risk-copy h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 2.15rem;
  line-height: 1.08;
}

.privacy-risk-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--lead);
  font-size: 1.06rem;
  line-height: 1.65;
}

.privacy-risk-graphic {
  justify-self: end;
  width: min(100%, 340px);
  margin: 0;
}

.privacy-risk-graphic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 22px 40px rgba(15, 118, 110, 0.12));
}

.privacy-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.privacy-compare-card {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.privacy-compare-card-muted {
  border-color: #f2d7a5;
  background: #fffaf0;
}

.privacy-compare-card-trusted {
  border-color: #b8ddd6;
  background: #f3fbf8;
}

.privacy-compare-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.privacy-compare-heading > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
}

.privacy-compare-card-muted .privacy-compare-heading > span {
  color: var(--amber);
  background: #fff1d6;
}

.privacy-compare-card-trusted .privacy-compare-heading > span {
  color: var(--teal);
  background: #dff6ef;
}

.privacy-compare-heading svg {
  width: 24px;
  height: 24px;
}

.privacy-compare-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.2rem;
}

.privacy-compare-card ul {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-compare-card li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  color: var(--lead);
  font-weight: 700;
  line-height: 1.35;
  border-top: 1px solid rgba(95, 108, 114, 0.16);
}

.privacy-compare-card li > span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
}

.privacy-compare-card-muted li > span {
  color: var(--amber);
  background: #fff1d6;
}

.privacy-compare-card-trusted li > span {
  color: var(--teal);
  background: #dff6ef;
}

.privacy-compare-card li svg {
  width: 17px;
  height: 17px;
}

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

.price-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 20px;
}

.price-card h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.price-card p {
  margin: 0 0 18px;
  line-height: 1.5;
}

.price-card ul {
  flex: 1;
  margin: 4px 0 24px;
  padding: 0;
  list-style: none;
}

.price-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lead);
}

.price-card li svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.big-price {
  color: var(--ink);
  font-size: 1.7rem;
  line-height: 1;
}

.customise-panel {
  margin: 24px auto 76px;
  padding: 24px;
  border: 1px solid rgb(209, 214, 215);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: none;
}

.customise-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--borderColor);
}

.customise-heading .eyebrow {
  margin: 0 0 6px;
  color: var(--secondaryTextColor);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.customise-heading h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
}

.customise-heading p:not(.eyebrow) {
  margin: 8px 0 0;
  max-width: 52rem;
  color: var(--secondaryTextColor);
  font-size: 1rem;
  line-height: 1.45;
}

.customise-heading .icon-button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--borderColor);
  border-radius: var(--smallRadius);
  color: var(--secondaryTextColor);
  background: #ffffff;
}

.customise-form {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 18px;
}

.customise-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.customise-form select,
.customise-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
  padding: 12px;
  background: var(--input-bg);
  color: var(--ink);
}

.customise-form select:focus,
.customise-form textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(15, 118, 110, 0.14);
}

.customise-form .checkbox-row {
  align-self: center;
  margin: 0;
}

.custom-plan-field {
  display: grid;
  gap: 12px;
}

.custom-plan-field > span {
  color: var(--primaryTextColor);
  font-size: 1rem;
  font-weight: 600;
}

.custom-plan-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.customise-form label.custom-plan-option {
  display: flex;
  min-height: 92px;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgb(209, 214, 215);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--primaryTextColor);
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition:
    border-color var(--trans),
    background var(--trans);
}

.customise-form label.custom-plan-option:hover {
  border-color: #9ca3af;
}

.customise-form label.custom-plan-option:has(input:checked) {
  border-color: var(--primaryControlBg);
  background: rgba(31, 122, 255, 0.06);
}

.custom-plan-option input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 3px 0 0;
  accent-color: var(--primaryControlBg);
}

.custom-plan-option strong,
.custom-plan-option small {
  display: block;
}

.custom-plan-option small {
  margin-top: 6px;
  color: var(--secondaryTextColor);
  font-size: 0.875rem;
  font-weight: 500;
}

.custom-plan-option strong {
  color: var(--primaryTextColor);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.customise-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 2px;
}

.customise-inclusions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--secondaryTextColor);
  font-size: 0.95rem;
  font-weight: 500;
}

.customise-inclusions span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.customise-inclusions svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.custom-plan-generator .button {
  min-width: 210px;
  min-height: 48px;
  border-radius: var(--radius);
  font-size: 1rem;
}

.need-more {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 48px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--soft-blue-strong);
}

.need-more h2 {
  margin-bottom: 8px;
}

.need-more p {
  margin: 0;
  color: var(--lead);
}

.api-workflow {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: var(--radius);
  background: var(--surface-alt);
}

.api-workflow h2 {
  margin-bottom: 8px;
}

.api-workflow p {
  margin: 0 0 14px;
  color: var(--lead);
  line-height: 1.55;
}

.api-workflow ol {
  margin: 0;
  padding-left: 22px;
  color: var(--lead);
  line-height: 1.55;
}

.api-workflow li + li {
  margin-top: 6px;
}

.upgrade-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin: 18px 0 6px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.06);
}

.upgrade-panel h2 {
  margin-bottom: 6px;
}

.upgrade-panel p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.upgrade-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.checkout-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  justify-content: flex-end;
  background: rgba(17, 24, 39, 0.32);
}

.checkout-drawer {
  display: flex;
  width: min(100%, 520px);
  height: 100%;
  flex-direction: column;
  gap: 18px;
  overflow-y: auto;
  padding: 28px;
  background: var(--surface);
  box-shadow: -18px 0 48px rgba(17, 24, 39, 0.16);
}

.checkout-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.checkout-plan-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
  background: var(--surface-alt);
}

.checkout-plan-summary strong {
  font-size: 1.25rem;
}

.checkout-plan-summary span {
  color: var(--muted);
  font-weight: 700;
}

.checkout-placeholder,
.checkout-error {
  padding: 18px;
  border: 1px dashed var(--border-strong);
  border-radius: var(--small-radius);
  color: var(--muted);
  background: #f9fafb;
}

.checkout-error {
  display: grid;
  gap: 12px;
  color: var(--danger);
}

.checkout-error p {
  margin: 0;
}

.embedded-checkout {
  min-height: 620px;
}

.checkout-backdrop.limit-backdrop {
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 24px;
  background: rgba(27, 29, 33, 0.28);
}

.limit-dialog {
  display: grid;
  width: min(620px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  gap: 18px;
  overflow-y: auto;
  margin: 0;
  padding: 36px;
  border: 1px solid rgb(209, 214, 215);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 36px rgba(27, 29, 33, 0.14);
}

.limit-dialog .checkout-topline {
  align-items: flex-start;
}

.limit-dialog .eyebrow {
  margin-bottom: 8px;
  color: var(--primaryControlBg);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.limit-dialog .icon-button {
  width: 34px;
  height: 34px;
  color: var(--tertiaryTextColor);
  background: transparent;
  box-shadow: none;
}

.limit-dialog h2 {
  margin: 0;
  color: var(--primaryTextColor);
  font-size: clamp(1.9rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.18;
}

.limit-dialog-simple {
  width: min(520px, calc(100vw - 32px));
}

.limit-dialog-simple h2 {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.limit-dialog-simple .checkout-topline {
  min-width: 0;
}

.limit-dialog-simple .limit-simple-copy {
  max-width: 34rem;
  margin: -4px 0 2px;
}

.limit-simple-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.limit-simple-actions .button {
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 4px;
}

.limit-google-button {
  flex: 1 1 100%;
  min-width: 260px;
}

.limit-google-button .google-auth-button,
.limit-google-button .google-auth-fallback {
  width: 100%;
}

.limit-google-button .google-auth-button {
  width: min(100%, 400px);
}

.limit-google-button .google-auth-button > div,
.limit-google-button .google-auth-button iframe {
  max-width: 100% !important;
}

.limit-dialog p:not(.eyebrow) {
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

.limit-dialog .limit-usage-summary {
  padding: 13px 15px;
  border: 1px solid rgb(209, 214, 215);
  border-radius: var(--radius);
  color: var(--secondaryTextColor);
  background: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}

.limit-option-list {
  display: grid;
  gap: 10px;
}

.limit-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgb(209, 214, 215);
  border-radius: var(--radius);
  background: #ffffff;
}

.limit-free-option {
  border-color: rgb(209, 214, 215);
  background: #ffffff;
}

.limit-free-option .button {
  min-width: 184px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 0.96rem;
  font-weight: 500;
}

.limit-option strong,
.limit-option span {
  display: block;
}

.limit-option strong {
  margin-bottom: 4px;
  color: var(--primaryTextColor);
  font-size: 1rem;
  font-weight: 600;
}

.limit-option span {
  color: var(--textColor);
  font-size: 0.94rem;
  font-weight: 500;
}

.limit-option-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.limit-option-action em {
  color: var(--primaryTextColor);
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}

.limit-secondary-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.limit-pricing-link {
  margin-right: auto;
  color: var(--linkTextColor);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.limit-pricing-link:hover {
  text-decoration: underline;
}

.auth-layout {
  display: flex;
  justify-content: center;
  padding: 56px 0;
}

.auth-layout.register-layout {
  padding: 30px 0;
}

.auth-card {
  display: flex;
  width: min(100%, 520px);
  flex-direction: column;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--shadow);
}

.register-layout .auth-card {
  width: min(100%, 760px);
}

.auth-card-heading {
  display: block;
}

.auth-card h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4vw, 2.55rem);
}

.auth-card .lead {
  margin-bottom: 0;
}

.auth-form {
  gap: 16px;
  margin-top: 22px;
}

.register-layout .auth-form {
  gap: 9px;
  margin-top: 12px;
}

.register-layout .field {
  gap: 5px;
}

.register-layout .auth-card h1 {
  font-size: clamp(1.9rem, 3.2vw, 2.3rem);
}

.register-layout .auth-card .lead {
  font-size: 1rem;
}

.register-layout .google-auth-area {
  gap: 9px;
  margin-top: 10px;
}

.register-layout .field-control input {
  min-height: 40px;
}

.register-layout .auth-submit {
  min-height: 44px;
}

.register-layout .auth-switch {
  margin-top: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label,
.field-label-row label {
  color: #243241;
  font-size: 0.9rem;
  font-weight: 850;
}

.field-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.field-label-row a,
.auth-switch a {
  font-weight: 600;
}

.field-control {
  position: relative;
}

.field-control svg {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 18px;
  height: 18px;
  color: var(--teal);
  transform: translateY(-50%);
  pointer-events: none;
}

.field-control input {
  min-height: 48px;
  padding-left: 42px;
}

.auth-submit {
  min-height: 48px;
  margin-top: 2px;
}

.auth-switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.auth-button-row {
  margin-top: 28px;
}

.center-panel {
  width: min(680px, calc(100% - 40px));
  margin: 48px auto;
  padding: 30px;
  box-shadow: var(--shadow);
}

.center-panel h1 {
  margin-bottom: 14px;
  font-size: 2rem;
}

.center-panel h2 {
  margin: 28px 0 10px;
  font-size: 1.2rem;
}

.center-panel p {
  color: #374151;
  line-height: 1.62;
}

.legal-panel {
  width: min(860px, calc(100% - 40px));
}

.legal-page h1 {
  margin-bottom: 22px;
}

.policy-updated {
  margin: 0 0 8px;
  color: var(--muted) !important;
  font-size: 0.92rem;
  font-weight: 700;
}

.policy-summary {
  margin-bottom: 28px;
  padding-bottom: 8px;
}

.policy-summary p {
  margin: 0 0 12px;
  color: #1f2937;
  font-size: 1.04rem;
  line-height: 1.58;
}

.policy-summary p:last-child {
  margin-bottom: 0;
}

.legal-section {
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.legal-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding-left: 1.2rem;
  color: #374151;
  line-height: 1.58;
}

.legal-contact {
  margin-top: 28px;
  font-weight: 800;
}

.resource-page {
  padding: 58px 0 76px;
}

.resource-hero {
  max-width: 820px;
  margin-bottom: 28px;
}

.resource-hero h1 {
  margin-bottom: 14px;
}

.resource-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.55;
}

.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.resource-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
}

.resource-card-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 12px;
  background: rgba(15, 118, 110, 0.09);
  color: var(--teal);
}

.resource-card-icon svg {
  width: 22px;
  height: 22px;
}

.resource-card h2 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.resource-card p {
  margin: 0;
  color: var(--lead);
  line-height: 1.62;
}

.seo-link-band {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  align-items: start;
  margin-top: 28px;
  padding: 24px 0 0;
  border-top: 1px solid var(--border);
}

.seo-link-band h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.seo-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seo-link-list a,
.seo-landing-related a {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  font-size: 0.94rem;
  line-height: 1.35;
  text-decoration: none;
}

.seo-link-list a {
  font-weight: 400;
}

.seo-landing-related a {
  font-weight: 700;
}

.seo-link-list a:hover,
.seo-landing-related a:hover {
  border-color: rgba(37, 99, 235, 0.34);
  color: var(--brand);
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06);
}

.seo-link-list svg,
.seo-landing-related svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.seo-landing-page {
  max-width: 1120px;
}

.seo-landing-hero {
  max-width: 860px;
}

.seo-landing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  align-items: start;
}

.seo-landing-main {
  max-width: 780px;
}

.seo-landing-intro {
  margin: 0 0 8px;
  color: var(--lead);
  font-size: 1.08rem;
  line-height: 1.72;
}

.seo-landing-section {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.seo-landing-section h2,
.seo-landing-faq h2,
.seo-landing-aside h2 {
  margin-bottom: 14px;
  font-size: clamp(1.24rem, 2vw, 1.72rem);
}

.seo-landing-section p,
.seo-landing-section li,
.seo-landing-faq p {
  color: var(--lead);
  font-size: 1.02rem;
  line-height: 1.72;
}

.seo-landing-section p + p {
  margin-top: 14px;
}

.seo-landing-section ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
}

.seo-landing-faq {
  padding: 28px 0 0;
}

.seo-landing-faq details {
  border-top: 1px solid var(--border);
}

.seo-landing-faq details:last-child {
  border-bottom: 1px solid var(--border);
}

.seo-landing-faq summary {
  cursor: pointer;
  padding: 16px 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.seo-landing-faq p {
  margin: -4px 0 16px;
}

.seo-landing-aside {
  position: sticky;
  top: 90px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #f8fafc;
}

.seo-landing-aside h2 {
  font-size: 1rem;
}

.seo-landing-related {
  display: grid;
  gap: 10px;
}

.resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.blog-layout {
  display: grid;
  gap: 18px;
  align-items: start;
  max-width: 920px;
}

.blog-post-list {
  display: grid;
  gap: 14px;
}

.blog-post-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
}

.blog-post-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.blog-post-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
  transform: translateY(-1px);
}

.blog-post-category {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(15, 118, 110, 0.09);
  font-size: 0.78rem;
  font-weight: 700;
}

.blog-post-card h2 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.blog-post-card p {
  margin: 0;
  color: var(--lead);
  line-height: 1.58;
}

.blog-read-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}

.blog-read-time svg {
  width: 16px;
  height: 16px;
}

.blog-article {
  max-width: 940px;
}

.blog-breadcrumb {
  margin-bottom: 24px;
}

.blog-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

.blog-breadcrumb svg {
  width: 18px;
  height: 18px;
}

.blog-article-header {
  max-width: 780px;
}

.blog-article-header h1 {
  max-width: 780px;
  margin-bottom: 18px;
}

.blog-article-meta {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.blog-article-body {
  max-width: 780px;
  margin-top: 34px;
}

.blog-section {
  padding: 26px 0;
  border-bottom: 1px solid var(--border);
}

.blog-section h2 {
  margin-bottom: 14px;
  font-size: clamp(1.32rem, 2vw, 1.8rem);
}

.blog-section p,
.blog-section li {
  color: var(--lead);
  font-size: 1.02rem;
  line-height: 1.72;
}

.blog-section p + p {
  margin-top: 14px;
}

.blog-section ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
}

.blog-guide-picture {
  margin: 22px 0 0;
}

.blog-guide-picture-frame {
  display: grid;
  align-items: stretch;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(15, 118, 110, 0.06)),
    #ffffff;
}

.blog-guide-flow .blog-guide-picture-frame {
  grid-template-columns: minmax(92px, 0.7fr) 28px minmax(0, 1.8fr) 28px minmax(92px, 0.7fr);
}

.blog-guide-arrow,
.blog-guide-handoff > svg {
  align-self: center;
  justify-self: center;
  color: var(--brand);
}

.blog-guide-file,
.blog-guide-handoff > div {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  min-height: 122px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.blog-guide-file svg,
.blog-guide-handoff svg {
  width: 26px;
  height: 26px;
  color: var(--brand);
}

.blog-guide-file strong,
.blog-guide-handoff strong {
  color: var(--ink);
  font-size: 0.88rem;
}

.blog-guide-file span,
.blog-guide-handoff span {
  color: var(--lead);
  font-size: 0.78rem;
  line-height: 1.35;
}

.blog-guide-mini-table {
  overflow: hidden;
  align-self: stretch;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
}

.blog-guide-mini-table > div {
  display: grid;
  grid-template-columns: 0.75fr minmax(0, 1.8fr) 0.85fr 0.85fr;
}

.blog-guide-mini-table > div:first-child {
  background: #f8fafc;
  font-weight: 800;
}

.blog-guide-mini-table span {
  min-width: 0;
  overflow: hidden;
  padding: 9px 10px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: #334155;
  font-size: 0.76rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-guide-mini-table span:last-child {
  border-right: 0;
}

.blog-guide-mini-table > div:last-child span {
  border-bottom: 0;
}

.blog-guide-check-frame {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-guide-check-frame div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.4;
}

.blog-guide-check-frame svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #166534;
}

.blog-guide-table-frame {
  padding: 0;
  overflow: hidden;
}

.blog-guide-table-frame .blog-guide-mini-table {
  border: 0;
  border-radius: 0;
}

.blog-guide-handoff {
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
}

.blog-guide-picture figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.blog-takeaway {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: var(--radius);
  background: rgba(15, 118, 110, 0.06);
}

.blog-takeaway p:last-child {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
}

.blog-article-actions {
  margin-top: 28px;
}

.blog-screenshot {
  margin: 34px 0 0;
}

.blog-screenshot-window {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
}

.blog-screenshot-bar {
  display: grid;
  grid-template-columns: repeat(3, 10px) minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  background: #f8fafc;
}

.blog-screenshot-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.blog-screenshot-bar span:first-child {
  background: #dc4a3d;
}

.blog-screenshot-bar span:nth-child(2) {
  background: #d97706;
}

.blog-screenshot-bar span:nth-child(3) {
  background: #0f9f6e;
}

.blog-screenshot-bar strong {
  min-width: 0;
  margin-left: 6px;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-screenshot-upload {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 34px 18px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.blog-screenshot-upload svg {
  width: 34px;
  height: 34px;
  color: var(--brand);
}

.blog-screenshot-upload h3,
.blog-screenshot-table-wrap h3 {
  margin: 0;
  font-size: 1.02rem;
}

.blog-screenshot-upload p {
  max-width: 430px;
  margin: 0;
  color: var(--lead);
  line-height: 1.5;
}

.blog-screenshot-table-wrap {
  padding: 18px;
}

.blog-screenshot-table {
  width: 100%;
  margin-top: 12px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.blog-screenshot-table th,
.blog-screenshot-table td {
  padding: 10px 12px;
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.blog-screenshot-table th {
  color: var(--ink);
  background: #f8fafc;
  font-weight: 800;
}

.blog-screenshot-table td:nth-child(3),
.blog-screenshot-table td:nth-child(4) {
  text-align: right;
  white-space: nowrap;
}

.blog-screenshot-checklist {
  display: grid;
  gap: 12px;
  padding: 24px 18px;
}

.blog-screenshot-checklist div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: rgba(15, 118, 110, 0.06);
  color: var(--ink);
  font-weight: 700;
}

.blog-screenshot-checklist svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--teal-dark);
}

.blog-screenshot-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid var(--border);
  background: #f8fafc;
}

.blog-screenshot-footer > span:not(.blog-screenshot-button) {
  width: min(42%, 220px);
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
}

.blog-screenshot-button {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--brand);
  font: inherit;
  font-weight: 800;
}

.blog-screenshot figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
}

.resource-cta {
  margin-top: 28px;
}

.purchase-summary {
  margin: 22px 0 24px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
  background: var(--surface-alt);
}

.purchase-summary h2 {
  margin: 0 0 12px;
  font-size: 1.05rem;
}

.purchase-summary dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.purchase-summary dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.purchase-summary dt {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.purchase-summary dd {
  margin: 0;
  color: var(--ink);
  text-align: right;
  font-weight: 800;
}

.stacked-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.stacked-form label {
  display: grid;
  gap: 7px;
  color: #374151;
  font-weight: 800;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.checkbox-row {
  display: flex !important;
  align-items: start;
  gap: 10px !important;
  font-size: 0.9rem;
  font-weight: 600 !important;
  line-height: 1.4;
}

.checkbox-row input {
  flex: 0 0 auto;
  width: auto;
  margin-top: 3px;
}

.checkbox-copy {
  min-width: 0;
}

.form-footer {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  text-align: center;
}

.google-auth-area {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.google-auth-button {
  display: flex;
  width: 100%;
  max-width: 520px;
  min-width: 0;
  min-height: 64px;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
}

.google-auth-custom {
  align-items: center;
  gap: 18px;
  padding: 0 28px;
  border: 1px solid #dfe3e8;
  border-radius: 13px;
  color: #111827;
  background: #fff;
  box-shadow: 0 2px 4px rgba(17, 24, 39, 0.12);
  font: inherit;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
  white-space: nowrap;
}

.google-auth-custom:hover:not(:disabled) {
  border-color: #d9dde3;
  background: #f7f7f8;
}

.google-auth-custom:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.24);
  outline-offset: 2px;
}

.google-auth-custom:disabled {
  opacity: 0.72;
  cursor: wait;
}

.google-auth-custom.is-loading .google-auth-mark {
  display: none;
}

.google-auth-custom.is-loading::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid #d1d5db;
  border-top-color: #2563eb;
  border-radius: 999px;
  animation: google-auth-spin 0.75s linear infinite;
}

.google-auth-custom span:last-child {
  min-width: 0;
  text-align: center;
}

@keyframes google-auth-spin {
  to {
    transform: rotate(360deg);
  }
}

.google-auth-button > div,
.google-auth-button iframe {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.google-auth-fallback {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #dadce0;
  border-radius: var(--small-radius);
  color: #1f2937;
  background: #fff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
  font-weight: 800;
  cursor: pointer;
}

.google-auth-fallback:disabled {
  opacity: 0.7;
  cursor: wait;
}

.google-auth-mark {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
}

.google-auth-logo {
  display: block;
  width: 30px;
  height: 30px;
}

.google-auth-fallback .google-auth-mark {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #1a73e8;
  background: #fff;
  font-weight: 900;
}

.auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
  height: 1px;
  background: var(--border);
  content: "";
}

.settings-section {
  padding: 16px 0;
  border-top: 1px solid var(--border);
}

.credits-panel {
  width: min(760px, calc(100% - 40px));
}

.credits-header p {
  margin-bottom: 24px;
}

.credits-balance {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 10px;
  border-top: 1px solid var(--border);
}

.credits-balance span {
  color: var(--muted);
  font-weight: 500;
}

.credits-balance strong {
  color: var(--ink);
  font-size: clamp(2.7rem, 7vw, 4.75rem);
  font-weight: 600;
  line-height: 1;
}

.credits-meter {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf6;
}

.credits-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--primaryControlBg);
}

.credits-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 22px 0 6px;
  border-top: 1px solid var(--border);
}

.credits-detail-list div {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.credits-detail-list div:nth-child(odd) {
  padding-right: 18px;
}

.credits-detail-list dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.86rem;
}

.credits-detail-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 500;
}

.credits-notes {
  margin: 8px 0 0;
  padding-left: 20px;
  color: #374151;
  line-height: 1.62;
}

.credits-notes li + li {
  margin-top: 8px;
}

.api-key {
  overflow-x: auto;
  padding: 12px;
  border-radius: var(--small-radius);
  background: #f3f4f6;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.api-docs-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.api-docs-header h1 {
  margin-bottom: 0;
}

.api-section {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

pre {
  overflow-x: hidden;
  margin: 12px 0 18px;
  padding: 16px;
  border-radius: var(--small-radius);
  color: #dbeafe;
  background: #111827;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9rem;
}

.page-heading {
  padding: 52px 0 12px;
}

.page-heading h1 {
  font-size: 2.3rem;
}

.subscribe-heading {
  padding-bottom: 8px;
}

.subscribe-heading .lead {
  max-width: 620px;
}

.subscribe-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding-bottom: 52px;
}

.subscribe-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 10px auto 26px;
}

.subscribe-controls h2 {
  color: var(--teal);
  font-size: 1.05rem;
}

.billing-toggle {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
  background: var(--surface);
}

.billing-toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 132px;
  padding: 10px 14px;
  color: var(--muted);
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.billing-toggle a + a {
  border-left: 1px solid var(--border);
}

.billing-toggle a.active {
  color: var(--blue);
  background: #eef6ff;
}

.affiliate-page {
  padding-bottom: 64px;
}

.affiliate-hero {
  padding: clamp(54px, 8vw, 92px) 0 34px;
}

.affiliate-hero-copy {
  max-width: 840px;
}

.affiliate-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 5vw, 4.1rem);
}

.affiliate-hero .lead {
  max-width: 760px;
}

.affiliate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.affiliate-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 780px;
  margin-top: 28px;
}

.affiliate-trust-row span {
  padding: 14px 15px;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
  color: var(--muted);
  background: var(--surface);
  font-weight: 800;
}

.affiliate-trust-row strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
}

.affiliate-section {
  padding: 42px 0 8px;
}

.affiliate-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.affiliate-card,
.affiliate-step,
.affiliate-faq-list article {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.05);
}

.affiliate-card {
  padding: 22px;
}

.affiliate-card-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: var(--small-radius);
  color: var(--teal);
  background: var(--surface-alt);
}

.affiliate-card-icon svg {
  width: 22px;
  height: 22px;
}

.affiliate-card h3,
.affiliate-step h3,
.affiliate-faq-list h3 {
  margin-bottom: 8px;
}

.affiliate-card p,
.affiliate-step p,
.affiliate-faq-list p,
.affiliate-cta p {
  margin: 0;
  color: #4b5563;
  line-height: 1.58;
}

.affiliate-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.affiliate-step {
  padding: 22px;
}

.affiliate-step span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--teal);
  font-weight: 900;
}

.affiliate-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.82fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
  margin-top: 46px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: var(--radius);
  background: #eaf4ff;
}

.affiliate-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.affiliate-application-form {
  display: grid;
  gap: 14px;
}

.affiliate-application-form label {
  display: grid;
  gap: 7px;
  color: #374151;
  font-weight: 800;
}

.affiliate-application-form input,
.affiliate-application-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--border-strong);
  border-radius: var(--small-radius);
  color: var(--ink);
  background: #fff;
}

.affiliate-application-form textarea {
  resize: vertical;
}

.affiliate-application-form input:focus,
.affiliate-application-form textarea:focus {
  border-color: rgba(15, 118, 110, 0.62);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
  outline: none;
}

.affiliate-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.affiliate-faq-list article {
  padding: 20px;
}

.affiliate-program-panel {
  width: min(760px, calc(100% - 40px));
}

.affiliate-simple-page .eyebrow {
  margin-bottom: 10px;
}

.affiliate-summary-list {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--border);
  list-style: none;
}

.affiliate-summary-list li {
  display: grid;
  gap: 3px;
  padding: 14px 0 14px 22px;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.affiliate-summary-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
}

.affiliate-summary-list strong,
.affiliate-simple-steps strong,
.affiliate-simple-faq h3 {
  color: var(--ink);
}

.affiliate-summary-list span,
.affiliate-simple-steps,
.affiliate-simple-faq p {
  color: #4b5563;
  line-height: 1.58;
}

.affiliate-simple-steps {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
  padding-left: 1.25rem;
}

.affiliate-simple-steps li::marker {
  color: var(--teal);
  font-weight: 900;
}

.affiliate-simple-steps strong {
  display: block;
  margin-bottom: 2px;
}

.affiliate-program-panel .affiliate-application-form {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--small-radius);
  background: var(--surface-alt);
}

.affiliate-simple-faq {
  display: grid;
  gap: 18px;
  margin-top: 14px;
}

.affiliate-simple-faq section {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.affiliate-simple-faq section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.affiliate-simple-faq h3 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.footer-inner {
  display: flex;
  flex-wrap: nowrap;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: var(--muted);
}

.footer-brand {
  flex: 1 1 auto;
  white-space: nowrap;
}

.footer-links {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
  white-space: nowrap;
}

.footer-links a {
  color: #2563eb;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--teal);
}

.signup-prompt {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 55;
  width: min(318px, calc(100vw - 44px));
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.12);
}

.signup-prompt-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
}

.signup-prompt h2 {
  max-width: calc(100% - 34px);
  margin: 0 0 5px;
  font-size: 1rem;
  line-height: 1.25;
}

.signup-prompt p:not(.eyebrow) {
  margin: 0 0 12px;
  color: #374151;
  font-size: 0.9rem;
  line-height: 1.45;
}

.signup-prompt-google-button {
  min-height: 44px;
  margin-bottom: 12px;
}

.signup-prompt-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.signup-prompt-actions .button {
  min-height: 34px;
  padding: 8px 11px;
  font-size: 0.9rem;
  white-space: nowrap;
}

.signup-prompt-actions .link-button {
  color: var(--nav-link);
  font-size: 0.9rem;
  font-weight: 600;
}

.toast {
  position: fixed;
  right: auto;
  bottom: 22px;
  left: 22px;
  z-index: 40;
  max-width: min(420px, calc(100vw - 44px));
  padding: 14px 16px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: var(--small-radius);
  color: #064e3b;
  background: #ecfdf5;
  box-shadow: var(--shadow);
  font-weight: 800;
}

.toast.error {
  color: #7f1d1d;
  border-color: rgba(180, 35, 24, 0.22);
  background: #fef2f2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: visible;
    padding-bottom: 4px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .auth-layout {
    padding: 36px 0;
  }

  h1 {
    font-size: 2.25rem;
  }

  .drop-zone {
    min-height: 320px;
  }

  .privacy-risk-intro,
  .feature-grid,
  .conversion-paths,
  .pricing-grid,
  .resource-card-grid,
  .seo-link-band,
  .seo-link-list,
  .seo-landing-layout,
  .blog-layout,
  .privacy-compare-grid,
  .affiliate-feature-grid,
  .affiliate-step-grid,
  .affiliate-cta {
    grid-template-columns: 1fr;
  }

  .need-more {
    grid-template-columns: 1fr;
  }

  .upgrade-panel {
    grid-template-columns: 1fr;
  }

  .upgrade-actions {
    justify-content: flex-start;
  }

  .customise-form {
    grid-template-columns: 1fr;
  }

  .custom-plan-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-plan-generator .button {
    grid-column: auto;
    grid-row: auto;
  }

  .customise-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .custom-plan-generator .button {
    width: 100%;
  }

  .affiliate-trust-row {
    grid-template-columns: 1fr;
  }

  .seo-landing-aside {
    position: static;
  }
}

@media (max-width: 620px) {
  .shell,
  .center-panel,
  .auth-layout {
    width: min(100% - 24px, var(--shell));
  }

  .brand span {
    font-size: 0.9rem;
  }

  .nav-links {
    gap: 10px 12px;
    font-size: 0.92rem;
  }

  .resource-actions,
  .blog-post-card {
    grid-template-columns: 1fr;
  }

  .blog-read-time {
    justify-content: space-between;
    white-space: normal;
  }

  .blog-article-header h1 {
    font-size: 2.1rem;
  }

  .blog-screenshot-table-wrap {
    overflow-x: auto;
  }

  .blog-screenshot-table {
    min-width: 560px;
  }

  .blog-screenshot-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .blog-screenshot-footer > span:not(.blog-screenshot-button) {
    width: 100%;
  }

  .blog-guide-flow .blog-guide-picture-frame,
  .blog-guide-handoff,
  .blog-guide-check-frame {
    grid-template-columns: 1fr;
  }

  .blog-guide-arrow,
  .blog-guide-handoff > svg {
    transform: rotate(90deg);
  }

  .blog-guide-table-frame {
    overflow-x: auto;
  }

  .blog-guide-table-frame .blog-guide-mini-table {
    min-width: 560px;
  }

  .blog-screenshot-button {
    width: 100%;
    text-align: center;
  }

  .purchase-summary dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .purchase-summary dd {
    text-align: left;
  }

  .credits-balance {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .credits-detail-list {
    grid-template-columns: 1fr;
  }

  .credits-detail-list div:nth-child(odd) {
    padding-right: 0;
  }

  .custom-plan-options {
    grid-template-columns: 1fr;
  }

  .customise-panel {
    padding: 22px;
  }

  .affiliate-hero {
    padding-top: 38px;
  }

  .affiliate-actions .button {
    width: 100%;
  }

  .affiliate-cta {
    padding: 22px;
  }

  h1 {
    font-size: 1.9rem;
  }

  .privacy-risk-band {
    padding: 34px 0;
  }

  .privacy-risk-copy h2 {
    font-size: 1.8rem;
  }

  .privacy-risk-intro {
    gap: 22px;
  }

  .privacy-risk-graphic {
    justify-self: center;
    width: min(72vw, 260px);
  }

  .privacy-compare-card {
    padding: 18px;
  }

  .privacy-compare-card li {
    align-items: flex-start;
  }

  .document-preview-topline {
    align-items: center;
    flex-direction: row;
    padding: 16px;
  }

  .document-preview-actions {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 8px;
  }

  .document-preview-actions .button {
    flex: 0 0 auto;
  }

  .document-preview-close {
    display: none;
  }

  .document-preview-back,
  .document-preview-actions .button.primary {
    min-height: 40px;
    padding: 9px 11px;
    font-size: 0.9rem;
  }

  .document-preview-actions .download-controls {
    gap: 6px;
  }

  .document-preview-body {
    padding: 12px;
  }

  .lead {
    font-size: 1.04rem;
  }

  .section-heading,
  .api-docs-header,
  .footer-inner,
  .subscribe-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle a {
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
    padding: 8px 6px;
  }

  .drop-zone h2 {
    font-size: 1.45rem;
  }

  .inline-form,
  .two-column {
    grid-template-columns: 1fr;
  }

  .auth-card {
    padding: 22px;
  }

  .document-topline {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .status-pill {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .center-panel {
    padding: 22px;
  }

  .checkout-backdrop {
    align-items: flex-end;
  }

  .checkout-backdrop.limit-backdrop {
    align-items: center;
    padding: 16px;
  }

  .checkout-drawer {
    width: 100%;
    height: min(92vh, 760px);
    border-radius: 14px 14px 0 0;
    padding: 22px;
  }

  .limit-dialog {
    width: 100%;
    max-height: calc(100vh - 32px);
    padding: 18px;
  }

  .limit-dialog h2 {
    font-size: 2rem;
  }

  .limit-dialog.limit-dialog-simple h2 {
    font-size: clamp(1.2rem, 5.2vw, 1.45rem);
  }

  .limit-dialog p:not(.eyebrow) {
    font-size: 1rem;
  }

  .limit-dialog .limit-usage-summary {
    padding: 14px;
    font-size: 1rem;
  }

  .limit-option {
    padding: 16px;
  }

  .limit-option strong {
    font-size: 1.08rem;
  }

  .limit-option span,
  .limit-pricing-link {
    font-size: 1rem;
  }

  .limit-option {
    grid-template-columns: 1fr;
  }

  .limit-option-action,
  .limit-secondary-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .limit-pricing-link {
    margin-right: 0;
    text-align: center;
  }

  .limit-option-action .button,
  .limit-secondary-actions .button {
    width: 100%;
  }

  .checkout-plan-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .upgrade-actions .button {
    width: 100%;
  }

  .signup-prompt {
    right: 12px;
    bottom: 12px;
    width: min(318px, calc(100vw - 24px));
  }
}

/* Final live-interface overrides: keep these after the legacy styles. */
:root {
  --bg: #ffffff;
  --trans: 0.1s;
  --borderColor: #e7e7e7;
  --borderActiveColor: #bababa;
  --midWeight: 500;
  --boldWeight: 600;
  --textColor: #808191;
  --primaryTextColor: #1b1d21;
  --secondaryTextColor: #3c3f45;
  --tertiaryTextColor: #969696;
  --linkTextColor: #2554ae;
  --controlFocusColor: #6281ff;
  --primaryControlBg: #1f7aff;
  --primaryControlActiveBg: #1f7aff;
  --primaryControlTextColor: #ffffff;
  --successControlBgColor: #18c09e;
  --smallRadius: 5px;
  --radius: 8px;
  --contentMaxWidth: 1000px;
  --surface: #ffffff;
  --surface-alt: #f1f0ef;
  --ink: var(--primaryTextColor);
  --muted: var(--textColor);
  --border: var(--borderColor);
  --teal: var(--primaryControlBg);
  --teal-dark: var(--primaryControlActiveBg);
  --blue: var(--linkTextColor);
  --lead: var(--secondaryTextColor);
  --shadow: none;
  --header-bg: var(--bg);
  --header-border: var(--borderColor);
  --nav-link: var(--linkTextColor);
  --small-radius: var(--smallRadius);
  --shell: var(--contentMaxWidth);
  font-family: var(--font-sans);
}

.upload-panel.is-embedded-workspace .drop-zone {
  min-height: 320px;
  flex: none;
}

.feature-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body {
  background: var(--bg);
  color: var(--secondaryTextColor);
  font-family: var(--font-sans);
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  color: var(--primaryTextColor);
}

a {
  color: var(--linkTextColor);
}

.shell {
  width: min(var(--contentMaxWidth), calc(100% - 64px));
}

.site-header {
  position: static;
  padding: 1em 2em;
  border-bottom: 1px solid var(--borderColor);
  background: var(--bg);
  backdrop-filter: none;
}

.site-header .shell,
.site-footer .shell {
  width: min(var(--contentMaxWidth), 100%);
}

.header-inner {
  min-height: 0;
  padding: 0;
}

.brand {
  gap: 0.75em;
  color: var(--primaryTextColor);
  font-weight: 400;
  text-transform: none;
}

.brand-title {
  max-width: none;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand-mark {
  width: 32px;
  height: 32px;
}

.nav-links a,
.link-button,
.nav-credit-count {
  color: var(--linkTextColor);
  font-size: 0.875em;
  font-weight: 500;
}

.page-shell {
  min-height: calc(100% - 114px);
  padding: 1em 2em;
  background: #ffffff;
}

.home-page {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.home-intro h1 {
  max-width: none;
  margin: 0 0 0.25em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

.home-intro .lead {
  margin: 0 0 1em;
  color: var(--secondaryTextColor);
  font-size: 1.25em;
  line-height: 1.5;
}

.upload-panel,
.upload-panel.is-embedded-workspace {
  display: block;
  height: auto;
  min-height: 0;
  margin: 0 0 1em;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.drop-zone,
.drop-zone.has-results,
.drop-zone.has-results:hover,
.drop-zone.has-results:focus-visible {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  padding: 1em;
  border: 0;
  border-radius: 0.5em;
  background: #f1f0ef;
  box-shadow: none;
  color: #4f4f4f;
  cursor: pointer;
  text-align: center;
  transform: none;
}

.drop-zone::before,
.drop-zone.has-results::before {
  content: none;
}

.drop-zone:hover,
.drop-zone:focus-visible,
.drop-zone.is-dragging {
  outline: none;
  background: #ecebea;
  box-shadow: inset 0 0 0 2px rgba(75, 102, 208, 0.16);
  transform: none;
}

.drop-zone.is-dragging > :not(input):not(.intro-confetti-canvas):not(.drop-handoff) {
  opacity: 0.3;
  transform: none;
}

.drop-icon,
.upload-meta {
  display: none;
}

.drop-zone h2 {
  margin: 0;
  color: var(--primaryTextColor);
  font-size: 1.55em;
  font-weight: 500;
  line-height: 1.3;
}

.drop-zone p {
  max-width: 28rem;
  margin: 0.6em 0 0;
  color: #4f4f4f;
  font-size: 0.875em;
  line-height: 1.5;
}

.upload-workspace {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 0;
}

.upload-panel.is-embedded-workspace .upload-workspace,
.upload-panel.is-embedded-workspace .upload-workspace.is-inside-drop-zone {
  display: grid;
  gap: 1em;
  padding: 0;
  background: transparent;
}

.feature-band {
  margin: 2em 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2em;
}

.feature-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.feature-icon {
  width: 54px;
  height: 54px;
  margin: 0 0 1em;
}

.feature-card h3 {
  margin: 0 0 0.5em;
  font-size: 1.17em;
  font-weight: 600;
}

.feature-card p {
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 0.875em;
  line-height: 1.5;
}

.conversion-paths {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2em;
  margin: 2em 0 0;
}

.conversion-path-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 0;
  padding: 1em;
  border: 1px solid rgb(209, 214, 215);
  border-radius: var(--radius);
  background: #ffffff;
}

.conversion-path-card.is-highlighted {
  border-color: var(--linkTextColor);
  box-shadow: none;
}

.conversion-path-card h2 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.2;
}

.conversion-path-card p {
  margin: 1em 0 0;
  color: var(--secondaryTextColor);
  font-size: 1em;
  line-height: 1.5;
}

.conversion-path-check {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  margin: 1em 0 1.5em;
  color: var(--secondaryTextColor);
  font-weight: 400;
}

.conversion-path-check svg {
  width: 1em;
  height: 1em;
  color: rgb(21, 191, 158);
}

.conversion-path-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: auto;
}

.conversion-path-footer strong {
  color: var(--primaryTextColor);
  font-size: 1.75em;
  font-weight: 600;
}

.conversion-path-footer a {
  color: var(--linkTextColor);
  font-size: 0.875em;
  font-weight: 400;
}

.need-more {
  display: grid;
  gap: 2em;
  margin: 2em 0 1em;
  padding: 2em;
  border-radius: var(--radius);
  background: rgb(232, 235, 250);
}

.need-more h2 {
  margin: 0 0 0.5em;
  font-size: 1.17em;
  font-weight: 600;
}

.need-more p {
  margin: 0;
  color: var(--secondaryTextColor);
  line-height: 1.5;
}

.button {
  border-radius: var(--smallRadius);
  font-weight: 500;
  transition: all 0.1s;
}

.button:hover {
  transform: none;
}

.button.primary {
  color: var(--primaryControlTextColor);
  background: var(--primaryControlBg);
  box-shadow: none;
}

.button.primary:hover,
.button.primary:focus {
  background: var(--primaryControlActiveBg);
}

.need-more .button {
  min-height: 0;
  padding: 0.875em 1.5em;
  border-radius: var(--radius);
  font-size: 0.875em;
  white-space: nowrap;
}

.site-footer {
  padding: 1em 2em;
  border-top: 1px solid var(--borderColor);
  background: var(--bg);
}

.footer-inner {
  min-height: 0;
  padding: 0;
  color: var(--secondaryTextColor);
}

.footer-brand,
.footer-links {
  font-size: 0.875em;
  font-weight: 400;
}

.footer-links a {
  color: var(--linkTextColor);
  font-weight: 400;
}

@media (min-width: 575px) {
  .need-more {
    grid-template-columns: 1fr max-content;
    gap: 4em;
    align-items: center;
  }
}

@media (max-width: 939px) {
  body {
    font-size: 14px;
  }

  .site-header,
  .page-shell,
  .site-footer {
    padding-right: 1em;
    padding-left: 1em;
  }

  .shell {
    width: 100%;
  }

  .header-inner {
    align-items: center;
    flex-direction: row;
  }

  .nav-links {
    width: auto;
  }
}

@media (max-width: 620px) {
  .brand-title {
    font-size: 1em;
  }

  .home-intro h1 {
    font-size: 2em;
  }

  .home-intro .lead {
    font-size: 1.25em;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5em;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* Screenshot-matching refinements */
.site-header {
  padding: 16px 2em;
}

.brand-title {
  font-size: 1.05em;
  font-weight: 500;
}

.nav-links {
  gap: 12px;
}

.nav-links a,
.link-button,
.nav-credit-count {
  font-size: 1em;
  font-weight: 500;
}

.nav-credit-count {
  color: var(--linkTextColor);
  font-weight: 400;
}

.language-trigger {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--primaryTextColor);
  background: transparent;
  font-size: 1em;
  font-weight: 500;
}

.language-trigger:hover,
.language-trigger[aria-expanded="true"] {
  border-color: transparent;
  background: transparent;
}

.language-trigger svg {
  width: 17px;
  height: 17px;
}

.page-shell {
  padding-top: 46px;
}

.home-intro h1 {
  margin-bottom: 0.25em;
  font-size: 2.25em;
  line-height: 1.16;
}

.home-intro .lead {
  margin-bottom: 16px;
}

.upload-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 412px;
  min-height: 68px;
  padding: 14px 0;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--primaryControlBg);
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.15;
}

.upload-drop-copy {
  display: none;
}

.drop-zone.has-active-upload {
  padding: 1em;
}

.drop-zone.has-active-upload {
  background: #f1f0ef;
  box-shadow: none;
  transform: none;
  transition: none;
}

.drop-zone.has-active-upload:hover,
.drop-zone.has-active-upload:focus-visible,
.drop-zone.has-active-upload.is-dragging {
  outline: none;
  background: #ecebea;
  box-shadow: inset 0 0 0 2px rgba(75, 102, 208, 0.16);
  transform: none;
  transition: none;
}

.drop-zone.has-active-upload > :not(input):not(.intro-confetti-canvas):not(.drop-handoff) {
  opacity: 1;
  transform: none;
  transition: none;
}

.drop-zone.has-uploaded-documents {
  align-items: stretch;
  justify-content: flex-start;
  padding: 2.85em 3em 2.5em;
  text-align: left;
}

.drop-zone.has-uploaded-documents.has-active-upload {
  padding-bottom: calc(2.85em + 3.75em);
}

.upload-complete-list {
  gap: 0.75em;
}

.upload-complete-row {
  grid-template-columns: 1.15em 1.375em minmax(0, 1fr) auto;
  gap: 0.75em;
}

.upload-complete-check {
  width: 1.15em;
  height: 1.15em;
  border-radius: 0.1875em;
  background: #e4e4e4;
}

.upload-complete-file-icon {
  width: 1.375em;
  height: 1.375em;
  color: #30323a;
}

.upload-complete-row h3 {
  color: var(--secondaryTextColor);
  font-size: 1em;
  font-weight: 400;
}

.upload-complete-actions {
  gap: 0.25em;
}

.upload-complete-status {
  min-height: 2.28em;
  padding: 0 0.85em;
  font-size: 0.75em;
  font-weight: 600;
}

.upload-complete-status.status-limit {
  color: var(--linkTextColor);
  background: #eaf2ff;
}

.upload-complete-remove {
  width: 2.28em;
  height: 2.28em;
  color: var(--tertiaryTextColor);
  background: transparent;
}

.upload-complete-remove svg {
  width: 1.1em;
  height: 1.1em;
}

.upload-complete-actions .button {
  min-height: 0;
  padding: 0.75em 1em;
  border-radius: var(--smallRadius);
  font-size: 0.875em;
  line-height: 1;
}

.upload-progress-tray {
  position: absolute;
  right: 1em;
  bottom: 1em;
  left: 1em;
  z-index: 5;
  display: grid;
  width: auto;
  gap: 0.5em;
  flex: none;
  pointer-events: auto;
  transform: none;
}

.drop-zone.has-active-upload > .upload-progress-tray.upload-progress-tray {
  position: absolute;
  right: 1em;
  bottom: 1em;
  left: 1em;
  z-index: 5;
  width: auto;
  opacity: 1;
  transform: none;
}

.upload-progress-item {
  width: 100%;
  min-height: 3.125em;
  gap: 0.75em;
  padding: 0.5625em;
  border-radius: 0.5em;
  background: #64605e;
  box-shadow: none;
}

.upload-progress-file strong,
.upload-progress-status strong {
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.2;
}

.upload-progress-file span,
.upload-progress-status span {
  font-size: 0.625em;
  font-weight: 400;
  line-height: 1.2;
}

.upload-progress-cancel {
  width: 1.625em;
  height: 1.625em;
  background:
    radial-gradient(circle at center, rgba(25, 24, 24, 0.95) 0 58%, transparent 59%),
    conic-gradient(#ffffff var(--upload-progress, 0%), rgba(255, 255, 255, 0.24) 0);
}

.upload-progress-cancel span {
  width: 0.375em;
  height: 0.375em;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  animation: none;
}

.drop-zone h2,
.drop-zone p:not(.upload-drop-copy) {
  display: none;
}

.feature-band {
  margin: 53px 0 0;
}

.feature-card h3 {
  font-size: 1.25em;
}

.feature-card p {
  font-size: 1em;
}

.conversion-paths {
  margin-top: 27px;
}

.conversion-path-card {
  min-height: 258px;
  padding: 24px;
}

.conversion-path-card h2 {
  font-size: 1.45em;
}

.conversion-path-card p {
  margin-top: 28px;
  font-size: 1.2em;
  line-height: 1.28;
}

.conversion-path-check {
  gap: 0.85em;
  margin-top: 40px;
}

.conversion-path-footer strong {
  font-size: 2em;
}

.conversion-path-footer a {
  font-size: 1em;
}

.need-more {
  margin: 36px 0 13px;
  padding: 32px 36px;
}

.need-more h2 {
  margin-bottom: 18px;
  font-size: 1.65em;
}

.need-more p {
  font-size: 1.1em;
  line-height: 1.3;
}

.need-more .button {
  padding: 18px 28px;
  font-size: 1em;
}

.footer-brand,
.footer-links {
  font-size: 1em;
}

.site-footer {
  padding-top: 14px;
  padding-bottom: 14px;
}

.chat-bubble {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: #1f7aff;
  box-shadow: 0 8px 24px rgba(31, 122, 255, 0.28);
}

.chat-bubble:hover {
  text-decoration: none;
}

.chat-bubble svg {
  width: 28px;
  height: 28px;
  fill: rgba(255, 255, 255, 0.92);
  stroke: rgba(255, 255, 255, 0.92);
}

@media (max-width: 939px) {
  .site-header {
    padding-right: 1em;
    padding-left: 1em;
  }

  .nav-links {
    gap: 16px;
  }
}

@media (max-width: 620px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 14px;
  }

  .nav-links {
    order: 2;
    width: 100%;
    justify-content: flex-start;
  }

  .home-intro h1 {
    font-size: 2em;
  }

  .upload-cta {
    min-width: 0;
    width: min(100%, 330px);
    min-height: 56px;
    font-size: 1.35em;
  }

  .drop-zone.has-uploaded-documents {
    padding: 1.25em;
  }

  .drop-zone.has-uploaded-documents.has-active-upload {
    padding-bottom: calc(1.25em + 3.75em);
  }

  .upload-complete-row {
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: start;
  }

  .upload-complete-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-left: 4.025em;
  }

  .upload-progress-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.35em 0.75em;
  }

  .upload-progress-status {
    grid-column: 1;
    justify-items: start;
    text-align: left;
  }

  .upload-progress-cancel {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

/* Live-site pixel refinements */
.brand-title {
  font-size: 1em;
  font-weight: 400;
}

.nav-links a,
.link-button,
.language-trigger {
  font-weight: 400;
}

.home-intro h1 {
  font-size: 2em;
  margin-bottom: 13px;
}

.home-intro .lead {
  margin-bottom: 20px;
}

.page-shell {
  padding-top: 43px;
}

.feature-band {
  margin: 2em 0;
}

.feature-grid {
  gap: 2em;
}

.feature-icon {
  width: 54px;
  height: 54px;
  margin: 0 0 1em;
}

.feature-icon picture,
.feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-icon img {
  object-fit: contain;
}

.feature-icon svg {
  width: auto;
  height: 54px;
}

.feature-card h3 {
  margin: 0 0 0.5em;
  font-size: 1.17em;
}

.feature-card p {
  margin: 0 0 1em;
  font-size: 0.875em;
  line-height: normal;
}

.conversion-paths {
  gap: 2em;
  margin-top: 36px;
}

.conversion-path-card {
  min-height: 0;
  padding: 1em;
}

.conversion-path-card h2 {
  margin: 0;
  font-size: 1.25em;
  line-height: normal;
}

.conversion-path-card p {
  margin: 1em 0;
  font-size: 1em;
  line-height: normal;
}

.conversion-path-features {
  flex: 1;
  margin: 1em 0 1.5em;
  padding: 0;
  list-style: none;
}

.conversion-path-check {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin: 0 0 0.5em;
  color: var(--secondaryTextColor);
  font-weight: 400;
}

.conversion-path-check svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  color: rgb(21, 191, 158);
  flex-shrink: 0;
}

.conversion-path-footer h3 {
  margin: 0;
  color: var(--primaryTextColor);
  font-size: 1.75em;
  font-weight: 600;
  line-height: normal;
}

.conversion-path-footer a {
  font-size: 0.875em;
  font-weight: 400;
}

.need-more {
  display: block;
  margin: 2em 0 1em;
  padding: 35.5px 32px 27.5px;
  background: rgba(31, 122, 255, 0.08);
}

.need-more h2 {
  margin: 0 0 18px;
  font-size: 1.65em;
}

.need-more-inner {
  display: grid;
  gap: 2em;
}

.need-more p {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.3;
}

.need-more .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.875em;
  font-weight: 400;
}

.site-footer {
  padding: 14px 2em;
}

.footer-brand,
.footer-links {
  font-size: 1em;
}

/* Live subscribe page parity for the public pricing clone. */
.brand-title {
  line-height: normal;
}

.nav-links {
  gap: 16px;
}

.pricing-clone-shell {
  min-height: calc(100vh - 118px);
  padding: 1em 2em;
  background: #ffffff;
}

.pricing-clone-shell .subscribe-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: normal;
  margin: 0 auto;
}

.pricing-clone-shell .subscribe-controls h2 {
  margin: 1em 0 1em 1em;
  color: var(--primaryTextColor);
  font-size: 1.17em;
  font-weight: 700;
  line-height: normal;
}

.pricing-clone-shell .billing-toggle {
  display: flex;
  overflow: visible;
  margin: 1em 0;
  padding: 0 0 0 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pricing-clone-shell .billing-toggle a {
  min-width: 0;
  padding: 0.5em 1em;
  border: 1px solid rgb(228, 233, 238);
  color: #505254;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s;
}

.pricing-clone-shell .billing-toggle a + a {
  border-left: 1px solid rgb(228, 233, 238);
}

.pricing-clone-shell .billing-toggle a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pricing-clone-shell .billing-toggle a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pricing-clone-shell .billing-toggle a.active {
  border-color: var(--primaryControlBg);
  background: transparent;
  color: var(--primaryControlBg);
}

.pricing-clone-shell .subscribe-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 2em;
  margin: 2em auto 0;
  padding: 0;
}

.pricing-clone-shell .price-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-content: center;
  padding: 1em;
  border: 1px solid rgb(209, 214, 215);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: none;
  text-align: center;
}

.pricing-clone-shell .price-card h2 {
  margin: 0;
  font-size: 1.25em;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.pricing-clone-shell .price-card p {
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 1em;
  line-height: normal;
  text-align: center;
}

.pricing-clone-shell .price-card .button {
  display: inline-flex;
  width: 200px;
  max-width: 100%;
  min-width: 48px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 1em auto 2em;
  padding: 8px 10px;
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.pricing-clone-shell .price-card .button.primary {
  color: rgb(255, 255, 255);
  background-color: var(--primaryControlBg);
}

.pricing-clone-shell .price-card .button.secondary {
  color: rgb(255, 255, 255);
  background-color: var(--primaryControlBg);
}

.pricing-clone-shell .price-card ul {
  display: flex;
  height: fit-content;
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-clone-shell .price-card ul > * {
  margin-bottom: 19px;
}

.pricing-clone-shell .price-card li {
  display: flex;
  align-items: baseline;
  gap: 0;
  color: var(--secondaryTextColor);
  text-align: left;
}

.pricing-clone-shell .price-card li svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  margin-right: 0.5em;
  color: rgb(21, 191, 158);
  transform: scale(1.7);
}

.pricing-clone-shell .customise-panel {
  margin: 2em auto 1em;
  padding: 1em;
  border: 1px solid rgb(209, 214, 215);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: none;
}

.pricing-clone-shell .customise-heading {
  gap: 1em;
  margin: 0 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgb(228, 233, 238);
}

.pricing-clone-shell .customise-heading .eyebrow {
  margin: 0 0 0.35em;
  color: var(--secondaryTextColor);
  font-size: 1em;
  font-weight: 600;
  line-height: normal;
}

.pricing-clone-shell .customise-heading h2 {
  margin: 0;
  color: var(--primaryTextColor);
  font-size: 1.25em;
  font-weight: 600;
  line-height: normal;
}

.pricing-clone-shell .customise-heading p:not(.eyebrow) {
  max-width: none;
  margin: 0.5em 0 0;
  color: var(--secondaryTextColor);
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
}

.pricing-clone-shell .customise-heading .icon-button {
  width: 36px;
  height: 36px;
  border: 1px solid rgb(228, 233, 238);
  border-radius: 4px;
  color: var(--secondaryTextColor);
  background: #ffffff;
  box-shadow: none;
}

.pricing-clone-shell .customise-form {
  gap: 1em;
}

.pricing-clone-shell .custom-plan-field {
  gap: 1em;
}

.pricing-clone-shell .custom-plan-field > span {
  color: var(--primaryTextColor);
  font-size: 1em;
  font-weight: 600;
  line-height: normal;
}

.pricing-clone-shell .custom-plan-options {
  gap: 1em;
}

.pricing-clone-shell .customise-form label.custom-plan-option {
  min-height: 86px;
  gap: 0.75em;
  padding: 1em;
  border: 1px solid rgb(209, 214, 215);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--primaryTextColor);
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  transition: border-color var(--trans);
}

.pricing-clone-shell .customise-form label.custom-plan-option:hover {
  border-color: rgb(186, 186, 186);
}

.pricing-clone-shell .customise-form label.custom-plan-option:has(input:checked) {
  border-color: var(--primaryControlBg);
  background: #ffffff;
}

.pricing-clone-shell .custom-plan-option input {
  width: 1em;
  height: 1em;
  margin: 0.15em 0 0;
}

.pricing-clone-shell .custom-plan-option strong {
  color: var(--primaryTextColor);
  font-size: 1em;
  font-weight: 600;
  line-height: normal;
}

.pricing-clone-shell .custom-plan-option small {
  margin-top: 0.5em;
  color: var(--secondaryTextColor);
  font-size: 0.875em;
  font-weight: 400;
  line-height: normal;
}

.pricing-clone-shell .customise-footer {
  align-items: center;
  padding-top: 0.75em;
}

.pricing-clone-shell .customise-inclusions {
  color: var(--secondaryTextColor);
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
}

.pricing-clone-shell .customise-inclusions span {
  align-items: baseline;
  gap: 0;
}

.pricing-clone-shell .customise-inclusions svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  margin-right: 0.5em;
  color: rgb(21, 191, 158);
  transform: scale(1.7);
}

.pricing-clone-shell .custom-plan-generator .button {
  display: inline-flex;
  width: 200px;
  max-width: 100%;
  min-width: 48px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.login-clone-shell {
  min-height: calc(100vh - 118px);
  padding: 1em 2em;
  background: #ffffff;
}

.login-clone-card {
  width: 480px;
  max-width: 100%;
  margin: 32px auto;
  padding: 32px;
  border: 1px solid #e3e5e7;
  border-radius: 3px;
  background-color: #ffffff;
  background-clip: padding-box;
}

.login-clone-card h2 {
  margin: 0 0 32px;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
}

.login-clone-form {
  display: flex;
  max-width: 500px;
  flex-direction: column;
}

.login-clone-field {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5em;
}

.login-clone-form input {
  width: 100%;
  flex: 1;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  border: 1px solid #cccccc;
  border-radius: var(--smallRadius);
  color: inherit;
  background: #ffffff;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  transition: all var(--trans);
}

.login-clone-form input:hover,
.login-clone-form input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(102 175 233 / 60%);
}

.login-clone-submit {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 0;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.875em 1.5em;
  border: 1px solid transparent;
  border-radius: var(--radius);
  appearance: none;
  color: var(--primaryControlTextColor);
  background: var(--primaryControlBg);
  font-size: 0.875em;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  transition: all var(--trans);
}

.login-clone-submit:hover:not(:disabled),
.login-clone-submit:focus {
  background: var(--primaryControlActiveBg);
}

.login-clone-submit:focus {
  outline: none;
}

.login-clone-submit span {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.login-clone-divider {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  padding: 0;
}

.login-clone-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #e3e5e7;
  transform: translateY(-50%);
}

.login-clone-divider span {
  position: relative;
  z-index: 1;
  padding: 0 12px;
  background-color: #ffffff;
}

.login-clone-google-slot {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.login-clone-google-slot .google-auth-button,
.login-clone-google-slot .google-auth-fallback {
  width: 100%;
}

.login-clone-google-slot .google-auth-button {
  width: 100%;
  max-width: none;
}

.login-clone-google-slot .google-auth-button > div,
.login-clone-google-slot .google-auth-button iframe {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.login-clone-card p {
  margin: 1em 0;
}

.register-clone-shell {
  min-height: calc(100vh - 118px);
  padding: 1em 2em;
  background: #ffffff;
}

.register-clone-card {
  width: 580px;
  max-width: 100%;
  margin: 32px auto;
  padding: 32px;
  border: 1px solid #e3e5e7;
  border-radius: 3px;
  background-color: #ffffff;
  background-clip: padding-box;
}

.register-clone-card h2 {
  margin: 0 0 32px;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
}

.register-clone-card p {
  margin: 0 0 30px;
  overflow: visible;
  font-size: 1.25em;
  text-overflow: clip;
  white-space: nowrap;
}

.register-clone-google-slot {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}

.register-clone-google-slot .google-auth-button,
.register-clone-google-slot .google-auth-fallback {
  width: 100%;
}

.register-clone-google-slot .google-auth-button {
  width: 100%;
  max-width: none;
}

.register-clone-google-slot .google-auth-button > div,
.register-clone-google-slot .google-auth-button iframe {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

@media (max-width: 939px) {
  .login-clone-shell,
  .register-clone-shell {
    padding: 1em;
  }
}

@media (max-width: 480px) {
  .google-auth-button {
    min-height: 58px;
  }

  .google-auth-custom {
    gap: 12px;
    padding: 0 16px;
    font-size: 1.08rem;
  }

  .google-auth-mark,
  .google-auth-logo {
    width: 26px;
    height: 26px;
  }

  .google-auth-mark {
    flex-basis: 26px;
  }

  .login-clone-card,
  .register-clone-card {
    width: 100%;
  }

  .register-clone-card p {
    white-space: normal;
  }
}

.site-footer {
  padding: 1em 2em;
}

.footer-inner {
  gap: normal;
  line-height: normal;
}

.footer-brand {
  font-size: 0.833333em;
  line-height: normal;
}

.footer-brand small {
  font-size: 1em;
}

.footer-links {
  display: block;
  font-size: 0.833333em;
  line-height: normal;
  white-space: nowrap;
}

.footer-links a,
.footer-links span {
  display: inline;
}

@media (min-width: 575px) {
  .need-more-inner {
    grid-template-columns: 1fr max-content;
    gap: 4em;
  }
}

.animated-use-cases {
  margin: 3em 0 2em;
}

.animated-use-cases-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2em;
  margin: 0 0 2em;
}

.animated-use-cases-header h2 {
  max-width: 680px;
  margin: 0 0 0.5em;
  font-size: 1.65em;
  font-weight: 600;
  line-height: 1.2;
}

.animated-use-cases-header p {
  max-width: 620px;
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 1.05em;
  line-height: 1.45;
}

.animated-use-cases-header a {
  flex: 0 0 auto;
  color: var(--linkTextColor);
  font-weight: 400;
  white-space: nowrap;
}

.animated-use-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 3em 2em;
  align-items: center;
}

.animated-use-case-copy {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.animated-use-case-copy h3 {
  margin: 0 0 1em;
  font-size: 1.25em;
  font-weight: 600;
}

.animated-use-case-copy p {
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 0.95em;
  line-height: 1.55;
}

.animated-graphic {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f3f3f3;
}

.animated-flow-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.animated-flow-lines {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(100%, 520px);
  height: 260px;
  color: #d7dce4;
  transform: translate(-50%, -50%);
}

.animated-flow-lines use {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.animated-flow-pulse {
  fill: var(--primaryControlBg);
  filter: drop-shadow(0 0 5px rgba(31, 122, 255, 0.55));
}

.animated-flow-column {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  transform: translateY(-50%);
}

.animated-flow-inputs {
  left: 8%;
}

.animated-flow-outputs {
  right: 8%;
}

.animated-flow-pill,
.animated-flow-hub {
  display: flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--borderColor);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.animated-flow-pill {
  min-width: 128px;
  gap: 0.625em;
  padding: 0 0.875em;
  font-size: 0.75em;
}

.animated-flow-pill span {
  width: 0.55em;
  height: 0.55em;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ff646e;
}

.animated-flow-pill svg {
  width: 1em;
  height: 1em;
  color: var(--primaryTextColor);
}

.animated-flow-pill strong,
.animated-flow-hub strong {
  color: var(--primaryTextColor);
  font-weight: 500;
  line-height: 1.2;
}

.animated-flow-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  gap: 0.5em;
  padding: 0.625em 0.875em;
  transform: translate(-50%, -50%);
}

.animated-flow-hub img {
  width: 20px;
  height: 20px;
}

.animated-sheet-graphic,
.animated-batch-graphic {
  display: grid;
  place-items: center;
  padding: 2em;
}

.animated-sheet-card,
.animated-batch-card {
  width: min(100%, 340px);
  overflow: hidden;
  border: 1px solid var(--borderColor);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
}

.animated-sheet-title {
  display: flex;
  align-items: center;
  gap: 0.625em;
  padding: 0.875em 1em;
  border-bottom: 1px solid var(--borderColor);
}

.animated-sheet-title svg {
  width: 1.1em;
  height: 1.1em;
  color: var(--primaryControlBg);
}

.animated-sheet-title strong,
.animated-batch-heading strong,
.animated-batch-row strong {
  color: var(--primaryTextColor);
  font-size: 0.85em;
  font-weight: 600;
}

.animated-sheet-head,
.animated-sheet-row {
  display: grid;
  grid-template-columns: 0.8fr 1.55fr 1fr;
  gap: 1em;
  padding: 0.7em 1em;
  border-bottom: 1px solid var(--borderColor);
  font-size: 0.74em;
}

.animated-sheet-head {
  color: var(--tertiaryTextColor);
  background: #fafafa;
  font-weight: 600;
}

.animated-sheet-head span:last-child,
.animated-sheet-row strong {
  text-align: right;
}

.animated-sheet-row {
  color: var(--secondaryTextColor);
  animation: animatedRowPulse 4.8s ease-in-out infinite;
  animation-delay: var(--row-delay);
}

.animated-sheet-row:last-child {
  border-bottom: 0;
}

.animated-sheet-row span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.animated-sheet-row strong {
  color: var(--secondaryTextColor);
}

.animated-sheet-row strong.is-positive {
  color: var(--primaryControlBg);
}

.animated-batch-card {
  padding: 1em;
}

.animated-batch-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1em;
}

.animated-batch-heading span {
  color: var(--tertiaryTextColor);
  font-size: 0.72em;
}

.animated-batch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  gap: 1em;
  margin-top: 0.55em;
  padding: 0.65em 1em;
  border: 1px solid var(--borderColor);
  border-radius: var(--radius);
  background: #ffffff;
  animation: animatedBatchRow 4.8s ease-in-out infinite;
  animation-delay: var(--row-delay);
}

.animated-batch-row div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.animated-batch-row span:not(.animated-batch-status) {
  color: var(--tertiaryTextColor);
  font-size: 0.72em;
}

.animated-batch-status {
  flex: 0 0 auto;
  padding: 0.35em 0.75em;
  border-radius: 999px;
  color: #174ea6;
  background: #dbeafe;
  font-size: 0.72em;
  font-weight: 500;
}

@keyframes animatedRowPulse {
  0%,
  100% {
    background: transparent;
  }

  18%,
  36% {
    background: rgba(31, 122, 255, 0.08);
  }
}

@keyframes animatedBatchRow {
  0% {
    opacity: 0.35;
    transform: translateY(6px);
  }

  20%,
  80% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0.62;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .animated-flow-pulse animateMotion {
    display: none;
  }

  .animated-sheet-row,
  .animated-batch-row {
    animation: none;
  }
}

@media (max-width: 939px) {
  .animated-use-cases-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75em;
  }

  .animated-use-case-grid {
    grid-template-columns: 1fr;
  }

  .animated-use-case-copy {
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .animated-graphic {
    min-height: 280px;
  }

  .animated-flow-inputs {
    left: 4%;
  }

  .animated-flow-outputs {
    right: 4%;
  }

  .animated-flow-pill {
    min-width: 94px;
    max-width: 112px;
    padding: 0 0.6em;
    font-size: 0.64em;
  }

  .animated-flow-hub {
    max-width: 96px;
    flex-direction: column;
    gap: 0.2em;
    padding: 0.45em 0.55em;
    text-align: center;
    font-size: 0.7em;
  }

  .animated-flow-lines {
    width: 520px;
    transform: translate(-50%, -50%) scale(0.74);
  }

  .animated-use-cases-header a {
    white-space: nowrap;
  }
}

.section-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  color: var(--primaryControlBg);
  background: rgba(31, 122, 255, 0.08);
}

.section-icon svg {
  width: 22px;
  height: 22px;
}

.password-section,
.statement-privacy-section,
.home-faq-section,
.home-cta-section {
  margin: 3em 0;
}

.password-section {
  padding: 3em 0;
}

.password-section-inner {
  display: flex;
  max-width: 760px;
  flex-direction: column;
  align-items: center;
  gap: 2.5em;
  margin: 0 auto;
  padding: 0 1.5em;
}

.password-section-header {
  max-width: 680px;
  text-align: center;
}

.password-section-header p {
  font-size: 1.08em;
}

.password-section h2,
.statement-privacy-header h2,
.home-faq-header h2,
.home-cta-section h2 {
  margin: 0;
  color: var(--primaryTextColor);
  font-size: 1.65em;
  font-weight: 600;
  line-height: 1.2;
}

.password-section p,
.statement-privacy-header p,
.statement-privacy-card p,
.password-format-card p,
.home-faq-header p,
.home-faq-list p,
.home-cta-section p {
  margin: 0;
  color: var(--secondaryTextColor);
  line-height: 1.55;
}

.password-section-header p {
  margin-top: 0.85em;
}

.password-format-card {
  width: 100%;
  padding: 2em;
  border: 0;
  border-radius: var(--radius);
  background: #f3f3f3;
}

.password-format-card h3,
.statement-privacy-card h3 {
  margin: 0 0 0.75em;
  color: var(--primaryTextColor);
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.25;
}

.password-format-card p + p {
  margin-top: 1em;
}

.statement-privacy-section {
  display: grid;
  gap: 2em;
}

.statement-privacy-header {
  display: grid;
  max-width: 760px;
  gap: 1em;
}

.statement-privacy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1em;
}

.statement-privacy-card {
  padding: 1.25em;
  border: 1px solid var(--borderColor);
  border-radius: var(--radius);
  background: #ffffff;
}

.statement-privacy-card > span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin: 0 0 1em;
  place-items: center;
  border-radius: var(--radius);
  color: var(--primaryControlBg);
  background: rgba(31, 122, 255, 0.08);
}

.statement-privacy-card svg {
  width: 19px;
  height: 19px;
}

.statement-privacy-card p {
  font-size: 0.92em;
}

.home-faq-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 2em;
  align-items: start;
  padding-top: 3em;
  border-top: 1px solid var(--borderColor);
}

.home-faq-header {
  display: grid;
  gap: 1em;
}

.home-faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--borderColor);
}

.home-faq-list details {
  border-bottom: 1px solid var(--borderColor);
}

.home-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 1em 0;
  color: var(--primaryTextColor);
  cursor: pointer;
  font-weight: 500;
  line-height: 1.35;
  list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--tertiaryTextColor);
  font-size: 1.15em;
  font-weight: 400;
}

.home-faq-list details[open] summary::after {
  content: "-";
}

.home-faq-list p {
  max-width: 680px;
  padding: 0 2em 1em 0;
  font-size: 0.95em;
}

.home-cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2em;
  align-items: center;
  margin: 4.5em 0 5em;
  padding: 2em;
  border-radius: var(--radius);
  background: rgba(31, 122, 255, 0.08);
}

.home-cta-section p {
  grid-column: 1;
  max-width: 700px;
  margin-top: 1em;
}

.home-cta-section h2 {
  grid-column: 1;
}

.home-cta-section .button {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  padding: 16px 24px;
  border-radius: var(--radius);
  font-size: 0.875em;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 939px) {
  .password-section,
  .home-faq-section,
  .home-cta-section {
    grid-template-columns: 1fr;
  }

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

  .home-cta-section .button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .password-section,
  .statement-privacy-section,
  .home-faq-section,
  .home-cta-section {
    margin: 2em 0;
  }

  .password-section {
    padding: 2em 0;
  }

  .statement-privacy-grid {
    grid-template-columns: 1fr;
  }

  .home-faq-section {
    padding-top: 2em;
  }

  .home-faq-list p {
    padding-right: 0;
  }

  .home-cta-section {
    margin: 3em 0 3.5em;
    padding: 1.5em;
  }
}

/* BankConv-style homepage privacy and FAQ sections. */
.statement-privacy-section {
  display: block;
  margin: 0;
  padding: 3em 0;
}

.statement-privacy-header {
  display: block;
  max-width: 42rem;
  margin: 0 0 2.5em;
}

.statement-privacy-header h2,
.home-faq-header h2 {
  margin: 0 0 0.75rem;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

.statement-privacy-header p,
.home-faq-header p {
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 1.125em;
  line-height: 1.625;
}

.statement-privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--borderColor);
  border-bottom: 1px solid var(--borderColor);
  background: var(--borderColor);
}

.statement-privacy-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  padding: 2em;
  border: 0;
  border-radius: 0;
  background: var(--bg);
  text-align: center;
}

.statement-privacy-card > span {
  display: flex;
  width: 3em;
  height: 3em;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.5em;
  border: 1px solid var(--borderColor);
  border-radius: 999px;
  color: var(--primaryControlBg);
  background: transparent;
}

.statement-privacy-card svg {
  width: 1.5em;
  height: 1.5em;
}

.statement-privacy-card h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.35;
}

.statement-privacy-card p {
  max-width: 24rem;
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 0.875em;
  line-height: 1.625;
}

.home-faq-section {
  display: block;
  width: 100%;
  max-width: 44rem;
  margin: 0 auto 3.25em;
  padding-top: 3em;
  border-top: 0;
}

.home-faq-header {
  display: block;
  max-width: 42rem;
  margin: 0 auto 2em;
  text-align: center;
}

.home-faq-list {
  display: grid;
  gap: 0.625em;
  width: 100%;
  border-top: 0;
}

.home-faq-list details {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 1px solid var(--borderColor);
  border-radius: var(--radius);
  background: var(--bg);
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}

.home-faq-list details[open] {
  background: #f8fbff;
}

.home-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 1em 1.1em;
  color: var(--primaryTextColor);
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.45;
  list-style: none;
}

.home-faq-list summary:hover {
  color: var(--linkTextColor);
  text-decoration: none;
}

.home-faq-list summary:focus {
  outline: none;
}

.home-faq-list summary:focus-visible {
  outline: none;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::after {
  content: "";
  width: 0.55em;
  height: 0.55em;
  flex: 0 0 auto;
  margin-top: -0.15em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--tertiaryTextColor);
  transform: rotate(45deg);
  transition: transform 0.2s;
}

.home-faq-list details[open] summary::after {
  transform: rotate(225deg);
}

.home-faq-list p {
  max-width: 38rem;
  margin: 0;
  padding: 0 3.1rem 1.15em 1.1rem;
  color: var(--secondaryTextColor);
  font-size: 0.875em;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .statement-privacy-section {
    padding: 2em 0;
  }

  .statement-privacy-grid {
    grid-template-columns: 1fr;
  }

  .statement-privacy-card {
    padding: 1.5em;
  }

  .home-faq-section {
    padding-top: 2em;
  }
}

@media (max-width: 620px) {
  .statement-privacy-header h2,
  .home-faq-header h2 {
    font-size: 1.35em;
  }

  .statement-privacy-header p,
  .home-faq-header p {
    font-size: 1em;
  }
}

/* BankConv-style bottom CTA and footer. */
.site-footer {
  margin-top: 0;
  padding: 0 2em 2em;
  border-top: 0;
  background: var(--bg);
}

.footer-shell {
  display: grid;
  gap: 2.5em;
}

.footer-marketing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65em 2em;
  width: 100%;
  margin: 0 0 2em;
  padding: 2.25em 0;
  border-top: 1px solid var(--borderColor);
  border-bottom: 1px solid var(--borderColor);
  background: transparent;
  text-align: left;
}

.footer-marketing h2 {
  max-width: none;
  margin: 0;
  color: var(--primaryTextColor);
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.2;
}

.footer-marketing p {
  max-width: 48rem;
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 0.98em;
  line-height: 1.6;
}

.footer-marketing .button {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  min-height: 40px;
  padding: 0.75em 1.25em;
  border-radius: var(--radius);
  font-size: 0.95em;
  font-weight: 600;
  width: max-content;
  max-width: none;
}

.home-page > .seo-link-band {
  margin-bottom: 3em;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1.3fr) repeat(4, minmax(0, 1fr));
  gap: 2em;
  align-items: start;
}

.footer-brand-panel {
  display: grid;
  gap: 0.75em;
}

.footer-logo {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.6em;
  color: var(--primaryTextColor);
  font-weight: 600;
  line-height: 1.2;
}

.footer-logo:hover {
  text-decoration: none;
}

.footer-logo .brand-mark {
  width: 33px;
  height: 33px;
}

.footer-brand-panel p {
  max-width: 18rem;
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 0.875em;
  line-height: 1.6;
}

.footer-column h3 {
  margin: 0 0 0.9em;
  color: var(--primaryTextColor);
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.3;
}

.footer-column ul {
  display: grid;
  gap: 0.65em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  color: var(--secondaryTextColor);
  font-size: 0.875em;
  line-height: 1.35;
}

.footer-column a:hover {
  color: var(--primaryTextColor);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding-top: 1.5em;
  border-top: 1px solid var(--borderColor);
}

.footer-bottom p {
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 0.875em;
  line-height: 1.4;
}

@media (max-width: 939px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-footer {
    padding: 0 1em 1.5em;
  }

  .footer-shell {
    gap: 2em;
  }

  .footer-marketing {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 1em;
    margin-bottom: 1.5em;
    text-align: left;
  }

  .footer-marketing h2 {
    font-size: 1.35em;
  }

  .footer-marketing .button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage allowance cards, positioned under the feature row. */
.conversion-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1em;
  margin: 0 0 3em;
}

.conversion-path-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 1em;
  padding: 1.25em;
  border: 1px solid var(--borderColor);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: none;
}

.conversion-path-card.is-highlighted {
  border-color: var(--primaryControlBg);
  box-shadow: none;
}

.conversion-path-card h2 {
  margin: 0;
  color: var(--primaryTextColor);
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.25;
}

.conversion-path-card p {
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 0.95em;
  line-height: 1.5;
}

.conversion-path-features {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.conversion-path-check {
  display: flex;
  align-items: baseline;
  gap: 0.55em;
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.45;
}

.conversion-path-check svg {
  width: 1em;
  height: 1em;
  margin: 0;
  color: var(--primaryControlBg);
  flex-shrink: 0;
}

.conversion-path-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1em;
  margin-top: auto;
}

.conversion-path-footer h3 {
  margin: 0;
  color: var(--primaryTextColor);
  font-size: 1.45em;
  font-weight: 600;
  line-height: 1.1;
}

.conversion-path-footer a {
  color: var(--linkTextColor);
  font-size: 0.875em;
  font-weight: 400;
}

@media (max-width: 939px) {
  .conversion-paths {
    grid-template-columns: 1fr;
    margin-bottom: 2.5em;
  }
}

/* Simpler guide pages and common-search links. */
.seo-landing-hero {
  max-width: 760px;
}

.seo-landing-hero .lead {
  max-width: 720px;
}

.seo-landing-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 2.5em;
}

.seo-landing-main {
  max-width: 720px;
}

.seo-landing-intro {
  margin: 0;
  color: var(--secondaryTextColor);
  font-size: 1.05em;
  line-height: 1.65;
}

.seo-landing-section {
  padding: 1.5em 0;
  border-bottom: 1px solid var(--borderColor);
}

.seo-landing-section h2,
.seo-landing-faq h2 {
  margin: 0 0 0.75em;
  color: var(--primaryTextColor);
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.25;
}

.seo-landing-section p,
.seo-landing-section li,
.seo-landing-faq p {
  color: var(--secondaryTextColor);
  font-size: 1em;
  line-height: 1.6;
}

.seo-landing-section p {
  margin: 0;
}

.seo-landing-section p + p {
  margin-top: 0.75em;
}

.seo-landing-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5em;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}

.seo-landing-section li {
  padding: 0.65em 0.75em;
  border: 1px solid var(--borderColor);
  border-radius: var(--radius);
  background: #ffffff;
}

.seo-landing-aside {
  position: sticky;
  top: 1em;
  padding: 1em;
  border: 1px solid var(--borderColor);
  border-radius: var(--radius);
  background: #ffffff;
}

.seo-landing-aside h2 {
  margin: 0 0 0.85em;
  color: var(--primaryTextColor);
  font-size: 1em;
  font-weight: 600;
}

.seo-landing-related {
  display: grid;
  gap: 0.5em;
}

.seo-landing-related a {
  padding: 0.7em 0;
  border: 0;
  border-top: 1px solid var(--borderColor);
  border-radius: 0;
  color: var(--linkTextColor);
  background: transparent;
  font-size: 0.9em;
  font-weight: 400;
}

.seo-landing-related a:first-child {
  border-top: 0;
}

.seo-link-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 2em;
  align-items: start;
  margin-top: 2.5em;
  padding: 1.75em 0 0;
  border-top: 1px solid var(--borderColor);
}

.seo-link-band h2 {
  margin: 0;
  color: var(--primaryTextColor);
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.25;
}

.seo-link-band-lead {
  margin: 0.75em 0 0;
  color: var(--secondaryTextColor);
  font-size: 0.95em;
  line-height: 1.55;
}

.seo-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--borderColor);
}

.seo-link-list a {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0.9em 0;
  border: 0;
  border-bottom: 1px solid var(--borderColor);
  border-radius: 0;
  color: var(--linkTextColor);
  background: transparent;
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.35;
}

.seo-link-list a:nth-child(odd) {
  padding-right: 1em;
}

.seo-link-list a:nth-child(even) {
  padding-left: 1em;
}

.seo-link-list a:hover,
.seo-landing-related a:hover {
  color: var(--primaryTextColor);
  background: transparent;
  text-decoration: none;
}

@media (max-width: 939px) {
  .seo-landing-layout,
  .seo-link-band {
    grid-template-columns: 1fr;
  }

  .seo-landing-aside {
    position: static;
  }
}

@media (max-width: 620px) {
  .seo-landing-section ul,
  .seo-link-list {
    grid-template-columns: 1fr;
  }

  .seo-link-list a:nth-child(odd),
  .seo-link-list a:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
}

.dashboard-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 18rem minmax(0, 1fr);
  background: #f7f7f7;
  color: #202124;
  font-size: 16px;
}

.dashboard-sidebar {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem 1.35rem;
  border-right: 1px solid #ececec;
  background: #f7f7f7;
}

.dashboard-brand {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 0.9rem;
  color: #1f1f1f;
  font-weight: 700;
}

.dashboard-brand:hover {
  text-decoration: none;
}

.dashboard-brand .brand-mark {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.55rem;
}

.dashboard-team-switch,
.dashboard-user,
.dashboard-nav-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  color: #202124;
}

.dashboard-team-switch {
  margin-top: 2.1rem;
  padding: 0.65rem 0.5rem;
}

.dashboard-team-switch strong,
.dashboard-user strong,
.dashboard-nav-item span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-team-switch > svg,
.dashboard-user > svg {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  color: #202124;
}

.dashboard-nav {
  display: grid;
  gap: 0.2rem;
}

.dashboard-nav p {
  margin: 0.75rem 0 0.35rem;
  padding: 0 0.45rem;
  color: #6f6f6f;
  font-size: 0.83rem;
  font-weight: 700;
}

.dashboard-nav-item {
  min-height: 2.7rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  font-weight: 600;
}

.dashboard-nav-item:hover,
.dashboard-nav-item.active {
  background: #f0f0f0;
  text-decoration: none;
}

.dashboard-nav-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  color: #202124;
}

.dashboard-nav-icon svg,
.dashboard-topbar svg,
.dashboard-icon-button svg,
.dashboard-small-button svg {
  width: 1.05rem;
  height: 1.05rem;
  color: currentColor;
}

.dashboard-team-switch .dashboard-nav-icon {
  background: #e8e8e8;
}

.dashboard-user {
  width: 100%;
  margin-top: auto;
  padding: 0.4rem 0.55rem;
  border: 0;
  border-radius: 0.75rem;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.dashboard-user:hover {
  background: #f0f0f0;
}

.dashboard-avatar {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ebebeb;
  color: #202124;
  font-weight: 700;
}

.dashboard-main {
  min-width: 0;
  padding: 0.75rem 0.75rem 0.75rem 0;
}

.dashboard-topbar {
  display: flex;
  min-height: 5.4rem;
  align-items: center;
  gap: 1.1rem;
  padding: 0 1.7rem;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  background: #ffffff;
}

.dashboard-topbar h1 {
  margin: 0;
  color: #777777;
  font-size: 1.05rem;
  font-weight: 500;
}

.dashboard-content {
  min-height: calc(100vh - 6.15rem);
  padding: 1.35rem;
  border: 1px solid #ececec;
  border-radius: 0 0 1rem 1rem;
  background: #ffffff;
  box-shadow: 0 0.9rem 2rem rgba(15, 23, 42, 0.05);
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.dashboard-card {
  display: flex;
  min-height: 13.25rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.65rem 1.9rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.95rem;
  background: #ffffff;
}

.dashboard-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard-card h2 {
  margin: 0;
  color: #202124;
  font-size: 1rem;
  font-weight: 700;
}

.dashboard-small-button,
.dashboard-icon-button {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 0.12rem 0.45rem rgba(15, 23, 42, 0.1);
  color: #202124;
  font-size: 0.88rem;
  font-weight: 700;
}

.dashboard-small-button {
  padding: 0.35rem 0.85rem;
}

.dashboard-icon-button {
  width: 2.15rem;
  padding: 0;
}

.dashboard-small-button:hover,
.dashboard-icon-button:hover {
  border-color: #c9c9c9;
  background: #fafafa;
  text-decoration: none;
}

.dashboard-card-bottom {
  display: grid;
  gap: 0.3rem;
  color: #7a7a7a;
}

.dashboard-metric,
.dashboard-plan-remaining {
  color: #0f0f0f;
  font-size: 1.65rem;
  line-height: 1.1;
}

.dashboard-plan-label {
  width: fit-content;
  color: #777777;
  font-size: 0.86rem;
  font-weight: 600;
}

.dashboard-team-summary {
  align-items: stretch;
  gap: 0.8rem;
}

.dashboard-team-card .dashboard-card-head p {
  margin: 0.25rem 0 0;
  color: #777777;
  font-size: 0.85rem;
}

.dashboard-team-title-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
  color: #555555;
}

.dashboard-team-title-row > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-member-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-member-list li {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  color: #202124;
  font-size: 0.88rem;
}

.dashboard-member-list span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-member-list em {
  color: #7a7a7a;
  font-style: normal;
}

.dashboard-member-list small {
  flex: 0 0 auto;
  color: #777777;
  font-size: 0.78rem;
}

.dashboard-team-invite {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.45rem;
}

.dashboard-team-invite input,
.dashboard-team-invite select,
.dashboard-team-invite button {
  min-height: 2.25rem;
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #202124;
  font: inherit;
  font-size: 0.84rem;
}

.dashboard-team-invite input,
.dashboard-team-invite select {
  min-width: 0;
  padding: 0.35rem 0.55rem;
}

.dashboard-team-invite button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  box-shadow: 0 0.12rem 0.45rem rgba(15, 23, 42, 0.1);
  cursor: pointer;
  font-weight: 700;
}

.dashboard-team-invite button:hover {
  border-color: #c9c9c9;
  background: #fafafa;
}

.dashboard-pending-invites,
.dashboard-team-note,
.dashboard-team-error {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  color: #777777;
  font-size: 0.8rem;
}

.dashboard-team-error {
  color: #b42318;
}

.dashboard-avatar-photo {
  width: 2.45rem;
  height: 2.45rem;
  background: #dfe9ff;
  color: #2555b8;
  font-size: 0.85rem;
}

.dashboard-upload-area {
  min-height: 23.6rem;
  margin-top: 1.35rem;
}

.dashboard-upload-zone,
.dashboard-upload-area .drop-zone {
  position: relative;
  display: flex;
  min-height: 23.6rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 2px dashed #e2e2e2;
  border-radius: 0.95rem;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
}

.dashboard-upload-zone:focus-visible,
.dashboard-upload-zone:hover,
.dashboard-upload-area .drop-zone:hover,
.dashboard-upload-area .drop-zone:focus-visible,
.dashboard-upload-area .drop-zone.is-dragging {
  outline: none;
  border-color: #c9d8ff;
  background: #fbfdff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.09);
}

.dashboard-upload-zone::before,
.dashboard-upload-area .drop-zone::before {
  content: none;
}

.dashboard-convert-pill,
.dashboard-upload-area .upload-cta {
  display: inline-flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 0.55rem;
  background: #2563eb;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 0.6rem 1rem rgba(37, 99, 235, 0.16);
}

.dashboard-upload-area .upload-panel,
.dashboard-upload-area .upload-panel.is-embedded-workspace {
  display: block;
  height: auto;
  min-height: 23.6rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dashboard-upload-area .drop-zone.has-results,
.dashboard-upload-area .drop-zone.has-active-upload,
.dashboard-upload-area .drop-zone.has-uploaded-documents {
  align-items: stretch;
  justify-content: stretch;
}

.dashboard-upload-area .upload-meta,
.dashboard-upload-area .drop-icon,
.dashboard-upload-area .upload-drop-copy {
  display: none;
}

.dashboard-upload-area .upload-workspace,
.dashboard-upload-area .upload-workspace.is-inside-drop-zone {
  width: 100%;
  padding: 0;
  background: transparent;
}

@media (max-width: 1100px) {
  .dashboard-shell {
    grid-template-columns: 15.5rem minmax(0, 1fr);
  }

  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .dashboard-card {
    min-height: 10rem;
  }

  .dashboard-team-invite {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .dashboard-shell {
    display: block;
  }

  .dashboard-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }

  .dashboard-team-switch {
    margin-top: 0.5rem;
  }

  .dashboard-nav {
    display: none;
  }

  .dashboard-main {
    padding: 0;
  }

  .dashboard-topbar,
  .dashboard-content {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .dashboard-content {
    padding: 1rem;
  }
}
