/* ============================================
   DIDOT FONT (for FAQ title)
   ============================================ */
@font-face {
    font-family: 'Didot-Italic';
    src: url('fonts/Didot-Italic.woff') format('woff'),
         url('fonts/Didot-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
}

em {
    font-style: italic;
}

s {
    text-decoration: line-through;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.narrow {
    max-width: 855px;
}

/* ============================================
   TIMER BANNER
   ============================================ */
.timer-section {
    background-color: #110a21;
    background-image: url("https://institute.listbuilding.com/wp-content/themes/storefront-child/images/doodle-pattern.png");
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding: 25px 0;
    position: relative;
}

.timer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
}

.timer-text {
    flex: 0 0 50%;
    min-width: 280px;
    max-width: 50%;
    padding: 0 15px;
}

.timer-text p {
    color: #dadada;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: normal;
}

.coupon-code {
    color: #bd0032;
    font-weight: 700;
}

.countdown {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    gap: 32px;
}

.countdown-group {
    text-align: center;
}

.countdown-digits {
    display: flex;
    gap: 3px;
}

.digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #bd0032;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    border-radius: 4px;
    padding: 6px 12px 8px;
}

.countdown-label {
    display: block;
    color: #c3c3c3;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-top: 10px;
    text-transform: capitalize;
}

.countdown-separator {
    display: none;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    background-color: #090613;
    background-image: url("https://institute.listbuilding.com/wp-content/themes/storefront-child/images/pink-hero-bg.png");
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding: 50px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1045px;
    margin: 0 auto;
}

.hero-pre-headline {
    font-family: 'Fira Sans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #ffbe4c;
    margin-bottom: 16px;
    font-style: italic;
    line-height: 1.76;
    text-align: center;
}

.hero-headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: normal;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    text-align: center;
}

.hero-sub-headline {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #ffbe4c;
    font-style: italic;
    line-height: normal;
    margin: 0 auto 50px;
    text-align: center;
}

.hero-sub-headline em {
    font-weight: 400;
}

.video-wrapper {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 40px auto 0;
}

.video-placeholder {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    border-radius: 4px;
    overflow: hidden;
}

.video-placeholder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.2s;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* ============================================
   CHECKOUT SECTIONS
   ============================================ */
.checkout-section {
    padding: 20px 0 40px;
    background: transparent;
}

.checkout-section.checkout-first {
    padding: 80px 0;
    background: #f8f7f7;
}

.checkout-section:not(.checkout-first) .checkout-box {
    background: linear-gradient(#fafafa, #e4e4e4);
    background-image: linear-gradient(#fafafa, #e4e4e4);
    border-radius: 8.8px;
    padding: 20px;
    box-shadow: none;
    max-width: 760px;
}

@media (min-width: 768px) {
    .checkout-section:not(.checkout-first) .checkout-box {
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .checkout-section:not(.checkout-first) .checkout-box {
        padding: 40px 113px;
    }
}

.checkout-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #0a0914;
    margin-bottom: 30px;
    line-height: normal;
    text-transform: uppercase;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.checkout-heading s {
    color: #0a0914;
    font-weight: 700;
}

.price-highlight {
    color: #0a0914;
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    padding: 3px 8px;
    background-image: url("https://institute.listbuilding.com/wp-content/themes/storefront-child/images/red_yellow_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.checkout-box {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 50px 100px;
    background-image: url("https://institute.listbuilding.com/wp-content/themes/storefront-child/images/timeline-bg.png"), url("https://institute.listbuilding.com/wp-content/themes/storefront-child/images/timeline-bg.png");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(100% + 92px) 38%, calc(100% + 92px) calc(100% - 43px);
    overflow: hidden;
}

.product-image {
    max-width: 100%;
    margin: 0 auto 20px;
    border-radius: 11px;
}

.checkout-btn {
    display: block;
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 22px 20px 25px;
    background: #fba047;
    color: #572917;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.66;
    box-shadow: #dd7427 0px 4px 0px 0px;
}

.checkout-btn:hover {
    background: #f0932e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 160, 71, 0.4);
}

.lock-icon {
    display: inline;
    width: 12px;
    height: auto;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.checkout-checklist {
    list-style: none;
    text-align: left;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0;
}

.checkout-checklist li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 3px;
    white-space: nowrap;
}

.checkout-discount-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666;
    font-style: italic;
    text-align: center;
    margin: -8px auto 15px;
    max-width: 370px;
}

.security-badges {
    text-align: center;
    margin: 15px 0;
}

.security-badges img {
    max-width: 300px;
    margin: 0 auto;
    opacity: 0.5;
}

.trustpilot-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}

.trustpilot-badge:hover {
    text-decoration: none;
}

.tp-green {
    color: #00b67a;
    font-size: 18px;
}

/* ============================================
   STORY SECTION
   ============================================ */
.story-section {
    padding: 80px 0;
    background: transparent;
}

.story-section .container.narrow {
    padding: 0 15px;
}

.story-section p {
    font-family: 'Atkinson Hyperlegible', 'Fira Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #222;
    margin-bottom: 20px;
    text-align: left;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}

.story-section .recap-list {
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}

.image-card .caption {
    max-width: none;
}

.image-with-text p {
    max-width: none;
}

.story-section em {
    color: #222;
}

.bold-text {
    font-weight: 700;
}

.image-card {
    background: linear-gradient(#fafafa, #e4e4e4);
    border-radius: 8px;
    padding: 40px;
    margin: 20px 0 40px;
    text-align: center;
}

.image-card img {
    max-width: 100%;
    margin: 0 auto 24px;
    border-radius: 4px;
}

.image-card .caption {
    font-family: 'Atkinson Hyperlegible', 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #222;
    font-style: normal;
    margin-bottom: 0;
    text-align: center;
    line-height: 22.4px;
}

.image-with-text {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 20px 0 40px;
    text-align: left;
    background: linear-gradient(#fafafa, #e4e4e4);
    border-radius: 8px;
    padding: 40px;
}

/* ============================================
   TEXT HIGHLIGHT (yellow marker)
   ============================================ */
.p-highlight {
    position: relative;
    z-index: 1;
    background-color: rgb(255, 246, 146);
}

.p-highlight::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0;
    bottom: 0;
    width: 11px;
    background-image: url("https://institute.listbuilding.com/wp-content/themes/storefront-child/images/48448/highlight-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    z-index: -1;
}

.p-highlight::after {
    position: absolute;
    content: "";
    right: -10px;
    bottom: 0;
    width: 11px;
    height: 100%;
    background-image: url("https://institute.listbuilding.com/wp-content/themes/storefront-child/images/48448/highlight-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    z-index: -1;
}

.p-highlight2 {
    display: inline;
    font-size: 22px;
    line-height: 1.43;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.story-section p:has(.p-highlight2) {
    text-align: center;
    max-width: 665px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.p-highlight2::before {
    left: -11px;
    width: 12px;
}

.p-highlight2::after {
    right: -11px;
    width: 12px;
}

@media (min-width: 768px) {
    .p-highlight2 {
        font-size: 28px;
    }

    .p-highlight2::before {
        left: -14px;
        width: 15px;
    }

    .p-highlight2::after {
        right: -14px;
        width: 15px;
    }
}

.image-with-text img {
    max-width: 200px;
    border-radius: 4px;
}

.image-with-text p {
    margin-bottom: 10px;
    color: #222;
}

.full-width-image {
    max-width: 505px;
    margin: 20px auto 40px;
    border-radius: 8px;
}

.untitled-image {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin: 10px auto 20px;
    border-radius: 5px;
}

.recap-list {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 20px;
}

.recap-list li {
    font-family: 'Atkinson Hyperlegible', 'Fira Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #222;
    margin-bottom: 20px;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-section {
    background: #0f1116;
    padding: 60px 0 50px;
}

.faq-title {
    font-family: 'Didot-Italic', 'Playfair Display', 'Georgia', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #e9c159;
    text-align: center;
    margin-bottom: 25px;
    line-height: 36px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 10px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    transition: background 0.3s;
}

.faq-item.active {
    background: #1b1f32;
}

.faq-question {
    display: block;
    width: 100%;
    padding: 16px 15px;
    background: transparent;
    color: #969bad;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    border-radius: 0;
    transition: color 0.3s;
    letter-spacing: normal;
    line-height: 19.6px;
    text-decoration: none;
}

.faq-question:hover {
    color: #a5acc7;
}

.faq-question::after {
    display: none;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 25px 20px;
}

.faq-item.active .faq-question {
    color: #dea318;
    font-weight: 700;
}

.faq-answer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #969bad;
    text-align: left;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
    background-color: #08090e;
    background-image: url("https://institute.listbuilding.com/wp-content/themes/storefront-child/images/igor-area-bg.png");
    background-size: cover;
    background-position: 8% 0px;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.about-inner {
    display: flex;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: flex-start;
}

.about-image {
    flex: 0 0 40%;
    min-height: 500px;
    background: url('https://institute.listbuilding.com/wp-content/themes/storefront-child/images/48448/about-bg.jpg') center center / cover no-repeat;
    border-radius: 4px;
}

.about-text {
    flex: 1;
}

.about-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #e9c159;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 27.6px;
}

.about-text p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.94px;
    color: #969bad;
    margin-bottom: 16px;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: #1d1d23;
    padding: 50px 0;
    text-align: center;
    border-top: none;
}

.footer-logo img {
    max-width: 112px;
    margin: 0 auto 35px;
}

.footer-support {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6d6d7f;
}

.footer-support a {
    color: #c0bdb4;
    font-family: 'Rubik', 'Fira Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}

.footer-legal {
    background: #18181a;
    padding: 30px 0;
    text-align: center;
}

.legal-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.legal-links a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #5e5e76;
    transition: color 0.3s;
}

.legal-links a:hover {
    color: #ffbe4c;
}

.copyright {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #6d6d7f;
    line-height: 28px;
}

/* ============================================
   MODAL - KIT OPTIN FORM
   ============================================ */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-overlay.active {
    display: flex;
}

.modal-dialog {
    background: #fff;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    animation: modalSlideIn 0.3s ease;
    overflow: hidden;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 25px;
    background: #0a0914;
    border-bottom: none;
    position: relative;
}

.modal-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #e9c159;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
}

.modal-close:hover {
    color: #fff;
}

.modal-body {
    padding: 25px;
}

.kit-form {
    background: #fff;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-input {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

.form-input:focus {
    border-color: #1677be;
}

.form-input::placeholder {
    color: #999;
}

.form-submit {
    width: 100%;
    padding: 16px;
    background: #fba047;
    color: #572917;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.form-submit:hover {
    background: #f0932e;
}

.form-spinner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.form-submit.loading .form-spinner {
    display: flex;
}

.form-submit.loading span {
    opacity: 0;
}

.form-spinner > div {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.3;
    animation: formBounce 1.4s infinite ease-in-out both;
}

.form-spinner > div:nth-child(1) { animation-delay: -0.32s; }
.form-spinner > div:nth-child(2) { animation-delay: -0.16s; }

@keyframes formBounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

.form-disclaimer {
    font-size: 12px;
    color: grey;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

/* ============================================
   WAIT MODAL
   ============================================ */
.wait-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.wait-modal.active {
    display: flex;
}

.loader {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffbe4c;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .hero-headline {
        font-size: 34px;
    }

    .hero-pre-headline,
    .hero-sub-headline {
        font-size: 24px;
    }

    .checkout-heading {
        font-size: 22px;
    }

    .price-highlight {
        font-size: 22px;
    }

    .about-inner {
        flex-direction: column;
    }

    .about-image {
        min-height: 0;
        height: 0;
        width: 100%;
        display: none;
    }

    .about-section {
        padding: 40px 0;
        background-size: auto;
        background-position: 54% -45px;
    }

    .about-text {
        text-align: center;
    }

    .about-text h1 {
        text-align: center;
    }

    .about-text p {
        text-align: center;
    }

    .story-section .container.narrow {
        padding: 0 15px;
    }

    .checkout-box {
        padding: 40px 60px;
    }

}

@media (max-width: 768px) {
    .timer-inner {
        flex-direction: column;
        gap: 15px;
    }

    .timer-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .countdown {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .timer-text p {
        font-size: 14px;
        text-align: center;
    }

    .hero-section {
        padding: 40px 0 30px;
    }

    .hero-pre-headline {
        font-size: 20px;
    }

    .hero-headline {
        font-size: 26px;
    }

    .hero-sub-headline {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .checkout-section,
    .story-section {
        padding: 50px 0;
    }

    .checkout-section.checkout-first {
        padding: 40px 0;
    }

    .checkout-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .checkout-btn {
        font-size: 16px;
        padding: 18px 15px 20px;
    }

    .story-section .container.narrow {
        padding: 0 15px;
    }

    .checkout-box {
        padding: 30px 20px;
    }

    .product-image {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .checkout-checklist {
        width: 100%;
        margin: 0 auto 15px;
    }

    .checkout-checklist li {
        font-size: 13px;
        line-height: 1.45;
        margin-bottom: 5px;
        white-space: normal;
    }

    .checkout-discount-note {
        font-size: 11px;
        max-width: 100%;
        margin: -4px auto 12px;
    }

    .story-section p,
    .recap-list li {
        font-size: 17px;
        line-height: 28px;
    }

    .image-card {
        padding: 20px;
    }

    .image-card img {
        max-width: 100%;
        height: auto;
    }

    .full-width-image {
        max-width: 100%;
    }

    .untitled-image {
        width: 200px;
        max-width: 200px;
    }

    .image-with-text {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .image-with-text p {
        text-align: center;
    }

    .image-with-text img {
        max-width: 80%;
        margin: 0 auto;
    }

    .story-section p {
        max-width: 100%;
    }

    .story-section .recap-list {
        max-width: 100%;
    }

    .checkout-section:not(.checkout-first) .checkout-box {
        padding: 20px;
        max-width: 100%;
    }

    .faq-title {
        font-size: 26px;
    }

    .faq-question {
        font-size: 12px;
        padding: 14px 15px;
        text-align: left;
    }

    .about-text h1 {
        font-size: 20px;
    }

    .about-text p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero-headline {
        font-size: 22px;
    }

    .hero-pre-headline {
        font-size: 18px;
    }

    .hero-sub-headline {
        font-size: 18px;
    }

    .checkout-heading {
        font-size: 18px;
    }

    .price-highlight {
        font-size: 18px;
    }

    .digit {
        width: 26px;
        height: 32px;
        font-size: 15px;
    }

    .countdown-separator {
        font-size: 20px;
        line-height: 32px;
    }

    .story-section .container.narrow {
        padding: 0 10px;
    }

    .checkout-box {
        padding: 25px 15px;
    }

    .checkout-section.checkout-first {
        padding: 30px 0;
    }

    .checkout-heading {
        margin-bottom: 15px;
    }

    .checkout-checklist li {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 5px;
        white-space: normal;
    }

    .checkout-discount-note {
        font-size: 10.5px;
        max-width: 100%;
    }

    .story-section p,
    .recap-list li {
        font-size: 16px;
        line-height: 26px;
    }

    .image-with-text {
        padding: 15px;
        gap: 15px;
    }

    .image-with-text img {
        max-width: 70%;
    }

    .countdown {
        gap: 16px;
    }

    .countdown-label {
        font-size: 12px;
    }
}
