.section {
  padding-top: var(--space-12);
  padding-bottom: var(--space-12);
}

.section-header {
  margin-bottom: var(--space-6);
}

.section-header-center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-primary);
  margin-bottom: var(--space-2);
}

.hero-themed .hero-panel-themed {
  border-color: rgba(158, 255, 0, 0.5);
  box-shadow: var(--shadow-strong), 0 0 40px rgba(158, 255, 0, 0.25);
}

.hero-themed .hero-panel-themed::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(158, 255, 0, 0.18);
  mix-blend-mode: screen;
  pointer-events: none;
}

.themed-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--space-8);
}

.themed-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

@media (max-width: 900px) {
  .themed-grid-2,
  .themed-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.themed-intro-points {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.themed-intro-item h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.themed-intro-item p {
  margin-bottom: 0;
}

.themed-scenography {
  background: radial-gradient(circle at top, rgba(158, 255, 0, 0.08), #050505);
}

.themed-scenography-highlights {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.themed-card {
  background: radial-gradient(circle at top left, rgba(158, 255, 0, 0.09), transparent 55%), var(--color-bg-elevated);
}

.themed-motifs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

@media (max-width: 1024px) {
  .themed-motifs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .themed-motifs-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.themed-card-motif h3 {
  margin-bottom: var(--space-2);
}

.themed-card-motif p {
  margin-bottom: 0;
}

.themed-audio-bullets ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.themed-audio-bullets li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--color-text-muted);
}

.themed-audio-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.6rem;
  height: 1px;
  background: var(--color-primary);
}

.themed-team-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: var(--space-8);
  align-items: stretch;
}

@media (max-width: 900px) {
  .themed-team-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

.themed-team-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow-strong);
  border: 1px solid rgba(158, 255, 0, 0.4);
}

.themed-team-content p:last-of-type {
  margin-bottom: var(--space-6);
}

.themed-team-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

@media (max-width: 768px) {
  .themed-team-stats {
    grid-template-columns: minmax(0, 1fr);
  }
}

.themed-vip {
  background: radial-gradient(circle at bottom, rgba(158, 255, 0, 0.06), #050505);
}

.themed-vip-footer {
  margin-top: var(--space-6);
  max-width: 720px;
}

.themed-flow-steps {
  list-style: none !important;
  border-top: 1px solid var(--color-border-subtle);
}

.themed-flow-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-4);
  padding: var(--space-5) 0;
  border-bottom: 1px solid var(--color-border-subtle);
}

@media (max-width: 640px) {
  .themed-flow-steps li {
    grid-template-columns: minmax(0, 1fr);
  }
}

.themed-flow-step-number {
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  color: var(--color-primary);
}

.themed-flow-step-body h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.themed-flow-step-body p {
  margin-bottom: 0;
}

.themed-gallery {
  background: linear-gradient(135deg, #050505, #0b0b0b);
}

.themed-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}

@media (max-width: 768px) {
  .themed-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.themed-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(158, 255, 0, 0.4);
  box-shadow: var(--shadow-strong);
}

.themed-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

@media (max-width: 1024px) {
  .themed-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .themed-packages-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.themed-card-package .card-title {
  margin-bottom: var(--space-2);
}

.themed-package-list {
  margin-top: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.themed-package-list li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.themed-package-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.55rem;
  height: 1px;
  background: var(--color-primary);
}

.themed-benefits {
  background: radial-gradient(circle at top, rgba(158, 255, 0, 0.06), #050505);
}

.themed-benefits-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.themed-benefits-list li {
  position: relative;
  padding-left: 1.4rem;
}

.themed-benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.6rem;
  height: 1px;
  background: var(--color-primary);
}

.themed-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: flex-start;
}

@media (max-width: 960px) {
  .themed-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.themed-faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.themed-faq-item h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.themed-faq-answer p {
  margin-bottom: 0;
}

.themed-cta-box {
  background: radial-gradient(circle at top left, rgba(158, 255, 0, 0.12), transparent 55%), var(--color-bg-elevated);
  border: 1px solid rgba(158, 255, 0, 0.35);
  box-shadow: var(--shadow-strong);
  padding: var(--space-6);
}

.themed-cta-box h2 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-3);
}

.themed-cta-box p {
  margin-bottom: var(--space-4);
}

.themed-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 480px) {
  .themed-cta-actions {
    flex-direction: column;
  }
}
