/* המנוע הפנימי — website (בהשראת natan-el.co.il) */

:root {
  --bg: #0f1115;
  --bg-alt: #16181f;
  --surface: #1c1f28;
  --line: #2b2f3a;
  --text: #f2f0ea;
  --muted: #a9a6ab;
  --gold: #2dd4b8;
  --gold-2: #1a8f9e;
  --radius: 18px;
  --wrap: 1160px;
  --font: "Assistant", "Segoe UI", Arial, sans-serif;
  --font-display: "Rubik", var(--font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

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

h1, h2, h3 { font-family: var(--font-display); line-height: 1.25; margin: 0 0 .5em; font-weight: 800; }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.5rem, 760px); }
.center { text-align: center; }

/* ---------- topbar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15, 17, 21, .88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner { display: flex; align-items: center; gap: 1.5rem; height: 64px; }
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; }
.brand-mark { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
.nav { display: flex; gap: 1.4rem; margin-inline-start: auto; font-size: .95rem; }
.nav a { color: var(--muted); transition: color .18s; }
.nav a:hover { color: var(--gold); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .5rem; margin-inline-start: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); margin: 4px 0; border-radius: 2px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; border: 2px solid transparent; cursor: pointer;
  border-radius: 999px; padding: .7rem 1.6rem; font: inherit; font-weight: 700;
  transition: transform .15s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #082220; box-shadow: 0 10px 26px rgba(45, 212, 184, .25); }
.btn-outline { border-color: var(--gold); color: var(--gold); background: transparent; }
.btn-outline:hover { background: rgba(45, 212, 184, .1); }
.btn-lg { padding: 1rem 2.2rem; font-size: 1.05rem; }
.btn-sm { padding: .55rem 1.3rem; font-size: .9rem; }
.btn-block { width: 100%; text-align: center; }
.ico-check { margin-inline-end: .4rem; }
.ico-check::before { content: "✓"; }

/* ---------- hero ---------- */
.hero {
  padding: clamp(4rem, 11vw, 7rem) 0 clamp(3rem, 8vw, 5rem);
  background: radial-gradient(ellipse at top, rgba(45,212,184,.14), transparent 60%), var(--bg);
  text-align: center;
}
.hero-inner { max-width: 780px; margin-inline: auto; }
.hero-logo {
  font-family: var(--font-display); font-weight: 900; font-size: 1.4rem;
  color: var(--gold); letter-spacing: .04em; margin-bottom: 1.5rem;
}
.hero-logo.small { font-size: 1.1rem; margin-bottom: .8rem; }
.hero h1 { font-size: clamp(1.9rem, 5.2vw, 3.1rem); }
.hero-sub { font-size: clamp(1.2rem, 3vw, 1.7rem); color: var(--gold); font-weight: 700; }
.hero-text { color: var(--muted); max-width: 62ch; margin-inline: auto; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; margin: 2rem 0 1.5rem; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; padding: 0; margin: 0; font-size: .85rem; color: var(--muted); }
.hero-badges li { border: 1px solid var(--line); border-radius: 999px; padding: .3rem 1rem; }

/* ---------- sections ---------- */
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section-alt, .section-dark { background: var(--bg-alt); border-block: 1px solid var(--line); }
.section-grad { background: linear-gradient(160deg, var(--bg-alt), var(--bg)); border-block: 1px solid var(--line); }
.section-sub { color: var(--muted); text-align: center; max-width: 58ch; margin: -.5rem auto 2rem; }

.title-gold { color: var(--gold); font-size: clamp(1.4rem, 3vw, 2rem); }
.banner-title { text-align: center; font-size: clamp(1.5rem, 3.4vw, 2.3rem); margin: 0 auto 2.2rem; max-width: 46ch; }

/* about */
.about-grid { display: grid; grid-template-columns: 220px 1fr; gap: 2.5rem; align-items: center; margin-bottom: 2.5rem; }
.about-photo {
  aspect-ratio: 1; border-radius: 50%; background: var(--surface); border: 2px solid var(--gold);
  display: grid; place-items: center; color: var(--muted); font-size: .85rem;
}
.about-text p { color: var(--text); }

/* actions band */
.lead-line { color: var(--gold); font-weight: 700; font-size: 1.1rem; margin-bottom: .8rem; }
.lead-line.and { margin-top: 2rem; }

/* flip cards */
.flip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; margin-bottom: 2.5rem; perspective: 1200px; }
.flip { height: 230px; cursor: pointer; }
.flip-inner {
  position: relative; width: 100%; height: 100%; text-align: center;
  transition: transform .6s; transform-style: preserve-3d;
}
.flip:hover .flip-inner, .flip:focus .flip-inner, .flip:focus-visible .flip-inner { transform: rotateY(180deg); }
.flip-front, .flip-back {
  position: absolute; inset: 0; backface-visibility: hidden;
  border-radius: var(--radius); border: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 1.6rem; background: var(--surface);
}
.flip-front h3 { color: var(--gold); }
.flip-front p, .flip-back p { color: var(--muted); margin: 0; font-size: .92rem; }
.flip-back { transform: rotateY(180deg); overflow: auto; }

/* story */
.story-box { max-width: 780px; margin: 0 auto 2rem; text-align: center; }
.story-box p { color: var(--muted); }
.gold-text, .gold-text strong { color: var(--gold); }

/* want list */
.want-list {
  list-style: none; padding: 0; max-width: 560px; margin: 1.5rem auto 0;
  display: grid; gap: .6rem;
}
.want-list li {
  position: relative; padding-inline-start: 1.7rem; color: var(--muted);
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: .8rem 1rem .8rem 1rem;
}
.want-list li::before { content: "✓"; position: absolute; inset-inline-start: .8rem; color: var(--gold); font-weight: 900; }

/* carousel */
.carousel { position: relative; max-width: 760px; margin: 0 auto 3rem; overflow: hidden; }
.slides { display: flex; transition: transform .5s ease; }
.slide {
  flex: 0 0 100%; margin: 0; padding: 2rem 3rem; text-align: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
}
.slide blockquote { margin: 0 0 1rem; font-size: 1.05rem; color: var(--text); }
.slide figcaption { color: var(--gold); font-weight: 700; font-size: .9rem; }
.car-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: var(--bg); border: 1px solid var(--line); color: var(--gold);
  width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 1.3rem;
}
.car-btn.prev { inset-inline-start: -6px; }
.car-btn.next { inset-inline-end: -6px; }
.dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1rem; }
.dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: var(--line); cursor: pointer; padding: 0; }
.dots button.active { background: var(--gold); }

/* offers */
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; }
.offer {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.6rem; text-align: center;
}
.offer.featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold) inset; }
.offer-icon { font-size: 2rem; margin-bottom: .6rem; }
.offer h3 { color: var(--gold); }
.offer p { color: var(--muted); }

/* form */
.form { display: grid; gap: 1rem; margin-top: 2rem; }
.field { display: grid; gap: .35rem; }
.field label { font-size: .88rem; color: var(--muted); }
.field input, .field select {
  width: 100%; padding: .8rem 1rem; font: inherit; color: var(--text);
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px; outline: none;
}
.field input:focus, .field select:focus { border-color: var(--gold); }
.field.invalid input { border-color: #e05252; }
.privacy { display: flex; align-items: flex-start; gap: .5rem; font-size: .85rem; color: var(--muted); }
.privacy a { color: var(--gold); }
.form-status { font-size: .92rem; color: var(--gold); min-height: 1.4em; margin: .5rem 0 0; text-align: center; }

/* faq */
.faq { display: grid; gap: .75rem; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.4rem; }
.faq summary { cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: left; color: var(--gold); font-weight: 900; }
.faq details[open] summary::after { content: "−"; }
.faq p { color: var(--muted); margin: .8rem 0 0; }

/* pricing packages (coaching page) */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; align-items: start; }
.pkg {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem; text-align: center; position: relative;
}
.pkg.featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold) inset; }
.pkg-ribbon {
  position: absolute; top: -12px; inset-inline-start: 50%; transform: translateX(50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #082220;
  font-size: .75rem; font-weight: 900; padding: .25rem 1rem; border-radius: 999px; white-space: nowrap;
}
.pkg h3 { color: var(--gold); margin-bottom: .2rem; }
.pkg .pkg-sub { color: var(--muted); font-size: .95rem; margin-bottom: 1rem; }
.pkg .pkg-price { font-family: var(--font-display); font-size: 1.8rem; font-weight: 900; margin: 0; }
.pkg .pkg-price-note { color: var(--muted); font-size: .85rem; margin-bottom: 1rem; }
.pkg-list { list-style: none; padding: 0; margin: 0 0 1.4rem; text-align: start; display: grid; gap: .5rem; }
.pkg-list li { position: relative; padding-inline-start: 1.5rem; color: var(--muted); font-size: .92rem; }
.pkg-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--gold); font-weight: 900; }
.pkg-more { margin-bottom: 1.2rem; }
.pkg-more summary { cursor: pointer; color: var(--gold); font-size: .88rem; font-weight: 700; list-style: none; }
.pkg-more summary::-webkit-details-marker { display: none; }
.pkg-more p { color: var(--muted); font-size: .88rem; margin: .8rem 0 0; text-align: start; }

/* story/landing split (storytelling page) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.split-photo {
  aspect-ratio: 1/1; border-radius: 50%; background: var(--surface);
  border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); font-size: .85rem;
  max-width: 340px; margin-inline: auto; overflow: hidden;
}
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
.split-text p { color: var(--muted); }
.split-text strong { color: var(--gold); }
.reasons { list-style: none; padding: 0; max-width: 640px; margin: 1.5rem auto 0; display: grid; gap: .6rem; }
.reasons li {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  padding: .8rem 1rem; color: var(--muted);
}

/* circular avatars (author + testimonials) */
.avatar-circle {
  border-radius: 50%; aspect-ratio: 1/1; overflow: hidden;
  background: linear-gradient(135deg, var(--gold), var(--gold-2, var(--gold)));
  display: grid; place-items: center; color: #082220; font-weight: 900;
  border: 2px solid var(--gold);
}
.avatar-circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

/* recommendations / testimonials */
.testimonial-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.testimonial-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; text-align: center; display: grid; gap: .9rem; justify-items: center;
}
.testimonial-card .avatar-circle { width: 64px; font-size: 1.2rem; }
.testimonial-card p { color: var(--muted); margin: 0; font-size: .95rem; }
.testimonial-card cite { color: var(--gold); font-style: normal; font-weight: 700; font-size: .9rem; }

/* closing */
.closing { padding: clamp(3.5rem, 8vw, 5.5rem) 0; text-align: center; background: linear-gradient(160deg, rgba(45,212,184,.12), transparent); }
.closing h2 { font-size: clamp(1.6rem, 3.6vw, 2.3rem); margin-bottom: 1.6rem; }
.social { list-style: none; display: flex; justify-content: center; gap: 1rem; padding: 0; margin: 2rem 0 0; }
.social a {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--gold);
}

/* footer */
.site-footer { border-top: 1px solid var(--line); padding: 1.8rem 0; color: var(--muted); font-size: .88rem; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; }
.footer-nav { display: flex; gap: 1.2rem; }
.footer-nav a:hover { color: var(--gold); }

/* whatsapp float */
.wa-float {
  position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 60;
  width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; font-size: 1.4rem; box-shadow: 0 8px 22px rgba(0,0,0,.3);
}

/* mobile */
@media (max-width: 860px) {
  .nav {
    position: fixed; inset: 64px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--bg-alt); border-bottom: 1px solid var(--line);
    padding: .5rem 1.25rem 1.25rem; display: none;
  }
  .nav.open { display: flex; }
  .nav a { padding: .7rem 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; }
  .about-grid { grid-template-columns: 1fr; text-align: center; }
  .about-photo { width: 160px; margin-inline: auto; }
  .car-btn.prev { inset-inline-start: 2px; }
  .car-btn.next { inset-inline-end: 2px; }
  .split { grid-template-columns: 1fr; }
  .split-photo { max-width: 280px; margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover { transform: none; }
  .flip-inner { transition: none; }
}
