/* =========================================================================
   Componentes extras do site genérico de concreto usinado
   ========================================================================= */

/* ---- Cartões de serviço ---- */
.svc-card {
    background: #fff; border: 1px solid #ececec; border-radius: 16px;
    padding: 30px 26px; height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(0,0,0,.09); }
.svc-ico {
    width: 56px; height: 56px; border-radius: 13px;
    background: rgba(247,34,40,.10); color: #f72228;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.7rem; margin-bottom: 18px;
}
.svc-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .5rem; color: #1a1a1a; }
.svc-card p { color: #5b5b5b; font-size: .95rem; margin: 0; line-height: 1.55; }

/* ---- Diferenciais com check ---- */
.feat-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.feat-item .chk {
    flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
    background: #f72228; color: #fff; display: flex; align-items: center;
    justify-content: center; font-weight: 800; font-size: .9rem;
}
.feat-item h4 { font-size: 1.05rem; margin: 0 0 3px; font-weight: 700; }
.feat-item p { margin: 0; color: #d7d7d7; font-size: .93rem; line-height: 1.5; }
.feat-light .feat-item p { color: #5b5b5b; }

/* ---- Faixa de números ---- */
.stats-band { background: #111; color: #fff; }
.stat-b { padding: 30px 10px; text-align: center; }
.stat-b .n { font-size: 2.6rem; font-weight: 800; color: #f72228; line-height: 1; }
.stat-b .l { display: block; margin-top: 8px; opacity: .85; font-size: .95rem; }

/* ---- FAQ (accordion Bootstrap) ---- */
.faq .accordion-item { border: 1px solid #eee; border-radius: 12px !important; overflow: hidden; margin-bottom: 12px; }
.faq .accordion-button { font-weight: 600; color: #1a1a1a; }
.faq .accordion-button:not(.collapsed) { color: #f72228; background: #fff5f5; box-shadow: none; }
.faq .accordion-button:focus { box-shadow: none; border-color: rgba(247,34,40,.3); }

/* ---- Vantagens ---- */
.adv-card { background: #1a1a1a; color: #fff; border-radius: 16px; padding: 28px; height: 100%; }
.adv-card h4 { color: #fff; font-weight: 700; margin-bottom: .75rem; }
.adv-card p { color: #cfcfcf; margin: 0; font-size: .95rem; line-height: 1.55; }
.adv-card.red { background: #f72228; }
.adv-card.red p { color: #ffe3e3; }

/* ---- Imagens de destaque ---- */
.img-cover { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
.rounded-xl { border-radius: 18px; overflow: hidden; }
.shadow-soft { box-shadow: 0 18px 40px rgba(0,0,0,.14); }

/* ---- Seção genérica ---- */
.sec { padding: 84px 0; }
@media (max-width: 991.98px) { .sec { padding: 56px 0; } }
.sec-label { color: #f72228; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: .8rem; }
.sec-title { font-weight: 800; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.15; }

/* faixa hero: mini-stats */
.hero-mini { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.hero-mini div { color: #fff; }
.hero-mini .n { font-size: 1.7rem; font-weight: 800; color: #fff; }
.hero-mini .l { font-size: .82rem; opacity: .8; }

/* ---- Cartões de resistência (fck) ---- */
.fck-card {
    background: #fff; border: 1px solid #e9e9e9; border-radius: 16px;
    padding: 28px 24px; height: 100%; position: relative;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.fck-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(0,0,0,.10); border-color: #f72228; }
.fck-badge {
    display: inline-block; background: rgba(247,34,40,.10); color: #f72228;
    font-weight: 700; font-size: .78rem; letter-spacing: 1px; text-transform: uppercase;
    padding: 6px 12px; border-radius: 50rem; margin-bottom: 14px;
}
.fck-card h3 { font-size: 1.9rem; font-weight: 800; color: #1a1a1a; margin-bottom: .6rem; line-height: 1; }
.fck-card p { color: #5b5b5b; font-size: .93rem; line-height: 1.55; margin: 0; }
.fck-card.featured { border-color: #f72228; box-shadow: 0 10px 28px rgba(247,34,40,.12); }
.fck-card.featured::after {
    content: "Mais usado"; position: absolute; top: 16px; right: 16px;
    background: #f72228; color: #fff; font-size: .68rem; font-weight: 700;
    letter-spacing: .5px; text-transform: uppercase; padding: 4px 10px; border-radius: 50rem;
}

/* =========================================================================
   Botões de WhatsApp em verde (identidade do canal)
   ========================================================================= */
.btn.wpp-btn,
.btn.efeito.wpp-btn,
a.wpp-btn.btn,
.wp-block-button__link.wpp-btn {
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff !important;
}
.btn.efeito.wpp-btn::before,
a.wpp-btn.btn.efeito::before {
    border-color: #25D366 !important;
}
.btn.wpp-btn:hover,
.btn.efeito.wpp-btn:hover,
a.wpp-btn.btn:hover {
    background: #1eb257 !important;
    border-color: #1eb257 !important;
    color: #fff !important;
}
.btn.wpp-btn:focus-visible { outline: 3px solid rgba(37,211,102,.45); outline-offset: 2px; }
