/* ============================================================
   חופשה חכמה - travel insurance
   Light, professional design system.
   Surfaces separate by tint + soft depth, not by outlines.
   ============================================================ */

:root{
  /* text - calm navy, the register of the trusty reference */
  --ink:#26374D;
  --ink-2:#33455D;
  /* both were tuned on white and failed AA on the tinted surfaces they actually
     sit on: 4.45 on --bg-2, 4.12 on --bg-3. Darkened until AA clears everywhere. */
  --muted:#57687B;
  --muted-2:#67798C;

  /* surfaces - airy blue-greys, never stark */
  --bg:#FFFFFF;
  --bg-2:#EEF2F5;
  --bg-3:#E3EAF0;
  --line:#DBE3EA;

  /* brand - deep navy + sky + sun */
  --brand:#05274D;
  --brand-600:#0C3A69;
  --brand-700:#05274D;
  --brand-050:#EAF3FB;
  --sky:#93D1FA;
  --sun:#FCD307;
  --pc-red:#E10514;
  --deep:#05274D;
  --ok:#15774A;
  --ok-050:#E7F5EE;

  --r-sm:999px;
  --r:14px;
  --r-lg:20px;

  --sh-1:0 1px 2px rgba(5,39,77,.06);
  --sh-2:0 2px 6px rgba(5,39,77,.06), 0 12px 26px -14px rgba(5,39,77,.18);
  --sh-3:0 4px 10px rgba(5,39,77,.07), 0 26px 52px -22px rgba(5,39,77,.3);

  --wrap:1180px;
}

*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
  /* `clip` rather than `hidden`: contains the hero's scaled frames without
     turning the root into a scroll container, which would break position:sticky */
  overflow-x:clip;
}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Rubik,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:17px;
  line-height:1.65;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit;color:inherit}
h1,h2,h3{line-height:1.13;margin:0;font-weight:400;letter-spacing:-.018em}
p{margin:0}
ul{margin:0;padding:0;list-style:none}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.wrap.narrow{max-width:820px}
.muted{color:var(--muted)}
.small{font-size:14px}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:var(--brand);color:#fff;
  border:0;border-radius:999px;
  padding:14px 32px;
  font-weight:500;font-size:16.5px;
  cursor:pointer;
  transition:transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .18s, background .18s;
  box-shadow:0 2px 4px rgba(5,39,77,.16), 0 10px 22px -10px rgba(5,39,77,.4);
  white-space:nowrap;
}
.btn:hover{background:var(--brand-600);transform:translateY(-2px);box-shadow:0 4px 8px rgba(5,39,77,.2), 0 16px 30px -12px rgba(5,39,77,.45)}
.btn:active{transform:translateY(0)}
.btn-lg{padding:16px 34px;font-size:17px}
.btn-sm{padding:9px 18px;font-size:14.5px}
.btn-block{width:100%}
.btn-ghost{
  background:var(--bg-3);color:var(--ink);
  border:0;box-shadow:none;font-weight:500;
}
.btn-ghost:hover{background:#DCE0E6;color:var(--ink);transform:none;box-shadow:none}
.btn[disabled],.btn.is-disabled{opacity:.45;pointer-events:none;box-shadow:none}

/* ---------- nav ---------- */
.nav{
  position:fixed;inset-block-start:0;inset-inline:0;z-index:80;
  display:flex;align-items:center;gap:28px;
  padding:16px 28px;
  transition:background .35s, backdrop-filter .35s, box-shadow .35s, padding .35s;
  color:#fff;
}
.nav.is-stuck{
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(18px) saturate(1.6);
  box-shadow:0 1px 0 var(--line), 0 6px 20px -14px rgba(13,27,42,.4);
  padding-block:11px;
  color:var(--ink);
}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{
  width:32px;height:32px;flex:none;
  color:var(--brand);   /* tints the parasol; the check stays sun-yellow */
}
.nav .brand-mark{color:#fff}
.nav.is-stuck .brand-mark{color:var(--brand)}
.brand-name{font-size:20px;letter-spacing:-.025em;line-height:1;white-space:nowrap}
.bn-1{font-weight:300}
.bn-2{font-weight:600}
.nav-links{display:flex;gap:26px;margin-inline-start:auto;font-size:15.5px;opacity:.85}
.nav-links a{transition:opacity .2s}
.nav-links a:hover{opacity:1}
.nav.is-stuck .nav-links{color:var(--ink-2);opacity:1}
.nav.is-stuck .nav-links a:hover{color:var(--brand-700)}

/* ============================================================
   HERO
   ============================================================ */
.hero{position:relative}
.hero-track{height:520vh;position:relative}
.hero-stage{
  position:sticky;top:0;
  height:100svh;
  overflow:hidden;
  background:#0D1B2A;
}
.hero-frames{position:absolute;inset:0;overflow:hidden}
.hero-frame{
  position:absolute;inset:-6%;
  background-size:cover;
  background-position:center;
  opacity:0;
  will-change:opacity,transform;
}
/* a soft scrim only where type sits, so the photography stays bright and open */
.hero-vignette{
  position:absolute;inset:0;pointer-events:none;z-index:8;
  background:
    linear-gradient(to top, rgba(9,22,36,.90) 0%, rgba(9,22,36,.55) 26%, rgba(9,22,36,.12) 52%, rgba(9,22,36,0) 70%),
    linear-gradient(to bottom, rgba(9,22,36,.34) 0%, rgba(9,22,36,0) 26%);
}

.hero-ui{position:absolute;inset:0;z-index:10;display:flex;flex-direction:column;justify-content:flex-end;padding:0 28px 6vh;color:#fff}
.hero-copy{max-width:min(720px,92%);margin-inline-end:auto}
.eyebrow{
  font-size:13.5px;font-weight:600;letter-spacing:.1em;
  color:var(--brand-700);
  margin-block-end:14px;
}
.hero-ui .eyebrow{color:var(--sky)}
.hero-title{font-size:clamp(42px,7vw,92px);font-weight:400;letter-spacing:-.03em}
.hero-sub{
  margin-block-start:20px;
  font-size:clamp(16px,1.7vw,20px);
  color:rgba(255,255,255,.9);max-width:600px;font-weight:300;
}
.hero-cta{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-block-start:32px}
.hero-price-hint{font-size:15px;color:rgba(255,255,255,.78)}
.hero-price-hint b{color:#fff;font-weight:600}

/* ============================================================
   the card - a stylised representation of the product, drawn in CSS.
   Placeholder for PassportCard's official artwork once it is licensed.
   ============================================================ */
.pc-card-stage{
  position:absolute;inset-block-start:50%;inset-inline-end:9%;z-index:9;
  width:min(360px,32vw);
  perspective:1100px;
  opacity:0;pointer-events:none;
}
.pc-card{
  position:relative;
  aspect-ratio:1.586;
  border-radius:14px;
  padding:20px 22px;
  display:flex;flex-direction:column;justify-content:space-between;
  background:radial-gradient(125% 135% at 14% 0%, #3A3A3C 0%, #262627 46%, #171718 100%);
  box-shadow:0 40px 80px -28px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.14) inset;
  color:#fff;
  transform-style:preserve-3d;
  will-change:transform;
  overflow:hidden;
}
.pc-card-sheen{
  position:absolute;inset:0;
  background:linear-gradient(115deg, transparent 32%, rgba(255,255,255,.18) 48%, transparent 62%);
}
.pc-card-top{display:flex;align-items:center;gap:14px;color:rgba(255,255,255,.85)}
.pc-chip{
  width:42px;height:32px;border-radius:6px;flex:none;
  background:linear-gradient(150deg,#F0D79A,#C39B48 55%,#F7E7BE);
  box-shadow:0 1px 2px rgba(0,0,0,.35) inset;
  position:relative;
}
.pc-chip::after{
  content:"";position:absolute;inset:6px 4px;
  border:1px solid rgba(0,0,0,.25);border-radius:3px;
  border-inline-start-width:2px;
}
.pc-card-brand{
  font-family:Rubik,system-ui,sans-serif;
  font-size:clamp(19px,2.1vw,26px);font-weight:600;letter-spacing:-.02em;
  direction:ltr;text-align:left;
}
.pc-card-foot{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  font-size:12.5px;color:rgba(255,255,255,.7);
}
.pc-ok{
  display:inline-flex;align-items:center;gap:6px;
  padding:3px 10px;border-radius:999px;
  background:rgba(58,220,150,.2);color:#8CF3C4;
  font-weight:600;
  opacity:0;transition:opacity .3s;
}
.pc-ok::before{content:"";width:6px;height:6px;border-radius:50%;background:#5BE9AC;box-shadow:0 0 8px #5BE9AC}
.pc-card.approved .pc-ok{opacity:1}
.pc-card.approved{box-shadow:0 40px 80px -28px rgba(0,0,0,.75), 0 0 0 1px rgba(91,233,172,.6) inset, 0 0 60px -10px rgba(91,233,172,.4)}

@media (max-width:900px){
  .pc-card-stage{
    inset-block-start:auto;inset-block-end:58%;
    inset-inline:auto 6%;width:min(206px,48vw);
  }
}

/* beat copy swap */
.hero-copy{transition:opacity .26s ease, transform .26s ease}
.hero-copy.swap{opacity:0;transform:translateY(14px)}
.beat-num{
  display:inline-block;margin-inline-end:10px;padding:2px 8px;
  border-radius:6px;
  background:rgba(255,255,255,.16);
  font-variant-numeric:tabular-nums;letter-spacing:.06em;
}

/* story rail */
.story-rail{
  position:absolute;inset-block-start:50%;transform:translateY(-50%);
  inset-inline-end:34px;
  display:flex;flex-direction:column;gap:2px;
}
.story-rail li{
  display:flex;align-items:center;gap:11px;
  padding:7px 0;
  color:rgba(255,255,255,.5);
  font-size:13.5px;
  transition:color .3s;
}
.story-rail li.on{color:#fff}
.rail-dot{
  width:8px;height:8px;border-radius:50%;flex:none;
  background:rgba(255,255,255,.38);
  transition:background .3s, box-shadow .3s, transform .3s;
}
.story-rail li.on .rail-dot{
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,255,255,.2);
  transform:scale(1.15);
}
.rail-label{white-space:nowrap;opacity:.001;transition:opacity .3s}
.story-rail li.on .rail-label{opacity:1}

.hero-progress{
  position:absolute;inset-block-end:0;inset-inline:0;height:2px;
  background:rgba(255,255,255,.18);
}
.hero-progress-bar{height:100%;width:0;background:#fff;transition:width .1s linear}

.scroll-hint{
  position:absolute;inset-block-end:22px;inset-inline-start:28px;
  display:flex;align-items:center;gap:8px;
  font-size:13px;color:rgba(255,255,255,.72);
  transition:opacity .4s;
}
.scroll-hint svg{animation:bob 1.9s ease-in-out infinite}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}

/* ---------- brand band ---------- */
.brandband{
  background:var(--pc-red);color:#fff;
  padding:clamp(60px,7.5vw,96px) 0;
  position:relative;z-index:2;text-align:center;
}
.brandband-inner{display:flex;flex-direction:column;align-items:center;gap:4px}
/* official mark, used under the distributor agreement */
.bb-logo{
  width:clamp(120px,14vw,178px);height:auto;
  margin-block:16px 6px;
  filter:brightness(0) invert(1);   /* the mark is dark; the band is brand red */
}
.bb-lead{font-size:14.5px;color:rgba(255,255,255,.82);letter-spacing:.06em}
.bb-name{
  direction:ltr;font-family:Rubik,system-ui,sans-serif;
  font-size:clamp(38px,7vw,78px);font-weight:500;letter-spacing:-.03em;
  color:#fff;
  line-height:1.1;
}
.bb-sub{
  max-width:680px;margin-block-start:14px;
  color:rgba(255,255,255,.9);font-size:clamp(15.5px,1.7vw,18.5px);font-weight:300;
}

/* ---------- trust strip ---------- */
.strip{background:var(--bg);position:relative;z-index:2}
.strip-inner{
  max-width:var(--wrap);margin:0 auto;padding:0 24px 46px;
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
}
.strip-item{
  display:flex;flex-direction:column;gap:2px;text-align:center;
  background:var(--bg-2);border-radius:var(--r);padding:22px 16px;
}
.strip-item b{
  font-size:clamp(21px,2.5vw,29px);font-weight:600;letter-spacing:-.03em;
  color:var(--deep);font-variant-numeric:tabular-nums;
}
.strip-item span{font-size:13.5px;color:var(--muted)}

/* ============================================================
   SECTIONS
   ============================================================ */
.section{padding:clamp(70px,8.5vw,116px) 0;position:relative;z-index:2;background:var(--bg)}
.section-dark{background:var(--bg-2)}
.section-head{max-width:730px;margin-block-end:50px}
.section-head h2{font-size:clamp(32px,4.8vw,56px);font-weight:400;margin-block:8px 20px}
.lede{color:var(--ink-2);font-size:clamp(16px,1.6vw,18.5px);font-weight:300}

/* ---------- quote ---------- */
.quote-grid{display:grid;grid-template-columns:1.25fr .85fr;gap:34px;align-items:start}
.quote-form{
  background:var(--bg);
  border-radius:var(--r-lg);padding:32px;
  box-shadow:var(--sh-2);
  display:flex;flex-direction:column;gap:26px;
}
.field{display:flex;flex-direction:column;gap:10px}
.label-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.field label{font-size:14.5px;font-weight:600;color:var(--ink)}
.hint{font-size:13px;color:var(--brand-700);font-weight:500}
.row{display:grid;grid-template-columns:1fr 1fr;gap:18px}

input[type=text],input[type=date],input[type=number],select{
  width:100%;
  background:var(--bg-2);
  border:1px solid transparent;
  border-radius:12px;
  padding:13px 16px;
  font-size:16px;
  color:var(--ink);
  transition:border-color .18s, background .18s, box-shadow .18s;
}
input:focus,select:focus{
  outline:none;background:#fff;
  border-color:var(--brand);
  box-shadow:0 0 0 3px rgba(5,39,77,.16);
}
input::placeholder{color:var(--muted-2)}

/* combo */
.combo{position:relative}
.combo-list{
  position:absolute;inset-block-start:calc(100% + 6px);inset-inline:0;z-index:30;
  background:#fff;
  border-radius:14px;
  max-height:260px;overflow-y:auto;
  box-shadow:var(--sh-3);
  display:none;
}
.combo-list.open{display:block}
.combo-list li{padding:11px 15px;cursor:pointer;font-size:15.5px;display:flex;justify-content:space-between;gap:12px;transition:background .12s}
.combo-list li:hover,.combo-list li.active{background:var(--brand-050)}
.combo-list li small{color:var(--muted);font-size:13px}

.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--brand-050);color:var(--brand-700);
  border-radius:999px;padding:6px 8px 6px 14px;
  font-size:14px;font-weight:500;
}
.chip button{
  background:rgba(5,39,77,.12);border:0;border-radius:50%;
  width:24px;height:24px;line-height:1;cursor:pointer;
  color:var(--brand-700);font-size:15px;
  display:grid;place-items:center;transition:background .15s,color .15s;
}
.chip button:hover{background:#D64545;color:#fff}

/* travelers */
.travelers{display:flex;flex-direction:column;gap:10px}
.traveler{
  display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;
  background:var(--bg-2);
  border-radius:12px;padding:10px 14px;
}
.traveler .t-n{font-size:13px;color:var(--muted);font-weight:600;min-width:58px}
.traveler .t-age{display:flex;align-items:center;gap:10px}
.traveler input[type=number]{width:78px;padding:8px 10px;text-align:center;background:#fff}
.traveler .t-band{font-size:12.5px;color:var(--brand-700);white-space:nowrap;font-weight:500}
.traveler .t-del{
  background:transparent;border:0;color:var(--muted-2);cursor:pointer;font-size:18px;
  width:28px;height:28px;border-radius:8px;transition:background .15s,color .15s;
}
.traveler .t-del:hover{background:#FBE9E9;color:#D64545}

/* addons - one card per cover. No inner scroll: every option stays visible,
   and the native checkbox keeps focus, keyboard and screen-reader behaviour. */
.addons{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:12px;
}
.ad{
  position:relative;
  display:flex;flex-direction:column;
  background:#fff;border-radius:16px;
  box-shadow:var(--sh-1);
  transition:box-shadow .18s, transform .18s;
}
.ad:hover{box-shadow:var(--sh-2);transform:translateY(-2px)}
.ad.on{box-shadow:0 0 0 2px var(--brand), var(--sh-2)}

.ad-hit{
  display:flex;align-items:flex-start;gap:11px;
  padding:15px 16px 13px;cursor:pointer;
}
/* the input stays in the layout for assistive tech, the tick is what you see */
.ad-cb{
  position:absolute;width:1px;height:1px;
  margin:0;padding:0;border:0;
  clip-path:inset(50%);overflow:hidden;
}
.ad-tick{
  flex:none;margin-block-start:1px;
  width:21px;height:21px;border-radius:7px;
  box-shadow:inset 0 0 0 1.5px var(--line);
  background:#fff;
  display:grid;place-items:center;
  transition:background .16s, box-shadow .16s;
}
.ad-tick::after{
  content:'';
  width:10px;height:6px;
  /* physical sides on purpose: border-inline-end flips to the left under RTL,
     which builds the stroke from the wrong two edges and draws a chevron */
  border:2px solid #fff;border-top:0;border-right:0;
  transform:rotate(-45deg) scale(.5);
  opacity:0;transition:opacity .14s, transform .14s;
}
.ad.on .ad-tick{background:var(--brand);box-shadow:inset 0 0 0 1.5px var(--brand)}
.ad.on .ad-tick::after{opacity:1;transform:rotate(-45deg) scale(1)}
.ad-cb:focus-visible ~ .ad-tick{box-shadow:0 0 0 3px var(--brand-050), inset 0 0 0 1.5px var(--brand)}
.ad:has(.ad-cb:focus-visible){box-shadow:0 0 0 2px var(--brand), var(--sh-2)}

.ad-body{flex:1;min-width:0}
.ad-head{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.ad-name{
  font-size:15px;font-weight:500;line-height:1.4;color:var(--deep);
  flex:1;min-width:0;
}
.ad-tag{
  font-size:12px;font-weight:500;letter-spacing:.03em;
  padding:2px 8px;border-radius:999px;
  background:var(--brand-050);color:var(--brand);
  white-space:nowrap;
}
.ad-price{
  font-size:14.5px;font-weight:500;white-space:nowrap;
  color:var(--deep);font-variant-numeric:tabular-nums;
  padding:3px 10px;border-radius:999px;background:var(--bg-2);
}
.ad.free .ad-price{background:var(--ok-050);color:var(--ok)}

.ad-desc{
  margin:7px 0 0;
  font-size:13px;line-height:1.6;color:var(--muted);
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.ad.open .ad-desc{-webkit-line-clamp:unset;overflow:visible}

.ad-more{
  align-self:flex-start;
  margin:0 52px 12px;padding:2px 0;
  background:none;border:0;cursor:pointer;
  font:inherit;font-size:12.5px;color:var(--brand);
  text-decoration:underline;text-underline-offset:3px;
  border-radius:4px;
}
.ad-more:hover{color:var(--deep)}
.ad-more:focus-visible{outline:2px solid var(--brand);outline-offset:3px}

@media (max-width:560px){
  .addons{grid-template-columns:1fr}
  .ad-more{margin-inline:48px 12px}
}
@media (prefers-reduced-motion:reduce){
  .ad,.ad-tick,.ad-tick::after{transition:none}
  .ad:hover{transform:none}
}

/* result card */
.quote-result{position:sticky;top:88px}
.qr-card{
  background:#fff;
  border-radius:var(--r-lg);
  padding:30px;
  box-shadow:var(--sh-3);
}
.qr-status{font-size:13.5px;color:var(--muted);min-height:20px}
.qr-status.loading{color:var(--brand-700)}
.qr-price{display:flex;align-items:flex-start;gap:4px;margin-block:8px 2px;font-weight:600;letter-spacing:-.04em;color:var(--deep)}
.qr-cur{font-size:26px;color:var(--muted-2);margin-block-start:10px}
.qr-num{font-size:clamp(44px,5.6vw,60px);line-height:1;font-variant-numeric:tabular-nums;transition:opacity .2s}
.qr-num.pulse{opacity:.35}
.qr-meta{font-size:14px;color:var(--muted)}
.qr-lines{margin-block:22px;display:flex;flex-direction:column;gap:9px;font-size:14.5px}
.qr-lines li{display:flex;justify-content:space-between;gap:14px;color:var(--ink-2)}
.qr-lines li b{color:var(--ink);font-weight:500;font-variant-numeric:tabular-nums}
.qr-lines li.total{
  border-block-start:1px solid var(--line);padding-block-start:11px;margin-block-start:3px;
  color:var(--ink);font-weight:600;
}
.qr-note{font-size:12.5px;color:var(--muted);margin-block-start:14px;line-height:1.55}

/* ---------- steps ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{
  background:#fff;
  border-radius:var(--r);padding:26px 22px;
  box-shadow:var(--sh-1);
  transition:box-shadow .25s, transform .25s;
}
.step:hover{box-shadow:var(--sh-2);transform:translateY(-3px)}
.step-n{
  font-size:13px;font-weight:600;color:var(--brand);
  letter-spacing:.1em;display:block;margin-block-end:12px;
}
.step h3{font-size:19px;margin-block-end:8px}
.step p{font-size:14.5px;color:var(--muted);font-weight:300}

/* ---------- covers ---------- */
.covers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.cover-card{
  background:var(--bg-2);
  border-radius:var(--r);padding:22px;
  display:flex;flex-direction:column;gap:10px;
  transition:box-shadow .22s, transform .22s, background .22s;
}
.cover-card:hover{background:#fff;box-shadow:var(--sh-2);transform:translateY(-2px)}
.cover-card .c-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.cover-card h3{font-size:16.5px;font-weight:600;line-height:1.35}
.cover-card .c-price{font-size:15px;font-weight:600;color:var(--deep);white-space:nowrap;font-variant-numeric:tabular-nums}
.cover-card .c-price.inc{color:var(--ok)}
.cover-card p{font-size:14px;color:var(--muted);font-weight:300;line-height:1.6}
.cover-badge{
  align-self:flex-start;font-size:12px;font-weight:500;letter-spacing:.04em;
  padding:3px 10px;border-radius:999px;
  background:var(--brand-050);color:var(--brand-700);
}
.cover-badge.rec{background:var(--ok-050);color:var(--ok)}
.covers-empty{color:var(--muted);font-size:15.5px}

/* ---------- agent ---------- */
.section-agent{
  background:linear-gradient(180deg,var(--bg-2),var(--brand-050));
}
.agent-layout{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.agent-copy h2{font-size:clamp(30px,4.6vw,52px);font-weight:400;margin-block:8px 20px}
.agent-bullets{margin-block-start:26px;display:flex;flex-direction:column;gap:12px}
.agent-bullets li{
  position:relative;padding-inline-start:26px;font-size:15.5px;color:var(--ink-2);font-weight:300;
}
.agent-bullets li::before{
  content:"";position:absolute;inset-inline-start:0;inset-block-start:9px;
  width:9px;height:9px;border-radius:50%;
  background:var(--brand);
}

.agent-chat{
  background:#fff;
  border-radius:var(--r-lg);
  box-shadow:var(--sh-3);
  display:flex;flex-direction:column;
  height:520px;overflow:hidden;
}
.chat-head{
  display:flex;align-items:center;gap:12px;
  padding:16px 20px;
  border-block-end:1px solid var(--line);
}
.chat-avatar{
  width:36px;height:36px;border-radius:50%;flex:none;
  background:radial-gradient(circle at 35% 30%, var(--sky), #2E7FB8 78%);
}
.chat-id{display:flex;flex-direction:column;line-height:1.3}
.chat-id b{font-size:15.5px}
.chat-id small{font-size:12.5px;color:var(--muted)}
.chat-live{
  margin-inline-start:auto;font-size:12px;color:var(--ok);
  display:inline-flex;align-items:center;gap:6px;font-weight:500;
}
.chat-live::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ok)}
.chat-live.err{color:#D64545}
.chat-live.err::before{background:#D64545}

.chat-body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth;background:var(--bg-2)}
.msg{max-width:86%;padding:12px 16px;border-radius:16px;font-size:15px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}
.msg.bot{background:#fff;box-shadow:var(--sh-1);align-self:flex-start;border-start-start-radius:5px}
.msg.me{background:var(--deep);color:#fff;align-self:flex-end;border-start-end-radius:5px;font-weight:400}
.msg.typing{display:flex;gap:5px;align-items:center;padding:15px 18px}
.msg.typing i{width:7px;height:7px;border-radius:50%;background:var(--muted-2);animation:blink 1.3s infinite}
.msg.typing i:nth-child(2){animation-delay:.18s}
.msg.typing i:nth-child(3){animation-delay:.36s}
@keyframes blink{0%,60%,100%{opacity:.25}30%{opacity:1}}

.chat-suggest{display:flex;flex-wrap:wrap;gap:8px;margin-block-start:4px}
.chat-suggest button{
  background:#fff;box-shadow:var(--sh-1);border:0;
  border-radius:999px;padding:7px 14px;font-size:13.5px;cursor:pointer;color:var(--brand-700);
  transition:background .15s, box-shadow .15s;
}
.chat-suggest button:hover{background:var(--brand-050);box-shadow:var(--sh-2)}

.chat-input{display:flex;gap:10px;padding:14px 16px;border-block-start:1px solid var(--line);background:#fff}
.chat-input input{flex:1;border-radius:999px;padding:12px 18px;font-size:15px}
.chat-input button{
  background:var(--brand);color:#fff;border:0;border-radius:50%;
  width:44px;height:44px;flex:none;display:grid;place-items:center;cursor:pointer;
  transition:transform .16s, background .16s;
}
.chat-input button:hover{transform:scale(1.06);background:var(--brand-600)}
.chat-input button[disabled]{opacity:.4;pointer-events:none}

/* ---------- faq ---------- */
.faq{display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--bg-2);border-radius:var(--r);overflow:hidden;transition:background .2s, box-shadow .2s}
.faq-item.open{background:#fff;box-shadow:var(--sh-2)}
.faq-q{
  width:100%;background:transparent;border:0;cursor:pointer;
  padding:20px 24px;text-align:start;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-size:16.5px;font-weight:500;color:var(--ink);
}
.faq-q span.ic{color:var(--brand);font-size:22px;line-height:1;transition:transform .25s;flex:none}
.faq-item.open .faq-q span.ic{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .32s cubic-bezier(.4,0,.2,1)}
.faq-a p{padding:0 24px 22px;color:var(--ink-2);font-size:15px;font-weight:300;line-height:1.7}

/* ---------- footer ---------- */
.footer{background:var(--bg-2);padding:56px 0 40px;position:relative;z-index:2}
.footer-top{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap;margin-block-end:32px}
.footer-brand{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.footer-tag{width:100%;color:var(--muted);font-size:14.5px;margin-block-start:6px}
.footer-links{display:flex;gap:24px;font-size:15px;color:var(--ink-2);flex-wrap:wrap}
.footer-links a:hover{color:var(--brand-700)}
.disclaimer{
  font-size:12.5px;color:var(--muted);line-height:1.75;
  border-block-start:1px solid var(--line);padding-block-start:22px;
}
.disclaimer b{color:var(--ink-2);font-weight:600}

/* ---------- reveal ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1)}
.reveal.in{opacity:1;transform:none}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1000px){
  .quote-grid{grid-template-columns:1fr}
  .quote-result{position:static}
  .agent-layout{grid-template-columns:1fr;gap:36px}
  .steps{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  body{font-size:16px}
  .nav{padding:12px 18px;gap:14px}
  .nav-links{display:none}
  .brand-name{font-size:18px}
  .hero-track{height:460vh}
  .hero-ui{padding:0 20px 5vh}
  .story-rail{
    inset-block-start:auto;inset-block-end:74px;inset-inline:20px auto;
    transform:none;flex-direction:row;gap:0;align-items:center;
  }
  .story-rail li{padding:0 6px 0 0}
  .rail-label{display:none}
  .story-rail li.on .rail-dot{transform:scale(1.3)}
  .hero-cta{gap:14px}
  .strip-inner{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 20px 36px}
  .quote-form{padding:22px}
  .qr-card{padding:24px}
  .row{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .agent-chat{height:460px}
  .traveler{grid-template-columns:1fr auto;row-gap:8px}
  .traveler .t-n{grid-column:1/-1}
  .footer-top{flex-direction:column;gap:20px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms !important;transition-duration:.001ms !important}
  .hero-track{height:auto}
  .hero-stage{position:relative;height:100svh}
  .reveal{opacity:1;transform:none}
}


/* ============================================================
   QUOTE WIZARD - one question at a time, trusty-style
   ============================================================ */
.wsteps{display:flex;gap:6px;margin-block-end:24px;padding:0;list-style:none;counter-reset:s}
.wsteps li{
  flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
  padding:9px 8px;border-radius:10px;
  background:var(--bg-2);color:var(--muted);
  font-size:13.5px;font-weight:500;
  cursor:pointer;transition:background .2s,color .2s;
}
.wsteps li i{
  font-style:normal;width:22px;height:22px;border-radius:50%;flex:none;
  background:#fff;color:var(--muted);
  display:grid;place-items:center;font-size:12px;font-weight:600;
  box-shadow:var(--sh-1);
}
.wsteps li.on{background:var(--brand);color:#fff}
.wsteps li.on i{background:rgba(255,255,255,.22);color:#fff;box-shadow:none}
.wsteps li.done{background:var(--brand-050);color:var(--brand)}
.wsteps li.done i{background:var(--brand);color:#fff}

.wstep{display:none}
.wstep.on{display:flex;flex-direction:column;gap:18px;animation:win .35s cubic-bezier(.2,.7,.3,1)}
@keyframes win{from{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}
.wq{font-size:23px;font-weight:600;letter-spacing:-.01em}
.wh{font-size:14px;color:var(--muted)}

.wnav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-block-start:8px}

.popular{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.pop{
  display:flex;flex-direction:column;align-items:center;gap:6px;
  padding:14px 8px;border:0;border-radius:14px;
  background:var(--bg-2);cursor:pointer;
  font-size:14px;font-weight:500;color:var(--ink);
  transition:background .18s, box-shadow .18s, transform .18s;
}
.pop:hover{background:var(--bg-3);transform:translateY(-2px)}
.pop.on{background:var(--brand-050);box-shadow:inset 0 0 0 1.5px var(--brand)}
.pop .fl{width:44px;height:44px;object-fit:contain}

.durs{display:flex;gap:8px;flex-wrap:wrap}
.dur{
  padding:9px 18px;border:0;border-radius:999px;
  background:var(--bg-2);color:var(--ink);cursor:pointer;
  font-size:14px;font-weight:500;
  transition:background .18s,color .18s;
}
.dur:hover{background:var(--bg-3)}
.dur.on{background:var(--brand);color:#fff}

@media (max-width:640px){
  .wsteps li span{display:none}
  .wsteps li{padding:8px 4px}
  .popular{grid-template-columns:repeat(3,1fr)}
}

/* ============================================================
   POLISH LAYER - wizard + price card, premium pass
   ============================================================ */

/* the quote section breathes */
#quote{background:linear-gradient(180deg,#FFFFFF 0%,#EFF4F9 100%)}
.quote-form{
  padding:clamp(26px,3.4vw,42px);
  border-radius:24px;
  box-shadow:0 2px 6px rgba(5,39,77,.05), 0 34px 70px -28px rgba(5,39,77,.25);
}
.wq{font-size:clamp(22px,2.4vw,27px)}

/* step tabs: quiet until active, checkmark when done, clearly clickable */
.wsteps{gap:8px;margin-block-end:30px}
.wsteps li{
  padding:11px 10px;border-radius:999px;
  background:transparent;box-shadow:inset 0 0 0 1.5px var(--line);
  transition:background .2s,color .2s,box-shadow .2s,transform .15s;
}
.wsteps li:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 1.5px var(--muted-2)}
.wsteps li.on{background:var(--brand);box-shadow:none;color:#fff}
.wsteps li.on:hover{transform:none}
.wsteps li.done{background:var(--brand-050);box-shadow:none;color:var(--brand)}
.wsteps li.done i{font-size:0;background:var(--sun);color:var(--deep)}
.wsteps li.done i::after{content:'✓';font-size:12.5px;font-weight:600}

/* region cards: bigger, livelier, unmistakably selected */
.popular{gap:12px}
.pop{
  position:relative;
  padding:20px 10px 16px;border-radius:18px;
  background:#fff;box-shadow:var(--sh-1);
  font-size:15px;gap:9px;
}
.pop:hover{background:#fff;transform:translateY(-3px);box-shadow:var(--sh-2)}
/* .fl is now a generated navy+gold pictogram, not an emoji glyph */
.pop .fl{width:52px;height:52px;display:block;object-fit:contain;
  transition:transform .22s cubic-bezier(.2,.7,.3,1)}
.pop:hover .fl{transform:scale(1.06)}
.pop.on{
  background:#fff;
  box-shadow:0 0 0 2px var(--brand), var(--sh-2);
}
.pop.on::after{
  content:'✓';
  position:absolute;inset-block-start:8px;inset-inline-start:8px;
  width:20px;height:20px;border-radius:50%;
  background:var(--sun);color:var(--deep);
  font-size:12px;font-weight:600;
  display:grid;place-items:center;
}

/* duration chips match */
.dur{padding:11px 22px;font-size:14.5px;background:#fff;box-shadow:var(--sh-1)}
.dur:hover{background:#fff;transform:translateY(-2px);box-shadow:var(--sh-2)}
.dur.on{background:var(--brand);color:#fff;box-shadow:none}
.wstep .hint{font-size:15px;font-weight:600;color:var(--brand)}

/* nav: one dominant action */
.wnav{flex-direction:row-reverse;margin-block-start:16px}
#wNext{flex:1;max-width:360px;padding-block:16px;font-size:17px}
#wNext.pulse{animation:nudge .8s ease-out 2}
@keyframes nudge{0%{box-shadow:0 0 0 0 rgba(252,211,7,.55)}100%{box-shadow:0 0 0 16px rgba(252,211,7,0)}}

/* the price card goes deep navy - the number owns the page */
.qr-card{
  background:linear-gradient(165deg,#0B3866 0%,#05274D 55%,#041D3A 100%);
  color:#fff;
  box-shadow:0 6px 14px rgba(5,39,77,.18), 0 36px 70px -24px rgba(5,39,77,.55);
}
.qr-status{color:rgba(255,255,255,.72)}
.qr-status.loading{color:var(--sun)}
.qr-price{color:#fff}
.qr-cur{color:rgba(255,255,255,.55)}
.qr-meta{color:rgba(255,255,255,.62)}
.qr-lines li{color:rgba(255,255,255,.78)}
.qr-lines li b{color:#fff}
.qr-lines li.total{border-block-start-color:rgba(255,255,255,.18);color:#fff}
.qr-note{color:rgba(255,255,255,.66)}
.qr-card .btn{
  background:var(--sun);color:var(--deep);
  box-shadow:0 4px 10px rgba(252,211,7,.25), 0 14px 28px -10px rgba(252,211,7,.5);
}
.qr-card .btn:hover{background:#EFC400;box-shadow:0 6px 12px rgba(252,211,7,.3), 0 18px 34px -12px rgba(252,211,7,.6)}

/* restored-trip note */
.trip-note{
  margin-block-end:18px;padding:10px 16px;border-radius:999px;
  background:var(--brand-050);color:var(--brand);
  font-size:14px;font-weight:500;text-align:center;
}

/* ============================================================
   נגישות - widget + modes (WCAG 2.1 AA / ת"י 5568)
   ============================================================ */
/* physical right, NOT inset-inline-end: under dir=rtl the logical property
   resolves to the left edge, which is where the chat/assistant lives */
.a11y-root{position:fixed;bottom:22px;right:22px;z-index:9000;
  /* flex-start, not flex-end: the cross axis is the inline axis, and under
     dir=rtl inline-end resolves to the left */
  display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.a11y-btn{
  width:52px;height:52px;border-radius:50%;border:0;cursor:pointer;
  background:var(--brand);color:#fff;
  display:grid;place-items:center;
  box-shadow:0 4px 10px rgba(5,39,77,.25), 0 14px 28px -10px rgba(5,39,77,.5);
  transition:transform .18s, background .18s;
}
.a11y-btn:hover{transform:scale(1.07);background:var(--brand-600)}
.a11y-panel{
  width:min(310px,calc(100vw - 32px));
  background:#fff;color:var(--ink);
  border-radius:18px;padding:18px;
  box-shadow:0 8px 20px rgba(5,39,77,.14), 0 30px 60px -20px rgba(5,39,77,.45);
  max-height:min(76vh,600px);overflow-y:auto;
}
.a11y-head{display:flex;align-items:center;justify-content:space-between;margin-block-end:14px}
.a11y-head h2{font-size:18px;font-weight:600;margin:0}
.a11y-close{background:var(--bg-2);border:0;width:30px;height:30px;border-radius:50%;
  font-size:20px;line-height:1;cursor:pointer;color:var(--ink)}
.a11y-close:hover{background:var(--bg-3)}

.a11y-size{margin-block-end:14px}
.a11y-size-label{font-size:14px;font-weight:600;display:block;margin-block-end:8px}
.a11y-size-btns{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.a11y-size-btns button{
  padding:9px 0;border:0;border-radius:10px;cursor:pointer;
  background:var(--bg-2);color:var(--ink);font-size:14px;font-weight:600;
}
.a11y-size-btns button:hover{background:var(--bg-3)}
.a11y-size-btns button.on{background:var(--brand);color:#fff}

.a11y-list{display:flex;flex-direction:column;gap:4px}
.a11y-row{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  width:100%;padding:10px 12px;border:0;border-radius:12px;cursor:pointer;
  background:transparent;color:var(--ink);font-size:14.5px;text-align:start;
}
.a11y-row:hover{background:var(--bg-2)}
.a11y-row.on{background:var(--brand-050)}
.a11y-switch{
  position:relative;width:44px;height:24px;border-radius:999px;flex:none;
  background:#C7D0DA;transition:background .2s;
}
.a11y-row.on .a11y-switch{background:var(--brand)}
/* translateX is physical - it does NOT flip under dir=rtl */
/* left:0 anchors the thumb - without it, an absolutely positioned box with no
   inset resolves to its static position, which under dir=rtl is the right edge,
   and translateX then pushes it clean out of the track.
   Motion is RTL-natural: off sits right, on slides left. */
.a11y-thumb{
  position:absolute;top:3px;left:0;width:18px;height:18px;border-radius:50%;
  background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.3);
  transform:translateX(23px);transition:transform .2s;
}
.a11y-row.on .a11y-thumb{transform:translateX(3px)}

.a11y-reset{
  width:100%;margin-block-start:12px;padding:11px;border:0;border-radius:12px;
  background:var(--bg-2);color:var(--ink);font-size:14px;font-weight:500;cursor:pointer;
}
.a11y-reset:hover{background:var(--bg-3)}
.a11y-foot{margin-block-start:12px;text-align:center;font-size:13px}
.a11y-foot a{color:var(--brand);text-decoration:underline}

/* skip link */
.skip-link{
  position:absolute;inset-block-start:-100px;inset-inline-start:12px;z-index:9999;
  background:var(--brand);color:#fff;padding:12px 20px;border-radius:0 0 10px 10px;
  transition:inset-block-start .18s;
}
.skip-link:focus{inset-block-start:0}

/* ---------- modes ---------- */
html.a11y-font-sm{font-size:88%}
html.a11y-font-lg{font-size:115%}
html.a11y-font-xl{font-size:130%}

html.a11y-keyboard *:focus,
html.a11y-keyboard *:focus-visible{outline:3px solid #FCD307 !important;outline-offset:3px !important}

html.a11y-no-anim *,html.a11y-no-anim *::before,html.a11y-no-anim *::after{
  animation-duration:.001ms !important;transition-duration:.001ms !important;
}
html.a11y-no-anim{scroll-behavior:auto !important}

/* contrast via token overrides - never `filter` on an ancestor of the fixed widget */
html.a11y-contrast{
  --bg:#000;--bg-2:#0A0A0A;--bg-3:#141414;--line:#666;
  --ink:#FFF;--ink-2:#F0F0F0;--muted:#E4E4E4;--muted-2:#D0D0D0;
  --brand:#FFE24D;--brand-600:#FFE24D;--brand-700:#FFE24D;--brand-050:#1A1A00;
  --deep:#000;--ok:#4BE38F;--sun:#FFE24D;
}
html.a11y-contrast body{background:#000 !important;color:#fff !important}
html.a11y-contrast .section,html.a11y-contrast .strip,html.a11y-contrast .footer,
html.a11y-contrast .quote-form,html.a11y-contrast .qr-card,html.a11y-contrast .step,
html.a11y-contrast .cover-card,html.a11y-contrast .faq-item,html.a11y-contrast .agent-chat,
html.a11y-contrast .pop,html.a11y-contrast .dur,html.a11y-contrast .msg.bot,html.a11y-contrast .ad{
  background:#000 !important;color:#fff !important;box-shadow:none !important;
  border:1px solid #666 !important;
}
html.a11y-contrast .ad.on{border-color:#FFD400 !important}
html.a11y-contrast .ad-name,html.a11y-contrast .ad-desc,html.a11y-contrast .ad-more{color:#fff !important}
html.a11y-contrast .ad-price,html.a11y-contrast .ad-tag{background:#000 !important;color:#FFD400 !important;border:1px solid #666}
html.a11y-contrast .ad-tick{background:#000 !important;box-shadow:inset 0 0 0 2px #fff !important}
html.a11y-contrast .btn,html.a11y-contrast .qr-card .btn{
  background:#FFE24D !important;color:#000 !important;box-shadow:none !important;
}
html.a11y-contrast .brandband{background:#000 !important;border:1px solid #666}
html.a11y-contrast .hero-vignette{background:rgba(0,0,0,.75) !important}
html.a11y-contrast .a11y-panel{background:#000;color:#fff;border:1px solid #666}

/* invert: filter on <html> only - the one element that is not an ancestor issue */
html.a11y-invert{filter:invert(1) hue-rotate(180deg);background:#fff}
html.a11y-invert img,html.a11y-invert .hero-frame,html.a11y-invert video{
  filter:invert(1) hue-rotate(180deg);
}

html.a11y-readable,html.a11y-readable *{
  font-family:Arial,Helvetica,sans-serif !important;letter-spacing:.015em;
}
html.a11y-headings h1,html.a11y-headings h2,html.a11y-headings h3{
  outline:2px dashed #E10514 !important;outline-offset:5px;
}
html.a11y-links a,
html.a11y-links button:not([role="switch"]):not(#a11y-btn):not(.a11y-close){
  outline:2px solid #0A66C2 !important;text-decoration:underline !important;
}
html.a11y-cursor,html.a11y-cursor *{
  cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cpath d='M6 2 L6 32 L14 25 L19 37 L25 34 L20 22 L31 22 Z' fill='%23000' stroke='%23fff' stroke-width='2.5'/%3E%3C/svg%3E") 4 2, auto !important;
}

@media (max-width:760px){
  .a11y-root{bottom:16px;right:16px}
  .a11y-btn{width:46px;height:46px}
}

/* ============================================================
   REFINEMENT PASS - Rubik, quieter type, softer accent
   Everything below intentionally overrides the loud earlier layers.
   ============================================================ */

/* one typeface, everywhere */
body,
.bb-name,
.pc-card-brand,
.doc,
input, button, select, textarea{
  font-family:Rubik, system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* Rubik reads heavier than the previous face at the same weight, so the whole
   scale steps down and the headline weights come off the top end */
h1,h2,h3{font-weight:500;letter-spacing:-.015em;line-height:1.2}

.hero-title{font-size:clamp(32px,4.6vw,60px);font-weight:500;letter-spacing:-.022em;line-height:1.16}
.hero-sub{font-size:clamp(15.5px,1.4vw,18px);font-weight:300;line-height:1.7;max-width:540px}
.section-head h2{font-size:clamp(26px,3.2vw,40px);font-weight:500;margin-block:8px 16px}
.agent-copy h2{font-size:clamp(25px,3vw,37px);font-weight:500}
.lede{font-size:clamp(15.5px,1.4vw,17.5px);line-height:1.75}
.wq{font-size:clamp(19px,1.9vw,23px);font-weight:500}
.bb-name{font-size:clamp(30px,4.6vw,52px);font-weight:500}
.qr-num{font-size:clamp(40px,4.4vw,52px);font-weight:500;letter-spacing:-.03em}
.strip-item b{font-weight:500;font-size:clamp(19px,2vw,25px)}
.step h3{font-size:17.5px;font-weight:500}
.cover-card h3{font-size:16px;font-weight:500}
.brand-name{font-size:19px}
.bn-1{font-weight:300}
.bn-2{font-weight:500}
.eyebrow{font-size:12.5px;font-weight:500;letter-spacing:.14em;opacity:.9}

/* a calmer gold - the previous #FCD307 shouted over everything */
:root{--sun:#D9A441;--sun-soft:#E7C173}

/* the brand band stops being a block of saturated red and becomes a quiet
   frame around PassportCard's own mark, which is red enough on its own */
.brandband{
  background:var(--bg-2) !important;color:var(--ink) !important;
  padding:clamp(46px,5.5vw,72px) 0;
  border-block:1px solid var(--line);
}
.bb-lead{color:var(--muted) !important;font-size:13.5px;letter-spacing:.08em}
.bb-logo{filter:none !important;width:clamp(104px,11vw,140px)}
.bb-sub{color:var(--ink-2) !important;font-size:clamp(15px,1.4vw,17px);font-weight:300;max-width:620px}

/* buttons: less glow, more edge */
.btn{
  font-weight:500;font-size:16px;padding:13px 30px;
  box-shadow:0 1px 2px rgba(5,39,77,.10), 0 6px 16px -8px rgba(5,39,77,.32);
}
.btn:hover{transform:translateY(-1px);box-shadow:0 2px 5px rgba(5,39,77,.12), 0 10px 22px -10px rgba(5,39,77,.36)}
.btn-lg{padding:15px 32px;font-size:16.5px}
#wNext{padding-block:15px;font-size:16.5px}
#wNext.pulse{animation:none}

/* the price card: keep the navy, drop the neon */
.qr-card{
  background:linear-gradient(168deg,#0A3560 0%,#05274D 60%,#04203F 100%);
  box-shadow:0 3px 8px rgba(5,39,77,.14), 0 24px 48px -20px rgba(5,39,77,.4);
}
.qr-card .btn{
  background:var(--sun);color:#20180A;
  box-shadow:0 1px 3px rgba(217,164,65,.24), 0 8px 20px -10px rgba(217,164,65,.5);
}
.qr-card .btn:hover{background:var(--sun-soft);box-shadow:0 2px 6px rgba(217,164,65,.28), 0 12px 24px -10px rgba(217,164,65,.55)}

/* selection marks lose the highlighter yellow */
.pop.on::after{background:var(--brand);color:#fff}
.wsteps li.done i{background:var(--brand);color:#fff}
.wsteps li.done i::after{content:'✓'}

/* softer depth across the board */
:root{
  --sh-1:0 1px 2px rgba(5,39,77,.05);
  --sh-2:0 1px 3px rgba(5,39,77,.05), 0 8px 20px -12px rgba(5,39,77,.16);
  --sh-3:0 2px 6px rgba(5,39,77,.06), 0 20px 40px -20px rgba(5,39,77,.24);
}
.quote-form{box-shadow:0 1px 3px rgba(5,39,77,.05), 0 20px 44px -24px rgba(5,39,77,.2)}
.pop{padding:18px 10px 15px;border-radius:16px}
.pop .fl{width:46px;height:46px}
.pop:hover{transform:translateY(-2px)}

/* hero scrim: lighter, so the photography is not fighting the type */
.hero-vignette{
  background:
    linear-gradient(to top, rgba(6,18,32,.86) 0%, rgba(6,18,32,.48) 26%, rgba(6,18,32,.10) 52%, rgba(6,18,32,0) 70%),
    linear-gradient(to bottom, rgba(6,18,32,.28) 0%, rgba(6,18,32,0) 24%);
}
.hero-ui .eyebrow{color:#A9CBE6}
.beat-num{background:rgba(255,255,255,.14);font-weight:400}

/* the logo check mark follows the softer gold too */
.brand-mark path[stroke="#FCD307"]{stroke:var(--sun)}

/* a11y widget inherits the calmer tone */
.a11y-btn{box-shadow:0 2px 6px rgba(5,39,77,.18), 0 10px 22px -10px rgba(5,39,77,.4)}

/* bb-lead was 4.45:1 on the band - a hair under AA for small text */
.bb-lead{color:var(--ink-2) !important}

/* ============================================================
   DE-NOISE PASS - the hero was carrying four competing signals
   ============================================================ */

/* The accessibility launcher moves to the physical LEFT: on the right it
   overlapped the primary CTA and the price hint.
   direction:ltr on the root removes all RTL guesswork - flex-start is simply
   the left edge - and the panel switches back to rtl for its own content. */
.a11y-root{left:22px;right:auto;direction:ltr;align-items:flex-start}
.a11y-panel{direction:rtl}
@media (max-width:760px){ .a11y-root{left:16px;right:auto} }

/* The story rail and the bottom progress bar were both reporting position in
   the same story. Keeping the quieter of the two. */
.story-rail{display:none}

/* The beat number repeated what the progress bar already shows */
.beat-num{display:none}

/* Scroll hint: smaller, dimmer, and out from under the CTA */
.scroll-hint{
  inset-block-end:16px;inset-inline-start:auto;inset-inline-end:28px;
  font-size:12px;color:rgba(255,255,255,.5);gap:6px;
}
.scroll-hint svg{width:13px;height:13px}
@media (max-width:760px){ .scroll-hint{inset-inline-end:20px} }

/* CTA row: the price hint sits under the button instead of beside it, so the
   corner holds one object rather than a cluster */
.hero-cta{gap:14px;margin-block-start:28px;flex-direction:column;align-items:flex-start}
.hero-price-hint{font-size:14px;color:rgba(255,255,255,.7)}
@media (min-width:900px){
  .hero-cta{flex-direction:row;align-items:center;gap:18px}
}

/* a touch more air, a touch less shout */
.hero-title{font-size:clamp(30px,4.1vw,54px)}
.hero-sub{margin-block-start:16px;max-width:500px}
.hero-ui{padding-block-end:7vh}

/* scroll hint to true centre - inset-inline-end put it on the left under rtl,
   right on top of the accessibility launcher */
.scroll-hint{
  inset-inline:0;inset-block-end:14px;
  justify-content:center;
  pointer-events:none;
}

/* column-reverse keeps the launcher pinned at the bottom: the panel grows
   upward above it instead of shoving the button into the navbar */
.a11y-root{flex-direction:column-reverse}


/* ============================================================
   PRESS CLIPPINGS - built to read like actual newsprint
   Frank Ruhl Libre is the Hebrew newspaper serif; it is scoped to
   this section only, everything else on the site stays Rubik.
   ============================================================ */
.section-press{
  background:#DED9CE;                       /* the pinboard behind the paper */
  background-image:
    repeating-linear-gradient(90deg, rgba(0,0,0,.02) 0 1px, transparent 1px 4px);
}
.section-press .section-head h2,
.section-press .section-head .lede,
.section-press .section-head .eyebrow{color:#22303C}

/* ---- masthead ---- */
.masthead{
  background:#F2EDE1;
  padding:14px 18px 12px;
  margin:0 0 22px;
  box-shadow:0 1px 2px rgba(0,0,0,.12);
}
.mast-rule{height:3px;background:#1B1B18}
.mast-rule.thin{height:1px;margin-block:7px}
.mast-row{
  display:flex;align-items:baseline;justify-content:space-between;gap:14px;
  padding-block:8px;
}
.mast-name{
  font-family:'Frank Ruhl Libre',serif;
  font-weight:900;font-size:clamp(30px,5.5vw,54px);line-height:1;
  letter-spacing:-.01em;color:#12120F;
}
.mast-side{
  font-family:'Frank Ruhl Libre',serif;
  font-size:12px;letter-spacing:.12em;color:#4A4A42;white-space:nowrap;
}
.mast-strap{
  display:flex;justify-content:center;gap:9px;flex-wrap:wrap;
  font-family:'Frank Ruhl Libre',serif;
  font-size:12.5px;letter-spacing:.1em;color:#3A3A33;
}

/* ---- the clipping ---- */
.clips{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));
  gap:26px 22px;align-items:start;
}
.clip{
  position:relative;
  padding:20px 20px 18px;
  color:#17170F;
  background:#F4EFE2;                        /* newsprint */
  background-image:
    /* faint ink speckle, so it is not a flat digital surface */
    radial-gradient(rgba(30,25,10,.05) .6px, transparent .7px),
    radial-gradient(rgba(30,25,10,.035) .6px, transparent .7px);
  background-size:5px 5px, 8px 8px;
  background-position:0 0, 3px 4px;
  box-shadow:
    0 1px 1px rgba(0,0,0,.14),
    0 14px 26px -18px rgba(0,0,0,.55);
  transition:transform .2s cubic-bezier(.2,.7,.3,1), box-shadow .2s;
}
/* deckle edge, top and bottom */
.clip::before{
  content:'';position:absolute;inset-inline:-1px;top:-5px;height:6px;
  background:radial-gradient(circle at 5px 6px, #F4EFE2 4.4px, transparent 4.6px) repeat-x;
  background-size:10px 6px;
}
.clip::after{
  content:'';position:absolute;inset-inline:-1px;bottom:-5px;height:6px;
  background:radial-gradient(circle at 5px 0, #F4EFE2 4.4px, transparent 4.6px) repeat-x;
  background-size:10px 6px;
}
.clip:nth-child(4n+1){transform:rotate(-.7deg)}
.clip:nth-child(4n+2){transform:rotate(.5deg)}
.clip:nth-child(4n+3){transform:rotate(.35deg)}
.clip:nth-child(4n)  {transform:rotate(-.4deg)}
.clip:hover{transform:rotate(0) translateY(-4px);box-shadow:0 2px 3px rgba(0,0,0,.16), 0 24px 40px -20px rgba(0,0,0,.6)}
.clip-wide{grid-column:span 2}

/* strip of tape, only on some, like a real pinboard */
.clip:nth-child(3n+1) .clip-head::before{
  content:'';position:absolute;top:-16px;inset-inline-start:-8px;
  width:66px;height:19px;
  background:rgba(226,208,160,.55);
  box-shadow:0 1px 1px rgba(0,0,0,.12);
  transform:rotate(-4deg);
}

/* ---- masthead line inside the clipping ---- */
.clip-head{
  position:relative;
  display:flex;align-items:baseline;justify-content:space-between;gap:12px;
  padding-block-end:6px;margin-block-end:9px;
  border-block-end:2.5px solid #17170F;
}
.clip-src{
  font-family:'Frank Ruhl Libre',serif;
  font-size:15px;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:#12120F;
}
.clip-head time{
  font-family:'Frank Ruhl Libre',serif;
  font-size:12px;color:#4E4E45;font-variant-numeric:tabular-nums;
  letter-spacing:.04em;
}

/* ---- editorial type ---- */
.clip-kicker{
  margin:0 0 4px;
  font-family:'Frank Ruhl Libre',serif;
  font-size:12px;font-weight:500;letter-spacing:.16em;
  text-transform:uppercase;color:#8A2B1E;              /* section red */
}
.clip h3{
  font-family:'Frank Ruhl Libre',serif;
  font-weight:900;font-size:clamp(19px,2.1vw,23px);line-height:1.2;
  letter-spacing:-.005em;margin:0 0 6px;color:#12120F;
}
.clip-byline{
  margin:0 0 9px;padding-block-end:8px;
  border-block-end:1px solid rgba(23,23,15,.22);
  font-family:'Frank Ruhl Libre',serif;
  font-size:12px;letter-spacing:.09em;color:#4E4E45;
}
.clip p:not(.clip-kicker):not(.clip-byline){
  font-family:'Frank Ruhl Libre',serif;
  font-size:15px;line-height:1.62;color:#23231A;
  text-align:justify;hyphens:auto;
  margin:0 0 11px;
}
/* two columns with a hairline rule, the way a paper sets body text */
.clip-wide p:not(.clip-kicker):not(.clip-byline){
  column-count:2;column-gap:20px;
  column-rule:1px solid rgba(23,23,15,.2);
}
/* drop cap opens the story */
.clip p:not(.clip-kicker):not(.clip-byline)::first-letter{
  font-weight:900;font-size:2.55em;line-height:.86;
  float:right;margin-inline-start:5px;margin-block-start:3px;
  color:#12120F;
}
.clip q{font-style:italic;color:#12120F}
.clip .ltr{unicode-bidi:isolate;display:inline-block;font-style:italic}

/* jump line, like "continued on page 7" */
.clip a{
  display:inline-block;
  font-family:'Frank Ruhl Libre',serif;
  font-size:13px;font-weight:700;color:#8A2B1E;
  text-decoration:underline;text-underline-offset:3px;
  text-decoration-thickness:1px;
}
.clip a::after{content:' \25C0';font-size:9px;vertical-align:1px}
.clip a:hover{color:#12120F}
.clip a:focus-visible{outline:2px solid #8A2B1E;outline-offset:3px}

/* the one dark clipping: a boxed feature */
.clip-quote{
  background:#17170F;
  background-image:
    radial-gradient(rgba(255,255,255,.05) .6px, transparent .7px),
    radial-gradient(rgba(255,255,255,.035) .6px, transparent .7px);
  background-size:5px 5px, 8px 8px;
  box-shadow:0 14px 30px -18px rgba(0,0,0,.8);
}
.clip-quote::before,.clip-quote::after{display:none}
.clip-quote .clip-head{border-block-end-color:#F4EFE2}
.clip-quote .clip-src,.clip-quote h3,
.clip-quote p:not(.clip-kicker):not(.clip-byline)::first-letter{color:#F7F3E8}
.clip-quote .clip-head time,.clip-quote .clip-byline{color:rgba(247,243,232,.6)}
.clip-quote .clip-byline{border-block-end-color:rgba(247,243,232,.28)}
.clip-quote .clip-kicker{color:#D9A441}
.clip-quote p:not(.clip-kicker):not(.clip-byline){color:rgba(247,243,232,.86)}
.clip-quote a{color:#D9A441}
.clip-quote a:hover{color:#fff}

.clips-note{
  margin:28px 0 0;padding-block-start:12px;
  border-block-start:1px solid rgba(23,23,15,.28);
  font-size:12.5px;line-height:1.7;color:#4A4A42;max-width:70ch;
}

@media (max-width:760px){
  .clips{grid-template-columns:1fr;gap:22px}
  .clip-wide{grid-column:auto}
  .clip-wide p:not(.clip-kicker):not(.clip-byline){column-count:1}
  .clip,.clip:nth-child(4n+1),.clip:nth-child(4n+2),
  .clip:nth-child(4n+3),.clip:nth-child(4n){transform:none}
  .mast-side{display:none}
}
@media (prefers-reduced-motion:reduce){
  .clip,.clip:nth-child(4n+1),.clip:nth-child(4n+2),
  .clip:nth-child(4n+3),.clip:nth-child(4n){transform:none;transition:none}
  .clip:hover{transform:none}
}
html.a11y-readable .clip,html.a11y-readable .masthead,
html.a11y-readable .clip h3,html.a11y-readable .clip p{font-family:Arial,sans-serif !important}
html.a11y-readable .clip p::first-letter{font-size:1em;float:none;margin:0}
html.a11y-contrast .section-press{background:#000 !important}
html.a11y-contrast .clip,html.a11y-contrast .masthead{
  background:#000 !important;background-image:none !important;
  border:1px solid #666 !important;box-shadow:none !important;transform:none !important;
}
html.a11y-contrast .clip h3,html.a11y-contrast .clip p,
html.a11y-contrast .mast-name,html.a11y-contrast .mast-side,html.a11y-contrast .mast-strap{color:#fff !important}
html.a11y-contrast .clip-src,html.a11y-contrast .clip a,html.a11y-contrast .clip-kicker{color:#FFD400 !important}
html.a11y-contrast .clip::before,html.a11y-contrast .clip::after,
html.a11y-contrast .clip-head::before{display:none}
html.a11y-contrast .mast-rule{background:#666}

/* ============================================================
   PLANNER BOX + FLAGS + HANDOFF
   ============================================================ */
.planbox{
  background:var(--brand-050);
  border-radius:16px;
  padding:16px 16px 14px;
  margin:0 0 20px;
}
.pb-label{
  display:block;margin:0 0 9px;
  font-size:14.5px;font-weight:500;color:var(--deep);
}
.pb-row{display:flex;gap:10px;align-items:stretch}
.pb-row textarea{
  flex:1;min-width:0;resize:vertical;
  font:inherit;font-size:15px;line-height:1.5;
  padding:11px 13px;border-radius:12px;
  border:0;background:#fff;color:var(--deep);
  box-shadow:inset 0 0 0 1px var(--line);
}
.pb-row textarea:focus{outline:none;box-shadow:inset 0 0 0 2px var(--brand)}
.pb-row textarea::placeholder{color:#9AA7B4}
.pb-row .btn{align-self:flex-end;white-space:nowrap}
.pb-hint{margin:9px 0 0;font-size:12.5px;color:var(--muted)}

.pb-out{
  margin-block-start:12px;padding:11px 13px;
  background:#fff;border-radius:12px;
  font-size:13.5px;line-height:1.6;color:var(--deep);
}
.pb-out.miss{color:#8A4B12;background:#FDF3E5}
.pb-out-h{margin:0 0 6px;font-weight:500}
.pb-out ul{margin:0;padding-inline-start:18px}
.pb-out li{margin-block-end:2px}
.pb-out-t{margin:8px 0 0;color:var(--muted);font-size:12.5px}

/* ---- what the planner flagged, shown above the add-ons ---- */
.flags{display:grid;gap:8px;margin:0 0 14px}
.flags-head{margin:0 0 2px;font-size:13px;color:var(--muted)}
.flag{
  display:flex;flex-direction:column;gap:2px;
  padding:10px 12px;border-radius:12px;
  background:var(--brand-050);
}
.flag.warn{background:#FDF3E5}
.flag-t{font-size:14px;font-weight:500;color:var(--brand)}
.flag.warn .flag-t{color:#8A4B12}
.flag-w{font-size:12.5px;line-height:1.55;color:var(--muted)}
.flag.warn .flag-w{color:#7A5A38}

/* ---- the two exits ----
   the agent section is LIGHT (bg-2 -> brand-050), not the dark panel the chat
   sits on, so these cards are ink-on-white and never white-on-dark */
.agent-note{
  margin:14px 0 0;font-size:12.5px;line-height:1.6;
  color:var(--muted);max-width:56ch;
}
.handoff{grid-column:1 / -1;margin-block-start:44px}
.handoff h3{
  margin:0 0 14px;font-size:20px;font-weight:500;color:var(--deep);
}
.ho-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:14px;
}
.ho-card{
  background:#fff;border-radius:16px;padding:18px 18px 16px;
  box-shadow:var(--sh-1);
}
.ho-card-alt{box-shadow:0 0 0 2px var(--brand), var(--sh-2)}
.ho-card h4{margin:0 0 7px;font-size:16.5px;font-weight:500;color:var(--deep)}
.ho-card p{margin:0 0 12px;font-size:13.5px;line-height:1.65;color:var(--muted)}

.ho-sum{
  margin:0 0 12px;padding:11px 12px;
  background:var(--bg-2);border-radius:10px;
  font:inherit;font-size:12.5px;line-height:1.75;color:var(--deep);
  white-space:pre-wrap;word-break:break-word;
  max-height:190px;overflow:auto;
}
.ho-fields{display:grid;gap:9px;margin:0 0 12px}
.ho-fields input{
  font:inherit;font-size:14.5px;padding:10px 12px;
  border:0;border-radius:11px;background:var(--bg-2);color:var(--deep);
  box-shadow:inset 0 0 0 1px var(--line);
}
.ho-fields input:focus{outline:none;box-shadow:inset 0 0 0 2px var(--brand)}
.ho-actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}
.ho-fine{margin:11px 0 0;font-size:12.5px;line-height:1.6;color:var(--muted)}

@media (max-width:640px){
  .pb-row{flex-direction:column}
  .pb-row .btn{align-self:stretch}
}
html.a11y-contrast .planbox,html.a11y-contrast .flag,
html.a11y-contrast .ho-card,html.a11y-contrast .pb-out{
  background:#000 !important;border:1px solid #666 !important;box-shadow:none !important;
}
html.a11y-contrast .pb-label,html.a11y-contrast .flag-w,
html.a11y-contrast .ho-card p,html.a11y-contrast .ho-sum{color:#fff !important}
html.a11y-contrast .flag-t{color:#FFD400 !important}

/* ============================================================
   POLISH LAYER
   Systemic fixes found by measuring the live page, not by eye.
   Kept last so it wins without touching the blocks above.
   ============================================================ */

/* ---- 1. one focus ring for the whole site ----
   Only the accessibility widget's keyboard mode had a defined ring; everything
   else fell back to whatever the browser drew, which is invisible on navy. */
:focus-visible{
  outline:2px solid var(--brand);
  outline-offset:3px;
  border-radius:4px;
}
.btn:focus-visible,
.pop:focus-visible,
.dur:focus-visible,
.wsteps li:focus-visible{
  outline:2px solid var(--brand);
  outline-offset:3px;
}
/* on the navy card and the dark hero a navy ring is invisible */
.qr-card :focus-visible,
.hero :focus-visible,
.section-dark :focus-visible{outline-color:#D9A441}

/* ---- 2. reduced motion, applied once at the root ----
   Three scattered blocks covered .reveal, .clip and .ad. The hero scrub, the
   card tilt, the chip pulses and smooth anchor scrolling were still moving. */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
    scroll-behavior:auto !important;
  }
  .hero-frame,.pc-card{transform:none !important}
  .btn.pulse,.qr-num.pulse{animation:none !important}
}

/* ---- 3. text selection picked up the browser default blue,
          the one colour in the page that is not ours ---- */
::selection{background:var(--brand);color:#fff}
.section-press ::selection{background:#8A2B1E;color:#F4EFE2}

/* ---- 4. touch comfort: the two controls that sat under 24px ---- */
.chip button{flex:none}
.faq-q{min-height:48px}

/* ---- 5. tabular figures wherever a number can change in place,
          so prices and dates stop shifting width as they update ---- */
.qr-num,.qr-lines b,.ad-price,.c-price,.hero-price-hint b,.strip-item b{
  font-variant-numeric:tabular-nums;
}

/* ---- 6. long unbroken strings (a destination name, a policy name)
          were able to push a card wider than its column ---- */
.ad-name,.cover-card h3,.clip h3,.chip span,.pop span{overflow-wrap:anywhere}

/* ---- 7. the planner's textarea inherited the OS font ---- */
#pbText{font-family:inherit}

/* ---- 8. print: the quote is the one thing people actually print ---- */
@media print{
  .nav,.hero,.a11y-btn,.a11y-panel,.agent-chat,.section-press,.handoff{display:none !important}
  .qr-card{background:#fff !important;color:#000 !important;box-shadow:none !important}
  .qr-num,.qr-lines b,.qr-status,.qr-meta{color:#000 !important}
  body{font-size:12pt}
}

/* the UA default for b/strong is 700, which Rubik does not ship here and the
   browser was faking. 600 is the heaviest weight actually loaded. */
b,strong{font-weight:600}

/* ---- voice input ---- */
.pb-btns{display:flex;flex-direction:column;gap:8px;justify-content:flex-end}
.mic{
  display:inline-flex;align-items:center;gap:7px;
  min-height:40px;padding:0 14px;
  border:0;border-radius:999px;cursor:pointer;
  font:inherit;font-size:14px;font-weight:500;
  background:#fff;color:var(--brand);
  box-shadow:inset 0 0 0 1px var(--line);
  transition:background .16s, box-shadow .16s, color .16s;
  white-space:nowrap;
}
.mic:hover{box-shadow:inset 0 0 0 1.5px var(--brand)}
.mic[disabled]{opacity:.6;cursor:progress}
.mic.rec{
  background:#C42B2B;color:#fff;
  box-shadow:inset 0 0 0 1px #C42B2B, 0 0 0 4px rgba(196,43,43,.16);
  font-variant-numeric:tabular-nums;
}
.mic.rec svg{animation:micpulse 1.1s ease-in-out infinite}
@keyframes micpulse{0%,100%{opacity:1}50%{opacity:.45}}

.pb-heard{
  margin:0 0 9px;padding-block-end:9px;
  border-block-end:1px solid var(--line);
  font-size:13.5px;line-height:1.6;color:var(--ink-2);
}

@media (max-width:640px){
  .pb-btns{flex-direction:row}
  .pb-btns .btn,.mic{flex:1;justify-content:center}
}
@media (prefers-reduced-motion:reduce){ .mic.rec svg{animation:none} }
html.a11y-contrast .mic{background:#000 !important;color:#FFD400 !important;box-shadow:inset 0 0 0 1px #666 !important}

/* the planner box carries its own next step, so the traveller never has to hunt
   for one after the box has already prepared everything */
.pb-actions{
  display:flex;gap:9px;flex-wrap:wrap;align-items:center;
  margin-block-start:14px;padding-block-start:13px;
  border-block-start:1px solid var(--line);
}
@media (max-width:560px){
  .pb-actions{flex-direction:column;align-items:stretch}
  .pb-actions .btn{width:100%;text-align:center}
}

/* ---- one decision point on the price card ---- */
.qr-lead{
  display:block;margin-block-start:11px;
  text-align:center;font-size:13.5px;font-weight:500;
  color:rgba(255,255,255,.85);
  text-decoration:underline;text-underline-offset:3px;
  border-radius:4px;
}
.qr-lead:hover{color:#fff}
.qr-steps{
  margin:16px 0 0;padding:13px 0 0;
  border-block-start:1px solid rgba(255,255,255,.16);
  list-style:none;counter-reset:qs;
  display:grid;gap:8px;
}
.qr-steps li{
  counter-increment:qs;
  position:relative;padding-inline-start:30px;
  font-size:13px;line-height:1.55;color:rgba(255,255,255,.75);
}
.qr-steps li::before{
  content:counter(qs);
  position:absolute;inset-inline-start:0;top:1px;
  width:20px;height:20px;border-radius:50%;
  background:rgba(255,255,255,.14);color:#fff;
  font-size:11.5px;font-weight:500;
  display:grid;place-items:center;
}
html.a11y-contrast .qr-lead{color:#FFD400 !important}

/* ---- the agent's own logo ----
   Appears only where the person is the message: the callback card and the
   legal block. Never in the navbar - that identity belongs to חופשה חכמה. */
.ho-logo{
  display:block;width:86px;height:auto;
  margin-block-end:12px;
  border-radius:8px;
}
.footer-agent{
  display:flex;align-items:center;gap:16px;
  margin-block-end:20px;
}
.footer-agent img{
  width:96px;height:auto;flex:none;
  background:#fff;border-radius:12px;padding:8px;
  box-shadow:var(--sh-1);
}
.footer-agent p{margin:0;font-size:13.5px;line-height:1.8;color:var(--muted)}
.footer-agent b{color:var(--ink-2)}
.footer-agent a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}
@media (max-width:560px){
  .footer-agent{flex-direction:column;align-items:flex-start;gap:10px}
}
html.a11y-contrast .footer-agent img{background:#fff !important}

/* whatsapp-flavoured lead actions */
.btn-wa{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn-wa svg{flex:none}
.qr-lead{display:flex;align-items:center;justify-content:center;gap:7px}
.qr-lead svg{flex:none;color:#5AD37E}

/* ---- voice flow: three unmistakable states ---- */
.pb-steps{
  display:flex;gap:6px;flex-wrap:wrap;
  list-style:none;counter-reset:pbs;
  margin:0 0 13px;padding:0;
}
.pb-steps li{
  counter-increment:pbs;
  display:inline-flex;align-items:center;gap:6px;
  font-size:12.5px;color:var(--muted);
  background:#fff;border-radius:999px;padding:5px 12px 5px 6px;
}
.pb-steps li::before{
  content:counter(pbs);
  width:18px;height:18px;border-radius:50%;
  background:var(--brand-050);color:var(--brand);
  font-size:11px;font-weight:500;
  display:grid;place-items:center;
}
.pb-steps li:last-child{background:var(--brand);color:rgba(255,255,255,.92)}
.pb-steps li:last-child::before{background:rgba(255,255,255,.18);color:#fff}

.planbox.is-rec{box-shadow:0 0 0 2px #C42B2B, 0 8px 26px -12px rgba(196,43,43,.35)}
.planbox.is-work{box-shadow:0 0 0 2px var(--brand)}
.pb-rec{
  display:flex;align-items:center;gap:12px;flex-wrap:wrap;
  background:#fff;border-radius:12px;
  padding:13px 15px;
}
.pb-rec-live{display:flex;align-items:center;gap:9px;flex:1;min-width:220px;font-size:14.5px;color:var(--deep)}
.pb-rec-dot{
  width:11px;height:11px;border-radius:50%;flex:none;
  background:#C42B2B;
  animation:recblink 1.1s ease-in-out infinite;
}
.is-work .pb-rec-dot{background:var(--brand);animation:recblink 1.1s ease-in-out infinite}
@keyframes recblink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}
.pb-timer{
  font-size:19px;font-weight:500;color:#C42B2B;
  font-variant-numeric:tabular-nums;min-width:52px;text-align:center;
}
.pb-rec .btn{background:#C42B2B}
.pb-rec .btn:hover{background:#A82222}
@media (prefers-reduced-motion:reduce){.pb-rec-dot{animation:none}}
html.a11y-contrast .pb-rec{background:#000 !important;border:1px solid #666}
html.a11y-contrast .pb-rec-live,html.a11y-contrast .pb-timer{color:#fff !important}
html.a11y-contrast .pb-steps li{background:#000 !important;color:#fff !important;border:1px solid #666}

/* display:flex on .pb-row was overriding the hidden attribute */
.planbox [hidden]{display:none !important}

/* callback-number field, shared by the planner box and the handoff card */
.pb-phone{display:flex;flex-direction:column;gap:5px;min-width:200px;flex:1}
.pb-phone label{font-size:13px;font-weight:500;color:var(--deep)}
.pb-phone input{
  font:inherit;font-size:15px;padding:10px 12px;
  border:0;border-radius:11px;background:#fff;color:var(--deep);
  box-shadow:inset 0 0 0 1px var(--line);
  font-variant-numeric:tabular-nums;direction:ltr;text-align:right;
}
.ho-card .pb-phone{margin:0 0 12px}
.ho-card .pb-phone input{background:var(--bg-2)}
.pb-phone input:focus{outline:none;box-shadow:inset 0 0 0 2px var(--brand)}
.pb-phone input.is-bad{box-shadow:inset 0 0 0 2px #C42B2B}
.ph-err{font-size:12.5px;color:#A82222}
.pb-actions{align-items:flex-end}

/* ============================================================
   MOBILE PASS - the phone is the first screen, not the fallback.
   Everything here is additive and kept last so it wins.
   ============================================================ */

/* ---- solid nav for pages with no dark hero, and while the menu is open.
   Mirrors .is-stuck, which only ever fired on the homepage before. ---- */
.nav.nav-solid,.nav.menu-open{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px) saturate(1.6);
  box-shadow:0 1px 0 var(--line), 0 6px 20px -14px rgba(13,27,42,.4);
  color:var(--ink);
}
.nav.nav-solid .brand-mark,.nav.menu-open .brand-mark{color:var(--brand)}
.nav.nav-solid .nav-links{color:var(--ink-2);opacity:1}
.nav.nav-solid .nav-links a:hover{color:var(--brand-700)}

/* ---- burger ---- */
.nav-burger{
  display:none;
  width:44px;height:44px;flex:none;
  border:0;border-radius:12px;cursor:pointer;
  background:transparent;color:currentColor;
  place-items:center;
  transition:background .18s;
}
.nav-burger:hover{background:rgba(127,146,166,.14)}
.nav-burger svg{display:block}
.nav-burger path{transition:transform .22s cubic-bezier(.2,.7,.3,1), opacity .18s;transform-origin:12px 12px}
.nav-burger.open .nb-1{transform:translateY(5px) rotate(45deg)}
.nav-burger.open .nb-2{opacity:0}
.nav-burger.open .nb-3{transform:translateY(-5px) rotate(-45deg)}

/* ---- the menu sheet ---- */
.mnav{
  position:fixed;inset-inline:0;top:0;z-index:75;
  background:#fff;color:var(--ink);
  padding:calc(72px + env(safe-area-inset-top)) 20px 22px;
  border-radius:0 0 22px 22px;
  box-shadow:0 30px 60px -20px rgba(5,39,77,.35);
  animation:mnav-in .24s cubic-bezier(.2,.7,.3,1);
}
@keyframes mnav-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}
.mnav-links{display:flex;flex-direction:column}
.mnav-links a{
  display:flex;align-items:center;
  min-height:52px;padding:0 6px;
  font-size:17px;font-weight:500;color:var(--ink);
  border-block-end:1px solid var(--bg-2);
  border-radius:8px;
}
.mnav-links a:last-child{border-block-end:0}
.mnav-links a:active{background:var(--bg-2)}
.mnav-cta{margin-block-start:14px;padding-block:15px}
.mnav-backdrop{
  position:fixed;inset:0;z-index:70;
  background:rgba(9,22,36,.45);
  backdrop-filter:blur(2px);
  animation:mnav-fade .24s ease;
}
@keyframes mnav-fade{from{opacity:0}to{opacity:1}}
html.mnav-lock,html.mnav-lock body{overflow:hidden}
@media (min-width:761px){
  .mnav,.mnav-backdrop{display:none !important}
}

/* ---- sticky CTA bar on destination guides ---- */
.mcta{
  position:fixed;inset-inline:0;bottom:0;z-index:60;
  display:none;
  padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px) saturate(1.5);
  box-shadow:0 -1px 0 var(--line), 0 -10px 30px -18px rgba(5,39,77,.35);
  transition:transform .28s cubic-bezier(.2,.7,.3,1);
}
.mcta.away{transform:translateY(120%)}
.mcta-btn{width:100%;padding-block:15px;font-size:16.5px}

@media (max-width:760px){
  /* burger appears, CTA + burger sit together at the inline end */
  .nav-burger{display:grid}
  .nav{gap:10px}
  .nav .btn-sm{margin-inline-start:auto}
  .mcta{display:block}
  /* the launcher climbs above the fixed bars */
  html.has-mcta .a11y-root{bottom:calc(74px + env(safe-area-inset-bottom))}
}

/* ============================================================
   Mobile quote bar - the price follows the traveller through the
   wizard instead of hiding below it.
   ============================================================ */
.mqbar{
  position:fixed;inset-inline:0;bottom:0;z-index:60;
  display:none;
  align-items:center;gap:14px;
  padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  background:linear-gradient(168deg,#0A3560 0%,#05274D 60%,#04203F 100%);
  color:#fff;
  box-shadow:0 -10px 30px -14px rgba(5,39,77,.55);
  transform:translateY(120%);
  transition:transform .28s cubic-bezier(.2,.7,.3,1);
}
.mqbar.show{transform:none}
.mqbar.away{transform:translateY(120%)}
.mq-price{
  display:flex;flex-direction:column;line-height:1.25;min-width:0;
  background:none;border:0;padding:0;color:inherit;text-align:start;cursor:pointer;
}
.mq-num{
  font-size:22px;font-weight:500;letter-spacing:-.02em;
  font-variant-numeric:tabular-nums;white-space:nowrap;direction:ltr;
}
.mq-cap{font-size:11.5px;color:rgba(255,255,255,.66);white-space:nowrap}
.mqbar .btn{
  margin-inline-start:auto;flex:none;
  background:var(--sun);color:#20180A;
  padding:12px 22px;font-size:15px;
  box-shadow:0 1px 3px rgba(217,164,65,.24), 0 8px 20px -10px rgba(217,164,65,.5);
}
@media (max-width:760px){
  .mqbar{display:flex}
  html.has-mqbar .a11y-root{bottom:calc(78px + env(safe-area-inset-bottom))}
}
@media (prefers-reduced-motion:reduce){
  .mnav,.mnav-backdrop{animation:none}
  .mcta,.mqbar{transition:none}
}

/* ============================================================
   Touch comfort + safe areas
   ============================================================ */
/* the notch never eats the fixed chrome */
.nav{padding-top:calc(16px + env(safe-area-inset-top))}
.nav.is-stuck{padding-top:calc(11px + env(safe-area-inset-top))}
.a11y-root{bottom:calc(22px + env(safe-area-inset-bottom))}
@media (max-width:760px){
  .nav{padding-top:calc(12px + env(safe-area-inset-top))}
  .a11y-root{bottom:calc(16px + env(safe-area-inset-bottom))}

  /* iOS zooms any focused control under 16px - so nothing is under 16px */
  .chat-input input,.pb-row textarea,.pb-phone input,.ho-fields input,
  input[type=text],input[type=date],input[type=number],select,textarea{font-size:16px}

  /* every tappable thing reaches ~44px */
  .combo-list li{min-height:44px;align-items:center}
  .chat-suggest button{min-height:42px;padding-block:9px}
  .mic{min-height:44px}
  .chip{min-height:36px}
  .chip button{width:28px;height:28px}
  .qr-lead{min-height:44px}
  .dur{min-height:44px}
  .clip a{padding-block:10px}
  .crumbs a{display:inline-block;padding-block:6px}
  .dest-toc a{padding:11px 16px}
  .dest-others a{min-height:44px;justify-content:center}
  .footer-links{gap:4px 18px}
  .footer-links a{display:inline-flex;align-items:center;min-height:44px}
  .footer-agent a{display:inline-block;padding-block:8px}

  /* the hero CTA owns the row */
  .hero-cta .btn-lg{width:100%;justify-content:center}
  .hero-copy{max-width:100%}

  /* wizard nav: both actions comfortably thumbable */
  .wnav{gap:10px}
  #wBack{min-height:48px}
  #wNext{max-width:none;min-height:48px}

  /* the price card arrives right after the form with room to breathe */
  .quote-grid{gap:26px}
}

/* very narrow phones */
@media (max-width:380px){
  .brand-name{font-size:16.5px}
  .nav .btn-sm{padding:9px 14px;font-size:13.5px}
  .strip-inner{grid-template-columns:1fr 1fr;gap:10px}
  .popular{grid-template-columns:repeat(2,1fr)}
  .mq-num{font-size:20px}
}

/* high-contrast mode covers the new chrome */
html.a11y-contrast .mnav,html.a11y-contrast .mcta,html.a11y-contrast .mqbar{
  background:#000 !important;color:#fff !important;
  border:1px solid #666 !important;box-shadow:none !important;
}
html.a11y-contrast .mnav-links a{color:#fff;border-block-end-color:#333}
html.a11y-contrast .nav.nav-solid,html.a11y-contrast .nav.menu-open,
html.a11y-contrast .nav.is-stuck{background:#000 !important;color:#fff !important}
