.sb-final-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.sb-faq {
  padding: clamp(92px, 10vw, 140px) 0 clamp(88px, 9vw, 132px);
  scroll-margin-top: 110px;
  background: #f4f4f2;
  color: #0b0b0c;
}

.sb-faq__intro {
  max-width: 880px;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.sb-final-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: #565650;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sb-final-kicker::before {
  content: "";
  width: 24px;
  height: 3px;
  background: #ffcb05;
}

.sb-faq__intro h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(46px, 5.6vw, 78px);
  line-height: .94;
  letter-spacing: -.05em;
}

.sb-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(48px, 7vw, 100px);
}

.sb-faq details {
  border-bottom: 1px solid #d8d8d2;
}

.sb-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 20px 2px;
  color: #0b0b0c;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 800;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
}

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

.sb-faq summary::after {
  content: "+";
  flex: none;
  color: #6b6b66;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: color .24s ease, transform .24s ease;
}

.sb-faq details[open] summary::after {
  color: #b58b00;
  transform: rotate(45deg);
}

.sb-faq summary:focus-visible {
  outline: 3px solid #ffcb05;
  outline-offset: 4px;
}

.sb-faq__answer {
  max-width: 58ch;
  margin: 0;
  padding: 0 34px 24px 2px;
  color: #5e5e59;
  font-size: 16px;
  line-height: 1.62;
}

.sb-final {
  padding: clamp(92px, 10vw, 138px) 0 clamp(92px, 10vw, 138px);
  scroll-margin-top: 110px;
  background: #fff;
  color: #0b0b0c;
}

.sb-final__trust {
  margin-bottom: clamp(46px, 5vw, 68px);
  border-top: 1px solid #e3e3dd;
  border-bottom: 1px solid #e3e3dd;
  background: #fff;
}

.sb-final__trust-inner {
  display: grid;
  grid-template-columns: minmax(270px, 1.15fr) minmax(0, 1.85fr);
  gap: 40px;
  align-items: center;
  min-height: 92px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.sb-final__official {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sb-final__official > span {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  background: #ffcb05;
  color: #0b0b0c;
  font-size: 12px;
  font-weight: 800;
}

.sb-final__official strong {
  font-size: 15px;
  line-height: 1.3;
}

.sb-final__trust-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.sb-final__trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4f4f4b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.sb-final__trust-item svg {
  flex: none;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #c49b00;
  stroke-width: 1.7;
}

.sb-final__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  min-height: 560px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 32px;
  background: #09090a;
  box-shadow: 0 28px 80px rgba(15, 15, 15, .12);
}

.sb-final__copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(44px, 5vw, 72px);
  color: #fff;
}

.sb-final__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -12%;
  bottom: -58%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 203, 5, .16);
  border-radius: 50%;
  pointer-events: none;
}

.sb-final__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px !important;
  color: #ffcb05 !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sb-final__eyebrow::before {
  content: "";
  width: 24px;
  height: 3px;
  background: currentColor;
}

.sb-final__copy h2 {
  max-width: 8ch;
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 5.8vw, 88px);
  line-height: .9;
  letter-spacing: -.05em;
}

.sb-final__copy > p:not(.sb-final__eyebrow) {
  max-width: 38ch;
  margin: 24px 0 28px;
  color: #b9b9b3;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.5;
}

.sb-final__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0 0 36px;
  padding: 0;
  color: #d8d8d2;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.sb-final__proof li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.sb-final__proof li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffcb05;
  color: #09090a;
  font-size: 12px;
  font-weight: 900;
}

.sb-final__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.sb-final__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 62px;
  padding: 0 18px 0 24px;
  border-radius: 16px;
  background: #ffcb05;
  color: #09090a;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.sb-final__cta:hover {
  box-shadow: 0 16px 36px rgba(255, 203, 5, .2);
  transform: translateY(-2px);
}

.sb-final__cta:focus-visible {
  outline: 3px solid #ffcb05;
  outline-offset: 4px;
}

.sb-final__cta svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sb-final__arrow {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: 4px;
  border-radius: 10px;
  background: #09090a;
  color: #fff;
  font-size: 20px;
}

.sb-final__number {
  display: grid;
  gap: 4px;
  min-height: 44px;
  padding: 4px 2px;
  color: #8f8f89;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: color .2s ease;
}

.sb-final__number strong {
  color: #fff;
  font-size: 14px;
  letter-spacing: .04em;
}

.sb-final__number:hover {
  color: #d8d8d2;
}

.sb-final__number:focus-visible {
  border-radius: 6px;
  outline: 3px solid #ffcb05;
  outline-offset: 4px;
}

.sb-final__image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
}

.sb-final__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 9, 10, .4) 0%, transparent 24%);
  pointer-events: none;
}

.sb-final__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.sb-site-footer {
  padding: clamp(62px, 7vw, 88px) 0 34px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #070708;
  color: #d0d0cb;
  font-size: 14px;
}

.sb-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(150px, .65fr));
  gap: clamp(32px, 4.5vw, 72px);
}

.sb-site-footer__brand img {
  display: block;
  width: 126px;
  height: auto;
  margin-bottom: 18px;
}

.sb-site-footer__brand p {
  max-width: 40ch;
  margin: 0;
  color: #a9a9a3;
  font-size: 14px;
  line-height: 1.55;
}

.sb-site-footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sb-site-footer ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sb-site-footer a {
  color: #c7c7c1;
  text-decoration: none;
}

.sb-site-footer a:hover,
.sb-site-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #ffcb05;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.sb-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #8e8e88;
  font-size: 12px;
}

.sb-site-footer__partnership {
  text-align: right;
}

.sb-site-footer__partnership a {
  color: #d8d8d2;
  font-weight: 700;
}

.sb-storage-disclosure {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.sb-storage-disclosure summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.sb-storage-disclosure summary::-webkit-details-marker { display: none; }

.sb-storage-disclosure summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffcb05;
  color: #070708;
  font-size: 21px;
  line-height: 1;
}

.sb-storage-disclosure[open] summary::after { content: "−"; }

.sb-storage-disclosure summary:focus-visible {
  outline: 3px solid #ffcb05;
  outline-offset: 4px;
}

.sb-storage-disclosure__content {
  max-width: 76ch;
  padding: 0 0 24px;
}

.sb-storage-disclosure__content p {
  margin: 0 0 10px;
  color: #c7c7c1;
  line-height: 1.6;
}

.sb-storage-disclosure__content a {
  display: inline-block;
  margin-top: 3px;
  color: #ffcb05;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media (max-width: 960px) {
  .sb-faq__grid {
    grid-template-columns: 1fr;
  }

  .sb-final__trust-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sb-final__trust-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sb-final__panel {
    grid-template-columns: 1.05fr .95fr;
  }

  .sb-site-footer__grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(150px, .8fr));
  }

  .sb-site-footer__contact {
    grid-column: 2 / -1;
  }

  .sb-final__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .sb-final-shell {
    width: calc(100% - 28px);
  }

  .sb-faq {
    padding-top: 76px;
    padding-bottom: 80px;
  }

  .sb-faq__intro {
    margin-bottom: 34px;
  }

  .sb-faq__intro h2 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .sb-faq summary {
    min-height: 68px;
    padding: 18px 2px;
  }

  .sb-final__trust-inner {
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sb-final__trust-points {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sb-final__panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 8px;
    border-radius: 24px;
  }

  .sb-final__copy {
    padding: 42px 24px 38px;
  }

  .sb-final__copy h2 {
    font-size: clamp(52px, 15vw, 68px);
  }

  .sb-final__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .sb-final__cta {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
  }

  .sb-final__image {
    min-height: 360px;
    border-radius: 18px;
  }

  .sb-final__image::after {
    background: linear-gradient(180deg, rgba(9, 9, 10, .3) 0%, transparent 24%);
  }

  .sb-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .sb-site-footer__contact {
    grid-column: auto;
  }

  .sb-site-footer__bottom {
    flex-direction: column;
    margin-top: 40px;
  }

  .sb-site-footer__partnership {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sb-faq summary::after,
  .sb-final__cta,
  .sb-final__number {
    transition: none;
  }
}
