:root {
    --ink: #171713;
    --ink-soft: #292a25;
    --paper: #f5f0e5;
    --paper-deep: #e9e0cf;
    --white: #fffdf8;
    --red: #a52321;
    --red-bright: #cf332d;
    --gold: #c6a25a;
    --green: #58644c;
    --line: rgba(23, 23, 19, .15);
    --shadow: 0 25px 70px rgba(18, 17, 12, .17);
    --display: "Barlow Condensed", Impact, sans-serif;
    --body: "Inter", Arial, sans-serif;
    --serif: "Libre Baskerville", Georgia, serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    font-size: 18px;
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

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

.shell--video {
    width: min(980px, calc(100% - 40px));
}

.shell--letter {
    width: min(790px, calc(100% - 40px));
}

.shell--narrow {
    width: min(840px, calc(100% - 40px));
}

.stars {
    color: #e8b83d;
    font-size: 18px;
    letter-spacing: 2px;
}

.alert-ribbon {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 20px;
    color: #fff;
    background: var(--red);
    font: 800 14px/1.2 var(--body);
    letter-spacing: .12em;
    text-align: center;
}

.alert-ribbon__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    animation: pulse 2s infinite;
}

.alert-ribbon__text {
    min-width: 0;
}

@keyframes pulse {
    70% {
        box-shadow: 0 0 0 8px transparent;
    }

    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 77% 24%, rgba(165, 35, 33, .32), transparent 30%),
        linear-gradient(118deg, #12130f 0%, #20221d 58%, #11120f 100%);
}

.hero::after {
    position: absolute;
    right: -11%;
    bottom: -55%;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
}

.hero__noise {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
    pointer-events: none;
}

.section-kicker {
    margin: 0 0 12px;
    color: var(--red-bright);
    font: 800 14px/1.2 var(--body);
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hero__lead {
    position: relative;
    z-index: 2;
    max-width: 1060px;
    padding-block: 58px 6px;
    text-align: center;
}

.hero__lead h1 {
    margin: 0 auto;
    max-width: 1020px;
    font: 800 clamp(38px, 4.6vw, 66px)/1.1 var(--body);
    letter-spacing: -.022em;
}

.hero__lead h1 em {
    display: block;
    color: #f2544b;
    font-style: normal;
}

.hero__preheader {
    margin: 0 0 15px;
    color: #edce8c;
    font: 800 15px/1.2 var(--body);
    letter-spacing: .15em;
    text-transform: uppercase;
}

.hero__dek {
    max-width: 860px;
    margin: 26px auto 0;
    color: rgba(255, 255, 255, .82);
    font-size: 21px;
    line-height: 1.6;
}

.hero__dek strong {
    color: #fff;
}

.hero__watch {
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    font-weight: 700;
}

.hero-presentation {
    position: relative;
    z-index: 2;
    padding: 26px 0 88px;
    text-align: center;
}

.video-frame--hero {
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, .13);
    box-shadow: 0 32px 80px rgba(0, 0, 0, .55);
}

.hero-presentation__action {
    display: grid;
    justify-items: center;
    gap: 9px;
    margin-top: 30px;
}

.price-line--dark {
    color: rgba(255, 255, 255, .55);
}

.price-line--dark strong {
    color: #f0d493;
}

.price-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 6px 16px;
}

.price-tag__was {
    font-size: 15px;
    font-weight: 700;
}

.price-tag__was s {
    text-decoration-thickness: 2px;
}

.price-tag--dark .price-tag__was {
    color: rgba(255, 255, 255, .6);
}

.price-tag--dark .price-tag__was s {
    color: rgba(255, 255, 255, .8);
    text-decoration-color: #cf332d;
}

.price-tag__now {
    font: 900 25px/1 var(--display);
    letter-spacing: .03em;
    text-transform: uppercase;
}

.price-tag--dark .price-tag__now {
    color: #f0d493;
}

.price-tag__ship {
    font-size: 13px;
}

.price-tag--dark .price-tag__ship {
    color: rgba(255, 255, 255, .55);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 28px;
    border: 0;
    border-radius: 3px;
    background: var(--red);
    box-shadow: 0 12px 28px rgba(113, 20, 18, .28);
    color: #fff;
    font: 800 16px/1.15 var(--body);
    letter-spacing: .025em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.button:hover {
    color: #fff;
    background: #bf2a26;
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(113, 20, 18, .36);
}

.button--primary {
    background: #b62d28;
}

.button--order {
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    min-height: 70px;
    font-size: 18px;
}

.button small {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .02em;
    opacity: .78;
    text-transform: none;
}

.body-cta {
    display: grid;
    justify-items: center;
    gap: 10px;
    margin-top: 46px;
    text-align: center;
}

.body-cta__micro {
    margin: 0;
    color: #69685f;
    font-size: 13px;
}

.body-cta--dark .body-cta__micro {
    color: rgba(255, 255, 255, .6);
}

.presentation {
    padding: 82px 0 72px;
    background: var(--white);
    text-align: center;
}

.presentation h2,
.section-heading h2,
.offer__header h2,
.final-cta h2 {
    /* margin: 0; */
    font: 900 clamp(43px, 6vw, 68px)/.95 var(--display);
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.video-frame {
    position: relative;
    margin: 36px auto 14px;
    padding: 10px;
    background: #181914;
    box-shadow: var(--shadow);
}

.video-frame::before,
.video-frame::after {
    position: absolute;
    width: 58px;
    height: 58px;
    border-color: var(--red);
    content: "";
    pointer-events: none;
}

.video-frame::before {
    top: -7px;
    left: -7px;
    border-top: 3px solid var(--red);
    border-left: 3px solid var(--red);
}

.video-frame::after {
    right: -7px;
    bottom: -7px;
    border-right: 3px solid var(--red);
    border-bottom: 3px solid var(--red);
}

.video-frame__inner {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    background: #050505;
    /* aspect-ratio: 16/9; */
}

.video-frame__inner iframe,
.video-frame__inner video,
.video-frame__inner>div {
    max-width: 100%;
}

.video-caption {
    color: #77766d;
    font-size: 12px;
}

.presentation__cta {
    display: grid;
    justify-items: center;
    gap: 9px;
    margin-top: 30px;
}

.price-line {
    display: flex;
    gap: 20px;
    color: #69685f;
    font-size: 13px;
}

.price-line strong {
    color: var(--red);
    font-size: 18px;
}

.proof-strip {
    color: #fff;
    background: var(--red);
}

.proof-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.proof-strip__grid div {
    padding: 22px 20px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
}

.proof-strip__grid div:last-child {
    border-right: 0;
}

.proof-strip strong {
    display: block;
    color: #edce8c;
    font: 800 13px var(--body);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.proof-strip span {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.letter {
    padding: 92px 0;
    background: var(--paper);
}

.letter p {
    margin: 0 0 25px;
}

.letter__lede {
    font: 700 27px/1.5 var(--serif);
}

.letter__punch {
    color: var(--red);
    font: 900 31px/1.15 var(--display);
    letter-spacing: .01em;
    text-transform: uppercase;
}

.letter__quote {
    padding-left: 22px;
    border-left: 4px solid var(--red);
    font: italic 700 23px/1.4 var(--serif);
}

.pullquote {
    margin: 44px -80px;
    padding: 32px 50px;
    border-block: 1px solid rgba(165, 35, 33, .35);
    text-align: center;
}

.pullquote span {
    font: italic 700 27px/1.5 var(--serif);
}

.red-checks {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.red-checks li {
    position: relative;
    padding-left: 36px;
    font-weight: 700;
}

.red-checks li::before {
    position: absolute;
    left: 0;
    top: 2px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    background: var(--red);
    content: "✓";
    font-size: 13px;
}

.reveal {
    padding: 92px 0 110px;
    color: #fff;
    background: var(--ink);
}

.section-heading {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-heading>p:last-child {
    margin: 18px 0 0;
    color: #64645c;
}

.section-heading--light>p:last-child {
    color: rgba(255, 255, 255, .62);
}

.page-proofs {
    display: grid;
    gap: 28px;
}

.page-proof {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #23241f;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .3);
}

.page-proof--reverse .page-proof__image {
    order: 2;
}

.page-proof--reverse .page-proof__copy {
    order: 1;
}

.page-proof__image {
    position: relative;
    min-height: 390px;
    background: #111;
}

.page-proof__image img {
    width: 100%;
    height: 100%;
    max-height: 440px;
    object-fit: cover;
    object-position: center;
}

.page-proof__image--portrait img {
    object-position: center 25%;
}

.page-proof__tag {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 7px 11px;
    color: #171713;
    background: #e8c985;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.page-proof__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 42px;
}

.page-proof__kicker {
    margin-bottom: 9px;
    color: #f2544b;
    font: 800 12px/1.2 var(--body);
    letter-spacing: .14em;
    text-transform: uppercase;
}

.page-proof__copy h3 {
    margin: 0 0 17px;
    color: #fff;
    font: 900 36px/.98 var(--display);
    text-transform: uppercase;
}

.page-proof__copy>p:not(.page-proof__closer) {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.7;
}

.page-proof__copy ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-proof__copy li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
}

.page-proof__copy li::before {
    position: absolute;
    left: 0;
    color: #e8c985;
    content: "✓";
    font-weight: 900;
}

.page-proof__copy blockquote {
    margin: 4px 0 0;
    padding-left: 19px;
    border-left: 3px solid var(--red-bright);
    color: #e8c985;
    font: italic 700 16px/1.55 var(--serif);
}

.page-proof__closer {
    margin: 3px 0 0;
    color: #e8c985;
    font: italic 700 16px/1.55 var(--serif);
}

.inside {
    padding: 100px 0;
    background: var(--white);
}

.chapter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.chapter-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 15px 35px rgba(18, 17, 12, .09);
}

.chapter-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center 24%;
    background: #171713;
}

.chapter-card:nth-child(2) img,
.chapter-card:nth-child(3) img,
.chapter-card:nth-child(5) img {
    object-position: center 18%;
}

.chapter-card>div {
    padding: 25px 25px 28px;
}

.chapter-card span {
    color: var(--red);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.chapter-card h3 {
    margin: 8px 0 12px;
    font: 900 29px/1 var(--display);
    text-transform: uppercase;
}

.chapter-card p {
    margin: 0;
    color: #5e5e56;
    font-size: 14px;
    line-height: 1.65;
}

.curiosity-box {
    position: relative;
    margin-top: 52px;
    padding: 48px 52px 52px;
    color: #fff;
    background: var(--ink-soft);
    box-shadow: var(--shadow);
}

.curiosity-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: var(--red);
    content: "";
}

.curiosity-box__lead {
    margin: 0 0 8px;
    font: 900 clamp(30px, 3.6vw, 44px)/1 var(--display);
    text-transform: uppercase;
}

.curiosity-box__eyebrow {
    margin: 0 0 28px;
    color: #e8c985;
    font: 800 14px/1.3 var(--body);
    letter-spacing: .13em;
    text-transform: uppercase;
}

.curiosity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.curiosity-card {
    min-width: 0;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #1f201b;
}

.curiosity-card span {
    display: block;
    margin-bottom: 7px;
    color: #e8c985;
    font: 900 18px/1 var(--display);
    letter-spacing: .05em;
    text-transform: uppercase;
}

.curiosity-card p {
    margin: 0;
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
    line-height: 1.6;
}

.curiosity-card b {
    color: #fff;
}

.doctor {
    overflow: hidden;
    padding: 0;
    background: var(--paper-deep);
}

.doctor__grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 68px;
    align-items: center;
}

.doctor__portrait-wrap {
    position: relative;
    align-self: center;
    max-width: 440px;
    margin-block: 70px;
}

.doctor__portrait {
    width: 100%;
    height: auto;
    border: 9px solid rgba(255, 253, 248, .75);
    box-shadow: var(--shadow);
    filter: saturate(.88) contrast(1.03);
}

.doctor__credential {
    position: absolute;
    right: -32px;
    bottom: 34px;
    min-width: 290px;
    padding: 17px 22px;
    color: #fff;
    background: var(--red);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
}

.doctor__credential strong,
.doctor__credential span {
    display: block;
}

.doctor__credential strong {
    font: 900 24px var(--display);
    text-transform: uppercase;
}

.doctor__credential span {
    font-size: 12px;
}

.doctor__copy {
    padding: 90px 0;
}

.doctor__copy h2 {
    margin: 0 0 27px;
    font: 900 clamp(42px, 5vw, 63px)/.95 var(--display);
    text-transform: uppercase;
}

.doctor__copy p {
    color: #4e4e47;
}

.doctor__copy blockquote {
    margin: 34px 0 0;
    padding-left: 24px;
    border-left: 4px solid var(--red);
    font: italic 700 20px/1.5 var(--serif);
}

.reviews {
    padding: 95px 0;
    color: #fff;
    background: var(--ink);
}

.stars--heading {
    margin-top: 16px;
    font-size: 27px;
    letter-spacing: 7px;
}

.reviews__summary-claim {
    color: #e8c985;
    font: 900 25px/1.15 var(--display);
    text-align: center;
}

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.reviews__summary {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 35px;
    align-items: center;
    max-width: 850px;
    margin: -15px auto 40px;
    padding: 25px 30px;
    border-block: 1px solid rgba(255, 255, 255, .13);
}

.reviews__summary div {
    text-align: center;
}

.reviews__summary strong,
.reviews__summary span {
    display: block;
}

.reviews__summary strong {
    color: #e8c985;
    font: 900 58px/.85 var(--display);
}

.reviews__summary span {
    margin-top: 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.reviews__summary p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.65;
}

.review-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #23241f;
}

.review-card--feature {
    border-top: 4px solid var(--gold);
}

.review-card blockquote {
    margin: 13px 0 17px;
    color: rgba(255, 255, 255, .84);
    font: 400 16px/1.7 var(--serif);
}

.review-card cite {
    color: #e8c985;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.review-card--more {
    display: none;
}

.reviews.is-expanded .review-card--more {
    display: block;
}

.reviews__more {
    display: block;
    margin: 28px auto 0;
    padding: 13px 22px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    background: transparent;
    font: 800 12px var(--body);
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

.reviews__more:hover {
    color: var(--ink);
    background: #e8c985;
    border-color: #e8c985;
}

.reviews__close {
    margin-top: 60px;
    text-align: center;
}

.reviews__close .stars {
    font-size: 23px;
    letter-spacing: 5px;
}

.reviews__close-hand {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 20px;
    font-weight: 700;
}

.reviews__close strong {
    display: block;
    margin-top: 4px;
    color: #e8c985;
    font: 900 88px/.95 var(--display);
}

.reviews__close span {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.reviews__close-note {
    max-width: 470px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, .62);
    font: italic 400 15px/1.6 var(--serif);
}

.offer {
    padding: 100px 0;
    background: var(--paper);
}

.offer__header {
    max-width: 850px;
    margin: 0 auto 35px;
    text-align: center;
}

.offer__header>p:last-child {
    color: #64645c;
}

.offer__anchor {
    max-width: 620px;
    margin: 0 auto 45px;
    padding: 26px 34px;
    border-left: 5px solid var(--red);
    background: var(--white);
    box-shadow: var(--shadow);
}

.offer__anchor p {
    margin: 0 0 8px;
    font-size: 17px;
}

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

.offer__anchor strong {
    color: var(--red);
}

.offer__anchor cite {
    display: block;
    margin-top: 4px;
    color: #69685f;
    font-size: 14px;
    font-style: normal;
}

.offer__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid rgba(23, 23, 19, .14);
    background: var(--white);
    box-shadow: var(--shadow);
}

.offer__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 580px;
    padding: 45px;
    background: linear-gradient(145deg, #22231e, #11120f);
}

.offer__visual img {
    width: auto;
    height: auto;
    max-height: 490px;
    filter: drop-shadow(0 24px 26px rgba(0, 0, 0, .5));
}

.offer__badge {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 7px 14px;
    color: #171713;
    background: #e8c985;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.offer__details {
    padding: 55px 50px;
}

.offer__label {
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.offer__details h3 {
    margin: 0 0 25px;
    font: 900 40px/.98 var(--display);
    text-transform: uppercase;
}

.offer__details ul {
    display: grid;
    gap: 11px;
    margin: 0 0 27px;
    padding: 0;
    list-style: none;
}

.offer__details li {
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    font-weight: 600;
}

.offer__details li::before {
    position: absolute;
    left: 0;
    color: var(--red);
    content: "✓";
    font-weight: 900;
}

.offer__price {
    margin-bottom: 22px;
}

.offer__price-was {
    display: block;
    color: #707067;
    font-size: 15px;
    font-weight: 700;
}

.offer__price-was s {
    color: #9a3734;
    text-decoration-thickness: 2px;
}

.offer__price-now {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 2px;
}

.offer__price-now span {
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.offer__price-now strong {
    color: var(--red);
    font: 900 64px/.9 var(--display);
}

.offer__price small {
    display: block;
    margin-top: 5px;
    color: #707067;
    font-size: 12px;
}

.offer__note {
    margin: 14px 0 0;
    color: #707067;
    font-size: 13px;
    line-height: 1.55;
}

.offer__payments {
    width: 330px;
    margin: 17px auto 0;
    /* opacity: .72; */
}

.bonuses-intro {
    max-width: 720px;
    margin: 60px auto 0;
    text-align: center;
}

.bonuses-intro h3 {
    margin: 0 0 14px;
    font: 900 clamp(32px, 4vw, 44px)/1 var(--display);
    text-transform: uppercase;
}

.bonuses-intro p {
    margin: 0;
    color: #64645c;
    font-size: 16px;
}

.bonuses {
    display: grid;
    gap: 64px;
    margin-top: 45px;
}

.bonus-feature {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 58px;
    align-items: center;
}

.bonus-feature--reverse .bonus-feature__media {
    order: 2;
}

.bonus-feature__media img {
    width: min(100%, 430px);
    height: auto;
    margin-inline: auto;
    filter: drop-shadow(0 22px 30px rgba(18, 17, 12, .28));
}

.bonus-feature__tag {
    display: inline-block;
    padding: 9px 16px;
    color: #fff;
    background: #571712;
    font: 900 15px/1.2 var(--body);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bonus-feature__copy h3 {
    margin: 18px 0 12px;
    font: 800 clamp(26px, 2.6vw, 34px)/1.2 var(--body);
    letter-spacing: -.015em;
}

.bonus-feature__copy p {
    margin: 0 0 16px;
    color: #4e4e47;
    font-size: 17px;
    line-height: 1.7;
}

.bonus-feature__copy strong {
    color: var(--ink);
}

.bonus-feature__list {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.bonus-feature__list li {
    position: relative;
    padding-left: 27px;
    color: #3f3f39;
    font-size: 15px;
    line-height: 1.6;
}

.bonus-feature__list li::before {
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--red);
    content: "✓";
    font-weight: 900;
}

.bonus-feature__value {
    margin: 0;
    color: var(--red);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.guarantee {
    padding: 80px 0;
    color: #fff;
    background: #25271f;
}

.guarantee__grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 52px;
    align-items: center;
    max-width: 900px;
}

.guarantee__grid img {
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .35));
}

.guarantee h2 {
    margin: 0 0 15px;
    font: 900 52px/1 var(--display);
    text-transform: uppercase;
}

.guarantee p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, .68);
}

.faq {
    padding: 95px 0;
    background: var(--white);
}

.faq details {
    border-bottom: 1px solid var(--line);
}

.faq summary {
    position: relative;
    padding: 24px 48px 24px 0;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    position: absolute;
    right: 4px;
    color: var(--red);
    content: "+";
    font: 900 28px var(--display);
}

.faq details[open] summary::after {
    content: "−";
}

.faq details p {
    margin: 0;
    padding: 0 44px 24px 0;
    color: #62625a;
    font-size: 15px;
}

.final-cta {
    padding: 100px 0;
    color: #fff;
    background: linear-gradient(135deg, #821c1a, #a52321);
    text-align: center;
}

.final-cta .section-kicker {
    color: #f0d493;
}

.final-cta h2 {
    margin-bottom: 8px;
}

.final-cta p:not(.section-kicker) {
    max-width: 700px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, .8);
}

.final-cta__punch {
    font-size: 20px;
    font-weight: 800;
    color: #fff !important;
}

.final-cta__deal {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 16px;
    margin: 32px 0 -14px;
}

.final-cta__deal-was {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    font-weight: 700;
}

.final-cta__deal-was s {
    text-decoration-thickness: 2px;
}

.final-cta__deal-now {
    color: #f0d493;
    font: 900 30px/1 var(--display);
    letter-spacing: .03em;
    text-transform: uppercase;
}

.final-cta .button {
    margin-top: 34px;
    background: var(--ink);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .3);
}

.final-cta__micro {
    font-size: 14px;
    color: rgba(255, 255, 255, .62) !important;
    margin-top: 16px !important;
}

.site-footer {
    padding: 30px 0;
    color: rgba(255, 255, 255, .52);
    background: #11120f;
    font-size: 11px;
}

.site-footer__disclaimer {
    max-width: 840px;
    margin: 0 auto 18px;
    color: rgba(255, 255, 255, .38);
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

.site-footer__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.site-footer p {
    margin: 0;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
}

.sticky-order {
    position: fixed;
    z-index: 20;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 10px 10px 18px;
    color: #fff;
    background: rgba(23, 23, 19, .97);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .35);
    transform: translateY(130%);
    transition: transform .3s ease;
}

.sticky-order.is-visible {
    transform: translateY(0);
}

.sticky-order strong,
.sticky-order span {
    display: block;
}

.sticky-order strong {
    font: 900 20px var(--display);
    text-transform: uppercase;
}

.sticky-order span {
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
}

.sticky-order .button {
    min-height: 46px;
    padding: 10px 16px;
    font-size: 12px;
}

@media (max-width: 980px) {
    .hero__lead {
        padding-top: 46px;
    }

    .video-frame__inner {
        min-height: 0;
    }

    .chapter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .proof-strip__grid div:nth-child(2) {
        border-right: 0;
    }

    .doctor__grid {
        gap: 45px;
    }

    .doctor__portrait-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    .offer__card {
        grid-template-columns: .9fr 1.1fr;
    }

    .bonus-feature {
        gap: 36px;
    }
}

@media (max-width: 760px) {
    body {
        font-size: 16px;
        line-height: 1.65;
    }

    .shell,
    .shell--video,
    .shell--letter,
    .shell--narrow {
        width: min(100% - 28px, 1180px);
    }

    .alert-ribbon {
        min-height: 38px;
        padding: 7px 12px;
        overflow: hidden;
        font-size: 11px;
        line-height: 1.35;
        letter-spacing: .05em;
        white-space: normal;
    }

    .hero__lead {
        padding: 40px 0 4px;
    }

    .hero__preheader {
        margin-bottom: 10px;
        font-size: 10px;
        letter-spacing: .1em;
    }

    .hero__lead h1 {
        max-width: 100%;
        font-size: clamp(27px, 7.4vw, 32px);
        line-height: 1.16;
        letter-spacing: -.025em;
        overflow-wrap: normal;
    }

    .hero__dek {
        margin-top: 18px;
        font-size: 16px;
    }

    .hero__watch {
        margin-top: 18px;
        font-size: 13px;
    }

    .hero-presentation {
        padding: 20px 0 64px;
    }

    .presentation,
    .letter,
    .inside,
    .reviews,
    .offer,
    .faq {
        padding: 70px 0;
    }

    .presentation h2,
    .section-heading h2,
    .offer__header h2,
    .final-cta h2 {
        font-size: 44px;
    }

    .video-frame {
        margin-inline: -7px;
        padding: 5px;
    }

    .video-frame__inner {
        min-height: 0;
    }

    .price-line {
        flex-direction: column;
        gap: 0;
    }

    .proof-strip__grid {
        grid-template-columns: 1fr;
    }

    .proof-strip__grid div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .pullquote {
        margin: 38px 0;
        padding: 26px 9px;
    }

    .pullquote span {
        font-size: 21px;
    }

    .page-proof {
        grid-template-columns: 1fr;
    }

    .page-proof--reverse .page-proof__image,
    .page-proof--reverse .page-proof__copy {
        order: initial;
    }

    .page-proof__image {
        min-height: 0;
    }

    .page-proof__image img {
        height: 340px;
    }

    .page-proof__image--portrait img {
        height: 430px;
        object-position: center 20%;
    }

    .page-proof__copy {
        padding: 31px 25px 35px;
    }

    .page-proof__copy h3 {
        font-size: 31px;
    }

    .page-proof__image .ph-img {
        position: static;
        min-height: 220px;
    }

    .offer__anchor {
        padding: 22px 20px;
    }

    .offer__anchor p {
        font-size: 15px;
    }

    .chapter-grid {
        grid-template-columns: 1fr;
    }

    .chapter-card {
        display: grid;
        grid-template-columns: 42% 58%;
    }

    .chapter-card img {
        height: 100%;
        min-height: 230px;
    }

    .chapter-card>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 21px 18px;
    }

    .chapter-card h3 {
        font-size: 24px;
    }

    .curiosity-box {
        padding: 36px 28px 40px;
    }

    .curiosity-box__lead {
        font-size: 30px;
    }

    .curiosity-grid {
        grid-template-columns: 1fr;
    }

    .curiosity-card {
        padding: 17px 18px;
    }

    .bonus-feature__list {
        max-width: 480px;
        margin-inline: auto;
        text-align: left;
    }

    .doctor__grid {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .doctor__portrait-wrap {
        width: min(78%, 390px);
        min-height: 0;
        margin: 60px auto 0;
    }

    .doctor__credential {
        right: 14px;
        bottom: 18px;
    }

    .doctor__copy {
        width: min(100% - 28px, 680px);
        margin-inline: auto;
        padding: 55px 0 70px;
    }

    .reviews__grid {
        grid-template-columns: 1fr;
    }

    .reviews__summary {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }

    .offer__card {
        grid-template-columns: 1fr;
    }

    .offer__visual {
        min-height: 430px;
    }

    .offer__details {
        padding: 38px 25px;
    }

    .offer__details h3 {
        font-size: 35px;
    }

    .bonuses {
        gap: 52px;
    }

    .bonus-feature {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }

    .bonus-feature--reverse .bonus-feature__media {
        order: 0;
    }

    .bonus-feature__media img {
        width: min(78%, 330px);
    }

    .bonus-feature__copy p {
        font-size: 15px;
    }

    .guarantee__grid {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }

    .guarantee__grid img {
        width: 185px;
        margin: auto;
    }

    .guarantee h2 {
        font-size: 43px;
    }

    .final-cta {
        padding: 78px 0 112px;
    }

    .site-footer__row {
        flex-direction: column;
    }

    .sticky-order {
        right: 0;
        bottom: 0;
        left: 0;
        justify-content: space-between;
        padding: 8px 9px 8px 14px;
    }
}

@media (max-width: 430px) {
    .button--order {
        font-size: 15px;
    }

    .chapter-card {
        grid-template-columns: 1fr;
    }

    .chapter-card img {
        height: 245px;
        min-height: 0;
    }

    .page-proof__image img {
        height: 270px;
    }

    .page-proof__image--portrait img {
        height: 360px;
    }

    .doctor__portrait-wrap {
        width: 84%;
    }

    .doctor__credential {
        min-width: 250px;
    }

    .sticky-order>div {
        display: none;
    }

    .sticky-order .button {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .cookie-box {
        right: 8px !important;
        bottom: 72px !important;
        left: 8px !important;
        width: auto !important;
        max-width: calc(100vw - 16px) !important;
        border-radius: 12px !important;
    }

    .cookie-info {
        padding: 10px 12px !important;
        font-size: 11px !important;
        line-height: 1.4 !important;
    }

    .cookie-info p {
        max-width: 100% !important;
        margin: 0 !important;
        overflow-wrap: anywhere;
        white-space: normal !important;
    }

    #cookie-agree {
        margin-left: 4px;
        padding: 3px 7px;
        font-size: 11px;
    }

    .close-cookie-notification {
        top: -25px !important;
        right: 2px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

figcaption {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    color: gray !important;
}

/* ============================================================
   Offer card — STACKED / LANDSCAPE variant
   The default .offer__card is a two-column split built for a tall, vertical
   product image; a horizontal (landscape) bundle image looks small there.
   Add .offer__card--stacked to lay the card out in rows: the visual spans the
   full width on top (so the wide image shows large) and the details sit below
   in a centred, narrower measure instead of stretching edge to edge.
   Markup: <div class="offer__card offer__card--stacked"> ... </div>
   ============================================================ */
.offer__card.offer__card--stacked {
    grid-template-columns: 1fr;
}

.offer__card--stacked .offer__visual {
    min-height: 0;
    padding: 40px 45px;
}

.offer__card--stacked .offer__visual img {
    width: 100%;
    height: auto;
    max-width: 940px;
    max-height: none;
}

.offer__card--stacked .offer__details {
    max-width: 700px;
    margin: 0 auto;
    padding: 46px 40px 54px;
    text-align: center;
}

/* Keep the checklist readable: centre it as a block, text stays left. */
.offer__card--stacked .offer__details ul {
    display: inline-grid;
    text-align: left;
}

.offer__card--stacked .offer__price-now {
    justify-content: center;
}

@media (max-width: 760px) {
    .offer__card--stacked .offer__visual {
        padding: 26px 20px;
    }

    .offer__card--stacked .offer__details {
        padding: 34px 22px 40px;
    }
}
