.transcribe-page { min-height: 100vh; background: #f4f8fa; }
.transcribe-page .site-header { min-height: 68px; padding-block: 5px; }
.transcribe-page .brand-avatar { width: 54px; height: 54px; flex-basis: 54px; }
.transcribe-page .site-footer { padding-block: 14px; }
.transcribe-hero { position: relative; min-height: 190px; overflow: hidden; }
.transcribe-hero-image, .transcribe-hero-shade { position: absolute; inset: 0; }
.transcribe-hero-image { background: url("assets/coast-brittany.jpg") center 58% / cover no-repeat; }
.transcribe-hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.98) 5%, rgba(255,255,255,.89) 47%, rgba(255,255,255,.15) 78%); }
.transcribe-hero-content { position: relative; z-index: 1; display: flex; min-height: 190px; align-items: center; gap: 22px; padding-block: 22px 42px; }
.transcribe-icon { display: grid; width: 66px; height: 66px; flex: 0 0 66px; place-items: center; border-radius: 16px; color: white; background: linear-gradient(145deg, #1596be, #075e7c); box-shadow: 0 12px 25px rgba(8,127,168,.2); }
.transcribe-icon svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.transcribe-hero h1 { margin: 0; font-size: clamp(36px, 4vw, 48px); line-height: 1; letter-spacing: -1.5px; }
.transcribe-hero-content > div > p:not(.eyebrow) { margin: 8px 0; font-size: 14px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 16px; margin: 8px 0 0; padding: 0; list-style: none; font-size: 11px; font-weight: 700; }
.hero-benefits li { display: flex; align-items: center; gap: 7px; }
.hero-benefits span { color: var(--teal); font-size: 21px; }
.transcribe-watermark { position: absolute; right: max(22px, calc((100vw - 1120px) / 2)); bottom: 14px; z-index: 2; margin: 0; color: rgba(255,255,255,.9); font-size: 10px; font-weight: 750; text-shadow: 0 1px 4px rgba(0,0,0,.75); }

.transcribe-workspace { position: relative; z-index: 4; margin-top: -24px; margin-bottom: 18px; padding: 18px 24px; border: 1px solid #d8e4e9; border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 18px 42px rgba(13,27,42,.1); }
.workflow-step { margin: 0; padding: 12px 0; border: 0; border-bottom: 1px solid #e1e9ed; }
.workflow-step:first-child { padding-top: 0; }
.workflow-step legend { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; padding: 0; font-size: 13px; font-weight: 850; }
.workflow-step legend span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 10px; }
.language-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.choice-card, .mode-card { position: relative; display: flex; min-height: 54px; align-items: center; gap: 13px; padding: 9px 14px; border: 1px solid #d7e3e8; border-radius: 10px; cursor: pointer; transition: border-color .15s, background .15s, transform .15s; }
.choice-card:hover, .mode-card:hover { border-color: #78b8cf; transform: translateY(-1px); }
.choice-card:has(input:checked), .mode-card:has(input:checked) { border-color: var(--teal); background: #eef7fb; }
.choice-card input, .mode-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card img { width: 40px; height: 25px; border: 1px solid rgba(13,27,42,.15); object-fit: cover; }
.choice-card > span { display: grid; }
.choice-card small { color: #866710; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.choice-card i, .mode-card i { width: 19px; height: 19px; margin-left: auto; border: 1.5px solid #9db5c4; border-radius: 50%; }
.choice-card:has(input:checked) i, .mode-card:has(input:checked) i { border: 5px solid var(--teal); }
.choice-card.unavailable { cursor: not-allowed; opacity: .58; }
.mode-card.unavailable { cursor: not-allowed; opacity: .55; }

.drop-zone { display: grid; min-height: 105px; place-items: center; align-content: center; padding: 12px; border: 2px dashed #4fa4c1; border-radius: 12px; text-align: center; cursor: pointer; background: #fbfdfe; }
.drop-zone.dragging { border-color: var(--teal-dark); background: #e9f5fa; }
.drop-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.drop-zone svg { width: 38px; margin-bottom: 3px; fill: none; stroke: var(--teal); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.drop-zone strong { font-size: 15px; }
.drop-zone span { color: var(--teal-dark); font-size: 12px; font-weight: 750; }
.drop-zone small { margin-top: 5px; color: #637789; font-size: 9px; }
.selected-file { margin: 6px 0 0; padding: 7px 10px; border-radius: 8px; color: var(--teal-dark); background: #eaf5fa; font-size: 11px; font-weight: 750; }

.mode-options { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mode-card { min-height: 62px; }
.mode-card > span:not(.mode-icon) { display: grid; gap: 3px; }
.mode-card small { color: #617181; font-size: 12px; }
.mode-icon { color: var(--teal); font-size: 30px; line-height: 1; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 11px; }
.form-footer p { margin: 0; color: #657789; font-size: 12px; }
.form-footer p.prototype-notice { max-width: 620px; color: #866710; font-weight: 750; }
.start-button { min-height: 40px; padding: 0 20px; border: 0; border-radius: 8px; color: white; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); cursor: pointer; font: inherit; font-size: 12px; font-weight: 850; box-shadow: 0 8px 18px rgba(8,127,168,.2); }
.start-button:disabled { cursor: not-allowed; filter: grayscale(.6); opacity: .48; box-shadow: none; }

@media (max-width: 800px) {
  .transcribe-hero-content { align-items: flex-start; padding-top: 38px; }
  .language-options, .mode-options { grid-template-columns: 1fr; }
  .transcribe-workspace { padding-inline: 22px; }
}

@media (max-width: 560px) {
  .transcribe-hero { min-height: 390px; }
  .transcribe-hero-shade { background: linear-gradient(0deg, rgba(255,255,255,.98) 10%, rgba(255,255,255,.87) 72%, rgba(255,255,255,.35)); }
  .transcribe-hero-content { min-height: 390px; flex-direction: column; gap: 18px; padding-block: 35px 76px; }
  .transcribe-icon { width: 64px; height: 64px; flex-basis: 64px; border-radius: 16px; }
  .transcribe-icon svg { width: 36px; }
  .transcribe-hero h1 { font-size: 45px; }
  .hero-benefits { display: grid; gap: 7px; }
  .transcribe-watermark { right: 12px; bottom: 48px; }
  .transcribe-workspace { width: calc(100% - 20px); margin-top: -28px; padding: 20px 16px; border-radius: 16px; }
  .choice-card, .mode-card { padding: 14px; }
  .drop-zone { min-height: 210px; padding-inline: 15px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .start-button { width: 100%; }
}
