:root {
  --bg: #08070d;
  --bg-soft: #0e0c16;
  --panel: #12101b;
  --panel-strong: #181424;
  --text: #f7f4fb;
  --muted: #aaa5b7;
  --line: rgba(255, 255, 255, 0.1);
  --purple: #9d52ff;
  --purple-deep: #6c2cff;
  --purple-soft: #c49aff;
  --green: #49e6a4;
  --orange: #ffb04a;
  --danger: #ff6f91;
  font-family: Assistant, Heebo, system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--bg); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
::selection { background: var(--purple); color: white; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; position: relative; z-index: 1; }
.section { padding-block: 110px; }
.ambient { position: fixed; z-index: 0; border-radius: 50%; pointer-events: none; filter: blur(140px); opacity: 0.14; }
.ambient-one { width: 600px; height: 600px; background: var(--purple); top: -280px; right: -170px; }
.ambient-two { width: 500px; height: 500px; background: #5420ff; bottom: 10%; left: -300px; }

.site-header { width: min(1240px, calc(100% - 40px)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: Heebo, sans-serif; font-weight: 800; font-size: 1.28rem; letter-spacing: -0.04em; }
.brand > span:last-child > span { color: var(--purple-soft); }
.brand-mark { width: 28px; height: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; transform: rotate(7deg); }
.brand-mark i { display: block; background: linear-gradient(135deg, var(--purple-soft), var(--purple-deep)); border-radius: 2px; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(6), .brand-mark i:nth-child(8) { opacity: 0.35; }
.header-meta { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 0.92rem; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--purple-soft); }
.header-cta { padding: 11px 22px; border: 1px solid rgba(196,154,255,0.45); border-radius: 999px; color: var(--purple-soft); font-weight: 700; transition: 0.2s ease; }
.header-cta:hover { color: white; background: rgba(157,82,255,0.16); border-color: var(--purple-soft); }

.hero { min-height: calc(100svh - 82px); display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 70px; padding-block: 82px 94px; }
.eyebrow { color: var(--purple-soft); font-size: 0.9rem; font-weight: 800; letter-spacing: 0.05em; display: flex; align-items: center; gap: 10px; margin: 0 0 22px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--danger); box-shadow: 0 0 0 6px rgba(255,111,145,0.1); animation: pulse 1.7s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,111,145,.35); } 70% { box-shadow: 0 0 0 10px rgba(255,111,145,0); } 100% { box-shadow: 0 0 0 0 rgba(255,111,145,0); } }
h1, h2, h3 { font-family: Heebo, Assistant, sans-serif; margin-top: 0; }
h1 { font-size: clamp(3.5rem, 5.3vw, 6.3rem); line-height: 0.98; letter-spacing: -0.065em; margin-bottom: 28px; }
h1 .muted-line { color: #6f6a7b; }
h1 em { font-style: normal; color: var(--purple-soft); text-shadow: 0 0 38px rgba(157,82,255,0.32); }
.hero-lead { font-size: 1.18rem; line-height: 1.72; color: #c9c4d1; max-width: 700px; margin: 0 0 26px; }
.promise-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 15px 18px; background: rgba(255,255,255,0.035); border: 1px solid var(--line); border-radius: 12px; width: fit-content; font-size: 0.93rem; color: #c5bfcd; }
.promise-strip b { color: #675f73; }
.promise-strip strong { color: var(--green); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.button { min-height: 58px; padding: 0 25px; border: 0; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 800; font-size: 1rem; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: white; background: linear-gradient(135deg, var(--purple), var(--purple-deep)); box-shadow: 0 15px 45px rgba(108,44,255,0.28); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 55px rgba(108,44,255,0.4); }
.text-link { color: #d1cbd8; font-weight: 700; border-bottom: 1px solid #655d70; padding-bottom: 3px; }
.microcopy { color: #7e7888; font-size: 0.84rem; margin-top: 17px; }

.hero-visual { position: relative; direction: rtl; }
.visual-badge { position: absolute; z-index: 3; top: -17px; left: 26px; background: #221833; border: 1px solid rgba(196,154,255,.35); color: var(--purple-soft); padding: 8px 14px; font: 700 0.68rem/1 Heebo; letter-spacing: 0.11em; border-radius: 999px; }
.dashboard-card { background: linear-gradient(155deg, rgba(26,22,38,.98), rgba(11,10,17,.98)); border: 1px solid rgba(196,154,255,.18); border-radius: 24px; padding: 25px; box-shadow: 0 45px 100px rgba(0,0,0,.48), 0 0 90px rgba(108,44,255,.09); position: relative; overflow: hidden; }
.dashboard-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 34px 34px; pointer-events: none; }
.dashboard-head { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.dashboard-head > div { display: flex; align-items: center; gap: 8px; color: var(--green); font-size: .8rem; }
.dashboard-head strong { font-size: 1.08rem; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.lead-list { display: grid; gap: 10px; margin-block: 18px; position: relative; }
.lead-row { display: grid; grid-template-columns: 38px 1fr 58px; align-items: center; gap: 12px; padding: 14px 13px; border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.025); border-radius: 12px; }
.lead-row.hot { border-color: rgba(73,230,164,.4); background: linear-gradient(90deg, rgba(73,230,164,.1), rgba(255,255,255,.02)); }
.lead-row.warm { border-color: rgba(255,176,74,.2); }
.rank { font: 700 .75rem Heebo; color: #6e6878; }
.lead-main { display: grid; gap: 5px; min-width: 0; }
.lead-main strong { font-size: .94rem; }
.lead-main small { color: #918b9d; font-size: .72rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.score { width: 55px; height: 55px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: rgba(255,255,255,.05); }
.score span { font: 800 1.1rem/1 Heebo; }
.score small { color: #8c8697; font-size: .55rem; margin-top: 3px; }
.hot .score { background: rgba(73,230,164,.12); color: var(--green); box-shadow: inset 0 0 0 1px rgba(73,230,164,.27); }
.warm .score { color: var(--orange); }
.call-now { position: relative; display: grid; grid-template-columns: 45px 1fr auto; gap: 12px; align-items: center; padding: 15px; background: #0b1715; border: 1px solid rgba(73,230,164,.24); border-radius: 14px; }
.pulse-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(73,230,164,.13); color: var(--green); }
.pulse-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.call-now > div:nth-child(2) { display: grid; gap: 3px; }
.call-now small { color: #80948e; font-size: .65rem; }
.call-now strong { font-size: .9rem; }
.reason { color: var(--green); font-size: .68rem; padding: 6px 9px; background: rgba(73,230,164,.08); border-radius: 7px; }
.visual-note { text-align: center; color: #6f6979; font-size: .7rem; margin-top: 14px; }

.authority-bar { border-block: 1px solid var(--line); background: rgba(255,255,255,.016); }
.authority-grid { min-height: 138px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.authority-grid > div { padding: 27px 25px; display: grid; align-content: center; gap: 5px; border-left: 1px solid var(--line); }
.authority-grid > div:last-child { border-left: 0; }
.authority-grid strong { font: 800 1.25rem Heebo; color: white; }
.authority-grid span { color: #8e889a; font-size: .78rem; line-height: 1.45; }

.section-label { color: var(--purple-soft); font: 800 .78rem Heebo; letter-spacing: .09em; margin-bottom: 22px; }
.split-heading { display: grid; grid-template-columns: 1.06fr .94fr; gap: 80px; align-items: start; margin-bottom: 58px; }
.split-heading h2, .speaker-copy h2, .register h2, .faq > h2 { font-size: clamp(2.4rem, 4.2vw, 4.8rem); line-height: 1.05; letter-spacing: -.055em; margin-bottom: 0; }
.split-heading h2 span, .speaker-copy h2 span, .register h2 span { color: var(--purple-soft); }
.split-heading p { color: #aaa4b4; font-size: 1.08rem; line-height: 1.75; margin: 3px 0 0; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.problem-grid article { padding: 28px; min-height: 225px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.028), rgba(255,255,255,.008)); }
.problem-grid article > span { font: 800 .75rem Heebo; color: var(--purple-soft); }
.problem-grid h3 { font-size: 1.3rem; margin: 35px 0 10px; }
.problem-grid p { color: #96909f; line-height: 1.65; margin: 0; }
blockquote { position: relative; margin: 72px 0 0; padding: 42px 80px 42px 42px; border: 1px solid rgba(196,154,255,.18); border-radius: 20px; background: linear-gradient(110deg, rgba(157,82,255,.1), rgba(255,255,255,.015)); font: 700 clamp(1.45rem, 2.4vw, 2.2rem)/1.5 Heebo; }
blockquote > span { position: absolute; right: 24px; top: 18px; color: var(--purple); font-size: 4.5rem; line-height: 1; }

.mechanism { background: #0b0911; border-block: 1px solid var(--line); }
.agenda-list { border-top: 1px solid var(--line); }
.agenda-list article { display: grid; grid-template-columns: 90px 1fr; gap: 32px; padding: 30px 12px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.agenda-list article:hover { background: rgba(157,82,255,.04); padding-inline: 22px; }
.agenda-number { color: #4e4859; font: 800 2rem Heebo; }
.agenda-list small { color: var(--purple-soft); font: 700 .67rem Heebo; letter-spacing: .12em; }
.agenda-list h3 { font-size: 1.45rem; margin: 6px 0 6px; }
.agenda-list p { color: #8f899a; margin: 0; line-height: 1.55; }

.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fit-card { padding: 42px; border-radius: 22px; border: 1px solid var(--line); }
.fit-card.positive { background: linear-gradient(145deg, rgba(73,230,164,.08), rgba(255,255,255,.015)); border-color: rgba(73,230,164,.17); }
.fit-card.negative { background: linear-gradient(145deg, rgba(255,111,145,.055), rgba(255,255,255,.01)); }
.fit-icon { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; font: 800 1.2rem Heebo; margin-bottom: 26px; background: rgba(255,255,255,.06); }
.positive .fit-icon { color: var(--green); background: rgba(73,230,164,.1); }
.negative .fit-icon { color: #a39daa; }
.fit-card h2 { font-size: 1.75rem; margin-bottom: 28px; }
.fit-card ul, .register-copy ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.fit-card li, .register-copy li { color: #aaa4b4; padding-right: 28px; position: relative; line-height: 1.5; }
.fit-card li::before, .register-copy li::before { content: ""; position: absolute; right: 0; top: .62em; width: 12px; height: 1px; background: var(--purple-soft); }
.positive li::before { background: var(--green); }

.speaker { background: #0b0911; border-block: 1px solid var(--line); }
.speaker-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.speaker-photo { position: relative; }
.speaker-photo::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid rgba(196,154,255,.24); border-radius: 20px; }
.speaker-photo img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; object-position: center 15%; border-radius: 20px; filter: saturate(.8) contrast(1.03); position: relative; }
.speaker-tag { position: absolute; bottom: 20px; right: 20px; left: 20px; padding: 16px 18px; border-radius: 12px; background: rgba(8,7,13,.82); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; }
.speaker-tag span { color: var(--purple-soft); font: 700 .65rem Heebo; letter-spacing: .12em; }
.speaker-tag strong { font-size: 1rem; }
.speaker-copy h2 { max-width: 720px; margin-bottom: 28px; }
.speaker-copy p { color: #aaa4b4; line-height: 1.75; font-size: 1.04rem; }
.credentials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.credentials span { border: 1px solid var(--line); color: #b7b1c0; padding: 9px 13px; border-radius: 999px; font-size: .78rem; }

.register-panel { background: linear-gradient(135deg, #171122, #0c0a12 70%); border: 1px solid rgba(196,154,255,.21); border-radius: 28px; padding: 68px; display: grid; grid-template-columns: 1fr .84fr; gap: 75px; box-shadow: 0 40px 120px rgba(0,0,0,.35); position: relative; overflow: hidden; }
.register-panel::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--purple-deep); filter: blur(150px); opacity: .12; left: -180px; top: -180px; }
.register-copy { position: relative; z-index: 1; }
.register-copy h2 { margin-bottom: 22px; }
.register-copy > p:not(.eyebrow) { color: #aaa4b4; font-size: 1.04rem; line-height: 1.7; max-width: 560px; }
.register-copy ul { margin-top: 32px; }
.register-form { position: relative; z-index: 1; background: rgba(6,5,10,.72); border: 1px solid var(--line); border-radius: 18px; padding: 26px; display: grid; gap: 15px; }
.register-form label { display: grid; gap: 7px; }
.register-form label > span { font-size: .76rem; color: #aaa4b4; font-weight: 700; }
.register-form input:not([type="checkbox"]), .register-form select { width: 100%; height: 52px; padding: 0 14px; color: white; background: #121019; border: 1px solid rgba(255,255,255,.11); border-radius: 9px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.register-form input:not([type="checkbox"]):focus, .register-form select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(157,82,255,.1); }
.register-form input::placeholder { color: #5e5868; }
.register-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #81798e 50%), linear-gradient(135deg, #81798e 50%, transparent 50%); background-position: 16px 22px, 11px 22px; background-size: 5px 5px; background-repeat: no-repeat; }
.form-button { width: 100%; margin-top: 4px; }
.form-note { color: #676170; font-size: .68rem; text-align: center; margin: -4px 0 0; }
.form-message { display: none; text-align: center; padding: 12px; border-radius: 8px; color: var(--green); background: rgba(73,230,164,.08); font-size: .84rem; }
.form-message.show { display: block; }
.form-message.error { color: #ff9d9d; background: rgba(255,91,91,.1); }
.website-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.consent-field { grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; cursor: pointer; }
.consent-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--purple); }
.consent-field span { line-height: 1.55; font-weight: 400 !important; }

.faq > h2 { margin-bottom: 45px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 25px 4px; font: 700 1.04rem Heebo; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; left: 6px; color: var(--purple-soft); font-size: 1.45rem; font-weight: 400; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: #938d9d; max-width: 850px; line-height: 1.7; margin: -5px 0 25px; }

footer { border-top: 1px solid var(--line); padding-block: 30px; color: #777181; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .75rem; }
.footer-inner .brand { color: white; font-size: 1rem; }
.footer-inner .brand-mark { width: 22px; height: 22px; }
.legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.legal-links a { color: #9a94a3; }
.legal-links a:hover, .legal-links a:focus { color: white; }
.mobile-cta { display: none; }

.accessibility-widget { position: fixed; left: 18px; bottom: 18px; z-index: 60; }
.accessibility-toggle { min-height: 46px; padding: 0 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; background: #211630; font: 700 .83rem Heebo; cursor: pointer; box-shadow: 0 10px 35px rgba(0,0,0,.35); }
.accessibility-panel { position: absolute; left: 0; bottom: 56px; width: 210px; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: #100d16; box-shadow: 0 18px 55px rgba(0,0,0,.48); }
.accessibility-panel strong { display: block; margin-bottom: 9px; }
.accessibility-panel button { width: 100%; padding: 10px; margin-top: 6px; border: 1px solid var(--line); border-radius: 8px; color: white; background: #19131f; font: 600 .78rem Heebo; cursor: pointer; text-align: right; }
html.accessibility-large { font-size: 112.5%; }
html.accessibility-contrast { filter: contrast(1.25); }
html.accessibility-links a { text-decoration: underline !important; text-decoration-thickness: 2px !important; }

.reveal { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 65px; }
  h1 { font-size: clamp(3.4rem, 10vw, 5.7rem); }
  .hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .authority-grid { grid-template-columns: 1fr 1fr; }
  .authority-grid > div:nth-child(2) { border-left: 0; }
  .authority-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .speaker-grid { grid-template-columns: .9fr 1.1fr; gap: 55px; }
  .register-panel { padding: 48px; gap: 45px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { width: calc(100% - 28px); height: 70px; }
  .header-meta, .header-cta { display: none; }
  .site-header::after { content: "וובינר חי · ללא עלות"; font-size: .72rem; color: var(--muted); }
  .hero { padding-block: 62px 70px; gap: 55px; }
  h1 { font-size: clamp(2.9rem, 13vw, 4.3rem); line-height: 1.02; }
  .hero-lead { font-size: 1.02rem; }
  .promise-strip { gap: 7px; font-size: .78rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .button { width: 100%; }
  .text-link { align-self: center; }
  .lead-row { grid-template-columns: 32px 1fr 50px; padding: 12px 9px; gap: 8px; }
  .dashboard-card { padding: 16px; border-radius: 18px; }
  .dashboard-head { align-items: flex-start; }
  .dashboard-head strong { font-size: .9rem; }
  .score { width: 46px; height: 46px; }
  .lead-main small { max-width: 160px; }
  .call-now { grid-template-columns: 38px 1fr; }
  .reason { grid-column: 2; width: fit-content; }
  .visual-badge { left: 14px; }
  .authority-grid { min-height: 0; }
  .authority-grid > div { padding: 22px 16px; }
  .section { padding-block: 75px; }
  .split-heading h2, .speaker-copy h2, .register h2, .faq > h2 { font-size: clamp(2.25rem, 10vw, 3.4rem); }
  .problem-grid, .fit, .speaker-grid, .register-panel { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 0; }
  blockquote { padding: 66px 24px 30px; margin-top: 45px; }
  blockquote > span { right: 24px; top: 11px; }
  .agenda-list article { grid-template-columns: 52px 1fr; gap: 14px; padding-inline: 0; }
  .agenda-list article:hover { padding-inline: 8px; }
  .agenda-number { font-size: 1.45rem; }
  .agenda-list h3 { font-size: 1.18rem; }
  .fit-card { padding: 30px 24px; }
  .speaker-grid { gap: 58px; }
  .speaker-photo { width: min(420px, calc(100% - 20px)); margin-inline: auto; }
  .speaker-photo::before { inset: 14px -14px -14px 14px; }
  .register-panel { padding: 30px 18px; gap: 35px; }
  .register-form { padding: 20px 15px; }
  .footer-inner { flex-direction: column; text-align: center; padding-bottom: 60px; }
  .legal-links { flex-direction: column; gap: 8px; }
  .accessibility-widget { left: 10px; bottom: 74px; }
  .mobile-cta { display: block; position: fixed; z-index: 50; bottom: 12px; right: 14px; left: 14px; padding: 15px; text-align: center; border-radius: 11px; background: linear-gradient(135deg, var(--purple), var(--purple-deep)); box-shadow: 0 12px 40px rgba(0,0,0,.5); font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .live-dot { animation: none; }
}
