/* ==========================================================
   Andrea Santos Advocacia - Customizações sobre Lawgne template
   Paleta: #162542 (azul-marinho) | #b68c5a (champagne) | #fff
   Tipografia base já definida: Frank Ruhl Libre + Karla
   ========================================================== */

/* --- Idioma & legibilidade pt-BR --- */
html { -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* --- Botão WhatsApp flutuante --- */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    z-index: 999;
    transition: transform .25s ease, box-shadow .25s ease;
    text-decoration: none;
}
.whatsapp-float:hover {
    background: #1ebe57;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
}

/* --- Hero estático com banner Andrea Santos --- */
.hero-banner-andrea {
    min-height: 720px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding: 100px 0;
}
.hero-banner-andrea::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(22,37,66,.2) 0%, rgba(22,37,66,.5) 50%, rgba(22,37,66,.85) 100%);
    z-index: 1;
}
.hero-banner-andrea > .container { position: relative; z-index: 2; }
.hero-banner-andrea .hero-content .span {
    color: #fcd100;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 18px;
}
.hero-banner-andrea .hero-content h1 {
    color: #fff;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}
.hero-banner-andrea .hero-content h4 {
    color: #f0f0f0;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 22px;
    font-style: italic;
}
.hero-banner-andrea .hero-content .hero-tagline {
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 580px;
}
.hero-banner-andrea .hero-content .button {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.hero-banner-andrea .hero-content .button li { margin: 0; }

/* --- Breadcrumb (páginas internas) com mesma imagem --- */
.breadcrumbs-area {
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
    padding: 110px 0 90px;
}
.breadcrumbs-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(22,37,66,.92) 0%, rgba(22,37,66,.75) 100%);
    z-index: 1;
}
.breadcrumbs-area > .container { position: relative; z-index: 2; }

/* --- Tipografia leve em português (alturas) --- */
.hero-content h1 { line-height: 1.15; }
.hero-content .hero-title-as {
    /* H2 estilizada como H1 nos slides 2 e 3 (1 H1 só por página - SEO) */
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 25px;
}
@media (max-width: 991px) { .hero-content .hero-title-as { font-size: 48px; } }
@media (max-width: 767px) { .hero-content .hero-title-as { font-size: 36px; } }
.section-title h2 { line-height: 1.25; }

/* --- Cards de áreas de atuação --- */
.area-card {
    background: #fff;
    padding: 35px 28px;
    border: 1px solid #efefef;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s;
    height: 100%;
}
.area-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(22, 37, 66, .12);
    border-color: #fcd100;
}
.area-card .icon {
    width: 64px;
    height: 64px;
    background: #162542;
    color: #fcd100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 24px;
}
.area-card h4 {
    font-family: 'Frank Ruhl Libre', serif;
    color: #162542;
    margin-bottom: 12px;
    font-size: 22px;
}
.area-card p { color: #666; font-size: 15px; margin: 0; }

/* --- Top-bar institucional leve (substitui a frase comercial padrão) --- */
.header-top-bar { background: #162542; }
.header-top-bar p { color: #cdd2dc; }
.header-top-bar p a { color: #fcd100; font-weight: 600; }

/* --- About section overrides --- */
.about-andrea-img {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(22, 37, 66, .18);
}
.about-andrea-img img { width: 100%; height: auto; display: block; }

/* --- Lista de credenciais (sobre) --- */
.credentials-list { list-style: none; padding: 0; margin: 25px 0 30px; }
.credentials-list li {
    padding: 8px 0 8px 28px;
    position: relative;
    color: #333;
    font-size: 15px;
}
.credentials-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fcd100;
    position: absolute;
    left: 0;
    top: 9px;
}

/* --- Seção CTA dourada --- */
.cta-andrea {
    background: linear-gradient(135deg, #162542 0%, #1f3258 100%);
    padding: 70px 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-andrea::before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 200px; height: 100%;
    background: linear-gradient(45deg, transparent, rgba(182, 140, 90, .08));
}
.cta-andrea h2 {
    color: #fff;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 38px;
    margin-bottom: 18px;
}
.cta-andrea p { color: #cdd2dc; font-size: 17px; max-width: 680px; margin: 0 auto 30px; }
.cta-andrea .main-btn {
    background: #fcd100;
    color: #fff;
    padding: 16px 38px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
}
.cta-andrea .main-btn:hover { background: #fff; color: #2ad363; }

/* --- Stats / contadores --- */
.stat-box { text-align: center; padding: 20px; }
.stat-box .number {
    font-family: 'Frank Ruhl Libre', serif;
    color: #fcd100;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}
.stat-box .label {
    color: #162542;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

/* --- Contato boxes --- */
.contact-info-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    transition: all .3s;
    height: 100%;
}
.contact-info-card:hover {
    border-color: #fcd100;
    box-shadow: 0 12px 35px rgba(22, 37, 66, .1);
    transform: translateY(-4px);
}
.contact-info-card .icon {
    width: 70px; height: 70px;
    margin: 0 auto 20px;
    background: #162542;
    color: #fcd100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.contact-info-card h5 { color: #162542; margin-bottom: 10px; font-family: 'Frank Ruhl Libre', serif; }
.contact-info-card p, .contact-info-card a { color: #666; font-size: 15px; line-height: 1.7; }
.contact-info-card a:hover { color: #fcd100; }

/* --- Tweaks gerais --- */
img { max-width: 100%; height: auto; }
.section-title .sub-title { color: #fcd100; letter-spacing: 2px; font-weight: 600; }

/* --- Responsivo --- */
@media (max-width: 991px) {
    .hero-banner-andrea { min-height: 600px; padding: 80px 0; }
    .hero-banner-andrea .hero-content h1 { font-size: 44px; }
    .hero-banner-andrea .hero-content h4 { font-size: 20px; }
    .hero-banner-andrea::before {
        background: linear-gradient(180deg, rgba(22,37,66,.55) 0%, rgba(22,37,66,.92) 100%);
    }
}
@media (max-width: 767px) {
    .hero-content h1 { font-size: 36px !important; }
    .hero-banner-andrea { min-height: 520px; padding: 60px 0; text-align: center; }
    .hero-banner-andrea .hero-content h1 { font-size: 32px; }
    .hero-banner-andrea .hero-content h4 { font-size: 17px; }
    .hero-banner-andrea .hero-content .hero-tagline { font-size: 15px; }
    .hero-banner-andrea .hero-content .button { justify-content: center; }
    .breadcrumbs-area { padding: 70px 0 50px; }
    .cta-andrea h2 { font-size: 28px; }
    .stat-box .number { font-size: 40px; }
    .whatsapp-float { width: 52px; height: 52px; font-size: 26px; bottom: 18px; right: 18px; }
}
/* ==========================================
   🎯 MENU — Melhorias de UI/UX
   ========================================== */

/* --- Top Bar --- */
.header-top-bar {
  padding: 6px 0 8px;
  border-bottom: 1px solid rgba(182, 141, 90, 0.2);
  background: linear-gradient(135deg, #162542 0%, #1c2d52 100%);
}
.header-top-bar .text-block p {
  font-size: 14px;
  letter-spacing: 0.3px;
}
.header-top-bar .text-block p a {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header-top-bar .text-block p a:hover {
  color: #fcd100;
}

/* --- Logo Area — refinamento dos contatos --- */
.header-logo-area .site-info .info-list li {
  padding: 28px 35px;
}
@media (max-width: 1199px) {
  .header-logo-area .site-info .info-list li {
    padding: 20px 18px;
  }
}
.header-logo-area .site-info .info-list li .icon i {
  font-size: 32px;
  transition: transform 0.3s ease;
}
.header-logo-area .site-info .info-list li:hover .icon i {
  transform: scale(1.1);
}

/* --- Navigation Wrapper --- */
.header-area-one .header-navigation .navigation-wrapper {
  border-radius: 12px;
  padding: 0 30px;
  box-shadow: 0 8px 30px rgba(22, 37, 66, 0.08);
  transition: box-shadow 0.3s ease;
}
.header-area-one .header-navigation .navigation-wrapper:hover {
  box-shadow: 0 12px 40px rgba(22, 37, 66, 0.12);
}
@media (max-width: 991px) {
  .header-area-one .header-navigation .navigation-wrapper {
    border-radius: 0;
    padding: 10px 15px;
  }
}

/* --- Links do Menu --- */
.header-navigation .main-menu ul li > a {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 32px 18px;
  transition: color 0.3s ease;
}

/* Indicador de página ativa — barra dourada inferior */
.header-navigation .main-menu ul li > a.active::after {
  content: '';
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background: #fcd100;
  border-radius: 2px;
}

/* Hover com underline animado */
.header-navigation .main-menu ul li > a::before {
  content: '';
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #fcd100;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.header-navigation .main-menu ul li > a:hover::before {
  width: 20px;
}
.header-navigation .main-menu ul li:first-child > a {
  padding-left: 0;
}

/* --- Botão CTA "Fale Agora" --- */
.header-area-one .header-navigation .header-right-nav ul li .main-btn {
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(182, 141, 90, 0.3);
  transition: all 0.3s ease;
}
.header-area-one .header-navigation .header-right-nav ul li .main-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(182, 141, 90, 0.4);
}
.header-area-one .header-navigation .header-right-nav ul li .main-btn i {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .header-area-one .header-navigation .header-right-nav ul li .main-btn {
    padding: 10px 14px;
    font-size: 13px;
    border-radius: 6px;
  }
}

/* --- Mobile: off-canvas menu refinado --- */
.header-navigation.breakpoint-on .nav-menu {
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
  box-shadow: 0 0 40px rgba(22, 37, 66, 0.15);
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  border-bottom: 1px solid #f0f0f0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  font-size: 15px;
  padding: 14px 24px;
  font-weight: 600;
  color: #162542 !important;
  transition: all 0.3s ease;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a:hover,
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a.active {
  color: #fcd100 !important;
  background: rgba(182, 141, 90, 0.06);
}
.header-navigation .navbar-close {
  background: #162542;
  border-radius: 0 0 0 8px;
}
.header-navigation .navbar-toggler span {
  width: 26px;
  height: 2.5px;
  border-radius: 2px;
  background-color: #162542;
  margin-top: 5px;
}

/* --- Sticky / Scroll --- */
.header-navigation.sticky.sticky .navigation-wrapper {
  border-radius: 0;
  box-shadow: 0 4px 30px rgba(22, 37, 66, 0.12);
}
/* ==========================================
   📞 INFO — Telefone & Endereço (UX refinado)
   ========================================== */

/* --- Container dos cards de info --- */
.header-logo-area .site-info .info-list li {
  padding: 22px 40px;
  border-right: 1px solid #e8e8e8;
  transition: all 0.3s ease;
}
.header-logo-area .site-info .info-list li:first-child {
  border-left: 1px solid #e8e8e8;
}
.header-logo-area .site-info .info-list li:hover {
  background: rgba(182, 141, 90, 0.04);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo-area .site-info .info-list li {
    padding: 20px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo-area .site-info .info-list li {
    padding: 18px 16px;
  }
}

/* --- Ícone --- */
.header-logo-area .site-info .info-list li .icon {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(182, 141, 90, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.header-logo-area .site-info .info-list li:hover .icon {
  background: #fcd100;
}
.header-logo-area .site-info .info-list li .icon i {
  color: #fcd100;
  font-size: 20px;
  line-height: 1;
  transition: color 0.3s ease;
}
.header-logo-area .site-info .info-list li:hover .icon i {
  color: #fff;
}

/* --- Texto --- */
.header-logo-area .site-info .info-list li .info {
  line-height: 1.4;
}
.header-logo-area .site-info .info-list li .info span {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #888;
}
.header-logo-area .site-info .info-list li .info h5 {
  font-size: 16px;
  font-weight: 600;
  color: #162542;
  transition: color 0.3s ease;
}
.header-logo-area .site-info .info-list li:hover .info h5 {
  color: #fcd100;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo-area .site-info .info-list li .info h5 {
    font-size: 14px;
  }
  .header-logo-area .site-info .info-list li .info span {
    font-size: 11px;
  }
}