.localizador-card {
    margin-top: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(13, 127, 63, .16);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(6, 59, 37, .10);
}

.localizador-card__body {
    padding: 22px 22px 18px;
}

.localizador-card__body strong {
    display: block;
    color: #064024;
    font-size: 1.08rem;
    margin-bottom: 6px;
}

.localizador-card__body p {
    margin: 0;
    color: #587064;
    font-size: .96rem;
    line-height: 1.6;
}

.localizador-card__map {
    width: 100%;
    min-height: 320px;
    background: #eaf4ef;
}

.localizador-card__map iframe {
    width: 100%;
    height: 360px;
    display: block;
    border: 0;
}

.localizador-card__actions {
    padding: 0 22px 22px;
}

.localizador-card__actions a,
.contact-box__whatsapp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    background: #0d7f3f;
    color: #ffffff !important;
    font-weight: 900;
    padding: 13px 18px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(13, 127, 63, .20);
}

.contact-box__whatsapp-link {
    width: fit-content;
    font-size: 1rem;
    margin-top: 6px;
}

.whatsapp-lead-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: inherit;
}

.whatsapp-lead-modal.is-open {
    display: flex !important;
}

body.whatsapp-modal-open {
    overflow: hidden;
}

.whatsapp-lead-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 16, 10, .70);
    backdrop-filter: blur(5px);
}

.whatsapp-lead-modal__dialog {
    position: relative;
    width: min(94vw, 560px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .30);
    border: 1px solid rgba(255, 255, 255, .70);
}

.whatsapp-lead-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 26px;
    background: linear-gradient(135deg, #0d7f3f, #21d46b);
    color: #ffffff;
}

.whatsapp-lead-modal__header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.34rem;
    line-height: 1.2;
}

.whatsapp-lead-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
}

.whatsapp-lead-modal__content {
    padding: 26px;
}

.whatsapp-lead-modal__content p {
    margin: 0 0 18px;
    color: #587064;
    line-height: 1.65;
}

.whatsapp-lead-form {
    display: grid;
    gap: 16px;
}

.whatsapp-lead-form label {
    display: grid;
    gap: 8px;
    color: #064024;
    font-weight: 900;
}

.whatsapp-lead-form input {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(13, 127, 63, .18);
    border-radius: 16px;
    padding: 0 16px;
    font: inherit;
    color: #1d2b24;
    outline: none;
    background: #fbfefd;
}

.whatsapp-lead-form input:focus {
    border-color: #0d7f3f;
    box-shadow: 0 0 0 4px rgba(13, 127, 63, .12);
}

.whatsapp-lead-form__actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 6px;
}

.whatsapp-lead-form__actions button {
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    padding: 0 20px;
    font-weight: 900;
    cursor: pointer;
}

.whatsapp-lead-form__cancel {
    background: #e8eee9;
    color: #34483b;
}

.whatsapp-lead-form__submit {
    background: #21d46b;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(33, 212, 107, .25);
}

.whatsapp-lead-form__feedback {
    min-height: 22px;
    margin: 0;
    color: #0d7f3f;
    font-weight: 800;
    font-size: .94rem;
}

.whatsapp-lead-form__feedback.is-error {
    color: #b42318;
}

.whatsapp-lead-modal__privacy {
    display: block;
    margin-top: 12px;
    color: #6c7f73;
    font-size: .9rem;
    line-height: 1.5;
}


.produtos-destaque {
    background: linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
}

.produtos-destaque__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin: 30px auto 0;
    max-width: 1180px;
    align-items: stretch;
}

.produto-destaque-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #ffffff;
    border: 1px solid rgba(13, 127, 63, .14);
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(6, 59, 37, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.produto-destaque-card:hover {
    transform: translateY(-4px);
    border-color: rgba(13, 127, 63, .26);
    box-shadow: 0 22px 48px rgba(6, 59, 37, .13);
}

.produto-destaque-card__image {
    width: calc(100% - 26px);
    height: 210px;
    margin: 13px auto 0;
    padding: 10px;
    display: block;
    object-fit: contain;
    object-position: center;
    box-sizing: border-box;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fffb 0%, #eaf7f0 100%);
    border: 1px solid rgba(13, 127, 63, .10);
}

.produto-destaque-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 18px 18px;
}

.produto-destaque-card__body h3 {
    margin: 0 0 8px;
    color: #064024;
    font-size: 1rem;
    line-height: 1.25;
}

.produto-destaque-card__body p {
    margin: 0;
    color: #587064;
    line-height: 1.5;
    font-size: .9rem;
}

.produto-destaque-card__download,
.produto-destaque-card__sem-pdf {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: .88rem;
    font-weight: 800;
    text-decoration: none;
}

.produto-destaque-card__download {
    margin-top: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #0d7f3f 0%, #086b35 100%);
    box-shadow: 0 12px 25px rgba(13, 127, 63, .18);
}

.produto-destaque-card__download:hover {
    filter: brightness(.96);
}

.produto-destaque-card__sem-pdf {
    margin-top: 16px;
    color: #476354;
    background: #eef7f1;
}

.produtos-destaque__aviso {
    margin: 22px auto 0;
    max-width: 1180px;
    padding: 15px 18px;
    border-radius: 18px;
    background: rgba(13, 127, 63, .08);
    color: #315342;
    font-size: .92rem;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .produtos-destaque__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .localizador-card__map iframe {
        height: 300px;
    }

    .produtos-destaque__grid {
        grid-template-columns: 1fr;
    }

    .whatsapp-lead-form__actions {
        flex-direction: column-reverse;
    }

    .whatsapp-lead-form__actions button {
        width: 100%;
    }
}

.pest-tag-button {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
    border-radius: 999px;
    padding: 12px 18px;
    font: inherit;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pest-tag-button:hover,
.pest-tag-button:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .22);
    border-color: rgba(255, 255, 255, .45);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
    outline: none;
}

.praga-image-modal {
    position: fixed;
    inset: 0;
    z-index: 10010;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.praga-image-modal.is-open {
    display: flex;
}

.praga-image-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 22, 14, .72);
    backdrop-filter: blur(5px);
}

.praga-image-modal__dialog {
    position: relative;
    width: min(920px, 100%);
    max-height: calc(100vh - 44px);
    overflow: hidden;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
    border: 1px solid rgba(255, 255, 255, .32);
}

.praga-image-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #063b25 0%, #0d7f3f 100%);
    color: #ffffff;
}

.praga-image-modal__header h2 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #ffffff;
}

.praga-image-modal__close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.praga-image-modal__content {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    gap: 0;
    background: #ffffff;
}

.praga-image-modal__image-wrap {
    background: #eef8f2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.praga-image-modal__image-wrap img {
    width: 100%;
    height: 100%;
    max-height: 640px;
    object-fit: contain;
    display: block;
}

.praga-image-modal__info {
    padding: 28px;
    color: #315342;
}

.praga-image-modal__info strong {
    display: block;
    margin-bottom: 10px;
    color: #064024;
    font-size: 1.05rem;
}

.praga-image-modal__info p {
    margin: 0 0 18px;
    color: #587064;
    line-height: 1.6;
}

.praga-image-modal__cta {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    background: #0d7f3f;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(13, 127, 63, .22);
}

body.praga-modal-open {
    overflow: hidden;
}

.about__video {
    position: relative;
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    border-radius: 24px;
    background: #0d7f3f;
    box-shadow: 0 18px 50px rgba(6, 59, 37, .16);
}

.about__video iframe {
    width: 100%;
    height: 360px;
    display: block;
    border: 0;
}

@media (max-width: 768px) {
    .pest-tag-button {
        padding: 11px 14px;
        font-size: .95rem;
    }

    .praga-image-modal__dialog {
        border-radius: 22px;
    }

    .praga-image-modal__content {
        grid-template-columns: 1fr;
    }

    .praga-image-modal__image-wrap {
        min-height: 260px;
    }

    .praga-image-modal__info {
        padding: 20px;
    }
}
