/* 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. */

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-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: 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: 6px;
    --sbh2020-radius: 12px;
    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 var(--sbh2020-night);
    border-bottom: 1px solid var(--sbh2020-line);
    background: rgba(255, 254, 250, .98);
}

.sbh2020-logo-bar::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--sbh2020-gold), transparent);
}

.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 13px;
    border: 1px solid var(--sbh2020-line-strong);
    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: var(--sbh2020-warm);
}

/* 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 83% 18%, rgba(189, 141, 50, .09) 0 2px, transparent 3px),
        linear-gradient(180deg, var(--sbh2020-paper), var(--sbh2020-mist));
}

.sbh2020-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 12% 75%, rgba(16, 41, 87, .055), transparent 32%);
    pointer-events: none;
}

.sbh2020-hero__card {
    width: min(100%, var(--sbh2020-reading));
    margin: 0 auto;
    padding: clamp(25px, 4vw, 34px) clamp(24px, 4vw, 38px);
    border: 1px solid var(--sbh2020-line);
    border-left: 4px solid var(--sbh2020-gold);
    border-radius: 0 var(--sbh2020-radius-sm) var(--sbh2020-radius-sm) 0;
    background: rgba(255, 254, 250, .96);
    box-shadow: none;
    text-align: left;
}

.sbh2020-hero__sleepmark {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 0 12px;
    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-embedded .sbh2020-hero {
    padding-top: clamp(22px, 3.5vw, 34px);
}

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

.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: "";
    background: linear-gradient(90deg, var(--sbh2020-gold), var(--sbh2020-blue-hour));
}

/* 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-gold);
    border-radius: 0 var(--sbh2020-radius-sm) var(--sbh2020-radius-sm) 0;
    background: var(--sbh2020-warm);
    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-line);
    border-left: 4px solid var(--sbh2020-gold);
    border-radius: 0 var(--sbh2020-radius-sm) var(--sbh2020-radius-sm) 0;
    background: var(--sbh2020-warm);
    box-shadow: none;
    color: var(--sbh2020-copy);
}

.sbh2020-faster__icon {
    min-height: 100%;
    display: grid;
    place-items: center;
    border-right: 1px solid var(--sbh2020-line);
    background: rgba(242, 227, 189, .45);
}

.sbh2020-faster__icon span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid var(--sbh2020-gold);
    border-radius: 50%;
    background: var(--sbh2020-night);
    color: var(--sbh2020-white);
    font-family: var(--sbh2020-serif);
    font-size: 25px;
    line-height: 1;
}

.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__box {
    margin: 26px 0 0;
    padding: clamp(23px, 3.5vw, 32px);
    border: 1px solid var(--sbh2020-line);
    border-left: 4px solid var(--sbh2020-night);
    border-radius: 0 var(--sbh2020-radius-sm) var(--sbh2020-radius-sm) 0;
    background: var(--sbh2020-mist);
    box-shadow: none;
}

.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(104, 70, 21, .22);
    border-radius: 50%;
    background: var(--sbh2020-gold-soft);
    color: var(--sbh2020-gold-ink);
    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: var(--sbh2020-warm);
}

.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: var(--sbh2020-radius-sm);
    background: var(--sbh2020-paper);
    box-shadow: none;
    color: var(--sbh2020-copy);
}

.sbh2020-bonus-card::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    content: "";
    background: var(--sbh2020-gold);
}

.sbh2020-bonus-card > img {
    width: 118px;
    max-width: 100%;
    max-height: 190px;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 7px 10px rgba(18, 37, 72, .12));
}

.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: var(--sbh2020-mist);
}

.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 var(--sbh2020-line);
    border-left: 4px solid var(--sbh2020-gold);
    border-radius: 0 var(--sbh2020-radius-sm) var(--sbh2020-radius-sm) 0;
    background: var(--sbh2020-paper);
    box-shadow: none;
    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. Its navy button remains
 * unmistakable without turning the entire ending into a different website. */
.sbh2020-final-cta {
    position: relative;
    isolation: isolate;
    padding: clamp(48px, 6vw, 68px) 20px;
    border-top: 1px solid var(--sbh2020-line);
    background: var(--sbh2020-paper);
    color: var(--sbh2020-copy);
}

.sbh2020-final-cta__inner {
    width: min(100%, var(--sbh2020-reading));
    margin: 0 auto;
    padding: clamp(27px, 4vw, 38px);
    border: 1px solid var(--sbh2020-line-strong);
    border-top: 4px solid var(--sbh2020-night);
    border-radius: var(--sbh2020-radius-sm);
    background: linear-gradient(180deg, var(--sbh2020-mist), var(--sbh2020-paper));
    box-shadow: var(--sbh2020-shadow);
    text-align: center;
}

.sbh2020-final-cta__sleepmark {
    width: 46px;
    height: 46px;
    display: block;
    margin: 0 auto 12px;
    object-fit: contain;
}

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

.sbh2020-final-cta p {
    color: var(--sbh2020-copy);
    font-weight: 400;
}

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

.sbh2020-download {
    width: min(100%, 470px);
    min-height: 56px;
    position: relative;
    display: grid;
    place-items: center;
    align-items: center;
    justify-content: center;
    margin: 28px auto 18px;
    padding: 14px 48px;
    border: 1px solid var(--sbh2020-night);
    border-radius: var(--sbh2020-radius-sm);
    background: var(--sbh2020-night);
    box-shadow: 0 12px 26px rgba(16, 41, 87, .2);
    color: var(--sbh2020-white) !important;
    font-family: var(--sbh2020-sans);
    font-size: clamp(1.15rem, 2.6vw, 1.35rem);
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.sbh2020-download:hover,
.sbh2020-download:focus-visible {
    transform: translateY(-2px);
    background: var(--sbh2020-deep-night);
    box-shadow: 0 16px 32px rgba(16, 41, 87, .25);
}

.sbh2020-download span {
    position: absolute;
    right: 18px;
    top: 50%;
    font-size: 1.25em;
    line-height: .8;
    transform: translateY(-50%);
}

.sbh2020-secure {
    width: min(100%, 250px);
    margin: 0 auto;
    padding: 5px;
    border: 1px solid var(--sbh2020-line);
    border-radius: var(--sbh2020-radius-sm);
    background: var(--sbh2020-white);
    opacity: .88;
}

.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;
}

/* Compact persistent offer ribbon. It stays unfocusable until its established
 * sales-progress trigger fires and respects phone safe areas without an inner
 * scrolling panel. */
.sbh2020-ribbon {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    padding: 7px 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-110%);
    border-bottom: 1px solid rgba(189, 141, 50, .55);
    background: rgba(7, 26, 61, .97);
    box-shadow: 0 8px 24px rgba(7, 26, 61, .2);
    color: var(--sbh2020-white);
    font-family: var(--sbh2020-sans);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    pointer-events: none;
    backdrop-filter: blur(10px);
}

.sbh2020-ribbon.is-triggered {
    z-index: 999991;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.sbh2020-ribbon__inner {
    width: min(100%, 1040px);
    min-height: 48px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin: 0 auto;
}

.sbh2020-ribbon__arrow {
    width: 42px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1px;
    color: var(--sbh2020-gold-soft);
    font-family: var(--sbh2020-sans);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.sbh2020-ribbon__arrow span:nth-child(2) {
    margin-bottom: 5px;
    font-size: 13px;
}

.sbh2020-ribbon__arrow span:nth-child(3) {
    margin-bottom: 11px;
    font-size: 14px;
}

.sbh2020-ribbon__offer {
    min-width: 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
}

.sbh2020-ribbon__headline {
    min-height: 0;
    color: var(--sbh2020-white);
    font-size: 16px;
    font-family: var(--sbh2020-sans);
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.25;
    text-transform: none;
    white-space: nowrap;
}

.sbh2020-ribbon__headline strong {
    color: var(--sbh2020-gold-soft);
    font-weight: 700;
}

.sbh2020-ribbon__subline {
    margin: 0;
    color: #e3eaf3;
    font-family: var(--sbh2020-sans);
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
}

.sbh2020-ribbon__action {
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

.sbh2020-ribbon__action a {
    min-width: 184px;
    min-height: 42px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 9px 16px;
    border: 1px solid var(--sbh2020-gold-soft);
    border-radius: var(--sbh2020-radius-sm);
    background: var(--sbh2020-gold);
    color: var(--sbh2020-deep-night);
    font-family: var(--sbh2020-sans);
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

/* 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;
}

.sbh2020 .sbh2020-ribbon__headline,
.sbh2020 .sbh2020-ribbon__headline span {
    color: #ffffff !important;
}

.sbh2020-ribbon__action a:hover,
.sbh2020-ribbon__action a:focus-visible {
    background: var(--sbh2020-gold-soft);
}

@media (max-width: 1024px) {
    .sbh2020-ribbon__inner {
        width: min(100%, 900px);
    }

    .sbh2020-ribbon__offer {
        display: block;
    }

    .sbh2020-ribbon__subline {
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    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 {
        padding: 24px 21px;
    }

    .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-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%;
    }

    .sbh2020-ribbon {
        top: auto;
        right: 8px;
        bottom: max(8px, env(safe-area-inset-bottom));
        left: 8px;
        max-height: min(104px, 24vh);
        padding: 7px 8px;
        overflow: clip;
        transform: translateY(calc(100% + 18px + env(safe-area-inset-bottom)));
        border: 1px solid rgba(189, 141, 50, .58);
        border-radius: var(--sbh2020-radius);
    }

    .sbh2020-ribbon.is-triggered {
        transform: translateY(0);
    }

    .sbh2020-ribbon__inner {
        width: 100%;
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "offer" "action";
        gap: 5px;
    }

    .sbh2020-ribbon__offer {
        grid-area: offer;
        display: block;
        text-align: center;
    }

    .sbh2020-ribbon__arrow {
        display: none;
    }

    .sbh2020-ribbon__action {
        grid-area: action;
    }

    .sbh2020-ribbon__headline {
        font-size: clamp(13px, 4vw, 15px);
    }

    .sbh2020-ribbon__subline {
        margin-top: 0;
        font-size: 12px;
    }

    .sbh2020-ribbon__action a {
        width: 100%;
        min-width: 0;
        min-height: 38px;
        padding: 6px 9px;
        font-size: 13px;
    }
}

@media (max-width: 767px) and (max-height: 420px) and (orientation: landscape) {
    .sbh2020-ribbon {
        max-height: min(74px, 36vh);
    }

    .sbh2020-ribbon__inner {
        grid-template-columns: minmax(0, 1fr) minmax(172px, .62fr);
        grid-template-areas: "offer action";
        gap: 9px;
    }

    .sbh2020-ribbon__offer {
        text-align: left;
    }

    .sbh2020-ribbon__action {
        grid-area: action;
    }
}

@media (max-width: 520px) {
    .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-ribbon__headline,
    .sbh2020-ribbon__action a {
        font-size: 13px;
    }

    .sbh2020-ribbon__subline {
        font-size: 12px;
    }

    .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-ribbon,
    .sbh2020-download {
        transition: none;
    }
}

@media print {
    .sbh2020-ribbon {
        display: none !important;
    }
}
