/*
 * SleepBaby sales experience 4.9.1
 * Theme-owned Moonpath system, footer-scoped and independent from article CSS.
 */

html body .sbcf-post-funnel.sbcf-post-funnel--v488 {
  --sbcf-ink: #14283C;
  --sbcf-copy: #314A60;
  --sbcf-muted: #64778A;
  --sbcf-line: rgba(31, 42, 46, 0.14);
  --sbcf-paper: #FFF9F2;
  --sbcf-wash: #F6F0E8;
  --sbcf-night: #14283C;
  --sbcf-crib: #355F8A;
  --sbcf-sleepy-blue: #B8CEE3;
  --sbcf-soft-sage: #DCE9F4;
  --sbcf-skin: #d8a78b;
  --sbcf-lamp: #F1B562;
  --sbcf-raspberry: #704b4b;
  --sbcf-mint: #F1B562;
  --sbcf-serif: var(--sb-serif, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif);
  --sbcf-sans: var(--sb-sans, Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif);
  position: relative;
  z-index: 0;
  display: block !important;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: clip;
  background: var(--sbcf-paper);
  color: var(--sbcf-copy);
  font-family: var(--sbcf-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.66;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488.sbcf-post-funnel--portal {
  left: auto;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 *,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 *::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 *::after {
  box-sizing: border-box;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(section, div, figure, blockquote, ul, ol, li, form) {
  min-width: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(h1, h2, h3, p, figure, blockquote, ul, ol) {
  margin: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(ul, ol) {
  padding: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(h1, h2, h3) {
  color: var(--sbcf-ink);
  font-family: var(--sbcf-serif);
  font-weight: 650;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(p, li, blockquote) {
  overflow-wrap: break-word;
}

/* Fail-safe intrinsic geometry: decorative SVGs must never render at the browser
   default 300x150 (or stretch to the content column) while CSS is loading. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quirk-icon {
  display: block;
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  flex: 0 0 44px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(strong, b) {
  font-weight: 690;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 a {
  color: var(--sbcf-raspberry);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 a:focus-visible,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 button:focus-visible,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 input:focus-visible {
  outline: 3px solid var(--sbcf-raspberry);
  outline-offset: 3px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 button,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 input {
  font: inherit;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-funnel-chrome,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-funnel-dock,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-funnel-orbit,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-mobile-world-ribbon,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-mobile-world-dock {
  display: none !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 [hidden] {
  display: none !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-section-heading {
  width: 100%;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-section-heading__icon,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__index,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__label {
  display: none !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid {
  display: grid;
  align-items: start;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li {
  display: grid;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon {
  display: grid;
  place-items: center;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover img {
  width: auto;
  object-fit: contain;
  object-position: center bottom;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card {
  position: relative;
  min-width: 0;
  margin: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait {
  overflow: hidden;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption {
  display: grid;
  gap: 1px;
}

/* Checkout controls: structural rules retained across wallet/card modes. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-form,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-expanded-checkout,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-field {
  margin: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input {
  width: 100%;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input > span {
  display: grid;
  place-items: center;
  font-family: var(--sbcf-serif);
  font-size: 27px;
  font-weight: 650;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input input {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 12px 18px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: var(--sbcf-ink);
  font-family: var(--sbcf-sans);
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  appearance: textfield;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input input::-webkit-outer-spin-button,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-field-error,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-status {
  margin: 8px 0 0;
  color: #922450;
  font-size: 13.5px;
  line-height: 1.45;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit {
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 22px;
  background: #ffc439;
  color: #123f86;
  box-shadow: none;
  cursor: pointer;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button:hover,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit:hover {
  background: #f2b925;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark i,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark b {
  color: #123f86;
  font-style: italic;
  font-weight: 800;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark b {
  color: #1672b9;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-loading,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-wallet-buttons,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-wallet-button-slot,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-runtime-fallback,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paylater-message {
  width: 100%;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-wallet-button-slot + .sbcf-wallet-button-slot {
  margin-top: 10px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-divider {
  position: relative;
  margin: 22px 0;
  text-align: center;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-divider::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--sbcf-line);
  content: "";
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-divider span {
  position: relative;
  padding: 0 12px;
  background: #fffdfa;
  color: var(--sbcf-muted);
  font-size: 13px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-section {
  display: grid;
  gap: 15px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-field {
  display: grid;
  gap: 7px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-field__label {
  color: var(--sbcf-ink);
  font-size: 13px;
  font-weight: 700;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-field__frame {
  min-height: 48px;
  padding: 12px;
  background: #fff;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-empty {
  color: var(--sbcf-copy);
  font-size: 16px;
  line-height: 1.55;
}


/* --------------------------------------------------------------------------
 * 4.8.8 art-direction authority
 * Open editorial composition replaces the former cartoon/card treatment.
 * ----------------------------------------------------------------------- */

html body .sbcf-post-funnel.sbcf-post-funnel--v488 {
  background: var(--sbcf-paper);
  color: var(--sbcf-copy);
  font-family: var(--sbcf-sans);
  font-size: 17px;
  line-height: 1.66;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(h1, h2, h3) {
  color: var(--sbcf-ink);
  font-family: var(--sbcf-serif);
  font-weight: 650;
  letter-spacing: -0.032em;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(strong, b) {
  font-weight: 690;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
  width: min(1160px, calc(100% - 64px));
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
  padding: clamp(50px, 5.5vw, 70px) 32px clamp(52px, 5.8vw, 74px);
  border-top: 1px solid rgba(199, 161, 90, 0.38);
  background: var(--sbcf-night);
  background-image: none;
  color: #fff;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__glow {
  display: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
  width: min(1040px, 100%);
  min-height: 0;
  display: block;
  margin-inline: auto;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy {
  max-width: 860px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline {
  max-width: 860px;
  color: #fff;
  font-family: var(--sbcf-serif);
  font-size: clamp(40px, 3.9vw, 54px);
  font-weight: 650;
  letter-spacing: -0.034em;
  line-height: 1.055;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline :where(em, b, strong, span) {
  display: inline;
  color: inherit;
  font: inherit;
  font-size: 1em;
  letter-spacing: inherit;
  line-height: inherit;
  white-space: normal;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline em {
  font-style: italic;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy > p {
  max-width: 660px;
  margin: 20px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--sbcf-mint);
  color: rgba(255, 255, 255, 0.84);
  font-size: 17.5px;
  font-weight: 500;
  line-height: 1.54;
}

/* Kacey enters as a real editorial subject, not an avatar. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero {
  padding: 76px 0 70px;
  overflow: visible;
  border-bottom: 1px solid var(--sbcf-line);
  background: var(--sbcf-paper);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__glow {
  display: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  grid-template-areas:
    "intro art"
    "body body";
  align-items: start;
  gap: 38px 72px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__intro {
  grid-area: intro;
  align-self: start;
  padding-top: 6px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__brand {
  width: min(178px, 48%);
  margin: 0 0 22px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title {
  max-width: 560px;
  margin: 0;
  font-size: clamp(40px, 3.75vw, 50px);
  line-height: 1.06;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art {
  grid-area: art;
  align-self: start;
  justify-self: end;
  width: min(100%, 560px);
  margin: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 46, 0.16);
  border-radius: 2px;
  background: var(--sbcf-wash);
  box-shadow: 16px 18px 0 rgba(216, 167, 139, 0.2);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body {
  grid-area: body;
  width: min(790px, 100%);
  max-width: none;
  margin: 4px auto 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--sbcf-line);
  color: var(--sbcf-copy);
  font-size: 17px;
  line-height: 1.63;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p {
  margin-bottom: 17px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p:last-child {
  margin-bottom: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__sub {
  color: #35384a;
  font-size: 17.5px;
  font-weight: 520;
  line-height: 1.58;
}

/* The method and origin story continue the same reading movement. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro {
  padding: 68px 0 72px;
  background: var(--sbcf-paper);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 66px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline::before {
  width: 52px;
  height: 2px;
  margin-bottom: 24px;
  background: var(--sbcf-mint);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2 {
  max-width: 470px;
  font-size: clamp(40px, 3.55vw, 48px);
  line-height: 1.06;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy {
  max-width: 610px;
  font-size: 17px;
  line-height: 1.63;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy p {
  margin-bottom: 17px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy .sbcf-lead {
  margin-bottom: 23px;
  color: var(--sbcf-ink);
  font-size: 20px;
  font-weight: 680;
  line-height: 1.46;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-section {
  padding: 70px 0 74px;
  border-block: 1px solid var(--sbcf-line);
  background: var(--sbcf-wash);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card {
  display: block;
  width: min(820px, calc(100% - 64px));
  margin-inline: auto;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__quote-icon {
  display: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy {
  max-width: 820px;
  color: var(--sbcf-copy);
  font-size: 17px;
  line-height: 1.63;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h2 {
  max-width: 720px;
  margin: 0 0 25px;
  font-size: clamp(39px, 3.45vw, 47px);
  line-height: 1.055;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h2 em,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h2 strong {
  font-weight: inherit;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h3 {
  margin: 24px 0 8px;
  font-size: 27px;
  line-height: 1.14;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > p {
  margin-bottom: 16px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card blockquote {
  margin: 26px 0 0;
  padding: 3px 0 3px 22px;
  border-left: 2px solid var(--sbcf-raspberry);
  color: #3d3c4b;
  font-family: var(--sbcf-serif);
  font-size: 20px;
  line-height: 1.48;
}

/* Practical ideas read as concise editorial steps rather than picture cards. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips {
  padding: 70px 0 74px;
  background: #fffdfa;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-section-heading {
  margin-bottom: 26px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2 {
  max-width: 690px;
  font-size: clamp(39px, 3.4vw, 46px);
  line-height: 1.06;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list {
  counter-reset: sbcf-tip;
  border-bottom: 1px solid var(--sbcf-line);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse {
  counter-increment: sbcf-tip;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  padding: 29px 0 32px;
  border-top: 1px solid var(--sbcf-line);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card::before {
  content: "0" counter(sbcf-tip);
  padding-top: 4px;
  color: var(--sbcf-raspberry);
  font-family: var(--sbcf-serif);
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  line-height: 1;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__art {
  display: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse .sbcf-tip-card__copy {
  grid-column: 2;
  grid-row: auto;
  max-width: 890px;
  color: var(--sbcf-copy);
  font-size: 16.5px;
  line-height: 1.61;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.12;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy h3 em {
  font-style: normal;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy p {
  margin-bottom: 11px;
}

/* The method inventory is nocturnal but quiet: no star field or icon bubbles. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover {
  padding: 78px 0 72px;
  background: var(--sbcf-crib);
  background-image: none;
  color: rgba(255, 255, 255, 0.82);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__stars {
  display: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 72px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy {
  position: static;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2 {
  max-width: 460px;
  margin: 0 0 23px;
  color: #fff;
  font-size: clamp(41px, 3.65vw, 50px);
  line-height: 1.05;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy > p {
  max-width: 450px;
  margin: 0 0 27px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.6;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.16;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h3 em {
  font-style: normal;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li {
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon {
  width: 27px;
  height: 27px;
  margin-top: 1px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--sbcf-lamp);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon .sbcf-quirk-icon {
  width: 27px;
  height: 27px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon .q-fill-soft {
  fill: currentColor;
  fill-opacity: 0.12;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon .q-fill {
  fill: currentColor;
  fill-opacity: 0.28;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li p {
  color: rgba(255, 255, 255, 0.79);
  font-size: 16.75px;
  line-height: 1.5;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more {
  gap: 10px;
  margin: 31px 0 0;
  color: #fff;
  font-family: var(--sbcf-serif);
  font-size: 27px;
  font-weight: 650;
  line-height: 1.24;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more > span:first-child {
  color: var(--sbcf-lamp);
  font-size: 15px;
}

/* Product imagery remains generous, with a slightly varied editorial cadence. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses {
  padding: 74px 0 80px;
  background: var(--sbcf-paper);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading {
  margin-bottom: 34px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2 {
  font-size: clamp(39px, 3.35vw, 46px);
  line-height: 1.06;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2 em {
  font-style: normal;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  grid-template-rows: auto auto;
  align-items: start;
  gap: 36px 58px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  align-items: start;
  gap: 27px;
  padding: 30px 0 0;
  border: 0;
  border-top: 1px solid var(--sbcf-line);
  background: transparent;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child {
  grid-row: 1 / span 2;
  display: block;
  padding-top: 0;
  border-top: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover {
  width: 154px;
  height: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
  width: min(310px, 76%);
  height: auto;
  margin: 0 auto 26px;
  background: transparent;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover img {
  width: 100%;
  max-width: none;
  height: auto;
  box-shadow: 0 14px 30px rgba(31, 42, 46, 0.16);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy {
  padding: 0;
  color: var(--sbcf-copy);
  font-size: 15.75px;
  line-height: 1.59;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy h3 {
  margin: 0 0 11px;
  font-size: 28px;
  line-height: 1.09;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy p {
  margin-bottom: 11px;
}

/* Parent accounts are open and human, not an ecommerce review-card row. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials {
  padding: 76px 0 78px;
  border-top: 1px solid var(--sbcf-line);
  background: #F1F6FA;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  grid-template-areas:
    "anna paul"
    "anna diana";
  align-items: start;
  gap: 32px 56px;
  width: min(1010px, calc(100% - 64px));
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card {
  color: var(--sbcf-copy);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__mark {
  display: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna {
  grid-area: anna;
  align-self: center;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  grid-template-areas:
    "portrait caption"
    "quote quote";
  align-items: center;
  gap: 23px 20px;
  margin: 0;
  padding: 0 54px 0 0;
  border: 0;
  border-right: 1px solid rgba(24, 38, 80, 0.18);
  border-radius: 0;
  background: transparent;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana {
  min-height: 0;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  grid-template-areas:
    "portrait caption"
    "quote quote";
  align-items: center;
  gap: 20px 20px;
  padding: 25px 0 0;
  border: 0;
  border-top: 1px solid rgba(24, 38, 80, 0.18);
  background: transparent;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna .sbcf-quote-card__portrait {
  position: static;
  grid-area: portrait;
  width: 108px;
  height: 108px;
  margin: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul .sbcf-quote-card__portrait,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana .sbcf-quote-card__portrait {
  position: static;
  grid-area: portrait;
  width: 86px;
  height: 86px;
  margin: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait {
  border: 0;
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote {
  grid-area: quote;
  color: var(--sbcf-copy);
  font-size: 16.5px;
  line-height: 1.6;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna blockquote {
  font-family: var(--sbcf-serif);
  font-size: 19.5px;
  line-height: 1.54;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote p {
  margin-bottom: 17px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption {
  grid-area: caption;
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption strong {
  color: var(--sbcf-ink);
  font-family: var(--sbcf-serif);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.2;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption strong em {
  font-style: normal;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption span {
  margin-top: 3px;
  color: var(--sbcf-muted);
  font-size: 13px;
  line-height: 1.4;
}

/* The offer is one clear sequence: guarantee, context, price, PayPal. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-post-purchase {
  padding: 72px 0 0;
  overflow: hidden;
  border-top: 0;
  background: var(--sbcf-crib);
  color: rgba(255, 255, 255, 0.86);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-sky,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__doodle {
  display: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-main {
  position: relative;
  padding: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-admin-setup {
  width: min(780px, 100%);
  margin: 0 auto 24px;
  padding: 13px 16px;
  border: 1px solid #9f7a42;
  border-radius: 3px;
  background: #fff9e9;
  color: #614616;
  font-size: 14px;
  line-height: 1.45;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 0 38px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: 0 72px;
  max-width: none;
  margin-inline: auto;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-guarantee-title {
  grid-column: 1;
  grid-row: 1;
  max-width: 520px;
  margin: 0 0 18px;
  color: #fffaf3;
  font-size: clamp(38px, 3.25vw, 44px);
  line-height: 1.06;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p:not(.sbcf-guarantee__price-story):not(.sbcf-guarantee__access) {
  grid-column: 1;
  max-width: 530px;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16.75px;
  line-height: 1.62;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p:first-of-type strong {
  white-space: nowrap;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee a {
  color: #f7d9c7;
  text-decoration-color: currentColor;
  text-underline-offset: 0.14em;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee a:hover,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee a:focus-visible {
  color: #fffaf3;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p.sbcf-guarantee__price-story,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p.sbcf-guarantee__access:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: none;
  margin: 3px 0 0;
  padding: 18px 0 0 22px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid var(--sbcf-skin);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--sbcf-sans);
  font-size: 16px;
  line-height: 1.58;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p.sbcf-guarantee__access:last-child {
  grid-column: 2;
  grid-row: 3 / span 2;
  margin-top: 16px;
  border-left-color: var(--sbcf-lamp);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access strong,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p.sbcf-guarantee__access:last-child > strong {
  display: block;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fffaf3;
  line-height: 1.45;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid--price-first {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(660px, 100%);
  gap: 14px;
  margin: 32px auto 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid--price-first > .sbcf-payment-card {
  order: 1;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid--price-first > .sbcf-order-summary--paypal {
  order: 2;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
  padding: 29px 31px 31px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: var(--sbcf-paper);
  color: var(--sbcf-ink);
  box-shadow: 0 18px 42px rgba(13, 23, 21, 0.2);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-field > label {
  margin-bottom: 10px;
  color: var(--sbcf-ink);
  font-family: var(--sbcf-serif);
  font-size: 22px;
  font-weight: 650;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input {
  min-height: 68px;
  border: 1px solid #7d7480;
  border-radius: 3px;
  background: #fff;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input:focus-within {
  border-color: var(--sbcf-raspberry);
  box-shadow: 0 0 0 3px rgba(87, 51, 72, 0.13);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input > span {
  border-right-color: rgba(24, 38, 80, 0.18);
  background: var(--sbcf-wash);
  color: var(--sbcf-plum, #573348);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-method {
  margin-top: 18px;
  color: var(--sbcf-ink);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit {
  border: 1px solid #9a7215;
  border-radius: 4px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-field__frame {
  border-color: #7d7480;
  border-radius: 3px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary--paypal {
  width: min(440px, 100%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 3px 3px 0 0;
  background: #fff;
  box-shadow: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary--paypal img {
  width: calc(100% + 16px);
  max-width: none;
  height: auto;
  margin: 0 -8px -6px;
  object-fit: contain;
}

/* Tablet composition: preserve useful horizontal relationships without squeeze. */
@media (max-width: 1050px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    width: min(100% - 48px, 980px);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.96fr);
    gap: 34px 44px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title {
    font-size: 44px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid {
    gap: 48px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    border-bottom: 1px solid var(--sbcf-line);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child {
    display: grid;
    grid-row: auto;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 40px;
    padding: 30px 0 32px;
    border-top: 1px solid var(--sbcf-line);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
    width: 220px;
    height: auto;
    margin: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy {
    align-self: center;
    padding: 0;
    font-size: 16px;
  }
}

@media (max-width: 860px) and (min-width: 761px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "art"
      "body";
    gap: 34px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__intro {
    padding-top: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title {
    max-width: 650px;
    font-size: 45px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art {
    justify-self: start;
    width: min(570px, 100%);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body {
    width: 100%;
    max-width: 720px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy > p {
    max-width: 650px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "anna"
      "paul"
      "diana";
    gap: 34px;
    width: min(680px, calc(100% - 48px));
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna {
    align-self: start;
    padding: 0 0 36px;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 38, 80, 0.18);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul {
    border-top: 0;
  }
}

/* Mobile is composed for one-handed, low-light reading. */
@media (max-width: 760px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 {
    font-size: 16px;
    line-height: 1.64;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    width: calc(100% - 40px);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
    padding: 43px 20px 46px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline {
    font-size: clamp(32px, 8.8vw, 38px);
    line-height: 1.065;
    text-wrap: pretty;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy > p {
    margin-top: 17px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero {
    padding: 52px 0 54px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "art"
      "body";
    gap: 25px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__intro {
    padding-top: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__brand {
    width: min(174px, 58%);
    margin-bottom: 18px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title {
    max-width: 610px;
    font-size: clamp(34px, 9.2vw, 39px);
    line-height: 1.055;
    text-wrap: pretty;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art {
    justify-self: stretch;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 2px;
    box-shadow: 9px 10px 0 rgba(216, 167, 139, 0.18);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder img {
    object-position: 50% 47%;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body {
    max-width: none;
    padding-top: 22px;
    font-size: 16.25px;
    line-height: 1.61;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p {
    margin-bottom: 14px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__sub {
    font-size: 16.75px;
    line-height: 1.55;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro {
    padding: 50px 0 53px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline::before {
    width: 44px;
    margin-bottom: 19px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2 {
    font-size: clamp(33px, 8.8vw, 37px);
    line-height: 1.045;
    text-wrap: pretty;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy {
    font-size: 16.25px;
    line-height: 1.61;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy .sbcf-lead {
    font-size: 18px;
    line-height: 1.46;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-section {
    padding: 52px 0 55px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card {
    width: calc(100% - 40px);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy {
    font-size: 16.25px;
    line-height: 1.61;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h2 {
    margin-bottom: 19px;
    font-size: clamp(33px, 8.8vw, 37px);
    line-height: 1.045;
    text-wrap: pretty;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h3 {
    margin-top: 21px;
    font-size: 25px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card blockquote {
    margin-top: 22px;
    padding-left: 17px;
    font-size: 18.5px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips {
    padding: 52px 0 55px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-section-heading {
    margin-bottom: 21px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2 {
    font-size: clamp(33px, 8.8vw, 37px);
    line-height: 1.05;
    text-wrap: pretty;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
    padding: 24px 0 27px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card::before {
    padding-top: 0;
    font-size: 18px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse .sbcf-tip-card__copy {
    grid-column: 1;
    font-size: 16px;
    line-height: 1.6;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy h3 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover {
    padding: 54px 0 52px;
    background-image: none;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2 {
    font-size: clamp(34px, 9vw, 39px);
    line-height: 1.045;
    text-wrap: pretty;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy > p {
    margin-bottom: 21px;
    font-size: 16.25px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h3 {
    font-size: 26px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 13px;
    padding: 14px 0 15px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon .sbcf-quirk-icon {
    width: 24px;
    height: 24px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li p {
    font-size: 16px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more {
    margin-top: 27px;
    font-size: 23px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses {
    padding: 52px 0 56px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading {
    margin-bottom: 22px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-grid {
    border-bottom: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-row: auto;
    gap: 0;
    padding: 25px 0 30px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child {
    display: grid;
    grid-row: auto;
    grid-template-columns: minmax(0, 1fr);
    padding: 25px 0 30px;
    border-top: 1px solid var(--sbcf-line);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
    width: clamp(210px, 62vw, 235px);
    height: auto;
    margin: 0 auto 22px;
    padding: 0;
    border-radius: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
    margin-left: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) .sbcf-bonus-card__cover {
    margin-right: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover img {
    width: 100%;
    max-width: none;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy {
    padding: 0 1px;
    font-size: 15.75px;
    line-height: 1.6;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy h3 {
    font-size: 26px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials {
    padding: 54px 0 56px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "anna"
      "paul"
      "diana";
    gap: 24px;
    width: calc(100% - 40px);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 38, 80, 0.18);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-areas:
      "portrait caption"
      "quote quote";
    gap: 18px 18px;
    padding: 23px 0 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul {
    border-top: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna .sbcf-quote-card__portrait {
    width: 96px;
    height: 96px;
    margin: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana .sbcf-quote-card__portrait {
    width: 96px;
    height: 96px;
    margin: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna blockquote {
    width: 100%;
    font-size: 16.25px;
    line-height: 1.6;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna blockquote {
    font-family: var(--sbcf-serif);
    font-size: 18.5px;
    line-height: 1.56;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption {
    align-self: center;
    margin-top: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-post-purchase {
    padding-top: 50px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    width: calc(100% - 32px);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee {
    padding-bottom: 24px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div {
    display: block;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-guarantee-title {
    margin-bottom: 15px;
    font-size: clamp(33px, 8.8vw, 37px);
    line-height: 1.06;
    text-wrap: pretty;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p:not(.sbcf-guarantee__price-story):not(.sbcf-guarantee__access) {
    font-size: 16px;
    line-height: 1.56;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p.sbcf-guarantee__price-story,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p.sbcf-guarantee__access:last-child {
    margin-top: 16px;
    padding: 13px 0 0 15px;
    border-radius: 0;
    font-size: 15.75px;
    line-height: 1.56;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access {
    margin-top: 13px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid--price-first {
    gap: 11px;
    margin-top: 20px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
    padding: 23px 20px 25px;
    border-radius: 3px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-field > label {
    font-size: 20px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input {
    min-height: 62px;
    grid-template-columns: 50px minmax(0, 1fr);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input > span {
    font-size: 23px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input input {
    padding-inline: 13px;
    font-size: 26px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary--paypal {
    padding: 7px;
    border-radius: 3px 3px 0 0;
  }
}

@media (max-width: 430px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid {
    width: calc(100% - 32px);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
    padding-inline: 16px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
    height: auto;
  }
}

@media (max-width: 350px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more {
    gap: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more > span:first-child {
    display: none;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline {
    font-size: 32px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-guarantee-title {
    font-size: 34px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
    width: min(210px, 70vw);
    height: auto;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
    padding-inline: 16px;
  }
}

/* ========================================================================== 
   4.8.8 Night Nursery Editorial visual-convergence pass
   The live sales wording and checkout behavior stay untouched; this layer
   changes only the footer's art direction, composition, responsive pacing,
   and decorative sleep-specific visuals.
   ========================================================================== */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 {
  --sbcf-ink: #142b3f;
  --sbcf-copy: #243747;
  --sbcf-muted: #657989;
  --sbcf-line: rgba(20, 43, 63, 0.16);
  --sbcf-paper: #fff9ef;
  --sbcf-wash: #edf3f6;
  --sbcf-night: #12283a;
  --sbcf-night-2: #19384f;
  --sbcf-night-3: #274c65;
  --sbcf-crib: #23445c;
  --sbcf-sleepy-blue: #6e8fa6;
  --sbcf-moonlight: #d7e5ed;
  --sbcf-dream-mist: #edf3f6;
  --sbcf-soft-white: #fffcf7;
  --sbcf-lamp: #d9822f;
  --sbcf-lamp-deep: #c96f24;
  --sbcf-gold: #c9a35e;
  --sbcf-raspberry: #23445c;
  --sbcf-mint: #c9a35e;
  --sbcf-serif: var(--sb-serif, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif);
  --sbcf-sans: var(--sb-sans, Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif);
  --sbcf-script: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
  background: var(--sbcf-soft-white);
  color: var(--sbcf-copy);
  font-size: 17.5px;
  line-height: 1.66;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(h1, h2, h3) {
  color: var(--sbcf-ink);
  font-family: var(--sbcf-serif);
  font-weight: 600;
  letter-spacing: -0.038em;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 a:focus-visible,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 button:focus-visible,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 input:focus-visible {
  outline-color: var(--sbcf-lamp);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
  width: min(1240px, calc(100% - 72px));
}

/* Night entry: visual first, then locked opening copy. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 6.2vw, 94px) 36px clamp(82px, 8vw, 118px);
  border-top: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(215, 229, 237, 0.10), transparent 24%),
    radial-gradient(circle at 16% 72%, rgba(110, 143, 166, 0.16), transparent 30%),
    linear-gradient(112deg, #0c2030 0%, #12283a 44%, #18364d 100%);
  color: var(--sbcf-soft-white);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .72;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 8% 16%, rgba(211,175,104,.7) 0 1px, transparent 1.8px),
    radial-gradient(circle at 23% 31%, rgba(255,252,247,.38) 0 1px, transparent 1.7px),
    radial-gradient(circle at 49% 15%, rgba(211,175,104,.55) 0 1px, transparent 1.8px),
    radial-gradient(circle at 67% 33%, rgba(255,252,247,.38) 0 1px, transparent 1.8px),
    radial-gradient(circle at 86% 19%, rgba(211,175,104,.7) 0 1px, transparent 1.8px),
    radial-gradient(circle at 94% 52%, rgba(255,252,247,.35) 0 1px, transparent 1.8px),
    radial-gradient(circle at 60% 70%, rgba(211,175,104,.48) 0 1px, transparent 1.8px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::after {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -52px;
  height: 92px;
  border-radius: 50% 50% 0 0 / 54% 54% 0 0;
  background: var(--sbcf-paper);
  transform: rotate(-1deg);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
  width: min(1260px, 100%);
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
  margin-inline: auto;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual {
  display: block !important;
  position: relative;
  margin: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  border-radius: 48% 52% 42% 58% / 56% 40% 60% 44%;
  box-shadow: 0 32px 70px rgba(2, 14, 23, .42), 0 0 0 1px rgba(255,255,255,.08);
  background: #18364d;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(9,25,38,.18), rgba(10,31,47,.16) 45%, rgba(10,26,39,.46));
  mix-blend-mode: multiply;
  pointer-events: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.78) contrast(1.05) brightness(.82) hue-rotate(170deg);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__lamp {
  position: absolute;
  z-index: 3;
  left: 9%;
  bottom: 8%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,231,186,.72), rgba(217,130,47,.18) 48%, transparent 70%);
  filter: blur(2px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__window {
  position: absolute;
  z-index: 3;
  right: 8%;
  top: 9%;
  width: 76px;
  height: 108px;
  border: 1px solid rgba(215,229,237,.28);
  border-radius: 40px 40px 8px 8px;
  opacity: .7;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__window::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__window::after {
  content: "";
  position: absolute;
  background: rgba(215,229,237,.22);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__window::before { left: 50%; top: 0; bottom: 0; width: 1px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__window::after { top: 48%; left: 0; right: 0; height: 1px; }

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy {
  position: relative;
  max-width: 660px;
  padding-top: 64px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__moon {
  position: absolute;
  right: 4%;
  top: -8px;
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, #f5f3e9, #b9ccd7 68%);
  box-shadow: inset -18px -13px 25px rgba(61, 91, 112, .18), 0 0 44px rgba(215,229,237,.12);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__moon::after {
  content: "";
  position: absolute;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  right: -5px;
  top: -4px;
  background: #17354b;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock {
  position: absolute;
  left: 0;
  top: 3px;
  width: 42px;
  height: 42px;
  border: 1.5px solid rgba(255,252,247,.72);
  border-radius: 50%;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5px;
  transform-origin: 50% 100%;
  border-radius: 2px;
  background: rgba(255,252,247,.82);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock::before { height: 11px; transform: translate(-50%,-100%) rotate(20deg); }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock::after { height: 14px; transform: translate(-50%,-100%) rotate(116deg); }

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline {
  max-width: 650px;
  color: var(--sbcf-soft-white) !important;
  font-size: clamp(46px, 4.6vw, 72px) !important;
  font-weight: 520 !important;
  line-height: .99 !important;
  letter-spacing: -.048em !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline em {
  color: #fff9ef !important;
  font-weight: 520 !important;
  font-style: italic !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline b,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline strong {
  color: #d7e5ed !important;
  font-weight: 680 !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy > p {
  max-width: 560px;
  margin: 28px 0 0;
  padding: 0;
  border: 0;
  color: rgba(255,252,247,.88) !important;
  font-size: 18px !important;
  line-height: 1.57 !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__wave {
  display: block;
  width: min(420px, 78%);
  height: 36px;
  margin-top: 28px;
  opacity: .52;
  background:
    linear-gradient(90deg, transparent 0 3%, rgba(215,229,237,.72) 3% 3.5%, transparent 3.5% 8%, rgba(215,229,237,.72) 8% 9%, transparent 9% 14%, rgba(215,229,237,.72) 14% 14.5%, transparent 14.5% 20%, rgba(215,229,237,.72) 20% 22%, transparent 22% 27%, rgba(215,229,237,.72) 27% 27.5%, transparent 27.5% 34%, rgba(215,229,237,.72) 34% 36.5%, transparent 36.5% 43%, rgba(215,229,237,.72) 43% 44%, transparent 44% 52%, rgba(215,229,237,.72) 52% 55%, transparent 55% 62%, rgba(215,229,237,.72) 62% 63%, transparent 63% 70%, rgba(215,229,237,.72) 70% 72%, transparent 72% 80%, rgba(215,229,237,.72) 80% 80.5%, transparent 80.5% 88%, rgba(215,229,237,.72) 88% 90%, transparent 90% 100%);
  clip-path: polygon(0 48%,3% 48%,3% 42%,3.5% 42%,3.5% 48%,8% 48%,8% 28%,9% 28%,9% 48%,14% 48%,14% 37%,14.5% 37%,14.5% 48%,20% 48%,20% 10%,22% 10%,22% 48%,27% 48%,27% 34%,27.5% 34%,27.5% 48%,34% 48%,34% 0,36.5% 0,36.5% 48%,43% 48%,43% 25%,44% 25%,44% 48%,52% 48%,52% 3%,55% 3%,55% 48%,62% 48%,62% 30%,63% 30%,63% 48%,70% 48%,70% 12%,72% 12%,72% 48%,80% 48%,80% 38%,80.5% 38%,80.5% 48%,88% 48%,88% 20%,90% 20%,90% 48%,100% 48%,100% 54%,0 54%);
}

/* Founder / Kacey + Benjamin: warm editorial story with a large real image. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero {
  position: relative;
  padding: clamp(76px, 8vw, 120px) 0 clamp(72px, 7vw, 108px);
  background: linear-gradient(180deg, #fff9ef 0%, #fffcf7 100%);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero::after {
  content: "♡";
  position: absolute;
  right: max(24px, calc((100vw - 1240px)/2));
  top: 72px;
  color: rgba(201,163,94,.66);
  font: 400 42px/1 var(--sbcf-serif);
  transform: rotate(10deg);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__glow { display: none; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
  display: grid;
  grid-template-columns: minmax(370px, .9fr) minmax(0, 1.1fr);
  grid-template-areas: "art intro" "art body";
  align-items: start;
  gap: 24px clamp(58px, 7vw, 112px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__intro {
  grid-area: intro;
  width: 100%;
  align-self: end;
  padding: 8px 0 4px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__brand {
  width: 180px;
  max-width: 36%;
  margin: 0 0 24px;
  filter: saturate(.72) brightness(.66) hue-rotate(165deg);
  opacity: .82;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title {
  margin: 0;
  color: var(--sbcf-ink);
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 520;
  line-height: 1.05;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title__hello {
  display: block;
  margin-bottom: 8px;
  color: var(--sbcf-night-3);
  font-family: var(--sbcf-script);
  font-size: .77em;
  font-weight: 400;
  letter-spacing: -.045em;
  transform: rotate(-1.3deg);
  transform-origin: left center;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art {
  grid-area: art;
  position: sticky;
  top: 30px;
  width: 100%;
  margin: 0;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: .92 / 1;
  overflow: hidden;
  border-radius: 44% 56% 49% 51% / 38% 43% 57% 62%;
  box-shadow: 0 30px 70px rgba(31,56,74,.16);
  background: var(--sbcf-moonlight);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(18,40,58,.08);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 50%;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body {
  grid-area: body;
  width: 100%;
  max-width: 690px;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(20,43,63,.14);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p {
  margin: 0 0 17px;
  color: #304657;
  font-size: 16.8px;
  line-height: 1.63;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__sub {
  color: #1d3548 !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
}

/* Method bridge: cool moonlight, readable editorial split. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro {
  padding: clamp(72px, 7vw, 104px) 0;
  background: linear-gradient(112deg, #d7e5ed 0%, #edf3f6 52%, #e4edf2 100%);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid {
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: clamp(55px, 7vw, 110px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline::before {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(35,68,92,.36);
  border-radius: 50%;
  background:
    radial-gradient(circle at 56% 46%, transparent 0 42%, #d7e5ed 43%),
    #fff9ef;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2 {
  max-width: 520px;
  font-size: clamp(37px, 4vw, 58px);
  line-height: 1.02;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy {
  max-width: 720px;
  color: #2a4254;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy .sbcf-lead {
  margin-bottom: 18px;
  color: var(--sbcf-night-3);
  font-family: var(--sbcf-serif);
  font-size: 24px;
  font-style: italic;
  line-height: 1.35;
}

/* Long origin story: warm paper, one visual anchor, no card soup. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-section {
  padding: clamp(72px, 7.5vw, 112px) 0;
  background: #fffcf7;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(46px, 6vw, 96px);
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual {
  display: block !important;
  position: sticky;
  top: 32px;
  margin: 14px 0 0;
  overflow: hidden;
  border-radius: 46% 54% 45% 55% / 56% 43% 57% 44%;
  background: var(--sbcf-dream-mist);
  box-shadow: 0 22px 55px rgba(35,68,92,.13);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy {
  max-width: 760px;
  margin-left: 0;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h2 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(39px, 4vw, 60px);
  line-height: 1.02;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h2 em,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h2 strong {
  color: var(--sbcf-night-3);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h3 {
  margin-top: 28px;
  color: var(--sbcf-night-3);
  font-size: 25px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card blockquote {
  margin-top: 32px;
  padding: 24px 28px 24px 30px;
  border: 0;
  border-left: 2px solid var(--sbcf-gold);
  background: linear-gradient(90deg, rgba(215,229,237,.52), rgba(237,243,246,.24));
  color: #1f3a4e;
  font-family: var(--sbcf-serif);
  font-size: 21px;
  line-height: 1.48;
}

/* Three tips become the core night system: 01 / 02 / 03 + sleep icons. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips {
  position: relative;
  isolation: isolate;
  padding: clamp(78px, 8vw, 116px) 0 clamp(92px, 9vw, 136px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 11%, rgba(110,143,166,.18), transparent 25%),
    linear-gradient(135deg, #102638 0%, #17354b 56%, #102a3d 100%);
  color: rgba(255,252,247,.88);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .7;
  background-image:
    radial-gradient(circle at 7% 15%, rgba(211,175,104,.75) 0 1px, transparent 1.8px),
    radial-gradient(circle at 17% 51%, rgba(255,252,247,.34) 0 1px, transparent 1.8px),
    radial-gradient(circle at 38% 22%, rgba(211,175,104,.55) 0 1px, transparent 1.8px),
    radial-gradient(circle at 62% 14%, rgba(255,252,247,.33) 0 1px, transparent 1.8px),
    radial-gradient(circle at 77% 55%, rgba(211,175,104,.58) 0 1px, transparent 1.8px),
    radial-gradient(circle at 93% 28%, rgba(255,252,247,.32) 0 1px, transparent 1.8px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -54px;
  height: 94px;
  border-radius: 52% 48% 0 0 / 64% 64% 0 0;
  background: #d7e5ed;
  transform: rotate(.8deg);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading {
  margin-bottom: 52px;
  text-align: left;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2 {
  max-width: 780px;
  margin-inline: 0;
  color: #fff9ef;
  font-size: clamp(39px, 4.2vw, 62px);
  font-weight: 520;
  line-height: 1.02;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(215,229,237,.22);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  grid-template-areas: "index icon" "copy copy";
  gap: 18px 14px;
  margin: 0;
  padding: 30px 34px 30px 0;
  border: 0;
  border-right: 1px solid rgba(215,229,237,.18);
  background: transparent;
  color: inherit;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:nth-child(2) { padding-left: 34px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:nth-child(3) { padding-left: 34px; padding-right: 0; border-right: 0; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card::before { display: none; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__index {
  grid-area: index;
  display: block !important;
  color: rgba(211,175,104,.88);
  font-family: var(--sbcf-serif);
  font-size: 26px;
  line-height: 52px;
  letter-spacing: .08em;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon {
  grid-area: icon;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #d7e5ed;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon .sbcf-quirk-icon {
  width: 52px;
  height: 52px;
  stroke-width: 1.5;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse .sbcf-tip-card__copy {
  grid-area: copy;
  width: 100%;
  max-width: none;
  margin: 0;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy h3 {
  margin-bottom: 18px;
  color: #fffcf7;
  font-size: 29px;
  font-weight: 520;
  line-height: 1.1;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy h3 em {
  color: inherit;
  font-style: normal;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy p {
  margin-bottom: 13px;
  color: rgba(255,252,247,.80);
  font-size: 15.2px;
  line-height: 1.58;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy strong { color: #fff8e8; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--sound {
  background: linear-gradient(145deg, rgba(110,143,166,.16), rgba(215,229,237,.05));
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual {
  position: relative;
  width: min(780px, 76%);
  min-height: 220px;
  margin: 50px 0 0 auto;
  overflow: hidden;
  border-radius: 140px 20px 20px 140px;
  background: #23445c;
  box-shadow: 0 26px 58px rgba(2,14,23,.28);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.68) hue-rotate(165deg) brightness(.76) contrast(1.08);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16,38,56,.84), rgba(16,38,56,.28) 42%, transparent 70%);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__waveform {
  position: absolute;
  z-index: 2;
  left: 42px;
  top: 50%;
  width: 220px;
  height: 58px;
  transform: translateY(-50%);
  opacity: .8;
  background: repeating-linear-gradient(90deg, #d7e5ed 0 2px, transparent 2px 10px);
  clip-path: polygon(0 48%,5% 48%,5% 34%,8% 34%,8% 48%,13% 48%,13% 14%,16% 14%,16% 48%,21% 48%,21% 29%,24% 29%,24% 48%,29% 48%,29% 3%,33% 3%,33% 48%,38% 48%,38% 20%,41% 20%,41% 48%,46% 48%,46% 7%,50% 7%,50% 48%,55% 48%,55% 32%,58% 32%,58% 48%,63% 48%,63% 14%,66% 14%,66% 48%,71% 48%,71% 26%,74% 26%,74% 48%,79% 48%,79% 9%,82% 9%,82% 48%,87% 48%,87% 31%,90% 31%,90% 48%,100% 48%,100% 54%,0 54%);
}

/* Value/method: pale moonlight with illustrated cues and open checklist. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover {
  position: relative;
  padding: clamp(88px, 8vw, 124px) 0 clamp(76px, 7vw, 108px);
  overflow: hidden;
  background: linear-gradient(180deg, #d7e5ed 0%, #edf3f6 100%);
  color: #23445c;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__stars { display: none; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid {
  display: grid;
  grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr);
  grid-template-areas: "copy list" "visual list";
  gap: 30px clamp(58px, 7vw, 105px);
  align-items: start;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy { grid-area: copy; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2 {
  max-width: 560px;
  color: var(--sbcf-ink);
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.0;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy > p {
  max-width: 520px;
  margin-top: 24px;
  color: #355269;
  font-size: 17px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h3 {
  margin-top: 28px;
  color: var(--sbcf-night-3);
  font-size: 25px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist {
  grid-area: list;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(35,68,92,.20);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li {
  grid-template-columns: 48px minmax(0,1fr);
  gap: 19px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(35,68,92,.16);
  color: #2b475c;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon {
  width: 42px;
  height: 42px;
  color: var(--sbcf-night-3);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon .sbcf-quirk-icon {
  width: 42px;
  height: 42px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li p {
  margin: 0;
  font-size: 16px;
  line-height: 1.56;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual {
  grid-area: visual;
  display: block;
  width: min(430px,100%);
  margin: 6px 0 0;
  overflow: hidden;
  border-radius: 24px 100px 24px 100px;
  box-shadow: 0 20px 45px rgba(35,68,92,.12);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual img {
  width: 100%;
  min-height: 230px;
  object-fit: cover;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more {
  max-width: 780px;
  margin: 50px auto 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(35,68,92,.16);
  color: var(--sbcf-night-3);
  font-family: var(--sbcf-serif);
  font-size: 24px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more > span:first-child { color: var(--sbcf-gold); }

/* Bonuses: restrained product/value presentation. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses {
  padding: clamp(80px, 8vw, 118px) 0;
  background: #fff9ef;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading {
  margin-bottom: 52px;
  text-align: left;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2 {
  max-width: 650px;
  margin-inline: 0;
  color: var(--sbcf-ink);
  font-size: clamp(40px, 4vw, 59px);
  line-height: 1.03;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2 em { color: var(--sbcf-night-3); }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  border-top: 1px solid rgba(20,43,63,.15);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child {
  display: grid;
  grid-template-columns: 132px minmax(0,1fr);
  align-items: start;
  gap: 22px;
  margin: 0;
  padding: 34px 30px 26px 0;
  border: 0;
  border-right: 1px solid rgba(20,43,63,.13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2) { padding-left: 30px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) { padding-left: 30px; padding-right: 0; border-right: 0; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
  width: 132px;
  height: 190px;
  min-height: 190px;
  overflow: hidden;
  border-radius: 5px;
  background: #edf3f6;
  box-shadow: 0 14px 30px rgba(20,43,63,.14);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover img,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy { padding: 0; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy h3 {
  margin-bottom: 14px;
  color: var(--sbcf-night-3);
  font-size: 26px;
  line-height: 1.08;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy p {
  margin-bottom: 11px;
  color: #405566;
  font-size: 14.4px;
  line-height: 1.55;
}

/* Social proof returns to the night. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials {
  position: relative;
  padding: clamp(84px, 8vw, 124px) 0 clamp(88px, 8vw, 126px);
  background:
    radial-gradient(circle at 12% 20%, rgba(110,143,166,.14), transparent 26%),
    linear-gradient(128deg, #11283a, #17364d 58%, #102638);
  color: rgba(255,252,247,.86);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials::before {
  content: "“";
  position: absolute;
  left: max(24px, calc((100vw - 1240px)/2));
  top: 28px;
  color: rgba(211,175,104,.22);
  font: 400 160px/.8 var(--sbcf-serif);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: 34px 30px;
  align-items: start;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana {
  display: grid;
  grid-template-columns: 78px minmax(0,1fr);
  grid-template-areas: "portrait quote" "portrait caption";
  gap: 12px 20px;
  margin: 0;
  padding: 28px 0 4px;
  border: 0;
  border-top: 1px solid rgba(215,229,237,.22);
  background: transparent;
  box-shadow: none;
  color: inherit;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna { grid-column: 1 / span 7; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul { grid-column: 8 / span 5; margin-top: 62px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana { grid-column: 3 / span 7; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna .sbcf-quote-card__portrait,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul .sbcf-quote-card__portrait,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana .sbcf-quote-card__portrait {
  grid-area: portrait;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255,249,239,.86), 0 10px 28px rgba(0,0,0,.23);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__mark { display: none; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna blockquote {
  grid-area: quote;
  max-width: none;
  color: #fffaf1;
  font-family: var(--sbcf-serif);
  font-size: 22px;
  line-height: 1.46;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote p { margin-bottom: 10px; color: inherit; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption {
  grid-area: caption;
  justify-self: start;
  text-align: left;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption strong {
  color: #d7e5ed;
  font-size: 16px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption span {
  color: rgba(215,229,237,.66);
  font-size: 13px;
}

/* Offer / guarantee: warm lamp in the night, with one uncluttered decision zone. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-post-purchase {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #fff6e7;
  color: var(--sbcf-copy);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-main {
  padding: clamp(82px, 8vw, 126px) 0 clamp(74px, 7vw, 104px);
  background:
    radial-gradient(circle at 88% 12%, rgba(217,130,47,.09), transparent 22%),
    linear-gradient(180deg, #fff6e7 0%, #fff9ef 100%);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr);
  gap: clamp(54px, 7vw, 108px);
  align-items: start;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  margin-bottom: 22px;
  border: 1.5px solid rgba(35,68,92,.38);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 46%, rgba(35,68,92,.8) 47% 51%, transparent 52%) 19px 32px / 17px 9px no-repeat,
    linear-gradient(45deg, transparent 46%, rgba(35,68,92,.8) 47% 51%, transparent 52%) 31px 23px / 24px 17px no-repeat;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div {
  width: 100%;
  max-width: 690px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-guarantee-title {
  margin: 0 0 24px;
  color: var(--sbcf-ink);
  font-size: clamp(43px, 4.6vw, 66px);
  font-weight: 520;
  line-height: 1;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p:not(.sbcf-guarantee__price-story):not(.sbcf-guarantee__access) {
  max-width: 650px;
  margin: 0 0 14px;
  color: #405566;
  font-size: 16.5px;
  line-height: 1.6;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p.sbcf-guarantee__price-story,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p.sbcf-guarantee__access:last-child {
  margin-top: 22px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(20,43,63,.14);
  color: #263f52;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid--price-first {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) !important;
  gap: 18px !important;
  margin: 0 !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
  width: 100%;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(20,43,63,.13);
  border-radius: 18px;
  background: #fffcf7;
  box-shadow: 0 24px 55px rgba(60,72,74,.10);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-field > label {
  display: block;
  margin-bottom: 10px;
  color: var(--sbcf-night-3);
  font-family: var(--sbcf-serif);
  font-size: 24px;
  font-weight: 600;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input {
  grid-template-columns: 68px minmax(0,1fr);
  overflow: hidden;
  border: 1px solid rgba(35,68,92,.22);
  border-radius: 12px;
  background: #fff;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input > span {
  background: #edf3f6;
  color: var(--sbcf-night-3);
  font-size: 30px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input input {
  min-height: 60px;
  color: var(--sbcf-ink);
  font-size: 31px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-method { margin-top: 18px; color: #526878; font-size: 13.5px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit {
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #e48c32, #d77f2f);
  color: #fff;
  box-shadow: 0 12px 24px rgba(201,111,36,.20);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button:hover,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(201,111,36,.26);
  filter: saturate(1.05);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark { color: #fff; filter: grayscale(1) brightness(4); }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary--paypal {
  width: min(330px, 100%) !important;
  margin: 0 auto;
  padding: 0;
  opacity: .82;
  background: transparent;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary--paypal img { mix-blend-mode: multiply; }

/* Settled lower edge: visual punctuation only, no new sales copy. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close {
  position: relative;
  height: 118px;
  overflow: hidden;
  background: linear-gradient(180deg, #17364d 0%, #102638 100%);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close::before {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: -52px;
  height: 80px;
  border-radius: 0 0 50% 50% / 0 0 70% 70%;
  background: #fff9ef;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__moon {
  position: absolute;
  right: 11%;
  top: 38px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff6e7;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__moon::after {
  content: "";
  position: absolute;
  left: 10px;
  top: -4px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #153247;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud {
  position: absolute;
  bottom: 20px;
  height: 12px;
  border-radius: 20px;
  background: rgba(215,229,237,.22);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: inherit;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud--one { left: 8%; width: 96px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud--one::before { left: 16px; width: 34px; height: 34px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud--one::after { right: 14px; width: 28px; height: 28px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud--two { left: 19%; bottom: 33px; width: 64px; opacity: .6; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud--two::before { left: 10px; width: 25px; height: 25px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud--two::after { right: 10px; width: 20px; height: 20px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__crib {
  position: absolute;
  right: 22%;
  bottom: 14px;
  width: 108px;
  height: 43px;
  border: 1px solid rgba(215,229,237,.30);
  border-top-width: 2px;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, transparent 0 14px, rgba(215,229,237,.18) 14px 15px);
}

/* Tablet: preserve horizontal storytelling until it truly stops fitting. */
@media (max-width: 1080px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
    grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
    gap: 42px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img { min-height: 380px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
    grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr);
    gap: 24px 48px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card {
    grid-template-columns: minmax(270px,.65fr) minmax(0,1.35fr);
    gap: 48px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list {
    grid-template-columns: 1fr 1fr;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:nth-child(2) { border-right: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:nth-child(3) {
    grid-column: 1 / -1;
    width: min(720px,100%);
    padding-left: 0;
    padding-top: 34px;
    border-top: 1px solid rgba(215,229,237,.18);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-grid { grid-template-columns: 1fr; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2),
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) {
    grid-template-columns: 145px minmax(0,1fr);
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(20,43,63,.13);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:last-child { border-bottom: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    grid-template-columns: minmax(0,1fr) minmax(340px,.78fr);
    gap: 48px;
  }
}

@media (max-width: 860px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    width: min(100% - 48px, 740px);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
    padding-inline: 24px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual { order: 2; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy { order: 1; max-width: 700px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img { min-height: 340px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "art" "body";
    gap: 30px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art {
    position: relative;
    top: auto;
    width: min(620px,100%);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
    aspect-ratio: 3 / 2;
    border-radius: 64px 18px 64px 18px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    grid-template-columns: 1fr;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual { position: relative; top: auto; width: min(520px,82%); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid { grid-template-areas: "copy" "visual" "list"; gap: 34px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual { width: min(520px,82%); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid { grid-template-columns: 1fr; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana { grid-column: 1; width: min(660px,100%); margin-top: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul { margin-left: auto; }
}

/* Mobile: authored, compact, cinematic rather than mechanically stacked. */
@media (max-width: 620px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 {
    font-size: 16px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    width: calc(100% - 38px);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
    padding: 42px 19px 72px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner { gap: 26px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy { padding-top: 46px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__moon {
    right: 0;
    top: -3px;
    width: 58px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__moon::after { width: 51px; height: 51px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock { width: 34px; height: 34px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline {
    max-width: 94%;
    font-size: clamp(34px, 10.4vw, 46px) !important;
    line-height: 1.01 !important;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy > p {
    margin-top: 19px;
    max-width: 96%;
    font-size: 16px !important;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__wave { margin-top: 20px; height: 28px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame {
    min-height: 0;
    aspect-ratio: 1.24 / 1;
    border-radius: 36% 64% 42% 58% / 56% 40% 60% 44%;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img { min-height: 0; height: 100%; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__window { width: 54px; height: 76px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::after { bottom: -57px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero { padding: 64px 0 62px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero::after { right: 18px; top: 55px; font-size: 30px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__brand { width: 138px; margin-bottom: 16px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title { font-size: clamp(31px, 8.8vw, 40px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title__hello { font-size: .72em; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
    aspect-ratio: 4 / 3;
    border-radius: 44px 14px 44px 14px !important;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body { padding-top: 19px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__sub { font-size: 17px !important; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p { font-size: 15.4px; line-height: 1.58; margin-bottom: 14px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-section,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses { padding: 62px 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline::before { width: 48px; height: 48px; margin-bottom: 16px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2 {
    font-size: clamp(34px, 9.8vw, 43px);
    line-height: 1.03;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid { gap: 30px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy .sbcf-lead { font-size: 21px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card { gap: 28px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual { width: 84%; margin: 0; border-radius: 28px 72px 28px 72px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual img { min-height: 190px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy > h3 { font-size: 22px; margin-top: 24px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card blockquote { margin-top: 24px; padding: 19px 18px; font-size: 18px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips { padding: 66px 0 82px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading { margin-bottom: 30px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2 { font-size: clamp(35px, 10vw, 44px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list { grid-template-columns: 1fr; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:nth-child(2),
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:nth-child(3) {
    grid-column: auto;
    width: 100%;
    grid-template-columns: 45px minmax(0,1fr);
    gap: 10px 10px;
    padding: 24px 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(215,229,237,.18);
    background: transparent;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:last-child { border-bottom: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__index { font-size: 21px; line-height: 42px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon .sbcf-quirk-icon { width: 42px; height: 42px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy h3 { margin-bottom: 13px; font-size: 26px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy p { font-size: 14.7px; line-height: 1.54; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual {
    width: 100%;
    min-height: 160px;
    margin-top: 28px;
    border-radius: 58px 14px 14px 58px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual img { height: 176px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__waveform { left: 20px; width: 130px; height: 44px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover { padding: 72px 0 64px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid { gap: 26px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy > p { margin-top: 17px; font-size: 15.5px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h3 { margin-top: 22px; font-size: 22px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual { width: 88%; border-radius: 20px 72px 20px 72px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual img { min-height: 180px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li { grid-template-columns: 38px minmax(0,1fr); gap: 13px; padding: 16px 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon .sbcf-quirk-icon { width: 34px; height: 34px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li p { font-size: 14.8px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more { margin-top: 34px; font-size: 21px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading { margin-bottom: 28px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2),
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) {
    grid-template-columns: 92px minmax(0,1fr);
    gap: 18px;
    padding: 22px 0;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
    width: 92px;
    height: 136px;
    min-height: 136px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy h3 { font-size: 23px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy p { font-size: 13.8px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials { padding: 66px 0 72px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials::before { left: 16px; top: 18px; font-size: 96px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid { gap: 4px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana {
    width: 100%;
    grid-template-columns: 58px minmax(0,1fr);
    gap: 10px 15px;
    padding: 24px 0;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana .sbcf-quote-card__portrait { width: 58px; height: 58px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna blockquote { font-size: 18px; line-height: 1.45; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-main { padding: 68px 0 58px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell { gap: 36px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee::before { width: 52px; height: 52px; margin-bottom: 18px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-guarantee-title { font-size: clamp(36px,10vw,46px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p:not(.sbcf-guarantee__price-story):not(.sbcf-guarantee__access) { font-size: 15px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card { padding: 22px 18px; border-radius: 14px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-field > label { font-size: 22px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit { min-height: 58px; width: 100%; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close { height: 92px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__crib { right: 18%; transform: scale(.78); transform-origin: bottom right; }
}

@media (max-width: 380px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell { width: calc(100% - 30px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate { padding-inline: 15px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline { font-size: clamp(32px, 10.5vw, 39px) !important; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2),
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) { grid-template-columns: 78px minmax(0,1fr); gap: 14px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover { width: 78px; height: 118px; min-height: 118px; }
}

@media (prefers-reduced-motion: reduce) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 *,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 *::before,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ==========================================================================\n   Iteration 2 — fresh-eyes polish: contrast, tonal discipline, decision clarity\n   ========================================================================== */

/* Keep legacy selector weight from washing out the moonlight checklist. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover .sbcf-checklist > li p,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover .sbcf-checklist > li p em {
  color: #355269 !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover .sbcf-checklist > li p strong {
  color: #203e54 !important;
}

/* Pull inherited pink / green illustration assets into one moonlit visual family. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual {
  background: #183147;
  box-shadow: 0 24px 52px rgba(18,40,58,.16);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual img {
  filter: grayscale(.30) saturate(.72) hue-rotate(164deg) contrast(1.03);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual {
  position: relative;
  background: #e5eff4;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(215,229,237,.22), rgba(35,68,92,.06));
  mix-blend-mode: multiply;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual img {
  filter: grayscale(.45) saturate(.63) hue-rotate(164deg) contrast(1.02);
}

/* Make the sleep scene legible rather than disappearing behind the night wash. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual img {
  filter: grayscale(.35) saturate(.72) hue-rotate(164deg) brightness(.90) contrast(1.05);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual::after {
  background: linear-gradient(90deg, rgba(16,38,56,.66), rgba(16,38,56,.18) 42%, rgba(16,38,56,.03) 72%);
}

/* Quiet the legacy multicolor logo so the human/photo moment, not brand rainbow, leads. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__brand {
  filter: grayscale(1) sepia(.15) hue-rotate(155deg) saturate(.72) contrast(1.08);
  opacity: .82;
}

/* The guarantee is one editorial story beside one checkout—not a hidden inner grid. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div {
  display: block !important;
  grid-template-columns: none !important;
  max-width: 620px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story *,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access * {
  color: #263f52 !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story {
  border-top-color: rgba(35,68,92,.20) !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access {
  position: relative;
  padding-left: 22px !important;
  border-top-color: rgba(35,68,92,.16) !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  bottom: 2px;
  width: 2px;
  border-radius: 3px;
  background: #d77f2f;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
  position: sticky;
  top: 24px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card:focus-within {
  border-color: rgba(215,127,47,.48);
  box-shadow: 0 24px 55px rgba(60,72,74,.10), 0 0 0 3px rgba(215,127,47,.10);
}

@media (max-width: 860px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card { position: static; }
}

@media (max-width: 620px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual { width: 92%; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual img {
    object-position: 62% center;
    filter: grayscale(.28) saturate(.72) hue-rotate(164deg) brightness(.94) contrast(1.03);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual::after {
    background: linear-gradient(90deg, rgba(16,38,56,.52), rgba(16,38,56,.10) 48%, transparent 76%);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access { padding-left: 14px !important; }
}

/* Iteration 2b — final palette cleanup on the editorial method-map visual. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual {
  position: relative;
  isolation: isolate;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual img {
  filter: grayscale(.62) brightness(.78) contrast(1.08);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(35,68,92,.58);
  mix-blend-mode: color;
}


/* Narrow-phone hard stop: preserve the organic entry crop without clipping the viewport. */
@media (max-width: 380px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame {
    min-height: 260px;
    aspect-ratio: 1.12 / 1;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img {
    min-height: 260px;
  }
}

/* ========================================================================== 
   FORENSIC REBUILD 2026-08 — SLEEPBABY AFTER DARK / NIGHT NURSERY EDITORIAL
   Scope: injected post sales footer only. No human-character illustration art.
   ========================================================================== */

html body .sbcf-post-funnel.sbcf-post-funnel--v488 {
  --sbcf-midnight: #0B1F33;
  --sbcf-deep-night: #173B61;
  --sbcf-blue-hour: #355F8A;
  --sbcf-dream-blue: #B8CEE3;
  --sbcf-moonlight: #DCE9F4;
  --sbcf-dream-mist: #F1F6FA;
  --sbcf-warm-moon: #FFF9EE;
  --sbcf-moon-gold: #F1B562;
  --sbcf-ink: #0B1F33;
  --sbcf-copy: #29465A;
  --sbcf-muted: #627786;
  --sbcf-line: rgba(11,31,51,.14);
  --sbcf-paper: #FFF9EE;
  --sbcf-wash: #F1F6FA;
  --sbcf-night: #0B1F33;
  --sbcf-crib: #355F8A;
  --sbcf-sleepy-blue: #B8CEE3;
  --sbcf-soft-sage: #B8CEE3;
  --sbcf-lamp: #F1B562;
  --sbcf-raspberry: #6B536C;
  --sbcf-mint: #F1B562;
  --sbcf-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sbcf-sans: Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  background: var(--sbcf-warm-moon);
  color: var(--sbcf-copy);
  font-family: var(--sbcf-sans);
  font-size: 17px;
  line-height: 1.68;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(h1,h2,h3) {
  color: var(--sbcf-ink);
  font-family: var(--sbcf-serif);
  font-weight: 600;
  letter-spacing: -.038em;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(a) {
  color: #244D6A;
  text-decoration-color: rgba(36,77,106,.42);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 a:focus-visible,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 button:focus-visible,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 input:focus-visible {
  outline: 3px solid var(--sbcf-moon-gold);
  outline-offset: 3px;
}

/* Nightfall threshold + opening pain. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 104px 32px 132px;
  background:
    radial-gradient(circle at 72% 18%, rgba(175,199,216,.10), transparent 24%),
    var(--sbcf-midnight);
  color: var(--sbcf-moonlight);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -5%;
  top: -50px;
  width: 110%;
  height: 82px;
  border-radius: 0 0 52% 52%;
  background: #fff;
  box-shadow: 0 1px 0 rgba(11,31,51,.05);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -5%;
  bottom: -62px;
  width: 110%;
  height: 112px;
  border-radius: 52% 52% 0 0;
  background: var(--sbcf-warm-moon);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .62fr);
  grid-template-areas: "copy visual";
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy {
  grid-area: copy;
  max-width: 770px;
  padding: 0;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual {
  grid-area: visual;
  width: 100%;
  max-width: 425px;
  justify-self: end;
  margin: 0;
  transform: translateY(10px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-window-frame {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: .76 / 1;
  overflow: hidden;
  border: 1px solid rgba(220,232,241,.24);
  border-radius: 210px 210px 28px 28px;
  background: var(--sbcf-deep-night);
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 72% center;
  transform: scale(1.19);
  filter: none !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline {
  max-width: 780px;
  color: #fff !important;
  font-size: clamp(50px, 5.25vw, 78px) !important;
  font-weight: 590 !important;
  line-height: .99 !important;
  letter-spacing: -.052em !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline :where(em,strong,b) {
  color: inherit !important;
  font: inherit;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline em {
  font-style: normal;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline b:first-of-type {
  color: #F3D9A7 !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy > p {
  width: min(600px, 100%);
  margin-top: 32px;
  color: #C9D9E4;
  font-size: 19px;
  line-height: 1.56;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy > p strong {
  color: #fff;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 0 24px;
  border: 1px solid rgba(220,232,241,.66);
  border-radius: 50%;
  opacity: .86;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 11px;
  background: var(--sbcf-moonlight);
  transform-origin: 50% 100%;
  border-radius: 3px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock::before { transform: translate(-50%,-100%) rotate(18deg); }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock::after { height: 9px; transform: translate(-50%,-100%) rotate(110deg); }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock i,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__moon,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__lamp,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__window { display: none !important; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__wave {
  display: block;
  width: min(420px, 80%);
  height: 20px;
  margin-top: 28px;
  opacity: .28;
  background: repeating-linear-gradient(90deg, transparent 0 10px, var(--sbcf-dream-blue) 10px 11px, transparent 11px 18px);
  -webkit-mask: linear-gradient(180deg, transparent 0 35%, #000 35% 62%, transparent 62%);
          mask: linear-gradient(180deg, transparent 0 35%, #000 35% 62%, transparent 62%);
}

/* Real founder section: warm skin and photograph, restrained brand treatment. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero {
  position: relative;
  padding: 112px 0 118px;
  background: var(--sbcf-warm-moon);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__glow {
  display: none !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
  display: grid;
  grid-template-columns: minmax(360px,.88fr) minmax(0,1.12fr);
  grid-template-areas: "art intro" "art body";
  align-items: start;
  gap: 26px clamp(54px, 6vw, 92px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art {
  grid-area: art;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
  position: relative;
  aspect-ratio: 1.03 / 1;
  overflow: hidden;
  border-radius: 160px 24px 160px 24px;
  background: #F5EDE0;
  box-shadow: 0 26px 64px rgba(54,43,30,.12);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder::after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(255,249,238,.62);
  border-radius: 150px 18px 150px 18px;
  pointer-events: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__intro { grid-area: intro; padding-top: 14px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__brand {
  width: 176px;
  height: auto;
  margin: 0 0 18px;
  filter: grayscale(1) sepia(.08) saturate(.5) brightness(.66) contrast(1.28) !important;
  opacity: .54;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title {
  margin: 0;
  color: var(--sbcf-midnight);
  font-size: clamp(40px, 4.1vw, 62px);
  line-height: 1.04;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title__hello {
  display: block;
  width: fit-content;
  margin-bottom: 15px;
  color: #7B5A35;
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-size: .48em;
  font-weight: 500;
  letter-spacing: -.02em;
  transform: rotate(-1deg);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body {
  grid-area: body;
  padding-top: 22px;
  border-top: 1px solid rgba(11,31,51,.13);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p {
  max-width: 690px;
  color: #334F60;
  font-size: 16.8px;
  line-height: 1.72;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p + p { margin-top: 17px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body strong { color: #17384E; }

/* Scientific approach — dark editorial path, not a feature grid. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0 116px;
  background: var(--sbcf-deep-night);
  color: #D7E4EC;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro::before {
  content: "";
  position: absolute;
  left: max(32px, calc(50% - 580px));
  top: 78px;
  width: 350px;
  height: 520px;
  border: 1px solid rgba(175,199,216,.16);
  border-radius: 180px 180px 26px 26px;
  opacity: .72;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro::after {
  content: "";
  position: absolute;
  left: max(138px, calc(50% - 470px));
  top: 183px;
  width: 250px;
  height: 330px;
  border-left: 2px dotted rgba(175,199,216,.24);
  border-bottom: 2px dotted rgba(175,199,216,.24);
  border-radius: 0 0 0 170px;
  transform: rotate(-9deg);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr);
  gap: clamp(70px,8vw,126px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline { padding-top: 72px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2 {
  max-width: 470px;
  color: #fff;
  font-size: clamp(44px,4.7vw,66px);
  line-height: 1.02;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2 strong { color: #F0CC8A; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy {
  max-width: 690px;
  padding: 34px 0 0;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy p {
  color: #D7E4EC;
  font-size: 17px;
  line-height: 1.75;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy p + p { margin-top: 18px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy .sbcf-lead {
  margin-bottom: 27px;
  color: #FFF3D9;
  font-family: var(--sbcf-serif);
  font-size: 29px;
  line-height: 1.26;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy strong { color: #fff; }

/* Benjamin story — abstract night timeline + paced existing copy. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-section {
  padding: 116px 0 126px;
  background: #F4F8FA;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card {
  display: grid;
  grid-template-columns: minmax(260px,.52fr) minmax(0,1.48fr);
  align-items: start;
  gap: clamp(58px,7vw,106px);
  padding: 0;
  background: transparent;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual {
  position: sticky;
  top: 24px;
  width: 100%;
  max-width: 350px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 160px 160px 26px 26px;
  background: var(--sbcf-deep-night) !important;
  box-shadow: 0 24px 58px rgba(11,31,51,.14);
  isolation: auto;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual::after { display: none !important; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  filter: none !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy {
  position: relative;
  padding: 0 0 0 42px;
  border-left: 1px solid rgba(49,90,115,.22);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sbcf-moon-gold);
  box-shadow: 0 132px 0 rgba(49,90,115,.35), 0 398px 0 rgba(49,90,115,.35), 0 672px 0 rgba(49,90,115,.35);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy h2 {
  max-width: 720px;
  color: var(--sbcf-midnight);
  font-size: clamp(46px,4.9vw,68px);
  line-height: 1.01;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy h2 em { font-style: normal; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy h3 {
  margin: 38px 0 12px;
  color: var(--sbcf-blue-hour);
  font-size: 28px;
  line-height: 1.18;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy p {
  max-width: 750px;
  color: #365267;
  font-size: 17px;
  line-height: 1.77;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy p + p { margin-top: 17px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card blockquote {
  position: relative;
  margin: 42px 0 0;
  padding: 30px 0 4px 38px;
  border: 0;
  border-top: 1px solid rgba(49,90,115,.22);
  background: transparent;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card blockquote p {
  color: #173B54;
  font-family: var(--sbcf-serif);
  font-size: 27px;
  line-height: 1.42;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__quote-icon {
  position: absolute;
  left: 0;
  top: 33px;
  width: 24px;
  height: 24px;
  color: var(--sbcf-moon-gold);
}

/* Three tips — one connected sleep sequence, no generic cards. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips {
  position: relative;
  overflow: hidden;
  padding: 104px 0 94px;
  background: var(--sbcf-blue-hour);
  color: #E7F0F5;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading { margin-bottom: 64px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2 {
  max-width: 780px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(46px,4.8vw,68px);
  line-height: 1.03;
  text-align: center;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2 strong { color: #F4D69B; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(220,232,241,.23);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 42px;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(220,232,241,.24) 0 4px, transparent 4px 13px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--sound {
  position: relative;
  display: block;
  min-height: 0;
  padding: 31px clamp(28px,3vw,48px) 22px;
  border: 0;
  border-right: 1px solid rgba(220,232,241,.18);
  background: transparent;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:first-child { padding-left: 0; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:last-child { padding-right: 0; border-right: 0; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__index {
  display: block !important;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-bottom: 28px;
  color: #F4D69B;
  font-family: var(--sbcf-serif);
  font-size: 38px;
  line-height: 1;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: -68px 0 35px auto;
  color: #DCE9F4;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon svg {
  width: 50px;
  height: 50px;
  stroke-width: 2.2px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon .q-fill-soft { fill: rgba(220,232,241,.05); }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon .q-fill { fill: rgba(226,168,74,.12); }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1.12;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy h3 em { font-style: normal; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy p {
  color: #DDE8EF;
  font-size: 15.8px;
  line-height: 1.72;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy p + p { margin-top: 16px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy strong { color: #FFF6E6; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual {
  position: relative;
  display: block;
  width: min(780px, 92%);
  height: 130px;
  margin: 56px auto 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(220,232,241,.18);
  background: transparent;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__waveform {
  position: absolute;
  left: 0;
  right: 150px;
  top: 51px;
  height: 32px;
  background: repeating-linear-gradient(90deg, transparent 0 10px, rgba(220,232,241,.72) 10px 12px, transparent 12px 20px);
  -webkit-mask: radial-gradient(ellipse at center, #000 0 45%, transparent 72%);
          mask: radial-gradient(ellipse at center, #000 0 45%, transparent 72%);
  opacity: .55;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__machine {
  position: absolute;
  right: 22px;
  top: 29px;
  width: 106px;
  height: 72px;
  border: 2px solid rgba(220,232,241,.74);
  border-radius: 20px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__machine::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 16px;
  width: 44px;
  height: 29px;
  border-radius: 8px;
  background: rgba(175,199,216,.17);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__machine::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sbcf-moon-gold);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__machine i {
  position: absolute;
  right: 17px;
  bottom: 15px;
  width: 2px;
  height: 10px;
  background: rgba(220,232,241,.58);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__machine i:nth-child(2) { right: 24px; height: 16px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__machine i:nth-child(3) { right: 31px; height: 7px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__settle {
  position: absolute;
  left: 8%;
  right: 25%;
  bottom: 6px;
  height: 24px;
  border-bottom: 2px solid rgba(226,168,74,.38);
  border-radius: 0 0 50% 50%;
  transform: rotate(-1.2deg);
}

/* Turning point + discover: light, editorial notebook, clear reading. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover {
  position: relative;
  padding: 118px 0 106px;
  background: var(--sbcf-moonlight);
  color: var(--sbcf-copy);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__stars { display: none !important; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid {
  display: grid;
  grid-template-columns: minmax(0,1.22fr) minmax(250px,.48fr);
  grid-template-areas: "copy visual" "list visual";
  gap: 44px clamp(58px,7vw,110px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy { grid-area: copy; max-width: 780px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2 {
  color: var(--sbcf-midnight);
  font-size: clamp(50px,5vw,72px);
  line-height: 1.01;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2 strong { color: #284E68; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy > p {
  max-width: 720px;
  margin-top: 25px;
  color: #294B61;
  font-size: 18px;
  line-height: 1.72;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h3 {
  margin-top: 44px;
  color: #1D435C;
  font-size: 28px;
  letter-spacing: -.025em;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 36px;
  counter-reset: sbcf-benefit;
  list-style: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li {
  counter-increment: sbcf-benefit;
  display: grid;
  grid-template-columns: 36px minmax(0,1fr);
  gap: 16px;
  align-items: start;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(49,90,115,.20);
  background: transparent;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li::before {
  content: counter(sbcf-benefit, decimal-leading-zero);
  color: #6C8697;
  font-family: var(--sbcf-serif);
  font-size: 16px;
  line-height: 1.8;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__icon { display: none !important; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover .sbcf-checklist > li p,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover .sbcf-checklist > li p em {
  color: #294A60 !important;
  font-size: 15.8px;
  line-height: 1.65;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover .sbcf-checklist > li p strong { color: #163A52 !important; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual {
  grid-area: visual;
  position: relative;
  align-self: stretch;
  width: 100%;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(49,90,115,.17);
  border-radius: 170px 170px 22px 22px;
  background: rgba(238,244,247,.64) !important;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual::after { display: none !important; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__window {
  position: absolute;
  left: 50%;
  top: 88px;
  width: 118px;
  height: 178px;
  border: 3px solid #355F8A;
  border-radius: 64px 64px 14px 14px;
  transform: translateX(-50%);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__window::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__window::after {
  content: "";
  position: absolute;
  background: rgba(49,90,115,.28);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__window::before { left: 50%; top: 0; bottom: 0; width: 1px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__window::after { left: 0; right: 0; top: 52%; height: 1px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__moon {
  position: absolute;
  left: calc(50% + 18px);
  top: 124px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #355F8A;
  box-shadow: -14px 5px 0 1px var(--sbcf-moonlight);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__curve {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 322px;
  height: 122px;
  border-bottom: 3px solid rgba(49,90,115,.35);
  border-radius: 0 0 50% 50%;
  transform: rotate(-5deg);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__curve::after {
  content: "";
  position: absolute;
  right: 11%;
  bottom: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sbcf-moon-gold);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more {
  display: flex;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 60px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #294B61;
  font-family: var(--sbcf-serif);
  font-size: 27px;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more > span:first-child { color: var(--sbcf-moon-gold); font-size: 15px; transform: translateY(6px); }

/* Bonus library — one coherent premium family. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses {
  padding: 112px 0 116px;
  background: var(--sbcf-warm-moon);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading { margin-bottom: 62px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2 {
  color: var(--sbcf-midnight);
  font-size: clamp(48px,5vw,70px);
  line-height: 1;
  text-align: center;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  align-items: start;
  gap: 0;
  border-top: 1px solid rgba(11,31,51,.13);
  border-bottom: 1px solid rgba(11,31,51,.13);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2),
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) {
  display: block;
  min-height: 100%;
  padding: 46px clamp(26px,3vw,44px) 52px;
  border: 0;
  border-right: 1px solid rgba(11,31,51,.12);
  background: transparent;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child { padding-left: 0; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:last-child { padding-right: 0; border-right: 0; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
  position: relative;
  width: min(205px, 78%);
  height: auto;
  min-height: 0;
  aspect-ratio: 458 / 731;
  margin: 0 auto 34px;
  overflow: visible;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 20px 36px rgba(11,31,51,.16), 8px 8px 0 rgba(175,199,216,.28);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: none !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy { max-width: 340px; margin-inline: auto; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy h3 {
  margin-bottom: 17px;
  color: var(--sbcf-midnight);
  font-size: 30px;
  line-height: 1.08;
  text-transform: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy p {
  color: #3B5362;
  font-size: 14.8px;
  line-height: 1.7;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy p + p { margin-top: 15px; }

/* Testimonials — real photographs, editorial hierarchy, no rating UI. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials {
  position: relative;
  padding: 116px 0 122px;
  background: var(--sbcf-midnight);
  color: #E7F0F5;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials::before {
  content: "“";
  position: absolute;
  left: max(22px, calc(50% - 615px));
  top: 48px;
  color: rgba(175,199,216,.10);
  font-family: var(--sbcf-serif);
  font-size: 220px;
  line-height: 1;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 30px 74px;
  align-items: start;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana {
  display: grid;
  grid-template-columns: 96px minmax(0,1fr);
  grid-template-areas: "portrait quote" "portrait caption";
  gap: 10px 26px;
  width: 100%;
  margin: 0;
  padding: 32px 0;
  border: 0;
  border-top: 1px solid rgba(220,232,241,.19);
  background: transparent;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna {
  grid-column: 1;
  grid-row: 1 / span 2;
  grid-template-columns: 164px minmax(0,1fr);
  gap: 16px 34px;
  padding-top: 42px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul { grid-column: 2; grid-row: 1; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana { grid-column: 2; grid-row: 2; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna .sbcf-quote-card__portrait,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul .sbcf-quote-card__portrait,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana .sbcf-quote-card__portrait {
  grid-area: portrait;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: 1px solid rgba(220,232,241,.25);
  border-radius: 50%;
  background: var(--sbcf-deep-night);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna .sbcf-quote-card__portrait {
  width: 164px;
  height: 212px;
  border-radius: 82px 82px 18px 18px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote { grid-area: quote; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote p {
  color: #D9E6ED;
  font-size: 16px;
  line-height: 1.68;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna blockquote p {
  color: #F2F6F8;
  font-family: var(--sbcf-serif);
  font-size: 25px;
  line-height: 1.5;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote p + p { margin-top: 15px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption {
  grid-area: caption;
  margin-top: 10px;
  color: #B8CEE3;
  font-size: 13px;
  line-height: 1.45;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption strong {
  color: #FFF0D2;
  font-family: var(--sbcf-serif);
  font-size: 18px;
  font-weight: 600;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__mark { display: none !important; }

/* Guarantee + payment: warm, calm, clean; decoration deliberately decreases. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-post-purchase,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-main {
  background: var(--sbcf-warm-moon);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-main { padding: 112px 0 96px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
  display: grid;
  grid-template-columns: minmax(0,1.04fr) minmax(380px,.76fr);
  align-items: start;
  gap: clamp(62px,7vw,108px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee {
  position: relative;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
  border: 1px solid rgba(49,90,115,.34);
  border-radius: 50%;
  background: radial-gradient(circle at 63% 38%, transparent 0 18px, var(--sbcf-warm-moon) 19px), linear-gradient(135deg, var(--sbcf-moonlight), #F4E1B7);
  box-shadow: inset 0 0 0 9px var(--sbcf-warm-moon);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div {
  display: block !important;
  max-width: 650px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-guarantee-title {
  color: var(--sbcf-midnight);
  font-size: clamp(48px,5vw,70px);
  line-height: 1.02;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p:not(.sbcf-guarantee__price-story):not(.sbcf-guarantee__access),
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story *,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access * {
  color: #314C5D !important;
  font-size: 16.2px;
  line-height: 1.72;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p { margin-top: 18px; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p strong { color: #133850 !important; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story {
  margin-top: 34px !important;
  padding-top: 27px !important;
  border-top: 1px solid rgba(49,90,115,.20) !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access {
  margin-top: 21px !important;
  padding: 20px 0 0 !important;
  border-top: 1px solid rgba(49,90,115,.15) !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access::before { display: none !important; }

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid--price-first {
  display: block;
  width: 100%;
  margin: 0;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
  position: sticky;
  top: 24px;
  width: 100%;
  margin: 0;
  padding: 34px;
  border: 1px solid rgba(11,31,51,.16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(11,31,51,.09);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card:focus-within {
  border-color: rgba(226,168,74,.72);
  box-shadow: 0 20px 50px rgba(11,31,51,.09), 0 0 0 3px rgba(226,168,74,.16);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-field > label {
  display: block;
  margin-bottom: 16px;
  color: var(--sbcf-midnight);
  font-family: var(--sbcf-serif);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.15;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input {
  grid-template-columns: 62px minmax(0,1fr);
  min-height: 70px;
  border: 1.5px solid #91A9B8;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(11,31,51,.02);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input:focus-within {
  border-color: #A87526;
  box-shadow: 0 0 0 3px rgba(226,168,74,.18);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input > span {
  border-right: 1px solid rgba(49,90,115,.18);
  background: var(--sbcf-dream-mist);
  color: var(--sbcf-midnight);
  font-size: 28px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input input {
  min-height: 68px;
  padding: 14px 18px;
  color: var(--sbcf-midnight);
  font-size: 31px;
  font-weight: 720;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-method {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(11,31,51,.12);
  color: #3B5566;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit {
  min-height: 62px;
  margin-top: 14px;
  border: 0;
  border-radius: 10px;
  background: var(--sbcf-moon-gold);
  color: var(--sbcf-midnight);
  box-shadow: none;
  transition: transform .15s ease, background-color .15s ease;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button:hover,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit:hover {
  background: #D79D3D;
  transform: translateY(-1px);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark i,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark b {
  color: var(--sbcf-midnight) !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-field-error,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-status { color: #8A3048; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-field__frame {
  min-height: 52px;
  border: 1px solid #A7B8C3;
  border-radius: 9px;
  background: #fff;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-divider::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-divider::after { background: rgba(11,31,51,.12); }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary--paypal {
  width: min(260px,70%);
  margin: 22px auto 0;
  padding: 0;
  opacity: .46;
  border: 0;
  background: transparent;
  box-shadow: none;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary img { width: 100%; filter: grayscale(.25); }

/* Calm handoff into normal footer. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close {
  position: relative;
  height: 118px;
  overflow: hidden;
  background: var(--sbcf-midnight);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__cloud { display: none !important; }
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__moon {
  position: absolute;
  left: 12%;
  top: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sbcf-moonlight);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__moon::after {
  content: "";
  position: absolute;
  left: 16px;
  top: -6px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sbcf-midnight);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__crib {
  position: absolute;
  right: 13%;
  bottom: 25px;
  width: 118px;
  height: 48px;
  border-bottom: 4px solid rgba(175,199,216,.55);
  border-left: 4px solid rgba(175,199,216,.55);
  border-right: 4px solid rgba(175,199,216,.55);
  background: repeating-linear-gradient(90deg, transparent 0 19px, rgba(175,199,216,.42) 19px 22px, transparent 22px 38px);
  border-radius: 0 0 7px 7px;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__crib::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -8px;
  height: 5px;
  border-radius: 5px;
  background: rgba(220,232,241,.58);
}

/* Tablet. */
@media (max-width: 1080px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
    grid-template-columns: minmax(0,1fr) minmax(290px,.52fr);
    gap: 50px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline { font-size: clamp(48px,6.1vw,66px) !important; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid { grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr); gap: 26px 52px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card { grid-template-columns: minmax(235px,.5fr) minmax(0,1.5fr); gap: 54px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--sound { padding-inline: 26px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:first-child { padding-left: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:last-child { padding-right: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid { grid-template-columns: minmax(0,1.3fr) minmax(220px,.46fr); gap: 42px 54px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell { grid-template-columns: minmax(0,1fr) minmax(350px,.78fr); gap: 56px; }
}

@media (max-width: 860px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell { width: min(100% - 48px, 740px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate { padding: 82px 24px 112px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
    grid-template-columns: minmax(0,1.15fr) minmax(235px,.55fr);
    grid-template-areas: "copy visual";
    gap: 36px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual { order: initial; max-width: 275px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy { order: initial; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame { min-height: 0; aspect-ratio: .72/1; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero { padding: 92px 0 96px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
    grid-template-columns: minmax(270px,.72fr) minmax(0,1.28fr);
    grid-template-areas: "art intro" "art body";
    gap: 24px 40px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art { width: 100%; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder { aspect-ratio: .9/1; border-radius: 120px 20px 120px 20px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro { padding: 92px 0 96px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid { grid-template-columns: 1fr; gap: 36px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline { padding-top: 0; max-width: 620px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro::before { left: auto; right: -80px; top: 54px; width: 270px; height: 370px; opacity: .4; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro::after { display: none; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card { grid-template-columns: minmax(210px,.42fr) minmax(0,1.58fr); gap: 38px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy { padding-left: 28px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list { grid-template-columns: 1fr; border-top: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list::before { display: none; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--sound {
    padding: 30px 0 34px;
    border-right: 0;
    border-top: 1px solid rgba(220,232,241,.20);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__index { margin-bottom: 24px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon { margin-top: -65px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid {
    grid-template-columns: minmax(0,1fr) 180px;
    grid-template-areas: "copy visual" "list list";
    gap: 42px 36px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual { min-height: 330px; border-radius: 92px 92px 16px 16px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__window { top: 60px; width: 78px; height: 122px; border-radius: 42px 42px 10px 10px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__moon { top: 82px; width: 30px; height: 30px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__curve { top: 218px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-grid { grid-template-columns: 1fr; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2),
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) {
    display: grid;
    grid-template-columns: 150px minmax(0,1fr);
    gap: 28px;
    align-items: start;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(11,31,51,.12);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:last-child { border-bottom: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover { width: 135px; margin: 0 auto; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy { max-width: none; margin: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid { grid-template-columns: 1fr; gap: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana { grid-column: 1; grid-row: auto; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell { grid-template-columns: 1fr; gap: 54px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card { position: static; max-width: 620px; }
}

/* Mobile: preserve content, shorten the design. */
@media (max-width: 620px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 { font-size: 16px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell { width: calc(100% - 38px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate { padding: 68px 19px 94px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::before { top: -60px; height: 82px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::after { bottom: -70px; height: 100px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual";
    gap: 34px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy { padding-top: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline { font-size: clamp(39px,11.7vw,54px) !important; line-height: 1.005 !important; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy > p { margin-top: 23px; font-size: 16px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock { width: 34px; height: 34px; margin-bottom: 18px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual {
    width: 72%;
    max-width: 280px;
    justify-self: end;
    transform: none;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-window-frame {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: .92 / 1;
    border-radius: 120px 120px 18px 18px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img { width: 100% !important; min-height: 0 !important; object-position: 74% center; transform: scale(1.17); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__wave { width: 82%; margin-top: 20px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero { padding: 76px 0 82px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "art" "body";
    gap: 26px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__intro { padding-top: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__brand { width: 142px; margin-bottom: 13px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title { font-size: clamp(36px,10vw,48px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title__hello { font-size: .5em; margin-bottom: 12px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art { width: 100%; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
    width: 100%;
    aspect-ratio: 1.26 / 1;
    border-radius: 90px 18px 90px 18px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder img { object-position: center 48%; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body { padding-top: 22px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p { font-size: 15px; line-height: 1.68; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro { padding: 76px 0 82px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro::before { right: -95px; top: 36px; width: 210px; height: 270px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid { gap: 26px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2 { font-size: clamp(39px,11vw,51px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy { padding-top: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy .sbcf-lead { font-size: 24px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy p { font-size: 15px; line-height: 1.69; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-section { padding: 78px 0 84px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card { grid-template-columns: 1fr; gap: 28px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual {
    position: relative;
    top: auto;
    width: 44%;
    max-width: 170px;
    margin: 0 0 0 auto;
    border-radius: 80px 80px 14px 14px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy { padding-left: 20px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy::before { box-shadow: 0 120px 0 rgba(49,90,115,.35), 0 420px 0 rgba(49,90,115,.35), 0 760px 0 rgba(49,90,115,.35); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy h2 { font-size: clamp(39px,11vw,52px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy h3 { margin-top: 30px; font-size: 24px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy p { font-size: 15px; line-height: 1.69; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card blockquote { margin-top: 30px; padding: 24px 0 0 30px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card blockquote p { font-size: 21px; line-height: 1.42; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips { padding: 74px 0 70px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading { margin-bottom: 35px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2 { font-size: clamp(38px,10.5vw,49px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--sound { padding: 26px 0 30px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__index { font-size: 32px; margin-bottom: 18px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon { width: 48px; height: 48px; margin: -53px 0 27px auto; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon svg { width: 43px; height: 43px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy h3 { font-size: 26px; margin-bottom: 15px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__copy p { font-size: 14.7px; line-height: 1.66; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual { height: 92px; margin-top: 30px; width: 100%; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__waveform { right: 105px; top: 34px; height: 25px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__machine { right: 2px; top: 20px; width: 88px; height: 58px; border-radius: 16px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__settle { display: none; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover { padding: 80px 0 74px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "list";
    gap: 34px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2 { font-size: clamp(40px,11vw,53px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy > p { font-size: 16px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h3 { margin-top: 32px; font-size: 25px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual { display: none; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist { grid-template-columns: 1fr; gap: 0; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li { grid-template-columns: 30px minmax(0,1fr); gap: 12px; padding: 16px 0 19px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover .sbcf-checklist > li p,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover .sbcf-checklist > li p em { font-size: 14.8px; line-height: 1.6; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist__more { margin-top: 35px; font-size: 23px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses { padding: 78px 0 82px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading { margin-bottom: 32px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2 { font-size: clamp(39px,10vw,49px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2),
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) {
    grid-template-columns: 92px minmax(0,1fr);
    gap: 18px;
    padding: 26px 0;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
    width: 86px;
    height: auto;
    min-height: 0;
    box-shadow: 0 10px 20px rgba(11,31,51,.12), 4px 4px 0 rgba(175,199,216,.25);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy h3 { font-size: 24px; margin-bottom: 10px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy p { font-size: 13.5px; line-height: 1.58; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy p + p { margin-top: 10px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials { padding: 76px 0 80px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials::before { left: 12px; top: 24px; font-size: 110px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana {
    grid-template-columns: 62px minmax(0,1fr);
    gap: 8px 14px;
    padding: 24px 0;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana .sbcf-quote-card__portrait { width: 62px; height: 62px; border-radius: 50%; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote p,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna blockquote p { font-family: var(--sbcf-sans); font-size: 15px; line-height: 1.62; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption { margin-top: 6px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption strong { font-size: 16px; }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-main { padding: 78px 0 64px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell { gap: 38px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee::before { width: 54px; height: 54px; margin-bottom: 20px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-guarantee-title { font-size: clamp(39px,10.7vw,51px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p:not(.sbcf-guarantee__price-story):not(.sbcf-guarantee__access),
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story *,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access * { font-size: 14.8px; line-height: 1.64; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card { padding: 24px 20px; border-radius: 14px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-field > label { font-size: 25px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input { grid-template-columns: 54px minmax(0,1fr); min-height: 64px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input input { min-height: 62px; font-size: 28px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit { min-height: 58px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary { width: 190px; margin-top: 16px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close { height: 90px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__moon { left: 14%; top: 25px; width: 34px; height: 34px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__moon::after { left: 12px; width: 34px; height: 34px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close__crib { right: 12%; bottom: 20px; width: 92px; height: 38px; }
}

@media (max-width: 380px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell { width: calc(100% - 30px); }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate { padding-inline: 15px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline { font-size: clamp(36px,11.6vw,44px) !important; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual { width: 76%; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2),
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) { grid-template-columns: 82px minmax(0,1fr); gap: 14px; }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover { width: 78px; }
}

/* Forensic refinement pass 2 — make the decision sequence literal: story first, action second. */
@media (min-width: 861px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    grid-template-columns: minmax(0,1fr);
    gap: 42px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div {
    max-width: 840px;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid--price-first {
    width: min(100%, 520px);
    margin-left: auto;
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
    position: static;
  }
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark *,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark i,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark b {
  color: #0B1F33 !important;
  -webkit-text-fill-color: #0B1F33 !important;
  text-shadow: none !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary--paypal {
  width: min(210px, 58%);
  opacity: .34;
}
@media (max-width: 620px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual {
    width: 66%;
    max-width: 245px;
  }
}

/* Human warmth inside the night: approved Kacey/Benjamin photo crop, identity untouched. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__human-detail {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 24px;
  width: min(54%, 205px);
  aspect-ratio: 1.52 / 1;
  overflow: hidden;
  border: 1px solid rgba(255,249,238,.68);
  border-radius: 15px 15px 46px 15px;
  background: var(--sbcf-warm-moon);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__human-detail img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  filter: none !important;
}
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-wordmark {
  filter: none !important;
  opacity: 1 !important;
}
@media (max-width: 620px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__human-detail {
    left: 15px;
    bottom: 15px;
    width: min(52%, 145px);
    border-radius: 11px 11px 32px 11px;
  }
}
@media (max-width: 380px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual {
    width: 66% !important;
    max-width: 245px !important;
    min-width: 0 !important;
  }
}

/* 1024-class tablet: keep the three-tip sequence visually continuous. */
@media (min-width: 861px) and (max-width: 1080px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:nth-child(2) {
    border-right: 1px solid rgba(220,232,241,.18);
  }
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card:nth-child(3) {
    grid-column: auto;
    width: auto;
    padding-top: 31px;
    border-top: 0;
  }
}

/* ========================================================================== 
   MOONPATH — preserved visual foundation
   Premium SleepBaby palette, natural human photography, calm conversion flow.
   The v488 class remains intentionally stable for analytics and JS contracts.
   ========================================================================== */

html body .sbcf-post-funnel.sbcf-post-funnel--v488 {
  --sbcf-midnight: #14183F;
  --sbcf-deep-night: #28245F;
  --sbcf-blue-hour: #6552AD;
  --sbcf-violet: #755BC4;
  --sbcf-magenta: #C45A9A;
  --sbcf-aqua: #4BBBC3;
  --sbcf-dream-blue: #CFCAEC;
  --sbcf-moonlight: #EEECF9;
  --sbcf-dream-mist: #F7F6FC;
  --sbcf-warm-moon: #FEFCFF;
  --sbcf-moon-gold: #EAB76D;
  --sbcf-ink: #22223D;
  --sbcf-copy: #41415B;
  --sbcf-muted: #6A6A80;
  --sbcf-line: rgba(66, 55, 125, .15);
  --sbcf-paper: #FEFCFF;
  --sbcf-wash: #F7F6FC;
  --sbcf-night: #14183F;
  --sbcf-crib: #6552AD;
  --sbcf-sleepy-blue: #CFCAEC;
  --sbcf-lamp: #EAB76D;
  --sbcf-raspberry: #C45A9A;
  --sbcf-mint: #4BBBC3;
  background: var(--sbcf-warm-moon);
  color: var(--sbcf-copy);
  font-size: 17px;
  line-height: 1.68;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
  width: min(1180px, calc(100% - 64px));
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 :where(h1, h2, h3) {
  color: var(--sbcf-ink);
  text-wrap: balance;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__human-detail {
  display: none !important;
}

/* The article now arrives through the Moonpath transition, so the sales story
   opens as the next chapter instead of inserting another white divider. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
  padding: clamp(76px, 7vw, 98px) 32px clamp(92px, 8vw, 116px);
  background:
    radial-gradient(circle at 78% 16%, rgba(75, 187, 195, .13), transparent 25%),
    radial-gradient(circle at 14% 68%, rgba(196, 90, 154, .10), transparent 28%),
    linear-gradient(126deg, #111433 0%, #1d1c4d 57%, #28245f 100%);
  color: var(--sbcf-moonlight);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::before {
  display: none !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate::after {
  bottom: -66px;
  height: 104px;
  background: var(--sbcf-warm-moon);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .62fr);
  gap: clamp(48px, 6vw, 84px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy {
  max-width: 720px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline {
  max-width: 710px;
  font-size: clamp(47px, 4.65vw, 68px) !important;
  line-height: 1.01 !important;
  letter-spacing: -.043em !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline b:first-of-type {
  color: #F2D9A9 !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy > p {
  max-width: 570px;
  margin-top: 25px;
  color: #D9D9EC !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__clock {
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-color: rgba(238, 236, 249, .62);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual {
  width: min(420px, 100%);
  max-width: 420px;
  transform: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-window-frame {
  aspect-ratio: 1200 / 820;
  border-radius: 96px 96px 24px 24px;
  background: rgba(40, 36, 95, .72);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  transform: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__wave {
  background: repeating-linear-gradient(90deg, transparent 0 10px, var(--sbcf-aqua) 10px 11px, transparent 11px 18px);
}

/* Founder profile: the 1200 × 800 photograph owns the card ratio. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero {
  padding: clamp(84px, 7vw, 104px) 0 clamp(82px, 7vw, 102px);
  background:
    radial-gradient(circle at 91% 10%, rgba(196, 90, 154, .065), transparent 22%),
    var(--sbcf-warm-moon);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero::after {
  color: rgba(196, 90, 154, .25);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
  grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
  gap: 24px clamp(52px, 6vw, 84px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art {
  position: sticky;
  top: 24px;
  align-self: start;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(66, 55, 125, .12);
  border-radius: 22px;
  background: #F2F0F8;
  box-shadow: 0 22px 52px rgba(38, 31, 84, .12);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder::after {
  display: none !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  filter: none !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__caption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: var(--sbcf-muted);
  font-size: 12px;
  line-height: 1.4;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__caption::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--sbcf-magenta);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__brand {
  width: 168px;
  max-width: 38%;
  opacity: .76;
  filter: grayscale(1) sepia(.08) hue-rotate(220deg) saturate(1.2) contrast(1.12) !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title {
  font-size: clamp(38px, 3.55vw, 54px);
  line-height: 1.07;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title__hello {
  color: var(--sbcf-violet);
  font-family: var(--sbcf-sans);
  font-size: .42em;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body {
  border-top-color: var(--sbcf-line);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p {
  color: #4B4B64;
  font-size: 16.5px;
  line-height: 1.7;
}

/* One continuous night story, with alternating quiet and emphasis. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro {
  padding: clamp(86px, 7vw, 104px) 0;
  background: linear-gradient(130deg, #211E52, #30286D 58%, #29245F);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2 {
  font-size: clamp(40px, 4vw, 58px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2 strong {
  color: #F0D7A9;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy p {
  color: #E2E0F0;
  font-size: 16.5px;
  line-height: 1.72;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy .sbcf-lead {
  color: #FBF4E5;
  font-size: 26px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-section {
  padding: clamp(84px, 7vw, 106px) 0;
  background: #F7F6FC;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card {
  grid-template-columns: minmax(240px, .48fr) minmax(0, 1.52fr);
  gap: clamp(48px, 6vw, 82px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual {
  width: 100%;
  max-width: 320px;
  margin: 0;
  border-radius: 150px 150px 22px 22px;
  background: var(--sbcf-deep-night) !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy {
  border-left-color: rgba(101, 82, 173, .23);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy::before {
  background: var(--sbcf-magenta);
  box-shadow: 0 132px 0 rgba(75, 187, 195, .55), 0 398px 0 rgba(101, 82, 173, .42), 0 672px 0 rgba(196, 90, 154, .36);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy h2 {
  font-size: clamp(40px, 4vw, 58px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy h3 {
  color: var(--sbcf-violet);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips {
  padding: clamp(82px, 7vw, 104px) 0 clamp(84px, 7vw, 108px);
  background:
    radial-gradient(circle at 88% 12%, rgba(75, 187, 195, .14), transparent 24%),
    linear-gradient(132deg, #121535, #211f53 62%, #28245f);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2 {
  font-size: clamp(40px, 4vw, 56px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__index {
  color: #F0D7A9;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card__icon {
  color: var(--sbcf-aqua);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips__sleep-visual {
  min-height: 150px;
  height: 150px;
  border-radius: 74px 18px 18px 74px;
  background: rgba(117, 91, 196, .22);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover {
  padding: clamp(84px, 7vw, 106px) 0;
  background: linear-gradient(180deg, #EEEAF8, #F7F6FC);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2 {
  font-size: clamp(42px, 4.2vw, 60px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2 strong,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h3 {
  color: var(--sbcf-violet);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li {
  border-top-color: rgba(101, 82, 173, .18);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checklist > li::before {
  color: var(--sbcf-violet);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__visual {
  border-color: rgba(101, 82, 173, .18);
  background: rgba(254, 252, 255, .58) !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__window {
  border-color: var(--sbcf-violet);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__moon {
  background: var(--sbcf-violet);
  box-shadow: -14px 5px 0 1px var(--sbcf-moonlight);
}

/* Three bonuses are one coordinated family, including first-paint geometry. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses {
  padding: clamp(84px, 7vw, 104px) 0;
  background: #FBFAFF !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading {
  margin-bottom: 48px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2 {
  font-size: clamp(40px, 4vw, 58px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-grid {
  border-color: rgba(101, 82, 173, .16) !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2),
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
  border-right-color: rgba(101, 82, 173, .14) !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card::before {
  color: var(--sbcf-violet);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
  background: #F1EFF9 !important;
  box-shadow: 0 14px 28px rgba(38, 31, 84, .13), 6px 6px 0 rgba(75, 187, 195, .14) !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover img {
  object-fit: contain !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy h3 {
  color: var(--sbcf-deep-night);
  font-size: 27px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__copy p {
  color: #55566E;
  line-height: 1.64;
}

/* One featured testimonial, then two supporting stories. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials {
  padding: clamp(84px, 7vw, 106px) 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(196, 90, 154, .10), transparent 25%),
    linear-gradient(128deg, #14183F, #28245F 68%, #1E1C4C);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials::before {
  color: rgba(207, 202, 236, .10);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul .sbcf-quote-card__portrait,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana .sbcf-quote-card__portrait {
  width: 96px;
  height: 96px;
  border-radius: 20px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna .sbcf-quote-card__portrait {
  width: 164px;
  height: 164px;
  border-radius: 28px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait img {
  object-position: center;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card blockquote p {
  color: #E5E3F2;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption {
  color: #CFCBE6;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card figcaption strong {
  color: #F7E8CB;
}

/* Risk reversal and checkout share one deliberate decision zone. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-post-purchase,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-main {
  background: linear-gradient(180deg, #FEFCFF, #F5F3FB);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-main {
  padding: clamp(82px, 7vw, 104px) 0 clamp(72px, 6vw, 92px);
}

@media (min-width: 901px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    grid-template-columns: minmax(0, 1.1fr) minmax(390px, .78fr);
    gap: clamp(54px, 6vw, 88px);
    align-items: start;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid--price-first {
    width: 100%;
    max-width: 480px;
    margin-left: 0;
  }
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee::before {
  border-color: rgba(101, 82, 173, .40);
  background:
    linear-gradient(135deg, transparent 46%, var(--sbcf-violet) 47% 51%, transparent 52%) 19px 32px / 17px 9px no-repeat,
    linear-gradient(45deg, transparent 46%, var(--sbcf-violet) 47% 51%, transparent 52%) 31px 23px / 24px 17px no-repeat;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-guarantee-title {
  font-size: clamp(40px, 4.2vw, 58px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee > div > p:not(.sbcf-guarantee__price-story):not(.sbcf-guarantee__access) {
  color: #55566D;
  font-size: 16px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access::before {
  background: var(--sbcf-magenta);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
  padding: 26px;
  border-color: rgba(101, 82, 173, .18);
  background: #fff;
  box-shadow: 0 20px 44px rgba(38, 31, 84, .10);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-field > label {
  font-size: 27px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input {
  min-height: 64px;
  border-color: rgba(101, 82, 173, .45);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input > span {
  background: #F1EFF9;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input input {
  min-height: 62px;
  font-size: 28px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-paypal-button,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-card-submit {
  min-height: 56px;
  border-radius: 10px;
  background: var(--sbcf-moon-gold);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-close {
  height: 104px;
  background: var(--sbcf-midnight);
}

/* Tablet and mobile: preserve proportions, shorten the page, keep checkout safe. */
@media (max-width: 900px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    width: min(calc(100% - 44px), 740px);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual";
    gap: 34px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual {
    width: min(520px, 86%);
    max-width: 520px;
    justify-self: end;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "art" "body";
    gap: 28px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__art {
    position: static;
    width: min(620px, 100%);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__grid,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    grid-template-columns: 1fr;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual {
    position: static;
    width: min(230px, 54%);
    margin-left: auto;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-list {
    grid-template-columns: 1fr;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--reverse,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tip-card--sound {
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(238, 236, 249, .16);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 {
    font-size: 16px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    width: calc(100% - 36px);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
    padding: 58px 18px 82px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline {
    font-size: clamp(34px, 9.7vw, 42px) !important;
    line-height: 1.04 !important;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__copy > p {
    font-size: 15.5px !important;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__visual {
    width: 100% !important;
    max-width: 420px !important;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-night-window-frame {
    aspect-ratio: 1200 / 820;
    border-radius: 70px 70px 18px 18px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__image-frame img {
    object-position: center;
    transform: none;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-section,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-testimonials {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-hero-title,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__headline h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-tips .sbcf-section-heading h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-discover__copy h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonuses .sbcf-section-heading h2,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-inline-guarantee-title {
    font-size: clamp(33px, 9.3vw, 42px);
    line-height: 1.06;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__image-wrap--founder img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    border-radius: 16px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-hero__body p,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-intro__copy p,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__copy p {
    font-size: 15px;
    line-height: 1.66;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-story-card__visual {
    width: min(170px, 44%);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(2),
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:nth-child(3) {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 24px 0 !important;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card__cover,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-bonus-card:first-child .sbcf-bonus-card__cover {
    width: 96px !important;
    margin: 0 !important;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px 14px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--anna .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--paul .sbcf-quote-card__portrait,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quote-card--diana .sbcf-quote-card__portrait {
    width: 76px;
    height: 76px;
    border-radius: 16px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
    padding: 22px 18px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input input {
    min-width: 0;
    padding-inline: 14px;
  }
}

@media (max-width: 380px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-shell,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    width: calc(100% - 28px);
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate {
    padding-inline: 14px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-world-gate__headline {
    font-size: clamp(32px, 9.5vw, 38px) !important;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
    padding-inline: 15px;
  }
}

/* --------------------------------------------------------------------------
   4.9.1 guarantee decision card
   A calm, literal risk-reversal sequence: promise, proof, price, checkout.
   This is the final scoped authority for the redesigned guarantee only.
   -------------------------------------------------------------------------- */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-post-purchase {
  background:
    radial-gradient(circle at 8% 7%, rgba(185, 154, 96, .07), transparent 27%),
    linear-gradient(180deg, #F6F3ED 0%, #EEEAE2 100%);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491::before {
  display: none !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 > .sbcf-guarantee__card {
  position: relative;
  display: block !important;
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: clamp(32px, 3.4vw, 46px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(224, 216, 201, .22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(214, 187, 126, .10), transparent 31%),
    linear-gradient(148deg, #17243B 0%, #1C2E4A 62%, #243754 100%);
  box-shadow: 0 24px 58px rgba(23, 36, 59, .20);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #A98B54, #E4CC94 54%, #B99A60);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__card::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -76px;
  right: -72px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(247, 244, 237, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(247, 244, 237, .025), 0 0 0 52px rgba(247, 244, 237, .012);
  pointer-events: none;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__card > * {
  position: relative;
  z-index: 1;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__header {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__seal {
  position: relative;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  flex: 0 0 88px;
  overflow: hidden;
  border: 1px solid rgba(228, 204, 148, .40);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
  color: #E4CC94;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .025), 0 12px 28px rgba(4, 6, 28, .18);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__seal .sbcf-quirk-icon {
  position: absolute;
  inset: 7px;
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
  opacity: .15;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__seal > span {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  color: #E4CC94;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__seal > span strong {
  display: block;
  margin-bottom: 3px;
  color: #FFFFFF !important;
  font-family: var(--sbcf-serif);
  font-size: 29px;
  font-weight: 650;
  line-height: .9;
  letter-spacing: -.04em;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__eyebrow,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__heading > .sbcf-guarantee__eyebrow,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story .sbcf-guarantee__eyebrow {
  margin: 0 0 9px;
  color: #D9C79F !important;
  font-family: var(--sbcf-sans);
  font-size: 11px !important;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .105em;
  text-transform: uppercase;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 .sbcf-inline-guarantee-title {
  max-width: 15ch;
  margin: 0;
  color: #FFFDF8;
  font-family: var(--sbcf-serif);
  font-size: clamp(39px, 3.85vw, 55px);
  font-weight: 560;
  line-height: 1.045;
  letter-spacing: -.035em;
  text-wrap: balance;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 > .sbcf-guarantee__card > .sbcf-guarantee__lead {
  max-width: 66ch;
  margin: 28px 0 0;
  color: #E3E8EC !important;
  font-size: 16px;
  line-height: 1.7;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 .sbcf-guarantee__lead strong {
  color: #FFFFFF !important;
  white-space: normal;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 .sbcf-guarantee__lead a {
  display: inline-block;
  min-height: 24px;
  line-height: 1.5;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 a,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 a:visited {
  color: #E8CF96;
  font-weight: 760;
  text-decoration-color: rgba(232, 207, 150, .60);
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
  overflow-wrap: anywhere;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 a:hover {
  color: #FFF0C8;
  text-decoration-color: currentColor;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 a:focus-visible {
  color: #FFF0C8;
  outline: 3px solid #E8CF96;
  outline-offset: 3px;
  border-radius: 3px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 237, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 16px 13px 15px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item + .sbcf-guarantee__proof-item {
  border-left: 1px solid rgba(247, 244, 237, .12);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(228, 204, 148, .38);
  border-radius: 50%;
  background: rgba(228, 204, 148, .10);
  color: #E8CF96;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item p {
  min-width: 0;
  margin: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item strong,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item small {
  display: block;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item strong {
  color: #FFFFFF !important;
  font-size: 13.5px;
  font-weight: 760;
  line-height: 1.35;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item small {
  margin-top: 3px;
  color: #C7D0D8;
  font-size: 11.5px;
  line-height: 1.42;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 .sbcf-guarantee__price-story {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 27px 0 0 !important;
  padding: 21px !important;
  border: 1px solid rgba(247, 244, 237, .14) !important;
  border-radius: 19px;
  background: linear-gradient(132deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__normal-price {
  width: 100%;
  min-height: 104px;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  gap: 0 7px;
  align-content: center;
  align-items: center;
  padding: 13px 11px;
  border: 1px solid rgba(222, 216, 206, .65);
  border-radius: 15px;
  background: #FFFFFF;
  box-shadow: 0 9px 20px rgba(38, 31, 84, .06);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__normal-price > span {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: #1D3A61 !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__normal-price .sbcf-quirk-icon {
  width: 29px !important;
  height: 29px !important;
  max-width: 29px !important;
  max-height: 29px !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__normal-price small {
  grid-column: 2;
  display: block;
  color: #6D6B7F !important;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__normal-price > strong {
  grid-column: 2;
  display: block;
  color: #191C45 !important;
  font-family: var(--sbcf-serif);
  font-size: 38px;
  font-weight: 620;
  line-height: .96;
  letter-spacing: -.045em;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story h3 {
  margin: 0;
  color: #FFFFFF !important;
  font-family: var(--sbcf-serif);
  font-size: 23px;
  font-weight: 610;
  line-height: 1.14;
  letter-spacing: -.02em;
  text-wrap: balance;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story > div:last-child > p:last-child {
  margin: 8px 0 0;
  color: #D0D8DF !important;
  font-size: 13.25px;
  line-height: 1.56;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 .sbcf-guarantee__access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 20px 0 0 !important;
  padding: 18px 1px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(247, 244, 237, .14) !important;
  background: transparent;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access > span {
  color: #BDC6CF !important;
  font-size: 11.5px !important;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .025em;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access > strong {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #E8CF96 !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .015em;
  white-space: nowrap;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access i {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(228, 204, 148, .10);
  color: #E8CF96 !important;
  font-family: var(--sbcf-sans);
  font-size: 15px !important;
  font-style: normal;
  line-height: 1;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 #sbcf-amount::placeholder {
  color: #747287;
  opacity: 1;
  font-family: var(--sbcf-sans);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: 0;
}

@media (min-width: 1081px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, .76fr);
    gap: clamp(46px, 5.2vw, 78px);
    align-items: start;
  }
}

@media (max-width: 1080px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 {
    width: min(100%, 820px);
    margin-inline: auto;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-grid--price-first {
    width: min(100%, 600px) !important;
    max-width: 600px;
    margin-inline: auto !important;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access i {
    transform: rotate(90deg);
  }
}

@media (max-width: 620px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-main {
    padding: 56px 0 64px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-purchase-shell {
    gap: 30px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 > .sbcf-guarantee__card {
    padding: 25px 20px 23px;
    border-radius: 21px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__header {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__seal {
    width: 72px;
    height: 72px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__seal .sbcf-quirk-icon {
    inset: 6px;
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__seal > span strong {
    font-size: 25px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 .sbcf-inline-guarantee-title {
    max-width: 17ch;
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.055;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 > .sbcf-guarantee__card > .sbcf-guarantee__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.67;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof {
    grid-template-columns: 1fr;
    margin-top: 21px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item {
    grid-template-columns: 27px minmax(0, 1fr);
    padding: 13px 14px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof-item + .sbcf-guarantee__proof-item {
    border-top: 1px solid rgba(247, 244, 237, .12);
    border-left: 0;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee.sbcf-guarantee--v491 .sbcf-guarantee__price-story {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 23px !important;
    padding: 17px !important;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__normal-price {
    width: 136px;
    min-height: 76px;
    grid-template-columns: 30px 1fr;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__normal-price > strong {
    font-size: 34px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story h3 {
    font-size: 22px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access {
    align-items: center;
  }
}

@media (max-width: 420px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__card::after {
    display: none;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__access {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

/* 4.9.1 checkout-friction pass: one clear suggested price, one custom field. */
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
  border-color: #DED8CE;
  background: #FFFDF9;
  box-shadow: 0 20px 46px rgba(23, 36, 59, .10);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card:focus-within {
  border-color: #718199;
  box-shadow: 0 20px 46px rgba(23, 36, 59, .10), 0 0 0 3px rgba(29, 58, 97, .10);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid #1D3A61;
  border-radius: 14px;
  background: linear-gradient(135deg, #1D3A61, #274A76);
  color: #FFFFFF;
  box-shadow: 0 10px 24px rgba(23, 36, 59, .14);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price__amount {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  color: #E8CF96;
  font-family: var(--sbcf-serif);
  font-size: 25px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.035em;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price > span:nth-child(2) {
  min-width: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price strong,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price small {
  display: block;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price strong {
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 780;
  line-height: 1.25;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price small {
  margin-top: 3px;
  color: #CFD7E0;
  font-size: 11px;
  line-height: 1.25;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price > i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 207, 150, .34);
  border-radius: 50%;
  color: #E8CF96;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price:hover {
  border-color: #B99A60;
  background: linear-gradient(135deg, #142C4A, #1D3A61);
  box-shadow: 0 13px 28px rgba(23, 36, 59, .18);
  transform: translateY(-1px);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price:focus-visible {
  outline: 3px solid #A98B54;
  outline-offset: 3px;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price.is-selected {
  border-color: #B99A60;
  box-shadow: 0 0 0 3px rgba(185, 154, 96, .16), 0 13px 28px rgba(23, 36, 59, .16);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-choice-divider {
  display: grid;
  grid-template-columns: minmax(18px, 1fr) auto minmax(18px, 1fr);
  gap: 10px;
  align-items: center;
  margin: 14px 0;
  color: #706E81;
  font-size: 10.5px;
  font-weight: 740;
  line-height: 1.2;
  letter-spacing: .035em;
  text-align: center;
  text-transform: uppercase;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-choice-divider::before,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-choice-divider::after {
  content: "";
  height: 1px;
  background: #DED8CE;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input {
  border-color: #8994A2;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input:focus-within {
  border-color: #1D3A61;
  box-shadow: 0 0 0 3px rgba(29, 58, 97, .12);
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-money-input > span {
  background: #F0EDE7;
  color: #17243B;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-price-range-note {
  margin: 9px 0 0;
  color: #706E81;
  font-size: 10.75px;
  font-weight: 620;
  line-height: 1.45;
  text-align: center;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-assurance {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #E3DDD3;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-assurance > span,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-assurance .sbcf-quirk-icon {
  width: 27px !important;
  height: 27px !important;
  max-width: 27px !important;
  max-height: 27px !important;
  color: #1D3A61;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-assurance p {
  margin: 0;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-assurance strong,
html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-assurance small {
  display: block;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-assurance strong {
  color: #17243B;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.3;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-checkout-assurance small {
  margin-top: 2px;
  color: #706E81;
  font-size: 10.75px;
  line-height: 1.35;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-order-summary--paypal {
  display: none !important;
}

html body .sbcf-post-funnel.sbcf-post-funnel--v488 a.sbcf-guarantee__access {
  min-height: 46px;
  text-decoration: none;
}

@media (max-width: 620px) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price {
    grid-template-columns: 56px minmax(0, 1fr) 26px;
    gap: 10px;
    padding-inline: 11px;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price__amount {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price {
    transition: none;
  }

  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price:hover {
    transform: none;
  }
}

@media (forced-colors: active) {
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__card,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__proof,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-guarantee__price-story,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-quick-price,
  html body .sbcf-post-funnel.sbcf-post-funnel--v488 .sbcf-payment-card {
    border: 1px solid CanvasText !important;
  }
}
