.sa-page {
  --sa-navy: #0b1636;
  --sa-blue: #4357ff;
  --sa-purple: #a893ff;
  --sa-lime: #c9f27b;
  --sa-coral: #ff806d;
  --sa-sky: #a8ddff;
  --sa-paper: #f5f7fb;
  color: var(--sa-navy);
  background: #fff;
}

.sa-page h1,
.sa-page h2,
.sa-page h3,
.sa-page p {
  margin-top: 0;
}

.sa-page .container {
  position: relative;
}

.sa-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 74px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(168, 147, 255, .38), transparent 28%),
    radial-gradient(circle at 74% 84%, rgba(67, 87, 255, .42), transparent 31%),
    var(--sa-navy);
}

.sa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.sa-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
  gap: 64px;
  align-items: center;
}

.sa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--sa-lime);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sa-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(201,242,123,.13);
}

.sa-hero h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(2.85rem, 5.5vw, 5.45rem);
  font-weight: 820;
  line-height: .98;
  letter-spacing: -.064em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.sa-hero h1 em {
  color: var(--sa-purple);
  font-style: normal;
}

.sa-hero-copy > p {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

.sa-hero-copy > .sa-availability {
  max-width: 690px;
  margin: -10px 0 24px;
  color: var(--sa-lime);
  font-size: clamp(.98rem, 1.35vw, 1.12rem);
  font-weight: 760;
  line-height: 1.45;
}

.sa-hero .button-row {
  margin-bottom: 19px;
}

.sa-button-lime {
  color: var(--sa-navy) !important;
  background: var(--sa-lime) !important;
  box-shadow: 0 16px 38px rgba(201,242,123,.2);
}

.sa-button-lime:hover {
  background: #d7fa98 !important;
}

.sa-button-outline {
  color: #fff !important;
  border-color: rgba(255,255,255,.3) !important;
  background: rgba(255,255,255,.06) !important;
}

.sa-microcopy {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .88rem;
}

.sa-evidence-panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 30px 80px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
}

.sa-evidence-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.sa-evidence-head span {
  color: rgba(255,255,255,.58);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.sa-evidence-head strong {
  color: var(--sa-lime);
  font-size: .82rem;
}

.sa-evidence-score {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 26px;
}

.sa-score-ring {
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  border: 10px solid rgba(255,255,255,.13);
  border-top-color: var(--sa-purple);
  border-right-color: var(--sa-lime);
  border-radius: 999px;
  transform: rotate(16deg);
}

.sa-score-ring span {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(-16deg);
}

.sa-score-ring strong {
  font-size: 2rem;
  line-height: 1;
}

.sa-score-ring small {
  margin-top: 4px;
  color: rgba(255,255,255,.62);
  font-size: .68rem;
}

.sa-evidence-score h2 {
  margin-bottom: 8px;
  font-size: 1.45rem;
  font-weight: 780;
  letter-spacing: -.03em;
}

.sa-evidence-score p {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: .9rem;
  line-height: 1.55;
}

.sa-evidence-steps {
  display: grid;
  gap: 10px;
}

.sa-evidence-steps div {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 11px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.075);
}

.sa-evidence-steps i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--sa-navy);
  border-radius: 999px;
  background: var(--sa-lime);
  font-size: .72rem;
  font-style: normal;
  font-weight: 850;
}

.sa-evidence-steps span {
  font-weight: 720;
}

.sa-evidence-steps small {
  color: rgba(255,255,255,.55);
}

.sa-proof-strip {
  background: var(--sa-lime);
}

.sa-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sa-proof-grid div {
  padding: 24px 26px;
  border-right: 1px solid rgba(11,22,54,.15);
}

.sa-proof-grid div:last-child {
  border-right: 0;
}

.sa-proof-grid strong,
.sa-proof-grid span {
  display: block;
}

.sa-proof-grid strong {
  margin-bottom: 3px;
  font-size: 1.08rem;
  letter-spacing: -.02em;
}

.sa-proof-grid span {
  color: rgba(11,22,54,.72);
  font-size: .82rem;
}

.sa-section {
  padding: 94px 0;
}

.sa-section-alt {
  background: var(--sa-paper);
}

.sa-section-dark {
  color: #fff;
  background: var(--sa-navy);
}

.sa-heading {
  max-width: 770px;
  margin-bottom: 48px;
}

.sa-why-intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 66px;
  align-items: start;
  margin-bottom: 46px;
}

.sa-why-intro .sa-heading {
  margin-bottom: 0;
}

.sa-why-panel {
  padding: 26px;
  border: 1px solid rgba(11,22,54,.1);
  border-radius: 24px;
  background: linear-gradient(145deg, #edf0ff, #fff);
  box-shadow: 0 22px 48px rgba(11,22,54,.08);
}

.sa-why-panel > span {
  display: block;
  margin-bottom: 15px;
  color: var(--sa-blue);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sa-why-panel ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-why-panel li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 15px;
  background: rgba(255,255,255,.84);
}

.sa-why-panel li > b {
  color: var(--sa-blue);
  font-size: .68rem;
  letter-spacing: .08em;
}

.sa-why-panel li div,
.sa-why-panel li strong,
.sa-why-panel li small {
  display: block;
}

.sa-why-panel li small {
  color: #657087;
  line-height: 1.45;
}

.sa-heading-center {
  margin-inline: auto;
  text-align: center;
}

.sa-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--sa-blue);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sa-section-dark .sa-kicker {
  color: var(--sa-lime);
}

.sa-heading h2,
.sa-split-copy h2,
.sa-price-heading h2,
.sa-boundary-copy h2,
.sa-faq-heading h2,
.sa-close h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.4vw, 4.3rem);
  font-weight: 810;
  line-height: 1.02;
  letter-spacing: -.055em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.sa-heading > p,
.sa-split-copy > p,
.sa-price-heading > p,
.sa-boundary-copy > p,
.sa-faq-heading > p {
  color: #5e6880;
  font-size: 1.05rem;
  line-height: 1.7;
}

.sa-section-dark .sa-heading > p,
.sa-section-dark .sa-split-copy > p {
  color: rgba(255,255,255,.66);
}

.sa-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sa-outcome-card {
  position: relative;
  min-height: 260px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(11,22,54,.1);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(11,22,54,.07);
}

.sa-outcome-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -64px;
  bottom: -64px;
  border-radius: 999px;
  background: var(--accent);
  opacity: .45;
}

.sa-outcome-card:nth-child(1) { --accent: var(--sa-sky); }
.sa-outcome-card:nth-child(2) { --accent: var(--sa-lime); }
.sa-outcome-card:nth-child(3) { --accent: var(--sa-purple); }

.sa-outcome-card b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 54px;
  border-radius: 14px;
  background: var(--accent);
  font-size: .82rem;
}

.sa-outcome-card h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
  font-weight: 780;
  letter-spacing: -.035em;
}

.sa-outcome-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5c6680;
  line-height: 1.65;
}

.sa-split {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 70px;
  align-items: start;
}

.sa-included-list {
  display: grid;
  gap: 14px;
}

.sa-included-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  list-style: none;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}

.sa-included-list span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--sa-navy);
  border-radius: 999px;
  background: var(--sa-lime);
  font-weight: 900;
}

.sa-included-list strong {
  display: block;
  margin-bottom: 4px;
}

.sa-included-list small {
  color: rgba(255,255,255,.6);
  font-size: .84rem;
  line-height: 1.55;
}

.sa-library-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.sa-resource {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 18px 20px;
  border: 1px solid rgba(11,22,54,.1);
  border-radius: 18px;
  background: #fff;
}

.sa-resource > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--sa-blue);
  border-radius: 14px;
  background: #edf0ff;
  font-size: .76rem;
  font-weight: 850;
}

.sa-resource strong,
.sa-resource small {
  display: block;
}

.sa-resource strong {
  margin-bottom: 4px;
  font-size: .95rem;
  line-height: 1.35;
}

.sa-resource small {
  color: #6c7487;
  font-size: .78rem;
}

.sa-resource em {
  color: #737b91;
  font-size: .76rem;
  font-style: normal;
  white-space: nowrap;
}

.sa-library-note {
  margin: 28px 0 0;
  padding: 18px 22px;
  color: #46506b;
  border-left: 4px solid var(--sa-blue);
  border-radius: 0 14px 14px 0;
  background: #edf0ff;
}

.sa-current-update {
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(168,147,255,.28), transparent 30%),
    linear-gradient(135deg, #0b1636 0%, #111f48 100%);
}

.sa-update-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 38px;
}

.sa-update-head h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4.4vw, 4.3rem);
  font-weight: 810;
  line-height: 1.02;
  letter-spacing: -.055em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.sa-update-head > p {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 1rem;
  line-height: 1.7;
}

.sa-update-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.sa-update-grid article {
  min-height: 248px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.07);
}

.sa-update-grid article:nth-child(2) { background: rgba(168,147,255,.13); }
.sa-update-grid article:nth-child(3) { background: rgba(201,242,123,.11); }
.sa-update-grid article:nth-child(4) { background: rgba(168,221,255,.1); }

.sa-update-grid span {
  display: block;
  margin-bottom: 31px;
  color: var(--sa-lime);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sa-update-grid h3 {
  margin-bottom: 11px;
  font-size: 1.25rem;
  font-weight: 800;
}

.sa-update-grid p {
  margin: 0;
  color: rgba(255,255,255,.69);
  font-size: .88rem;
  line-height: 1.62;
}

.sa-update-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 24px;
  padding: 21px 23px;
  color: var(--sa-navy);
  border-radius: 20px;
  background: var(--sa-lime);
}

.sa-update-actions p {
  margin: 0;
  line-height: 1.55;
}

.sa-price-heading {
  max-width: 820px;
  margin: 0 auto 54px;
}

.sa-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.sa-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 32px;
  border: 1px solid rgba(11,22,54,.12);
  border-radius: 26px;
  background: #fff;
}

.sa-price-card.featured {
  border-color: var(--sa-lime);
  background: var(--sa-lime);
  box-shadow: 0 28px 60px rgba(94,126,25,.16);
  transform: translateY(-10px);
}

.sa-price-label {
  display: block;
  margin-bottom: 38px;
  color: var(--sa-blue);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.featured .sa-price-label {
  color: var(--sa-navy);
}

.sa-price-card h3 {
  margin-bottom: 8px;
  font-size: 3.35rem;
  font-weight: 850;
  letter-spacing: -.06em;
}

.sa-price-card h3 small {
  font-size: .95rem;
  letter-spacing: 0;
}

.sa-price-card > p {
  margin-bottom: 22px;
  color: #626c82;
}

.featured > p {
  color: rgba(11,22,54,.7);
}

.sa-price-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 0;
}

.sa-price-card li {
  list-style: none;
  padding-left: 23px;
  position: relative;
  font-size: .88rem;
}

.sa-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sa-blue);
  font-weight: 900;
}

.featured li::before {
  color: var(--sa-navy);
}

.sa-price-footnote {
  margin: 26px 0 0;
  color: #697287;
  text-align: center;
  font-size: .84rem;
}

.sa-journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.sa-journey article {
  position: relative;
  padding: 0 27px 0 0;
}

.sa-journey article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 10px;
  width: calc(100% - 58px);
  height: 2px;
  background: rgba(255,255,255,.16);
  transform: translateX(50%);
}

.sa-journey b {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: var(--sa-navy);
  border-radius: 999px;
  background: var(--sa-lime);
  font-size: .78rem;
}

.sa-journey h3 {
  margin-bottom: 11px;
  font-size: 1.18rem;
  font-weight: 770;
}

.sa-journey p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: .9rem;
  line-height: 1.62;
}

.sa-cycle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.sa-cycle article {
  padding: 24px;
  border-radius: 20px;
  background: rgba(255,255,255,.07);
}

.sa-cycle span {
  display: block;
  margin-bottom: 10px;
  color: var(--sa-purple);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sa-cycle p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: .88rem;
  line-height: 1.6;
}

.sa-boundary-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.sa-boundary-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sa-boundary-panel {
  min-height: 100%;
  padding: 28px;
  border-radius: 24px;
}

.sa-boundary-panel.included {
  background: #edf6db;
}

.sa-boundary-panel.separate {
  background: #fff0ed;
}

.sa-boundary-panel h3 {
  margin-bottom: 20px;
  font-size: 1.18rem;
  font-weight: 800;
}

.sa-boundary-panel ul {
  display: grid;
  gap: 13px;
  padding: 0;
}

.sa-boundary-panel li {
  position: relative;
  list-style: none;
  padding-left: 22px;
  color: #4f5870;
  font-size: .88rem;
  line-height: 1.55;
}

.sa-boundary-panel li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sa-blue);
}

.sa-boundary-panel.separate li::before {
  background: var(--sa-coral);
}

.sa-faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
  align-items: start;
}

.sa-faq-list {
  display: grid;
  gap: 12px;
}

.sa-faq-list details {
  border: 1px solid rgba(11,22,54,.12);
  border-radius: 18px;
  background: #fff;
}

.sa-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 24px;
  cursor: pointer;
  font-weight: 760;
  list-style: none;
}

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

.sa-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--sa-blue);
  font-size: 1.4rem;
}

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

.sa-faq-list details p {
  margin: 0;
  padding: 0 24px 22px;
  color: #626c82;
  line-height: 1.65;
}

.sa-close-wrap {
  padding: 0 0 94px;
  background: var(--sa-paper);
}

.sa-close {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 52px;
  color: #fff;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 50%, rgba(168,147,255,.48), transparent 31%),
    var(--sa-blue);
  box-shadow: 0 28px 70px rgba(67,87,255,.22);
}

.sa-close h2 {
  max-width: 790px;
  margin-bottom: 14px;
}

.sa-close p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.75);
  line-height: 1.65;
}

.sa-close-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.sa-close-actions small {
  color: rgba(255,255,255,.68);
  font-size: .78rem;
}

@media (max-width: 1040px) {
  .sa-hero-grid,
  .sa-split,
  .sa-why-intro,
  .sa-boundary-grid,
  .sa-faq-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sa-hero h1 {
    max-width: 850px;
  }

  .sa-evidence-panel {
    max-width: 650px;
  }

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

  .sa-proof-grid div:nth-child(2) {
    border-right: 0;
  }

  .sa-proof-grid div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(11,22,54,.15);
  }

  .sa-journey {
    gap: 28px;
  }

  .sa-journey article::after {
    display: none;
  }

  .sa-close {
    grid-template-columns: 1fr;
  }

  .sa-close-actions {
    align-items: flex-start;
  }

  .sa-update-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

@media (max-width: 760px) {
  .sa-hero {
    padding: 68px 0 58px;
  }

  .sa-hero-grid {
    gap: 36px;
  }

  .sa-hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.75rem);
    line-height: 1;
  }

  .sa-evidence-panel {
    padding: 22px;
  }

  .sa-evidence-score {
    grid-template-columns: 84px 1fr;
  }

  .sa-score-ring {
    width: 84px;
    height: 84px;
    border-width: 8px;
  }

  .sa-score-ring strong {
    font-size: 1.6rem;
  }

  .sa-section {
    padding: 72px 0;
  }

  .sa-heading h2,
  .sa-split-copy h2,
  .sa-price-heading h2,
  .sa-boundary-copy h2,
  .sa-faq-heading h2,
  .sa-close h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
    letter-spacing: -.045em;
  }

  .sa-why-intro {
    gap: 30px;
    margin-bottom: 34px;
  }

  .sa-proof-grid,
  .sa-outcome-grid,
  .sa-library-grid,
  .sa-pricing-grid,
  .sa-journey,
  .sa-cycle,
  .sa-boundary-panels,
  .sa-update-grid {
    grid-template-columns: 1fr;
  }

  .sa-update-head h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
    letter-spacing: -.045em;
  }

  .sa-update-grid article {
    min-height: 0;
  }

  .sa-update-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .sa-proof-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(11,22,54,.15);
  }

  .sa-proof-grid div:last-child {
    border-bottom: 0;
  }

  .sa-outcome-card {
    min-height: 220px;
  }

  .sa-outcome-card b {
    margin-bottom: 34px;
  }

  .sa-resource {
    grid-template-columns: 46px 1fr;
  }

  .sa-resource em {
    grid-column: 2;
  }

  .sa-price-card.featured {
    transform: none;
  }

  .sa-close {
    padding: 34px 26px;
  }
}

.sa-enquiry-section {
  background: var(--sa-paper);
}

.sa-enquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: clamp(38px, 6vw, 84px);
  align-items: start;
}

.sa-enquiry-copy {
  position: sticky;
  top: 112px;
  padding-top: 12px;
}

.sa-enquiry-copy h2 {
  max-width: 11ch;
  margin: 16px 0 20px;
  color: var(--sa-navy);
  font-size: clamp(2.3rem, 4.5vw, 4.25rem);
  line-height: .96;
  letter-spacing: -.05em;
}

.sa-enquiry-copy > p {
  max-width: 42rem;
  color: #4f5870;
  font-size: 1.04rem;
  line-height: 1.7;
}

.sa-enquiry-copy ul {
  display: grid;
  gap: 13px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.sa-enquiry-copy li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 11px;
  align-items: start;
  color: var(--sa-navy);
  font-weight: 700;
  line-height: 1.5;
}

.sa-enquiry-copy li span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: var(--sa-lime);
  color: var(--sa-navy);
  font-size: .8rem;
}

.sa-enquiry-copy .sa-enquiry-privacy {
  padding-top: 18px;
  border-top: 1px solid rgba(11,22,54,.12);
  color: #697287;
  font-size: .86rem;
}

.sa-enquiry-privacy a {
  color: var(--sa-blue);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sa-enquiry-card {
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(11,22,54,.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(11,22,54,.12);
}

.sa-enquiry-card iframe {
  display: block;
  width: 100%;
  max-width: none;
  border: 0;
  border-radius: 16px;
  background: #fff;
}

@media (max-width: 980px) {
  .sa-enquiry-layout {
    grid-template-columns: 1fr;
  }

  .sa-enquiry-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .sa-enquiry-card {
    margin-inline: -10px;
    padding: 8px;
    border-radius: 18px;
  }

  .sa-enquiry-card iframe {
    height: 980px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-page *,
  .sa-page *::before,
  .sa-page *::after {
    scroll-behavior: auto !important;
  }
}
