/* SleepBaby post-end funnel v2.3.0
   Scoped v1.3.3 landing + inline purchase flow. No internal site footer. */

.sbcf-post-funnel {
  --sbcf-ink: #3d3158;
  --sbcf-ink-deep: #261d3b;
  --sbcf-muted: #756887;
  --sbcf-pink: #f16fbd;
  --sbcf-pink-deep: #d84da4;
  --sbcf-aqua: #45d4c4;
  --sbcf-aqua-deep: #1cae9d;
  --sbcf-blue: #dff8ff;
  --sbcf-lilac: #efe5ff;
  --sbcf-cream: #fff9f4;
  --sbcf-line: rgba(61, 49, 88, .13);
  --sbcf-shadow: 0 22px 70px rgba(64, 43, 91, .13);
  --sbcf-radius: 28px;
}

.sbcf-post-funnel,
.sbcf-post-funnel * { box-sizing: border-box; }
.sbcf-post-funnel-anchor {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.sbcf-post-funnel { scroll-behavior: smooth; }
.sbcf-post-funnel {
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin: 0;
  min-width: 0;
  border-top: 1px solid rgba(109, 69, 130, .12);
  background: #fff;
  box-shadow: 0 -24px 64px rgba(58, 36, 79, .09);
  color: var(--sbcf-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.sbcf-post-funnel img { display: block; max-width: 100%; height: auto; }
.sbcf-post-funnel a { color: inherit; }
.sbcf-post-funnel button,
.sbcf-post-funnel input,
.sbcf-post-funnel select { font: inherit; }
.sbcf-post-funnel h1,
.sbcf-post-funnel h2,
.sbcf-post-funnel h3,
.sbcf-post-funnel p,
.sbcf-post-funnel figure,
.sbcf-post-funnel blockquote { margin-top: 0; }
.sbcf-post-funnel h1,
.sbcf-post-funnel h2,
.sbcf-post-funnel h3 { color: var(--sbcf-ink-deep); }
.sbcf-post-funnel :focus-visible { outline: 4px solid rgba(69, 212, 196, .6); outline-offset: 4px; }

.sbcf-skip {
  position: fixed;
  z-index: 9999;
  left: 14px;
  top: 14px;
  transform: translateY(-150%);
  border-radius: 999px;
  padding: 10px 15px;
  background: #fff;
  color: #24183b;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .2);
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease;
}
.sbcf-skip:focus { transform: translateY(0); }

.sbcf-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.sbcf-purchase-shell { width: min(1040px, calc(100% - 40px)); margin-inline: auto; }

.sbcf-site-head {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(61, 49, 88, .08);
  background: rgba(255, 255, 255, .94);
}
.sbcf-site-head__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sbcf-brand { display: inline-flex; align-items: center; text-decoration: none; }
.sbcf-brand img { width: 230px; height: auto; }
.sbcf-head-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid rgba(61, 49, 88, .12);
  border-radius: 999px;
  background: #fff;
  color: var(--sbcf-ink-deep);
  box-shadow: 0 8px 25px rgba(61, 49, 88, .08);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.sbcf-head-cta span { color: var(--sbcf-pink-deep); font-size: 20px; }
.sbcf-head-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(61, 49, 88, .14); }

.sbcf-kicker {
  margin-bottom: 14px;
  color: #9b4c8a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .135em;
  line-height: 1.35;
  text-transform: uppercase;
}
.sbcf-kicker span { margin-right: 5px; color: var(--sbcf-aqua-deep); }
.sbcf-kicker--light { color: #e7d9ff; }
.sbcf-lead { color: var(--sbcf-ink-deep); font-size: 21px; font-weight: 750; line-height: 1.45; }

.sbcf-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 204, 231, .68), transparent 26%),
    radial-gradient(circle at 87% 14%, rgba(184, 242, 239, .66), transparent 26%),
    linear-gradient(145deg, #fffafc 0%, #fbf7ff 49%, #f2feff 100%);
}
.sbcf-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .32;
  background-image: radial-gradient(circle, rgba(98, 69, 129, .16) 1px, transparent 1.2px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
.sbcf-hero__grid {
  min-height: 680px;
  padding-block: 82px 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(340px, .87fr);
  align-items: center;
  gap: clamp(46px, 7vw, 90px);
}
.sbcf-hero__copy { position: relative; z-index: 2; }
.sbcf-hero h1,
.sbcf-hero .sbcf-inline-hero-title {
  max-width: 760px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 5.4vw, 76px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .99;
}
.sbcf-hero__sub {
  max-width: 680px;
  margin-bottom: 28px;
  color: #755b7a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.25vw, 31px);
  font-style: italic;
  line-height: 1.32;
}
.sbcf-kacey {
  max-width: 660px;
  margin-bottom: 30px;
  padding: 20px 22px;
  border: 1px solid rgba(75, 52, 103, .11);
  border-left: 5px solid var(--sbcf-aqua);
  border-radius: 0 20px 20px 0;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 12px 40px rgba(62, 38, 82, .06);
  backdrop-filter: blur(10px);
}
.sbcf-kacey strong { display: block; margin-bottom: 3px; color: var(--sbcf-ink-deep); font-size: 18px; }
.sbcf-kacey p { margin-bottom: 0; color: var(--sbcf-muted); }
.sbcf-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 22px; }
.sbcf-hero__actions p { max-width: 280px; margin-bottom: 0; color: var(--sbcf-muted); font-size: 13px; font-weight: 700; line-height: 1.45; }

.sbcf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 14px 24px;
  border: 0;
  border-radius: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.sbcf-button:hover { transform: translateY(-3px); filter: saturate(1.05); }
.sbcf-button--primary {
  background: linear-gradient(135deg, var(--sbcf-pink) 0%, #ea5ab3 48%, #8c63da 100%);
  color: #fff !important;
  box-shadow: 0 14px 36px rgba(216, 77, 164, .27);
}
.sbcf-button--primary:hover { box-shadow: 0 18px 44px rgba(216, 77, 164, .34); }
.sbcf-button--light {
  background: #fff;
  color: #302144 !important;
  box-shadow: 0 14px 40px rgba(9, 6, 27, .26);
}
.sbcf-button--large { min-height: 66px; padding-inline: 32px; font-size: 18px; }

.sbcf-hero__art { position: relative; min-height: 500px; display: grid; place-items: center; }
.sbcf-hero__art::before {
  content: "";
  position: absolute;
  inset: 56px 10px 34px;
  border: 1px solid rgba(81, 52, 112, .09);
  border-radius: 48% 52% 42% 58% / 55% 42% 58% 45%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(243, 229, 255, .78));
  box-shadow: 0 36px 90px rgba(72, 44, 94, .16);
  transform: rotate(-3deg);
}
.sbcf-hero__image-wrap {
  position: relative;
  z-index: 2;
  width: min(280px, 66vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 13px solid rgba(255, 255, 255, .83);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffe1ef, #fff7f9 55%, #dffaff);
  box-shadow: 0 25px 65px rgba(72, 44, 94, .19);
}
.sbcf-hero__image-wrap img { width: 76%; }
.sbcf-hero__bubble {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid rgba(61, 49, 88, .12);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 34px rgba(61, 49, 88, .13);
  color: #7e5a91;
  font-weight: 900;
}
.sbcf-hero__bubble--one { top: 70px; right: 14px; width: 88px; height: 62px; border-radius: 50%; transform: rotate(8deg); }
.sbcf-hero__bubble--two { top: 120px; left: 0; min-width: 108px; min-height: 45px; padding: 8px 14px; border-radius: 999px; transform: rotate(-6deg); font-size: 13px; }
.sbcf-hero__note {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 46px;
  width: min(300px, 82%);
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(61, 49, 88, .18);
}
.sbcf-hero__note > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: #ffedf6; color: var(--sbcf-pink-deep); font-size: 25px; }
.sbcf-hero__note p { margin-bottom: 0; line-height: 1.25; }
.sbcf-hero__note strong, .sbcf-hero__note small { display: block; }
.sbcf-hero__note strong { color: var(--sbcf-ink-deep); font-size: 14px; }
.sbcf-hero__note small { margin-top: 4px; color: var(--sbcf-muted); font-size: 11px; line-height: 1.35; }

.sbcf-intro { padding: 96px 0; background: #fff; }
.sbcf-intro__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 8vw, 104px); align-items: start; }
.sbcf-intro h2,
.sbcf-story-card h2,
.sbcf-section-heading h2,
.sbcf-discover h2,
.sbcf-final-cta h2 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.4vw, 62px);
  letter-spacing: -.04em;
  line-height: 1.04;
}
.sbcf-intro h2 em { color: var(--sbcf-pink-deep); font-weight: inherit; }
.sbcf-intro__copy > p:last-child { margin-bottom: 0; }
.sbcf-intro__copy p { color: var(--sbcf-muted); font-size: 18px; }
.sbcf-intro__copy .sbcf-lead { color: var(--sbcf-ink-deep); }

.sbcf-story-section { padding: 22px 0 105px; background: #fff; }
.sbcf-story-card {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 36px;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 36px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.9), rgba(255,255,255,.55)),
    linear-gradient(135deg, #e3fbff, #f5e8ff 55%, #ffe6f0);
  box-shadow: var(--sbcf-shadow);
  overflow: hidden;
}
.sbcf-story-card::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 54px solid rgba(255, 255, 255, .35);
}
.sbcf-story-card__number {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background: #fff;
  color: #8e5eaa;
  box-shadow: 0 18px 45px rgba(61, 49, 88, .13);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
}
.sbcf-story-card > div:last-child { position: relative; z-index: 2; }
.sbcf-story-card > div:last-child > p { max-width: 760px; color: #6d617b; font-size: 17px; }
.sbcf-story-card blockquote { margin: 29px 0 0; padding: 22px 24px; border-left: 5px solid var(--sbcf-pink); border-radius: 0 18px 18px 0; background: rgba(255, 255, 255, .72); }
.sbcf-story-card blockquote p { margin-bottom: 0; color: var(--sbcf-ink-deep); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-style: italic; line-height: 1.48; }

.sbcf-tips { padding: 102px 0; background: #fff9f4; }
.sbcf-section-heading { max-width: 760px; margin-bottom: 56px; }
.sbcf-section-heading--center { margin-inline: auto; text-align: center; }
.sbcf-section-heading > p:last-child { margin-bottom: 0; color: var(--sbcf-muted); font-size: 17px; }
.sbcf-tip-list { display: grid; gap: 28px; }
.sbcf-tip-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--sbcf-line);
  border-radius: var(--sbcf-radius);
  background: #fff;
  box-shadow: 0 16px 44px rgba(61, 49, 88, .07);
}
.sbcf-tip-card--reverse { grid-template-columns: minmax(0, 1fr) 300px; }
.sbcf-tip-card--reverse .sbcf-tip-card__art { grid-column: 2; grid-row: 1; }
.sbcf-tip-card--reverse .sbcf-tip-card__copy { grid-column: 1; grid-row: 1; }
.sbcf-tip-card__art {
  min-height: 270px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  overflow: hidden;
}
.sbcf-tip-card__art img { width: min(210px, 78%); max-height: 224px; object-fit: contain; }
.sbcf-tip-card__art--pink { background: linear-gradient(145deg, #fff0f7, #f8e7ff); }
.sbcf-tip-card__art--blue { background: linear-gradient(145deg, #e7fbff, #eef2ff); }
.sbcf-tip-card__art--mint { background: linear-gradient(145deg, #e8fff7, #edfbff); }
.sbcf-tip-card__index { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 28px; margin-bottom: 12px; border-radius: 999px; background: #f2e8ff; color: #875aa3; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.sbcf-tip-card h3 { margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3vw, 42px); letter-spacing: -.03em; line-height: 1.1; }
.sbcf-tip-card__copy p { color: var(--sbcf-muted); }
.sbcf-tip-card__copy p:last-child { margin-bottom: 0; }

.sbcf-discover {
  position: relative;
  isolation: isolate;
  padding: 112px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #21152f, #39234f 56%, #1f4051);
  color: #fff;
}
.sbcf-discover::before,
.sbcf-discover::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
}
.sbcf-discover::before { width: 440px; height: 440px; right: -220px; top: -180px; background: rgba(241, 111, 189, .18); }
.sbcf-discover::after { width: 330px; height: 330px; left: -170px; bottom: -170px; background: rgba(69, 212, 196, .17); }
.sbcf-discover__stars { position: absolute; inset: 0; z-index: -1; opacity: .38; background-image: radial-gradient(circle, #fff 1px, transparent 1.3px); background-size: 38px 38px; mask-image: linear-gradient(90deg, #000, transparent 60%); }
.sbcf-discover__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.sbcf-discover h2 { color: #fff; }
.sbcf-discover__copy > p:not(.sbcf-kicker) { margin-bottom: 30px; color: #d9cae5; font-size: 18px; }
.sbcf-checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.sbcf-checklist li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: start; padding: 17px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.sbcf-checklist li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: rgba(69, 212, 196, .18); color: #a6fff5; font-weight: 900; }
.sbcf-checklist p { margin-bottom: 0; line-height: 1.35; }
.sbcf-checklist strong, .sbcf-checklist small { display: block; }
.sbcf-checklist strong { color: #fff; font-size: 15px; }
.sbcf-checklist small { margin-top: 5px; color: #cbbcd7; font-size: 12px; line-height: 1.45; }

.sbcf-bonuses { padding: 110px 0; background: linear-gradient(180deg, #fff, #fbf8ff); }
.sbcf-bonus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sbcf-bonus-card { min-width: 0; border: 1px solid var(--sbcf-line); border-radius: 26px; background: #fff; box-shadow: 0 16px 45px rgba(61, 49, 88, .08); overflow: hidden; }
.sbcf-bonus-card__cover { min-height: 380px; display: grid; place-items: end center; padding: 30px 22px 0; background: linear-gradient(145deg, #edfaff, #f8ecff 55%, #fff1f6); overflow: hidden; }
.sbcf-bonus-card__cover img { width: min(230px, 80%); filter: drop-shadow(0 18px 18px rgba(43, 32, 64, .18)); transform: translateY(10px); }
.sbcf-bonus-card__copy { padding: 26px 26px 30px; }
.sbcf-bonus-card__copy > span { display: block; margin-bottom: 9px; color: #9a6593; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sbcf-bonus-card h3 { margin-bottom: 10px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1.12; }
.sbcf-bonus-card p { margin-bottom: 0; color: var(--sbcf-muted); font-size: 14px; }

.sbcf-testimonials { padding: 104px 0 112px; background: #eefcff; }
.sbcf-testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sbcf-quote-card { min-width: 0; margin: 0; padding: 28px; border: 1px solid rgba(61, 49, 88, .1); border-radius: 26px; background: rgba(255,255,255,.88); box-shadow: 0 18px 52px rgba(61, 49, 88, .08); }
.sbcf-quote-card img { width: 94px; height: 94px; margin-bottom: 22px; border: 7px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 24px rgba(61,49,88,.14); }
.sbcf-quote-card blockquote { margin-bottom: 22px; color: #574966; font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-style: italic; line-height: 1.6; }
.sbcf-quote-card figcaption { display: grid; gap: 2px; padding-top: 17px; border-top: 1px solid var(--sbcf-line); }
.sbcf-quote-card figcaption strong { color: var(--sbcf-ink-deep); }
.sbcf-quote-card figcaption span { color: var(--sbcf-muted); font-size: 12px; }

.sbcf-final-cta { position: relative; isolation: isolate; padding: 112px 0; background: linear-gradient(145deg, #fff6fa, #f4edff 55%, #e9fcff); overflow: hidden; }
.sbcf-final-cta__cloud { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.sbcf-final-cta__cloud--one { width: 360px; height: 360px; left: -120px; top: -90px; background: rgba(255, 190, 222, .35); }
.sbcf-final-cta__cloud--two { width: 410px; height: 410px; right: -150px; bottom: -180px; background: rgba(122, 226, 216, .31); }
.sbcf-final-cta__card { max-width: 850px; padding: clamp(40px, 7vw, 76px); border: 1px solid rgba(61,49,88,.11); border-radius: 38px; background: rgba(255,255,255,.88); box-shadow: var(--sbcf-shadow); text-align: center; backdrop-filter: blur(12px); }
.sbcf-final-cta__card > img { width: 106px; margin: -105px auto 22px; filter: drop-shadow(0 14px 20px rgba(61,49,88,.16)); }
.sbcf-final-cta__card > p:not(.sbcf-kicker) { max-width: 580px; margin: 0 auto 26px; color: var(--sbcf-muted); font-size: 18px; }
.sbcf-final-cta__card > small { display: block; margin-top: 18px; color: var(--sbcf-muted); font-size: 12px; font-weight: 700; }


/* Purchase page */
.sbcf-post-purchase {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(93, 78, 162, .35), transparent 27%),
    radial-gradient(circle at 90% 16%, rgba(70, 204, 193, .15), transparent 23%),
    linear-gradient(145deg, #131126 0%, #252044 48%, #3a2251 100%);
  color: #fff;
}
.sbcf-night-sky { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; opacity: .74; }
.sbcf-night-sky::before,
.sbcf-night-sky::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.9) 1px, transparent 1.4px); background-size: 58px 58px; }
.sbcf-night-sky::after { opacity: .32; background-size: 31px 31px; transform: translate(15px, 8px); }
.sbcf-night-sky span { position: absolute; display: block; border-radius: 50%; background: #fff; box-shadow: 0 0 14px rgba(255,255,255,.8); }
.sbcf-night-sky span:nth-child(1) { width: 4px; height: 4px; top: 11%; left: 8%; }
.sbcf-night-sky span:nth-child(2) { width: 6px; height: 6px; top: 20%; left: 82%; }
.sbcf-night-sky span:nth-child(3) { width: 3px; height: 3px; top: 52%; left: 7%; }
.sbcf-night-sky span:nth-child(4) { width: 5px; height: 5px; top: 66%; left: 93%; }
.sbcf-night-sky span:nth-child(5) { width: 3px; height: 3px; top: 86%; left: 21%; }
.sbcf-night-sky span:nth-child(6) { width: 4px; height: 4px; top: 91%; left: 73%; }
.sbcf-purchase-head,
.sbcf-purchase-main { position: relative; z-index: 2; }
.sbcf-purchase-head { padding: 22px 0 10px; }
.sbcf-purchase-head__inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.sbcf-brand--purchase { padding: 8px 14px; border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 12px 34px rgba(0,0,0,.22); }
.sbcf-brand--purchase img { width: 210px; }
.sbcf-back-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); color: #f6f1ff !important; font-size: 13px; font-weight: 800; text-decoration: none; backdrop-filter: blur(8px); }
.sbcf-purchase-main { padding: 34px 0 54px; }
.sbcf-admin-setup { margin-bottom: 18px; padding: 13px 16px; border: 1px solid rgba(255, 224, 126, .55); border-radius: 14px; background: rgba(255, 235, 167, .12); color: #fff4c5; font-size: 13px; }
.sbcf-guarantee {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  background: rgba(255,255,255,.96);
  color: var(--sbcf-ink);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.sbcf-guarantee h1,
.sbcf-guarantee .sbcf-inline-guarantee-title { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 60px); letter-spacing: -.04em; line-height: 1; }
.sbcf-guarantee p { margin-bottom: 10px; color: #6f637b; }
.sbcf-guarantee p:last-child { margin-bottom: 0; }
.sbcf-guarantee a { color: #8a3f7b; font-weight: 800; }
.sbcf-purchase-kicker { margin-bottom: 9px; color: #94608e; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sbcf-guarantee__seal { width: 110px; height: 110px; display: grid; place-content: center; border: 7px double rgba(255,255,255,.74); border-radius: 50%; background: linear-gradient(145deg, #f2c85c, #f1a94f); color: #3c244b; box-shadow: inset 0 0 0 3px rgba(87,52,83,.18), 0 13px 28px rgba(104,69,24,.22); text-align: center; transform: rotate(-6deg); }
.sbcf-guarantee__seal span { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 45px; font-weight: 700; line-height: .88; }
.sbcf-guarantee__seal small { display: block; margin-top: 6px; font-size: 10px; font-weight: 900; letter-spacing: .16em; }

.sbcf-checkout-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 28px; align-items: start; }
.sbcf-order-summary,
.sbcf-payment-card { border: 1px solid rgba(255,255,255,.17); border-radius: 30px; box-shadow: 0 30px 90px rgba(0,0,0,.24); overflow: hidden; }
.sbcf-order-summary { padding: clamp(28px, 4vw, 42px); background: rgba(30, 24, 52, .82); backdrop-filter: blur(14px); }
.sbcf-order-summary h2 { margin-bottom: 15px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.035em; line-height: 1.03; }
.sbcf-order-summary > p:not(.sbcf-purchase-kicker) { color: #d7cce2; }
.sbcf-normal-value { margin: 26px 0; padding: 19px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.075); }
.sbcf-normal-value span, .sbcf-normal-value strong, .sbcf-normal-value small { display: block; }
.sbcf-normal-value span { color: #d9cde3; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sbcf-normal-value strong { margin: 4px 0; color: #ffe896; font-family: Georgia, "Times New Roman", serif; font-size: 38px; line-height: 1; text-decoration: line-through; text-decoration-thickness: 2px; }
.sbcf-normal-value small { color: #bfb0cc; font-size: 11px; }
.sbcf-purchase-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.sbcf-purchase-list li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; align-items: start; }
.sbcf-purchase-list li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: rgba(69,212,196,.16); color: #aafff4; font-weight: 900; }
.sbcf-purchase-list p { margin-bottom: 0; line-height: 1.3; }
.sbcf-purchase-list strong, .sbcf-purchase-list small { display: block; }
.sbcf-purchase-list strong { color: #fff; font-size: 14px; }
.sbcf-purchase-list small { margin-top: 4px; color: #c2b4cd; font-size: 11px; line-height: 1.4; }
.sbcf-order-note { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; align-items: center; margin-top: 27px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.sbcf-order-note > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: rgba(241,111,189,.16); color: #ffc5e8; font-size: 23px; }
.sbcf-order-note p { margin-bottom: 0; line-height: 1.25; }
.sbcf-order-note strong, .sbcf-order-note small { display: block; }
.sbcf-order-note strong { color: #fff; font-size: 13px; }
.sbcf-order-note small { margin-top: 4px; color: #bfb1cb; font-size: 10px; line-height: 1.4; }

.sbcf-payment-card { background: #fff; color: var(--sbcf-ink); }
.sbcf-payment-card__head { padding: 34px 36px 25px; border-bottom: 1px solid var(--sbcf-line); background: linear-gradient(145deg, #fff, #fff8fc); }
.sbcf-step { display: inline-flex; margin-bottom: 10px; padding: 5px 9px; border-radius: 999px; background: #f0e6ff; color: #805398; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sbcf-payment-card h2 { margin-bottom: 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 50px); letter-spacing: -.04em; line-height: 1; }
.sbcf-payment-card__head p { margin-bottom: 0; color: var(--sbcf-muted); }
.sbcf-paypal-form { padding: 30px 36px 36px; }
.sbcf-price-field label { display: block; margin-bottom: 9px; color: var(--sbcf-ink-deep); font-size: 16px; font-weight: 900; }
.sbcf-money-input { display: grid; grid-template-columns: 54px minmax(0, 1fr); min-height: 70px; border: 2px solid #ded5e7; border-radius: 17px; background: #fff; overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease; }
.sbcf-money-input:focus-within { border-color: #9b67c0; box-shadow: 0 0 0 5px rgba(155,103,192,.12); }
.sbcf-money-input > span { display: grid; place-items: center; border-right: 1px solid #e3dbe9; background: #f8f3fb; color: #715781; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 700; }
.sbcf-money-input input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 10px 17px; background: transparent; color: var(--sbcf-ink-deep); font-size: 29px; font-weight: 800; }
.sbcf-money-input input::placeholder { color: #a79ab1; opacity: .72; font-weight: 700; }
.sbcf-price-field > small { display: block; margin-top: 8px; color: var(--sbcf-muted); font-size: 11px; line-height: 1.45; }
.sbcf-field-error { margin: 9px 0 0; padding: 9px 11px; border-radius: 10px; background: #fff0f2; color: #9d263f; font-size: 12px; font-weight: 750; }
.sbcf-payment-total { display: flex; justify-content: space-between; gap: 20px; margin: 24px 0; padding: 16px 0; border-block: 1px solid var(--sbcf-line); }
.sbcf-payment-total span { color: var(--sbcf-muted); font-size: 13px; }
.sbcf-payment-total strong { color: var(--sbcf-ink-deep); font-size: 17px; }
.sbcf-payment-method { margin-bottom: 13px; }
.sbcf-payment-method span, .sbcf-payment-method small { display: block; }
.sbcf-payment-method span { color: var(--sbcf-ink-deep); font-size: 13px; font-weight: 900; }
.sbcf-payment-method small { margin-top: 3px; color: var(--sbcf-muted); font-size: 10px; }
.sbcf-paypal-button { width: 100%; min-height: 64px; display: flex; justify-content: center; align-items: center; gap: 13px; border: 0; border-radius: 15px; background: #ffc439; color: #15335a; box-shadow: 0 12px 30px rgba(139,93,0,.2); cursor: pointer; font-size: 15px; font-weight: 900; transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.sbcf-paypal-button:hover:not(:disabled) { transform: translateY(-2px); filter: brightness(1.02); box-shadow: 0 16px 34px rgba(139,93,0,.25); }
.sbcf-paypal-button:disabled { cursor: not-allowed; opacity: .52; filter: grayscale(.2); }
.sbcf-paypal-wordmark { font-size: 24px; font-weight: 900; letter-spacing: -.07em; }
.sbcf-paypal-wordmark i { color: #173f73; font-style: italic; }
.sbcf-paypal-wordmark b { color: #1383cc; font-style: italic; }
.sbcf-checkout-unavailable { margin: 12px 0 0; color: #9c3047; font-size: 11px; font-weight: 750; text-align: center; }
.sbcf-secure-note { margin: 13px 0 0; color: var(--sbcf-muted); font-size: 10px; font-weight: 700; text-align: center; }

.sbcf-after-payment { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.sbcf-after-payment > div { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.07); backdrop-filter: blur(9px); }
.sbcf-after-payment span { display: inline-flex; margin-bottom: 10px; color: #ffe6a1; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.sbcf-after-payment h3 { margin-bottom: 7px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.sbcf-after-payment p { margin-bottom: 0; color: #cfc3d9; font-size: 12px; line-height: 1.5; }

@media (max-width: 960px) {
  .sbcf-hero__grid { min-height: auto; grid-template-columns: 1fr 360px; gap: 32px; padding-block: 70px 78px; }
  .sbcf-hero h1,
.sbcf-hero .sbcf-inline-hero-title { font-size: clamp(43px, 6.5vw, 64px); }
  .sbcf-hero__art { min-height: 430px; }
  .sbcf-intro__grid,
  .sbcf-discover__grid { grid-template-columns: 1fr; }
  .sbcf-intro__headline { max-width: 760px; }
  .sbcf-intro__copy { max-width: 780px; }
  .sbcf-tip-card,
  .sbcf-tip-card--reverse { grid-template-columns: 250px minmax(0, 1fr); }
  .sbcf-tip-card--reverse .sbcf-tip-card__art { grid-column: 1; grid-row: 1; }
  .sbcf-tip-card--reverse .sbcf-tip-card__copy { grid-column: 2; grid-row: 1; }
  .sbcf-bonus-card__cover { min-height: 340px; }
  .sbcf-checkout-grid { grid-template-columns: 1fr; }
  .sbcf-order-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
  .sbcf-order-summary > .sbcf-purchase-kicker,
  .sbcf-order-summary > h2,
  .sbcf-order-summary > p { grid-column: 1 / -1; }
  .sbcf-order-note { align-self: end; }
}

@media (max-width: 760px) {
  .sbcf-shell,
  .sbcf-purchase-shell { width: min(100% - 28px, 640px); }
  .sbcf-site-head__inner { min-height: 72px; }
  .sbcf-brand img { width: 188px; }
  .sbcf-head-cta { min-height: 42px; padding: 8px 12px; font-size: 0; }
  .sbcf-head-cta span { font-size: 23px; }
  .sbcf-hero__grid { grid-template-columns: 1fr; padding-block: 55px 64px; gap: 28px; }
  .sbcf-hero h1,
.sbcf-hero .sbcf-inline-hero-title { font-size: clamp(42px, 12vw, 60px); }
  .sbcf-hero__sub { font-size: 22px; }
  .sbcf-kacey { padding: 17px 18px; }
  .sbcf-hero__art { min-height: 390px; max-width: 470px; width: 100%; margin: 0 auto; }
  .sbcf-hero__art::before { inset: 38px 6px 25px; }
  .sbcf-hero__bubble--one { top: 40px; right: 2px; }
  .sbcf-hero__bubble--two { top: 90px; left: 0; }
  .sbcf-hero__note { bottom: 24px; }
  .sbcf-intro { padding: 76px 0; }
  .sbcf-story-section { padding-bottom: 78px; }
  .sbcf-story-card { grid-template-columns: 1fr; gap: 20px; border-radius: 27px; }
  .sbcf-story-card__number { width: 76px; height: 76px; border-radius: 23px; font-size: 32px; }
  .sbcf-story-card blockquote p { font-size: 19px; }
  .sbcf-tips,
  .sbcf-bonuses,
  .sbcf-testimonials { padding: 78px 0; }
  .sbcf-tip-card,
  .sbcf-tip-card--reverse { grid-template-columns: 1fr; gap: 25px; padding: 19px; }
  .sbcf-tip-card--reverse .sbcf-tip-card__art,
  .sbcf-tip-card--reverse .sbcf-tip-card__copy { grid-column: 1; }
  .sbcf-tip-card--reverse .sbcf-tip-card__art { grid-row: 1; }
  .sbcf-tip-card--reverse .sbcf-tip-card__copy { grid-row: 2; }
  .sbcf-tip-card__art { min-height: 230px; }
  .sbcf-tip-card__copy { padding: 0 6px 8px; }
  .sbcf-discover { padding: 82px 0; }
  .sbcf-bonus-grid,
  .sbcf-testimonial-grid { grid-template-columns: 1fr; }
  .sbcf-bonus-card { display: grid; grid-template-columns: 43% 57%; }
  .sbcf-bonus-card__cover { min-height: 300px; padding: 24px 12px 0; }
  .sbcf-bonus-card__cover img { width: min(185px, 92%); }
  .sbcf-bonus-card__copy { align-self: center; padding: 24px 24px 24px 20px; }
  .sbcf-testimonial-grid { max-width: 590px; margin-inline: auto; }
  .sbcf-quote-card { display: grid; grid-template-columns: 82px minmax(0, 1fr); column-gap: 18px; }
  .sbcf-quote-card img { width: 82px; height: 82px; grid-row: 1 / 3; }
  .sbcf-quote-card blockquote { margin-bottom: 14px; }
  .sbcf-quote-card figcaption { grid-column: 2; }
  .sbcf-final-cta { padding: 96px 0 82px; }
  .sbcf-final-cta__card > img { margin-top: -90px; }
  .sbcf-purchase-head__inner { align-items: flex-start; }
  .sbcf-brand--purchase img { width: 174px; }
  .sbcf-back-link { padding-inline: 11px; font-size: 0; }
  .sbcf-back-link span { font-size: 19px; }
  .sbcf-purchase-main { padding-top: 22px; }
  .sbcf-guarantee { grid-template-columns: 86px minmax(0,1fr); gap: 19px; border-radius: 24px; }
  .sbcf-guarantee__seal { width: 84px; height: 84px; border-width: 5px; }
  .sbcf-guarantee__seal span { font-size: 34px; }
  .sbcf-guarantee h1,
.sbcf-guarantee .sbcf-inline-guarantee-title { font-size: 39px; }
  .sbcf-order-summary { grid-template-columns: 1fr; }
  .sbcf-order-summary > * { grid-column: 1 !important; }
  .sbcf-payment-card__head,
  .sbcf-paypal-form { padding-left: 25px; padding-right: 25px; }
  .sbcf-after-payment { grid-template-columns: 1fr; }
  .sbcf-after-payment > div { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 3px 10px; align-items: start; }
  .sbcf-after-payment span { grid-row: 1 / 3; }
  .sbcf-after-payment h3 { margin-bottom: 0; }
}

@media (max-width: 480px) {
  .sbcf-shell,
  .sbcf-purchase-shell { width: calc(100% - 22px); }
  .sbcf-site-head__inner { gap: 10px; }
  .sbcf-brand img { width: 168px; }
  .sbcf-hero__grid { padding-top: 43px; }
  .sbcf-hero h1,
.sbcf-hero .sbcf-inline-hero-title { font-size: clamp(39px, 12.2vw, 53px); line-height: 1.01; }
  .sbcf-hero__sub { font-size: 20px; }
  .sbcf-hero__actions { align-items: stretch; }
  .sbcf-hero__actions .sbcf-button { width: 100%; }
  .sbcf-hero__actions p { max-width: none; width: 100%; text-align: center; }
  .sbcf-hero__art { min-height: 360px; }
  .sbcf-hero__image-wrap { width: 235px; }
  .sbcf-hero__bubble--one { width: 72px; height: 52px; font-size: 13px; }
  .sbcf-hero__bubble--two { min-width: 94px; font-size: 11px; }
  .sbcf-hero__note { width: 88%; right: 1%; }
  .sbcf-intro h2,
  .sbcf-story-card h2,
  .sbcf-section-heading h2,
  .sbcf-discover h2,
  .sbcf-final-cta h2 { font-size: clamp(35px, 10vw, 47px); }
  .sbcf-story-card { padding: 26px 22px; }
  .sbcf-tip-card__art { min-height: 210px; }
  .sbcf-bonus-card { grid-template-columns: 40% 60%; border-radius: 20px; }
  .sbcf-bonus-card__cover { min-height: 245px; }
  .sbcf-bonus-card__copy { padding: 18px 17px; }
  .sbcf-bonus-card h3 { font-size: 23px; }
  .sbcf-bonus-card p { font-size: 12px; }
  .sbcf-quote-card { grid-template-columns: 1fr; }
  .sbcf-quote-card img { grid-row: auto; width: 78px; height: 78px; }
  .sbcf-quote-card figcaption { grid-column: 1; }
  .sbcf-final-cta__card { border-radius: 28px; }
  .sbcf-button--large { width: 100%; padding-inline: 18px; }
  .sbcf-brand--purchase { padding: 6px 10px; }
  .sbcf-brand--purchase img { width: 150px; }

  /* Keep the guarantee seal beside the copy on real phones. The prior
     single-column rule made the live Android layout look unlike the
     approved desktop/card composition. */
  .sbcf-guarantee {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 22px 18px;
    text-align: left;
  }
  .sbcf-guarantee__seal {
    width: 72px;
    height: 72px;
    margin: 0;
    border-width: 4px;
    transform: rotate(-5deg);
  }
  .sbcf-guarantee__seal span { font-size: 29px; }
  .sbcf-guarantee__seal small { margin-top: 4px; font-size: 8px; }
  .sbcf-guarantee .sbcf-purchase-kicker {
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: .105em;
    line-height: 1.35;
  }
  .sbcf-guarantee h1,
.sbcf-guarantee .sbcf-inline-guarantee-title {
    margin-bottom: 10px;
    font-size: clamp(29px, 8.3vw, 35px);
    line-height: .99;
  }
  .sbcf-guarantee p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.52;
  }
  .sbcf-order-summary,
  .sbcf-payment-card { border-radius: 24px; }
  .sbcf-payment-card__head,
  .sbcf-paypal-form { padding-left: 19px; padding-right: 19px; }
  .sbcf-payment-card h2 { font-size: 39px; }
  .sbcf-money-input { grid-template-columns: 48px minmax(0,1fr); min-height: 64px; }
  .sbcf-money-input input { font-size: 25px; }
  .sbcf-paypal-button { min-height: 60px; }
}

@media (max-width: 350px) {
  .sbcf-guarantee {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 11px;
    padding: 19px 14px;
  }
  .sbcf-guarantee__seal { width: 62px; height: 62px; }
  .sbcf-guarantee__seal span { font-size: 25px; }
  .sbcf-guarantee h1,
.sbcf-guarantee .sbcf-inline-guarantee-title { font-size: 27px; }
  .sbcf-guarantee p { font-size: 13px; }
}

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

/* High-specificity contrast locks for dark standalone sections. */
.sbcf-post-funnel .sbcf-discover h2,
.sbcf-post-funnel .sbcf-order-summary h2,
.sbcf-post-funnel .sbcf-after-payment h3 { color: #fff; }

/* PayPal Expanded Checkout v1.3.1. These rules are intentionally appended so
   the approved v1.2.0 guarantee-card breakpoints remain unchanged. */
.sbcf-post-funnel [hidden] { display: none !important; }

.sbcf-expanded-checkout { position: relative; }
.sbcf-expanded-checkout.is-processing,
.sbcf-payment-card.is-processing { cursor: progress; }
.sbcf-payment-card.is-processing .sbcf-wallet-buttons,
.sbcf-payment-card.is-processing .sbcf-card-section { opacity: .68; pointer-events: none; }
.sbcf-payment-card.is-processing .sbcf-money-input { background: #f7f3f9; }
.sbcf-payment-card.is-processing .sbcf-money-input input { cursor: progress; }

.sbcf-checkout-loading {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 14px;
  padding: 13px 16px;
  border: 1px dashed #d8cfe2;
  border-radius: 14px;
  background: #fbf8fd;
  color: #6e5d7d;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}
.sbcf-checkout-loading::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 8px;
  display: inline-block;
  border: 2px solid rgba(113, 87, 129, .22);
  border-top-color: #805398;
  border-radius: 50%;
  vertical-align: -3px;
  animation: sbcf-spin .8s linear infinite;
}
@keyframes sbcf-spin { to { transform: rotate(360deg); } }

.sbcf-paylater-message {
  min-height: 24px;
  margin: -8px 0 16px;
  padding: 10px 12px;
  border: 1px solid #e5ddeb;
  border-radius: 12px;
  background: #fbf9fd;
  overflow: hidden;
}
.sbcf-paylater-message iframe { max-width: 100% !important; }

.sbcf-wallet-buttons { display: grid; gap: 10px; }
.sbcf-wallet-button-slot {
  position: relative;
  min-height: 48px;
  border-radius: 12px;
  overflow: hidden;
}
.sbcf-wallet-button-slot > div,
.sbcf-wallet-button-slot iframe { max-width: 100% !important; }

.sbcf-payment-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 20px;
  color: #81728e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
}
.sbcf-payment-divider::before,
.sbcf-payment-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #e3dbe9;
}
.sbcf-payment-divider span { flex: 0 0 auto; padding: 0 12px; }

.sbcf-card-section {
  padding: 21px;
  border: 1px solid #dfd6e7;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #fcf8ff);
  box-shadow: 0 14px 34px rgba(61, 49, 88, .07);
}
.sbcf-card-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 17px;
}
.sbcf-card-section__head span {
  color: var(--sbcf-ink-deep);
  font-size: 14px;
  font-weight: 900;
}
.sbcf-card-section__head small {
  max-width: 150px;
  color: #81728e;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}
.sbcf-card-field { min-width: 0; margin-bottom: 14px; }
.sbcf-card-field label {
  display: block;
  margin-bottom: 7px;
  color: #342445;
  font-size: 11px;
  font-weight: 900;
}
.sbcf-card-field__frame {
  width: 100%;
  min-height: 54px;
  padding: 0 13px;
  border: 2px solid #ddd4e6;
  border-radius: 13px;
  background: #fff;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.sbcf-card-field__frame:focus-within {
  border-color: #9b67c0;
  box-shadow: 0 0 0 4px rgba(155, 103, 192, .12);
}
.sbcf-card-field__frame.is-valid { border-color: #47aa91; background: #fbfffd; }
.sbcf-card-field__frame.is-invalid { border-color: #c84965; background: #fffafb; }
.sbcf-card-field__frame iframe { width: 100% !important; min-height: 50px !important; }
.sbcf-card-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .78fr); gap: 13px; }
.sbcf-card-grid .sbcf-card-field { margin-bottom: 0; }

.sbcf-card-submit {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 19px;
  padding: 13px 18px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #4d356d 0%, #7b4e91 55%, #a14e8d 100%);
  color: #fff;
  box-shadow: 0 13px 30px rgba(73, 43, 92, .22);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.sbcf-card-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(73, 43, 92, .28); }
.sbcf-card-submit:disabled { cursor: not-allowed; opacity: .45; box-shadow: none; }

.sbcf-checkout-status {
  margin-top: 15px;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
}
.sbcf-checkout-status.is-info { border-color: #dcd1e6; background: #f7f1fb; color: #624b76; }
.sbcf-checkout-status.is-error { border-color: #efc4cf; background: #fff1f4; color: #952f49; }
.sbcf-checkout-status.is-success { border-color: #bfe2d7; background: #effbf7; color: #246f5b; }

.sbcf-checkout-empty { text-align: center; }
.sbcf-checkout-empty__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 20px;
  background: #f2e7fa;
  color: #805398;
  font-size: 30px;
}
.sbcf-checkout-empty h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
}
.sbcf-checkout-empty p { margin-bottom: 0; color: var(--sbcf-muted); font-size: 13px; }
.sbcf-checkout-empty a { color: #8a3f7b; font-weight: 850; }

.sbcf-runtime-fallback {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #e4cf9d;
  border-radius: 15px;
  background: #fffaf0;
  color: #5b4931;
}
.sbcf-runtime-fallback > p {
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}
.sbcf-runtime-fallback > p strong { color: #35253f; font-size: 13px; }
.sbcf-runtime-fallback form { margin: 0; }
.sbcf-runtime-fallback .sbcf-paypal-button { min-height: 58px; }

@media (max-width: 480px) {
  .sbcf-card-section { padding: 17px 15px; }
  .sbcf-card-section__head { display: block; }
  .sbcf-card-section__head small { display: block; max-width: none; margin-top: 3px; text-align: left; }
  .sbcf-card-field__frame { min-height: 52px; }
  .sbcf-card-submit { min-height: 56px; padding-inline: 12px; }
}

@media (max-width: 350px) {
  .sbcf-card-grid { grid-template-columns: 1fr; gap: 0; }
  .sbcf-card-grid .sbcf-card-field { margin-bottom: 14px; }
  .sbcf-card-grid .sbcf-card-field:last-child { margin-bottom: 0; }
  .sbcf-payment-divider span { padding-inline: 8px; font-size: 9px; }
}


/* Inline placement, conversion chrome, and theme-isolation overrides. */
.sbcf-post-funnel > .sbcf-post-sales,
.sbcf-post-funnel > .sbcf-post-purchase {
  width: 100%;
  max-width: none;
  margin: 0;
}
.sbcf-post-funnel .sbcf-post-sales { position: relative; z-index: 2; background: #fff; }
.sbcf-post-funnel .sbcf-post-purchase {
  position: relative;
  z-index: 2;
  isolation: isolate;
  scroll-margin-top: 72px;
}
.sbcf-post-funnel .sbcf-post-purchase .sbcf-purchase-main {
  padding-top: 72px;
  padding-bottom: 148px;
}
.sbcf-post-funnel .sbcf-post-purchase .sbcf-purchase-main::before {
  content: "Complete your purchase below";
  display: block;
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto 22px;
  color: #e8dcf3;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}
.sbcf-post-funnel .sbcf-inline-hero-title,
.sbcf-post-funnel .sbcf-inline-guarantee-title { display: block; }
.sbcf-post-funnel .sbcf-inline-guarantee-title { color: var(--sbcf-ink-deep); }
.sbcf-post-funnel .sbcf-post-purchase .sbcf-night-sky { position: absolute; }
.sbcf-post-funnel .sbcf-final-cta { margin-bottom: 0; }
.sbcf-post-funnel [data-sbcf-scroll-checkout] { cursor: pointer; }
.sbcf-post-funnel.sbcf-checkout-load-failed .sbcf-checkout-loading { display: none; }
.sbcf-post-funnel .sbcf-guarantee a,
.sbcf-post-funnel .sbcf-checkout-empty a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* The module is moved outside the article by JavaScript. These safeguards
   keep it truly viewport-wide even inside themes with a left TOC rail or a
   transformed/constrained main wrapper. The loader applies the exact left
   correction after measuring the real browser viewport. */
.sbcf-post-funnel,
.entry-content > .sbcf-post-funnel,
.post-content > .sbcf-post-funnel,
.wp-block-post-content > .sbcf-post-funnel,
article .sbcf-post-funnel {
  max-width: none !important;
}
.sbcf-post-funnel--mounted { clear: both; }

/* The embedded module intentionally contains no header/footer shell. */
.sbcf-post-funnel .sbcf-site-head,
.sbcf-post-funnel .sbcf-purchase-head,
.sbcf-post-funnel .sbcf-footer,
.sbcf-post-funnel .sbcf-purchase-footer,
.sbcf-post-funnel > footer { display: none !important; }








/* Footer-world bottom CTA. It remains one compact, measured handoff rather
   than a second page footer. */













@media (max-width: 782px) {
  
}

@media (max-width: 760px) {
  .sbcf-post-funnel .sbcf-post-purchase .sbcf-purchase-main {
    padding-top: 48px;
    padding-bottom: 136px;
  }
  .sbcf-post-funnel .sbcf-post-purchase .sbcf-purchase-main::before {
    width: min(100% - 28px, 640px);
    margin-bottom: 17px;
    font-size: 9px;
  }
  
  
  
  
  
  
}

@media (max-width: 480px) {
  .sbcf-post-funnel { min-width: 0; }
  .sbcf-post-funnel .sbcf-post-purchase .sbcf-purchase-main::before {
    width: calc(100% - 22px);
  }
  
  
  .sbcf-post-funnel .sbcf-price-field > small,
  .sbcf-post-funnel .sbcf-payment-method small,
  .sbcf-post-funnel .sbcf-secure-note,
  .sbcf-post-funnel .sbcf-after-payment p {
    font-size: 11px;
    line-height: 1.5;
  }
}

@media (max-width: 360px) {
  
  
  
  
}

@media (prefers-reduced-motion: reduce) {
  
  
  
  
}

@media print {
  
}

/* v2.2 conversion-world refinements. */
.sbcf-post-funnel--mounted {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  justify-self: stretch !important;
  align-self: start !important;
  min-width: 0 !important;
}

.sbcf-world-gate {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 14% 20%, rgba(69, 212, 196, .27), transparent 25%),
    radial-gradient(circle at 87% 75%, rgba(241, 111, 189, .27), transparent 27%),
    linear-gradient(110deg, #241a3c 0%, #513264 50%, #7c3d78 100%);
  color: #fff;
}
.sbcf-world-gate::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image: radial-gradient(circle, rgba(255,255,255,.78) 1px, transparent 1.35px);
  background-size: 31px 31px;
  pointer-events: none;
}
.sbcf-world-gate__inner {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  min-height: 112px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 19px;
  margin-inline: auto;
  padding-block: 21px;
}
.sbcf-world-gate__moon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: rgba(255,255,255,.11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 12px 30px rgba(16,9,29,.2);
  color: #aafff4;
  font-size: 31px;
  line-height: 1;
}
.sbcf-world-gate__copy,
.sbcf-world-gate__copy small,
.sbcf-world-gate__copy strong,
.sbcf-world-gate__copy em { display: block; }
.sbcf-world-gate__copy small {
  margin-bottom: 4px;
  color: #ffc9e8;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.sbcf-world-gate__copy strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.08;
}
.sbcf-world-gate__copy em {
  margin-top: 5px;
  color: #ded2e8;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}
.sbcf-world-gate__arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 22px;
}







@media (max-width: 760px) {
  .sbcf-world-gate__inner {
    width: min(100% - 28px, 640px);
    min-height: 104px;
    grid-template-columns: 50px minmax(0, 1fr) 34px;
    gap: 14px;
    padding-block: 17px;
  }
  .sbcf-world-gate__moon { width: 50px; height: 50px; border-radius: 17px; font-size: 27px; }
  .sbcf-world-gate__copy strong { font-size: clamp(22px, 6.4vw, 29px); }
  .sbcf-world-gate__copy em { font-size: 11px; }
  .sbcf-world-gate__arrow { width: 34px; height: 34px; font-size: 18px; }
}

@media (max-width: 480px) {
  .sbcf-post-funnel .sbcf-shell,
  .sbcf-post-funnel .sbcf-purchase-shell { width: calc(100% - 28px); }
  .sbcf-post-funnel .sbcf-hero h1,
  .sbcf-post-funnel .sbcf-hero .sbcf-inline-hero-title {
    font-size: clamp(38px, 11.2vw, 48px);
    letter-spacing: -.04em;
  }
  .sbcf-post-funnel .sbcf-hero__note {
    right: auto;
    left: 50%;
    width: min(310px, 90%);
    transform: translateX(-50%);
  }
  .sbcf-post-funnel .sbcf-bonus-card {
    grid-template-columns: minmax(116px, 38%) minmax(0, 1fr);
  }
  .sbcf-post-funnel .sbcf-bonus-card__copy { padding: 18px; }
  .sbcf-world-gate__inner {
    width: calc(100% - 28px);
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }
  .sbcf-world-gate__moon { width: 44px; height: 44px; border-radius: 15px; font-size: 24px; }
  .sbcf-world-gate__copy small { font-size: 8px; letter-spacing: .13em; }
  .sbcf-world-gate__copy strong { font-size: clamp(21px, 6vw, 26px); }
  .sbcf-world-gate__copy em { margin-top: 4px; font-size: 10px; line-height: 1.38; }
  .sbcf-world-gate__arrow { display: none; }
}

@media (max-width: 360px) {
  .sbcf-world-gate__inner { width: calc(100% - 22px); }
  .sbcf-world-gate__copy em { display: none; }
  .sbcf-post-funnel .sbcf-bonus-card { grid-template-columns: 108px minmax(0, 1fr); }
}

/* v2.3.0 — one calm article-to-method handoff, readable conversion chrome,
 * and deferred below-fold rendering. This block is intentionally last so older
 * funnel styles cannot reintroduce the duplicated ribbon or flatten contrast. */
.sbcf-post-funnel[data-sbcf-ready="0"] { display: block !important; content-visibility: auto; contain-intrinsic-size: auto 7200px; }
.sbcf-post-funnel[data-sbcf-ready="1"] { display: block !important; }


.sbcf-post-funnel .sbcf-story-section,
.sbcf-post-funnel .sbcf-tips,
.sbcf-post-funnel .sbcf-discover,
.sbcf-post-funnel .sbcf-bonuses,
.sbcf-post-funnel .sbcf-testimonials,
.sbcf-post-funnel .sbcf-final-cta,
.sbcf-post-funnel .sbcf-guarantee,
.sbcf-post-funnel .sbcf-order-summary,
.sbcf-post-funnel .sbcf-after-payment,
.sbcf-post-funnel .sbcf-post-purchase {
  content-visibility: auto;
}
.sbcf-post-funnel .sbcf-story-section { contain-intrinsic-size: auto 720px; }
.sbcf-post-funnel .sbcf-tips { contain-intrinsic-size: auto 1350px; }
.sbcf-post-funnel .sbcf-discover { contain-intrinsic-size: auto 760px; }
.sbcf-post-funnel .sbcf-bonuses { contain-intrinsic-size: auto 1450px; }
.sbcf-post-funnel .sbcf-testimonials { contain-intrinsic-size: auto 900px; }
.sbcf-post-funnel .sbcf-final-cta { contain-intrinsic-size: auto 720px; }
.sbcf-post-funnel .sbcf-guarantee { contain-intrinsic-size: auto 620px; }
.sbcf-post-funnel .sbcf-order-summary { contain-intrinsic-size: auto 1060px; }
.sbcf-post-funnel .sbcf-after-payment { contain-intrinsic-size: auto 560px; }
.sbcf-post-funnel .sbcf-post-purchase { contain-intrinsic-size: auto 1500px; }

/* Static handoff: this replaces the duplicated fixed sentence and the old
 * “Article complete / You’re inside” stack with one clear conversion moment. */
.sbcf-world-gate {
  scroll-margin-top: 96px;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(35, 22, 51, .22);
  background:
    radial-gradient(circle at 9% 23%, rgba(90, 229, 210, .22), transparent 26%),
    radial-gradient(circle at 91% 75%, rgba(242, 137, 198, .2), transparent 28%),
    linear-gradient(112deg, #241a39 0%, #4b305d 53%, #704067 100%);
  color: #fffdf8;
}
.sbcf-world-gate::before {
  opacity: .16;
  background-image: radial-gradient(circle, rgba(255,255,255,.54) 1px, transparent 1.3px);
  background-size: 34px 34px;
}
.sbcf-world-gate__inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 164px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 22px;
  margin-inline: auto;
  padding-block: 29px;
}
.sbcf-world-gate__moon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 17px 38px rgba(18,10,29,.2);
  color: #b9fff4;
  font-size: 31px;
  line-height: 1;
}
.sbcf-world-gate__copy,
.sbcf-world-gate__copy small,
.sbcf-world-gate__copy strong,
.sbcf-world-gate__copy em { display: block; }
.sbcf-world-gate__copy small {
  margin-bottom: 6px;
  color: #f3bfdc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.sbcf-world-gate__copy strong {
  max-width: 840px;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.65vw, 39px);
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1.06;
}
.sbcf-world-gate__copy em {
  max-width: 860px;
  margin-top: 9px;
  color: #e9deef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}
.sbcf-world-gate__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}
.sbcf-world-gate__trust b {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  color: #fff2d6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .035em;
  line-height: 1.18;
  text-align: center;
}
.sbcf-world-gate__arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.11);
  color: #fff1d3;
  font-size: 22px;
}










/* Warm, legible supporting copy on the dark lower method sections. */
.sbcf-post-funnel .sbcf-discover p,
.sbcf-post-funnel .sbcf-discover li,
.sbcf-post-funnel .sbcf-order-summary p,
.sbcf-post-funnel .sbcf-order-summary li,
.sbcf-post-funnel .sbcf-after-payment p,
.sbcf-post-funnel .sbcf-post-purchase .sbcf-secure-note,
.sbcf-post-funnel .sbcf-post-purchase .sbcf-payment-method small,
.sbcf-post-funnel .sbcf-post-purchase .sbcf-price-field > small {
  color: #eadff0;
}
.sbcf-post-funnel .sbcf-post-purchase .sbcf-purchase-main::before { color: #f1e3cb; }

/* Keep the first method fold emotionally clear without making it unnecessarily
 * tall on phones. */
.sbcf-post-funnel .sbcf-hero__grid { min-height: 610px; padding-block: 68px 76px; }
.sbcf-post-funnel .sbcf-hero__sub { max-width: 650px; color: #6d5872; }
.sbcf-post-funnel .sbcf-kacey { border-left-color: #78d9cf; background: rgba(255,255,255,.88); }

@media (max-width: 760px) {
  .sbcf-world-gate { scroll-margin-top: 78px; }
  .sbcf-world-gate__inner {
    width: calc(100% - 28px);
    min-height: 0;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding-block: 23px;
  }
  .sbcf-world-gate__moon { width: 48px; height: 48px; border-radius: 17px; font-size: 26px; }
  .sbcf-world-gate__arrow { display: none; }
  .sbcf-world-gate__copy small { font-size: 8px; letter-spacing: .13em; }
  .sbcf-world-gate__copy strong { font-size: clamp(24px, 6.7vw, 31px); }
  .sbcf-world-gate__copy em { font-size: 11px; line-height: 1.48; }
  .sbcf-world-gate__trust { gap: 6px; margin-top: 11px; }
  .sbcf-world-gate__trust b { min-height: 28px; padding: 5px 8px; font-size: 8px; }
  
  
  
  
  .sbcf-post-funnel .sbcf-hero__grid { min-height: 0; padding-block: 54px 66px; }
}

@media (max-width: 480px) {
  .sbcf-world-gate__inner {
    width: calc(100% - 24px);
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding-block: 21px;
  }
  .sbcf-world-gate__moon { width: 42px; height: 42px; border-radius: 15px; font-size: 23px; }
  .sbcf-world-gate__copy strong { font-size: clamp(23px, 6.55vw, 28px); }
  .sbcf-world-gate__copy em { font-size: 10px; }
  .sbcf-world-gate__trust b { flex: 1 1 calc(50% - 4px); }
  
  
}

@media (max-width: 350px) {
  .sbcf-world-gate__inner { grid-template-columns: 38px minmax(0, 1fr); gap: 9px; }
  .sbcf-world-gate__moon { width: 38px; height: 38px; font-size: 21px; }
  .sbcf-world-gate__trust { display: grid; grid-template-columns: 1fr; }
  
  
}

@media (prefers-reduced-motion: reduce) {
  
}
