/* Express Fat Burner — premium responsive landing page */
:root {
    --pink: #f31872;
    --pink-light: #ff5c9f;
    --pink-dark: #bd0c52;
    --berry: #700733;
    --berry-deep: #3e071e;
    --blush: #fff3f8;
    --blush-deep: #ffe3ef;
    --white: #ffffff;
    --ink: #24131b;
    --muted: #69565f;
    --line: rgba(126, 6, 60, 0.12);
    --green: #138a50;
    --green-soft: #ecfaf2;
    --gold: #e9bd5a;
    --shadow-sm: 0 10px 30px rgba(82, 12, 43, 0.08);
    --shadow-md: 0 22px 60px rgba(82, 12, 43, 0.13);
    --shadow-pink: 0 16px 36px rgba(243, 24, 114, 0.28);
    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-lg: 34px;
    --content: 1160px;
}

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

html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 18px;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--white);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
section { position: relative; }

.container-fluid,
.fatburner-benefits-container,
.works-container,
.confidence-container,
.expert-container,
.transformation-container,
.health-banner-content,
.reviews-container,
.order-process-container,
.checkout-container,
.footer-container {
    width: min(100% - 40px, var(--content));
    margin-inline: auto;
}

/* Hero */
.block_1 {
    position: relative;
    min-height: min(850px, 100svh);
    overflow: hidden;
    isolation: isolate;
    background: #641137 url("block_1-bg.jpg") center / cover no-repeat;
}

.background_video,
.background_video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.background_video { z-index: -3; }
.background_video video { object-fit: cover; }

.block_1::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(49, 3, 24, 0.82) 0%, rgba(85, 7, 42, 0.66) 48%, rgba(44, 2, 20, 0.42) 100%),
        linear-gradient(0deg, rgba(38, 1, 17, 0.55), transparent 44%);
}

.block_1::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 130px;
    z-index: -1;
    background: linear-gradient(0deg, rgba(40, 2, 18, 0.38), transparent);
}

.block_1 > .container-fluid {
    min-height: min(850px, 100svh);
    display: grid;
    place-items: center;
    padding-block: 72px;
}

.hero-content {
    width: min(100%, 900px);
    text-align: center;
    color: var(--white);
}

.logo {
    display: inline-block;
    padding: 8px 18px 10px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
    font-size: clamp(21px, 3vw, 36px);
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(7px);
}

.sublogo_text {
    width: fit-content;
    margin: 14px auto 30px;
    color: #ffe2ef;
    font-size: clamp(15px, 2vw, 19px);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.block_1-title {
    max-width: 880px;
    margin: 0 auto;
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 7.3vw, 82px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.98;
    text-wrap: balance;
    text-shadow: 0 5px 24px rgba(27, 0, 13, 0.35);
}

.block_1-title span {
    display: block;
    margin-top: 8px;
    color: #ffd3e5;
}

.block_1-subtitle {
    max-width: 720px;
    margin: 25px auto 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(18px, 2.3vw, 25px);
    font-weight: 650;
    line-height: 1.45;
    text-wrap: balance;
}

/* Premium CTAs */
.hero-btn,
.dream-order-btn,
.midpage-cta-btn,
.checkout-btn {
    position: relative;
    display: inline-flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    padding: 17px 42px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    outline: 0;
    background: linear-gradient(135deg, var(--pink-light) 0%, var(--pink) 46%, var(--pink-dark) 100%);
    box-shadow: var(--shadow-pink), inset 0 1px rgba(255, 255, 255, 0.42);
    color: var(--white) !important;
    cursor: pointer;
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 900;
    letter-spacing: 0.035em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.hero-btn { min-width: 310px; margin-top: 36px; }

.hero-btn::before,
.dream-order-btn::before,
.midpage-cta-btn::before,
.checkout-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.24) 47%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 480ms ease;
}

.hero-btn:hover,
.dream-order-btn:hover,
.midpage-cta-btn:hover,
.checkout-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 19px 42px rgba(243, 24, 114, 0.35), inset 0 1px rgba(255, 255, 255, 0.5);
    filter: saturate(1.08);
}

.hero-btn:hover::before,
.dream-order-btn:hover::before,
.midpage-cta-btn:hover::before,
.checkout-btn:hover::before { transform: translateX(120%); }

.hero-btn:active,
.dream-order-btn:active,
.midpage-cta-btn:active,
.checkout-btn:active { transform: translateY(0) scale(0.99); }

.hero-btn:focus-visible,
.dream-order-btn:focus-visible,
.midpage-cta-btn:focus-visible,
.checkout-btn:focus-visible,
.checkout-form input:focus-visible {
    outline: 4px solid rgba(243, 24, 114, 0.22);
    outline-offset: 4px;
}

/* Dream body */
.dream-body-section {
    padding: 88px 0 82px;
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 105, 165, 0.1), transparent 34%),
        linear-gradient(180deg, #fff 0%, var(--blush) 100%);
}

.dream-title,
.fatburner-benefits-title,
.works-title,
.confidence-title,
.expert-title,
.transformation-title,
.reviews-title,
.order-process-title,
.checkout-title {
    margin: 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-wrap: balance;
}

.dream-title { text-align: center; }

.dream-title span,
.fatburner-benefits-title span,
.confidence-title span,
.transformation-title span {
    display: block;
    color: var(--pink);
}

.dream-image-wrap {
    width: min(100%, 720px);
    margin: 34px auto 0;
    padding: 10px;
    border: 1px solid rgba(243, 24, 114, 0.13);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-md);
}

.dream-image { width: 100%; border-radius: 25px; }

.dream-order-wrap,
.midpage-cta-wrap,
.works-cta,
.confidence-cta,
.expert-cta,
.transformation-cta,
.reviews-cta,
.order-process-cta { text-align: center; }

.dream-order-wrap { margin-top: 28px; }
.dream-order-btn, .midpage-cta-btn { min-width: min(100%, 430px); }

/* Benefits */
.fatburner-benefits-section { padding: 96px 0; background: var(--white); }

.fatburner-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(44px, 7vw, 88px);
}

.fatburner-image-column { position: relative; }

.fatburner-image-column::before {
    content: "";
    position: absolute;
    inset: 9% -7% -7% 8%;
    z-index: -1;
    border-radius: var(--radius-lg);
    background: linear-gradient(140deg, var(--blush-deep), #fff0bf);
}

.fatburner-image {
    width: 100%;
    border: 9px solid var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.fatburner-benefits-title { margin-bottom: 25px; }

.fatburner-benefits-text {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.fatburner-benefits-list { display: grid; gap: 12px; margin-top: 28px; }

.benefit-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fffafd;
    color: var(--ink);
    font-size: 16px;
    font-weight: 760;
}

.benefit-icon {
    display: inline-grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pink-light), var(--pink-dark));
    box-shadow: 0 6px 14px rgba(243, 24, 114, 0.22);
    color: var(--white);
    font-size: 16px;
    font-weight: 900;
}

.midpage-cta-wrap { margin-top: 48px; }

.midpage-cta-subtext,
.works-note {
    margin-top: 12px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 750;
}

/* Full-width notices */
.important-notice-section,
.skin-support-banner,
.health-banner-section { margin: 0; overflow: hidden; }

.important-notice-overlay,
.skin-support-overlay,
.health-banner-overlay {
    padding: 64px 20px;
    background:
        linear-gradient(120deg, rgba(114, 5, 51, 0.96), rgba(243, 24, 114, 0.88)),
        url("block_6-title-bg.jpg") center / cover;
    text-align: center;
}

.important-notice-content,
.skin-support-content { width: min(100%, 1060px); margin-inline: auto; }

.important-notice-title,
.skin-support-title,
.health-banner-title {
    margin: 0 0 15px;
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 4.5vw, 54px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    text-wrap: balance;
}

.important-notice-text,
.skin-support-text,
.health-banner-text {
    max-width: 920px;
    margin: 0 auto 14px;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(17px, 2.2vw, 22px);
    line-height: 1.62;
    text-wrap: pretty;
}

.important-notice-text:last-child,
.skin-support-text:last-child,
.health-banner-text:last-child { margin-bottom: 0; }

/* How it works */
.how-it-works-section,
.reviews-section {
    padding: 100px 0;
    background:
        radial-gradient(circle at 100% 0%, rgba(243, 24, 114, 0.07), transparent 32%),
        var(--blush);
}

.works-pretitle,
.confidence-pretitle,
.expert-label,
.reviews-pretitle,
.order-process-pretitle {
    margin-bottom: 14px;
    color: var(--pink-dark);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.works-pretitle,
.expert-header,
.reviews-pretitle,
.reviews-title,
.reviews-subtitle,
.order-process-pretitle,
.order-process-title,
.order-process-subtitle { text-align: center; }

.works-title,
.works-subtitle,
.reviews-title,
.reviews-subtitle,
.order-process-title,
.order-process-subtitle { max-width: 900px; margin-inline: auto; }

.works-subtitle,
.reviews-subtitle,
.order-process-subtitle,
.checkout-subtitle,
.transformation-subtitle {
    color: var(--muted);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.7;
}

.works-subtitle,
.reviews-subtitle { margin-top: 18px; margin-bottom: 45px; text-align: center; }

.works-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.work-card {
    position: relative;
    padding: 27px 20px 25px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-sm);
    text-align: center;
}

.work-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--pink-light), var(--pink-dark));
}

.step-badge,
.order-step-number {
    display: inline-flex;
    padding: 7px 13px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--blush-deep);
    color: var(--pink-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.work-icon {
    width: 96px;
    height: 96px;
    margin: 18px auto;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(82, 12, 43, 0.12);
}

.work-card h3,
.order-step-card h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.3;
}

.work-card p,
.order-step-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}

.works-cta,
.expert-cta,
.transformation-cta,
.reviews-cta,
.order-process-cta { margin-top: 42px; }

.works-cta .hero-btn,
.expert-cta .hero-btn,
.transformation-cta .hero-btn,
.reviews-cta .hero-btn,
.order-process-cta .hero-btn,
.confidence-cta .hero-btn { margin-top: 0; }

/* Skin banner */
.skin-support-overlay {
    background:
        radial-gradient(circle at 8% 20%, rgba(255, 255, 255, 0.2), transparent 25%),
        linear-gradient(120deg, #a10a49, #ee2678 58%, #bf0f56),
        url("block_6-title-bg.jpg") center / cover;
}

/* Confidence */
.confidence-section {
    padding: 100px 0;
    background:
        radial-gradient(circle at 78% 15%, rgba(255, 115, 170, 0.19), transparent 28%),
        linear-gradient(140deg, var(--berry-deep), var(--berry) 62%, #930d48);
    color: var(--white);
}

.confidence-container {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
    align-items: center;
    gap: clamp(44px, 7vw, 90px);
}

.confidence-pretitle { color: #ffd0e3; }
.confidence-title { color: var(--white); }
.confidence-title span { color: #ff9ac4; }

.confidence-text {
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.78;
}

.confidence-cta { margin-top: 30px; text-align: left; }

.confidence-image-wrap {
    position: relative;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(24, 0, 11, 0.35);
}

.confidence-image {
    width: 100%;
    max-height: 620px;
    border-radius: 26px;
    object-fit: cover;
}

/* Expert */
.expert-section,
.order-process-section { padding: 100px 0; background: var(--white); }

.expert-header { max-width: 860px; margin: 0 auto 44px; }

.expert-card {
    display: grid;
    grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fffafd;
    box-shadow: var(--shadow-md);
}

.expert-image-wrap { min-height: 100%; background: #17040d; }

.expert-image {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: center top;
}

.expert-content { padding: clamp(32px, 5vw, 60px); }

.expert-name {
    margin: 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 4vw, 41px);
    line-height: 1.15;
}

.expert-role { margin-top: 7px; color: var(--pink-dark); font-size: 15px; font-weight: 850; }

.expert-quote {
    position: relative;
    margin-top: 28px;
    padding-left: 25px;
    border-left: 4px solid var(--pink);
}

.expert-quote p { margin: 0 0 16px; color: var(--muted); line-height: 1.75; }
.expert-quote p:last-child { margin-bottom: 0; }

/* Transformation */
.transformation-section {
    padding: 100px 0;
    background:
        radial-gradient(circle at 15% 10%, rgba(243, 24, 114, 0.1), transparent 28%),
        var(--blush);
}

.transformation-container { text-align: center; }
.transformation-title, .transformation-subtitle { max-width: 900px; margin-inline: auto; }
.transformation-subtitle { margin-top: 18px; }

.transformation-image-wrap {
    width: min(100%, 900px);
    margin: 38px auto 0;
    padding: 9px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-md);
}

.transformation-image { width: 100%; border-radius: 26px; }

.transformation-hook,
.transformation-quote { width: min(100%, 880px); margin: 26px auto 0; border-radius: var(--radius-md); }

.transformation-hook {
    padding: 28px;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
    white-space: pre-line;
}

.transformation-hook span {
    display: block;
    margin: 8px 0;
    color: var(--pink-dark);
    font-size: 20px;
    font-weight: 900;
}

.transformation-quote {
    padding: 26px;
    background: linear-gradient(135deg, var(--berry-deep), var(--berry));
    box-shadow: 0 18px 45px rgba(62, 7, 30, 0.22);
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700;
    line-height: 1.45;
}

/* Health */
.health-banner-overlay {
    padding-block: 66px;
    background:
        radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.16), transparent 30%),
        linear-gradient(120deg, #0b6a3c, #139458 55%, #087046);
}

.health-banner-content { width: min(100% - 40px, 1020px); }

.health-highlight {
    width: fit-content;
    margin-top: 23px;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 900;
}

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.review-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    text-align: center;
}

.review-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.review-weight {
    width: fit-content;
    margin: -19px auto 13px;
    padding: 8px 16px;
    position: relative;
    border: 4px solid var(--white);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pink-light), var(--pink-dark));
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(243, 24, 114, 0.23);
}

.review-name {
    padding-inline: 22px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 800;
}

.review-text {
    margin: 12px 0 0;
    padding: 0 23px 29px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

/* Order process */
.order-process-subtitle { margin-top: 14px; margin-bottom: 42px; }
.order-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.order-step-card {
    padding: 30px 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, #fff, #fff8fb);
    box-shadow: var(--shadow-sm);
    text-align: center;
}

.order-step-icon {
    display: grid;
    width: 68px;
    height: 68px;
    margin: 0 auto 16px;
    place-items: center;
    border-radius: 20px;
    background: var(--blush-deep);
    font-size: 31px;
}

.order-step-number { margin-bottom: 14px; }

.trust-strip {
    display: flex;
    width: min(100%, 940px);
    margin: 35px auto 0;
    padding: 18px 24px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border: 1px solid #ccebd9;
    border-radius: var(--radius-sm);
    background: var(--green-soft);
}

.trust-item { color: #175e3a; font-size: 14px; font-weight: 800; }
.green-check { margin-right: 5px; color: var(--green); }

/* Checkout */
.checkout-section {
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 130, 182, 0.25), transparent 26%),
        radial-gradient(circle at 88% 70%, rgba(233, 189, 90, 0.17), transparent 25%),
        linear-gradient(145deg, var(--berry-deep), var(--berry) 65%, #990e4b);
}

.checkout-container { text-align: center; }

.checkout-notice {
    display: inline-flex;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffd7e7;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.checkout-title { max-width: 850px; margin: 20px auto 0; color: var(--white); }
.checkout-subtitle { max-width: 740px; margin: 17px auto 0; color: rgba(255, 255, 255, 0.8); }

.checkout-image-wrap {
    width: min(100%, 580px);
    margin: 35px auto -95px;
    position: relative;
    z-index: 2;
}

.checkout-image {
    width: 100%;
    border: 8px solid rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(23, 0, 10, 0.38);
}

.offer-card {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 130px 42px 42px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 34px 90px rgba(20, 0, 10, 0.42);
    scroll-margin-top: 18px;
}

.offer-ribbon {
    display: inline-flex;
    padding: 9px 18px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff1bf;
    color: #74510b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.price-section { margin-top: 24px; }
.price-history { display: flex; justify-content: center; gap: 10px 24px; flex-wrap: wrap; }
.old-price { color: #89747e; font-size: 15px; font-weight: 750; text-decoration: line-through; }

.today-label {
    margin-top: 14px;
    color: var(--pink-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.today-price {
    margin-top: 2px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 7vw, 64px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.delivery-row { display: flex; margin: 24px 0; justify-content: center; gap: 10px; flex-wrap: wrap; }

.delivery-pill {
    padding: 9px 13px;
    border: 1px solid #cbead7;
    border-radius: 999px;
    background: var(--green-soft);
    color: #17623b;
    font-size: 12px;
    font-weight: 900;
}

.checkout-form { display: grid; gap: 13px; margin-top: 25px; }

.checkout-form input {
    width: 100%;
    min-height: 61px;
    padding: 15px 18px;
    border: 1.5px solid #dbcbd2;
    border-radius: 15px;
    outline: 0;
    background: #fff;
    color: var(--ink);
    font-size: 17px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.checkout-form input::placeholder { color: #8f7a83; opacity: 1; }
.checkout-form input:hover { border-color: #c9aab8; }

.checkout-form input:focus {
    border-color: var(--pink);
    background: #fffafd;
    box-shadow: 0 0 0 4px rgba(243, 24, 114, 0.1);
}

.checkout-btn { width: 100%; min-height: 66px; margin-top: 3px; border: 0; }
.checkout-btn:disabled { cursor: wait; filter: grayscale(0.18); opacity: 0.76; }
.trust-note { margin-top: 17px; color: var(--muted); font-size: 13px; font-weight: 700; }

/* Consultation */
.consultation-notice {
    display: grid;
    width: min(100% - 40px, 920px);
    margin: 58px auto;
    padding: 27px 30px;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, #fff, var(--blush));
    box-shadow: var(--shadow-sm);
}

.consultation-icon {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border-radius: 20px;
    background: var(--blush-deep);
    font-size: 32px;
}

.consultation-content h3 { margin: 0 0 7px; color: var(--ink); font-size: 22px; line-height: 1.25; }
.consultation-content p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* Footer */
.site-footer { background: #2b0617; color: var(--white); text-align: center; }
.footer-top-line { height: 4px; background: linear-gradient(90deg, var(--pink-dark), var(--pink-light), var(--gold), var(--pink)); }
.footer-container { padding-block: 48px; }

.footer-logo {
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.045em;
}

.footer-tagline { margin-top: 9px; color: rgba(255, 255, 255, 0.66); font-size: 14px; }
.footer-badges { margin-top: 25px; color: #ffd6e6; font-size: 13px; font-weight: 850; letter-spacing: 0.035em; }
.footer-separator { padding-inline: 10px; color: rgba(255, 255, 255, 0.3); }
.footer-divider { width: min(100%, 700px); height: 1px; margin: 28px auto; background: rgba(255, 255, 255, 0.12); }
.footer-copyright { color: rgba(255, 255, 255, 0.5); font-size: 13px; }

@media (max-width: 991px) {
    .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .confidence-container { grid-template-columns: minmax(0, 1fr) minmax(290px, 0.75fr); }
    .expert-card { grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr); }
    .expert-image { min-height: 560px; }
}

@media (max-width: 767px) {
    body { font-size: 16px; }

    .container-fluid,
    .fatburner-benefits-container,
    .works-container,
    .confidence-container,
    .expert-container,
    .transformation-container,
    .reviews-container,
    .order-process-container,
    .checkout-container,
    .footer-container { width: min(100% - 28px, var(--content)); }

    .block_1,
    .block_1 > .container-fluid { min-height: 680px; }

    .block_1 > .container-fluid { padding-block: 56px; }

    .block_1::before {
        background:
            linear-gradient(180deg, rgba(49, 3, 24, 0.48), rgba(67, 4, 32, 0.76)),
            linear-gradient(90deg, rgba(54, 3, 27, 0.35), rgba(54, 3, 27, 0.22));
    }

    .logo { font-size: 21px; }
    .sublogo_text { margin-bottom: 24px; font-size: 13px; }
    .block_1-title { font-size: clamp(39px, 12vw, 56px); line-height: 1.01; }
    .block_1-subtitle { margin-top: 20px; font-size: 17px; }

    .hero-btn,
    .dream-order-btn,
    .midpage-cta-btn,
    .checkout-btn {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 15px 18px;
        font-size: 16px;
    }

    .hero-content > .hero-btn { width: min(100%, 350px); margin-top: 28px; }

    .dream-body-section,
    .fatburner-benefits-section,
    .how-it-works-section,
    .confidence-section,
    .expert-section,
    .transformation-section,
    .reviews-section,
    .order-process-section,
    .checkout-section { padding-block: 64px; }

    .dream-title,
    .fatburner-benefits-title,
    .works-title,
    .confidence-title,
    .expert-title,
    .transformation-title,
    .reviews-title,
    .order-process-title,
    .checkout-title { font-size: clamp(31px, 9vw, 41px); }

    .dream-image-wrap { margin-top: 27px; padding: 6px; border-radius: 25px; }
    .dream-image { border-radius: 19px; }

    .fatburner-grid,
    .confidence-container,
    .expert-card { grid-template-columns: 1fr; }

    .fatburner-grid { gap: 40px; }
    .fatburner-image-column { width: min(100%, 520px); margin-inline: auto; }
    .fatburner-benefits-title, .confidence-title { text-align: center; }
    .fatburner-benefits-text, .confidence-text { font-size: 16px; line-height: 1.72; }
    .benefit-item { align-items: flex-start; padding: 12px; font-size: 15px; }
    .midpage-cta-wrap { margin-top: 35px; }

    .important-notice-overlay,
    .skin-support-overlay,
    .health-banner-overlay { padding: 47px 16px; }

    .important-notice-title,
    .skin-support-title,
    .health-banner-title { font-size: clamp(28px, 8.8vw, 38px); }

    .important-notice-text,
    .skin-support-text,
    .health-banner-text { font-size: 16px; line-height: 1.62; }

    .works-subtitle, .reviews-subtitle { margin-bottom: 30px; }

    .works-grid,
    .reviews-grid,
    .order-process-grid { grid-template-columns: 1fr; gap: 17px; }

    .work-card, .order-step-card { padding: 24px 19px; }
    .confidence-container { gap: 36px; }
    .confidence-cta { text-align: center; }

    .confidence-image-wrap {
        width: min(100%, 430px);
        margin-inline: auto;
        padding: 6px;
        border-radius: 25px;
    }

    .confidence-image { max-height: none; border-radius: 19px; }
    .expert-card { border-radius: 25px; }
    .expert-image { min-height: 0; aspect-ratio: 1 / 1; }
    .expert-content { padding: 28px 21px 30px; }
    .expert-quote { padding-left: 18px; }
    .transformation-image-wrap { padding: 6px; border-radius: 25px; }
    .transformation-image { border-radius: 19px; }
    .transformation-hook, .transformation-quote { padding: 22px 18px; }
    .health-banner-content { width: min(100% - 28px, 1020px); }
    .health-highlight { width: 100%; border-radius: 16px; }
    .review-card { width: min(100%, 480px); margin-inline: auto; }

    .trust-strip {
        padding: 17px;
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .checkout-notice { font-size: 11px; line-height: 1.35; }

    .checkout-image-wrap {
        width: min(92%, 500px);
        margin-top: 30px;
        margin-bottom: -60px;
    }

    .checkout-image { border-width: 5px; border-radius: 23px; }
    .offer-card { padding: 91px 17px 24px; border-radius: 25px; }
    .offer-ribbon { font-size: 11px; }
    .today-price { font-size: clamp(43px, 14vw, 58px); }
    .delivery-row { margin-block: 20px; gap: 7px; }
    .delivery-pill { padding: 8px 10px; font-size: 10px; }
    .checkout-form input { min-height: 58px; font-size: 16px; }
    .trust-note { font-size: 11px; line-height: 1.45; }

    .consultation-notice {
        width: min(100% - 28px, 920px);
        margin-block: 40px;
        padding: 22px 18px;
        grid-template-columns: 1fr;
        gap: 13px;
        text-align: center;
    }

    .consultation-icon { margin-inline: auto; }
    .footer-container { padding-block: 40px; }
    .footer-badges { display: grid; gap: 6px; }
    .footer-separator { display: none; }
}

@media (max-width: 420px) {
    .block_1, .block_1 > .container-fluid { min-height: 650px; }
    .block_1-title { font-size: 38px; }
    .price-history { gap: 4px 13px; }
}

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

    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .background_video video { display: none; }
}
