/* Landing hero link mode: compact, self-contained and independent from dashboard layout. */
.lp-hero-copy .lp-upload-link-panel {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  padding: 34px 40px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid rgba(116, 185, 255, 0.48);
  border-radius: 28px;
  background: linear-gradient(180deg, #163f6f 0%, #0c3159 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 42px rgba(2, 15, 35, 0.18);
}

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

.lp-hero-copy .lp-upload-link-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  max-width: 720px;
  margin: 0;
  text-align: center;
}

.lp-hero-copy .lp-upload-link-icon {
  width: 42px;
  height: 42px;
  color: #70b8ff;
  margin-bottom: 2px;
}

.lp-hero-copy .lp-upload-link-title {
  display: block;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 800;
}

.lp-hero-copy .lp-upload-link-text {
  margin: 0;
  color: #afc9e8;
  font-size: 17px;
  line-height: 1.45;
}

.lp-hero-copy .lp-upload-link-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: center;
  gap: 12px;
  width: min(100%, 760px);
  margin: 0;
}

.lp-hero-copy .lp-upload-link-form input[type="url"] {
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid rgba(129, 187, 242, 0.65);
  border-radius: 16px;
  outline: none;
  background: #0a2a4c;
  color: #fff;
  font: inherit;
  font-size: 18px;
}

.lp-hero-copy .lp-upload-link-form input[type="url"]::placeholder {
  color: #7f9bbb;
}

.lp-hero-copy .lp-upload-link-form input[type="url"]:focus {
  border-color: #67b5ff;
  box-shadow: 0 0 0 3px rgba(54, 153, 255, 0.16);
}

.lp-hero-copy .lp-upload-link-form .lp-btn {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 58px;
  margin: 0;
  padding: 0 22px;
  justify-content: center;
  white-space: nowrap;
}

.lp-hero-copy .lp-upload-link-platforms {
  width: min(100%, 760px);
  margin: 0;
}

.lp-hero-copy .lp-upload-link-platforms .pp-platforms {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
}

.lp-hero-copy .lp-upload-link-platforms .pp-platforms-label {
  flex: 0 0 auto;
  margin: 0;
  color: #91afd0;
  font-size: 14px;
}
