/* Styles for: Festiwal Pomysłów 2026 */
/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background-color: #08081E;
  color: #FFFFFF;
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

/* ============================================================
   BACKGROUND
   ============================================================ */
.bg-layer {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(107,63,160,0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(212,168,67,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, #1A0A40 0%, #08081E 70%);
}
.bg-grid { display: none; }

/* ============================================================
   LAYOUT
   ============================================================ */
main {
  position: relative; z-index: 1;
  min-height: 100vh;
  display: flex; flex-direction: column; align-items: center;
  padding: 0;
}

/* ============================================================
   HERO BLOCK
   ============================================================ */
.hero-wrap {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom,
      rgba(8,8,30,0.82) 0%,
      rgba(8,8,30,0.72) 40%,
      rgba(8,8,30,0.88) 80%,
      rgba(8,8,30,1.00) 100%),
    radial-gradient(ellipse at 60% 30%, rgba(107,63,160,0.3) 0%, transparent 60%);
}
.hero {
  position: relative;
  z-index: 2;
  width: 100%; max-width: 1100px;
  text-align: center;
  padding: 100px 40px 80px;
}

.badge {
  display: inline-block;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #D4A843;
  border: 1px solid rgba(212,168,67,0.45);
  padding: 8px 22px; border-radius: 30px;
  margin-bottom: 40px;
  animation: fadeDown 0.8s ease both;
}

.logo-text, h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(60px, 12vw, 130px);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.0;
  color: #FFFFFF;
  animation: fadeDown 0.8s 0.1s ease both;
}
.logo-text .gold { color: #FFFFFF; }

.tm { font-size: 0.32em; vertical-align: super; color: #FFFFFF; }

.tagline {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #D4A843;
  margin: 24px 0 12px;
  text-transform: uppercase;
  animation: fadeDown 0.8s 0.2s ease both;
}

.sub-tagline {
  font-size: clamp(15px, 2vw, 20px);
  color: #A0A0B8;
  font-style: italic;
  margin-bottom: 56px;
  animation: fadeDown 0.8s 0.3s ease both;
}

/* ============================================================
   META ROW (data / godziny / miejsce)
   ============================================================ */
.meta-row {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 64px;
  flex-wrap: wrap;
  animation: fadeUp 0.8s 0.4s ease both;
}
.meta-item {
  padding: 28px 40px;
  text-align: center;
  position: relative;
}
.meta-item::after {
  content: '';
  position: absolute; right: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: rgba(212,168,67,0.2);
}
.meta-item:last-child::after { display: none; }
.meta-label {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #A0A0B8; margin-bottom: 8px;
}
.meta-value {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700; color: #FFFFFF;
}
.meta-value.gold-val { color: #D4A843; }

/* ============================================================
   COUNTDOWN
   ============================================================ */
.countdown-section {
  width: 100%; max-width: 850px;
  padding: 72px 40px 0;
  margin-bottom: 80px;
  animation: fadeUp 0.8s 0.5s ease both;
}
.countdown-label {
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #A0A0B8; text-align: center; margin-bottom: 28px;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.count-block {
  display: flex; flex-direction: column; align-items: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,168,67,0.22);
  border-radius: 10px;
  padding: 24px 28px;
  min-width: 110px;
  backdrop-filter: blur(8px);
  transition: border-color 0.3s;
}
.count-block:hover { border-color: rgba(212,168,67,0.5); }
.count-num {
  font-size: clamp(36px, 6vw, 52px);
  font-weight: 800;
  color: #D4A843;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  min-width: 2.2ch;
  text-align: center;
}
.count-unit {
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  color: #A0A0B8; margin-top: 10px;
}

/* ============================================================
   SEPARATOR
   ============================================================ */
.gold-sep {
  width: 80px; height: 2px;
  background: linear-gradient(90deg, #A07830, #FFD166, #D4A843, #A07830);
  margin: 0 auto 72px;
  border-radius: 2px;
  animation: expandLine 1s 0.6s ease both;
}
@keyframes expandLine {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* ============================================================
   INFO GRID
   ============================================================ */
.info-grid {
  width: 100%; max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 72px;
  padding: 0 40px;
  animation: fadeUp 0.8s 0.6s ease both;
}
.info-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,168,67,0.2);
  border-radius: 10px;
  padding: 36px 32px;
  backdrop-filter: blur(8px);
  transition: border-color 0.3s, transform 0.3s;
}
.info-card:hover {
  border-color: rgba(212,168,67,0.5);
  transform: translateY(-3px);
}
.info-card h3 {
  font-size: 19px; letter-spacing: 0.06em; text-transform: uppercase;
  color: #D4A843; margin-bottom: 18px; font-weight: 700;
}
.checklist { list-style: none; }
.checklist li {
  font-size: 16px; color: #FFFFFF;
  padding: 6px 0 6px 24px; position: relative;
}
.checklist li::before {
  content: '✔'; position: absolute; left: 0;
  color: #D4A843; font-size: 13px; top: 9px;
}
.highlight-quote {
  font-size: 17px; font-style: italic; color: #D4A843;
  border-left: 2px solid #D4A843; padding-left: 16px;
  margin-top: 20px; line-height: 1.6;
}

/* ============================================================
   TICKET SECTION
   ============================================================ */
.ticket-section {
  width: 100%; max-width: 1100px;
  padding: 0 40px;
  margin-bottom: 72px;
  animation: fadeUp 0.8s 0.7s ease both;
}
.ticket-section-header {
  text-align: center; margin-bottom: 36px;
}
.ticket-section-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900; color: #FFFFFF;
}
.ticket-section-header h2 .gold { color: #D4A843; }
.ticket-section-header p {
  font-size: 15px; color: #A0A0B8; margin-top: 8px;
}

.tickets-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.t-card {
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(212,168,67,0.22);
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(8px);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.t-card:hover {
  border-color: rgba(212,168,67,0.55);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(212,168,67,0.12);
}
.t-card.featured {
  border-color: rgba(212,168,67,0.5);
  background: rgba(212,168,67,0.04);
  box-shadow: 0 0 40px rgba(212,168,67,0.08);
}
.t-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, #A07830, #FFD166, #D4A843);
  color: #08081E; font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 16px; border-radius: 20px;
  white-space: nowrap;
}
.t-type {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #A0A0B8; margin-bottom: 10px;
}
.t-name {
  font-size: 20px; font-weight: 700; color: #FFFFFF; margin-bottom: 16px;
}
.t-price {
  font-size: clamp(32px, 5vw, 44px); font-weight: 900;
  color: #D4A843; line-height: 1;
}
.t-card.featured .t-price { color: #FFD166; }
.t-currency { font-size: 18px; font-weight: 400; color: #A0A0B8; }
.t-divider {
  width: 40px; height: 1px;
  background: rgba(212,168,67,0.3);
  margin: 20px auto;
}
.t-features { list-style: none; text-align: left; }
.t-features li {
  font-size: 15px; color: #A0A0B8;
  padding: 8px 0 8px 22px; position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.t-features li::before { content: '✔'; position: absolute; left: 0; color: #D4A843; }
.t-features li.plus { color: #FFD166; font-weight: 500; }
.t-features li.plus::before { content: '+'; color: #FFD166; font-weight: 700; }
.bilet{max-width: 100%; margin-top: 40px;}

/* ============================================================
   CONTACT BLOCK
   ============================================================ */
.contact-block {
  width: 100%; max-width: 850px;
  padding: 0 40px;
  text-align: center;
  margin-bottom: 80px;
  animation: fadeUp 0.8s 0.8s ease both;
}
.contact-block h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 38px); font-weight: 900; margin-bottom: 36px;
}
.contact-block h2 .gold { color: #D4A843; }
.contact-row {
  display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
  margin-bottom: 40px;
}
.c-item { text-align: center; }
.c-icon {
  width: 52px; height: 52px; border-radius: 50%;
  border: 1.5px solid rgba(212,168,67,0.4);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px; font-size: 22px;
  background: rgba(212,168,67,0.05);
  transition: background 0.3s, border-color 0.3s;
}
.c-item:hover .c-icon { background: rgba(212,168,67,0.12); border-color: rgba(212,168,67,0.7); }
.c-label { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #A0A0B8; margin-bottom: 6px; }
.c-value { font-size: 19px; font-weight: 600; color: #FFFFFF; transition: color 0.2s; }
.c-item:hover .c-value { color: #D4A843; }

/* ============================================================
   CTA BUTTON
   ============================================================ */
.btn-primary {
  display: inline-block;
  padding: 16px 48px;
  font-size: 15px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: 5px;
  color: #08081E;
  background: linear-gradient(135deg, #A07830, #FFD166, #D4A843, #A07830);
  background-size: 300% 100%;
  animation: shimmer 2.5s linear infinite;
  transition: transform 0.3s, box-shadow 0.3s;
  border: none; cursor: pointer;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(212,168,67,0.4);
}
@keyframes shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* ============================================================
   CLOSING QUOTE
   ============================================================ */
.closing {
  text-align: center;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right:20px;
  animation: fadeUp 0.8s 0.9s ease both;
}
.closing-quote {
  font-size: clamp(18px, 2.5vw, 26px);
  font-style: italic; color: #D4A843; font-weight: 300;
  margin-bottom: 10px;
}
.closing-sub {
  font-size: 15px; color: #A0A0B8; font-style: italic;
}
.mg-circle{
  max-width:120px;
  border-radius:120px;
}
.mini{ font-size: 12px; color: #A0A0B8; line-height: 2; }
/* ============================================================
   FOOTER
   ============================================================ */
footer {
  position: relative; z-index: 1;
  border-top: 1px solid rgba(212,168,67,0.15);
  padding: 28px 24px;
  text-align: center;
}
footer p { font-size: 12px; color: #A0A0B8; line-height: 2; }
footer a { color: #A0A0B8; transition: color 0.2s; }
footer a:hover { color: #D4A843; }
footer .gold { color: #D4A843; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .hero { padding: 80px 0 48px; }
  .meta-row { flex-direction: column; gap: 0; }
  .meta-item::after { display: none; }
  .meta-item { padding: 16px 24px; border-bottom: 1px solid rgba(212,168,67,0.12); }
  .meta-item:last-child { border-bottom: none; }
  .info-grid { grid-template-columns: 1fr; }
  .tickets-row { grid-template-columns: 1fr; }
  .count-block { min-width: 80px; padding: 18px 16px; }
  .count-num { font-size: 36px; }
  .contact-row { gap: 28px; }
  .countdown { gap: 10px; }
}
@media (max-width: 480px) {
  .badge { font-size: 10px; padding: 6px 14px; }
  .meta-item { padding: 14px 16px; }
  .logo-text { font-size: clamp(42px, 10.5vw, 60px); }
  .countdown-section { padding-left: 16px; padding-right: 16px; }
  .countdown { gap: 6px; }
  .count-block { min-width: 0; flex: 1; padding: 12px 6px; }
  .count-num { font-size: 26px; }
  .count-unit { font-size: 10px; letter-spacing: 0.06em; }
}