/* ==========================================================================
   עדי בן מיכאל | Landing Page
   Design DNA: warm clay, dusty rose, nude, cream, black
   ========================================================================== */

:root {
  /* פלטה מדויקת לפי תמונות: ורוד D4736A, שמנת FFF8F0, שחור */
  --clay: #D4736A;          /* ורוד כהה — CTA, accent */
  --clay-soft: #D4736A;     /* ורוד בינוני */
  --rose: #D4736A;          /* ורוד */
  --rose-dusty: #D4736A;    /* ורוד אבקתי */
  --nude: #FFF8F0;          /* שמנת */
  --cream: #FFF8F0;         /* שמנת */
  --cream-light: #ffffff;   /* לבן */
  --bg: #FFF8F0;            /* רקע שמנת */
  --ink: #0f0f0f;           /* שחור */
  --ink-soft: #0f0f0f;      /* שחור רך */
  --mute: #888888;          /* אפור ניטרלי */
  --line: rgba(15, 15, 15, 0.07);

  --shadow-sm: 0 2px 10px rgba(15, 15, 15, 0.05);
  --shadow-md: 0 10px 40px rgba(15,15,15,0.09);
  --shadow-lg: 0 20px 60px rgba(15,15,15,0.12);
  --shadow-cta: 0 6px 28px rgba(212, 115, 106, 0.38);

  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease-out: cubic-bezier(.22, .61, .36, 1);
  --ease-smooth: cubic-bezier(.25, .1, .25, 1);
  --ease-silk: cubic-bezier(.16, 1, .3, 1);
}

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

a, a:hover, a:visited, a:active { text-decoration: none !important; color: inherit; }
img { max-width: 100%; display: block; }

/* Rubik לכותרות בלבד */
h1, h2, h3, h4,
.hero-title,
.section-title,
.final-title,
.lead-title,
.cta-title {
  font-family: 'Rubik', 'Heebo', sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  color: #0f0f0f;
  background: #FFF8F0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

/* אנימציית רקע — חלקיקים מרחפים קבועים */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 15% 15%, rgba(212, 115, 106,0.30) 0%, transparent 65%),
    radial-gradient(ellipse 45% 55% at 85% 85%, rgba(212, 115, 106,0.30) 0%, transparent 65%),
    radial-gradient(ellipse 35% 35% at 55% 45%, rgba(255,248,240,0.30) 0%, transparent 60%);
  animation: bgDrift 20s ease-in-out infinite alternate;
  will-change: transform;
}

/* חלקיקים מרחפים */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle 8px at 10% 25%, rgba(212, 115, 106,0.30) 0%, transparent 100%),
    radial-gradient(circle 5px at 30% 70%, rgba(212, 115, 106,0.20) 0%, transparent 100%),
    radial-gradient(circle 10px at 70% 20%, rgba(212, 115, 106,0.22) 0%, transparent 100%),
    radial-gradient(circle 6px at 85% 60%, rgba(212, 115, 106,0.18) 0%, transparent 100%),
    radial-gradient(circle 4px at 50% 85%, rgba(212, 115, 106,0.30) 0%, transparent 100%),
    radial-gradient(circle 9px at 20% 50%, rgba(212, 115, 106,0.15) 0%, transparent 100%),
    radial-gradient(circle 5px at 90% 40%, rgba(212, 115, 106,0.18) 0%, transparent 100%);
  animation: particleFloat 25s ease-in-out infinite alternate;
}
@keyframes particleFloat {
  0%   { transform: translate(0,0); opacity: 0.6; }
  33%  { transform: translate(-20px, 30px); opacity: 1; }
  66%  { transform: translate(30px, -15px); opacity: 0.7; }
  100% { transform: translate(-10px, 20px); opacity: 0.9; }
}

/* כל התוכן מעל הרקע */
.nav, .hero, .section, .footer, .wa-float {
  position: relative;
  z-index: 1;
}

h1, h2, h3, h4,
.hero-title,
.section-title,
.final-title,
.lead-title,
.cta-title,
.brand-name {
  font-family: 'Rubik', 'Heebo', sans-serif;
}
img { max-width: 100%; display: block; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.section { padding: 120px 0; position: relative; }

/* ==========================================================================
   SECTION WAVE DIVIDERS — גל נקי בתחתית כל סקשן בלבד
   הסקשן עצמו מסתיים בצורת גל עדין, ללא ::before מבולבל
   ========================================================================== */

/* בסיס — רק ::after (גל תחתון), ללא ::before */
.section::before { display: none; }
.section::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 80px;
  pointer-events: none;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* גל אחיד ועדין — הצבע של הסקשן הבא */
/* STORY → PAIN (bg: #FFF8F0) */
.story::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%23faf8f4' d='M0,80 L0,40 Q360,0 720,40 Q1080,80 1440,40 L1440,80 Z'/></svg>");
}

/* PAIN → FITFOR (bg: #FFF8F0) */
.pain::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%23faf8f4' d='M0,80 L0,40 Q360,0 720,40 Q1080,80 1440,40 L1440,80 Z'/></svg>");
}

/* FITFOR → TRANSFORM (bg: #FFF8F0) */
.fitfor::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%23faf8f4' d='M0,80 L0,35 Q360,80 720,35 Q1080,0 1440,35 L1440,80 Z'/></svg>");
}

/* TRANSFORM → METHOD (bg: #0f0f0f dark) */
.transform::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%230f0f0f' d='M0,80 L0,50 Q360,0 720,50 Q1080,80 1440,50 L1440,80 Z'/></svg>");
  background-color: #f5f2ee;
}

/* METHOD → RESULTS (bg: #ffffff) */
.method::before { display: none; }
.method::after {
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,80 L0,35 Q360,80 720,35 Q1080,0 1440,35 L1440,80 Z'/></svg>");
}

/* RESULTS → CTA-MID (bg: #FFF8F0) */
.results::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%23faf8f4' d='M0,80 L0,40 Q360,0 720,40 Q1080,80 1440,40 L1440,80 Z'/></svg>");
}

/* CTA-MID → FAQ (bg: #FFF8F0) */
.cta-mid::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%23faf8f4' d='M0,80 L0,35 Q360,80 720,35 Q1080,0 1440,35 L1440,80 Z'/></svg>");
}

/* FAQ → LEAD (bg: #0f0f0f dark) */
.faq::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'><path fill='%230f0f0f' d='M0,80 L0,50 Q360,0 720,50 Q1080,80 1440,50 L1440,80 Z'/></svg>");
  background-color: #FFF8F0;
}

/* LEAD → FOOTER — ללא גל */
.lead-section::after { display: none; }

/* padding סקשנים */
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 720px) {
  .section::after { height: 50px; }
  .section { padding-top: 70px; padding-bottom: 70px; }
}

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
  position: fixed;
  top: 0; right: 0; left: 0;
  z-index: 100;
  background: #0f0f0f;
  padding: 0;
  transition: background .3s var(--ease);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.nav.scrolled {
  background: #0f0f0f;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* Floating waves in the nav */
.nav-waves {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 52%;
  pointer-events: none;
  color: #FFF8F0;
  z-index: 0;
  mask-image: linear-gradient(to left, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
}
.nav-waves svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.nav-waves .wave {
  opacity: .32;
  animation: waveDrift 9s ease-in-out infinite;
  will-change: transform;
  transform: translateZ(0);
}
.nav-waves .wave-1 {
  animation-duration: 8s;
  animation-delay: 0s;
}
.nav-waves .wave-2 {
  opacity: .22;
  animation-duration: 11s;
  animation-delay: -3s;
}
.nav-waves .wave-3 {
  opacity: .15;
  animation-duration: 13s;
  animation-delay: -6s;
}
@keyframes waveDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-30px, -3px, 0);
  }
}

.nav-inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

/* Brand (right side in RTL) */
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  line-height: 1;
}
.brand-name {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .02em;
}
.brand-tag {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .22em;
  color: #D4736A;
  margin-top: 8px;
  opacity: .9;
}

/* Nav links (center) */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 44px;
}
.nav-links a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: rgba(245, 236, 228, 0.85);
  padding: 6px 2px;
  transition: color .25s var(--ease);
}
.nav-links a:hover {
  color: #ffffff;
}
.nav-links a.active {
  color: #ffffff;
  font-weight: 500;
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  height: 2px;
  background: #D4736A;
  border-radius: 2px;
}

/* CTA (left side in RTL) */
.nav-cta {
  display: inline-block;
  background: #D4736A;
  color: #0f0f0f;
  padding: 13px 38px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .04em;
  box-shadow: 0 0 30px rgba(192, 138, 122, 0.35);
  transition: all .3s var(--ease);
}
.nav-cta:hover {
  background: #D4736A;
  transform: translateY(-1px);
  box-shadow: 0 0 40px rgba(192, 138, 122, 0.55);
}

/* Mobile nav */
@media (max-width: 900px) {
  .nav {
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    left: 0;
    right: 0;
  }

  /* גלים בצד ימין — בדיוק כמו דסקטופ */
  .nav-waves {
    display: block;
    width: 52%;
    right: 0;
    left: auto;
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    will-change: transform;
    transform: translateZ(0);
    overflow: hidden;
  }

  .nav-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 6px;
    overflow: hidden;
  }

  .brand {
    flex-shrink: 0;
    min-width: 0;
    max-width: 38%;
  }
  .brand-name {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand-tag {
    font-size: 8px;
    letter-spacing: .1em;
    margin-top: 3px;
    white-space: nowrap;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
    flex: 1;
    overflow: hidden;
    min-width: 0;
  }
  .nav-links a {
    font-size: 10.5px;
    padding: 4px 2px;
    white-space: nowrap;
    flex-shrink: 1;
  }

  .nav-cta {
    flex-shrink: 0;
    padding: 8px 13px;
    font-size: 11.5px;
    letter-spacing: .02em;
    white-space: nowrap;
  }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 28px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(160deg, #ffffff 0%, #FFF8F0 50%, #D4736A 100%);
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .55;
  animation: float 14s ease-in-out infinite;
  will-change: transform;
}
.blob-1 {
  width: 520px; height: 520px;
  background: #D4736A;
  top: -120px; right: -100px;
}
.blob-2 {
  width: 420px; height: 420px;
  background: #D4736A;
  bottom: -140px; left: -80px;
  animation-delay: -7s;
  opacity: .35;
}
.grain {
  position: absolute;
  inset: 0;
  opacity: .35;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.4  0 0 0 0 0.3  0 0 0 0 0.25  0 0 0 0.18 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
}

@keyframes float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(30px, -40px, 0) scale(1.08); }
}

/* Mobile: kill heavy effects for smooth performance */
@media (max-width: 900px) {
  .hero-bg {
    background: linear-gradient(160deg, #ffffff 0%, #FFF8F0 60%, #D4736A 100%);
  }
  .blob { display: none; }
  .grain { display: none; }
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Text column (right in RTL) */
.hero-text {
  text-align: right;
}

/* Image column (left in RTL) */
.hero-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  animation: heroImgIn 1.4s var(--ease-silk) .5s forwards;
  will-change: opacity, transform;
}
.hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
}
.hero-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(90, 50, 30, 0.18));
}

@keyframes heroImgIn {
  from { opacity: 0; transform: translate3d(0, 40px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .22em;
  color: #D4736A;
  text-transform: uppercase;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  border: 1px solid rgba(180, 80, 72, 0.15);
  margin-bottom: 36px;
}
.hero-title {
  font-size: clamp(38px, 5.4vw, 76px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: #0f0f0f;
  margin-bottom: 32px;
}
.hero-title .accent {
  color: #D4736A;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.hero-title .accent::after {
  content: '';
  position: absolute;
  bottom: -6px; right: 0; left: 0;
  height: 4px;
  background: #D4736A;
  opacity: .7;
  z-index: 1;
  border-radius: 4px;
  animation: underline 1.1s var(--ease-silk) 1.1s forwards;
  transform: scaleX(0);
  transform-origin: right;
  will-change: transform;
}
@keyframes underline {
  to { transform: scaleX(1); }
}
.hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 300;
  color: #0f0f0f;
  max-width: 480px;
  margin: 0 0 44px;
  line-height: 1.6;
}

/* CTA button */
.hero-cta {
  display: inline-block;
  background: #D4736A;
  color: white;
  border: none;
  border-radius: 100px;
  padding: 18px 40px;
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 6px 28px rgba(212, 115, 106,0.5);
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  animation: fu 1.1s var(--ease-silk) 1s forwards, glow 4s ease-in-out infinite 2.5s;
  transition: transform .3s var(--ease-silk), box-shadow .3s var(--ease-silk);
  will-change: opacity, transform;
}
.hero-cta:hover {
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 12px 36px rgba(180, 80, 72, .5);
}
.hero-cta.big { padding: 22px 54px; font-size: 16px; }

@keyframes fu {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes glow {
  0%, 100% { box-shadow: 0 6px 28px rgba(180, 80, 72, 0.42); }
  50% { box-shadow: 0 12px 44px rgba(180, 80, 72, 0.58); }
}

.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  animation: fadeInUp 1s var(--ease-silk) 2s forwards;
  z-index: 2;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(-50%, 10px, 0); }
  to { opacity: 1; transform: translate3d(-50%, 0, 0); }
}
.hero-scroll span {
  display: block;
  width: 1px;
  height: 38px;
  background: #0f0f0f;
  margin: 0 auto 10px;
  transform-origin: top;
  animation: scrollLine 2s ease-in-out infinite;
}
.hero-scroll p {
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #888888;
  font-weight: 500;
}
@keyframes scrollLine {
  0% { transform: scaleY(.2); opacity: .3; }
  50% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(.2); opacity: .3; transform-origin: bottom; }
}

/* Hero responsive: keep two-column layout on all screens */
@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 20px 16px 70px;
    align-items: flex-start;
  }
  .hero-inner {
    grid-template-columns: 1fr 1.1fr;
    gap: 10px;
    text-align: right;
    align-items: center;
  }
  .hero-text { text-align: right; }
  .hero-text .hero-sub { margin-left: 0; margin-right: 0; }
  .hero-image-wrap { max-width: 100%; }
  .hero-title { font-size: clamp(26px, 7.5vw, 46px); }
  .hero-sub { font-size: 14px; margin-bottom: 28px; }
  .eyebrow {
    font-size: 10px;
    letter-spacing: .18em;
    padding: 0;
    margin-bottom: 18px;
    background: transparent;
    backdrop-filter: none;
    border: none;
    color: #D4736A;
    font-weight: 400;
    opacity: .85;
  }
  .hero-cta {
    padding: 12px 22px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    box-shadow: 0 3px 14px rgba(180, 80, 72, 0.22);
    animation: fu 1s var(--ease-silk) .9s forwards;
  }
  /* Lighter drop-shadow on mobile image */
  .hero-image-wrap img {
    filter: drop-shadow(0 10px 20px rgba(90, 50, 30, 0.12));
  }
  /* Smooth animations on mobile */
  .hero .hero-text .reveal:nth-child(1) { animation: heroFade 1s var(--ease-silk) .15s forwards; }
  .hero .hero-text .reveal:nth-child(2) { animation: heroFade 1s var(--ease-silk) .35s forwards; }
  .hero .hero-text .reveal:nth-child(3) { animation: heroFade 1s var(--ease-silk) .55s forwards; }
  .hero-image { animation: heroImgIn 1.2s var(--ease-silk) .3s forwards; }
  .hero-title .accent::after {
    animation: underline 1s var(--ease-silk) .9s forwards;
  }
  .hero-scroll {
    display: none;
  }
}

@media (max-width: 540px) {
  .hero { padding: 16px 12px 110px; }
  .hero-inner {
    grid-template-columns: .85fr 1.15fr;
    gap: 6px;
    position: relative;
  }
  .hero-title { font-size: clamp(22px, 7vw, 36px); line-height: 1.1; }
  .hero-sub { font-size: 13px; line-height: 1.55; margin-bottom: 22px; }
  .hero-cta { padding: 11px 20px; font-size: 11px; letter-spacing: .03em; }
  .hero-image { margin-top: -18px; }

  /* eyebrow יורד מתחת לגריד */
  .eyebrow-main {
    position: absolute !important;
    bottom: -78px !important;
    right: 50% !important;
    transform: translateX(50%) !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    padding: 8px 18px !important;
    letter-spacing: .07em !important;
    animation: eyebrowBlink 2s ease-in-out infinite !important;
    box-shadow: none !important;
    pointer-events: none;
  }
  @keyframes eyebrowBlink {
    0%, 100% { background: rgba(212, 115, 106, 0.15); box-shadow: none; }
    50%       { background: rgba(212, 115, 106, 0.38); box-shadow: 0 0 14px rgba(212, 115, 106, 0.45); }
  }
  .eyebrow:not(.eyebrow-main) { font-size: 9px; padding: 0; margin-bottom: 14px; }
}

/* ==========================================================================
   SECTION HEADS & SHARED
   ========================================================================== */
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 80px;
}
.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .28em;
  color: #D4736A;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding: 6px 16px;
  border: 1px solid rgba(180, 80, 72, 0.25);
  border-radius: 100px;
}
.section-label.light {
  color: #FFF8F0;
  border-color: rgba(245, 236, 228, 0.3);
}
.section-title {
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #0f0f0f;
}
.section-title.light { color: #ffffff; }
.section-desc {
  margin-top: 24px;
  font-size: 17px;
  font-weight: 300;
  color: #0f0f0f;
  line-height: 1.7;
}

/* ==========================================================================
   STORY
   ========================================================================== */
.story { background: #FFF8F0; }
.story-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 90px;
  align-items: start;
}
.story-text p {
  font-size: 17px;
  font-weight: 300;
  color: #0f0f0f;
  margin-bottom: 22px;
  line-height: 1.8;
}
.story-text p.emph {
  font-weight: 500;
  color: #0f0f0f;
}
.pullquote {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  color: #D4736A;
  line-height: 1.4;
  padding: 36px 0;
  margin: 36px 0;
  border-top: 1px solid rgba(15,15,15,0.07);
  border-bottom: 1px solid rgba(15,15,15,0.07);
  position: relative;
}
.pullquote::before {
  content: '"';
  position: absolute;
  top: -10px;
  right: -8px;
  font-size: 80px;
  color: #D4736A;
  font-weight: 700;
  line-height: 1;
  opacity: .4;
}

.story-photo { position: sticky; top: 120px; }
.photo-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.photo-inner {
  aspect-ratio: 3/4;
  background: linear-gradient(145deg, #FFF8F0 0%, #D4736A 55%, #D4736A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(15,15,15,0.12);
  border-radius: 20px;
  overflow: hidden;
}
.photo-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.4  0 0 0 0 0.3  0 0 0 0 0.25  0 0 0 0.15 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
  opacity: .5;
}
.photo-initial {
  font-size: 180px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
  letter-spacing: -.05em;
}
.photo-caption {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(26, 18, 16, 0.8);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  .story-grid { grid-template-columns: 1fr; gap: 60px; }
  .story-photo { position: static; max-width: 440px; margin: 0 auto; }
}

/* ==========================================================================
   PAIN POINTS
   ========================================================================== */
/* ==========================================================================
   PAIN SNAKE
   ========================================================================== */
.pain { background: linear-gradient(180deg, #FFF8F0 0%, #ffffff 50%, #FFF8F0 100%); }

.pain-snake {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 0;
}

/* vertical line running through center */
.pain-snake::before {
  content: '';
  position: absolute;
  top: 0; bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(to bottom, #FFF8F0, #D4736A, #D4736A);
  border-radius: 2px;
}

.snake-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}

.snake-item.snake-right {
  flex-direction: row; /* card left, connector right — RTL flips: card goes right */
  justify-content: flex-end;
  padding-left: 50%;
}
.snake-item.snake-left {
  flex-direction: row;
  justify-content: flex-start;
  padding-right: 50%;
}

.snake-card {
  background: #ffffff;
  border: 1px solid rgba(15,15,15,0.07);
  border-radius: 16px;
  padding: 22px 24px;
  width: calc(100% - 40px);
  position: relative;
  transition: all .4s var(--ease);
  box-shadow: 0 2px 10px rgba(15,15,15,0.05);
}
.snake-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(15,15,15,0.09);
  border-color: rgba(180, 80, 72,.2);
}
.snake-card .num {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #D4736A;
  letter-spacing: .1em;
  margin-bottom: 8px;
}
.snake-card p {
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f;
  line-height: 1.5;
}

/* dot on center line */
.snake-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px; height: 12px;
  background: #D4736A;
  border-radius: 50%;
  border: 2px solid #FFF8F0;
  z-index: 2;
}

/* connector line from card to center */
.snake-connector {
  width: 40px;
  height: 2px;
  background: #D4736A;
  flex-shrink: 0;
}

/* final big dark card */
.snake-final {
  background: #0f0f0f;
  border-radius: 20px;
  padding: 44px 32px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.snake-final .num {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #D4736A;
  letter-spacing: .1em;
  margin-bottom: 14px;
}
.snake-final p {
  color: #ffffff;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.01em;
}

@media (max-width: 600px) {
  .pain-snake::before { display: none; }
  .snake-item {
    flex-direction: column !important;
    padding: 0 !important;
    justify-content: center !important;
  }
  .snake-connector { display: none; }
  .snake-item::before { display: none; }
  .snake-card { width: 100%; margin-bottom: 12px; }
}

/* ==========================================================================
   TRANSFORMATION
   ========================================================================== */
.transform { background: #FFF8F0; }
.transform-list {
  max-width: 900px;
  margin: 0 auto;
}
.t-row {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(15,15,15,0.07);
  transition: all .4s var(--ease);
}
.t-row:last-child { border-bottom: none; }
.t-row:hover { padding-right: 10px; }
.t-check {
  font-size: 22px;
  font-weight: 700;
  color: #D4736A;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(180, 80, 72,0.1);
  border-radius: 50%;
  flex-shrink: 0;
}
.t-row p {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  color: #0f0f0f;
  line-height: 1.4;
  flex: 1;
}

/* ==========================================================================
   METHOD
   ========================================================================== */
.method {
  background: #0f0f0f;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
/* blob decorations now via .method-wrap pseudo-elements */
.method-wrap::before {
  content: '';
  position: absolute;
  top: -200px; left: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, #D4736A 0%, transparent 60%);
  opacity: .18;
  border-radius: 50%;
  pointer-events: none;
}
.method-wrap::after {
  content: '';
  position: absolute;
  bottom: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, #D4736A 0%, transparent 60%);
  opacity: .14;
  border-radius: 50%;
  pointer-events: none;
}
.method-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.method-text {
  margin-top: 32px;
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245, 236, 228, 0.85);
}
.method-stats {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.stat {
  padding: 32px 20px;
  border: 1px solid rgba(245, 236, 228, 0.12);
  border-radius: 16px;
  background: rgba(245, 236, 228, 0.03);
  backdrop-filter: blur(10px);
  transition: all .4s var(--ease);
}
.stat:hover {
  border-color: rgba(212, 115, 106, 0.4);
  background: rgba(245, 236, 228, 0.06);
}
.stat-num {
  display: block;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: #D4736A;
  margin-bottom: 8px;
  letter-spacing: -.01em;
}
.stat-label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  color: rgba(245, 236, 228, 0.7);
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .method-stats { grid-template-columns: 1fr; gap: 14px; }
}

/* ==========================================================================
   RESULTS / CAROUSEL
   ========================================================================== */
.results { background: linear-gradient(180deg, #FFF8F0 0%, #FFF8F0 100%); }

.carousel-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}
.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform .5s var(--ease-silk);
  will-change: transform;
  padding: 0 10px;
}
.carousel-slide {
  flex: 0 0 calc(33.333% - 14px);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(15,15,15,0.05);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.carousel-slide:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 60px rgba(15,15,15,0.12);
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0f0f0f;
  color: #ffffff;
  border: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(15,15,15,0.09);
  transition: all .3s var(--ease);
  opacity: .85;
}
.carousel-btn:hover { opacity: 1; transform: translateY(-50%) scale(1.08); }
.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #FFF8F0;
  cursor: pointer;
  transition: all .3s var(--ease);
  border: none;
}
.carousel-dot.active {
  background: #D4736A;
  width: 22px;
  border-radius: 4px;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,18,16,0.88);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.lightbox-content {
  position: relative;
  z-index: 2;
  max-width: 90vw;
  max-height: 90vh;
}
.lightbox-content img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.lightbox-close {
  position: absolute;
  top: -16px; left: -16px;
  background: #D4736A;
  color: white;
  border: none;
  width: 36px; height: 36px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(15,15,15,0.09);
}

@media (max-width: 700px) {
  .carousel-slide { flex: 0 0 calc(80% - 10px); }
}

.results-bottom {
  text-align: center;
  margin-top: 72px;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 500;
  color: #0f0f0f;
}
.results-bottom .u {
  color: #D4736A;
  position: relative;
  font-weight: 700;
}
.results-bottom .u::after {
  content: '';
  position: absolute;
  bottom: -2px; right: 0; left: 0;
  height: 10px;
  background: #D4736A;
  opacity: .35;
  z-index: -1;
  border-radius: 4px;
}

.cta-mid {
  background: linear-gradient(180deg, #FFF8F0 0%, #FFF8F0 100%);
  position: relative;
  overflow: visible; /* allow waves to overflow */
}
.cta-box {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(15,15,15,0.12);
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, #D4736A 0%, transparent 70%);
  opacity: .35;
  border-radius: 50%;
}
.cta-box::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, #D4736A 0%, transparent 70%);
  opacity: .25;
  border-radius: 50%;
}
.cta-title {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
  position: relative;
  z-index: 1;
}
.cta-title .accent { color: #D4736A; font-weight: 700; }
.cta-sub {
  margin: 24px 0 40px;
  font-size: 18px;
  font-weight: 300;
  color: #0f0f0f;
  position: relative;
  z-index: 1;
}
.cta-box .hero-cta {
  opacity: 1;
  animation: glow 3s ease infinite;
  position: relative;
  z-index: 1;
}
.cta-note {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  letter-spacing: .04em;
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { background: linear-gradient(180deg, #FFF8F0 0%, #FFF8F0 30%, #FFF8F0 100%); }
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: #ffffff;
  border: 1px solid rgba(15,15,15,0.07);
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: all .3s var(--ease);
}
.faq-item[open] {
  box-shadow: 0 10px 40px rgba(15,15,15,0.09);
  border-color: rgba(180, 80, 72, 0.15);
}
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  color: #0f0f0f;
  list-style: none;
  transition: color .25s var(--ease);
  gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: #D4736A; }
.plus {
  position: relative;
  width: 18px; height: 18px;
  flex-shrink: 0;
  transition: transform .4s var(--ease);
}
.plus::before, .plus::after {
  content: '';
  position: absolute;
  background: #D4736A;
  border-radius: 2px;
  transition: all .3s var(--ease);
}
.plus::before {
  top: 50%; right: 0; left: 0;
  height: 2px;
  transform: translateY(-50%);
}
.plus::after {
  top: 0; bottom: 0; right: 50%;
  width: 2px;
  transform: translateX(50%);
}
.faq-item[open] .plus { transform: rotate(90deg); }
.faq-item[open] .plus::after { opacity: 0; }
.faq-body {
  padding: 0 28px 28px;
  animation: fadeDown .4s var(--ease-out);
}
.faq-body p {
  font-size: 16px;
  font-weight: 300;
  color: #0f0f0f;
  line-height: 1.75;
  margin-bottom: 10px;
}
.faq-body p:last-child { margin-bottom: 0; }
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final {
  background: linear-gradient(160deg, #FFF8F0 0%, #FFF8F0 50%, #D4736A 100%);
  position: relative;
  overflow: hidden;
}
/* noise texture via inner pseudo-element */
.final-inner::before {
  content: '';
  position: absolute;
  inset: -100px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.4  0 0 0 0 0.3  0 0 0 0 0.25  0 0 0 0 0.12 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.final-inner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.final-title {
  margin-top: 20px;
  font-size: clamp(30px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #0f0f0f;
}
.final-sub {
  margin: 30px 0 48px;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 300;
  color: #0f0f0f;
  line-height: 1.6;
}
.final-inner .hero-cta {
  opacity: 1;
  animation: glow 3s ease infinite;
}
.final-note {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  letter-spacing: .04em;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background: #0f0f0f;
  color: #ffffff;
  padding: 70px 0 40px;
  text-align: center;
}
.footer-inner { display: block; }
.f-brand {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .01em;
}
.f-tag {
  font-size: 14px;
  font-weight: 300;
  color: rgba(245, 236, 228, 0.65);
  margin-bottom: 32px;
}
.f-copy {
  font-size: 12px;
  color: rgba(245, 236, 228, 0.4);
  letter-spacing: .08em;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 236, 228, 0.1);
}

/* ==========================================================================
   STICKY MOBILE CTA (disabled)
   ========================================================================== */
.sticky-cta {
  display: none !important;
}

/* ==========================================================================
   REVEAL ANIMATION
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition:
    opacity 1.1s var(--ease-silk),
    transform 1.1s var(--ease-silk);
  backface-visibility: hidden;
}
.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

/* Activate will-change only when about to animate (via .will-animate class added by JS) */
.reveal.will-animate {
  will-change: opacity, transform;
}

/* Stagger child reveals inside grids - smoother cascading */
.pain-grid .pain-card { transition-delay: calc(var(--i, 0) * 90ms); }
.testimonials .testimonial { transition-delay: calc(var(--i, 0) * 140ms); }
.t-row { transition-delay: calc(var(--i, 0) * 110ms); }
.faq-item { transition-delay: calc(var(--i, 0) * 60ms); }

/* Hero elements: stagger manually */
.hero .hero-text .reveal:nth-child(1) { animation: heroFade 1.2s var(--ease-silk) .1s forwards; }
.hero .hero-text .reveal:nth-child(2) { animation: heroFade 1.2s var(--ease-silk) .35s forwards; }
.hero .hero-text .reveal:nth-child(3) { animation: heroFade 1.2s var(--ease-silk) .65s forwards; }
@keyframes heroFade {
  from { opacity: 0; transform: translate3d(0, 28px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 720px) {
  .section { padding: 80px 0; }
  .container { padding: 0 20px; }
  .section-head { margin-bottom: 50px; }
  .cta-box { padding: 50px 24px; }
  .hero { padding-top: 110px; }
  .pullquote { padding: 26px 0; margin: 26px 0; }
  .t-row { gap: 18px; padding: 22px 0; }
  .t-index { min-width: auto; }
  .faq-item summary { padding: 20px 22px; font-size: 15px; }
  .faq-body { padding: 0 22px 22px; }
}

/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   למי זה מתאים
   ========================================================================== */
.fitfor { background: #FFF8F0; }
.fitfor-underline {
  width: 60px; height: 3px;
  background: #D4736A;
  border-radius: 2px;
  margin: 16px auto 0;
}
.fitfor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}
.fitfor-col {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 36px;
  border: 1px solid rgba(15,15,15,0.07);
  box-shadow: 0 2px 10px rgba(15,15,15,0.05);
}
.fitfor-col-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15,15,15,0.07);
}
.fitfor-col-head strong {
  font-size: 17px;
  font-weight: 700;
  color: #0f0f0f;
}
.fitfor-icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700;
  flex-shrink: 0;
}
.fitfor-icon-yes { background: rgba(100,180,100,0.15); color: #0f0f0f; }
.fitfor-icon-no  { background: rgba(180,70,70,0.12);  color: #0f0f0f; }
.fitfor-col ul { list-style: none; padding: 0; margin: 0; }
.fitfor-col ul li {
  font-size: 16px;
  font-weight: 300;
  color: #0f0f0f;
  padding: 13px 0;
  border-bottom: 1px solid rgba(15,15,15,0.07);
  line-height: 1.6;
}
.fitfor-col ul li:last-child { border-bottom: none; }
.fitfor-yes ul li::before { content: ''; }
.fitfor-no  ul li::before { content: ''; }

/* wave for fitfor section */
.fitfor::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'><path fill='%23faf8f4' d='M0,0 L0,55 C240,95 480,15 720,55 C960,95 1200,20 1440,60 L1440,0 Z'/></svg>");
}
.fitfor::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'><path fill='%23faf8f4' d='M0,100 L0,45 C240,5 480,85 720,45 C960,5 1200,80 1440,40 L1440,100 Z'/></svg>");
}

@media (max-width: 700px) {
  .fitfor-grid { grid-template-columns: 1fr; }
  .fitfor-col { padding: 28px 22px; }
}

/* ==========================================================================
   LEAD FORM SECTION
   ========================================================================== */
.lead-section {
  background: #0f0f0f;
  position: relative;
  overflow: hidden;
}

/* animated orbs background */
.lead-bg-anim { display: none; }
.lead-orb-1, .lead-orb-2, .lead-orb-3 { display: none; }

.lead-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.lead-title {
  margin-top: 20px;
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -.02em;
}
.lead-sub {
  margin: 18px 0 36px;
  font-size: 17px;
  font-weight: 300;
  color: rgba(245,236,228,0.75);
}

/* Form */
.lead-form-el {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1.5px solid rgba(245,236,228,0.15);
  background: rgba(245,236,228,0.07);
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  outline: none;
  transition: border-color .25s var(--ease), background .25s var(--ease);
  text-align: right;
  -webkit-appearance: none;
}
.form-group input::placeholder { color: rgba(245,236,228,0.45); }
.form-group select option { background: #0f0f0f; color: #ffffff; }
.form-group input:focus,
.form-group select:focus {
  border-color: #D4736A;
  background: rgba(245,236,228,0.12);
}
.lead-btn {
  margin-top: 8px;
  padding: 18px 36px;
  background: #D4736A;
  color: white;
  border: none;
  border-radius: 100px;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 6px 28px rgba(212, 115, 106,0.5);
  transition: all .3s var(--ease);
  animation: glow 4s ease-in-out infinite;
}
.lead-btn:hover {
  background: #D4736A;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(180, 80, 72,.55);
}
.lead-note {
  font-size: 13px;
  color: rgba(245,236,228,0.45);
  margin-top: 12px;
  letter-spacing: .04em;
}

/* Instagram link */
.lead-social { margin-top: 36px; }
.insta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(245,236,228,0.6);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  transition: color .25s var(--ease);
  text-decoration: none;
}
.insta-link:hover { color: #D4736A; }

/* lead wave - handled by faq::after */
.lead-section::before { display: none; }
.lead-section::after { display: none; }

/* ==========================================================================
   FOOTER SOCIAL
   ========================================================================== */
.f-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}
.f-social a {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(245,236,228,0.2);
  color: rgba(245,236,228,0.7);
  transition: all .3s var(--ease);
}
.f-social a:hover {
  border-color: #D4736A;
  color: #D4736A;
  transform: translateY(-2px);
}

/* ==========================================================================
   WHATSAPP FLOAT
   ========================================================================== */
.wa-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 200;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  animation: waPulse 3s ease-in-out infinite;
}
.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 32px rgba(37,211,102,0.6);
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 6px 32px rgba(37,211,102,0.7), 0 0 0 8px rgba(37,211,102,0.12); }
}

@media (max-width: 700px) {
  .wa-float { bottom: 20px; left: 16px; width: 52px; height: 52px; }
}

/* ==========================================================================
   SNAKE MOBILE FIX — keep snake look on mobile
   ========================================================================== */
@media (max-width: 600px) {
  .pain-snake::before { display: block; }
  .pain-snake {
    padding: 0 8px;
  }
  .snake-item {
    flex-direction: row !important;
    padding: 0 !important;
    justify-content: initial !important;
    margin-bottom: 10px;
  }
  .snake-item.snake-right {
    padding-left: 50% !important;
  }
  .snake-item.snake-left {
    padding-right: 50% !important;
  }
  .snake-connector { display: flex; width: 24px; }
  .snake-item::before { display: block; }
  .snake-card { width: calc(100% - 28px); padding: 16px 14px; }
  .snake-card p { font-size: 14px; }
}


/* carousel hint */
.carousel-hint {
  text-align: center;
  font-size: 13px;
  color: #888888;
  letter-spacing: .04em;
  margin-top: 16px;
  margin-bottom: 8px;
  opacity: 0.7;
}

/* fitfor wave override from appended CSS (remove duplicate) */
.fitfor::before { display: none; }


/* ==========================================================================
   CHANGES: eyebrow main + WhatsApp lead button
   ========================================================================== */

/* Eyebrow מוגדל עם אנימציה */
.eyebrow-main {
  font-size: clamp(14px, 1.6vw, 20px) !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  color: #0f0f0f !important;
  background: rgba(212, 115, 106, 0.15) !important;
  border: 1.5px solid rgba(212, 115, 106, 0.4) !important;
  padding: 12px 28px !important;
  animation: eyebrowPulse 3s ease-in-out infinite 1.5s !important;
}
@keyframes eyebrowPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212,115,106,0); }
  50%       { box-shadow: 0 0 0 8px rgba(212,115,106,0.18); }
}

@media (max-width: 900px) {
  .eyebrow-main {
    font-size: clamp(11px, 3vw, 15px) !important;
    padding: 8px 14px !important;
    background: rgba(212, 115, 106, 0.12) !important;
    border: 1px solid rgba(212, 115, 106, 0.3) !important;
    letter-spacing: .08em !important;
  }
}

/* כפתור וואטסאפ בסקשן הטופס */
.wa-lead-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding: 22px 52px !important;
  font-size: 18px !important;
  background: #D4736A !important;
  border-radius: 100px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
  box-shadow: 0 8px 32px rgba(212,115,106,0.5);
  animation: glow 3s ease-in-out infinite !important;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.wa-lead-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 40px rgba(212,115,106,0.65) !important;
}
