.elementor-2161 .elementor-element.elementor-element-f6c2e89{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2161 .elementor-element.elementor-element-9000e9b{--display:flex;}.elementor-2161 .elementor-element.elementor-element-b59250e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* =====================================================
   VistaX Meeting Landing Page
   Hebrew / RTL  |  Rubik  |  Slate + Mint + Coral palette
   ===================================================== */

:root {
  --slate:        #0E1720;
  --slate-deep:   #081018;
  --slate-mid:    #152433;
  --mint:         #66D9C3;
  --mint-light:   #B8F5E9;
  --mint-dim:     rgba(102, 217, 195, 0.16);
  --coral:        #FF8D6A;
  --coral-light:  #FFB096;
  --coral-dim:    rgba(255, 141, 106, 0.15);
  --paper:        #F8FAFC;
  --paper-mid:    #EEF3F6;
  --white:        #FFFFFF;
  --ink:          #15202B;
  --text-muted:   #637180;
  --wa-green:     #25D366;
  --wa-dark:      #1DA851;
  --red-live:     #E25555;

  --radius:       14px;
  --radius-sm:    10px;
  --shadow:       0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg:    0 14px 48px rgba(0,0,0,0.18);
  --tr:           0.2s ease;

  --max-w: 1120px;
  --font: 'Rubik', 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  direction: rtl;
}

body {
  font-family: var(--font);
  background: var(--slate);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: var(--font); }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

.section-light { background: var(--paper); }
.section-dark { background: var(--slate-deep); }
section { padding: 88px 0; }

.eyebrow {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.eyebrow-light {
  color: var(--mint-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 34px;
}

.section-h2.dark { color: var(--ink); }
.section-h2.light { color: var(--white); }

.section-note {
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.75;
  margin-top: -18px;
  margin-bottom: 26px;
}

.mint { color: var(--mint); }

.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--wa-green);
  color: var(--white);
  font-family: var(--font);
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background var(--tr), transform var(--tr), box-shadow var(--tr);
  white-space: nowrap;
}

.btn-wa:hover {
  background: var(--wa-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.36);
}

.btn-wa:active { transform: translateY(-1px); }
.btn-wa-lg { font-size: 1.05rem; padding: 16px 36px; }
.btn-wa-xl { font-size: 1.2rem; padding: 20px 52px; }

.btn-outline-soft {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--mint);
  color: var(--mint);
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 0.92rem;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: background var(--tr), color var(--tr), transform var(--tr);
}

.btn-outline-soft:hover {
  background: var(--mint);
  color: var(--slate-deep);
  transform: translateY(-2px);
}

.btn-announce {
  background: var(--slate-deep);
  color: var(--white);
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity var(--tr);
  flex-shrink: 0;
  border: none;
}

.btn-announce:hover { opacity: 0.88; }

.announce-bar {
  background: var(--coral);
  color: var(--slate-deep);
  font-size: 0.875rem;
  font-weight: 700;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.announce-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.announce-text { flex: 1; }

.date-live {
  background: rgba(8, 16, 24, 0.22);
  color: var(--white);
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  animation: date-pulse 2.2s ease-in-out infinite;
  display: inline-block;
}

.date-live-hero {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-shadow: 0 0 14px rgba(102, 217, 195, 0.5);
  animation: date-pulse 2.2s ease-in-out infinite;
  display: inline-block;
}

.badge-date {
  font-size: 0.875rem;
  background: rgba(102, 217, 195, 0.14);
  border: 1px solid rgba(102, 217, 195, 0.45);
  color: var(--mint-light);
  padding: 6px 16px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

@keyframes date-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.78; transform: scale(1.04); }
}

.hero {
  background: var(--slate);
  background-image:
    radial-gradient(ellipse at 76% 36%, rgba(102, 217, 195, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 16% 80%, rgba(255, 141, 106, 0.14) 0%, transparent 58%);
  padding: 88px 0 104px;
  position: relative;
  overflow: hidden;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: center;
}

.hero-logo-link { display: inline-block; margin-bottom: 28px; }
.hero-logo { width: 70px; height: 70px; border-radius: 50%; }

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
}

.badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}

.badge-free { background: var(--mint); color: var(--slate-deep); }
.badge-online { background: rgba(255,255,255,0.1); color: var(--white); }

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.18;
  color: var(--white);
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.hero-sub {
  font-size: 1.06rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 36px;
  max-width: 560px;
}

.countdown-wrap { margin-bottom: 36px; }
.countdown-label {
  color: rgba(255,255,255,0.56);
  font-size: 0.82rem;
  margin-bottom: 12px;
  font-weight: 500;
}

.countdown-grid {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.count-unit {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(102, 217, 195, 0.28);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  text-align: center;
  min-width: 72px;
}

.count-num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--mint);
  line-height: 1;
}

.count-lbl {
  display: block;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.45);
  margin-top: 5px;
  font-weight: 500;
}

.count-sep {
  color: var(--mint);
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 12px;
}

.reassurance {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
  margin-top: 14px;
}

.speaker-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(102, 217, 195, 0.22);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-lg);
  position: relative;
}

.live-badge {
  display: inline-block;
  background: var(--red-live);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.65; }
}

.speaker-photo-hero {
  width: 210px;
  height: 210px;
  object-fit: cover;
  margin: 0 auto 18px;
  border-radius: 18px;
}

.speaker-name {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.speaker-handle {
  color: var(--mint-light);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.speaker-role {
  color: rgba(255,255,255,0.58);
  font-size: 0.82rem;
  line-height: 1.55;
  margin-bottom: 16px;
}

.speaker-meta {
  border-top: 1px solid rgba(102, 217, 195, 0.2);
  padding-top: 14px;
}

.speaker-meta span {
  color: var(--mint-light);
  font-size: 0.8rem;
  font-weight: 600;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}

.pain-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: var(--shadow);
  transition: transform var(--tr), box-shadow var(--tr);
}

.pain-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: var(--coral-dim);
  color: var(--coral);
  font-weight: 900;
}

.pain-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}

.pain-card p {
  font-size: 0.875rem;
  color: #55606A;
  line-height: 1.7;
}

.pain-pivot {
  background: linear-gradient(135deg, var(--slate) 0%, var(--slate-mid) 100%);
  color: var(--white);
  padding: 20px 28px;
  border-radius: var(--radius);
  font-size: 0.98rem;
  line-height: 1.65;
  border-right: 4px solid var(--mint);
}

.avatar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.avatar-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(102, 217, 195, 0.18);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: border-color var(--tr), box-shadow var(--tr), transform var(--tr);
}

.avatar-card:hover {
  border-color: var(--mint);
  box-shadow: 0 0 28px rgba(102, 217, 195, 0.15);
  transform: translateY(-2px);
}

.avatar-card-featured {
  border-color: var(--mint);
  background: rgba(102, 217, 195, 0.06);
}

.avatar-icon { font-size: 2.4rem; margin-bottom: 16px; color: var(--mint); }

.avatar-card h3 {
  color: var(--mint-light);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.avatar-card li {
  color: rgba(255,255,255,0.8);
  font-size: 0.875rem;
  line-height: 2.1;
}

.learn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 44px;
}

.learn-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--white);
  border-radius: var(--radius);
  padding: 26px 24px;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: var(--shadow);
  transition: transform var(--tr), box-shadow var(--tr);
}

.learn-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.learn-num {
  background: linear-gradient(135deg, var(--mint), var(--coral));
  color: var(--slate-deep);
  font-size: 1.05rem;
  font-weight: 900;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.learn-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.learn-body p {
  font-size: 0.875rem;
  color: #55606A;
  line-height: 1.7;
}

.cta-center { text-align: center; }

.speaker-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: center;
}

.speaker-img-col { text-align: center; }

.speaker-bio-photo {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 24px;
  margin: 0 auto 14px;
  box-shadow: var(--shadow-lg);
}

.speaker-social-handle {
  color: var(--mint-light);
  font-weight: 700;
  font-size: 0.92rem;
}

.speaker-subtitle {
  font-size: 1.02rem;
  font-weight: 600;
  color: rgba(255,255,255,0.72);
}

.speaker-quote {
  color: rgba(255,255,255,0.9);
  font-size: 1.02rem;
  line-height: 1.9;
  border-right: 4px solid var(--mint);
  padding: 18px 18px 18px 0;
  margin-bottom: 18px;
}

.speaker-creds {
  display: grid;
  gap: 12px;
}

.speaker-creds li {
  color: rgba(255,255,255,0.8);
  font-size: 0.92rem;
  line-height: 1.8;
}

.speaker-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.proof-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: var(--shadow);
  transition: transform var(--tr), box-shadow var(--tr);
}

.proof-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.proof-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.proof-caption {
  color: #51606B;
  font-size: 0.88rem;
  line-height: 1.75;
  margin-top: 12px;
}

.scarcity-bar {
  background: linear-gradient(90deg, var(--coral) 0%, #FF6F54 100%);
  color: var(--slate-deep);
  padding: 22px 0;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.06) inset;
}

.scarcity-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.scarcity-text { flex: 1; min-width: 240px; }
.scarcity-headline { font-size: 1.02rem; font-weight: 800; margin-bottom: 4px; }
.scarcity-sub { font-size: 0.88rem; font-weight: 600; line-height: 1.55; }

.scarcity-countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sc-unit {
  background: rgba(8, 16, 24, 0.12);
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 64px;
  text-align: center;
}

.sc-num {
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.sc-lbl {
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  margin-top: 4px;
}

.sc-sep {
  font-size: 1.6rem;
  font-weight: 800;
  padding-bottom: 10px;
}

.faq-wrap { max-width: 940px; }

.faq-list { display: grid; gap: 14px; }

.faq-item {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: right;
  padding: 20px 22px;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  cursor: pointer;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-a p {
  padding: 0 22px 20px;
  color: #52606A;
  line-height: 1.8;
  font-size: 0.93rem;
}

.faq-item.open .faq-a { max-height: 260px; }

.final-cta {
  background: linear-gradient(180deg, var(--slate-deep) 0%, #050B11 100%);
}

.final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.final-logo {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin-bottom: 24px;
}

.final-sub {
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 640px;
  margin-bottom: 28px;
}

.final-countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.footer {
  background: #071018;
  color: rgba(255,255,255,0.86);
  padding: 36px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-brand { max-width: 300px; }
.footer-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-bottom: 12px;
}

.footer-brand p,
.footer-copy,
.footer-nav a {
  color: rgba(255,255,255,0.68);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.footer-nav a:hover { color: var(--mint-light); }

.footer-copy { white-space: nowrap; }

.visible { opacity: 1 !important; transform: translateY(0) !important; }

@media (max-width: 1024px) {
  .hero-grid,
  .speaker-grid {
    grid-template-columns: 1fr;
  }

  .hero-speaker {
    order: -1;
    max-width: 440px;
    margin: 0 auto;
  }

  .speaker-img-col { max-width: 420px; margin: 0 auto; }
  .pain-grid,
  .avatar-grid,
  .learn-grid,
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  section { padding: 72px 0; }

  .container { padding: 0 18px; }

  .announce-inner {
    padding: 10px 18px;
  }

  .hero {
    padding: 72px 0 88px;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .hero-sub { font-size: 0.98rem; }

  .badge-row,
  .countdown-grid,
  .final-countdown,
  .scarcity-countdown,
  .speaker-links,
  .footer-inner,
  .footer-nav {
    justify-content: center;
  }

  .pain-grid,
  .avatar-grid,
  .learn-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .speaker-bio-photo {
    width: 260px;
    height: 260px;
  }

  .speaker-quote {
    font-size: 0.98rem;
  }

  .count-unit,
  .sc-unit {
    min-width: 60px;
  }

  .count-num {
    font-size: 1.7rem;
  }

  .count-sep,
  .sc-sep {
    padding-bottom: 8px;
  }

  .scarcity-inner {
    text-align: center;
  }

  .footer-copy {
    white-space: normal;
    text-align: center;
  }
}/* End custom CSS */