/* Shared intent-page styles for Israel Air & Ambulance SEO pages */
:root {
  --primary: #d90429;
  --primary-dark: #a80320;
  --secondary: #0b2545;
  --ink: #18212f;
  --muted: #667085;
  --line: #e7ecf3;
  --soft: #f6f8fb;
  --gold: #c9a227;
  --white: #fff;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Heebo", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.top-call {
  background: #081b32;
  color: #fff;
  padding: 8px 20px;
  font-weight: 800;
  text-align: center;
  font-size: 15px;
}
.top-call a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.nav {
  max-width: var(--max); margin: 0 auto; padding: 12px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand strong { display: block; color: var(--secondary); font-size: 18px; line-height: 1.05; }
.brand span { color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 16px; color: var(--secondary); font-weight: 800; font-size: 14px; flex-wrap: wrap; }
.nav-links a:hover { color: var(--primary); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 12px 20px; border-radius: 8px; border: 1px solid transparent;
  font-weight: 900; text-align: center; transition: .2s ease; cursor: pointer; font-family: inherit; font-size: 16px;
}
.btn.primary { background: var(--primary); color: #fff; box-shadow: 0 14px 26px rgba(217,4,41,.22); }
.btn.primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn.dark { background: var(--secondary); color: #fff; }
.btn.dark:hover { background: #06192f; transform: translateY(-2px); }
.btn.light { background: #fff; color: var(--secondary); border-color: rgba(255,255,255,.45); }
.btn.light:hover { transform: translateY(-2px); background: #f6f8fb; }
.btn.whatsapp { background: #25d366; color: #fff; }
.hero {
  color: #fff; position: relative;
  background:
    linear-gradient(90deg, rgba(5,16,32,.92), rgba(5,16,32,.74), rgba(11,37,69,.58)),
    var(--hero-image) center 45% / cover no-repeat;
  padding: 72px 0 56px;
}
.hero .wrap { max-width: var(--max); }
.crumb { font-weight: 800; color: #d9e7ff; margin-bottom: 16px; font-size: 14px; }
.crumb a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  color: #fff; padding: 8px 12px; border-radius: 8px; font-weight: 900; margin-bottom: 18px;
}
h1 { margin: 0; font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: 1.08; font-weight: 900; max-width: 900px; }
.hero-sub { margin: 18px 0 0; max-width: 760px; font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 500; color: rgba(255,255,255,.94); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.proof-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  padding: 9px 12px; border-radius: 8px; font-weight: 800; font-size: 14px;
}
section { padding: 64px 0; }
.gray { background: var(--soft); }
.section-title { margin-bottom: 28px; max-width: 860px; }
.label { color: var(--primary); font-weight: 900; margin-bottom: 8px; letter-spacing: .3px; }
h2 { margin: 0 0 12px; color: var(--secondary); font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.2; font-weight: 900; }
h3 { margin: 0 0 10px; color: var(--secondary); font-size: 1.2rem; font-weight: 900; }
.lead { color: #344054; font-size: 1.08rem; margin: 0; }
.grid { display: grid; gap: 18px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.panel {
  background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 22px;
  box-shadow: 0 10px 28px rgba(11,37,69,.06);
}
.panel i { color: var(--primary); font-size: 22px; margin-bottom: 12px; }
.panel p { margin: 0; color: var(--muted); }
.panel a.more { display: inline-flex; margin-top: 14px; color: var(--primary); font-weight: 900; }
ul.clean { list-style: none; padding: 0; margin: 0; }
ul.clean li {
  position: relative; padding-right: 26px; margin: 12px 0;
  border-bottom: 1px dashed var(--line); padding-bottom: 10px; color: #344054;
}
ul.clean li:before {
  content: ""; position: absolute; right: 0; top: .7em;
  width: 9px; height: 9px; border-radius: 50%; background: var(--primary);
}
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 20px; }
.step:before {
  counter-increment: step; content: "0" counter(step);
  display: inline-flex; background: var(--secondary); color: #fff;
  border-radius: 999px; padding: 3px 12px; font-weight: 900; margin-bottom: 12px;
}
.step p { margin: 0; color: var(--muted); }
.compare {
  overflow: auto; border: 1px solid var(--line); border-radius: 10px; background: #fff;
}
.compare table { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare th, .compare td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: right; }
.compare th { background: var(--secondary); color: #fff; }
.compare td { color: #344054; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  margin-bottom: 12px; overflow: hidden;
}
.faq summary { cursor: pointer; padding: 16px 18px; font-weight: 900; color: var(--secondary); }
.faq details p { padding: 0 18px 16px; color: var(--muted); margin: 0; }
.cta-band {
  background: linear-gradient(135deg, #061a32, #0b2545); color: #fff; text-align: center; padding: 64px 0;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #d9e7ff; max-width: 720px; margin: 0 auto 22px; }
.cta-band .hero-actions { justify-content: center; }
.related { display: flex; flex-wrap: wrap; gap: 10px; }
.related a {
  border: 1px solid var(--line); background: #fff; border-radius: 8px;
  padding: 12px 14px; font-weight: 800; color: var(--secondary);
}
.related a:hover { border-color: var(--primary); color: var(--primary); }
.bottom-links { background: var(--soft); border-top: 1px solid var(--line); padding: 18px 0; }
.bottom-links .wrap { display: flex; flex-wrap: wrap; gap: 14px 22px; font-weight: 800; color: var(--secondary); font-size: 14px; }
.bottom-links a:hover { color: var(--primary); }
footer { background: #111827; color: #cbd5e1; text-align: center; padding: 28px 20px; }
footer strong { display: block; color: #fff; margin-bottom: 6px; }
.sticky-cta {
  position: fixed; left: 18px; bottom: 18px; z-index: 40;
  display: flex; flex-direction: column; gap: 8px;
}
@media (max-width: 980px) {
  .cols-4, .cols-3, .steps { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .cols-2, .cols-3, .cols-4, .steps { grid-template-columns: 1fr; }
  .hero-actions .btn, .cta-band .btn { width: 100%; }
  .sticky-cta { left: 12px; right: 12px; flex-direction: row; }
  .sticky-cta .btn { flex: 1; }
  section { padding: 46px 0; }
}
