:root {
  --sbop-ink: #29243a;
  --sbop-muted: #696278;
  --sbop-purple: #6e5a9e;
  --sbop-purple-dark: #49386f;
  --sbop-purple-deep: #33254f;
  --sbop-lavender: #eee9f7;
  --sbop-lavender-2: #ded4ef;
  --sbop-cream: #fffaf4;
  --sbop-cream-2: #f8efe6;
  --sbop-peach: #f5d9ca;
  --sbop-blue: #dcecf3;
  --sbop-gold: #f4e3aa;
  --sbop-white: #ffffff;
  --sbop-line: rgba(72, 55, 106, 0.14);
  --sbop-shadow: 0 24px 65px rgba(61, 43, 88, 0.14);
  --sbop-shadow-soft: 0 15px 40px rgba(61, 43, 88, 0.10);
  --sbop-radius-xl: 34px;
  --sbop-radius-lg: 26px;
  --sbop-radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sbop-standalone {
  margin: 0;
  min-width: 320px;
  background: var(--sbop-cream);
  color: var(--sbop-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.sbop-standalone img, body.sbop-standalone svg { max-width: 100%; }
body.sbop-standalone a { color: inherit; }
body.sbop-standalone button, body.sbop-standalone input, body.sbop-standalone textarea, body.sbop-standalone select { font: inherit; }
.sbop-page { min-height: 100vh; overflow: clip; }
.sbop-shell { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.sbop-section { padding: 100px 0; }

.sbop-progress {
  position: fixed;
  z-index: 99999;
  inset: 0 0 auto;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
.sbop-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #947bc5, #d590a9, #d9b77b);
  box-shadow: 0 0 18px rgba(125, 95, 175, .5);
}
.sbop-progress-static span { width: 100%; }

.sbop-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 250, 244, 0.86);
  border-bottom: 1px solid rgba(73, 56, 111, 0.08);
  backdrop-filter: saturate(1.25) blur(16px);
}
.sbop-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sbop-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.sbop-logo-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; }
.sbop-logo-mark svg { width: 42px; height: 42px; fill: var(--sbop-purple); }
.sbop-logo-copy { display: flex; min-width: 0; flex-direction: column; line-height: 1.05; }
.sbop-logo-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; letter-spacing: -0.5px; }
.sbop-logo-copy small { margin-top: 5px; color: var(--sbop-muted); font-size: 11px; letter-spacing: 0.03em; }

.sbop-cta {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 21px 14px 25px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #7561a7, #584487);
  color: white !important;
  text-decoration: none;
  font-weight: 780;
  font-size: 16px;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 27px rgba(85, 62, 133, 0.25), inset 0 1px 0 rgba(255,255,255,.28);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.sbop-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(85, 62, 133, 0.31), inset 0 1px 0 rgba(255,255,255,.28); filter: saturate(1.08); }
.sbop-cta:focus-visible { outline: 3px solid rgba(115, 91, 166, .28); outline-offset: 4px; }
.sbop-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.17);
  font-size: 20px;
}
.sbop-cta-small { min-height: 46px; padding: 8px 12px 8px 17px; font-size: 13px; border-radius: 14px; }
.sbop-cta-small .sbop-arrow { width: 28px; height: 28px; border-radius: 9px; font-size: 16px; }
.sbop-cta-light { background: white; color: var(--sbop-purple-dark) !important; box-shadow: 0 15px 30px rgba(35, 24, 57, .2); }
.sbop-cta-light .sbop-arrow { background: var(--sbop-lavender); }
.sbop-cta-wide { width: 100%; }

.sbop-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--sbop-purple);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.sbop-eyebrow span { font-size: 17px; line-height: 1; }
.sbop-eyebrow-light { color: #ddd3f1; }

.sbop-hero {
  position: relative;
  padding: 80px 0 90px;
  background:
    radial-gradient(circle at 87% 12%, rgba(220, 210, 239, .86), transparent 32%),
    radial-gradient(circle at 4% 72%, rgba(245, 217, 202, .55), transparent 34%),
    linear-gradient(180deg, #fffaf5 0%, #fdf7f2 100%);
}
.sbop-hero::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(110,90,158,.09);
  border-radius: 50%;
  right: -200px;
  top: -150px;
}
.sbop-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 72px; align-items: center; }
.sbop-hero-copy h1,
.sbop-section-heading h2,
.sbop-story-heading h2,
.sbop-product-copy h2,
.sbop-final-card h2,
.sbop-checkout-heading h1,
.sbop-payment-head h2,
.sbop-checkout-faq-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.sbop-hero-copy h1 { max-width: 740px; font-size: clamp(52px, 6.2vw, 82px); }
.sbop-hero-copy h1 em,
.sbop-checkout-heading h1 em { color: var(--sbop-purple); font-weight: 500; }
.sbop-lead { max-width: 680px; margin: 27px 0 0; color: #5f5869; font-size: 19px; line-height: 1.68; }
.sbop-hero-benefits { display: grid; gap: 13px; margin: 34px 0 32px; }
.sbop-hero-benefits > div {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  max-width: 635px;
  padding: 13px 16px 13px 13px;
  border: 1px solid rgba(84, 65, 128, .09);
  border-radius: 17px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 9px 28px rgba(72, 53, 105, .045);
}
.sbop-hero-benefits > div > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--sbop-lavender);
  color: var(--sbop-purple);
  font-size: 11px;
  font-weight: 850;
}
.sbop-hero-benefits p { margin: 1px 0 0; }
.sbop-hero-benefits strong { display: block; font-size: 15px; }
.sbop-hero-benefits small { display: block; margin-top: 4px; color: var(--sbop-muted); font-size: 13px; line-height: 1.48; }
.sbop-hero-action > p { margin: 13px 0 0 5px; color: var(--sbop-muted); font-size: 12px; }
.sbop-hero-action > p span { color: var(--sbop-purple); font-weight: 800; }

.sbop-hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.sbop-night-card {
  position: relative;
  width: min(100%, 510px);
  overflow: hidden;
  border: 1px solid rgba(95, 75, 140, .14);
  border-radius: 38px;
  background: linear-gradient(160deg, #eee8f8, #f8e9e1 73%);
  box-shadow: 0 38px 90px rgba(61, 43, 88, .18);
  transform: rotate(1.3deg);
}
.sbop-night-card-top { display: flex; justify-content: space-between; align-items: center; padding: 21px 25px 12px; color: var(--sbop-purple-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sbop-nursery-scene { position: relative; height: 405px; overflow: hidden; }
.sbop-floor { position: absolute; inset: auto 0 0; height: 92px; background: #d9c1b3; clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%); }
.sbop-window { position: absolute; right: 55px; top: 34px; width: 130px; height: 168px; overflow: hidden; border: 12px solid rgba(255,255,255,.82); border-radius: 65px 65px 10px 10px; background: linear-gradient(#7971aa, #c5a4b9); box-shadow: 0 17px 30px rgba(80,61,113,.16); }
.sbop-window::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 47%, rgba(255,255,255,.7) 48% 52%, transparent 53%); }
.sbop-window-moon { position: absolute; left: 22px; top: 15px; color: #fff4dc; font-family: Georgia, serif; font-size: 50px; }
.sbop-window i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: white; }
.sbop-window i:nth-child(2) { right: 20px; top: 37px; }.sbop-window i:nth-child(3) { left: 35px; bottom: 34px; }.sbop-window i:nth-child(4) { right: 37px; bottom: 54px; }
.sbop-crib { position: absolute; left: 58px; bottom: 61px; width: 250px; height: 144px; border-radius: 13px 13px 7px 7px; background: #a88774; box-shadow: 0 20px 30px rgba(75,54,83,.14); }
.sbop-crib::before, .sbop-crib::after { content: ""; position: absolute; bottom: -46px; width: 17px; height: 60px; border-radius: 0 0 8px 8px; background: #806655; }
.sbop-crib::before { left: 21px; }.sbop-crib::after { right: 21px; }
.sbop-crib-rail { position: absolute; inset: 0 0 auto; height: 67px; border-bottom: 9px solid #8f715e; background: repeating-linear-gradient(90deg, #a88774 0 11px, transparent 11px 31px); }
.sbop-baby { position: absolute; right: 45px; bottom: 55px; width: 90px; height: 48px; border-radius: 50% 50% 40% 40%; background: #f4c8af; transform: rotate(-5deg); }
.sbop-baby span { position: absolute; right: -4px; top: 2px; width: 43px; height: 43px; border-radius: 50%; background: #f6d2bd; }
.sbop-baby span::before { content: ""; position: absolute; width: 20px; height: 9px; border-radius: 50%; border-top: 2px solid #754e48; left: 5px; top: 19px; transform: rotate(-4deg); }
.sbop-blanket { position: absolute; left: 38px; right: 31px; bottom: 20px; height: 61px; border-radius: 55% 50% 10px 10px; background: linear-gradient(135deg, #7c69aa, #584a85); }
.sbop-rocker { position: absolute; right: 40px; bottom: 55px; width: 115px; height: 123px; border-radius: 55% 50% 45% 45%; background: #c2a391; transform: rotate(-6deg); }
.sbop-rocker::before { content: ""; position: absolute; left: -10px; right: -7px; bottom: -19px; height: 24px; border: 8px solid #8c705f; border-top: 0; border-radius: 0 0 50% 50%; }
.sbop-rocker span { position: absolute; inset: 19px 17px 25px; border-radius: 50%; background: #ead3c6; }
.sbop-night-note { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 25px 23px; background: rgba(255,255,255,.78); border-top: 1px solid rgba(91,72,131,.09); }
.sbop-night-note strong { font-family: Georgia, serif; font-size: 17px; font-weight: 500; }
.sbop-night-note small { color: var(--sbop-muted); font-size: 10px; text-align: right; }
.sbop-night-orbit { position: absolute; z-index: 4; display: grid; place-items: center; border: 1px solid rgba(95,75,140,.1); border-radius: 50%; background: rgba(255,255,255,.88); color: var(--sbop-purple); box-shadow: var(--sbop-shadow-soft); }
.sbop-orbit-one { width: 73px; height: 73px; top: 40px; left: 0; font-size: 15px; font-weight: 800; transform: rotate(-9deg); }
.sbop-orbit-two { width: 62px; height: 62px; right: -5px; bottom: 87px; font-family: Georgia, serif; font-size: 31px; transform: rotate(8deg); }
.sbop-floating-book { position: absolute; z-index: 6; right: -10px; bottom: -4px; transform: rotate(7deg); filter: drop-shadow(0 20px 25px rgba(49, 34, 75, .24)); }

.sbop-book-mockup { position: relative; width: 295px; height: 385px; transform-style: preserve-3d; }
.sbop-book-cover { position: absolute; z-index: 3; inset: 0 16px 13px 0; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 32px; border-radius: 8px 19px 19px 8px; background: linear-gradient(145deg, #8270b3, #4d3d7b); color: white; box-shadow: inset -12px 0 24px rgba(25,16,48,.18), inset 1px 1px 0 rgba(255,255,255,.22); text-align: center; }
.sbop-book-cover::before { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; background: rgba(255,244,219,.94); top: -70px; right: -53px; }
.sbop-book-cover::after { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; background: #685795; top: -87px; right: -2px; }
.sbop-cover-stars { position: absolute; z-index: 2; right: 27px; top: 25px; color: #f9e9cb; font-size: 13px; }
.sbop-cover-moon { position: relative; z-index: 2; margin: 0 0 18px; color: #fff2d6; font-family: Georgia, serif; font-size: 58px; line-height: 1; }
.sbop-cover-kicker { position: relative; z-index: 2; margin: 0 0 15px; color: #ddd2ef; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sbop-book-cover h3 { position: relative; z-index: 2; margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 500; line-height: 1.02; letter-spacing: -.03em; }
.sbop-cover-sub { position: relative; z-index: 2; margin: 17px 0 0; color: #ede7f7; font-size: 12px; line-height: 1.55; }
.sbop-cover-line { position: relative; z-index: 2; width: 44px; height: 1px; margin: 23px 0 13px; background: #d6c8ea; }
.sbop-book-cover small { position: relative; z-index: 2; color: #d9d0e8; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.sbop-book-spine { position: absolute; z-index: 2; left: -8px; top: 7px; bottom: 20px; width: 21px; border-radius: 7px 0 0 7px; background: #403163; transform: skewY(-14deg); }
.sbop-book-pages { position: absolute; z-index: 1; left: 18px; right: 0; bottom: 0; height: 27px; border-radius: 0 0 11px 7px; background: repeating-linear-gradient(0deg, #e8e3dd 0 2px, #fbf7f2 2px 4px); transform: skewX(35deg); transform-origin: left top; box-shadow: 0 9px 17px rgba(40,27,64,.2); }
.sbop-book-small { width: 130px; height: 172px; }
.sbop-book-small .sbop-book-cover { padding: 19px 12px; border-radius: 5px 10px 10px 5px; }
.sbop-book-small .sbop-cover-moon { margin-bottom: 7px; font-size: 27px; }
.sbop-book-small .sbop-cover-kicker { margin-bottom: 6px; font-size: 4px; }
.sbop-book-small .sbop-book-cover h3 { font-size: 13px; }
.sbop-book-small .sbop-cover-sub { margin-top: 7px; font-size: 5px; }
.sbop-book-small .sbop-cover-line { width: 18px; margin: 8px 0 4px; }
.sbop-book-small .sbop-book-cover small { font-size: 4px; }
.sbop-book-small .sbop-cover-stars { top: 11px; right: 11px; font-size: 6px; }
.sbop-book-small .sbop-book-cover::before, .sbop-book-small .sbop-book-cover::after { width: 85px; height: 85px; }
.sbop-book-small .sbop-book-cover::before { top: -31px; right: -20px; }.sbop-book-small .sbop-book-cover::after { top: -38px; right: 1px; }
.sbop-book-small .sbop-book-spine { width: 10px; left: -4px; }.sbop-book-small .sbop-book-pages { height: 13px; }

.sbop-trust-strip { border-top: 1px solid var(--sbop-line); border-bottom: 1px solid var(--sbop-line); background: white; }
.sbop-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); }
.sbop-trust-row > div { display: grid; grid-template-columns: 47px 1fr; gap: 14px; align-items: center; padding: 27px 35px; border-right: 1px solid var(--sbop-line); }
.sbop-trust-row > div:first-child { padding-left: 0; }.sbop-trust-row > div:last-child { border-right: 0; padding-right: 0; }
.sbop-trust-row > div > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; background: var(--sbop-lavender); color: var(--sbop-purple); font-size: 23px; }
.sbop-trust-row p { margin: 0; }
.sbop-trust-row strong { display: block; font-size: 14px; }
.sbop-trust-row small { display: block; margin-top: 4px; color: var(--sbop-muted); font-size: 11px; line-height: 1.4; }

.sbop-story { background: white; }
.sbop-story-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 85px; align-items: start; }
.sbop-story-heading { position: sticky; top: 130px; }
.sbop-story-heading h2, .sbop-section-heading h2 { font-size: clamp(39px, 4.4vw, 60px); line-height: 1.03; }
.sbop-story-copy { color: var(--sbop-muted); font-size: 17px; line-height: 1.85; }
.sbop-story-copy > p { margin: 0 0 22px; }
.sbop-story-lead { color: var(--sbop-ink); font-family: Georgia, serif; font-size: 25px; line-height: 1.55; }
.sbop-pullquote { position: relative; margin-top: 37px; padding: 34px 35px 31px 59px; border-radius: 26px; background: var(--sbop-lavender); color: var(--sbop-purple-dark); }
.sbop-pullquote > span { position: absolute; left: 20px; top: 8px; color: #a895ca; font-family: Georgia, serif; font-size: 68px; }
.sbop-pullquote p { margin: 0; font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }

.sbop-pain-section { background: #fbf6f1; }
.sbop-section-heading { max-width: 820px; margin-bottom: 45px; }
.sbop-section-heading > p:last-child { max-width: 680px; margin: 22px 0 0; color: var(--sbop-muted); font-size: 17px; line-height: 1.7; }
.sbop-centered { margin-left: auto; margin-right: auto; text-align: center; }
.sbop-centered .sbop-eyebrow { justify-content: center; }
.sbop-centered > p:last-child { margin-left: auto; margin-right: auto; }
.sbop-pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sbop-pain-grid article { min-height: 250px; padding: 31px; border: 1px solid var(--sbop-line); border-radius: 25px; background: white; box-shadow: 0 13px 34px rgba(69,50,98,.055); }
.sbop-icon-bubble { width: 53px; height: 53px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 17px; background: var(--sbop-lavender); color: var(--sbop-purple); font-family: Georgia, serif; font-size: 25px; }
.sbop-icon-peach { background: var(--sbop-peach); color: #9c5f56; }.sbop-icon-blue { background: var(--sbop-blue); color: #4f7180; font-family: inherit; font-size: 13px; font-weight: 900; }.sbop-icon-gold { background: var(--sbop-gold); color: #8a6d22; font-family: inherit; font-weight: 900; }
.sbop-pain-grid h3 { margin: 0 0 13px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1.15; letter-spacing: -.025em; }
.sbop-pain-grid p { margin: 0; color: var(--sbop-muted); font-size: 14px; line-height: 1.68; }

.sbop-patterns { background: var(--sbop-purple-deep); color: white; }
.sbop-patterns .sbop-section-heading { max-width: 900px; }
.sbop-patterns .sbop-section-heading h2 { color: white; }
.sbop-pattern-grid { display: grid; gap: 14px; }
.sbop-pattern-grid article { display: grid; grid-template-columns: 98px 1fr; gap: 25px; align-items: center; padding: 29px 33px; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: rgba(255,255,255,.055); }
.sbop-pattern-number { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 20px; background: rgba(255,255,255,.11); color: #e7ddf3; font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.sbop-pattern-grid h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; letter-spacing: -.02em; }
.sbop-pattern-grid p { max-width: 820px; margin: 0; color: #cfc5dc; font-size: 15px; line-height: 1.66; }

.sbop-product-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #735f9d, #3f315e); color: white; }
.sbop-product-section::before { content: ""; position: absolute; width: 800px; height: 800px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; left: -420px; top: -390px; }
.sbop-product-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); gap: 90px; align-items: center; }
.sbop-product-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.sbop-product-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(244,220,189,.5), rgba(244,220,189,0) 70%); filter: blur(10px); }
.sbop-product-visual .sbop-book-mockup { position: relative; z-index: 3; transform: rotate(-4deg) scale(1.08); filter: drop-shadow(0 35px 35px rgba(20,12,36,.32)); }
.sbop-product-badge { position: absolute; z-index: 4; left: 17px; bottom: 35px; max-width: 220px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 17px; background: rgba(255,255,255,.12); backdrop-filter: blur(13px); }
.sbop-product-badge strong { display: block; font-size: 13px; }.sbop-product-badge small { display: block; margin-top: 5px; color: #d9cfe5; font-size: 10px; line-height: 1.4; }
.sbop-product-copy h2 { max-width: 680px; font-size: clamp(42px, 4.6vw, 63px); line-height: 1.02; }
.sbop-product-copy > p:not(.sbop-eyebrow):not(.sbop-product-micro) { max-width: 690px; margin: 25px 0 0; color: #ded5e9; font-size: 17px; line-height: 1.75; }
.sbop-check-list { display: grid; gap: 12px; margin: 30px 0 31px; padding: 0; list-style: none; }
.sbop-check-list li { display: grid; grid-template-columns: 37px 1fr; gap: 13px; align-items: start; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.09); }
.sbop-check-list li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.11); color: #f8dfb8; font-weight: 900; }
.sbop-check-list strong { display: block; font-size: 14px; }.sbop-check-list small { display: block; margin-top: 4px; color: #cfc4dd; font-size: 12px; line-height: 1.5; }
.sbop-product-micro { margin: 13px 0 0 !important; color: #cec3dc !important; font-size: 11px !important; }

.sbop-inside { background: white; }
.sbop-inside-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sbop-inside-grid article { position: relative; min-height: 247px; padding: 31px 29px 28px; overflow: hidden; border: 1px solid var(--sbop-line); border-radius: 24px; background: #fffdfb; }
.sbop-inside-grid article::after { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%; right: -46px; bottom: -51px; background: var(--sbop-lavender); opacity: .7; }
.sbop-inside-grid article > span { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 12px; background: var(--sbop-lavender); color: var(--sbop-purple); font-size: 10px; font-weight: 850; }
.sbop-inside-grid h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; line-height: 1.17; }
.sbop-inside-grid p { margin: 0; color: var(--sbop-muted); font-size: 13px; line-height: 1.62; }

.sbop-price-story { background: #f8f1eb; }
.sbop-price-card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 70px; align-items: center; padding: 60px; border: 1px solid var(--sbop-line); border-radius: 34px; background: white; box-shadow: var(--sbop-shadow-soft); }
.sbop-price-card h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(39px, 4.5vw, 59px); font-weight: 500; letter-spacing: -.04em; line-height: 1.03; }
.sbop-price-card > div:first-child > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--sbop-muted); font-size: 16px; line-height: 1.72; }
.sbop-price-visual { padding: 31px; border-radius: 25px; background: var(--sbop-lavender); text-align: center; }
.sbop-was { margin: 0 0 12px; color: var(--sbop-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.sbop-price-visual > strong { display: block; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.sbop-price-visual > small { display: block; margin: 9px 0 22px; color: var(--sbop-purple); font-weight: 800; }

.sbop-testimonial-section { background: white; }
.sbop-testimonial-card { max-width: 820px; padding: 50px 60px; border-radius: 32px; background: var(--sbop-lavender); text-align: center; }
.sbop-big-quote { display: block; height: 47px; color: #a491c7; font-family: Georgia, serif; font-size: 88px; line-height: .8; }
.sbop-testimonial-card blockquote { margin: 10px auto 24px; font-family: Georgia, serif; font-size: 27px; line-height: 1.5; }
.sbop-stars { color: #d7a93f; letter-spacing: .14em; }.sbop-testimonial-card > p { margin: 10px 0 0; color: var(--sbop-muted); font-size: 12px; }

.sbop-faq-section { background: white; }
.sbop-faq-shell { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 80px; align-items: start; }
.sbop-faq-shell .sbop-section-heading { position: sticky; top: 130px; }
.sbop-faq-list { display: grid; gap: 12px; }
.sbop-faq-list article { border: 1px solid var(--sbop-line); border-radius: 20px; background: #fffdfb; overflow: hidden; }
.sbop-faq-list button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; border: 0; background: transparent; color: var(--sbop-ink); text-align: left; cursor: pointer; }
.sbop-faq-list button span { font-weight: 780; font-size: 15px; }
.sbop-faq-list button b { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; background: var(--sbop-lavender); color: var(--sbop-purple); font-size: 20px; font-weight: 500; transition: transform .2s ease; }
.sbop-faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.sbop-faq-list article > div > p { overflow: hidden; margin: 0; padding: 0 24px; color: var(--sbop-muted); font-size: 14px; line-height: 1.7; transition: padding .25s ease; }
.sbop-faq-list article.is-open > div { grid-template-rows: 1fr; }
.sbop-faq-list article.is-open > div > p { padding: 0 24px 24px; }
.sbop-faq-list article.is-open button b { transform: rotate(45deg); }

.sbop-final { padding: 25px 0 100px; background: white; }
.sbop-final-card { position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 43px 46px; overflow: hidden; border-radius: 31px; background: linear-gradient(135deg, #f3edf9, #fae9df); }
.sbop-final-card::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(102,81,148,.11); border-radius: 50%; right: -135px; bottom: -200px; }
.sbop-final-moon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 25px; background: white; color: var(--sbop-purple); font-family: Georgia, serif; font-size: 44px; box-shadow: var(--sbop-shadow-soft); }
.sbop-final-card h2 { font-size: clamp(34px, 4vw, 51px); }
.sbop-final-card > div:nth-child(2) > p:last-child { margin: 14px 0 0; color: var(--sbop-muted); font-size: 14px; }
.sbop-final-action { position: relative; z-index: 2; min-width: 270px; }
.sbop-final-action .sbop-cta { width: 100%; }
.sbop-final-action small { display: block; margin-top: 11px; color: var(--sbop-muted); font-size: 9px; text-align: center; }

.sbop-footer { padding: 38px 0 105px; border-top: 1px solid var(--sbop-line); background: #f7f1eb; }
.sbop-footer-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.sbop-footer strong { font-family: Georgia, serif; font-size: 22px; }.sbop-footer p { margin: 7px 0 0; color: var(--sbop-muted); font-size: 10px; line-height: 1.6; }.sbop-footer-inner > div:last-child { text-align: right; }
.sbop-mobile-sticky { position: fixed; z-index: 9998; inset: auto 0 0; display: none; padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); background: rgba(255,250,245,.94); border-top: 1px solid var(--sbop-line); backdrop-filter: blur(15px); transform: translateY(110%); transition: transform .25s ease; }
.sbop-mobile-sticky .sbop-cta { width: 100%; min-height: 53px; }

/* Purchase page */
.sbop-purchase { background: #f7f3fb; }
.sbop-purchase-header { background: rgba(247,243,251,.9); }
.sbop-back-link { text-decoration: none; color: var(--sbop-purple); font-size: 13px; font-weight: 800; }
.sbop-checkout-hero { padding: 65px 0 85px; background: radial-gradient(circle at 50% -15%, rgba(208,194,232,.75), transparent 40%), #f7f3fb; }
.sbop-checkout-heading { max-width: 790px; margin: 0 auto 44px; text-align: center; }
.sbop-checkout-heading .sbop-eyebrow { justify-content: center; }
.sbop-checkout-heading h1 { font-size: clamp(48px, 6vw, 75px); }
.sbop-checkout-heading > p:last-child { margin: 22px 0 0; color: var(--sbop-muted); font-size: 17px; }
.sbop-checkout-grid { display: grid; grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr); gap: 24px; align-items: start; }
.sbop-order-card, .sbop-payment-card { border: 1px solid var(--sbop-line); border-radius: 28px; background: white; box-shadow: var(--sbop-shadow-soft); }
.sbop-order-card { position: sticky; top: 106px; padding: 31px; }
.sbop-order-top { display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 21px; align-items: center; padding-bottom: 26px; border-bottom: 1px solid var(--sbop-line); }
.sbop-book-checkout { width: 120px; height: 157px; transform: rotate(-4deg); }
.sbop-book-checkout .sbop-book-cover { padding: 16px 12px; }.sbop-book-checkout .sbop-cover-moon { font-size: 25px; margin-bottom: 6px; }.sbop-book-checkout .sbop-cover-kicker { margin-bottom: 5px; font-size: 4px; }.sbop-book-checkout .sbop-book-cover h3 { font-size: 12px; }.sbop-book-checkout .sbop-cover-sub { margin-top: 6px; font-size: 5px; }.sbop-book-checkout .sbop-cover-line { width: 17px; margin: 8px 0 4px; }.sbop-book-checkout .sbop-book-cover small { font-size: 4px; }.sbop-book-checkout .sbop-cover-stars { top: 9px; right: 9px; font-size: 5px; }.sbop-book-checkout .sbop-book-cover::before, .sbop-book-checkout .sbop-book-cover::after { width: 76px; height: 76px; }.sbop-book-checkout .sbop-book-cover::before { top: -26px; right: -19px; }.sbop-book-checkout .sbop-book-cover::after { top: -33px; right: 0; }.sbop-book-checkout .sbop-book-spine { width: 9px; left: -4px; }.sbop-book-checkout .sbop-book-pages { height: 11px; }
.sbop-order-label { margin: 0 0 7px; color: var(--sbop-purple); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.sbop-order-top h2 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1.08; }
.sbop-order-top div > p:last-child { margin: 10px 0 0; color: var(--sbop-muted); font-size: 11px; line-height: 1.5; }
.sbop-order-includes { display: grid; gap: 12px; margin: 25px 0; padding: 0; list-style: none; }
.sbop-order-includes li { display: grid; grid-template-columns: 27px 1fr; gap: 9px; align-items: center; color: #514b5d; font-size: 12px; }
.sbop-order-includes span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: var(--sbop-lavender); color: var(--sbop-purple); font-weight: 900; }
.sbop-order-value { padding: 20px; border-radius: 18px; background: #f7f3fb; text-align: center; }
.sbop-order-value span { display: block; color: var(--sbop-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sbop-order-value strong { display: block; margin: 5px 0 2px; color: var(--sbop-purple-dark); font-family: Georgia, serif; font-size: 36px; font-weight: 500; }
.sbop-order-value small { color: var(--sbop-muted); font-size: 9px; }
.sbop-order-note { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; margin-top: 19px; padding: 15px; border: 1px solid rgba(109,90,158,.11); border-radius: 16px; background: #fffaf5; }
.sbop-order-note > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--sbop-lavender); color: var(--sbop-purple); font-family: Georgia, serif; font-size: 21px; }.sbop-order-note p { margin: 1px 0 0; }.sbop-order-note strong { display: block; font-size: 11px; }.sbop-order-note small { display: block; margin-top: 4px; color: var(--sbop-muted); font-size: 9px; line-height: 1.5; }
.sbop-payment-card { padding: 39px; }
.sbop-step-label { margin: 0 0 8px; color: var(--sbop-purple); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.sbop-payment-head h2 { font-size: 45px; }
.sbop-payment-head > p:last-child { margin: 15px 0 0; color: var(--sbop-muted); font-size: 14px; line-height: 1.65; }
.sbop-price-reminder { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 28px 0 20px; padding: 17px 20px; border-radius: 17px; background: var(--sbop-lavender); }
.sbop-price-reminder > div { display: flex; align-items: baseline; gap: 10px; }.sbop-price-reminder span { color: var(--sbop-purple); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.sbop-price-reminder strong { font-family: Georgia, serif; font-size: 29px; font-weight: 500; }.sbop-price-reminder p { margin: 0; color: var(--sbop-muted); font-size: 10px; }
.sbop-paypal-slot { min-height: 220px; padding: 25px; border: 1px solid var(--sbop-line); border-radius: 20px; background: #fffdfb; }
.sbop-paypal-slot form { max-width: 100%; }
.sbop-paypal-slot input[type="text"], .sbop-paypal-slot input[type="email"], .sbop-paypal-slot input[type="number"], .sbop-paypal-slot select { max-width: 100%; min-height: 47px; padding: 10px 13px; border: 1px solid #d9d0e3; border-radius: 11px; background: white; color: var(--sbop-ink); }
.sbop-paypal-slot input[type="image"] { max-width: 100%; height: auto; }
.sbop-paypal-slot button, .sbop-paypal-slot input[type="submit"] { min-height: 52px; padding: 12px 20px; border: 0; border-radius: 13px; background: #0070ba; color: white; font-weight: 800; cursor: pointer; }
.sbop-paypal-empty { display: grid; place-items: center; border-style: dashed; }
.sbop-setup-message { max-width: 440px; margin: auto; text-align: center; }
.sbop-setup-message > span { display: inline-flex; padding: 8px 13px; border-radius: 9px; background: #0070ba; color: white; font-weight: 900; font-style: italic; }
.sbop-setup-message h3 { margin: 18px 0 10px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }.sbop-setup-message p { margin: 0; color: var(--sbop-muted); font-size: 12px; line-height: 1.6; }
.sbop-payment-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 19px; }
.sbop-payment-trust > div { display: grid; grid-template-columns: 30px 1fr; gap: 8px; padding: 13px; border: 1px solid var(--sbop-line); border-radius: 14px; }
.sbop-payment-trust > div > span { font-size: 16px; }.sbop-payment-trust p { margin: 0; }.sbop-payment-trust strong { display: block; font-size: 9px; }.sbop-payment-trust small { display: block; margin-top: 3px; color: var(--sbop-muted); font-size: 7px; line-height: 1.4; }
.sbop-checkout-reassurance { padding: 65px 0; background: white; border-top: 1px solid var(--sbop-line); border-bottom: 1px solid var(--sbop-line); }
.sbop-reassurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.sbop-reassurance-grid > div { padding-right: 25px; border-right: 1px solid var(--sbop-line); }.sbop-reassurance-grid > div:last-child { border-right: 0; }.sbop-reassurance-grid span { color: var(--sbop-purple); font-size: 10px; font-weight: 900; letter-spacing: .12em; }.sbop-reassurance-grid h3 { margin: 12px 0 8px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }.sbop-reassurance-grid p { margin: 0; color: var(--sbop-muted); font-size: 12px; line-height: 1.6; }
.sbop-checkout-faq { padding: 80px 0; background: #f7f3fb; }
.sbop-checkout-faq-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 70px; padding: 50px; border: 1px solid var(--sbop-line); border-radius: 28px; background: white; }
.sbop-checkout-faq-card h2 { font-size: 44px; }.sbop-checkout-faq-card > div:first-child > p:last-child { margin: 18px 0 0; color: var(--sbop-muted); font-size: 14px; line-height: 1.68; }
.sbop-mini-faq { display: grid; gap: 14px; }.sbop-mini-faq p { margin: 0; padding-bottom: 14px; border-bottom: 1px solid var(--sbop-line); }.sbop-mini-faq strong { display: block; font-size: 12px; }.sbop-mini-faq span { display: block; margin-top: 5px; color: var(--sbop-muted); font-size: 11px; line-height: 1.5; }
.sbop-checkout-footer { padding-bottom: 38px; }

@media (max-width: 1050px) {
  .sbop-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .sbop-hero-copy { text-align: center; }
  .sbop-hero-copy .sbop-eyebrow { justify-content: center; }
  .sbop-lead, .sbop-hero-benefits > div { margin-left: auto; margin-right: auto; text-align: left; }
  .sbop-hero-visual { min-height: 570px; }
  .sbop-product-grid { grid-template-columns: 390px 1fr; gap: 50px; }
  .sbop-final-card { grid-template-columns: 74px 1fr; }
  .sbop-final-action { grid-column: 2; min-width: 0; max-width: 360px; }
  .sbop-checkout-grid { grid-template-columns: 1fr; max-width: 850px; margin: auto; }
  .sbop-order-card { position: static; }
}

@media (max-width: 820px) {
  .sbop-section { padding: 76px 0; }
  .sbop-story-grid, .sbop-faq-shell, .sbop-checkout-faq-card { grid-template-columns: 1fr; gap: 40px; }
  .sbop-story-heading, .sbop-faq-shell .sbop-section-heading { position: static; }
  .sbop-trust-row { grid-template-columns: 1fr; padding: 9px 0; }
  .sbop-trust-row > div, .sbop-trust-row > div:first-child, .sbop-trust-row > div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--sbop-line); }
  .sbop-trust-row > div:last-child { border-bottom: 0; }
  .sbop-product-grid { grid-template-columns: 1fr; gap: 25px; }
  .sbop-product-visual { min-height: 460px; }
  .sbop-product-copy { text-align: center; }
  .sbop-product-copy .sbop-eyebrow { justify-content: center; }
  .sbop-product-copy > p:not(.sbop-eyebrow):not(.sbop-product-micro) { margin-left: auto; margin-right: auto; }
  .sbop-check-list { max-width: 650px; margin-left: auto; margin-right: auto; text-align: left; }
  .sbop-inside-grid { grid-template-columns: repeat(2, 1fr); }
  .sbop-price-card { grid-template-columns: 1fr; padding: 45px; }
  .sbop-payment-trust { grid-template-columns: 1fr; }
  .sbop-reassurance-grid { grid-template-columns: 1fr; }
  .sbop-reassurance-grid > div { padding: 0 0 21px; border-right: 0; border-bottom: 1px solid var(--sbop-line); }.sbop-reassurance-grid > div:last-child { padding-bottom: 0; border-bottom: 0; }
}

@media (max-width: 640px) {
  .sbop-shell { width: min(100% - 28px, 1180px); }
  .sbop-header-inner { min-height: 67px; }
  .sbop-logo-mark, .sbop-logo-mark svg { width: 34px; height: 34px; }
  .sbop-logo-copy strong { font-size: 19px; }
  .sbop-logo-copy small { display: none; }
  .sbop-header .sbop-cta-small { display: none; }
  .sbop-hero { padding: 52px 0 66px; }
  .sbop-hero-copy h1 { font-size: clamp(43px, 13vw, 60px); line-height: 1.01; }
  .sbop-lead { font-size: 16px; line-height: 1.62; }
  .sbop-hero-benefits > div { grid-template-columns: 38px 1fr; padding: 11px; }
  .sbop-hero-benefits > div > span { width: 38px; height: 38px; }
  .sbop-hero-action .sbop-cta { width: 100%; }
  .sbop-hero-action > p { line-height: 1.55; }
  .sbop-hero-visual { min-height: 445px; }
  .sbop-night-card { width: calc(100% - 8px); border-radius: 28px; }
  .sbop-nursery-scene { height: 300px; }
  .sbop-window { right: 32px; top: 29px; width: 93px; height: 121px; border-width: 8px; }
  .sbop-window-moon { left: 14px; top: 7px; font-size: 38px; }
  .sbop-crib { left: 29px; bottom: 51px; width: 188px; height: 108px; }
  .sbop-crib-rail { height: 50px; background-size: auto; }
  .sbop-baby { right: 31px; bottom: 40px; width: 70px; height: 38px; }
  .sbop-baby span { width: 34px; height: 34px; }
  .sbop-blanket { left: 27px; right: 22px; height: 47px; }
  .sbop-rocker { right: 22px; bottom: 45px; width: 83px; height: 93px; }
  .sbop-night-note { padding: 16px 18px; }
  .sbop-night-note strong { font-size: 13px; }.sbop-night-note small { font-size: 7px; }
  .sbop-floating-book { right: -3px; bottom: -15px; }
  .sbop-book-small { width: 96px; height: 128px; }
  .sbop-orbit-one { width: 54px; height: 54px; left: -4px; top: 17px; font-size: 10px; }.sbop-orbit-two { width: 48px; height: 48px; right: -4px; bottom: 54px; font-size: 23px; }
  .sbop-story-heading h2, .sbop-section-heading h2 { font-size: 39px; }
  .sbop-story-lead { font-size: 21px; }
  .sbop-pullquote { padding: 31px 25px 27px 45px; }.sbop-pullquote > span { left: 13px; }.sbop-pullquote p { font-size: 18px; }
  .sbop-pain-grid { grid-template-columns: 1fr; }
  .sbop-pain-grid article { min-height: 0; }
  .sbop-pattern-grid article { grid-template-columns: 54px 1fr; gap: 15px; padding: 21px 18px; align-items: start; }
  .sbop-pattern-number { width: 48px; height: 48px; border-radius: 15px; font-size: 9px; }
  .sbop-pattern-grid h3 { font-size: 21px; }.sbop-pattern-grid p { font-size: 13px; }
  .sbop-product-section { padding-top: 63px; }
  .sbop-product-visual { min-height: 400px; }
  .sbop-product-visual .sbop-book-mockup { transform: rotate(-4deg) scale(.86); }
  .sbop-product-badge { left: 0; bottom: 16px; }
  .sbop-product-copy h2 { font-size: 41px; }
  .sbop-check-list li { grid-template-columns: 34px 1fr; }
  .sbop-product-copy .sbop-cta { width: 100%; }
  .sbop-inside-grid { grid-template-columns: 1fr; }
  .sbop-inside-grid article { min-height: 0; }
  .sbop-price-card { padding: 31px 21px; gap: 35px; }
  .sbop-testimonial-card { padding: 39px 24px; }.sbop-testimonial-card blockquote { font-size: 22px; }
  .sbop-faq-list button { padding: 19px 17px; }.sbop-faq-list button span { font-size: 13px; }.sbop-faq-list article.is-open > div > p { padding: 0 17px 20px; }
  .sbop-final { padding-bottom: 85px; }
  .sbop-final-card { grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }
  .sbop-final-moon { margin: auto; }.sbop-final-action { grid-column: auto; max-width: none; }
  .sbop-footer { padding-bottom: 105px; }
  .sbop-footer-inner { grid-template-columns: 1fr; gap: 18px; }.sbop-footer-inner > div:last-child { text-align: left; }
  .sbop-mobile-sticky { display: block; }
  .sbop-page.sbop-show-sticky .sbop-mobile-sticky { transform: translateY(0); }

  .sbop-checkout-hero { padding: 45px 0 65px; }
  .sbop-checkout-heading h1 { font-size: 45px; }
  .sbop-checkout-heading > p:last-child { font-size: 14px; }
  .sbop-order-card, .sbop-payment-card { padding: 22px; border-radius: 22px; }
  .sbop-order-top { grid-template-columns: 95px 1fr; gap: 16px; }
  .sbop-book-checkout { width: 90px; height: 120px; }
  .sbop-order-top h2 { font-size: 21px; }
  .sbop-payment-head h2 { font-size: 38px; }
  .sbop-price-reminder { align-items: flex-start; flex-direction: column; gap: 4px; }
  .sbop-paypal-slot { padding: 15px; }
  .sbop-checkout-faq-card { padding: 28px 23px; }.sbop-checkout-faq-card h2 { font-size: 37px; }
  .sbop-purchase .sbop-footer { padding-bottom: 38px; }
}

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

/* Native choose-your-own-price PayPal checkout */
.sbop-paypal-form { display: grid; gap: 19px; }
.sbop-field { display: grid; gap: 8px; }
.sbop-field label, .sbop-payment-method-label > span { color: var(--sbop-ink); font-size: 12px; font-weight: 850; }
.sbop-field > small, .sbop-payment-method-label > small { color: var(--sbop-muted); font-size: 9px; line-height: 1.45; }
.sbop-paypal-form input[type="text"], .sbop-paypal-form input[type="number"] { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #d9d0e3; border-radius: 13px; background: #fff; color: var(--sbop-ink); font: inherit; font-size: 16px; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.sbop-paypal-form input:focus { border-color: #8871ba; box-shadow: 0 0 0 4px rgba(109,90,158,.11); }
.sbop-paypal-form input[aria-invalid="true"] { border-color: #b54040; box-shadow: 0 0 0 3px rgba(181,64,64,.09); }
.sbop-money-input { position: relative; }
.sbop-money-input > span { position: absolute; z-index: 2; left: 15px; top: 50%; transform: translateY(-50%); color: var(--sbop-purple-dark); font-family: Georgia, serif; font-size: 22px; }
.sbop-money-input input { padding-left: 35px !important; font-weight: 780 !important; }
.sbop-field-error { margin: 0; color: #a52f2f; font-size: 10px; font-weight: 760; }
.sbop-payment-method-label { display: grid; gap: 4px; padding-top: 3px; }
#paypal-button-container { min-height: 48px; }
.sbop-paypal-status { min-height: 20px; margin-top: -7px; text-align: center; color: var(--sbop-muted); font-size: 10px; line-height: 1.45; }
.sbop-paypal-status[data-type="error"] { color: #a52f2f; font-weight: 760; }
.sbop-paypal-status[data-type="working"] { color: var(--sbop-purple); font-weight: 760; }
.sbop-paypal-status[data-type="notice"] { color: #6a5c2d; }
@media (max-width: 640px) {
  .sbop-paypal-form { gap: 17px; }
  .sbop-paypal-form input[type="text"], .sbop-paypal-form input[type="number"] { min-height: 50px; }
}

/* Version 1.2: conversion-focused own-product checkout */
.sbop-purchase-v2 .sbop-purchase-header { background: rgba(250, 247, 253, .94); }
.sbop-purchase-v2 .sbop-header-inner { min-height: 72px; }
.sbop-secure-head { display: flex; align-items: center; gap: 9px; color: var(--sbop-purple-dark); }
.sbop-secure-head > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(110,90,158,.16); border-radius: 11px; background: white; color: var(--sbop-purple); font-size: 18px; }
.sbop-secure-head p { margin: 0; line-height: 1.15; }
.sbop-secure-head strong { display: block; font-size: 11px; }
.sbop-secure-head small { display: block; margin-top: 4px; color: var(--sbop-muted); font-size: 8px; }

.sbop-purchase-v2 .sbop-checkout-hero {
  padding: 42px 0 72px;
  background:
    radial-gradient(circle at 50% -8%, rgba(210,197,235,.8), transparent 37%),
    radial-gradient(circle at 10% 45%, rgba(246,222,210,.34), transparent 28%),
    #f7f3fb;
}
.sbop-purchase-v2 .sbop-checkout-heading { max-width: 760px; margin-bottom: 31px; }
.sbop-purchase-v2 .sbop-checkout-heading .sbop-eyebrow { margin-bottom: 13px; }
.sbop-purchase-v2 .sbop-checkout-heading h1 { font-size: clamp(45px, 5.1vw, 64px); line-height: .99; }
.sbop-purchase-v2 .sbop-checkout-heading > p:last-child { max-width: 620px; margin: 16px auto 0; font-size: 15px; line-height: 1.55; }
.sbop-purchase-v2 .sbop-checkout-grid { grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); gap: 22px; }
.sbop-purchase-v2 .sbop-order-card,
.sbop-purchase-v2 .sbop-payment-card { border-color: rgba(84,65,128,.13); box-shadow: 0 18px 50px rgba(61,43,88,.11); }
.sbop-purchase-v2 .sbop-order-card { padding: 28px; }
.sbop-purchase-v2 .sbop-order-top { grid-template-columns: 112px minmax(0,1fr); gap: 18px; padding-bottom: 0; border-bottom: 0; }
.sbop-purchase-v2 .sbop-book-checkout { width: 106px; height: 141px; }
.sbop-purchase-v2 .sbop-order-top h2 { font-size: 23px; }
.sbop-order-divider { height: 1px; margin: 23px 0 20px; background: var(--sbop-line); }
.sbop-purchase-v2 .sbop-order-includes { gap: 10px; margin: 0 0 20px; }
.sbop-purchase-v2 .sbop-order-includes li { grid-template-columns: 25px 1fr; font-size: 11px; line-height: 1.4; }
.sbop-purchase-v2 .sbop-order-includes span { width: 25px; height: 25px; }
.sbop-order-value-v2 { padding: 17px 18px; text-align: left; }
.sbop-order-value-v2 > div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; margin: 7px 0 5px; }
.sbop-order-value-v2 del { color: #958da1; font-family: Georgia, serif; font-size: 22px; }
.sbop-order-value-v2 strong { display: inline; margin: 0; font-family: inherit; font-size: 14px; font-weight: 820; }
.sbop-order-value-v2 small { display: block; font-size: 9px; line-height: 1.45; }
.sbop-guarantee-note { margin-top: 14px; background: #fffbf3; }

.sbop-purchase-v2 .sbop-payment-card { padding: 32px; }
.sbop-purchase-v2 .sbop-payment-head h2 { font-size: 42px; }
.sbop-purchase-v2 .sbop-payment-head > p:last-child { max-width: 620px; margin-top: 11px; font-size: 13px; line-height: 1.55; }
.sbop-checkout-promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin: 21px 0 17px; border: 1px solid rgba(110,90,158,.12); border-radius: 16px; background: rgba(110,90,158,.12); }
.sbop-checkout-promise > div { padding: 13px 12px; background: var(--sbop-lavender); text-align: center; }
.sbop-checkout-promise span { display: block; color: var(--sbop-muted); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.sbop-checkout-promise strong { display: block; margin-top: 4px; color: var(--sbop-purple-dark); font-size: 11px; }
.sbop-purchase-v2 .sbop-paypal-slot { min-height: 0; padding: 21px; border-color: rgba(84,65,128,.13); background: #fffdfb; }
.sbop-purchase-v2 .sbop-paypal-form { gap: 15px; }
.sbop-price-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.sbop-price-fieldset legend { padding: 0; color: var(--sbop-ink); font-size: 13px; font-weight: 850; }
.sbop-price-intro { margin: 6px 0 12px; color: var(--sbop-muted); font-size: 10px; line-height: 1.45; }
.sbop-price-intro strong { color: var(--sbop-purple-dark); }
.sbop-price-options { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
.sbop-purchase-v2 .sbop-paypal-slot .sbop-price-option {
  position: relative;
  min-width: 0;
  min-height: 64px;
  padding: 9px 8px;
  border: 1px solid #d9d0e3;
  border-radius: 13px;
  background: white;
  color: var(--sbop-ink);
  box-shadow: none;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.sbop-purchase-v2 .sbop-paypal-slot .sbop-price-option:hover { border-color: #9a87c2; background: #fbf9ff; transform: translateY(-1px); }
.sbop-purchase-v2 .sbop-paypal-slot .sbop-price-option:focus-visible { outline: 3px solid rgba(110,90,158,.18); outline-offset: 2px; }
.sbop-purchase-v2 .sbop-paypal-slot .sbop-price-option.is-selected { border-color: #7862ac; background: var(--sbop-lavender); box-shadow: inset 0 0 0 1px #7862ac, 0 7px 17px rgba(82,61,127,.10); }
.sbop-price-option strong { display: block; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.sbop-price-option small { display: block; margin-top: 3px; color: var(--sbop-purple); font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sbop-custom-price-field { gap: 6px; }
.sbop-custom-price-field label { font-size: 10px; }
.sbop-purchase-v2 .sbop-paypal-form input[type="number"] { min-height: 50px; border-radius: 12px; font-size: 17px; }
.sbop-checkout-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 15px; border: 1px solid rgba(110,90,158,.12); border-radius: 13px; background: #f7f3fb; }
.sbop-checkout-total span { color: var(--sbop-muted); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.sbop-checkout-total strong { color: var(--sbop-purple-dark); font-size: 14px; }
.sbop-purchase-v2 .sbop-payment-method-label { gap: 3px; padding-top: 1px; }
.sbop-purchase-v2 .sbop-payment-method-label > span { font-size: 12px; }
.sbop-purchase-v2 .sbop-payment-method-label > small { font-size: 8px; }
.sbop-purchase-v2 #paypal-button-container { min-height: 50px; }
.sbop-under-button-trust { margin: -3px 0 0; color: var(--sbop-muted); text-align: center; font-size: 8px; line-height: 1.4; }
.sbop-under-button-trust span { margin-right: 3px; }
.sbop-guarantee-strip { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 12px; align-items: center; margin-top: 14px; padding: 14px 16px; border: 1px solid rgba(176,133,58,.16); border-radius: 16px; background: #fffbf3; }
.sbop-guarantee-strip > span { width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid #d4b870; border-radius: 50%; color: #846e37; font-family: Georgia, serif; font-size: 18px; }
.sbop-guarantee-strip p { margin: 0; }
.sbop-guarantee-strip strong { display: block; font-size: 11px; }
.sbop-guarantee-strip small { display: block; margin-top: 4px; color: var(--sbop-muted); font-size: 9px; line-height: 1.45; }

.sbop-checkout-confidence { padding: 60px 0 67px; border-top: 1px solid var(--sbop-line); background: white; }
.sbop-confidence-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.sbop-confidence-heading .sbop-eyebrow { margin: 0; }
.sbop-confidence-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 35px; font-weight: 500; letter-spacing: -.035em; }
.sbop-confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sbop-confidence-grid article { padding: 20px; border: 1px solid var(--sbop-line); border-radius: 17px; background: #fffdfb; }
.sbop-confidence-grid article > span { color: var(--sbop-purple); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.sbop-confidence-grid h3 { margin: 10px 0 7px; font-family: Georgia, serif; font-size: 18px; font-weight: 500; line-height: 1.16; }
.sbop-confidence-grid p { margin: 0; color: var(--sbop-muted); font-size: 10px; line-height: 1.55; }
.sbop-purchase-v2 .sbop-checkout-footer { padding: 31px 0 35px; }

@media (max-width: 1050px) {
  .sbop-purchase-v2 .sbop-checkout-grid { grid-template-columns: 1fr; max-width: 760px; margin-left: auto; margin-right: auto; }
  .sbop-purchase-v2 .sbop-payment-card { order: 1; }
  .sbop-purchase-v2 .sbop-order-card { order: 2; }
  .sbop-confidence-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .sbop-purchase-v2 .sbop-header-inner { min-height: 62px; }
  .sbop-secure-head > span { width: 30px; height: 30px; }
  .sbop-secure-head small { display: none; }
  .sbop-purchase-v2 .sbop-checkout-hero { padding: 28px 0 48px; }
  .sbop-purchase-v2 .sbop-checkout-heading { margin-bottom: 22px; }
  .sbop-purchase-v2 .sbop-checkout-heading .sbop-eyebrow { margin-bottom: 10px; font-size: 9px; }
  .sbop-purchase-v2 .sbop-checkout-heading h1 { font-size: clamp(36px, 10.7vw, 45px); line-height: 1.01; }
  .sbop-purchase-v2 .sbop-checkout-heading > p:last-child { margin-top: 12px; font-size: 12px; line-height: 1.45; }
  .sbop-purchase-v2 .sbop-checkout-grid { gap: 17px; }
  .sbop-purchase-v2 .sbop-payment-card { padding: 19px; border-radius: 21px; }
  .sbop-purchase-v2 .sbop-payment-head h2 { font-size: 34px; }
  .sbop-purchase-v2 .sbop-payment-head > p:last-child { margin-top: 9px; font-size: 11px; }
  .sbop-checkout-promise { margin: 16px 0 13px; }
  .sbop-checkout-promise > div { padding: 10px 5px; }
  .sbop-checkout-promise span { font-size: 6px; }
  .sbop-checkout-promise strong { font-size: 9px; }
  .sbop-purchase-v2 .sbop-paypal-slot { padding: 14px; border-radius: 17px; }
  .sbop-price-intro { margin-bottom: 10px; font-size: 9px; }
  .sbop-price-options { gap: 6px; }
  .sbop-purchase-v2 .sbop-paypal-slot .sbop-price-option { min-height: 57px; padding: 7px 4px; border-radius: 11px; }
  .sbop-price-option strong { font-size: 19px; }
  .sbop-price-option small { font-size: 6px; }
  .sbop-purchase-v2 .sbop-paypal-form input[type="number"] { min-height: 48px; }
  .sbop-checkout-total { padding: 11px 12px; }
  .sbop-guarantee-strip { grid-template-columns: 41px minmax(0,1fr); padding: 12px; }
  .sbop-guarantee-strip > span { width: 41px; height: 41px; font-size: 16px; }
  .sbop-purchase-v2 .sbop-order-card { padding: 20px; border-radius: 21px; }
  .sbop-purchase-v2 .sbop-order-top { grid-template-columns: 84px minmax(0,1fr); gap: 14px; }
  .sbop-purchase-v2 .sbop-book-checkout { width: 80px; height: 108px; }
  .sbop-purchase-v2 .sbop-order-top h2 { font-size: 19px; }
  .sbop-purchase-v2 .sbop-order-top div > p:last-child { font-size: 9px; }
  .sbop-confidence-heading { display: block; margin-bottom: 19px; }
  .sbop-confidence-heading .sbop-eyebrow { margin-bottom: 9px; }
  .sbop-confidence-heading h2 { font-size: 30px; }
  .sbop-checkout-confidence { padding: 43px 0 48px; }
  .sbop-confidence-grid { grid-template-columns: 1fr; gap: 9px; }
  .sbop-confidence-grid article { padding: 16px; }
  .sbop-confidence-grid h3 { font-size: 17px; }
  .sbop-purchase-v2 .sbop-footer { padding-bottom: 30px; }
}


/* Purchase page v1.3 — mobile-first, simplified, stable PayPal rendering */
.sbop-purchase-v3 { min-width: 0; overflow-x: clip; background: #f7f3fb; }
.sbop-purchase-v3 *, .sbop-purchase-v3 *::before, .sbop-purchase-v3 *::after { box-sizing: border-box; }
.sbop-purchase-v3 .sbop-purchase-header { position: relative; background: rgba(247,243,251,.96); }
.sbop-mobile-checkout { padding: 52px 0 54px; background: radial-gradient(circle at 50% -10%, rgba(210,196,234,.8), transparent 42%), #f7f3fb; }
.sbop-checkout-shell { max-width: 720px; }
.sbop-purchase-v3 .sbop-checkout-heading { max-width: 650px; margin: 0 auto 26px; text-align: center; }
.sbop-purchase-v3 .sbop-checkout-heading .sbop-eyebrow { justify-content: center; margin-bottom: 12px; }
.sbop-purchase-v3 .sbop-checkout-heading h1 { margin: 0; font-size: clamp(43px, 6vw, 62px); line-height: 1; }
.sbop-purchase-v3 .sbop-checkout-heading > p:last-child { max-width: 540px; margin: 15px auto 0; color: var(--sbop-muted); font-size: 15px; line-height: 1.55; }
.sbop-purchase-v3 .sbop-payment-card { padding: 30px; border: 1px solid rgba(84,65,128,.13); border-radius: 25px; background: white; box-shadow: 0 20px 54px rgba(61,43,88,.12); }
.sbop-product-mini { display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 13px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--sbop-line); }
.sbop-product-mini-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, #eee7f7, #fae8df); color: var(--sbop-purple); font-family: Georgia, serif; font-size: 28px; }
.sbop-product-mini div > span { display: block; color: var(--sbop-purple); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.sbop-product-mini strong { display: block; margin-top: 3px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; line-height: 1.1; }
.sbop-product-mini small { display: block; margin-top: 4px; color: var(--sbop-muted); font-size: 11px; line-height: 1.4; }
.sbop-quick-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 16px 0; }
.sbop-quick-trust span { padding: 10px 7px; border-radius: 11px; background: var(--sbop-lavender); color: var(--sbop-purple-dark); text-align: center; font-size: 10px; font-weight: 800; line-height: 1.25; }
.sbop-purchase-v3 .sbop-paypal-slot { min-height: 0; padding: 20px; border: 1px solid rgba(84,65,128,.13); border-radius: 18px; background: #fffdfb; }
.sbop-purchase-v3 .sbop-paypal-form { display: grid; gap: 14px; }
.sbop-purchase-v3 .sbop-price-fieldset legend { font-size: 16px; font-weight: 850; }
.sbop-purchase-v3 .sbop-price-intro { margin: 6px 0 11px; font-size: 12px; line-height: 1.45; }
.sbop-purchase-v3 .sbop-price-options { gap: 8px; }
.sbop-purchase-v3 .sbop-paypal-slot .sbop-price-option { min-height: 60px; padding: 8px 5px; border-radius: 12px; }
.sbop-purchase-v3 .sbop-price-option strong { font-size: 22px; }
.sbop-purchase-v3 .sbop-price-option small { margin-top: 2px; font-size: 7px; }
.sbop-purchase-v3 .sbop-custom-price-field { gap: 6px; }
.sbop-purchase-v3 .sbop-custom-price-field label { font-size: 12px; font-weight: 750; }
.sbop-purchase-v3 .sbop-paypal-form input[type="number"] { min-height: 50px; border-radius: 12px; font-size: 18px; }
.sbop-purchase-v3 #sbop-price-help { color: var(--sbop-muted); font-size: 10px; }
.sbop-purchase-v3 .sbop-checkout-total { padding: 12px 14px; }
.sbop-purchase-v3 .sbop-checkout-total span { font-size: 10px; }
.sbop-purchase-v3 .sbop-checkout-total strong { font-size: 15px; }
.sbop-purchase-v3 .sbop-payment-method-label { display: grid; gap: 3px; margin-top: 1px; }
.sbop-purchase-v3 .sbop-payment-method-label strong { font-size: 13px; }
.sbop-purchase-v3 .sbop-payment-method-label small { color: var(--sbop-muted); font-size: 10px; }
.sbop-paypal-shell { position: relative; min-height: 50px; overflow: hidden; border-radius: 6px; }
.sbop-purchase-v3 #paypal-button-container { width: 100%; min-height: 50px; }
.sbop-purchase-v3 #paypal-button-container iframe { display: block !important; width: 100% !important; max-width: none !important; }
.sbop-paypal-loading { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; border-radius: 6px; background: #ffc439; }
.sbop-paypal-loading[hidden] { display: none; }
.sbop-paypal-loading span { width: 22px; height: 22px; border: 3px solid rgba(20,20,20,.22); border-top-color: #222; border-radius: 50%; animation: sbop-paypal-spin .8s linear infinite; }
@keyframes sbop-paypal-spin { to { transform: rotate(360deg); } }
.sbop-paypal-retry { width: 100%; min-height: 48px; border: 1px solid #7964aa !important; border-radius: 11px !important; background: white !important; color: var(--sbop-purple-dark) !important; font-size: 13px; font-weight: 850; }
.sbop-paypal-status:empty { display: none; }
.sbop-paypal-status { padding: 11px 12px; border-radius: 11px; font-size: 11px; line-height: 1.45; }
.sbop-paypal-status[data-type="error"] { background: #fff0ef; color: #8c2f2a; }
.sbop-paypal-status[data-type="notice"] { background: #f7f3fb; color: var(--sbop-purple-dark); }
.sbop-paypal-status[data-type="working"] { background: #eef8f1; color: #275b37; }
.sbop-purchase-v3 .sbop-under-button-trust { margin: -2px 0 0; font-size: 10px; }
.sbop-purchase-v3 .sbop-guarantee-strip { margin-top: 14px; }
.sbop-included-card { margin-top: 16px; padding: 23px 25px; border: 1px solid rgba(84,65,128,.12); border-radius: 20px; background: rgba(255,255,255,.75); }
.sbop-included-card h2 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.sbop-included-card ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin: 0; padding: 0; list-style: none; }
.sbop-included-card li { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 9px; align-items: start; }
.sbop-included-card li > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--sbop-lavender); color: var(--sbop-purple); font-weight: 900; }
.sbop-included-card p { margin: 0; }
.sbop-included-card strong { display: block; font-size: 12px; line-height: 1.3; }
.sbop-included-card small { display: block; margin-top: 3px; color: var(--sbop-muted); font-size: 9px; line-height: 1.45; }
.sbop-mobile-faq { padding: 51px 0 58px; border-top: 1px solid var(--sbop-line); background: white; }
.sbop-faq-shell-v3 { max-width: 720px; }
.sbop-faq-shell-v3 > .sbop-eyebrow { margin-bottom: 7px; }
.sbop-faq-shell-v3 > h2 { margin: 0 0 20px; font-family: Georgia, serif; font-size: 35px; font-weight: 500; }
.sbop-checkout-faq-list { display: grid; gap: 10px; }
.sbop-checkout-faq-list details { overflow: hidden; border: 1px solid var(--sbop-line); border-radius: 15px; background: #fffdfb; }
.sbop-checkout-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 58px; padding: 15px 17px; cursor: pointer; list-style: none; }
.sbop-checkout-faq-list summary::-webkit-details-marker { display: none; }
.sbop-checkout-faq-list summary span { font-size: 14px; font-weight: 800; line-height: 1.35; }
.sbop-checkout-faq-list summary b { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; background: var(--sbop-lavender); color: var(--sbop-purple); font-size: 20px; font-weight: 500; transition: transform .2s ease; }
.sbop-checkout-faq-list details[open] summary b { transform: rotate(45deg); }
.sbop-checkout-faq-list details > p { margin: 0; padding: 0 17px 17px; color: var(--sbop-muted); font-size: 13px; line-height: 1.65; }
.sbop-purchase-v3 .sbop-checkout-footer { padding: 30px 0 34px; }

@media (max-width: 640px) {
  .sbop-purchase-v3 .sbop-header-inner { min-height: 59px; }
  .sbop-purchase-v3 .sbop-logo-copy small { display: none; }
  .sbop-purchase-v3 .sbop-secure-head > span { width: 29px; height: 29px; }
  .sbop-purchase-v3 .sbop-secure-head small { display: none; }
  .sbop-mobile-checkout { padding: 25px 0 38px; }
  .sbop-purchase-v3 .sbop-checkout-heading { margin-bottom: 18px; padding: 0 4px; }
  .sbop-purchase-v3 .sbop-checkout-heading .sbop-eyebrow { margin-bottom: 8px; font-size: 9px; }
  .sbop-purchase-v3 .sbop-checkout-heading h1 { font-size: clamp(34px, 10vw, 42px); line-height: 1.02; }
  .sbop-purchase-v3 .sbop-checkout-heading > p:last-child { margin-top: 10px; font-size: 14px; line-height: 1.48; }
  .sbop-purchase-v3 .sbop-payment-card { padding: 16px; border-radius: 20px; }
  .sbop-product-mini { grid-template-columns: 43px minmax(0,1fr); gap: 11px; padding-bottom: 14px; }
  .sbop-product-mini-icon { width: 43px; height: 43px; border-radius: 13px; font-size: 24px; }
  .sbop-product-mini div > span { font-size: 8px; }
  .sbop-product-mini strong { font-size: 20px; }
  .sbop-product-mini small { font-size: 10px; }
  .sbop-quick-trust { gap: 5px; margin: 12px 0; }
  .sbop-quick-trust span { padding: 9px 3px; font-size: 9px; }
  .sbop-purchase-v3 .sbop-paypal-slot { padding: 14px; border-radius: 16px; }
  .sbop-purchase-v3 .sbop-paypal-form { gap: 12px; }
  .sbop-purchase-v3 .sbop-price-fieldset legend { font-size: 15px; }
  .sbop-purchase-v3 .sbop-price-intro { font-size: 11px; }
  .sbop-purchase-v3 .sbop-price-options { gap: 6px; }
  .sbop-purchase-v3 .sbop-paypal-slot .sbop-price-option { min-height: 56px; padding: 6px 3px; }
  .sbop-purchase-v3 .sbop-price-option strong { font-size: 20px; }
  .sbop-purchase-v3 .sbop-custom-price-field label { font-size: 11px; }
  .sbop-purchase-v3 .sbop-payment-method-label strong { font-size: 12px; }
  .sbop-purchase-v3 .sbop-payment-method-label small { font-size: 9px; }
  .sbop-purchase-v3 .sbop-guarantee-strip { grid-template-columns: 43px minmax(0,1fr); padding: 12px; }
  .sbop-purchase-v3 .sbop-guarantee-strip > span { width: 43px; height: 43px; }
  .sbop-purchase-v3 .sbop-guarantee-strip strong { font-size: 11px; }
  .sbop-purchase-v3 .sbop-guarantee-strip small { font-size: 9px; }
  .sbop-included-card { margin-top: 13px; padding: 18px 16px; border-radius: 17px; }
  .sbop-included-card h2 { margin-bottom: 12px; font-size: 21px; }
  .sbop-included-card ul { grid-template-columns: 1fr; gap: 11px; }
  .sbop-included-card strong { font-size: 12px; }
  .sbop-included-card small { font-size: 10px; }
  .sbop-mobile-faq { padding: 38px 0 43px; }
  .sbop-faq-shell-v3 > h2 { margin-bottom: 15px; font-size: 29px; }
  .sbop-checkout-faq-list summary { min-height: 56px; padding: 13px 14px; }
  .sbop-checkout-faq-list summary span { font-size: 13px; }
  .sbop-checkout-faq-list details > p { padding: 0 14px 15px; font-size: 12px; }
  .sbop-purchase-v3 .sbop-footer-inner { display: block; }
  .sbop-purchase-v3 .sbop-footer-inner > div:last-child { margin-top: 16px; text-align: left; }
}


/* Version 1.4: compact mobile-first checkout. New asset filename is intentional. */
.sbop-purchase-v4, .sbop-purchase-v4 * { box-sizing: border-box; }
.sbop-purchase-v4 { min-height: 100vh; overflow-x: clip; background: #f5f0fa; color: var(--sbop-ink); }
.sbop-purchase-v4 .sbop-purchase-header { position: relative; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(84,65,128,.12); }
.sbop-purchase-v4 .sbop-header-inner { min-height: 66px; }
.sbop-v4-main { padding: 34px 0 48px; background: radial-gradient(circle at 50% -8%, rgba(222,209,242,.88), transparent 34%), #f5f0fa; }
.sbop-v4-shell { width: min(100% - 28px, 590px); }
.sbop-v4-heading { max-width: 560px; margin: 0 auto 22px; text-align: center; }
.sbop-v4-heading .sbop-eyebrow { justify-content: center; margin-bottom: 9px; font-size: 9px; }
.sbop-v4-heading h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(39px, 8vw, 55px); font-weight: 500; letter-spacing: -.035em; line-height: .99; }
.sbop-v4-heading h1 em { color: var(--sbop-purple); font-weight: 500; }
.sbop-v4-heading > p:last-child { max-width: 490px; margin: 13px auto 0; color: var(--sbop-muted); font-size: 15px; line-height: 1.52; }
.sbop-v4-card { padding: 23px; border: 1px solid rgba(84,65,128,.13); border-radius: 25px; background: #fff; box-shadow: 0 22px 58px rgba(61,43,88,.12); }
.sbop-v4-product { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 13px; align-items: center; padding-bottom: 17px; border-bottom: 1px solid var(--sbop-line); }
.sbop-v4-product > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg,#eee7f7,#fae8df); color: var(--sbop-purple); font: 27px/1 Georgia,serif; }
.sbop-v4-product small { display: block; color: var(--sbop-purple); font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.sbop-v4-product strong { display: block; margin-top: 2px; font: 500 22px/1.1 Georgia,serif; }
.sbop-v4-product p { margin: 4px 0 0; color: var(--sbop-muted); font-size: 10px; line-height: 1.35; }
.sbop-v4-form { display: grid; gap: 14px; margin-top: 19px; }
.sbop-v4-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.sbop-v4-form legend { padding: 0; color: var(--sbop-ink); font-size: 16px; font-weight: 850; }
.sbop-v4-suggestion { margin: 5px 0 12px; color: var(--sbop-muted); font-size: 11px; line-height: 1.4; }
.sbop-purchase-v4 .sbop-price-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.sbop-purchase-v4 .sbop-price-option { width: 100%; min-width: 0; min-height: 58px; display: grid; place-content: center; padding: 7px 4px; border: 1px solid #d8cde5; border-radius: 13px; background: #fff; color: var(--sbop-purple-dark); cursor: pointer; }
.sbop-purchase-v4 .sbop-price-option strong { font: 500 21px/1 Georgia,serif; }
.sbop-purchase-v4 .sbop-price-option small { display: block; margin-top: 4px; color: var(--sbop-purple); font-size: 7px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.sbop-purchase-v4 .sbop-price-option.is-selected { border-color: #725aa9; background: #eee7f7; box-shadow: inset 0 0 0 1px #725aa9; }
.sbop-purchase-v4 .sbop-custom-price-field { display: grid; gap: 6px; }
.sbop-purchase-v4 .sbop-custom-price-field label { font-size: 11px; font-weight: 780; }
.sbop-purchase-v4 .sbop-money-input { position: relative; }
.sbop-purchase-v4 .sbop-money-input > span { position: absolute; left: 15px; top: 50%; z-index: 1; transform: translateY(-50%); color: var(--sbop-purple-dark); font-size: 18px; }
.sbop-purchase-v4 .sbop-money-input input { width: 100%; min-height: 52px; padding: 11px 14px 11px 34px !important; border: 1px solid #d8cde5 !important; border-radius: 13px !important; background: #fff !important; color: var(--sbop-ink) !important; font: 750 18px/1.2 inherit !important; box-shadow: none !important; }
.sbop-purchase-v4 #sbop-price-help { color: var(--sbop-muted); font-size: 9px; }
.sbop-purchase-v4 .sbop-checkout-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; border: 1px solid rgba(110,90,158,.13); border-radius: 13px; background: #f6f1fa; }
.sbop-purchase-v4 .sbop-checkout-total span { color: var(--sbop-muted); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.sbop-purchase-v4 .sbop-checkout-total strong { color: var(--sbop-purple-dark); font-size: 15px; }
.sbop-v4-pay-label { display: grid; gap: 2px; margin-top: 1px; }
.sbop-v4-pay-label strong { font-size: 13px; }
.sbop-v4-pay-label small { color: var(--sbop-muted); font-size: 9px; }
.sbop-purchase-v4 .sbop-paypal-shell { position: relative; width: 100%; min-height: 50px; overflow: visible; border-radius: 7px; }
.sbop-purchase-v4 #paypal-button-container { width: 100%; min-height: 50px; overflow: visible; }
.sbop-purchase-v4 #paypal-button-container iframe { display: block !important; width: 100% !important; max-width: 100% !important; }
.sbop-purchase-v4 .sbop-paypal-loading { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; border-radius: 7px; background: #ffc439; }
.sbop-purchase-v4 .sbop-paypal-loading[hidden] { display: none; }
.sbop-purchase-v4 .sbop-under-button-trust { margin: -2px 0 0; color: var(--sbop-muted); text-align: center; font-size: 9px; line-height: 1.45; }
.sbop-v4-guarantee { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 12px; align-items: center; margin-top: 18px; padding: 13px; border: 1px solid #ead9b3; border-radius: 16px; background: #fffaf0; }
.sbop-v4-guarantee > span { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid #d7b965; border-radius: 50%; color: #8b6f28; font: 500 14px/1 Georgia,serif; }
.sbop-v4-guarantee p { margin: 0; }
.sbop-v4-guarantee strong { display: block; font-size: 11px; line-height: 1.3; }
.sbop-v4-guarantee small { display: block; margin-top: 3px; color: var(--sbop-muted); font-size: 9px; line-height: 1.45; }
.sbop-v4-faq { margin-top: 26px; padding: 24px; border: 1px solid rgba(84,65,128,.12); border-radius: 22px; background: rgba(255,255,255,.82); }
.sbop-v4-faq > .sbop-eyebrow { margin-bottom: 6px; }
.sbop-v4-faq > h2 { margin: 0 0 16px; font: 500 29px/1.08 Georgia,serif; }
.sbop-purchase-v4 .sbop-checkout-faq-list { display: grid; gap: 9px; }
.sbop-purchase-v4 .sbop-checkout-faq-list details { overflow: hidden; border: 1px solid var(--sbop-line); border-radius: 14px; background: #fff; }
.sbop-purchase-v4 .sbop-checkout-faq-list summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; cursor: pointer; list-style: none; }
.sbop-purchase-v4 .sbop-checkout-faq-list summary::-webkit-details-marker { display: none; }
.sbop-purchase-v4 .sbop-checkout-faq-list summary span { font-size: 13px; font-weight: 800; line-height: 1.35; }
.sbop-purchase-v4 .sbop-checkout-faq-list summary b { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; background: #eee7f7; color: var(--sbop-purple); font-size: 19px; font-weight: 500; transition: transform .2s ease; }
.sbop-purchase-v4 .sbop-checkout-faq-list details[open] summary b { transform: rotate(45deg); }
.sbop-purchase-v4 .sbop-checkout-faq-list details > p { margin: 0; padding: 0 14px 14px; color: var(--sbop-muted); font-size: 12px; line-height: 1.6; }
.sbop-v4-footer { padding: 25px 0 calc(25px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(84,65,128,.12); background: #f7f2ed; }
.sbop-v4-footer .sbop-shell { width: min(100% - 34px,590px); }
.sbop-v4-footer strong { font: 500 19px/1 Georgia,serif; }
.sbop-v4-footer p { margin: 8px 0 7px; color: var(--sbop-muted); font-size: 9px; line-height: 1.5; }
.sbop-v4-footer small { color: var(--sbop-muted); font-size: 9px; }
@media (max-width: 640px) {
  .sbop-purchase-v4 .sbop-header-inner { min-height: 58px; }
  .sbop-purchase-v4 .sbop-logo-copy small, .sbop-purchase-v4 .sbop-secure-head small { display: none; }
  .sbop-purchase-v4 .sbop-logo-copy strong { font-size: 16px; }
  .sbop-v4-main { padding: 25px 0 36px; }
  .sbop-v4-shell { width: min(100% - 22px,590px); }
  .sbop-v4-heading { margin-bottom: 17px; padding: 0 4px; }
  .sbop-v4-heading h1 { font-size: clamp(35px,10.3vw,42px); }
  .sbop-v4-heading > p:last-child { margin-top: 10px; font-size: 13px; }
  .sbop-v4-card { padding: 16px; border-radius: 20px; }
  .sbop-v4-product { grid-template-columns: 42px minmax(0,1fr); gap: 10px; padding-bottom: 13px; }
  .sbop-v4-product > span { width: 42px; height: 42px; border-radius: 12px; font-size: 23px; }
  .sbop-v4-product strong { font-size: 19px; }
  .sbop-v4-form { margin-top: 15px; gap: 12px; }
  .sbop-v4-form legend { font-size: 15px; }
  .sbop-v4-suggestion { margin-bottom: 10px; }
  .sbop-purchase-v4 .sbop-price-options { gap: 6px; }
  .sbop-purchase-v4 .sbop-price-option { min-height: 55px; }
  .sbop-purchase-v4 .sbop-price-option strong { font-size: 20px; }
  .sbop-v4-guarantee { margin-top: 15px; padding: 11px; }
  .sbop-v4-faq { margin-top: 17px; padding: 18px 14px; border-radius: 18px; }
  .sbop-v4-faq > h2 { margin-bottom: 13px; font-size: 26px; }
}
@media (max-width: 355px) {
  .sbop-v4-shell { width: min(100% - 16px,590px); }
  .sbop-v4-card { padding: 13px; }
  .sbop-purchase-v4 .sbop-price-option strong { font-size: 18px; }
}
