.carga-bomba #banner {
    margin-bottom: 0;
    height: auto;
}

@media screen and (max-width: 1100px) {
    .carga-bomba #banner {
        min-height: 13em;
        height: auto;
    }
}

@media screen and (max-width: 736px) {
    .carga-bomba #banner {
        min-height: 13em;
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .carga-bomba #banner {
        min-height: 10em;
        height: auto;
    }
}

#footer-nav {
    margin-top: auto;
}

.carga-bomba #banner {
    margin-bottom: 0;
    height: auto;
}


#carga-bomba p,
#carga-bomba h2 {
    color: black;
}

#banner h2 {
    color: white;
}

#carga-bomba strong {
    color: rgb(0, 0, 0);
    font-family: "Text1";
    font-weight: 900;
}

#carga-bomba a {
    color: rgb(161, 0, 0);
}


#carga-bomba a.special {
    color: black;
}

#carga-bomba a.special:hover {
    color: black !important;
}

/* ── 60:40 / 40:60 split image:text blocks ── */
.pergola-feature {
    display: flex;
    align-items: center;
    gap: 2em;
    margin: 2em 0;
}

.pergola-feature-image {
    flex: 1 1 60%;
}

.pergola-feature-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.pergola-feature-text {
    flex: 1 1 40%;
}

.pergola-feature-text h2 {
    margin-top: 0;
}

@media screen and (max-width: 736px) {
    .pergola-feature {
        flex-direction: column;
        gap: 1em;
    }
}

/* ── Installation cards (4-up grid) ── */
.installations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75em;
    margin: 2em 0;
}

.installation-card {
    display: flex;
    align-items: stretch;
    gap: 1.25em;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(46, 49, 65, 0.12);
    padding: 1em;
}

.installation-card-image {
    flex: 0 0 42%;
}

.installation-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.installation-card-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6em;
}

.installation-card-content h3 {
    margin: 0 0 0.2em 0;
    font-size: 1.1em;
    color: black;
}

.installation-stat {
    display: flex;
    align-items: center;
    gap: 0.6em;
    color: black;
}

.installation-icon {
    flex: 0 0 auto;
    width: 1.6em;
    height: 1.6em;
    color: rgb(46, 49, 65);
}

.installation-stat span {
    font-size: 0.92em;
    line-height: 1.3;
}

@media screen and (max-width: 736px) {
    .installations-grid {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    .installation-card {
        flex-direction: column;
    }

    .installation-card-image {
        flex: none;
    }

    .installation-card-image img {
        height: auto;
        aspect-ratio: 16 / 10;
    }
}

/* ── FAQ accordion ── */
.pergola-faq {
    max-width: 900px;
    margin: 3em auto;
}

.pergola-faq-title {
    text-align: center;
    margin-bottom: 1em;
}

.faq-item {
    border-top: 2px solid rgba(46, 49, 65, 0.3);
}

.faq-item:last-child {
    border-bottom: 2px solid rgba(46, 49, 65, 0.3);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    background: none;
    box-shadow: none;
    padding: 0.8em 0;
    height: auto;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    white-space: normal;
    font-family: "Text1";
    font-size: 1.05em;
    font-weight: 700;
    border: 0;
    color: black !important;
}

.faq-question:hover,
.faq-question:active {
    background: none !important;
}

.faq-icon {
    flex: 0 0 auto;
    width: 1.4em;
    height: 1.4em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    line-height: 1;
    color: var(--color-primary-green-dark);
}

.faq-item.active .faq-question {
    color: var(--color-primary-green-dark) !important;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    margin: 0 0 1.25em 0;
    color: rgba(199, 80, 80, 0.55);
    font-size: 0.95em;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 400px;
}

/* ── "Why install" CTA box ── */
.porque-pergolas {
    max-width: 30em;
    margin: 2em auto;
    text-align: center;
}

.porque-pergolas .button {
    background-color: var(--color-primary-green);
    box-shadow: none;
}

@media screen and (max-width: 1100px) {
    .carga-bomba #banner {
        min-height: 13em;
        height: auto;
    }
}

@media screen and (max-width: 736px) {
    .carga-bomba #banner {
        min-height: 13em;
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .carga-bomba #banner {
        min-height: 10em;
        height: auto;
    }
}

#footer-nav {
    margin-top: auto;
}