/* ============================================================
   Página: Mourões, Arames e Telas — Armazém do Eucalipto
   Complemento ao eucalipto-tratado.css (classes base compartilhadas)
   ============================================================ */

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

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

/* ==========================================================
   DESTAQUE DE MARCAS
   ========================================================== */
.brand-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(205,156,61,0.1);
    border: 1px solid rgba(205,156,61,0.3);
    color: #201101;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.2rem 0.75rem;
    border-radius: 50px;
    white-space: nowrap;
}

/* ==========================================================
   RESPONSIVO — BOTÕES MOBILE
   ========================================================== */
@media (max-width: 768px) {
    /* 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;
    }
}
