#paragraph-d_p_text_paged-7 .divider{
display:none;
}

.block__content .frontend-editing-field-wrapper{
	background-color:#13121c;
}

.footer-secondary p{
	font-size:13px;
}


/****** CREATE WEBSITE FORM ***/
/* Contenedor centrado */
.create-website-form {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 40px;
  font-family: 'Inter', sans-serif;
}

/* Campo de subdominio */
.create-website-form .form-item-domain-name {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.create-website-form .form-item-domain-name input {
  flex-grow: 1;
  margin-right: 5px;
}

.create-website-form .form-item-domain-name .description {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #777;
}

.domain-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.subdomain-input {
  flex-grow: 1;
}

.domain-suffix {
  font-size: 16px;
  color: #444;
}

.create-website-form-background {
  background-color: #f0f8ff; /* Azul clarito */
  padding: 20px;
  border-radius: 8px;
}


/* Etiquetas */
.create-website-form label {
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

/* Select */
.create-website-form select {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

/* Botón */
.create-website-form input[type="submit"] {
  background-color: #3B47F5;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.create-website-form input[type="submit"]:hover {
  background-color: #2c35c8;
}
/****** FORMULARI LOGIN ****/
.bootiga-auth-form {
  max-width: 400px;
  margin: 80px auto;
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', sans-serif;
}

.bootiga-input {
  width: 100%;
  padding: 12px 14px;
  margin-top: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

.bootiga-button {
  width: 100%;
  padding: 12px 14px;
  background-color: #4A4AFF;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.bootiga-button:hover {
  background-color: #3333ff;
}


/***** PROGRESS BAR ****/
.progress,
.progress .bar {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 1.5rem;
}

.progress .bar {
  background-color: #0d6efd;
  width: 0%;
  transition: width 0.4s ease;
  color: white;
  text-align: center;
  line-height: 1.5rem;
}

/***** PRICES *****/
.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-list li {
    margin-bottom: 0.8rem;
    color: #6c757d;
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    border-radius: 20px;
}

.gradient-custom {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}
