/* ANOMALIX — אתר תדמית. סטטי בלבד. */

:root {
  --navy-950: #061223;
  --navy-900: #0a1a2f;
  --navy-800: #12243f;
  --navy-700: #1c3b5e;
  --blue-500: #1a7ee8;
  --blue-400: #3b9bff;
  --blue-100: #dbeafe;
  --ink: #0f172a;
  --ink-soft: #475569;
  --ink-mute: #64748b;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-soft: #f6f8fb;
  --amber: #ff8f1f;
  --red: #e0413a;
  --green: #17916b;
  --radius: 14px;
  --wrap: 1120px;
  --font: "Heebo", "Segoe UI", "Arial Hebrew", Arial, system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--blue-500); }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 24px;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 68px;
}

.site-header .logo { height: 34px; width: auto; }

.nav {
  display: flex;
  gap: 26px;
  margin-inline-start: auto;
  align-items: center;
}

.nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.nav a:hover { color: var(--blue-500); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--blue-500);
  color: #fff;
  box-shadow: 0 6px 20px rgba(26, 126, 232, .3);
}

.btn-primary:hover { background: #1569c7; transform: translateY(-1px); }

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .35);
}

.btn-ghost:hover { background: rgba(255, 255, 255, .1); }

.btn-sm { padding: 9px 20px; font-size: 15px; }

/* ---------- Hero ---------- */

.hero {
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(59, 155, 255, .22), transparent 60%),
    linear-gradient(160deg, var(--navy-900) 0%, var(--navy-950) 100%);
  color: #fff;
  padding: 84px 0 92px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset-inline-start: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(26, 126, 232, .18), transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--blue-400);
  background: rgba(59, 155, 255, .12);
  border: 1px solid rgba(59, 155, 255, .28);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.15;
  margin: 0 0 20px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.hero h1 .accent { color: var(--blue-400); }

.hero p.lead {
  font-size: clamp(17px, 2vw, 20px);
  color: #c3d0e0;
  margin: 0 0 34px;
  max-width: 52ch;
}

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-note {
  margin-top: 26px;
  font-size: 14px;
  color: #8ea3bd;
}

/* Alert card mock */

.mock {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .45);
  overflow: hidden;
  transform: rotate(-1deg);
}

.mock-bar {
  background: var(--navy-800);
  color: #fff;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mock-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(224, 65, 58, .25);
}

.mock-body { padding: 20px 22px 24px; }

.mock-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}

.mock-row:last-of-type { border-bottom: 0; }

.mock-row span:first-child { color: var(--ink-mute); }

.mock-row span:last-child { font-weight: 600; color: var(--ink); }

.mock-flag {
  margin-top: 16px;
  background: #fff4ed;
  border: 1px solid #ffd9bf;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  color: #9a4a08;
  font-weight: 600;
}

/* ---------- Sections ---------- */

section { padding: 84px 0; }

.section-soft { background: var(--bg-soft); }

.section-head { max-width: 62ch; margin-bottom: 46px; }

.section-head.center { margin-inline: auto; text-align: center; }

h2 {
  font-size: clamp(27px, 3.4vw, 38px);
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.section-head p {
  font-size: 18px;
  color: var(--ink-soft);
  margin: 0;
}

/* ---------- Problem stats ---------- */

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
}

.stat h3 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 700;
}

.stat p { margin: 0; color: var(--ink-soft); font-size: 16px; }

.stat .mark {
  display: inline-flex;
  width: 42px; height: 42px;
  border-radius: 11px;
  align-items: center; justify-content: center;
  margin-bottom: 16px;
  font-size: 20px;
}

.mark-red { background: #fdecec; }
.mark-amber { background: #fff4e5; }
.mark-blue { background: #e8f1fd; }

/* ---------- Alerts grid ---------- */

.alerts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.alert-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 22px;
  border-inline-start: 4px solid var(--blue-500);
}

.alert-card.is-red { border-inline-start-color: var(--red); }
.alert-card.is-amber { border-inline-start-color: var(--amber); }
.alert-card.is-green { border-inline-start-color: var(--green); }
.alert-card.is-blue { border-inline-start-color: var(--blue-500); }

.alert-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
}

.alert-card p {
  margin: 0;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* ---------- Steps ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  counter-reset: step;
}

.step { position: relative; padding-top: 8px; }

.step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--navy-900);
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 18px;
}

.step h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }

.step p { margin: 0; color: var(--ink-soft); font-size: 16px; }

/* ---------- Features ---------- */

.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 26px;
}

.feature .ico {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #e8f1fd;
  display: flex; align-items: center; justify-content: center;
  font-size: 19px;
}

.feature h3 { margin: 0 0 6px; font-size: 18px; font-weight: 700; }

.feature p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }

/* ---------- Trust ---------- */

.trust {
  background: linear-gradient(160deg, var(--navy-900), var(--navy-950));
  color: #fff;
}

.trust h2 { color: #fff; }

.trust .section-head p { color: #c3d0e0; }

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.trust-item {
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .04);
  border-radius: 12px;
  padding: 22px 24px;
}

.trust-item h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.trust-item p { margin: 0; color: #b6c5d8; font-size: 15.5px; }

/* ---------- Contact ---------- */

.contact { background: var(--bg-soft); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-intro h2 { margin-bottom: 14px; }

.contact-intro > p {
  font-size: 18px;
  color: var(--ink-soft);
  margin: 0 0 24px;
}

.contact-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.contact-points li {
  position: relative;
  padding-inline-start: 30px;
  color: var(--ink-soft);
  font-size: 16px;
}

.contact-points li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 8px;
  width: 15px;
  height: 8px;
  border-left: 2.5px solid var(--blue-500);
  border-bottom: 2.5px solid var(--blue-500);
  transform: rotate(-45deg);
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 30px 26px;
  box-shadow: 0 10px 34px rgba(15, 23, 42, .06);
}

.field { margin-bottom: 18px; }

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field label {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 7px;
}

.field label span { color: var(--red); }

.field input,
.field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  padding: 11px 13px;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.field textarea { resize: vertical; min-height: 96px; }

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(26, 126, 232, .16);
}

/* honeypot — hidden from people, reachable by bots */
.hp {
  position: absolute;
  inset-inline-start: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.btn-block { width: 100%; margin-top: 4px; }

.btn:disabled { opacity: .6; cursor: default; transform: none; }

.form-note {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--ink-mute);
  text-align: center;
  min-height: 20px;
}

.form-note.is-ok { color: var(--green); font-weight: 600; }

.form-fallback {
  margin: 8px 0 0;
  text-align: center;
  font-size: 14.5px;
}

.form-fallback a { color: var(--blue-500); font-weight: 600; }
.form-note.is-error { color: var(--red); font-weight: 600; }

.btn-dark { background: var(--navy-900); color: #fff; }
.btn-dark:hover { background: var(--navy-800); }

.btn-outline {
  background: #fff;
  color: var(--navy-900);
  border-color: var(--line);
}

.btn-outline:hover { border-color: var(--blue-500); color: var(--blue-500); }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--navy-950);
  color: #8ea3bd;
  padding: 40px 0;
  font-size: 14.5px;
}

.site-footer .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.site-footer img { height: 26px; width: auto; opacity: .9; }

.site-footer .spacer { margin-inline-start: auto; }

.site-footer a { color: #b6c5d8; text-decoration: none; }

.site-footer a:hover { color: #fff; }

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .stats, .alerts, .steps, .features, .trust-list,
  .contact-grid, .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 20px 22px; }
  .nav { display: none; }
  .nav.nav-cta { display: flex; }
  section { padding: 62px 0; }
  .hero { padding: 60px 0 68px; }
}

@media (min-width: 901px) and (max-width: 1080px) {
  .alerts { grid-template-columns: repeat(2, 1fr); }
}
