.elementor-kit-11{--e-global-color-primary:#B84A4F;--e-global-color-secondary:#F48791;--e-global-color-text:#262626;--e-global-color-accent:#E26A73;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1020px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}}/* Start custom CSS *//* ===========================
   CONFIGURADOR - ESTILO GERAL
=========================== */
#configurador-site {
  font-family: 'Arial', sans-serif;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  background: #fefefe;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* ===========================
   TÍTULOS
=========================== */
#configurador-site h3 {
  font-size: 1.4em;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

/* ===========================
   BOTOES DE OPÇÃO
=========================== */
.opcoes-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.opcao {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-weight: 500;
  color: #333;
}

.opcao:hover {
  background: #0055ff;
  color: #fff;
  border-color: #0055ff;
}

/* ===========================
   BOTÕES "PRÓXIMO" E "ENVIAR"
=========================== */
.btn-proximo,
.btn-enviar {
  margin-top: 15px;
  padding: 10px 20px;
  background: #0055ff;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-proximo:hover,
.btn-enviar:hover {
  background: #003bb5;
}

/* ===========================
   INPUTS E TEXTAREAS
=========================== */
input[type="text"],
input[type="email"],
textarea,
select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 1em;
  transition: border 0.25s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #0055ff;
  outline: none;
}

/* ===========================
   PREVIEW AO VIVO
=========================== */
#site-preview {
  margin-top: 25px;
  padding: 20px;
  background: linear-gradient(145deg, #ffffff, #f8f8f8);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

#site-preview .hero-card {
  text-align: center;
  margin-bottom: 15px;
}

#site-preview .cta {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

#site-preview .cta:hover {
  opacity: 0.85;
}

/* ===========================
   CHIPS DE ESCOLHAS
=========================== */
.selected-chips .chip,
#site-preview .features .chip {
  display: inline-block;
  padding: 6px 10px;
  margin: 4px 4px 4px 0;
  border-radius: 12px;
  background: #eee;
  font-weight: 500;
  color: #333;
  transition: all 0.25s ease;
}

.selected-chips .chip {
  background: #f3f3f3;
}

.selected-chips .chip.selected,
#site-preview .features .chip {
  background: #0055ff;
  color: #fff;
}

/* ===========================
   BARRA DE PROGRESSO
=========================== */
.progress-wrap {
  margin-top: 20px;
}

.progress-bar {
  height: 10px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
}

#progress-fill {
  height: 10px;
  width: 0%;
  background: #0055ff;
  transition: width 0.3s ease;
}

.progress-label {
  margin-top: 5px;
  font-size: 0.9em;
  color: #555;
  text-align: center;
}

/* ===========================
   RESPONSIVO
=========================== */
@media (max-width: 600px){
  .opcoes-wrapper {
    flex-direction: column;
  }
}/* End custom CSS */