/* =========================================================
   Pozitivna Stvarnost — novi sajt (predlog dizajna)
   Paleta i tipografija preuzete sa webinar landing strane
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Manrope:wght@300;400;500;600&family=Allura&display=swap');

:root {
  /* Boje */
  --plum-deep: #5C4068;
  --plum-mid: #8B6E9C;
  --lilac: #C0A1CE;
  --lilac-soft: #DFCFE6;
  --lilac-veil: #EFE5F2;
  --cream: #FBF6F0;
  --cream-warm: #F5EDE2;
  --ivory: #FFFCF7;
  --sand: #E8DDD0;
  --blush: #E8C5C0;
  --peach: #F4D2C2;
  --honey: #E8C99A;
  --text-primary: #2A2026;
  --text-secondary: #6B5A66;
  --text-muted: #9B8C95;

  /* Tipografija */
  --font-display: 'Fraunces', Georgia, serif;
  --font-hero-title: 'Fraunces', Georgia, serif;
  --font-body: 'Manrope', -apple-system, 'Segoe UI', sans-serif;

  /* Razmaci */
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 20px;
  --space-5: 28px; --space-6: 40px; --space-7: 56px; --space-8: 80px;

  /* Radijusi i senke */
  --r-sm: 12px; --r-md: 18px; --r-lg: 26px;
  --shadow-sm: 0 6px 18px rgba(92, 64, 104, 0.07);
  --shadow-md: 0 12px 32px rgba(92, 64, 104, 0.12);
  --shadow-lg: 0 24px 60px rgba(92, 64, 104, 0.16);

  --dur-base: 240ms; --dur-slow: 420ms;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --max-content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--plum-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--plum-deep);
  line-height: 1.15;
  margin: 0;
}
h2 { font-size: clamp(32px, 4vw, 52px); }
h3 { font-size: clamp(22px, 2.4vw, 28px); }
h2 em, h3 em { font-style: italic; color: var(--lilac); }

.caption {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--plum-mid);
}
.signature-script {
  font-family: 'Allura', cursive;
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  color: var(--plum-deep);
}

/* ============= Dugmad ============= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: transform var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out);
}
.btn-primary {
  background: var(--plum-deep);
  color: var(--cream);
  box-shadow: 0 10px 26px rgba(92, 64, 104, 0.28);
}
.btn-primary:hover { background: var(--plum-mid); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--plum-deep);
  border: 1px solid var(--lilac);
}
.btn-ghost:hover { background: var(--lilac-veil); }
.btn-lilac {
  background: var(--lilac);
  color: var(--plum-deep);
  box-shadow: 0 8px 24px rgba(192, 161, 206, 0.32);
}
.btn-lilac:hover { background: var(--ivory); }

/* ============= Topbar ============= */
.topbar {
  background: var(--plum-deep);
  color: var(--cream);
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.topbar a { color: var(--lilac-soft); text-decoration: none; font-weight: 500; }
.topbar a:hover { text-decoration: underline; }
.topbar .dot {
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--lilac);
  border-radius: 50%;
  margin: 0 12px;
  vertical-align: middle;
}

/* ============= Header / navigacija ============= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 252, 247, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--sand);
  padding: 14px clamp(20px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 44px; width: auto; }
.brand .name {
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--plum-deep);
  line-height: 1;
}
.brand .sub {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--plum-mid);
  margin-top: 4px;
}
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.site-nav a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-primary);
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: color var(--dur-base), border-color var(--dur-base);
}
.site-nav a:hover { color: var(--plum-deep); border-color: var(--lilac); }
.site-nav a.active { color: var(--plum-deep); border-color: var(--lilac); font-weight: 500; }
.site-nav .nav-cta { margin-left: 8px; }
@media (max-width: 900px) {
  .site-nav { display: none; }
  .nav-toggle { display: grid !important; }
}
.nav-toggle {
  display: none;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--sand);
  background: var(--ivory);
  color: var(--plum-deep);
  font-size: 20px;
  cursor: pointer;
}
.mobile-nav {
  display: none;
  position: fixed;
  top: 73px;
  left: 0;
  right: 0;
  z-index: 45;
  max-height: calc(100vh - 73px);
  overflow-y: auto;
  flex-direction: column;
  gap: 2px;
  padding: 12px 20px 20px;
  background: var(--cream);
  border-bottom: 1px solid var(--sand);
  box-shadow: 0 18px 36px rgba(92, 64, 104, 0.16);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  text-decoration: none;
  padding: 12px 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-primary);
  border-bottom: 1px solid var(--sand);
}
.mobile-nav a.active { color: var(--plum-deep); font-weight: 500; }

/* ============= Hero ============= */
.hero { padding: clamp(30px, 5vw, 60px) clamp(20px, 5vw, 48px) clamp(60px, 8vw, 100px); }
.hero-grid {
  max-width: var(--max-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--lilac-veil);
  color: var(--plum-deep);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: var(--space-5);
}
.hero-badge .live-dot {
  width: 8px; height: 8px;
  background: var(--lilac);
  border-radius: 50%;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(192, 161, 206, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(192, 161, 206, 0); }
}
.hero h1 {
  font-family: var(--font-hero-title);
  font-weight: 700;
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: 1.02;
  margin: 0 0 var(--space-5);
  text-wrap: balance;
}
.hero h1 .accent { color: var(--lilac); }
.hero-sub {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0 0 var(--space-6);
  max-width: 540px;
}
.hero-ctas { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  margin: var(--space-6) 0 0;
  padding: var(--space-5) 0 0;
  border-top: 1px solid var(--sand);
}
.hero-meta-item { display: flex; flex-direction: column; gap: 4px; }
.hero-meta-item .num {
  font-family: var(--font-display);
  font-size: clamp(24px, 5vw, 34px);
  color: var(--plum-deep);
  line-height: 1;
}
.hero-meta-item .lbl {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-mid);
}
.hero-photo {
  position: relative;
  max-width: 460px;
  margin-left: auto;
  padding: 0 20px 20px 0;
}
@media (max-width: 900px) { .hero-photo { margin: 0 auto; } }
.hero-photo .mask {
  position: relative;
  padding: 12px;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--lilac) 0%, var(--lilac-soft) 55%, var(--plum-mid) 100%);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(192, 161, 206, 0.35);
}
.hero-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: calc(var(--r-lg) - 8px);
  border: 3px solid var(--ivory);
}
.hero-photo .float-badge {
  position: absolute;
  bottom: 24px;
  left: -24px;
  max-width: 250px;
  background: var(--ivory);
  padding: 16px 22px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
}
.hero-photo .float-badge .lbl {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-mid);
  margin-bottom: 6px;
}
.hero-photo .float-badge .val {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.15;
  color: var(--plum-deep);
}

/* ============= Sekcije ============= */
.section { padding: clamp(60px, 9vw, 120px) clamp(20px, 5vw, 48px); }
.section .container { max-width: var(--max-content); margin: 0 auto; }
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--space-8);
}
.section-head .caption { margin-bottom: var(--space-4); }
.section-head h2 { margin: 0 0 var(--space-4); }
.section-head p { font-size: 18px; color: var(--text-secondary); margin: 0 auto; }
.bg-warm { background: var(--cream-warm); }
.bg-veil { background: var(--lilac-veil); }
.bg-gradient { background: linear-gradient(180deg, var(--cream) 0%, var(--lilac-veil) 100%); }

/* Citat traka */
.quote-band { text-align: center; max-width: 820px; margin: 0 auto; }
.quote-band p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.5;
  color: var(--plum-deep);
  margin: 0 0 var(--space-4);
}

/* Kartice */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-5);
  max-width: 1080px;
  margin: 0 auto;
}
.card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .card-grid.cols-2, .card-grid.cols-4 { grid-template-columns: 1fr; }
}
.card {
  background: var(--ivory);
  border-radius: var(--r-lg);
  padding: var(--space-6);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card .num {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  color: var(--lilac);
  line-height: 1;
}
.card h3 { margin: 0; }
.card p { margin: 0; font-size: 16px; color: var(--text-secondary); line-height: 1.55; }
.card .card-link {
  margin-top: auto;
  padding-top: var(--space-3);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--plum-deep);
}
.card .card-link:hover { color: var(--lilac); }

/* Problem lista (dve kolone) */
.problems-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 700px) { .problems-grid { grid-template-columns: 1fr; } }
.problem {
  background: var(--ivory);
  border-radius: var(--r-lg);
  padding: var(--space-5) var(--space-6);
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  border: 1px solid var(--sand);
}
.problem .arrow {
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lilac-veil);
  color: var(--plum-deep);
  display: grid; place-items: center;
  font-size: 14px;
  font-weight: 500;
}
.problem p { margin: 0; font-size: 16px; line-height: 1.55; }

/* Check lista */
.check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-3); }
.check-list li { display: flex; align-items: flex-start; gap: var(--space-3); font-size: 16px; }
.check-list li::before {
  content: '';
  flex: 0 0 20px;
  height: 20px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--lilac);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFCF7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Dvokolonske sekcije sa slikom */
.split-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  max-width: var(--max-content);
  margin: 0 auto;
}
.split-grid.rev { grid-template-columns: 1.15fr 0.85fr; }
@media (max-width: 860px) { .split-grid, .split-grid.rev { grid-template-columns: 1fr; } }
.split-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.split-photo.wide { aspect-ratio: 3 / 2; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
.split-body .caption { margin-bottom: var(--space-4); }
.split-body h2 { margin: 0 0 var(--space-5); }
.split-body p { font-size: 17px; line-height: 1.7; margin: 0 0 var(--space-4); }

/* Statistika */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid var(--sand);
}
.stat .num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(26px, 5vw, 38px);
  color: var(--plum-deep);
  line-height: 1;
}
.stat .lbl {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--plum-mid);
}

/* Testimonijali */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-5);
  max-width: 1080px;
  margin: 0 auto;
}
.testimonial {
  background: var(--ivory);
  border-radius: var(--r-lg);
  padding: var(--space-6);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.testimonial .stars { color: var(--honey); font-size: 14px; letter-spacing: 2px; margin-bottom: var(--space-3); }
.testimonial .quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.55;
  color: var(--plum-deep);
  margin: 0 0 var(--space-4);
}
.testimonial .person {
  margin-top: auto;
  padding-top: var(--space-3);
  border-top: 1px solid var(--sand);
  display: flex; flex-direction: column; gap: 2px;
}
.testimonial .person .name { font-weight: 500; font-size: 14px; }
.testimonial .person .meta { font-size: 12px; color: var(--text-muted); letter-spacing: 0.04em; }

/* Forma */
.form-card {
  background: var(--ivory);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 24px 60px rgba(92, 64, 104, 0.14);
  border: 1px solid rgba(192, 161, 206, 0.25);
  max-width: 560px;
  margin: 0 auto;
}
.form-card h3 {
  font-weight: 300;
  font-size: 28px;
  margin: 0 0 var(--space-5);
}
.form { display: flex; flex-direction: column; gap: var(--space-4); }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-mid);
  font-weight: 500;
}
.form-field input {
  padding: 14px 16px;
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: 12px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  color: var(--text-primary);
  outline: none;
  transition: border-color var(--dur-base), box-shadow var(--dur-base);
}
.form-field input:focus {
  border-color: var(--lilac);
  box-shadow: 0 0 0 3px rgba(192, 161, 206, 0.25);
}
.form .btn { justify-content: center; width: 100%; padding: 17px; }
.form-fine { text-align: center; font-size: 12px; color: var(--text-muted); margin: var(--space-2) 0 0; }

/* Finalni CTA */
.final-cta {
  background: var(--plum-deep);
  color: var(--cream);
  text-align: center;
}
.final-cta h2 {
  color: var(--cream);
  font-size: clamp(36px, 5vw, 62px);
  margin: 0 auto var(--space-5);
  max-width: 780px;
}
.final-cta h2 em { color: var(--lilac); font-style: italic; }
.final-cta p {
  font-size: 18px;
  color: var(--lilac-soft);
  margin: 0 auto var(--space-7);
  max-width: 580px;
}

/* Footer */
.site-footer {
  background: var(--plum-deep);
  color: var(--cream);
  padding: var(--space-7) clamp(20px, 5vw, 48px) var(--space-6);
  border-top: 1px solid rgba(255, 252, 247, 0.1);
}
.footer-inner {
  max-width: var(--max-content);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-5);
  flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { height: 36px; width: auto; }
.footer-brand span { font-family: var(--font-display); font-size: 17px; color: var(--cream); }
.footer-nav { display: flex; gap: var(--space-4); flex-wrap: wrap; }
.footer-nav a {
  color: var(--lilac-soft);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-nav a:hover { color: var(--cream); }
.footer-social { display: flex; gap: var(--space-2); }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--cream);
  background: rgba(255, 252, 247, 0.08);
  border: 1px solid rgba(255, 252, 247, 0.16);
  text-decoration: none;
  font-size: 14px;
  transition: background var(--dur-base), transform var(--dur-base);
}
.footer-social a:hover { background: var(--lilac); transform: translateY(-2px); }
.footer-copy {
  max-width: var(--max-content);
  margin: var(--space-5) auto 0;
  padding-top: var(--space-4);
  border-top: 1px solid rgba(255, 252, 247, 0.1);
  font-size: 12px;
  color: var(--lilac-soft);
  letter-spacing: 0.04em;
  text-align: center;
}

/* Page hero (podstrane) */
.page-hero {
  background: linear-gradient(180deg, var(--lilac-veil) 0%, var(--cream) 100%);
  padding: clamp(50px, 7vw, 90px) clamp(20px, 5vw, 48px);
  text-align: center;
}
.page-hero .caption { margin-bottom: var(--space-4); }
.page-hero h1 {
  font-family: var(--font-hero-title);
  font-weight: 700;
  font-size: clamp(38px, 5vw, 64px);
  color: var(--plum-deep);
  margin: 0 auto var(--space-4);
  max-width: 820px;
  line-height: 1.05;
  text-wrap: balance;
}
.page-hero h1 .accent { color: var(--lilac); }
.page-hero p {
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--text-secondary);
  max-width: 640px;
  margin: 0 auto;
}

/* Nalog / login */
.auth-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(192, 161, 206, 0.25);
}
@media (max-width: 820px) { .auth-wrap { grid-template-columns: 1fr; } }
.auth-side {
  background: var(--plum-deep);
  color: var(--cream);
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-4);
}
.auth-side h2 { color: var(--cream); font-size: clamp(30px, 3vw, 40px); }
.auth-side h2 em { color: var(--lilac); font-style: italic; }
.auth-side p { color: var(--lilac-soft); font-size: 16px; margin: 0; }
.auth-form { background: var(--ivory); padding: clamp(32px, 4vw, 56px); }
.auth-form h3 { font-weight: 300; font-size: 26px; margin: 0 0 var(--space-5); }
.auth-links {
  display: flex;
  justify-content: space-between;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-top: var(--space-4);
  font-size: 13px;
}
.auth-links a { color: var(--plum-mid); }
.divider {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin: var(--space-5) 0;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--sand); }
.checkbox-row { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-secondary); }
.checkbox-row input { accent-color: var(--plum-deep); }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: var(--space-3); }
.faq-item {
  background: var(--ivory);
  border: 1px solid var(--sand);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: box-shadow var(--dur-base), border-color var(--dur-base);
}
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--lilac); }
.faq-item summary {
  list-style: none;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--plum-deep);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lilac-veil);
  color: var(--plum-deep);
  display: grid; place-items: center;
  font-size: 20px;
  font-weight: 300;
  transition: transform var(--dur-base), background var(--dur-base);
}
.faq-item[open] summary::after { background: var(--lilac); color: var(--ivory); transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 24px 22px; font-size: 16px; line-height: 1.65; color: var(--text-secondary); }


/* ============= Mobilne dorade ============= */
html, body { overflow-x: clip; }

@media (max-width: 900px) {
  .hero { padding-top: 24px; }
  .hero-photo { max-width: 420px; }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .hero-meta { gap: var(--space-4); display: grid; grid-template-columns: 1fr 1fr; }
  .hero-photo .float-badge {
    left: 10px;
    bottom: 10px;
    max-width: 210px;
    padding: 12px 16px;
  }
  .hero-photo .float-badge .val { font-size: 16px; }
  .section { padding-left: 18px; padding-right: 18px; }
  .problem { padding: var(--space-4) var(--space-5); }
  .card { padding: var(--space-5); }
  .form-card { border-radius: 20px; }
  .final-cta .btn, .form .btn { width: 100%; justify-content: center; }
  .footer-inner { flex-direction: column; text-align: center; justify-content: center; }
  .footer-nav { justify-content: center; }
  .stats-grid { gap: var(--space-3); }
  .quote-band p { font-size: 20px; }
  .page-hero h1 { font-size: clamp(32px, 9vw, 42px); }
  .hero h1 { font-size: clamp(36px, 11vw, 48px); }
}


/* ============= Reveal animacije (kao na webinar strani) ============= */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms var(--ease-out) var(--reveal-delay, 0ms),
    transform 700ms var(--ease-out) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* ============= Video sekcija (kao na webinar strani) ============= */
.video-frame {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #3a2c43 0%, #5C4068 50%, #8B6E9C 100%);
}
.video-frame::before {
  content: 'Video se pokreće kada uđe u kadar';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-5);
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 3vw, 34px);
  color: rgba(255, 252, 247, 0.86);
  pointer-events: none;
}
.video-frame iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}
