/* style.css */
html {
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
}
#hero {
  background: linear-gradient(270deg, #4f46e5, #7c3aed, #ec4899, #f472b6);
  background-size: 800% 800%;
  animation: gradient 12s ease infinite;
  clip-path: polygon(0 0,100% 0,100% 85%,0 100%);
}
#hero::before,
#hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  filter: blur(50px);
  animation: float 6s ease-in-out infinite;
}
#hero::before {
  width: 200px;
  height: 200px;
  top: 20%;
  left: 10%;
}
#hero::after {
  width: 300px;
  height: 300px;
  bottom: 20%;
  right: 15%;
}
@keyframes gradient {
  0%   { background-position:   0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position:   0% 50%; }
}
@keyframes float {
  0%,100% { transform: translateY(0) translateX(0); }
  50%     { transform: translateY(-20px) translateX(20px); }
}
#about {
  position: relative;
  z-index: 20;
  margin-top: -4rem; /* поднимет секцию на 4rem вверх */
}
/* Основной фон и отступы */
#ticket-selection {
  background-color: #f7f8fa;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Заголовок блока */
#ticket-selection h2 {
  font-family: 'Poppins', sans-serif;
  color: #111827;
}

/* Карточки шагов */
#ticket-selection .relative.bg-white {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#ticket-selection .relative.bg-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Номер шага в кружке */
#ticket-selection .relative.bg-white .absolute {
  width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  border: 3px solid #ffffff;
  font-size: 0.875rem;
}

/* Сетка чисел */
#ticket-selection #numberGrid {
  background: #eef2ff;
  padding: 0.75rem;
  border-radius: 0.75rem;
}
#ticket-selection #numberGrid button {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, box-shadow 0.2s;
}
#ticket-selection #numberGrid button:hover {
  background: #ddd6fe;
}
#ticket-selection #numberGrid button.bg-indigo-600 {
  background: #6366f1;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.5);
}

/* Кнопки действий */
#ticket-selection button#clearBtn {
  background: none;
  border-color: #6366f1;
}
#ticket-selection button#clearBtn:hover {
  background: #ede9fe;
}
#ticket-selection button#quickPickBtn {
  background-color: #6366f1;
}
#ticket-selection button#quickPickBtn:hover {
  background-color: #4f46e5;
}

/* Кнопка “Add to Cart” */
#addToCartBtn {
  background: linear-gradient(90deg, #ec4899, #6366f1);
  box-shadow: 0 8px 20px rgba(236, 72, 153, 0.3);
  transition: transform 0.2s, opacity 0.2s;
}
#addToCartBtn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
/* Entry Info Section */
#entry-info {
  background-color: #f9fafb;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Section Title */
#entry-info h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  color: #2d3748;
}

/* Section Description */
#entry-info p {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
}

/* Mode Descriptions */
#entry-info .grid > div h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  color: #2d3748;
}

#entry-info .grid > div p {
  color: #718096;
  line-height: 1.6;
}

/* Tables Container */
#entry-info .overflow-x-auto > div {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

/* Tables */
#entry-info table {
  width: 100%;
  border-collapse: collapse;
}

#entry-info th {
  background-color: #553c9a;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  text-align: left;
  padding: 0.75rem 1rem;
}

#entry-info td {
  padding: 0.75rem 1rem;
  color: #4a5568;
  font-size: 0.875rem;
}

/* Alternate Row Colors */
#entry-info tbody tr:nth-child(odd) {
  background-color: #f7fafc;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  #entry-info .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #entry-info h2 {
    font-size: 1.75rem;
  }
}
/* Переработанные стили для яркого, насыщенного фона */
#picker-block {
  position: relative;
  background: linear-gradient(135deg, #7f1dff 0%, #ec4899 100%);
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  color: #f3f4f6;
}

/* Декоративные градиентные круги */
.picker-decor-top {
  background: radial-gradient(circle at center, rgba(236,72,153,0.4), transparent);
}
.picker-decor-bottom {
  background: radial-gradient(circle at center, rgba(127,29,255,0.4), transparent);
}

/* Контейнер над фоном */
.picker-container {
  position: relative;
  z-index: 1;
}

/* Каждый шаг */
.picker-step {
  background: rgba(255,255,255,0.1);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* Номер шага */
.picker-step-num {
  background: linear-gradient(45deg, #ec4899, #7f1dff);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Поля select */
.picker-select {
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(243,244,246,0.4);
  color: #f3f4f6;
}
.picker-select:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}

/* Переключатели режимов */
.picker-mode span {
  color: #f3f4f6;
}

/* Сетка чисел */
.picker-grid {
  background: rgba(255,255,255,0.15);
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: inset 0 4px 12px rgba(0,0,0,0.1);
}
.picker-grid button {
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(243,244,246,0.5);
  color: #f3f4f6;
}
.picker-grid button:hover {
  background: rgba(255,255,255,0.3);
}
.picker-grid button.selected {
  background: #ffffff;
  color: #7f1dff;
  border-color: #ec4899;
  box-shadow: 0 4px 12px rgba(127,29,255,0.4);
}

/* Кнопки действия */
.picker-btn-clear {
  background: rgba(255,255,255,0.2);
  color: #f3f4f6;
  border-color: rgba(243,244,246,0.5);
}
.picker-btn-clear:hover {
  background: rgba(255,255,255,0.3);
}
.picker-btn-auto {
  background: #ec4899;
  color: #ffffff;
}
.picker-btn-auto:hover {
  background: #d6336c;
}

/* Итог и корзина */
.picker-summary {
  background: rgba(255,255,255,0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
.picker-total-label {
  color: #f3f4f6;
}
.picker-btn-add {
  background: linear-gradient(45deg, #ec4899, #7f1dff);
  box-shadow: 0 6px 18px rgba(127,29,255,0.4);
}
.picker-btn-add:hover {
  background: linear-gradient(45deg, #d6336c, #6b21a8);
}
/* LP Play Options Table Section */
#lp-play-options-table {
  position: relative;
  background: linear-gradient(to right, #7e22ce, #4f46e5);
  padding: 4rem 0;
  color: #ffffff;
  overflow: hidden;
}

/* Decorative circles */
.lp-po-decor-top,
.lp-po-decor-bottom {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(2rem);
}
.lp-po-decor-top {
  top: -4rem;
  left: -4rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle at center, rgba(236,72,153,0.5), transparent);
}
.lp-po-decor-bottom {
  bottom: -5rem;
  right: -5rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle at center, rgba(126,34,206,0.5), transparent);
}

/* Inner container */
.lp-po-container {
  position: relative;
  z-index: 1;
}

/* Title & description */
.lp-po-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.lp-po-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  text-align: center;
  margin-bottom: 2rem;
}

/* Full-width table */
#lp-po-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  table-layout: fixed;
}
#lp-po-table th,
#lp-po-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: middle;
}

/* Header row */
.lp-po-header th {
  background: rgba(0,0,0,0.2);
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Body rows */
.lp-po-row:nth-child(odd) {
  background: rgba(255,255,255,0.05);
}
.lp-po-row:nth-child(even) {
  background: rgba(255,255,255,0.08);
}
.lp-po-row:hover {
  background: rgba(255,255,255,0.15);
}

/* Choose buttons */
.lp-po-choose-btn {
  background: #ec4899;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background 0.2s;
}
.lp-po-choose-btn:hover {
  background: #db2777;
}

/* Summary block */
.lp-po-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.15);
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
#lp-po-cart-total {
  font-size: 1.25rem;
  font-weight: 600;
}

/* Add to Cart button */
#lp-po-add-cart {
  background: #ec4899;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 600;
  transition: background 0.2s, transform 0.2s;
}
#lp-po-add-cart:hover {
  background: #db2777;
  transform: translateY(-2px);
}
/* Intensify cell backgrounds with rich accent colors */
#lp-po-table td {
  background-color: rgba(236, 72, 153, 0.3); /* rich pink tint */
  transition: background 0.2s;
}

/* Stronger zebra striping */
.lp-po-row:nth-child(odd) td {
  background-color: rgba(236, 72, 153, 0.4);
}
.lp-po-row:nth-child(even) td {
  background-color: rgba(126, 34, 206, 0.3);
}

/* Header cells with solid, saturated background */
.lp-po-header th {
  background-color: #db2777; /* bold pink */
  color: #ffffff;
}

/* Hover state more pronounced */
#lp-po-table tbody tr:hover td {
  background-color: rgba(126, 34, 206, 0.6) !important;
}

/* Ensure corners stay rounded */
#lp-po-table {
  border-radius: 0.75rem;
  overflow: hidden;
}
/* Add a rich, layered background to the picker section */
.lp-picker-section {
  position: relative;
  /* Base gradient */
  background: linear-gradient(135deg, #7e22ce 0%, #ec4899 100%);
  /* Two subtle radial overlays for depth */
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(0,0,0,0.1), transparent 50%),
    linear-gradient(135deg, #7e22ce 0%, #ec4899 100%);
  background-blend-mode: screen, multiply, normal;
  background-size: cover;
}

/* Keep decorative circles as-is, or boost their contrast */
.lp-decor-top {
  background: radial-gradient(circle at center, rgba(236,72,153,0.4), transparent);
}
.lp-decor-bottom {
  background: radial-gradient(circle at center, rgba(126,34,206,0.4), transparent);
}
