@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700;800;900&display=swap');

/* BOT: Immersive single-screen 100vh interactive ad layout for yes Television and Fiber — 2026-06-03T13:02:10+00:00 */

/* ==========================================
   DESIGN TOKENS & BASE SETTINGS
   ========================================== */
.bgpost-lp-0b26b133 {
  --lp-display-font: 'Heebo', system-ui, -apple-system, sans-serif;
  --lp-body-font: 'Heebo', system-ui, -apple-system, sans-serif;
  
  /* Color Palette - cascading from yes Brand Identity */
  --lp-bg: var(--brand-bg, #0c0c0e);
  --lp-on-bg: var(--brand-on-bg, #ffffff);
  --lp-surface: var(--brand-surface, #141416);
  --lp-on-surface: var(--brand-on-surface, #ffffff);
  --lp-surface-soft: var(--brand-surface-soft, #1e1e22);
  --lp-on-surface-soft: var(--brand-on-surface-soft, #a1a1aa);
  
  --lp-accent: var(--brand-accent, #00dfed);
  --lp-on-accent: var(--brand-on-accent, #050506);
  --lp-accent-hover: var(--brand-accent-hover, #33e5f0);
  --lp-accent-soft: var(--brand-accent-soft, rgba(0, 223, 237, 0.08));
  --lp-on-accent-soft: var(--brand-on-accent-soft, #00dfed);
  
  --lp-border: var(--brand-border, #222227);
  --lp-border-light: var(--brand-border-light, #333339);
  --lp-glow: var(--brand-glow, 0 0 25px rgba(0, 223, 237, 0.35));
  --lp-glow-strong: var(--brand-glow-strong, 0 0 40px rgba(0, 223, 237, 0.6));
  
  --lp-radius-md: var(--brand-radius-md, 12px);
  --lp-radius-lg: var(--brand-radius-lg, 24px);
  --lp-radius-pill: var(--brand-radius-pill, 999px);
  
  background-color: var(--lp-bg);
  color: var(--lp-on-bg);
  font-family: var(--lp-body-font);
  direction: rtl;
  overflow-x: hidden;
  position: relative;
  min-height: 100dvh;
}

/* ==========================================
   AMBIENT BACKDROP & PRIMITIVES
   ========================================== */
.bgpost-lp-0b26b133.ms-ambient-host {
  position: relative;
  isolation: isolate;
}
.bgpost-lp-0b26b133 .ms-ambient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.6;
}

/* ms-bento-conic-glow setup */
@property --ms-glow-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.bgpost-lp-0b26b133 .ms-glow {
  position: relative;
  isolation: isolate;
}
.bgpost-lp-0b26b133 .ms-glow::before {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: conic-gradient(
    from var(--ms-glow-angle),
    var(--lp-accent),
    transparent 30%,
    transparent 70%,
    var(--lp-accent)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.bgpost-lp-0b26b133 .ms-glow:hover::before,
.bgpost-lp-0b26b133 .ms-glow:focus-within::before {
  opacity: 0.8;
  animation: ms-glow-spin 4s linear infinite;
}
@keyframes ms-glow-spin {
  to { --ms-glow-angle: 360deg; }
}

/* ==========================================
   MAIN DUAL PANEL WRAPPER
   ========================================== */
.bgpost-lp-0b26b133-wrapper {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 40px);
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100dvh;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .bgpost-lp-0b26b133-wrapper {
    grid-template-columns: 1.15fr 0.85fr;
    height: 100dvh;
    gap: clamp(32px, 4vw, 64px);
    padding-block: 0;
    overflow: hidden;
  }
}

/* LEFT SIDE - CONTENT COLUMN */
.bgpost-lp-0b26b133-content-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: clamp(24px, 3vw, 40px);
  min-width: 0; /* fixes flex shrink/wrap bugs */
}

@media (min-width: 992px) {
  .bgpost-lp-0b26b133-content-col {
    height: 100%;
    overflow-y: auto; /* fallback if height is very small */
    scrollbar-width: none; /* hide scrollbars */
  }
  .bgpost-lp-0b26b133-content-col::-webkit-scrollbar {
    display: none;
  }
}

/* BRAND HEADER / NAV */
.bgpost-lp-0b26b133-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-end: clamp(16px, 2vw, 32px);
}
.bgpost-lp-0b26b133-brand-logo img {
  height: clamp(32px, 4vw, 44px);
  width: auto;
  display: block;
}
.bgpost-lp-0b26b133-quick-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--lp-border-light);
  border-radius: var(--lp-radius-pill);
  padding: 6px 14px;
}
.bgpost-lp-0b26b133-quick-phone a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
}
.bgpost-lp-0b26b133-quick-phone .bgpost-icon {
  color: var(--lp-accent);
}

/* HERO COPY */
.bgpost-lp-0b26b133-hero {
  margin-block-end: clamp(20px, 3vw, 36px);
}
.bgpost-lp-0b26b133-badge-neon {
  background-color: var(--lp-accent-soft);
  border: 1px solid var(--lp-accent);
  border-radius: var(--lp-radius-pill);
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--lp-accent);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-block-end: var(--lp-gap-md);
  box-shadow: var(--lp-glow);
}
.bgpost-lp-0b26b133-pulse-dot {
  width: 6px;
  height: 6px;
  background-color: var(--lp-accent);
  border-radius: 50%;
  animation: pulse-ring-neon 1.8s infinite;
}
@keyframes pulse-ring-neon {
  0% { transform: scale(0.9); opacity: 0.4; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.4; }
}
.bgpost-lp-0b26b133-title {
  font-size: clamp(2rem, 4vw, 3.85rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--lp-on-bg);
  margin-block-end: var(--lp-gap-sm);
}
.bgpost-lp-0b26b133-title .hero-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  animation: lp-word-in-ad 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.bgpost-lp-0b26b133-title .hero-word:nth-child(1) { animation-delay: 0ms; }
.bgpost-lp-0b26b133-title .hero-word:nth-child(2) { animation-delay: 70ms; }
.bgpost-lp-0b26b133-title .hero-word:nth-child(3) { animation-delay: 140ms; }
.bgpost-lp-0b26b133-title .hero-word:nth-child(4) { animation-delay: 210ms; }
.bgpost-lp-0b26b133-title .hero-word:nth-child(5) { animation-delay: 280ms; }
.bgpost-lp-0b26b133-title .hero-word:nth-child(6) { animation-delay: 350ms; }

@keyframes lp-word-in-ad {
  to { opacity: 1; transform: translateY(0); }
}

.bgpost-lp-0b26b133-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  color: var(--lp-on-surface-soft);
  line-height: 1.5;
  max-width: 620px;
  margin: 0;
}

/* BENEFIT GRID (FEATURES) */
.bgpost-lp-0b26b133-features {
  margin-block-end: clamp(20px, 3vw, 40px);
}
.bgpost-lp-0b26b133-benefit-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
}
.bgpost-lp-0b26b133-benefit-card {
  background: rgba(20, 20, 22, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  padding: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.bgpost-lp-0b26b133-benefit-card:hover {
  transform: translateY(-2px);
  border-color: var(--lp-accent);
  box-shadow: 0 10px 25px rgba(0, 223, 237, 0.12);
}
.bgpost-lp-0b26b133-benefit-card--accent {
  background: radial-gradient(circle at top right, rgba(0, 223, 237, 0.05) 0%, rgba(20, 20, 22, 0.45) 100%);
  border-color: rgba(0, 223, 237, 0.3);
}
.bgpost-lp-0b26b133-benefit-tag {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--lp-accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-block-end: 8px;
  display: block;
}
.bgpost-lp-0b26b133-price-big {
  display: flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
  margin-block-end: 4px;
}
.bgpost-lp-0b26b133-price-big .symbol {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--lp-accent);
}
.bgpost-lp-0b26b133-price-big .number {
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  font-weight: 900;
  color: #fff;
}
.bgpost-lp-0b26b133-price-big .term {
  font-size: 0.8rem;
  color: var(--lp-on-surface-soft);
}
.bgpost-lp-0b26b133-benefit-card h3 {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 6px 0;
  line-height: 1.2;
}
.bgpost-lp-0b26b133-benefit-card p {
  color: var(--lp-on-surface-soft);
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
}

/* FOOTER SECTION */
.bgpost-lp-0b26b133-disclaimer {
  font-size: 0.72rem;
  color: var(--lp-on-surface-soft);
  opacity: 0.7;
  line-height: 1.5;
  margin-block-end: 12px;
}
.bgpost-lp-0b26b133-legal-row {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 0.75rem;
}
.bgpost-lp-0b26b133-legal-row a {
  color: var(--lp-on-surface-soft);
  text-decoration: none;
  transition: color 0.2s ease;
}
.bgpost-lp-0b26b133-legal-row a:hover {
  color: var(--lp-accent);
}
.bgpost-lp-0b26b133-legal-row .sep {
  color: var(--lp-border-light);
}

/* ==========================================
   RIGHT SIDE - INTERACTIVE FORM COLUMN
   ========================================== */
.bgpost-lp-0b26b133-form-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: clamp(24px, 3vw, 40px);
}

@media (min-width: 992px) {
  .bgpost-lp-0b26b133-form-col {
    height: 100%;
  }
}

.bgpost-lp-0b26b133-form-box {
  width: 100%;
  max-width: 440px;
  background: rgba(20, 20, 22, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* Glow decoration under the card */
.bgpost-lp-0b26b133-pulse-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 100px;
  background: radial-gradient(ellipse, rgba(0, 223, 237, 0.25) 0%, transparent 70%);
  filter: blur(12px);
  z-index: 0;
  pointer-events: none;
}

.bgpost-lp-0b26b133-form-header {
  text-align: center;
  margin-block-end: clamp(20px, 3vw, 28px);
  position: relative;
  z-index: 1;
}
.bgpost-lp-0b26b133-form-header h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;
}
.bgpost-lp-0b26b133-form-header p {
  color: var(--lp-on-surface-soft);
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}

.bgpost-lp-0b26b133-leadform {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

/* INTERACTIVE FLOATING LABEL FIELD */
.bgpost-lp-0b26b133-input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.bgpost-lp-0b26b133-input-wrapper input {
  background-color: rgba(30, 30, 34, 0.4);
  border: 1px solid var(--lp-border-light);
  border-radius: var(--lp-radius-md);
  color: #fff;
  font-family: var(--lp-body-font);
  font-size: 1rem;
  padding: 22px 16px 8px; /* thick padding to accommodate floating label */
  width: 100%;
  box-sizing: border-box;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}
.bgpost-lp-0b26b133-input-wrapper label {
  position: absolute;
  right: 16px;
  top: 15px;
  color: var(--lp-on-surface-soft);
  font-size: 0.95rem;
  pointer-events: none;
  transform-origin: right center;
  transition: all 0.2s ease;
  line-height: 1;
}

/* Floating behavior triggers */
.bgpost-lp-0b26b133-input-wrapper input:focus,
.bgpost-lp-0b26b133-input-wrapper input:not(:placeholder-shown) {
  border-color: var(--lp-accent);
  background-color: rgba(12, 12, 14, 0.8);
}
.bgpost-lp-0b26b133-input-wrapper input:focus ~ label,
.bgpost-lp-0b26b133-input-wrapper input:not(:placeholder-shown) ~ label {
  transform: translateY(-9px) scale(0.8);
  color: var(--lp-accent);
}

/* SELECT FIELD SPECIAL TREATMENT */
.bgpost-lp-0b26b133-select-wrapper select {
  background-color: rgba(30, 30, 34, 0.4);
  border: 1px solid var(--lp-border-light);
  border-radius: var(--lp-radius-md);
  color: #fff;
  font-family: var(--lp-body-font);
  font-size: 1rem;
  padding: 22px 16px 8px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: all 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
/* Select always floats since it always has content selected */
.bgpost-lp-0b26b133-select-wrapper select ~ .select-label {
  transform: translateY(-9px) scale(0.8);
  color: var(--lp-accent);
}
.bgpost-lp-0b26b133-select-wrapper select:focus {
  border-color: var(--lp-accent);
  background-color: rgba(12, 12, 14, 0.8);
}
/* Custom dropdown arrow */
.bgpost-lp-0b26b133-select-wrapper::after {
  content: '▼';
  font-size: 0.65rem;
  color: var(--lp-accent);
  position: absolute;
  left: 16px;
  top: 21px;
  pointer-events: none;
}

/* SUBMIT BUTTON WITH HOVER SPECIFICITY */
.bgpost-lp-0b26b133 button.bgpost-lp-0b26b133-leadform-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--brand-space-sm, 8px);
  width: 100%;
  background-color: var(--lp-accent);
  color: var(--lp-on-accent);
  border: 1px solid var(--lp-accent);
  font-family: var(--lp-display-font);
  font-weight: 800;
  font-size: 1.1rem;
  padding: 16px;
  border-radius: var(--lp-radius-md);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--lp-glow);
  position: relative;
  box-sizing: border-box;
}
.bgpost-lp-0b26b133 button.bgpost-lp-0b26b133-leadform-submit:hover {
  background-color: var(--lp-accent-hover);
  border-color: var(--lp-accent-hover);
  transform: translateY(-2px);
  box-shadow: var(--lp-glow-strong);
}
.bgpost-lp-0b26b133 button.bgpost-lp-0b26b133-leadform-submit:active {
  transform: translateY(0) scale(0.98);
}

/* Form Consent Checkbox */
.bgpost-lp-0b26b133-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--lp-on-surface-soft);
}
.bgpost-lp-0b26b133-consent input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  accent-color: var(--lp-accent);
}
.bgpost-lp-0b26b133-consent a {
  color: var(--lp-accent);
  text-decoration: underline;
}

/* PHONE FALLBACK */
.bgpost-lp-0b26b133-phone-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 0.85rem;
  color: var(--lp-on-surface-soft);
  position: relative;
  z-index: 1;
}
.bgpost-lp-0b26b133-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  transition: color 0.2s ease;
}
.bgpost-lp-0b26b133-phone-link:hover {
  color: var(--lp-accent);
}
.bgpost-lp-0b26b133-phone-link .bgpost-icon {
  color: var(--lp-accent);
}

/* DYNAMIC STATUS FEEDBACK */
.bgpost-lp-0b26b133-leadform-status {
  margin-top: 12px;
  padding: 10px;
  border-radius: var(--lp-radius-md);
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
}
.bgpost-lp-0b26b133-leadform-status.is-success {
  background-color: var(--lp-accent-soft);
  color: var(--lp-accent);
  border-color: var(--lp-accent);
}
.bgpost-lp-0b26b133-leadform-status.is-error {
  background-color: rgba(239, 68, 68, 0.08);
  color: #ef4444;
  border-color: #ef4444;
}

/* Spinner */
.bgpost-lp-0b26b133-leadform-spinner {
  display: inline-block;
  margin-inline-start: 8px;
  animation: bgpost-spin 1s linear infinite;
}
@keyframes bgpost-spin { to { transform: rotate(360deg); } }

/* ==========================================
   ACCESSIBILITY & RESPONSIVE REFINEMENTS
   ========================================== */
@media (prefers-reduced-motion: reduce) {
  .bgpost-lp-0b26b133 *,
  .bgpost-lp-0b26b133 *::before,
  .bgpost-lp-0b26b133 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* /BOT */

/* BOT: Integrate yes. logo inline within the main heading and style it seamlessly — 2026-06-03T13:07:46+00:00 */
/* Inline logo integration in hero heading per user request */
.bgpost-lp-0b26b133-logo-wrap {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.bgpost-lp-0b26b133-inline-logo {
  height: 0.85em;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin-inline-start: 4px;
  transform: translateY(-0.03em);
}
/* Reduce nav gap now that brand logo is inline */
.bgpost-lp-0b26b133-nav {
  margin-block-end: clamp(8px, 1.5vw, 20px);
  min-height: 20px;
}
/* /BOT */

/* BOT: Set dramatic side-grid background image fading smoothly to center black — 2026-06-03T13:19:21+00:00 */
/* BOT: Set dramatic side-grid background image fading to center black — 2026-06-03T13:31:00+00:00 */
.bgpost-lp-0b26b133 {
  --lp-bg: #000000; /* Force deep dark brutalist black as base */
  background-color: var(--lp-bg);
}

@media (min-width: 992px) {
  .bgpost-lp-0b26b133 {
    background-image: 
      linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 12%, rgba(0, 0, 0, 0.95) 28%, #000000 35%, #000000 65%, rgba(0, 0, 0, 0.95) 72%, rgba(0, 0, 0, 0.45) 88%, rgba(0, 0, 0, 0) 100%),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0.4) 100%),
      url('https://marketnews.co.il/wp-content/uploads/2026/06/tech-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
/* /BOT */

/* BOT: Enhance form validation visuals, increase consent checkbox size, and fix submit button loading spinner bug — 2026-06-03T13:26:32+00:00 */
/* BOT: Style custom form validation, increase checkbox size, and fix loading spinner visibility — 2026-06-03 */

/* Customize legal checkbox size & aesthetics */
.bgpost-lp-0b26b133 .bgpost-lp-0b26b133-consent input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  margin-top: 1px;
  cursor: pointer;
}

.bgpost-lp-0b26b133 .bgpost-lp-0b26b133-consent {
  align-items: center;
  gap: 10px;
}

/* Ensure spinner hides properly when [hidden] is present */
.bgpost-lp-0b26b133-leadform-spinner[hidden] {
  display: none !important;
}

/* Custom UI Validation Styles */
.bgpost-lp-0b26b133 .bgpost-lp-0b26b133-leadform.was-validated input:invalid,
.bgpost-lp-0b26b133 .bgpost-lp-0b26b133-leadform.was-validated select:invalid {
  border-color: #ef4444 !important;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.25) !important;
  background-color: rgba(239, 68, 68, 0.05) !important;
}

.bgpost-lp-0b26b133 .bgpost-lp-0b26b133-leadform.was-validated input:invalid ~ label,
.bgpost-lp-0b26b133 .bgpost-lp-0b26b133-leadform.was-validated select:invalid ~ .select-label {
  color: #ef4444 !important;
}

.bgpost-lp-0b26b133 .bgpost-lp-0b26b133-leadform.was-validated input[type="checkbox"]:invalid {
  outline: 2px solid #ef4444 !important;
  outline-offset: 3px;
}

.bgpost-lp-0b26b133 .bgpost-lp-0b26b133-leadform.was-validated input[type="checkbox"]:invalid ~ .bgpost-lp-0b26b133-consent-text {
  color: #ef4444 !important;
}
/* /BOT */