/* ============================
   DARK THEME – PAGE-WIDE
   ============================ */
body.lp-body.service-page {
    background: linear-gradient(180deg, #002a3a 0%, #000000 100%) !important;
    color: #e0f0ed !important;
}

body.service-page h1,
body.service-page h2,
body.service-page h3,
body.service-page h4,
body.service-page h5,
body.service-page h6,
body.service-page strong {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}

body.service-page p,
body.service-page li {
    -webkit-text-fill-color: unset !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}


/* ============================
   HERO SECTION
   ============================ */
.audit-hero {
    background: transparent;
}

.audit-badge {
    background: rgba(255, 255, 255, 0.08);
    color: #e0f0ed;
    padding: 8px 18px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.text-green {
    color: #00c9b4 !important;
    -webkit-text-fill-color: #00c9b4 !important;
    font-weight: 600;
}

.audit-subtext {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    color: #b0d4ce;
}

.badge.rounded-pill.audit-badge {
    color: #e0f0ed !important;
    padding: 8px 20px;
    font-family:
        "Outfit",
        Inter,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    word-spacing: 4px;
    border: 1px solid rgba(0, 201, 180, 0.4);
    background: rgba(0, 146, 130, 0.12);
}

.badge.rounded-pill.audit-badge > span {
    width: 8px;
    height: 8px;
    display: inherit;
    background: #00c9b4;
    border-radius: 50px;
}

.audit-hero h1 {
    font-size: 40px;
    margin-bottom: 1px !important;
    color: #ffffff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
}

.audit-hero p {
    font-size: 15px;
    color: #b0d4ce;
    font-weight: 450;
    margin-bottom: 13px !important;
    line-height: 24px;
}


/* ============================
   SHARED / UTILITY
   ============================ */
.subtitle {
    font-size: 15px;
    color: #b0d4ce;
    margin: 12px auto 0;
}

.trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.trust-avatars {
    display: flex;
}

.trust-avatars img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #002a3a;
    margin-left: -10px;
}

.trust-avatars img:first-child {
    margin-left: 0;
}

.trust-info {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 16px;
}

.trust-stars {
    color: #ffd93d;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1;
}

.trust-text {
    font-size: 13px;
    color: #e0f0ed;
    font-weight: 500;
}


/* ============================
   SECTION 2: PAIN POINTS
   ============================ */
.pain-points-section {
    background: transparent;
}

.pain-questions {
    max-width: 720px;
}

.pain-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pain-list li {
    position: relative;
    padding: 16px 22px 16px 54px;
    margin-bottom: 14px;
    font-size: 18px;
    color: #ffe0e0;
    background: rgba(180, 30, 30, 0.2);
    border-left: 4px solid #e63946;
    border-radius: 8px;
    line-height: 1.6;
    border: 1px solid rgba(230, 57, 70, 0.3);
    border-left: 4px solid #e63946;
    transition: background 0.2s ease;
}

.pain-list li:hover {
    background: rgba(180, 30, 30, 0.3);
}

.pain-emoji {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
}

.pain-narrative {
    max-width: 720px;
    font-size: 17px;
    color: #b0d4ce;
    line-height: 1.8;
}

.pain-narrative p {
    margin-bottom: 12px;
}

.pain-conclusion {
    color: #b0d4ce;
    font-size: 17px;
    font-weight: 400;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    line-height: 1.8;
}


/* ============================
   SECTION 3: WHY THIS HAPPENS
   ============================ */
.why-happens-section {
    background: rgba(0, 146, 130, 0.05);
}

.why-content {
    max-width: 820px;
    margin: 0 auto;
    font-size: 17px;
    color: #b0d4ce;
    line-height: 1.8;
}

.why-content p {
    margin-bottom: 12px;
}

.why-challenge-card {
    background: rgba(0, 42, 58, 0.6);
    border: 1px solid rgba(0, 146, 130, 0.3);
    border-radius: 12px;
    padding: 20px 24px;
    height: 100%;
}

.why-challenge-card h6 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    font-size: 18px;
}

.why-challenge-card p {
    font-size: 15px;
    color: #9fc5be;
    margin-bottom: 0;
    line-height: 1.6;
}


/* ============================
   SECTION 4: FIX STEPS (5 Steps)
   ============================ */
.fix-steps-section {
    background: transparent;
}

.fix-step-number {
    font-size: 48px;
    font-weight: 800;
    color: rgba(0, 201, 180, 0.25);
    line-height: 1;
    text-align: center;
}

.fix-step-card {
    background: rgba(0, 42, 58, 0.5);
    border: 1px solid rgba(0, 146, 130, 0.25);
    border-radius: 14px;
    padding: 28px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.fix-step-card h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 22px;
}

.fix-step-card p {
    font-size: 16px;
    color: #b0d4ce;
    line-height: 1.7;
    margin-bottom: 12px;
}

.step-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    max-width: 500px;
}

.step-checklist li {
    position: relative;
    padding: 10px 18px 10px 48px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #e0f0ed;
    background: rgba(0, 146, 130, 0.15);
    border: 1px solid rgba(0, 146, 130, 0.3);
    border-left: 4px solid #009282;
    border-radius: 8px;
    line-height: 1.4;
    transition: background 0.2s ease;
}

.step-checklist li:hover {
    background: rgba(0, 146, 130, 0.25);
}

.step-emoji {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
}

.fix-step-result {
    color: #00c9b4;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0 !important;
}


/* ============================
   SECTION 4b: EMOTIONAL CLOSE
   ============================ */
.emotional-close-section {
    background: rgba(0, 146, 130, 0.05);
}

.emotional-benefits {
    max-width: 720px;
    font-size: 17px;
    color: #b0d4ce;
    line-height: 1.8;
}

.emotional-benefits p {
    margin-bottom: 12px;
}

.benefit-list li {
    font-size: 16px;
    color: #e0f0ed;
    padding: 12px 18px 12px 50px;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.5;
    background: rgba(0, 146, 130, 0.15);
    border: 1px solid rgba(0, 146, 130, 0.3);
    border-left: 4px solid #009282;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.benefit-list li:hover {
    background: rgba(0, 146, 130, 0.25);
}

.benefit-list li::before {
    content: "\2705";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
}

.emotional-conclusion {
    font-size: 18px;
    font-weight: 500;
    color: #e0f0ed;
    line-height: 1.8;
    border-top: 1px solid rgba(0, 146, 130, 0.3);
    padding-top: 20px;
}


/* ============================
   SECTION 5: TESTIMONIALS
   ============================ */
.testimonials-section {
    background: transparent;
}

.testimonials-section .row > div {
    background: transparent !important;
}

.testi-card {
    padding: 24px 20px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.testi-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(0, 146, 130, 0.4);
    margin: 0 auto 18px;
    display: block;
}

.testi-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    margin-bottom: 12px;
}

.testi-quote {
    font-size: 13px;
    color: #9fc5be !important;
    -webkit-text-fill-color: #9fc5be !important;
    line-height: 1.7;
    margin-bottom: 10px;
}

.testi-name {
    font-size: 14px;
    font-weight: 600;
    color: #b0d4ce !important;
    -webkit-text-fill-color: #b0d4ce !important;
    margin-bottom: 12px;
}

.testi-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.testi-stars .star {
    width: 18px;
    height: 18px;
}


/* ============================
   SECTION 6: AUDIT STEPS (3 Steps)
   ============================ */
.audit-steps-section {
    background: rgba(0, 146, 130, 0.05);
}

.step-card {
    background: rgba(0, 42, 58, 0.5);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(0, 146, 130, 0.25);
    height: 100%;
}

.step-header {
    background: #009282;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 14px;
    text-align: left;
}

.step-body {
    padding: 16px;
}

.step-body h6 {
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 18px;
}

.step-body p {
    font-size: 16px;
    color: #b0d4ce;
    line-height: 1.6;
    margin-bottom: 0;
}


/* ============================
   SECTION 7: FAQ
   ============================ */
#faq-section {
    background: transparent !important;
}

#faq-section h2,
#faq-section div.text-center > h2,
.faq-section div.text-center > h2 {
    color: #ffffff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    text-transform: unset !important;
    -webkit-text-fill-color: #ffffff !important;
}

#faq-section h2 span {
    color: #00c9b4 !important;
    -webkit-text-fill-color: #00c9b4 !important;
}

#faq-section div.text-center > p,
.faq-section div.text-center > p {
    color: #b0d4ce !important;
}

#faq-section .accordion-item {
    background: rgba(0, 42, 58, 0.5) !important;
    border: 1px solid rgba(0, 146, 130, 0.2) !important;
}

#faq-section .accordion-button,
#faq-section .accordion-button.collapsed,
.faq-section .accordion-button.collapsed {
    background: rgba(0, 42, 58, 0.6) !important;
    color: #e0f0ed !important;
    -webkit-text-fill-color: #e0f0ed !important;
}

#faq-section .accordion-button:not(.collapsed) {
    background: rgba(0, 146, 130, 0.2) !important;
    color: #ffffff !important;
}

#faq-section .accordion-button::after {
    filter: invert(1);
}

#faq-section .accordion-body,
.faq-accordion .accordion-body {
    background: rgba(0, 42, 58, 0.6) !important;
    color: #b0d4ce !important;
}

#faq-section .accordion-collapse.show,
.faq-section .accordion-collapse.show {
    background: transparent !important;
}

#faq-section .accordion-body p,
.faq-accordion .accordion-body p {
    color: #b0d4ce !important;
    -webkit-text-fill-color: #b0d4ce !important;
}

#faqAccordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

#faqAccordion .accordion-button.collapsed {
    border-bottom: 0;
}


/* ============================
   AUDIT MODAL
   ============================ */
#auditModal .modal-dialog {
    max-width: 520px;
}

#auditModal .modal-dialog-centered {
    max-height: calc(100vh - 40px);
}

.audit-modal-content {
    background: linear-gradient(180deg, #002a3a 0%, #001520 100%);
    border: 1px solid rgba(0, 146, 130, 0.3);
    border-radius: 16px;
    color: #e0f0ed;
    padding: 0;
    position: relative;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.audit-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    opacity: 0.7;
    filter: invert(1);
}

.audit-modal-close:hover {
    opacity: 1;
}

.audit-modal-body {
    padding: 36px 32px 28px;
}

.audit-modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
    text-align: center;
}

.audit-modal-sub {
    font-size: 14px;
    color: #7fb3aa;
    text-align: center;
    margin-bottom: 20px;
}

/* Progress bar */
.audit-progress {
    height: 4px;
    background: rgba(0, 146, 130, 0.15);
    border-radius: 4px;
    margin-bottom: 28px;
    overflow: hidden;
}

.audit-progress-bar {
    height: 100%;
    background: #009282;
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* Steps visibility */
.audit-step {
    display: none;
}

.audit-step.is-active {
    display: block;
}

/* Spacing between multiple blocks in a step */
.audit-step .lf-block + .lf-block {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 146, 130, 0.15);
}

/* Spacing between stacked inputs in step 1 */
.audit-step .lf-block .lf-field + .lf-field {
    margin-top: 12px;
}

/* Form fields inside modal */
.audit-modal-content .lf-question {
    color: #e0f0ed;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.audit-modal-content .lf-helper {
    font-size: 13px;
    color: #7fb3aa;
    margin-bottom: 12px;
}

.audit-modal-content .lf-field input[type="text"],
.audit-modal-content .lf-field input[type="email"],
.audit-modal-content .lf-field input[type="tel"],
.audit-modal-content .lf-textarea {
    width: 100%;
    background: rgba(0, 20, 30, 0.5);
    border: 1px solid rgba(0, 146, 130, 0.3);
    border-radius: 8px;
    color: #e0f0ed;
    padding: 12px 14px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}

.audit-modal-content .lf-field input:focus,
.audit-modal-content .lf-textarea:focus {
    border-color: #009282;
}

.audit-modal-content .lf-field input::placeholder,
.audit-modal-content .lf-textarea::placeholder {
    color: #5a9990;
}

.audit-modal-content .phone-wrap {
    display: flex;
    align-items: center;
    background: rgba(0, 20, 30, 0.5);
    border: 1px solid rgba(0, 146, 130, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

.audit-modal-content .phone-wrap:focus-within {
    border-color: #009282;
}

.audit-modal-content .phone-code {
    padding: 12px 10px 12px 14px;
    color: #7fb3aa;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.audit-modal-content .phone-wrap input {
    border: none !important;
    background: transparent !important;
    flex: 1;
    padding: 12px 14px 12px 0;
}

/* Pills inside modal — override style.css */
#auditModal .pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#auditModal .pill {
    cursor: pointer;
    position: relative;
    padding-left: 0 !important;
    background: transparent !important;
    border: none !important;
    margin: 0;
}

#auditModal .pill::before,
#auditModal .pill::after,
#auditModal .pill-list--radio .pill::before,
#auditModal .pill-list--radio .pill::after,
#auditModal .pill:has(input:checked)::before,
#auditModal .pill:has(input:checked)::after,
#auditModal .pill-list--radio .pill:has(input:checked)::before,
#auditModal .pill-list--radio .pill:has(input:checked)::after,
#auditModal .pill-list--radio .pill:has(input[type="radio"]:checked)::before,
#auditModal .pill-list--radio .pill:has(input[type="radio"]:checked)::after {
    display: none !important;
    content: none !important;
}

#auditModal .pill input {
    display: none !important;
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#auditModal .pill span {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(0, 146, 130, 0.35) !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #b0d4ce !important;
    background: rgba(0, 20, 30, 0.4) !important;
    transition: all 0.2s;
    white-space: nowrap;
    line-height: 1.4;
}

#auditModal .pill span:hover {
    border-color: #009282 !important;
    color: #e0f0ed !important;
    background: rgba(0, 146, 130, 0.1) !important;
}

#auditModal .pill input:checked + span,
#auditModal .pill:has(input:checked) span {
    background: rgba(0, 146, 130, 0.25) !important;
    border-color: #00c9b4 !important;
    color: #ffffff !important;
}

/* Step footer (back/next buttons) */
#auditModal .audit-step-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    gap: 12px;
}

#auditModal .step-btn {
    width: auto !important;
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 11px 28px !important;
    border: 1px solid rgba(0, 146, 130, 0.35) !important;
    border-radius: 50px !important;
    background: transparent !important;
    color: #b0d4ce !important;
    font-size: 14px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    transform: none !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: 1.4;
}

#auditModal .step-btn:hover {
    border-color: #009282 !important;
    color: #ffffff !important;
    background: rgba(0, 146, 130, 0.1) !important;
    box-shadow: none !important;
    transform: none !important;
}

#auditModal .step-btn.step-next,
#auditModal .step-btn.step-submit {
    background: #009282 !important;
    border-color: #009282 !important;
    color: #ffffff !important;
    margin-left: auto;
}

#auditModal .step-btn.step-next:hover,
#auditModal .step-btn.step-submit:hover {
    background: #00b09e !important;
    border-color: #00b09e !important;
}

.audit-modal-content .req {
    color: #ff6b6b;
    margin-left: 2px;
}

/* Error states */
.audit-modal-content .lf-error input,
.audit-modal-content .lf-error textarea {
    border-color: #ff6b6b !important;
}

.audit-modal-content .lf-error-msg {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 6px;
}

.audit-modal-content .lf-group-error .pill-list {
    outline: 1px solid rgba(255, 107, 107, 0.4);
    border-radius: 8px;
    padding: 4px;
}

/* Disqualification panel */
.disqualify-box {
    text-align: center;
    padding: 20px 0;
}

.disqualify-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.disqualify-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.disqualify-box p {
    font-size: 15px;
    color: #b0d4ce;
    margin-bottom: 8px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.disqualify-box .step-btn {
    margin-top: 16px;
}




/* ============================
   CTA BUTTON (eye-catching)
   ============================ */
body.lp-body.service-page .get-free-quote {
    background: linear-gradient(135deg, #ff6a00 0%, #ee0979 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(255, 106, 0, 0.4);
    transition: all 0.3s ease;
}

body.lp-body.service-page .get-free-quote:hover {
    box-shadow: 0 6px 28px rgba(255, 106, 0, 0.55);
    transform: translateY(-2px);
}


/* ============================
   NAVIGATION (dark theme)
   ============================ */
body.lp-body.service-page .lp-nav {
    background: rgba(0, 30, 42, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 146, 130, 0.15);
}

body.lp-body.service-page .lp-nav .brand img {
    display: none !important;
}

body.lp-body.service-page .lp-nav .brand span::after {
    content: "FinTruction";
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 27%, #009282 27%, #009282 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 901px) {
    body.service-page .lp-nav .menu a {
        color: #e0f0ed;
    }

    body.service-page .lp-nav .menu a:hover {
        color: #00c9b4;
    }

    body.service-page .hamburger span {
        background: #e0f0ed;
    }
}

body .nav-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 18px;
    align-items: center;
    padding: 31px 0 8px;
}

.menu {
    display: flex;
    gap: 25px;
}

.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background: #e0f0ed;
    margin: 5px 0;
}


/* ============================
   MOBILE RESPONSIVE
   ============================ */
@media (max-width: 991px) {
    .hide-mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    /* ---- Global mobile ---- */
    html body #contact .lp-container {
        padding: 0px !important;
    }

    h1, h2 {
        font-size: 26px !important;
    }

    .subtitle {
        font-size: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    section.py-5 {
        padding: 2rem 0 !important;
    }

    /* ---- Nav mobile ---- */
    .brand img {
        height: 24px;
        display: block;
        margin-bottom: 0px;
    }

    body .nav-inner {
        display: flex !important;
        justify-content: center !important;
        padding: 16px 15px 8px !important;
    }

    html body header .btn {
        display: none;
    }

    body.lp-body {
        padding-top: 60px !important;
    }

    /* ---- Hero mobile ---- */
    .audit-hero h1 {
        font-size: 20px !important;
        line-height: 1.4;
        padding: 0 10px;
    }

    .audit-hero p {
        font-size: 13px;
        line-height: 1.5;
    }

    .audit-subtext {
        max-width: 100%;
        font-size: 13px !important;
        line-height: 1.6;
        padding: 0 8px;
    }

    .badges {
        margin-bottom: 6px !important;
    }

    .badge.rounded-pill.audit-badge {
        font-size: 9px;
        width: 92% !important;
        text-wrap: wrap;
        padding: 8px 10px;
        word-spacing: 1px;
    }

    /* ---- CTA buttons mobile ---- */
    .get-free-quote {
        line-height: 1;
        text-transform: uppercase;
        padding: 12px 16px !important;
        font-size: 14px !important;
        display: grid !important;
        width: 90%;
        margin: 0 auto;
        border-radius: 50px !important;
        border: none !important;
        background: linear-gradient(135deg, #ff6a00 0%, #ee0979 100%) !important;
        box-shadow: 0 4px 20px rgba(255, 106, 0, 0.4);
    }

    body .next-btn {
        background: rgba(0, 146, 130, 1) !important;
        padding: 10px 22px !important;
        border-radius: 0 !important;
        border: none !important;
        color: #fff !important;
        font-size: 16px !important;
    }

    .trust-strip {
        gap: 12px;
        margin-top: 18px;
    }

    .trust-avatars img {
        width: 32px;
        height: 32px;
        margin-left: -8px;
    }

    .trust-stars {
        font-size: 14px;
    }

    .trust-text {
        font-size: 11px;
    }

    /* ---- Pain Points mobile ---- */
    .pain-questions {
        max-width: 100%;
    }

    .pain-list li {
        font-size: 14px;
        padding: 12px 14px 12px 42px;
    }

    .pain-emoji {
        left: 10px;
        font-size: 18px;
    }

    .pain-narrative {
        max-width: 100%;
        font-size: 14px;
    }

    .pain-conclusion {
        font-size: 15px;
    }

    /* ---- Why Happens mobile ---- */
    .why-content {
        max-width: 100%;
        font-size: 14px;
    }

    /* ---- Fix Steps mobile ---- */
    .fix-step-number {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .fix-step-card {
        padding: 16px;
    }

    .fix-step-card h5 {
        font-size: 17px;
    }

    .fix-step-card p {
        font-size: 13px;
    }

    .step-checklist {
        max-width: 100%;
    }

    .step-checklist li {
        font-size: 13px;
        padding: 10px 12px 10px 40px;
    }

    .step-emoji {
        left: 10px;
        font-size: 16px;
    }

    .fix-step-result {
        font-size: 13px !important;
    }

    /* ---- Emotional Close mobile ---- */
    .emotional-benefits {
        max-width: 100%;
    }

    .emotional-benefits p {
        font-size: 14px;
    }

    .benefit-list li {
        font-size: 14px;
        padding: 10px 14px 10px 42px;
    }

    .benefit-list li::before {
        left: 12px;
        font-size: 18px;
    }

    .emotional-conclusion {
        font-size: 14px;
    }

    /* ---- Testimonials mobile ---- */
    .testi-card {
        padding: 16px 12px;
    }

    .testi-avatar {
        width: 56px;
        height: 56px;
    }

    .testi-title {
        font-size: 15px;
    }

    .testi-quote {
        font-size: 12px;
    }

    .testi-name {
        font-size: 13px;
    }

    .testi-stars .star {
        width: 16px;
        height: 16px;
    }

    /* ---- Audit Steps mobile ---- */
    .step-card {
        border-radius: 12px;
    }

    .step-header {
        font-size: 15px;
        padding: 8px 12px;
    }

    .step-body {
        padding: 14px;
    }

    .step-body h6 {
        font-size: 15px;
    }

    .step-body p {
        font-size: 13px;
    }

    /* ---- FAQ mobile ---- */
    #faq-section .accordion-button,
    #faq-section .accordion-button.collapsed {
        font-size: 14px !important;
        padding: 12px 40px 12px 14px !important;
    }

    #faq-section .accordion-body,
    .faq-accordion .accordion-body {
        font-size: 13px !important;
    }

    #faq-section .accordion-body p {
        font-size: 13px !important;
    }

    /* ---- Audit Modal mobile ---- */
    #auditModal .modal-dialog {
        margin: 8px;
        max-width: calc(100% - 16px);
    }

    .audit-modal-body {
        padding: 20px 16px 16px;
    }

    .audit-modal-title {
        font-size: 18px !important;
        margin-bottom: 2px !important;
    }

    .audit-modal-sub {
        font-size: 12px !important;
        margin-bottom: 12px !important;
    }

    .audit-progress {
        margin-bottom: 16px !important;
    }

    #auditModal .lf-question {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    #auditModal .lf-helper {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    .audit-step .lf-block + .lf-block {
        margin-top: 14px !important;
        padding-top: 14px !important;
    }

    .audit-step .lf-block .lf-field + .lf-field {
        margin-top: 8px !important;
    }

    #auditModal .pill-list {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        gap: 8px !important;
    }

    #auditModal .pill {
        width: auto !important;
        padding: 0 !important;
    }

    #auditModal .pill span {
        font-size: 12px !important;
        padding: 7px 14px !important;
        white-space: nowrap !important;
    }

    #auditModal .lf-field input[type="text"],
    #auditModal .lf-field input[type="email"],
    #auditModal .lf-field input[type="tel"] {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }

    #auditModal .phone-code {
        padding: 10px 8px 10px 12px !important;
        font-size: 14px !important;
    }

    #auditModal .phone-wrap input {
        padding: 10px 12px 10px 0 !important;
    }

    #auditModal .lf-textarea {
        font-size: 14px !important;
        padding: 10px 12px !important;
    }

    #auditModal .audit-step-footer {
        margin-top: 18px !important;
    }

    #auditModal .step-btn {
        padding: 9px 22px !important;
        font-size: 13px !important;
    }

    /* ---- Footer mobile ---- */
    body .footer-inner {
        grid-template-columns: 1fr !important;
        padding: 0px 15px 1px;
    }

    body .foot-watermark {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        z-index: 0;
        pointer-events: none;
        user-select: none;
        color: #009282;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 68px;
        line-height: 112px;
        letter-spacing: 0;
        text-align: center !important;
        opacity: 0.12;
        margin-top: 0 !important;
        margin-left: 0 !important;
        transform: unset !important;
        top: 48px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    body .foot-list .ico-img {
        object-fit: contain;
    }

    .accrivo-footer {
        position: relative;
        min-height: 506px !important;
        padding-bottom: 14px !important;
    }

    body .foot-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        max-width: 100%;
        margin-top: 58px;
    }

    body .foot-copy {
        margin-top: 6px;
        font-size: 14px;
        color: #bfe2dd;
        font-weight: 300;
        letter-spacing: 2px;
    }

    .foot-copy {
        display: block !important;
    }

    .accrivo-footer::after {
        display: none !important;
    }
}
