/* Scoped from the approved article-footer concept. */
.sbgf {
  --paper: #fffdf8;
  --cream: #fffaf1;
  --ink: #29242b;
  --plum: #432943;
  --plum-2: #5d3d61;
  --plum-deep: #211629;
  --violet: #705887;
  --lilac: #e8dcf4;
  --blush: #f7dce5;
  --peach: #ffe6c7;
  --mint: #dcece4;
  --sky: #dbe9f5;
  --gold: #f2cf84;
  --line: #d9cdd7;
  --shadow: 0 20px 55px rgba(61, 40, 62, .12);
}

.sbgf, .sbgf * { box-sizing: border-box; }
.sbgf { scroll-behavior: smooth; }
.sbgf {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 1.65;
}
.sbgf img { display: block; max-width: 100%; }
.sbgf a { color: inherit; }
.sbgf button, .sbgf input, .sbgf select { font: inherit; }
.sbgf button, .sbgf summary, .sbgf a, .sbgf input, .sbgf select { outline-offset: 4px; }
.sbgf button:focus-visible, .sbgf summary:focus-visible, .sbgf a:focus-visible, .sbgf input:focus-visible, .sbgf select:focus-visible { outline: 3px solid #6d4b73; }
.sbgf .wide-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sbgf .narrow-shell { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.sbgf .section-pad { padding-block: clamp(88px, 10vw, 132px); }
.sbgf .sales-chapter h2, .sbgf .sales-chapter h3, .sbgf .sales-chapter p { text-wrap: pretty; }
.sbgf .sales-chapter h2 {
  margin: 0 0 24px;
  color: var(--plum);
  font-size: clamp(2.55rem, 5.2vw, 5rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
}
.sbgf .sales-chapter h3 { margin: 0 0 10px; color: var(--plum); font-size: clamp(1.5rem, 2.4vw, 2.05rem); line-height: 1.05; }
.sbgf .eyebrow, .sbgf .article-kicker {
  margin: 0 0 14px;
  color: #795d7e;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.25;
  text-transform: uppercase;
}
.sbgf .eyebrow-light { color: var(--gold); }
.sbgf .section-heading { max-width: 820px; margin-bottom: 54px; }
.sbgf .section-heading.centered { text-align: center; }
.sbgf .section-heading > p:last-child { max-width: 620px; margin: 0 auto; color: #605761; font-size: 1.05rem; }
.sbgf .primary-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .8rem 1.25rem;
  border: 1px solid #503254;
  border-radius: 999px;
  background: var(--plum);
  color: white;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(47, 25, 54, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sbgf .primary-button:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(47, 25, 54, .24); }
.sbgf .primary-button:active { transform: translateY(0); }
.sbgf .light-button { border-color: rgba(255,255,255,.55); background: var(--cream); color: #34203c; }
.sbgf .primary-button > span { background: transparent; color: inherit; }
.sbgf .primary-button > svg { flex: 0 0 auto; color: inherit; stroke: currentColor; }

.sbgf .preview-ribbon {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: .55rem 1rem;
  background: #211629;
  color: #fffaf1;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .69rem;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 0 3px 16px rgba(20, 12, 28, .25);
}
.sbgf .preview-ribbon span + span { color: var(--gold); }

.sbgf .article-tail {
  position: relative;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0 116px;
  text-align: center;
}
.sbgf .article-tail-rule { display: block; width: 82px; height: 1px; margin: 0 auto 34px; background: var(--line); }
.sbgf .article-tail h2 {
  max-width: 670px;
  margin: 0 auto 28px;
  color: var(--plum);
  font-size: clamp(2.45rem, 7vw, 4.75rem);
  line-height: .96;
  letter-spacing: -.048em;
}
.sbgf .article-transition-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .55rem;
  color: var(--plum);
  font-size: .94rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.sbgf .sales-hero {
  position: relative;
  min-height: min(860px, 90vh);
  overflow: hidden;
  color: white;
  isolation: isolate;
}
.sbgf .sales-hero-image, .sbgf .sales-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.sbgf .sales-hero-image { z-index: -2; object-fit: cover; object-position: 62% center; }
.sbgf .sales-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(17,18,37,.97) 0%, rgba(34,23,47,.84) 38%, rgba(33,22,41,.30) 70%, rgba(33,22,41,.14) 100%); }
.sbgf .sales-hero-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(104px, 14vw, 176px) 0 78px; }
.sbgf .sales-hero-content > * { max-width: 670px; }
.sbgf .sales-hero h2 { max-width: 760px; color: white; font-size: clamp(3.5rem, 8.2vw, 7.75rem); line-height: .84; letter-spacing: -.065em; text-shadow: 0 4px 26px rgba(7,8,20,.25); }
.sbgf .sales-hero h2 em { display: block; color: #f1d8e7; font-weight: 400; }
.sbgf .sales-hero-lead { margin: 0 0 30px; color: #faf2f6; font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.52; }
.sbgf .hero-actions { display: flex; align-items: center; gap: 20px; }
.sbgf .text-link-light { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; color: #fffaf1; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.sbgf .trust-row { display: flex; flex-wrap: wrap; gap: .7rem 1.1rem; margin: 36px 0 0; padding: 0; color: #f8eef8; font-size: .86rem; list-style: none; }
.sbgf .trust-row li { display: inline-flex; align-items: center; gap: .38rem; }

.sbgf .sales-index {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 74px;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: -37px;
  padding: 16px 18px;
  border: 1px solid #d7c5d5;
  border-radius: 22px;
  background: rgba(255,253,248,.96);
  box-shadow: 0 18px 46px rgba(39,25,43,.15);
  backdrop-filter: blur(14px);
}
.sbgf .sales-index > span { margin: 0 8px 0 2px; color: #765f78; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sbgf .sales-index a { display: inline-flex; min-height: 38px; align-items: center; padding: 0 13px; border: 1px solid #ded0dd; border-radius: 999px; background: #fff; color: var(--plum); font-size: .78rem; font-weight: 700; line-height: 1.1; text-decoration: none; }
.sbgf .sales-index a:last-child { border-color: var(--plum); background: var(--plum); color: #fff; }
.sbgf .sales-index a:hover { border-color: #9c80a0; background: #f5edf7; }
.sbgf .sales-index a:last-child:hover { background: #5c3b5d; }

.sbgf .night-letter { background: radial-gradient(circle at 15% 24%, #4c3b6b 0, #2b234a 25%, #15162b 74%); color: #fffaf1; }
.sbgf .night-letter-grid { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.18fr); align-items: center; gap: clamp(36px, 8vw, 104px); }
.sbgf .time-lockup { display: flex; align-items: baseline; color: #f7e8e9; text-shadow: 0 18px 50px rgba(0,0,0,.25); }
.sbgf .time-lockup span { font-size: clamp(6.5rem, 14vw, 11rem); font-weight: 700; letter-spacing: -.09em; line-height: .72; }
.sbgf .time-lockup small { margin-left: 12px; color: var(--gold); font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; }
.sbgf .letter-card { padding: clamp(30px, 5vw, 58px); border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: rgba(255,253,248,.96); color: var(--ink); box-shadow: 0 28px 70px rgba(4,4,17,.3); }
.sbgf .letter-card h2 { font-size: clamp(2.65rem, 5.3vw, 5.2rem); }
.sbgf .letter-card > p:not(.eyebrow) { color: #514b53; font-size: 1.1rem; }
.sbgf .kacey-note { margin-top: 32px; padding: 24px 26px; border-left: 4px solid #ce8297; border-radius: 0 18px 18px 0; background: linear-gradient(135deg, #fffaf1, #fae8ef); }
.sbgf .kacey-note > strong { color: var(--plum); font-size: 1.25rem; }
.sbgf .kacey-note p { margin: 10px 0 0; }

.sbgf .story { background: linear-gradient(180deg, #fffdf8, #fffaf1); }
.sbgf .story-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(42px, 8vw, 104px); }
.sbgf .story-portrait { position: relative; margin: 0; padding: 26px; transform: rotate(-1.5deg); border: 1px solid #e0cedd; border-radius: 28px 28px 92px 28px; background: linear-gradient(145deg, #f8e9ed, #eadcf4); box-shadow: var(--shadow); }
.sbgf .story-monogram { display: grid; min-height: 400px; grid-template-columns: 1fr auto 1fr; place-items: center; border-radius: 18px 18px 70px 18px; background: radial-gradient(circle at 50% 40%, #ffe6c7 0 17%, #e8dcf4 18% 48%, #705887 49% 50%, #432943 51% 100%); color: #fffaf1; }
.sbgf .story-monogram span { font-size: clamp(4rem, 8vw, 7rem); font-style: italic; }
.sbgf .story-monogram i { color: var(--gold); font-size: 2rem; }
.sbgf .story-portrait figcaption { display: flex; flex-direction: column; padding: 18px 4px 2px; color: var(--plum); }
.sbgf .story-portrait figcaption span { color: #756b76; font-size: .85rem; }
.sbgf .story-copy > p { color: #514a52; }
.sbgf .story-copy blockquote { margin: 28px 0; padding: 24px 0 24px 28px; border-left: 4px solid #ce8297; color: var(--plum); font-size: clamp(1.3rem, 2.5vw, 1.75rem); font-style: italic; line-height: 1.4; }
.sbgf .story-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 74px; }
.sbgf .story-steps article { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.76); }
.sbgf .story-steps article > span, .sbgf .card-number, .sbgf .bonus-number { color: #795d7e; font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.sbgf .story-steps h3 { margin-top: 18px; font-size: 1.45rem; }
.sbgf .story-steps p { margin: 0; color: #605861; font-size: .94rem; }

.sbgf .tips { background: linear-gradient(180deg, #fbf3ed, #fffdf8); }
.sbgf .tip-stack { display: grid; gap: 22px; }
.sbgf .tip-card { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.45fr); align-items: center; gap: clamp(28px, 6vw, 82px); overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: 0 18px 50px rgba(72,48,73,.08); }
.sbgf .tip-card > div:last-child { padding: 34px 54px 34px 0; }
.sbgf .tip-illustration { position: relative; display: grid; min-height: 250px; place-items: center; color: var(--plum); }
.sbgf .tip-illustration::before, .sbgf .tip-illustration::after { content: ''; position: absolute; border-radius: 50%; }
.sbgf .tip-illustration::before { width: 150px; height: 150px; border: 1px solid rgba(67,41,67,.20); }
.sbgf .tip-illustration::after { width: 205px; height: 205px; border: 1px dashed rgba(67,41,67,.16); }
.sbgf .tip-illustration svg { position: relative; z-index: 1; }
.sbgf .tip-illustration span { position: absolute; right: 22px; bottom: 12px; color: rgba(67,41,67,.24); font-size: 4.4rem; font-weight: 700; line-height: 1; }
.sbgf .tone-blush .tip-illustration { background: linear-gradient(135deg, #fff8f4, #f7dce5); }
.sbgf .tone-lilac .tip-illustration { background: linear-gradient(135deg, #fbf6ff, #e8dcf4); }
.sbgf .tone-mint .tip-illustration { background: linear-gradient(135deg, #f2fbf7, #dcece4); }
.sbgf .tip-card p { margin: 0; color: #595159; }

.sbgf .discover { background: linear-gradient(135deg, #17152b, #332044 54%, #244c45); color: #fffaf1; }
.sbgf .discover-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); align-items: center; gap: clamp(42px, 7vw, 92px); }
.sbgf .discover h2 { color: #fffaf1; }
.sbgf .check-list { display: grid; gap: 16px; margin: 32px 0 36px; padding: 0; list-style: none; }
.sbgf .check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 9px; color: #f8edf5; }
.sbgf .check-list svg { margin-top: 5px; color: var(--gold); }
.sbgf .discover-art { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; background: #fffaf1; box-shadow: 0 30px 80px rgba(8,7,23,.35); }
.sbgf .discover-art img { width: 100%; aspect-ratio: 1.18; object-fit: cover; object-position: center; }
.sbgf .discover-art figcaption { padding: 18px 22px; color: var(--plum); font-size: .9rem; font-style: italic; text-align: center; }

.sbgf .offer { background: linear-gradient(180deg, #fffaf1, #fffdf8); }
.sbgf .offer-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); align-items: center; gap: clamp(40px, 7vw, 84px); }
.sbgf .product-stage { margin: 0; overflow: hidden; border: 1px solid #e2d3dc; border-radius: 32px; background: #f2e7dc; box-shadow: var(--shadow); }
.sbgf .product-stage img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.sbgf .product-stage figcaption { padding: 15px 22px; color: #6d626c; font-size: .86rem; text-align: center; }
.sbgf .price-card { padding: clamp(30px, 5vw, 52px); border: 1px solid #d8c6d4; border-radius: 30px; background: linear-gradient(145deg, #fff, #f4eaf8); box-shadow: var(--shadow); }
.sbgf .price-card h2 { font-size: clamp(2.5rem, 4.5vw, 4.4rem); }
.sbgf .price-card > p:not(.eyebrow):not(.checkout-note) { color: #5e555f; }
.sbgf .access-highlight { display: flex; flex-direction: column; margin: 26px 0; padding: 18px 20px; border-left: 4px solid #705887; border-radius: 0 15px 15px 0; background: #eee4f5; }
.sbgf .access-highlight strong { color: var(--plum); }
.sbgf .access-highlight span { color: #655b66; font-size: .86rem; }
.sbgf .price-card ul { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.sbgf .price-card li { display: flex; align-items: flex-start; gap: 9px; }
.sbgf .price-card li svg { margin-top: 5px; color: var(--violet); flex: none; }
.sbgf .checkout-note { display: flex; align-items: center; gap: 7px; margin: 18px 0 0; color: #665d66; font-size: .82rem; }

.sbgf .bonuses { background: linear-gradient(180deg, #fbf6ff, #fffaf1); }
.sbgf .bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sbgf .bonus-card { position: relative; min-height: 340px; padding: 32px; overflow: hidden; border: 1px solid #d8c7dc; border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: 0 18px 45px rgba(65,40,68,.08); }
.sbgf .bonus-card:nth-child(2) { transform: translateY(24px); background: linear-gradient(150deg, #fff, #f8e8ed); }
.sbgf .bonus-card:nth-child(3) { background: linear-gradient(150deg, #fff, #eaf4ef); }
.sbgf .bonus-icon { display: grid; width: 82px; height: 82px; margin: 30px 0 26px; place-items: center; border-radius: 50% 50% 50% 20%; background: var(--lilac); color: var(--plum); }
.sbgf .bonus-card:nth-child(2) .bonus-icon { background: var(--blush); }
.sbgf .bonus-card:nth-child(3) .bonus-icon { background: var(--mint); }
.sbgf .bonus-card p { margin: 0; color: #5f5660; }
.sbgf .bonus-rail { height: clamp(220px, 32vw, 410px); margin-top: 82px; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.sbgf .bonus-rail img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.sbgf .testimonials { background: var(--paper); }
.sbgf .illustration-note { max-width: 680px; margin: -30px 0 30px; color: #746a74; font-size: .78rem; }
.sbgf .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sbgf .testimonial { position: relative; display: flex; min-height: 460px; flex-direction: column; margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(155deg, #fffdf8, #f8eef8); }
.sbgf .testimonial:nth-child(2) { background: linear-gradient(155deg, #fffdf8, #fae8ed); }
.sbgf .testimonial:nth-child(3) { background: linear-gradient(155deg, #fffdf8, #eaf4ef); }
.sbgf .testimonial-art { display: grid; width: 118px; height: 118px; place-items: center; overflow: hidden; border: 1px solid rgba(103,73,105,.20); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.98) 0 58%, rgba(232,220,244,.66) 59% 100%); box-shadow: 0 12px 28px rgba(73,48,76,.13); }
.sbgf .testimonial-art img { width: 108px; height: 108px; object-fit: contain; }
.sbgf .testimonial blockquote { margin: 26px 0 30px; color: #403840; font-size: 1.04rem; font-style: italic; line-height: 1.55; }
.sbgf .testimonial blockquote p { margin: 0 0 16px; }
.sbgf .testimonial figcaption { display: flex; flex-direction: column; margin-top: auto; color: var(--plum); }
.sbgf .testimonial figcaption span { color: #746a74; font-size: .84rem; }
.sbgf .results-note { margin: 26px 0 0; color: #6f6570; font-size: .82rem; text-align: center; }

.sbgf .guarantee { background: linear-gradient(135deg, #1b1830, #432943 58%, #2f5a51); color: #fffaf1; }
.sbgf .guarantee-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(44px, 8vw, 112px); }
.sbgf .guarantee-art { position: relative; display: flex; width: min(370px, 80vw); aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; margin: auto; border: 1px solid rgba(255,255,255,.3); border-radius: 48% 52% 54% 46%; background: radial-gradient(circle, rgba(255,230,199,.24), rgba(232,220,244,.12) 50%, transparent 51%); color: #fffaf1; }
.sbgf .guarantee-art > strong { font-size: clamp(6rem, 12vw, 9rem); letter-spacing: -.08em; line-height: .65; }
.sbgf .guarantee-art > span:not(.orbit) { color: var(--gold); font-size: 1.35rem; letter-spacing: .16em; text-transform: uppercase; }
.sbgf .guarantee-art small { color: #eee4ef; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.sbgf .orbit { position: absolute; border: 1px solid rgba(242,207,132,.36); border-radius: 50%; }
.sbgf .orbit-one { inset: 8%; transform: rotate(18deg); }
.sbgf .orbit-two { inset: 18%; transform: rotate(-24deg); }
.sbgf .guarantee h2 { color: #fffaf1; }
.sbgf .guarantee-copy > p:not(.eyebrow) { max-width: 690px; color: #f5ecf3; }
.sbgf .guarantee-copy .primary-button { margin-top: 18px; }

.sbgf .faq { background: linear-gradient(180deg, #fffdf8, #fbf3ed); }
.sbgf .faq-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: start; gap: clamp(44px, 8vw, 112px); }
.sbgf .faq-heading { position: sticky; top: 88px; }
.sbgf .faq-heading > p:last-child { color: #645b64; }
.sbgf .faq-list { border-top: 1px solid var(--line); }
.sbgf .faq-list details { border-bottom: 1px solid var(--line); }
.sbgf .faq-list summary { display: flex; min-height: 72px; cursor: pointer; align-items: center; justify-content: space-between; gap: 20px; color: var(--plum); font-size: 1.16rem; font-weight: 700; list-style: none; }
.sbgf .faq-list summary::-webkit-details-marker, .sbgf .purchase-drawer > summary::-webkit-details-marker, .sbgf .order-details summary::-webkit-details-marker, .sbgf .more-methods > summary::-webkit-details-marker { display: none; }
.sbgf .faq-list summary svg, .sbgf .order-details summary svg, .sbgf .more-methods summary svg { flex: none; transition: transform .2s ease; }
.sbgf .faq-list details[open] summary svg, .sbgf .order-details details[open] summary svg, .sbgf .more-methods[open] summary svg { transform: rotate(180deg); }
.sbgf .faq-list details p { margin: 0 0 26px; color: #5f565f; }

.sbgf .final-section { position: relative; min-height: 690px; overflow: hidden; color: #fffaf1; isolation: isolate; }
.sbgf .final-image, .sbgf .final-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.sbgf .final-image { z-index: -2; object-fit: cover; object-position: center; }
.sbgf .final-shade { z-index: -1; background: linear-gradient(90deg, rgba(25,18,44,.92), rgba(45,27,56,.70) 50%, rgba(60,35,57,.36) 100%); }
.sbgf .final-content { padding-block: clamp(94px, 12vw, 144px); }
.sbgf .final-content > * { max-width: 700px; }
.sbgf .final-content h2 { color: #fffaf1; font-size: clamp(3rem, 6.2vw, 6.2rem); }
.sbgf .final-content > p:not(.eyebrow):not(.final-fine) { color: #faeff6; font-size: 1.1rem; }
.sbgf .final-purchase { display: flex; max-width: 740px; align-items: center; justify-content: space-between; gap: 24px; margin: 34px 0 22px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 22px; background: rgba(26,17,39,.55); backdrop-filter: blur(10px); }
.sbgf .final-purchase > div { display: flex; flex-direction: column; }
.sbgf .final-purchase > div > span { color: #e8ddea; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.sbgf .final-purchase .light-button > span { font-size: inherit; letter-spacing: 0; text-transform: none; }
.sbgf .final-purchase strong { font-size: 1.5rem; }
.sbgf .final-fine { color: #e9dde9; font-size: .79rem; }

.sbgf .purchase-section { padding: clamp(76px, 9vw, 120px) 0; scroll-margin-top: 42px; background: linear-gradient(180deg, #f6ebf5, #fffaf1); }
.sbgf .purchase-preview-label { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; margin: 0 0 14px 18px; color: #725e73; font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sbgf .purchase-drawer { overflow: hidden; scroll-margin-top: 52px; border: 1px solid #8d718e; border-radius: 30px; background: #fffdf8; box-shadow: 0 26px 70px rgba(58,35,61,.16); }
.sbgf .purchase-drawer > summary { display: grid; min-height: 120px; cursor: pointer; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 24px 28px; background: linear-gradient(110deg, #211629, #432943 60%, #5d3d61); color: #fffaf1; list-style: none; }
.sbgf .purchase-summary-icon { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--gold); }
.sbgf .purchase-summary-copy { display: flex; flex-direction: column; }
.sbgf .purchase-summary-copy strong { font-size: clamp(1.35rem, 2.4vw, 1.85rem); line-height: 1.05; }
.sbgf .purchase-summary-copy small { margin-top: 6px; color: #eadfea; font-size: .86rem; }
.sbgf .purchase-summary-action { display: flex; min-height: 44px; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: #fffaf1; font-size: .82rem; font-weight: 700; }
.sbgf .purchase-summary-action svg { transition: transform .2s ease; }
.sbgf .purchase-drawer[open] .purchase-summary-action svg { transform: rotate(180deg); }
.sbgf .purchase-panel { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr); align-items: start; }
.sbgf .payment-card { padding: clamp(28px, 5vw, 54px); border-right: 1px solid var(--line); }
.sbgf .payment-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.sbgf .payment-heading h2 { margin: 0 0 4px; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.sbgf .payment-heading p { margin: 0; color: #6a616a; font-size: .9rem; }
.sbgf .payment-heading nav { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: var(--plum); font-size: .78rem; font-weight: 700; }
.sbgf .payment-heading nav a { min-height: 32px; text-underline-offset: 4px; }
.sbgf .checkout-stage { padding-top: 30px; }
.sbgf .checkout-step { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--plum); font-size: 1.1rem; font-weight: 700; }
.sbgf .checkout-step > span { display: inline-flex; min-height: 28px; align-items: center; padding: 0 10px; border-radius: 999px; background: var(--lilac); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.sbgf .flex-price { overflow: hidden; border: 1px solid #d5c4d7; border-radius: 22px; background: #fff; }
.sbgf .price-choice-heading { display: flex; flex-direction: column; padding: 22px; background: linear-gradient(135deg, #f7ecf9, #fff1e6); }
.sbgf .price-choice-heading strong { color: var(--plum); font-size: 1.25rem; }
.sbgf .price-choice-heading small { margin-top: 6px; color: #5f555f; font-size: .83rem; line-height: 1.55; }
.sbgf .amount-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; padding: 22px; }
.sbgf .amount-grid label { display: flex; flex-direction: column; gap: 7px; color: var(--plum); font-size: .83rem; font-weight: 700; }
.sbgf .amount-grid select, .sbgf .amount-input { min-height: 48px; border: 1px solid #907a91; border-radius: 12px; background: #fffdf8; color: var(--ink); }
.sbgf .amount-grid select { width: 100%; padding: 0 12px; }
.sbgf .amount-input { display: grid; grid-template-columns: 42px 1fr; align-items: center; overflow: hidden; }
.sbgf .amount-input b { display: grid; height: 100%; place-items: center; border-right: 1px solid #d4c4d4; background: #f6eef8; color: var(--plum); }
.sbgf .amount-input input { width: 100%; min-width: 0; height: 46px; padding: 0 12px; border: 0; background: transparent; color: var(--ink); outline-offset: -3px; }
.sbgf .field-help { margin: 0; color: #776d77; font-size: .73rem; line-height: 1.4; }
.sbgf .field-help strong { color: var(--plum); }
.sbgf .package-near-price { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .8fr); align-items: center; gap: 18px; margin-top: 18px; padding: 18px 20px; border: 1px solid #d3c2d2; border-radius: 18px; background: linear-gradient(120deg, #f8eff9, #fff7ed); }
.sbgf .package-near-price p { display: flex; flex-direction: column; margin: 0; color: var(--plum); line-height: 1.35; }
.sbgf .package-near-price p span { margin-top: 5px; color: #6e636d; font-size: .73rem; }
.sbgf .package-near-price ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 0; padding: 0; color: #5c515c; font-size: .73rem; list-style: none; }
.sbgf .package-near-price li { display: flex; align-items: center; gap: 5px; }
.sbgf .package-near-price svg { color: #527866; flex: none; }
.sbgf .checkout-assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 16px 0 0; padding: 0; color: #655b65; font-size: .76rem; text-align: center; list-style: none; }
.sbgf .checkout-assurances li { padding: 9px; border: 1px solid #ddd0dc; border-radius: 999px; background: #faf6fb; }
.sbgf .checkout-assurances a { text-underline-offset: 3px; }
.sbgf .payment-methods { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.sbgf .provider-surface { padding: 20px; border: 1px solid #614863; border-radius: 22px; background: radial-gradient(circle at 14% 0, #68486b 0, #432943 43%, #25172b 100%); box-shadow: 0 20px 42px rgba(42,24,47,.18); }
.sbgf .provider-preview-note { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 15px; color: #fffaf1; }
.sbgf .provider-preview-note strong { font-size: .89rem; }
.sbgf .provider-preview-note span { max-width: 300px; color: #e8dce8; font-size: .7rem; line-height: 1.4; text-align: right; }
.sbgf .method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.sbgf .provider-tile { display: flex; min-height: 62px; align-items: center; justify-content: center; gap: 9px; padding: 8px 18px; border: 1px solid rgba(53,42,55,.16); border-radius: 12px; background: #fff; color: #29242b; box-shadow: 0 4px 14px rgba(18,10,24,.18); }
.sbgf .provider-tile img { width: auto; max-width: 148px; max-height: 35px; object-fit: contain; }
.sbgf .provider-card { font-size: .81rem; font-weight: 700; }
.sbgf .provider-card svg { color: #4a3150; }
.sbgf .provider-apple img { max-height: 44px; }
.sbgf .provider-google img { max-height: 42px; }
.sbgf .eligible-methods { display: grid; grid-template-columns: auto 92px 1fr; align-items: center; gap: 13px; margin-top: 12px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(20,11,26,.28); color: #fff; }
.sbgf .eligible-methods > span { color: var(--gold); font-size: .64rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.sbgf .eligible-methods img { width: 88px; height: auto; }
.sbgf .eligible-methods p { margin: 0; color: #e9dfe9; font-size: .68rem; line-height: 1.35; }
.sbgf .payment-status { margin: 14px 0 0; padding: 14px; border-radius: 12px; background: #f6eef8; color: #655b65; font-size: .82rem; text-align: center; }
.sbgf .security-note { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin: 14px 0 0; color: #6f656f; font-size: .75rem; }
.sbgf .security-note svg { color: #527866; }
.sbgf .security-note span { text-decoration: none; }
.sbgf .order-details { padding: clamp(28px, 4vw, 44px); background: linear-gradient(180deg, #fbf6ff, #fffdf8); }
.sbgf .order-details header > p { margin: 0 0 4px; color: #795d7e; font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.sbgf .order-details header h2 { margin: 0 0 26px; font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1; }
.sbgf .delivery-preview { margin: 0 0 26px; padding: 20px; border: 1px solid #d1bfd1; border-radius: 18px; background: linear-gradient(145deg, #f3e8f5, #fff8ef); }
.sbgf .delivery-preview > p { margin: 0 0 14px; color: var(--plum); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.sbgf .delivery-preview ol { display: grid; gap: 11px; margin: 0; padding: 0; color: #5c535c; font-size: .78rem; line-height: 1.4; list-style: none; }
.sbgf .delivery-preview li { display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: 8px; }
.sbgf .delivery-preview li span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--plum); color: #fff; font-size: .64rem; font-weight: 700; }
.sbgf .order-details > details { border-top: 1px solid var(--line); }
.sbgf .order-details > details:last-of-type { border-bottom: 1px solid var(--line); }
.sbgf .order-details summary { display: flex; min-height: 64px; cursor: pointer; align-items: center; justify-content: space-between; gap: 18px; color: var(--plum); font-weight: 700; list-style: none; }
.sbgf .detail-content { padding: 0 0 20px; color: #605760; font-size: .84rem; }
.sbgf .detail-content ul { display: grid; gap: 8px; margin: 0 0 14px; padding-left: 18px; }
.sbgf .detail-content p { margin: 0; }
.sbgf .text-link { color: var(--plum); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.sbgf .preview-lock { display: grid; grid-template-columns: 24px 1fr; gap: 10px; margin-top: 28px; padding: 16px; border: 1px solid #d0bfd1; border-radius: 16px; background: #f3e9f5; color: var(--plum); }
.sbgf .preview-lock p { display: flex; flex-direction: column; margin: 0; }
.sbgf .preview-lock span { color: #716671; font-size: .76rem; }

@media (max-width: 940px) {
  .sbgf .night-letter-grid, .sbgf .story-grid, .sbgf .discover-grid, .sbgf .offer-grid, .sbgf .guarantee-grid, .sbgf .faq-grid { grid-template-columns: 1fr; }
  .sbgf .time-lockup { justify-content: center; }
  .sbgf .story-portrait { width: min(620px, 100%); margin-inline: auto; }
  .sbgf .story-monogram { min-height: 330px; }
  .sbgf .discover-copy { order: 1; }
  .sbgf .discover-art { order: 0; }
  .sbgf .discover-art img { aspect-ratio: 16/9; }
  .sbgf .product-stage { width: min(700px, 100%); margin-inline: auto; }
  .sbgf .guarantee-art { max-width: 320px; }
  .sbgf .faq-heading { position: static; }
  .sbgf .purchase-panel { grid-template-columns: 1fr; }
  .sbgf .payment-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .sbgf .package-near-price { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .sbgf .section-pad { padding-block: 82px; }
  .sbgf .preview-ribbon { justify-content: space-between; gap: .5rem; font-size: .58rem; letter-spacing: .09em; }
  .sbgf .article-tail { padding: 72px 0 88px; }
  .sbgf .sales-hero { min-height: 820px; }
  .sbgf .sales-hero-image { object-position: 69% center; }
  .sbgf .sales-hero-shade { background: linear-gradient(180deg, rgba(17,18,37,.88) 0%, rgba(33,22,41,.30) 38%, rgba(33,22,41,.94) 72%); }
  .sbgf .sales-hero-content { display: flex; min-height: 820px; flex-direction: column; justify-content: flex-end; padding: 76px 0 48px; }
  .sbgf .sales-hero h2 { font-size: clamp(3.5rem, 18vw, 5.35rem); }
  .sbgf .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .sbgf .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .sbgf .sales-index { width: min(100% - 28px, 1180px); margin-top: -24px; padding: 14px; }
  .sbgf .sales-index > span { width: 100%; margin: 0 0 2px 2px; }
  .sbgf .story-steps, .sbgf .bonus-grid, .sbgf .testimonial-grid { grid-template-columns: 1fr; }
  .sbgf .story-steps { margin-top: 46px; }
  .sbgf .tip-card { grid-template-columns: 1fr; }
  .sbgf .tip-illustration { min-height: 210px; }
  .sbgf .tip-card > div:last-child { padding: 28px; }
  .sbgf .bonus-card { min-height: 280px; }
  .sbgf .bonus-card:nth-child(2) { transform: none; }
  .sbgf .bonus-rail { margin-top: 44px; }
  .sbgf .testimonial { min-height: auto; }
  .sbgf .final-section { min-height: 780px; }
  .sbgf .final-image { object-position: 57% center; }
  .sbgf .final-shade { background: linear-gradient(180deg, rgba(25,18,44,.9), rgba(45,27,56,.55) 50%, rgba(25,18,44,.92)); }
  .sbgf .final-content { display: flex; min-height: 780px; flex-direction: column; justify-content: flex-end; }
  .sbgf .final-purchase { align-items: stretch; flex-direction: column; }
  .sbgf .purchase-drawer > summary { grid-template-columns: auto 1fr; }
  .sbgf .purchase-summary-action { grid-column: 1 / -1; justify-content: center; }
  .sbgf .payment-heading { flex-direction: column; }
  .sbgf .payment-heading nav { align-items: flex-start; }
  .sbgf .amount-grid { grid-template-columns: 1fr; }
  .sbgf .field-help { margin-bottom: 8px; }
  .sbgf .checkout-assurances { grid-template-columns: 1fr; }
  .sbgf .eligible-methods { grid-template-columns: auto 1fr; }
  .sbgf .eligible-methods p { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .sbgf { font-size: 17px; }
  .sbgf .wide-shell, .sbgf .narrow-shell, .sbgf .article-tail, .sbgf .sales-hero-content { width: min(100% - 28px, 1180px); }
  .sbgf .preview-ribbon span:first-child { max-width: 48%; }
  .sbgf .preview-ribbon span:last-child { max-width: 48%; text-align: right; }
  .sbgf .trust-row { grid-template-columns: 1fr; }
  .sbgf .letter-card, .sbgf .price-card { padding: 25px 21px; border-radius: 24px; }
  .sbgf .story-portrait { padding: 16px; }
  .sbgf .story-monogram { min-height: 270px; }
  .sbgf .testimonial { padding: 28px; }
  .sbgf .purchase-drawer { border-radius: 22px; }
  .sbgf .purchase-drawer > summary { padding: 20px; }
  .sbgf .purchase-summary-icon { width: 44px; height: 44px; }
  .sbgf .payment-card, .sbgf .order-details { padding: 24px 19px; }
  .sbgf .method-grid { grid-template-columns: 1fr; }
  .sbgf .provider-surface { padding: 14px; }
  .sbgf .provider-preview-note { flex-direction: column; gap: 4px; }
  .sbgf .provider-preview-note span { text-align: left; }
  .sbgf .package-near-price ul { grid-template-columns: 1fr; }
}

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

@media (forced-colors: active) {
  .sbgf .primary-button, .sbgf .purchase-drawer, .sbgf .tip-card, .sbgf .bonus-card, .sbgf .testimonial { border: 2px solid CanvasText; }
  .sbgf button:focus-visible, .sbgf summary:focus-visible, .sbgf a:focus-visible, .sbgf input:focus-visible, .sbgf select:focus-visible { outline-color: Highlight; }
}

/* Article-flow preview: mirrors the editorial post that will lead into this section. */
.sbgf .article-tail,
.sbgf .sales-hero,
.sbgf .night-letter,
.sbgf .story,
.sbgf .tips,
.sbgf .discover,
.sbgf .offer,
.sbgf .bonuses,
.sbgf .testimonials,
.sbgf .guarantee,
.sbgf .faq,
.sbgf .final-section {
  background: transparent;
  color: #27213a;
}

.sbgf .article-tail {
  width: min(760px, calc(100% - 40px));
  padding: 96px 0 106px;
  text-align: left;
}

.sbgf .article-last-line {
  margin: 0 0 34px;
  color: #27213a;
  font-size: 17.28px;
  line-height: 29.7216px;
}

.sbgf .article-source-row {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
  border-top: 1px solid #d9cdd7;
  border-bottom: 1px solid #d9cdd7;
  color: #432943;
  font-size: 16px;
  font-weight: 700;
}

.sbgf .article-source-row span:last-child { color: #6b6170; font-weight: 400; }
.sbgf .article-transition {
  padding: 38.4px;
  border: 2px solid #8f70a6;
  border-radius: 24px;
  background: #2b2049;
  color: #fffaf1;
}
.sbgf .article-tail h2 {
  max-width: 760px;
  margin: 0 0 28px;
  color: #fffaf1;
  font-size: clamp(3rem, 5.2vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.sbgf .article-transition .article-kicker { color: #f2cf84; }
.sbgf .article-transition-link {
  padding: 12px 18px;
  border-radius: 999px;
  background: #fffaf1;
  color: #432943;
  font-size: 17.28px;
  text-decoration: none;
}
.sbgf .section-pad { padding-block: 96px; }
.sbgf .sales-chapter h2 {
  color: #432943;
  font-size: clamp(3rem, 5.2vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.sbgf .sales-chapter h3 { font-size: 2.15rem; line-height: 1.12; }
.sbgf .eyebrow,
.sbgf .article-kicker,
.sbgf .eyebrow-light {
  color: #795d7e;
  font-size: .76rem;
  letter-spacing: .14em;
}

.sbgf .sales-hero {
  width: min(760px, calc(100% - 40px));
  min-height: 0;
  margin-inline: auto;
  padding: 0 0 86px;
  overflow: visible;
}

.sbgf .sales-hero-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sbgf .sales-hero-content > * { max-width: none; }
.sbgf .sales-hero h2 {
  max-width: 760px;
  color: #432943;
  font-size: clamp(4rem, 7vw, 4.96rem);
  line-height: .98;
  letter-spacing: -.045em;
  text-shadow: none;
}
.sbgf .sales-hero h2 em { display: block; color: #694969; font-weight: 400; }
.sbgf .sales-hero-lead {
  max-width: 760px;
  margin-bottom: 28px;
  color: #5f5660;
  font-size: 19.2px;
  line-height: 31.68px;
}
.sbgf .text-link-light { color: #432943; }
.sbgf .trust-row { gap: .55rem .8rem; margin-top: 28px; color: #5f5660; }
.sbgf .trust-row li { padding-right: 12px; border-right: 1px solid #d9cdd7; }
.sbgf .trust-row li:last-child { border-right: 0; }

.sbgf .article-media,
.sbgf .discover-art,
.sbgf .product-stage,
.sbgf .story-portrait,
.sbgf .guarantee-art {
  width: 100%;
  margin: 30.4px 0;
  overflow: hidden;
  transform: none;
  border: 1px solid #d7c8e2;
  border-radius: 22px;
  background: #fff8ec;
  box-shadow: 0 14px 34px rgba(33, 24, 61, .10);
}
.sbgf .article-media img,
.sbgf .discover-art img,
.sbgf .product-stage img,
.sbgf .story-portrait img,
.sbgf .guarantee-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sbgf .article-media figcaption,
.sbgf .discover-art figcaption,
.sbgf .product-stage figcaption,
.sbgf .story-portrait figcaption,
.sbgf .guarantee-art figcaption {
  display: block;
  padding: 13.12px 16px;
  background: #fff8ec;
  color: #443653;
  font-size: 15.04px;
  font-style: normal;
  line-height: 22.56px;
  text-align: left;
}
.sbgf .sales-hero-art { margin-top: 48px; }
.sbgf .article-ribbon {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
  padding: 10.4px 11.2px 0;
  background: linear-gradient(90deg, #fff8ec, #edf7f2);
}
.sbgf .article-ribbon img { border-radius: 13px 13px 0 0; }
.sbgf .article-ribbon figcaption { margin-inline: -11.2px; }

.sbgf .sales-index {
  position: relative;
  z-index: 1;
  min-height: 0;
  margin: 0 auto 36px;
  padding: 24px;
  border: 1px solid #d7c8e2;
  border-radius: 20px;
  background: #fbf7ff;
  box-shadow: none;
  backdrop-filter: none;
}
.sbgf .sales-index > span { width: 100%; margin: 0 0 4px; }
.sbgf .sales-index a {
  min-height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sbgf .sales-index a:last-child,
.sbgf .sales-index a:last-child:hover {
  min-height: 38px;
  padding-inline: 13px;
  border-radius: 999px;
  background: #432943;
  color: #fff;
  text-decoration: none;
}

.sbgf .night-letter-grid,
.sbgf .story-grid,
.sbgf .discover-grid,
.sbgf .offer-grid,
.sbgf .guarantee-grid,
.sbgf .faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.sbgf .time-lockup {
  display: inline-flex;
  width: fit-content;
  align-items: baseline;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #d7c8e2;
  border-radius: 999px;
  background: #fbf7ff;
  color: #432943;
  text-shadow: none;
}
.sbgf .time-lockup span { font-size: 1rem; letter-spacing: .06em; line-height: 1; }
.sbgf .time-lockup small { margin: 0; color: #795d7e; font-size: .72rem; }
.sbgf .letter-card {
  padding: 32px 34px;
  border: 1px solid #e4cf9a;
  border-radius: 24px;
  background: #fff8ec;
  color: #27213a;
  box-shadow: 0 12px 28px rgba(67, 41, 67, .07);
}
.sbgf .letter-card h2 { font-size: clamp(3rem, 5.2vw, 3.15rem); }
.sbgf .letter-card > p:not(.eyebrow) { color: #453d48; font-size: 17.28px; line-height: 29.7216px; }
.sbgf .kacey-note {
  margin-top: 30px;
  padding: 22px 24px;
  border-left: 4px solid #c790a0;
  border-radius: 0 18px 18px 0;
  background: #fffdf8;
}

.sbgf .story-portrait { order: 0; padding: 0; }
.sbgf .story-portrait figcaption { display: flex; flex-direction: column; gap: 2px; }
.sbgf .story-copy { order: 1; }
.sbgf .story-copy > p { color: #27213a; }
.sbgf .story-copy blockquote {
  margin: 28px 0;
  padding: 24px 0 24px 28px;
  border-left: 4px solid #c790a0;
  color: #432943;
  font-size: 1.45rem;
}
.sbgf .story-steps {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 58px;
  border-top: 1px solid #d9cdd7;
}
.sbgf .story-steps article {
  display: grid;
  grid-template-columns: 52px 1fr;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid #d9cdd7;
  border-radius: 0;
  background: transparent;
}
.sbgf .story-steps article > span { grid-row: 1 / 3; }
.sbgf .story-steps h3 { margin: 0 0 7px; }
.sbgf .story-steps p { margin: 0; }

.sbgf .section-heading,
.sbgf .section-heading.centered { max-width: 760px; margin-bottom: 46px; text-align: left; }
.sbgf .section-heading > p:last-child { max-width: 760px; margin: 0; }
.sbgf .tip-stack { gap: 0; border-top: 1px solid #d9cdd7; }
.sbgf .tip-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 28px 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid #d9cdd7;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.sbgf .tip-card > div:last-child { padding: 0; }
.sbgf .tip-card h3 { margin: 0 0 10px; }
.sbgf .tip-card p { color: #27213a; }

.sbgf .discover-copy { order: 0; }
.sbgf .discover-art { order: 1; }
.sbgf .discover h2 { color: #432943; }
.sbgf .discover .eyebrow-light { color: #795d7e; }
.sbgf .discover .check-list li { color: #27213a; }
.sbgf .discover .check-list svg { color: #527866; }
.sbgf .discover-art img { aspect-ratio: auto; object-fit: contain; }

.sbgf .product-stage { margin-top: 0; }
.sbgf .price-card {
  padding: 34px;
  border: 1px solid #d7c8e2;
  border-radius: 22px;
  background: #fbf7ff;
  box-shadow: none;
}
.sbgf .price-card h2 { font-size: clamp(3rem, 5.2vw, 3.15rem); }
.sbgf .access-highlight { background: #f0e9f6; }

.sbgf .bonus-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid #d9cdd7; }
.sbgf .bonus-card,
.sbgf .bonus-card:nth-child(2),
.sbgf .bonus-card:nth-child(3) {
  display: grid;
  min-height: 0;
  grid-template-columns: 58px 1fr;
  padding: 28px 0;
  transform: none;
  border: 0;
  border-bottom: 1px solid #d9cdd7;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.sbgf .bonus-card .bonus-number { grid-row: 1 / 3; }
.sbgf .bonus-card h3 { margin: 0 0 10px; }
.sbgf .bonus-card p { grid-column: 2; color: #27213a; }

.sbgf .illustration-note { margin: -24px 0 30px; }
.sbgf .testimonial-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid #d9cdd7; }
.sbgf .testimonial,
.sbgf .testimonial:nth-child(2),
.sbgf .testimonial:nth-child(3) {
  display: grid;
  min-height: 0;
  grid-template-columns: 176px 1fr;
  gap: 6px 28px;
  padding: 32px 0;
  border: 0;
  border-bottom: 1px solid #d9cdd7;
  border-radius: 0;
  background: transparent;
}
.sbgf .testimonial-art {
  grid-row: 1 / 3;
  width: 176px;
  height: 176px;
  border: 1px solid #d7c8e2;
  border-radius: 22px;
  background: #fff8ec;
  box-shadow: 0 10px 24px rgba(33, 24, 61, .08);
}
.sbgf .testimonial-art img { width: 164px; height: 164px; }
.sbgf .testimonial blockquote { margin: 0; color: #403840; }
.sbgf .testimonial figcaption { grid-column: 2; }
.sbgf .results-note { text-align: left; }

.sbgf .guarantee-art { margin-top: 0; aspect-ratio: auto; }
.sbgf .guarantee-art figcaption strong { color: #432943; font-size: 1.2rem; }
.sbgf .guarantee h2 { color: #432943; }
.sbgf .guarantee-copy > p:not(.eyebrow) { color: #27213a; }

.sbgf .faq-heading { position: static; }
.sbgf .faq-list details { border-color: #d9cdd7; }
.sbgf .faq-list summary { min-height: 74px; }

.sbgf .final-section {
  width: min(760px, calc(100% - 40px));
  min-height: 0;
  margin: 0 auto;
  overflow: visible;
}
.sbgf .final-content {
  width: 100%;
  padding: 44px;
  border-radius: 24px;
  background: #2b2049;
  color: #fffaf1;
}
.sbgf .final-content > * { max-width: 650px; }
.sbgf .final-content .eyebrow { color: #f2cf84; }
.sbgf .final-content h2 { color: #fffaf1; font-size: clamp(3rem, 5.2vw, 3.15rem); line-height: 1.12; }
.sbgf .final-content > p:not(.eyebrow):not(.final-fine) { color: #faeff6; }
.sbgf .final-purchase { max-width: 650px; background: rgba(255,255,255,.08); backdrop-filter: none; }

.sbgf .purchase-section { padding-top: 64px; background: #fffdf8; }
.sbgf .purchase-drawer > summary { background: #34203c; }
.sbgf .price-choice-heading,
.sbgf .package-near-price,
.sbgf .order-details,
.sbgf .delivery-preview { background: #fbf7ff; }
.sbgf .provider-surface { background: #432943; }

@media (max-width: 760px) {
  .sbgf .article-tail,
  .sbgf .sales-hero,
  .sbgf .final-section,
  .sbgf .wide-shell,
  .sbgf .narrow-shell,
  .sbgf .sales-hero-content { width: min(100% - 32px, 760px); }
  .sbgf .article-tail { padding: 72px 0 82px; }
  .sbgf .article-transition { padding-top: 46px; }
  .sbgf .sales-hero { padding-bottom: 64px; }
  .sbgf .sales-hero h2 { font-size: clamp(3.45rem, 16vw, 4.7rem); }
  .sbgf .section-pad { padding-block: 74px; }
  .sbgf .sales-index { width: min(100% - 32px, 760px); margin-top: 0; padding: 20px; }
  .sbgf .letter-card,
  .sbgf .price-card { padding: 26px 22px; }
  .sbgf .story-portrait { width: 100%; padding: 0; }
  .sbgf .testimonial,
  .sbgf .testimonial:nth-child(2),
  .sbgf .testimonial:nth-child(3) { grid-template-columns: 118px 1fr; gap: 10px 18px; }
  .sbgf .testimonial-art { width: 118px; height: 118px; border-radius: 18px; }
  .sbgf .testimonial-art img { width: 112px; height: 112px; }
  .sbgf .final-section { min-height: 0; margin-bottom: 0; }
  .sbgf .final-content { min-height: 0; padding: 34px 24px; }
  .sbgf .final-purchase { align-items: stretch; }
}

@media (max-width: 480px) {
  .sbgf .article-tail h2,
  .sbgf .sales-chapter h2,
  .sbgf .letter-card h2,
  .sbgf .price-card h2,
  .sbgf .final-content h2 { font-size: 2.65rem; line-height: 1.05; }
  .sbgf .sales-hero h2 { font-size: 3.5rem; }
  .sbgf .hero-actions { align-items: flex-start; flex-direction: column; }
  .sbgf .trust-row { display: grid; grid-template-columns: 1fr; }
  .sbgf .trust-row li { border-right: 0; }
  .sbgf .testimonial,
  .sbgf .testimonial:nth-child(2),
  .sbgf .testimonial:nth-child(3) { grid-template-columns: 1fr; }
  .sbgf .testimonial-art { grid-row: auto; width: 156px; height: 156px; }
  .sbgf .testimonial-art img { width: 148px; height: 148px; }
  .sbgf .testimonial figcaption { grid-column: 1; }
}

/* Final private-preview polish: keep the offer reading like the next article chapter. */
.sbgf .editorial-breakout {
  width: min(980px, calc(100% - 40px));
  margin-inline: auto;
}

.sbgf .sales-chapter section[id],
.sbgf .sales-chapter details[id],
.sbgf #sbgf-purchase {
  scroll-margin-top: 58px;
}

.sbgf .article-tail { padding: 96px 0 56px; }
.sbgf .section-pad { padding-block: 80px; }
.sbgf .tips,
.sbgf .bonuses,
.sbgf .testimonials { padding-block: 68px; }
.sbgf .faq { padding: 68px 0 36px; }
.sbgf .purchase-section { padding: 32px 0 80px; }

.sbgf .sales-hero-content,
.sbgf .final-content {
  display: block;
  min-height: 0;
}

.sbgf .primary-button {
  max-width: 100%;
  text-align: center;
}
.sbgf .primary-button > span { min-width: 0; }
.sbgf .primary-button:visited { color: #fff; }
.sbgf .light-button:visited { color: #34203c; }
.sbgf .editorial-purchase-link:visited { color: #432943; }

.sbgf .editorial-purchase-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .58rem;
  color: #432943;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.sbgf .editorial-purchase-link > span { background: transparent; color: inherit; }
.sbgf .editorial-purchase-link > svg { flex: 0 0 auto; color: inherit; stroke: currentColor; }
.sbgf .editorial-purchase-link:hover { color: #694969; }
.sbgf .discover .editorial-purchase-link,
.sbgf .guarantee .editorial-purchase-link { margin-top: 14px; }

.sbgf .story-portrait { max-width: 620px; margin-inline: auto; }

.sbgf .illustration-note {
  margin: 20px 0 0;
  color: #6b6170;
}
.sbgf .testimonial blockquote { font-style: normal; }
.sbgf .testimonial blockquote p:last-child { margin-bottom: 0; }

.sbgf .purchase-drawer > summary { min-height: 96px; }
.sbgf .purchase-drawer > summary:focus-visible { outline-color: #f2cf84; outline-offset: -5px; }
.sbgf .summary-when-open { display: none; }
.sbgf .purchase-drawer[open] .summary-when-closed { display: none; }
.sbgf .purchase-drawer[open] .summary-when-open { display: inline; }
.sbgf .purchase-drawer[open] > summary { min-height: 92px; }

.sbgf .payment-heading nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.sbgf #payment-title:focus { outline: none; }
.sbgf .checkout-assurances a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
}

.sbgf .article-transition a:focus-visible,
.sbgf .final-content a:focus-visible,
.sbgf .purchase-drawer > summary:focus-visible { outline-color: #f2cf84; }

@media (min-width: 981px) {
  .sbgf .offer-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    align-items: start;
    gap: 44px;
  }
  .sbgf .faq-grid {
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: 56px;
  }
  .sbgf .faq-heading { position: sticky; top: 72px; }
}

@media (max-width: 760px) {
  .sbgf .article-tail,
  .sbgf .sales-hero,
  .sbgf .final-section,
  .sbgf .wide-shell,
  .sbgf .narrow-shell,
  .sbgf .editorial-breakout,
  .sbgf .sales-hero-content { width: min(100% - 32px, 760px); }
  .sbgf .article-tail { padding: 64px 0 48px; }
  .sbgf .sales-hero { padding-bottom: 58px; }
  .sbgf .section-pad { padding-block: 56px; }
  .sbgf .tips,
  .sbgf .bonuses,
  .sbgf .testimonials { padding-block: 52px; }
  .sbgf .faq { padding: 52px 0 28px; }
  .sbgf .purchase-section { padding: 28px 0 64px; }
  .sbgf .purchase-drawer > summary,
  .sbgf .purchase-drawer[open] > summary { min-height: 88px; }
}

@media (max-width: 620px) {
  .sbgf .testimonial,
  .sbgf .testimonial:nth-child(2),
  .sbgf .testimonial:nth-child(3) { grid-template-columns: 1fr; }
  .sbgf .testimonial-art { grid-row: auto; width: 156px; height: 156px; }
  .sbgf .testimonial-art img { width: 148px; height: 148px; }
  .sbgf .testimonial figcaption { grid-column: 1; }
}

@media (max-width: 600px) {
  .sbgf .sales-index {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
  }
  .sbgf .sales-index > span,
  .sbgf .sales-index a:last-child { grid-column: 1 / -1; }
  .sbgf .sales-index a { justify-content: flex-start; }
  .sbgf .sales-index a:last-child { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .sbgf .primary-button:hover { transform: none; }
}

@media (forced-colors: active) {
  .sbgf .discover,
  .sbgf .guarantee,
  .sbgf .night-letter,
  .sbgf .discover *,
  .sbgf .guarantee *,
  .sbgf .night-letter * { forced-color-adjust: auto; }
  .sbgf .primary-button,
  .sbgf .editorial-purchase-link { color: LinkText; }
}

/* Cuter editorial pass: concentrate warmth in real art and keep checkout composed. */
.sbgf .sales-hero { padding-bottom: 40px; }
.sbgf .sales-hero-art { margin-bottom: 0; }
.sbgf .sales-index { margin-bottom: 0; }
.sbgf .section-pad { padding: 72px 0 0; }
.sbgf .tips,
.sbgf .bonuses,
.sbgf .testimonials { padding: 64px 0 0; }
.sbgf .faq { padding: 64px 0 34px; }
.sbgf .section-heading { margin-bottom: 38px; }

.sbgf .sales-index a:last-child,
.sbgf .sales-index a:last-child:hover {
  min-height: 38px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #432943;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sbgf .trust-row li {
  min-height: 34px;
  padding: 5px 10px;
  border: 1px solid #e0d0dc;
  border-radius: 999px;
  background: #fbf1f5;
}
.sbgf .trust-row li:nth-child(2) { background: #f3ecf8; }
.sbgf .trust-row li:nth-child(3) { background: #eef7f2; }
.sbgf .trust-row li:nth-child(4) { background: #fff2df; }

.sbgf .night-letter-grid { display: block; }
.sbgf .letter-card { position: relative; padding-top: 48px; }
.sbgf .time-lockup {
  position: absolute;
  top: -23px;
  left: 28px;
  z-index: 2;
  padding: 10px 14px;
  transform: rotate(-1deg);
  border-color: #e5c895;
  background: #fff0dc;
  box-shadow: 0 8px 20px rgba(67, 41, 67, .10);
}
.sbgf .time-lockup span { font-size: 1.08rem; letter-spacing: .04em; }
.sbgf .time-lockup small { color: #795d7e; }

.sbgf .bonus-story-art {
  margin: 0 auto 34px;
  overflow: hidden;
  border: 1px solid #d7c8e2;
  border-radius: 26px 26px 58px 26px;
  background: #fff8ec;
  box-shadow: 0 16px 38px rgba(33, 24, 61, .11);
}
.sbgf .bonus-story-art img { width: 100%; height: auto; }
.sbgf .bonus-card .bonus-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #decbdc;
  border-radius: 14px 14px 9px 14px;
  background: #f8e9ef;
}
.sbgf .bonus-card:nth-child(2) .bonus-number { background: #eee6f7; }
.sbgf .bonus-card:nth-child(3) .bonus-number { background: #eaf4ef; }

.sbgf .testimonial-art {
  padding: 8px;
  transform: rotate(-1deg);
  border-radius: 32px 32px 18px 32px;
  background: #fff0dc;
  box-shadow: 0 0 0 6px #fffdf8, 0 12px 26px rgba(67, 41, 67, .11);
}
.sbgf .testimonial:nth-child(2) .testimonial-art { transform: rotate(1deg); background: #efe6f8; }
.sbgf .testimonial:nth-child(3) .testimonial-art { transform: rotate(-.6deg); background: #e7f2eb; }
.sbgf .testimonial-art img { width: 100%; height: 100%; object-fit: contain; }

.sbgf .guarantee-art {
  display: block;
  max-width: none;
  margin: 0;
}
.sbgf .guarantee-art figcaption { width: 100%; }

.sbgf .final-content {
  border: 1px solid #d7c8e2;
  background: linear-gradient(145deg, #fbf7ff, #fff8ec);
  color: #27213a;
  box-shadow: 0 18px 44px rgba(67, 41, 67, .11);
}
.sbgf .final-content .eyebrow { color: #795d7e; }
.sbgf .final-content h2 { color: #432943; }
.sbgf .final-content > p:not(.eyebrow):not(.final-fine) { color: #514a52; }
.sbgf .final-purchase {
  border-color: #d7c8e2;
  background: rgba(255, 255, 255, .72);
}
.sbgf .final-purchase > div > span { color: #795d7e; }
.sbgf .final-purchase strong { color: #432943; }
.sbgf .final-fine { color: #6b6170; }

.sbgf .purchase-summary-thumb {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  overflow: visible;
  border: 2px solid rgba(255, 255, 255, .48);
  border-radius: 18px 18px 10px 18px;
  background: #fff8ec;
  box-shadow: 0 8px 18px rgba(16, 9, 20, .24);
}
.sbgf .purchase-summary-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 26% center;
  border-radius: inherit;
}
.sbgf .purchase-summary-thumb > span {
  position: absolute;
  right: -7px;
  bottom: -7px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid #34203c;
  border-radius: 50%;
  background: #f2cf84;
  color: #34203c;
}
.sbgf .delivery-preview-inline { margin: 18px 0 0; }

.sbgf .provider-apple img { width: 82px; max-height: 46px; }
.sbgf .provider-google img { width: 92px; max-height: 46px; transform: scale(1.28); }

@media (max-width: 760px) {
  .sbgf .sales-hero { padding-bottom: 34px; }
  .sbgf .section-pad { padding: 54px 0 0; }
  .sbgf .tips,
  .sbgf .bonuses,
  .sbgf .testimonials { padding: 50px 0 0; }
  .sbgf .faq { padding: 50px 0 28px; }
  .sbgf .section-heading { margin-bottom: 32px; }
  .sbgf .bonus-story-art { width: min(100% - 32px, 760px); margin-bottom: 28px; border-radius: 22px 22px 42px 22px; }
  .sbgf .testimonial-art { justify-self: center; margin-bottom: 10px; }
  .sbgf .purchase-summary-thumb { width: 54px; height: 54px; }
}

@media (max-width: 480px) {
  .sbgf .article-transition { padding: 30px 22px; }
  .sbgf .article-transition h2 { font-size: 2.3rem; }
  .sbgf .trust-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .sbgf .trust-row li { min-height: 38px; padding: 5px 8px; }
  .sbgf .sales-index a:last-child { grid-column: auto; justify-content: flex-start; }
  .sbgf .time-lockup { left: 20px; }
}

@media (max-width: 340px) {
  .sbgf .trust-row { grid-template-columns: 1fr; }
  .sbgf .sales-hero h2 { font-size: 3.15rem; }
}

/* WordPress integration: one continuation after comments or homepage search, then the existing site footer. */
.sbgf {
  width: 100%;
  max-width: none;
  overflow: clip;
  border-top: 1px solid #e2d5df;
  isolation: isolate;
}

.sbgf > .article-transition {
  width: min(760px, calc(100% - 40px));
  margin: 72px auto 56px;
}

.sbgf .article-transition h2 {
  max-width: 680px;
  margin: 0 0 28px;
  color: #fffaf1;
  font-size: clamp(2.65rem, 5.2vw, 3.15rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.sbgf .article-transition-link {
  align-items: center;
  gap: 8px;
}

.sbgf .sales-chapter {
  padding: 0;
  background: #fffdf8;
}

.sbgf .purchase-panel > .purchase-payment-card {
  min-width: 0;
  margin: 0;
  padding: clamp(28px, 5vw, 54px);
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.sbgf .purchase-panel > .order-details {
  min-width: 0;
}

.sbgf .order-details .purchase-order-details {
  display: grid;
  width: 100%;
  max-width: none;
  gap: 10px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.sbgf .order-details .purchase-order-details__header h2 {
  margin: 0 0 22px;
  color: var(--plum);
}

.sbgf .order-details .purchase-bundle-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sbgf .purchase-payment-card h2,
.sbgf .purchase-order-details h2 {
  color: var(--plum);
  font-family: 'Times New Roman', Times, serif;
}

.sbgf .purchase-payment-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.sbgf .purchase-decision-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-size: .78rem;
  font-weight: 700;
}

.sbgf .purchase-decision-links a {
  color: var(--plum);
  text-underline-offset: 4px;
}

.sbgf .purchase-checkout-stage {
  padding-top: 30px;
}

.sbgf .purchase-checkout-stage--payment {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.sbgf .purchase-paypal-area {
  padding: 18px;
  border: 1px solid #614863;
  border-radius: 20px;
  background: radial-gradient(circle at 14% 0, #68486b 0, #432943 43%, #25172b 100%);
  box-shadow: 0 18px 38px rgba(42, 24, 47, .16);
}

.sbgf .purchase-paypal-area .purchase-payment-status {
  border-color: rgba(255,255,255,.18);
  color: #fffaf1;
  background: rgba(255,255,255,.10);
}

.sbgf .purchase-paypal-area .purchase-payment-status.is-ready,
.sbgf .purchase-paypal-area .purchase-payment-status.is-method-heading {
  color: #fffaf1;
  background: transparent;
}

.sbgf .purchase-paypal-buttons {
  overflow: hidden;
  border-radius: 12px;
}

.sbgf [hidden] { display: none !important; }

.sbgf .summary-when-open { display: none; }
.sbgf .purchase-drawer[open] .summary-when-closed { display: none; }
.sbgf .purchase-drawer[open] .summary-when-open { display: inline; }

@media (max-width: 940px) {
  .sbgf .purchase-panel > .purchase-payment-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .sbgf > .article-transition {
    width: min(100% - 32px, 760px);
    margin: 52px auto 42px;
  }

  .sbgf .purchase-panel > .purchase-payment-card {
    padding: 26px 20px;
  }

  .sbgf .purchase-payment-heading {
    display: block;
  }

  .sbgf .purchase-decision-links {
    align-items: flex-start;
    margin-top: 16px;
  }
}

@media (max-width: 520px) {
  .sbgf .purchase-drawer > summary {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sbgf .purchase-summary-action {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .sbgf .order-details .purchase-bundle-gallery {
    grid-template-columns: 1fr;
  }
}

/* 1.2.0 approved free-first editorial hierarchy. */
.sbgf {
  --muted: #665d66;
  --sage: #e5f0e9;
  --sage-ink: #527866;
}

.sbgf > .article-transition {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin: 58px auto 0;
  padding: 36px 0 28px;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
}
.sbgf .transition-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  transform: rotate(-2deg);
  border: 1px solid #ddcce0;
  border-radius: 22px 22px 12px 22px;
  background: linear-gradient(145deg, var(--blush), var(--lilac));
  color: var(--plum);
  font-size: 2rem;
}
.sbgf > .article-transition h2 {
  margin: 0 0 9px;
  color: var(--plum);
  font-size: clamp(1.38rem, 2.5vw, 1.72rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.sbgf > .article-transition p:not(.article-kicker) { margin: 0; color: var(--muted); font-size: .92rem; }

.sbgf .tips { background: linear-gradient(180deg, var(--paper), #fffaf1 72%, #fff7ec); }
.sbgf .article-ribbon { margin-bottom: 30px; padding: 10px; overflow: hidden; border: 1px solid #d8cadd; border-radius: 24px 24px 50px 24px; background: linear-gradient(90deg, var(--cream), var(--sage)); box-shadow: var(--shadow); }
.sbgf .article-ribbon img { width: 100%; height: auto; border-radius: 15px 15px 38px 15px; }
.sbgf .tip-stack { border-top: 1px solid var(--line); }
.sbgf .tip-card { grid-template-columns: 58px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.sbgf .stitched-number { display: grid; width: 43px; height: 43px; place-items: center; border: 1px dashed #b89fba; border-radius: 15px 15px 10px 15px; background: var(--blush); color: var(--plum); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.sbgf .tip-card:nth-child(2) .stitched-number { background: var(--lilac); }
.sbgf .tip-card:nth-child(3) .stitched-number { background: var(--sage); }
.sbgf .tip-close { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 14px; margin-top: 30px; padding: 18px 20px; border-left: 3px solid #b890ac; color: #5b5059; }
.sbgf .tip-close > span { color: #795f7d; font-size: 1.65rem; }
.sbgf .tip-close p { margin: 0; font-size: .88rem; }
.sbgf .tip-close p > span { display: block; }
.sbgf .tip-close strong { display: block; color: var(--plum); }

.sbgf .sales-hero { min-height: 0; padding: 54px 0 40px; overflow: visible; background: var(--paper); color: var(--ink); }
.sbgf .sales-hero-content { width: min(760px, calc(100% - 40px)); padding: 0; }
.sbgf .sales-hero-content > * { max-width: 740px; }
.sbgf .sales-hero h2 { max-width: 720px; color: var(--plum); font-size: clamp(3.15rem, 6.7vw, 5rem); line-height: .96; text-shadow: none; }
.sbgf .sales-hero h2 em { color: #735575; }
.sbgf .sales-hero-lead { max-width: 710px; margin: 0 0 27px; color: #554d56; font-size: 1.04rem; line-height: 1.72; }
.sbgf .hero-heartline { max-width: 680px; margin: -4px 0 28px; padding: 15px 18px 15px 47px; border: 1px solid #e1d3df; border-radius: 18px 18px 38px 18px; background: radial-gradient(circle at 23px 21px, #f1c98b 0 3px, transparent 4px), linear-gradient(105deg, rgba(246,228,232,.88), rgba(238,230,245,.62)); color: #554752; font-size: .92rem; font-style: italic; }
.sbgf .sales-hero-art { margin-top: 40px; overflow: hidden; border: 1px solid #d8cadd; border-radius: 30px 30px 72px 30px; background: var(--cream); box-shadow: var(--shadow); }
.sbgf .sales-hero-art img { width: 100%; height: auto; }
.sbgf .sales-hero-art figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; color: #554d56; font-size: .78rem; }
.sbgf .sales-hero-art figcaption small { color: #756b75; text-align: right; }

.sbgf .reassurance { background: radial-gradient(circle at 88% 18%, rgba(255,229,197,.62), transparent 30%), linear-gradient(135deg, #f7f0f8, #fffaf2 58%, #faf1ed); }
.sbgf .reassurance-split { display: grid; grid-template-columns: minmax(260px,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(32px,5vw,58px); }
.sbgf .reassurance-copy h2 { max-width: 520px; font-size: clamp(2.2rem,3.6vw,2.85rem); }
.sbgf .reassurance-copy > p:not(.eyebrow) { margin: 0; color: #574e57; }
.sbgf .hope-quilt { margin: 0; overflow: hidden; border: 1px solid #d8c6d8; border-radius: 28px 28px 64px 28px; background: #eadde3; box-shadow: 0 16px 38px rgba(61,40,62,.09); }
.sbgf .hope-quilt img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.sbgf .hope-quilt figcaption { display: grid; grid-template-columns: auto 1fr; gap: 9px 18px; padding: 16px 20px; background: var(--cream); color: #615662; font-size: .78rem; }
.sbgf .hope-quilt figcaption strong { color: var(--plum); }

.sbgf .offer { background: radial-gradient(circle at 7% 7%, rgba(255,226,199,.38), transparent 27%), radial-gradient(circle at 94% 16%, rgba(222,207,236,.4), transparent 27%), linear-gradient(180deg, #fffdf8, #fffaf2 70%, #fbf7f2); }
.sbgf .offer-grid { align-items: start; gap: 46px; }
.sbgf .product-stage { border-radius: 30px 30px 74px 30px; }
.sbgf .product-stage figcaption { display: flex; justify-content: space-between; gap: 16px; text-align: left; }
.sbgf .product-stage figcaption strong { padding: 5px 9px; border-radius: 999px; background: var(--sage); color: #416653; font-size: .75rem; text-transform: uppercase; }
.sbgf .price-card { border-radius: 28px 28px 64px 28px; background: rgba(255,253,249,.94); }
.sbgf .price-card h2 { font-size: clamp(2.15rem,3.3vw,2.85rem); }
.sbgf .offer-outcomes { display: grid; gap: 0; margin: 24px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.sbgf .offer-outcomes li { display: grid; grid-template-columns: 24px 1fr; gap: 9px; min-height: 0; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.sbgf .offer-outcomes svg, .sbgf .package-list svg { margin-top: 5px; color: var(--sage-ink); }
.sbgf .offer-equality { display: flex; flex-direction: column; margin: 24px 0; padding: 16px 18px; border-left: 4px solid #846488; background: var(--lilac); }
.sbgf .offer-equality strong { color: var(--plum); }
.sbgf .offer-equality span { color: #675d68; font-size: .76rem; }
.sbgf .resource-shorthand { margin: 0 0 4px !important; color: #4f4550 !important; font-size: .9rem; font-weight: 700; }
.sbgf .offer-package-details { margin: 2px 0 23px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sbgf .offer-package-details > summary { display: flex; min-height: 52px; cursor: pointer; align-items: center; justify-content: space-between; gap: 14px; color: var(--plum); font-size: .84rem; font-weight: 800; list-style: none; }
.sbgf .offer-package-details > summary::-webkit-details-marker, .sbgf .story-more summary::-webkit-details-marker { display: none; }
.sbgf .offer-package-details summary svg, .sbgf .story-more summary svg { transition: transform .2s ease; }
.sbgf .offer-package-details[open] summary svg, .sbgf .story-more[open] summary svg { transform: rotate(180deg); }
.sbgf .package-list { display: grid; gap: 12px; margin: 0 0 19px; padding: 4px 0 0; list-style: none; }
.sbgf .package-list li { display: grid; grid-template-columns: 23px 1fr; gap: 8px; }
.sbgf .offer-cta-note { margin: 14px 0 0 !important; color: #6b5f69 !important; font-size: .82rem; }
.sbgf .inside-workshop { margin-top: 64px; padding-top: 58px; border-top: 1px solid var(--line); }
.sbgf .bonus-storybook { display: block; margin: 32px 0 0; overflow: hidden; border: 1px solid #d8c9da; border-radius: 28px 28px 62px 28px; box-shadow: 0 13px 32px rgba(58,39,60,.07); }
.sbgf .bonus-storybook img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.sbgf .bonus-storybook figcaption { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 16px; padding: 17px 20px; background: linear-gradient(160deg,#fff8ec,#f3eaf6); color: #635763; font-size: .78rem; }
.sbgf .bonus-storybook figcaption strong { color: var(--plum); }

.sbgf .story { background: radial-gradient(circle at 9% 16%, rgba(227,211,237,.74), transparent 25%), linear-gradient(145deg,#f3edf7,#fff9f2 64%,#fbf7fc); }
.sbgf .story-portrait { overflow: visible; padding: 0; transform: none; border-radius: 28px 28px 70px 28px; }
.sbgf .story-portrait img { width: 100%; border-radius: 28px 28px 0 0; }
.sbgf .story-portrait figcaption { padding: 15px 18px; background: var(--cream); }
.sbgf .story-portrait figcaption small { color: #766b75; font-size: .78rem; }
.sbgf .time-sticker { position: absolute; top: 17px; left: 17px; display: flex; align-items: baseline; gap: 5px; padding: 8px 12px; transform: rotate(-2deg); border: 1px solid #dbbe87; border-radius: 999px; background: #fff0d9; color: var(--plum); }
.sbgf .time-sticker span { font-size: .9rem; font-weight: 800; }
.sbgf .time-sticker small { color: #786779; font-size: .75rem; text-transform: uppercase; }
.sbgf .story-hope { margin-top: 25px; padding: 17px 19px; border-left: 4px solid #7ca08d; border-radius: 0 16px 30px 0; background: #eef6f1; color: #3f584a !important; font-weight: 700; }
.sbgf .story-more { margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sbgf .story-more summary { display: flex; min-height: 58px; cursor: pointer; align-items: center; justify-content: space-between; color: var(--plum); font-size: .82rem; font-weight: 800; list-style: none; }
.sbgf .story-more > div { padding: 0 0 16px; color: #5e555e; font-size: .9rem; }

.sbgf .testimonial-notes { display: grid; gap: 3px; margin-top: 22px; padding-left: 15px; border-left: 3px solid #d9c9dd; color: #736872; font-size: .78rem; }
.sbgf .testimonial-notes p { margin: 0; }
.sbgf .testimonial figcaption small { color: #6e5e6c; font-size: .78rem; }
.sbgf .confidence { padding-block: 44px; }
.sbgf .confidence-card { overflow: hidden; border-left: 5px solid #8b688d; border-radius: 0 24px 44px 0; background: linear-gradient(110deg,#f4edf8,#fff8ed); box-shadow: 0 14px 34px rgba(54,36,57,.08); }
.sbgf .confidence-copy { padding: 28px clamp(26px,5vw,48px) 31px; }
.sbgf .confidence-copy h2 { max-width: 660px; font-size: clamp(2.05rem,3.7vw,2.85rem); }
.sbgf .confidence-copy > p:not(.eyebrow) { margin: 0; color: #574e58; }

.sbgf .final-section { display: grid; min-height: 0; grid-template-columns: minmax(220px,.72fr) minmax(0,1.28fr); align-items: center; gap: clamp(28px,5vw,52px); padding: clamp(30px,4vw,48px); overflow: visible; border: 1px solid #d8bdd0; border-radius: 28px; background: radial-gradient(circle at 84% 12%, rgba(255,214,164,.62), transparent 36%), linear-gradient(135deg,#fff7e9,#faeef4 68%,#f3e7f1); color: var(--plum); box-shadow: 0 20px 48px rgba(68,43,64,.13); }
.sbgf .final-art { margin: 0; overflow: hidden; border: 1px solid #d8c4cf; border-radius: 24px 24px 54px 24px; }
.sbgf .final-art img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.sbgf .final-content { width: auto; padding: 0; border: 0; background: transparent; color: var(--plum); box-shadow: none; }
.sbgf .final-content h2 { color: var(--plum); font-size: clamp(2.4rem,4.5vw,3.65rem); }
.sbgf .final-content .eyebrow { color: #8c5e70; }
.sbgf .final-content > p:not(.eyebrow) { color: #5e515c; }
.sbgf .final-purchase { display: flex; align-items: center; gap: 18px; margin: 28px 0 20px; padding: 0; border: 0; background: transparent; }
.sbgf .final-purchase > span { color: #6e606b; font-size: .78rem; }
.sbgf .final-whisper { padding-top: 18px; border-top: 1px solid rgba(78,52,77,.16); color: #725b68 !important; font-style: italic; }
.sbgf .final-free-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 8px; color: var(--plum); font-size: .84rem; font-weight: 700; text-underline-offset: 4px; }

.sbgf .purchase-section { background: linear-gradient(180deg,#fff7e9,#faf1f8 42%,#f6edf7); }
.sbgf #sbgf-purchase .purchase-payment-heading h2 { font-size: clamp(1.6rem,3vw,2.3rem); }
.sbgf #purchase-included, .sbgf #purchase-access, .sbgf #purchase-guarantee { scroll-margin-top: 72px; }
.sbgf [data-checkout-step-methods][data-amount-ready="false"] .purchase-paypal-buttons { opacity: .48; pointer-events: none; filter: saturate(.65); }

@media (max-width: 940px) {
  .sbgf .reassurance-split, .sbgf .offer-grid, .sbgf .story-grid { grid-template-columns: 1fr; }
  .sbgf .final-section { grid-template-columns: 1fr; }
  .sbgf .final-art { max-width: 520px; }
}

@media (max-width: 600px) {
  .sbgf > .article-transition { grid-template-columns: 44px minmax(0,1fr); gap: 14px; }
  .sbgf .transition-mark { width: 44px; height: 44px; border-radius: 17px 17px 10px 17px; font-size: 1.5rem; }
  .sbgf .sales-hero h2 { font-size: clamp(2.7rem,13vw,3.75rem); }
  .sbgf .sales-hero-art figcaption, .sbgf .hope-quilt figcaption, .sbgf .bonus-storybook figcaption { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
  .sbgf .sales-hero-art figcaption small { text-align: left; }
  .sbgf .final-section { width: min(100% - 32px,760px); padding: 24px; }
  .sbgf .final-purchase { align-items: flex-start; flex-direction: column; }
}

/* 1.3.0 production-correction layer: one cache-stable visual system. */
.sbgf {
  overflow: visible;
  font-family: Georgia, "Times New Roman", serif;
}
.sbgf *, .sbgf *::before, .sbgf *::after { min-width: 0; }
.sbgf img { display: block; max-width: 100%; }
.sbgf button,
.sbgf input,
.sbgf select,
.sbgf summary,
.sbgf .eyebrow,
.sbgf .article-kicker,
.sbgf .stitched-number,
.sbgf .purchase-summary-copy,
.sbgf .purchase-summary-action,
.sbgf .primary-button,
.sbgf .editorial-purchase-link {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sbgf .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.sbgf .article-ribbon-crops { display: none; }
.sbgf .tips-safety {
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid #d8cadd;
  border-radius: 16px;
  background: rgba(255,255,255,.68);
  color: #5c535c;
  font-size: .82rem;
  line-height: 1.55;
}
.sbgf .tips-safety a { color: var(--plum); font-weight: 700; text-underline-offset: 3px; }

.sbgf .product-stage figcaption,
.sbgf .sales-hero-art figcaption,
.sbgf .hope-quilt figcaption,
.sbgf .bonus-storybook figcaption,
.sbgf .offer-equality,
.sbgf .story-portrait figcaption,
.sbgf .testimonial figcaption {
  gap: 6px 16px;
}
.sbgf .product-stage figcaption,
.sbgf .sales-hero-art figcaption { display: flex; }
.sbgf .hope-quilt figcaption,
.sbgf .bonus-storybook figcaption { display: grid; }
.sbgf .offer-equality,
.sbgf .story-portrait figcaption,
.sbgf .testimonial figcaption { display: flex; flex-direction: column; }
.sbgf .testimonial figcaption cite { color: var(--plum); font-style: normal; font-weight: 700; }

.sbgf :where(a, button, summary, input, select):focus-visible {
  outline: 3px solid #55345a;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #fffdf8;
}
.sbgf #payment-title:focus { outline: 3px solid #55345a; outline-offset: 5px; }
.sbgf .purchase-paypal-buttons { overflow: visible; padding: 3px; }

.sbgf figure.sbgf-image-loading {
  background-image: linear-gradient(110deg, rgba(242,231,236,.82) 8%, rgba(255,250,241,.96) 18%, rgba(242,231,236,.82) 33%);
  background-size: 200% 100%;
  animation: sbgf-image-ready 1.5s linear infinite;
}
.sbgf figure.sbgf-image-loading > img { opacity: .04; }
.sbgf figure.sbgf-image-ready > img { opacity: 1; transition: opacity .22s ease; }
.sbgf figure.sbgf-image-failed { position: relative; min-height: 160px; background: linear-gradient(145deg, #f7eef5, #fff7ea); }
.sbgf figure.sbgf-image-failed > img { visibility: hidden; }
.sbgf figure.sbgf-image-failed::after {
  content: "Illustration unavailable. The written guidance is still here.";
  position: absolute;
  inset: 16px;
  display: grid;
  place-items: center;
  color: #604f60;
  font: 700 .82rem/1.5 ui-sans-serif, system-ui, sans-serif;
  text-align: center;
}
@keyframes sbgf-image-ready { to { background-position-x: -200%; } }

@media (prefers-reduced-motion: reduce) {
  .sbgf figure.sbgf-image-loading { animation: none; }
}

@media (max-width: 600px) {
  .sbgf .article-ribbon-wide { display: none; }
  .sbgf .article-ribbon-crops {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .sbgf .article-ribbon-crops > span {
    aspect-ratio: 1.2;
    overflow: hidden;
    border-radius: 15px 15px 28px 15px;
  }
  .sbgf .article-ribbon-crops img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
  .sbgf .article-ribbon-crops > span:first-child img { object-position: 15% center; }
  .sbgf .article-ribbon-crops > span:last-child img { object-position: 84% center; }
  .sbgf .product-stage figcaption,
  .sbgf .sales-hero-art figcaption,
  .sbgf .hope-quilt figcaption,
  .sbgf .bonus-storybook figcaption { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
  .sbgf .price-card h2,
  .sbgf .story-copy h2,
  .sbgf .faq-heading h2,
  .sbgf .confidence-copy h2 { font-size: clamp(2rem, 10.5vw, 2.45rem); line-height: 1.04; }
}

/* 1.4.0 storybook-unification layer: eleven semantic sections, three perceived acts. */
.sbgf {
  --story-paper: #fffdf8;
  --story-plum: #432943;
  --story-line: #dfd0dc;
  --story-blush: #faeef2;
  --story-lilac: #f2ecf8;
  --story-sage: #eaf3ed;
  padding: 38px 0 64px;
  border-top: 0;
  background:
    radial-gradient(circle at 13% 2%, rgba(244, 225, 231, .72), transparent 25%),
    linear-gradient(180deg, #fffdf8 0, #fffaf4 42%, #fbf5f7 100%);
  font-family: "Times New Roman", Times, serif;
}

.sbgf .sales-chapter { width: 100%; }

.sbgf .sbgf-storybook {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid var(--story-line);
  border-radius: 32px 32px 72px 32px;
  background: var(--story-paper);
  box-shadow: 0 24px 72px rgba(67, 41, 67, .11);
  isolation: isolate;
}

.sbgf .sbgf-storybook::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 72px;
  bottom: 84px;
  left: 25px;
  border-left: 1px dashed rgba(125, 89, 124, .34);
  pointer-events: none;
}

.sbgf .sbgf-act {
  position: relative;
  padding: 84px 0 22px;
  background-color: var(--story-paper);
}

.sbgf .sbgf-act + .sbgf-act {
  border-top: 1px dashed #d7c3d3;
}

.sbgf .sbgf-act--start {
  background:
    radial-gradient(circle at 93% 4%, rgba(232, 242, 235, .86), transparent 22%),
    linear-gradient(180deg, #fffdf8, #fff9ef);
}

.sbgf .sbgf-act--plan {
  background:
    radial-gradient(circle at 8% 8%, rgba(239, 227, 246, .76), transparent 25%),
    linear-gradient(180deg, #fbf7fc, #fffaf3 52%, #fffdf8);
}

.sbgf .sbgf-act--trust {
  padding-bottom: 54px;
  background:
    radial-gradient(circle at 94% 7%, rgba(250, 226, 231, .68), transparent 26%),
    linear-gradient(180deg, #fffdf8, #fbf5f8);
}

.sbgf .sbgf-act-tab {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 38px;
  display: inline-grid;
  min-height: 38px;
  grid-template-columns: 30px auto 22px;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 4px 10px 4px 4px;
  border: 1px solid #d7c4d4;
  border-radius: 999px;
  background: rgba(255, 253, 248, .94);
  color: #6a5669;
  box-shadow: 0 7px 20px rgba(67, 41, 67, .07);
  font: 700 .72rem/1 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.sbgf .sbgf-act-tab span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px dashed #a987a7;
  border-radius: 50%;
  background: var(--story-blush);
  color: var(--story-plum);
  font-size: .66rem;
}

.sbgf .sbgf-act--plan .sbgf-act-tab span { background: var(--story-lilac); }
.sbgf .sbgf-act--trust .sbgf-act-tab span { background: var(--story-sage); }
.sbgf .sbgf-act-tab strong { font-weight: 800; }
.sbgf .sbgf-act-tab i { color: #9a6f86; font: normal 1rem/1 Georgia, serif; text-align: center; }

.sbgf .sbgf-act > [data-sbgf-section] {
  background: transparent;
  color: var(--ink);
}

.sbgf .sbgf-act .section-pad { padding: 44px 0; }
.sbgf .sbgf-act .narrow-shell { width: min(760px, calc(100% - 80px)); }
.sbgf .sbgf-act .editorial-breakout { width: min(960px, calc(100% - 80px)); }
.sbgf .sbgf-act .section-heading { margin-bottom: 30px; }
.sbgf .sbgf-act .section-heading h2 {
  max-width: 720px;
  font-size: clamp(2.35rem, 4.8vw, 3.35rem);
  line-height: 1.03;
  letter-spacing: -.038em;
}

.sbgf .article-transition {
  width: min(760px, calc(100% - 80px));
  margin: 0 auto 18px;
  padding: 34px 36px;
  border: 1px solid #d9c7d6;
  border-radius: 26px 26px 52px 26px;
  background: linear-gradient(145deg, rgba(255, 250, 242, .94), rgba(244, 237, 248, .9));
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(67, 41, 67, .07);
}

.sbgf .article-transition h2 {
  margin-bottom: 8px;
  color: var(--story-plum);
  font-size: clamp(1.6rem, 3vw, 2.12rem);
}

.sbgf .article-transition .article-kicker { color: #8a657d; }
.sbgf .transition-mark { background: linear-gradient(145deg, #f9e7ed, #ece5f6); }

.sbgf .tips { padding-top: 30px !important; }
.sbgf .article-ribbon { margin-bottom: 24px; box-shadow: 0 14px 34px rgba(67, 41, 67, .08); }

.sbgf .tip-stack {
  display: grid;
  width: min(960px, calc(100% - 80px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border-top: 0;
}

.sbgf .tip-card {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 23px;
  border: 1px solid #dccbd9;
  border-radius: 22px 22px 42px 22px;
  background: linear-gradient(155deg, rgba(255,255,255,.86), rgba(250,236,241,.74));
  box-shadow: 0 11px 26px rgba(67, 41, 67, .055);
}

.sbgf .tip-card:nth-child(2) { transform: translateY(10px); background: linear-gradient(155deg, #fffdf8, #f2ecf8); }
.sbgf .tip-card:nth-child(3) { background: linear-gradient(155deg, #fffdf8, #eaf3ed); }
.sbgf .tip-card h3 { margin-bottom: 10px; font-size: 1.55rem; line-height: 1.08; }
.sbgf .tip-card p { margin: 0; color: #5d545d; font-size: .92rem; line-height: 1.58; }
.sbgf .tip-close { margin-top: 32px; border: 1px solid #decfdb; border-left: 4px solid #b98bab; border-radius: 0 18px 36px 0; background: rgba(255,255,255,.58); }
.sbgf .tips-safety { margin-bottom: 4px; background: rgba(255,253,248,.72); }

.sbgf .sales-hero {
  display: grid;
  width: min(960px, calc(100% - 80px));
  min-height: 0;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 34px;
  margin: 30px auto 0;
  padding: 44px;
  border-top: 1px dashed #d6c2d1;
}

.sbgf .sales-hero-content,
.sbgf .sales-hero-art { width: auto; margin: 0; }
.sbgf .sales-hero h2 { font-size: clamp(2.35rem, 4.2vw, 3.15rem); line-height: 1; }
.sbgf .sales-hero-lead { font-size: .98rem; line-height: 1.62; }
.sbgf .hero-heartline { margin-bottom: 22px; }
.sbgf .sales-hero-art { border-radius: 24px 24px 48px 24px; box-shadow: 0 14px 34px rgba(67,41,67,.08); }

.sbgf .reassurance {
  width: min(960px, calc(100% - 80px));
  margin: 0 auto 28px;
  padding: 32px !important;
  border: 1px solid #ded0dc;
  border-radius: 26px 26px 54px 26px;
  background: linear-gradient(135deg, rgba(244,237,248,.72), rgba(255,250,242,.86));
}

.sbgf .reassurance-split { width: 100%; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 32px; }
.sbgf .reassurance-copy h2 { font-size: clamp(2rem, 3.6vw, 2.65rem); }
.sbgf .hope-quilt { border-radius: 22px 22px 42px 22px; box-shadow: none; }
.sbgf .hope-quilt img { aspect-ratio: 16 / 9; }

.sbgf .offer { padding: 54px 0 48px !important; }
.sbgf .offer-grid { gap: 38px; }
.sbgf .product-stage,
.sbgf .price-card { box-shadow: 0 14px 36px rgba(67,41,67,.075); }
.sbgf .price-card { border: 1px solid #ded0dc; }
.sbgf .price-card h2 { font-size: clamp(2.15rem, 3.6vw, 2.85rem); }

.sbgf .inside-workshop {
  display: grid;
  width: min(960px, calc(100% - 80px));
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 34px;
  margin: 44px auto 0;
  padding-top: 42px;
  border-top: 1px dashed #d6c2d1;
}
.sbgf .inside-workshop .section-heading { width: auto; margin: 0; }
.sbgf .inside-workshop h3 { font-size: clamp(1.9rem, 3vw, 2.45rem); }
.sbgf .bonus-storybook { margin: 0; border-radius: 24px 24px 48px 24px; }

.sbgf .story {
  width: min(960px, calc(100% - 80px));
  margin: 8px auto 34px;
  padding: 58px 0 36px !important;
  border-top: 1px dashed #d6c2d1;
}
.sbgf .story-grid { width: 100%; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 42px; }
.sbgf .story-portrait { border: 1px solid #d9c7d4; box-shadow: 0 14px 36px rgba(67,41,67,.08); }
.sbgf .story-copy h2 { font-size: clamp(2.3rem, 4vw, 3.05rem); }

.sbgf .testimonials { padding: 52px 0 34px !important; }
.sbgf .testimonials > .narrow-shell { width: min(960px, calc(100% - 80px)); }
.sbgf .testimonials .section-heading { max-width: 720px; }
.sbgf .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border-top: 0;
}
.sbgf .testimonial,
.sbgf .testimonial:nth-child(2),
.sbgf .testimonial:nth-child(3) {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border: 1px solid #ddcdd9;
  border-radius: 22px 22px 42px 22px;
  box-shadow: 0 11px 28px rgba(67,41,67,.06);
}
.sbgf .testimonial:nth-child(1) { transform: rotate(-.45deg); background: linear-gradient(155deg,#fffdf8,#f8eef8); }
.sbgf .testimonial:nth-child(2) { transform: translateY(9px) rotate(.35deg); background: linear-gradient(155deg,#fffdf8,#fae8ed); }
.sbgf .testimonial:nth-child(3) { transform: rotate(-.2deg); background: linear-gradient(155deg,#fffdf8,#eaf4ef); }
.sbgf .testimonial-art { width: 102px; height: 102px; border-radius: 22px 22px 36px 22px; }
.sbgf .testimonial-art img { width: 96px; height: 96px; }
.sbgf .testimonial blockquote { margin: 0; }
.sbgf .testimonial blockquote p { font-size: .9rem; line-height: 1.52; }
.sbgf .testimonial figcaption { margin-top: auto; padding-top: 8px; border-top: 1px solid rgba(83,59,82,.12); }

.sbgf .confidence { padding: 28px 0 !important; }
.sbgf .confidence > .narrow-shell { width: min(960px, calc(100% - 80px)); }
.sbgf .confidence-card { border: 1px solid #d8c7d4; border-left: 5px solid #8b688d; border-radius: 0 24px 44px 0; }
.sbgf .confidence-copy { padding: 25px 34px 28px; }
.sbgf .confidence-copy h2 { font-size: clamp(2rem, 3.4vw, 2.65rem); }

.sbgf .faq {
  width: min(960px, calc(100% - 80px));
  margin: 0 auto;
  padding: 44px 0 34px !important;
  border-top: 1px dashed #d6c2d1;
}
.sbgf .faq-grid { width: 100%; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 44px; }
.sbgf .faq-heading { position: static; }
.sbgf .faq-heading h2 { font-size: clamp(2.1rem, 3.6vw, 2.75rem); }
.sbgf .faq-list details { border-color: #ddcfd9; }

.sbgf .final-section {
  width: min(960px, calc(100% - 80px));
  margin: 34px auto 0;
  border-radius: 28px 28px 58px 28px;
  box-shadow: 0 16px 44px rgba(67,41,67,.1);
}
.sbgf .sbgf-act .final-section {
  width: min(960px, calc(100% - 80px));
}
.sbgf .final-section.has-checkout {
  border-bottom-color: transparent;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 16px 44px rgba(67,41,67,.08);
}
.sbgf .final-art { border-radius: 22px 22px 44px 22px; }
.sbgf .final-content h2 { font-size: clamp(2.35rem,4vw,3.35rem); }

.sbgf .purchase-section {
  padding: 0 0 54px;
  background: transparent;
}
.sbgf .purchase-section .wide-shell { width: min(960px, calc(100% - 80px)); }
.sbgf .purchase-drawer { border-top: 0; border-radius: 0 0 28px 28px; box-shadow: 0 22px 52px rgba(67,41,67,.11); }
.sbgf .purchase-drawer > summary { min-height: 106px; }

@media (max-width: 940px) {
  .sbgf .sales-hero,
  .sbgf .reassurance-split,
  .sbgf .inside-workshop,
  .sbgf .story-grid,
  .sbgf .faq-grid { grid-template-columns: 1fr; }
  .sbgf .testimonial-grid { grid-template-columns: 1fr; }
  .sbgf .testimonial:nth-child(1),
  .sbgf .testimonial:nth-child(2),
  .sbgf .testimonial:nth-child(3) { transform: none; }
  .sbgf .inside-workshop .section-heading { max-width: 640px; }
}

@media (max-width: 760px) {
  .sbgf { padding: 20px 0 34px; }
  .sbgf .sbgf-storybook { width: min(100% - 32px, 1120px); border-radius: 24px 24px 48px 24px; }
  .sbgf .sbgf-storybook::before { display: none; }
  .sbgf .sbgf-act { padding: 76px 0 16px; }
  .sbgf .sbgf-act--trust { padding-bottom: 34px; }
  .sbgf .sbgf-act-tab { top: 20px; left: 16px; }
  .sbgf .sbgf-act .narrow-shell,
  .sbgf .sbgf-act .editorial-breakout,
  .sbgf .tip-stack,
  .sbgf .sales-hero,
  .sbgf .reassurance,
  .sbgf .inside-workshop,
  .sbgf .story,
  .sbgf .testimonials > .narrow-shell,
  .sbgf .confidence > .narrow-shell,
  .sbgf .faq,
  .sbgf .final-section,
  .sbgf .purchase-section .wide-shell,
  .sbgf .article-transition { width: min(100% - 28px, 960px); }
  .sbgf .sbgf-act .section-pad { padding: 34px 0; }
  .sbgf .article-transition { grid-template-columns: 44px minmax(0,1fr); gap: 13px; padding: 24px 20px; border-radius: 20px 20px 38px 20px; }
  .sbgf .article-transition h2 { font-size: 1.55rem; }
  .sbgf .tips { padding-top: 24px !important; }
  .sbgf .sbgf-act .section-heading h2 { font-size: clamp(2.05rem, 10.8vw, 2.55rem); }
  .sbgf .tip-stack { grid-template-columns: 1fr; gap: 12px; }
  .sbgf .tip-card,
  .sbgf .tip-card:nth-child(2),
  .sbgf .tip-card:nth-child(3) { min-height: 0; transform: none; padding: 20px; }
  .sbgf .tip-card { flex-direction: row; }
  .sbgf .tip-card h3 { font-size: 1.42rem; }
  .sbgf .sales-hero { gap: 24px; margin-top: 22px; padding: 32px 0; }
  .sbgf .sales-hero h2 { font-size: clamp(2.25rem, 11.6vw, 2.8rem); }
  .sbgf .reassurance { padding: 22px !important; border-radius: 22px 22px 42px 22px; }
  .sbgf .inside-workshop { gap: 24px; margin-top: 34px; padding-top: 34px; }
  .sbgf .story { padding-top: 42px !important; }
  .sbgf .story-grid { gap: 30px; }
  .sbgf .testimonial-grid { gap: 12px; }
  .sbgf .testimonial,
  .sbgf .testimonial:nth-child(2),
  .sbgf .testimonial:nth-child(3) { display: grid; grid-template-columns: 92px 1fr; gap: 10px 16px; padding: 20px; }
  .sbgf .testimonial-art { width: 92px; height: 92px; }
  .sbgf .testimonial-art img { width: 86px; height: 86px; }
  .sbgf .testimonial blockquote,
  .sbgf .testimonial figcaption { grid-column: 1 / -1; }
  .sbgf .confidence-copy { padding: 23px 22px 25px; }
  .sbgf .faq { padding-top: 36px !important; }
  .sbgf .final-section { gap: 24px; padding: 22px; }
  .sbgf .final-section.has-checkout { border-radius: 24px 24px 0 0; }
  .sbgf .purchase-drawer { border-radius: 0 0 24px 24px; }
  .sbgf .purchase-section { padding-bottom: 34px; }
}

@media (max-width: 420px) {
  .sbgf .sbgf-act-tab { grid-template-columns: 28px auto 18px; gap: 7px; font-size: .64rem; }
  .sbgf .sbgf-act-tab span { width: 28px; height: 28px; }
  .sbgf .article-transition { grid-template-columns: 1fr; }
  .sbgf .transition-mark { width: 42px; height: 42px; }
  .sbgf .tip-card { flex-direction: column; }
  .sbgf .primary-button { width: 100%; justify-content: center; }
}

/* v1.5.0 — one connected, product-clear sales story */
.sbgf .sales-hero h2 {
  max-width: 720px;
  font-size: clamp(2.1rem, 3.55vw, 2.72rem);
  line-height: 1.03;
}

.sbgf .sales-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.sbgf .sales-hero-facts li {
  display: flex;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid #decfdc;
  border-radius: 16px 16px 28px 16px;
  background: linear-gradient(145deg, rgba(255,253,248,.96), rgba(244,235,248,.9));
  box-shadow: 0 8px 20px rgba(67,41,67,.045);
}

.sbgf .sales-hero-facts strong {
  color: #4e324f;
  font-family: var(--font-display);
  font-size: .91rem;
  line-height: 1.18;
}

.sbgf .sales-hero-facts span {
  color: #756a74;
  font-size: .69rem;
  line-height: 1.25;
}

.sbgf .offer-identity {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #ddcfdb;
  border-left: 4px solid #9b7397;
  border-radius: 0 16px 28px 0;
  background: linear-gradient(135deg, #fffaf2, #f4edf7);
  color: #5b4f59 !important;
  font-size: .92rem;
  line-height: 1.55;
}

.sbgf .offer-identity strong {
  display: block;
  margin-bottom: 3px;
  color: #4b304c;
}

.sbgf .offer-outcomes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 14px !important;
}

.sbgf .offer-outcomes li {
  padding: 12px;
  border: 1px solid rgba(211,195,208,.78);
  border-radius: 14px 14px 24px 14px;
  background: rgba(255,255,255,.68);
  color: #584d56;
  font-size: .82rem;
  line-height: 1.43;
}

.sbgf .inside-workshop {
  align-items: start;
}

.sbgf .bonus-detail-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 2px;
}

.sbgf .bonus-detail-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 20px;
  border: 1px solid #ddcfd9;
  border-radius: 20px 20px 38px 20px;
  background: linear-gradient(155deg, #fffdf8, #f7eef8);
  box-shadow: 0 9px 24px rgba(67,41,67,.05);
}

.sbgf .bonus-detail-grid article:nth-child(2) { background: linear-gradient(155deg, #fffdf8, #faedf0); }
.sbgf .bonus-detail-grid article:nth-child(3) { background: linear-gradient(155deg, #fffdf8, #edf5ef); }

.sbgf .bonus-detail-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #765474;
  color: #fff;
  font-size: 1.05rem;
}

.sbgf .bonus-detail-grid p,
.sbgf .bonus-detail-grid h4 { margin: 0; }

.sbgf .bonus-detail-grid div > p:first-child {
  margin-bottom: 4px;
  color: #97708d;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sbgf .bonus-detail-grid h4 {
  color: #4e324f;
  font-family: var(--font-display);
  font-size: 1.22rem;
  line-height: 1.1;
}

.sbgf .bonus-detail-grid h4 + p {
  margin-top: 9px;
  color: #655a63;
  font-size: .79rem;
  line-height: 1.5;
}

.sbgf .story-copy blockquote {
  font-size: 1.04rem;
  line-height: 1.58;
}

.sbgf .testimonial blockquote p {
  font-size: .86rem;
  line-height: 1.52;
}

.sbgf .final-purchase .light-button {
  max-width: 470px;
}

@media (max-width: 940px) {
  .sbgf .bonus-detail-grid { grid-template-columns: 1fr; }
  .sbgf .offer-outcomes { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .sbgf .sales-hero h2 { font-size: clamp(2.02rem, 10vw, 2.48rem); }
  .sbgf .sales-hero-facts { grid-template-columns: 1fr; }
  .sbgf .sales-hero-facts li { min-height: 0; }
  .sbgf .bonus-detail-grid { gap: 10px; }
  .sbgf .bonus-detail-grid article { padding: 18px; }
  .sbgf .final-purchase .light-button { max-width: none; white-space: normal; text-align: center; }
}

/* v1.6.0 — a simpler, product-clear article handoff */
.sbgf .sbgf-act--start { padding-top: 28px; }

.sbgf .article-transition {
  width: min(960px, calc(100% - 80px));
  grid-template-columns: minmax(190px, 290px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 56px);
  margin: 0 auto;
  padding: 22px 34px 42px;
  border: 0;
  border-bottom: 1px dashed #d6c2d1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sbgf .transition-cutout { margin: 0; }
.sbgf .transition-cutout img { display: block; width: 100%; height: auto; }
.sbgf .article-transition h2 { max-width: 650px; font-size: clamp(2.45rem, 4.7vw, 3.7rem); line-height: .99; }
.sbgf .article-transition > div > p:not(.article-kicker):not(.transition-facts) { max-width: 650px; color: #5d525b; font-size: 1.04rem; line-height: 1.65; }

.sbgf .transition-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin: 20px 0 22px;
  color: #765f73;
  font-size: .75rem;
}

.sbgf .transition-facts strong { color: #4e324f; }
.sbgf .transition-facts span::before { content: '✦'; margin-right: 7px; color: #b48a66; }
.sbgf .transition-button { width: fit-content; }

@media (max-width: 760px) {
  .sbgf .sbgf-act--start { padding-top: 18px; }
  .sbgf .article-transition {
    width: min(100% - 28px, 960px);
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 6px 8px 30px;
  }
  .sbgf .transition-cutout { width: min(220px, 72vw); margin: 0 auto -4px; }
  .sbgf .article-transition h2 { font-size: clamp(2.2rem, 11vw, 2.75rem); }
  .sbgf .transition-facts { flex-direction: column; }
  .sbgf .transition-facts span::before { margin-left: 1px; }
  .sbgf .transition-button { width: 100%; }
}

/* v1.7.0 — full pitch, one continuous path, checkout at the decision point */
.sbgf .article-transition {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  padding: 18px 34px 30px;
}

.sbgf .transition-cutout {
  width: min(100%, 260px);
  justify-self: center;
}

.sbgf .transition-copy { min-width: 0; }

.sbgf .transition-value {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 8px 12px;
  max-width: 650px;
  margin: 19px 0 14px;
  padding: 13px 16px;
  border: 1px solid #ddccd9;
  border-radius: 17px 17px 30px 17px;
  background: linear-gradient(145deg, rgba(255,253,248,.96), rgba(245,237,248,.93));
  box-shadow: 0 8px 20px rgba(67,41,67,.045);
}

.sbgf .transition-value > span {
  color: #8a657d;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.sbgf .transition-value > strong {
  color: #4e324f;
  font-family: var(--font-display);
  font-size: 1.72rem;
  line-height: 1;
}

.sbgf .transition-value > p {
  margin: 0;
  padding-left: 12px;
  border-left: 1px solid #ddccd9;
  color: #655a63;
  font-size: .76rem;
  line-height: 1.42;
}

.sbgf .article-transition .transition-facts { margin: 0 0 17px; }
.sbgf .article-transition .primary-button { width: fit-content; }
.sbgf .transition-promise {
  margin: 10px 0 0 !important;
  color: #766773 !important;
  font-size: .72rem !important;
  line-height: 1.4 !important;
}

.sbgf .purchase-section--opening {
  padding: 0 0 26px;
  scroll-margin-top: 28px;
}

.sbgf .purchase-section--opening .wide-shell {
  width: min(960px, calc(100% - 80px));
}

.sbgf .purchase-section--opening .purchase-drawer {
  overflow: hidden;
  border: 1px solid #d9c6d5;
  border-radius: 24px 24px 46px 24px;
  background: #fffdf8;
  box-shadow: 0 15px 38px rgba(67,41,67,.09);
}

.sbgf .purchase-section--opening .purchase-drawer > summary { min-height: 96px; }

.sbgf .sbgf-act + .sbgf-act { border-top: 0; }
.sbgf .sbgf-act--plan,
.sbgf .sbgf-act--trust {
  padding-top: 22px;
  background: linear-gradient(180deg, #fffaf3, #fffdf8);
}

.sbgf .sbgf-act--plan::before,
.sbgf .sbgf-act--trust::before {
  content: "";
  display: block;
  width: min(880px, calc(100% - 112px));
  margin: 0 auto;
  border-top: 1px dashed rgba(178,143,169,.48);
}

.sbgf .sbgf-act--trust { padding-bottom: 54px; }
.sbgf .sbgf-act--plan .offer { padding-top: 44px !important; }
.sbgf .sbgf-act--trust .testimonials { padding-top: 44px !important; }

@media (max-width: 760px) {
  .sbgf .article-transition {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 4px 8px 24px;
  }

  .sbgf .transition-cutout { width: min(184px, 52vw); margin-bottom: -2px; }
  .sbgf .article-transition h2 { font-size: clamp(2rem, 10.3vw, 2.55rem); }
  .sbgf .transition-value { grid-template-columns: auto 1fr; padding: 12px 14px; }
  .sbgf .transition-value > p {
    grid-column: 1 / -1;
    padding: 9px 0 0;
    border-top: 1px solid #ddccd9;
    border-left: 0;
  }
  .sbgf .article-transition .primary-button { width: 100%; }
  .sbgf .purchase-section--opening { padding-bottom: 18px; }
  .sbgf .purchase-section--opening .wide-shell { width: min(100% - 28px, 960px); }
  .sbgf .purchase-section--opening .purchase-drawer { border-radius: 20px 20px 34px 20px; }
  .sbgf .purchase-section--opening .purchase-drawer > summary { min-height: 88px; }
  .sbgf .sbgf-act--plan,
  .sbgf .sbgf-act--trust { padding-top: 10px; }
  .sbgf .sbgf-act--plan::before,
  .sbgf .sbgf-act--trust::before { width: calc(100% - 48px); }
  .sbgf .sbgf-act--plan .offer,
  .sbgf .sbgf-act--trust .testimonials { padding-top: 34px !important; }
}

/* v1.8.0 — one storybook world, faster product comprehension, one decision path */
.sbgf .sbgf-storybook {
  overflow: clip;
  background:
    radial-gradient(circle at 8% 6%, rgba(242, 207, 132, .13), transparent 16rem),
    linear-gradient(180deg, #fffdf8 0%, #fff9f2 48%, #fffdf8 100%);
}

.sbgf .sbgf-act,
.sbgf .sbgf-act--plan,
.sbgf .sbgf-act--trust { background: transparent; }

.sbgf .sbgf-act--plan::before,
.sbgf .sbgf-act--trust::before { display: none; }

.sbgf [data-sbgf-section] { position: relative; }

.sbgf :is(.section-heading, .reassurance-copy, .faq-heading)::after {
  content: "☾  ✦";
  display: block;
  margin-top: 16px;
  color: #b88972;
  font-size: .9rem;
  letter-spacing: .22em;
}

.sbgf .article-transition {
  position: relative;
  margin-top: -10px;
  padding-top: 6px;
  border-bottom: 0;
}

.sbgf .article-transition::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 0;
  left: 34px;
  border-bottom: 1px dashed rgba(178, 143, 169, .42);
}

.sbgf .transition-cutout {
  transform: translateY(-14px);
  filter: drop-shadow(0 14px 18px rgba(67, 41, 67, .1));
}

.sbgf .article-transition .article-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #decbd9;
  border-radius: 999px;
  background: #fff8ed;
  color: #755771;
  letter-spacing: .08em;
}

.sbgf .transition-product-definition {
  margin-top: 10px !important;
  padding-left: 14px;
  border-left: 3px solid #d4ae88;
  color: #493b48 !important;
  font-weight: 650;
}

.sbgf .opening-product-glance {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  max-width: 650px;
  margin: 17px 0 0;
  padding: 10px 14px 10px 10px;
  border: 1px solid #ddccd9;
  border-radius: 18px 18px 30px 18px;
  background: linear-gradient(145deg, #fffdf8, #f7eef7);
  box-shadow: 0 9px 22px rgba(67, 41, 67, .055);
}

.sbgf .opening-product-glance img {
  display: block;
  width: 98px;
  height: 76px;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
}

.sbgf .opening-product-glance figcaption { display: grid; gap: 2px; min-width: 0; }
.sbgf .opening-product-glance strong { color: #432943; font-family: var(--font-display); font-size: 1.03rem; }
.sbgf .opening-product-glance span { color: #5f5260; font-size: .76rem; font-weight: 750; }
.sbgf .opening-product-glance small { color: #7a6675; font-size: .68rem; }

.sbgf .transition-value { margin-top: 10px; }
.sbgf .transition-value > strong {
  font-family: var(--font-display);
  font-size: 1.58rem;
  line-height: 1;
}

.sbgf .hope-goal-labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.sbgf .hope-goal-labels li {
  position: relative;
  padding-left: 13px;
  color: #665764;
  font-size: .72rem;
  line-height: 1.35;
}

.sbgf .hope-goal-labels li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #b88972;
}

.sbgf .product-proof-heading {
  margin: 0 0 10px;
  color: #4b334b;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  text-align: center;
}

.sbgf .purchase-compact-intro {
  margin: 0;
  padding: 11px 24px;
  border-bottom: 1px solid #dfd0dc;
  background: #fbf5fb;
  color: #5b4c59;
  font-size: .76rem;
  line-height: 1.42;
  text-align: center;
}

.sbgf :is(.sales-hero-art, .hope-quilt, .product-stage, .bonus-storybook, .story-portrait, .final-art) {
  border-color: #d9c5d3;
  background: #fffaf3;
  box-shadow: 0 16px 38px rgba(67, 41, 67, .085);
}

.sbgf :is(.sales-hero-art, .hope-quilt, .product-stage, .bonus-storybook, .story-portrait, .final-art) img {
  filter: saturate(.92) contrast(.98);
}

.sbgf .story-portrait figcaption em {
  display: block;
  margin-top: 7px;
  color: #5f4f5d;
  font-size: .74rem;
  font-style: normal;
  line-height: 1.42;
}

.sbgf .inside-workshop { border-top-color: rgba(178, 143, 169, .35); }
.sbgf .bonus-storybook { box-shadow: 0 12px 30px rgba(67, 41, 67, .07); }
.sbgf .bonus-detail-grid article { border-color: #dfcedb; box-shadow: 0 9px 20px rgba(67, 41, 67, .045); }

.sbgf .sbgf-act--trust { padding-top: 0; }
.sbgf .sbgf-act--trust .testimonials { padding-bottom: 20px !important; }
.sbgf .sbgf-act--trust .confidence { padding-top: 20px !important; padding-bottom: 30px !important; }
.sbgf .testimonial-grid { gap: 14px; }
.sbgf .testimonial { border-color: #ddcad8; box-shadow: 0 12px 28px rgba(67, 41, 67, .06); }
.sbgf .testimonial-art { border-radius: 50%; }
.sbgf .testimonial-art img { border-radius: 50%; }
.sbgf .testimonial figcaption small:last-child { color: #775f73; font-weight: 750; }
.sbgf .confidence-card { box-shadow: 0 12px 30px rgba(67, 41, 67, .06); }

.sbgf .final-art::after {
  content: "☾  ✦";
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(255, 250, 241, .9);
  font-size: 1rem;
  letter-spacing: .2em;
}

.sbgf .purchase-section--opening .purchase-drawer > summary,
.sbgf .purchase-section--opening .purchase-drawer[open] > summary {
  min-height: 88px;
  padding-block: 13px;
}

.sbgf #sbgf-purchase-section-title:focus { outline: 0; box-shadow: none; }

@media (max-width: 760px) {
  .sbgf .article-transition { margin-top: -8px; padding-top: 0; }
  .sbgf .article-transition::after { right: 8px; left: 8px; }
  .sbgf .transition-cutout { margin-top: -14px; transform: none; }
  .sbgf .opening-product-glance { grid-template-columns: 82px minmax(0, 1fr); gap: 10px; padding: 9px; }
  .sbgf .opening-product-glance img { width: 82px; height: 66px; }
  .sbgf .opening-product-glance strong { font-size: .94rem; }
  .sbgf .opening-product-glance span { font-size: .7rem; }
  .sbgf .opening-product-glance small { font-size: .64rem; }
  .sbgf .transition-value > strong { font-size: 1.45rem; }
  .sbgf .hope-goal-labels { grid-template-columns: 1fr; gap: 4px; }
  .sbgf .purchase-compact-intro { padding: 9px 13px; font-size: .7rem; text-align: left; }
  .sbgf .sbgf-act--trust .testimonials { padding-top: 26px !important; }
  .sbgf .testimonial,
  .sbgf .testimonial:nth-child(2),
  .sbgf .testimonial:nth-child(3) { grid-template-columns: 72px 1fr; padding: 17px; }
  .sbgf .testimonial-art { width: 72px; height: 72px; }
  .sbgf .testimonial-art img { width: 68px; height: 68px; }
}

@media (max-width: 520px) {
  .sbgf .purchase-section--opening .purchase-drawer > summary,
  .sbgf .purchase-section--opening .purchase-drawer[open] > summary {
    grid-template-columns: 50px minmax(0, 1fr) 36px;
    gap: 10px;
    min-height: 88px;
    padding: 12px 13px;
  }
  .sbgf .purchase-summary-thumb { width: 50px; height: 50px; }
  .sbgf .purchase-summary-copy strong { font-size: 1.02rem; }
  .sbgf .purchase-summary-copy small { margin-top: 3px; font-size: .68rem; line-height: 1.25; }
  .sbgf .purchase-summary-action {
    position: relative;
    display: grid;
    width: 36px;
    min-height: 36px;
    grid-column: auto;
    place-items: center;
    padding: 0;
  }
  .sbgf .purchase-summary-action > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}
