.elementor-88 .elementor-element.elementor-element-2228fb6{--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;}.elementor-88 .elementor-element.elementor-element-38cca4c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-38cca4c *//* ============================================
   AGENDY.AI - TERMOS DE USO - CSS PARA ELEMENTOR
   Cores verificadas: HEX direto
   (Sem modo escuro / Sem Hover Rosa)
   ============================================ */

/* Reset e Base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #1a1a2e;
  background-color: #ffffff;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.content-container {
  max-width: 896px;
  margin: 0 auto;
}

/* ============================================
   HERO SECTION
   ============================================ */
.terms-hero {
  padding: 4rem 0;
  background: linear-gradient(to bottom right, rgba(0, 149, 218, 0.1), #ffffff, rgba(80, 184, 72, 0.1));
  text-align: center;
}

.terms-hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(0, 149, 218, 0.1);
  margin-bottom: 1.5rem;
}

.terms-hero-icon svg {
  width: 2rem;
  height: 2rem;
  color: #0095DA;
}

.terms-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .terms-hero h1 {
    font-size: 3rem;
  }
}

.terms-hero .last-updated {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto;
}

/* ============================================
   TABS SECTION
   ============================================ */
.terms-content-section {
  padding: 4rem 0;
}

.tabs-container {
  width: 100%;
}

.tabs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  padding: 0.25rem;
  margin-bottom: 2rem;
}

.tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  background-color: transparent;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* CORREÇÃO DO HOVER (MOUSE EM CIMA) */
.tab-button:hover {
  color: #0095DA !important; /* Texto Azul */
  background-color: rgba(0, 149, 218, 0.1) !important; /* Fundo Azul Claro */
}

.tab-button.active {
  background-color: #0095DA !important;
  color: #ffffff !important;
}

.tab-button svg {
  width: 1rem;
  height: 1rem;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.terms-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ============================================
   CARDS
   ============================================ */
.card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
}

.card-gradient {
  background: linear-gradient(to right, rgba(0, 149, 218, 0.1), rgba(80, 184, 72, 0.1));
}

.card-gradient-center {
  background: linear-gradient(to right, rgba(0, 149, 218, 0.1), rgba(80, 184, 72, 0.1));
  text-align: center;
}

.card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
}

.card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.card p {
  color: #6b7280;
  margin-bottom: 1rem;
}

.card p:last-child {
  margin-bottom: 0;
}

.card strong {
  color: #1a1a2e;
}

/* ============================================
   ALERT BOX
   ============================================ */
.alert-warning {
  background-color: #fefce8;
  border: 1px solid #fde047;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
}

.alert-warning p {
  font-size: 0.875rem;
  color: #854d0e;
  margin-bottom: 0;
}

.alert-warning strong {
  color: #854d0e;
}

/* ============================================
   LISTS
   ============================================ */
.terms-list {
  list-style-type: disc;
  list-style-position: inside;
  color: #6b7280;
}

.terms-list li {
  margin-bottom: 0.75rem;
}

.terms-list li:last-child {
  margin-bottom: 0;
}

.terms-list strong {
  color: #1a1a2e;
}

.terms-list-spacing li {
  margin-bottom: 0.5rem;
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-info {
  color: #6b7280;
}

.contact-info strong {
  color: #1a1a2e;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 640px) {
  .terms-hero {
    padding: 3rem 0;
  }
  
  .terms-hero h1 {
    font-size: 2rem;
  }
  
  .terms-content-section {
    padding: 2rem 0;
  }
  
  .card {
    padding: 1.5rem;
  }
  
  .tab-button {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
  
  .tab-button span {
    display: none;
  }
}

/* ============================================
   SVG ICONS (inline)
   ============================================ */
.icon-file-text {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.icon-users {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.icon-calendar {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2228fb6 *//* ============================================
   AGENDY.AI - TERMOS DE USO - CORRIGIDO (FINAL)
   Forçando fundo branco com !important
   ============================================ */

/* Reset e Base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  /* FORÇANDO AS CORES PARA EVITAR MODO ESCURO */
  color: #1a1a2e !important;
  background-color: #ffffff !important; 
  background: #ffffff !important;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.content-container {
  max-width: 896px;
  margin: 0 auto;
}

/* ============================================
   HERO SECTION
   ============================================ */
.terms-hero {
  padding: 4rem 0;
  /* Gradiente fixo sobre fundo branco */
  background: linear-gradient(to bottom right, rgba(0, 149, 218, 0.1), #ffffff, rgba(80, 184, 72, 0.1)) !important;
  text-align: center;
}

.terms-hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(0, 149, 218, 0.1);
  margin-bottom: 1.5rem;
}

.terms-hero-icon svg {
  width: 2rem;
  height: 2rem;
  color: #0095DA;
}

.terms-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a2e !important;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .terms-hero h1 {
    font-size: 3rem;
  }
}

.terms-hero .last-updated {
  font-size: 1.125rem;
  color: #6b7280 !important;
  max-width: 42rem;
  margin: 0 auto;
}

/* ============================================
   TABS SECTION
   ============================================ */
.terms-content-section {
  padding: 4rem 0;
  background-color: #ffffff !important; /* Garante fundo branco na seção */
}

.tabs-container {
  width: 100%;
}

.tabs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  background-color: #f3f4f6 !important;
  border-radius: 0.5rem;
  padding: 0.25rem;
  margin-bottom: 2rem;
}

.tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  background-color: transparent;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* HOVER AZUL (CORREÇÃO ANTERIOR MANTIDA) */
.tab-button:hover {
  color: #0095DA !important;
  background-color: rgba(0, 149, 218, 0.1) !important;
}

.tab-button.active {
  background-color: #0095DA !important;
  color: #ffffff !important;
}

.tab-button svg {
  width: 1rem;
  height: 1rem;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.terms-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ============================================
   CARDS
   ============================================ */
.card {
  background-color: #ffffff !important; /* Força cartão branco */
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
}

.card-gradient {
  background: linear-gradient(to right, rgba(0, 149, 218, 0.1), rgba(80, 184, 72, 0.1));
}

.card-gradient-center {
  background: linear-gradient(to right, rgba(0, 149, 218, 0.1), rgba(80, 184, 72, 0.1));
  text-align: center;
}

.card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e !important;
  margin-bottom: 1rem;
}

.card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e !important;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.card p {
  color: #6b7280 !important;
  margin-bottom: 1rem;
}

.card p:last-child {
  margin-bottom: 0;
}

.card strong {
  color: #1a1a2e !important;
}

/* ============================================
   ALERT BOX
   ============================================ */
.alert-warning {
  background-color: #fefce8 !important;
  border: 1px solid #fde047;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
}

.alert-warning p {
  font-size: 0.875rem;
  color: #854d0e !important;
  margin-bottom: 0;
}

.alert-warning strong {
  color: #854d0e !important;
}

/* ============================================
   LISTS
   ============================================ */
.terms-list {
  list-style-type: disc;
  list-style-position: inside;
  color: #6b7280 !important;
}

.terms-list li {
  margin-bottom: 0.75rem;
}

.terms-list li:last-child {
  margin-bottom: 0;
}

.terms-list strong {
  color: #1a1a2e !important;
}

.terms-list-spacing li {
  margin-bottom: 0.5rem;
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-info {
  color: #6b7280 !important;
}

.contact-info strong {
  color: #1a1a2e !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 640px) {
  .terms-hero {
    padding: 3rem 0;
  }
  
  .terms-hero h1 {
    font-size: 2rem;
  }
  
  .terms-content-section {
    padding: 2rem 0;
  }
  
  .card {
    padding: 1.5rem;
  }
  
  .tab-button {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
  
  .tab-button span {
    display: none;
  }
}

/* ============================================
   SVG ICONS (inline)
   ============================================ */
.icon-file-text, .icon-users, .icon-calendar {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}/* End custom CSS */