.elementor-2384 .elementor-element.elementor-element-be40a09{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-2384 .elementor-element.elementor-element-6376044{border-style:none;}.elementor-2384 .elementor-element.elementor-element-6376044:hover{border-style:none;}.elementor-2384 .elementor-element.elementor-element-379f0b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2384 .elementor-element.elementor-element-7a55a01{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2384 .elementor-element.elementor-element-f9a85d6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2384 .elementor-element.elementor-element-62475e9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2384 .elementor-element.elementor-element-3002016{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2384 .elementor-element.elementor-element-5912c1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2384 .elementor-element.elementor-element-d4ce401{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6376044 *//* ========================================
   HERO FINAL - CERCLE SEGUROS
   Mobile First | Performance | SEO
======================================== */

.cercle-hero-final {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #0066cc 0%, #004c99 100%);
}

.cercle-hero-final__container {
  max-width: 1140px;
  width: 100%;
  text-align: center;
}

/* ========================================
   HEADLINE (H1 em duas linhas visuais)
======================================== */

.cercle-hero-final__title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cercle-hero-final__title-line1 {
  font-size: 32px;
  display: block;
}

.cercle-hero-final__title-line2 {
  font-size: 24px;
  font-weight: 600;
  display: block;
  opacity: 0.95;
}

/* ========================================
   SUBHEADLINE
======================================== */

.cercle-hero-final__subtitle {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 32px 0;
  color: #ffffff !important;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}

/* ========================================
   CTAs
======================================== */

.cercle-hero-final__ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.cercle-hero-final__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-height: 52px;
  border: 2px solid transparent;
}

/* Botão Primário (sólido) */
.cercle-hero-final__btn--primary {
  background: #ffffff;
  color: #0066cc !important;
  border-color: #ffffff;
}

.cercle-hero-final__btn--primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Botões Secundários (outline) */
.cercle-hero-final__btn--secondary {
  background: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}

.cercle-hero-final__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* ========================================
   RESPONSIVO - TABLET (768px+)
======================================== */
@media (min-width: 768px) {
  .cercle-hero-final {
    min-height: 580px;
    padding: 60px 32px;
  }
  
  .cercle-hero-final__title {
    font-size: 36px;
    margin-bottom: 24px;
    gap: 10px;
  }
  
  .cercle-hero-final__title-line1 {
    font-size: 42px;
  }
  
  .cercle-hero-final__title-line2 {
    font-size: 30px;
  }
  
  .cercle-hero-final__subtitle {
    font-size: 18px;
    margin-bottom: 36px;
  }
  
  .cercle-hero-final__ctas {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .cercle-hero-final__btn {
    width: auto;
    min-width: 220px;
  }
}

/* ========================================
   RESPONSIVO - DESKTOP (1024px+)
======================================== */
@media (min-width: 1024px) {
  .cercle-hero-final {
    min-height: 650px;
    padding: 80px 32px;
  }
  
  .cercle-hero-final__title {
    font-size: 42px;
    margin-bottom: 28px;
    gap: 12px;
  }
  
  .cercle-hero-final__title-line1 {
    font-size: 52px;
  }
  
  .cercle-hero-final__title-line2 {
    font-size: 36px;
  }
  
  .cercle-hero-final__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 720px;
  }
  
  .cercle-hero-final__btn {
    font-size: 17px;
    padding: 18px 32px;
    min-width: 240px;
  }
}

/* ========================================
   OPCIONAL: Com imagem de fundo
======================================== */
/*
.cercle-hero-final {
  background-image: url('URL-DA-IMAGEM.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cercle-hero-final::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 204, 0.88);
  z-index: 1;
}

.cercle-hero-final__container {
  position: relative;
  z-index: 2;
}
*/
```

---

## ✅ **Checklist Completo - TODOS os requisitos atendidos:**

### **Estrutura** ✓
- [x] Hero full width
- [x] Conteúdo central 1140px max-width
- [x] Mobile first

### **Texto (mantido exatamente)** ✓
- [x] H1 em duas linhas visuais
- [x] Subheadline mantida

### **CTAs** ✓
- [x] Botão primário sólido (Auto)
- [x] Botões secundários outline (Residencial/Empresarial)
- [x] URLs corretas

### **Layout** ✓
- [x] Mobile: centralizado, empilhado, 100% largura
- [x] Desktop: centralizado, botões em linha

### **Dimensões** ✓
- [x] Min-height mobile: 520px
- [x] Min-height desktop: 650px
- [x] Espaçamento vertical adequado

### **SEO e Performance** ✓
- [x] Texto 100% HTML
- [x] Sem imagens obrigatórias
- [x] CSS limpo e otimizado
- [x] Performance mobile

### **Extras** ✓
- [x] Sem scripts
- [x] Sem animações complexas
- [x] Código comentado para fácil manutenção

---

## 🎨 **Características Visuais:**

**Desktop:**
```
┌─────────────────────────────────────────┐
│                                         │
│         Cercle Seguros (52px)          │
│  Corretora de Seguros Especializada... │
│                                         │
│    Cote seguros sob medida para...     │
│                                         │
│  [Cotar Auto] [Residencial] [Empresarial] │
│                                         │
└─────────────────────────────────────────┘
```

**Mobile:**
```
┌───────────────┐
│ Cercle Seguros│
│   Corretora...│
│               │
│  Cote seguros │
│  sob medida...│
│               │
│ [Cotar Auto]  │
│ [Residencial] │
│ [Empresarial] │
└───────────────┘/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b7206e *//* ========================================
   SEÇÃO INTENÇÕES - CERCLE SEGUROS
   Mobile First
======================================== */

.cercle-intencoes {
  padding: 48px 20px;
  background: #f8f9fa;
}

.cercle-intencoes__container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Título da Seção */
.cercle-intencoes__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px 0;
  color: #1a1a1a !important;
}

/* Grid de Cards */
.cercle-intencoes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Card Individual */
.cercle-intencoes__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.cercle-intencoes__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 102, 204, 0.15);
  border-color: #0066cc;
}

/* Ícone */
.cercle-intencoes__icon {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1;
}

/* Título do Card */
.cercle-intencoes__card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #1a1a1a !important;
}

/* Descrição */
.cercle-intencoes__card-desc {
  font-size: 14px;
  color: #666666 !important;
  margin: 0 0 16px 0;
  line-height: 1.5;
}

/* CTA */
.cercle-intencoes__cta {
  font-size: 15px;
  font-weight: 600;
  color: #0066cc !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cercle-intencoes__card:hover .cercle-intencoes__cta {
  gap: 8px;
}

/* ========================================
   RESPONSIVO - TABLET
======================================== */
@media (min-width: 768px) {
  .cercle-intencoes {
    padding: 64px 32px;
  }
  
  .cercle-intencoes__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .cercle-intencoes__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .cercle-intencoes__card {
    padding: 32px 24px;
  }
}

/* ========================================
   RESPONSIVO - DESKTOP
======================================== */
@media (min-width: 1024px) {
  .cercle-intencoes {
    padding: 80px 32px;
  }
  
  .cercle-intencoes__title {
    font-size: 36px;
    margin-bottom: 48px;
  }
  
  .cercle-intencoes__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .cercle-intencoes__card {
    padding: 40px 28px;
  }
  
  .cercle-intencoes__icon {
    font-size: 56px;
  }
  
  .cercle-intencoes__card-title {
    font-size: 20px;
  }
  
  .cercle-intencoes__card-desc {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e66721e *//* ========================================
   SEÇÃO AUTORIDADE - CERCLE SEGUROS
   Mobile First
======================================== */

.cercle-autoridade {
  padding: 48px 20px;
  background: #ffffff;
}

.cercle-autoridade__container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Título da Seção */
.cercle-autoridade__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px 0;
  color: #1a1a1a !important;
}

/* Grid de Itens */
.cercle-autoridade__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

/* Item Individual */
.cercle-autoridade__item {
  text-align: center;
  padding: 24px 16px;
}

/* Ícone */
.cercle-autoridade__icon {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1;
}

/* Título do Item */
.cercle-autoridade__item-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #0066cc !important;
}

/* Descrição */
.cercle-autoridade__item-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a !important;
  margin: 0;
}

/* ========================================
   RESPONSIVO - TABLET
======================================== */
@media (min-width: 768px) {
  .cercle-autoridade {
    padding: 64px 32px;
  }
  
  .cercle-autoridade__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .cercle-autoridade__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
  
  .cercle-autoridade__item {
    padding: 32px 20px;
  }
}

/* ========================================
   RESPONSIVO - DESKTOP
======================================== */
@media (min-width: 1024px) {
  .cercle-autoridade {
    padding: 80px 32px;
  }
  
  .cercle-autoridade__title {
    font-size: 36px;
    margin-bottom: 48px;
  }
  
  .cercle-autoridade__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  
  .cercle-autoridade__item {
    padding: 32px 24px;
  }
  
  .cercle-autoridade__icon {
    font-size: 56px;
    margin-bottom: 20px;
  }
  
  .cercle-autoridade__item-title {
    font-size: 19px;
    margin-bottom: 14px;
  }
  
  .cercle-autoridade__item-desc {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49b9662 *//* ========================================
   SEÇÃO COMO FUNCIONA - CERCLE SEGUROS
   Mobile First
======================================== */

.cercle-como-funciona {
  padding: 48px 20px;
  background: #f8f9fa;
}

.cercle-como-funciona__container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Título da Seção */
.cercle-como-funciona__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px 0;
  color: #1a1a1a !important;
}

/* Container dos Passos */
.cercle-como-funciona__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

/* Passo Individual */
.cercle-como-funciona__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Número do Passo */
.cercle-como-funciona__number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #0066cc;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

/* Conteúdo do Passo */
.cercle-como-funciona__content {
  flex: 1;
}

/* Título do Passo */
.cercle-como-funciona__step-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #1a1a1a !important;
}

/* Descrição do Passo */
.cercle-como-funciona__step-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a !important;
  margin: 0;
}

/* CTA Final */
.cercle-como-funciona__cta-wrapper {
  text-align: center;
}

.cercle-como-funciona__cta {
  display: inline-block;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: #0066cc;
  color: #ffffff !important;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.cercle-como-funciona__cta:hover {
  background: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 204, 0.4);
}

/* ========================================
   RESPONSIVO - TABLET
======================================== */
@media (min-width: 768px) {
  .cercle-como-funciona {
    padding: 64px 32px;
  }
  
  .cercle-como-funciona__title {
    font-size: 32px;
    margin-bottom: 48px;
  }
  
  .cercle-como-funciona__steps {
    gap: 28px;
  }
  
  .cercle-como-funciona__step {
    padding: 32px;
  }
  
  .cercle-como-funciona__number {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
  
  .cercle-como-funciona__step-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .cercle-como-funciona__step-desc {
    font-size: 16px;
  }
}

/* ========================================
   RESPONSIVO - DESKTOP
======================================== */
@media (min-width: 1024px) {
  .cercle-como-funciona {
    padding: 80px 32px;
  }
  
  .cercle-como-funciona__title {
    font-size: 36px;
    margin-bottom: 56px;
  }
  
  .cercle-como-funciona__steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 48px;
  }
  
  .cercle-como-funciona__step {
    padding: 36px 32px;
  }
  
  .cercle-como-funciona__number {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
  
  .cercle-como-funciona__step-title {
    font-size: 21px;
  }
  
  .cercle-como-funciona__cta {
    padding: 18px 48px;
    font-size: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e2745c *//* ========================================
   SEÇÃO PROVAS SOCIAIS - CERCLE SEGUROS
   Mobile First
======================================== */

.cercle-provas {
  padding: 48px 20px;
  background: #ffffff;
}

.cercle-provas__container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Título Principal */
.cercle-provas__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px 0;
  color: #1a1a1a !important;
}

/* ========================================
   DEPOIMENTOS
======================================== */

.cercle-provas__depoimentos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 48px;
}

.cercle-provas__depoimento {
  background: #f8f9fa;
  border-left: 4px solid #0066cc;
  padding: 24px;
  border-radius: 8px;
}

.cercle-provas__stars {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1;
}

.cercle-provas__texto {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a !important;
  margin: 0 0 16px 0;
  font-style: italic;
}

.cercle-provas__autor {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cercle-provas__autor strong {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a !important;
}

.cercle-provas__autor span {
  font-size: 14px;
  color: #666666 !important;
}

/* ========================================
   SEGURADORAS PARCEIRAS
======================================== */

.cercle-provas__parceiras {
  margin-bottom: 48px;
  text-align: center;
}

.cercle-provas__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 24px 0;
  color: #1a1a1a !important;
}

.cercle-provas__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cercle-provas__logo {
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #666666 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  transition: all 0.3s ease;
}

.cercle-provas__logo:hover {
  border-color: #0066cc;
  background: #ffffff;
}

/* ========================================
   SELOS DE CONFIANÇA
======================================== */

.cercle-provas__selos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.cercle-provas__selo {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f0f7ff;
  border: 2px solid #0066cc;
  border-radius: 8px;
  padding: 16px 20px;
  text-align: left;
}

.cercle-provas__selo-icon {
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
}

.cercle-provas__selo span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #0066cc !important;
}

/* ========================================
   RESPONSIVO - TABLET
======================================== */
@media (min-width: 768px) {
  .cercle-provas {
    padding: 64px 32px;
  }
  
  .cercle-provas__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .cercle-provas__depoimentos {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .cercle-provas__logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .cercle-provas__selos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
  }
  
  .cercle-provas__selo {
    flex-direction: column;
    text-align: center;
    padding: 24px 16px;
  }
}

/* ========================================
   RESPONSIVO - DESKTOP
======================================== */
@media (min-width: 1024px) {
  .cercle-provas {
    padding: 80px 32px;
  }
  
  .cercle-provas__title {
    font-size: 36px;
    margin-bottom: 48px;
  }
  
  .cercle-provas__subtitle {
    font-size: 24px;
    margin-bottom: 32px;
  }
  
  .cercle-provas__depoimento {
    padding: 28px;
  }
  
  .cercle-provas__texto {
    font-size: 16px;
  }
  
  .cercle-provas__logos {
    grid-template-columns: repeat(6, 1fr);
  }
  
  .cercle-provas__logo {
    min-height: 100px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-018ab25 *//* ========================================
   SEÇÃO SEGMENTAÇÃO - CERCLE SEGUROS
   Mobile First
======================================== */

.cercle-segmentacao {
  padding: 48px 20px;
  background: #f8f9fa;
}

.cercle-segmentacao__container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Título da Seção */
.cercle-segmentacao__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px 0;
  color: #1a1a1a !important;
}

/* Grid de Cards */
.cercle-segmentacao__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* Card Individual */
.cercle-segmentacao__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cercle-segmentacao__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 102, 204, 0.15);
  border-color: #0066cc;
}

/* Ícone */
.cercle-segmentacao__icon {
  font-size: 56px;
  margin-bottom: 16px;
  line-height: 1;
}

/* Título do Card */
.cercle-segmentacao__card-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #1a1a1a !important;
}

/* Descrição */
.cercle-segmentacao__card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a !important;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

/* CTA */
.cercle-segmentacao__cta {
  font-size: 16px;
  font-weight: 600;
  color: #0066cc !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.3s ease;
}

.cercle-segmentacao__card:hover .cercle-segmentacao__cta {
  gap: 8px;
}

/* ========================================
   RESPONSIVO - TABLET
======================================== */
@media (min-width: 768px) {
  .cercle-segmentacao {
    padding: 64px 32px;
  }
  
  .cercle-segmentacao__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .cercle-segmentacao__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .cercle-segmentacao__card {
    padding: 36px 28px;
  }
}

/* ========================================
   RESPONSIVO - DESKTOP
======================================== */
@media (min-width: 1024px) {
  .cercle-segmentacao {
    padding: 80px 32px;
  }
  
  .cercle-segmentacao__title {
    font-size: 36px;
    margin-bottom: 48px;
  }
  
  .cercle-segmentacao__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  
  .cercle-segmentacao__card {
    padding: 40px 24px;
  }
  
  .cercle-segmentacao__icon {
    font-size: 64px;
    margin-bottom: 20px;
  }
  
  .cercle-segmentacao__card-title {
    font-size: 21px;
  }
  
  .cercle-segmentacao__card-desc {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2032a4e *//* ========================================
   SEÇÃO INSTITUCIONAL - CERCLE SEGUROS
   Mobile First
======================================== */

.cercle-institucional {
  padding: 48px 20px;
  background: #ffffff;
}

.cercle-institucional__container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Título da Seção */
.cercle-institucional__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px 0;
  color: #1a1a1a !important;
}

/* Container de Conteúdo */
.cercle-institucional__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}

/* Texto Institucional */
.cercle-institucional__texto {
  flex: 1;
}

.cercle-institucional__texto p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a !important;
  margin: 0 0 16px 0;
}

.cercle-institucional__texto p:last-child {
  margin-bottom: 0;
}

.cercle-institucional__texto strong {
  color: #0066cc !important;
  font-weight: 700;
}

/* Destaques */
.cercle-institucional__destaque {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cercle-institucional__item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f8f9fa;
  padding: 16px 20px;
  border-radius: 8px;
  border-left: 4px solid #0066cc;
}

.cercle-institucional__item-icon {
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
}

.cercle-institucional__item-texto {
  font-size: 15px;
  line-height: 1.5;
  color: #1a1a1a !important;
}

.cercle-institucional__item-texto strong {
  color: #0066cc !important;
  font-weight: 700;
}

/* CTA */
.cercle-institucional__cta-wrapper {
  text-align: center;
}

.cercle-institucional__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #0066cc !important;
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid #0066cc;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.cercle-institucional__cta:hover {
  background: #0066cc;
  color: #ffffff !important;
  gap: 10px;
}

/* ========================================
   RESPONSIVO - TABLET
======================================== */
@media (min-width: 768px) {
  .cercle-institucional {
    padding: 64px 32px;
  }
  
  .cercle-institucional__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .cercle-institucional__content {
    gap: 40px;
  }
  
  .cercle-institucional__texto p {
    font-size: 17px;
  }
}

/* ========================================
   RESPONSIVO - DESKTOP
======================================== */
@media (min-width: 1024px) {
  .cercle-institucional {
    padding: 80px 32px;
  }
  
  .cercle-institucional__title {
    font-size: 36px;
    margin-bottom: 48px;
  }
  
  .cercle-institucional__content {
    flex-direction: row;
    gap: 48px;
    align-items: center;
  }
  
  .cercle-institucional__texto {
    flex: 1.2;
  }
  
  .cercle-institucional__texto p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  
  .cercle-institucional__destaque {
    flex: 1;
    gap: 20px;
  }
  
  .cercle-institucional__item {
    padding: 20px 24px;
  }
  
  .cercle-institucional__item-texto {
    font-size: 16px;
  }
  
  .cercle-institucional__cta {
    font-size: 17px;
    padding: 14px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d7dfd1 *//* ========================================
   FOOTER ESTRATÉGICO - CERCLE SEGUROS
   Mobile First
======================================== */

.cercle-footer {
  background: #1a1a1a;
  color: #ffffff;
  padding: 48px 20px 24px 20px;
}

.cercle-footer__container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Grid Principal */
.cercle-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

/* Coluna */
.cercle-footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Título da Coluna */
.cercle-footer__col-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Lista de Links */
.cercle-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cercle-footer__links li {
  margin: 0;
  padding: 0;
}

.cercle-footer__links a {
  color: #cccccc !important;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  display: inline-block;
}

.cercle-footer__links a:hover {
  color: #0066cc !important;
}

/* Informações de Contato */
.cercle-footer__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cercle-footer__info p {
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc !important;
  margin: 0;
}

.cercle-footer__info strong {
  color: #ffffff !important;
  font-weight: 600;
}

.cercle-footer__susep {
  margin-top: 8px !important;
  padding-top: 8px;
  border-top: 1px solid #333333;
  font-size: 13px !important;
  color: #999999 !important;
}

/* Divisor */
.cercle-footer__divider {
  height: 1px;
  background: #333333;
  margin: 32px 0 24px 0;
}

/* Bottom do Footer */
.cercle-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.cercle-footer__copyright {
  font-size: 13px;
  color: #999999 !important;
  margin: 0;
}

.cercle-footer__legal {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.cercle-footer__legal a {
  font-size: 13px;
  color: #cccccc !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cercle-footer__legal a:hover {
  color: #0066cc !important;
}

.cercle-footer__separator {
  color: #666666 !important;
  font-size: 13px;
}

/* ========================================
   RESPONSIVO - TABLET
======================================== */
@media (min-width: 768px) {
  .cercle-footer {
    padding: 64px 32px 32px 32px;
  }
  
  .cercle-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .cercle-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ========================================
   RESPONSIVO - DESKTOP
======================================== */
@media (min-width: 1024px) {
  .cercle-footer {
    padding: 80px 32px 40px 32px;
  }
  
  .cercle-footer__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
  
  .cercle-footer__col-title {
    font-size: 17px;
    margin-bottom: 8px;
  }
  
  .cercle-footer__links {
    gap: 12px;
  }
  
  .cercle-footer__links a {
    font-size: 15px;
  }
  
  .cercle-footer__info p {
    font-size: 15px;
  }
  
  .cercle-footer__divider {
    margin: 40px 0 32px 0;
  }
  
  .cercle-footer__copyright,
  .cercle-footer__legal a {
    font-size: 14px;
  }
}/* End custom CSS */