/*
Theme Name: LUMEN Coming Soon
Theme URI: https://lumenstudio.art
Description: Coming Soon mode child theme za LUMEN Studio. Aktivacijom dodaje announcement banner, izmene hero CTA i waitlist sekciju. Deaktivacijom (povratkom na parent temu Lumen Studio) sve nestaje.
Template: lumen-theme
Version: 1.0
Author: LUMEN Studio
Text Domain: lumen-coming-soon
*/

/* ===========================================
   COMING SOON BANNER (gore na vrhu sajta)
   =========================================== */
.coming-soon-banner {
  background: var(--gold);
  color: var(--bg);
  text-align: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  transition: background 0.3s;
}
.coming-soon-banner:hover {
  background: var(--gold-soft);
}
.coming-soon-banner a {
  color: var(--bg);
  text-decoration: none;
  font-weight: 600;
}
.coming-soon-banner .banner-icon {
  display: inline-block;
  margin: 0 8px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .coming-soon-banner {
    font-size: 11px;
    padding: 10px 12px;
    line-height: 1.4;
  }
  .coming-soon-banner .banner-icon {
    display: none;
  }
}

/* ===========================================
   HERO NAPOMENA ispod CTA dugmadi
   =========================================== */
.hero-note {
  margin-top: 24px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.03em;
  font-style: italic;
  max-width: 480px;
  line-height: 1.6;
}
.hero-note strong {
  color: var(--gold);
  font-weight: 500;
  font-style: normal;
}

/* ===========================================
   WAITLIST SEKCIJA
   =========================================== */
.waitlist-section {
  background: linear-gradient(135deg, #14110b 0%, #0a0a0a 100%);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

.waitlist-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(201, 169, 97, 0.08) 0%, transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(201, 169, 97, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.waitlist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.waitlist-content .section-eyebrow {
  margin-bottom: 24px;
}

.waitlist-content h2 {
  font-size: clamp(40px, 4.5vw, 60px);
  line-height: 1.05;
  margin-bottom: 28px;
  font-weight: 300;
}

.waitlist-content > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 480px;
}

.waitlist-perks {
  display: grid;
  gap: 20px;
  margin-bottom: 0;
}

.waitlist-perk {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: start;
}

.waitlist-perk-icon {
  width: 24px;
  height: 24px;
  color: var(--gold);
  margin-top: 2px;
}

.waitlist-perk strong {
  display: block;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}

.waitlist-perk span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

/* FORMA */
.waitlist-form-wrap {
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid var(--gold-line);
  padding: 56px 48px;
  border-radius: 2px;
}

.waitlist-form-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--text);
}

.waitlist-form-subtitle {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 36px;
}

.waitlist-form .form-row {
  margin-bottom: 20px;
}

.waitlist-form label {
  display: block;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
}

.waitlist-form input,
.waitlist-form select {
  width: 100%;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--line);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  transition: all 0.2s;
}

.waitlist-form input:focus,
.waitlist-form select:focus {
  border-color: var(--gold);
  background: rgba(0, 0, 0, 0.6);
}

.waitlist-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a961' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

.waitlist-form select option {
  background: #0a0a0a;
  color: var(--text);
}

.waitlist-form .form-submit {
  width: 100%;
  padding: 16px;
  margin-top: 12px;
  background: var(--gold);
  color: var(--bg);
  border: 1px solid var(--gold);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.waitlist-form .form-submit:hover {
  background: var(--gold-soft);
}

.waitlist-form .form-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.waitlist-disclaimer {
  margin-top: 20px;
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  letter-spacing: 0.03em;
}

/* PORUKE POSLE SUBMIT-A */
.waitlist-message {
  display: none;
  padding: 20px;
  margin-top: 16px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.waitlist-message.success {
  display: block;
  background: rgba(201, 169, 97, 0.1);
  border: 1px solid var(--gold);
  color: var(--text);
}

.waitlist-message.success strong {
  color: var(--gold);
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
}

.waitlist-message.error {
  display: block;
  background: rgba(180, 50, 50, 0.1);
  border: 1px solid rgba(180, 50, 50, 0.5);
  color: #f5b8b8;
}

/* HONEYPOT - sakriveno polje za bot zaštitu */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* MOBILE WAITLIST */
@media (max-width: 768px) {
  .waitlist-section { padding: 80px 0; }
  .waitlist-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .waitlist-form-wrap {
    padding: 40px 28px;
  }
  .waitlist-form-title {
    font-size: 24px;
  }
}
/* ===========================================
   FAQ ACCORDION - funkcionalan
   =========================================== */
.faq-a {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.4s ease, margin-top 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.faq-item.open .faq-a {
  max-height: 500px;
  margin-top: 16px;
  opacity: 1;
}

.faq-q {
  cursor: pointer;
  user-select: none;
  transition: color 0.2s;
}

.faq-q:hover {
  color: var(--gold);
}

.faq-q::after {
  transition: transform 0.3s ease, color 0.3s;
}

.faq-item.open .faq-q::after {
  content: '−';
  color: var(--gold);
}

.faq-item.open .faq-q {
  color: var(--gold);
}