/* ================================================================
   FOOTER — A+ BOUTIQUE IMOBILIÁRIA
   footer-responsive.css · Responsividade Completa
================================================================ */


/* ================================================================
   ATÉ 1024px — Coluna única para #comprarProntos + Footer
================================================================ */
@media (max-width: 1024px) {

    /* ── Seção Vantagens + Simulador ── */
    #comprarProntos {
        padding    : 64px 24px;
        overflow-x : hidden;
    }

    .comprarProntosContainer {
        grid-template-columns : 1fr !important;
        gap                   : 48px 0 !important;
    }

    .simulador,
    .simulador__card {
        width      : 100% !important;
        min-width  : 0 !important;
        max-width  : 100% !important;
        box-sizing : border-box !important;
    }

    .simulador__card {
        padding : 36px 32px !important;
    }

    .simulador__info h3    { font-size: 24px !important; }
    .simulador__info p     { font-size: 14px !important; }
    .simulador__features li{ font-size: 13px !important; }

    /* ── Footer ── */
    #boutiqueFooter .footer__top {
        padding : 56px 0 44px;
    }

    #boutiqueFooter .footer__container {
        grid-template-columns : 1fr !important;
        padding               : 0 24px !important;
        gap                   : 44px 0 !important;
    }

    #boutiqueFooter .footer__divider {
        display : none !important;
    }

    #boutiqueFooter .footer__logo {
        height    : 44px !important;
        max-width : 200px !important;
        margin    : 0 !important;
    }

    #boutiqueFooter .footer__form-header h2 {
        font-size : 24px !important;
    }

    #boutiqueFooter .fc__field input {
        width      : 100% !important;
        font-size  : 16px !important;
        box-sizing : border-box !important;
    }

    #boutiqueFooter .fc__btn {
        width      : 100% !important;
        box-sizing : border-box !important;
    }

    #boutiqueFooter .fc__btn-text {
        white-space : nowrap !important;
    }

    #boutiqueFooter .footer__bottom-inner {
        flex-direction : column !important;
        align-items    : flex-start !important;
        padding        : 0 24px !important;
        gap            : 16px !important;
    }

    #boutiqueFooter .footer__copy {
        text-align  : left !important;
        align-items : flex-start !important;
        font-size   : 11px !important;
    }
}


/* ================================================================
   ATÉ 768px — Tablet/Mobile
================================================================ */
@media (max-width: 768px) {

    #comprarProntos {
        padding : 56px 20px;
    }

    .compra-prontos-titulo {
        font-size   : 32px !important;
        line-height : 1.3 !important;
    }

    .simulador__card {
        padding : 28px 24px !important;
    }

    .simulador__card-topo {
        flex-wrap : wrap !important;
        gap       : 10px !important;
    }

    /* Footer info em 2 colunas no tablet */
    #boutiqueFooter .footer__info {
        display               : grid !important;
        grid-template-columns : 1fr !important;
        gap                   : 28px 40px !important;
    }

    #boutiqueFooter .footer__brand {
        grid-column : 1 / -1 !important;
    }

    /* Modal */
    .modal-content-calc {
        padding    : 32px 24px !important;
        max-height : 85vh !important;
    }

    .title-simulation-calc {
        font-size : 22px !important;
    }

    .financial-details-calc {
        grid-template-columns : 1fr !important;
    }

    .result-box-calc h3 {
        font-size : 28px !important;
    }
}


/* ================================================================
   ATÉ 600px — Mobile grande
================================================================ */
@media (max-width: 600px) {

    #comprarProntos {
        padding : 48px 16px;
    }

    .compra-prontos-titulo {
        font-size : 28px !important;
    }

    .cp-diferenciais {
        grid-template-columns : 1fr !important;
        gap                   : 10px !important;
    }

    .simulador__card {
        padding : 24px 20px !important;
    }

    .simulador__info h3 {
        font-size : 22px !important;
    }

    #boutiqueFooter .footer__container {
        padding : 0 16px !important;
    }

    #boutiqueFooter .footer__form-header h2 {
        font-size : 20px !important;
    }

    #boutiqueFooter .footer__logo {
        height    : 38px !important;
        max-width : 160px !important;
    }
    
     #boutiqueFooter .footer__logo img { margin-left: -20px; }

    #boutiqueFooter .footer__bottom-inner {
        padding : 0 16px !important;
    }

    #boutiqueFooter .footer__nav a {
        font-size : 10px !important;
        padding   : 4px 8px !important;
    }

    /* Modal */
    .modal-content-calc {
        padding    : 28px 20px !important;
        max-height : 88vh !important;
    }

    .title-simulation-calc {
        font-size : 20px !important;
    }

    #calculateBtn,
    #sendResultsBtn {
        font-size : 13px !important;
        padding   : 13px 16px !important;
    }
}


/* ================================================================
   TABLET LARGE — 992px a 1199px
================================================================ */
@media (min-width: 992px) and (max-width: 1199px) {

    .footer__container {
        padding : 0 40px;
        gap     : 0 48px;
    }

    .footer__form-header h2 { font-size: 24px; }
    .footer__bottom-inner   { padding: 0 40px; }
    .footer__nav a          { font-size: 11px; padding: 4px 12px; }
}


/* ================================================================
   DESKTOP — 1200px a 1919px
================================================================ */
@media (min-width: 1200px) and (max-width: 1919px) {

    .footer__container      { gap: 0 64px; }
    .footer__form-header h2 { font-size: 28px; }

    .comprarProntosContainer { gap: 0 64px; }
}


/* ================================================================
   DESKTOP XL — 1920px+
================================================================ */
@media (min-width: 1920px) {

    #comprarProntos {
        padding : 120px 80px;
    }

    .comprarProntosContainer {
        max-width : 1440px;
        gap       : 0 100px;
    }

    .compra-prontos-titulo { font-size: 48px; }
    .simulador__card       { padding: 52px; }
    .simulador__info h3    { font-size: 32px; }

    .footer__container,
    .footer__bottom-inner {
        max-width : 1440px;
        padding   : 0 80px;
    }

    .footer__top            { padding: 96px 0 72px; }
    .footer__form-header h2 { font-size: 32px; }
    .footer__form-header p  { font-size: 15px; }
    .footer__contact-item   { font-size: 15px; }
    .footer__nav a          { font-size: 13px; padding: 4px 18px; }
    .footer__copy           { font-size: 12px; }
    .footer__logo           { height: 56px; }

    .footer__social-links a {
        width     : 46px;
        height    : 46px;
        font-size : 17px;
    }

    .fc__field input { padding: 15px 20px; font-size: 15px; }
    .fc__btn         { padding: 17px 28px; font-size: 15px; }
}