.elementor-3037 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-3037 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//**
 * ============================================
 * MONTEIRO LORETTI ADVOCACIA ESPECIALIZADA
 * Landing Page Styles
 * Cor institucional: #05518b (Azul institucional)
 * ============================================
 */

/* ========================================
   1. RESET & BASE STYLES
   ======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.monteiro-loretti-body {
  min-height: 100vh;
  background-color: #f5f5f5;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   2. COLOR VARIABLES
   ======================================== */

:root {
  --color-primary: #05518b;
  --color-primary-dark: #043a6b;
  --color-primary-darker: #032d52;
  --color-secondary: #25D366;
  --color-secondary-hover: #22C55E;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-red: #ef4444;
}

.text-primary {
  color: var(--color-primary);
}

/* ========================================
   3. ICON SIZES
   ======================================== */

.icon-xs {
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.icon-sm {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

.icon-sm2 {
  width: 10px;
  height: 10px;
  color: #ffffff;
}

.icon-md {
  width: 24px;
  height: 24px;
  
}

.icon-md2 {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.icon-lg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.icon-lg2 {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.icon-lg2 {
  width: 32px;
  height: 32px;
  color: var(--color-primary);
}

.icon-xl {
  width: 40px;
  height: 40px;
  color: var(--color-primary);
}

/* ========================================
   4. UTILITY CLASSES
   ======================================== */

.section-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .section-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .section-container {
    padding: 0 2rem;
  }
}

/* ========================================
   5. HEADER NAVIGATION
   ======================================== */

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: var(--color-primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .header-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .header-container {
    padding: 0 2rem;
  }
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

@media (min-width: 768px) {
  .header-content {
    height: 80px;
  }
}

.header-logo {
  flex-shrink: 0;
}

.logo-image {
  height: 40px !important;
  width: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .logo-image {
    height: 48px;
  }
}

/* Desktop Navigation */
.nav-desktop {
  display: none;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .nav-desktop {
    display: flex;
  }
}

.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #e5e7eb;
  transition: color 0.3s;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--color-white);
}

.nav-link.active {
  color: var(--color-white) !important;
  font-weight: 600;
}

/* Header CTAs */
.btn-whatsapp-desktop {
  display: none;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .btn-whatsapp-desktop {
    display: flex;
  }
}

.btn-whatsapp-desktop:hover {
  background-color: var(--color-secondary-hover);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.header-mobile-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .header-mobile-actions {
    display: none;
  }
}

.btn-whatsapp-mobile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-whatsapp-mobile:hover {
  background-color: var(--color-secondary-hover);
}

.mobile-menu-toggle {
  color: var(--color-white);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}

.mobile-menu-toggle:hover {
  color: #e5e7eb;
}

/* Mobile Menu */
.mobile-menu {
  background-color: var(--color-primary-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu.hidden {
  display: none;
}

.mobile-menu.show {
  display: block;
}

.mobile-menu-container {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mobile-menu-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  color: var(--color-white);
  background: none;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
  text-decoration: none;
}

.mobile-menu-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ========================================
   6. HERO SECTION
   ======================================== */

.hero-section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: linear-gradient(to bottom, var(--color-white), #f3f4f6);
}

@media (min-width: 768px) {
  .hero-section {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .hero-content {
    gap: 1.5rem;
  }
}

.hero-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.3;
}

@media (min-width: 640px) {
  .hero-title {
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 2.5rem;
  }
}

.hero-subtitle {
  font-size: 1rem;
  color: var(--color-primary);
}

@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .hero-subtitle {
    font-size: 1.7rem;
  }
}

.hero-description {
  font-size: 0.875rem;
  color: var(--color-primary);
  line-height: 1.6;
}

@media (min-width: 768px) {
  .hero-description {
    font-size: 1.2rem;
  }
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--color-white);
}

@media (min-width: 768px) {
  .hero-location {
    font-size: 0.875rem;
  }
}

.location-text {
  font-weight: 500;
  color: var(--color-primary);
  font-size: 0.975rem;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .hero-cta-group {
    flex-direction: row;
    gap: 1rem;
    padding-top: 1rem;
  }
}

.hero-visual {
  position: relative;
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .hero-visual {
    margin-top: 0;
  }
}

.hero-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(to bottom right, var(--color-primary-dark), var(--color-primary-darker));
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .hero-card {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero-card {
    padding: 3rem;
  }
}

.hero-card-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .hero-card-content {
    gap: 2rem;
  }
}

.hero-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .hero-card-header {
    gap: 1rem;
  }
}

.hero-card-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--color-white);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .hero-card-icon {
    width: 4rem;
    height: 4rem;
  }
}

.hero-card-title {
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hero-card-title {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .hero-card-title {
    font-size: 1.25rem;
  }
}

.hero-card-subtitle {
  color: #e5e7eb;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .hero-card-subtitle {
    font-size: 1rem;
  }
}

.hero-card-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .hero-card-stats {
    gap: 1rem;
  }
}

.stat-card {
  background-color: rgba(5, 81, 139, 0.5);
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .stat-card {
    padding: 1rem;
  }
}

.stat-number {
  color: var(--color-white);
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .stat-number {
    font-size: 1.5rem;
  }
}

.stat-label {
  color: #e5e7eb;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .stat-label {
    font-size: 0.875rem;
  }
}

/* ========================================
   7. CREDIBILITY SECTION
   ======================================== */

.credibility-section {
  padding: 1.5rem 0;
  background-color: var(--color-white);
  border-bottom: 1px solid rgba(5, 81, 139, 0.1);
}

@media (min-width: 768px) {
  .credibility-section {
    padding: 2rem 0;
  }
}

.credibility-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .credibility-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.credibility-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .credibility-item {
    gap: 1rem;
  }
}

.credibility-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(5, 81, 139, 0.1);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .credibility-icon {
    width: 3rem;
    height: 3rem;
  }
}

.credibility-text {
  font-weight: 500;
  color: var(--color-black);
  font-size: 0.95rem;
}

@media (min-width: 768px) {
  .credibility-text {
    font-size: 1rem;
  }
}

/* ========================================
   8. BUTTONS
   ======================================== */

.btn-primary-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .btn-primary-large {
    padding: 1rem 2rem;
    gap: 0.75rem;
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .btn-primary-large {
    font-size: 1.125rem;
  }
}

.btn-primary-large:hover {
  background-color: var(--color-secondary-hover);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.btn-secondary-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  background: none;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .btn-secondary-large {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

.btn-secondary-large:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-whatsapp-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp-large:hover {
  background-color: var(--color-secondary-hover);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp-block:hover {
  background-color: var(--color-secondary-hover);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary-large-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.btn-primary-large-cta:hover {
  background-color: var(--color-secondary-hover);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* ========================================
   9. SECTION HEADERS
   ======================================== */

.section-header-center {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.6rem;
  }
}

.section-subtitle {
  font-size: 1.325rem;
  color: var(--color-gray-600);
  max-width: 48rem;
  margin: 0 auto;
}

.section-title-light {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .section-title-light {
    font-size: 2.8rem;
  }
}

.section-subtitle-light {
  font-size: 1.125rem;
  color: #f3f4f6;
  max-width: 48rem;
  margin: 0 auto;
}

/* ========================================
   10. HOW IT WORKS SECTION
   ======================================== */

.how-it-works-section {
  padding: 4rem 0;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .how-it-works-section {
    padding: 6rem 0;
  }
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .how-it-works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

.problems-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.problems-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.problem-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--color-red);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
}

.problem-icon i {
  color: var(--color-white);
}

.problem-text {
  color: var(--color-gray-700);
  font-weight: 500;
    font-size: 1rem;
}

.problems-conclusion {
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-gray-300);
}

.conclusion-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-primary);
}

.solution-card {
  background: linear-gradient(to bottom right, var(--color-primary), var(--color-primary-dark));
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.solution-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.solution-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.solution-icon i {
  color: var(--color-white);
}

.solution-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 0.5rem;
}

.solution-description {
  color: #f3f4f6;
  line-height: 1.6;
}

.solution-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-item {
  text-align: center;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}

.feature-icon i {
  color: var(--color-white);
}

.feature-label {
  font-size: 0.975rem;
  color: #f3f4f6;
}

/* ========================================
   11. SERVICES SECTION
   ======================================== */

.services-section {
  padding: 4rem 0;
  background-color: var(--color-white);
}

@media (min-width: 768px) {
  .services-section {
    padding: 6rem 0;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  background-color: var(--color-white);
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: all 0.3s;
}

.service-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: rgba(5, 81, 139, 0.5);
  transform: translateY(-4px);
}

.service-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(5, 81, 139, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: background-color 0.3s;
}

.service-card:hover .service-icon i {
  color: var(--color-white);
}

.service-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 0.75rem;
}

.service-description {
  color: var(--color-gray-600);
  font-size: 0.975rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.services-footer {
  text-align: center;
  margin-top: 3rem;
}

.footer-highlight-text {
  font-size: 1.225rem;
  font-weight: 700;
  color: var(--color-primary);
}

/* ========================================
   12. DIFFERENTIALS SECTION
   ======================================== */

.differentials-section {
  padding: 4rem 0;
  background: linear-gradient(to bottom, var(--color-primary), var(--color-primary-dark));
}

@media (min-width: 768px) {
  .differentials-section {
    padding: 6rem 0;
  }
}

.differentials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .differentials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .differentials-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.differential-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}

.differential-card:hover {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 15px -3px rgba(255, 255, 255, 0.1);
}

.differential-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.differential-icon i {
  color: var(--color-white);
}

.differential-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 0.5rem;
}

.differential-description {
  color: #f3f4f6;
  font-size: 0.975rem;
  line-height: 1.6;
}

.objection-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 2rem;
}

.objection-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .objection-content {
    flex-direction: row;
  }
}

.objection-icon {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.objection-icon i {
  color: var(--color-white);
}

.objection-text {
  flex: 1;
  text-align: center;
}

@media (min-width: 1024px) {
  .objection-text {
    text-align: left;
  }
}

.objection-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 0.5rem;
}

.objection-description {
  color: #f3f4f6;
  line-height: 1.6;
}

.differentials-cta {
  text-align: center;
}

/* ========================================
   13. ABOUT SECTION
   ======================================== */

.about-section {
  padding: 4rem 0;
  background-color: #f9fafb;
}

@media (min-width: 768px) {
  .about-section {
    padding: 6rem 0;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-image-container {
  position: relative;
}

.about-image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.about-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .about-image {
    height: 600px;
  }
}

.about-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--color-primary), rgba(5, 81, 139, 0.95), transparent);
  padding: 2rem;
}

.lawyer-name {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.lawyer-oab {
  color: #f3f4f6;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.lawyer-specialty {
  color: #f3f4f6;
  font-size: 0.975rem;
  line-height: 1.6;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-feature-card {
  background-color: var(--color-white);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid rgba(5, 81, 139, 0.2);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.about-feature-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.about-feature-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(5, 81, 139, 0.1);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-feature-title {
  font-weight: 700;
  color: var(--color-black);
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.about-feature-description {
  color: var(--color-gray-600);
  font-size: 0.975rem;
  line-height: 1.6;
}

/* ========================================
   14. PROCESS SECTION
   ======================================== */

.process-section {
  padding: 4rem 0;
  background-color: var(--color-white);
}

@media (min-width: 768px) {
  .process-section {
    padding: 6rem 0;
  }
}

/* Mobile Timeline */
.process-timeline-mobile {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .process-timeline-mobile {
    display: none;
  }
}

.process-step-mobile {
  position: relative;
  display: flex;
  gap: 1rem;
}

.process-step-icon-container {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-step-icon {
  width: 4rem;
  height: 4rem;
  background-color: var(--color-primary);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.process-step-icon i {
  color: var(--color-white);
}

.process-step-line {
  position: absolute;
  top: 4rem;
  left: 2rem;
  width: 2px;
  height: 100%;
  background-color: rgba(5, 81, 139, 0.2);
}

.process-step-content {
  flex: 1;
  padding-bottom: 2rem;
}

.process-step-card {
  background-color: var(--color-white);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(5, 81, 139, 0.2);
}

.process-step-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.25rem;
}

.process-step-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 0.5rem;
}

.process-step-description {
  color: var(--color-gray-600);
  font-size: 0.975rem;
}

/* Desktop Timeline */
.process-timeline-desktop {
  display: none;
  position: relative;
}

@media (min-width: 1024px) {
  .process-timeline-desktop {
    display: block;
  }
}

.process-timeline-line {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(5, 81, 139, 0.2);
}

.process-steps-desktop {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  position: relative;
}

.process-step-desktop {
  position: relative;
}

.process-step-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.process-step-desktop .process-step-icon {
  position: relative;
  z-index: 10;
}

.process-step-title-desktop {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 0.5rem;
}

.process-footer {
  text-align: center;
  margin-top: 3rem;
}

/* ========================================
   15. LOCATION SECTION
   ======================================== */

.location-section {
  padding: 4rem 0;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .location-section {
    padding: 6rem 0;
  }
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.location-map-container {
  position: relative;
}

.location-map {
  width: 100%;
  height: 400px;
  background: linear-gradient(to bottom right, var(--color-primary), var(--color-primary-dark));
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.location-map-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.3) 1px, transparent 0);
  background-size: 40px 40px;
}

.location-map-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.location-map-icon {
  width: 4rem;
  height: 4rem;
  color: var(--color-white);
  margin: 0 auto 0.5rem;
}

.location-map-city {
  color: var(--color-white);
  font-weight: 500;
}

.location-map-state {
  color: #f3f4f6;
  font-size: 0.875rem;
}

.location-contact-card {
  background-color: var(--color-white);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(5, 81, 139, 0.2);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.contact-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 1.5rem;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-item-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(5, 81, 139, 0.1);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-item-content {
  flex: 1;
}

.contact-item-label {
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 0.25rem;
}

.contact-item-text {
  color: var(--color-gray-600);
  font-size: 0.875rem;
  line-height: 1.6;
}

.contact-item-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-gray-700);
  text-decoration: none;
  transition: color 0.3s;
  margin-bottom: 0.5rem;
}

.contact-item-link:hover {
  color: var(--color-primary);
}

.contact-item-link span {
  font-size: 0.875rem;
}

.contact-item-social {
  font-size: 0.875rem;
  color: var(--color-primary);
  text-decoration: none;
  transition: text-decoration 0.3s;
}

.contact-item-social:hover {
  text-decoration: underline;
}

.contact-card-cta {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(5, 81, 139, 0.2);
}

/* ========================================
   16. FINAL CTA SECTION
   ======================================== */

.final-cta-section {
  padding: 4rem 0;
    background: linear-gradient(to bottom, var(--color-white), #f3f4f6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .final-cta-section {
    padding: 6rem 0;
  }
}

.final-cta-container {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  .final-cta-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .final-cta-container {
    padding: 0 2rem;
  }
}

.final-cta-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .final-cta-title {
    font-size: 2.8rem;
  }
}

.final-cta-subtitle {
  font-size: 1.125rem;
  color: var(--color-primary);
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .final-cta-subtitle {
    font-size: 1.25rem;
  }
}

.final-cta-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--color-primary);
  font-size: 0.875rem;
}

.final-cta-location i {
  color: var(--color-primary);
}

/* ========================================
   17. FOOTER
   ======================================== */

.main-footer {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .footer-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .footer-container {
    padding: 0 2rem;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer-brand {
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-logo-image {
  height: 48px !important;
  width: auto;
  object-fit: contain;
}

.footer-brand-description {
  color: #f3f4f6;
  font-size: 0.975rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.footer-contact,
.footer-navigation {
}

.footer-column-title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--color-white);
  font-size: 1.8rem;
}

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #f3f4f6;
  font-size: 0.975rem;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-contact-link:hover {
  color: var(--color-white);
}

.footer-nav-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-nav-link {
  display: block;
  color: #f3f4f6;
  font-size: 0.975rem;
  text-decoration: none;
  transition: color 0.3s;
  text-align: left;
}

.footer-nav-link:hover {
  color: var(--color-white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #f3f4f6;
}

.footer-copyright {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-copyright {
    text-align: center;
  }
}

/* ========================================
   18. ANIMATIONS
   ======================================== */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

button[onclick*="WhatsApp"]:hover {
  animation: pulse 2s infinite;
}

/* ========================================
   19. ACCESSIBILITY & FOCUS STATES
   ======================================== */

a:focus,
button:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* ========================================
   20. MOBILE OPTIMIZATIONS
   ======================================== */

@media (max-width: 768px) {
  section {
    overflow-x: hidden;
  }
  
  button, a {
    min-height: 44px;
  }
  
  body {
    font-size: 16px;
  }
  
  input, select, textarea {
    font-size: 16px;
  }
}

@media (hover: none) and (pointer: coarse) {
  button:hover,
  a:hover {
    transform: none;
  }
}

/* ========================================
   21. PRINT STYLES
   ======================================== */

@media print {
  header,
  footer,
  button,
  .no-print {
    display: none !important;
  }
}

.location-map-content {
  height: 100%;
  overflow: hidden;
}

.location-map-content iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */