.tool-guide,.info-page{max-width:960px;padding-top:36px;padding-bottom:48px;line-height:1.75}.tool-guide h2,.info-page h2{margin-top:28px}.tool-guide h3{margin-top:20px}.tool-guide li{margin:8px 0}.public-offer,.file-explanation{border:1px solid #cbd5e1;border-radius:12px;padding:20px;margin:20px 0;background:#f8fafc}.sample-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.sample-grid figure{margin:0}.sample-grid img{width:100%;height:auto;border:1px solid #cbd5e1}.sample-grid figcaption{font-weight:600}.info-page table{width:100%;border-collapse:collapse}.info-page th,.info-page td{text-align:left;padding:12px;border-bottom:1px solid #cbd5e1}.tool-intro-copy{max-width:850px;margin-top:12px}.guide-group{margin:24px 0}.guide-group a{display:inline-block;margin:8px 16px 8px 0}@media(max-width:600px){.sample-grid{grid-template-columns:1fr}.info-page th,.info-page td{padding:8px}.tool-guide,.info-page{padding-top:20px}}

/* Public tools: one accent, a clear upload action, and compact supporting details. */
:root { --coral: #4f36c9; --coral-dark: #39249c; }
:focus-visible { outline: 3px solid #4f36c9; outline-offset: 4px; }
.editor-introduction { text-align: center; padding: 38px 0 24px; }
.editor-introduction h1, .editor-introduction .tool-intro-copy { margin-inline: auto; }
.tool-intro-copy { max-width: 650px; color: var(--muted); line-height: 1.6; }
.upload-hero { max-width: 880px; border: 1px solid #d8cff6; border-radius: 24px; background: linear-gradient(130deg,#ede9fe,#f8faff); padding: 28px; }
.upload-hero .tool-upload-panel { width: 100%; border: 0; padding: 0; background: transparent; box-shadow: none; }
.upload-hero .dropzone { min-height: 250px; padding: 24px; gap: 12px; border: 2px dashed #9584d2; border-radius: 18px; background: #fff; text-align: center; }
.upload-hero .dropzone:hover, .upload-hero .dropzone.is-dragging { border-color: #4f36c9; background: #f5f2ff; transform: none; }
.upload-hero .dropzone:focus-within { outline: 3px solid #4f36c9; outline-offset: 4px; }
.upload-hero .dropzone .hero-upload-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0; border-radius: 16px; background: #ede9fe; color: #4f36c9; font-size: 30px; }
.upload-hero .dropzone .select-files { border: 0; cursor: pointer; padding: 14px 24px; border-radius: 10px; background: #4f36c9; color: white; font: 700 18px/1.4 Inter,ui-sans-serif,sans-serif; }
.upload-hero .dropzone small { color: #526071; text-transform: none; letter-spacing: 0; margin: 0; }
.upload-reassurance { margin: 16px 0; text-align: center; font-weight: 650; color: #39249c; }
.upload-hero .selected-files:empty { display: none; }
.upload-hero .selected-file { background: #fff; min-width: 0; }
.upload-hero .selected-file strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-hero .button-submit { width: 100%; margin: 12px 0; min-height: 48px; }
.upload-hero .button-submit:disabled { opacity: .65; }
.upload-progress progress { width: 100%; accent-color: #4f36c9; }
.upload-progress p { text-align: center; }
.tool-details { border-top: 1px solid #d8e0ea; padding: 14px 0; margin: 12px 0; line-height: 1.65; }
.tool-details summary { cursor: pointer; font-weight: 650; color: #39249c; }
.tool-details p { margin: 12px 0 0; }
.tool-guide { max-width: 1000px; }
.tool-guide h2 { font-size: 25px; letter-spacing: -.025em; }
.tool-guide > ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding: 0; list-style: none; counter-reset: steps; }
.tool-guide > ol li { padding: 20px; border: 1px solid #d8e0ea; border-radius: 16px; background: #fff; counter-increment: steps; }
.tool-guide > ol li::before { content: counter(steps); display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 12px; border-radius: 50%; background: #ede9fe; color: #39249c; font-weight: 750; }
.sample-grid figure { padding: 14px; background: #fff; border: 1px solid #d8e0ea; border-radius: 16px; }
.sample-grid img { border: 0; border-radius: 8px; }
.related-tools { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; padding: 0; list-style: none; }
.tool-guide .related-tools li { margin: 0; }
.related-tools a { display: flex; align-items: center; gap: 14px; height: 100%; padding: 18px; border: 1px solid #d8e0ea; border-radius: 14px; background: #fff; text-decoration: none; font-weight: 650; }
.related-tools a:hover { border-color: #4f36c9; }
.related-tools a > .icon { margin-left: auto; flex-shrink: 0; }
.related-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: #ede9fe; color: #4f36c9; flex-shrink: 0; }
.related-tools li:nth-child(2) .related-icon { background: #dcfce7; color: #166534; }
.related-tools li:nth-child(3) .related-icon { background: #dbeafe; color: #1e40af; }
.related-tools li:nth-child(4) .related-icon { background: #fce7f3; color: #9d174d; }
.pricing-page { max-width: 1140px; }
.pricing-heading { text-align: center; margin-bottom: 36px; }
.pricing-heading h1 { font-size: clamp(32px,4vw,48px); letter-spacing: -.04em; }
.pricing-heading p { color: #526071; }
.pricing-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 28px; border: 1px solid #cbd5e1; border-radius: 20px; background: white; }
.price-card.best-value { border: 2px solid #4f36c9; background: #faf8ff; box-shadow: 0 12px 32px #4f36c91a; }
.price-card h2 { margin: 8px 0 12px; font-size: 23px; }
.plan-badge { display: inline-block; padding: 4px 10px; border-radius: 99px; background: #4f36c9; color: white; font-size: 13px; font-weight: 700; }
.plan-eyebrow { font-size: 13px; font-weight: 650; color: #526071; }
.plan-price { margin: 18px 0 8px; font-size: 40px; font-weight: 750; line-height: 1.2; letter-spacing: -.04em; }
.plan-price span { font-size: 16px; font-weight: 500; letter-spacing: 0; }
.plan-savings { color: #39249c; font-weight: 650; }
.plan-features { list-style: none; padding: 0; margin: 24px 0 0; }
.plan-features li { display: flex; gap: 10px; align-items: baseline; margin: 12px 0; }
.plan-features .icon { color: #166534; flex-shrink: 0; }
.checkout-notice { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 22px 0; }
.checkout-notice p { flex: 1 1 320px; margin: 0; }
.free-tools-note { padding: 24px; border: 1px solid #d8e0ea; border-radius: 16px; background: white; }
.free-tools-note h2 { margin-top: 0; }
.consent-banner { left: 12px; right: 12px; bottom: 12px; padding: 12px 16px; gap: 16px; border-radius: 12px; max-width: 1240px; }
.consent-banner strong { font-size: 14px; }
.consent-banner p { font-size: 13px; line-height: 1.45; max-width: 620px; }
.consent-banner .consent-actions { flex-shrink: 0; flex-wrap: nowrap; }
.consent-banner .button { background: white; border: 1px solid #cbd5e1; color: #263047; min-height: 44px; padding: 8px 12px; font-size: 13px; white-space: nowrap; }
.consent-banner .button:hover { background: #f1edff; border-color: #4f36c9; }
body { padding-bottom: var(--consent-space,0px); }
.mobile-editor-actions { bottom: var(--consent-space,0px); }
@media(max-width:820px) {
  .consent-banner { flex-direction: column; gap: 10px; }
  .consent-banner .consent-actions { width: 100%; gap: 6px; }
  .consent-banner .button { flex: 1; padding-inline: 6px; }
  .pricing-cards { grid-template-columns: 1fr; }
}
@media(max-width:600px) {
  .editor-introduction { padding: 26px 0 18px; }
  .editor-introduction h1 { font-size: 29px; }
  .upload-hero { width: calc(100% - 28px); padding: 16px; border-radius: 18px; }
  .upload-hero .dropzone { min-height: 225px; padding: 18px 10px; }
  .tool-guide > ol, .related-tools { grid-template-columns: 1fr; }
  .tool-guide > ol { gap: 4px; }
  .price-card { padding: 24px; }
  .consent-banner { left: 8px; right: 8px; bottom: 8px; padding: 10px 12px; }
}
