/* ============================================================
   BREAK FIX & CONTINUITY LP — template-break-fix-lp.css
   Loaded only for: page-templates/template-break-fix-lp.php
   Structural clone of page-ast.css with bfx- prefix.
   No capabilities grid section.
   ============================================================ */

html,
body {
    overflow-x: hidden;
}

.f-white { color: #fff; }

/* ---- HERO ---- */
.hero-title-container {
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.hero-title-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(18, 30, 35, 0.8);
    z-index: 0;
}

.text-box {
    position: relative;
    z-index: 1;
    padding: 0 60px 116px 73px;
}

.hero-title {
    font-size: 54px;
    font-style: normal;
    font-weight: 350;
    line-height: 60px;
    letter-spacing: 6.48px;
    text-transform: uppercase;
    text-align: left;
    max-width: 750px;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    text-align: left;
    max-width: 550px;
}

/* ---- HERO FORM CONTAINER ---- */
.bfx-container {
    display: flex;
    align-items: stretch;
    background-color: #121E23;
    min-height: 100vh;
}

.bfx-container .hero-title-container {
    flex: 1 1 0;
    min-width: 0;
    min-height: 500px;
}

.bfx-container .exp-form {
    width: 481px;
    min-width: 320px;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bfx-container .exp-form .form-title {
    color: #fff;
    font-size: 30px;
    font-weight: 350;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.bfx-container .exp-form .form-subtitle {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 146%;
    margin-bottom: 24px;
}

.bfx-container .exp-form .wpcf7 {
    width: 100%;
}

.bfx-container .thanks-title {
    color: #fff;
    font-size: 30px;
    font-weight: 350;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.bfx-container .thanks-subtitle {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 146%;
}

.bfx-container .form-thanks {
    display: none;
}

/* ---- STAT ---- */
.bfx-stat {
    background: #173542;
    padding: 72px 20px;
    text-align: center;
}

.bfx-stat-text {
    font-family: "Normalidad Wide";
    font-size: 30px;
    font-style: normal;
    font-weight: 350;
    line-height: 38px;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    color: #fff;
    max-width: 980px;
    margin: 0 auto 24px;
}

.bfx-stat-source {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    color: #eaeaea;
    opacity: 0.65;
    margin: 0;
}

/* ---- SOLUTION SECTIONS ---- */
.after-hero.bfx-solution {
    max-width: 1440px;
    padding: 103px 20px 135px 91px;
    margin: 0 auto;
}

.after-hero.bfx-solution .ah-title {
    font-family: "Normalidad Wide";
    font-size: 42px;
    font-style: normal;
    font-weight: 350;
    line-height: 50px;
    letter-spacing: 6.3px;
    text-transform: uppercase;
    color: #000;
    max-width: 779px;
}

.after-hero.bfx-solution .ah-title-blue {
    display: inline;
    color: #0275B3;
}

.after-hero.bfx-solution .ah-text {
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: 400;
    line-height: 146%;
    max-width: 779px;
    margin-bottom: 0;
}

.after-hero.bfx-solution .ah-text p {
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: 400;
    line-height: 146%;
    margin-bottom: 20px;
}

.after-hero.bfx-solution-2 {
    background-color: #f7f7f7;
}

.after-hero.bfx-solution-2 .ah-title {
    margin-bottom: 16px;
}

/* ---- SECTION LABEL (shared) ---- */
.bfx-section-label {
    font-family: "Normalidad Wide";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3.24px;
    text-transform: uppercase;
    color: #0275B3;
    margin-bottom: 48px;
}

/* ---- PROCESS STEPS ---- */
.bfx-process {
    padding: 80px 0 100px;
}

.bfx-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}

.bfx-step {
    padding-top: 16px;
    border-top: 2px solid #0275B3;
}

.bfx-step-number {
    display: block;
    font-family: "Superior Title LightItalic", "Georgia", serif;
    font-size: 64px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    color: #0275B3;
    margin-bottom: 14px;
}

.bfx-step-title {
    font-family: "Normalidad Wide";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    color: #173542;
    margin-bottom: 12px;
}

.bfx-step-text {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #444;
    margin: 0;
}

/* ---- ANALYTICS / OUTCOMES ---- */
.bfx-analytics {
    background: #121E23;
    padding: 80px 0 100px;
}

.bfx-analytics-label {
    font-family: "Normalidad Wide";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3.24px;
    text-transform: uppercase;
    color: #0275B3;
    margin-bottom: 20px;
}

.bfx-analytics-title {
    font-family: "Normalidad Wide";
    font-size: 42px;
    font-style: normal;
    font-weight: 350;
    line-height: 50px;
    letter-spacing: 6.3px;
    text-transform: uppercase;
    color: #fff;
    max-width: 820px;
    margin-bottom: 28px;
}

.bfx-analytics-body {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 168%;
    color: #eaeaea;
    max-width: 820px;
    margin-bottom: 40px;
}

.bfx-analytics-body p {
    color: #eaeaea;
    margin-bottom: 20px;
}

.bfx-analytics-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 820px;
}

.bfx-analytics-list li {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 146%;
    color: #eaeaea;
    padding: 14px 0 14px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
}

.bfx-analytics-list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bfx-analytics-list li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #0275B3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ---- FAQS ---- */
.bfx-faqs {
    padding: 80px 0 100px;
}

.bfx-faq-accordion.accordionjs {
    margin-top: 0;
    margin-bottom: 0;
}

.bfx-faq-accordion.accordionjs .acc_section {
    border: none;
    margin-top: 0;
    overflow: visible;
}

.bfx-faq-accordion.accordionjs .acc_section .acc_head {
    background: transparent;
    padding: 24px 40px 24px 0;
    position: relative;
}

.bfx-faq-accordion.accordionjs .acc_section .acc_head::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Normalidad Wide";
    font-size: 24px;
    font-weight: 300;
    color: #0275B3;
    line-height: 1;
    transition: transform 0.2s ease;
}

.bfx-faq-accordion.accordionjs .acc_section.acc_active > .acc_head::after {
    content: "–";
}

.bfx-faq-accordion.accordionjs .acc_section.acc_active > .acc_head {
    background: transparent;
    border-bottom: none;
}

.bfx-faq-accordion.accordionjs .acc_section .acc_content {
    padding: 0 40px 24px 0;
}

.bfx-faq-q {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #173542;
    margin: 0;
    line-height: 1.4;
}

.bfx-faq-a {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 168%;
    color: #444;
    margin: 0;
}

/* ---- BOTTOM CTA ---- */
.bottom-cta {
    background: #186188;
    padding: 81px 20px;
    text-align: center;
}

.bottom-cta .container {
    width: auto;
    max-width: 1194px;
    padding: 0 20px;
}

.bottom-cta .title {
    font-family: "Normalidad Wide";
    font-size: 42px;
    font-style: normal;
    font-weight: 350;
    line-height: 50px;
    letter-spacing: 6.3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 18px;
}

.bottom-cta .text,
.bottom-cta .text p {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.bottom-cta .button,
.bottom-cta .button:active,
.bottom-cta .button:focus,
.bottom-cta .button:hover {
    height: auto !important;
    padding: 12px 24px !important;
    font-family: "Open Sans" !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 8px !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 28px !important;
    display: inline-block;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media screen and (max-width: 1200px) {
    .bfx-steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .bfx-container .exp-form {
        width: 400px;
        padding: 48px 32px;
    }
}

@media screen and (max-width: 992px) {
    .bfx-container {
        flex-direction: column;
    }

    .bfx-container .exp-form {
        width: 100%;
        min-width: 0;
        padding: 48px 30px 56px;
    }

    .hero-title-container {
        min-height: 480px;
    }

    .text-box {
        padding: 0 30px 50px 40px;
    }

    .hero-title {
        font-size: 42px;
        line-height: 50px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .after-hero.bfx-solution {
        padding: 70px 20px 80px 40px;
    }

    .after-hero.bfx-solution .ah-title,
    .after-hero.bfx-solution .ah-title-blue {
        font-size: 32px;
        line-height: 38px;
    }

    .after-hero.bfx-solution .ah-text,
    .after-hero.bfx-solution .ah-text p {
        font-size: 18px;
    }

    .bfx-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .bfx-analytics-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .bfx-stat-text {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 3.5px;
    }

    .bfx-analytics-body {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .hero-title-container {
        padding: 130px 0 120px;
    }

    .hero-title {
        font-size: 34px;
        line-height: 40px;
    }

    .bfx-stat {
        padding: 48px 20px;
    }

    .after-hero.bfx-solution {
        padding: 50px 20px 60px;
    }

    .after-hero.bfx-solution .ah-title,
    .after-hero.bfx-solution .ah-title-blue {
        font-size: 26px;
        line-height: 32px;
    }

    .bfx-steps {
        grid-template-columns: 1fr;
    }

    .bfx-section-label {
        font-size: 15px;
        letter-spacing: 2.7px;
    }

    .bfx-step-number {
        font-size: 48px;
    }
}
