.elementor-19 .elementor-element.elementor-element-b7bda11{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3da5313 */@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #1a1a1e;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #2a2a2e;
  background-color: #121214;
}

.logo {
  width: 150px;
  height: auto;
  display: block;
}

.progress-container {
  width: 100%;
  margin-top: 10px;
}

.progress-text {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.progress-bar-bg {
  background: #333;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar-fill {
  background: #FF6B00;
  height: 100%;
  width: 0%;
  transition: width 0.4s ease;
}

.step {
  display: none;
  width: 100%;
  flex: 1; /* Faz o passo ocupar 100% da tela restante */
  box-sizing: border-box;
  animation: fadeIn 0.3s ease-out forwards;
  background: #1a1a1e;
  padding: 30px 20px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-start;
}

.step.active {
  display: flex;
}

#step-5 {
  justify-content: center;
  align-items: center;
}

#loading-text {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  font-size: 18px;
}

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

h1, h2 {
  color: #FF6B00;
  font-weight: 800;
  margin-top: 0;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

p {
  font-size: 15px;
  color: #e1e1e6;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

.benefits-box {
  background: #121214;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #333;
}

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-icon {
  font-size: 22px;
  margin-right: 12px;
  min-width: 30px;
  text-align: center;
}

.benefit-text {
  font-size: 13px;
  color: #d1d1d6;
  line-height: 1.3;
  text-align: left;
}

.benefit-text strong {
  display: block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

label {
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

input {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #333;
  background: #121214;
  color: #fff;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  transition: border-color 0.3s;
}

input:focus {
  outline: none;
  border-color: #FF6B00;
}

button.btn-main {
  width: 100%;
  padding: 16px 15px;
  background: #FF6B00;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4);
}

button.disabled {
  background: #333;
  color: #777;
  box-shadow: none;
  pointer-events: none;
}

.grid-cities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px;
}

.grid-cities .full-width {
  grid-column: span 2;
}

.btn-outline {
  background: #121214;
  border: 2px solid #333;
  color: #ccc;
  padding: 12px 5px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  text-align: center;
}

.btn-outline.selected {
  background: rgba(255, 107, 0, 0.1);
  border-color: #FF6B00;
  color: #FF6B00;
}

.profile-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.profile-btn {
  background: #121214;
  border: 2px solid #333;
  border-radius: 12px;
  padding: 14px 12px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.profile-btn:active {
  transform: scale(0.98);
}

.profile-btn .p-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.profile-btn .p-desc {
  display: block;
  color: #aaa;
  font-size: 13px;
  line-height: 1.2;
}

.pulse-orange {
  animation: pulseOrange 2s infinite;
}

@keyframes pulseOrange {
  0% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(255, 107, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0); }
}

.pulse-green {
  background: #10b981 !important;
  animation: pulseGreen 2s infinite;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

@keyframes pulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.spinner {
  width: 45px;
  height: 45px;
  border: 4px solid #333;
  border-top: 4px solid #FF6B00;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px auto;
}

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

.icon-big {
  font-size: 50px;
  margin-bottom: 10px;
  text-align: center;
}

.c-green { color: #10b981; }
.c-orange { color: #FF6B00; }/* End custom CSS */