/* ============================================
   ALFA URBANISMO - WordPress Theme
   Replicando fielmente o design original
   ============================================ */

/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");

:root {
    --laranja:      #f26b35;
    --verde-escuro: #167450;
    --verde-claro:  #9acb57;
    --branco:       #ffffff;
    --cinza:        #666666;
}

/* Reset e body */
* { box-sizing: border-box; }
body {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666 !important;
    background: #fff !important;
    padding-top: 133px !important;
    margin: 0;
}

/* Garantir fundo branco em todo o site */
#page, .site, .wp-site-blocks, .entry-content, .page-content {
    background: #fff !important;
}

h1, h2, h3, h4, h5 { font-family: "Ubuntu", Arial, sans-serif; }
h2 { font-size: 30px; font-style: italic; color: var(--verde-escuro); }
a { color: var(--laranja); text-decoration: none; }

/* ============================================
   HEADER — FIXO, 133px
   ============================================ */
header,
#masthead,
.site-header,
.kadence-header {
    position: fixed !important;
    width: 100% !important;
    height: 133px !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Ocultar tudo do Kadence header padrão */
.kadence-header,
.site-header > *,
#masthead > *,
.header-html,
.kadence-top-header-wrap,
.primary-navigation,
.site-branding {
    display: none !important;
}

/* NOSSO HEADER CUSTOMIZADO */
#alfa-header {
    position: fixed;
    width: 100%;
    height: 133px;
    top: 0;
    z-index: 1001;
    left: 0;
}

/* Barra telefone - verde escuro, 35px */
#alfa-header .alfa-topo {
    position: relative;
    height: 35px;
    line-height: 35px;
    background: var(--verde-escuro);
    text-align: right;
}

#alfa-header .alfa-topo .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

#alfa-header .alfa-topo span {
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

#alfa-header .alfa-topo span.fone-icon {
    padding-left: 28px;
    background: url("https://www.alfaurbanismo.com.br/wp/wp-content/uploads/alfa/icon_header_fone.png") no-repeat left center;
    background-size: 20px auto;
}

/* Barra nav - verde claro, 98px */
#alfa-header .alfa-nav {
    position: relative;
    height: 98px;
    line-height: 98px;
    background: var(--verde-claro);
    text-align: right;
}

#alfa-header .alfa-nav .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* LOGO — caixa branca com cantos top-left + bottom-right */
#alfa-header .alfa-logo {
    position: absolute;
    width: 208px;
    height: 133px;
    left: 20px;
    top: -35px;
    z-index: 5;
}

/* Fundo laranja que se estende para a esquerda */
#alfa-header .alfa-logo::before {
    content: "";
    position: absolute;
    width: 9999px;
    height: 133px;
    right: 40px;
    top: 0;
    background: var(--laranja);
    z-index: -1;
}

#alfa-header .alfa-logo a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow: visible;
    background: #fff;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    text-align: center;
}

#alfa-header .alfa-logo img {
    max-height: 103px;
    width: auto;
    display: block;
    margin: auto;
}

/* Links de nav */
#alfa-header .alfa-nav nav {
    display: inline-block;
    line-height: 98px;
}

#alfa-header .alfa-nav nav ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

#alfa-header .alfa-nav nav ul li {
    display: inline-block;
    margin-left: 20px;
}

#alfa-header .alfa-nav nav ul li a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    font-size: 17px;
    color: #fff !important;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: none;
}

/* Item ativo: verde escuro, cantos diagonais */
#alfa-header .alfa-nav nav ul li a.ativo,
#alfa-header .alfa-nav nav ul li.current-menu-item a,
#alfa-header .alfa-nav nav ul li.current_page_item a {
    background: var(--verde-escuro) !important;
    border-top-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    color: var(--verde-claro) !important;
}

/* ============================================
   BANNER SLIDER HOME
   ============================================ */
.alfa-banner-slider {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
    border-bottom: 7px solid var(--laranja);
}

.alfa-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    transition: opacity 0.5s ease;
}

.alfa-slide:first-child { display: block; }

/* Texto genérico no banner (sem empreendimento) */
.alfa-slide .slide-texto {
    position: absolute;
    width: 420px;
    top: 200px;
    right: 8%;
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    font-family: "Ubuntu", sans-serif;
}

/* Barra de empreendimento na base */
.alfa-slide .slide-box {
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: 0;
    padding: 20px 0;
    background: rgba(22,116,80,0.8);
    color: #fff;
}

.alfa-slide .slide-box .slide-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    height: 70px;
}

.alfa-slide .slide-box .slide-titulo {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    flex: 1;
}

.alfa-slide .slide-box .slide-titulo span {
    display: inline-block;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
}

.alfa-slide .slide-box .slide-lotes {
    font-size: 20px;
    padding-left: 38px;
    background: url("https://www.alfaurbanismo.com.br/wp/wp-content/uploads/alfa/icon_bannerbox_lotes.png") no-repeat left center;
    background-size: auto 28px;
    white-space: nowrap;
}

.alfa-slide .slide-box .slide-saibamais {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: var(--laranja);
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    color: #fff !important;
    white-space: nowrap;
}

.alfa-slide .slide-box .slide-saibamais:hover {
    background: #d4551f;
}

/* Dots do slider */
.alfa-slider-dots {
    position: absolute;
    width: 100%;
    bottom: 120px;
    text-align: center;
    z-index: 10;
}

.alfa-slider-dots span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 4px;
    background: var(--verde-escuro);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}

.alfa-slider-dots span.atual { background: var(--laranja); }

/* ============================================
   SEÇÃO DESTAQUES (3 empreendimentos)
   ============================================ */
.alfa-destaques {
    padding: 90px 20px;
    text-align: center;
}

.alfa-destaques .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.alfa-destaques-row {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

/* CARD com background-image — cantos diagonais, overlay na base */
.alfa-chamada {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 350px;
    margin: 0 1.5%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.alfa-chamada .chamada-box {
    position: absolute;
    width: 100%;
    height: 70px;
    padding: 20px 0;
    bottom: 0;
    background: rgba(22,116,80,0.7);
    border-bottom-right-radius: 18px;
    text-align: left;
    color: #fff;
    z-index: 3;
}

.alfa-chamada .chamada-titulo {
    position: absolute;
    width: 58%;
    margin-left: 2%;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
}

.alfa-chamada .chamada-titulo span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.alfa-chamada .chamada-lotes {
    position: absolute;
    width: 30%;
    right: 2%;
    top: 4px;
    height: 32px;
    line-height: 32px;
    padding-left: 26px;
    background: url("https://www.alfaurbanismo.com.br/wp/wp-content/uploads/alfa/icon_bannerbox_lotes.png") no-repeat 2px center;
    background-size: auto 20px;
    font-size: 13px;
    color: rgba(255,255,255,0.95);
    white-space: nowrap;
    overflow: hidden;
}

.alfa-chamada .chamada-saibamais {
    position: absolute;
    right: 2%;
    bottom: 8px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    background: var(--laranja);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #fff !important;
}

/* Links LANÇAMENTOS / ENTREGUES / TODOS */
.alfa-destaques-links {
    margin: 60px 0 0;
    text-align: center;
}

.alfa-destaques-links a {
    display: inline-block;
    width: 260px;
    height: 60px;
    line-height: 60px;
    margin: 0 20px;
    background: var(--verde-escuro);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    transition: background 0.2s;
}

.alfa-destaques-links a:hover { background: var(--laranja); }

/* ============================================
   SEÇÃO INSTITUCIONAL HOME (background image)
   ============================================ */
.alfa-home-institucional {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-image: url("https://www.alfaurbanismo.com.br/wp/wp-content/uploads/alfa/img_home_institucional.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-top: 7px solid var(--laranja);
    padding: 60px 20px;
    color: #fff;
}

.alfa-home-institucional .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.alfa-home-institucional .inst-box {
    max-width: 500px;
}

.alfa-home-institucional .inst-titulo {
    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}

.alfa-home-institucional .inst-sub {
    font-family: "Ubuntu", sans-serif;
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
    color: var(--verde-claro);
    margin-bottom: 20px;
    line-height: 1.2;
}

.alfa-home-institucional .inst-texto {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    margin-bottom: 30px;
}

.alfa-home-institucional .inst-btn {
    display: inline-block;
    padding: 18px 30px;
    background: var(--laranja);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    transition: background 0.2s;
}

.alfa-home-institucional .inst-btn:hover { background: #d4551f; }

/* ============================================
   FAIXA "FALE COM A GENTE" (verde claro)
   ============================================ */
.alfa-fale-gente {
    padding: 30px 20px;
    background: var(--verde-claro);
    text-align: right;
}

.alfa-fale-gente .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alfa-fale-gente .fg-texto {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    flex: 1;
}

.alfa-fale-gente .fg-btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: var(--verde-escuro);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.alfa-fale-gente .fg-btn:hover { background: var(--laranja); }

/* ============================================
   FOOTER
   ============================================ */
.site-footer,
#colophon {
    padding-top: 60px !important;
    background: #fff !important;
    color: #666 !important;
    border: none !important;
}

#alfa-footer {
    padding: 60px 20px 0;
    background: #fff;
}

#alfa-footer .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

#alfa-footer .ft-logo {
    width: 145px;
    flex-shrink: 0;
}

#alfa-footer .ft-logo img {
    width: 100%;
    height: auto;
}

#alfa-footer .ft-endereco {
    width: 220px;
}

#alfa-footer .ft-endereco .end-titulo {
    font-size: 20px;
    font-weight: 300;
    color: var(--verde-escuro);
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

#alfa-footer .ft-endereco .end-titulo span { color: var(--laranja); }

#alfa-footer .ft-endereco .end-desc {
    font-size: 13px;
    color: var(--verde-escuro);
    line-height: 1.7;
}

#alfa-footer .ft-nav { margin-left: auto; }

#alfa-footer .ft-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#alfa-footer .ft-nav ul li {
    margin: 6px 0;
}

#alfa-footer .ft-nav ul li a {
    font-size: 14px;
    color: var(--verde-escuro) !important;
    text-decoration: none;
    transition: color 0.2s;
}

#alfa-footer .ft-nav ul li a:hover {
    color: var(--laranja) !important;
}

.alfa-rodape {
    height: 40px;
    line-height: 40px;
    background: var(--laranja);
    margin-top: 40px;
    text-align: right;
    padding: 0 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}

.alfa-rodape .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
}

/* Esconder footer padrão do Kadence */
#colophon > .site-info,
.kadence-footer,
.footer-html { display: none !important; }

/* ============================================
   PÁGINA EMPREENDIMENTOS - GRID COMPLETO
   ============================================ */
.alfa-page-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 20px;
}

.alfa-emp-grid-full {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.alfa-chamada-full {
    position: relative;
    width: 47%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.alfa-chamada-full .chamada-box {
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0;
    background: rgba(22,116,80,0.8);
    border-bottom-right-radius: 18px;
    color: #fff;
}

.alfa-chamada-full .chamada-titulo {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}

.alfa-chamada-full .chamada-titulo span {
    display: inline-block;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
}

.alfa-chamada-full .chamada-lotes {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    margin: 5px 0 8px;
}

.alfa-chamada-full .chamada-saibamais {
    display: inline-block;
    padding: 5px 14px;
    background: var(--laranja);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #fff !important;
}

/* ============================================
   BREADCRUMBS / PAGE HERO
   ============================================ */
.alfa-breadcrumbs {
    height: 80px;
    line-height: 80px;
    background: url("https://www.alfaurbanismo.com.br/wp/wp-content/uploads/alfa/img_home_institucional.jpg") center center;
    background-size: cover;
    border-bottom: 6px solid var(--laranja);
    padding: 0 20px;
    margin-bottom: 50px;
}

.alfa-breadcrumbs h1 {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    max-width: 1180px;
    margin: 0 auto;
    line-height: 80px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}


/* Link overlay cobre o card inteiro — z-index abaixo do box */
.alfa-chamada-link {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
    display: block;
}

/* ============================================
   HAMBURGUER — oculto no desktop
   ============================================ */

/* Desktop: hamburguer escondido, nav normal visível */
#alfa-ham-btn   { display: none; }
#alfa-mobile-menu { display: none; }

/* ============================================
   RESPONSIVO — mobile/tablet (≤ 900px)
   ============================================ */
@media (max-width: 900px) {

    /* ── Header ── */
    #alfa-header .alfa-logo::before { display: none; }

    /* Ocultar nav desktop, mostrar botão hamburguer */
    #alfa-nav-desktop { display: none !important; }

    #alfa-ham-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 36px;
        height: 26px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-left: auto;
        position: relative;
        z-index: 1002;
    }

    #alfa-ham-btn span {
        display: block;
        width: 100%;
        height: 4px;
        background: #fff;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.25s ease;
        transform-origin: center;
    }

    /* Animação X quando aberto */
    #alfa-ham-btn.aberto span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }
    #alfa-ham-btn.aberto span:nth-child(2) {
        opacity: 0;
    }
    #alfa-ham-btn.aberto span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }

    /* ── Menu mobile dropdown ── */
    #alfa-mobile-menu {
        display: block;
        position: fixed;
        top: 133px;
        left: 0;
        width: 100%;
        background: var(--verde-escuro);
        z-index: 1000;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }

    #alfa-mobile-menu.aberto {
        max-height: 400px;
    }

    #alfa-mobile-menu ul {
        list-style: none;
        margin: 0;
        padding: 8px 0;
    }

    #alfa-mobile-menu ul li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    #alfa-mobile-menu ul li:last-child {
        border-bottom: none;
    }

    #alfa-mobile-menu ul li a {
        display: block;
        padding: 15px 25px;
        font-size: 17px;
        font-weight: 400;
        color: #fff !important;
        text-decoration: none;
        transition: background 0.15s;
    }

    #alfa-mobile-menu ul li a:hover,
    #alfa-mobile-menu ul li a.ativo {
        background: rgba(255,255,255,0.12);
        color: var(--verde-claro) !important;
        padding-left: 32px;
    }

    /* ── Resto do layout mobile ── */
    .alfa-chamada, .alfa-chamada-full { width: 100% !important; margin: 10px 0 !important; }
    .alfa-banner-slider { height: 350px; }
    .alfa-slide .slide-texto { font-size: 28px; width: 280px; top: 80px; right: 5%; }
    .alfa-home-institucional .inst-titulo { font-size: 26px; }
    .alfa-destaques-links a { width: 200px; margin: 5px; }
    #alfa-footer .alfa-inner { flex-direction: column; }
    .alfa-fale-gente .alfa-inner { flex-direction: column; text-align: center; }

    /* Single empreendimento */
    .alfa-emp-hero { height: 280px; }
    .alfa-emp-hero-titulo { font-size: 28px !important; }
    .alfa-emp-cols { flex-direction: column; }
    .alfa-emp-sidebar { width: 100%; }

    /* Contato */
    .alfa-contato-cols { flex-direction: column; }
    .alfa-contato-info { width: 100%; }

    /* Empresas */
    .alfa-grupo-grid { flex-direction: column; align-items: center; }
    .alfa-empresa-card { width: 100%; max-width: 400px; }

    /* Slide box menor em mobile */
    .alfa-slide .slide-box { height: auto; padding: 12px 0; }
    .alfa-slide .slide-box .slide-inner { flex-wrap: wrap; height: auto; gap: 10px; }
    .alfa-slide .slide-box .slide-titulo { font-size: 16px; }
    .alfa-slide .slide-box .slide-lotes { font-size: 14px; }
}

/* ============================================
   SINGLE EMPREENDIMENTO — página individual
   ============================================ */

/* Hero: imagem como background-image com overlay escuro */
.alfa-emp-hero {
    width: 100%;
    height: 400px;
    background-color: var(--verde-escuro);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.alfa-emp-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.42);
    border-bottom: 6px solid var(--laranja);
    display: flex;
    align-items: flex-end;
    padding-bottom: 35px;
}

.alfa-emp-hero-overlay .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.alfa-emp-hero-titulo {
    font-size: 42px !important;
    font-weight: bold !important;
    font-style: italic;
    color: #fff !important;
    text-shadow: 1px 2px 8px rgba(0,0,0,0.55);
    margin: 0 0 8px !important;
    line-height: 1.1;
}

.alfa-emp-hero-local {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255,255,255,0.88) !important;
    margin: 0;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

/* Layout geral do single */
.alfa-emp-single {
    padding: 55px 20px 70px;
}

.alfa-emp-single .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
}

/* Duas colunas: main + sidebar */
.alfa-emp-cols {
    display: flex;
    gap: 45px;
    align-items: flex-start;
}

.alfa-emp-main {
    flex: 1;
    min-width: 0;
}

.alfa-emp-descricao {
    font-size: 15px;
    line-height: 1.85;
    color: #555;
    margin-bottom: 25px;
}

/* Sidebar verde escuro com texto branco */
.alfa-emp-sidebar {
    width: 280px;
    flex-shrink: 0;
}

.alfa-emp-sidebar-box {
    background: var(--verde-escuro);
    padding: 25px;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.alfa-emp-sidebar-box h3 {
    font-size: 20px !important;
    color: #fff !important;
    font-style: italic;
    margin: 0 0 18px !important;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.alfa-emp-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.alfa-emp-info-item .info-label {
    font-size: 13px;
    color: rgba(255,255,255,0.72) !important;
    font-weight: 400;
}

.alfa-emp-info-item .info-value {
    font-size: 13px;
    color: #fff !important;
    font-weight: 700;
    text-align: right;
}

.btn-alfa-sidebar {
    display: block;
    text-align: center;
    padding: 14px 20px;
    margin-top: 22px;
    background: var(--laranja);
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-alfa-sidebar:hover { background: #d4551f; }

/* Link voltar */
.alfa-emp-back {
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.alfa-emp-back a {
    color: var(--verde-escuro) !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.alfa-emp-back a:hover {
    color: var(--laranja) !important;
}

/* Responsivo */
@media (max-width: 900px) {
    .alfa-emp-hero { height: 280px; }
    .alfa-emp-hero-titulo { font-size: 28px !important; }
    .alfa-emp-cols { flex-direction: column; }
    .alfa-emp-sidebar { width: 100%; }
}

/* ============================================
   BREADCRUMBS BANNER — usado em Contato,
   Empresas do Grupo, Institucional
   ============================================ */
.alfa-breadcrumbs {
    height: 90px;
    line-height: 90px;
    background: url("https://www.alfaurbanismo.com.br/img/bg_breadcrumbs.jpg") center center;
    background-size: cover;
    border-bottom: 6px solid var(--laranja);
    padding: 0 20px;
    margin-bottom: 50px;
}

.alfa-breadcrumbs .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.alfa-breadcrumbs h1 {
    font-size: 28px !important;
    font-weight: bold !important;
    font-style: italic;
    color: #fff !important;
    margin: 0 !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    line-height: 90px;
}

/* ============================================
   EMPRESAS DO GRUPO
   ============================================ */
.alfa-grupo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
    padding: 20px 0 60px;
}

.alfa-empresa-card {
    width: 320px;
    background: #fff;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    overflow: hidden;
    box-shadow: 0 3px 18px rgba(0,0,0,0.10);
    transition: box-shadow 0.2s;
    text-align: center;
}

.alfa-empresa-card:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,0.16);
}

.alfa-empresa-logo {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: #f8f8f8;
    border-bottom: 3px solid var(--laranja);
}

.alfa-empresa-logo img {
    max-width: 100%;
    max-height: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.alfa-empresa-nome {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: var(--verde-escuro);
    padding: 18px 20px 10px;
}

.alfa-empresa-texto {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    padding: 0 22px 25px;
}

/* ============================================
   CONTATO — layout com form + info sidebar
   ============================================ */
.alfa-contato-wrap {
    padding: 0 20px 70px;
}

.alfa-contato-wrap .alfa-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.alfa-contato-intro {
    font-size: 15px;
    color: #555;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.alfa-contato-cols {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.alfa-contato-form {
    flex: 1;
    min-width: 0;
}

/* Estilo do Contact Form 7 */
.alfa-contato-form .wpcf7-form label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
    margin-top: 14px;
}

.alfa-contato-form .wpcf7-form input[type="text"],
.alfa-contato-form .wpcf7-form input[type="email"],
.alfa-contato-form .wpcf7-form input[type="tel"],
.alfa-contato-form .wpcf7-form textarea,
.alfa-contato-form .wpcf7-form select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    color: #444;
    background: #fafafa;
    box-sizing: border-box;
}

.alfa-contato-form .wpcf7-form input:focus,
.alfa-contato-form .wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--verde-claro);
    background: #fff;
}

.alfa-contato-form .wpcf7-form textarea {
    min-height: 130px;
    resize: vertical;
}

.alfa-contato-form .wpcf7-submit {
    display: inline-block;
    margin-top: 18px;
    padding: 14px 35px;
    background: var(--laranja) !important;
    color: #fff !important;
    border: none !important;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
    font-family: "Ubuntu", sans-serif;
}

.alfa-contato-form .wpcf7-submit:hover {
    background: #d4551f !important;
}

/* Sidebar de info das sedes */
.alfa-contato-info {
    width: 280px;
    flex-shrink: 0;
}

.alfa-contato-info-box {
    background: var(--verde-escuro);
    padding: 25px;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.alfa-contato-info-box h3 {
    font-size: 20px !important;
    color: #fff !important;
    font-style: italic;
    margin: 0 0 20px !important;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.alfa-contato-sede {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.alfa-contato-sede:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sede-cidade {
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    color: var(--verde-claro) !important;
    margin-bottom: 8px;
}

.sede-cidade span {
    font-size: 13px;
    font-style: normal;
    color: rgba(255,255,255,0.7) !important;
    margin-left: 5px;
}

.alfa-contato-sede p {
    font-size: 13px;
    color: rgba(255,255,255,0.85) !important;
    line-height: 1.65;
    margin: 0 0 6px;
}

.sede-fone {
    font-size: 15px !important;
    font-weight: bold;
    color: #fff !important;
}

/* Responsivo */
@media (max-width: 900px) {
    .alfa-contato-cols { flex-direction: column; }
    .alfa-contato-info { width: 100%; }
    .alfa-grupo-grid { flex-direction: column; align-items: center; }
    .alfa-empresa-card { width: 100%; max-width: 400px; }
}
