/* ============================================================
   Single Competitor Comparison Page
   Matches the /vs/{slug}/ design from the HTML prototype.
   ============================================================ */

.sc-page {
  background: #fff;
  font-family: 'Avenir-Pro', 'Avenir Next', 'Avenir', 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #190750;
}

.sc-page .tw-btn {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 999px;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: filter .18s, background .18s, box-shadow .18s;
  white-space: nowrap;
  line-height: 1;
}

.sc-page .tw-btn-primary {
  background: #3E5EE2;
  color: #fff;
  box-shadow: 0 2px 6px rgba(25, 7, 80, .06);
}

.sc-page .tw-btn-primary:hover {
  background: #3452CC;
  box-shadow: 0 10px 24px rgba(62, 94, 226, .22);
  color: #fff;
}

.sc-page .tw-btn-outline {
  background: #fff;
  color: #190750;
  border: 1.5px solid #190750;
  padding: 11.5px 22px;
}

.sc-page .tw-btn-outline:hover {
  background: rgba(62, 94, 226, .06);
  border-color: #3E5EE2;
  color: #190750;
}

.sc-page .tw-btn-primary-inv {
  background: #fff;
  color: #190750;
  border: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
}

.sc-page .tw-btn-primary-inv:hover {
  background: rgba(255, 255, 255, .88);
  color: #190750;
}

.sc-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: #3E5EE2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.sc-section-head {
  text-align: center;
  margin-bottom: 48px;
}

.sc-section-head--left {
  text-align: left;
  margin-bottom: 40px;
}

.sc-section-head--left .sc-eyebrow {
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: #3E5EE2;
  margin-bottom: 12px;
}

.sc-section-head--left .sc-section-h2 {
  text-align: left;
  margin: 8px 0 0;
  max-width: 820px;
}

.sc-section-head--left .sc-section-sub {
  text-align: left;
  margin: 16px 0 0 !important;
  max-width: 820px;
}

.sc-section-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 43px;
  font-weight: 600;
  color: #190750;
  line-height: 1.15;
  letter-spacing: -.01em;
  margin: 8px auto 0;
  max-width: 760px;
}

.sc-section-sub,
.sc-table-desc {
  font-size: 17px;
  color: #190750;
  max-width: 820px;
  margin: 18px auto 0 !important;
  line-height: 1.6;
}

.sc-subnav {
  background: #fff;
  border-bottom: 1px solid #EFEFEF;
  position: sticky;
  top: 60px;
  /* Mobile header offset */
  z-index: 9;

  @media (min-width: 768px) {
    top: 80px;
    /* Desktop header offset */
  }
}

.sc-subnav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #190750;
  flex-wrap: wrap;
}

.sc-subnav-label {
  font-weight: 600;
  color: #190750;
}

.sc-subnav-sep {
  opacity: .4;
}

.sc-subnav-here {
  color: #190750;
  font-weight: 600;
}

.sc-subnav-links {
  margin-left: auto;
  display: flex;
  gap: 20px;
}

.sc-subnav-links a,
.sc-subnav-link {
  color: #190750;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: color .18s;
}

.sc-subnav-links a:hover,
.sc-subnav-link:hover {
  color: #3E5EE2;
}

.sc-hero {
  position: relative;
  padding: 72px 56px 84px;
  background: linear-gradient(180deg, #F5EEFC 0%, #EDF0FC 70%, #FFFFFF 100%);
  overflow: hidden;
}

.sc-hero-shape-a {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: .55;
  right: -120px;
  top: -90px;
  width: 440px;
  height: 496px;
  background: #D6BAF2;
  transform: rotate(-10deg);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 550 620'><path d='M285 8 C 420 8, 530 170, 532 340 C 534 490, 420 608, 260 610 C 115 612, 18 500, 16 360 C 14 200, 150 8, 285 8 Z' fill='black'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 550 620'><path d='M285 8 C 420 8, 530 170, 532 340 C 534 490, 420 608, 260 610 C 115 612, 18 500, 16 360 C 14 200, 150 8, 285 8 Z' fill='black'/></svg>") center/contain no-repeat;
}

.sc-hero-shape-b {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: .7;
  left: -90px;
  bottom: -110px;
  width: 300px;
  height: 338px;
  background: #DCE2FA;
  transform: rotate(8deg);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 550 620'><path d='M285 8 C 420 8, 530 170, 532 340 C 534 490, 420 608, 260 610 C 115 612, 18 500, 16 360 C 14 200, 150 8, 285 8 Z' fill='black'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 550 620'><path d='M285 8 C 420 8, 530 170, 532 340 C 534 490, 420 608, 260 610 C 115 612, 18 500, 16 360 C 14 200, 150 8, 285 8 Z' fill='black'/></svg>") center/contain no-repeat;
}

.sc-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.sc-hero-copy {
  z-index: 1;
}

.sc-hero-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3E5EE2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.sc-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: 52px;
  font-weight: 600;
  color: #190750;
  line-height: 1.1;
  letter-spacing: -.015em;
  margin: 0 0 22px;
  max-width: 720px;
}

.sc-hero-title em {
  font-style: normal;
  background: linear-gradient(135deg, #3E5EE2, #7526C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-hero-sub {
  font-size: 17px;
  color: #190750;
  line-height: 1.6;
  max-width: 580px;
  margin: 0 0 40px;
}

.sc-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}

/* Jump-to button */
.sc-btn-jump {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #190750;
  background: #fff;
  border: 1.5px solid #190750;
  padding: 11.5px 22px;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: background .18s, border-color .18s, color .18s;
}

.sc-btn-jump:hover {
  background: rgba(62, 94, 226, .06);
  border-color: #3E5EE2;
  color: #3E5EE2;
}

.sc-btn-jump-arrow {
  flex-shrink: 0;
}

/* Hero artwork */
.sc-hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-hero-logos {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}

.sc-hero-circle {
  position: absolute;
  left: 14%;
  top: 12%;
  width: 76%;
  height: 76%;
  overflow: visible;
}

.sc-logo-tile {
  position: absolute;
  border-radius: 17%;
  display: grid;
  place-items: center;
}

.sc-logo-tw {
  left: 0;
  top: 0;
  width: 58%;
  aspect-ratio: 1;
  background: #3E5EE2;
  box-shadow: 0 26px 60px rgba(62, 94, 226, .30);
  z-index: 2;
}

.sc-logo-tw svg {
  width: 54%;
}

.sc-logo-comp {
  right: 0;
  bottom: 0;
  width: 52%;
  aspect-ratio: 1;
  background: transparent;
  box-shadow: 0 26px 60px rgba(44, 110, 249, .18);
  z-index: 1;
  overflow: hidden;
}

.sc-logo-comp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-logo-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #3E5EE2;
}

.sc-what {
  padding: 48px 56px 48px;
  max-width: 1320px;
  margin: 0 auto;
}

.sc-what-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.sc-what-tag {
  font: 600 14px / 1 'Poppins';
  color: #3E5EE2;
  letter-spacing: .04em;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.sc-what-card {
  border-radius: 24px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.sc-w-tw {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #3E5EE2 0%, #7526C5 100%) border-box;
  border: 2px solid transparent;
}

/* Competitor card */
.sc-w-comp {
  background: #fff;
  border: 2px solid #D6BAF2;
}

.sc-what-comp-logo {
  height: 26px;
  width: auto;
  object-fit: contain;
}

.sc-what-tw-logo {
  height: 26px;
  width: auto;
  object-fit: contain;
}

.sc-what-comp-text-logo,
.sc-what-tw-text-logo {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #3E5EE2;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0;
}

.sc-what-title {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #190750;
  letter-spacing: -.01em;
  line-height: 1.2;
  margin: 8px 0 10px;
}

.sc-what-body {
  font-size: 16px;
  color: #190750;
  line-height: 1.55;
  margin: 0;
}

.sc-what-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.sc-what-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 500 12px / 1 'Poppins';
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #DCE2FA;
  color: #190750;
}

.sc-what-chip--accent {
  background: linear-gradient(135deg, #3E5EE2 0%, #7526C5 100%);
  border-color: transparent;
  color: #fff;
}

/* Bridge / realization text */
.sc-bridge {
  max-width: 995px;
  margin: 40px auto 0;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #190750;
  text-align: center;
  padding: 0 24px;
  background: none;
  border: none;
  border-radius: 0;

  p {
    text-align: center;
  }
}

.sc-table-section {
  padding: 64px 56px;
  background: #EDF0FC;
}

.sc-table-section .sc-section-head {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.sc-section-sub {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #190750;
  line-height: 1.55;
  max-width: 780px;
  margin: 16px auto 0;
  opacity: 0.85;
}

.sc-table-wrap {
  max-width: 1320px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(25, 7, 80, .06);
  border: 1px solid #EFEFEF;
  overflow: hidden;
}

.sc-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 15px;
}

.sc-table thead {
  background: #fff;
  color: #190750;
}

.sc-th {
  padding: 32px 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: left;
  color: #190750;
  border-bottom: 1px solid #EFEFEF;
  vertical-align: top;
}

.sc-th-need {
  width: 28%;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #190750;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.3;
  padding-top: 74px;
}

.sc-th-tw {
  width: 36%;
  border-left: 2px solid #3E5EE2;
  border-right: 2px solid #3E5EE2;
  border-top: 2px solid #3E5EE2;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: #fff;
}

.sc-th-comp {
  width: 36%;
  border-left: none;
}

.sc-th-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.sc-th-logo {
  height: 26px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0;
}

.sc-th-text-logo-tw,
.sc-th-text-logo-comp {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #3E5EE2;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0;
}

.sc-th-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}

.sc-th-pill-tw,
.sc-th-pill-comp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 600 14px / 1 'Poppins', sans-serif;
  padding: 8px 14px;
  border-radius: 999px;
  color: #3E5EE2;
  background: #EDF0FC;
  border: 1px solid #DCE2FA;
}

.sc-th-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #190750;
  opacity: 0.85;
  margin: 0;
  text-align: left;
}

.sc-tr:hover {
  background: rgba(237, 240, 252, .4);
}

.sc-td {
  padding: 22px 28px;
  vertical-align: top;
  line-height: 1.55;
  color: #190750;
  font-size: 15px;
  border-bottom: 1px solid #EFEFEF;
}

.sc-td-need {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #190750;
  line-height: 1.3;
}

.sc-td-tw {
  border-left: 2px solid #3E5EE2;
  border-right: 2px solid #3E5EE2;
  background: #fff;
}

.sc-td-comp {
  border-left: none;
}

.sc-tr:last-child .sc-td {
  border-bottom: none;
}

.sc-tr:last-child .sc-td-tw {
  border-bottom: 2px solid #3E5EE2;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: #EDF0FC;
  font-weight: 600;
}

.sc-tr:last-child .sc-td-comp {
  background: #F2F4FE;
  font-weight: 600;
  border-bottom-right-radius: 24px;
}

/* ✧✧✧ Inline CTA ✧✧✧ */
.sc-cta-inline {
  padding: 64px 56px;
  background: #fff;
}

.sc-cta-inline-card {
  max-width: 1280px;
  margin: 0 auto;
  background: linear-gradient(135deg, #3E5EE2 0%, #7526C5 100%);
  border-radius: 999px;
  padding: 36px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  min-height: 187px;
}

.sc-cta-inline-copy {
  max-width: 720px;
}

.sc-cta-inline-title {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -.01em;
  color: #fff;
  margin: 0 0 6px;
}

.sc-cta-inline-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, .92);
  margin: 0;
  max-width: 580px;
}

.sc-cta-inline-btn {
  flex-shrink: 0;
}

.sc-alts {
  padding: 64px 56px;
  background: #fff;
}

.sc-alts-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.sc-alts-head p {
  font-size: 17px;
  line-height: 1.6;
  color: #190750;
  margin: 18px auto 0;
  max-width: 820px;
}

.sc-alts-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sc-alt-card {
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all .18s cubic-bezier(.2, .8, .2, 1);
}

.sc-alt-card:hover {
  border-color: #DCE2FA;
  box-shadow: 0 12px 32px rgba(25, 7, 80, .08);
  transform: translateY(-2px);
}

.sc-alt-num {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3E5EE2;
  line-height: 1;
}

.sc-alt-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.005em;
  color: #190750;
  line-height: 1.35;
  margin: 0;
}

.sc-alt-body {
  font-size: 14px;
  color: #190750;
  line-height: 1.5;
  margin: 0;
}

.sc-diff {
  padding: 56px 56px 64px;
  background: #EDF0FC;
}

.sc-diff .sc-section-head {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.sc-diff-list {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sc-diff-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 28px;
  border: 1px solid #EFEFEF;
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.sc-diff-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sc-diff-num {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  font-weight: 600;
  background: linear-gradient(135deg, #3E5EE2, #7526C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -.03em;
  line-height: 1;
}

.sc-diff-tag {
  display: none;
}

.sc-diff-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sc-diff-head h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #190750;
  letter-spacing: -.01em;
  margin: 6px 0 4px;
  line-height: 1.25;
}

.sc-diff-head p {
  font-size: 13px;
  color: #190750;
  line-height: 1.5;
  margin: 0;
}

/* Use display:contents so sc-d-tw and sc-d-comp become direct grid children */
.sc-diff-sides {
  display: contents;
}

.sc-diff-side {
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

/* Competitor side — light (appears in col 3) */
.sc-d-comp {
  background: #F2F4FE;
  border: none;
  grid-column: 3;
}

/* Tastewise side — gradient (appears in col 2) */
.sc-d-tw {
  background: linear-gradient(135deg, #3E5EE2 0%, #7526C5 100%);
  border: none;
  grid-column: 2;
}

.sc-diff-logo-wrap {
  min-height: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.sc-diff-logo {
  height: 28px;
  width: auto;
  object-fit: contain;
  display: block;
}

.sc-diff-text-logo-tw,
.sc-diff-text-logo-comp {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3E5EE2;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0;
}

.sc-d-tw .sc-diff-text-logo-tw {
  color: #fff;
}

.sc-diff-side h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 0;
  line-height: 1.3;
}

.sc-d-comp h4 {
  color: #190750;
}

.sc-d-tw h4 {
  color: #fff;
}

.sc-diff-side p {
  font-size: 13px;
  line-height: 1.5;
  margin: 4px 0 0;
}

.sc-d-comp p {
  color: #190750;
}

.sc-d-tw p {
  color: rgba(255, 255, 255, .88);
}

.sc-diff-side ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 14px;
}

.sc-diff-side li {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  padding: 3px 0 3px 16px;
  position: relative;
}

.sc-d-comp li {
  color: #190750;
}

.sc-d-tw li {
  color: #fff;
}

.sc-diff-side li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 999px;
}

.sc-d-comp li::before {
  background: #3E5EE2;
}

.sc-d-tw li::before {
  background: #fff;
}

.sc-both {
  padding: 64px 56px;
  background: #fff;
}

.sc-both-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.sc-both-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  max-width: 1080px;
  margin: 0 auto;
}

.sc-both-side {
  border-radius: 24px;
  padding: 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sc-both-tw-logo {
  height: 28px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 16px 0;
  display: block;
  align-self: flex-start;
}

.sc-both-tw-text-logo {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3E5EE2;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0 auto 16px 0;
  text-align: left;
}

.sc-both-comp-logo {
  height: 28px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 16px 0;
  display: block;
  align-self: flex-start;
}

.sc-both-comp-text-logo {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3E5EE2;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0 auto 16px 0;
  text-align: left;
}

.sc-b-tw {
  background: #fff;
  border: 2px solid #D6BAF2;
}

/* Competitor side */
.sc-b-comp {
  background: #fff;
  border: 2px solid #D6BAF2;
}

.sc-both-side h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.01em;
  color: #190750;
  margin: 14px 0 6px;
  line-height: 1.2;
}

.sc-both-lede {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #190750;
  margin: 0 0 18px;
  line-height: 1.4;
}

.sc-both-side ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sc-both-side li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #190750;
  line-height: 1.4;
}

.sc-both-side i {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3E5EE2, #7526C5);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.sc-check-icon svg,
.sc-dot-icon svg {
  display: block;
}

.sc-both-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 96px;
  font-weight: 300;
  color: rgb(67, 88, 223);
  opacity: 1;
  line-height: 1;
}

.sc-both-foot {
  text-align: center;
  margin-top: 36px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #190750;
  line-height: 1.4;
}

.sc-both-foot em {
  font-style: normal;
  background: linear-gradient(135deg, #3E5EE2, #7526C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-proof {
  padding: 64px 56px 80px;
  background: linear-gradient(180deg, #F8F5FC 0%, #EDF0FC 100%);
}

.sc-proof .sc-section-head {
  margin-bottom: 40px;
}

.sc-proof .sc-section-head .sc-eyebrow {
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: #3E5EE2;
  margin-bottom: 12px;
}

.sc-proof .sc-section-head .sc-section-h2 {
  font-size: 43px;
  line-height: 1.15;
  margin-top: 12px;
}

.sc-testimonial {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(25, 7, 80, .08), 0 2px 6px rgba(25, 7, 80, .04);
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
}

.sc-quote-pane {
  padding: 44px 52px 40px;
  display: flex;
  flex-direction: column;
  min-height: 380px;
}

.sc-quote-mark {
  width: 48px;
  height: 38px;
  margin-bottom: 26px;
  display: block;
  flex-shrink: 0;
}

.sc-quote {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #190750;
  letter-spacing: -.01em;
  line-height: 1.4;
  max-width: 540px;
  margin: 0 0 32px;
  font-style: normal;
}

.sc-speaker {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sc-speaker-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.sc-speaker-avatar-placeholder {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #EDF0FC;
  color: #3E5EE2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-speaker-avatar-placeholder svg {
  opacity: 0.8;
}

.sc-speaker-id {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sc-speaker-name {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #190750;
  opacity: 0.8;
  line-height: 1.2;
}

.sc-speaker-role {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #190750;
  line-height: 1.2;
}

.sc-speaker-logo {
  height: 32px;
  width: auto;
  object-fit: contain;
  margin-top: 8px;
}

.sc-stats-pane {
  background: linear-gradient(150deg, #3E5EE2 0%, #5A3FD8 55%, #7526C5 100%);
  color: #fff;
  padding: 44px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  align-items: flex-start;
}

.sc-stat {
  text-align: left;
  width: 100%;
}

.sc-stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 84px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -.03em;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: flex-start;
}

.sc-stat-num sup {
  font-size: 0.5em;
  font-weight: 600;
  line-height: 1;
  margin-left: 0.05em;
  position: relative;
  top: 0.12em;
  vertical-align: baseline;
}

.sc-stat-caption {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, .92);
  line-height: 1.45;
  margin: 0;
  max-width: 340px;
  text-align: left;
}

.sc-final-cta {
  padding: 56px 56px 80px;
  background: #fff;
}

.sc-final-cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  background: linear-gradient(135deg, #3E5EE2 0%, #7526C5 100%);
  border-radius: 999px;
  padding: 36px 56px 36px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  color: #fff;
}

.sc-final-cta-inner h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -.01em;
  color: #fff;
  margin: 0 0 6px;
}

.sc-final-cta-inner p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, .92);
  margin: 0;
  max-width: 580px;
}

.sc-final-cta-copy {
  max-width: 720px;
  flex: 1;
}

.sc-final-cta-btn {
  flex-shrink: 0;
}

.sc-faq {
  padding: 64px 56px 96px;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
}

.sc-faq-title {
  font-family: 'Poppins', sans-serif;
  font-size: 43px;
  font-weight: 600;
  color: #190750;
  letter-spacing: -.015em;
  text-align: center;
  margin: 0 auto 56px;
  max-width: 880px;
  line-height: 1.15;
}

.sc-faq-grad {
  background: linear-gradient(135deg, #3E5EE2, #7526C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-faq-list {
  display: flex;
  flex-direction: column;
}

.sc-faq-item {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  border: none;
  border-top: 1px solid #DCE2FA;
}

.sc-faq-item:last-child {
  border-bottom: 1px solid #DCE2FA;
}

.sc-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 56px 1fr 32px;
  align-items: center;
  gap: 24px;
  background: transparent;
  user-select: none;
  border-bottom: none;
}

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

.sc-faq-item summary:hover .sc-faq-q {
  color: #3E5EE2;
}

.sc-faq-item[open] summary {
  border-bottom: none;
}

.sc-faq-num {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3E5EE2;
  letter-spacing: .04em;
  flex-shrink: 0;
}

.sc-faq-q {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #190750;
  line-height: 1.3;
  transition: color .18s;
}

.sc-faq-toggle {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform .25s;
}

.sc-faq-toggle::before {
  content: '';
  position: absolute;
  background: #3E5EE2;
  border-radius: 2px;
  width: 22px;
  height: 3px;
  transition: transform .25s, opacity .25s;
}

.sc-faq-toggle::after {
  content: '';
  position: absolute;
  background: #3E5EE2;
  border-radius: 2px;
  width: 3px;
  height: 22px;
  transition: transform .25s, opacity .25s;
}

.sc-faq-item[open] .sc-faq-toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

.sc-faq-body-wrap {
  padding: 0;
}

.sc-faq-body {
  padding: 0 24px 28px 80px;
  max-width: 880px;
}

.sc-faq-body p {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #190750;
  opacity: .78;
  line-height: 1.55;
  margin: 0;
}

.sc-related {
  padding: 64px 56px 80px;
  background: linear-gradient(180deg, #F8F5FC 0%, #FFFFFF 100%);
}

.sc-related .sc-section-head {
  margin-bottom: 48px;
  text-align: center;
}

.sc-related .sc-section-head .sc-eyebrow {
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: #3E5EE2;
  margin-bottom: 12px;
  justify-content: center;
}

.sc-related .sc-section-head .sc-section-h2 {
  font-size: 43px;
  line-height: 1.15;
  margin-top: 12px;
}

.sc-related .sc-section-head .sc-section-sub {
  font-size: 16px;
  color: #190750;
  line-height: 1.55;
  max-width: 780px;
  margin: 16px auto 0;
  opacity: 0.85;
  text-align: center;
}

.sc-related-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.sc-related-card {
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: all .2s cubic-bezier(.2, .8, .2, 1);
  box-shadow: 0 4px 12px rgba(25, 7, 80, 0.02);
}

.sc-related-card:hover {
  border-color: #DCE2FA;
  box-shadow: 0 16px 40px rgba(25, 7, 80, .06);
  transform: translateY(-2px);
}

.sc-related-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sc-related-card-tw-logo {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.sc-related-card-tw-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3E5EE2;
}

.sc-related-card-vs {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #190750;
  opacity: 0.6;
}

.sc-related-logo {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.sc-related-card-comp-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #190750;
}

.sc-related-logo-placeholder {
  width: 48px;
  height: 48px;
  background: #3E5EE2;
  color: #fff;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 16px;
}

.sc-related-name {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: #190750;
  margin: 0;
  line-height: 1.25;
}

.sc-related-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #190750;
  opacity: 0.85;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

.sc-related-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #3E5EE2;
  margin-top: auto;
  padding-top: 4px;
}

.sc-related-card:hover .sc-related-cta {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .sc-hero {
    padding: 48px 32px;
  }

  .sc-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sc-hero-title {
    font-size: 44px;
  }

  .sc-hero-art {
    display: none;
  }

  .sc-what {
    padding: 40px 32px 20px;
  }

  .sc-what-inner {
    grid-template-columns: 1fr;
  }

  .sc-diff-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .sc-diff-sides {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .sc-d-comp {
    grid-column: auto;
    order: 0;
  }

  .sc-d-tw {
    grid-column: auto;
    order: 0;
  }

  .sc-both-grid {
    max-width: 880px;
  }

  .sc-testimonial {
    grid-template-columns: 1fr;
  }

  .sc-stats-pane {
    padding: 32px 28px;
  }

  .sc-section-h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {

  .sc-hero,
  .sc-table-section,
  .sc-cta-inline,
  .sc-alts,
  .sc-diff,
  .sc-both,
  .sc-proof,
  .sc-final-cta,
  .sc-faq,
  .sc-related {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sc-what {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sc-both-grid {
    grid-template-columns: 1fr;
  }

  .sc-both-plus {
    font-size: 48px;
    justify-content: center;
    padding: 0;
  }

  .sc-section-head--left .sc-eyebrow {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .sc-section-head--left .sc-section-sub {
    font-size: 15px;
  }

  .sc-cta-inline-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    border-radius: 28px;
  }

  .sc-final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    border-radius: 28px;
  }

  .sc-final-cta {
    padding: 56px 56px 50px;
    background: #fff;
  }

  .sc-related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sc-related-card {
    padding: 24px 28px;
    gap: 12px;
  }

  .sc-related-name {
    font-size: 20px;
  }

  .sc-subnav-links {
    display: none;
  }

  .sc-alts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sc-section-h2 {
    font-size: 30px;
  }

  .sc-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sc-table {
    min-width: 750px;
  }
}

@media (max-width: 640px) {
  .sc-hero {
    padding: 48px 20px 56px;
  }

  .sc-hero-title {
    font-size: clamp(28px, 8vw, 34px);
  }

  .sc-hero-sub {
    font-size: 15px;
  }

  .sc-hero-cta {
    flex-direction: column;
  }

  .sc-hero-cta .tw-btn,
  .sc-hero-cta .sc-btn-jump {
    width: 100%;
    justify-content: center;
  }

  .sc-what {
    padding: 32px 20px;
  }

  .sc-what-card {
    border-radius: 20px;
    padding: 26px 22px;
  }

  .sc-what-tag {
    font-size: 11px;
    padding: 4px 10px;
  }

  .sc-what-title {
    font-size: 22px;
  }

  .sc-what-body {
    font-size: 14px;
  }

  .sc-alts-grid {
    grid-template-columns: 1fr;
  }

  .sc-cta-inline-title {
    font-size: 22px;
  }

  .sc-final-cta-inner h2 {
    font-size: 26px;
  }

  .sc-both-plus {
    font-size: 48px;
  }

  .sc-both-side {
    padding: 24px;
    border-radius: 20px;
  }

  .sc-stats-pane {
    padding: 28px 24px;
  }

  .sc-stat-num {
    font-size: 64px;
  }

  .sc-faq {
    padding: 48px 20px 64px;
  }

  .sc-faq-title {
    font-size: clamp(26px, 6vw, 36px);
    margin-bottom: 36px;
  }

  .sc-faq-item summary {
    grid-template-columns: 40px 1fr 28px;
    gap: 12px;
    padding: 20px 0;
  }

  .sc-faq-q {
    font-size: 16px;
  }

  .sc-faq-body {
    padding-left: 52px;
    padding-bottom: 20px;
  }

  .sc-faq-body p {
    font-size: 15px;
  }

  .sc-subnav-inner {
    padding: 10px 20px;
  }

  .sc-section-h2 {
    font-size: 26px;
  }
}

.sc-logos {
  padding: 40px 0 48px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.sc-logos-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #190750;
  margin: 0 0 28px;
  font-weight: 400;
  padding: 0 24px;
}

.sc-logos-tagline strong {
  color: #3E5EE2;
  font-weight: 700;
}

/* ── Marquee ── */
.sc-logos-marquee-wrap {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
  margin-top: 40px;
}

.sc-logos-marquee {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: sc-logos-scroll 40s linear infinite;
}

.sc-logos:hover .sc-logos-marquee {
  animation-play-state: paused;
}

@keyframes sc-logos-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.sc-logos-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.sc-logos-img {
  height: 83px;
  width: auto;
  max-width: 276px;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .sc-logos {
    padding: 24px 0 36px;
  }

  .sc-logos-marquee {
    gap: 40px;
  }

  .sc-logos-img {
    height: 65px;
    max-width: 200px;
  }
}

/* ── Related Comparisons ────────────────────────────────────────────────── */
.sc-related {
  padding: 80px 56px;
  background: linear-gradient(180deg, #F5EEFC 0%, #EDF0FC 70%, #FFFFFF 100%);
}

.sc-related .sc-section-head {
  max-width: 1320px;
  margin: 0 auto 48px;
  text-align: center;
}

.sc-related .sc-section-h2 {
  margin-top: 12px;
}

.sc-related .sc-section-sub {
  max-width: 780px;
  margin: 18px auto 0 !important;
  font-size: 16px;
  color: #190750;
  line-height: 1.55;
  opacity: 0.85;
}

.sc-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.sc-related-card {
  background: #ffffff;
  border: 1.5px solid #F5EEFC;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(25, 7, 80, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sc-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(62, 94, 226, 0.08);
  border-color: #DCE2FA;
}

.sc-related-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 20px;
}

.sc-related-badge-icon-wrap {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3E5EE2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-related-badge-icon-wrap svg {
  width: 10px;
  height: auto;
  display: block;
}

.sc-related-badge-tw {
  color: #3E5EE2;
  font-weight: 700;
}

.sc-related-badge-vs {
  color: #190750;
  opacity: 0.6;
  font-weight: 400;
  font-size: 13px;
}

.sc-related-badge-comp {
  color: #190750;
  font-weight: 700;
}

.sc-related-card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #190750;
  margin: 0 0 12px;
  line-height: 1.2;
}

.sc-related-card-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #190750;
  opacity: 0.85;
  margin: 0 0 28px;
  flex-grow: 1;
}

.sc-related-card-link {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3E5EE2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.18s ease;
}

.sc-related-card-link .sc-related-card-arrow {
  transition: transform 0.2s ease;
}

.sc-related-card-link:hover {
  color: #3452CC;
}

.sc-related-card-link:hover .sc-related-card-arrow {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .sc-related {
    padding: 64px 32px;
  }

  .sc-related-grid {
    gap: 24px;
  }

  .sc-related-card {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .sc-related {
    padding: 48px 20px;
  }

  .sc-related-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sc-related-card {
    padding: 28px 24px;
  }
}