/* ===== משתני מיתוג ===== */
:root {
  --black: #000000;
  --cream: #FAF8F6;
  --lime: #DDFF00;
  --ochre: #A86C0B;
  --pink: #FF2D9B;
  --red: #E8332B;
  --grid-line: #1A1A1A;
  --charcoal: #141414;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  background: var(--black);
  color: var(--cream);
  line-height: 1.65;
  font-size: 1rem;
}

.mono {
  font-family: 'Roboto Mono', 'Courier New', monospace;
}

h1, h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

/* ===== NAVBAR ===== */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
}

.logo-img {
  height: 38px;
  width: auto;
  display: block;
}

/* ===== MARQUEE ===== */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  padding: 10px 0;
}

.marquee-ochre { background: var(--ochre); color: var(--lime); }
.marquee-lime { background: var(--lime); color: var(--black); }

.marquee-track {
  display: inline-block;
  animation: scroll-marquee 18s linear infinite;
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.marquee-track span { padding-inline-end: 8px; }

@keyframes scroll-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}

.btn-pill {
  background: var(--cream);
  color: var(--black);
  border: 2px solid var(--black);
  border-radius: 999px;
  padding: 16px 36px;
  transition: transform .12s ease, background .12s ease, color .12s ease;
}

.btn-pill:hover { background: var(--black); color: var(--cream); transform: translateY(-2px); }

.btn-lime { background: var(--lime); border-color: var(--lime); }
.btn-lime:hover { background: var(--black); color: var(--lime); border-color: var(--lime); }

/* ===== HERO — שחור + רשת גרף + תמונה ===== */
.hero {
  background-color: var(--black);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--cream);
  padding: 56px 24px;
}

.hero-text {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 0;
}

.eyebrow {
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-weight: 500;
  letter-spacing: .05em;
  color: var(--ochre);
  margin-bottom: 20px;
  font-size: .85rem;
}

.eyebrow-light { color: var(--lime); }

.hl-lime { color: var(--lime); }

.hero-sub {
  font-family: 'Roboto Mono', 'Courier New', monospace;
  color: var(--lime);
  font-size: clamp(1rem, 2.6vw, 1.25rem);
  margin: 24px 0 32px;
}

.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  filter: grayscale(1) contrast(1.05);
}

.outline-text {
  font-size: clamp(2.6rem, 7vw, 5rem);
  -webkit-text-stroke: 1.5px var(--lime);
  color: transparent;
}

/* ===== רקע וידאו משותף (truth + checkout) ===== */
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* ===== TRUTH — תמונת האלגוריתם כרקע, טקסט במרכז ===== */
.truth {
  position: relative;
  background-color: var(--black);
  background-image: url("תמונות לדף/ChatGPT Image Jul 22, 2026, 06_43_52 PM.png");
  background-size: 150% auto;
  background-position: 100% 20%;
  background-repeat: no-repeat;
  padding: 96px 24px;
  text-align: center;
  overflow: hidden;
}

.truth-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.74);
}

/* בסקשן "מי מנהל" הדמות בצד שמאל, הרקע כהה יותר בצד ימין (מאחורי מרכז הטקסט) */
.truth .truth-overlay {
  background: linear-gradient(to right, rgba(0,0,0,0.55), rgba(0,0,0,0.85) 60%);
}

.truth-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.truth-content h2 {
  color: var(--cream);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  margin-bottom: 28px;
}

.truth-lead {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(1.2rem, 3.2vw, 1.5rem);
  margin-bottom: 8px;
}

.truth-para {
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 22px;
}

.truth-bridge {
  font-weight: 500;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-top: 32px;
}

.truth-emph {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: clamp(1.3rem, 3.6vw, 1.75rem);
  line-height: 1.3;
  margin: 6px 0;
}

.truth-emph:first-of-type { margin-top: 28px; }

.truth-punch {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: clamp(1.7rem, 5.5vw, 2.8rem);
  line-height: 1.2;
  margin: 28px 0 24px;
}

.hl-pink { color: var(--pink); }

/* ===== MISTAKES — טעויות שמבזבזות כסף, רקע וידאו ===== */
.mistakes {
  position: relative;
  background: var(--black);
  padding: 80px 24px;
  overflow: hidden;
  text-align: center;
}

.mistakes-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.mistakes-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 44px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: -0.01em;
}

.mistakes-title-lg {
  font-weight: 900;
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  line-height: 1.1;
  color: var(--cream);
}

.mistakes-title-sm {
  font-weight: 700;
  font-size: clamp(1.05rem, 3vw, 1.4rem);
  color: var(--lime);
}

.mistakes-list {
  list-style: none;
  margin: 0 auto 44px;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mistakes-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 2.8vw, 1.3rem);
  line-height: 1.35;
  color: var(--cream);
  text-align: center;
}

.hacker-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 26'%3E%3Cpath d='M5 3 h38 a3 3 0 0 1 3 3 v5 c0 8-6 12-12 12 -5 0-7-3-10-6 -3 3-5 6-10 6 C7 23 2 19 2 11 V6 a3 3 0 0 1 3-3 z' fill='%23FF2D9B'/%3E%3Ccircle cx='14' cy='11.5' r='3.4' fill='%23000'/%3E%3Ccircle cx='34' cy='11.5' r='3.4' fill='%23000'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mistakes-close {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(1.1rem, 3.2vw, 1.4rem);
  line-height: 1.4;
  color: var(--cream);
  border-top: 3px solid var(--lime);
  padding-top: 30px;
  max-width: 620px;
  margin: 0 auto;
}

.mistakes-close strong { color: var(--pink); }

/* ===== SKILLS ===== */
.skills {
  background: var(--black);
  color: var(--cream);
  padding: 64px 24px 72px;
}

.skills h2 {
  text-align: center;
  color: var(--lime);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  margin-bottom: 44px;
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-weight: 500;
  letter-spacing: 0;
}

.skills-list {
  list-style: none;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.skills-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1.05rem;
  padding: 18px 0;
  border-bottom: 1px solid #2A2A2A;
}

.check {
  color: var(--lime);
  font-weight: 700;
  font-size: 1rem;
  min-width: 32px;
}

/* ===== משותף לסקשנים החדשים ===== */
.fit h2, .nofit h2, .price h2, .faq h2, .trust h2 {
  font-size: clamp(1.7rem, 4.6vw, 2.5rem);
  color: var(--cream);
  margin-bottom: 36px;
  text-align: center;
}

/* ===== למי מתאים — רקע וידאו ===== */
.fit {
  position: relative;
  background: var(--black);
  padding: 88px 24px;
  overflow: hidden;
}

.fit-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.fit-list, .nofit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.fit-list li, .nofit-list li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
}

.fit-mark {
  background: var(--lime);
  color: var(--black);
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
  margin-top: 3px;
}

.fit-aside {
  display: block;
  font-size: .9rem;
  color: #A8A29A;
  margin-top: 2px;
}

.fit-subhead {
  text-align: center;
  font-family: 'Roboto Mono', 'Courier New', monospace;
  color: var(--lime);
  letter-spacing: .05em;
  font-size: .9rem;
  margin: 30px 0 22px;
}

/* ===== למי לא מתאים — רקע גריד ===== */
.nofit {
  background-color: var(--black);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 28px 28px;
  padding: 80px 24px;
}

.nofit > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.nofit-mark {
  border: 2px solid var(--pink);
  color: var(--pink);
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .8rem;
  margin-top: 3px;
}

.nofit-list li { color: #C9C4BC; }

.nofit-note {
  margin-top: 32px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 2.8vw, 1.25rem);
  color: var(--cream);
}

/* ===== למה 98 ===== */
.price {
  background: var(--charcoal);
  padding: 80px 24px;
  text-align: center;
}

.price-lead, .price-para, .price-emph {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.price-lead {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: clamp(1.3rem, 3.6vw, 1.75rem);
  margin-bottom: 26px;
}

.price-para {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #C9C4BC;
}

.price-emph {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  line-height: 1.5;
  color: var(--lime);
  margin-top: 30px;
}

/* ===== FAQ ===== */
.faq {
  background: var(--black);
  padding: 80px 24px;
  max-width: 800px;
  margin: 0 auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.faq-item {
  border-bottom: 1px solid #2A2A2A;
}

.faq-q {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--cream);
  cursor: pointer;
  list-style: none;
  padding: 22px 44px;
  text-align: center;
  position: relative;
  transition: color .15s ease;
}

.faq-q::-webkit-details-marker { display: none; }

.faq-q::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--lime);
  line-height: 1;
  transition: transform .2s ease;
}

.faq-item[open] .faq-q { color: var(--lime); }
.faq-item[open] .faq-q::after { transform: translateY(-50%) rotate(45deg); }

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

.faq-a {
  font-size: 1rem;
  line-height: 1.65;
  color: #C9C4BC;
  padding: 0 0 22px;
  text-align: center;
}

/* ===== CTA band בין הסקשנים ===== */
.cta-band {
  background-color: var(--black);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 28px 28px;
  text-align: center;
  padding: 66px 24px 72px;
}

.cta-line {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: clamp(1.8rem, 5.5vw, 2.8rem);
  color: var(--cream);
  margin-bottom: 26px;
}

.btn-cta {
  font-size: 1.15rem;
  padding: 20px 46px;
  box-shadow: 0 0 0 6px rgba(221, 255, 0, 0.12);
}

/* ===== למה שתסמכי עלי — תמונה גדולה מימין, טקסט ממורכז משמאל ===== */
.trust {
  background: var(--black);
  padding: 88px 24px;
}

.trust-grid {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.trust-photo img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(1.05);
  -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 62%, transparent 100%);
}

.trust-text { text-align: center; }

.trust-text h2 {
  text-align: center;
  margin-bottom: 18px;
}

.trust-lead {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: clamp(1.4rem, 3.6vw, 1.9rem);
  color: var(--lime);
  margin-bottom: 18px;
}

.trust-para {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 18px;
  color: #D6D1C9;
}

.trust-emph {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.6vw, 1.35rem);
  line-height: 1.5;
  color: var(--lime);
  margin: 24px 0;
}

/* ===== CLARITY — באנר ליים עם טקסט ורוד ===== */
.clarity {
  background: var(--lime);
  color: var(--pink);
  padding: 56px 24px;
  text-align: center;
}

.clarity-text {
  max-width: 680px;
  margin: 0 auto;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(1.3rem, 4vw, 1.9rem);
  line-height: 1.4;
}

.clarity-text strong { color: var(--black); }

/* ===== BONUS — כרטיס קרם על שחור ===== */
.bonus {
  padding: 64px 24px;
  display: flex;
  justify-content: center;
}

.bonus-card {
  max-width: 520px;
  background: var(--cream);
  color: var(--black);
  border-radius: 4px;
  padding: 40px 32px;
  text-align: center;
  position: relative;
}

.bonus-letter {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 8px;
}

.bonus-label {
  font-weight: 500;
  color: var(--ochre);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .8rem;
  margin-bottom: 14px;
}

.bonus-text { font-size: 1rem; margin-bottom: 12px; }

.bonus-text-emph {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 4px;
}

.bonus-price {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--pink);
  margin-top: 16px;
}

/* בונוס בעמוד התודה */
.ty-bonus {
  padding: 24px 24px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ty-bonus .bonus-card { margin-top: 12px; }

/* ===== CHECKOUT — וידאו רקע ===== */
.checkout {
  position: relative;
  background: var(--black);
  color: var(--cream);
  text-align: center;
  padding: 80px 24px;
  overflow: hidden;
}

.checkout-content {
  position: relative;
  z-index: 1;
}

.checkout h2 {
  color: var(--cream);
  font-size: clamp(2rem, 6vw, 3.2rem);
  margin-bottom: 36px;
}

/* ===== FOOTER ===== */
.footer {
  padding: 32px 24px;
  text-align: center;
  background: var(--black);
}

.footer-sign {
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-size: .85rem;
  letter-spacing: .05em;
  color: #6B665E;
}

/* ===== PLACEHOLDER MARKERS (מכוון — נשאר מחוץ לפלטת המותג בכוונה, כדי לבלוט כ"טרם הושלם") ===== */
.placeholder-block {
  background: repeating-linear-gradient(
    45deg,
    #FFF3E0,
    #FFF3E0 10px,
    #FFE9C7 10px,
    #FFE9C7 20px
  );
}

.placeholder-text {
  color: #B45309;
  font-weight: 500;
  font-size: .85rem;
  background: #FFF3E0;
  border: 1px dashed #D97706;
  border-radius: 6px;
  padding: 10px 16px;
  display: inline-block;
  font-family: 'Roboto Mono', 'Courier New', monospace;
}

.placeholder-inline { margin-top: 16px; }

.placeholder-inline-tag {
  color: #B45309;
  background: #FFF3E0;
  border: 1px dashed #D97706;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: .9rem;
}

/* ===== THANK YOU PAGE ===== */
.ty-hero {
  text-align: center;
  padding: 72px 24px 48px;
  max-width: 720px;
  margin: 0 auto;
}

.ty-title {
  color: var(--cream);
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  margin: 16px 0 20px;
}

.ty-sub {
  font-size: clamp(1.05rem, 2.6vw, 1.3rem);
  color: #C9C4BC;
  max-width: 540px;
  margin: 0 auto;
}

.ty-details {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 24px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ty-details-single {
  max-width: 440px;
  grid-template-columns: 1fr;
}

.ty-card {
  background: var(--charcoal);
  border-top: 4px solid var(--lime);
  border-radius: 4px;
  padding: 32px 28px;
  text-align: center;
}

.ty-card-label {
  font-family: 'Roboto Mono', 'Courier New', monospace;
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  margin-bottom: 14px;
}

.ty-card-value { font-size: 1.05rem; }

.ty-card-value-lg {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: var(--cream);
  margin: 4px 0 22px;
}

.ty-btn { margin-top: 8px; }

.ty-ics-link {
  display: block;
  margin-top: 14px;
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-size: .82rem;
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ty-meta {
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-size: .78rem;
  color: #8A857D;
  margin-top: 16px;
}

.ty-prep {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 24px 64px;
  text-align: center;
}

.ty-prep-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  color: var(--cream);
  margin-bottom: 36px;
}

.prep-list {
  list-style: none;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.prep-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.prep-list .check {
  background: var(--lime);
  color: var(--black);
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
  margin-top: 2px;
}

.ty-prep-note { margin-top: 28px; }

.ty-footer {
  text-align: center;
  padding: 48px 24px 64px;
  border-top: 1px solid #2A2A2A;
  max-width: 640px;
  margin: 0 auto;
}

.ty-footer p { font-size: 1.05rem; }

.ty-signoff {
  color: var(--pink);
  font-size: 1.1rem;
  margin-top: 10px;
}

/* ===== מחיר + טופס הרשמה עם קופון ===== */
.checkout-price {
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-size: 1rem;
  color: #C9C4BC;
  margin-bottom: 18px;
}
.checkout-price strong { color: var(--lime); font-size: 1.15rem; }
.checkout-price .price-was {
  color: #8A857D;
  font-size: .95rem;
  margin-left: 8px;
  text-decoration-thickness: 2px;
}

/* ===== תיבת קופון (מצב ברירת מחדל, מתחת לכפתור התשלום) ===== */
.coupon-box {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(250,248,246,0.18);
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.coupon-toggle-label {
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-size: .9rem;
  color: #C9C4BC;
  margin-bottom: 12px;
}
.coupon-apply {
  display: flex;
  gap: 8px;
}
.coupon-input {
  flex: 1;
  text-align: right !important;
  padding-right: 20px;
}
.coupon-btn {
  flex: 0 0 auto;
  background: transparent;
  border: 1.5px solid var(--lime);
  color: var(--lime);
  border-radius: 999px;
  padding: 0 22px;
  font-family: 'Roboto Mono', monospace;
  font-weight: 500;
  font-size: .95rem;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.coupon-btn:hover { background: var(--lime); color: var(--black); }

#couponMsg { text-align: right; }

/* ===== טופס הרשמה בחינם (נחשף אחרי קוד תקין) ===== */
#freeBlock {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(221,255,0,0.35);
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.reg {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(250,248,246,0.18);
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.reg-label {
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-size: .95rem;
  color: #C9C4BC;
  margin-bottom: 16px;
}

.reg-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hidden-field { display: none; }

.reg-input {
  width: 100%;
  background: rgba(0,0,0,0.4);
  border: 1.5px solid rgba(250,248,246,0.35);
  border-radius: 999px;
  padding: 13px 20px;
  color: var(--cream);
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  text-align: center;
  outline: none;
  transition: border-color .15s ease;
}

.reg-input::placeholder { color: #8A857D; }
.reg-input:focus { border-color: var(--lime); }

.reg-submit {
  width: 100%;
  margin-top: 6px;
  border: none;
  cursor: pointer;
}

.coupon-msg {
  margin-top: 8px;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-size: .95rem;
}

.coupon-msg.ok { color: var(--lime); }
.coupon-msg.err { color: var(--pink); }

/* ===== סקשנים בהירים (רקע קרם, טקסט שחור) ===== */
/* "מי מנהל את העסק" — רקע לבן */
.truth {
  background-color: var(--cream);
  background-image: none;
  color: var(--black);
}
.truth .truth-overlay { display: none; }
.truth-content h2 { color: var(--black); }
.truth-lead { color: var(--black); }
.truth-para { color: #2A2622; }
.truth-bridge { color: var(--black); border-top-color: rgba(0,0,0,0.18); }
.truth-emph { color: var(--black); }

/* הדגשות ליים -> מרקר (רקע ליים, טקסט שחור) כדי שייקרא על לבן */
.truth .hl-lime {
  background: var(--lime);
  color: var(--black);
  padding: 0 7px;
  border-radius: 2px;
}
.truth-punch.hl-lime {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 3px;
  line-height: 1.18;
}
.truth .hl-pink { color: var(--pink); }

/* "למי הסדנה פחות מתאימה" — רקע לבן עם גריד עדין */
.nofit {
  background-color: var(--cream);
  background-image:
    linear-gradient(#E6E0D6 1px, transparent 1px),
    linear-gradient(90deg, #E6E0D6 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--black);
}
.nofit h2 { color: var(--black); }
.nofit .hl-pink { color: var(--pink); }
.nofit-list li { color: #3A352F; }
.nofit-note { color: var(--black); }

/* "שאלות שניחשתי" — רקע לבן */
.faq {
  background: var(--cream);
  color: var(--black);
}
.faq h2 { color: var(--black); }
.faq .hl-lime {
  background: var(--lime);
  color: var(--black);
  padding: 0 7px;
  border-radius: 2px;
}
.faq-item { border-bottom-color: #E4DED4; }
.faq-q { color: var(--black); }
.faq-q::after { color: var(--pink); }
.faq-item[open] .faq-q,
.faq-q:hover { color: var(--pink); }
.faq-a { color: #3A352F; }

/* ===== RESPONSIVE ===== */
@media (max-width: 800px) {
  .truth { background-size: 200% auto; background-position: 100% 12%; }
  .truth .truth-overlay { background: rgba(0,0,0,0.72); }
  .ty-details { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; gap: 24px; }
  .trust-photo { order: -1; max-width: 340px; margin: 0 auto; }
}

@media (max-width: 480px) {
  .btn-pill { width: 100%; text-align: center; }
  .outline-text { font-size: clamp(2.1rem, 10vw, 3rem); }
}
