.des-desarrolloweb-page {
  background-color: #000;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 80px;
  min-height: 100vh;
}

.des-desarrolloweb-page .hero-desarrolloweb h1 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.des-desarrolloweb-page .hero-desarrolloweb .lead {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.des-desarrolloweb-page .hero-desarrolloweb .hero-note {
  color: #bbbbbb;
  font-size: 0.9rem;
}

.des-desarrolloweb-page .builder-main {
  margin-top: 10px;
}

.des-desarrolloweb-page .builder-title {
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.des-desarrolloweb-page .builder-hint {
  font-size: 0.9rem;
  color: #cccccc;
  margin-bottom: 14px;
}

.des-desarrolloweb-page .builder-config,
.des-desarrolloweb-page .builder-preview {
  margin-bottom: 20px;
}

.des-desarrolloweb-page .builder-card {
  background: #111;
  border-radius: 12px;
  padding: 16px 16px 14px;
  border: 1px solid #222;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  margin-bottom: 14px;
}

.des-desarrolloweb-page .builder-card-title {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.des-desarrolloweb-page .builder-card-subtitle {
  font-size: 0.9rem;
  color: #cccccc;
  margin-bottom: 10px;
}

.des-desarrolloweb-page .builder-export {
  margin-top: 16px;
}

.des-desarrolloweb-page .builder-export-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.des-desarrolloweb-page .builder-status {
  font-size: 0.85rem;
  color: #9f9;
  margin: 0;
}

.des-desarrolloweb-page .landing-preview {
  background: #111;
  border-radius: 12px;
  padding: 18px 16px 16px;
  border: 1px solid #222;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  margin-bottom: 16px;
}

.des-desarrolloweb-page .landing-preview.theme-dark {
  background: radial-gradient(circle at top left, #1c1c1c, #000);
  color: #ffffff;
}

.des-desarrolloweb-page .landing-preview.theme-light {
  background: #ffffff;
  color: #111111;
}

.des-desarrolloweb-page .landing-preview.theme-light .landing-section,
.des-desarrolloweb-page .landing-preview.theme-light .landing-hero {
  border-color: #e0e0e0;
}

.des-desarrolloweb-page .landing-preview.theme-light .landing-section-title {
  color: #4f339c;
}

.des-desarrolloweb-page .landing-hero {
  border-bottom: 1px solid #222;
  padding-bottom: 14px;
  margin-bottom: 16px;
}

.des-desarrolloweb-page .landing-tagline {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #bbbbbb;
}

.des-desarrolloweb-page .landing-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.des-desarrolloweb-page .landing-subtitle {
  font-size: 0.95rem;
  color: #dddddd;
  margin-bottom: 12px;
}

.des-desarrolloweb-page .landing-cta {
  font-weight: 600;
}

.des-desarrolloweb-page .landing-section {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #222;
}

.des-desarrolloweb-page .landing-section-title {
  font-size: 1rem;
  margin-bottom: 6px;
}

.des-desarrolloweb-page .landing-list {
  padding-left: 18px;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.des-desarrolloweb-page .landing-testimonios {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8px;
}

.des-desarrolloweb-page .landing-testimonio-item {
  background: #181818;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.9rem;
}

.des-desarrolloweb-page .landing-testimonio-nombre {
  font-weight: 600;
  font-size: 0.9rem;
}

.des-desarrolloweb-page .landing-testimonio-texto {
  font-size: 0.9rem;
  color: #dddddd;
}

.des-desarrolloweb-page .landing-faq-item {
  margin-bottom: 8px;
}

.des-desarrolloweb-page .landing-faq-pregunta {
  font-weight: 600;
}

.des-desarrolloweb-page .landing-faq-respuesta {
  font-size: 0.9rem;
  color: #dddddd;
}

.des-desarrolloweb-page .landing-contact {
  font-size: 0.9rem;
}

.des-desarrolloweb-page .admin-section {
  margin-top: 4px;
}

.des-desarrolloweb-page .admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.des-desarrolloweb-page .admin-note {
  font-size: 0.85rem;
  color: #bbbbbb;
}

.des-desarrolloweb-page .admin-table {
  font-size: 0.85rem;
}

.des-desarrolloweb-page .admin-footer {
  margin-top: 4px;
}

.des-desarrolloweb-page .admin-meta {
  font-size: 0.85rem;
  color: #cccccc;
}

.des-desarrolloweb-page .btn-outline-light {
  border-color: #555555;
  color: #eeeeee;
}

.des-desarrolloweb-page .btn-outline-light:hover,
.des-desarrolloweb-page .btn-outline-light:focus {
  background-color: #4f339c;
  border-color: #4f339c;
  color: #ffffff;
}

.des-desarrolloweb-page .dw-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

.des-desarrolloweb-page .dw-modal {
  background: #111111;
  color: #ffffff;
  border-radius: 12px;
  border: 1px solid #222222;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.85);
  max-width: 1040px;
  width: 95%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}

.des-desarrolloweb-page .dw-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 8px;
  border-bottom: 1px solid #222222;
}

.des-desarrolloweb-page .dw-modal-body {
  padding: 12px 16px 8px;
  overflow-y: auto;
}

.des-desarrolloweb-page .dw-modal-footer {
  padding: 8px 16px 12px;
  border-top: 1px solid #222222;
}

.des-desarrolloweb-page .dw-modal-close {
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.des-desarrolloweb-page .dw-modal-close:focus-visible {
  outline: 2px solid #4f339c;
  outline-offset: 2px;
}

.des-desarrolloweb-page .dw-preview {
  max-height: 60vh;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .des-desarrolloweb-page {
    padding-top: 140px;
  }

  .des-desarrolloweb-page .hero-desarrolloweb h1 {
    font-size: 2.8rem;
  }

  .des-desarrolloweb-page .landing-testimonios {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .des-desarrolloweb-page {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .des-desarrolloweb-page .builder-main {
    margin-top: 0;
  }

  .des-desarrolloweb-page .landing-preview {
    margin-top: 12px;
  }

  .des-desarrolloweb-page .dw-modal {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }

  .des-desarrolloweb-page .dw-preview {
    max-height: calc(100vh - 150px);
  }
}
