/* SleepBaby sales presentation — article-continuity editorial system.
 * Every selector is scoped to the standalone or embedded sales surface. The
 * copy, URLs, purchase hooks, tracking hooks, and payment behavior live in the
 * templates/controllers and are intentionally untouched by this stylesheet. */

/* The standalone workshop does not load the normal theme stylesheet. Declare
 * the same local editorial face here so it cannot fall back to a different
 * platform serif while the embedded article version uses SleepBaby Lora. */
@font-face {
    font-family: "SleepBaby Lora";
    font-style: normal;
    font-display: swap;
    font-weight: 400 700;
    src: url("../../../assets/fonts/sleepbaby-lora-latin-v180.woff2") format("woff2");
}

@font-face {
    font-family: "SleepBaby Lora";
    font-style: italic;
    font-display: swap;
    font-weight: 400 700;
    src: url("../../../assets/fonts/sleepbaby-lora-latin-italic-v180.woff2") format("woff2");
}

body.sbh2020,
.sbh2020.sbh2020-embedded {
    --sbh2020-night: var(--sb-night, #102957);
    --sbh2020-deep-night: var(--sb-night-deep, #071a3d);
    --sbh2020-blue-hour: var(--sb-link, #28518e);
    --sbh2020-dream-blue: var(--sb-line-strong, #cbd3df);
    --sbh2020-moonlight: var(--sb-soft, #f3f6fb);
    --sbh2020-mist: var(--sb-soft, #f3f6fb);
    --sbh2020-paper: var(--sb-paper, #fffefa);
    --sbh2020-canvas: var(--sb-canvas, #f7f5ef);
    --sbh2020-warm: var(--sb-warm, #fbf7ed);
    --sbh2020-white: #ffffff;
    --sbh2020-gold: var(--sb-gold, #bd8d32);
    --sbh2020-gold-soft: var(--sb-gold-soft, #f2e3bd);
    --sbh2020-gold-ink: #684615;
    --sbh2020-lilac: #eeeafb;
    --sbh2020-lilac-deep: #d9d0f2;
    --sbh2020-powder: #eaf4fb;
    --sbh2020-blush: #f8e8ee;
    --sbh2020-blush-deep: #edcbd6;
    --sbh2020-rose: #ad4864;
    --sbh2020-rose-deep: #8f3651;
    --sbh2020-rose-soft: #f5dce4;
    --sbh2020-ivory: #fffaf6;
    --sbh2020-ink: var(--sb-heading, #10284f);
    --sbh2020-copy: var(--sb-ink, #202534);
    --sbh2020-muted: var(--sb-muted, #626978);
    --sbh2020-line: var(--sb-line, #e2e6ed);
    --sbh2020-line-strong: var(--sb-line-strong, #cbd3df);
    --sbh2020-shadow: var(--sb-shadow, 0 14px 38px rgba(18, 37, 72, .09));
    --sbh2020-serif: var(--sb-editorial, "SleepBaby Lora", Georgia, Cambria, "Times New Roman", Times, serif);
    --sbh2020-sans: var(--sb-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif);
    --sbh2020-reading: 43rem;
    --sbh2020-wide: 51.25rem;
    --sbh2020-radius-sm: 10px;
    --sbh2020-radius: 18px;
    color: var(--sbh2020-copy);
    font-family: var(--sbh2020-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.74;
    text-rendering: optimizeLegibility;
}

body.sbh2020 {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: var(--sbh2020-paper);
}

.sbh2020.sbh2020-embedded {
    width: 100%;
    margin: 0;
    overflow: visible;
    background: var(--sbh2020-paper);
    text-align: left;
}

.sbcf-post-funnel--classic-v520 {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: var(--sb-paper, #fffefa);
}

.sbh2020 *,
.sbh2020 *::before,
.sbh2020 *::after {
    box-sizing: border-box;
}

.sbh2020 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.sbh2020 h1,
.sbh2020 h2,
.sbh2020 h3 {
    margin: 0 0 .72em;
    color: var(--sbh2020-ink);
    font-family: var(--sbh2020-serif);
    font-weight: 700;
    letter-spacing: -.026em;
    line-height: 1.12;
    overflow-wrap: break-word;
    text-wrap: balance;
}

.sbh2020 h1 {
    font-size: clamp(2.25rem, 5vw, 3rem);
}

.sbh2020 h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.2rem);
}

.sbh2020 h3 {
    margin-top: 1.55em;
    font-size: clamp(1.35rem, 2.3vw, 1.6rem);
}

.sbh2020 p {
    margin: 0 0 1.45em;
}

.sbh2020 strong {
    font-weight: 700;
}

.sbh2020 a {
    color: var(--sbh2020-blue-hour);
    text-decoration-color: color-mix(in srgb, currentColor 45%, transparent);
    text-decoration-thickness: .075em;
    text-underline-offset: .16em;
}

.sbh2020 a:hover {
    color: var(--sbh2020-deep-night);
    text-decoration-color: currentColor;
}

.sbh2020 a:focus-visible,
.sbh2020 button:focus-visible,
.sbh2020 input:focus-visible,
.sbh2020 summary:focus-visible {
    outline: 3px solid var(--sbh2020-gold);
    outline-offset: 3px;
}

.sbh2020-skip {
    position: fixed;
    z-index: 1000000;
    top: 8px;
    left: 8px;
    padding: 10px 16px;
    transform: translateY(-150%);
    border: 2px solid var(--sbh2020-gold);
    border-radius: var(--sbh2020-radius-sm);
    background: var(--sbh2020-white);
    color: var(--sbh2020-night);
    font-family: var(--sbh2020-sans);
    font-weight: 700;
}

.sbh2020-skip:focus {
    transform: translateY(0);
}

.sbh2020-main {
    overflow: hidden;
    background: var(--sbh2020-paper);
}

.sbh2020-reading {
    width: min(100%, var(--sbh2020-reading));
    margin: 0 auto;
}

/* The standalone workshop keeps one quiet brand bar. Embedded article funnels
 * do not render this element, so the reader never sees a second masthead. */
.sbh2020-logo-bar {
    position: relative;
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    padding: 14px 20px 12px;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--sbh2020-lilac-deep), var(--sbh2020-rose), var(--sbh2020-gold-soft), var(--sbh2020-powder)) 1;
    border-bottom: 1px solid var(--sbh2020-line);
    background: rgba(255, 252, 249, .98);
}

.sbh2020-logo-bar::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent 3%, var(--sbh2020-lilac-deep) 28%, var(--sbh2020-blush-deep) 50%, var(--sbh2020-powder) 72%, transparent 97%);
}

.sbh2020-logo-bar img {
    width: min(210px, 50vw);
    min-width: 0;
    max-width: 210px;
}

.sbh2020-logo-bar__inner {
    width: min(100%, 1080px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.sbh2020-logo-link {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.sbh2020-articles-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    padding: 8px 15px;
    border: 1px solid var(--sbh2020-lilac-deep);
    border-radius: 999px;
    color: var(--sbh2020-ink);
    font-family: var(--sbh2020-sans);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.sbh2020-articles-link:hover,
.sbh2020-articles-link:focus-visible {
    border-color: var(--sbh2020-gold);
    background: linear-gradient(135deg, var(--sbh2020-lilac), var(--sbh2020-ivory));
}

/* The offer opens like a useful final article callout, not a second landing
 * page. The soft background preserves a subtle nightward transition. */
.sbh2020-hero {
    position: relative;
    isolation: isolate;
    min-height: 0;
    padding: clamp(28px, 4.5vw, 48px) 20px clamp(38px, 5vw, 56px);
    border-bottom: 1px solid var(--sbh2020-line);
    background:
        radial-gradient(circle at 84% 17%, rgba(173, 72, 100, .12) 0 2px, transparent 2.5px),
        radial-gradient(circle at 11% 72%, rgba(121, 98, 174, .11), transparent 30%),
        radial-gradient(circle at 91% 78%, rgba(130, 190, 219, .13), transparent 27%),
        linear-gradient(150deg, var(--sbh2020-ivory), #f8f4fc 52%, var(--sbh2020-powder));
}

.sbh2020-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 9% 20%, rgba(255, 255, 255, .85) 0 3px, transparent 3.5px),
        radial-gradient(circle at 92% 42%, rgba(255, 255, 255, .9) 0 2px, transparent 2.5px);
    pointer-events: none;
}

.sbh2020-hero__card {
    position: relative;
    width: min(100%, 61rem);
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(260px, .94fr);
    gap: clamp(24px, 4vw, 42px);
    align-items: center;
    margin: 0 auto;
    padding: clamp(25px, 4vw, 34px) clamp(24px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid rgba(157, 137, 198, .34);
    border-radius: 24px;
    background: rgba(255, 253, 250, .96);
    box-shadow: 0 18px 46px rgba(38, 37, 82, .09), 0 2px 8px rgba(173, 72, 100, .04);
    text-align: left;
}

.sbh2020-hero__copy {
    min-width: 0;
}

.sbh2020-hero__visual {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(157, 137, 198, .28);
    border-radius: 18px;
    background: var(--sbh2020-mist);
    box-shadow: 0 14px 30px rgba(38, 37, 82, .1);
}

.sbh2020-hero__visual img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

.sbh2020-hero__card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, var(--sbh2020-lilac-deep), var(--sbh2020-blush-deep), var(--sbh2020-gold-soft), var(--sbh2020-powder));
}

.sbh2020-hero__sleepmark {
    display: block;
    width: 50px;
    height: 50px;
    margin: 1px 0 14px;
    padding: 5px;
    border-radius: 15px;
    background: linear-gradient(145deg, var(--sbh2020-lilac), var(--sbh2020-ivory));
    box-shadow: 0 5px 14px rgba(38, 37, 82, .08);
    object-fit: contain;
}

.sbh2020-hero h1,
.sbh2020-hero__title {
    margin-bottom: .5em;
    font-size: clamp(2rem, 4.4vw, 2.65rem);
    font-style: normal;
    font-weight: 700;
}

.sbh2020-hero p {
    width: min(100%, 38rem);
    margin: 0;
    color: var(--sbh2020-copy);
    font-size: 1.05em;
    line-height: 1.68;
}

.sbh2020 .sbh2020-hero__eyebrow {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 11px;
    color: var(--sbh2020-rose-deep);
    font-family: var(--sbh2020-sans);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .105em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sbh2020 .sbh2020-hero__eyebrow::before {
    width: 24px;
    height: 1px;
    flex: none;
    background: linear-gradient(90deg, var(--sbh2020-gold), var(--sbh2020-rose));
    content: "";
}

.sbh2020.sbh2020-embedded .sbh2020-hero {
    padding-top: clamp(22px, 3.5vw, 34px);
}

.sbh2020-prose,
.sbh2020-discover,
.sbh2020-closing {
    padding: clamp(44px, 5.5vw, 62px) 20px;
}

.sbh2020-standalone-footer {
	padding: 44px 20px 34px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	background: var(--sbh2020-deep-night);
	color: #dce0ee;
}

.sbh2020-standalone-footer__inner {
	display: grid;
	width: min(100%, 1040px);
	margin-inline: auto;
	grid-template-columns: minmax(170px, 230px) minmax(0, 1fr);
	align-items: center;
	gap: 24px 48px;
}

.sbh2020-standalone-footer__brand {
	display: inline-flex;
	padding: 8px 11px;
	border-radius: 10px;
	background: #fffdfb;
}

.sbh2020-standalone-footer__brand img {
	display: block;
	width: 100%;
	height: auto;
}

.sbh2020-standalone-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
}

.sbh2020-standalone-footer nav a {
	color: #f3edf7;
	font-family: var(--sbh2020-sans);
	font-size: 12px;
	font-weight: 700;
	text-underline-offset: 3px;
}

.sbh2020-standalone-footer p {
	grid-column: 1 / -1;
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .13);
	color: #b9bfd3;
	font-family: var(--sbh2020-sans);
	font-size: 12px;
	line-height: 1.55;
}

.sbh2020-intro {
    background: var(--sbh2020-paper);
}

.sbh2020-intro .sbh2020-reading > p:first-child {
    color: var(--sbh2020-ink);
    font-size: 1.08em;
}

.sbh2020-science {
    border-block: 1px solid var(--sbh2020-line);
    background: var(--sbh2020-mist);
}

.sbh2020-science h2,
.sbh2020-story > .sbh2020-reading > h2,
.sbh2020-section-title {
    text-align: left;
}

.sbh2020-science h2::after,
.sbh2020-story > .sbh2020-reading > h2::after,
.sbh2020-section-title::after,
.sbh2020-discover h2::after,
.sbh2020-bonuses__title h2::after {
    width: 44px;
    height: 2px;
    display: block;
    margin-top: 12px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, var(--sbh2020-rose), #927cc6 56%, #8fc6dd);
}

/* Preserve the real founder photograph without tint, clipping, or zoom. */
.sbh2020-photo-break {
    width: min(calc(100% - 40px), var(--sbh2020-wide));
    margin: clamp(44px, 5.5vw, 62px) auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--sbh2020-line-strong);
    border-radius: var(--sbh2020-radius);
    background: var(--sbh2020-mist);
    box-shadow: var(--sbh2020-shadow);
}

.sbh2020-photo-break__image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    clip-path: none;
    filter: none !important;
}

.sbh2020-story {
    background: var(--sbh2020-paper);
}

.sbh2020-story h3 {
    color: var(--sbh2020-ink);
}

.sbh2020-story blockquote {
    margin: 2em 0 0;
    padding: 22px 25px;
    border: 0;
    border-left: 4px solid var(--sbh2020-rose);
    border-radius: 0 16px 16px 0;
    background: linear-gradient(135deg, var(--sbh2020-blush), var(--sbh2020-ivory) 72%);
    color: var(--sbh2020-ink);
    font-family: var(--sbh2020-serif);
    font-size: 1.05em;
    font-weight: 700;
    line-height: 1.62;
}

/* Tips read as teaching rows inside the article instead of promotional cards. */
.sbh2020-tips {
    padding: clamp(44px, 5.5vw, 62px) 20px;
    border-block: 1px solid var(--sbh2020-line);
    background: var(--sbh2020-paper);
}

.sbh2020-section-title {
    margin-bottom: .85em;
}

.sbh2020 .sbh2020-tips .sbh2020-section-title {
    color: var(--sbh2020-ink) !important;
}

.sbh2020-tip {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    column-gap: 22px;
    align-items: start;
    margin: 0;
    padding: 27px 0;
    border: 0;
    border-top: 1px solid var(--sbh2020-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--sbh2020-copy);
}

.sbh2020-tip:nth-of-type(3) {
    border-bottom: 1px solid var(--sbh2020-line);
}

.sbh2020-tip img {
    grid-column: 1;
    grid-row: 1 / span 12;
    width: 76px;
    height: 76px;
    margin: 1px auto 0;
    object-fit: contain;
}

.sbh2020-tip h2,
.sbh2020-tip__title,
.sbh2020-tip p {
    grid-column: 2;
}

.sbh2020-tip h2,
.sbh2020-tip__title {
    margin: 0 0 .5em;
    color: var(--sbh2020-ink);
    font-size: clamp(1.45rem, 2.5vw, 1.72rem);
    text-align: left;
}

.sbh2020 .sbh2020-tip .sbh2020-tip__title {
    color: var(--sbh2020-ink) !important;
}

.sbh2020-tip p {
    margin-bottom: 1em;
}

.sbh2020-tip p:last-child,
.sbh2020-faster p:last-child {
    margin-bottom: 0;
}

.sbh2020-faster {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    margin-top: 34px;
    overflow: hidden;
    border: 1px solid var(--sbh2020-lilac-deep);
    border-radius: 20px;
    background: linear-gradient(135deg, #fbf8ff, var(--sbh2020-ivory) 62%, var(--sbh2020-powder));
    box-shadow: 0 12px 28px rgba(47, 42, 89, .07);
    color: var(--sbh2020-copy);
}

.sbh2020-faster__icon {
    min-height: 100%;
    display: grid;
    place-items: center;
    border-right: 1px solid var(--sbh2020-lilac-deep);
    background: linear-gradient(180deg, var(--sbh2020-lilac), var(--sbh2020-blush));
}

.sbh2020-faster__icon span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    background: linear-gradient(145deg, #8270b5, #5e69a3);
    color: var(--sbh2020-white);
    font-family: var(--sbh2020-serif);
    font-size: 25px;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(61, 54, 108, .18);
}

.sbh2020-faster > div:last-child {
    padding: 22px 24px;
}

.sbh2020-faster h2,
.sbh2020-faster__title {
    margin: 0 0 .42em;
    color: var(--sbh2020-ink);
    font-size: clamp(1.45rem, 2.5vw, 1.72rem);
}

/* A restrained article takeaway keeps all six discoveries easy to scan. */
.sbh2020-discover {
    border-bottom: 1px solid var(--sbh2020-line);
    background: var(--sbh2020-paper);
}

.sbh2020-discover h1,
.sbh2020-discover h2,
.sbh2020-bonuses__title h1,
.sbh2020-bonuses__title h2 {
    text-align: left;
}

.sbh2020-discover .sbh2020-reading {
    width: min(100%, 61rem);
}

.sbh2020-discover__layout {
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
    margin-top: 26px;
}

.sbh2020-discover__visual {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--sbh2020-line-strong);
    border-radius: 18px;
    background: var(--sbh2020-ivory);
    box-shadow: 0 14px 30px rgba(40, 38, 79, .08);
}

.sbh2020-discover__visual img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sbh2020-discover__box {
    margin: 0;
    padding: clamp(23px, 3.5vw, 32px);
    border: 1px solid var(--sbh2020-lilac-deep);
    border-radius: 20px;
    background: linear-gradient(145deg, #faf8ff, var(--sbh2020-ivory) 58%, var(--sbh2020-powder));
    box-shadow: 0 12px 30px rgba(40, 38, 79, .065);
}

.sbh2020-discover ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sbh2020-discover li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    margin: 0 0 15px;
}

.sbh2020-discover li > span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid rgba(118, 94, 173, .2);
    border-radius: 50%;
    background: linear-gradient(145deg, var(--sbh2020-lilac), var(--sbh2020-blush));
    color: #65539c;
    font-family: var(--sbh2020-sans);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.sbh2020-discover li > span .sbcf-quirk-icon {
    width: 18px;
    height: 18px;
}

.sbh2020-discover li > span .q-fill-soft {
    fill: currentColor;
    opacity: .13;
    stroke: currentColor;
}

.sbh2020-discover li > span .q-fill {
    fill: currentColor;
    stroke: currentColor;
}

.sbh2020-discover li p {
    margin: 0;
}

.sbh2020-discover__box > strong {
    display: block;
    margin-top: 24px;
    color: var(--sbh2020-ink);
    font-family: var(--sbh2020-serif);
    font-size: 1.08em;
    text-align: center;
}

/* Bonuses are resource recommendations: small covers, clear titles, complete
 * explanations, and no poster-size artwork on phones. */
.sbh2020-bonuses {
    padding: clamp(48px, 6vw, 68px) 20px;
    border-bottom: 1px solid var(--sbh2020-line);
    background:
        radial-gradient(circle at 9% 8%, rgba(213, 197, 240, .4), transparent 22%),
        radial-gradient(circle at 94% 92%, rgba(197, 226, 240, .4), transparent 21%),
        linear-gradient(180deg, var(--sbh2020-ivory), #fbf7fc);
}

.sbh2020-bonuses__title {
    width: min(100%, var(--sbh2020-reading));
    margin: 0 auto 20px;
}

.sbh2020-bonuses__title h1,
.sbh2020-bonuses__title h2 {
    margin: 0;
    color: var(--sbh2020-ink);
}

.sbh2020-bonus-band {
    width: min(100%, var(--sbh2020-reading));
    margin-inline: auto;
    padding: 0;
    background: transparent;
}

.sbh2020-bonus-band + .sbh2020-bonus-band {
    margin-top: 16px;
}

.sbh2020-bonuses__title + .sbh2020-bonus-band,
.sbh2020-bonus-frame {
    background: transparent;
}

.sbh2020-bonus-frame {
    width: 100%;
    margin: 0;
    padding: 0;
}

.sbh2020-bonus-card {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: clamp(20px, 3vw, 28px);
    align-items: start;
    margin: 0;
    padding: clamp(22px, 3vw, 28px);
    overflow: hidden;
    border: 1px solid var(--sbh2020-line);
    border-radius: 18px;
    background: rgba(255, 254, 251, .94);
    box-shadow: 0 10px 24px rgba(42, 38, 81, .055);
    color: var(--sbh2020-copy);
}

.sbh2020-bonus-card::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    content: "";
    background: linear-gradient(180deg, var(--sbh2020-lilac-deep), var(--sbh2020-rose-soft), #b8deed);
}

.sbh2020-bonus-card > img {
    width: 118px;
    max-width: 100%;
    max-height: 190px;
    margin: 0 auto;
    border-radius: 13px;
    background: var(--sbh2020-ivory);
    object-fit: contain;
    filter: drop-shadow(0 8px 11px rgba(35, 40, 83, .14));
}

.sbh2020-bonus-card > div {
    min-width: 0;
    padding: 0;
}

.sbh2020-bonus-card h2,
.sbh2020-bonus-card__title {
    margin: 10px 0;
    color: var(--sbh2020-ink);
    font-family: var(--sbh2020-serif);
    font-size: clamp(1.45rem, 2.6vw, 1.72rem);
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
    text-transform: none;
}

.sbh2020-bonus-card h2 strong,
.sbh2020-bonus-card__title strong {
    color: var(--sbh2020-deep-night);
    font-weight: 700;
}

.sbh2020 .sbh2020-bonus-card .sbh2020-bonus-card__title {
    color: var(--sbh2020-ink) !important;
}

.sbh2020 .sbh2020-bonus-card .sbh2020-bonus-card__title strong {
    color: var(--sbh2020-deep-night) !important;
}

.sbh2020-bonus-divider {
    width: 58px;
    height: 2px;
    display: block;
    margin: 0;
    background: var(--sbh2020-gold);
}

.sbh2020-bonus-card__body {
    margin-top: 16px;
}

.sbh2020-bonus-card p {
    margin-bottom: 1em;
}

.sbh2020-bonus-card p:last-child {
    margin-bottom: 0;
}

/* Reader stories use the same visual grammar as editorial quotations. */
.sbh2020-testimonials {
    padding: clamp(48px, 6vw, 68px) 20px;
    background: linear-gradient(180deg, var(--sbh2020-powder), #f7f5fc 42%, var(--sbh2020-blush));
}

.sbh2020-testimonials__row {
    width: min(100%, var(--sbh2020-reading));
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 auto;
}

.sbh2020-testimonial,
.sbh2020-testimonial--anna,
.sbh2020-testimonial--paul,
.sbh2020-testimonial--diana {
    position: relative;
    min-height: 0;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 20px;
    align-items: start;
    padding: 23px 24px;
    overflow: hidden;
    border: 1px solid rgba(156, 139, 197, .28);
    border-radius: 18px;
    background: rgba(255, 254, 251, .92);
    box-shadow: 0 10px 24px rgba(42, 38, 81, .055);
    color: var(--sbh2020-copy);
    text-align: left;
}

.sbh2020-testimonial > img {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 68px;
    height: 68px;
    margin: 2px 0 0;
    transform: none;
    border: 3px solid var(--sbh2020-white);
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(18, 37, 72, .12);
    object-fit: cover;
}

.sbh2020-testimonial__quote {
    display: none;
}

.sbh2020-testimonial__copy,
.sbh2020-testimonial h3,
.sbh2020-testimonial small {
    grid-column: 2;
}

.sbh2020-testimonial__copy p {
    margin-bottom: 1em;
}

.sbh2020-testimonial__copy p:last-child {
    margin-bottom: 0;
}

.sbh2020-testimonial h3,
.sbh2020-testimonial--anna h3,
.sbh2020-testimonial--paul h3,
.sbh2020-testimonial--diana h3 {
    margin: 15px 0 2px;
    color: var(--sbh2020-ink);
    font-family: var(--sbh2020-sans);
    font-size: 1rem;
    font-style: normal;
    font-weight: 750;
    letter-spacing: 0;
}

.sbh2020-testimonial small {
    color: var(--sbh2020-muted);
    font-family: var(--sbh2020-sans);
    font-size: 13px;
}

/* The final action is the article's concluding module. Moonlit pastels keep
 * the handoff gentle, while the warm berry action stays unmistakable. */
.sbh2020-final-cta {
    position: relative;
    isolation: isolate;
    padding: clamp(48px, 6vw, 68px) 20px;
    overflow: hidden;
    border-top: 1px solid var(--sbh2020-lilac-deep);
    background:
        radial-gradient(circle at 8% 16%, rgba(255, 255, 255, .95) 0 3px, transparent 3.5px),
        radial-gradient(circle at 91% 24%, rgba(179, 211, 231, .45) 0 2px, transparent 2.5px),
        radial-gradient(circle at 4% 86%, rgba(225, 203, 239, .45), transparent 24%),
        radial-gradient(circle at 96% 76%, rgba(244, 208, 218, .42), transparent 24%),
        linear-gradient(155deg, var(--sbh2020-ivory), #f5f0fb 50%, var(--sbh2020-powder));
    color: var(--sbh2020-copy);
}

.sbh2020-final-cta__inner {
    position: relative;
    width: min(100%, var(--sbh2020-reading));
    margin: 0 auto;
    padding: clamp(27px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid rgba(156, 133, 198, .38);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0, rgba(234, 244, 251, .88), transparent 30%),
        radial-gradient(circle at 0 100%, rgba(248, 232, 238, .72), transparent 31%),
        rgba(255, 253, 250, .96);
    box-shadow: 0 22px 56px rgba(45, 39, 89, .12), 0 4px 14px rgba(173, 72, 100, .055);
    text-align: center;
}

.sbh2020-final-cta__inner::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, #aebfdf, var(--sbh2020-lilac-deep), var(--sbh2020-blush-deep), var(--sbh2020-gold-soft), #b9ddea);
}

.sbh2020-final-cta__inner::after {
    position: absolute;
    top: 36px;
    right: 40px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(128, 103, 181, .32);
    box-shadow: 22px -13px 0 -1px rgba(173, 72, 100, .28), 39px 8px 0 1px rgba(112, 172, 199, .26);
    content: "";
    pointer-events: none;
}

.sbh2020-final-cta__sleepmark {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 62px;
    display: block;
    margin: 2px auto 14px;
    padding: 7px;
    border: 1px solid var(--sbh2020-lilac-deep);
    border-radius: 19px;
    background: linear-gradient(145deg, var(--sbh2020-lilac), var(--sbh2020-ivory) 55%, var(--sbh2020-powder));
    box-shadow: 0 8px 20px rgba(54, 46, 97, .1);
    object-fit: contain;
}

.sbh2020-final-cta h1,
.sbh2020-final-cta h2,
.sbh2020 .sbh2020-final-cta h2 {
    position: relative;
    z-index: 1;
    color: var(--sbh2020-ink) !important;
    text-shadow: none;
}

.sbh2020-final-cta p {
    position: relative;
    z-index: 1;
    color: var(--sbh2020-copy);
    font-weight: 400;
}

.sbh2020-final-cta__inner > p:first-of-type {
    width: min(100%, 37rem);
    margin: 0 auto 18px;
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid rgba(156, 133, 198, .3);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sbh2020-final-cta p a {
    color: var(--sbh2020-blue-hour);
    font-weight: 700;
}

.sbh2020-download {
    width: min(100%, 470px);
    min-height: 62px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 18px;
    padding: 15px 54px;
    overflow: hidden;
    border: 1px solid var(--sbh2020-rose-deep);
    border-radius: 18px;
    background: linear-gradient(135deg, #b44d69 0%, var(--sbh2020-rose) 48%, var(--sbh2020-rose-deep) 100%);
    box-shadow: 0 15px 30px rgba(143, 54, 81, .24), inset 0 1px 0 rgba(255, 255, 255, .28);
    color: var(--sbh2020-white) !important;
    font-family: var(--sbh2020-sans);
    font-size: clamp(1.15rem, 2.6vw, 1.35rem);
    font-weight: 750;
    line-height: 1.25;
    text-decoration: none;
    letter-spacing: -.01em;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.sbh2020-download::before {
    position: absolute;
    top: 1px;
    right: 16px;
    left: 16px;
    height: 45%;
    border-radius: 16px 16px 50% 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .14), transparent);
    content: "";
    pointer-events: none;
}

.sbh2020-download:hover,
.sbh2020-download:focus-visible {
    transform: translateY(-2px);
    filter: saturate(1.05) brightness(.96);
    box-shadow: 0 18px 36px rgba(143, 54, 81, .3), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.sbh2020-download span {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    font-size: 1.2em;
    line-height: 1;
    transform: translateY(-50%);
}

.sbh2020-secure {
    width: min(100%, 350px);
    aspect-ratio: 820 / 273;
    margin: 3px auto 0;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
    filter: drop-shadow(0 8px 16px rgba(45, 46, 88, .09));
    object-fit: contain;
    opacity: 1;
}

.sbh2020-closing {
    padding-top: 36px;
    padding-bottom: 44px;
    border-bottom: 1px solid var(--sbh2020-line);
    background: var(--sbh2020-paper);
    color: var(--sbh2020-muted);
    text-align: center;
}

.sbh2020-closing p:last-child {
    margin-bottom: 0;
}

/* Dark-surface contrast locks. These deliberately outrank generic theme and
 * widget heading rules so an optimizer or older selector cannot turn the
 * text navy against a navy/image background. */
.sbh2020 .sbh2020-download,
.sbh2020 .sbh2020-download:visited {
    color: #ffffff !important;
}

@media (max-width: 767px) {
	.sbh2020-standalone-footer__inner {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.sbh2020-standalone-footer__brand {
		width: min(210px, 70vw);
	}

	.sbh2020-standalone-footer p {
		grid-column: 1;
	}
    body.sbh2020,
    .sbh2020.sbh2020-embedded {
        font-size: 17px;
        line-height: 1.72;
    }

    .sbh2020 h1 {
        font-size: clamp(2rem, 9vw, 2.35rem);
    }

    .sbh2020 h2 {
        font-size: clamp(1.65rem, 7.2vw, 1.95rem);
    }

    .sbh2020-logo-bar {
        min-height: 64px;
        padding: 11px 15px;
    }

    .sbh2020-logo-bar img {
        width: 168px;
    }

    .sbh2020-hero {
        padding: 28px 15px 38px;
    }

    .sbh2020.sbh2020-embedded .sbh2020-hero {
        padding-top: 20px;
    }

    .sbh2020-hero__card {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
        padding: 24px 21px;
    }

    .sbh2020-hero__visual {
        border-radius: 14px;
    }

    .sbh2020-hero h1,
    .sbh2020-hero__title {
        font-size: clamp(1.9rem, 8.5vw, 2.25rem);
    }

    .sbh2020-hero p {
        font-size: 17px;
    }

    .sbh2020-prose,
    .sbh2020-discover,
    .sbh2020-closing,
    .sbh2020-tips {
        padding: 39px 15px;
    }

    .sbh2020-photo-break {
        width: calc(100% - 30px);
        margin-block: 38px;
        border-radius: var(--sbh2020-radius-sm);
    }

    .sbh2020-discover__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }

    .sbh2020-story blockquote {
        padding: 20px 19px;
    }

    .sbh2020-bonuses,
    .sbh2020-testimonials,
    .sbh2020-final-cta {
        padding: 42px 15px;
    }

    .sbh2020-final-cta__inner {
        padding: 26px 21px;
    }

    .sbh2020-download {
        width: 100%;
    }

}

@media (min-width: 521px) and (max-width: 767px) {
    .sbh2020-hero__visual,
    .sbh2020-discover__visual {
        width: min(100%, 420px);
        justify-self: center;
    }
}

@media (max-width: 520px) {
    .sbh2020-download {
        min-height: 54px;
        padding: 12px 14px;
        font-size: clamp(.91rem, 4.2vw, 1.02rem);
        letter-spacing: -.025em;
        white-space: nowrap;
    }

    .sbh2020-download span {
        display: none;
    }

    .sbh2020-tip {
        grid-template-columns: 68px minmax(0, 1fr);
        column-gap: 16px;
        padding: 23px 0;
    }

    .sbh2020-tip img {
        width: 62px;
        height: 62px;
    }

    .sbh2020-faster {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .sbh2020-faster__icon span {
        width: 39px;
        height: 39px;
        font-size: 22px;
    }

    .sbh2020-faster > div:last-child {
        padding: 20px 18px;
    }

    .sbh2020-discover__box {
        padding: 22px 18px;
    }

    .sbh2020-discover li {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 10px;
    }

    .sbh2020-bonus-card {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
        padding: 20px 17px;
    }

    .sbh2020-bonus-card > img {
        width: 90px;
        max-height: 145px;
    }

    .sbh2020-bonus-card h2,
    .sbh2020-bonus-card__title {
        font-size: clamp(1.3rem, 6.4vw, 1.55rem);
    }

    .sbh2020-bonus-card__body {
        grid-column: 1 / -1;
        margin-top: 13px;
    }

    .sbh2020-testimonial,
    .sbh2020-testimonial--anna,
    .sbh2020-testimonial--paul,
    .sbh2020-testimonial--diana {
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 15px;
        padding: 20px 18px;
    }

    .sbh2020-testimonial > img {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 390px) {
    .sbh2020-logo-bar {
        padding-inline: 14px;
    }

    .sbh2020-logo-bar__inner {
        gap: 10px;
    }

    .sbh2020-logo-bar img {
        width: min(150px, 46vw);
    }

    .sbh2020-articles-link {
        padding-inline: 10px;
        font-size: 12px;
    }

    .sbh2020-hero,
    .sbh2020-prose,
    .sbh2020-discover,
    .sbh2020-closing,
    .sbh2020-tips,
    .sbh2020-bonuses,
    .sbh2020-testimonials,
    .sbh2020-final-cta {
        padding-right: 14px;
        padding-left: 14px;
    }

    .sbh2020-hero__card {
        padding: 22px 18px;
    }

    .sbh2020-photo-break {
        width: calc(100% - 28px);
    }

    .sbh2020-tip {
        grid-template-columns: 60px minmax(0, 1fr);
        column-gap: 13px;
    }

    .sbh2020-tip img {
        width: 55px;
        height: 55px;
    }

    .sbh2020-bonus-card {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 13px;
    }

    .sbh2020-bonus-card > img {
        width: 78px;
        max-height: 126px;
    }

    .sbh2020-download {
        padding-inline: 42px;
    }
}

@media (max-width: 340px) {
    .sbh2020-tip,
    .sbh2020-testimonial {
        overflow-wrap: anywhere;
    }

    .sbh2020-bonus-card {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        overflow-wrap: anywhere;
    }

    .sbh2020-bonus-card > img {
        width: 88px;
        max-height: 140px;
    }

    .sbh2020-bonus-card__copy {
        width: 100%;
    }

    .sbh2020-bonus-card h2,
    .sbh2020-bonus-card__title {
        text-align: center;
    }

    .sbh2020-bonus-divider {
        margin-inline: auto;
    }

    .sbh2020-bonus-card__body {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sbh2020-download {
        transition: none;
    }
}
