/* Landing upload: compact source switch + centered Voicee-like composition. */
.lp-hero-copy .lp-hero-actions {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: 28px;
}

.lp-upload-mode-tabs {
  display: flex;
  width: max-content;
  margin: 0 auto 14px;
  padding: 4px;
  border: 1px solid rgba(126, 190, 255, 0.28);
  border-radius: 15px;
  background: rgba(7, 35, 68, 0.72);
  box-shadow: 0 12px 28px rgba(0, 14, 34, 0.18);
}

.lp-upload-mode-tab {
  min-width: 112px;
  padding: 10px 20px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: rgba(226, 239, 255, 0.72);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.lp-upload-mode-tab:hover {
  color: #fff;
}

.lp-upload-mode-tab.is-active {
  background: rgba(67, 155, 255, 0.2);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(112, 185, 255, 0.35);
}

.lp-upload-mode-panel[hidden] {
  display: none !important;
}

.lp-hero-copy .lp-upload-form {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.lp-hero-copy .lp-dropzone,
.lp-upload-link-panel {
  min-height: 300px;
  border: 2px dashed rgba(114, 184, 255, 0.66);
  border-radius: 28px;
  background: linear-gradient(180deg, #153f70 0%, #0d2f57 100%);
  box-shadow: 0 18px 44px rgba(0, 17, 41, 0.2);
}

.lp-hero-copy .lp-dropzone-copy {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 42px;
  text-align: center;
}

.lp-hero-copy .lp-dropzone-icon {
  width: 54px;
  height: 54px;
  margin: 0 0 14px;
  color: #76bbff;
}

.lp-hero-copy .lp-dropzone-title {
  margin: 0;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.15;
}

.lp-hero-copy .lp-dropzone-text {
  margin: 12px 0 24px;
  color: rgba(219, 234, 255, 0.72);
  font-size: 17px;
  line-height: 1.45;
}

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

.lp-hero-copy .lp-dropzone-footer .lp-btn {
  min-width: 210px;
  justify-content: center;
}

.lp-hero-copy .lp-dropzone-status {
  max-width: 420px;
  color: rgba(224, 238, 255, 0.72);
  text-align: center;
}

.lp-hero-copy .lp-dropzone-status:empty {
  display: none;
}

.lp-upload-link-panel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 42px;
  text-align: center;
}

.lp-upload-link-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-upload-link-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  color: #76bbff;
}

.lp-upload-link-title {
  color: #fff;
  font-size: clamp(23px, 1.8vw, 28px);
  line-height: 1.2;
}

.lp-upload-link-text {
  margin: 10px 0 22px;
  color: rgba(219, 234, 255, 0.72);
  font-size: 16px;
}

.lp-upload-link-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: min(100%, 560px);
}

.lp-upload-link-form input {
  min-width: 0;
  height: 56px;
  box-sizing: border-box;
  padding: 0 18px;
  border: 1px solid rgba(137, 191, 255, 0.55);
  border-radius: 14px;
  outline: none;
  background: rgba(5, 28, 55, 0.72);
  color: #fff;
  font: inherit;
  font-size: 16px;
}

.lp-upload-link-form input::placeholder {
  color: rgba(213, 229, 249, 0.5);
}

.lp-upload-link-form input:focus {
  border-color: #6eb8ff;
  box-shadow: 0 0 0 3px rgba(72, 164, 255, 0.16);
}

.lp-upload-link-form .lp-btn {
  min-height: 56px;
  padding-inline: 24px;
  white-space: nowrap;
}
