body {
  background: linear-gradient(145deg, #f3f7ff 0%, #dfe9ff 100%);
  min-height: 100vh;
}

.catastro-page {
  min-height: 100vh;
}

.catastro-card {
  background: #ffffff;
  border: 1px solid #d6e2ff;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(16, 40, 90, 0.14);
  padding: 1.25rem;
}

.catastro-header {
  margin-bottom: 1.25rem;
}

.catastro-form-container {
  padding-top: 0 !important;
}

.catastro-top-banner {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.catastro-banner-image {
  width: 100%;
  display: block;
  border-radius: 0 0 22px 22px;
  object-fit: cover;
}

.catastro-badge {
  display: inline-block;
  background: #0b57d0;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
}

.catastro-badge.success {
  background: #157347;
}

.catastro-success-check {
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto 0.65rem;
}

.catastro-title {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  color: #0f274f;
  font-weight: 800;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  line-height: 1.25;
}

.catastro-subtitle {
  margin-bottom: 0;
  color: #425466;
  font-size: 0.98rem;
}

.wizard-progress-wrap {
  margin-top: 0.85rem;
}

.wizard-progress-top {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #5b6f8e;
  margin-bottom: 0.35rem;
}

.wizard-progress {
  height: 0.34rem;
  background-color: #dbe6fb;
  border-radius: 999px;
}

.wizard-progress .progress-bar {
  background: linear-gradient(90deg, #0b57d0 0%, #3f8cff 100%);
  transition: width 0.25s ease;
  border-radius: 999px;
}

.wizard-progress-wrap-bottom {
  opacity: 0.92;
}

.step-title {
  color: #0f274f;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  margin-bottom: 0.45rem;
  text-align: center;
  letter-spacing: 0.01em;
}

.step-note {
  color: #546b86;
  font-size: 0.92rem;
  margin-bottom: 1rem;
  text-align: center;
}

.wizard-step .step-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 0.45rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #0b57d0 0%, #3f8cff 100%);
  opacity: 0.85;
}

.motivo-group {
  border: 1px solid #dce7fa;
  border-radius: 12px;
  padding: 0.8rem;
  margin-bottom: 0.75rem;
  background: #fbfdff;
}

.motivo-group-title {
  font-size: 0.95rem;
  color: #1b3d77;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.motivo-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  border: 1px solid #e4edff;
  border-radius: 10px;
  padding: 0.58rem 0.62rem;
  font-size: 0.91rem;
  color: #233b57;
  cursor: pointer;
  margin: 0;
  background: #ffffff;
}

.motivo-item input[type="checkbox"] {
  margin-top: 0.2rem;
}

.attachment-grid {
  margin-top: 0.15rem;
}

.attachment-box {
  height: 100%;
  border: 1px solid #dce7fa;
  border-radius: 12px;
  background: #fbfdff;
  padding: 0.75rem;
}

.attachment-box-title {
  margin: 0 0 0.45rem;
  color: #1b3d77;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.catastro-file-control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.catastro-file-trigger,
.catastro-file-trigger.btn {
  min-height: 2.25rem;
  padding: 0.42rem 0.8rem;
  border-radius: 10px;
  border: 1px solid #0b57d0 !important;
  background: #0b57d0 !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.2;
}

.catastro-file-trigger:hover,
.catastro-file-trigger:focus,
.catastro-file-trigger:active,
.catastro-file-trigger.btn:hover,
.catastro-file-trigger.btn:focus,
.catastro-file-trigger.btn:active {
  background: #0a4cb8 !important;
  border-color: #0a4cb8 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.catastro-file-name {
  display: block;
  margin-top: 0.35rem;
  color: #5e7190;
  font-size: 0.82rem;
  line-height: 1.25;
}

.attachment-box .invalid-feedback {
  margin-top: 0.35rem;
}

.catastro-attachment-preview {
  border: 1px solid #d3e2ff;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  min-height: 150px;
}

.catastro-attachment-preview-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.catastro-attachment-preview-pdf {
  width: 100%;
  height: 180px;
  border: 0;
  display: block;
  background: #ffffff;
}

.catastro-attachment-preview-fallback {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #5e7190;
  font-size: 0.86rem;
  padding: 0.75rem;
}

.wizard-actions {
  display: flex;
  gap: 0.55rem;
  justify-content: space-between;
  margin-top: 1rem;
}

.wizard-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  border-radius: 999px;
  font-weight: 600;
  padding-inline: 1.1rem;
  line-height: 1.2;
  text-align: center;
}

.data-policy-box {
  border: 1px solid #f0dd8f;
  border-radius: 12px;
  padding: 0.82rem;
  background: #fffdf3;
}

.catastro-turnstile-wrap {
  border-top: 1px dashed #e4d28a;
  padding-top: 0.8rem;
}

@media (min-width: 768px) {
  .catastro-card {
    padding: 1.6rem;
  }

  .wizard-actions {
    justify-content: flex-end;
  }
}
