:root {
  --gold: #eac46a;
  --navy: #121b2b;
  --navy-dark: #111624;
}

.main-header {
  background: #23263d;
  /* Leve sombra premium */
  box-shadow: 0 2px 16px rgba(30, 30, 60, 0.07);
  z-index: 20;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.13rem;
  color: #fff !important;
  letter-spacing: 0.01em;
}
.nav-link {
  color: #e8e8e8 !important;
  font-weight: 500;
  transition: color 0.14s;
}
.nav-link:hover,
.nav-link.active {
  color: #eac46a !important;
}
.hero-section {
  background: radial-gradient(ellipse at 70% 50%, #22243b 60%, #15182d 100%);
  min-height: 80vh;
  color: #fff;
  position: relative;
  padding: 70px 0 40px 0;
  overflow: hidden;
}

.hero-badge {
  display: inline-block;
  background: rgba(234, 196, 106, 0.15);
  color: var(--gold);
  border-radius: 20px;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.text-gold {
  color: var(--gold);
}

.btn-outline-light {
  border-color: var(--gold);
  color: var(--gold);
}
.btn-outline-light:hover {
  background: var(--gold);
  color: #181b24;
}

.hero-img-wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
}

/* Círculo nítido */
.hero-circle {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 364px;
  height: 364px;
  border-radius: 50%;
  background: radial-gradient(circle, #3fe7e3 10%, #24567c 100%);
  z-index: 1;
  opacity: 0.65;
}

/* Círculo borrado só na parte de baixo */
.hero-circle-blur {
  position: absolute;
  left: 50%;
  top: 75%; /* Mais embaixo */
  transform: translate(-50%, -50%);
  width: 364px;
  height: 180px; /* metade do círculo */
  border-radius: 0 0 175px 175px / 0 0 90px 90px; /* curva só embaixo */
  background: radial-gradient(ellipse at 50% 80%, #3fe7e3 30%, #24567c 100%);
  z-index: 0;
  filter: blur(25px);
  opacity: 0.38;
  pointer-events: none;
}

/* Imagem do advogado */
.hero-img {
  width: 382px;
  border-radius: 18px;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero-section {
    min-height: 60vh;
    padding: 60px 0 0 0;
  }
  .hero-img {
    max-width: 260px;
  }
  .hero-circle,
  .hero-circle-blur {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    min-height: 40vh;
  }
  .hero-img-wrapper {
    margin-top: 14px;
  }
}

.sobre-section {
  background: #f7f7fa;
}

.sobre-foto-wrapper {
  position: relative;
  display: inline-block;
}
.sobre-foto {
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(30, 30, 60, 0.1);
  max-width: 270px;
  min-height: 350px;
  object-fit: cover;
}
.sobre-selo {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold, #eac46a);
  color: #23263d;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 22px;
  box-shadow: 0 4px 16px rgba(234, 196, 106, 0.09);
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.sobre-titulo-mini {
  display: inline-block;
  color: #888;
  background: #fff6d8;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.sobre-lista-destaques li {
  margin-bottom: 8px;
  font-size: 1.07rem;
}
.sobre-assinatura img {
  opacity: 0.7;
  filter: grayscale(60%);
}

.atuacao-section {
  background: white;
}

.atuacao-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(30, 30, 60, 0.08);
  transition: transform 0.18s, box-shadow 0.18s;
  cursor: default;
  border: none;
  position: relative;
}

.atuacao-card:hover {
  transform: translateY(-7px) scale(1.04);
  box-shadow: 0 12px 28px rgba(30, 30, 60, 0.14);
}

.atuacao-icon {
  font-size: 2.5rem;
  color: var(--gold, #eac46a);
  background: rgba(234, 196, 106, 0.13);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  box-shadow: 0 2px 8px rgba(234, 196, 106, 0.07);
}

@media (max-width: 767px) {
  .atuacao-card {
    margin-bottom: 16px;
  }
  .atuacao-icon {
    font-size: 2rem;
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
}

.diferenciais-section-list {
  background: radial-gradient(ellipse at 70% 50%, #22243b 60%, #15182d 100%);
}
.diferenciais-section-list h2 {
  color: #fff;
  color: var(--gold, #eac46a);
}
.diferenciais-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.diferenciais-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0 18px 0;
  border-bottom: 1px solid #f3eac0;
}
.diferenciais-list li:last-child {
  border-bottom: none;
}
.dif-icon {
  min-width: 48px;
  height: 48px;
  background: rgba(234, 196, 106, 0.14);
  color: var(--gold, #eac46a);
  border-radius: 14px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.diferenciais-list strong {
  font-size: 1.17rem;
  color: var(--gold, #eac46a);
}
.diferenciais-list .text-muted {
  font-size: 1.03rem;
  color: #fff !important;
}

@media (max-width: 768px) {
  .diferenciais-list li {
    flex-direction: column;
    gap: 10px;
  }
  .dif-icon {
    margin-bottom: 2px;
  }
}

.como-funciona-section {
  background: #f6f7fb;
}

.etapa-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 22px rgba(30, 30, 60, 0.08);
  position: relative;
  transition: transform 0.17s, box-shadow 0.17s;
  cursor: default;
}

.etapa-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 14px 30px rgba(234, 196, 106, 0.12),
    0 2px 12px rgba(30, 30, 60, 0.07);
}

.etapa-numero {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold, #eac46a);
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}

.etapa-icone {
  font-size: 2.3rem;
  color: #a79848;
  background: rgba(234, 196, 106, 0.12);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
}

@media (max-width: 767px) {
  .etapa-card {
    margin-bottom: 18px;
  }
  .etapa-icone {
    font-size: 1.5rem;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .etapa-numero {
    font-size: 1.4rem;
  }
}

.depoimentos-section {
  background: white;
}

.depoimento-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 22px rgba(30, 30, 60, 0.08);
  max-width: 400px;
  padding: 38px 30px 26px 30px;
  text-align: center;
  margin: 0 auto 28px auto;
}
.carousel {
  max-width: calc(100% - 100px) !important;
  margin: auto;
}
@media (max-width: 767px) {
  .depoimento-card {
    margin-bottom: 18px;
    max-width: 95vw;
    padding: 22px 14px 16px 14px;
  }
}

.depo-quote {
  color: var(--gold, #eac46a);
  font-size: 2.1rem;
}
.depo-text {
  font-size: 1.15rem;
  color: #23263d;
  font-style: italic;
}
.depo-nome {
  margin-top: 10px;
  font-weight: 700;
  color: #6d6d7b;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #eac46a;
  border-radius: 50%;
}
.carousel-control-next {
  right: -46px !important;
}
.carousel-control-prev {
  left: -46px !important;
}

.faq-section {
  background: #f7f7fa;
}
.accordion-flush .accordion-item {
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(30, 30, 60, 0.07);
  margin-bottom: 20px;
  border: none;
}
.accordion-button {
  font-size: 1.13rem;
  font-weight: 600;
  color: #23263d;
  background: #fffbe9;
  border-radius: 18px;
  padding: 20px 24px;
  transition: background 0.15s;
}
.accordion-button:not(.collapsed) {
  background: #eac46a33;
  color: #a28233;
}
.accordion-body {
  background: #fff;
  border-radius: 0 0 18px 18px;
  color: #353545;
  padding: 18px 24px;
  font-size: 1.08rem;
  box-shadow: 0 2px 10px rgba(234, 196, 106, 0.07);
}

.cta-section {
  background: #23263d;
}
.cta-card {
  background: rgba(30, 34, 56, 0.96);
  border-radius: 22px;
  box-shadow: 0 0 48px 0 #eac46a22, 0 8px 32px 0 #00000015;
  max-width: 600px;
}
.cta-icone {
  font-size: 2.5rem;
  color: var(--gold, #eac46a);
  background: rgba(234, 196, 106, 0.13);
  border-radius: 50%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  box-shadow: 0 2px 12px rgba(234, 196, 106, 0.07);
}
.btn-gold {
  background: var(--gold, #eac46a);
  color: #23263d;
  border: none;
  font-weight: 700;
  transition: background 0.18s, color 0.18s;
}
.btn-gold:hover {
  background: #fff;
  color: #eac46a;
  border: 2px solid #eac46a;
}

.footer-section {
  background: #23263d;
}
.footer-logo {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}
.footer-info {
  color: #cfcfcf;
}
.footer-link {
  color: #eac46a;
  font-size: 1.6rem;
  margin-right: 10px;
  transition: color 0.14s;
  vertical-align: middle;
  text-decoration: none;
}
.footer-link:last-child {
  margin-right: 0;
}
.footer-link:hover {
  color: #fff;
}
.footer-divider {
  border-top: 1.2px solid #343753;
  opacity: 0.4;
  margin-top: 16px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .footer-section .row {
    flex-direction: column;
    gap: 10px;
  }
  .footer-logo {
    justify-content: center;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 20px;
  z-index: 1100;
  background: var(--gold, #eac46a);
  color: #23263d;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  box-shadow: 0 4px 16px rgba(30, 30, 60, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  transition: background 0.13s, color 0.13s, box-shadow 0.13s;
  text-decoration: none;
}
.whatsapp-float:hover {
  background: #fff;
  color: #eac46a;
  box-shadow: 0 6px 24px rgba(30, 30, 60, 0.17);
}
@media (min-width: 991px) {
  .whatsapp-float {
    display: none; /* Só aparece em mobile/tablet */
  }
}
