:root {
  --pilot-ink: #101c2f;
  --pilot-navy: #0b213c;
  --pilot-blue: #163b65;
  --pilot-paper: #f4f6f8;
  --pilot-line: #d9e1e8;
  --pilot-muted: #58667a;
  --pilot-gold: #b68a3a;
  --pilot-green: #087b63;
  --pilot-white: #fff;
}

.pilot-route-card {
  max-width: 980px;
  margin: 28px auto;
  padding: clamp(22px, 4vw, 38px);
  color: var(--pilot-white);
  background:
    radial-gradient(circle at 0 0, rgba(182, 138, 58, .22), transparent 34%),
    linear-gradient(135deg, var(--pilot-navy), var(--pilot-blue));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(8, 25, 45, .14);
  direction: rtl;
}

.pilot-route-card__eyebrow {
  margin: 0 0 8px;
  color: #f0d79f;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.pilot-route-card h2 { margin: 0 0 10px; color: #fff; line-height: 1.25; }
.pilot-route-card p { margin: 0; color: #e5edf6; max-width: 68ch; }
.pilot-route-card__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.pilot-route-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--pilot-green);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}
.pilot-route-card__button--quiet { background: transparent; border: 1px solid rgba(255,255,255,.42); }

.pilot-page { margin: 0; color: var(--pilot-ink); background: var(--pilot-paper); font-family: "Assistant", "Segoe UI", Arial, sans-serif; line-height: 1.75; }
.pilot-skip { position: absolute; top: -80px; right: 12px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--pilot-navy); }
.pilot-skip:focus { top: 12px; }
.pilot-header { background: #081c34; color: #fff; }
.pilot-header__inner { max-width: 1120px; margin: auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pilot-brand { color: #fff; font-weight: 850; text-decoration: none; }
.pilot-brand small { display: block; color: #bdc9d6; font-size: .74rem; font-weight: 600; }
.pilot-header__inner nav { display: flex; gap: 14px; flex-wrap: wrap; }
.pilot-header__inner nav a { color: #dfe9f3; font-weight: 700; text-decoration: none; }
.pilot-hero { color: #fff; background: linear-gradient(135deg, #0b213c, #153f69); }
.pilot-hero__inner { max-width: 1120px; margin: auto; padding: clamp(42px, 7vw, 88px) 20px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: 40px; align-items: center; }
.pilot-kicker { margin: 0 0 10px; color: #eed69f; font-weight: 850; font-size: .86rem; letter-spacing: .04em; }
.pilot-hero h1 { margin: 0; max-width: 19ch; color: #fff; font-size: clamp(2rem, 5vw, 4.3rem); line-height: 1.02; letter-spacing: -.025em; }
.pilot-lead { margin: 20px 0 0; max-width: 62ch; color: #e3edf7; font-size: clamp(1.04rem, 2vw, 1.27rem); }
.pilot-hero img { width: 100%; height: auto; display: block; border-radius: 18px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 28px 60px rgba(0,0,0,.28); }
.pilot-main { max-width: 980px; margin: auto; padding: 32px 20px 96px; }
.pilot-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: -62px 0 28px; position: relative; }
.pilot-fact { padding: 19px; background: #fff; border: 1px solid var(--pilot-line); border-radius: 16px; box-shadow: 0 12px 30px rgba(12,36,62,.08); }
.pilot-fact strong { display: block; color: var(--pilot-navy); }
.pilot-fact span { color: var(--pilot-muted); font-size: .92rem; }
.pilot-section { margin: 16px 0; padding: clamp(23px, 4vw, 38px); background: #fff; border: 1px solid var(--pilot-line); border-radius: 18px; }
.pilot-section h2 { margin: 0 0 12px; color: var(--pilot-navy); font-size: clamp(1.45rem, 3vw, 2.05rem); line-height: 1.25; }
.pilot-section h3 { margin: 25px 0 8px; color: var(--pilot-blue); }
.pilot-section p { color: #344258; }
.pilot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.pilot-panel { padding: 19px; background: #f7f9fb; border: 1px solid var(--pilot-line); border-radius: 14px; }
.pilot-panel h3 { margin-top: 0; }
.pilot-list { margin: 0; padding-right: 1.2em; }
.pilot-list li { margin: 7px 0; color: #344258; }
.pilot-callout { padding: 18px 20px; border-right: 4px solid var(--pilot-gold); background: #fffaf0; border-radius: 12px; color: #3c321f; }
.pilot-sources a { color: #0c5a91; text-decoration: underline; text-underline-offset: 3px; }
.pilot-review { padding: 14px 18px; color: #4b3a17; background: #fff7df; border: 1px solid #ead5a4; border-radius: 12px; }
.pilot-footer { padding: 26px 20px 92px; text-align: center; color: #526075; background: #eaf0f4; }
.pilot-footer a { color: var(--pilot-blue); }
.pilot-section a:focus-visible, .pilot-header a:focus-visible, .pilot-route-card a:focus-visible { outline: 3px solid #f5c965; outline-offset: 4px; }

@media (max-width: 780px) {
  .pilot-hero__inner { grid-template-columns: 1fr; gap: 24px; }
  .pilot-facts { grid-template-columns: 1fr; margin-top: 20px; }
  .pilot-grid { grid-template-columns: 1fr; }
  .pilot-header__inner nav { display: none; }
  .pilot-route-card { margin-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
