/* ============================================================
   Página: A Loja da sua Chácara, Sítio e Jardim
   Complemento ao eucalipto-tratado.css (classes base compartilhadas)
   ============================================================ */

/* ==========================================================
   MAPA DO GOOGLE
   ========================================================== */
.map-block {
    margin-top: 2.5rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(175,134,86,0.2);
    box-shadow: 0 4px 20px rgba(32,17,1,0.08);
}

.map-block iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: none;
}

/* ==========================================================
   LINK INLINE
   ========================================================== */
.inline-link {
    color: #AF8656;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.inline-link:hover { color: #CD9C3D; }

/* ==========================================================
   DESTAQUE DE CTA INTERNO (link em uppercase com seta)
   ========================================================== */
.inline-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #CD9C3D;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 2px solid rgba(205,156,61,0.3);
    padding-bottom: 0.1rem;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.inline-cta:hover {
    color: #b8892f;
    border-color: #b8892f;
}

/* ==========================================================
   RESPONSIVO
   ========================================================== */
@media (max-width: 768px) {
    .map-block iframe {
        height: 280px;
    }

    /* Botões do corpo — coluna única, texto centralizado */
    .content-block__cta { justify-content: stretch; }
    .btn-content {
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 0.8rem;
    }

    .cta-actions { flex-direction: column; align-items: stretch; }
    .btn-cta-whatsapp,
    .btn-cta-phone {
        justify-content: center;
        text-align: center;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .page-hero__actions { flex-direction: column; align-items: stretch; }
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 0.9rem;
    }
}
