:root {
  --sf-black: #0c0c0b;
  --sf-charcoal: #171714;
  --sf-graphite: #292925;
  --sf-orange: #ef5b2a;
  --sf-orange-dark: #c9431d;
  --sf-cream: #fff4df;
  --sf-paper: #f5f1e9;
  --sf-white: #fff;
  --sf-ink: #152630;
  --sf-muted: #62717a;
  --sf-line: #ddd8cf;
  --sf-green: #20a447;
  --sf-green-dark: #168438;
  --sf-radius: 18px;
  --sf-shadow: 0 24px 60px rgba(12, 12, 11, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
}

body.page-soad-faith {
  margin: 0;
  color: var(--sf-ink);
  background: var(--sf-white);
  font-family: "Geist", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.sf-page {
  overflow: clip;
}

.sf-page img,
.sf-page svg {
  display: block;
  max-width: 100%;
}

.sf-page h1,
.sf-page h2,
.sf-page h3,
.sf-page p,
.sf-page a,
.sf-page dd,
.sf-page th,
.sf-page td {
  overflow-wrap: break-word;
}

.sf-page h1,
.sf-page h2,
.sf-page h3 {
  text-wrap: balance;
}

.sf-page p {
  text-wrap: pretty;
}

.sf-page [id] {
  scroll-margin-top: 136px;
}

.sf-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.sf-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--sf-black);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(calc(-100% - 24px));
  transition: transform .18s ease;
}

.sf-skip-link:focus {
  transform: translateY(0);
}

.sf-breadcrumb {
  border-bottom: 1px solid #e1e7ea;
  background: #f7fbfd;
}

.sf-breadcrumb .sf-container {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  color: #71828b;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.sf-breadcrumb a {
  color: #0577ad;
  text-decoration: none;
}

.sf-breadcrumb strong {
  overflow: hidden;
  color: #203844;
  text-overflow: ellipsis;
}

.sf-hero {
  position: relative;
  padding: 64px 0 0;
  color: var(--sf-white);
  background:
    radial-gradient(circle at 79% 22%, rgba(239, 91, 42, .17), transparent 32%),
    linear-gradient(135deg, #090908, #171714 62%, #0b0b0a);
}

.sf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: radial-gradient(rgba(255, 255, 255, .26) .65px, transparent .65px);
  background-size: 8px 8px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.sf-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 42px;
  position: relative;
  z-index: 1;
}

.sf-hero-copy,
.sf-poster,
.sf-cie-grid > *,
.sf-final-grid > * {
  min-width: 0;
}

.sf-kicker,
.sf-eyebrow {
  display: inline-block;
  color: var(--sf-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sf-kicker {
  padding: 8px 11px;
  border: 1px solid rgba(239, 91, 42, .5);
  background: rgba(239, 91, 42, .09);
}

.sf-hero h1 {
  max-width: 980px;
  margin: 22px 0 20px;
  color: var(--sf-cream);
  font-size: clamp(42px, 5.15vw, 68px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.052em;
}

.sf-lead {
  max-width: 860px;
  margin: 0;
  color: #d5d3cd;
  font-size: 18px;
  line-height: 1.7;
}

.sf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 30px;
}

.sf-hero .button,
.sf-savings .button,
.sf-final-cta .button {
  border-color: var(--sf-green);
  background: var(--sf-green);
  box-shadow: 0 16px 34px rgba(32, 164, 71, .23);
}

.sf-hero .button:hover,
.sf-savings .button:hover,
.sf-final-cta .button:hover {
  border-color: var(--sf-green-dark);
  background: var(--sf-green-dark);
}

.sf-text-link {
  color: #f3c4ac;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.sf-text-link:hover {
  color: #fff;
}

.sf-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
  margin-top: 27px;
  color: #9e9e98;
  font-size: 12px;
}

.sf-meta strong {
  color: #d6d5d0;
}

.sf-poster {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #0b0b0a;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
}

.sf-poster img {
  width: 100%;
  height: auto;
}

.sf-poster figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sf-quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 0;
  background: rgba(255, 255, 255, .065);
  backdrop-filter: blur(10px);
}

.sf-quick-facts > div {
  min-width: 0;
  padding: 20px 22px 21px;
  border-right: 1px solid rgba(255, 255, 255, .11);
}

.sf-quick-facts > div:last-child {
  border-right: 0;
}

.sf-quick-facts dt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #a9a9a3;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sf-quick-facts svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--sf-orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sf-quick-facts dd {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}

.sf-quick-facts .is-sale {
  background: rgba(239, 91, 42, .13);
}

.sf-section {
  padding: 92px 0;
}

.sf-heading {
  max-width: 840px;
  margin-bottom: 38px;
}

.sf-heading h2,
.sf-cie h2,
.sf-final-cta h2 {
  margin: 11px 0 13px;
  color: var(--sf-black);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.sf-heading p {
  max-width: 740px;
  margin: 0;
  color: var(--sf-muted);
  font-size: 17px;
  line-height: 1.7;
}

.sf-sales {
  background: #fff;
}

.sf-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-timeline li {
  min-width: 0;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  border: 1px solid #dedbd4;
  border-top: 5px solid var(--sf-orange);
  border-radius: 0 0 var(--sf-radius) var(--sf-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(22, 22, 19, .06);
}

.sf-timeline li.is-general {
  border-top-color: var(--sf-green);
  background: #f7fcf8;
}

.sf-timeline time {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  color: var(--sf-orange-dark);
}

.sf-timeline .is-general time {
  color: var(--sf-green-dark);
}

.sf-timeline time strong {
  font-size: 27px;
  line-height: 1;
  letter-spacing: -.04em;
}

.sf-timeline time span {
  padding-bottom: 2px;
  font-size: 20px;
  font-weight: 850;
  line-height: 1;
}

.sf-timeline small {
  display: block;
  margin-bottom: 8px;
  color: #8a8d8d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
}

.sf-timeline h3 {
  margin: 0;
  color: var(--sf-black);
  font-size: 18px;
  line-height: 1.24;
}

.sf-savings {
  color: #fff;
  background:
    radial-gradient(circle at 10% 15%, rgba(239, 91, 42, .18), transparent 32%),
    var(--sf-black);
}

.sf-heading-light h2 {
  color: var(--sf-cream);
}

.sf-heading-light p {
  color: #bdbcb7;
}

.sf-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sf-comparison-grid article {
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--sf-radius);
  background: rgba(255, 255, 255, .055);
}

.sf-comparison-grid article > span {
  display: block;
  margin-bottom: 24px;
  color: #deddd8;
  font-size: 13px;
  font-weight: 800;
}

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

.sf-price-change s,
.sf-price-change strong {
  display: flex;
  flex-direction: column;
  font-size: clamp(24px, 3.2vw, 38px);
  font-style: normal;
  line-height: 1;
  letter-spacing: -.04em;
}

.sf-price-change s {
  color: #9e9e98;
  text-decoration-color: var(--sf-orange);
  text-decoration-thickness: 3px;
}

.sf-price-change strong {
  color: var(--sf-cream);
}

.sf-price-change small {
  margin-bottom: 8px;
  color: #aaa9a4;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sf-price-change i {
  color: var(--sf-orange);
  font-size: 26px;
  font-style: normal;
}

.sf-comparison-grid article > p {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #c3c2bd;
  font-size: 13px;
}

.sf-comparison-grid article > p b {
  color: #fff;
}

.sf-savings-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 24px 28px;
  border-left: 5px solid var(--sf-orange);
  background: var(--sf-cream);
  color: var(--sf-black);
}

.sf-savings-cta div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sf-savings-cta strong {
  font-size: 19px;
}

.sf-savings-cta span {
  color: #5f5c55;
  font-size: 14px;
}

.sf-pricing {
  background: var(--sf-paper);
}

.sf-table-wrap {
  overflow: hidden;
  border: 1px solid #d8d2c8;
  border-radius: var(--sf-radius);
  background: #fff;
  box-shadow: var(--sf-shadow);
}

.sf-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.sf-table-wrap th,
.sf-table-wrap td {
  padding: 18px 20px;
  border-bottom: 1px solid #e7e2da;
  text-align: left;
  vertical-align: middle;
}

.sf-table-wrap thead th {
  color: #fff;
  background: var(--sf-charcoal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sf-table-wrap thead th:first-child {
  width: 39%;
}

.sf-table-wrap tbody th {
  color: #242b2f;
  font-size: 14px;
  font-weight: 800;
}

.sf-table-wrap tbody td {
  color: #5c686e;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.sf-table-wrap th.is-half {
  color: #fff;
  background: var(--sf-orange-dark);
}

.sf-table-wrap td.is-half {
  color: #8a2b11;
  background: #fff0e9;
  font-weight: 900;
}

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

.sf-bank-note {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  margin-top: 24px;
  padding: 26px 28px;
  border: 1px solid #d5d0c8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.sf-bank-note strong {
  color: var(--sf-black);
  font-size: 17px;
}

.sf-bank-note p,
.sf-bank-note ul {
  margin: 7px 0 0;
  color: #626b6e;
  font-size: 12px;
  line-height: 1.65;
}

.sf-bank-note ul {
  display: grid;
  gap: 5px;
  padding-left: 18px;
}

.sf-cie {
  padding: 92px 0;
  color: #fff;
  background: var(--sf-charcoal);
}

.sf-cie-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  align-items: center;
  gap: clamp(46px, 7vw, 88px);
}

.sf-cie h2 {
  max-width: 770px;
  color: var(--sf-cream);
}

.sf-cie p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #cbc9c3;
  font-size: 17px;
  line-height: 1.7;
}

.sf-cie .sf-validity {
  margin-bottom: 28px;
  padding-left: 17px;
  border-left: 4px solid var(--sf-orange);
  color: #fff;
}

.sf-cie aside {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 5px solid var(--sf-orange);
  background: rgba(255, 255, 255, .055);
}

.sf-cie aside span {
  color: var(--sf-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.sf-cie aside p {
  margin: 12px 0 0;
  color: #e0ded8;
  font-size: 14px;
  line-height: 1.65;
}

.sf-event-info {
  background: #fff;
}

.sf-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #dce3e7;
  border-left: 1px solid #dce3e7;
}

.sf-detail-grid div {
  min-width: 0;
  padding: 24px;
  border-right: 1px solid #dce3e7;
  border-bottom: 1px solid #dce3e7;
}

.sf-detail-grid dt {
  margin-bottom: 8px;
  color: var(--sf-orange-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sf-detail-grid dd {
  margin: 0;
  color: #273b45;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.sf-vip-note {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 4px solid #c9c4bb;
  color: #69747a;
  background: #f7f6f3;
  font-size: 13px;
  line-height: 1.65;
}

.sf-faq {
  border-top: 1px solid #e2e7ea;
  background: #f8fafb;
}

.sf-faq-grid {
  display: grid;
  grid-template-columns: minmax(250px, .5fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 94px);
}

.sf-faq-list {
  border-top: 1px solid #d7e0e4;
}

.sf-faq-list details {
  border-bottom: 1px solid #d7e0e4;
}

.sf-faq-list summary {
  position: relative;
  padding: 21px 46px 21px 0;
  color: #203844;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

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

.sf-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 4px;
  color: var(--sf-orange);
  font-size: 25px;
  font-weight: 500;
}

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

.sf-faq-list p {
  max-width: 720px;
  margin: -4px 0 22px;
  color: #64757e;
  font-size: 14px;
  line-height: 1.7;
}

.sf-final-cta {
  padding: 68px 0;
  color: #fff;
  background: var(--sf-orange-dark);
}

.sf-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 54px;
}

.sf-final-cta span {
  color: #ffd8c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.sf-final-cta h2 {
  max-width: 740px;
  margin: 10px 0;
  color: #fff;
}

.sf-final-cta p {
  max-width: 690px;
  margin: 0;
  color: #ffe2d6;
  font-size: 15px;
  line-height: 1.65;
}

.sf-final-cta .button span {
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
}

.sf-source-note {
  padding: 25px 0;
  border-top: 1px solid #dce5e9;
  color: #6c7b83;
  background: #f3f7f9;
}

.sf-source-note .sf-container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 18px;
}

.sf-source-note strong {
  color: #314a57;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.sf-source-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sf-page a:focus-visible,
.sf-page summary:focus-visible {
  outline: 3px solid #ffb18e;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .sf-hero-grid {
    gap: 36px;
  }

  .sf-hero h1 {
    font-size: clamp(39px, 5.5vw, 54px);
  }

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

  .sf-quick-facts > div:nth-child(2) {
    border-right: 0;
  }

  .sf-quick-facts > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }

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

  .sf-timeline li {
    min-height: 190px;
  }

  .sf-price-change {
    gap: 10px;
  }

  .sf-price-change s,
  .sf-price-change strong {
    font-size: clamp(22px, 3.3vw, 31px);
  }

  .sf-bank-note,
  .sf-cie-grid,
  .sf-faq-grid {
    grid-template-columns: 1fr;
  }

  .sf-cie aside {
    max-width: 660px;
  }

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

@media (max-width: 760px) {
  .sf-container {
    width: min(100% - 32px, 1180px);
  }

  .sf-section,
  .sf-cie {
    padding: 70px 0;
  }

  .sf-hero {
    padding-top: 48px;
  }

  .sf-hero-grid {
    grid-template-columns: 1fr;
  }

  .sf-hero-copy {
    max-width: 660px;
  }

  .sf-hero h1 {
    font-size: clamp(38px, 10vw, 54px);
  }

  .sf-poster {
    width: min(100%, 500px);
    max-width: none;
    margin: 8px auto 0;
    transform: none;
  }

  .sf-quick-facts {
    margin-top: 34px;
  }

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

  .sf-savings-cta,
  .sf-final-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .sf-final-grid {
    display: grid;
    gap: 28px;
  }

  .sf-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

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

  .sf-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .sf-table-wrap tbody {
    display: grid;
    gap: 13px;
  }

  .sf-table-wrap tr {
    overflow: hidden;
    border: 1px solid #d8d2c8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(22, 22, 19, .05);
  }

  .sf-table-wrap tbody th {
    padding: 18px;
    border: 0;
    color: #fff;
    background: var(--sf-charcoal);
    font-size: 15px;
  }

  .sf-table-wrap tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 18px;
    border: 0;
    border-top: 1px solid #ece7df;
    white-space: normal;
    text-align: right;
  }

  .sf-table-wrap tbody td::before {
    content: attr(data-label);
    color: #70787b;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-align: left;
    text-transform: uppercase;
  }

  .sf-table-wrap td.is-half {
    border-top-color: #f2d6c9;
    color: #8a2b11;
    background: #fff0e9;
  }

  .sf-table-wrap td.is-half::before {
    color: #a2381a;
  }

  .sf-source-note .sf-container {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 520px) {
  .sf-container {
    width: min(100% - 28px, 1180px);
  }

  .sf-breadcrumb .sf-container {
    width: min(100% - 24px, 1180px);
  }

  .sf-hero {
    padding-top: 38px;
  }

  .sf-kicker {
    font-size: 9px;
  }

  .sf-hero h1 {
    margin-top: 18px;
    font-size: clamp(35px, 10.8vw, 47px);
    line-height: 1;
  }

  .sf-lead {
    font-size: 16px;
    line-height: 1.62;
  }

  .sf-hero-actions,
  .sf-hero-actions .button,
  .sf-savings-cta .button,
  .sf-cie .button,
  .sf-final-cta .button {
    width: 100%;
  }

  .sf-hero-actions {
    align-items: stretch;
  }

  .sf-text-link {
    padding: 8px 2px;
    text-align: center;
  }

  .sf-quick-facts {
    grid-template-columns: 1fr;
  }

  .sf-quick-facts > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }

  .sf-quick-facts > div:last-child {
    border-bottom: 0;
  }

  .sf-heading {
    margin-bottom: 30px;
  }

  .sf-heading h2,
  .sf-cie h2,
  .sf-final-cta h2 {
    font-size: clamp(30px, 9vw, 39px);
  }

  .sf-heading p,
  .sf-cie p {
    font-size: 15px;
  }

  .sf-timeline {
    grid-template-columns: 1fr;
  }

  .sf-timeline li {
    min-height: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }

  .sf-timeline time {
    min-width: 74px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .sf-timeline time strong {
    font-size: 22px;
  }

  .sf-timeline time span {
    font-size: 17px;
  }

  .sf-comparison-grid article {
    padding: 24px 20px;
  }

  .sf-price-change {
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
  }

  .sf-price-change s,
  .sf-price-change strong {
    font-size: clamp(20px, 6vw, 27px);
  }

  .sf-price-change i {
    font-size: 20px;
  }

  .sf-savings-cta,
  .sf-bank-note,
  .sf-cie aside {
    padding: 22px 20px;
  }

  .sf-detail-grid {
    grid-template-columns: 1fr;
  }

  .sf-detail-grid div {
    padding: 20px;
  }

  .sf-faq-list summary {
    font-size: 15px;
  }

  .sf-final-cta {
    padding: 58px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
