body.gat-page-template {
  background: #ffffff;
  margin-top: 0 !important;
}

#cookie-law-info-bar, #cookie-law-info-again, #cliSettingsPopup{
display: none !important;
}

/* Garantir que a fonte Raleway seja carregada via Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;700&display=swap');

/* Sobrescrever qualquer referência local à fonte Raleway apenas no contexto do plugin */
body.gat-page-template,
body.gat-page-template *,
.gat-form-container,
.gat-form-container * {
  font-family: "Inter", "Raleway", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
}


.fill1 {
  animation: fill-1 3s infinite;
}
.fill2 {
   animation:  fill-2 3s infinite;
}
.fill3 {
   animation:  fill-3 3s infinite;
}
.fill4 {
   animation:  fill-4 3s infinite;
}
.fill5 {
   animation:  fill-5 3s infinite;
}
.fill6 {
   animation:  fill-6 3s infinite;
}

@keyframes fill-1 {
  0%    {fill: #e8fc52}
  16.6%    {fill: #e8fc5279}
  33.3%    {fill: #e8fc5279}
  50%    {fill: #e8fc5279}
  66.6%    {fill: #e8fc5279}
  83.3% {fill: #e8fc5279}
  100% {fill: #e8fc52}
}

@keyframes fill-2 {
  0%    {fill: #e8fc5279}
  16.6%    {fill: #e8fc52}
  33.3%    {fill: #e8fc5279}
  50%    {fill: #e8fc5279}
  66.6%    {fill: #e8fc5279}
  83.3% {fill: #e8fc5279}
  100% {fill: #e8fc5279}
}

@keyframes fill-3 {
  0%    {fill: #e8fc5279}
  16.6%    {fill: #e8fc5279}
  33.3%    {fill: #e8fc52}
  50%    {fill: #e8fc5279}
  66.6%    {fill: #e8fc5279}
  83.3% {fill: #e8fc5279}
  100% {fill: #e8fc5279}
}

@keyframes fill-4 {
  0%    {fill: #e8fc5279}
  16.6%    {fill: #e8fc5279}
  33.3%    {fill: #e8fc5279}
  50%    {fill: #e8fc52}
  66.6%    {fill: #e8fc5279}
  83.3% {fill: #e8fc5279}
  100% {fill: #e8fc5279}
}

@keyframes fill-5 {
  0%    {fill: #e8fc5279}
  16.6%    {fill: #e8fc5279}
  33.3%    {fill: #e8fc5279}
  50%    {fill: #e8fc5279}
  66.6%    {fill: #e8fc52}
  83.3% {fill: #e8fc5279}
  100% {fill: #e8fc5279}
}

@keyframes fill-6 {
  0%    {fill: #e8fc5279}
  16.6%    {fill: #e8fc5279}
  33.3%    {fill: #e8fc5279}
  50%    {fill: #e8fc5279}
  66.6%    {fill: #e8fc5279}
  83.3% {fill: #e8fc52}
  100% {fill: #e8fc5279}
}



:root {
  --primary-purple: #8e44ad;
  --dark-purple: #7d3c98;
  --light-purple: #a569bd;

  --secondary-teal: #16a085;
  --dark-teal: #138d75;
  --light-teal: #48c9b0;

  --white: #ffffff;
  --light-gray: #f8f9fa;
  --medium-gray: #dee2e6;
  --dark-gray: #6c757d;
  --charcoal: #343a40;

  --accent-green: #27ae60;
  --whatsapp-green: #25d366;

  --success: #28a745;
  --warning: #ffc107;
  --error: #dc3545;
  --info: #17a2b8;

  --primary-green: var(--secondary-teal);
  --text-dark: var(--charcoal);
  --border-light: var(--medium-gray);
}

body.gat-page-template {
  font-family: "Inter", "Raleway", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
    system-ui, sans-serif;
  background-color: var(--light-gray);
  color: var(--charcoal);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: unset;
  flex-direction: column;
}

.header-section {
  background: linear-gradient(
    135deg,
    var(--primary-purple) 0%,
    var(--dark-purple) 100%
  );
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.brand-logo h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.security-badge .badge {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.main-background {
  background-color: var(--light-gray);
  flex: 1;
  padding: 40px 0;
  margin-top: 80px;
  min-height: 100vh;
  scroll-behavior: smooth;
  height: fit-content;
}

.main-card {
  margin: 24px 16px;
  border: 1px solid rgba(248, 249, 250, 0.8);
}

.footer-section {
  background: linear-gradient(
    135deg,
    var(--primary-purple) 0%,
    var(--dark-purple) 100%
  );
  width: 100%;
  flex-shrink: 0;
  margin-top: auto;
  padding: 20px 0;
}

.footer-links a {
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--white) !important;
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1050;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--whatsapp-green);
  border-radius: 50%;
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  color: var(--white);
}

.whatsapp-btn i {
  font-size: 1.5rem;
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6),
      0 0 0 10px rgba(37, 211, 102, 0.1);
  }
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
}

.progress-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.step-indicator {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-gray);
}

.progress-bar-custom {
  width: 100%;
  height: 8px;
  background-color: var(--border-light);
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: var(--dark-teal);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.content-wrapper {
  padding: 0 20px;
}

.main-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--dark-teal);
  line-height: 1.3;
  margin-bottom: 2rem;
}

.description-text {
  font-size: 1rem;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
}

.description-text p {
  margin-bottom: 1.5rem;
}

.description-text strong {
  font-weight: 600;
}

.buttons-container {
  padding: 0 20px;
}

.btn-group-custom {
  display: inline-flex;
  border-radius: 25px;
  overflow: hidden;
  gap: 0;
}

.btn-voltar {
  background-color: white;
  border: 2px solid #218838;
  color: #218838;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 25px 0 0 25px;
  border-right: 1px solid #17a2b8;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn-proxima {
  background-color: #28a745;
  border: 2px solid #28a745;
  color: white;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 0 25px 25px 0;
  border-left: 1px solid #28a745;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn-proxima:hover {
  background-color: #218838;
  border-color: #218838;
  color: white;
  z-index: 2;
}

.section-title,
h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--charcoal);
  margin-bottom: 1.5rem;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
}

.form-text,
small {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--dark-gray);
}

@media (max-width: 768px) {
  .main-title {
    font-size: 1.5rem;
  }

  .description-text {
    font-size: 0.875rem;
  }

  .main-card {
    padding: 24px;
    margin: 16px 8px;
  }

  .button-group {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 1.4rem;
  }

  .content-wrapper {
    padding: 0 12px;
  }

  .buttons-container {
    padding: 0 12px;
  }
}

.content-wrapper {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.step-content.d-none {
  display: none !important;
}

.form-section {
  margin: 0 auto;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.form-label {
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.form-control {
  border: 1px solid var(--medium-gray);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: var(--white);
}

.form-control:focus {
  border-color: var(--secondary-teal);
  box-shadow: 0 0 0 0.2rem rgba(22, 160, 133, 0.25);
  outline: none;
}

.form-control-lg {
  padding: 15px 25px;
  font-size: 1.1rem;
}

.radio-group,
.checkbox-group {
  margin: 1rem 0;
}

.form-check {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  border: 2px solid var(--border-light);
  transition: all 0.3s ease;
}

.form-check-input:checked {
  background-color: var(--secondary-teal);
  border-color: var(--secondary-teal);
}

.form-check-input:focus {
  border-color: var(--secondary-teal);
  box-shadow: 0 0 0 0.2rem rgba(22, 160, 133, 0.25);
}

.form-check-label {
  font-size: 1.1rem;
  color: var(--text-dark);
  cursor: pointer;
  margin-left: 0.5rem;
}

.categories-section {
  border: 2px solid var(--secondary-teal);
  border-radius: 15px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  background-color: rgba(22, 160, 133, 0.05);
}

.alert-info {
  background-color: var(--secondary-teal);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.profile-image-section {
  margin: 2rem 0;
}

.upload-area {
  border: 2px dashed var(--border-light);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

.upload-area:hover {
  border-color: var(--secondary-teal);
  background-color: rgba(22, 160, 133, 0.05);
}

.upload-text {
  color: var(--light-purple);
  font-size: 1.1rem;
  margin: 0;
}

.image-preview-section {
  text-align: center;
}

.image-preview,
.profile-image-display {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  overflow: hidden;
  border: 3px solid var(--border-light);
  position: relative;
  background-color: #f8f9fa;
}

.preview-img,
.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.placeholder-img,
.placeholder-display {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  color: var(--dark-gray);
}

.placeholder-img i,
.placeholder-display i {
  font-size: 3rem;
}

.profile-display {
  margin-bottom: 2rem;
}

.upload-link {
  color: var(--light-purple);
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.success-img {
  max-width: 300px;
  height: auto;
}

.success-title {
  color: var(--secondary-teal);
}

.final-action {
  margin-top: 2rem;
}

.certification-info {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

.certification-info p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.terms-notice {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 10px;
  text-align: center;
}

.character-counter {
  text-align: right;
  font-size: 0.875rem;
  color: var(--dark-gray);
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .profile-image-section .row {
    flex-direction: column;
  }

  .upload-area {
    margin-bottom: 2rem;
  }

  #professionalTypeGroup {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .categories-section .row {
    margin: 0;
  }

  .categories-section .col-md-6 {
    padding: 0;
  }

  .therapy-categories-grid .col-6,
  .therapy-categories-grid .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form-check {
    padding-left: 1.5rem;
  }
}

@media (max-width: 576px) {
  .header-section {
    height: 70px;
  }
  
  .footer-section {
    padding: 15px 0;
  }

  .main-background {
    margin-top: 70px;
    padding: 20px 0;
  }

  .whatsapp-float {
    bottom: 24px;
  }

  .form-section {
    padding: 0 10px;
  }

  .categories-section {
    padding: 1rem;
  }

  .image-preview,
  .profile-image-display {
    width: 120px;
    height: 120px;
  }
}

#btnKnowPlatform {
  padding: 6px 20px !important;
  border-radius: 25px !important;
}

.therapy-categories-grid {
  max-width: 600px;
  margin: 0 auto;
}

.therapy-option {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.therapy-option .form-check-input {
  margin-top: 0;
  margin-right: 8px;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.therapy-option .form-check-label {
  color: #6c757d;
  font-size: 1rem;
  margin: 0;
  cursor: pointer;
  line-height: 1.2;
}

.therapy-option .form-check-input:checked + .form-check-label {
  color: var(--text-dark);
  font-weight: 500;
}

.categories-section {
  margin-top: 20px;
}

.therapy-header {
  text-align: left;
}

.therapy-instruction {
  color: #6c757d;
  font-size: 1rem;
  margin: 0;
}

.psychologist-section {
  margin-top: 20px;
}

.crp-field-container {
  max-width: unset;
  margin: 0 auto;
}

.crp-field-container .form-label {
  color: #6c757d;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 8px;
}

.crp-field-container .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 1rem;
  background-color: #fff;
}

.crp-field-container .form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}

.crp-field-container .form-control::placeholder {
  color: #6c757d;
  font-size: 0.9rem;
}

.crp-warning {
  color: #28a745;
  font-size: 0.9rem;
  margin-top: 8px;
  font-weight: 500;
}

.professional-type-section {
  margin-bottom: 1.5rem;
}

.professional-type-section .form-check {
  margin-right: 2rem;
}

/* Estilos para o formulário inicial */
.initial-form-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 40px);

  position: relative;
}

#initialFormHeader {
  background-image: url('../images/fundo-lp-terapeutas.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 0px 0 200px 0;

  /* height: 50vh; */
}

.initialFormHeaderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #962899;
  opacity: 0.75;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 0;
}

#initialFormHeader .container {
  position: relative;
}

#initialFormHeader img{
  width: 250px;
  padding-top: 20px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  #initialFormHeader img{
    width: 150px;
    padding: 20px 0 20px 0;
  }
}

#initialFormHeader h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  font-family: "Raleway", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
}

#initialFormHeader h3 {
  font-size: 1.2rem;
  font-weight: 100;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  
}

#initialFormHeader a {
  background-color: #ff8a00;
  color: white;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 50px;
  transition: all 0.3s ease;
}

#initialFormHeader a:hover {
  background-color: #d86500;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 138, 0, 0.3);
}

#initialFormHeaderImage{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}

#initialFormContent{
  z-index: 10;
}

#initialFormContent img{
  margin-top: -150px;
}

.initial-form-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.3);
  margin: 20px 0;
}

.initial-form-title {
  color: #962899;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;

  margin-top: 60px;
}

.initial-form-subtitle {
  color: #6B7280;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.initial-form .form-label {
  color: #374151;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.initial-form .form-control {
  border: 2px solid #E5E7EB;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #F9FAFB;
}

.initial-form .form-control:focus {
  border-color: #8B5CF6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
  background-color: white;
}

.initial-form .form-check-input {
  border: 2px solid #E5E7EB;
  border-radius: 4px;
  margin-top: 4px;
}

.initial-form .form-check-input:checked {
  background-color: #8B5CF6;
  border-color: #8B5CF6;
}

.initial-form .form-check-label {
  color: #374151;
  font-size: 0.9rem;
  margin-left: 8px;
}

.btn-submit-initial {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  border: none;
  color: white;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-submit-initial:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: white !important;
}

.btn-submit-initial:active {
  transform: translateY(0);
}

.faq-title {
  color: #962899;
  font-weight: 600;
  font-size: 1.25rem;
}

/* Estilos para campos de telefone separados (mantido para compatibilidade) */
.initial-form .phone-inputs .col-3 {
  padding-right: 8px;
}

.initial-form .phone-inputs .col-9 {
  padding-left: 8px;
}

.initial-form .phone-inputs input {
  margin-bottom: 4px;
}

.initial-form .phone-inputs small {
  font-size: 0.75rem;
  color: #6B7280;
}

/* Estilos para Intl Tel Input */
.initial-form #phoneNumber {
  padding-left: 52px !important;
}

.iti {
  width: 100%;
  position: relative; /* Garantir posicionamento relativo */
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
  z-index: 2;
  cursor: pointer; /* Garantir que seja clicável */
}

.iti__selected-flag {
  padding: 0 8px;
  outline: none;
  cursor: pointer; /* Garantir que seja clicável */
}

.iti__selected-flag:focus {
  outline: none;
}

.iti__flag {
  margin-right: 6px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #555;
}

.iti__country-list {
  z-index: 9999 !important; /* Aumentar z-index para garantir que apareça acima de tudo */
  background-color: #ffffff !important; /* Corrigir background do dropdown */
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-height: 200px !important; /* Garantir altura máxima */
  overflow-y: auto !important; /* Permitir scroll se necessário */
  position: absolute !important; /* Garantir posicionamento absoluto */
}

.iti__country {
  padding: 8px 12px;
}

.iti__country:hover,
.iti__country.iti__highlight {
  background-color: #f0f0f0;
}

/* Garantir que elementos pais não cortem o dropdown */
.initial-form-card,
.initial-form,
.mb-3 {
  overflow: visible !important; /* Garantir que não haja overflow hidden */
}

/* Garantir que o input tenha espaço para o dropdown */
.initial-form .mb-3 {
  position: relative;
  overflow: visible;
}

/* Responsividade para o formulário inicial */
@media (max-width: 768px) {
  .initial-form-card {
    padding: 24px;
    margin: 10px;
  }
  
  .initial-form-title {
    font-size: 1.5rem;
  }
  
  .initial-form-subtitle {
    font-size: 0.9rem;
  }

  

  .initial-form .phone-inputs .col-3,
  .initial-form .phone-inputs .col-9 {
    padding: 0;
  }
}

/* Classe btn-group-custom já definida acima */

/* Estilos para o step de certificados */
.certificates-header {
  background: #F8F9FA;
  border-radius: 8px;
  padding: 20px;
  border-left: 4px solid #007bff;
}

.certificate-icon {
  font-size: 1.5rem;
}

.certificates-info p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #374151;
}

.certificate-item {
  background: white;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  position: relative;
}

.certificate-item:hover {
  border-color: #007bff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
}

.certificate-header {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E7EB;
}

.certificate-title {
  color: #007bff;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}

.certificate-upload {
  position: relative;
}

.upload-area-cert {
  border: 2px dashed #D1D5DB;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #F9FAFB;
}

.upload-area-cert:hover {
  border-color: #007bff;
  background: #F0F8FF;
}

.upload-icon {
  font-size: 2rem;
  color: #6B7280;
  margin-bottom: 8px;
}

.upload-text {
  color: #6B7280;
  font-weight: 500;
  margin: 0;
}

.upload-area-cert:hover .upload-icon,
.upload-area-cert:hover .upload-text {
  color: #007bff;
}

.remove-certificate {
  font-size: 0.85rem;
  padding: 6px 12px;
}

.certificate-info {
  font-style: italic;
}

.add-certificate-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid #E5E7EB;
}

.add-certificate-section .btn {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.add-certificate-section .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

/* Responsividade para certificados */
@media (max-width: 768px) {
  .certificate-item {
    padding: 15px;
  }
  
  .certificates-header {
    padding: 15px;
  }
  
  .upload-area-cert {
    padding: 20px;
  }
  
  .certificate-header .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
  }
}

/* Estilos para o step 5 - Serviços */
.service-title-container,
.service-description-container,
.session-helps-container {
  position: relative;
}

.ai-helper-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.ai-helper-icon i {
  color: white;
  font-size: 0.9rem;
}

.ai-helper-icon:hover {
  background: #0056b3;
  transform: scale(1.1);
}

.price-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.currency-prefix {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
  font-weight: 600;
  font-size: 1.1rem;
  z-index: 5;
}

.price-input-container input {
  padding-left: 40px;
}

.service-title-container input,
.service-description-container textarea,
.session-helps-container textarea {
  padding-right: 50px;
}

/* Estilos específicos para os campos de serviço */
#serviceTitle {
  font-weight: 600;
  font-size: 1.1rem;
}

#serviceDescription,
#sessionHelps {
  resize: vertical;
  min-height: 100px;
}

#sessionPrice {
  font-weight: 600;
  font-size: 1.1rem;
}

/* Campo serviceTitle agora é editável */

/* Responsividade para step 5 */
@media (max-width: 768px) {
  .ai-helper-icon {
    width: 28px;
    height: 28px;
    top: 6px;
    right: 6px;
  }
  
  .ai-helper-icon i {
    font-size: 0.8rem;
  }
  
  .service-title-container input,
  .service-description-container textarea,
  .session-helps-container textarea {
    padding-right: 45px;
  }
}

/* Estilos para o novo upload de imagem de perfil */
.profile-upload-section {
  padding: 40px 0;
}

.profile-upload-title {
  color: #1F2937;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 12px;
}

.profile-upload-subtitle {
  color: #6B7280;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.profile-upload-container {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px 0;
}

.profile-preview-circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 4px solid #E5E7EB;
  background: #F9FAFB;
}

.profile-preview-circle:hover {
  border-color: #3B82F6;
  transform: scale(1.02);
}

.profile-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
}

.profile-placeholder-icon {
  font-size: 4rem;
  color: #9CA3AF;
}

.profile-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-upload-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #3B82F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(10px, 10px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.profile-upload-overlay:hover {
  background: #2563EB;
  transform: translate(10px, 10px) scale(1.1);
}

.upload-camera-icon {
  color: white;
  font-size: 1.2rem;
}

.upload-instructions {
  text-align: center;
}

.instruction-text {
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 8px;
  font-weight: 500;
}



/* Responsividade para upload de perfil */
@media (max-width: 768px) {
  .profile-upload-title {
    font-size: 1.75rem;
  }
  
  .profile-upload-subtitle {
    font-size: 1rem;
  }
  
  .profile-preview-circle {
    width: 160px;
    height: 160px;
  }
  
  .profile-placeholder-icon {
    font-size: 3rem;
  }
  
  .profile-upload-overlay {
    width: 40px;
    height: 40px;
    transform: translate(8px, 8px);
  }
  
  .upload-camera-icon {
    font-size: 1rem;
  }
  
}

/* Estilos para a tela de sucesso */
#step7 .main-card{
  margin: 0 !important;
}
.success-illustration {
  text-align: center;
}

.success-img {
  max-width: 100%;
  height: auto;
  width: 300px;
}

.success-title {
  color: #10B981;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 16px;
}

.success-subtitle {
  color: #6B7280;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 400px;
  margin: 0 auto;
}

/* Estilos para FAQ com details/summary */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
}

.faq-title {
  color: #962899;
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
}

.faq-accordion {
  background: transparent;
}

.faq-item {
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: none;
}

.faq-item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Estado fechado (padrão) */
.faq-item .faq-summary {
  background: #F8F9FA;
  border: 1px solid #E9ECEF;
}

/* Estado aberto - cor verde */
.faq-item[open] .faq-summary {
  background: linear-gradient(135deg, #A5F3A5 0%, #7DD3C0 100%);
  border: 1px solid #7DD3C0;
}

.faq-summary {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  list-style: none;
  outline: none;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-summary::marker {
  display: none;
}

.faq-question {
  margin: 0 !important;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2D3748;
  flex: 1;
  text-align: left;
  pointer-events: none;
  
}

.faq-icon {
  color: #6B7280;
  font-size: 1rem;
  transition: transform 0.3s ease;
  margin-left: 16px;
  pointer-events: none;
}

/* Rotaciona o ícone quando aberto */
.faq-item[open] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 24px;
  background: white;
  animation: fadeInAnswer 0.3s ease-out;
}

.faq-answer p {
  margin: 0;
  color: #6B7280;
  line-height: 1.6;
  font-size: 1rem;
}

/* Animação para a resposta aparecer */
@keyframes fadeInAnswer {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Estilos customizados para Select2 */
.select2-container--classic .select2-selection--multiple {
  border: 1px solid var(--medium-gray) !important;
  border-radius: 8px !important;
  padding: 15px 25px !important;
  min-height: 58px !important;
  font-size: 1.1rem !important;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple {
  border-color: var(--secondary-teal) !important;
  box-shadow: 0 0 0 0.2rem rgba(22, 160, 133, 0.25) !important;
}

.select2-container--classic .select2-selection__choice {
  background-color: var(--secondary-teal) !important;
  border: 1px solid var(--dark-teal) !important;
  color: white !important;
  border-radius: 6px !important;
  padding: 4px 8px !important;
  margin: 2px !important;
  font-size: 0.9rem !important;
}

.select2-container--classic .select2-selection__choice__remove {
  color: white !important;
  margin-right: 6px !important;
}

.select2-container--classic .select2-selection__choice__remove:hover {
  color: #ffebee !important;
}

.select2-dropdown {
  border: 1px solid var(--medium-gray) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: var(--secondary-teal) !important;
  color: white !important;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--medium-gray) !important;
  border-radius: 6px !important;
  padding: 8px !important;
}

/* Responsividade para tela de sucesso e FAQ */
@media (max-width: 768px) {
  .success-img {
    width: 250px;
  }
  
  .success-title {
    font-size: 1.75rem;
  }
  
  .success-subtitle {
    font-size: 1rem;
  }

  .faq-section {
    padding: 0 16px;
  }

  .faq-title {
    font-size: 1.5rem;
  }

  .faq-summary {
    padding: 16px 20px;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    padding: 20px;
  }

  .faq-answer p {
    font-size: 0.95rem;
  }

  /* Select2 responsivo */
  .select2-container--classic .select2-selection--multiple {
    min-height: 52px !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
  }
  
  .select2-container--classic .select2-selection__choice {
    font-size: 0.85rem !important;
    padding: 2px 6px !important;
  }
}

#faqPerguntasFrequentes{
  margin-top: 100px;
}

/* Estilos para o loader do botão */
.btn-proxima.loading {
  position: relative;
  pointer-events: none;
}

.btn-proxima.loading .fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Melhorar a aparência do botão durante o loading */
#btnProxima:disabled {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

#btnProxima:disabled:hover {
  transform: none !important;
}

/* Animação suave para transições do botão */
#btnProxima {
  transition: all 0.3s ease;
}

/* ========== ESTILOS PARA CAMPOS OBRIGATÓRIOS E VALIDAÇÃO ========== */

/* Indicador de campo obrigatório */
.form-label .required-indicator {
  color: #dc3545;
  font-weight: bold;
  margin-left: 3px;
}

/* Estados de validação para campos */
.form-control.is-invalid,
.form-check-input.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
  background-color: #fff5f5 !important;
}

.form-control.is-valid,
.form-check-input.is-valid {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
  background-color: #f8fff8 !important;
}

/* Mensagens de erro */
.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
  font-weight: 500;
}

.valid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
  font-weight: 500;
}

/* Estilos para grupos de radio/checkbox com erro */
.form-check-group.is-invalid {
  border: 2px solid #dc3545;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff5f5;
}

.form-check-group.is-valid {
  border: 2px solid #28a745;
  border-radius: 8px;
  padding: 15px;
  background-color: #f8fff8;
}

/* Estilos para upload areas com erro */
.upload-area-cert.is-invalid {
  border-color: #dc3545 !important;
  background-color: #fff5f5 !important;
}

.upload-area-cert.is-valid {
  border-color: #28a745 !important;
  background-color: #f8fff8 !important;
}

/* Animação para destacar campos com erro */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-3px); }
  20%, 40%, 60%, 80% { transform: translateX(3px); }
}

.shake {
  animation: shake 0.5s ease-in-out;
}

/* Tooltip para campos obrigatórios */
.field-tooltip {
  position: relative;
  display: inline-block;
}

.field-tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  font-size: 0.8rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.field-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Indicador de progresso de preenchimento */
.step-completion-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #17a2b8;
}

.completion-icon {
  color: #17a2b8;
  font-size: 1.2rem;
}

.completion-text {
  color: #495057;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Responsividade para validação */
@media (max-width: 768px) {
  .field-tooltip .tooltip-text {
    width: 150px;
    margin-left: -75px;
    font-size: 0.75rem;
  }
  
  .form-check-group.is-invalid,
  .form-check-group.is-valid {
    padding: 10px;
  }
}

/* ========== ESTILOS PARA LOGO INLINE NOS STEPS ========== */

/* Remover padding-top do main-form-steps já que não há mais header fixo */
.main-form-steps {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Container do header do progresso com flexbox */
.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 20px;
}

.brand-logo-inline {
  display: flex;
  align-items: center;
}

.steps-logo-inline {
  height: 40px;
  width: auto;
  max-width: 180px;
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(19%) sepia(74%) saturate(2994%) hue-rotate(284deg) brightness(89%) contrast(88%);
}

/* Ajustar o step-indicator para ficar alinhado quando está no progress-header */
.progress-header .step-indicator {
  position: static !important; /* Remove posicionamento absoluto */
  top: auto !important;
  right: auto !important;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-gray);
  margin: 0;
}

/* Responsividade para o layout inline */
@media (max-width: 768px) {
  .progress-header {
    padding: 0 15px;
    margin-bottom: 12px;
  }
  
  .steps-logo-inline {
    height: 35px;
    max-width: 150px;
  }
  
  .progress-header .step-indicator {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .progress-header {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  
  .steps-logo-inline {
    height: 30px;
    max-width: 120px;
  }
  
  .progress-header .step-indicator {
    font-size: 13px;
  }
}

.select2-search__field{
  height: 21px !important;
}