/* ===== HERO ===== */
.hero-sub {
    font-size: 1.15rem;
    max-width: 880px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    color: var(--colors--grey3);
}
.hero-reassure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto 2.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}
.hero-reassure span {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 0.4rem;
}
.hero-reassure img {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}
.hero-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 2.5rem;
    max-width: 780px;
    margin: 0 auto 2.5rem;
    text-align: left;
}
.hero-checks li {
    background: url(../images/check-icon-5.svg) no-repeat left 3px;
    padding-left: 1.75rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ===== STATS STRIP ===== */
.stats-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}
.stat-box {
    text-align: center;
    padding: 1.5rem 1rem;
}
.stat-box .stat-value {
    font-size: 3.2rem;
    font-size: clamp(2.2rem, 2.9rem + 1.6vw, 4rem);
    font-family: 'georgia';
    color: var(--colors--red-webprofits);
    line-height: 1;
    margin: 0 0 1rem;
}
.stat-box .stat-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin: 0;
}

/* ===== PRICING ===== */
.lock-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 920px;
    margin: 0 auto;
}
.lock-card {
    border: 1px solid var(--colors--grey4);
    border-radius: 0.75rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.lock-card.featured {
    border: 2px solid var(--colors--red-webprofits);
}
.lock-card-inner {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.lock-badge {
    background: var(--colors--red-webprofits);
    color: white;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.6rem 1rem;
    text-align: center;
}
.lock-card .price-tier {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--colors--grey6);
    margin-bottom: 0.75rem;
}
.lock-card .price-amount {
    font-size: 3rem;
    font-family: 'georgia', serif;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.lock-card .price-amount span {
    font-size: 1.1rem;
    color: var(--colors--grey);
}
.lock-card .price-term {
    font-size: 0.75rem;
    color: var(--colors--grey);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--colors--grey4);
}
.lock-card .list-black-check {
    flex: 1;
}
.lock-card .cta {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}
.lock-card.featured .lock-card-inner {
    padding-top: 2.5rem;
}
.lock-card .price-highlight {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--colors--black-webprofits-2);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--colors--grey4);
}

/* ===== DARK SECTION ===== */
.section-dark {
    background: var(--colors--black-webprofits-2);
    color: var(--colors--white);
}
.section-dark h2 {
    color: var(--colors--white);
}
.section-dark p {
    color: rgba(255, 255, 255, 0.6);
}
.section-dark .cta.cta-ghost {
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--colors--white);
}
.section-dark .cta.cta-ghost::after {
    filter: invert(1);
}
.section-dark .cta.cta-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}
.section-dark .universal-box.pill {
    border-color: rgba(255, 255, 255, 0.15);
    background: transparent;
}
.section-dark .universal-box.pill p {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

.dark-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* ===== WIDER CENTER-BLOCKS ===== */
.center-block {
    max-width: 960px;
}
#problem .center-block,
#built .center-block {
    max-width: 960px;
}

/* ===== PILL LABELS ===== */
.small-pill {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 0.78rem;
}

/* ===== PROBLEM CARDS ===== */
#problem .problem-box {
    padding: 2.5rem;
}
#problem .problem-box img {
    width: 48px;
    height: 48px;
}
#problem .problem-box h5 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
#problem .problem-box p {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--colors--grey3);
}

/* ===== FAQ ===== */
.faq_answer {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 40px 0 0 !important;
}
.faq_active .faq_answer {
    padding-bottom: 40px !important;
}

/* ===== MODULE TABS ===== */
.module-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
}
.module-tab {
    flex: 1;
    padding: 1.25rem 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: var(--colors--warm-bg, #f7f6f5);
    border: 1px solid var(--colors--grey4);
    border-bottom: none;
    cursor: pointer;
    color: var(--colors--grey);
    font-family: inherit;
    transition: all 0.2s;
    border-radius: 0.5rem 0.5rem 0 0;
    margin-right: -1px;
    position: relative;
    text-align: center;
}
.module-tab.active {
    background: white;
    color: var(--colors--red-webprofits);
    /* border-bottom: 2px solid white; */
    z-index: 1;
}
.module-tab:last-child {
    margin-right: 0;
}
.module-tab-count {
    display: block;
    font-size: 0.85rem;
    color: var(--colors--grey);
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0.2rem;
}
.module-panel-wrap {
    border: 1px solid var(--colors--grey4);
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 2.5rem 3rem;
    background: white;
}
.module-outer {
    max-width: 100%;
    margin: 0 auto;
}
.module-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3rem;
}
.module-item {
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    gap: 1.25rem;
    padding: 0 0 2rem 0;
    margin: 0 0 2rem 0;
    border-bottom: 1px solid var(--colors--grey4);
    align-items: start;
}
.module-item:last-child,
.module-item:nth-last-child(2) {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.module-num {
    font-size: 2rem;
    font-family: 'georgia', serif;
    color: var(--colors--red-webprofits);
    line-height: 1;
    padding-top: 0.1rem;
}
.module-item h5 {
    margin: 0 0 0.75rem;
    font-size: 1.15rem;
    line-height: 1.3;
}
.module-item ul {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--colors--grey3);
    margin: 0;
    padding-left: 1.25rem;
    list-style: disc;
}
.module-item ul li {
    margin-bottom: 0.35rem;
    padding-left: 0.25rem;
}
.module-item ul li:last-child {
    margin-bottom: 0;
}
.module-item ul li::marker {
    color: var(--colors--red-webprofits);
}

/* ===== WORKFLOW WALKTHROUGH ===== */
.workflow-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 0 0 2.5rem;
    margin: 0 0 2.5rem;
    border-bottom: 1px solid var(--colors--grey4);
}
.workflow-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.workflow-step-num {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--colors--red-webprofits);
    margin-bottom: 0.75rem;
}
.workflow-img {
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid var(--colors--grey4);
    background: var(--colors--warm-bg, #f7f6f5);
    aspect-ratio: 16/10;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.workflow-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* ===== SHIFT GRID ===== */
.shift-grid {
    grid-template-columns: 1fr 1fr;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1366px) {
    #problem .problem-box {
        padding: 1.25rem;
    }
}
@media (max-width: 932px) {
    .cta {
        padding: 1rem;
    }
    .lock-card-inner {
        padding: 1rem;
    }
}
@media (max-width: 768px) {
    .hero-checks,
    .lock-grid-2,
    .workflow-step,
    .module-panel {
        grid-template-columns: 1fr;
    }
    .workflow-step {
        gap: 1rem;
    }
    .stats-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .module-item {
        grid-template-columns: 2.5rem 1fr;
    }
    .module-item:nth-last-child(2) {
        border-bottom: 1px solid var(--colors--grey4);
    }
    .hero-reassure {
        flex-direction: column;
        gap: 0.5rem;
    }
    .module-tabs {
        flex-direction: column;
    }
    .module-tab {
        border-radius: 0;
    }
    .module-tab:first-child {
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .module-tab:last-child {
        border-radius: 0;
    }
    .module-panel-wrap {
        padding: 1.5rem;
    }

    .module-item {
        grid-template-columns: 1fr;
    }
    .dark-wr {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
@media (max-width: 479px) {
    .problem-wr,
    .brands-wr-boxes,
    .stats-strip,
    .module-panel,
    .shift-grid {
        grid-template-columns: 1fr !important;
    }
}
