/* =========================================================
   FINAL CTA + CONTACT
   Trisha Web
   Premium Responsive Design
========================================================= */

.final-cta-contact-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 55px;
    background-color: #f4f8ff;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
}

.final-cta-background-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(244, 248, 255, 0.91);
}


/* =========================================================
   CONTAINER
========================================================= */

.final-cta-contact-section .container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
}


/* =========================================================
   MAIN AREA
========================================================= */

.final-cta-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
    gap: 55px;
    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.final-cta-content {
    position: relative;
    padding-right: 10px;
}

.final-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #0879f9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.final-cta-eyebrow span {
    width: 32px;
    height: 2px;
    display: inline-block;
    background: #0879f9;
    border-radius: 10px;
}

.final-cta-heading {
    max-width: 650px;
    margin: 0 0 20px;
    color: #09285c;
    font-size: clamp(38px, 4vw, 60px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.final-cta-description {
    max-width: 650px;
    margin: 0 0 30px;
    color: #536887;
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   BENEFITS
========================================================= */

.final-cta-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 22px;
    max-width: 620px;
    margin-bottom: 34px;
}

.final-cta-benefit {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.final-cta-benefit-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0879f9;
    background: #e7f2ff;
    border: 1px solid #cfe5ff;
    border-radius: 50%;
    font-size: 13px;
}

.final-cta-benefit-title {
    color: #18345f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}


/* =========================================================
   CONTACT BUTTONS
========================================================= */

.final-cta-contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.final-cta-call-button,
.final-cta-whatsapp-button {
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 10px 21px;
    text-decoration: none;
    border-radius: 13px;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.final-cta-call-button {
    color: #0879f9;
    background: #ffffff;
    border: 1px solid #c8e1ff;
    box-shadow: 0 8px 25px rgba(24, 72, 130, 0.08);
}

.final-cta-whatsapp-button {
    color: #ffffff;
    background: #0879f9;
    border: 1px solid #0879f9;
    box-shadow: 0 10px 25px rgba(8, 121, 249, 0.20);
}

.final-cta-call-button:hover,
.final-cta-whatsapp-button:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-3px);
}

.final-cta-whatsapp-button:hover {
    color: #ffffff;
    box-shadow: 0 15px 32px rgba(8, 121, 249, 0.28);
}

.final-cta-button-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 10px;
    font-size: 15px;
}

.final-cta-call-button .final-cta-button-icon {
    background: #e9f4ff;
}

.final-cta-whatsapp-button .final-cta-button-icon {
    background: rgba(255, 255, 255, 0.15);
}

.final-cta-button-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.final-cta-button-content small {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    opacity: 0.78;
}

.final-cta-button-content strong {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}


/* =========================================================
   OPTIONAL IMAGE
========================================================= */

.final-cta-image {
    position: relative;
    margin-top: 25px;
}

.final-cta-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 22px;
}


/* =========================================================
   FORM CARD
========================================================= */

.final-cta-form-card {
    position: relative;
    padding: 34px 32px;
    background: #ffffff;
    border: 1px solid #dce9f8;
    border-radius: 22px;
    box-shadow:
        0 22px 55px rgba(21, 64, 112, 0.12),
        0 4px 12px rgba(21, 64, 112, 0.04);
}

.final-cta-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    right: 34px;
    height: 3px;
    background: linear-gradient(90deg, #0879f9, #43a5ff);
    border-radius: 0 0 8px 8px;
}

.final-cta-form-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 11px;
    color: #0879f9;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.final-cta-form-eyebrow span {
    width: 18px;
    height: 1px;
    background: #9bcaff;
}

.final-cta-form-heading {
    margin: 0 0 9px;
    color: #0a2858;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.final-cta-form-description {
    margin: 0 auto 23px;
    max-width: 390px;
    color: #6a7c98;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}


/* =========================================================
   FORM GRID
========================================================= */

.final-cta-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.final-cta-field {
    margin-bottom: 15px;
}

.final-cta-field label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #19365f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.final-cta-field label i {
    color: #0879f9;
    font-size: 11px;
}

.final-cta-field input,
.final-cta-field select,
.final-cta-field textarea {
    width: 100%;
    display: block;
    color: #18345f;
    background: #f8fbff;
    border: 1px solid #d9e6f5;
    border-radius: 9px;
    outline: none;
    font-family: inherit;
    font-size: 13px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.final-cta-field input,
.final-cta-field select {
    height: 45px;
    padding: 0 13px;
}

.final-cta-field textarea {
    min-height: 95px;
    padding: 12px 13px;
    resize: vertical;
}

.final-cta-field input::placeholder,
.final-cta-field textarea::placeholder {
    color: #9aaac0;
}

.final-cta-field select {
    cursor: pointer;
}

.final-cta-field input:focus,
.final-cta-field select:focus,
.final-cta-field textarea:focus {
    background: #ffffff;
    border-color: #0879f9;
    box-shadow: 0 0 0 3px rgba(8, 121, 249, 0.09);
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.final-cta-submit {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 3px;
    padding: 12px 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #0879f9, #0867df);
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(8, 121, 249, 0.20);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.final-cta-submit:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(8, 121, 249, 0.28);
}

.final-cta-submit:active {
    transform: translateY(0);
}


/* =========================================================
   SECURITY
========================================================= */

.final-cta-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 13px;
    color: #8392a8;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.final-cta-security i {
    color: #38a169;
    font-size: 10px;
}


/* =========================================================
   STATS
========================================================= */

.final-cta-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    margin-top: 55px;
    padding: 23px 25px;
    background: #ffffff;
    border: 1px solid #dce9f8;
    border-radius: 17px;
    box-shadow: 0 12px 35px rgba(21, 64, 112, 0.07);
}

.final-cta-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 4px 15px;
}

.final-cta-stat-icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0879f9;
    background: #eaf4ff;
    border-radius: 10px;
    font-size: 14px;
}

.final-cta-stat-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.final-cta-stat-content strong {
    color: #09285c;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.final-cta-stat-content span {
    color: #7587a1;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

.final-cta-stat-divider {
    width: 1px;
    height: 38px;
    background: #dce7f4;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .final-cta-contact-section {
        padding-top: 105px;
        padding-bottom: 65px;
    }

    .final-cta-contact-section .container {
        max-width: 1240px;
    }

    .final-cta-main {
        gap: 75px;
        grid-template-columns: minmax(0, 1fr) 520px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .final-cta-contact-section {
        padding: 70px 0 45px;
    }

    .final-cta-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .final-cta-content {
        max-width: 760px;
        margin: 0 auto;
        padding-right: 0;
        text-align: center;
    }

    .final-cta-eyebrow {
        justify-content: center;
    }

    .final-cta-heading,
    .final-cta-description {
        margin-left: auto;
        margin-right: auto;
    }

    .final-cta-benefits {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .final-cta-contact-buttons {
        justify-content: center;
    }

    .final-cta-form-card {
        width: 100%;
        max-width: 620px;
        margin: 0 auto;
    }

    .final-cta-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 0;
    }

    .final-cta-stat-divider {
        display: none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .final-cta-contact-section {
        padding: 55px 0 35px;
    }

    .final-cta-heading {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .final-cta-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .final-cta-benefits {
        grid-template-columns: 1fr;
        gap: 11px;
        text-align: left;
    }

    .final-cta-contact-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .final-cta-call-button,
    .final-cta-whatsapp-button {
        width: 100%;
        justify-content: center;
    }

    .final-cta-form-card {
        padding: 29px 20px 25px;
        border-radius: 18px;
    }

    .final-cta-form-card::before {
        left: 22px;
        right: 22px;
    }

    .final-cta-form-heading {
        font-size: 22px;
    }

    .final-cta-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .final-cta-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 38px;
        padding: 19px 10px;
        border-radius: 14px;
    }

    .final-cta-stat {
        gap: 8px;
        padding: 5px 7px;
    }

    .final-cta-stat-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 12px;
    }

    .final-cta-stat-content strong {
        font-size: 15px;
    }

    .final-cta-stat-content span {
        font-size: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 479.98px) {

    .final-cta-contact-section {
        padding: 45px 0 30px;
    }

    .final-cta-heading {
        font-size: 31px;
        line-height: 1.12;
    }

    .final-cta-eyebrow {
        font-size: 11px;
        letter-spacing: 1.4px;
    }

    .final-cta-form-card {
        padding: 26px 16px 22px;
    }

    .final-cta-form-card::before {
        left: 18px;
        right: 18px;
    }

    .final-cta-form-heading {
        font-size: 20px;
    }

    .final-cta-stat {
        flex-direction: column;
        text-align: center;
    }

    .final-cta-stat-content {
        align-items: center;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .final-cta-call-button,
    .final-cta-whatsapp-button,
    .final-cta-submit {
        transition: none;
    }

}