/* live.doradcasukcesyjny.pl - LP styles
   Voice tokens z reconstruction-v243 (DM Sans + Playfair, gold #C7A56F, dark #0f0f0f) */

:root {
  --bg-dark: #0f0f0f;
  --bg-cream: #f7f3ec;
  --gold: #C7A56F;
  --gold-2: #b8945c;
  --ink: #1a1a1a;
  --muted: #8a8278;
  --container: 1080px;
  --radius: 16px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg-cream);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 700; line-height: 1.2; margin: 0 0 16px }
h1 { font-size: clamp(34px, 5.2vw, 60px) }
h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 24px }
h3 { font-size: clamp(20px, 2.4vw, 26px) }

p { margin: 0 0 12px }
a { color: var(--gold); text-decoration: none }
a:hover { text-decoration: underline }
img { max-width: 100%; height: auto; display: block }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px }
.sect { padding: 80px 0 }
.sect-dark { background: var(--bg-dark); color: #fff }
.sect-dark h1, .sect-dark h2, .sect-dark h3 { color: #fff }
.sect-cream { background: var(--bg-cream) }

.overline {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 12px;
}
.overline-gold { color: var(--gold) }
.gold-text { color: var(--gold) }

/* Hero */
.live-hero {
  background: linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);
  color: #fff;
  text-align: center;
  padding: 100px 0 80px;
}
.live-hero h1 { color: #fff }
.live-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(199, 165, 111, 0.15);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.live-title { margin-bottom: 24px }
.live-meta { font-size: 18px; color: rgba(255, 255, 255, 0.85); margin-bottom: 16px }
.live-sub { font-size: 16px; color: rgba(255, 255, 255, 0.65); margin-bottom: 32px }
.live-note { font-size: 14px; color: var(--gold); margin-top: 16px }

/* Buttons */
.btn {
  display: inline-block;
  position: relative;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  overflow: hidden;
}
.btn:hover { transform: translateY(-1px); text-decoration: none }
.btn-gold { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%); color: #1a1a1a }
.btn-gold:hover { box-shadow: 0 8px 24px rgba(199, 165, 111, 0.35) }
.btn-lg { padding: 18px 40px; font-size: 17px }
.btn-full { width: 100%; padding: 18px }
.btn-text { position: relative; z-index: 1 }
.btn-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.btn:hover .btn-shine { transform: translateX(100%) }

/* Agenda */
.agenda-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.agenda-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(199, 165, 111, 0.15);
  border-radius: var(--radius);
  padding: 28px;
}
.agenda-num {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 12px;
}
.agenda-bonus {
  margin-top: 32px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(199, 165, 111, 0.08);
  border-left: 3px solid var(--gold);
  text-align: center;
}

/* Mentor */
.mentor-block {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.mentor-photo { border-radius: 50%; object-fit: cover }
.mentor-info { flex: 1; min-width: 280px; max-width: 600px }
.mentor-list { list-style: none; padding: 0; margin: 12px 0 0 }
.mentor-list li { padding: 6px 0; border-bottom: 1px dashed rgba(0, 0, 0, 0.08) }
.mentor-list li:last-child { border-bottom: 0 }
.mc-highlight { color: var(--gold-2) }

/* Bonus */
.bonus-block { text-align: center; max-width: 720px; margin: 0 auto }

/* Testimonials carousel */
.live-testimonials { position: relative; max-width: 760px; margin: 32px auto 0; min-height: 320px }
.live-testimonial { display: none; opacity: 0; transition: opacity 0.4s ease }
.live-testimonial.active { display: block; opacity: 1 }
.live-quote {
  margin: 0;
  padding: 24px;
  background: #fff;
  border-radius: var(--radius);
  font-size: 17px;
  line-height: 1.6;
  font-style: italic;
  color: #2a2a2a;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}
.live-quote footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-style: normal;
  font-size: 14px;
}
.live-quote footer img { border-radius: 50% }
.live-testimonial-nav { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 24px }
.live-test-prev, .live-test-next {
  width: 36px; height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}
.live-test-dots { display: flex; gap: 6px }
.live-test-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(0, 0, 0, 0.15); border: none; cursor: pointer; padding: 0;
}
.live-test-dots button.active { background: var(--gold); width: 24px; border-radius: 999px }

/* Form */
.form { max-width: 520px; margin: 32px auto 0 }
.form-sub { text-align: center; margin-bottom: 24px }
.form-row { margin-bottom: 16px }
.form-row label { display: block; font-size: 14px; margin-bottom: 6px; color: rgba(255, 255, 255, 0.85) }
.form-row input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  font-size: 15px;
}
.form-row input:focus { outline: 2px solid var(--gold); border-color: transparent }
.required { color: var(--gold) }
.optional { color: rgba(255, 255, 255, 0.5); font-weight: 400 }
.form-check { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0; font-size: 13px; color: rgba(255, 255, 255, 0.75) }
.form-check input { margin-top: 2px }
.form-note { font-size: 12px; color: rgba(255, 255, 255, 0.45); text-align: center; margin-top: 14px }
.form-error {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 80, 80, 0.12);
  border: 1px solid rgba(255, 80, 80, 0.3);
  color: #ffb0b0;
  font-size: 14px;
}
.form-ok {
  text-align: center;
  max-width: 520px;
  margin: 32px auto 0;
  padding: 32px;
  border-radius: var(--radius);
  background: rgba(199, 165, 111, 0.08);
  border: 1px solid rgba(199, 165, 111, 0.2);
}
.form-ok h3 { color: var(--gold); margin-bottom: 12px }

/* FAQ */
.faq-list { max-width: 760px; margin: 32px auto 0 }
.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 16px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-right: 24px;
}
.faq-item summary::-webkit-details-marker { display: none }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--gold);
  font-size: 22px;
  font-weight: 300;
}
.faq-item[open] summary::after { content: "-" }
.faq-item p { margin-top: 12px; color: #555 }

/* Footer */
.footer { background: #1a1a1a; color: rgba(255, 255, 255, 0.7); padding: 48px 0; font-size: 14px }
.footer a { color: var(--gold) }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px }
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr }
  .sect { padding: 56px 0 }
}

/* Hero countdown timer */
.hero-countdown {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(199, 165, 111, 0.12);
  border: 1px solid rgba(199, 165, 111, 0.3);
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.hero-countdown strong { color: #fff; font-weight: 600 }

/* Hero bonus block (counter visible from start) */
.hero-bonus {
  margin-top: 20px;
  padding: 14px 18px;
  background: rgba(199, 165, 111, 0.08);
  border: 1px solid rgba(199, 165, 111, 0.2);
  border-radius: 12px;
  display: inline-block;
  max-width: 540px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
.hero-bonus strong { color: var(--gold) }
#counter-text { color: rgba(199, 165, 111, 0.9); font-weight: 600; font-size: 13px }
#counter-remaining { font-size: 16px; font-weight: 700 }

/* Sticky CTA bar (mobile) */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  color: #0f0f0f;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
}
.sticky-cta:hover { text-decoration: none; opacity: 0.95 }
@media (max-width: 768px) {
  .sticky-cta { display: block }
  body { padding-bottom: 70px }
}

/* Form-ok redirect counter */
#redirectCounter {
  font-weight: 700;
  color: var(--gold);
}
