@import url('/assets/fonts.css');
:root {
  --ink:#172e2b;
  --muted:#61716e;
  --green:#1b6654;
  --green-dark:#144e40;
  --mint:#e6f2ed;
  --paper:#f8faf8;
  --line:#dce5df;
  --white:#fff;
  --radius:18px;
  --shadow:0 20px 60px -24px #153c3430;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  font-synthesis:none;
  font-size:16px;
  line-height:1.6
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  background:var(--paper)
}
button,input,select,textarea {
  font:inherit
}
button,a,input,select,textarea {
  touch-action:manipulation
}
a {
  color:var(--green);
  text-decoration:none
}
a:hover {
  text-decoration:underline
}
button {
  cursor:pointer
}
button:disabled {
  cursor:not-allowed;
  opacity:.45
}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #75a991;
  outline-offset:4px
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  letter-spacing:-.035em;
  line-height:1.15
}
p {
  color:var(--muted)
}
h1 {
  font-size:clamp(40px,4.1vw,62px);
  font-weight:650
}
h2 {
  font-size:clamp(28px,3vw,40px);
  font-weight:620
}
h3 {
  font-size:19px;
  font-weight:650
}
svg {
  flex-shrink:0
}
.icon {
  width:21px;
  height:21px;
  vertical-align:middle
}
.container {
  width:min(1180px,calc(100% - 64px));
  margin-inline:auto
}
.site-header {
  height:84px;
  border-bottom:1px solid var(--line);
  background:#fff
}
.header-inner {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:23px;
  font-weight:700;
  letter-spacing:-1px;
  color:var(--ink);
  white-space:nowrap
}
.brand:hover {
  text-decoration:none
}
.brand-mark {
  width:31px;
  height:31px;
  background:var(--green);
  color:white;
  border-radius:8px;
  display:grid;
  place-items:center;
  margin-right:2px
}
.brand-light {
  font-weight:400;
  color:var(--muted)
}
.brand-dot {
  color:var(--green)
}
nav {
  display:flex;
  gap:30px;
  font-size:13px;
  font-weight:550
}
nav a {
  color:var(--muted)
}
nav a[aria-current=page] {
  color:var(--green)
}
.support-link {
  display:flex;
  gap:10px;
  align-items:center;
  font-size:13px;
  font-weight:600
}
.support-link .icon {
  width:16px
}
.hero {
  display:grid;
  grid-template-columns:.83fr 1.27fr;
  gap:60px;
  padding-block:70px 64px;
  align-items:start
}
.hero-copy {
  padding-top:24px
}
.eyebrow {
  font-size:10px;
  letter-spacing:.15em;
  font-weight:700;
  color:var(--green);
  display:block;
  margin-bottom:20px
}
.tiny-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--green);
  margin-right:8px;
  vertical-align:1px
}
h1 span {
  color:var(--green)
}
.hero-lede {
  font-size:16px;
  line-height:1.8;
  max-width:370px;
  margin-bottom:26px
}
.hero-checks {
  display:grid;
  gap:10px;
  font-size:12px;
  font-weight:550
}
.hero-checks span {
  display:flex;
  gap:9px;
  align-items:center
}
.hero-checks .icon {
  color:var(--green);
  width:16px;
  height:16px
}
.hero-note {
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:36px
}
.hero-note p {
  font-size:13px;
  line-height:1.5;
  margin:0;
  font-style:italic;
  color:#778882
}
.note-line {
  height:34px;
  width:2px;
  background:#c1d4c7
}
.supported {
  font-size:8px;
  letter-spacing:.12em;
  color:#74827c;
  font-weight:600;
  margin-top:33px
}
.converter-card {
  background:white;
  border:1px solid #cddbd2;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  min-width:0;
  overflow:hidden;
  scroll-margin-top:24px
}
.tool-tabs {
  display:flex;
  align-items:stretch;
  gap:4px;
  padding:0 23px;
  background:#fbfcfb;
  border-bottom:1px solid var(--line);
  height:61px
}
.tool-tabs a {
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--muted);
  font-size:12px;
  font-weight:600;
  padding:0 12px;
  border-bottom:2px solid transparent;
  white-space:nowrap
}
.tool-tabs a[aria-current=page] {
  color:var(--green);
  border-color:var(--green)
}
.tool-tabs a:hover {
  text-decoration:none;
  background:var(--mint)
}
.tool-tabs .icon {
  width:16px;
  height:16px
}
.local-label {
  margin-left:auto;
  display:flex;
  gap:4px;
  align-items:center;
  color:var(--green);
  font-size:10px
}
.local-label .icon {
  width:12px
}
.tool-body {
  padding:26px
}
.tool-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:23px
}
.step-label {
  font-size:9px;
  letter-spacing:.12em;
  color:var(--muted);
  font-weight:650
}
.free-label {
  color:var(--green);
  font-size:10px;
  background:var(--mint);
  border-radius:4px;
  padding:3px 8px
}
.dropzone {
  border:1.5px dashed #bdcec2;
  border-radius:12px;
  background:#f6f9f6;
  text-align:center;
  padding:31px 14px 23px;
  transition:background .15s,border-color .15s
}
.dropzone.drag-over {
  background:#e6f2e8;
  border-color:var(--green)
}
.dropzone h2 {
  font-size:20px;
  letter-spacing:-.025em;
  margin-bottom:8px
}
.dropzone p {
  font-size:12px;
  margin-bottom:20px
}
.file-stack {
  height:91px;
  position:relative;
  width:105px;
  margin:0 auto 12px
}
.file-front {
  height:77px;
  width:61px;
  background:#fff;
  border:1px solid #bccfc3;
  border-radius:8px;
  position:absolute;
  top:3px;
  left:15px;
  transform:rotate(-5deg);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:6px;
  box-shadow:0 6px 9px #183e2910;
  color:var(--green)
}
.file-front .icon {
  width:25px;
  height:25px
}
.file-front span {
  font-size:10px;
  font-weight:650
}
.file-back {
  position:absolute;
  left:26px;
  top:1px;
  height:76px;
  width:59px;
  border:1px solid #c8d9cd;
  border-radius:8px;
  background:#e8f0e9;
  transform:rotate(9deg)
}
.file-arrow {
  position:absolute;
  left:70px;
  top:51px;
  border-radius:50%;
  background:var(--green);
  color:white;
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border:3px solid #f6f9f6
}
.file-arrow .icon {
  width:16px
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  min-height:45px;
  padding:11px 21px;
  border-radius:7px;
  border:1px solid transparent;
  font-size:12px;
  font-weight:650;
  text-align:center;
  line-height:1.5;
  transition:background .15s,box-shadow .15s
}
.button:hover {
  text-decoration:none
}
.primary {
  background:var(--green);
  color:white;
  box-shadow:0 3px 3px #18442b15
}
.primary:hover:not(:disabled) {
  background:var(--green-dark)
}
.secondary {
  border-color:#cbd8ce;
  background:#fff;
  color:var(--ink)
}
.secondary:hover {
  background:var(--mint)
}
.small {
  min-height:37px;
  font-size:11px;
  padding:8px 12px
}
.button .icon {
  width:17px;
  height:17px
}
.file-limits {
  font-size:9px;
  color:var(--muted);
  display:block;
  margin-top:13px
}
.sample-row {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  margin:17px 0 0;
  font-size:11px;
  color:var(--muted)
}
.text-button {
  color:var(--green);
  border:0;
  background:transparent;
  padding:4px;
  font-size:11px;
  font-weight:650;
  display:inline-flex;
  align-items:center;
  gap:5px
}
.text-button:hover {
  text-decoration:underline
}
.text-button .icon {
  width:14px
}
.paste-details {
  font-size:11px;
  color:var(--muted);
  margin-top:19px;
  padding-top:15px;
  border-top:1px solid #edf1ed
}
.paste-details summary {
  cursor:pointer
}
.paste-details textarea {
  margin:12px 0;
  resize:vertical;
  min-height:100px
}
.tool-footer {
  padding:16px 22px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:7px;
  background:#f7faf7;
  border-top:1px solid var(--line);
  font-size:9px;
  color:var(--muted);
  line-height:1.5
}
.tool-footer .icon {
  width:12px;
  height:12px;
  color:var(--green)
}
.trust-strip {
  background:#fff;
  border-block:1px solid var(--line);
  padding:26px 0
}
.trust-strip>.container {
  display:flex;
  justify-content:space-between;
  gap:20px
}
.trust-strip .container>div {
  display:flex;
  align-items:center;
  gap:14px
}
.trust-strip .icon {
  color:var(--green);
  width:25px;
  height:25px
}
.trust-strip span {
  color:var(--muted);
  font-size:10px;
  line-height:1.8
}
.trust-strip strong {
  display:block;
  font-weight:600;
  color:var(--ink);
  font-size:12px
}
.section {
  padding-block:76px
}
.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:42px
}
.section-heading h2 {
  margin:0
}
.section-heading p {
  font-size:12px;
  line-height:1.8;
  margin:0
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:44px
}
.step-number {
  font-size:11px;
  color:var(--green);
  display:inline-block;
  padding-bottom:12px;
  margin-bottom:22px;
  border-bottom:2px solid #a9c6b4;
  min-width:25px;
  font-weight:650
}
.steps h3 {
  font-size:20px
}
.steps p {
  font-size:13px;
  margin:0
}
.feature-section {
  padding-block:74px;
  background:#edf3ed;
  border-block:1px solid #dfe8df
}
.feature-layout {
  display:grid;
  grid-template-columns:.9fr 1.2fr;
  gap:88px
}
.feature-layout>div>p {
  font-size:14px;
  max-width:325px
}
.feature-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:35px
}
.feature-grid .icon {
  margin-bottom:17px;
  color:var(--green);
  width:24px;
  height:24px
}
.feature-grid h3 {
  font-size:16px;
  margin-bottom:10px
}
.feature-grid p {
  font-size:12px;
  margin:0
}
.inline-link {
  font-size:12px;
  font-weight:650;
  display:inline-flex;
  align-items:center;
  gap:7px
}
.inline-link .icon {
  width:16px
}
.compat-card {
  border:1px solid var(--line);
  background:#fff;
  border-radius:16px;
  padding:37px;
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:54px
}
.compat-card>div>p {
  font-size:13px;
  max-width:350px
}
.compat-card h2 {
  font-size:30px
}
.compat-options {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}
.compat-options article {
  border-left:1px solid var(--line);
  padding-left:22px
}
.compat-options h3 {
  font-size:17px;
  margin-block:15px 12px
}
.compat-options p {
  font-size:12px
}
.compat-options a {
  font-size:11px;
  font-weight:600
}
.compat-options a .icon {
  width:12px
}
.tag {
  font-size:8px;
  letter-spacing:.1em;
  font-weight:700;
  padding:4px 8px;
  border-radius:4px;
  background:var(--mint);
  color:var(--green)
}
.tag.neutral {
  background:#f1f1ec;
  color:#68756e
}
.faq-section {
  padding-top:0;
  display:grid;
  grid-template-columns:.6fr 1fr;
  gap:80px
}
.faq-section>div>p {
  font-size:13px
}
.faq-list {
  min-width:0
}
.faq-list details {
  border-bottom:1px solid var(--line);
  padding:19px 0
}
.faq-list details:first-child {
  border-top:1px solid var(--line)
}
.faq-list summary {
  font-weight:600;
  font-size:13px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  cursor:pointer;
  list-style:none
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary span {
  font-size:20px;
  font-weight:400;
  color:var(--green)
}
.faq-list details[open] summary span {
  transform:rotate(45deg)
}
.faq-list p {
  font-size:12px;
  line-height:1.8;
  margin:14px 20px 0 0
}
.related-banner {
  background:#e6efe5;
  padding:30px 36px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:74px
}
.related-banner .eyebrow {
  margin-bottom:9px
}
.related-banner h2 {
  font-size:24px;
  margin:0
}
.site-footer {
  background:white;
  border-top:1px solid var(--line);
  padding:49px 0 20px
}
.footer-top {
  display:grid;
  grid-template-columns:1.8fr 1fr 1.25fr 1fr;
  gap:25px;
  padding-bottom:40px
}
.footer-top .brand {
  font-size:20px;
  gap:4px
}
.footer-top .brand-mark {
  margin-right:6px;
  width:27px;
  height:27px
}
.footer-top p {
  font-size:12px;
  margin-top:15px
}
.footer-top>div>a:not(.brand) {
  display:block;
  font-size:11px;
  margin-top:10px;
  color:var(--muted)
}
.footer-label {
  font-size:9px;
  font-weight:700;
  letter-spacing:.1em
}
.footer-bottom {
  border-top:1px solid var(--line);
  padding-top:21px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:9px
}
.file-bar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px;
  background:#f5f8f5;
  border:1px solid var(--line);
  border-radius:8px;
  margin-bottom:20px;
  font-size:11px
}
.file-bar>span {
  display:flex;
  gap:8px;
  align-items:center;
  min-width:0
}
.file-bar strong {
  overflow-wrap:anywhere
}
.file-bar .icon {
  width:16px;
  color:var(--green)
}
fieldset {
  padding:20px 0;
  border:0;
  border-top:1px solid var(--line);
  margin:20px 0 0;
  min-width:0
}
legend {
  font-size:13px;
  font-weight:650;
  padding-right:8px
}
label.field {
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:11px;
  color:var(--ink);
  font-weight:550;
  min-width:0
}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  margin-bottom:15px
}
input:not([type=checkbox]),select,textarea {
  display:block;
  width:100%;
  border:1px solid #c5d3c8;
  border-radius:6px;
  background:#fff;
  padding:9px 10px;
  color:var(--ink);
  font-size:12px;
  min-width:0;
  min-height:40px
}
input::placeholder,textarea::placeholder {
  color:#74837a
}
select {
  padding-right:20px;
  text-overflow:ellipsis
}
.check-field {
  font-size:11px;
  display:flex;
  align-items:start;
  gap:7px;
  line-height:1.7;
  color:var(--muted);
  font-weight:400
}
.check-field input {
  accent-color:var(--green);
  margin-top:4px;
  flex-shrink:0
}
.hint {
  font-size:10px;
  line-height:1.8;
  margin:9px 0 14px
}
.section-title {
  font-size:20px;
  margin-top:28px
}
.summary-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px
}
.summary-grid>div {
  background:#f3f7f3;
  padding:13px 10px;
  border:1px solid #e3eae2;
  border-radius:7px
}
.summary-grid span {
  display:block;
  color:var(--muted);
  font-size:9px;
  margin-bottom:3px
}
.summary-grid strong {
  font-size:17px;
  font-weight:650;
  letter-spacing:-.025em;
  overflow-wrap:anywhere
}
.table-wrap {
  max-width:100%;
  overflow:auto;
  border:1px solid var(--line);
  border-radius:8px
}
table {
  width:100%;
  border-collapse:collapse;
  white-space:nowrap;
  font-size:11px;
  text-align:left
}
th {
  background:#f3f6f3;
  font-size:10px;
  font-weight:600;
  color:var(--muted)
}
td,th {
  padding:10px 11px;
  border-bottom:1px solid #edf0ec
}
tr:last-child td {
  border-bottom:0
}
td.description {
  white-space:normal;
  min-width:150px;
  max-width:250px;
  overflow-wrap:anywhere
}
.number {
  text-align:right;
  font-variant-numeric:tabular-nums
}
.positive {
  color:var(--green)
}
.table-controls {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:6px;
  font-size:9px;
  color:var(--muted)
}
.table-controls>div {
  display:flex;
  gap:9px
}
.notice {
  background:#f7f5e9;
  color:#746236;
  border:1px solid #e9e0c6;
  border-radius:7px;
  padding:12px 14px;
  font-size:11px;
  line-height:1.7;
  margin:12px 0;
  overflow-wrap:anywhere
}
.notice.error {
  background:#fff1ed;
  border-color:#ebcbbf;
  color:#963f27
}
.notice p:last-child {
  margin:0
}
#status {
  font-size:11px;
  color:var(--green)
}
#status:not(:empty) {
  margin-bottom:12px
}
#bank-details {
  border:1px solid var(--line);
  border-radius:8px;
  padding:12px 14px;
  font-size:11px;
  margin-top:18px
}
#bank-details summary {
  cursor:pointer;
  font-weight:600
}
#bank-details .form-grid {
  margin-top:16px
}
#bank-completeness {
  color:var(--muted);
  font-weight:400
}
.export-area {
  border-top:1px solid var(--line);
  padding-top:20px;
  margin-top:6px
}
.export-area>.button {
  width:100%;
  margin-top:16px
}
.success-panel {
  background:var(--mint);
  border:1px solid #b9d3c5;
  border-radius:10px;
  padding:24px;
  margin-top:20px;
  text-align:center
}
.success-panel>.icon {
  width:30px;
  height:30px;
  background:var(--green);
  color:white;
  padding:6px;
  border-radius:50%;
  margin-bottom:12px
}
.success-panel h3 {
  font-size:21px
}
.success-panel p {
  font-size:12px
}
.success-panel .text-button {
  display:block;
  margin:12px auto 0
}
.article {
  max-width:900px;
  padding-block:35px 75px
}
.breadcrumbs {
  font-size:11px;
  gap:12px;
  margin-bottom:45px;
  color:var(--muted);
  text-transform:capitalize
}
.article h1 {
  max-width:740px;
  font-size:clamp(36px,4vw,54px);
  margin-bottom:30px
}
.prose {
  max-width:720px
}
.prose p,.prose li {
  font-size:15px;
  line-height:1.85;
  color:var(--muted)
}
.prose h2 {
  font-size:25px;
  margin:35px 0 14px
}
.prose h3 {
  font-size:20px
}
.prose a:not(.button) {
  text-decoration:underline;
  text-underline-offset:3px
}
.prose .article-lede {
  font-size:19px;
  line-height:1.7;
  color:var(--ink)
}
.prose li {
  padding-left:4px;
  margin-bottom:7px
}
.prose code {
  background:var(--mint);
  padding:2px 4px;
  border-radius:3px;
  font-size:13px;
  color:var(--ink)
}
.article-cta {
  border-top:1px solid var(--line);
  padding-top:32px;
  margin-top:40px
}
.article-cta h2 {
  font-size:25px
}
.article-cta a {
  margin:4px 8px 4px 0
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.skip-link {
  position:fixed;
  left:16px;
  top:-100px;
  background:var(--ink);
  color:white;
  padding:10px 20px;
  z-index:10
}
.skip-link:focus {
  top:12px
}
[hidden] {
  display:none!important
}
@media(min-width:1500px) {
  .hero {
    padding-top:85px
  }
}
@media(max-width:1000px) {
  .container {
    width:calc(100% - 40px)
  }
  .hero {
    gap:28px;
    grid-template-columns:.8fr 1.2fr
  }
  .hero h1 {
    font-size:44px
  }
  .hero-lede {
    font-size:14px
  }
  .tool-body {
    padding:20px
  }
  .tool-tabs {
    padding:0 12px
  }
  .feature-layout {
    gap:45px
  }
  .compat-card {
    gap:28px;
    padding:28px;
    grid-template-columns:1fr
  }
  .faq-section {
    gap:40px
  }
  .summary-grid strong {
    font-size:14px
  }
  .desktop-nav {
    display:none
  }
}
@media(max-width:760px) {
  .site-header {
    height:auto;
    min-height:72px
  }
  .header-inner {
    flex-wrap:wrap;
    gap:10px;
    padding-block:16px
  }
  .brand {
    font-size:21px
  }
  .header-inner nav {
    order:3;
    width:100%;
    justify-content:center;
    gap:30px;
    border-top:1px solid var(--line);
    padding-top:13px;
    margin-top:4px
  }
  .header-inner nav a {
    font-size:12px
  }
  .support-link {
    font-size:11px
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:35px;
    gap:30px
  }
  .hero-copy {
    padding-top:0;
    text-align:center
  }
  .hero-copy .eyebrow {
    margin-bottom:12px
  }
  .hero h1 {
    font-size:46px;
    line-height:1.08;
    margin-bottom:16px
  }
  .hero h1 br {
    display:none
  }
  .hero h1 span {
    display:block
  }
  .hero-lede {
    max-width:470px;
    margin:0 auto 20px;
    font-size:14px
  }
  .hero-checks {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px 13px;
    font-size:10px
  }
  .hero-checks .icon {
    width:13px;
    height:13px
  }
  .hero-note,.supported {
    display:none
  }
  .converter-card {
    width:min(600px,100%);
    margin:auto
  }
  .trust-strip .container {
    flex-wrap:wrap;
    justify-content:center;
    gap:22px 30px
  }
  .trust-strip .container>div {
    min-width:190px
  }
  .section {
    padding-block:48px
  }
  .section-heading {
    display:block;
    margin-bottom:25px
  }
  .section-heading p {
    margin-top:14px
  }
  .steps {
    grid-template-columns:1fr;
    gap:25px
  }
  .steps article {
    padding-left:47px;
    position:relative
  }
  .step-number {
    position:absolute;
    left:0;
    top:3px
  }
  .steps h3 {
    font-size:19px;
    margin-bottom:10px
  }
  .steps p {
    max-width:450px
  }
  .feature-section {
    padding-block:45px
  }
  .feature-layout {
    grid-template-columns:1fr;
    gap:25px
  }
  .feature-layout>div>p {
    max-width:450px
  }
  .feature-grid {
    gap:27px
  }
  .compat-card {
    padding:24px
  }
  .compat-card h2 {
    font-size:28px
  }
  .compat-options {
    gap:20px
  }
  .compat-options article {
    padding-left:14px
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:8px;
    padding-top:5px
  }
  .faq-section h2 br {
    display:none
  }
  .related-banner {
    flex-direction:column;
    align-items:start;
    padding:25px;
    margin-bottom:48px
  }
  .related-banner h2 {
    font-size:23px
  }
  .footer-top {
    grid-template-columns:1fr 1fr;
    gap:28px
  }
  .footer-bottom {
    flex-direction:column;
    gap:6px
  }
  .article {
    padding-bottom:50px
  }
  .article h1 {
    font-size:38px
  }
  .prose p,.prose li {
    font-size:14px
  }
  .article .breadcrumbs {
    margin-bottom:30px
  }
}
@media(max-width:400px) {
  .container {
    width:calc(100% - 28px)
  }
  .tool-tabs {
    padding:0 8px
  }
  .tool-tabs a {
    padding:0 8px;
    font-size:11px
  }
  .tool-body {
    padding:16px
  }
  .tool-footer {
    padding:13px 14px;
    font-size:8px
  }
  .hero h1 {
    font-size:40px
  }
  .form-grid {
    grid-template-columns:1fr
  }
  .feature-grid {
    grid-template-columns:1fr
  }
  .compat-options {
    grid-template-columns:1fr
  }
  .summary-grid {
    gap:5px
  }
  .summary-grid>div {
    padding:10px 7px
  }
  .summary-grid strong {
    font-size:13px
  }
  .free-label {
    font-size:8px
  }
  .step-label {
    font-size:8px
  }
  .table-controls .text-button {
    font-size:10px
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    transition:none!important
  }
}
