.lp-hero-copy .lp-hero-actions {
  margin-top: 28px;
}

.lp-hero-copy .lp-dropzone {
  position: relative;
  z-index: 5;
  min-height: clamp(220px, 17vw, 258px);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(17, 58, 107, 0.96), rgba(8, 40, 78, 0.98));
}

.lp-hero-copy .lp-dropzone-copy {
  box-sizing: border-box;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 34px;
}

.lp-dropzone-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: rgba(126, 190, 255, 0.92);
}

.lp-hero-copy .lp-dropzone-title {
  margin: 0;
}

.lp-hero-copy .lp-dropzone-text {
  margin: 8px 0 0;
}

.lp-hero-copy .lp-dropzone-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.lp-hero-copy .lp-dropzone-status {
  display: block;
  min-height: 1.4em;
}

.lp-hero-copy .lp-upload-hint {
  margin-top: 14px;
}

@media (max-width: 720px) {
  .lp-hero-copy .lp-hero-actions {
    margin-top: 20px;
  }

  .lp-hero-copy .lp-dropzone {
    min-height: 210px;
  }

  .lp-hero-copy .lp-dropzone-copy {
    padding: 26px 24px;
  }

  .lp-dropzone-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
  }
}
