/* =============================================
   Asper Metal – Identidade Visual Completa
   Paleta oficial:
     Primária   : #2774b8  (azul principal)
     Secundária : #142440  (navy escuro)
     Destaque   : #5ba3d9  (azul claro / ícones)
   ============================================= */

:root {
    --navy:       #142440;
    --blue:       #2774b8;
    --blue-light: #5ba3d9;
    --blue-dark:  #142440;
    --gray-bg:    #f4f7fb;
    --white:      #ffffff;
    --text:       #444444;
}

/* ============================================================
   PALETA GLOBAL – sobrescreve cores do template Fincore
   ============================================================ */

/* Botões primários */
.theme-btn, .theme-btn-s3 {
    background-color: var(--navy) !important;
}
.theme-btn:hover, .theme-btn-s3:hover {
    background-color: var(--blue) !important;
}

/* Botão secundário (verde original → azul claro) */
.theme-btn-s2 {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
    color: var(--white) !important;
}
.theme-btn-s2:hover {
    background-color: var(--navy) !important;
    border-color: var(--navy) !important;
}

/* Links "read-more" e destaques */
.read-more,
.services-section-s2 .service-grids .grid .inner .read-more {
    color: var(--blue) !important;
}
.read-more:hover { color: var(--navy) !important; }

/* Ícones nas seções */
.services-section-s2 .service-grids .grid .inner .icon i { color: #fff !important; }

/* ============================================================
   SEÇÃO "Nossas Linhas de Produtos" – visual aprimorado
   ============================================================ */

/* Fundo levemente azulado diferencia a seção do restante */
.services-section-s2 {
    background: #f0f5fb !important;
}

/* Card: sem borda explícita, sombra profissional, bordas arredondadas */
.services-section-s2 .service-grids .grid {
    padding: 0 !important;
    border: none !important;
    border-radius: 10px;
    overflow: visible !important;  /* permite badge sobrepor a borda */
    background: #fff;
    box-shadow: 0 4px 20px rgba(20,36,64,0.10);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center;
}

/* Overlay escuro do template: oculto */
.services-section-s2 .service-grids .grid .overlay {
    display: none !important;
}

/* Imagem: overflow hidden + arredondamento só no topo */
.asper-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}

/* Overlay sólido sutil sobre a imagem */
.asper-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(20,36,64,0.18);
    pointer-events: none;
}

.asper-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

/* Conteúdo — espaço extra no topo para o badge sobreposto */
.services-section-s2 .service-grids .grid .inner {
    padding: 46px 26px 26px !important;
    position: relative;
}

/* Badge circular do ícone, entre imagem e conteúdo */
.services-section-s2 .service-grids .grid .inner .icon {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(20,36,64,0.35);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.services-section-s2 .service-grids .grid .inner .icon .fa {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 0 !important;
}

/* Título */
.services-section-s2 .service-grids .grid h3 {
    color: var(--navy) !important;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 18px;
}

/* Parágrafo */
.services-section-s2 .service-grids .grid p {
    color: #5a6a82 !important;
    font-size: 14px;
    line-height: 1.68;
    margin-bottom: 20px;
}

/* Botão "Ver Produtos" — pill com borda */
.services-section-s2 .service-grids .grid .inner .read-more {
    display: inline-block;
    padding: 9px 28px;
    border: 2px solid var(--blue);
    border-radius: 30px;
    color: var(--blue) !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.services-section-s2 .service-grids .grid .inner .read-more:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff !important;
}

/* Hover no card: eleva + sombra + zoom imagem + badge claro */
.services-section-s2 .service-grids .grid:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 40px rgba(20,36,64,0.16) !important;
}
.services-section-s2 .service-grids .grid:hover .asper-card-img img {
    transform: scale(1.07);
}
.services-section-s2 .service-grids .grid:hover .inner .icon {
    background: var(--navy);
    box-shadow: 0 6px 20px rgba(20,36,64,0.45);
}

/* Cancela cor branca no hover que o template aplica (sem overlay) */
.services-section-s2 .service-grids .grid:hover h3 { color: var(--navy) !important; }
.services-section-s2 .service-grids .grid:hover p  { color: #5a6a82 !important; }

/* Responsivo */
@media (max-width: 991px) {
    .asper-card-img { height: 170px; }
}
@media (max-width: 550px) {
    .asper-card-img { height: 210px; }
    .services-section-s2 .service-grids .grid .inner .read-more {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}

/* ============================================================
   PRODUTOS – carrossel horizontal
   ============================================================ */
.asper-produtos-section {
    background: var(--gray-bg);
}

/* ── Filtros: pills com borda ── */
.projects-section .gallery-filters ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin-bottom: 36px;
}
.projects-section .gallery-filters ul > li {
    margin: 0 !important;
}
/* Remove separador "/" */
.projects-section .gallery-filters ul > li + li:before {
    display: none !important;
}
.projects-section .gallery-filters ul a,
.projects-section .gallery-filters li .current {
    display: inline-block;
    padding: 7px 22px !important;
    border: 2px solid #c8d6ea;
    border-radius: 30px;
    color: var(--navy) !important;
    font-size: 13.5px !important;
    font-weight: 600;
    background: #fff;
    transition: all 0.25s ease;
}
.projects-section .gallery-filters ul a:hover,
.projects-section .gallery-filters ul a.current,
.projects-section .gallery-filters li .current {
    background: var(--navy) !important;
    border-color: var(--navy) !important;
    color: #fff !important;
}

/* ── Cards ── */
.projects-section .grid {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 16px rgba(20,36,64,0.10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 230px;        /* desktop 4 colunas */
}
@media (max-width: 1199px) {
    .projects-section .grid { height: 220px; }  /* 3 colunas */
}
@media (max-width: 991px) {
    .projects-section .grid { height: 210px; }  /* 2 colunas */
}
@media (max-width: 767px) {
    .projects-section .grid { height: 185px; }  /* 2 colunas menores */
}
@media (max-width: 550px) {
    .projects-section .grid { height: 220px; }  /* 1 coluna */
}
.projects-section .grid:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(20,36,64,0.18);
}

/* Imagem preenche o card inteiro uniformemente */
.projects-section .grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ── Rótulo sempre visível na base do card ── */
.asper-pf-label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 30px 12px 10px;
    background: var(--navy);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    z-index: 3;
    pointer-events: none;
    padding: 8px 12px;
    transition: opacity 0.3s ease;
}
.asper-pf-label .fa {
    color: #fff;
    margin-right: 4px;
    font-size: 11px;
}
/* Rótulo some quando overlay cobre o card */
.projects-section .grid:hover .asper-pf-label {
    opacity: 0;
}

/* ── Overlay hover ── */
.projects-section .grid .details {
    background: rgba(20,36,64,0.90) !important;
}
/* Ícone lupa: azul claro no lugar do verde */
.projects-section .grid .inner a {
    color: #7ec8f0 !important;
}
.projects-section .grid .inner a i {
    font-size: 26px;
}
/* Categoria (span) e nome (p) no overlay */
.projects-section .grid .cat {
    margin-top: 8px;
}
.projects-section .grid .cat span {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 2px 10px;
    border-radius: 12px;
    margin-bottom: 6px;
}
.projects-section .grid .cat p {
    color: rgba(255,255,255,0.90);
    font-size: 13.5px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Cards do carrossel */
.asper-prod-slide {
    padding: 0 10px;
}
.asper-prod-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(20,36,64,0.08);
    border-top: 3px solid var(--blue);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.asper-prod-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(20,36,64,0.15);
}
.asper-prod-img {
    height: 220px;
    overflow: hidden;
}
.asper-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.asper-prod-card:hover .asper-prod-img img {
    transform: scale(1.07);
}
.asper-prod-info {
    padding: 18px 20px 22px;
}
.asper-prod-cat {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 3px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.asper-prod-info h4 {
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.35;
}

/* Botões prev/next */
.asper-prod-prev,
.asper-prod-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: var(--blue);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.asper-prod-prev { left: -20px; }
.asper-prod-next { right: -20px; }
.asper-prod-prev:hover,
.asper-prod-next:hover { background: var(--navy); }

/* Dots do carrossel */
.asper-produtos-carousel .slick-dots { bottom: -36px; }
.asper-produtos-carousel .slick-dots li button:before {
    color: var(--blue);
    font-size: 10px;
    opacity: 0.35;
}
.asper-produtos-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--blue);
}

/* Wrapper relativo para as setas */
.asper-produtos-carousel {
    position: relative;
    padding: 0 25px;
    margin-bottom: 60px;
}

/* Botão CTA abaixo do carrossel */
.asper-produtos-cta {
    text-align: center;
    margin-top: 48px;
}

/* Barra de indicadores – Quem Somos */
.asper-stats-row {
    display: flex;
    gap: 0;
    background: var(--blue);
    border-radius: 6px;
    margin-top: 0;
    padding: 32px 0;
}
.asper-stat {
    flex: 1;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.20);
}
.asper-stat:last-child { border-right: none; }
.asper-stat-num {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 7px;
}
.asper-stat-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
    line-height: 1.4;
}
@media (max-width: 550px) {
    .asper-stats-row { flex-wrap: wrap; }
    .asper-stat { flex: 0 0 50%; border-right: none; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
    .asper-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.15) !important; }
    .asper-stat:nth-last-child(-n+2) { border-bottom: none; }
}

/* ============================================================
   FAQ – minimalista (separadores simples, sem fundos)
   ============================================================ */
.about-faq-section .panel-group .panel + .panel {
    margin-top: 0 !important;
}

/* Remove qualquer fundo e borda do painel */
.about-faq-section .theme-accordion-s1 .panel-heading a,
.about-faq-section .theme-accordion-s1 .panel-heading .collapsed {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
    padding: 16px 36px 16px 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,0.80) !important;
    transition: color 0.2s !important;
}

/* Ativo: só o texto fica mais brilhante */
.about-faq-section .theme-accordion-s1 .panel-heading a:not(.collapsed) {
    color: #fff !important;
}

/* Seta: discreta */
.about-faq-section .theme-accordion-s1 .panel-heading a:before {
    color: rgba(255,255,255,0.35) !important;
    font-size: 16px !important;
}
.about-faq-section .theme-accordion-s1 .panel-heading a:not(.collapsed):before {
    color: #5ba3d9 !important;
}

/* Corpo: sem fundo, texto suave */
.about-faq-section .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    background: transparent !important;
    border: none !important;
    padding: 0 0 18px 0 !important;
}
.about-faq-section .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
    color: rgba(255,255,255,0.55) !important;
    font-size: 13.5px !important;
    line-height: 1.8 !important;
    margin: 0 !important;
}

/* Último item: borda inferior */
.about-faq-section .faq-section .panel:last-child .panel-heading a {
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
}

/* ============================================================
   ATENDIMENTO NACIONAL – mapa do Brasil
   ============================================================ */
.asper-national-section {
    background: var(--navy);
    padding: 80px 0;
}

.asper-national-inner {
    align-items: center;
}

.asper-national-text {
    padding-right: 32px;
}

.asper-national-tag {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 4px 14px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.asper-national-text h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.25;
}

.asper-national-text p {
    color: rgba(255,255,255,0.68);
    font-size: 15px;
    line-height: 1.78;
    margin-bottom: 26px;
}

.asper-national-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.asper-national-list li {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.asper-national-list li .fa {
    color: #fff;
    background: var(--blue);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
}

.asper-national-btn {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.2s;
}
.asper-national-btn:hover { background: #1f5e9a; color: #fff; }
.asper-national-btn .fa { margin-left: 8px; }

/* Mapa SVG */
.asper-national-map {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Wrapper do mapa: relative para posicionar dots */
.asper-map-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.asper-brazil-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay com os pontos de cidade */
.asper-map-dots {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
}

.asper-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.30);
}

.asper-dot-hq {
    background: var(--blue);
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 4px rgba(39,116,184,0.35);
    animation: asper-pulse 2s ease-out infinite;
}

@keyframes asper-pulse {
    0%   { box-shadow: 0 0 0 4px rgba(39,116,184,0.50); }
    100% { box-shadow: 0 0 0 14px rgba(39,116,184,0); }
}

@media (max-width: 767px) {
    .asper-national-text { padding-right: 0; margin-bottom: 40px; }
    .asper-map-wrapper { max-width: 300px; }
}

/* ============================================================
   SEÇÃO CONTATO – limpa e visível
   ============================================================ */

/* Seção: fundo azul-acinzentado para separar das demais */
.contact-section {
    background: #edf2f9 !important;
    padding: 80px 0 80px !important;
}
.contact-section::before { display: none !important; }

/* Título centralizado */
.asper-contact-header {
    text-align: center;
    margin-bottom: 48px;
}
.asper-contact-header h2 {
    color: var(--navy);
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 8px;
}
.asper-contact-header p {
    color: #6b7a99;
    font-size: 15px;
    margin: 0;
}

/* Card do formulário: branco com sombra sutil */
.asper-form-card {
    background: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 40px 40px 32px !important;
    box-shadow: 0 4px 24px rgba(20,36,64,0.08) !important;
    position: relative;
    overflow: hidden;
}

/* Barra de progresso fina no topo do card durante o envio */
.asper-form-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--blue), transparent);
    border-radius: 0 2px 2px 0;
    opacity: 0;
    pointer-events: none;
}
.asper-form-card.is-sending::after {
    opacity: 1;
    animation: asper-bar 1.1s ease-in-out infinite;
}
@keyframes asper-bar {
    0%   { left: -60%; }
    100% { left: 110%; }
}

/* Botão durante envio */
.asper-form-card.is-sending button[type="submit"] {
    opacity: 0.65 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Labels */
.contact-section label {
    font-size: 11.5px !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #7a8aaa !important;
    margin-bottom: 7px;
    display: block;
    font-weight: 700;
}
.contact-section label .fa { display: none; }

/* Inputs com borda completa visível */
.contact-section input.form-control,
.contact-section textarea.form-control {
    background: #f7f9fc !important;
    border: 1.5px solid #d4dcea !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    padding: 10px 14px !important;
    color: #1e2b45 !important;
    font-size: 14px !important;
    height: 44px !important;
    transition: border-color 0.2s, background 0.2s;
}
.contact-section input.form-control::placeholder,
.contact-section textarea.form-control::placeholder {
    color: #b0bcd4 !important;
}
.contact-section input.form-control:focus,
.contact-section textarea.form-control:focus {
    border-color: var(--navy) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(20,36,64,0.08) !important;
    outline: none;
}
.contact-section textarea.form-control {
    height: 120px !important;
    resize: none;
}

/* Botão de envio */
.contact-section .submit-btn-wrapper { width: 100% !important; }
.contact-section .submit-btn-wrapper button,
.contact-section .contact-form button[type="submit"] {
    width: 100%;
    background: var(--navy) !important;
    border: none !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    padding: 14px 0 !important;
    height: auto !important;
    transition: background 0.25s !important;
}
.contact-section .submit-btn-wrapper button:hover,
.contact-section .contact-form button[type="submit"]:hover {
    background: var(--blue) !important;
}
.contact-section .submit-btn-wrapper button .fa { margin-right: 8px; }

/* Feedback legado */
#success { color: var(--blue); font-weight: 600; }
#error    { color: #e05252; font-weight: 600; }

/* ── Campos de formulário com validação (.asper-field) ── */
.asper-field {
    margin-bottom: 10px;
}
.asper-field label {
    font-size: 11.5px !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #7a8aaa !important;
    margin-bottom: 4px;
    display: block;
    font-weight: 700 !important;
}
.asper-field label .fa { display: none; }
.asper-required { color: #ef4444; }

.asper-field input,
.asper-field textarea {
    width: 100%;
    background: #f7f9fc;
    border: 1.5px solid #d4dcea;
    border-radius: 5px;
    padding: 10px 14px;
    color: #1e2b45;
    font-size: 14px;
    height: 44px;
    transition: border-color .2s, background .2s, box-shadow .2s;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}
.asper-field textarea {
    height: 120px;
    resize: none;
}
.asper-field input::placeholder,
.asper-field textarea::placeholder { color: #b0bcd4; }

.asper-field input:focus,
.asper-field textarea:focus {
    border-color: var(--navy);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(20,36,64,.08);
}

/* Estado de erro */
.asper-field.has-error input,
.asper-field.has-error textarea {
    border-color: #ef4444 !important;
    background: #fff8f8 !important;
}
.asper-field.has-error input:focus,
.asper-field.has-error textarea:focus {
    box-shadow: 0 0 0 3px rgba(239,68,68,.12) !important;
}
.asper-field-error {
    display: block;
    margin-top: 2px;
    min-height: 1.1em;
    font-size: .78rem;
    color: #ef4444;
    font-weight: 500;
}
.asper-field-error .fa { margin-right: 3px; }

/* Anula o margin-bottom: 30px do style.css nas colunas do formulário */
.contact-section form .col { margin-bottom: 0 !important; }

/* Formulário de contato — fix float Bootstrap 3: flexbox nas colunas */
#asper-contato {
    display: flex;
    flex-wrap: wrap;
}
#asper-contato > div[class*="col"] {
    float: none;
    display: flex;
}
#asper-contato .asper-field {
    width: 100%;
}

/* Banner de erro geral */
.asper-form-error-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    color: #dc2626;
    font-size: .88rem;
    font-weight: 500;
}
.asper-form-error-banner .fa { font-size: 1.1rem; flex-shrink: 0; }

/* Banner de sucesso */
.asper-form-success {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 20px;
    color: #15803d;
}
.asper-form-success .fa { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.asper-form-success strong { font-size: .95rem; display: block; margin-bottom: 2px; }
.asper-form-success p { margin: 0; font-size: .84rem; color: #166534; }

/* Dica de campos obrigatórios */
.asper-form-hint {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: .75rem;
    color: #94a3b8;
}
/* Submit wrapper: coluna para botão e hint ficarem empilhados */
#asper-contato .submit-btn-wrapper {
    flex-direction: column;
    align-items: stretch;
}

/* ── Painel navy: ocupa toda a altura da linha ── */
.asper-info-card {
    background: var(--navy) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 44px 36px !important;
    height: 100%;
    box-shadow: 0 4px 24px rgba(20,36,64,0.18) !important;
}
.asper-info-icon { display: none; }
.asper-info-card h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 10px;
}
.asper-info-card > p {
    color: rgba(255,255,255,0.60);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}
.asper-info-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.14);
    margin: 22px 0;
}

/* Lista de contatos */
.asper-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.asper-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 13px;
    color: rgba(255,255,255,0.78);
    line-height: 1.55;
}
.asper-contact-list li:last-child { border-bottom: none; }
.asper-ci-icon {
    flex-shrink: 0;
    width: 28px;
    text-align: center;
    padding-top: 2px;
    background: none;
    border: none;
}
.asper-ci-icon .fa {
    font-size: 13px;
    color: #fff;
}

/* Botão WhatsApp */
.asper-wa-btn {
    display: block;
    text-align: center;
    background: #25d366;
    color: #fff !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.25s;
    letter-spacing: 0.3px;
}
.asper-wa-btn:hover { background: #1eb558; color: #fff !important; }
.asper-wa-btn .fa  { margin-right: 7px; }

/* Responsivo */
@media (max-width: 991px) {
    .asper-form-card  { padding: 0 0 36px !important; }
    .asper-info-card  { padding: 40px 28px !important; }
}
@media (max-width: 767px) {
    .contact-section  { padding: 60px 0 0 !important; }
    .asper-contact-header h2 { font-size: 24px; }
    .asper-info-card  { padding: 36px 20px !important; }
}

/* Rodapé */
.site-footer .upper-footer  { background: var(--blue-dark) !important; }
.site-footer .copyright-info { background: #0d1c33 !important; }

/* ============================================================
   SEÇÃO "Por que escolher a Asper Metal?" – cores da marca
   ============================================================ */

/* Fundo: gradiente azul marinho (consistente com a logo) */
.why-choose-us-section {
    background: var(--navy) !important;
}

/* Fix Bootstrap 3 float grid — alinha as colunas verticalmente */
.why-choose-us-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.why-choose-us-section .row > [class*="col"] {
    float: none;
}

/* Fix grade interna 2×2 */
.why-choose-us-section .why-choose-grids {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
    margin: 0 !important;
    padding-left: 40px !important;
}
/* Cada item: CSS grid — ícone col1 (span 2 linhas), título+texto col2 */
.why-choose-us-section .why-choose-grids .grid {
    float: none !important;
    width: 50% !important;
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    padding: 0 30px 32px 0 !important;
    position: static !important;
    align-items: start;
}
.why-choose-us-section .grid .icon {
    position: static !important;
    top: auto !important;
    left: auto !important;
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
}
.why-choose-us-section .why-choose-grids .grid h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 4px 0 6px !important;
}
.why-choose-us-section .why-choose-grids .grid p {
    grid-column: 2;
    grid-row: 2;
    margin: 0 !important;
}

/* Título da coluna esquerda */
.why-choose-us-section .section-title-s3 h2 {
    color: #ffffff !important;
}
.why-choose-us-section .section-title-s3 p {
    color: rgba(255,255,255,0.70) !important;
}
.why-choose-us-section .section-title-s3 .read-more {
    color: #7ec8f0 !important;
}
.why-choose-us-section .section-title-s3 .read-more:hover {
    color: #fff !important;
}

/* Ícone: branco sobre círculo azul sólido */
.why-choose-us-section .fi:before {
    color: #fff !important;
}
.why-choose-us-section .grid .icon {
    background: var(--blue);
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Título dos tópicos */
.why-choose-us-section .grid h3 {
    color: #e8f3fc !important;
}

/* Texto dos tópicos */
.why-choose-us-section .grid p,
.why-choose-us-section p {
    color: rgba(255,255,255,0.65) !important;
}

/* Seção linha de produtos */
.testimonials-partners-section { background: var(--gray-bg) !important; }
.testimonials-partners-section .section-title-s4 { margin-bottom: 10px; }


/* ============================================================
   HEADER – Topbar slim
   ============================================================ */
.asper-topbar {
    background: var(--blue-dark);
    padding: 7px 0;
    font-size: 12.5px;
    color: rgba(255,255,255,0.75);
}

.asper-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
}

.asper-topbar-left,
.asper-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.asper-topbar-left span,
.asper-topbar-right span {
    color: rgba(255,255,255,0.75);
}

.asper-topbar i {
    color: #fff;
    margin-right: 5px;
}

.asper-topbar-right a {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    transition: color 0.2s;
    text-decoration: none;
}
.asper-topbar-right a:hover { color: var(--blue-light); }
.asper-topbar-right a .fa-whatsapp { color: #4dd884; }
.asper-topbar-right a .fa-instagram { color: #e07caa; }


/* ============================================================
   HEADER – Navbar principal
   ============================================================ */
.asper-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(28,48,85,0.10);
}

.asper-navbar {
    background: var(--white);
    border-bottom: 4px solid var(--blue);
    transition: box-shadow 0.35s ease, border-bottom-width 0.35s ease;
}

.asper-navbar.scrolled {
    box-shadow: 0 4px 24px rgba(28,48,85,0.16);
    border-bottom-width: 2px;
}

.asper-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    min-height: 88px;
    transition: min-height 0.35s ease;
}

.asper-navbar.scrolled .asper-navbar-inner {
    min-height: 38px;
}

/* Logo */
.asper-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.asper-logo img {
    height: 72px;
    width: auto;
    transition: height 0.35s ease;
}

.asper-navbar.scrolled .asper-logo img {
    height: 56px;
}

/* Menu principal (desktop) */
.asper-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.asper-menu > li > a {
    display: block;
    padding: 0 15px;
    line-height: 88px;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: color 0.2s;
    white-space: nowrap;
    position: relative;
}

.asper-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 3px;
    background: var(--blue);
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.asper-menu > li:hover > a,
.asper-menu > li.current > a {
    color: var(--blue);
}

.asper-menu > li:hover > a::after,
.asper-menu > li.current > a::after {
    transform: scaleX(1);
}

/* CTA button no menu */
.asper-menu-cta {
    background: var(--navy) !important;
    color: var(--white) !important;
    padding: 12px 22px !important;
    border-radius: 4px;
    line-height: normal !important;
    margin-left: 12px;
    font-size: 13.5px !important;
    letter-spacing: 0.3px !important;
    transition: background 0.2s, transform 0.15s !important;
}
.asper-menu-cta::after { display: none !important; }
.asper-menu-cta:hover {
    background: var(--blue) !important;
    color: var(--white) !important;
    transform: translateY(-1px);
}

/* Dropdown */
.asper-menu .has-dropdown { position: relative; }

.asper-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    border-top: 3px solid var(--blue);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    min-width: 210px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    z-index: 200;
}

.asper-menu .has-dropdown:hover .asper-dropdown { display: block; }

.asper-dropdown li a {
    display: block;
    padding: 9px 18px;
    font-size: 13.5px;
    color: var(--navy);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.asper-dropdown li a:hover {
    background: var(--gray-bg);
    color: var(--blue);
}
.asper-dropdown li a i {
    color: var(--blue-light);
    margin-right: 6px;
    font-size: 11px;
}

/* Botão mobile hamburger */
.asper-mobile-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.asper-mobile-btn span {
    display: block;
    height: 3px;
    background: var(--navy);
    border-radius: 2px;
    transition: background 0.2s;
}
.asper-mobile-btn:hover span { background: var(--blue); }


/* ============================================================
   MENU MOBILE – drawer lateral
   ============================================================ */
.asper-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: var(--navy);
    z-index: 9999;
    overflow-y: auto;
    transition: right 0.3s ease;
    padding: 20px 0;
    box-shadow: -4px 0 20px rgba(0,0,0,0.3);
}

.asper-mobile-menu.open {
    right: 0;
}

.asper-mobile-close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.6);
    font-size: 20px;
    cursor: pointer;
    padding: 6px 20px 16px;
    display: block;
    text-align: right;
    width: 100%;
    transition: color 0.2s;
}
.asper-mobile-close:hover { color: var(--white); }

.asper-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.asper-mobile-menu ul li a {
    display: block;
    padding: 13px 24px;
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: color 0.2s, padding-left 0.2s;
}
.asper-mobile-menu ul li a:hover {
    color: var(--blue-light);
    padding-left: 30px;
}
.asper-mobile-menu ul li:first-child a { border-top: 1px solid rgba(255,255,255,0.06); }

.asper-mobile-social {
    display: flex;
    gap: 18px;
    padding: 24px 24px 0;
}
.asper-mobile-social a {
    color: rgba(255,255,255,0.6);
    font-size: 20px;
    text-decoration: none;
    transition: color 0.2s;
}
.asper-mobile-social a:hover { color: var(--blue-light); }
.asper-mobile-social a .fa-whatsapp { color: #4dd884; }
.asper-mobile-social a .fa-instagram { color: #e07caa; }


/* ============================================================
   RESPONSIVO – Header
   ============================================================ */
@media (max-width: 991px) {
    .asper-menu { display: none; }
    .asper-mobile-btn { display: flex; }
    .asper-mobile-menu { display: block; }

    .asper-topbar-left span:nth-child(3),
    .asper-topbar-right span { display: none; }
}

@media (max-width: 575px) {
    .asper-topbar { display: none; }
    .asper-logo img { height: 46px; }
    .asper-navbar.scrolled .asper-logo img { height: 30px; }
    .asper-navbar.scrolled .asper-navbar-inner { min-height: 36px; }
}


/* ============================================================
   BOTÃO FLUTUANTE WHATSAPP
   ============================================================ */
@keyframes wa-pulse {
    0%   { transform: scale(1);    opacity: .7; }
    70%  { transform: scale(1.55); opacity: 0;  }
    100% { transform: scale(1.55); opacity: 0;  }
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: var(--white);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 16px rgba(37,211,102,0.45);
    z-index: 9998;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}
.whatsapp-float::before,
.whatsapp-float::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25d366;
    animation: wa-pulse 2.2s ease-out infinite;
    z-index: -1;
}
.whatsapp-float::after {
    animation-delay: 1.1s;
}
.whatsapp-float:hover {
    color: var(--white);
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(37,211,102,0.6);
}
.whatsapp-float:hover::before,
.whatsapp-float:hover::after {
    animation-play-state: paused;
}

@media (max-width: 767px) {
    .whatsapp-float { bottom: 20px; right: 20px; width: 50px; height: 50px; font-size: 22px; }
}


/* CSS legado do painel de contato removido — substituído pelo bloco "SEÇÃO CONTATO / ORÇAMENTO" */


/* ============================================================
   CARDS DE PRODUTOS
   ============================================================ */
.asper-product-card {
    background: var(--white);
    border: 1px solid #d8e8f5;
    border-top: 3px solid var(--blue);
    border-radius: 4px;
    padding: 26px 20px;
    margin-bottom: 28px;
    transition: all 0.3s ease;
    text-align: center;
}
.asper-product-card:hover {
    border-color: var(--navy);
    border-top-color: var(--navy);
    box-shadow: 0 6px 24px rgba(28,48,85,0.12);
    transform: translateY(-3px);
}
.asper-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 22px;
    margin: 0 auto 16px;
    box-shadow: 0 4px 12px rgba(20,36,64,0.18);
}

.asper-product-card h4 {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.asper-product-card ul { list-style: none; padding: 0; margin: 0; text-align: left; }
.asper-product-card ul li {
    padding: 5px 0;
    font-size: 13px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}
.asper-product-card ul li:last-child { border-bottom: none; }
.asper-product-card ul li::before {
    content: "›";
    color: var(--blue);
    font-weight: bold;
    margin-right: 6px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .asper-product-card { margin-bottom: 16px; }
}

/* Flex no grid de categorias — iguala altura dos cards (Bootstrap 3 usa float) */
#linha-completa-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#linha-completa-grid > div {
    display: flex;
    float: none;
}
#linha-completa-grid .asper-product-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#linha-completa-grid .asper-product-card ul {
    flex: 1;
}
#linha-completa-grid .asper-product-card .read-more {
    margin-top: auto;
    padding-top: 10px;
}


/* ============================================================
   RODAPÉ – novo design
   ============================================================ */

/* Faixa CTA */
.asper-footer-cta {
    background: var(--blue);
    padding: 28px 0;
}
.asper-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.asper-footer-cta-text h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 4px;
    font-weight: 700;
}
.asper-footer-cta-text p {
    color: rgba(255,255,255,0.82);
    margin: 0;
    font-size: 14px;
}
.asper-footer-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.asper-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 22px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}
.asper-footer-btn-wa {
    background: #25d366;
    color: #fff;
}
.asper-footer-btn-wa:hover { background: #1eaa52; color: #fff; }
.asper-footer-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
}
.asper-footer-btn-outline:hover {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
}

/* Corpo do rodapé */
.asper-footer-body {
    background: var(--blue-dark);
    padding: 56px 0 40px;
}

.asper-footer-col { padding-right: 16px; }

.asper-footer-logo {
    height: 52px;
    width: auto;
    margin-bottom: 18px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.asper-footer-about {
    color: rgba(255,255,255,0.62);
    font-size: 13.5px;
    line-height: 1.75;
    margin-bottom: 20px;
}

/* Ícones sociais no rodapé */
.asper-footer-social {
    display: flex;
    gap: 10px;
}
.asper-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}
.asper-footer-social a:hover {
    background: var(--blue);
    color: #fff;
    transform: translateY(-2px);
}

/* Títulos das colunas */
.asper-footer-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--blue);
    display: inline-block;
}

/* Links de navegação */
.asper-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.asper-footer-links li {
    padding: 5px 0;
}
.asper-footer-links li a {
    color: rgba(255,255,255,0.58);
    font-size: 13.5px;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}
.asper-footer-links li a:hover {
    color: var(--blue-light);
    padding-left: 4px;
}

/* Lista de contato */
.asper-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.asper-footer-contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.asper-footer-contact li:last-child { border-bottom: none; }
.asper-footer-contact li i {
    color: var(--blue-light);
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}
.asper-footer-contact li span {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    line-height: 1.6;
}
.asper-footer-contact li span a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
}
.asper-footer-contact li span a:hover { color: var(--blue-light); }

/* Barra de copyright */
.asper-footer-copy {
    background: #0a1929;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.asper-footer-copy-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.asper-footer-copy p {
    color: rgba(255,255,255,0.38);
    font-size: 12.5px;
    margin: 0;
}
.asper-footer-copy ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}
.asper-footer-copy ul li a {
    color: rgba(255,255,255,0.38);
    font-size: 12.5px;
    text-decoration: none;
    transition: color 0.2s;
}
.asper-footer-copy ul li a:hover { color: rgba(255,255,255,0.7); }

/* Responsivo */
@media (max-width: 991px) {
    .asper-footer-cta-inner { flex-direction: column; align-items: flex-start; }
    .asper-footer-body { padding: 40px 0 28px; }
    .asper-footer-col { margin-bottom: 32px; padding-right: 0; }
}
@media (max-width: 575px) {
    .asper-footer-cta { padding: 22px 0; }
    .asper-footer-copy-inner { flex-direction: column; align-items: flex-start; }
    .asper-footer-copy ul { gap: 12px; }
}


/* ============================================================
   QUEM SOMOS
   ============================================================ */
.section-title-s4 p { font-size: 15px; }

.asper-about-row { align-items: center; margin-bottom: 48px; }

/* Tag azul */
.asper-about-tag {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 4px 14px;
    border-radius: 2px;
    margin-bottom: 18px;
}

/* Título */
.asper-about-title {
    color: #fff !important;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 18px;
}

/* Parágrafos */
.asper-about-content p {
    color: rgba(255,255,255,0.72) !important;
    font-size: 15px;
    line-height: 1.80;
    margin-bottom: 14px;
}
.asper-about-content p strong { color: #fff !important; }

/* Lista de diferenciais */
.asper-about-features {
    list-style: none;
    padding: 0;
    margin: 26px 0 32px;
}
.asper-about-features li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,0.88);
    font-size: 14.5px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.asper-about-features li:last-child { border-bottom: none; }
.asper-about-features li .fa {
    color: #fff;
    background: var(--blue);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

/* CTA */
.asper-about-cta {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.2s;
}
.asper-about-cta:hover { background: #1f5e9a; color: #fff; }
.asper-about-cta .fa { margin-left: 8px; }

/* Foto com badge */
.asper-about-img-wrap {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 420px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.35);
}
.asper-about-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.asper-about-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: var(--blue);
    color: #fff;
    padding: 16px 24px;
    border-radius: 4px;
}
.asper-about-badge-num {
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}
.asper-about-badge-txt {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    opacity: 0.88;
}

/* FAQ em 2 colunas */
.asper-faq-row { margin-top: 56px; }
.asper-faq-title {
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--blue);
    letter-spacing: 0.2px;
}

@media (max-width: 767px) {
    .asper-about-img-wrap { height: 260px; margin-top: 32px; }
    .asper-about-title { font-size: 26px; }
}

/* Overlay escuro nas fotos do slider para melhorar legibilidade do texto */
.hero .slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(20,36,64,0.62);
    z-index: 1;
    pointer-events: none;
}
.hero .slide { position: relative; }
.hero .slide .container { position: relative; z-index: 2; }

/* Força texto branco no banner (style.css sobrescreve para dark em hero-style-2) */
.hero-style-2 .slide-caption > h2,
.hero-style-2 .slide-caption > p {
    color: #fff !important;
}

/* ============================================================
   BANNER – Altura responsiva por resolução de tela
   clamp(mín, ideal, máx) — evita sobreposição com o header fixo
   ============================================================ */

/* ============================================================
   BANNER – Texto fluido com clamp()
   Escala contínua: não há saltos entre breakpoints.
   h2: 22px (320px) → 60px (≥1091px)
   p : 13px (≤650px) → 18px (≥900px)
   ============================================================ */
.hero-style-2 .slide-caption {
    margin-top: 0 !important;
}
.hero-style-2 .slide-caption > h2 {
    font-size: clamp(18px, 3.8vw, 42px) !important;
    line-height: 1.22 !important;
    margin-bottom: 0.25em !important;
}
.hero-style-2 .slide-caption > p {
    font-size: clamp(13px, 2vw, 18px) !important;
    line-height: 1.55 !important;
    margin-bottom: clamp(14px, 3vh, 40px) !important;
}

/* Mobile pequeno (≤ 480px): botões menores para não transbordar */
@media (max-width: 480px) {
    .hero-style-2 .slide-caption .btns > a {
        padding: 9px 16px !important;
        font-size: 12.5px !important;
        margin-bottom: 8px !important;
    }
}

/* Desktop grande (1200px – 1439px) */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .hero-style-2,
    .hero-style-2 .slide {
        height: clamp(460px, 60vh, 650px) !important;
    }
}

/* Telas muito grandes (≥1440px, inclui 1920×1080) */
@media screen and (min-width: 1440px) {
    .hero-style-2,
    .hero-style-2 .slide {
        height: clamp(480px, 55vh, 600px) !important;
    }
}

/* Desktop médio (992px – 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-style-2,
    .hero-style-2 .slide {
        height: clamp(420px, 70vh, 700px) !important;
    }
}

/* Tablet (768px – 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-style-2,
    .hero-style-2 .slide {
        height: clamp(340px, 60vh, 560px) !important;
    }
}

/* Mobile (< 768px) */
@media (max-width: 767px) {
    .hero-style-2,
    .hero-style-2 .slide {
        height: 55vh !important;
        min-height: 320px !important;
    }
}


/* ============================================================
   ÍCONES SOCIAIS NO NAVBAR – cor neutra
   ============================================================ */
.asper-social-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0 12px;
    border-left: 1px solid #ddd;
    padding-left: 8px;
    gap: 0;
}

.asper-social-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 72px;
    font-size: 16px;
    color: #888 !important;
    text-decoration: none;
    transition: color 0.2s;
}

.asper-social-nav li a:hover {
    color: var(--navy) !important;
}

@media (max-width: 991px) {
    .asper-social-nav { display: none; }
}

/* ============================================================
   OCULTAR estilos antigos do template que conflitam
   ============================================================ */
/* page-wrapper tem overflow:hidden no template original — isso quebra position:sticky.
   overflow-x:clip corta overflow horizontal sem criar contexto de scroll. */
.page-wrapper { overflow-x: clip; overflow-y: visible; }

.site-header { padding: 0 !important; }
.site-header.header-style-2 { border: none; }

/* ============================================================
   SEÇÃO QUEM SOMOS – fundo escuro, texto branco
   ============================================================ */
.about-faq-section {
    background: var(--navy) !important;
}

.about-faq-section .section-title-s3 h2,
.about-faq-section .about-text p,
.about-faq-section .about-text strong {
    color: #fff !important;
}

.about-faq-section .faq-section .section-title-s3 h2 {
    color: #fff !important;
}



/* ============================================================
   PAGE-TITLE – compacto + suporte a imagem dinâmica via inline style
   ============================================================ */
@media screen and (min-width: 992px) {
    .page-title {
        margin-top: 0 !important;
        height: 190px !important;
    }
}
@media (max-width: 991px) {
    .page-title { height: 150px !important; }
}
@media (max-width: 767px) {
    .page-title { height: 120px !important; }
}

/* Quando o fundo vem de inline style sobrescreve o do CSS */
.page-title[style*="background-image"] {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Overlay escuro sobre a imagem para garantir legibilidade do texto */
.page-title::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 50, 0.52);
    z-index: 0;
}
.page-title .container {
    position: relative;
    z-index: 1;
}

/* Títulos no banner interno — sempre brancos */
.page-title h1,
.page-title h2 {
    color: #fff !important;
    font-size: 1.9rem !important;
    margin-bottom: 4px !important;
}
@media (max-width: 767px) {
    .page-title h1,
    .page-title h2 { font-size: 1.4rem !important; }
}
.page-title .title-breadcrumb {
    padding-top: 0 !important;
}

/* ============================================================
   MODAIS – WhatsApp e Orçamento
   ============================================================ */

#wa-modal,
#modal-orcamento {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(5,20,50,.65);
    align-items: center;
    justify-content: center;
    padding: 16px;
}

#wa-modal-box {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 24px 80px rgba(0,0,0,.3);
    overflow: hidden;
}

.asper-wa-modal-header {
    background: linear-gradient(135deg,#25d366,#128c7e);
    padding: 22px 24px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.asper-wa-modal-icon {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.asper-wa-modal-icon i { font-size: 1.6rem; color: #fff; }
.asper-wa-modal-title { color: #fff; margin: 0; font-size: 1.05rem; font-weight: 700; }
.asper-wa-modal-subtitle { color: rgba(255,255,255,.85); margin: 2px 0 0; font-size: .82rem; }
#wa-modal-close {
    margin-left: auto;
    background: rgba(255,255,255,.2);
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.asper-wa-modal-body { padding: 24px; }
#wa-form-error {
    display: none;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #dc2626;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 16px;
    font-size: .82rem;
}
.asper-wa-modal-label { font-size: .82rem; font-weight: 600; color: #374151; display: block; margin-bottom: 5px; }
.asper-wa-req { color: #ef4444; }
.asper-wa-modal-input {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: .9rem;
    outline: none;
    transition: border-color .2s;
    box-sizing: border-box;
    display: block;
}
.asper-wa-inline-error { display: none; color: #ef4444; font-size: .75rem; margin-top: 4px; }
.asper-wa-field-mt { margin-top: 14px; }
#wa-submit {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    background: #25d366;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .2s;
}
.asper-wa-privacy { text-align: center; margin: 10px 0 0; font-size: .72rem; color: #94a3b8; }

.asper-orc-modal-box {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 24px 80px rgba(0,0,0,.3);
    overflow: hidden;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}
.asper-orc-modal-header {
    background: linear-gradient(135deg,#1e3a5c,#2563eb);
    padding: 20px 24px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
}
.asper-orc-modal-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.asper-orc-modal-icon i { font-size: 1.2rem; color: #fff; }
.asper-orc-modal-title-wrap { flex: 1; min-width: 0; }
.asper-orc-modal-title { color: #fff; margin: 0 0 2px; font-size: 1rem; font-weight: 700; }
#modal-prod-nome { color: rgba(255,255,255,.8); margin: 0; font-size: .8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#modal-orcamento-close {
    background: rgba(255,255,255,.18);
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.asper-orc-modal-body { padding: 20px 24px; overflow-y: auto; flex: 1; }
#modal-orcamento-success { display: none; text-align: center; padding: 24px 0; }
.asper-orc-success-icon {
    width: 60px;
    height: 60px;
    background: #dcfce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.asper-orc-success-icon i { color: #16a34a; font-size: 1.5rem; }
#modal-orcamento-success h4 { color: #1e293b; font-weight: 700; margin: 0 0 6px; }
#modal-orcamento-success p { color: #64748b; font-size: .85rem; margin: 0; }
#modal-orcamento-error {
    display: none;
    background: #fee2e2;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: .82rem;
    color: #dc2626;
}
.asper-orc-form-row { margin: 0 -6px; }
.asper-orc-form-col { padding: 0 6px; }
.asper-orc-field { margin-bottom: 12px; }
.asper-orc-field-msg { margin-bottom: 4px; }
.asper-orc-label { font-size: .8rem; font-weight: 600; color: #374151; display: block; margin-bottom: 4px; }
.asper-orc-req { color: #ef4444; }
.asper-orc-input {
    width: 100%;
    padding: 9px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: .85rem;
    outline: none;
    transition: border-color .2s;
    box-sizing: border-box;
    display: block;
}
.asper-orc-recaptcha { margin-top: 10px; margin-bottom: 2px; }
#mof-submit {
    width: 100%;
    margin-top: 16px;
    padding: 12px;
    background: linear-gradient(135deg,#1e3a5c,#2563eb);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: .92rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity .2s;
}
#mof-btn-loading { display: none; }

/* ============================================================
   UTILITÁRIOS COMPARTILHADOS
   ============================================================ */
.asper-title-center { text-align: center; margin-bottom: 40px; }
.asper-title-center--mb50 { margin-bottom: 50px; }
.asper-section-badge {
    display: inline-block;
    background: #f0fdf4;
    color: #16a34a;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.asper-empty-state { text-align: center; padding: 60px 0; width: 100%; color: #888; }
.asper-empty-icon { font-size: 3rem; display: block; margin-bottom: 16px; color: #ccc; }
.asper-prod-link-card { text-decoration: none; color: inherit; display: block; }
.asper-link-inherit { color: inherit; }
.asper-section-light { background: #f9f9f9; }
.asper-national-section.asper-py-60 { padding: 60px 0; }
.asper-national-section.asper-py-50 { padding: 50px 0; }
.asper-national-inner.asper-center-all {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 0;
}
.asper-cta-white-h2 { color: #fff; }
.asper-cta-white-p { color: rgba(255,255,255,.8); }
.asper-cta-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.asper-btn-inline { display: inline-block; }

/* Título centrado — variantes de margem */
.asper-title-center--mb30 { margin-bottom: 30px; }
.asper-title-center--mb36 { margin-bottom: 36px; }

/* Formulário de contato — estados AJAX */
#asper-success-inline,
#asper-error-banner-inline { display: none; }
#asper-success-inline .asper-form-success { margin-bottom: 0; }

/* Detalhe de texto no banner de erro */
.asper-form-err-detail { display: block; margin-top: 6px; font-size: .82rem; }
.asper-form-err-link { color: inherit; font-weight: 600; text-decoration: underline; }

/* Mapa — posições fixas dos pontos de cidade */
.asper-map-dots .asper-dot:nth-child(1) { left: 30%;   top: 31.4%; }
.asper-map-dots .asper-dot:nth-child(2) { left: 90%;   top: 32.1%; }
.asper-map-dots .asper-dot:nth-child(3) { left: 89%;   top: 42%;   }
.asper-map-dots .asper-dot:nth-child(4) { left: 66%;   top: 54%;   }
.asper-map-dots .asper-dot:nth-child(5) { left: 65%;   top: 73.5%; }
.asper-map-dots .asper-dot:nth-child(6) { left: 56%;   top: 90.7%; }
.asper-map-dots .asper-dot:nth-child(7) { left: 80.3%; top: 68.3%; }
