/* Version 4 is frozen; all version 5 refinements are isolated here. */
@import url("v4.css");

.preview-note { display: flex; justify-content: center; gap: 20px; }
.preview-note a { text-decoration: underline; text-underline-offset: 3px; }
.site-nav { gap: 23px; }
.hero { padding-top: 34px; padding-bottom: 42px; }
.hero-description { margin-top: 16px; margin-bottom: 22px; }
.upload-form { width: min(860px, 100%); padding: 22px 26px; border-color: #c9d5e8; box-shadow: 0 8px 30px #24334a07; }
.file-heading { font-size: 14px; margin-bottom: 13px; }
.file-heading span { font-size: 12px; }
.upload-dropzone { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; min-height: 180px; border: 1.5px dashed #a9bbdc; border-radius: 12px; background: #f3f6fb; padding: 22px 12px 17px; }
.upload-dropzone:focus-within, .upload-form.над .upload-dropzone { border-color: var(--blue); background: #eef3ff; }
.upload-dropzone input[type=file] { display: block; width: 350px; max-width: 100%; min-height: 48px; margin: auto; padding: 2px; border: 0; background: transparent; color: #5d6a7e; font-size: 12px; border-radius: 6px; }
input[type=file]::file-selector-button { margin: 0 16px 0 0; padding: 12px 23px; border: 1px solid #bdcdee; background: #fff; color: #244ed8; box-shadow: 0 2px 3px #244ed805; font-size: 14px; border-radius: 6px; }
input[type=file]::file-selector-button:hover { background: #fff; border-color: #244ed8; }
input[type=file][aria-invalid=true] { border-color: #ad352f; background: #fff6f5; }
.file-help { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 20px; font-size: 11px; margin-top: 10px; }
.upload-local-note { font-size: 10px; }
.form-actions { margin-top: 20px; padding-top: 18px; border-top: 1px solid #e9edf5; }
.hero-conditions { margin-top: 18px; }
.section { padding-block: 86px; }
.section-heading { margin-bottom: 38px; }
.section-heading p { font-size: 15px; }
.format-row { padding-block: 31px; }
.format-link, .text-link, .audience-link { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.format-link:hover, .text-link:hover { text-decoration: none; }
.text-link > .link-label, .format-link > .link-label { font: inherit; }
.text-link:is(:hover, :focus-visible) > .link-label,
.format-link:is(:hover, :focus-visible) > .link-label { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.language-section { padding-top: 70px; }
.closing { border: 1px solid #d6e1f7; background: #f0f4fd; }
.closing p { max-width: 535px; }

/* Document miniatures identify the files discussed in each audience example. */
.audience-section { padding-bottom: 66px; }
.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 66px; }
.audience-item { min-width: 0; display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 27px; padding: 34px 0 38px; border-top: 1px solid var(--line); }
.audience-copy h3 { font-size: 23px; line-height: 1.28; letter-spacing: -.03em; margin: 11px 0 15px; }
.audience-copy > p { margin: 0; font-size: 14px; line-height: 1.85; }
.audience-copy > .audience-files { font-size: 11px; line-height: 1.7; color: #657187; }
.audience-link { display: inline-block; padding-block: 6px; margin-top: 15px; color: var(--blue); font-size: 12px; font-weight: 500; }
.audience-link:hover { text-decoration: underline; }
.audience-art { --doc-ink: #426b54; --doc-wash: #eaf2ed; --doc-line: #cbded2; position: relative; background: var(--doc-wash); border-radius: 8px; height: 173px; margin-top: 3px; display: flex; align-items: center; justify-content: center; }
.audience-sheet { position: relative; color: var(--doc-ink); width: 102px; height: 139px; padding: 12px 11px; background: #fff; border: 1px solid var(--doc-line); box-shadow: 0 5px 7px #24334a07; border-radius: 2px; }
.sheet-format { display: block; font-size: 8px; font-weight: 600; letter-spacing: .04em; line-height: 1; margin-bottom: 11px; }
.sheet-name { display: block; font-size: 9px; line-height: 1.5; font-weight: 600; letter-spacing: -.02em; }
.sheet-fold { position: absolute; top: -1px; right: -1px; width: 14px; height: 14px; background: linear-gradient(45deg, #fff 47%, var(--doc-line) 49%, var(--doc-line) 52%, var(--doc-wash) 54%); border-left: 1px solid var(--doc-line); border-bottom: 1px solid var(--doc-line); border-radius: 0 0 0 2px; }
.audience-cells { display: grid; grid-template-columns: 1.5fr 1fr 1fr; border-top: 1px solid var(--doc-line); border-left: 1px solid var(--doc-line); margin-top: 12px; }
.audience-cells i { height: 10px; border-right: 1px solid var(--doc-line); border-bottom: 1px solid var(--doc-line); }
.audience-cells i:nth-child(-n+3) { background: var(--doc-wash); }
.audience-cells i:nth-child(n+7):nth-child(-n+9) { border-top: 1px solid #6b9b7c; border-bottom: 1px solid #6b9b7c; }
.art-manual { --doc-ink: #536c94; --doc-wash: #ecf1f8; --doc-line: #c8d5e7; }
.audience-sheet svg { height: 42px; width: 77px; margin-top: 3px; }
.audience-lines { display: grid; gap: 5px; margin-top: 10px; }
.audience-lines i { display: block; height: 2px; background: var(--doc-line); }
.audience-lines i:last-child { width: 64%; }
.art-manual .audience-lines { margin-top: 3px; }
.art-research { --doc-ink: #756b96; --doc-wash: #f1eff7; --doc-line: #d9d1e8; }
.research-lines i:nth-child(3), .research-lines i:nth-child(4) { height: 5px; background: #e9e2f6; margin-top: -2px; }
.art-agreement { --doc-ink: #617289; --doc-wash: #eff2f6; --doc-line: #d2dae5; }
.document-signatures { display: flex; gap: 14px; margin-top: 17px; }
.document-signatures i { height: 1px; width: 28px; background: var(--doc-ink); }
.audience-boundary { border-top: 1px solid var(--line); display: flex; align-items: flex-start; gap: 12px; padding-top: 21px; }
.boundary-mark { flex-shrink: 0; width: 17px; height: 17px; border: 1px solid #a5b0c1; border-radius: 50%; line-height: 15px; font-size: 11px; text-align: center; color: var(--muted); margin-top: 3px; }
.audience-boundary p { max-width: 900px; font-size: 12px; line-height: 1.8; margin: 0; }

@media (min-width: 781px) and (max-height: 850px) {
  .site-header { height: 72px; }
  .hero { padding-top: 26px; }
  h1 { font-size: clamp(36px, 4vw, 50px); line-height: 1.13; }
  .hero-description { font-size: 16px; margin: 14px auto 20px; }
  .upload-form { padding: 18px 24px; }
  .file-heading { font-size: 13px; margin-bottom: 10px; }
  .form-actions { margin-top: 14px; padding-top: 12px; }
  .hero-conditions { margin-top: 14px; }
}
@media (max-width: 1050px) {
  .site-nav { gap: 17px; font-size: 12px; }
  .site-nav .help-link { padding-inline: 11px; }
  .audience-grid { column-gap: 38px; }
  .audience-item { grid-template-columns: 101px minmax(0, 1fr); gap: 20px; }
  .audience-art { height: 155px; }
  .audience-sheet { width: 87px; height: 127px; padding: 10px 8px; }
  .audience-sheet svg { width: 68px; }
  .audience-copy h3 { font-size: 21px; }
  .audience-copy > p { font-size: 13px; }
}
@media (max-width: 900px) and (min-width: 781px) {
  .header-inner { gap: 20px; }
  .site-nav { gap: 13px; font-size: 11px; }
  .brand { font-size: 21px; }
}
@media (max-width: 780px) {
  .site-nav.is-open { gap: 5px; font-size: 14px; }
  .site-nav .help-link { padding-inline: 0; }
  .hero { padding-top: 32px; }
  .upload-form { padding: 20px; }
  .file-help { display: flex; }
  .upload-local-note { display: none; }
  .section { padding-block: 64px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-item { grid-template-columns: 126px minmax(0, 1fr); gap: 28px; padding-block: 29px; }
  .audience-art { height: 173px; }
  .audience-sheet { width: 102px; height: 139px; padding: 12px 11px; }
  .audience-sheet svg { width: 77px; }
  .audience-copy h3 { font-size: 23px; }
  .audience-copy h3 br { display: none; }
  .audience-copy > p { font-size: 14px; }
  .audience-link { font-size: 13px; }
}
@media (max-width: 480px) {
  .preview-note { gap: 10px; padding-inline: 7px; font-size: 8px; }
  .hero { padding-top: 25px; padding-bottom: 32px; }
  .hero-description { font-size: 13px; margin: 14px 2px 20px; }
  .upload-form { padding: 16px 14px; }
  .file-heading { font-size: 13px; margin-bottom: 11px; }
  .file-heading span { font-size: 11px; }
  input[type=file] { min-height: 143px; padding: 48px 14px; font-size: 11px; }
  input[type=file]::file-selector-button { padding: 11px 15px; margin-right: 10px; font-size: 12px; }
  .file-help { font-size: 10px; margin-top: 8px; }
  .form-actions { margin-top: 14px; padding-top: 14px; gap: 11px; }
  .hero-conditions { margin-top: 15px; }
  .hero-guarantee { margin-top: 8px; }
  .hero-photo { margin-top: 5px; }
  .section { padding-block: 50px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading p { font-size: 13px; }
  .format-row { padding-block: 25px; }
  .audience-item { grid-template-columns: 84px minmax(0, 1fr); gap: 0 17px; padding-block: 25px; align-items: center; }
  .audience-art { grid-row: span 2; height: 120px; border-radius: 5px; margin-top: 0; }
  .audience-copy { display: contents; }
  .audience-sheet { width: 72px; height: 104px; padding: 8px 7px; }
  .sheet-format { font-size: 6px; margin-bottom: 8px; }
  .sheet-name { font-size: 7px; }
  .sheet-fold { width: 11px; height: 11px; }
  .audience-cells { margin-top: 8px; }
  .audience-cells i { height: 8px; }
  .audience-sheet svg { width: 55px; height: 31px; }
  .audience-lines { margin-top: 8px; gap: 4px; }
  .document-signatures { margin-top: 10px; }
  .audience-copy h3 { grid-column: 2; align-self: start; font-size: 20px; margin-block: 6px 0; }
  .audience-copy > .audience-files { grid-column: 2; align-self: end; font-size: 10px; line-height: 1.7; margin: 0; }
  .audience-copy > p { grid-column: 1 / -1; font-size: 13px; line-height: 1.8; margin-top: 18px; }
  .audience-link { grid-column: 1 / -1; justify-self: start; font-size: 12px; margin-top: 10px; }
  .audience-boundary { padding-top: 18px; gap: 10px; }
  .audience-boundary p { font-size: 11px; }
  .closing { padding: 27px 25px; }
}
@media (prefers-reduced-motion: reduce) {
  input[type=file] { transition: none; }
}

/* One full-width, alternating rhythm for every top-level content section. */
main > section:nth-of-type(n) { background: #fff; border: 0; border-radius: 0; }
main > section:nth-of-type(even) { background: #f3f6fb; }
main > section.container { width: 100%; margin-inline: 0; padding-inline: max(40px, calc((100% - 1180px) / 2)); }
main > .section, main > .document-care, main > .closing { padding-block: 86px; }
.how-section .process-visual { background: #e9eef7; }
.format-title a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.preview-error { max-width: 860px; margin: 20px auto; padding: 18px; color: #962c29; background: #fff3f1; border: 1px solid #e0b4b0; }
.preview-checklist { margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--line); }
.preview-checklist h3 { font-size: 17px; }
.preview-checklist ul { margin: 17px 0 15px; padding-left: 19px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.preview-checklist li { margin-bottom: 9px; padding-left: 4px; }
.preview-checklist li::marker { color: var(--blue); }
.preview-checklist p { font-size: 12px; margin: 0; }
.format-detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 70px; }
.format-detail-list article { padding-top: 23px; border-top: 1px solid var(--line); }
.format-detail-list h3 { font-size: 23px; margin-bottom: 14px; }
.format-detail-list p { font-size: 15px; margin: 0; max-width: 500px; }
.format-note { margin: 32px 0 0; font-size: 13px; }
.related-formats { display: flex; flex-wrap: wrap; gap: 18px 40px; margin-top: 25px; }
.related-formats a { font-size: 17px; color: var(--blue); text-decoration: underline; text-underline-offset: 5px; }
.format-page .hero-description { max-width: 760px; }
.format-page .section-heading p { max-width: 530px; }

/* A document companion and more deliberate product surfaces. */
/* Keep the actual file input visible, including after selection (iOS Safari). */
.upload-form[data-file-state=ready] input[type=file],
.upload-form[data-file-state=invalid] input[type=file] {
  width: 100%; min-height: 44px; padding: 2px; font-size: 12px;
}
.upload-form:is([data-file-state=ready], [data-file-state=invalid]) .upload-dropzone { min-height: 0; padding: 8px 10px; border-style: solid; border-color: #d8e2ef; background: #fff; }
.upload-form[data-file-state=ready] input[type=file]::file-selector-button,
.upload-form[data-file-state=invalid] input[type=file]::file-selector-button { padding: 8px 15px; font-size: 12px; }
.selected-file { --file-ink: #536887; --file-wash: #eef2f8; display: grid; grid-template-columns: 57px minmax(0, 1fr) 44px; gap: 14px 18px; align-items: center; margin-top: 16px; padding: 18px; border: 1px solid #d8e2ef; border-radius: 11px; background: #fff; box-shadow: 0 3px 0 #f3f6fb; }
.selected-file[data-family=pdf] { --file-ink: #ad5249; --file-wash: #fff1ee; }
.selected-file[data-family=word] { --file-ink: #3c60ad; --file-wash: #edf2ff; }
.selected-file[data-family=sheet] { --file-ink: #427758; --file-wash: #edf6ee; }
.selected-file[data-family=image] { --file-ink: #7a61a0; --file-wash: #f4effa; }
.selected-file-icon { position: relative; width: 57px; height: 68px; color: var(--file-ink); }
.selected-file-icon > svg { display: block; width: 100%; height: 100%; fill: #fff; stroke: currentColor; stroke-opacity: .45; stroke-width: 1.4; stroke-linejoin: round; }
.selected-file-fold { fill: var(--file-wash); }
.selected-file-line { fill: none; stroke-width: 2; stroke-linecap: round; stroke-opacity: .35; }
.selected-file-icon > span { position: absolute; left: 6px; right: 0; top: 27px; font-size: 11px; font-weight: 600; line-height: 1; text-align: center; }
.selected-file-copy { min-width: 0; }
.selected-file-name { font-size: 15px; line-height: 1.5; font-weight: 600; overflow-wrap: anywhere; color: var(--ink); margin: 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.selected-file-meta { font-size: 12px; line-height: 1.5; color: var(--muted); margin: 3px 0 7px; }
.selected-file-status { display: flex; align-items: center; gap: 6px; font-size: 12px; line-height: 1.5; font-weight: 600; color: #35674e; margin: 0; }
.file-ready-mark { flex-shrink: 0; width: 17px; height: 17px; fill: #35674e; }
.file-ready-mark path { stroke: #fff; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.file-invalid-mark { display: none; }
.remove-file { display: grid; place-items: center; width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: #63766b; }
.remove-file svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.remove-file:hover { color: #24334a; background: #edf2fa; }
.remove-file:disabled { opacity: .35; cursor: default; background: none; }
.upload-form .primary-button:disabled { opacity: .55; cursor: wait; }
/* Destination and action form one readable row; keep the native select. */
.upload-form .form-actions { grid-template-columns: minmax(210px, 1fr) auto; gap: 10px 24px; }
.upload-form .language-field label { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.upload-form .language-field select { max-width: 310px; min-height: 54px; font-size: 16px; font-weight: 600; padding: 12px 16px; border: 1.5px solid #9fb5ef; background: #eef3ff; color: #24334a; border-radius: 9px; }
.upload-form .language-field select:hover { border-color: var(--blue); }
.upload-form .form-actions > .primary-button { grid-row: 1; grid-column: 2; min-height: 54px; min-width: 270px; justify-content: center; }
.upload-form .source-note { display: block; grid-row: 2; grid-column: 1 / -1; margin: 0; font-size: 11px; }
@media (max-width: 600px) {
  .upload-form .form-actions { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .upload-form .language-field select { max-width: none; }
  .upload-form .form-actions > .primary-button { grid-column: 1; grid-row: 2; min-width: 0; width: 100%; white-space: normal; }
  .upload-form .source-note { grid-row: 3; }
}
.upload-progress-area { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; }
.upload-progress-area progress { appearance: none; display: block; width: 100%; height: 5px; border: 0; border-radius: 8px; overflow: hidden; background: #e7edf6; accent-color: var(--blue); }
.upload-progress-area progress::-webkit-progress-bar { background: #e7edf6; border-radius: 8px; }
.upload-progress-area progress::-webkit-progress-value { background: var(--blue); border-radius: 8px; }
.upload-progress-area progress::-moz-progress-bar { background: var(--blue); border-radius: 8px; }
.upload-progress-area span { font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; }
.upload-form[data-upload-stage=uploading] .selected-file,
.upload-form[data-upload-stage=processing] .selected-file { border-color: #a9bbdc; background: #f8faff; }
.upload-form:is([data-upload-stage=uploading], [data-upload-stage=processing]) .file-ready-mark { display: none; }
.upload-form:is([data-upload-stage=uploading], [data-upload-stage=processing]) .selected-file-status { color: var(--blue); }
.upload-form[data-upload-stage=error] .selected-file-status { color: #a43a33; }
.upload-form[data-upload-stage=error] .file-ready-mark { display: none; }
.upload-form[data-file-state=invalid] .selected-file { border-color: #e4c4bd; background: #fff6f3; }
.upload-form[data-file-state=invalid] .selected-file-status { color: #a43a33; }
.upload-form[data-file-state=invalid] .file-ready-mark { display: none; }
.upload-form[data-file-state=invalid] .file-invalid-mark { display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #a43a33; color: #fff; font-size: 11px; }
.upload-form[data-file-state=invalid] input[type=file] { border-color: #ad352f; }
.file-announcement { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.selected-file + .file-announcement + .form-error { margin: 10px 0 0; font-size: 12px; }
@media (max-width: 480px) {
  .selected-file { grid-template-columns: 43px minmax(0, 1fr) 44px; gap: 10px; padding: 15px 8px 15px 13px; }
  .selected-file-icon { width: 43px; height: 54px; }
  .selected-file-icon > span { top: 22px; left: 4px; font-size: 9px; }
  .selected-file-name { font-size: 13px; }
  .selected-file-meta, .selected-file-status { font-size: 11px; }
  .upload-form[data-file-state=ready] input[type=file],
  .upload-form[data-file-state=invalid] input[type=file] { padding-inline: 9px; font-size: 11px; }
}
.mascot-logo { flex-shrink: 0; width: 44px; height: 44px; }
.mascot-eyes { transform-box: fill-box; transform-origin: center; }
@keyframes mascot-blink {
  0%, 94%, 98%, 100% { transform: scaleY(1); }
  96% { transform: scaleY(.08); }
}
@media (prefers-reduced-motion: no-preference) {
  .site-header .mascot-eyes, .site-footer .mascot-eyes { animation: mascot-blink 7s ease-in-out infinite; }
}
.brand { gap: 10px; letter-spacing: -.7px; }
.site-header { border-bottom-color: #e5ebf4; }
.hero h1 { max-width: 940px; margin-inline: auto; text-wrap: balance; }
.hero-description { max-width: 770px; }
.upload-form { border-radius: 18px; box-shadow: 0 8px 0 -5px #e9eef7, 0 18px 45px -25px #244ed82b; }
input[type=file] { border-radius: 11px; background: #f1f5ff; }
.hero-conditions { font-size: 13px; }
.hero-guarantee { font-size: 12px; }
.section-heading h2 { max-width: 670px; }
.document-workspace { border-radius: 17px; box-shadow: 0 16px 40px -28px #344a7947; }
.document-spread { background: #e9eef7; }
.sample-tabs { padding: 5px; background: #e5ebf5; border-color: #d5deec; }
.sample-tabs button[aria-selected=true] { box-shadow: 0 2px 7px #244ed81a; }
.workspace-bottom { background: #fff; }
.format-row { grid-template-columns: 86px 1.1fr 1.4fr auto; gap: 27px; padding-block: 32px; }
.format-icon { width: 65px; height: 82px; font-size: 12px; border-radius: 7px; }
.format-title h3 { font-size: 20px; }
.format-title > span { font-size: 13px; }
.format-row > p { font-size: 14px; line-height: 1.8; }
.process { gap: 24px; }
.process-visual { height: 170px; border: 1px solid #d8e1ef; border-radius: 14px; }
.how-section .process-visual { background: #fff; }
.process-top > span { width: 34px; height: 34px; color: #fff; background: var(--blue); font-size: 13px; }
.process-rule { background: #c7d5ed; }
.process h3 { font-size: 20px; }
.process p { font-size: 14px; line-height: 1.8; }
.process-file { width: 77px; height: 100px; padding: 20px 16px; }
.mini-preview, .mini-receipt { width: 162px; padding: 17px; border-radius: 7px; }
.pricing-section { gap: 95px; }
.calculator { padding: 33px; border-radius: 18px; background: #fff; border: 1px solid #bdcdeb; box-shadow: 0 8px 0 -4px #edf2fb, 0 18px 50px -35px #244ed84a; }
.calculator-heading h3 { font-size: 21px; }
.calculator-heading > span { background: #eef3fb; padding: 5px 9px; border-radius: 5px; color: #486184; }
.page-presets { display: flex; gap: 9px; margin-top: 17px; }
.page-presets button { flex: 1; background: #f6f8fc; border: 1px solid #dbe3f0; border-radius: 6px; padding: 7px 4px; color: #5d6a7e; font-size: 12px; }
.page-presets button:hover { border-color: #244ed8; }
.page-presets button[aria-pressed=true] { background: #edf2ff; border-color: #a2b7f0; color: #244ed8; }
.price-total { padding-top: 24px; border-top: 1px solid #e2e8f2; }
.price-total output { font-size: 50px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.number-field input { width: 100px; }
.calculator-note { line-height: 1.85; }
.preview-checklist { border: 1px solid #dce5f3; padding: 22px; border-radius: 12px; background: #f7f9fd; }
.number-check { padding: 26px; border: 1px solid #d5e0f0; border-radius: 18px; background: #fff; box-shadow: 0 15px 30px -27px #35456e73; }
.check-step { background: #f6f8fc; border-radius: 9px; }
.checked-step { border-color: #c0d9c9; background: #f2f8f4; }
.check-values { font-variant-numeric: tabular-nums; }
.check-caption { font-size: 11px; }
.audience-grid { column-gap: 55px; }
.audience-art { border: 1px solid var(--doc-line); border-radius: 12px; }
.audience-item { gap: 24px; padding-block: 33px; }
.audience-copy > .audience-files { color: #627089; }
.audience-copy h3 { margin-top: 9px; }
.audience-copy > p { line-height: 1.85; }
.language-section { gap: 90px; }
.language-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.language-list > a { display: flex; flex-direction: column; gap: 10px; min-width: 0; padding: 22px; border: 1px solid #d7e0ee; border-radius: 11px; background: #fff; }
.language-list > a:hover { border-color: #8ca9e5; box-shadow: 0 3px 10px #244ed80a; }
.language-list > a > span:first-child { font-size: 26px; letter-spacing: -.04em; color: var(--ink); }
.language-list > a > span:last-child { color: var(--muted); font-size: 12px; }
.language-list > p { grid-column: 1 / -1; }
.care-facts article { padding: 24px 27px; border: 1px solid #dce4ef; border-radius: 12px; background: #fff; }
.care-facts article + article { margin-top: 14px; }
.care-layout { align-items: center; }
.faq-list details { padding: 0 19px; border: 1px solid #dde5f0; border-radius: 9px; background: #fff; margin-bottom: 10px; }
.faq-list summary { padding-block: 19px; font-size: 15px; }
.faq-list details[open] { border-color: #afc3ea; }
.faq-list details[open] summary { color: var(--blue); }
.faq-list details p { font-size: 14px; padding-bottom: 18px; }
.closing-copy { display: flex; align-items: center; gap: 26px; }
.closing h2 { max-width: 670px; }
.site-footer { padding-top: 50px; }
@media (max-width: 780px) {
  main > section.container { padding-inline: 20px; }
  main > .section, main > .document-care, main > .closing { padding-block: 64px; }
  .format-detail-list { gap: 30px; }
  .format-row { grid-template-columns: 66px 1fr; gap: 14px 23px; }
  .format-row > p, .format-link { grid-column: 2; }
  .format-icon { grid-row: span 3; align-self: start; }
  .pricing-section, .language-section { gap: 36px; }
  .calculator { max-width: none; }
  .process p { font-size: 13px; }
  .audience-item { gap: 24px; }
  .closing h2 { font-size: 28px; }
}
@media (max-width: 480px) {
  main > section.container { padding-inline: 16px; }
  main > .section, main > .document-care, main > .closing { padding-block: 50px; }
  .format-detail-list { grid-template-columns: 1fr; }
  .format-detail-list h3 { font-size: 21px; }
  .format-detail-list p { font-size: 14px; }
  .preview-checklist { margin-top: 26px; padding-top: 22px; }
  .related-formats { flex-direction: column; gap: 17px; }
  .mascot-logo { width: 37px; height: 37px; }
  .hero h1 { font-size: 30px; letter-spacing: -.045em; }
  .hero-conditions { font-size: 11px; line-height: 1.8; }
  .hero-conditions span:first-child { display: block; max-width: 300px; }
  .hero-conditions svg { display: inline-block; vertical-align: middle; margin-right: 3px; }
  .hero-guarantee { font-size: 11px; }
  .upload-form { border-radius: 13px; }
  .format-row { grid-template-columns: 53px 1fr; gap: 12px 18px; }
  .format-icon { width: 49px; height: 63px; font-size: 10px; }
  .format-title h3 { font-size: 18px; }
  .format-title > span { font-size: 11px; }
  .format-row > p { font-size: 13px; }
  .process { gap: 29px 16px; }
  .process-visual { height: 138px; }
  .process h3 { font-size: 17px; }
  .process p { font-size: 12px; }
  .mini-preview, .mini-receipt { width: 120px; padding: 11px; }
  .calculator { padding: 22px; border-radius: 13px; }
  .calculator-heading h3 { font-size: 17px; }
  .price-total output { font-size: 39px; }
  .price-total > span { max-width: 95px; }
  .number-field input { width: 85px; }
  .preview-checklist { padding: 19px; }
  .number-check { padding: 16px; border-radius: 12px; }
  .check-values { font-size: 17px; }
  .check-step { padding: 13px 12px; }
  .audience-item { gap: 0 17px; padding-block: 26px; }
  .audience-art { border-radius: 7px; }
  .language-list { gap: 12px; }
  .language-list > a { padding: 19px; }
  .language-list > a > span:first-child { font-size: 24px; }
  .care-facts article { padding: 21px; }
  .faq-list details { padding-inline: 16px; }
  .faq-list summary { font-size: 14px; }
  .faq-list details p { font-size: 13px; }
  .closing-copy { gap: 18px; align-items: flex-start; }
  .closing h2 { font-size: 26px; }
  .closing p { font-size: 13px; }
}

/* Composition pass: one comparison workspace, one process, clearer outcomes. */
main > .section, main > .document-care, main > .closing { padding-block: 76px; }
.hero h1 { letter-spacing: -.043em; }
.hero-description { color: #5d6d84; }
.upload-form { box-shadow: 0 6px 26px -12px #28477922; }
.section-heading { gap: 44px; margin-bottom: 34px; }
.section-heading h2, .pricing-copy h2, .accuracy-copy h2, .faq-intro h2 { text-wrap: balance; letter-spacing: -.04em; }
.examples-section .section-heading { justify-content: center; text-align: center; margin-bottom: 35px; }
.examples-section .section-heading p { margin-top: 17px; line-height: 1.8; }
.comparison-window { border: 1px solid #cbd7e9; border-radius: 20px; overflow: hidden; box-shadow: 0 18px 42px -30px #233e7845; }
.comparison-window .document-workspace { border: 0; border-radius: 0; box-shadow: none; }
.comparison-window .document-workspace:focus-visible { outline-offset: -4px; }
.sample-switcher { display: flex; justify-content: center; margin-bottom: 24px; }
.sample-tabs { padding: 4px; border: 1px solid #e0e6f0; background: #f5f7fc; border-radius: 10px; }
.sample-tabs button { padding: 9px 22px; border-radius: 7px; }
.sample-tabs button[aria-selected=true] { background: #244ed8; color: #fff; box-shadow: none; }
.document-spread { padding: 24px 32px 32px; gap: 26px; background: #eaf0f8; }
.document-label { margin-bottom: 15px; min-height: 27px; }
.document-label > span:first-child { font-size: 13px; }
.document-label > span:last-child { padding: 4px 9px; background: #f7faff; border: 1px solid #dbe4f1; border-radius: 6px; }
.document-label > .translation-tag { background: #f1f8f3; border-color: #d1e4d7; }
.document-page { border-radius: 3px; box-shadow: 0 4px 0 -2px #d8e1ed; }
.workspace-bottom { padding: 20px 24px; gap: 24px; }
.result-format { background: #edf2ff; padding: 7px 11px; border-radius: 6px; }
.example-conclusion { margin-top: 23px; }
.format-list { border-top-color: #d7e1ee; }
.format-row { grid-template-columns: 86px 1.05fr 1.3fr auto; gap: 28px; padding-block: 29px; }
.format-icon { box-shadow: 4px 4px 0 -1px #edf1f7; border-radius: 5px; }
.format-row > p { max-width: 400px; }
.format-link { padding: 10px 13px; border: 1px solid #dce4f0; border-radius: 8px; background: #fff; }
.format-link:hover { border-color: #809ee7; background: #f8faff; }
.process { gap: 0; background: #fff; border: 1px solid #d8e2f0; border-radius: 18px; overflow: hidden; }
.process > li { min-width: 0; padding: 25px 23px 28px; border-right: 1px solid #e2e9f3; }
.process > li:last-child { border-right: 0; }
.process-top { margin-bottom: 6px; }
.process-top > span { width: 29px; height: 29px; border-radius: 8px; font-size: 12px; }
.process-rule { display: none; }
.how-section .process-visual { margin: 9px -4px 19px; height: 150px; border: 0; border-radius: 0; background: transparent; }
.process-file { box-shadow: 4px 4px 0 #e7edf8; }
.process-upload, .process-complete { border-color: #fff; }
.mini-preview, .mini-receipt { width: 155px; padding: 16px; box-shadow: 0 5px 16px -10px #3c5a9638; }
.mini-preview i { height: 5px; margin-block: 10px; }
.mini-preview b { margin-top: 12px; }
.mini-receipt { gap: 11px; }
.receipt-button { padding-block: 7px; }
.process h3 { font-size: 19px; letter-spacing: -.03em; }
.process p { font-size: 13px; line-height: 1.8; }
.pricing-section { grid-template-columns: 1fr 1.06fr; gap: 70px; }
.calculator { border-color: #c8d6ee; box-shadow: 0 10px 30px -24px #244ed83b; }
.price-total { padding: 17px 18px; margin-top: 24px; background: #edf3ff; border: 0; border-radius: 10px; }
.price-total > span { color: #405579; }
.price-total output { font-size: 48px; font-weight: 600; }
.calculation-detail { margin: 10px 4px 24px; }
.preview-checklist { border: 0; border-top: 1px solid #dde5f1; border-radius: 0; padding: 25px 0 0; background: transparent; }
.preview-checklist ul { margin-top: 14px; }
.accuracy-layout { grid-template-columns: 1fr 1.08fr; gap: 72px; }
.number-check { box-shadow: none; padding: 23px; border-radius: 15px; }
.check-step { background: #f6f9fd; }
.checked-step { background: #edf6f0; }
.check-stage { color: #637590; }
.check-values { letter-spacing: -.025em; }
.check-connector { padding-left: 7px; }
.audience-grid { column-gap: 42px; }
.audience-item { grid-template-columns: 142px minmax(0, 1fr); gap: 23px; padding-block: 30px; }
.audience-art { height: 191px; border-radius: 14px; }
.audience-sheet { width: 109px; height: 146px; box-shadow: 4px 5px 0 -1px var(--doc-line); }
.audience-copy h3 { font-size: 22px; margin-bottom: 11px; }
.audience-copy > p { font-size: 13px; }
.audience-link { font-size: 12px; margin-top: 12px; }
.audience-boundary { margin-top: 4px; }
.language-section { gap: 75px; }
.language-list { gap: 0; border: 1px solid #d6e0ee; border-radius: 16px; overflow: hidden; background: #fff; }
.language-list > a { padding: 25px; border: 0; border-radius: 0; border-right: 1px solid #e0e7f2; border-bottom: 1px solid #e0e7f2; }
.language-list > a:nth-child(even) { border-right: 0; }
.language-list > a:hover { box-shadow: none; background: #f6f9ff; }
.language-list > a:focus-visible { outline-offset: -4px; }
.language-list > a > span:first-child { font-size: 28px; }
.language-section .language-list > p { max-width: none; width: 100%; padding: 17px 23px; margin: 0; background: #f8faff; font-size: 11px; line-height: 1.8; }
.care-layout { gap: 76px; }
.care-facts article { border-radius: 10px; border-color: #dce4ef; padding: 22px 25px; }
.care-facts h3 { font-size: 17px; }
#faq { display: block; }
#faq .faq-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; align-items: start; margin-bottom: 35px; }
#faq .faq-intro h2 { grid-row: span 2; }
#faq .faq-intro p { margin: 0; max-width: 440px; }
#faq .faq-intro a { justify-self: start; margin-top: 8px; }
#faq .faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; align-items: start; border: 0; }
#faq .faq-list details { margin: 0; padding-inline: 19px; }
#faq .faq-list summary { min-height: 77px; padding-block: 16px; font-size: 14px; }
.faq-list summary::after { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #dce4ef; border-radius: 50%; font-size: 18px; line-height: 1; }
.faq-list details[open] summary::after { color: #244ed8; border-color: #afc3ea; }
.closing-copy { gap: 25px; }
.closing h2 { font-size: 36px; line-height: 1.25; letter-spacing: -.035em; }
.closing p { font-size: 15px; }
.closing .primary-button { padding-inline: 27px; }
.footer-main nav { font-size: 13px; gap: 12px; }
.site-nav > a:not(.help-link):hover { color: #244ed8; text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
@media (max-width: 1050px) {
  .format-row { grid-template-columns: 70px 1fr 1.1fr; gap: 20px; }
  .format-row > .format-link { grid-column: 2; justify-self: start; }
  .process { grid-template-columns: 1fr 1fr; }
  .process > li { padding: 23px 26px; }
  .process > li:nth-child(2) { border-right: 0; }
  .process > li:nth-child(-n+2) { border-bottom: 1px solid #e2e9f3; }
  .pricing-section, .accuracy-layout, .language-section, .care-layout { gap: 40px; }
  .audience-item { grid-template-columns: 112px minmax(0, 1fr); gap: 18px; }
  .audience-art { height: 166px; }
  .audience-sheet { width: 89px; height: 130px; }
  .audience-copy h3 { font-size: 20px; }
}
@media (max-width: 780px) {
  main > .section, main > .document-care, main > .closing { padding-block: 60px; }
  .document-spread { padding: 21px; }
  .format-row { grid-template-columns: 66px 1fr; }
  .format-row > p { max-width: none; }
  .pricing-section, .accuracy-layout { grid-template-columns: 1fr; }
  .audience-item { grid-template-columns: 126px minmax(0, 1fr); }
  .audience-art { height: 174px; }
  .audience-sheet { width: 102px; height: 139px; }
  #faq .faq-intro { display: block; margin-bottom: 26px; }
  #faq .faq-intro p { margin-top: 19px; }
  #faq .faq-list { grid-template-columns: 1fr; gap: 10px; }
  #faq .faq-list summary { min-height: auto; }
  .closing h2 { font-size: 29px; }
}
@media (max-width: 560px) {
  .process { grid-template-columns: 1fr; }
  .process > li { padding: 22px 18px; display: grid; grid-template-columns: minmax(0, 1fr) 96px; gap: 0 14px; border-right: 0; border-bottom: 1px solid #e2e9f3; }
  .process > li:last-child { border-bottom: 0; }
  .process-top { grid-column: 1; margin-bottom: 12px; }
  .process h3, .process p { grid-column: 1; }
  .how-section .process-visual { grid-column: 2; grid-row: 1 / 4; height: 123px; margin: 0; align-self: center; }
  .process h3 { font-size: 18px; margin-bottom: 8px; }
  .process p { font-size: 12px; }
  .process-file { width: 63px; height: 86px; padding: 15px 11px; }
  .process-upload, .process-complete { bottom: 4px; }
  .mini-preview, .mini-receipt { width: 94px; padding: 9px; font-size: 8px; }
  .mini-preview b, .mini-receipt b { font-size: 9px; }
}
@media (max-width: 480px) {
  main > .section, main > .document-care, main > .closing { padding-block: 48px; }
  .examples-section .section-heading { text-align: left; justify-content: start; margin-bottom: 24px; }
  .sample-tabs { width: 100%; }
  .sample-tabs button { flex: 1; padding: 9px 12px; }
  .document-spread { padding: 16px 13px 20px; }
  .workspace-bottom { padding: 16px; gap: 11px; align-items: flex-start; }
  .result-format { font-size: 11px; }
  .comparison-window { border-radius: 13px; }
  .format-row { grid-template-columns: 53px 1fr; gap: 13px 18px; padding-block: 25px; }
  .format-link { font-size: 11px; padding: 7px 11px; }
  .price-total { padding: 16px 12px; gap: 9px; }
  .price-total output { font-size: 34px; }
  .price-total > span { font-size: 11px; max-width: 74px; }
  .number-check { padding: 16px; }
  .audience-item { grid-template-columns: 84px minmax(0, 1fr); gap: 0 17px; padding-block: 25px; }
  .audience-art { height: 120px; border-radius: 7px; }
  .audience-sheet { width: 72px; height: 104px; }
  .audience-copy h3 { font-size: 20px; margin-bottom: 0; }
  .language-list > a { padding: 21px 18px; }
  .language-list > a > span:first-child { font-size: 24px; }
  .language-section .language-list > p { padding: 15px 18px; }
  .care-facts article { padding: 20px; }
  .closing-copy { gap: 16px; }
  .closing h2 { font-size: 27px; }
  .closing p { font-size: 13px; }
}

@media (max-width: 360px) {
  .process-top { align-self: center; }
  .how-section .process-visual { grid-row: 1; height: 100px; margin-bottom: 14px; }
  .process h3, .process p { grid-column: 1 / -1; }
}

/* One native chooser; its format and size hints share the line below. */
.upload-form .file-help { display: flex; align-items: baseline; gap: 5px 14px; }
.file-help #size-limit { flex-shrink: 0; white-space: nowrap; }

/* Shared SEO landing components: the same visual language, format-specific content. */
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding-top: 25px; font-size: 12px; color: #5d6a7e; }
.breadcrumbs a { color: #244ed8; }
.format-page .hero { padding-top: 36px; }
.document-limits { margin-top: 28px; padding-top: 24px; border-top: 1px solid #dbe2ec; }
.document-limits h3 { font-size: 17px; margin: 0 0 14px; }
.document-limits dl { margin: 0; font-size: 13px; }
.document-limits dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; }
.document-limits dt { color: #5d6a7e; }
.document-limits dd { margin: 0; text-align: right; font-weight: 600; }
.document-limits > p { font-size: 12px; line-height: 1.75; color: #5d6a7e; margin-top: 14px; }
.calculation-limit { padding: 14px 16px; background: #fff7e8; border-left: 2px solid #b87b28; border-radius: 3px; font-size: 13px; line-height: 1.7; color: #704b1b; }
.format-assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.format-assurance h2 { font-size: 36px; }
.format-assurance h3 { font-size: 21px; margin: 0 0 16px; }
.format-assurance p { margin: 18px 0; color: #5d6a7e; font-size: 14px; line-height: 1.8; }
.format-assurance .format-privacy-note { border-top: 1px solid #dbe2ec; padding-top: 20px; font-size: 12px; }
.language-list > a > span:first-child { font-size: clamp(19px, 2vw, 25px); }
@media (max-width: 780px) {
  .format-assurance { grid-template-columns: 1fr; gap: 28px; }
  .format-assurance h2 { font-size: 29px; }
}
@media (max-width: 480px) {
  .language-list > a > span:first-child { font-size: 19px; }
  .document-limits dl > div { flex-wrap: wrap; gap: 4px 16px; }
}
/* Pricing unit is explicit: source PDF pages vs text-based Office units. */
.price-format-label { display: block; margin: 20px 0 8px; font-size: 14px; }
#price-format { width: 100%; padding: 12px; margin-bottom: 20px; border: 1px solid #cbd6ed; border-radius: 8px; background: #fff; color: inherit; font: inherit; }
#price-format:focus-visible { outline: 2px solid #2447e6; outline-offset: 2px; }
