.elementor-117 .elementor-element.elementor-element-47049eb{--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 container, class: .elementor-element-47049eb *//* =====================================================
   EXCLUSÃO DE CONTA - AGENDY.AI
   CSS Separado para Elementor
   Cores da marca: Azul #0095DA | Verde #50B848
   ===================================================== */

/* Reset e Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #ffffff;
  color: #1a1a2e;
  line-height: 1.6;
}

.delete-account-page {
  min-height: 100vh;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Hero Section */
.hero-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, #ffffff 50%, rgba(0, 149, 218, 0.1) 100%);
  text-align: center;
}

.hero-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(239, 68, 68, 0.1);
  margin-bottom: 1.5rem;
}

.hero-icon {
  width: 2rem;
  height: 2rem;
  color: #ef4444;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
}

.hero-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto;
}

/* Content Section */
.content-section {
  padding: 4rem 0;
}

.content-wrapper {
  max-width: 56rem;
  margin: 0 auto;
}

/* Cards */
.card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 2rem;
  margin-bottom: 2rem;
}

.card-gradient {
  background: linear-gradient(135deg, rgba(0, 149, 218, 0.1) 0%, rgba(80, 184, 72, 0.1) 100%);
}

.card-form {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, rgba(0, 149, 218, 0.05) 100%);
}

.card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.card-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.card-icon-blue {
  color: #0095DA;
}

.card-icon-green {
  color: #50B848;
}

.card-icon-red {
  color: #ef4444;
}

.card-icon-yellow {
  color: #eab308;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.card-title-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.card-text {
  color: #6b7280;
  margin-bottom: 1rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

/* Steps List */
.steps-list {
  list-style: none;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #6b7280;
}

.step-number {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgba(0, 149, 218, 0.1);
  color: #0095DA;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Data List */
.data-list {
  list-style: none;
  margin-bottom: 2rem;
}

.data-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.data-item-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #ef4444;
  flex-shrink: 0;
}

.data-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #eab308;
  flex-shrink: 0;
}

/* Alert Box */
.alert-box {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.alert-yellow {
  background-color: rgba(254, 249, 195, 0.5);
  border: 1px solid #fde68a;
}

.alert-text {
  font-size: 0.875rem;
  color: #854d0e;
}

/* Subtitle */
.subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.subtitle-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #eab308;
}

/* Form */
.form-container {
  max-width: 100%;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #1a1a2e;
  background-color: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #0095DA;
  box-shadow: 0 0 0 3px rgba(0, 149, 218, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9ca3af;
}

.form-textarea {
  resize: vertical;
  min-height: 6rem;
}

.form-input.error,
.form-textarea.error {
  border-color: #ef4444;
}

.form-error {
  font-size: 0.875rem;
  color: #ef4444;
  margin-top: 0.25rem;
}

/* Checkbox */
.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.checkbox-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.25rem;
  cursor: pointer;
  accent-color: #0095DA;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.checkbox-label {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  cursor: pointer;
}

/* Submit Button */
.submit-button {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #ef4444;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.submit-button:hover {
  background-color: #dc2626;
}

.submit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Success Message */
.success-container {
  text-align: center;
  padding: 3rem 0;
}

.success-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: rgba(80, 184, 72, 0.1);
  margin-bottom: 1.5rem;
}

.success-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #50B848;
}

.success-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
}

.success-text {
  color: #6b7280;
}

/* Footer Link */
.footer-link-section {
  text-align: center;
  padding: 2rem 0;
}

.footer-link-text {
  color: #6b7280;
}

.footer-link-text a {
  color: #0095DA;
  text-decoration: none;
}

.footer-link-text a:hover {
  text-decoration: underline;
}

/* Dark Mode Support (optional) */
@media (prefers-color-scheme: dark) {
  body.dark-mode {
    background-color: #1a1a2e;
    color: #f9fafb;
  }
  
  body.dark-mode .card {
    background-color: #252542;
    border-color: #374151;
  }
  
  body.dark-mode .hero-title,
  body.dark-mode .card-title,
  body.dark-mode .subtitle,
  body.dark-mode .form-label {
    color: #f9fafb;
  }
  
  body.dark-mode .form-input,
  body.dark-mode .form-textarea {
    background-color: #1a1a2e;
    border-color: #374151;
    color: #f9fafb;
  }
  
  body.dark-mode .alert-yellow {
    background-color: rgba(234, 179, 8, 0.1);
    border-color: rgba(234, 179, 8, 0.3);
  }
  
  body.dark-mode .alert-text {
    color: #fde68a;
  }
}

/* Responsive */
@media (max-width: 640px) {
  .hero-section {
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .card {
    padding: 1.5rem;
  }
  
  .card-header {
    flex-direction: column;
  }
}/* End custom CSS */