.lp-shell {
  width: 100%;
  max-width: 1040px;
  margin: 20px auto;
  padding: 14px;
  box-sizing: border-box;
}

.lp-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 210, 61, .12), transparent 34%),
    radial-gradient(circle at top left, rgba(255, 59, 59, .10), transparent 28%),
    linear-gradient(180deg, #0c1018 0%, #111827 100%);
  color: #f6f7fb;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.lp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.04), transparent 25%, transparent 75%, rgba(255,255,255,.025));
}

.lp-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.lp-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 210, 61, .12);
  color: #ffd23d;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,210,61,.18);
}

.lp-header h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.06;
}

.lp-header p,
.lp-result p,
.lp-consent,
.lp-footer-note,
.lp-field small {
  color: #c7cfdd;
}

.lp-form {
  position: relative;
  z-index: 1;
}

.lp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.lp-field-full {
  grid-column: 1 / -1;
}

.lp-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
  color: #f1f4fa;
}

.lp-social-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lp-social-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.lp-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.lp-tiktok {
  background: linear-gradient(135deg, #00f2ea, #111, #ff0050);
}

.lp-field input {
  width: 100%;
  min-height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035));
  color: #ff4d4f;
  -webkit-text-fill-color: #ff4d4f;
  caret-color: #ff4d4f;
  padding: 0 16px;
  box-sizing: border-box;
  outline: none;
  transition: border-color .2s ease, transform .2s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.lp-field input::placeholder {
  color: rgba(255, 117, 117, .72);
  -webkit-text-fill-color: rgba(255, 117, 117, .72);
}

.lp-field input:focus {
  border-color: rgba(255, 210, 61, .78);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.045));
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px rgba(255,210,61,.10);
}

.lp-field input:-webkit-autofill,
.lp-field input:-webkit-autofill:hover,
.lp-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ff4d4f;
  caret-color: #ff4d4f;
  -webkit-box-shadow: 0 0 0 1000px #171d2b inset;
  transition: background-color 9999s ease-in-out 0s;
}

.lp-phone-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035));
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lp-phone-wrap:focus-within {
  border-color: rgba(255, 210, 61, .78);
  box-shadow: 0 0 0 4px rgba(255,210,61,.10);
  transform: translateY(-1px);
}

.lp-phone-wrap input {
  border: 0;
  background: transparent;
  padding-left: 0;
  box-shadow: none;
}

.lp-phone-wrap input:focus {
  box-shadow: none;
  transform: none;
}

.lp-flag {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  font-size: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.lp-consent {
  font-size: 14px;
  margin: 15px 0 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.06);
}

.lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-btn {
  border: 0;
  border-radius: 16px;
  min-height: 54px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease, filter .2s ease;
}

.lp-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.lp-btn:disabled {
  opacity: .70;
  cursor: not-allowed;
}

.lp-primary {
  background: #ffd23d;
  color: #111;
  box-shadow: 0 14px 26px rgba(255,210,61,.22);
}

.lp-secondary {
  background: #25d366;
  color: #08120b;
  box-shadow: 0 14px 26px rgba(37,211,102,.18);
}

.lp-message {
  margin-top: 12px;
  min-height: 22px;
  font-size: 14px;
  font-weight: 700;
}

.lp-progress-wrap {
  margin-top: 18px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}

.lp-progress-bar {
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

.lp-progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffd23d, #ff8a3d, #25d366);
  transition: width .25s linear;
}

.lp-meta-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
  color: #d7e0ee;
}

.lp-meta-row span {
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.05);
}

.lp-console-card {
  margin-top: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  background: #090d14;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.lp-console-title {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-weight: 800;
  color: #9dd8ff;
  letter-spacing: .02em;
}

.lp-console {
  min-height: 200px;
  max-height: 320px;
  overflow: auto;
  padding: 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.6;
  color: #98f5a7;
}

.lp-console div {
  margin-bottom: 8px;
  word-break: break-word;
  padding-left: 12px;
  position: relative;
}

.lp-console div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  opacity: .88;
}

.lp-log-info {
  color: #98f5a7;
}

.lp-log-warn {
  color: #ffd67a;
}

.lp-log-error {
  color: #ff8f8f;
}

.lp-log-good {
  color: #7fe5ff;
}

.lp-result {
  margin-top: 20px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.lp-result h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
}

.lp-queue {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,210,61,.12);
  color: #ffd23d;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255,210,61,.16);
}

.lp-footer-note {
  margin-top: 14px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .lp-card {
    padding: 16px;
    border-radius: 24px;
  }

  .lp-header h2 {
    font-size: 30px;
  }

  .lp-console {
    min-height: 190px;
  }

  .lp-btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .lp-card {
    padding: 24px;
  }

  .lp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-meta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
