:root {
  --bg: #eef4fb;
  --hero-1: #0f172a;
  --hero-2: #13213a;
  --panel: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --line: rgba(15,23,42,0.12);
  --brand: #0284c7;
  --accent: #f59e0b;
  --shadow: 0 20px 48px rgba(2, 12, 27, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Heebo', Arial, sans-serif;
  background: linear-gradient(180deg, #eef4fb, #e7eef8);
  color: var(--text);
  line-height: 1.7;
}

a { color: inherit; }
input, textarea, button { font: inherit; }

.skip-link {
  position: absolute;
  right: 16px;
  top: -48px;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  border-radius: 12px;
  z-index: 1000;
}
.skip-link:focus { top: 10px; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner, .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--accent)); color: #081120; font-weight: 900;
}
.brand small, .lead, .section-head p, .contact-copy p, .contact-list, .field-hint, .a11y-note, .summary, .quote footer, .faq-list p, .site-footer p { color: var(--muted); }
.nav { display: flex; gap: 18px; }
.nav a { text-decoration: none; color: var(--muted); }
.nav a:hover, .nav a:focus-visible, .inline-link:hover, .inline-link:focus-visible { color: var(--text); }
.hero, .section { padding: 72px 0; }
.hero-grid, .contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.hero-copy h1 { margin: 0 0 14px; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1.05; }
.hero-copy em { color: var(--brand); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.stats { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.stats li, .hero-card, .service-card, .benefit, .quote, .contact-panel, .faq-list details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.stats li { padding: 18px; }
.stats strong { display: block; font-size: 1.6rem; }
.hero-card {
  padding: 24px;
  background: linear-gradient(180deg, var(--hero-1), var(--hero-2));
  color: #e6eefb;
}
.card-label, .eyebrow {
  text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 800; color: var(--brand);
}
.hero-card .card-label { color: #7dd3fc; }
.check-list, .contact-list { margin: 16px 0 0; padding: 0 20px 0 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px;
  border-radius: 999px; text-decoration: none; border: 1px solid transparent; font-weight: 800; cursor: pointer;
}
.btn:focus-visible, input:focus-visible, textarea:focus-visible, .nav a:focus-visible, .inline-link:focus-visible, .a11y-btn:focus-visible, .a11y-close:focus-visible {
  outline: 3px solid rgba(2,132,199,.25); outline-offset: 2px;
}
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--accent)); color: #081120; }
.btn-secondary, .btn-outline { background: #fff; border-color: #cbd5e1; color: var(--text); }
.inline-link { color: #7dd3fc; text-decoration: none; font-weight: 700; }
.hero-copy .inline-link, .site-footer .inline-link { color: var(--brand); }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.section-head h2, .contact-copy h2, .sent-panel h3 { margin: 0; font-size: clamp(1.8rem, 3.2vw, 2.7rem); }
.section-head.compact { margin-bottom: 18px; }
.cards, .benefits-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.service-card, .benefit, .contact-panel, .quote { padding: 24px; }
.service-num { margin: 0 0 8px; color: var(--brand); font-weight: 800; }
.band { background: rgba(255,255,255,.45); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonials { padding-top: 18px; }
.quote { margin: 0; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.contact-section { padding-bottom: 92px; }
.contact-list { list-style: none; padding: 0; }
.contact-list li + li { margin-top: 8px; }
.field { margin-bottom: 16px; }
label { display: block; margin-bottom: 6px; font-weight: 800; }
input, textarea {
  width: 100%; border-radius: 16px; border: 1px solid #cbd5e1; background: #fff; color: #0f172a;
  padding: 15px 16px; font-size: 16px; line-height: 1.5;
}
input::placeholder, textarea::placeholder { color: #64748b; }
.field-error { min-height: 1.25rem; margin: 6px 0 0; color: #dc2626; font-size: .95rem; }
.error-summary { border: 1px solid rgba(220,38,38,.3); background: #fff1f2; border-radius: 16px; padding: 14px 16px; margin-bottom: 16px; }
.error-summary ul { margin: 10px 0 0; padding-right: 20px; }
.error-summary a { color: #9f1239; }
.field.has-error input, .field.has-error textarea { border-color: #dc2626; }
.form-submit { width: 100%; }
.sent-panel { display: grid; gap: 14px; }
.site-footer { border-top: 1px solid var(--line); background: rgba(255,255,255,.7); }

body.a11y-links a:not(.btn) { text-decoration: underline !important; text-underline-offset: .18em; text-decoration-thickness: .16em; }
body.a11y-readable { font-family: Arial, 'Noto Sans Hebrew', sans-serif; }
body.a11y-contrast { background: #fff; color: #000; }
body.a11y-contrast .hero-card, body.a11y-contrast .service-card, body.a11y-contrast .benefit, body.a11y-contrast .contact-panel, body.a11y-contrast .stats li, body.a11y-contrast .quote, body.a11y-contrast .faq-list details, body.a11y-contrast .a11y-panel { background: #fff; color: #000; border-color: rgba(0,0,0,.35); }
body.a11y-text { font-size: 1.12rem; }

.a11y-trigger {
  position: fixed; left: 16px; bottom: 16px; z-index: 35; display: inline-flex; align-items: center; gap: 8px;
  min-height: 48px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(15,23,42,.18); background: rgba(255,255,255,.95); color: var(--text); box-shadow: var(--shadow);
}
.a11y-panel {
  position: fixed; left: 16px; bottom: 76px; z-index: 36; width: min(320px, calc(100vw - 32px)); padding: 18px; border-radius: 20px;
  border: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: var(--shadow);
}
.a11y-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.a11y-close { border: 0; background: transparent; color: var(--text); font-size: 1.6rem; line-height: 1; }
.a11y-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.a11y-btn {
  min-height: 46px; border-radius: 14px; border: 1px solid #d7e1ee; background: #f8fbff; color: var(--text); font-weight: 700;
}
.a11y-btn.is-active { border-color: var(--brand); background: rgba(2,132,199,.1); }
.a11y-reset { width: 100%; margin-top: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
  .site-header { position: static; }
  .header-inner, .footer-inner, .section-head { flex-direction: column; align-items: stretch; }
  .hero-grid, .contact-grid, .cards, .benefits-grid { grid-template-columns: 1fr; }
  .nav { width: 100%; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .nav a { white-space: nowrap; }
  .header-inner > .btn { width: 100%; }
  .stats { grid-template-columns: 1fr; }
  .a11y-trigger { left: 12px; right: 12px; bottom: 12px; justify-content: center; }
  .a11y-panel { left: 12px; right: 12px; bottom: 70px; width: auto; }
  .a11y-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
