.comparison-page {
  background: #fbfaf6;
  color: #17332e;
}

.compare-shell {
  width: min(1440px, calc(100% - 48px));
}

.compare-shell .seo-nav {
  width: min(1280px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.compare-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #247b68;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compare-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #70e2c0;
}

.compare-section {
  margin: 0;
  padding: clamp(80px, 9vw, 132px) clamp(0px, 2.5vw, 36px);
  scroll-margin-top: 100px;
}

.section-intro {
  max-width: 820px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.section-intro h2,
.implementation-lead h2,
.methodology-copy h2,
.final-compare-cta h2 {
  margin: 16px 0 20px;
  color: #123b35;
  font-family: "Manrope", sans-serif;
  font-size: clamp(36px, 4.1vw, 62px);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.section-intro p,
.implementation-lead > p,
.methodology-copy p {
  margin: 0;
  color: #5d716b;
  font-size: 17px;
  line-height: 1.67;
}

.wide-intro {
  max-width: 1060px;
}

.centered-intro {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-intro .compare-eyebrow {
  justify-content: center;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
  gap: 64px;
  align-items: end;
  max-width: none;
}

.split-intro h2 {
  margin-bottom: 0;
}

.compare-hero {
  display: grid;
  grid-template-columns: minmax(390px, 0.58fr) minmax(590px, 1fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  min-height: 790px;
  padding: clamp(72px, 8vw, 116px) clamp(0px, 2.5vw, 36px) 48px;
}

.compare-hero-copy {
  position: relative;
  z-index: 2;
}

.compare-hero h1 {
  max-width: 670px;
  margin: 22px 0 24px;
  color: #0d2d29;
  font-family: "Manrope", sans-serif;
  font-size: clamp(48px, 5.15vw, 76px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.97;
}

.compare-hero-copy > p:not(.compare-reviewed) {
  max-width: 660px;
  margin: 0 0 30px;
  color: #536b64;
  font-size: 18px;
  line-height: 1.67;
}

.compare-reviewed {
  margin: 22px 0 0;
  color: #73817d;
  font-size: 12px;
  font-weight: 700;
}

.compare-hero-product {
  position: relative;
  min-width: 0;
  padding-bottom: 42px;
}

.product-window {
  overflow: hidden;
  border: 1px solid #cedbd6;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 72px rgba(18, 59, 53, 0.16);
}

.product-window-bar {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  gap: 7px;
  border-bottom: 1px solid #e2e9e6;
  background: #f7f6f1;
}

.product-window-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d6dcd9;
}

.product-window-bar i:first-child { background: #ff7467; }
.product-window-bar i:nth-child(2) { background: #f4c355; }
.product-window-bar i:nth-child(3) { background: #70e2c0; }

.product-window-bar span {
  margin-left: auto;
  color: #6c7f79;
  font-size: 11px;
  font-weight: 750;
}

.product-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #edf2f0;
  cursor: zoom-in;
}

.product-image-button img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.product-image-button > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 9px;
  background: rgba(13, 45, 41, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.product-image-button:hover > span,
.product-image-button:focus-visible > span {
  opacity: 1;
  transform: translateY(0);
}

.product-image-button:focus-visible {
  outline: 3px solid #70e2c0;
  outline-offset: -3px;
}

.hero-product-note {
  position: absolute;
  right: 26px;
  bottom: 0;
  min-width: min(360px, 72%);
  padding: 19px 22px;
  border-radius: 14px;
  background: #123b35;
  color: #fff;
  box-shadow: 0 20px 45px rgba(18, 59, 53, 0.2);
}

.hero-product-note strong,
.hero-product-note span {
  display: block;
}

.hero-product-note strong {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.hero-product-note span {
  margin-top: 3px;
  color: #bbd4cc;
  font-size: 12px;
}

.capability-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid #dbe6e1;
  list-style: none;
}

.capability-strip li {
  padding: 8px 11px;
  border: 1px solid #d4e2dc;
  border-radius: 8px;
  background: #fff;
  color: #31564c;
  font-size: 11px;
  font-weight: 800;
}

.difference-section {
  border-top: 1px solid #e1e8e5;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cadbd4;
  border-bottom: 1px solid #cadbd4;
}

.difference-grid article {
  min-height: 275px;
  padding: 34px clamp(22px, 2.8vw, 40px);
  border-right: 1px solid #cadbd4;
}

.difference-grid article:last-child {
  border-right: 0;
}

.difference-grid article > span {
  color: #70a99a;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.difference-grid h3 {
  margin: 64px 0 12px;
  color: #123b35;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  line-height: 1.15;
}

.difference-grid p {
  margin: 0;
  color: #61736e;
  font-size: 14px;
  line-height: 1.6;
}

.product-showcase {
  width: calc(100% + 48px);
  margin-left: -24px;
  padding-right: clamp(24px, 5vw, 72px);
  padding-left: clamp(24px, 5vw, 72px);
  background: #edf5f1;
}

.product-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 22px;
  border-bottom: 1px solid #c8d9d2;
}

.product-tabs button {
  position: relative;
  min-height: 78px;
  padding: 12px 18px 18px;
  border: 0;
  background: transparent;
  color: #61736d;
  cursor: pointer;
  text-align: left;
}

.product-tabs button::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 3px;
  background: transparent;
}

.product-tabs button.active {
  color: #123b35;
}

.product-tabs button.active::after {
  background: #2e7b68;
}

.product-tabs span,
.product-tabs small {
  display: block;
}

.product-tabs span {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.product-tabs small {
  margin-top: 5px;
  color: inherit;
  font-size: 11px;
}

.product-tabs button:focus-visible {
  outline: 3px solid #70e2c0;
  outline-offset: -3px;
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.product-panel-copy {
  padding: 20px 0;
}

.product-role {
  color: #247b68;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-panel h3 {
  margin: 15px 0 14px;
  color: #123b35;
  font-family: "Manrope", sans-serif;
  font-size: clamp(27px, 3vw, 43px);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.product-panel-copy > p {
  margin: 0;
  color: #5c716a;
  line-height: 1.65;
}

.product-panel-copy ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.product-panel-copy li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #294b42;
  font-size: 13px;
  font-weight: 750;
}

.product-panel-copy li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #70e2c0;
}

.product-window-large {
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(18, 59, 53, 0.17);
}

.workflow-section {
  overflow: hidden;
}

.workflow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow::before {
  content: "";
  position: absolute;
  top: 31px;
  right: 5%;
  left: 5%;
  height: 1px;
  background: #b9cec6;
}

.workflow li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 8px;
  text-align: center;
}

.workflow li span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border: 1px solid #bad5cb;
  border-radius: 50%;
  background: #fbfaf6;
  color: #2a7563;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.workflow li strong {
  display: block;
  color: #1c4037;
  font-size: 12px;
  line-height: 1.35;
}

.switch-section {
  border-bottom: 1px solid #dce6e2;
}

.stack-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}

.stack-compare article {
  min-height: 440px;
  padding: clamp(32px, 4vw, 52px);
  border-radius: 22px;
}

.stack-fragmented {
  border: 1px solid #d5dfdb;
  background: #fff;
}

.stack-connected {
  background: #123b35;
  color: #fff;
}

.stack-label {
  color: #638078;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stack-connected .stack-label { color: #70e2c0; }
.stack-connected > img { display: block; margin: 28px 0 22px; }

.stack-compare h3 {
  margin: 26px 0 18px;
  color: #153a32;
  font-family: "Manrope", sans-serif;
  font-size: clamp(27px, 3vw, 40px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.stack-connected h3 {
  margin-top: 0;
  color: #fff;
}

.stack-compare p {
  color: #60716d;
  line-height: 1.65;
}

.stack-connected p { color: #c6d9d3; }

.stack-pieces {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 30px 0;
}

.stack-pieces span {
  padding: 13px;
  border: 1px solid #dbe5e1;
  border-radius: 8px;
  color: #456159;
  font-size: 12px;
  font-weight: 750;
}

.stack-connected ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.stack-connected li {
  color: #e6f1ed;
  font-size: 13px;
  font-weight: 700;
}

.stack-connected li::before {
  content: "✓";
  margin-right: 9px;
  color: #70e2c0;
}

.stack-divider {
  display: grid;
  place-items: center;
}

.stack-divider span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ccd9d4;
  border-radius: 50%;
  background: #fbfaf6;
  color: #70807b;
  font-size: 11px;
  font-weight: 800;
}

.detailed-comparison {
  width: calc(100% + 48px);
  margin-left: -24px;
  padding-right: clamp(24px, 5vw, 72px);
  padding-left: clamp(24px, 5vw, 72px);
  background: #f1f5f3;
}

.compare-table-wrap {
  overflow: hidden;
  border: 1px solid #cedbd6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 59, 53, 0.08);
}

.compare-table-wrap:focus-visible {
  outline: 3px solid #70e2c0;
  outline-offset: 3px;
}

.compare-mobile-brand { display: none; }

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

.compare-capability-col { width: 22%; }
.compare-axamy-col { width: 15%; }
.compare-vendor-col { width: 12.6%; }

.compare-table th,
.compare-table td {
  padding: 15px 9px;
  border-right: 1px solid #e0e8e4;
  border-bottom: 1px solid #e0e8e4;
  text-align: center;
  vertical-align: middle;
}

.compare-table tr > *:last-child { border-right: 0; }
.compare-table tbody tr:last-child > * { border-bottom: 0; }

.compare-table thead th {
  height: 78px;
  background: #eff4f1;
  color: #21483e;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  line-height: 1.25;
}

.compare-table thead th small {
  display: block;
  margin-top: 5px;
  color: #b9ddd2;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-table-brand {
  display: flex;
  justify-content: center;
}

.compare-table-brand img {
  display: block;
  width: min(106px, 100%);
  height: auto;
}

.compare-table tbody th {
  background: #fff;
  text-align: left;
}

.compare-table tbody th strong,
.compare-table tbody th span {
  display: block;
}

.compare-table tbody th strong {
  color: #23463d;
  font-size: 12px;
  line-height: 1.3;
}

.compare-table tbody th span {
  margin-top: 4px;
  color: #75837f;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

.compare-table .compare-axamy-column {
  background: #e8f8f2;
}

.compare-table thead .compare-axamy-column {
  background: #123b35;
  color: #fff;
}

.compare-status {
  display: inline-grid;
  grid-template-columns: 21px minmax(0, auto);
  gap: 5px;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: #536860;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.compare-status i {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 6px;
  font-style: normal;
}

.compare-status.included { color: #123b35; }
.compare-status.included i { background: #123b35; color: #fff; }
.compare-status.yes i { background: #dcf4eb; color: #176e58; }
.compare-status.option i { background: #fff0c7; color: #806000; }
.compare-status.review i { background: #edf0ee; color: #5d6f69; }

.compare-caveat {
  max-width: 1040px;
  margin: 16px 0 0;
  color: #657771;
  font-size: 11px;
  line-height: 1.58;
}

.implementation-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: start;
}

.implementation-lead h2 {
  font-size: clamp(38px, 4.4vw, 64px);
}

.implementation-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.implementation-scope li {
  padding: 9px 11px;
  border: 1px solid #cfddd7;
  border-radius: 8px;
  background: #fff;
  color: #35584f;
  font-size: 11px;
  font-weight: 750;
}

.implementation-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid #cbdad4;
  list-style: none;
}

.implementation-steps li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid #cbdad4;
}

.implementation-steps li > span {
  color: #2b806b;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.implementation-steps strong {
  color: #163c33;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
}

.implementation-steps p {
  margin: 5px 0 0;
  color: #64766f;
  font-size: 13px;
  line-height: 1.5;
}

.methodology-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(350px, 0.7fr);
  gap: clamp(54px, 8vw, 120px);
  width: calc(100% + 48px);
  margin-left: -24px;
  padding-right: clamp(24px, 5vw, 72px);
  padding-left: clamp(24px, 5vw, 72px);
  background: #eaf1ee;
}

.methodology-copy h2 {
  font-size: clamp(34px, 3.6vw, 52px);
}

.methodology-copy p + p {
  margin-top: 15px;
}

.methodology-sources {
  display: grid;
  align-content: start;
}

.methodology-sources span {
  padding: 17px 0;
  border-bottom: 1px solid #c8d7d1;
  color: #34584e;
  font-size: 12px;
  font-weight: 750;
}

.methodology-sources span:first-child {
  border-top: 1px solid #c8d7d1;
}

.compare-affiliation-note {
  grid-column: 1 / -1;
  margin: -62px 0 0;
  color: #70807b;
  font-size: 10px;
  line-height: 1.55;
}

.compare-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.compare-faq .section-intro {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.compare-faq-list {
  border-top: 1px solid #cbd9d4;
}

.compare-faq details {
  border-bottom: 1px solid #cbd9d4;
}

.compare-faq summary {
  position: relative;
  padding: 23px 48px 23px 0;
  color: #173e35;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.compare-faq summary::-webkit-details-marker { display: none; }

.compare-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #c4d5ce;
  border-radius: 50%;
  color: #236d5b;
  font-size: 19px;
}

.compare-faq details[open] summary::after { content: "−"; }

.compare-faq details p {
  max-width: 720px;
  margin: 0;
  padding: 0 52px 23px 0;
  color: #61736d;
  font-size: 14px;
  line-height: 1.65;
}

.final-compare-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(450px, 0.8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
  overflow: hidden;
  width: calc(100% + 48px);
  margin-left: -24px;
  padding: clamp(70px, 8vw, 110px) clamp(24px, 5vw, 72px);
  background: #123b35;
  color: #fff;
}

.final-compare-cta .compare-eyebrow { color: #70e2c0; }
.final-compare-cta h2 { color: #fff; }

.final-compare-cta p {
  max-width: 690px;
  color: #c9dcd6;
  font-size: 17px;
  line-height: 1.65;
}

.final-compare-cta .seo-actions { margin-top: 28px; }

.final-compare-cta .seo-btn.primary {
  border-color: #70e2c0;
  background: #70e2c0;
  color: #0d2d29;
  box-shadow: none;
}

.dark-secondary {
  border-color: rgba(255, 255, 255, 0.27);
  background: transparent;
  color: #fff;
}

.final-cta-image {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.22);
  transform: rotate(1.5deg) translateX(5%);
}

.final-cta-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.compare-shell .seo-footer {
  width: calc(100% + 48px);
  margin-left: -24px;
  padding-right: clamp(24px, 5vw, 72px);
  padding-left: clamp(24px, 5vw, 72px);
}

.screenshot-dialog {
  width: min(1500px, calc(100vw - 30px));
  max-width: none;
  padding: 0;
  border: 1px solid #cad8d3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(5, 29, 25, 0.35);
}

.screenshot-dialog::backdrop { background: rgba(7, 29, 26, 0.78); }

.screenshot-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid #dce5e1;
}

.screenshot-dialog-head strong {
  color: #173b33;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

.screenshot-dialog-head button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #cbd9d4;
  border-radius: 9px;
  background: #fff;
  color: #17453a;
  font-weight: 800;
  cursor: pointer;
}

.screenshot-dialog figure { margin: 0; }

.screenshot-dialog figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 125px);
  object-fit: contain;
  background: #edf2f0;
}

.screenshot-dialog figcaption {
  padding: 12px 18px;
  color: #5f726c;
  font-size: 12px;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .compare-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .compare-hero-copy {
    max-width: 860px;
  }

  .compare-hero-product {
    width: min(1080px, 100%);
  }

  .difference-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .difference-grid article:nth-child(2) { border-right: 0; }
  .difference-grid article:nth-child(-n + 2) { border-bottom: 1px solid #cadbd4; }

  .product-panel {
    grid-template-columns: 1fr;
  }

  .product-panel-copy {
    display: grid;
    grid-template-columns: minmax(220px, 0.5fr) 1fr;
    gap: 10px 44px;
  }

  .product-panel-copy .product-role { grid-column: 1 / -1; }
  .product-panel-copy h3 { margin: 0; }
  .product-panel-copy > p { align-self: start; }
  .product-panel-copy ul { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .compare-shell { width: min(100% - 32px, 1440px); }

  .product-showcase,
  .detailed-comparison,
  .methodology-section,
  .final-compare-cta,
  .compare-shell .seo-footer {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .split-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .workflow {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 0;
  }

  .workflow::before { display: none; }

  .implementation-section,
  .methodology-section {
    grid-template-columns: 1fr;
  }

  .implementation-steps { max-width: 760px; }
  .compare-affiliation-note { margin-top: -60px; }
}

@media (max-width: 900px) {
  .compare-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .compare-mobile-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 16px 18px;
    border-radius: 13px;
    background: #123b35;
  }

  .compare-mobile-brand img {
    display: block;
    width: 118px;
    height: auto;
  }

  .compare-mobile-brand span {
    color: #b9ddd2;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .compare-table,
  .compare-table tbody,
  .compare-table tr,
  .compare-table th,
  .compare-table td {
    display: block;
    width: 100%;
  }

  .compare-table colgroup,
  .compare-table thead { display: none; }

  .compare-table tbody {
    display: grid;
    gap: 14px;
  }

  .compare-table tbody tr {
    overflow: hidden;
    border: 1px solid #cedbd6;
    border-radius: 13px;
    background: #fff;
  }

  .compare-table tbody th {
    padding: 18px;
    border: 0;
    border-bottom: 1px solid #dce6e2;
    background: #f7f9f8;
  }

  .compare-table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 16px;
    border: 0;
    border-bottom: 1px solid #e3eae7;
    text-align: right;
  }

  .compare-table tbody td:last-child { border-bottom: 0; }

  .compare-table tbody td::before {
    content: attr(data-vendor);
    color: #49645c;
    font-size: 10px;
    font-weight: 850;
    text-align: left;
  }

  .compare-table .compare-axamy-column {
    background: #e8f8f2;
  }
}

@media (max-width: 820px) {
  .compare-faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .compare-faq .section-intro { position: static; }

  .final-compare-cta {
    grid-template-columns: 1fr;
  }

  .final-cta-image {
    width: min(720px, 100%);
    transform: none;
  }
}

@media (max-width: 700px) {
  .compare-shell { width: min(100% - 24px, 1440px); }
  .compare-section { padding-top: 72px; padding-bottom: 72px; }

  .compare-hero {
    gap: 34px;
    padding-top: 64px;
  }

  .compare-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .compare-hero-copy > p:not(.compare-reviewed) { font-size: 16px; }

  .hero-product-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    min-width: 0;
    margin: -12px auto 0;
  }

  .compare-hero-product { padding-bottom: 0; }

  .capability-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .capability-strip li { flex: 0 0 auto; }

  .difference-grid { grid-template-columns: 1fr; }

  .difference-grid article,
  .difference-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #cadbd4;
  }

  .difference-grid article:last-child { border-bottom: 0; }
  .difference-grid h3 { margin-top: 38px; }

  .product-showcase,
  .detailed-comparison,
  .methodology-section,
  .final-compare-cta,
  .compare-shell .seo-footer {
    width: calc(100% + 24px);
    margin-left: -12px;
  }

  .product-tabs {
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #c8d9d2;
  }

  .product-tabs button:nth-child(-n + 2) { border-bottom: 1px solid #c8d9d2; }
  .product-tabs button:nth-child(odd) { border-right: 1px solid #c8d9d2; }

  .product-panel-copy {
    display: block;
  }

  .product-panel-copy h3 { margin: 14px 0; }
  .product-panel-copy ul { grid-template-columns: 1fr; }

  .workflow {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 430px;
    margin: 0 auto;
  }

  .workflow li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: center;
    padding: 10px 0;
    text-align: left;
  }

  .workflow li span {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .stack-compare {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .stack-divider { min-height: 64px; }
  .stack-compare article { min-height: 0; }

  .methodology-section { gap: 42px; }
  .compare-affiliation-note { margin-top: 0; }

  .screenshot-dialog {
    width: calc(100vw - 16px);
  }
}

@media (max-width: 440px) {
  .seo-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .seo-actions .seo-btn { width: 100%; }

  .product-window-bar span { display: none; }
  .product-image-button > span { display: none; }

  .implementation-steps li { grid-template-columns: 40px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
  .product-image-button > span { transition: none; }
}
