.converter-page {
  --section-y: 56px;
  background:
    radial-gradient(circle at 77% 18%, rgba(103, 85, 245, 0.16), transparent 30rem),
    radial-gradient(circle at 11% 4%, rgba(243, 240, 255, 0.95), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #fafbff 44%, #f7f4ff 100%);
}

.converter-shell {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: 0 20px 22px;
  overflow-x: clip;
}

.converter-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(650px, 1fr);
  gap: 80px;
  align-items: center;
  padding: 48px 0 60px;
}

.converter-hero::before {
  content: "";
  position: absolute;
  inset: 14% -4% auto auto;
  width: 720px;
  height: 560px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(103, 85, 245, 0.14), transparent 68%);
  filter: blur(18px);
  z-index: 0;
}

.converter-hero > * {
  position: relative;
  min-width: 0;
  z-index: 1;
}

@keyframes converterFadeUp {
  from {
    opacity: 0;
    transform: translateY(var(--converter-motion-y, 10px));
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes converterPreviewIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes converterCircleIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes converterCheckIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes converterSparkleIn {
  from {
    opacity: 0;
    transform: scale(0.6) rotate(-8deg);
  }

  to {
    opacity: 0.85;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes converterSparkleBreathe {
  0%,
  100% {
    opacity: 0.85;
    transform: scale(1) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1.08) rotate(0deg);
  }
}

@keyframes converterRowBackgroundIn {
  from {
    background-color: #ffffff;
  }

  to {
    background-color: #f8f6ff;
  }
}

@keyframes converterRowBarIn {
  from {
    transform: translateY(-50%) scaleY(0);
  }

  to {
    transform: translateY(-50%) scaleY(1);
  }
}

@keyframes converterFadeInOnly {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.converter-kicker,
.converter-hero h1,
.converter-hero-subtitle,
.converter-cta-row,
.converter-trust-row,
.converter-hero-compatibility {
  opacity: 0;
  animation: converterFadeUp 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.converter-kicker {
  --converter-motion-y: 8px;
  animation-delay: 40ms;
}

.converter-hero h1 {
  --converter-motion-y: 12px;
  animation-delay: 130ms;
}

.converter-hero-subtitle {
  --converter-motion-y: 10px;
  animation-delay: 220ms;
}

.converter-hero-subtitle + .converter-hero-subtitle {
  animation-delay: 290ms;
}

.converter-cta-row {
  --converter-motion-y: 8px;
  animation-delay: 370ms;
}

.converter-trust-row {
  --converter-motion-y: 8px;
  animation-delay: 470ms;
}

.converter-hero-compatibility {
  --converter-motion-y: 8px;
  animation-delay: 550ms;
}

.converter-hero-copy {
  width: 100%;
  max-width: 700px;
}

.converter-kicker,
.converter-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin: 0;
  padding: 0 16px;
  color: #4f46e5;
  background: #f3f0ff;
  border: 1px solid rgba(103, 85, 245, 0.12);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.converter-hero h1 {
  margin: 24px 0 0;
  color: #111827;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.converter-hero-subtitle {
  margin: 24px 0 0;
  max-width: 590px;
  color: #4b5563;
  font-size: 1.08rem;
  font-weight: 450;
  line-height: 1.45;
}

.converter-hero-subtitle + .converter-hero-subtitle {
  margin-top: 0;
}

.converter-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.converter-primary-cta,
.converter-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, color 200ms ease, background 200ms ease;
}

.converter-primary-cta i,
.converter-secondary-cta i {
  transition: transform 200ms ease;
}

.converter-primary-cta {
  color: #ffffff;
  background: linear-gradient(135deg, #6755f5 0%, #4428df 100%);
  box-shadow: 0 18px 34px rgba(103, 85, 245, 0.26);
}

.converter-primary-cta i,
.converter-secondary-cta i {
  font-size: 0.88rem;
}

.converter-secondary-cta {
  color: #101426;
  background: #ffffff;
  border: 1px solid #d9ddef;
  box-shadow: 0 14px 26px rgba(16, 20, 38, 0.05);
}

.converter-primary-cta:hover,
.converter-secondary-cta:hover {
  transform: translateY(-1px);
}

.converter-primary-cta:hover {
  box-shadow: 0 22px 42px rgba(103, 85, 245, 0.31);
}

.converter-secondary-cta:hover {
  border-color: #6755f5;
  color: #6755f5;
}

.converter-primary-cta:hover i,
.converter-secondary-cta:hover i {
  transform: translateX(3px);
}

.converter-primary-cta:active,
.converter-secondary-cta:active {
  transform: translateY(0);
}

.converter-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.converter-trust-item {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 2px 8px;
}

.converter-trust-item + .converter-trust-item::before {
  content: "";
  position: absolute;
  inset: 4px auto 4px 0;
  width: 1px;
  background: #e3e5ee;
}

.converter-trust-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #6755f5;
  background: #f3f0ff;
  border: 1px solid #e5e0ff;
  border-radius: 999px;
}

.converter-trust-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.converter-trust-copy,
.converter-trust-copy strong,
.converter-trust-copy > span {
  display: block;
  min-width: 0;
}

.converter-trust-copy strong {
  color: #283047;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
}

.converter-trust-copy > span {
  margin-top: 3px;
  color: #687188;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.3;
}

.converter-hero-compatibility {
  margin-top: 20px;
}

.converter-product-preview {
  width: min(100%, 790px);
  max-width: 100%;
  justify-self: end;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e6e8f2;
  border-radius: 28px;
  box-shadow:
    0 44px 90px rgba(16, 20, 38, 0.14),
    0 0 80px rgba(103, 85, 245, 0.16);
  opacity: 0;
  animation: converterPreviewIn 700ms cubic-bezier(0.22, 1, 0.36, 1) 150ms both;
}

.converter-product-video {
  width: min(110%, 869px);
  max-width: none;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  background: #f7f4ff;
}

.converter-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
  transform: translateZ(0);
  will-change: transform;
}

.converter-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.converter-preview-title {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.converter-preview-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  color: #6755f5;
  background: #f7f4ff;
  border: 1px solid #ded8ff;
  border-radius: 12px;
  font-size: 1.8rem;
}

.converter-preview-icon .fa-magnifying-glass {
  position: absolute;
  right: 13px;
  bottom: 12px;
  padding: 3px;
  background: #f7f4ff;
  font-size: 0.82rem;
}

.converter-preview-title h2 {
  margin: 0;
  color: #101426;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.2;
}

.converter-preview-title p {
  margin: 6px 0 0;
  color: #5f677c;
  font-size: 1rem;
  font-weight: 750;
}

.converter-preview-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.converter-preview-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 16px;
  color: #48536f;
  background: #ffffff;
  border: 1px solid #e1e4f0;
  border-radius: 8px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.converter-preview-controls button:last-child {
  width: 50px;
  padding: 0;
}

.converter-preview-controls .is-selected {
  color: #4f38f2;
  border-color: rgba(103, 85, 245, 0.45);
  box-shadow: 0 10px 20px rgba(103, 85, 245, 0.08);
}

.converter-preview-controls button:hover {
  background: #f7f4ff;
  border-color: rgba(103, 85, 245, 0.28);
}

.converter-verification-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
  background: rgba(236, 253, 245, 0.72);
  border: 1px solid rgba(21, 148, 71, 0.18);
  border-radius: 12px;
  opacity: 0;
  animation: converterFadeUp 400ms cubic-bezier(0.22, 1, 0.36, 1) 420ms both;
  --converter-motion-y: 6px;
}

.converter-verification-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  color: #ffffff;
  background: #159447;
  border-radius: 999px;
  font-size: 1.55rem;
  opacity: 0;
  transform-origin: center;
  animation: converterCircleIn 300ms cubic-bezier(0.22, 1, 0.36, 1) 520ms both;
}

.converter-verification-icon i {
  opacity: 0;
  animation: converterCheckIn 250ms ease 700ms both;
}

.converter-verification-icon::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -3px;
  width: 14px;
  height: 14px;
  background: #2fbf65;
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
  opacity: 0;
  transform-origin: center;
  animation:
    converterSparkleIn 300ms cubic-bezier(0.22, 1, 0.36, 1) 870ms both,
    converterSparkleBreathe 3.2s ease-in-out 1300ms infinite;
}

.converter-verification-banner h3 {
  margin: 0;
  color: #159447;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.2;
}

.converter-verification-banner p {
  margin: 9px 0 0;
  color: #101426;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.4;
}

.converter-verification-banner strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: #159447;
  font-size: 0.9rem;
  font-weight: 600;
}

.converter-transaction-table {
  position: relative;
  margin-top: 16px;
  overflow: visible;
  border: 1px solid #e6e8f2;
  border-radius: 12px;
}

.converter-transaction-head,
.converter-transaction-row {
  display: grid;
  grid-template-columns: 0.78fr 1.85fr 0.95fr 0.95fr 1fr;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 14px;
  font-variant-numeric: tabular-nums;
}

.converter-transaction-head {
  min-height: 48px;
  color: #5f677c;
  background: #f8f9fc;
  border-bottom: 1px solid #e6e8f2;
  border-radius: 12px 12px 0 0;
  font-size: 0.86rem;
  font-weight: 600;
}

.converter-transaction-row {
  position: relative;
  color: #101426;
  background: #ffffff;
  border-bottom: 1px solid #eef0f6;
  font-size: 0.9rem;
  font-weight: 400;
}

.converter-transaction-row:last-child {
  border-bottom: 0;
  border-radius: 0 0 12px 12px;
}

.converter-transaction-row.is-selected {
  background: #f8f6ff;
  animation: converterRowBackgroundIn 300ms ease 660ms both;
}

.converter-transaction-row.is-selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 100%;
  background: #6755f5;
  transform: translateY(-50%) scaleY(0);
  transform-origin: center;
  animation: converterRowBarIn 250ms ease 760ms both;
}

.converter-transaction-head span:nth-child(n + 3),
.converter-transaction-row span:nth-child(n + 3) {
  text-align: right;
}

.converter-transaction-description {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-weight: 400;
  text-align: left;
}

.converter-transaction-row.is-selected .converter-transaction-description {
  font-weight: 600;
}

.converter-table-balance {
  color: #101426;
  font-weight: 500;
}

.converter-transaction-row.is-selected .converter-table-balance {
  font-weight: 600;
}

.converter-inline-validation {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #2f8f58;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  animation: converterCheckIn 250ms ease 910ms both;
}

.converter-inline-validation i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: #159447;
  border: 1px solid rgba(21, 148, 71, 0.55);
  border-radius: 999px;
  font-size: 0.48rem;
}

.converter-preview-export {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid #e6e8f2;
}

.converter-combined-export {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.converter-combined-export > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: #6755f5;
  background: #ffffff;
  border: 1px solid #ded8ff;
  border-radius: 10px;
}

.converter-combined-export h3,
.converter-preview-export > h3,
.converter-export-preview-cards h4 {
  margin: 0;
  color: #101426;
  font-weight: 900;
  line-height: 1.2;
}

.converter-combined-export h3 {
  font-size: 1rem;
}

.converter-combined-export p {
  margin: 4px 0 0;
  color: #5f677c;
  font-size: 0.86rem;
  line-height: 1.35;
}

.converter-preview-export > h3 {
  margin-bottom: 20px;
  font-size: 1rem;
}

.converter-export-preview-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(250px, 0.9fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}

.converter-export-preview-cards article {
  min-height: 190px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e6e8f2;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(16, 20, 38, 0.055);
  opacity: 0;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  animation: converterFadeUp 400ms cubic-bezier(0.22, 1, 0.36, 1) 860ms both;
  --converter-motion-y: 10px;
}

.converter-export-preview-cards article:hover {
  transform: translateY(-3px);
  border-color: #d8dcf0;
  box-shadow: 0 20px 36px rgba(16, 20, 38, 0.085);
}

.converter-export-preview-cards article:nth-child(2) {
  animation-delay: 940ms;
}

.converter-workbook-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.converter-zip-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: center;
  gap: 16px;
}

.converter-zip-card-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.converter-zip-card-pills {
  padding-left: 72px;
}

.converter-excel-icon,
.converter-zip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  font-size: 1.8rem;
  border-width: 1px;
  border-style: solid;
}

.converter-excel-icon {
  color: #159447;
  background: #f0fbf5;
  border: 1px solid rgba(21, 148, 71, 0.24);
}

.converter-zip-icon {
  color: #6755f5;
  background: #f7f4ff;
  border: 1px solid #ded8ff;
}

.converter-export-preview-cards h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

.converter-export-preview-cards p {
  margin: 8px 0 0;
  color: #5f677c;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
}

.converter-export-preview-cards article > .fa-chevron-right,
.converter-zip-card-main > .fa-chevron-right {
  color: #5f677c;
  font-size: 0.92rem;
}

.converter-software-pills {
  display: flex;
  gap: 10px 12px;
  flex-wrap: wrap;
  margin-top: 0;
}

.converter-software-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  color: #101426;
  background: #fbfaff;
  border: 1px solid #e6e8f2;
  border-radius: 999px;
  box-shadow: 0 8px 14px rgba(16, 20, 38, 0.055);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.converter-software-pills span:hover {
  background: #f7f4ff;
  border-color: #d8dcf0;
  transform: translateY(-1px);
}

.converter-section {
  padding: 56px 0;
}

.converter-section + .converter-section {
  border-top: 1px solid rgba(226, 221, 243, 0.85);
}

.converter-section-header {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.converter-section-header h2 {
  margin: 14px 0 0;
  color: #10142f;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
}

.converter-section-header p:not(.converter-section-kicker) {
  margin: 14px auto 0;
  max-width: 720px;
  color: #4b5578;
  font-size: 1.04rem;
  line-height: 1.55;
}

.converter-verification-why {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(48px, 5vw, 80px);
  align-items: start;
  padding: calc(var(--section-y) + 16px) 0;
}

.converter-verification-intro {
  max-width: none;
  margin: 0;
  text-align: left;
}

.converter-verification-intro h2 {
  font-size: min(var(--section-title-desktop), 2.35rem);
  font-weight: 800;
  line-height: 1.12;
}

.converter-verification-intro h2 span {
  display: block;
}

@media (min-width: 1440px) {
  .converter-verification-intro h2 span {
    white-space: nowrap;
  }
}

.converter-verification-intro p:not(.converter-section-kicker) {
  max-width: min(600px, 92%);
  margin-right: 0;
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.converter-verification-intro p:not(.converter-section-kicker) + p {
  margin-top: 16px;
}

.converter-verification-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 229, 239, 0.12);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(30, 26, 72, 0.008);
}

.converter-comparison-flow {
  min-width: 0;
  padding: 40px 32px 44px;
}

.converter-comparison-flow + .converter-comparison-flow {
  border-left: 1px solid rgba(226, 229, 239, 0.42);
}

.converter-comparison-flow h3 {
  margin: 0 0 20px;
  padding-left: 12px;
  color: #283047;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.3;
}

.converter-comparison-flow-verified h3 {
  color: #5848d8;
}

.converter-flow-list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.converter-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 60px;
  padding: 10px 12px;
  color: #364057;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.35;
}

.converter-flow-step + .converter-flow-step::before {
  content: "";
  position: absolute;
  left: 32px;
  top: -21px;
  width: 1px;
  height: 20px;
  background: rgba(191, 199, 216, 0.72);
}

.converter-flow-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #687188;
  background: #f8f9fc;
  border: 1px solid #e2e5ef;
  border-radius: 999px;
  font-size: 0.94rem;
}

.converter-flow-step-unverified,
.converter-flow-step-consequences {
  color: #62545a;
  background: #fdf7f7;
  border-color: #ecd9d9;
}

.converter-flow-step-consequences {
  align-items: start;
}

.converter-flow-copy,
.converter-flow-label {
  display: block;
}

.converter-flow-step-consequences .converter-flow-icon {
  margin-top: 1px;
}

.converter-flow-step-unverified .converter-flow-icon,
.converter-flow-step-consequences .converter-flow-icon {
  color: #96636b;
  background: #f9ecec;
  border-color: #e8d0d0;
}

.converter-flow-compact-list {
  display: grid;
  gap: 2px;
  margin: 6px 0 0;
  padding-left: 17px;
  color: #78636a;
  font-size: 0.78rem;
  font-weight: 550;
  line-height: 1.4;
}

.converter-flow-branch-paths {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1.25fr);
  gap: 8px;
  padding-top: 18px;
}

.converter-flow-branch-paths::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24%;
  right: 21%;
  height: 1px;
  background: rgba(191, 199, 216, 0.72);
}

.converter-flow-branch-paths::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: rgba(191, 199, 216, 0.72);
}

.converter-flow-branch-path {
  position: relative;
  min-width: 0;
}

.converter-flow-branch-path::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 1px;
  height: 18px;
  background: rgba(191, 199, 216, 0.72);
}

.converter-flow-branch-choice {
  display: block;
  padding: 7px 8px;
  color: #465069;
  background: #f8f9fc;
  border-left: 2px solid #dfe3ed;
  border-radius: 6px;
}

.converter-flow-branch-label,
.converter-flow-branch-detail {
  display: block;
}

.converter-flow-branch-label {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.converter-flow-branch-detail {
  margin-top: 3px;
  color: #687188;
  font-size: 0.72rem;
  font-weight: 550;
  line-height: 1.3;
}

.converter-flow-branch-choice-risk {
  border-left-color: #e3c9cd;
}

.converter-flow-branch-choice-risk .converter-flow-branch-detail {
  color: #78636a;
}

.converter-flow-branch-or {
  align-self: start;
  padding-top: 11px;
  color: #687188;
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.25;
}

.converter-flow-branch-consequences {
  position: relative;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 7px;
  min-height: 0;
  margin-top: 20px;
  padding: 8px;
  font-size: 0.82rem;
}

.converter-flow-branch-consequences::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: rgba(191, 199, 216, 0.72);
}

.converter-flow-branch-consequences .converter-flow-icon {
  width: 24px;
  height: 24px;
  font-size: 0.7rem;
}

.converter-flow-branch-consequences .converter-flow-compact-list {
  grid-column: 1 / -1;
  margin-top: 3px;
  padding-left: 14px;
  font-size: 0.72rem;
}

.converter-flow-step-verification {
  align-items: start;
  color: #4435b8;
  background: #f5f2ff;
  border-color: #dcd5ff;
  font-weight: 800;
}

.converter-flow-step-verification .converter-flow-icon {
  margin-top: 1px;
  color: #5d4ce0;
  background: #ebe7ff;
  border-color: #d4ccff;
}

.converter-flow-step-choice {
  align-items: start;
  color: #493cbd;
  background: #faf9ff;
  border-color: #ddd7f6;
  font-weight: 750;
}

.converter-flow-step-choice .converter-flow-icon {
  margin-top: 1px;
  color: #6555d5;
  background: #efecff;
  border-color: #d9d2fb;
}

.converter-flow-step-trusted {
  color: #4435b8;
  background: #f5f2ff;
  border-color: #bfb3f1;
  box-shadow: 0 7px 18px rgba(83, 66, 212, 0.08);
  font-weight: 800;
}

.converter-flow-step-trusted .converter-flow-icon {
  color: #4935ce;
  background: #e4deff;
  border-color: #c3b8f5;
}

.converter-flow-step-detail {
  display: block;
  margin-top: 5px;
  color: #655d91;
  font-size: 0.78rem;
  font-weight: 550;
  line-height: 1.4;
}

.converter-supported-statements {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(48px, 5vw, 80px);
  align-items: start;
}

.converter-supported-statements-intro {
  max-width: none;
  margin: 0;
  text-align: left;
}

.converter-supported-statements-intro h2 {
  font-size: min(var(--section-title-desktop), 2.35rem);
  font-weight: 800;
  line-height: 1.12;
}

.converter-supported-statements-intro p:not(.converter-section-kicker) {
  max-width: 600px;
  margin-right: 0;
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.converter-statement-capabilities {
  min-width: 0;
}

.converter-statement-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.converter-statement-capability {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 14px;
  min-width: 0;
  padding: 19px 20px 20px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(226, 221, 243, 0.52);
  border-radius: 12px;
}

.converter-statement-icon {
  display: grid;
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #6253dc;
  background: #f6f4ff;
  border: 1px solid #e6e1fa;
  border-radius: 10px;
  font-size: 0.95rem;
}

.converter-statement-capability h3 {
  margin: 1px 0 0;
  color: #283047;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.converter-statement-capability p {
  grid-column: 2;
  margin: 6px 0 0;
  color: #58627d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.converter-statement-support-copy {
  margin-top: 16px;
  color: #58627d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.converter-statement-support-link {
  color: #5848d8;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.converter-statement-support-link:hover {
  color: #4435b8;
}

.converter-statement-support-link:focus-visible {
  outline: 2px solid #6253dc;
  outline-offset: 3px;
}

.converter-review-experience {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: 36px clamp(36px, 5vw, 72px);
}

.converter-review-intro {
  max-width: none;
  margin: 0;
  text-align: left;
}

.converter-review-intro h2 {
  font-size: min(var(--section-title-desktop), 2.5rem);
  font-weight: 800;
  line-height: 1.12;
}

.converter-review-intro p:not(.converter-section-kicker) {
  max-width: 560px;
  margin-right: 0;
  margin-left: 0;
  font-size: 1.075rem;
  line-height: 1.65;
}

.converter-review-visual {
  min-width: 0;
  margin: 0;
}

.converter-review-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.converter-review-graphic {
  min-width: 0;
  padding: 14px;
  overflow: hidden;
  color: var(--ink);
  background: #f7f5ff;
  border: 1px solid rgba(217, 215, 255, 0.78);
  border-radius: 15px;
  box-shadow: 0 14px 32px rgba(30, 26, 72, 0.045);
  font-variant-numeric: tabular-nums;
}

.converter-review-graphic-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  margin-bottom: 12px;
}

.converter-review-graphic-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
}

.converter-review-graphic-status {
  flex: 0 0 auto;
}

.converter-review-graphic-panels {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: stretch;
  gap: 10px;
}

.converter-review-source,
.converter-review-transactions {
  min-width: 0;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e5e3f4;
  border-radius: 10px;
}

.converter-review-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  margin-bottom: 9px;
}

.converter-review-panel-header h3 {
  min-width: 0;
  margin: 0;
  color: #34405b;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.3;
}

.converter-review-source-file {
  max-width: 52%;
  overflow: hidden;
  color: #687188;
  font-size: 0.54rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.converter-review-source-paper {
  padding: 10px 8px;
  border: 1px solid #ecebf5;
  border-radius: 7px;
}

.converter-review-source-brand {
  color: #29334b;
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1.35;
}

.converter-review-source-period {
  margin-top: 3px;
  color: #687188;
  font-size: 0.57rem;
  line-height: 1.4;
}

.converter-review-source-meta {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-top: 7px;
  color: #55617a;
  font-size: 0.56rem;
  line-height: 1.4;
}

.converter-review-source-meta + .converter-review-source-meta {
  margin-top: 4px;
}

.converter-review-source-table {
  width: 100%;
  margin-top: 13px;
  border-collapse: collapse;
  table-layout: fixed;
}

.converter-review-source-table th,
.converter-review-source-table td {
  min-width: 0;
  padding: 6px 3px;
  overflow: hidden;
  border-bottom: 1px solid #edf0f6;
  font-size: 0.55rem;
  line-height: 1.4;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: top;
}

.converter-review-source-table th {
  color: #5d6780;
  font-size: 0.52rem;
  font-weight: 750;
}

.converter-review-source-table th:first-child,
.converter-review-source-table td:first-child {
  width: 17%;
  white-space: nowrap;
}

.converter-review-source-table th:last-child,
.converter-review-source-table td:last-child {
  width: 33%;
  text-align: right;
  white-space: nowrap;
}

.converter-review-source-row-flagged {
  background: #fff5de;
}

.converter-review-source-flag,
.converter-review-transaction-flag {
  display: block;
  margin-top: 3px;
  color: #995f13;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.35;
}

.converter-review-editable-hint {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #687188;
  font-size: 0.55rem;
  white-space: nowrap;
}

.converter-review-account-summary {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 9px;
}

.converter-review-account-number,
.converter-review-account-type,
.converter-review-account-currency {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
  padding: 3px 6px;
  color: #364057;
  background: #fbfaff;
  border: 1px solid #e5e3f4;
  border-radius: 6px;
  font-size: 0.58rem;
  font-weight: 650;
  line-height: 1.3;
}

.converter-review-account-number i,
.converter-review-flagged-description i {
  color: var(--primary);
  font-size: 0.52rem;
}

.converter-review-transaction-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.converter-review-transaction-table th,
.converter-review-transaction-table td {
  min-width: 0;
  padding: 7px 4px;
  color: #35415b;
  font-size: 0.58rem;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}

.converter-review-transaction-table thead th {
  overflow: hidden;
  color: #ffffff;
  background: #675bf0;
  font-size: 0.55rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.converter-review-transaction-table thead th:first-child {
  width: 17%;
  border-radius: 6px 0 0 6px;
}

.converter-review-transaction-table thead th:nth-child(2) {
  width: 32%;
}

.converter-review-transaction-table thead th:nth-child(3),
.converter-review-transaction-table thead th:nth-child(4) {
  width: 16%;
}

.converter-review-transaction-table thead th:last-child {
  width: 19%;
  border-radius: 0 6px 6px 0;
}

.converter-review-transaction-row td {
  overflow: hidden;
  border-bottom: 1px solid #eef0f6;
  text-overflow: ellipsis;
}

.converter-review-transaction-row td:not(:nth-child(2)) {
  white-space: nowrap;
}

.converter-review-transaction-row.is-flagged td {
  background: #fff5df;
}

.converter-review-flagged-description {
  display: inline;
}

.converter-review-empty-value {
  color: #a1a8b8 !important;
}

.converter-review-money-in {
  color: #198348 !important;
}

.converter-review-issue-row td {
  padding: 8px 7px;
  color: #92580f;
  background: #fff9eb;
  border-bottom: 1px solid #f4e1ba;
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1.45;
}

.converter-review-issue-row i {
  margin-right: 4px;
}

.converter-review-mobile-label {
  display: none;
}

.converter-review-verification-states {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 11px;
}

.converter-review-reverifying,
.converter-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  padding: 4px 6px;
  border-radius: 6px;
  font-size: 0.57rem;
  font-weight: 700;
  line-height: 1.4;
}

.converter-review-reverifying {
  color: var(--primary-dark);
  background: var(--primary-bg);
}

.converter-review-verified {
  color: #187647;
  background: #eefaf2;
}

.converter-review-state-divider {
  color: #7b8295;
  font-size: 0.64rem;
}

.converter-review-caption {
  display: flex;
  align-items: center;
  gap: 10px 14px;
  flex-wrap: wrap;
  margin-top: 13px;
  color: #58627d;
  font-size: 0.8rem;
  line-height: 1.45;
}

.converter-review-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  color: #835112;
  background: #fff6e8;
  border: 1px solid #f4dfbd;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
}

.converter-review-outcome {
  min-width: 0;
}

.converter-review-capabilities {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.converter-review-capability {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-width: 0;
}

.converter-review-capability-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--primary-dark);
  background: var(--primary-bg);
  border: 1px solid var(--primary-border-soft);
  border-radius: 9px;
  font-size: 0.84rem;
}

.converter-review-capability h3 {
  margin: 1px 0 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.35;
}

.converter-review-capability p {
  margin: 5px 0 0;
  color: #58627d;
  font-size: 0.8rem;
  line-height: 1.5;
}

.converter-accounting-outputs {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(48px, 5vw, 80px);
  align-items: start;
  padding-top: 64px;
  padding-bottom: 68px;
}

.converter-accounting-outputs-intro {
  max-width: none;
  margin: 0;
  text-align: left;
}

.converter-accounting-outputs-intro h2 {
  font-size: min(var(--section-title-desktop), 2.35rem);
  font-weight: 800;
  line-height: 1.12;
}

.converter-accounting-outputs-intro p:not(.converter-section-kicker) {
  max-width: 600px;
  margin-right: 0;
  margin-left: 0;
  font-size: 1.075rem;
  line-height: 1.65;
}

.converter-accounting-outputs-intro p.converter-output-included-fields {
  margin-top: 20px;
  color: #58627d;
  font-size: 0.88rem;
  line-height: 1.55;
}

.converter-output-showcase {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(20px, 2.5vw, 36px);
}

.converter-output-deliverable {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  z-index: 1;
}

.converter-output-workbook {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  padding: 0;
  z-index: 2;
}

.converter-output-package {
  grid-column: 2;
  grid-row: 1;
  padding: 0;
}

.converter-output-preview {
  flex: 1;
  align-self: stretch;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #fbfaff 100%);
  border: 1px solid #e4e2f0;
  border-radius: 12px;
  box-shadow: 0 17px 36px rgba(28, 31, 68, 0.07);
}

.converter-output-sheet-preview {
  min-height: 0;
}

.converter-output-package .converter-output-preview {
  border-color: #e8e6f2;
  box-shadow: 0 13px 30px rgba(28, 31, 68, 0.055);
}

.converter-output-workbook-preview {
  min-height: 0;
  border-color: #d4cef2;
  box-shadow: 0 27px 58px rgba(83, 72, 174, 0.13);
}

.converter-output-package .converter-output-package-preview {
  min-height: 0;
  border-color: #e2dbf8;
  background: linear-gradient(145deg, #ffffff 0%, #fbfaff 100%);
}

.converter-output-package .converter-output-filebar {
  min-height: 66px;
  padding: 12px 14px;
}

.converter-output-package .converter-output-package-note {
  padding: 9px 11px;
}

.converter-output-package .converter-output-package-files li {
  min-height: 34px;
}

.converter-output-package .converter-output-filebar {
  background: linear-gradient(90deg, rgba(245, 242, 255, 0.92), rgba(255, 255, 255, 0.98) 72%);
}

.converter-output-filebar {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 12px 14px;
  border-bottom: 1px solid #ecebf3;
}

.converter-output-deliverable .combined-export-card-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  font-size: 1.45rem;
}

.converter-output-deliverable .combined-export-card-icon.zip .fa-file-zipper {
  font-size: 0.78rem;
}

.converter-output-file-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #178452;
  background: #edf8f1;
  border-radius: 8px;
  font-size: 0.95rem;
}

.converter-output-workbook-icon {
  color: #178452;
  background: #edf8f1;
}

.converter-output-package-icon {
  color: #6c53cb;
  background: #f2effe;
}

.converter-output-file-heading {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.converter-output-filename {
  min-width: 0;
  color: #27314b;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.converter-output-file-kind {
  color: #667088;
  font-size: 0.65rem;
  line-height: 1.3;
}

.converter-output-account-context,
.converter-output-workbook-context {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  padding: 13px 11px 9px;
  color: #536078;
  font-size: 0.61rem;
  line-height: 1.35;
}

.converter-output-account-context span:nth-child(2),
.converter-output-workbook-context span:nth-child(2) {
  color: #29354c;
  font-weight: 700;
}

.converter-output-workbook-context span:first-child {
  color: var(--primary-dark);
  font-weight: 750;
}

.converter-output-account-context span:last-child,
.converter-output-workbook-context span:last-child {
  margin-left: auto;
  color: #34405c;
  font-weight: 700;
}

.converter-output-account-context.converter-output-context-grid,
.converter-output-workbook-context.converter-output-context-grid {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 4px 9px;
  padding: 11px 11px 9px;
}

.converter-output-context-grid > span:nth-child(odd) {
  color: #667088;
  font-weight: 550;
}

.converter-output-context-grid > span:nth-child(even) {
  margin-left: 0;
  color: #29354c;
  font-weight: 700;
}

.converter-output-table {
  width: calc(100% - 16px);
  margin: 0 8px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-variant-numeric: tabular-nums;
}

.converter-output-table th,
.converter-output-table td {
  min-width: 0;
  padding: 8px 4px;
  color: #38435c;
  border-bottom: 1px solid #eef0f5;
  font-size: clamp(0.56rem, 0.77vw, 0.67rem);
  line-height: 1.38;
  text-align: left;
  vertical-align: top;
}

.converter-output-table th {
  color: #576177;
  font-size: clamp(0.53rem, 0.72vw, 0.61rem);
  font-weight: 750;
}

.converter-output-table th:first-child,
.converter-output-table td:first-child {
  width: 16%;
}

.converter-output-table th:nth-child(2),
.converter-output-table td:nth-child(2) {
  width: 31%;
  overflow-wrap: anywhere;
}

.converter-output-table th:nth-child(3),
.converter-output-table td:nth-child(3),
.converter-output-table th:nth-child(4),
.converter-output-table td:nth-child(4) {
  width: 16%;
}

.converter-output-table th:last-child,
.converter-output-table td:last-child {
  width: 21%;
}

.converter-output-table td:not(:nth-child(2)) {
  white-space: nowrap;
}

.converter-output-workbook-table thead th {
  color: #27314b;
  background: #f1efff;
  border-bottom: 2px solid #d7d0f8;
}

.converter-output-workbook-table thead th:first-child {
  border-radius: 5px 0 0 5px;
}

.converter-output-workbook-table thead th:last-child {
  border-radius: 0 5px 5px 0;
}

.converter-output-sheet-footer,
.converter-output-package-note {
  padding: 12px;
  color: #687289;
  font-size: 0.64rem;
  line-height: 1.45;
}

.converter-output-workbook-tabs {
  display: flex;
  align-items: stretch;
  gap: 2px;
  flex-wrap: wrap;
  margin: 17px 0 0;
  padding: 0 8px;
  list-style: none;
  border-top: 1px solid #ececf4;
}

.converter-output-workbook-tab {
  min-width: 0;
  padding: 10px 8px 9px;
  color: #677187;
  border-bottom: 2px solid transparent;
  font-size: 0.59rem;
  font-weight: 650;
  line-height: 1.25;
}

.converter-output-workbook-tab.is-active {
  color: var(--primary-dark);
  border-bottom-color: var(--primary-dark);
  font-weight: 750;
}

.converter-output-workbook-note,
.converter-output-package .converter-output-package-note {
  display: flex;
  align-items: center;
  min-height: 42px;
  box-sizing: border-box;
  margin: 12px 12px 0;
  margin-top: auto;
  padding: 9px 10px;
  color: #39455f;
  background: #faf9ff;
  border-left: 3px solid #8d7de5;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.4;
}

.converter-output-package-files {
  display: grid;
  gap: 0;
  margin: 12px 10px 0;
  padding: 0;
  list-style: none;
}

.converter-output-package-files li {
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  color: #293650;
  border-bottom: 1px solid #eef0f5;
  font-size: 0.72rem;
  line-height: 1.4;
}

.converter-output-package-files li > i {
  color: #6356dc;
  font-size: 0.78rem;
}

.converter-output-package-files li > span:nth-child(2) {
  min-width: 0;
  overflow-wrap: anywhere;
}

.converter-output-file-extension {
  color: #4c5870;
  font-size: 0.63rem;
  font-weight: 700;
}

.converter-output-format {
  margin: 11px 10px 0;
  padding: 9px 10px 10px;
  background: #faf8ff;
  border: 1px solid #ece7fb;
  border-radius: 9px;
}

.converter-output-format-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.converter-output-format-value {
  color: #5142b6;
  font-size: 0.68rem;
  font-weight: 750;
}

.converter-output-format-selector,
.converter-output-accounting-selector {
  margin: 11px 12px 0;
  padding: 9px 11px 10px;
  background: #fbfaff;
  border: 1px solid #e7e3f5;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.converter-output-format-selector .converter-output-format-label,
.converter-output-accounting-selector .converter-output-format-label {
  display: block;
  margin-bottom: 7px;
  color: #27334c;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.converter-output-format-selector .converter-output-format-options,
.converter-output-accounting-selector .converter-output-format-options {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-template-rows: repeat(2, 27px);
  justify-content: start;
  gap: 6px 10px;
  margin: 0;
}

.converter-output-format-selector .converter-output-format-options li,
.converter-output-accounting-selector .converter-output-format-options li {
  display: inline-flex;
  height: 27px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  color: #303c55;
  background: #ffffff;
  border: 1px solid #dfe2ea;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}

.converter-output-format-selector .converter-output-format-options li.is-selected,
.converter-output-accounting-selector .converter-output-format-options li.is-selected {
  color: #5142b6;
  background: #f4f1ff;
  border-color: #a99be9;
  font-weight: 650;
}

.converter-output-format-selector .converter-output-format-options li.is-selected i,
.converter-output-accounting-selector .converter-output-format-options li.is-selected i {
  font-size: 0.75rem;
}

.converter-output-package-message {
  margin: 17px 12px 0;
  color: #202943;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
}

.converter-output-accounting-selector {
  margin-top: 13px;
}

.converter-output-package-result {
  margin: 17px 12px 0;
  padding: 12px 12px 10px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #e5e1f1;
  border-radius: 10px;
}

.converter-output-package-result-heading {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.converter-output-package-result-heading .combined-export-card-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  font-size: 1.35rem;
}

.converter-output-package-result-heading .combined-export-card-icon.zip .fa-file-zipper {
  font-size: 0.72rem;
}

.converter-output-package-result-heading strong,
.converter-output-package-result-heading span {
  display: block;
}

.converter-output-package-result-heading strong {
  color: #27334c;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
}

.converter-output-package-result-heading span:not(.combined-export-card-icon) {
  margin-top: 2px;
  color: #667088;
  font-size: 0.66rem;
  line-height: 1.3;
}

.converter-output-package-result .converter-output-package-files {
  margin: 10px 0 0;
}

.converter-output-package-result .converter-output-package-files li {
  min-height: 31px;
  grid-template-columns: 15px minmax(0, 1fr) auto;
  font-size: 0.68rem;
}

.converter-output-package-result .converter-output-file-ready {
  color: #2f9b5d;
  font-size: 0.72rem;
}

.converter-output-deliverable > h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.3;
}

.converter-output-deliverable > p {
  margin: 5px 0 11px;
  min-height: 2.7em;
  color: #56617b;
  font-size: 0.88rem;
  line-height: 1.5;
}

.converter-card-grid,
.converter-use-case-grid,
.converter-export-grid {
  display: grid;
  gap: 20px;
}

.converter-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.converter-use-case-grid,
.converter-export-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.converter-step-card,
.converter-use-case-grid article,
.converter-export-grid article,
.converter-faq-list article {
  min-width: 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e2ddf3;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(30, 26, 72, 0.045);
}

.converter-step-card {
  padding: 22px;
}

.converter-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ffffff;
  background: linear-gradient(135deg, #7c3aed 0%, #5b21d6 100%);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 900;
}

.converter-step-card h3,
.converter-use-case-grid h3,
.converter-export-grid h3,
.converter-faq-list h3 {
  margin: 16px 0 0;
  color: #10142f;
  font-size: 1.06rem;
  font-weight: 900;
  line-height: 1.25;
}

.converter-step-card p,
.converter-use-case-grid p,
.converter-export-grid p,
.converter-faq-list p {
  margin: 10px 0 0;
  color: #4d5878;
  font-size: 0.95rem;
  line-height: 1.5;
}

.converter-use-cases,
.converter-exports {
  background: rgba(251, 250, 255, 0.85);
  box-shadow: 0 0 0 100vmax rgba(251, 250, 255, 0.85);
  clip-path: inset(0 -100vmax);
}

.converter-section-six {
  --capability-minimal: #c77878;
  --capability-partial: #c18b43;
  --capability-complete: #57a976;
  --capability-inactive: #eff1f4;
  --capability-inactive-complete: #edf5ef;
  padding-top: calc(var(--section-y) + 10px);
  padding-bottom: calc(var(--section-y) + 12px);
}

.converter-section-six-layout {
  display: grid;
  grid-template-columns: minmax(320px, 2fr) minmax(0, 3fr);
  gap: clamp(42px, 5vw, 78px);
  align-items: start;
}

.converter-section-six-intro {
  max-width: none;
  text-align: left;
}

.converter-section-six-intro h2 {
  margin: 0;
  color: #10142f;
  font-size: min(var(--section-title-desktop), 2.45rem);
  font-weight: 850;
  line-height: 1.08;
}

.converter-section-six-intro p:not(.converter-section-kicker) {
  max-width: 520px;
  margin: 22px 0 0;
  color: #536080;
  font-size: 1.06rem;
  line-height: 1.6;
}

.converter-section-six-intro p:not(.converter-section-kicker) + p {
  margin-top: 16px;
}

.converter-section-six-intro .converter-section-six-bridge {
  margin-top: 20px;
  color: #59647d;
  font-size: 0.98rem;
  font-weight: 550;
  line-height: 1.5;
}

.converter-completeness-board {
  display: block;
  width: min(100%, 740px);
  justify-self: end;
  min-width: 0;
  padding: 22px 24px 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e3e0ee;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(30, 26, 72, 0.055);
}

.converter-completeness-table {
  position: relative;
  z-index: 0;
}

.converter-completeness-table::before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: calc(40.35% + 16px);
  width: 29.825%;
  content: "";
  background: #faf9ff;
  border-radius: 10px;
}

.converter-completeness-table > * {
  position: relative;
  z-index: 1;
}

.converter-completeness-header,
.converter-completeness-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(86px, 0.5fr) minmax(86px, 0.5fr);
  align-items: center;
  column-gap: 16px;
}

.converter-completeness-header {
  min-height: 42px;
  padding: 0 12px 14px;
  color: #707991;
  border-bottom: 1px solid #e9e8f0;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.25;
}

.converter-completeness-header > span {
  white-space: nowrap;
  letter-spacing: -0.015em;
}

.converter-completeness-capability-header {
  opacity: 0;
}

.converter-completeness-header > span:nth-child(2),
.converter-completeness-header > span:nth-child(3) {
  text-align: center;
}

.converter-completeness-header > span:nth-child(2),
.converter-completeness-row > .converter-capability-track:nth-child(2) {
  position: relative;
  left: -12px;
}

.converter-completeness-header .is-osc-column {
  color: #5848d8;
  font-weight: 850;
}

.converter-completeness-group + .converter-completeness-group {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #ebeaf1;
}

.converter-completeness-group h3 {
  margin: 0 12px 9px;
  color: #687188;
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.095em;
  line-height: 1.3;
}

.converter-completeness-row {
  min-height: 46px;
  padding: 10px 12px;
  border-bottom: 1px solid #f0eff4;
}

.converter-completeness-row:last-child {
  border-bottom: 0;
}

.converter-completeness-row > [role="rowheader"] {
  min-width: 0;
  color: #303b54;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.35;
}

.converter-capability-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
}

.converter-capability-track b {
  display: block;
  flex: 0 0 15px;
  width: 15px;
  height: 6px;
  background: var(--capability-inactive);
  border-radius: 999px;
}

.converter-capability-track.is-minimal b.is-active {
  background: var(--capability-minimal);
}

.converter-capability-track.is-partial b.is-active {
  background: var(--capability-partial);
}

.converter-capability-track.is-complete b {
  background: var(--capability-inactive-complete);
}

.converter-capability-track.is-complete b.is-active {
  background: var(--capability-complete);
}

.converter-track-label {
  display: none;
}

.converter-completeness-outcome {
  margin: 28px 12px 0;
  padding: 18px 12px 0;
  color: #25304a;
  background: transparent;
  border-top: 1px solid #e4e1ef;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.converter-completeness-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 14px 12px 0;
  color: #667088;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.3;
}

.converter-completeness-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.converter-legend-sample {
  display: inline-block;
  width: 15px;
  height: 6px;
  border-radius: 999px;
}

.converter-legend-sample.is-minimal {
  background: var(--capability-minimal);
}

.converter-legend-sample.is-partial {
  background: var(--capability-partial);
}

.converter-legend-sample.is-complete {
  background: var(--capability-complete);
}

.converter-use-case-grid article {
  padding: 24px;
}

.converter-use-case-grid img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.converter-export-grid article {
  padding: 24px;
}

.converter-export-grid article > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  color: #5b21d6;
  background: #f0e9ff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
}

.converter-export-grid h3 {
  margin-top: 14px;
}

.converter-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.converter-faq-list article {
  padding: 22px 24px;
}

.converter-faq-list h3 {
  margin-top: 0;
}

.converter-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 0 auto 26px;
  padding: 34px 38px;
  background: linear-gradient(135deg, rgba(246, 238, 255, 0.96), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(226, 221, 243, 0.95);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(30, 26, 72, 0.055);
}

.converter-final-cta h2 {
  margin: 0;
  color: #10142f;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 900;
  line-height: 1.08;
}

.converter-final-cta p {
  margin: 10px 0 0;
  color: #4b5578;
  font-size: 1.05rem;
  line-height: 1.45;
}

.converter-final-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1439px) {
  .converter-shell {
    padding: 0 var(--page-gutter-tablet) 20px;
  }

  .converter-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding-top: 48px;
  }

  .converter-hero-copy {
    max-width: 840px;
  }

  .converter-product-preview {
    justify-self: stretch;
    width: 100%;
    max-width: 920px;
  }

  .converter-product-video {
    max-width: 1012px;
  }

  .converter-flow-branch-paths {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    padding: 0 8px 0 32px;
  }

  .converter-flow-branch-paths::before,
  .converter-flow-branch-path::before {
    display: none;
  }

  .converter-flow-branch-paths::after {
    left: 32px;
  }

  .converter-flow-branch-or {
    padding: 0 0 0 8px;
  }

  .converter-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .converter-hero {
    padding-top: 40px;
  }

  .converter-verification-why {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .converter-verification-intro {
    max-width: 800px;
  }

  .converter-verification-intro p:not(.converter-section-kicker) {
    max-width: 600px;
    font-size: 1.125rem;
  }

  .converter-verification-comparison {
    margin-top: 0;
  }

  .converter-section-six-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .converter-section-six-intro {
    max-width: 800px;
  }

  .converter-completeness-board {
    width: 100%;
  }

  .converter-supported-statements {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .converter-supported-statements-intro {
    max-width: 800px;
  }

  .converter-supported-statements-intro p:not(.converter-section-kicker) {
    font-size: 1.125rem;
  }

  .converter-statement-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .converter-review-experience {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .converter-review-intro {
    max-width: 760px;
  }

  .converter-review-visual {
    max-width: 980px;
  }

  .converter-review-intro p:not(.converter-section-kicker) {
    font-size: 1rem;
  }

  .converter-review-capabilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 22px;
  }

  .converter-accounting-outputs {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .converter-accounting-outputs-intro {
    max-width: 820px;
  }

  .converter-output-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .converter-output-workbook {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    transform: none;
  }

  .converter-output-package {
    transform: none;
  }

  .converter-output-package {
    grid-column: 2;
    grid-row: 1;
    padding-top: 0;
  }

  .converter-output-table th,
  .converter-output-table td {
    font-size: 0.68rem;
  }

  .converter-output-table th {
    font-size: 0.63rem;
  }
}

@media (max-width: 900px) {
  .converter-hero {
    padding-top: 36px;
  }

  .converter-comparison-flow {
    padding: 32px 28px 36px;
  }

  .converter-review-experience {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .converter-review-intro,
  .converter-review-visual {
    max-width: 760px;
  }

  .converter-review-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .converter-page {
    --section-y: 36px;
  }

  .converter-shell {
    padding: 0 var(--page-gutter-mobile) 18px;
  }

  .converter-hero {
    padding: 34px 0 38px;
  }

  .converter-hero h1 {
    font-size: 2.55rem;
  }

  .converter-hero-copy {
    max-width: 100%;
  }

  .converter-hero-subtitle {
    font-size: 1rem;
  }

  .converter-trust-row,
  .converter-export-preview-cards {
    grid-template-columns: 1fr;
  }

  .converter-zip-card-pills {
    padding-left: 0;
  }

  .converter-trust-row {
    gap: 0;
    margin-top: 24px;
  }

  .converter-trust-item {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px 0;
  }

  .converter-trust-item + .converter-trust-item::before {
    inset: 0 0 auto;
    width: auto;
    height: 1px;
  }

  .converter-hero-compatibility {
    margin-top: 18px;
  }

  .converter-product-preview {
    padding: 18px;
    border-radius: 18px;
  }

  .converter-product-video {
    padding: 0;
  }

  .converter-preview-header,
  .converter-preview-title,
  .converter-verification-banner,
  .converter-combined-export {
    align-items: flex-start;
  }

  .converter-preview-header,
  .converter-verification-banner {
    flex-direction: column;
  }

  .converter-preview-controls {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .converter-preview-controls button {
    white-space: nowrap;
  }

  .converter-transaction-head,
  .converter-transaction-row {
    grid-template-columns: 42px minmax(68px, 1.4fr) 46px 48px 56px;
    gap: 4px;
    width: 100%;
    min-height: 50px;
    padding: 0 7px;
    font-size: 0.68rem;
  }

  .converter-transaction-head {
    min-height: 40px;
    font-size: 0.64rem;
  }

  .converter-transaction-head span,
  .converter-transaction-row span,
  .converter-transaction-row strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .converter-transaction-row strong:first-of-type {
    white-space: nowrap;
  }

  .converter-primary-cta,
  .converter-secondary-cta,
  .converter-final-actions .pricing-button {
    width: 100%;
    min-height: 46px;
  }

  .converter-trust-strip,
  .converter-card-grid,
  .converter-use-case-grid,
  .converter-export-grid,
  .converter-faq-list,
  .converter-final-cta {
    grid-template-columns: 1fr;
  }

  .converter-section {
    padding: 40px 0;
  }

  .converter-section-header {
    text-align: left;
  }

  .converter-section-header h2 {
    font-size: 2rem;
  }

  .converter-verification-why {
    gap: 20px;
    padding: calc(var(--section-y) + 12px) 0;
  }

  .converter-verification-intro {
    text-align: left;
  }

  .converter-verification-intro p:not(.converter-section-kicker) {
    font-size: 1.08rem;
  }

  .converter-verification-comparison {
    grid-template-columns: 1fr;
  }

  .converter-supported-statements-intro {
    margin: 0;
  }

  .converter-supported-statements-intro p:not(.converter-section-kicker) {
    font-size: 1.08rem;
  }

  .converter-supported-statements {
    gap: 24px;
  }

  .converter-supported-statements-intro h2 {
    font-size: 2rem;
  }

  .converter-statement-capability-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .converter-statement-capability {
    padding: 15px 18px 17px;
  }

  .converter-review-experience {
    gap: 20px;
  }

  .converter-review-intro h2 {
    font-size: 2rem;
  }

  .converter-review-intro p:not(.converter-section-kicker) {
    font-size: 1.02rem;
  }

  .converter-review-caption {
    align-items: flex-start;
  }

  .converter-accounting-outputs {
    gap: 24px;
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .converter-accounting-outputs-intro {
    margin-bottom: 0;
  }

  .converter-accounting-outputs-intro p:not(.converter-section-kicker) {
    font-size: 1.03rem;
  }

  .converter-accounting-outputs-intro p.converter-output-included-fields {
    font-size: 0.86rem;
  }

  .converter-output-showcase {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .converter-output-workbook,
  .converter-output-package {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    transform: none;
  }

  .converter-output-sheet-preview,
  .converter-output-workbook-preview,
  .converter-output-package-preview {
    min-height: 0;
  }

  .converter-output-workbook-tab {
    font-size: 0.7rem;
  }

  .converter-output-format-selector .converter-output-format-options,
  .converter-output-accounting-selector .converter-output-format-options {
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: repeat(3, 27px);
  }

  .converter-output-filebar {
    padding: 12px;
  }

  .converter-output-account-context,
  .converter-output-workbook-context {
    padding-right: 10px;
    padding-left: 10px;
  }

  .converter-output-table th,
  .converter-output-table td {
    padding: 8px 3px;
    font-size: 0.68rem;
  }

  .converter-output-table th {
    font-size: 0.61rem;
  }

  .converter-output-workbook-tab {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 0.62rem;
  }

  .converter-output-package-files li {
    font-size: 0.76rem;
  }

  .converter-section-six {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
  }

  .converter-section-six-intro h2 {
    font-size: 2rem;
  }

  .converter-section-six-intro p:not(.converter-section-kicker) {
    font-size: 1rem;
  }

  .converter-completeness-board {
    padding: 17px 14px 16px;
    border-radius: 12px;
  }

  .converter-completeness-table::before {
    display: none;
  }

  .converter-completeness-header {
    display: none;
  }

  .converter-completeness-group + .converter-completeness-group {
    margin-top: 22px;
    padding-top: 18px;
  }

  .converter-completeness-group h3 {
    margin-right: 6px;
    margin-left: 6px;
  }

  .converter-completeness-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 12px 6px;
  }

  .converter-completeness-row .is-osc-column {
    display: flex;
    margin: 0;
    padding: 8px;
    background: #faf9ff;
    border-radius: 8px;
  }

  .converter-track-label {
    display: block;
    flex: 0 0 100%;
    color: #7a8192;
    font-size: 0.64rem;
    font-style: normal;
    font-weight: 750;
    line-height: 1.2;
  }

  .converter-capability-track.is-osc-column .converter-track-label {
    color: #5848d8;
  }

  .converter-capability-track {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 5px;
  }

  .converter-completeness-row > .converter-capability-track:nth-child(2) {
    left: 0;
  }

  .converter-capability-track b {
    flex-basis: 15px;
    width: 15px;
    height: 6px;
  }

  .converter-completeness-outcome {
    margin-right: 6px;
    margin-left: 6px;
  }

  .converter-completeness-legend {
    gap: 8px 14px;
    margin-right: 6px;
    margin-left: 6px;
  }

  .converter-output-deliverable > h3 {
    font-size: 1.08rem;
  }

  .converter-output-deliverable > p {
    min-height: 0;
  }

  .converter-review-graphic {
    padding: 12px;
  }

  .converter-review-graphic-panels {
    grid-template-columns: 1fr;
  }

  .converter-review-source,
  .converter-review-transactions {
    padding: 11px;
  }

  .converter-review-source-table th,
  .converter-review-source-table td {
    font-size: 0.72rem;
  }

  .converter-review-source-table th {
    font-size: 0.64rem;
  }

  .converter-review-source-flag,
  .converter-review-transaction-flag {
    font-size: 0.62rem;
  }

  .converter-review-transaction-table,
  .converter-review-transaction-table tbody {
    display: block;
  }

  .converter-review-transaction-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .converter-review-transaction-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 9px 7px;
    border-bottom: 1px solid #eef0f6;
  }

  .converter-review-transaction-row.is-flagged {
    background: #fff5df;
    border-radius: 7px;
  }

  .converter-review-transaction-row td {
    padding: 0;
    overflow: visible;
    border-bottom: 0;
    font-size: 0.73rem;
    white-space: normal !important;
  }

  .converter-review-transaction-row td:first-child,
  .converter-review-transaction-row td:nth-child(2) {
    grid-column: 1 / -1;
  }

  .converter-review-transaction-row td:nth-child(2) {
    font-weight: 700;
  }

  .converter-review-mobile-label {
    display: block;
    margin-bottom: 2px;
    color: #69738a;
    font-size: 0.58rem;
    font-weight: 650;
    line-height: 1.3;
  }

  .converter-review-issue-row,
  .converter-review-issue-row td {
    display: block;
  }

  .converter-review-issue-row td {
    margin: 5px 0;
    padding: 8px;
    border: 1px solid #f4e1ba;
    border-radius: 6px;
    font-size: 0.66rem;
  }

  .converter-review-reverifying,
  .converter-review-verified {
    font-size: 0.68rem;
  }

  .converter-comparison-flow {
    padding: 28px 20px 32px;
  }

  .converter-comparison-flow + .converter-comparison-flow {
    border-top: 1px solid rgba(226, 229, 239, 0.42);
    border-left: 0;
  }

  .converter-comparison-flow h3 {
    margin-bottom: 18px;
    padding-left: 8px;
  }

  .converter-flow-step {
    gap: 12px;
    padding-inline: 8px;
  }

  .converter-flow-step + .converter-flow-step::before {
    left: 28px;
  }

  .converter-final-cta {
    padding: 28px 22px;
  }

  .converter-final-actions {
    justify-content: stretch;
  }
}

@media (max-width: 479px) {
  .converter-hero h1 {
    font-size: 2.15rem;
  }

  .converter-kicker,
  .converter-section-kicker {
    font-size: 0.76rem;
  }

  .converter-preview-title h2 {
    font-size: 1.08rem;
  }

  .converter-preview-icon {
    width: 54px;
    height: 54px;
    font-size: 1.5rem;
  }

  .converter-verification-icon {
    width: 48px;
    height: 48px;
    font-size: 1.42rem;
  }

  .converter-export-preview-cards article {
    padding: 16px;
  }

  .converter-review-capabilities {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .converter-output-table {
    width: calc(100% - 12px);
    margin-right: 6px;
    margin-left: 6px;
  }

  .converter-output-table th,
  .converter-output-table td {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 0.62rem;
  }

  .converter-output-table th {
    font-size: 0.56rem;
  }

  .converter-output-workbook-tabs {
    padding-right: 5px;
    padding-left: 5px;
  }

  .converter-output-workbook-tab {
    padding-right: 5px;
    padding-left: 5px;
  }

  .converter-review-graphic-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .converter-review-source-table th,
  .converter-review-source-table td {
    padding-inline: 2px;
    font-size: 0.62rem;
  }

  .converter-review-source-table th:last-child,
  .converter-review-source-table td:last-child {
    width: 34%;
  }

  .converter-review-transaction-row {
    gap: 7px;
    padding-inline: 5px;
  }

  .converter-review-transaction-row td {
    font-size: 0.68rem;
  }

  .converter-step-card,
  .converter-use-case-grid article,
  .converter-export-grid article,
  .converter-faq-list article {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .converter-kicker,
  .converter-hero h1,
  .converter-hero-subtitle,
  .converter-cta-row,
  .converter-trust-row,
  .converter-hero-compatibility,
  .converter-product-preview,
  .converter-verification-banner,
  .converter-export-preview-cards article {
    transform: none !important;
    animation: converterFadeInOnly 1ms linear both !important;
    animation-delay: 0ms !important;
  }

  .converter-verification-icon,
  .converter-verification-icon i,
  .converter-inline-validation {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .converter-verification-icon::after {
    opacity: 0.85 !important;
    transform: none !important;
    animation: none !important;
  }

  .converter-transaction-row.is-selected {
    animation: none !important;
  }

  .converter-transaction-row.is-selected::before {
    transform: translateY(-50%) scaleY(1) !important;
    animation: none !important;
  }

  .converter-export-preview-cards article:hover,
  .converter-software-pills span:hover,
  .converter-primary-cta:hover,
  .converter-secondary-cta:hover {
    transform: none !important;
  }

  .converter-primary-cta:hover i,
  .converter-secondary-cta:hover i {
    transform: none !important;
  }
}
