.scheme-page {
  --scheme-accent: var(--brand-accent);
  --scheme-pink: var(--brand-accent);
  background: var(--bg);
  color: var(--ink);
  overflow: visible;
}

.scheme-hero {
  position: relative;
  padding: 150px 0 80px;
  background:
    radial-gradient(circle at 82% 18%, rgba(57, 250, 201, .14), transparent 34%),
    radial-gradient(circle at 8% 26%, rgba(196, 43, 114, .12), transparent 32%),
    var(--bg);
}

.scheme-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.scheme-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(34px, 5vw, 80px);
  align-items: end;
}

.scheme-hero-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.scheme-breadcrumb {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--ink2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.scheme-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.scheme-breadcrumb a:hover {
  color: var(--m);
}

.scheme-h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(58px, 7.4vw, 112px);
  line-height: .86;
  letter-spacing: -0.06em;
}

.scheme-h1 em {
  color: var(--m);
  font-style: normal;
}

.scheme-intro {
  max-width: 850px;
  margin: 30px 0 0;
  color: var(--ink2);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.scheme-actions,
.scheme-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.scheme-trust-link {
  margin: 20px 0 0;
  color: var(--ink2);
  font-size: 16px;
  line-height: 1.5;
}

.scheme-trust-link a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.scheme-proof-strip {
  position: relative;
  z-index: 2;
  margin-top: -36px;
}

.scheme-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.scheme-proof-card {
  min-height: 160px;
  padding: 26px;
  border: 1px solid var(--bdr);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.scheme-proof-card:hover,
.scheme-proof-card:focus-within {
  border-color: rgba(var(--brand-accent-rgb), .44);
  box-shadow: 0 26px 70px rgba(var(--brand-accent-rgb), .18), 0 0 0 1px rgba(var(--brand-accent-rgb), .18);
  transform: translateY(-3px);
}

.scheme-proof-card strong {
  display: block;
  margin-bottom: 16px;
  color: var(--m);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2em;
}

.scheme-proof-card p {
  margin: 0;
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1.55;
  letter-spacing: 0;
}

.scheme-ticker {
  margin-top: 70px;
  overflow: hidden;
  background: var(--m);
  position: relative;
  z-index: 2;
}

.scheme-ticker-track {
  display: flex;
  width: max-content;
  padding: 11px 0;
  animation: tk 32s linear infinite;
}

.scheme-ticker-track:hover {
  animation-play-state: paused;
}

.scheme-ticker-item {
  display: flex;
  align-items: center;
  padding: 0 22px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .92;
}

.scheme-ticker-item::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .4);
  flex-shrink: 0;
}

.scheme-section {
  padding: clamp(68px, 7vw, 108px) 0;
}

.scheme-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 76px;
  align-items: start;
}

.scheme-sticky {
  position: sticky;
  top: 120px;
  align-self: start;
}

.scheme-label {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--ink2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.scheme-label-light {
  color: rgba(255, 255, 255, .56);
}

.scheme-h2 {
  margin: 0;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: .92;
  letter-spacing: -0.055em;
}

.scheme-h2 em {
  color: var(--m);
  font-style: normal;
}

.scheme-copy {
  margin: 24px 0 0;
  color: var(--ink2);
  font-size: 18px;
  line-height: 1.7;
}

.scheme-card {
  border: 1px solid var(--bdr);
  border-radius: 28px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .07);
}

.scheme-card h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.scheme-point {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--bdr);
}

.scheme-point:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.scheme-point-dot {
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--m);
}

.scheme-point h4 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.2;
}

.scheme-point p {
  margin: 0;
  color: var(--ink2);
  font-size: 16px;
  line-height: 1.55;
}

.scheme-dark {
  background:
    radial-gradient(circle at 80% 8%, rgba(196, 43, 114, .18), transparent 34%),
    #0d0d0d;
  color: #fff;
}

.scheme-dark .scheme-copy,
.scheme-dark .scheme-detail-sub {
  color: rgba(255, 255, 255, .68);
}

.scheme-dark .scheme-h2 em {
  color: var(--m);
}

.scheme-detail-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: start;
}

.scheme-detail-left {
  position: sticky;
  top: 120px;
  align-self: start;
}

.scheme-detail-sub {
  margin: 26px 0 0;
  font-size: 18px;
  line-height: 1.65;
}

.scheme-dark .acc-item {
  border-color: rgba(255, 255, 255, .18);
}

.scheme-page .accord {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.scheme-page .acc-item {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.scheme-page .acc-btn {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  color: #fff;
  font-family: var(--f);
  cursor: pointer;
}

.scheme-page .acc-title {
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.3;
}

.scheme-page .acc-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
  transition: background .25s, border-color .25s;
}

.scheme-page .acc-icon::before,
.scheme-page .acc-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .25s;
}

.scheme-page .acc-icon::after {
  transform: rotate(90deg);
}

.scheme-page .acc-item.open .acc-icon {
  background: var(--m);
  border-color: var(--m);
}

.scheme-page .acc-item.open .acc-icon::after {
  transform: rotate(0);
}

.scheme-page .acc-body {
  display: none;
  padding: 0 48px 24px 0;
}

.scheme-page .acc-item.open .acc-body {
  display: block;
}

.scheme-page .acc-body p {
  font-size: 16px;
  line-height: 1.72;
  color: rgba(255, 255, 255, .62);
}

.scheme-page .accord.light {
  border-top: 1px solid var(--bdr);
}

.scheme-page .accord.light .acc-item {
  border-bottom: 1px solid var(--bdr);
}

.scheme-page .accord.light .acc-btn {
  color: var(--ink);
}

.scheme-page .accord.light .acc-icon {
  border-color: var(--bdr);
  background: var(--card);
}

.scheme-page .accord.light .acc-icon::before,
.scheme-page .accord.light .acc-icon::after {
  background: var(--ink);
}

.scheme-page .accord.light .acc-item.open .acc-icon {
  background: var(--m);
  border-color: var(--m);
}

.scheme-page .accord.light .acc-item.open .acc-icon::before,
.scheme-page .accord.light .acc-item.open .acc-icon::after {
  background: #fff;
}

.scheme-page .accord.light .acc-body p {
  color: var(--ink2);
}

.scheme-dark .acc-btn {
  color: #fff;
}

.scheme-dark .acc-body p {
  color: rgba(255, 255, 255, .7);
}

.scheme-steps {
  display: grid;
  gap: 14px;
  margin-top: 46px;
}

.scheme-step {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--bdr);
  border-radius: 22px;
  background: #fff;
}

.scheme-step span {
  color: var(--m);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.scheme-step h3 {
  margin: 0 0 9px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.scheme-step p {
  margin: 0;
  color: var(--ink2);
  font-size: 17px;
  line-height: 1.62;
}

.scheme-audience {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.scheme-audience-card {
  min-height: 0;
  padding: 30px;
  border: 1px solid var(--bdr);
  border-radius: 28px;
  background: #fff;
}

.scheme-audience-card.featured {
  background: #0d0d0d;
  color: #fff;
}

.scheme-audience-card h3 {
  margin: 0 0 16px;
  font-size: clamp(27px, 3vw, 42px);
  line-height: .98;
  letter-spacing: -0.045em;
}

.scheme-audience-card p {
  margin: 0;
  color: var(--ink2);
  font-size: 17px;
  line-height: 1.62;
}

.scheme-audience-card.featured p {
  color: rgba(255, 255, 255, .7);
}

.scheme-trust-section {
  padding-top: clamp(54px, 6vw, 92px);
}

.scheme-trust-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.scheme-trust-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 48px 0 34px;
  padding: 28px 0;
  border-top: 1px solid var(--bdr);
  border-bottom: 1px solid var(--bdr);
}

.scheme-trust-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 22px;
  border-radius: 999px;
  background: #eee;
  color: var(--ink2);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.scheme-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.scheme-trust-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(30px, 4vw, 44px);
  border: 1px solid var(--bdr);
  border-radius: 28px;
  background: #eee;
}

.scheme-trust-card.featured {
  background: #0d0d0d;
  color: #fff;
}

.scheme-stars {
  color: var(--m);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .14em;
}

.scheme-trust-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.78;
}

.scheme-trust-card.featured blockquote {
  color: rgba(255, 255, 255, .72);
}

.scheme-trust-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.scheme-avatar {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: var(--m);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.scheme-trust-card.featured .scheme-avatar {
  color: #fff;
}

.scheme-trust-author strong,
.scheme-trust-author small {
  display: block;
  line-height: 1.2;
}

.scheme-trust-author strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.scheme-trust-card.featured .scheme-trust-author strong {
  color: #fff;
}

.scheme-trust-author small {
  margin-top: 2px;
  color: var(--ink2);
  font-size: 13px;
  font-weight: 700;
}

.scheme-trust-card.featured .scheme-trust-author small {
  color: rgba(255, 255, 255, .5);
}

.scheme-faq-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 72px;
  align-items: start;
}

.scheme-final {
  padding: clamp(68px, 7vw, 108px) 0;
}

.scheme-final-box {
  border-radius: 44px;
  padding: clamp(44px, 7vw, 86px);
  background:
    radial-gradient(circle at 88% 24%, rgba(196, 43, 114, .22), transparent 30%),
    #0d0d0d;
  color: #fff;
  text-align: center;
}

.scheme-final-box .scheme-label {
  color: rgba(255, 255, 255, .48);
}

.scheme-final-box h2 {
  max-width: 900px;
  margin: 0 auto;
}

.scheme-final-box p {
  max-width: 820px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .68);
}

.scheme-final-box .scheme-actions {
  justify-content: center;
}

.scheme-related {
  padding: 0 0 clamp(68px, 7vw, 108px);
}

.scheme-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.scheme-related-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--bdr);
  border-radius: 22px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease;
}

.scheme-related-card:hover {
  transform: translateY(-5px);
  border-color: var(--m);
}

.scheme-related-card h3 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.scheme-related-card p {
  margin: 0;
  color: var(--ink2);
  font-size: 16px;
  line-height: 1.58;
}

.scheme-related-card span {
  margin-top: 24px;
  color: var(--m);
  font-weight: 900;
}

@media (max-width: 980px) {
  .scheme-hero {
    padding-top: 128px;
  }

  .scheme-hero-grid,
  .scheme-grid,
  .scheme-detail-grid,
  .scheme-faq-grid,
  .scheme-hero-grid {
    grid-template-columns: 1fr;
  }

  .scheme-sticky,
  .scheme-detail-left {
    position: static;
  }

  .scheme-proof-grid,
  .scheme-audience,
  .scheme-trust-grid,
  .scheme-related-grid {
    grid-template-columns: 1fr;
  }

  .scheme-trust-card {
    min-height: 0;
  }

}

@media (max-width: 640px) {
  .scheme-shell {
    width: min(100% - 28px, 1180px);
  }

  .scheme-hero {
    padding: 112px 0 34px;
  }

  .scheme-h1 {
    font-size: clamp(46px, 14vw, 66px);
    letter-spacing: -0.055em;
  }

  .scheme-intro,
  .scheme-copy,
  .scheme-detail-sub {
    font-size: 17px;
  }

  .scheme-actions,
  .scheme-cta-row {
    align-items: stretch;
    flex-direction: column;
    margin-top: 28px;
  }

  .scheme-actions .bp,
  .scheme-cta-row .bp {
    width: 100%;
    justify-content: center;
  }

  .scheme-proof-strip {
    display: none;
  }

  .scheme-ticker {
    margin-top: 0;
  }

  .scheme-section {
    padding: 54px 0;
  }

  .scheme-grid,
  .scheme-detail-grid,
  .scheme-faq-grid {
    gap: 34px;
  }

  .scheme-steps,
  .scheme-audience {
    margin-top: 30px;
  }

  .scheme-trust-grid,
  .scheme-related-grid {
    gap: 14px;
  }

  .scheme-related-grid {
    margin-top: 28px;
  }

  .scheme-proof-card,
  .scheme-card,
  .scheme-audience-card,
  .scheme-trust-card,
  .scheme-related-card {
    border-radius: 22px;
    padding: 24px;
  }

  .scheme-trust-head {
    text-align: left;
  }

  .scheme-trust-tabs {
    display: none;
  }

  .scheme-trust-grid {
    margin-top: 28px;
  }

  .scheme-step {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px;
  }

  .scheme-final-box {
    border-radius: 28px;
    padding: 30px 24px;
    text-align: left;
  }

  .scheme-final-box .scheme-actions {
    align-items: stretch;
  }

  .scheme-final {
    padding: 54px 0;
  }

  .scheme-related {
    padding-bottom: 54px;
  }
}

/* Typography parity with the sub-service template. Keep these overrides scoped
   so this offer page borrows the existing service-page type system without
   changing any shared template styles. */
.scheme-page .scheme-breadcrumb,
.scheme-page .scheme-label,
.scheme-page .scheme-proof-card strong,
.scheme-page .scheme-step span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.scheme-page .scheme-h1 {
  font-size: clamp(44px, 6.8vw, 82px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
}

.scheme-page .scheme-intro {
  max-width: 52ch;
  font-size: clamp(16px, 1.9vw, 18.5px);
  line-height: 1.72;
  color: var(--ink2);
}

.scheme-page .scheme-trust-link {
  font-size: 13px;
  color: var(--ink2);
}

.scheme-page .scheme-trust-link a {
  color: var(--m);
  font-weight: 600;
  text-decoration: none;
}

.scheme-page .scheme-proof-card p {
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1.55;
  letter-spacing: 0;
}

.scheme-page .scheme-ticker-item {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.scheme-page .scheme-h2 {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.scheme-page .scheme-copy,
.scheme-page .scheme-detail-sub {
  font-size: 16.5px;
  line-height: 1.76;
  color: var(--ink2);
}

.scheme-page .scheme-dark .scheme-copy,
.scheme-page .scheme-dark .scheme-detail-sub {
  color: rgba(255, 255, 255, .46);
}

.scheme-page .scheme-card h3 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.05;
}

.scheme-page .scheme-point h4 {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.scheme-page .scheme-point p,
.scheme-page .scheme-step p,
.scheme-page .scheme-audience-card p,
.scheme-page .scheme-related-card p {
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink2);
}

.scheme-page .scheme-audience-card.featured p {
  color: rgba(255, 255, 255, .5);
}

.scheme-page .scheme-step h3,
.scheme-page .scheme-audience-card h3,
.scheme-page .scheme-related-card h3 {
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.scheme-page .scheme-step h3 {
  font-size: 17px;
}

.scheme-page .scheme-related-card span {
  font-size: 12.5px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .scheme-page .scheme-h1 {
    font-size: clamp(40px, 9vw, 64px);
  }

  .scheme-page .scheme-intro,
  .scheme-page .scheme-copy,
  .scheme-page .scheme-detail-sub {
    font-size: 16px;
  }
}
