:root {
  --ink: #111318;
  --ink-soft: #30333a;
  --muted: #777c87;
  --blue: #0668ff;
  --blue-dark: #0058dc;
  --blue-soft: #edf4ff;
  --blue-pale: #f5f8ff;
  --ok: #14845a;
  --warn: #b96a12;
  --card: #ffffff;
  --border: #dfe4ec;
  --shadow: 0 22px 65px rgba(35, 54, 87, 0.12);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(155deg, #f8faff 0%, #edf3ff 48%, #f8faff 100%);
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: -18vw;
  right: -15vw;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  background: rgba(6, 104, 255, 0.045);
}

a,
button,
.dropzone,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
.dropzone:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(6, 104, 255, 0.35);
  outline-offset: 3px;
}

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  font-size: 15px;
  font-weight: 800;
}

.brand-mark svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.brand.small {
  font-size: 15px;
}

.brand.small .brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.72);
}

.site-nav a:last-child {
  color: #fff;
  background: var(--ink);
}

.site-nav a:last-child:hover {
  background: var(--blue);
}

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

.hero {
  min-height: 610px;
  padding: 72px 0 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  align-items: center;
  gap: 96px;
}

.hero-copy {
  padding-bottom: 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 21px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(6, 104, 255, 0.11);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
}

h1 span {
  color: var(--blue);
}

.lede {
  max-width: 620px;
  margin-bottom: 28px;
  color: #555b66;
  font-size: 17px;
  line-height: 1.75;
}

.price-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4a505b;
  font-size: 13px;
  line-height: 1.5;
}

.price-note strong {
  color: var(--ink);
}

.check-icon {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: rgba(6, 104, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}

.upload-card {
  padding: 32px;
  border: 1px solid rgba(197, 205, 218, 0.85);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.upload-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.step-label {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.step-label.light {
  color: rgba(255, 255, 255, 0.72);
}

.upload-card h2 {
  margin-bottom: 0;
  font-size: 23px;
}

.free-pill {
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 12px;
  font-weight: 800;
}

.dropzone {
  min-height: 188px;
  padding: 28px;
  border: 2px dashed #cbd4e1;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--ink-soft);
  background: var(--blue-pale);
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.dropzone:hover,
.dropzone.dragover {
  border-color: var(--blue);
  background: #eaf2ff;
  transform: translateY(-2px);
}

.dropzone.has-file {
  border-style: solid;
  border-color: var(--blue);
  background: #eef5ff;
}

.upload-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #fff;
  box-shadow: 0 8px 22px rgba(6, 104, 255, 0.12);
}

.upload-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#dropzone-label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 100%;
}

#dropzone-label strong {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#dropzone-label small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

#dropzone-label .filename {
  color: var(--blue);
}

.hint {
  margin: 12px 0 22px;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
}

button.primary,
a.button {
  min-height: 50px;
  padding: 14px 26px;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

button.primary,
.button-blue {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(6, 104, 255, 0.2);
}

button.primary:hover,
.button-blue:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}

button.primary:disabled {
  box-shadow: none;
  opacity: 0.42;
  cursor: default;
  transform: none;
}

.full-width {
  width: 100%;
}

.privacy-note {
  margin: 14px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
}

.privacy-note span {
  margin-right: 5px;
  color: var(--blue);
  font-size: 12px;
}

.error-msg {
  min-height: 1.2em;
  margin: 10px 0 -8px;
  color: #c83b3b;
  text-align: center;
  font-size: 12px;
}

.trust-strip {
  min-height: 104px;
  margin-bottom: 112px;
  padding: 24px 34px;
  border: 1px solid rgba(215, 221, 231, 0.9);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
}

.trust-strip div {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trust-strip div + div {
  border-left: 1px solid var(--border);
}

.trust-strip strong {
  font-size: 14px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 12px;
}

.content-section {
  padding: 36px 0 110px;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

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

.process-card {
  min-height: 235px;
  padding: 31px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
}

.process-number {
  display: block;
  margin-bottom: 46px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.process-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.process-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.faq-section {
  width: min(800px, 100%);
  margin: 0 auto;
}

.faq-list details,
.result-card details {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: var(--ink-soft);
}

.faq-list details:first-child {
  border-top: 1px solid var(--border);
}

.faq-list summary,
.result-card summary {
  padding: 23px 4px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker,
.result-card summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 17px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 690px;
  margin: -4px 44px 24px 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.contact-cta {
  min-height: 280px;
  margin-bottom: 92px;
  padding: 56px 64px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 24px 55px rgba(6, 104, 255, 0.2);
}

.contact-cta h2 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.06;
}

.contact-cta p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.button-light {
  flex: 0 0 auto;
  color: var(--blue);
  background: #fff;
}

.button-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 28, 75, 0.16);
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.button-dark:hover {
  background: #272a30;
  transform: translateY(-2px);
}

.button-outline {
  color: var(--ink);
  border: 1px solid var(--border) !important;
  background: #fff;
}

.button-outline:hover {
  border-color: var(--blue) !important;
  color: var(--blue);
}

.site-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 48px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

/* Pricing */
.pricing-page {
  padding-bottom: 92px;
}

.pricing-hero {
  max-width: 850px;
  margin: 0 auto;
  padding: 82px 0 68px;
  text-align: center;
}

.pricing-hero h1 {
  font-size: clamp(46px, 6.5vw, 72px);
}

.pricing-hero .lede {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

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

.pricing-card {
  min-height: 610px;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 15px 35px rgba(35, 54, 87, 0.06);
}

.pricing-card.recommended {
  position: relative;
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 26px 55px rgba(6, 104, 255, 0.23);
  transform: translateY(-14px);
}

.recommended-label {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 8px 14px;
  border-radius: 0 0 10px 10px;
  color: var(--blue);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  transform: translateX(-50%);
}

.pricing-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 21px;
  font-weight: 800;
}

.recommended .pricing-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.pricing-card h2 {
  margin-bottom: 13px;
  font-size: 24px;
}

.pricing-description {
  min-height: 62px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.recommended .pricing-description {
  color: rgba(255, 255, 255, 0.72);
}

.price {
  min-height: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
}

.price strong {
  font-size: 40px;
}

.price span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.recommended .price span {
  color: rgba(255, 255, 255, 0.68);
}

.first-free {
  margin: 4px 0 28px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.recommended .first-free {
  color: #fff;
}

.feature-list {
  margin: 0 0 32px;
  padding: 24px 0 0;
  border-top: 1px solid var(--border);
  list-style: none;
}

.recommended .feature-list {
  border-color: rgba(255, 255, 255, 0.2);
}

.feature-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 23px;
  color: #505661;
  font-size: 12px;
  line-height: 1.5;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}

.recommended .feature-list li {
  color: rgba(255, 255, 255, 0.84);
}

.recommended .feature-list li::before {
  color: #fff;
}

.pricing-note {
  margin-top: 44px;
  padding: 24px 28px;
  border: 1px solid var(--border);
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.75);
}

.pricing-note p {
  flex: 1;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.pricing-note p strong {
  color: var(--ink);
}

.pricing-note a {
  color: var(--blue);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

/* Processing and results */
.job-page {
  min-height: calc(100vh - 182px);
  padding: 68px 0 100px;
}

.job-view {
  width: min(850px, 100%);
  margin: 0 auto;
}

.processing-heading {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.processing-heading h1 {
  margin-bottom: 8px;
  font-size: clamp(36px, 5vw, 52px);
}

.file-label {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  word-break: break-word;
}

.orbit-loader {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  position: relative;
  border: 2px solid rgba(6, 104, 255, 0.14);
  border-radius: 50%;
  animation: orbit 2.1s linear infinite;
}

.orbit-loader::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(6, 104, 255, 0.24);
}

.orbit-loader span {
  position: absolute;
  top: -4px;
  left: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--blue);
}

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

.processing-card,
.result-card,
.failure-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.processing-card {
  padding: 12px 38px 0;
}

.processing-step {
  position: relative;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 0.38;
  transition: opacity 300ms ease;
}

.processing-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 57px;
  bottom: -11px;
  left: 16px;
  width: 2px;
  background: #e7eaf0;
}

.processing-step.complete,
.processing-step.active {
  opacity: 1;
}

.processing-step.complete::after {
  background: var(--blue);
}

.step-status {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  position: relative;
  z-index: 1;
  border: 2px solid #d8dde5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.complete .step-status {
  border-color: var(--blue);
  background: var(--blue);
}

.active .step-status {
  border-color: var(--blue);
}

.active .step-status::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  animation: pulse 1.4s ease-in-out infinite;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 7px rgba(6, 104, 255, 0.13);
    transform: scale(0.85);
  }
}

.processing-step div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.processing-step strong {
  font-size: 13px;
}

.processing-step small {
  color: var(--muted);
  font-size: 12px;
}

.live-status {
  min-height: 58px;
  margin: 4px -38px 0;
  padding: 18px 38px;
  border-radius: 0 0 var(--radius) var(--radius);
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--blue-pale);
}

.live-status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  animation: blink 1.2s ease-in-out infinite;
}

@keyframes blink {
  50% { opacity: 0.25; }
}

.live-status p {
  margin: 0;
  overflow: hidden;
  color: #606672;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.processing-note {
  margin-top: 18px;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
}

.result-hero {
  margin-bottom: 35px;
  text-align: center;
}

.result-mark {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 18px 32px rgba(6, 104, 255, 0.22);
  font-size: 31px;
  font-weight: 800;
  transform: rotate(-4deg);
}

.badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.badge.ok {
  color: var(--ok);
  background: #e8f7f0;
}

.badge.warn {
  color: var(--warn);
  background: #fff3df;
}

.result-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(40px, 5.5vw, 58px);
}

.result-card {
  padding: 38px;
}

.stats {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stat {
  min-height: 105px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fbfcfe;
  text-align: center;
}

.stat.accent {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.stat .num {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 800;
}

.stat .label {
  color: var(--muted);
  font-size: 12px;
}

.stat.accent .label {
  color: rgba(255, 255, 255, 0.72);
}

.result-card details ul {
  margin: 0 0 22px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.result-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

a.plain {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.next-step-section {
  padding-top: 90px;
}

.next-step-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.next-step-card {
  min-height: 270px;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.next-step-card.blue {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.card-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.blue .card-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.next-step-card h3 {
  max-width: 310px;
  margin: 30px 0 12px;
  font-size: 22px;
  line-height: 1.15;
}

.next-step-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.blue p {
  color: rgba(255, 255, 255, 0.72);
}

.next-step-card a {
  margin-top: 28px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.blue a {
  color: #fff;
}

.failure-card {
  padding: 64px 48px;
  text-align: center;
}

.failure-card h1 {
  margin-bottom: 14px;
  font-size: 42px;
}

.failure-card .file-label {
  margin-bottom: 28px;
}

.failure-mark {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #bf4e4e;
  background: #fff0f0;
  font-size: 24px;
  font-weight: 800;
}

.hidden {
  display: none !important;
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr 420px;
    gap: 44px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    width: min(600px, 100%);
    margin: 0 auto;
  }

  .pricing-card {
    min-height: auto;
  }

  .pricing-card.recommended {
    transform: none;
  }
}

@media (max-width: 760px) {
  .site-header,
  .page-shell,
  .site-footer {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    height: 76px;
  }

  .site-nav {
    gap: 0;
  }

  .site-nav a {
    padding: 9px 11px;
    font-size: 12px;
  }

  .brand {
    font-size: 15px;
  }

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

  .hero {
    padding: 54px 0 72px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-copy {
    padding: 0;
    text-align: center;
  }

  .eyebrow {
    font-size: 12px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .lede {
    font-size: 14px;
  }

  .price-note {
    justify-content: center;
    flex-wrap: wrap;
  }

  .upload-card {
    padding: 22px;
    border-radius: 22px;
  }

  .trust-strip {
    margin-bottom: 76px;
    padding: 10px 22px;
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    padding: 20px 0;
  }

  .trust-strip div + div {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .content-section {
    padding-bottom: 82px;
  }

  .process-grid,
  .next-step-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    min-height: 200px;
  }

  .process-number {
    margin-bottom: 28px;
  }

  .contact-cta {
    padding: 40px 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-cta .button {
    width: 100%;
  }

  .site-footer {
    gap: 20px;
    flex-direction: column;
  }

  .pricing-hero {
    padding: 58px 0 54px;
  }

  .pricing-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .pricing-card {
    padding: 29px;
  }

  .pricing-note {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .pricing-note p {
    flex-basis: calc(100% - 44px);
  }

  .job-page {
    padding: 48px 0 76px;
  }

  .processing-heading {
    align-items: flex-start;
    gap: 15px;
  }

  .processing-heading h1 {
    font-size: 34px;
  }

  .orbit-loader {
    width: 52px;
    height: 52px;
  }

  .orbit-loader::before {
    inset: 10px;
  }

  .orbit-loader span {
    left: 20px;
  }

  .processing-card,
  .result-card {
    padding-right: 22px;
    padding-left: 22px;
  }

  .live-status {
    margin-right: -22px;
    margin-left: -22px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .processing-step {
    gap: 14px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .stat {
    min-height: 85px;
  }

  .result-actions {
    flex-direction: column;
    gap: 18px;
  }

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

@media (max-width: 440px) {
  .brand > span:last-child {
    display: none;
  }

  .site-nav a {
    padding: 8px 10px;
  }

  .upload-card h2 {
    font-size: 22px;
  }

  .dropzone {
    min-height: 165px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
