/* ============================================
   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: 'Inter', 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;
    max-width: 100vw;
}

html {
    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: 'Inter', 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: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    border-radius: 4px;
    padding: 6px 12px 8px;
}

.countdown-label {
    display: block;
    color: #c3c3c3;
    font-family: 'Inter', 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: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    text-align: center;
}

.hero-headline .p-highlight {
    border-radius: 0;
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
    background-color: transparent;
    background-image: url("https://efarming.com/page-assets/img/2/s8_p_text_bg.png");
    background-repeat: no-repeat;
    background-position: 50% calc(50% + 2px);
    background-size: 100% calc(100% - 7px);
    padding: 0 11px;
}

.hero-headline .p-highlight::before,
.hero-headline .p-highlight::after {
    display: none !important;
}

.highlight-edge-right {
    display: inline;
    width: 18px;
    height: 49px;
    vertical-align: text-bottom;
    margin-left: -2px;
    margin-right: -15px;
    margin-bottom: 0.5px;
    object-fit: fill;
}

.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: 'Inter', 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: inline-block;
    max-width: 400px;
    margin: 14px auto 10px;
    padding: 22px 40px 22px;
    background: #ffda46;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    box-shadow: none;
    text-decoration: none;
    width: 302px;
}

.checkout-btn:hover {
    background: #ffda46;
    color: #000;
    transform: translateY(-2px);
    box-shadow: none;
}

.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: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 3px;
    white-space: nowrap;
}

.checkout-discount-note {
    font-family: 'Inter', 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: 'Inter', 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;
    overflow: hidden;
}

.social-media-section,
.dark-navy-section,
.grey-full-section,
.book-intro-section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    padding: 80px 20px;
    box-sizing: border-box;
}


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

.story-section p {
    font-family: 'Lora', Georgia, 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: 'Lora', Georgia, 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: #E6AE73;
    padding: 1px 1px;
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.p-highlight::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0px;
    height: 26.5px;
    width: 14px;
    background-color: #E6AE73;
    -webkit-mask-image: url("assets/highlight-left.svg");
    mask-image: url("assets/highlight-left.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1;
}

.p-highlight::after {
    position: absolute;
    content: "";
    right: -10px;
    bottom: 0px;
    height: 26.5px;
    width: 14px;
    background-color: #E6AE73;
    -webkit-mask-image: url("assets/highlight-right.svg");
    mask-image: url("assets/highlight-right.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1;
}

.p-highlight-yellow {
    background-color: transparent;
    padding: 0 5px;
    border-radius: 0;
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
    background-image: url("https://efarming.com/page-assets/img/2/s8_p_text_bg.png");
    background-repeat: no-repeat;
    background-position: 50% calc(50% + 2px);
    background-size: 100% calc(100% - 7px);
}

.p-highlight-yellow.p-highlight::before {
    display: none;
    background-color: transparent;
    -webkit-mask-image: none;
    mask-image: none;
    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;
    left: -10px;
    top: 0;
    bottom: 0;
    height: auto;
    width: 11px;
}

.p-highlight-yellow.p-highlight::after {
    display: none;
    background-color: transparent;
    -webkit-mask-image: none;
    mask-image: none;
    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;
    right: -10px;
    bottom: 0;
    height: 100%;
    width: 11px;
}

.p-highlight-green {
    background-color: transparent;
    padding: 3px 7px;
    border-radius: 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: url("https://efarming.com/page-assets/img/2/s8_p_text_bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    filter: hue-rotate(60deg) saturate(1.0) brightness(0.88);
}

.p-highlight-green.p-highlight::before,
.p-highlight-green.p-highlight::after {
    display: none;
}

.advantage-circle {
    width: 31px;
    height: 31px;
    background: #4CAF50;
    border-radius: 50%;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    float: left;
    margin-right: 12px;
    margin-top: 3px;
}

.advantage-box {
    background: #f0f9f0;
    border-left: 4px solid #4caf50;
    border-radius: 6px;
    padding: 25px 30px;
    margin: 30px 0;
}

.advantage-box .advantage-number {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #E6AE73;
    margin-bottom: 15px;
}

.advantage-box p {
    margin-bottom: 12px;
}

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

.cta-with-book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: hsl(216, 40%, 84%);
    background: linear-gradient(135deg, hsl(216, 40%, 84%) 0%, #FBF6EC 70%);
    padding: 50px 20px;
    border-radius: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    margin: 0;
    max-width: 100vw;
}

.cta-with-book .cta-book-image,
.cta-with-book .cta-book-content {
    flex-shrink: 0;
}

.cta-with-book .cta-book-image {
    flex: 0 0 220px;
    margin-left: auto;
    padding: 30px 0;
}

.cta-with-book .cta-book-content {
    flex: 0 1 580px;
    margin-right: auto;
}

.cta-book-image {
    flex: 0 0 200px;
}

.cta-book-image img {
    width: 100%;
    display: block;
}

.cta-book-content {
    flex: 1;
    text-align: center;
}

.cta-book-content h2 {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #000;
    line-height: 1.1;
}

.cta-book-content > p:first-of-type {
    font-size: 21px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.objection-block {
    margin-bottom: 35px;
}

.objection-block .objection-question {
    margin-bottom: 10px;
    text-align: center;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}

.objection-block .objection-question p {
    font-size: 22px;
    line-height: 1.3;
}

.objection-block .objection-answer {
    background: linear-gradient(to right, #FBF6EC 60%, #fff 100%);
    border-radius: 0 8px 8px 0;
    padding: 25px 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 665px;
    box-shadow: none;
    border-left: 3px solid #ccc;
}

.objection-block .objection-answer p {
    font-size: 18px;
    line-height: 30px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}


.dark-navy-section {
    background: #1F2A3A;
}

.dark-navy-section p,
.dark-navy-section p em,
.dark-navy-section p strong {
    color: #fff;
}

.dark-navy-section .story-heading,
.grey-full-section .story-heading,
.social-media-section .story-heading,
.book-intro-section .story-heading {
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}

.dark-navy-section p,
.grey-full-section p,
.social-media-section p,
.book-intro-section p {
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}

.grey-full-section {
    background: #f8f9fc;
}

.social-media-section {
    background: #FBF6EC;
}

.social-media-section .story-heading {
    color: #212529;
}

.social-media-section p {
    color: #212529;
}

.book-intro-section {
    background: #f8f9fc;
    text-align: center;
}

/* Testimonial Cards */
.testimonial-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    padding: 30px 30px 30px 40px;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto;
    max-width: 665px;
    gap: 20px;
}

.testimonial-card-text {
    flex: 1;
}

.testimonial-card-text p {
    font-family: 'Lora', Georgia, serif;
    font-size: 20px;
    line-height: 1.4;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

.testimonial-card-text p:last-child {
    margin-bottom: 0;
}

.testimonial-card-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    width: 150px;
}

.testimonial-card-img img {
    width: 130px;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 8px;
}

.testimonial-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #333;
}

.testimonial-location {
    font-size: 14px;
    color: #666;
}

.book-showcase-box {
    background: linear-gradient(160deg, #ffffff 0%, #f0f2f7 40%, #e8ecf4 100%);
    border: 2px solid #d0d7e2;
    border-radius: 16px;
    padding: 50px 40px 40px;
    margin: 40px auto;
    max-width: 700px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.book-showcase-box p {
    text-align: left;
}

.book-showcase-title {
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1.3;
}

.book-showcase-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.4;
    color: #333;
    font-style: italic;
}

.white-card-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px;
    margin: 25px auto;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    max-width: 750px;
}

.ps-box {
    background: #fdf6e8;
    border-left: 4px solid #ffbc27;
    padding: 24px 30px;
    margin: 20px auto;
    max-width: 725px;
}

.ps-box:last-child {
    margin-bottom: 0;
}

.ps-box p {
    margin-bottom: 15px;
}

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

.checkmark-list {
    list-style: none;
    padding-left: 0;
    margin: 20px auto;
    max-width: 665px;
}

.checkmark-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 23px;
    font-family: 'Lora', Georgia, serif;
    font-size: 18px;
    line-height: 30px;
}

.checkmark-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background-image: url("assets/checklist.png");
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
}

.story-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 40px 0 30px;
}

.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: 'Lora', Georgia, 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: 'Inter', 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: 'Inter', 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: 'Inter', 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: 'Inter', 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: 26.5px;
}

/* ============================================
   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: 'Inter', 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: 'Inter', 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: 26.5px;
    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-headline .p-highlight::before {
        height: 42px !important;
        width: 16px !important;
        left: -13px !important;
    }

    .highlight-edge-right {
        height: 42px;
        width: 16px;
        margin-right: -13px;
    }

    .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) {
    .collage-img {
        display: none !important;
    }

    .person-img {
        float: none !important;
        display: block !important;
        width: 120px !important;
        height: 120px !important;
        aspect-ratio: 1 / 1 !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        margin: 10px auto !important;
    }

    .testimonial-card {
        flex-direction: row;
        padding: 15px;
        gap: 15px;
    }

    .testimonial-card-text p {
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
    }

    .testimonial-card-img {
        width: 90px;
    }

    .testimonial-card-img img {
        width: 80px !important;
        height: 80px !important;
    }

    .white-card-box {
        padding: 20px 20px;
    }

    .story-heading {
        font-size: 26px;
        margin: 30px 0 20px;
    }

    .advantage-box {
        padding: 20px 20px;
        margin: 20px 0;
    }

    .advantage-box p {
        font-size: 16px;
        line-height: 25px;
    }

    .cta-with-book {
        flex-direction: column;
        padding: 25px 20px 120px;
        gap: 10px;
        min-height: auto !important;
        height: auto !important;
    }

    .cta-with-book .cta-book-image {
        padding: 0;
    }

    .cta-with-book .cta-book-content p {
        margin-bottom: 10px;
    }

    .cta-book-image {
        flex: 0 0 auto;
        max-width: 180px;
        margin: 0 auto;
    }

    .cta-book-content h2 {
        font-size: 24px;
    }

    .p-highlight::before,
    .p-highlight::after {
        height: 22px;
        width: 11px;
    }

    .checkout-btn {
        max-width: 100% !important;
        width: 100%;
        box-sizing: border-box;
    }

    .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: 28px;
        line-height: 1.45;
    }

    .hero-headline span[style*="display: block"],
    .story-heading span[style*="display: block"] {
        display: inline !important;
    }

    .hero-headline .p-highlight-yellow {
        background-size: 100% calc(100% - 4px) !important;
        background-position: 50% calc(50% + 1px) !important;
    }

    .highlight-edge-right {
        height: 32px;
        width: 12px;
        margin-right: -10px;
    }

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

    .price-surprise {
        font-size: 16px !important;
    }

    .succeeds-section {
        background: #f8f9fc !important;
    }

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

    .checkmark-list li {
        font-size: 17px;
        line-height: 26.5px;
    }

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

    /* Floated images — unfloat and center on mobile */
    .story-section img[style*="float: right"],
    .social-media-section img[style*="float: right"] {
        float: none !important;
        display: block !important;
        margin: 0 auto 20px !important;
        max-width: 250px !important;
        width: 100% !important;
    }

    /* Book showcase box */
    .book-showcase-box {
        padding: 25px 20px 20px;
        margin: 25px auto;
        max-width: 100%;
    }

    .book-showcase-box img[src*="3d_wide"] {
        width: 97% !important;
        max-width: 97% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .book-showcase-title {
        font-size: 32px;
    }

    .mobile-block {
        display: block;
    }

    .book-showcase-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /* Colored sections — reduce vertical padding */
    .social-media-section,
    .dark-navy-section,
    .grey-full-section,
    .book-intro-section {
        padding: 50px 15px !important;
    }

    /* Objection blocks */
    .objection-block .objection-answer {
        padding: 20px;
    }

    .objection-block .objection-answer p {
        font-size: 16px;
        line-height: 26px;
    }

    .objection-block .objection-question p {
        font-size: 21px;
    }

    /* CTA heading serif font */
    .cta-book-content h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    /* CTA book image on mobile */
    .cta-with-book .cta-book-image {
        margin-left: 0;
        margin: 0 auto;
    }

    .cta-with-book .cta-book-content {
        margin-right: 0;
        flex: 0 0 auto;
    }

    /* Coupon text */
    .cta-book-content p[style*="text-transform: uppercase"] {
        font-size: 13px !important;
        margin-bottom: 0 !important;
    }

    .cta-book-content p:last-child {
        margin-bottom: 0;
    }

    /* Inner wrapper containers */
    .social-media-section > div[style*="max-width: 665px"],
    .grey-full-section > div[style*="max-width: 665px"] {
        max-width: 100% !important;
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    .story-heading {
        font-size: 22px;
        margin: 25px 0 15px;
    }

    .advantage-box {
        padding: 15px 15px;
        margin: 15px 0;
    }

    .advantage-box p {
        font-size: 15px;
        line-height: 24px;
    }

    .p-highlight2 {
        font-size: 18px;
    }

    .p-highlight::before,
    .p-highlight::after {
        height: 20px;
        width: 10px;
    }

    .p-highlight::before {
        left: -8px;
    }

    .p-highlight::after {
        right: -8px;
    }

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

    .hero-headline .p-highlight::before {
        height: 27px !important;
        width: 10px !important;
        left: -8px !important;
    }

    .highlight-edge-right {
        height: 27px;
        width: 10px;
        margin-right: -8px;
    }

    .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: 26.5px;
    }

    .checkmark-list li {
        font-size: 16px;
        line-height: 26.5px;
    }

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

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

    .countdown {
        gap: 16px;
    }

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

    /* CTA button full width on small screens */
    .checkout-btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Book showcase title smaller */
    .book-showcase-title {
        font-size: 30px;
    }

    .book-showcase-subtitle {
        font-size: 18px;
    }

    /* CTA heading smaller */
    .cta-book-content h2 {
        font-size: 30px;
    }
}
