/* ===== hsp-kids.css — משקפיים רגשיים™ / דפי סדנה HSP ===== */

:root {
  --font-display: 'Frank Ruhl Libre', serif;
  --font-body: 'Heebo', sans-serif;

  /* Clean Light Professional playbook */
  --text: #1d2b46;
  --text-muted: #5b6473;
  --text-light: #f4f4f4;

  --bg: #f4f4f4;
  --bg-accent: #1d2b46;

  --border: #e0e2e6;

  --accent: #2f8f52;
  --accent-soft: #e3f3e8;

  --sage: #3f6b93;
  --sage-light: #eaf0f6;

  --gold: #d4af37;

  --radius-lg: 18px;
  --radius-sm: 10px;
  --max-width: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; direction: rtl; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--text);
  line-height: 1.3;
  margin: 0 0 1rem;
}
h1 { font-size: clamp(2rem, 5vw, 3.1rem); font-weight: 900; }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.3rem); font-weight: 800; text-align: center; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1rem; }
a { color: var(--accent); text-decoration: none; }
a:focus-visible { outline: 2px solid var(--sage); outline-offset: 2px; }
img { max-width: 100%; display: block; }


.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.container.narrow { max-width: 720px; }

.section { padding: 3.5rem 0; }
.section.scene { background: var(--bg); }
.section.punch { background: #fff; }
.section.plan { background: var(--bg); }
.section.urgency { background: #fff; }
.section.enemy { background: var(--bg); }
.section.stack { background: #fff; }
.section.guide { background: var(--bg); }
.section.final-cta { background: var(--bg-accent); color: var(--text-light); text-align: center; padding: 4.5rem 0; }
.section.final-cta h2 { color: var(--text-light); }

.section-lead { text-align: center; font-size: 1.05rem; color: var(--text-muted); max-width: 620px; margin: 0 auto 1.5rem; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 1.25rem;
}
.logo {
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: var(--text);
  display: flex; align-items: center; gap: 0.5rem;
}
.logo-badge {
  font-family: var(--font-body); font-size: 0.7rem; font-weight: 700;
  color: var(--sage); background: var(--sage-light);
  padding: 0.2rem 0.6rem; border-radius: 999px;
}

/* ===== Buttons ===== */
.btn {
  display: inline-block; font-family: var(--font-body); font-weight: 700;
  border-radius: 999px; padding: 0.9rem 1.6rem; text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none; cursor: pointer;
  min-height: 44px; min-width: 44px; line-height: 1.3;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 2px solid var(--sage); outline-offset: 2px; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { box-shadow: 0 8px 20px rgba(163,68,42,0.28); }
.btn-gold { background: var(--gold); color: #2b2621; }
.btn-gold:hover { box-shadow: 0 8px 20px rgba(201,162,39,0.35); }
.btn-small { padding: 0.55rem 1.2rem; font-size: 0.85rem; }
.btn-large { padding: 1.1rem 2.1rem; font-size: 1.05rem; }
@media (max-width: 640px) {
  .btn-large { display: block; width: 100%; text-align: center; }
}

/* ===== Hero ===== */
.hero { padding: 3rem 0 2.5rem; background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); }
.hero-grid {
  display: grid; gap: 2.5rem; align-items: center;
}
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.15fr 0.85fr; } }

.eyebrow { font-size: 0.85rem; font-weight: 700; color: var(--sage); margin-bottom: 0.5rem; }
.workshop-badge {
  display: inline-block; background: var(--accent-soft); color: var(--accent);
  font-size: 0.8rem; font-weight: 700; padding: 0.3rem 0.85rem; border-radius: 999px; margin-bottom: 1rem;
}
.hero-note { font-size: 0.85rem; color: var(--text-muted); margin-top: 1rem; }

.hero-cta-group { margin-top: 1.5rem; }

.hero-title-wrap { text-align: center; }
.hero-big-title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--text); line-height: 1.25;
}
.hero-big-title span { color: var(--accent); }

.event-card-wrap { display: flex; justify-content: center; }
.event-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1.5rem 1.75rem; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.event-card-label { font-size: 0.8rem; color: var(--text-muted); font-weight: 600; margin-bottom: 0.3rem; }
.event-card-date { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--text); margin: 0; }
.event-card-time { font-size: 0.95rem; color: var(--accent); font-weight: 700; margin: 0.2rem 0 0; }

/* ===== Countdown ===== */
.countdown {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1rem 1.25rem; text-align: center;
}
.countdown-label { font-size: 0.9rem; font-weight: 600; color: var(--text-muted); margin: 0 0 0.6rem; }
.countdown-units { display: flex; justify-content: center; gap: 0.75rem; }
.countdown-unit {
  font-size: 0.8rem; color: var(--text-muted); display: flex; flex-direction: column; align-items: center;
}
.countdown-unit b {
  font-family: var(--font-display); font-size: 1.4rem; color: var(--accent); font-weight: 900;
}

/* ===== Story / Journey blocks ===== */
.journey-tag {
  display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
  color: var(--sage); background: var(--sage-light); padding: 0.3rem 0.75rem; border-radius: 999px; margin-bottom: 0.75rem;
}
.question-list { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: 0.65rem; }
.question-list li {
  background: #fff; border: 1px solid var(--border); border-right: 3px solid var(--accent);
  border-radius: var(--radius-lg); padding: 0.85rem 1.1rem; font-size: 0.98rem; line-height: 1.6; color: var(--text);
}
.story-heart { font-size: 1rem; color: var(--text-muted); line-height: 1.8; }

.tried-list { list-style: none; margin: 1.5rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tried-list li {
  background: #fff; border: 1px solid var(--border); border-radius: 999px;
  padding: 0.45rem 1rem; font-size: 0.9rem; color: var(--text-muted);
}
.story-punch { color: var(--text); }

/* ===== Steps / Plan ===== */
.steps-grid { display: grid; gap: 1.5rem; margin-top: 2rem; }
@media (min-width: 700px) { .steps-grid { grid-template-columns: repeat(3, 1fr); } }
.step-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem; text-align: center;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.25rem; height: 2.25rem; border-radius: 50%;
  background: var(--sage-light); color: var(--sage); font-weight: 800; font-family: var(--font-display);
  margin-bottom: 0.75rem;
}

/* ===== Guide ===== */
.guide-grid { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 700px) { .guide-grid { grid-template-columns: 220px 1fr; } }
.guide-photo { border-radius: var(--radius-lg); object-fit: cover; width: 100%; }
.guide-text p { font-size: 1rem; line-height: 1.8; color: var(--text-muted); }
.guide-link a { font-weight: 700; }

/* ===== Mid CTA ===== */
.cta-mid { text-align: center; padding: 2.5rem 1.25rem; background: var(--sage-light); }

/* ===== Footer ===== */
.site-footer {
  background: var(--bg-accent); color: var(--text-light);
  padding: 2.5rem 0; text-align: center; font-size: 0.9rem;
}
.site-footer a { color: var(--gold); }
.footer-small { opacity: 0.65; font-size: 0.8rem; margin-top: 0.75rem; }

/* ===== Final CTA ===== */
.stage-hook.centered.light { color: var(--text-light); opacity: 0.85; }
.final-lead { color: var(--text-light); opacity: 0.85; margin-bottom: 1.5rem; }
.final-note { color: var(--text-light); opacity: 0.7; font-size: 0.85rem; margin-top: 1.25rem; }

/* ===== Responsive base ===== */
@media (max-width: 640px) {
  .section { padding: 2.5rem 0; }
  .countdown-units { gap: 0.5rem; }
}
