/* =====================================================
   HERO PRINCIPAL PREVIEW
===================================================== */

.sitio-web-preview-hero {
  position: relative;
  min-height: 520px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;

  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('https://images.unsplash.com/photo-1513104890138-7c749659a591');

  background-size: cover;
  background-position: center;
}

.sitio-web-preview-hero-overlay {
  min-height: 520px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 60px;
  gap: 14px;
}

.sitio-web-preview-hero-tagline {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #facc15;
}

.sitio-web-preview-hero-title {
  max-width: 700px;

  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;

  color: #ffffff;
}

.sitio-web-preview-hero-subtitle {
  max-width: 650px;

  font-size: 22px;
  font-weight: 600;

  color: #ffffff;
}

.sitio-web-preview-hero-description {
  max-width: 650px;

  font-size: 16px;
  line-height: 1.7;

  color: rgba(255, 255, 255, 0.9);
}

.sitio-web-preview-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.sitio-web-preview-hero-btn-primary {
  border: none;

  padding: 14px 26px;

  border-radius: 12px;

  font-size: 15px;
  font-weight: 700;

  cursor: pointer;

  background: #22c55e;
  color: #ffffff;
}

.sitio-web-preview-hero-btn-secondary {
  padding: 14px 26px;

  border-radius: 12px;

  border: 2px solid #ffffff;

  font-size: 15px;
  font-weight: 700;

  cursor: pointer;

  background: transparent;
  color: #ffffff;
}

/* BADGE */

.sitio-web-preview-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  width: fit-content;

  padding: 8px 14px;

  border-radius: 999px;

  background: rgba(132, 204, 22, 0.15);

  border: 1px solid rgba(132, 204, 22, 0.4);

  color: #84cc16;

  font-size: 14px;
  font-weight: 700;

  backdrop-filter: blur(8px);
}

.sitio-web-preview-hero-badge i {
  font-size: 14px;
}

.sitio-web-preview-hero-badge span {
  line-height: 1;
}

.sitio-web-hero-color-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 1px;
}

.sitio-web-hero-color-label {
  display: flex;
  align-items: center;
  gap: 4px;

  font-size: 11px;
  font-weight: 600;
}

.sitio-web-hero-color-label .sitio-web-header-color-btn {
  width: 28px;
  height: 28px;
}

.sitio-web-hero-color-label .sitio-web-header-color-btn span {
  width: 12px;
  height: 12px;
}

.sitio-web-hero-inline-field {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1px;
}

.sitio-web-hero-upload-help {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--color-text-secondary);
}

.sitio-web-hero-inline-label {
  width: 60px;
  min-width: 60px;

  font-size: 12px;
  font-weight: 600;

  color: var(--color-text);
}

.sitio-web-hero-inline-field input,
.sitio-web-hero-inline-field select {
  flex: 1;

  height: 32px;

  min-height: 32px;

  padding: 0 10px;

  font-size: 12px;
}
