@charset "UTF-8";
body {
  font-family: Inter;
}

.svb-hero {
  padding: 40px 0 56px;
  border-bottom: 1px solid #e8e6ea;
}
@media screen and (max-width: 768px) {
  .svb-hero {
    padding: 48px 0 40px;
  }
}
@media screen and (max-width: 468px) {
  .svb-hero {
    padding: 32px 0 28px;
  }
}
.svb-hero .eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fc739c;
  margin-bottom: 20px;
}
.svb-hero h1 {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: #0f0f12;
}
@media screen and (max-width: 768px) {
  .svb-hero h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 468px) {
  .svb-hero h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.8px;
  }
}
.svb-hero .deck {
  font-size: 20px;
  line-height: 1.55;
  color: #3a3a42;
  font-weight: 400;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .svb-hero .deck {
    font-size: 18px;
  }
}
@media screen and (max-width: 468px) {
  .svb-hero .deck {
    font-size: 16px;
    line-height: 24px;
  }
}
.svb-hero .byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #6b6b75;
}
.svb-hero .byline .byline-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.svb-hero .byline .dot {
  width: 4px;
  height: 4px;
  background: #6b6b75;
  border-radius: 50%;
}
@media screen and (max-width: 468px) {
  .svb-hero .byline .dot {
    display: none;
  }
}

.svb-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 24px;
}
@media screen and (max-width: 468px) {
  .svb-wrap {
    padding: 0 16px;
  }
}

.svb-article {
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 468px) {
  .svb-article {
    padding: 32px 0 60px;
  }
}
.svb-article p {
  margin-bottom: 1.5rem;
  color: #403b3c;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.8;
}
.svb-article h2 {
  scroll-margin-top: 100px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #151414;
  letter-spacing: -0.72px;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .svb-article h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 468px) {
  .svb-article h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.svb-article h3 {
  scroll-margin-top: 100px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  color: #151414;
  letter-spacing: -0.4px;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 468px) {
  .svb-article h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.svb-article strong {
  font-weight: 600;
  color: #151414;
}
.svb-article a {
  color: #403b3c;
  font-weight: 600;
  text-decoration: underline;
}
.svb-article a:hover {
  color: #ff67a3;
}
.svb-article ul, .svb-article ol {
  padding-left: 22px;
  margin: 14px 0 20px;
}
.svb-article ul {
  list-style: disc;
}
.svb-article ol {
  list-style: decimal;
}
.svb-article li {
  margin: 8px 0;
  color: #403b3c;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.7;
}

.svb-pullquote {
  margin: 40px 0;
  padding: 28px 32px;
  background: #ffebf1;
  border-left: 3px solid #fc739c;
  border-radius: 4px;
}
@media screen and (max-width: 468px) {
  .svb-pullquote {
    padding: 20px 16px;
  }
}
.svb-pullquote .stat {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #fa608e;
  letter-spacing: -0.4px;
  margin: 0 0 10px;
}
@media screen and (max-width: 468px) {
  .svb-pullquote .stat {
    font-size: 20px;
  }
}
.svb-pullquote .caption {
  font-size: 14px;
  color: #3a3a42;
  margin: 0;
  line-height: 1.5;
}

.svb-image {
  margin: auto;
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.svb-image video, .svb-image img {
  border-radius: 12px;
}

.svb-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 28px 0 20px;
}
@media screen and (max-width: 468px) {
  .svb-cards {
    grid-template-columns: 1fr;
  }
}
.svb-cards .svb-card {
  background: #fbf9fa;
  border: 1.6px solid #e8e6ea;
  border-radius: 10px;
  padding: 20px;
}
.svb-cards .svb-card .label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f0f12;
  margin: 0 0 12px;
}
.svb-cards .svb-card .number {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #fc739c;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.svb-cards .svb-card .number .unit {
  font-size: clamp(20px, 3vw, 28px);
  color: #fc739c;
  font-weight: 500;
}
.svb-cards .svb-card .sub {
  font-size: clamp(14px, 2vw, 16px);
  color: #6b6b75;
  margin: 0 0 12px;
  line-height: 1.5;
}
.svb-cards .svb-card .top {
  display: inline-block;
  padding: 4px 12px;
  background-color: #ffebf1;
  color: #fa608e;
  font-size: 14px;
  font-weight: 500;
  border-radius: 999px;
  margin-bottom: 0;
}

.svb-data-table {
  margin: 24px 0 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1.6px solid #e8e6ea;
  border-radius: 10px;
}
.svb-data-table table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}
.svb-data-table th {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fa608e;
  padding: 12px 16px;
  border-bottom: 1.6px solid #e8e6ea;
  background: #ffebf1;
  white-space: nowrap;
}
.svb-data-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e8e6ea;
  color: #3a3a42;
  vertical-align: middle;
}
.svb-data-table td.test-id {
  font-weight: 700;
  color: #fc739c;
  font-variant-numeric: tabular-nums;
}
.svb-data-table td.numeric {
  font-variant-numeric: tabular-nums;
  color: #0f0f12;
  font-weight: 500;
}
.svb-data-table td.result {
  font-weight: 600;
  color: #0f0f12;
  white-space: nowrap;
}
.svb-data-table td.result .winner {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  background: #ffebf1;
  color: #fa608e;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.svb-data-table tr:last-child td {
  border-bottom: none;
}

.svb-table-note {
  font-size: 13px;
  color: #6b6b75;
  margin: 6px 0 0;
  font-style: italic;
}

.svb-chart {
  background: #fbf9fa;
  border: 1.6px solid #e8e6ea;
  border-radius: 12px;
  padding: 24px;
  margin: 28px 0;
}
@media screen and (max-width: 468px) {
  .svb-chart {
    padding: 16px;
  }
}
.svb-chart__title {
  font-size: 12px;
  font-weight: 600;
  color: #0f0f12;
  margin: 0 0 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.svb-chart__sub {
  font-size: 13px;
  color: #6b6b75;
  margin: 0 0 20px;
}

.svb-bar-row {
  display: grid;
  grid-template-columns: 110px 1fr 52px;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.svb-bar-row--spaced {
  margin-top: 20px;
}
@media screen and (max-width: 468px) {
  .svb-bar-row {
    grid-template-columns: 80px 1fr 44px;
    gap: 8px;
  }
}
.svb-bar-row .label {
  font-size: 14px;
  font-weight: 500;
  color: #0f0f12;
}
@media screen and (max-width: 468px) {
  .svb-bar-row .label {
    font-size: 12px;
  }
}
.svb-bar-row .label small {
  display: block;
  font-size: 12px;
  color: #6b6b75;
  font-weight: 400;
  margin-top: 2px;
}
.svb-bar-row .value {
  font-size: 14px;
  font-weight: 600;
  color: #0f0f12;
  text-align: right;
}

.svb-bar-track {
  background: #e8e6ea;
  height: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.svb-bar-fill {
  height: 100%;
  background: #fc739c;
  border-radius: 4px;
  transition: width 0.6s ease;
}
.svb-bar-fill--muted {
  background: #c9c7cc;
}

.svb-steps {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  counter-reset: stepnum;
}
.svb-steps li {
  counter-increment: stepnum;
  padding: 16px 0 16px 52px;
  position: relative;
  border-bottom: 1px solid #e8e6ea;
  color: #403b3c;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.7;
}
.svb-steps li:last-child {
  border-bottom: none;
}
.svb-steps li::before {
  content: counter(stepnum);
  position: absolute;
  left: 0;
  top: 16px;
  width: 32px;
  height: 32px;
  background: #ffebf1;
  color: #fa608e;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svb-steps li strong {
  display: block;
  color: #151414;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.svb-footnote {
  padding: 32px 32px;
  background: #ffebf1;
  border-radius: 8px;
  font-size: 13px;
  color: #6b6b75;
  line-height: 1.6;
}
.svb-footnote > p {
  margin-bottom: 0px;
}
.svb-footnote strong {
  color: #3a3a42;
}

#shoppable-footer-banner {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #shoppable-footer-banner {
    height: auto;
    min-height: 360px;
  }
}
#shoppable-footer-banner .banner-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#shoppable-footer-banner .banner-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#shoppable-footer-banner .banner-bg .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
#shoppable-footer-banner .banner-bg .banner-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Gradients-Shop-Glow, linear-gradient(45deg, #fc739c 0.34%, #cc4570 99.66%));
  opacity: 0.32;
}
#shoppable-footer-banner .banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 115px 97px;
  max-width: 700px;
}
@media screen and (max-width: 1100px) {
  #shoppable-footer-banner .banner-content {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 768px) {
  #shoppable-footer-banner .banner-content {
    padding: 60px 24px;
    max-width: 100%;
  }
}
#shoppable-footer-banner .banner-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#shoppable-footer-banner .banner-copy h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #shoppable-footer-banner .banner-copy h2 {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
#shoppable-footer-banner .banner-copy p {
  color: #e4e4e7;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #shoppable-footer-banner .banner-copy p {
    font-size: 18px;
  }
}
#shoppable-footer-banner .banner-cta-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 468px) {
  #shoppable-footer-banner .banner-cta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
#shoppable-footer-banner .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  padding: 12px 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 468px) {
  #shoppable-footer-banner .cta {
    width: 100%;
  }
}
#shoppable-footer-banner .cta:hover {
  opacity: 0.85;
}
#shoppable-footer-banner .cta.cta-primary {
  background: #18181b;
  color: #fff;
  border: none;
}
#shoppable-footer-banner .cta.cta-secondary {
  background: #fff;
  color: #18181b;
  border: 1px solid #e4e4e7;
}

.svb-toc {
  background: #fbf9fa;
  border: 1.6px solid #e8e6ea;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
  font-size: 15px;
}
.svb-toc .svb-toc__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6b75;
  margin-bottom: 10px;
}
.svb-toc ol {
  margin: 0;
  padding-left: 20px;
  list-style: decimal;
}
.svb-toc li {
  margin: 5px 0;
  color: #3a3a42;
  font-size: 15px;
  line-height: 1.5;
}
.svb-toc a {
  color: #3a3a42;
  text-decoration: none;
  font-weight: 400;
  border-bottom: none;
}
.svb-toc a:hover {
  color: #fc739c;
}

.svb-stat-callout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #ffebf1;
  border: 1.6px solid rgb(254.1398601399, 214.8601398601, 226.6153846154);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 20px 0;
}
@media screen and (max-width: 468px) {
  .svb-stat-callout {
    padding: 16px;
    gap: 14px;
  }
}
.svb-stat-callout .svb-stat-number {
  font-size: 38px;
  font-weight: 700;
  color: #fa608e;
  line-height: 1;
  min-width: 80px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 468px) {
  .svb-stat-callout .svb-stat-number {
    font-size: 28px;
    min-width: 64px;
  }
}
.svb-stat-callout .svb-stat-label {
  color: #3a3a42;
  font-size: 15px;
  line-height: 1.5;
}
.svb-stat-callout .svb-stat-source {
  color: #6b6b75;
  font-size: 13px;
  margin-top: 6px;
}
.svb-stat-callout .svb-stat-source a {
  color: #6b6b75;
  font-weight: 400;
  text-decoration: underline;
}
.svb-stat-callout .svb-stat-source a:hover {
  color: #fc739c;
}

.svb-case-study {
  background: #ffebf1;
  border: 1.6px solid #fc739c;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 20px 0;
}
@media screen and (max-width: 468px) {
  .svb-case-study {
    padding: 16px;
  }
}
.svb-case-study .svb-case-study__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fa608e;
  margin: 0 0 8px;
}
.svb-case-study p {
  font-size: 15px !important;
  color: #3a3a42 !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}
.svb-case-study a {
  color: #3a3a42 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
.svb-case-study a:hover {
  color: #fc739c !important;
}

.svb-checklist {
  background: #fbf9fa;
  border-left: 3px solid #fc739c;
  border-radius: 0 8px 8px 0;
  padding: 16px 22px;
  margin: 20px 0;
}
.svb-checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.svb-checklist li {
  position: relative;
  padding-left: 22px;
  margin: 8px 0;
  font-size: clamp(15px, 2.5vw, 17px);
  color: #3a3a42;
  line-height: 1.6;
}
.svb-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fc739c;
  font-weight: 700;
  font-size: 14px;
}

.svb-compare-table {
  margin: 18px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1.6px solid #e8e6ea;
  border-radius: 10px;
}
.svb-compare-table table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 14px;
}
.svb-compare-table th {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fa608e;
  padding: 12px 16px;
  border-bottom: 1.6px solid #e8e6ea;
  background: #ffebf1;
  white-space: nowrap;
}
.svb-compare-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e8e6ea;
  color: #3a3a42;
  vertical-align: top;
  line-height: 1.5;
}
.svb-compare-table tr:last-child td {
  border-bottom: none;
}
.svb-compare-table td:first-child {
  font-weight: 600;
  color: #0f0f12;
  white-space: nowrap;
}

.svb-lede {
  font-size: 19px;
  color: #3a3a42;
  line-height: 1.65;
  margin: 0 0 28px;
}
@media screen and (max-width: 468px) {
  .svb-lede {
    font-size: 16px;
  }
}

.svb-blockquote {
  border-left: 3px solid #fc739c;
  margin: 24px 0;
  padding: 4px 22px;
  color: #3a3a42;
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
}
.svb-blockquote a {
  color: #6b6b75;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

.svb-tldr {
  background: #ffebf1;
  border: 1px solid rgb(254.1398601399, 214.8601398601, 226.6153846154);
  border-radius: 10px;
  padding: 18px 22px;
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a42;
}
.svb-tldr strong {
  color: #fa608e;
}

.svb-platform-card {
  border: 1.5px solid #e8e6ea;
  border-radius: 12px;
  padding: 22px 24px;
  margin: 20px 0;
  background: #fff;
}
.svb-platform-card--featured {
  border: 2px solid #fc739c;
  background: #ffebf1;
}
.svb-platform-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #0f0f12;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.svb-platform-card .svb-badge {
  display: inline-block;
  background: #fc739c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 1.4;
}
.svb-platform-card dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 6px 14px;
  margin: 0 0 14px;
  font-size: 15px;
}
@media screen and (max-width: 520px) {
  .svb-platform-card dl {
    grid-template-columns: 1fr;
    gap: 2px 0;
  }
}
.svb-platform-card dl dt {
  font-weight: 600;
  color: #6b6b75;
}
@media screen and (max-width: 520px) {
  .svb-platform-card dl dt {
    margin-top: 8px;
  }
}
.svb-platform-card dl dd {
  margin: 0;
  color: #3a3a42;
}
.svb-platform-card p {
  margin: 12px 0 0;
  font-size: 15.5px;
  color: #3a3a42;
  line-height: 1.6;
}
.svb-platform-card .svb-platform-verdict {
  background: #fbf9fa;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 14px;
  font-size: 14.5px;
  color: #3a3a42;
  line-height: 1.55;
}
.svb-platform-card .svb-platform-verdict strong {
  color: #0f0f12;
}

.svb-decision-block {
  background: #f7f9fc;
  border-left: 4px solid #fc739c;
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  margin: 24px 0;
}
.svb-decision-block p {
  margin: 0 0 10px;
  font-size: 15.5px;
  color: #3a3a42;
}
.svb-decision-block ul {
  margin: 0;
  padding-left: 20px;
}
.svb-decision-block ul li {
  margin: 8px 0;
  font-size: 15.5px;
  color: #3a3a42;
  line-height: 1.55;
}

.svb-compare-table td.cell-yes {
  color: #0a7d2c;
  font-weight: 600;
}
.svb-compare-table td.cell-no {
  color: #b91c1c;
}
.svb-compare-table td.cell-part {
  color: #b45309;
}

.svb-cta-block {
  margin: 48px 0 40px;
  padding: 40px 0;
  border-top: 1px solid #e8e6ea;
}
.svb-cta-block h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0f0f12;
  letter-spacing: -0.04em;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .svb-cta-block h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 468px) {
  .svb-cta-block h2 {
    font-size: 1.4rem;
  }
}
.svb-cta-block p {
  font-size: 18px;
  color: #3a3a42;
  margin: 0 0 20px;
  line-height: 1.6;
}
@media screen and (max-width: 468px) {
  .svb-cta-block p {
    font-size: 16px;
  }
}
.svb-cta-block .svb-cta-link {
  font-size: 16px;
  font-weight: 700;
  color: #fc739c !important;
  text-decoration: none !important;
}
.svb-cta-block .svb-cta-link:hover {
  color: #fa608e !important;
  text-decoration: underline;
}
