.lr-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  align-items: start;
  padding: clamp(18px, 4vw, 26px);
  border-radius: 16px;
  background: linear-gradient(135deg, #0f172a, #111827);
  color: #f8fafc;
  max-width: 1100px;
  width: min(1100px, 96vw);
  margin: var(--lr-hero-offset, 80px) auto 24px;
  scroll-margin-top: var(--lr-hero-offset, 80px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  clear: both;
}

.lr-tuner {
  position: absolute;
  right: 12px;
  top: 12px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid #1f2937;
  border-radius: 10px;
  padding: 10px 12px;
  color: #e2e8f0;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.lr-tuner input[type="range"] {
  width: 120px;
}

.lr-hero-text h2 {
  margin: 8px 0 6px;
  font-size: 28px;
}

.lr-hero-text p {
  margin: 0 0 10px;
  color: #cbd5e1;
}

@media (max-width: 640px) {
  .lr-hero {
    padding: 18px;
    margin: var(--lr-hero-offset, 64px) auto 16px;
    scroll-margin-top: var(--lr-hero-offset, 64px);
  }
}

.lr-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #22c55e22;
  color: #22c55e;
  border: 1px solid #22c55e44;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.lr-steps {
  list-style: none;
  padding: 0;
  margin: 12px 0 10px;
  display: grid;
  gap: 6px;
  color: #e2e8f0;
}

.lr-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: 10px;
  font-weight: 700;
  color: #a5f3fc;
}

.lr-alert {
  margin-top: 12px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #bbf7d0;
  background: #ecfdf3;
  color: #14532d;
}

.lr-alert.lr-success {
  border-color: #34d399;
}

.lusine-reservation-form {
  width: 100%;
  padding: 18px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  color: #0f172a;
  box-sizing: border-box;
}

.lusine-reservation-form .lr-field {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}

.lusine-reservation-form label {
  font-weight: 700;
  margin-bottom: 4px;
  color: #0f172a;
}

.lusine-reservation-form input,
.lusine-reservation-form textarea {
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  background: #f8fafc;
}

.lusine-reservation-form textarea {
  resize: vertical;
}

.lusine-reservation-form .lr-inline {
  display: flex;
  gap: 10px;
}

.lusine-reservation-form .lr-inline .lr-field {
  flex: 1;
}

.lusine-reservation-form button {
  margin-top: 8px;
  padding: 13px 16px;
  background: linear-gradient(135deg, #0f172a, #111827);
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 800;
  width: 100%;
  letter-spacing: 0.3px;
}

.lusine-reservation-form button:hover {
  filter: brightness(1.08);
}

.lusine-portal {
  max-width: 520px;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fafafa;
}
