.comparison-compact {
  padding: 48px 0 44px;
  border-top: 1px solid #f2eee7;
  background: #fff;
}

.comparison-compact h2 {
  margin: 0 0 22px;
  color: var(--pricing-navy, #061a43);
  font-family: var(--font-display, "Clash Grotesk", sans-serif);
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.08;
  text-align: center;
}

.comparison-table-scroll {
  overflow-x: auto;
  border: 1px solid #dfe5ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(6, 26, 67, .035);
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: var(--pricing-navy, #061a43);
  font-size: .78rem;
  line-height: 1.35;
}

.comparison-table th,
.comparison-table td {
  padding: 11px 14px;
  border-right: 1px solid #e7ebf2;
  border-bottom: 1px solid #e7ebf2;
  text-align: left;
  vertical-align: middle;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table thead th {
  background: var(--pricing-navy, #061a43);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.comparison-table thead th:nth-child(2) {
  background: var(--pricing-orange, #f36921);
}

.comparison-table tbody th {
  width: 25%;
  background: #fffaf5;
  font-weight: 800;
}

.comparison-table tbody td:nth-child(2) {
  background: #fff5ed;
  color: var(--pricing-orange-dark, #d8530e);
  font-weight: 800;
}

.comparison-compact-link {
  max-width: none;
  margin: 18px 0 0;
  color: var(--pricing-muted, #4f5f77);
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.comparison-compact-link a {
  color: var(--pricing-orange-dark, #d8530e);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 760px) {
  .comparison-compact {
    padding: 40px 0 38px;
  }

  .comparison-table-scroll {
    overflow: visible;
    border-radius: 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 12px;
  }

  .comparison-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;
  }

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

  .comparison-table tbody tr {
    overflow: hidden;
    border: 1px solid #dfe5ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(6, 26, 67, .035);
  }

  .comparison-table tbody th,
  .comparison-table tbody td {
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #e7ebf2;
    padding: 11px 14px;
  }

  .comparison-table tbody th {
    width: 100%;
    background: var(--pricing-navy, #061a43);
    color: #fff;
    font-size: .8rem;
  }

  .comparison-table tbody td {
    display: grid;
    grid-template-columns: minmax(112px, 40%) 1fr;
    gap: 12px;
    align-items: start;
    font-size: .76rem;
  }

  .comparison-table tbody td::before {
    content: attr(data-label);
    color: var(--pricing-navy, #061a43);
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.25;
  }

  .comparison-table tbody td:nth-child(2) {
    background: #fff5ed;
  }

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

  .comparison-compact-link {
    margin-top: 16px;
    font-size: .8rem;
  }
}

.comparison-page {
  background: var(--pricing-cream, #fffcf7);
}

.comparison-page .nav-dropdown {
  visibility: hidden;
}

.comparison-page .nav-item:hover .nav-dropdown,
.comparison-page .nav-item.open .nav-dropdown,
.comparison-page .nav-dropdown:focus-within {
  visibility: visible;
}

.comparison-page-shell {
  width: min(100% - 48px, 1040px);
  margin-inline: auto;
}

.comparison-hero {
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 80% 20%, rgba(243, 105, 33, .1), transparent 30%),
    var(--pricing-cream, #fffcf7);
  text-align: center;
}

.comparison-hero h1 {
  margin: 0;
  color: var(--pricing-navy, #061a43);
  font-family: var(--font-display, "Clash Grotesk", sans-serif);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .98;
}

.comparison-hero p {
  max-width: 860px;
  margin: 26px auto 0;
  color: var(--pricing-muted, #4f5f77);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.68;
}

.comparison-categories {
  padding: 0 0 clamp(4.5rem, 8vw, 7rem);
}

.comparison-category-list {
  display: grid;
  gap: 22px;
}

.comparison-category {
  padding: clamp(1.65rem, 3vw, 2.4rem);
  border: 1px solid #dfe5ef;
  border-left: 5px solid var(--pricing-orange, #f36921);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(6, 26, 67, .045);
}

.comparison-category h2 {
  margin: 0 0 18px;
  color: var(--pricing-navy, #061a43);
  font-family: var(--font-display, "Clash Grotesk", sans-serif);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.comparison-category p {
  margin: 0;
  color: var(--pricing-muted, #4f5f77);
  font-size: .98rem;
  line-height: 1.68;
}

.comparison-category p + p {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #edf0f5;
}

.comparison-category strong {
  color: var(--pricing-navy, #061a43);
  font-weight: 800;
}

.comparison-conversation {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border-top: 1px solid #e8e1d7;
  background: #fff;
  text-align: center;
}

.comparison-conversation h2 {
  margin: 0;
  color: var(--pricing-navy, #061a43);
  font-family: var(--font-display, "Clash Grotesk", sans-serif);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}

.comparison-conversation p {
  max-width: 790px;
  margin: 22px auto 0;
  color: var(--pricing-muted, #4f5f77);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.7;
}

.comparison-closing {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-top: 4px solid var(--pricing-orange, #f36921);
  background:
    radial-gradient(circle at 88% 12%, rgba(243, 105, 33, .2), transparent 31%),
    var(--pricing-navy, #061a43);
  color: #fff;
  text-align: center;
}

.comparison-closing h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--font-display, "Clash Grotesk", sans-serif);
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1;
}

.comparison-closing p {
  max-width: 830px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.7;
}

.comparison-closing .comparison-closing-link {
  max-width: 760px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-weight: 700;
}

.comparison-closing-link a {
  color: var(--pricing-orange, #f36921);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 760px) {
  .comparison-page .main-nav {
    visibility: hidden;
  }

  .comparison-page .main-nav.open {
    visibility: visible;
  }

  .comparison-page-shell {
    width: min(100% - 32px, 1040px);
  }

  .comparison-hero {
    padding: 72px 0 56px;
  }

  .comparison-category {
    padding: 22px 20px;
    border-left-width: 4px;
  }
}
