/* autobusas.lt landing redesign — scoped under .ab-landing */
/* ═══════════════════════════════════════════════════════════════
   autobusas.lt dizaino sistema
   Spalvos: oranžinė tik veiksmui ir gyvybei. Rašalas — autoritetui.
   Tipografija: Inter, griežtas mastelis. Erdvė — pagrindinis įrankis.
   ═══════════════════════════════════════════════════════════════ */
.ab-landing{
  --orange:#FF5F1F;
  --orange-deep:#E84E10;
  --ink:#17111B;
  --ink-soft:#241C29;
  --text:#2A2230;
  --muted:#6E6879;
  --ghost:#A39CAE;
  --line:#ECE9F0;
  --line-strong:#E0DDE5;
  --bg:#FFFFFF;
  --bg-soft:#FAF9FB;
  --map:#F4F2EE;
  /* tipografijos mastelis */
  --fs-h1:clamp(33px,4.2vw,52px);
  --fs-h2:clamp(23px,2.6vw,32px);
  --fs-h3:19px;
  --fs-body:16px;
  --fs-lead:17.5px;
  --fs-small:13.5px;
  --spine-x:39px;
  /* erdvės mastelis */
  --s2:12px; --s3:20px; --s4:32px; --s5:52px; --s6:84px; --s7:128px;
  --r-card:20px; --r-field:12px; --r-btn:14px;
  --max:1160px;
}
.ab-landing *{margin:0;padding:0;box-sizing:border-box}
.ab-landing{scroll-behavior:smooth;scroll-padding-top:88px}
html{scroll-behavior:smooth}
.ab-landing{
  font-family:'Inter','Helvetica Neue',Arial,sans-serif;
  color:var(--text);background:var(--bg);
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  font-size:var(--fs-body);line-height:1.6;
}
.ab-landing a{color:inherit;text-decoration:none}
.ab-landing .wrap{max-width:var(--max);margin:0 auto;padding:0 28px}
.ab-landing h1,.ab-landing h2,.ab-landing h3{color:var(--ink);letter-spacing:-.022em;line-height:1.08}
.ab-landing ::selection{background:rgba(255,95,31,.18)}
.ab-landing section[id]{scroll-margin-top:84px}
.ab-landing a:focus-visible,.ab-landing button:focus-visible,.ab-landing summary:focus-visible{
  outline:2px solid var(--orange);outline-offset:3px;border-radius:6px;
}

/* ═══ MARŠRUTO STUBURAS: puslapis kaip kelionė iš A į B ═══
   Viena punktyrinė linija eina per visą puslapį; sekcijos — stotelės. */
.ab-landing .sp .wrap{position:relative;padding-left:104px}
.ab-landing .sp .wrap::before{
  content:'';position:absolute;left:var(--spine-x);top:0;bottom:0;
  border-left:2px dotted var(--line-strong);
}
.ab-landing .node{
  position:absolute;left:calc(var(--spine-x) - 5px);top:10px;
  width:12px;height:12px;border-radius:50%;
  background:#fff;border:2.5px solid var(--ink);z-index:1;
}
/* Startas hero: linija prasideda nuo A taško */
.ab-landing .hero.sp .wrap::before{top:128px}
.ab-landing .hero .node{
  top:118px;left:calc(var(--spine-x) - 8px);
  width:18px;height:18px;border-width:3px;border-color:var(--orange);
  box-shadow:0 0 0 7px rgba(255,95,31,.10);
}
/* Finalas: linija šviesi ir baigiasi tikslo pin'u */
.ab-landing .final.sp .wrap::before{
  border-left-color:rgba(255,255,255,.22);
  top:0;bottom:auto;height:78px;
}
.ab-landing .final .pin{
  position:absolute;left:calc(var(--spine-x) - 12px);top:78px;
  width:24px;height:30px;
}
.ab-landing .final .pin svg{width:100%;height:100%;display:block}

/* Scroll autobusiukas — važiuoja stuburu kartu su skaitytoju */
.ab-landing #spine-bus{
  position:fixed;left:0;top:42vh;z-index:40;
  width:28px;height:28px;margin-left:-14px;
  pointer-events:none;opacity:0;transition:opacity .25s ease;
}
.ab-landing #spine-bus.on{opacity:1}
.ab-landing #spine-bus .disc{
  width:28px;height:28px;border-radius:50%;background:var(--ink);
  box-shadow:0 0 0 2.5px #fff,0 4px 12px rgba(23,17,27,.25);
  display:flex;align-items:center;justify-content:center;
}
.ab-landing #spine-bus svg{width:15px;height:15px;display:block}
@media (prefers-reduced-motion:reduce){.ab-landing #spine-bus{display:none}}

/* ── Antraštė ── */
.ab-landing header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.88);
  -webkit-backdrop-filter:saturate(1.6) blur(14px);backdrop-filter:saturate(1.6) blur(14px);
  border-bottom:1px solid var(--line);
}
.ab-landing .nav{display:flex;align-items:center;gap:36px;height:68px}
.ab-landing .logo{display:inline-flex;align-items:center;font-size:19px;font-weight:800;color:var(--orange);letter-spacing:-.02em}
.ab-landing .logo svg{width:21px;height:21px;flex:none}
.ab-landing .logo b{color:var(--orange);font-weight:800}
.ab-landing .nav-links{display:flex;gap:28px;margin-left:6px}
.ab-landing .nav-links a{font-size:14px;font-weight:600;color:var(--muted);transition:color .15s}
.ab-landing .nav-links a:hover{color:var(--ink)}
.ab-landing .nav .cta{
  margin-left:auto;display:inline-flex;align-items:center;
  height:42px;padding:0 20px;border-radius:11px;
  background:var(--ink);color:#fff;font-size:14px;font-weight:700;
  transition:background .15s;
}
.ab-landing .nav .cta:hover{background:var(--orange)}

/* ── HERO: produktas pirmame ekrane, tinklas fone ── */
.ab-landing .hero{position:relative;overflow:hidden;background:var(--bg)}
.ab-landing .hero-map{
  position:absolute;top:0;right:0;bottom:0;width:62%;min-width:620px;
  pointer-events:none;user-select:none;opacity:1;
  background:#F5F3F0;
  overflow:hidden;
  -webkit-mask-image:none;
  mask-image:none;
}
/* Soft fades via overlay (not tile-pane mask — that broke Leaflet tiles) */
.ab-landing .hero-map::after{
  content:"";
  position:absolute;inset:0;z-index:6;pointer-events:none;
  background:
    linear-gradient(90deg,
      #fff 0%,
      rgba(255,255,255,.95) 6%,
      rgba(255,255,255,.55) 18%,
      rgba(255,255,255,.15) 32%,
      transparent 46%),
    linear-gradient(180deg,
      transparent 0%,
      transparent 62%,
      rgba(255,255,255,.35) 78%,
      rgba(255,255,255,.82) 90%,
      #fff 100%);
}
.ab-landing .hero-map > svg#hm{width:100%;height:100%;display:block;position:relative;z-index:0}
/* Leaflet overlay SVG only — do NOT target .leaflet-zoom-animated (breaks tiles/layout) */
.ab-landing #live-hero-map .leaflet-overlay-pane > svg{
  width:auto!important;height:auto!important;max-width:none!important;max-height:none!important;
}
/* Live Leaflet map — paper-tinted Carto tiles matching the SVG mock palette.
   Leaflet adds .leaflet-container onto #live-hero-map itself (not a child),
   so size/position rules must target the host + that class together. */
.ab-landing #live-hero-map,
.ab-landing #live-hero-map.leaflet-container{
  position:absolute!important;inset:0!important;z-index:1;
  width:100%!important;height:100%!important;
  background:#F5F3F0;margin:0;padding:0;border:0;
  isolation:auto!important;
}
.ab-landing #live-hero-map .leaflet-abBase-pane,
.ab-landing #live-hero-map .leaflet-abLabels-pane{
  /* Paper tint on base only — see block near file end; labels stay crisp */
  filter:none;
  -webkit-mask-image:none;
  mask-image:none;
}
.ab-landing #live-hero-map .leaflet-control-container{display:none}
.ab-landing .ab-live-pin{
  background:transparent!important;border:none!important;
}
.ab-landing .hero-inner{position:relative;z-index:5;padding:88px 0 96px;max-width:620px}
.ab-landing .hero h1{font-size:var(--fs-h1);font-weight:800;max-width:14ch}
.ab-landing .hero .sub{
  margin-top:24px;max-width:44ch;
  font-size:var(--fs-lead);line-height:1.65;color:var(--muted);
}
.ab-landing .hero .sub strong{color:var(--text);font-weight:600}

/* Planavimo kortelė — booking sistemos kalba, vienas didelis veiksmas */
.ab-landing .planner{
  display:block;margin-top:44px;max-width:560px;cursor:pointer;
  background:#fff;border:1px solid var(--line-strong);border-radius:var(--r-card);
  box-shadow:0 1px 2px rgba(23,17,27,.04),0 20px 44px -22px rgba(23,17,27,.15);
  padding:18px;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.ab-landing .planner:hover{
  transform:translateY(-3px);border-color:#D3CEDA;
  box-shadow:0 2px 4px rgba(23,17,27,.05),0 32px 64px -24px rgba(23,17,27,.24);
}
.ab-landing .p-grid{display:grid;grid-template-columns:1fr;gap:10px}
.ab-landing .p-cell{
  border:1px solid var(--line-strong);border-radius:var(--r-field);
  padding:11px 15px 12px;background:#fff;min-width:0;
}
.ab-landing .p-cell small{
  display:block;font-size:10.5px;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:var(--ghost);margin-bottom:3px;
}
.ab-landing .p-cell span{
  display:block;font-size:15px;font-weight:600;color:var(--ink);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ab-landing .p-cell.hint span{color:var(--ghost);font-weight:500}
.ab-landing .p-cta{
  margin-top:12px;display:flex;align-items:center;justify-content:center;gap:11px;
  height:56px;border-radius:var(--r-btn);
  background:var(--orange);color:#fff;font-size:16.5px;font-weight:700;
  transition:background .15s;
}
.ab-landing .planner:hover .p-cta{background:var(--orange-deep)}
.ab-landing .p-cta svg{width:17px;height:17px}
.ab-landing .hero-note{
  margin-top:18px;font-size:var(--fs-small);color:var(--ghost);font-weight:500;
  display:flex;align-items:center;gap:8px;
}
.ab-landing .hero-note svg{width:14px;height:14px;color:var(--orange);flex:none}

/* ── Sekcijų sistema ── */
.ab-landing section{padding:var(--s7) 0}
.ab-landing .sec-head{max-width:60ch;margin-bottom:var(--s6);padding-top:2px}
.ab-landing .sec-head h2{font-size:var(--fs-h2);font-weight:800}
.ab-landing .sec-head p{margin-top:16px;font-size:17px;color:var(--muted);max-width:52ch}

/* ── Kaip veikia: redakcinė laiko juosta ── */
.ab-landing .how{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.ab-landing .how-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:96px;align-items:center}
.ab-landing .steps{display:flex;flex-direction:column;gap:44px;counter-reset:step;position:relative}
.ab-landing .steps::before{content:'';position:absolute;left:19px;top:14px;bottom:14px;border-left:2px dotted var(--line-strong)}
.ab-landing .step{position:relative;padding-left:66px}
.ab-landing .step::before{
  counter-increment:step;content:counter(step);
  position:absolute;left:0;top:-2px;
  width:40px;height:40px;border-radius:50%;
  background:#fff;border:2px solid var(--ink);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:700;color:var(--ink);
}
.ab-landing .step h3{font-size:var(--fs-h3);font-weight:700;margin-bottom:10px}
.ab-landing .step p{font-size:15.5px;color:var(--muted);max-width:52ch}
.ab-landing .step p b{color:var(--text);font-weight:600}

/* Produkto įrodymas — booking kortelė, atkurta CSS priemonėmis */
.ab-landing .proof{margin:0}
.ab-landing .proof-card{
  background:#fff;border:1px solid var(--line-strong);border-radius:var(--r-card);
  box-shadow:0 1px 2px rgba(23,17,27,.04),0 28px 60px -28px rgba(23,17,27,.20);
  padding:26px 26px 22px;
  font-variant-numeric:tabular-nums;
}
.ab-landing .pc-head{font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--ghost)}
.ab-landing .pc-date{font-size:15px;font-weight:700;color:var(--ink);margin:12px 0 18px}
.ab-landing .pc-leg{display:flex;align-items:center;gap:14px}
.ab-landing .pc-leg .t{width:52px;font-size:16px;font-weight:800;color:var(--ink)}
.ab-landing .pc-leg .dot{width:11px;height:11px;border-radius:50%;background:#fff;border:2.5px solid var(--ink);flex:none}
.ab-landing .pc-leg .dot.end{background:var(--ink)}
.ab-landing .pc-leg .city{font-size:16px;font-weight:700;color:var(--ink)}
.ab-landing .pc-dur{display:flex;align-items:center;gap:14px;margin:2px 0}
.ab-landing .pc-dur i{width:52px;flex:none}
.ab-landing .pc-dur i::after{content:'';display:block;margin-left:70px;height:26px;border-left:2px dotted var(--line-strong)}
.ab-landing .pc-dur em{font-style:normal;font-size:12.5px;font-weight:600;color:var(--muted);background:var(--bg-soft);border-radius:999px;padding:4px 12px}
.ab-landing .pc-meta{
  display:flex;justify-content:space-between;gap:16px;
  margin-top:20px;padding-top:16px;border-top:1px solid var(--line);
}
.ab-landing .pc-meta small{display:block;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ghost);margin-bottom:3px}
.ab-landing .pc-meta b{font-size:16px;font-weight:700;color:var(--ink)}
.ab-landing .pc-meta div:last-child{text-align:right}
.ab-landing .pc-total{
  display:flex;justify-content:space-between;align-items:baseline;gap:16px;
  margin-top:16px;padding-top:14px;border-top:1px solid var(--line);
}
.ab-landing .pc-total small{font-size:14px;font-weight:700;color:var(--ink)}
.ab-landing .pc-total b{font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}
.ab-landing .pc-vat{margin-top:4px;text-align:right;font-size:12px;color:var(--ghost)}
.ab-landing .proof figcaption{
  margin-top:14px;text-align:center;
  font-size:12.5px;font-weight:500;color:var(--ghost);
}

/* ── Kodėl: redakcinės eilutės ── */
.ab-landing .values .row{
  display:grid;grid-template-columns:minmax(220px,340px) 1fr;gap:48px;
  padding:38px 0;border-top:1px solid var(--line);
}
.ab-landing .values .row:last-child{border-bottom:1px solid var(--line)}
.ab-landing .values h3{font-size:21px;font-weight:700;letter-spacing:-.015em}
.ab-landing .values p{font-size:16px;color:var(--muted);max-width:60ch}
.ab-landing .values p b{color:var(--text);font-weight:600}

/* ── Kelionių tipai: sąrašas + viena nuotrauka (override later) ── */

/* ── Dydžiai: rami statistikos juosta ── */
.ab-landing .sizes{padding:var(--s6) 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-soft)}
.ab-landing .sizes .wrap{display:flex;align-items:baseline;gap:56px;flex-wrap:wrap}
.ab-landing .sizes h2{font-size:19px;font-weight:700;letter-spacing:-.01em;max-width:16ch}
.ab-landing .sizes .list{margin-left:auto;display:flex;gap:64px;flex-wrap:wrap}
.ab-landing .sizes .item small{display:block;font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--ghost);margin-bottom:6px}
.ab-landing .sizes .item b{font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}
.ab-landing .sizes .item b i{font-style:normal;color:var(--orange)}

/* ── DUK ── */
.ab-landing .faq-list{max-width:780px}
.ab-landing details{border-bottom:1px solid var(--line-strong)}
.ab-landing details summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:24px 2px;font-size:17px;font-weight:600;color:var(--ink);
}
.ab-landing details summary::-webkit-details-marker{display:none}
.ab-landing details summary::after{
  content:'+';font-size:22px;font-weight:400;color:var(--ghost);
  transition:transform .2s;flex:none;line-height:1;
}
.ab-landing details[open] summary::after{transform:rotate(45deg);color:var(--orange)}
.ab-landing details .a{padding:0 2px 26px;font-size:15.5px;color:var(--muted);max-width:64ch}

/* ── Finalas: tamsi brand juosta ── */
.ab-landing .final{background:var(--ink);color:#fff;text-align:left;padding:64px 0 110px}
.ab-landing .final h2{color:#fff;font-size:clamp(26px,3.4vw,40px);font-weight:800;max-width:20ch;margin-top:126px}
.ab-landing .final p{margin:18px 0 0;max-width:44ch;font-size:16.5px;color:rgba(255,255,255,.62)}
.ab-landing .btn-main{
  display:inline-flex;align-items:center;gap:11px;
  height:58px;padding:0 34px;border-radius:var(--r-btn);
  background:var(--orange);color:#fff;font-size:16.5px;font-weight:700;
  transition:background .15s,transform .12s;
}
.ab-landing .btn-main:hover{background:var(--orange-deep);transform:translateY(-2px)}
.ab-landing .btn-main svg{width:17px;height:17px}
.ab-landing .final .btn-main{margin-top:40px}
.ab-landing .final .mail{display:block;margin-top:26px;font-size:14px;color:rgba(255,255,255,.44)}
.ab-landing .final .mail a{color:rgba(255,255,255,.72);font-weight:600;border-bottom:1px solid rgba(255,255,255,.25)}
.ab-landing .final .mail a:hover{color:#fff;border-color:var(--orange)}

/* ── Footeris ── */
.ab-landing footer{border-top:1px solid var(--line);padding:56px 0 42px;background:#fff}
.ab-landing .foot{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}
.ab-landing .foot .about{margin-top:14px;font-size:13.5px;color:var(--muted);max-width:32ch}
.ab-landing .foot h4{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ghost);margin-bottom:15px}
.ab-landing .foot ul{list-style:none}
.ab-landing .foot li{margin-bottom:10px}
.ab-landing .foot a{font-size:14px;color:var(--muted);transition:color .15s}
.ab-landing .foot a:hover{color:var(--ink)}
.ab-landing .legal{
  margin-top:46px;padding-top:22px;border-top:1px solid var(--line);
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
  font-size:12.5px;color:var(--ghost);
}

/* ── Responsive ── */
@media (max-width:1060px){
  .ab-landing .hero-map{width:56%;min-width:520px;opacity:.85}
}
@media (max-width:940px){
  .ab-landing section{padding:var(--s6) 0}
  .ab-landing{--spine-x:10px}
  .ab-landing .sp .wrap{padding-left:48px}
  .ab-landing .node{width:10px;height:10px;left:calc(var(--spine-x) - 4px)}
  .ab-landing .hero .node{width:15px;height:15px;left:calc(var(--spine-x) - 6.5px);box-shadow:0 0 0 5px rgba(255,95,31,.10)}
  .ab-landing .final .pin{left:calc(var(--spine-x) - 10px);width:20px;height:25px}
  .ab-landing .final h2{margin-top:112px}
  .ab-landing .hero-map{display:none}
  .ab-landing .hero-inner{max-width:none;padding:72px 0 76px}
  .ab-landing .planner{max-width:none}
  .ab-landing .how-grid{grid-template-columns:1fr;gap:56px}
  .ab-landing .proof{max-width:420px;margin:0 auto}
  .ab-landing .values .row{grid-template-columns:1fr;gap:10px;padding:30px 0}
  .ab-landing .sizes .list{margin-left:0;gap:40px}
  .ab-landing .foot{grid-template-columns:1fr 1fr}
  .ab-landing .nav-links{display:none}
  .ab-landing .final{padding:88px 0}
}

/* ═══ POLISH-2: prieinamumas, navigacijos gyvybė, mobile autobusiukas ═══ */
.ab-landing .skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--ink);color:#fff;
  padding:12px 20px;border-radius:0 0 12px 0;font-weight:600;font-size:14px}
.ab-landing .skip:focus{left:0}
.ab-landing header{transition:box-shadow .2s ease}
.ab-landing header.sh{box-shadow:0 8px 28px -16px rgba(23,17,27,.20)}
.ab-landing .nav-links a{position:relative;padding-bottom:2px}
.ab-landing .nav-links a::after{content:'';position:absolute;left:0;right:100%;bottom:-4px;
  border-top:2px solid var(--orange);transition:right .18s ease}
.ab-landing .nav-links a.act{color:var(--ink)}
.ab-landing .nav-links a.act::after{right:0}
@media (max-width:940px){
  .ab-landing #spine-bus{width:22px;height:22px;margin-left:-11px}
  .ab-landing #spine-bus .disc{width:22px;height:22px;box-shadow:0 0 0 2px #fff,0 3px 9px rgba(23,17,27,.22)}
  .ab-landing #spine-bus svg{width:12px;height:12px}
}

/* ═══ TYPO-APPLE: Apple tipografijos mastelis ═══
   Ramp pagal apple.com: kūnas 17/1.47, antraštės 1.07, švelnesnis tracking.
   Didesni šuoliai tarp lygių, kad hierarchija skaitytųsi be linijų. */
.ab-landing{
  --fs-h1:clamp(34px,4.8vw,56px);
  --fs-h2:clamp(27px,3.2vw,40px);
  --fs-h3:21px;
  --fs-body:17px;
  --fs-lead:clamp(19px,2.1vw,21px);
  --fs-small:14px;
}
.ab-landing{line-height:1.47}
.ab-landing h1,.ab-landing h2,.ab-landing h3{letter-spacing:-.015em;line-height:1.07}
.ab-landing .hero h1{letter-spacing:-.02em}
.ab-landing .hero .sub{line-height:1.5}
.ab-landing .sec-head p{font-size:19px;line-height:1.47}
.ab-landing .step p{font-size:17px;line-height:1.47}
.ab-landing .values h3{font-size:24px}
.ab-landing .values p{font-size:17px;line-height:1.47}
.ab-landing details summary{font-size:19px}
.ab-landing details .a{font-size:17px;line-height:1.47}
.ab-landing .sizes h2{font-size:21px}
.ab-landing .sizes .item b{font-size:30px}
.ab-landing .pc-total b{font-size:28px}
.ab-landing .final h2{font-size:var(--fs-h2)}
.ab-landing .final p{font-size:19px}
.ab-landing .p-cell span{font-size:16px}
.ab-landing .p-cta{font-size:17px}
.ab-landing .btn-main{font-size:17px}
.ab-landing .hero-note{font-size:var(--fs-small)}
.ab-landing .foot a{font-size:15px}
.ab-landing .foot .about{font-size:14px}
.ab-landing .legal{font-size:13px}
.ab-landing .proof figcaption{font-size:13px}
.ab-landing .hero h1{max-width:26ch}
.ab-landing form.planner{cursor:auto}
.ab-landing form.planner:hover{transform:none}
.ab-landing .p-cell input{display:block;width:100%;border:0;outline:0;background:transparent;
  font-family:inherit;font-size:16px;font-weight:600;color:var(--ink);padding:0;line-height:1.5}
.ab-landing .p-cell input::placeholder{color:var(--ghost);font-weight:500;opacity:1;transition:opacity .3s ease}
.ab-landing .p-cell input.fade::placeholder{opacity:0}
.ab-landing .p-cell:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,95,31,.10)}
.ab-landing button.p-cta{width:100%;border:0;cursor:pointer;font-family:inherit}
.ab-landing button.p-cta:hover{background:var(--orange-deep)}
@media (max-width:940px){
  .ab-landing .values h3{font-size:22px}
  .ab-landing details summary{font-size:18px}
}

/* ═══ HERO-10: preciziškas hero polish ═══
   Hero ramus, be stuburo linijos: maršruto motyvas jau yra fone.
   Kelionės stuburas prasideda nuo „Kaip tai veikia" oranžinio A taško. */
.ab-landing .hero.sp .wrap::before{display:none}
.ab-landing .hero .node{display:none}
.ab-landing .hero h1{max-width:22ch}
.ab-landing .how.sp .wrap::before{top:22px}
.ab-landing .how .node{width:16px;height:16px;border-width:3px;border-color:var(--orange);
  left:calc(var(--spine-x) - 7px);top:4px;box-shadow:0 0 0 6px rgba(255,95,31,.10)}
/* „Prisijungti" tampa antraeiliu: kontūras vietoj užpildo */
.ab-landing .nav .cta{background:transparent;color:var(--ink);border:1px solid var(--line-strong);font-weight:600}
.ab-landing .nav .cta:hover{background:transparent;color:var(--orange);border-color:var(--orange)}
@media (max-width:940px){
  .ab-landing .how .node{width:14px;height:14px;left:calc(var(--spine-x) - 6px)}
}

/* ═══ HERO-11: forma kaip pagrindinis konversijos elementas ═══ */
.ab-landing .planner{padding:20px}
.ab-landing .p-cell{padding:13px 16px 14px}
.ab-landing .p-cell small{color:var(--muted)}
.ab-landing .p-cell input{font-size:17px}
.ab-landing button.p-cta{height:58px}
@media (max-width:560px){
  .ab-landing .p-grid{grid-template-columns:1fr}
}

/* ═══ HM-2: gyvas dviejų būsenų žemėlapis ═══
   Ambient: subtilus krypčių tinklas, demonstracinė kryptis vis kita.
   Vartotojo būsena: įvedus maršrutą tinklas pritildomas, ryškėja jo kelionė. */
.ab-landing .hm-route{stroke:#FF5F1F;stroke-width:4;stroke-linecap:round;fill:none;opacity:0;transition:opacity 1.1s ease}
.ab-landing .hm-route.on{opacity:1}
.ab-landing #hm-net,.ab-landing #hm-demo,.ab-landing #hm-user,.ab-landing #hm-bus{transition:opacity .8s ease}
.ab-landing #hm.user #hm-demo{opacity:0}
.ab-landing #hm.user #hm-net{opacity:.35}
.ab-landing #hm.user #hm-user{opacity:1}
.ab-landing #hm text{font-family:'Inter',Arial,sans-serif;font-size:15px;font-weight:600;fill:#17111B;opacity:.85}

/* ═══ VAL-2: „Kodėl mes" redakcinė sistema ═══
   Ne ikonų kortelės: numeruotos redakcinės eilutės, orus ritmas. */
.ab-landing .values .wrap{counter-reset:val}
.ab-landing .values .row{counter-increment:val;padding:44px 0;align-items:start}
.ab-landing .values h3::before{
  content:counter(val,decimal-leading-zero);
  display:block;font-size:12.5px;font-weight:700;letter-spacing:.14em;
  color:var(--orange);margin-bottom:12px;font-variant-numeric:tabular-nums;
}
.ab-landing .values p{max-width:56ch}
@media (min-width:941px){
  .ab-landing .values .row p{padding-top:30px}
}
@media (max-width:940px){
  .ab-landing .values .row{padding:34px 0}
}

/* ═══ TOP-ACTIONS: identiška užsakymo sistemos viršaus juosta (be krepšelio) ═══ */
.ab-landing .top-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
.ab-landing .icon-btn{
  width:44px;height:44px;border-radius:999px;background:#fff;
  border:1px solid var(--line);cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--ink);box-shadow:0 1px 2px rgba(23,17,27,.04);
  transition:transform .15s,border-color .15s;
}
.ab-landing .icon-btn:hover{transform:translateY(-1px);border-color:var(--line-strong)}
.ab-landing .login-btn{width:auto;padding:0 20px;gap:9px;font-weight:700;font-size:14px;white-space:nowrap}

/* ═══ VAL-4: redakcinė hierarchija su charakteriu ═══
   Dideli tylūs numeriai kairėje kuria ritmą; 01 oranžinis ir stambesnis,
   nes kaina iš karto yra svarbiausia produkto savybė. */
.ab-landing .values .row{position:relative;padding-left:96px}
.ab-landing .values h3::before{
  position:absolute;left:0;top:46px;margin:0;
  font-size:30px;font-weight:700;letter-spacing:-.01em;line-height:1;
  color:#DDD9E3;
}
.ab-landing .values .row.lead h3{font-size:28px;letter-spacing:-.02em}
.ab-landing .values .row.lead h3::before{color:var(--orange)}
.ab-landing .val-cta{margin-top:44px;font-size:17px;font-weight:700}
.ab-landing .val-cta a{color:var(--ink);display:inline-flex;align-items:center;gap:10px;transition:color .15s}
.ab-landing .val-cta .arr{font-style:normal;color:var(--ghost);transition:transform .18s,color .15s}
.ab-landing .val-cta a:hover{color:var(--orange)}
.ab-landing .val-cta a:hover .arr{color:var(--orange);transform:translateX(4px)}
@media (max-width:940px){
  .ab-landing .values .row{padding-left:0}
  .ab-landing .values h3::before{
    position:static;display:block;font-size:13px;letter-spacing:.14em;
    color:var(--orange);margin-bottom:10px;
  }
  .ab-landing .values .row.lead h3{font-size:24px}
  .ab-landing .val-cta{margin-top:36px}
}

/* ═══ HERO-12: turinys pakeliamas, baltas plotas suvaldytas ═══ */
.ab-landing section.hero{padding:0}
.ab-landing .hero-inner{padding:56px 0 88px}
@media (max-width:940px){
  .ab-landing .hero-inner{padding:40px 0 64px}
}

/* HERO-13: hero turinys šiek tiek kairiau (stuburo įtrauka čia nebereikalinga) */
@media (min-width:941px){
  .ab-landing .hero.sp .wrap{padding-left:28px}
}

/* ═══ AUDIT-FINAL: mobile hero ašis = logotipo ašis ═══ */
@media (max-width:940px){
  .ab-landing .hero.sp .wrap{padding-left:28px}
}

/* ═══ HP-AC: miestų pasiūlymai hero formoje (tik miestai, be rajonų) ═══ */
.ab-landing .p-cell{position:relative}
.ab-landing .hp-ac{
  position:absolute;left:-1px;right:-1px;top:calc(100% + 6px);z-index:80;
  background:#fff;border:1px solid var(--line-strong);border-radius:12px;
  box-shadow:0 16px 40px -16px rgba(23,17,27,.22);
  padding:6px;display:none;max-height:264px;overflow:auto;
}
.ab-landing .hp-ac.open{display:block}
.ab-landing .hp-ac button{
  display:block;width:100%;text-align:left;border:0;background:none;cursor:pointer;
  font-family:inherit;font-size:15.5px;font-weight:600;color:var(--ink);
  padding:10px 12px;border-radius:8px;
}
.ab-landing .hp-ac button:hover,.ab-landing .hp-ac button.sel{background:var(--bg-soft)}

/* ═══ KICKER: paslaugos apibrėžimas virš hero klausimo ═══ */
.ab-landing .kicker{
  font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--orange);margin-bottom:20px;
}
@media (max-width:940px){
  .ab-landing .kicker{font-size:12px;margin-bottom:14px}
}

/* Finalo aidas: kicker + klausimas, kaip hero */
.ab-landing .final .kicker{margin-top:126px;margin-bottom:16px}
.ab-landing .final h2{margin-top:0}
@media (max-width:940px){
  .ab-landing .final .kicker{margin-top:112px;margin-bottom:12px}
}

/* H1 vienoje eilutėje desktope */
@media (min-width:941px){
  .ab-landing .hero h1{white-space:nowrap;max-width:none;font-size:48px}
}

/* ═══ ROUTEMAP DS: bendri tokens su booking žemėlapiu ═══ */
.ab-landing{
  --rm-route:#FF5F1F;--rm-route-w:5.5;--rm-casing:#fff;--rm-casing-w:12;
  --rm-ink:#17111B;--rm-label:15px;
}
.ab-landing .hm-route{stroke:var(--rm-route);stroke-linecap:round}
.ab-landing #hm-uroute{stroke:var(--rm-route)!important;stroke-width:6!important}
.ab-landing #hm-user path[stroke="#FFFFFF"]{stroke-width:12!important}
.ab-landing .hm-route{stroke-width:4.5!important}
.ab-landing #hm-bus > circle:first-of-type{r:13px}
.ab-landing #hm text{
  font-size:var(--rm-label);font-weight:700;fill:var(--rm-ink);
  paint-order:stroke;stroke:#fff;stroke-width:6px;stroke-linejoin:round;
}

/* ═══ CONTINUITY: Hero -> Booking kaip vienas produktas ═══
   Cross-document View Transitions: žemėlapis ir planavimo kortelė
   morfuoja į booking žemėlapį ir formą, vietoj balto blyksnio. */
@view-transition{navigation:auto}
.ab-landing .hero-map{view-transition-name:routemap}
.ab-landing .planner{view-transition-name:planner}
.ab-landing ::view-transition-old(root),.ab-landing ::view-transition-new(root){animation-duration:.28s}
.ab-landing ::view-transition-group(routemap),.ab-landing ::view-transition-group(planner){animation-duration:.34s;animation-timing-function:cubic-bezier(.2,.7,.2,1)}
@media (prefers-reduced-motion:reduce){
  .ab-landing ::view-transition-group(*),.ab-landing ::view-transition-old(*),.ab-landing ::view-transition-new(*){animation:none!important}
}

/* ═══ TRIP-CHOICE v3: stacked from → to → passengers ═══ */
.ab-landing .planner{perspective:900px}
.ab-landing .p-grid{min-height:0;transform-style:preserve-3d;will-change:transform;grid-template-columns:1fr}
.ab-landing .p-pax .pax-step{display:flex;align-items:center;gap:6px}
.ab-landing .p-pax .pax-step button{
  width:30px;height:30px;border-radius:9px;border:1.5px solid var(--line-strong);
  background:#fff;font-family:inherit;font-size:17px;font-weight:700;color:var(--ink);
  cursor:pointer;line-height:1;flex:none;
}
.ab-landing .p-pax .pax-step button:hover{border-color:var(--orange);color:var(--orange)}
.ab-landing .p-pax input{width:44px;text-align:center;border:none;outline:none;background:transparent;
  font-family:inherit;font-size:17px;font-weight:700;color:var(--ink);padding:0}
@media (max-width:560px){.ab-landing .p-grid{grid-template-columns:1fr}}
.ab-landing .p-grid.flip1{transform:rotateX(88deg);transition:transform .2s cubic-bezier(.5,0,.8,.4)}
.ab-landing .p-grid.flip2{transform:rotateX(0);transition:transform .24s cubic-bezier(.2,.7,.3,1.12)}
.ab-landing .p-grid.preflip2{transform:rotateX(-88deg);transition:none}
.ab-landing .trip-choice{display:none;grid-column:1/-1;gap:10px}
.ab-landing .planner.choose .p-cell{display:none}
.ab-landing .planner.choose .trip-choice{display:flex}
.ab-landing .trip-choice button{
  flex:1;min-width:0;height:80px;border:1.5px solid var(--line-strong);border-radius:12px;
  background:#fff;font-family:inherit;font-size:15px;font-weight:700;color:var(--ink);
  cursor:pointer;display:grid;grid-template-rows:17px minmax(0,1fr);
  align-items:center;justify-items:center;align-content:center;
  gap:8px;padding:14px 8px 12px;box-sizing:border-box;
  transition:border-color .15s,color .15s,background .15s;
}
.ab-landing .trip-choice button:hover{border-color:var(--orange);color:var(--orange);background:#FFF8F3}
.ab-landing .trip-choice svg{width:17px;height:17px;color:var(--orange);flex:none;display:block}
.ab-landing .trip-choice .tc-lab{
  display:block;max-width:100%;text-align:center;line-height:1.2;
  white-space:normal;overflow-wrap:break-word;hyphens:auto;
  align-self:start;
}
@media (min-width:641px){
  /* Desktop: icon + label on one row, still as one centered cluster */
  .ab-landing .trip-choice button{
    display:flex;flex-direction:row;gap:9px;padding:0 12px;height:80px;
    align-items:center;justify-content:center;
    grid-template-rows:none;
  }
  .ab-landing .trip-choice .tc-lab{
    text-align:left;white-space:nowrap;align-self:center;
  }
}
@media (max-width:640px){
  .ab-landing .trip-choice{gap:8px}
  .ab-landing .trip-choice button{
    height:88px;font-size:13px;padding:12px 6px 10px;gap:7px;
    grid-template-rows:16px 1fr;
  }
  .ab-landing .trip-choice svg{width:16px;height:16px}
}

/* ═══ HERO-VALID: be miestų — kelionė neplanuojama ═══ */
.ab-landing .planner input.hv-inv{
  box-shadow:inset 0 0 0 2px #E5484D!important;
  border-radius:14px;
}
@keyframes hvShake{
  0%,100%{transform:translateX(0)}
  20%{transform:translateX(-6px)}40%{transform:translateX(6px)}
  60%{transform:translateX(-4px)}80%{transform:translateX(4px)}
}
.ab-landing .planner .p-grid.hv-shake{animation:hvShake .34s ease}
/* Pasirinkimo būsenoje CTA neaktyvus — sprendžia trys režimo mygtukai */
.ab-landing form.planner.choose .p-cta{opacity:.4;pointer-events:none}

/* ═══════════════════════════════════════════════════════════════
   HERO-POLISH — proporcijos, ritmas, formos svoris.
   Struktūra nekeičiama: kicker → H1 → sub → forma → CTA.
   ═══════════════════════════════════════════════════════════════ */

/* 1. Tipografija: H1 subtilesnis, blokas vientisesnis */
@media (min-width:941px){
  .ab-landing .hero h1{font-size:41px;letter-spacing:-.022em;font-weight:760}
}
@media (max-width:940px){
  .ab-landing .hero h1{font-size:clamp(28px,7.4vw,34px)}
}
.ab-landing .kicker{margin-bottom:13px;font-size:12.5px;letter-spacing:.13em}
.ab-landing .hero .sub{margin-top:13px;line-height:1.58;font-size:17px}
.ab-landing .planner{margin-top:28px}

/* 2. Kortelė: mažiau šešėlio, subtilus border, daugiau oro */
.ab-landing .planner{
  border:1px solid #ECE8F0;
  box-shadow:0 1px 2px rgba(23,17,27,.03),0 12px 28px -20px rgba(23,17,27,.10);
  padding:14px;
}
.ab-landing .planner:hover{
  transform:none;border-color:#DFDAE5;
  box-shadow:0 1px 2px rgba(23,17,27,.04),0 16px 34px -20px rgba(23,17,27,.13);
}

/* 3. Stacked fields — full-width addresses, passengers below */
.ab-landing .p-grid{align-items:stretch}
.ab-landing .p-cell{
  height:auto;min-height:64px;box-sizing:border-box;
  display:flex;flex-direction:column;justify-content:center;
  padding:10px 14px;
}
.ab-landing .p-cell small{margin-bottom:4px}
.ab-landing .p-cell input{
  font-size:15.5px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ab-landing .p-pax{
  padding:10px 14px;
  width:fit-content;
  max-width:100%;
  justify-self:start;
  align-items:center;
  text-align:center;
}
.ab-landing .p-pax small{
  text-align:center;
  width:100%;
}
.ab-landing .p-pax .pax-step{justify-content:center}
.ab-landing .p-pax .pax-step button{width:30px;height:30px;flex:none}
.ab-landing .p-pax input{font-size:16px;font-weight:600}

/* 4. CTA: pagrindinis, bet be masyvios juostos jausmo */
.ab-landing .p-cta,.ab-landing button.p-cta{
  height:50px;margin-top:12px;
  font-size:15.5px;font-weight:700;gap:9px;
  border-radius:14px;
}
.ab-landing .p-cta svg{width:16px;height:16px}

/* Kicker po antrašte: tarpai perbalansuoti */
.ab-landing .hero .kicker.kicker-below{margin:12px 0 0;}
.ab-landing .hero .kicker.kicker-below + .sub{margin-top:12px}
@media (min-width:941px){ .ab-landing .hero h1{margin-top:0} }

/* BRAND-LOGO: originalus logotipas */
.ab-landing a.logo img{height:17px;display:block}
/* Mobile: header flexbox can shrink the wide wordmark to 0 width (garbled sliver),
   so swap to the square brand mark and forbid shrinking. Desktop untouched. */
@media (max-width:560px){
  .ab-landing a.logo{flex:0 0 auto}
  .ab-landing header a.logo img{content:url("/brand-mark.png");width:30px;height:30px;max-width:none}
  .ab-landing .foot a.logo img{height:14px;width:auto;max-width:none}
  /* Header row was wider than the screen (427px on a 390px phone), forcing the
     browser to zoom the whole page out. Compact the actions so it fits. */
  .ab-landing .wrap.nav{gap:12px}
  .ab-landing .top-actions{gap:8px}
  .ab-landing #vez-top{padding:0 14px;font-size:13px;height:40px}
  .ab-landing .login-btn{width:40px;height:40px;padding:0;font-size:0;gap:0}
  .ab-landing .login-btn svg{width:18px;height:18px}
  .ab-landing #menu-top{width:40px;height:40px}
}
.ab-landing a.logo{font-size:0!important;line-height:0}

/* ═══════════════════════════════════════════════════════════════
   BOLT-HOME — sekcijos po hero Bolt dvasia: didelės švelnios
   kortelės, ramus ritmas, aiškūs CTA. Tekstai nekeisti.
   ═══════════════════════════════════════════════════════════════ */

/* 1. Kelionių tipai — KAM SKIRTA: sąrašas + viena didelė nuotrauka */
.ab-landing .cases-split{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  gap:56px;align-items:center;
}
.ab-landing .cases-copy .eyebrow2{margin:0 0 12px}
.ab-landing .cases-copy h2{
  font-size:clamp(28px,3.2vw,40px);font-weight:800;letter-spacing:-.02em;
  line-height:1.15;margin:0 0 14px;color:var(--ink,#17111B);max-width:16ch;
}
.ab-landing .cases-lead{
  margin:0 0 28px;font-size:16px;line-height:1.55;color:#6E6879;max-width:42ch;
}
.ab-landing .cases-list{
  list-style:none;margin:0;padding:0;border-top:1px solid #EBE7F0;
}
.ab-landing .cases-list li{
  display:grid;grid-template-columns:minmax(140px,1fr) minmax(0,1.35fr);
  gap:18px 28px;align-items:baseline;
  padding:15px 0;border-bottom:1px solid #EBE7F0;
}
.ab-landing .cases-list b{
  font-size:15.5px;font-weight:700;color:var(--ink,#17111B);letter-spacing:-.01em;
}
.ab-landing .cases-list span{
  font-size:14.5px;line-height:1.45;color:#6E6879;
}
.ab-landing .cases-cta{
  margin-top:28px;display:inline-flex;align-items:center;gap:10px;
}
.ab-landing .cases-media{
  margin:0;border-radius:28px;overflow:hidden;
  aspect-ratio:4/5;max-height:640px;background:#F3F1F6;
}
.ab-landing .cases-media img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.ab-landing .cases-banner{
  margin-top:48px;padding:28px 36px;border-radius:20px;background:#F4F3F6;
  display:grid;grid-template-columns:minmax(180px,280px) 1fr;gap:24px 40px;align-items:baseline;
}
.ab-landing .cases-banner h3{
  margin:0;font-size:20px;font-weight:750;letter-spacing:-.015em;color:var(--ink,#17111B);
}
.ab-landing .cases-banner p{
  margin:0;font-size:15.5px;line-height:1.55;color:#6E6879;max-width:62ch;
}
@media (max-width:980px){
  .ab-landing .cases-split{grid-template-columns:1fr;gap:36px}
  .ab-landing .cases-media{aspect-ratio:16/11;max-height:420px;order:-1}
  .ab-landing .cases-list li{grid-template-columns:1fr;gap:4px;padding:14px 0}
  .ab-landing .cases-banner{grid-template-columns:1fr;padding:24px 22px;gap:8px}
}

/* 2. Kaip tai veikia — įrodymo kortelė švelnioje juostoje */
.ab-landing .how .proof{background:#F6F5F8;border-radius:28px;padding:30px;box-sizing:border-box}
.ab-landing .how .proof .proof-card{box-shadow:0 2px 6px rgba(23,17,27,.05),0 18px 40px -22px rgba(23,17,27,.18)}
.ab-landing .how .steps .step h3{font-size:21px;letter-spacing:-.01em}

/* 3. Kodėl — pirmoji vertybė kaip akcentinė kortelė */
.ab-landing .values .row.lead{
  background:#F6F5F8;border-radius:28px;padding:32px 36px;margin-bottom:8px;
  border:none;
}
.ab-landing .values .row.lead h3{font-size:26px}
.ab-landing .values .row h3{letter-spacing:-.01em}

/* 4. Finalas — tamsi juosta su oranžiniu CTA (Bolt tipo pabaiga) */
.ab-landing .final .wrap{
  background:var(--ink,#17111B);border-radius:32px;
  padding:72px 48px 64px;text-align:center;position:relative;overflow:hidden;
}
.ab-landing .final .wrap .pin{display:none}
.ab-landing .final .kicker{margin-top:0!important;color:var(--orange,#FF5F1F)}
.ab-landing .final h2{color:#fff;font-size:clamp(28px,3.4vw,40px);letter-spacing:-.015em}
.ab-landing .final .wrap > p{color:#B9B3C2}
.ab-landing .final .btn-main{margin-top:26px}
.ab-landing .final .mail{color:#8B8494}
.ab-landing .final .mail a{color:#fff}
@media (max-width:640px){ .ab-landing .final .wrap{padding:52px 22px 46px;border-radius:24px} }

/* ═══════════════════════════════════════════════════════════════
   NEW-HOME — sekcijų kompozicija: ramus ritmas, aiški hierarchija
   ═══════════════════════════════════════════════════════════════ */
.ab-landing .eyebrow2{
  font-size:12.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;
  color:var(--orange,#FF5F1F);margin:0 0 14px;
}
.ab-landing .how .wrap > .node,.ab-landing .values .wrap > .node{top:6px}

/* Kaip tai veikia */
.ab-landing .how2{display:grid;grid-template-columns:1.05fr 1fr;gap:72px;align-items:center}
.ab-landing .how2-left h2{font-size:clamp(26px,2.6vw,34px);letter-spacing:-.015em;margin:0 0 34px;max-width:16ch}
.ab-landing .how2-steps{list-style:none;counter-reset:st;margin:0;padding:0}
.ab-landing .how2-steps li{
  counter-increment:st;position:relative;
  padding:0 0 30px 64px;margin:0;
}
.ab-landing .how2-steps li::before{
  content:counter(st, decimal-leading-zero);
  position:absolute;left:0;top:1px;
  font-size:15px;font-weight:800;color:var(--orange,#FF5F1F);
  font-variant-numeric:tabular-nums;letter-spacing:.04em;
}
.ab-landing .how2-steps li::after{
  content:"";position:absolute;left:14px;top:30px;bottom:8px;width:1.5px;
  background:#ECE8F0;
}
.ab-landing .how2-steps li:last-child::after{display:none}
.ab-landing .how2-steps b{display:block;font-size:18.5px;font-weight:750;color:var(--ink,#17111B);letter-spacing:-.01em}
.ab-landing .how2-steps span{display:block;margin-top:5px;font-size:15px;line-height:1.55;color:#6E6879;max-width:38ch}
.ab-landing .how2-cta{
  display:inline-flex;align-items:center;gap:9px;margin-top:10px;
  font-size:15.5px;font-weight:700;color:var(--orange,#FF5F1F);text-decoration:none;
}
.ab-landing .how2-cta:hover{text-decoration:underline}
.ab-landing .how .proof{margin:0}

/* Kodėl */
.ab-landing .values h3::before{content:none!important}
.ab-landing .values h2::before{content:none!important}
.ab-landing .values h2{font-size:clamp(26px,2.6vw,34px);letter-spacing:-.015em;margin:0 0 44px;max-width:22ch}
.ab-landing .val3{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ab-landing .v3{border-top:2px solid var(--ink,#17111B);padding-top:20px}
.ab-landing .v3 h3{font-size:18px;font-weight:750;letter-spacing:-.01em;margin:0 0 9px;color:var(--ink,#17111B)}
.ab-landing .v3 p{margin:0;font-size:15px;line-height:1.6;color:#6E6879}
@media (max-width:940px){
  .ab-landing .how2{grid-template-columns:1fr;gap:40px}
  .ab-landing .val3{grid-template-columns:1fr;gap:26px}
}

/* ═══════════════════════════════════════════════════════════════
   HOME-V2 — gyvas, fotografinis puslapis po hero
   ═══════════════════════════════════════════════════════════════ */
/* Kaip veikia: split media */
.ab-landing .hv2{display:grid;grid-template-columns:1.05fr 1fr;gap:72px;align-items:center}
.ab-landing .hv2-media{position:relative;border-radius:32px;overflow:visible}
.ab-landing .hv2-media img{
  width:100%;height:600px;object-fit:cover;border-radius:32px;display:block;
  background:linear-gradient(135deg,#F8F4F9,#EFEAF2);
}
.ab-landing .hv2-media.noimg img{display:none}
.ab-landing .hv2-media.noimg{background:linear-gradient(135deg,#F8F4F9,#EFEAF2);min-height:600px;border-radius:32px}
.ab-landing .hv2-chip{position:absolute;right:-28px;bottom:34px;transform:scale(.92);transform-origin:100% 100%}
.ab-landing .hv2-chip .proof{margin:0;background:none;padding:0}
.ab-landing .hv2-chip .proof-card{box-shadow:0 6px 16px rgba(23,17,27,.10),0 30px 70px -26px rgba(23,17,27,.35)}
.ab-landing .hv2-chip figcaption{display:none}
.ab-landing .hv2-body h2{font-size:clamp(26px,2.6vw,34px);letter-spacing:-.015em;margin:0 0 34px;max-width:16ch}
@media (max-width:1000px){
  .ab-landing .hv2{grid-template-columns:1fr;gap:36px}
  .ab-landing .hv2-media img{height:340px}
  .ab-landing .hv2-chip{right:8px;bottom:-24px;transform:scale(.8)}
}

/* Full-bleed statement */
.ab-landing .bleed{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden}
.ab-landing .bleed-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ab-landing .bleed.noimg{background:linear-gradient(120deg,#360021,#17111B)}
.ab-landing .bleed.noimg .bleed-img{display:none}
.ab-landing .bleed-veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(23,17,27,.78) 0%,rgba(23,17,27,.66) 45%,rgba(23,17,27,.80) 100%)}
.ab-landing .bleed-inner{position:relative;z-index:1;padding:96px 0}
.ab-landing .bleed-inner h2{color:#fff;font-size:clamp(30px,3.6vw,46px);letter-spacing:-.02em;margin:0;max-width:18ch}
.ab-landing .bleed-inner p{color:#D8D2DE;font-size:17px;margin:16px 0 30px;max-width:44ch}
@media (max-width:640px){ .ab-landing .bleed{min-height:420px} .ab-landing .bleed-inner{padding:72px 0} }

/* Kodėl: Midnight Violet juosta */
.ab-landing .values.violet{background:#360021}
.ab-landing .values.violet .wrap > .node{display:none}
.ab-landing .eyebrow2.wist{color:#BEA7E5}
.ab-landing .values.violet h2{color:#fff}
.ab-landing .values.violet .v3{border-top:2px solid rgba(190,167,229,.35)}
.ab-landing .values.violet .v3 h3{color:#fff}
.ab-landing .values.violet .v3 p{color:#C9B8E3}

/* Scroll reveal — subtilus */
.ab-landing .rv{opacity:0;transform:translateY(16px);transition:opacity .55s ease, transform .55s cubic-bezier(.2,.8,.25,1)}
.ab-landing .rv.in{opacity:1;transform:none;animation:none}
/* If JS reveal never attaches .in, still show content (avoids hollow homepage). */
@media (prefers-reduced-motion:no-preference){
  .ab-landing .rv:not(.in){animation:ab-rv-failsafe .45s ease 2.2s forwards}
}
@keyframes ab-rv-failsafe{to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){ .ab-landing .rv{opacity:1;transform:none;transition:none;animation:none} }

/* ═══════════════════════════════════════════════════════════════
   JOURNEY — proceso demonstracija: klientas → autobusas.lt →
   vežėjas → vairuotojas → kelionė. RouteMap DS stilius.
   ═══════════════════════════════════════════════════════════════ */
.ab-landing .bleed-inner{padding:84px 0}
.ab-landing .jn-head{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:36px}
.ab-landing .jn-head h2{max-width:16ch}
.ab-landing .jn-head p{max-width:46ch}
.ab-landing .jn-card{
  flex:0 0 auto;min-width:250px;
  background:#fff;border-radius:18px;padding:16px 18px 14px;
  box-shadow:0 6px 16px rgba(0,0,0,.18),0 28px 60px -24px rgba(0,0,0,.5);
}
.ab-landing .jn-card-route{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:750;color:var(--ink,#17111B)}
.ab-landing .jn-card-route svg{color:var(--orange,#FF5F1F)}
.ab-landing .jn-card-meta{margin-top:4px;font-size:13px;color:#6E6879;font-variant-numeric:tabular-nums}
.ab-landing .jn-card-status{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #F0EDF3}
.ab-landing .jn-card-status .jn-dot{width:8px;height:8px;border-radius:999px;background:#C9C2D0;flex:none;transition:background .3s ease}
.ab-landing .jn-card-status b{font-size:13.5px;font-weight:700;color:#6E6879;transition:color .3s ease}
.ab-landing .jn-card.live .jn-dot{background:var(--orange,#FF5F1F)}
.ab-landing .jn-card.live b{color:var(--ink,#17111B)}
.ab-landing .jn{position:relative}
.ab-landing .jn-svg{display:block;width:100%;height:150px}
.ab-landing #jn-line{stroke-dasharray:1;stroke-dashoffset:1}
.ab-landing .jn-stops{
  list-style:none;margin:6px 0 0;padding:0;
  display:grid;grid-template-columns:repeat(5,1fr);gap:18px;
}
.ab-landing .jn-stops li{position:relative;text-align:left;opacity:.45;transition:opacity .4s ease}
.ab-landing .jn-stops li.on{opacity:1}
.ab-landing .jn-stops i{
  display:block;font-style:normal;font-size:12px;font-weight:800;letter-spacing:.1em;
  color:rgba(255,255,255,.55);font-variant-numeric:tabular-nums;transition:color .3s ease;
}
.ab-landing .jn-stops li.on i{color:var(--orange,#FF5F1F)}
.ab-landing .jn-stops b{display:block;margin-top:4px;font-size:16.5px;font-weight:750;color:#fff;letter-spacing:-.01em}
.ab-landing .jn-stops .jn-cap{display:block;margin-top:4px;font-size:13px;line-height:1.45;color:#C9C2D0;max-width:24ch}
.ab-landing .jn-stops .jn-mark{display:none}
.ab-landing .jn-cta{margin-top:34px}
@media (max-width:760px){
  .ab-landing .jn-head{flex-direction:column;gap:22px;margin-bottom:10px}
  .ab-landing .jn-svg{display:none}
  .ab-landing .jn-stops{grid-template-columns:1fr;gap:0;margin-top:18px}
  /* Rail + mark styles owned by JOURNEY-H mobile block */
  .ab-landing .jn-stops li::after{display:none;content:none}
}
@media (prefers-reduced-motion:reduce){
  .ab-landing #jn-line{stroke-dashoffset:0!important}
}

/* ═══ JOURNEY-2: cinematic integracija ═══ */
/* Full-bleed + kvėpavimas + balansas */
.ab-landing .bleed{min-height:min(96svh, 920px);display:flex;align-items:center}
.ab-landing .bleed-inner{padding:120px 0 96px;padding-left:28px;padding-right:28px;width:100%;box-sizing:border-box}
.ab-landing .jn-head{margin-bottom:58px}
/* Švelnus įėjimas iš balto ir išėjimas į violetinę */
.ab-landing .bleed::before{
  content:"";position:absolute;left:0;right:0;top:0;height:130px;z-index:1;
  background:linear-gradient(180deg,#FFFFFF 0%,rgba(255,255,255,.55) 35%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.ab-landing .bleed::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:150px;z-index:1;
  background:linear-gradient(180deg,rgba(54,0,33,0) 0%,rgba(54,0,33,.55) 60%,#360021 100%);
  pointer-events:none;
}
.ab-landing .bleed-inner{position:relative;z-index:2}
/* Kortelė susieta su linija — punktyrinis connector */
.ab-landing .jn-card{position:relative}
@media (min-width:761px){
  .ab-landing .jn-card::after{
    content:"";position:absolute;left:50%;top:100%;height:64px;width:0;
    border-left:2px dotted rgba(255,255,255,.38);
  }
}
/* Caption + CTA eilutė */
.ab-landing .jn-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-top:56px}
.ab-landing .jn-caption{display:flex;flex-direction:column;gap:6px}
.ab-landing .jn-route-tag{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:800;letter-spacing:.22em;color:rgba(255,255,255,.6);
}
.ab-landing .jn-route-tag svg{color:var(--orange,#FF5F1F)}
.ab-landing .jn-caption b{font-size:15.5px;font-weight:650;color:#fff;letter-spacing:.01em}
.ab-landing .jn-caption-sub{font-size:13px;color:#B9B0C2}
/* CTA nekonkuruoja su journey */
.ab-landing .jn-foot .btn-main{height:46px;padding:0 20px;font-size:14.5px}
.ab-landing .jn-foot .btn-main svg{width:15px;height:15px}
@media (max-width:760px){
  .ab-landing .bleed{min-height:0}
  .ab-landing .bleed-inner{padding:96px 20px 80px}
  .ab-landing .jn-foot{flex-direction:column;align-items:flex-start;gap:24px;margin-top:8px}
}

/* ═══ HOW-3: trys etapai, subtili aktyvacija ═══ */
.ab-landing .how2-steps li::before{color:#C9C2D0;transition:color .4s ease}
.ab-landing .how2-steps li.st-on::before{color:var(--orange,#FF5F1F)}
.ab-landing .how2-steps li{opacity:.55;transition:opacity .4s ease}
.ab-landing .how2-steps li.st-on{opacity:1}
@media (prefers-reduced-motion:reduce){
  .ab-landing .how2-steps li{opacity:1}
  .ab-landing .how2-steps li::before{color:var(--orange,#FF5F1F)}
}

/* ═══ JOURNEY-3: cinematic konteineris baltame fone + loop ═══ */
.ab-landing .bleed{background:#fff!important;min-height:0!important;display:block!important;padding:96px 0;overflow:visible}
.ab-landing .bleed::before,.ab-landing .bleed::after{display:none!important}
.ab-landing .bleed-card{
  position:relative;max-width:1400px;width:calc(100% - 48px);margin:0 auto;
  border-radius:32px;overflow:hidden;min-height:660px;
  display:flex;align-items:center;
  box-shadow:0 4px 12px rgba(23,17,27,.06),0 40px 90px -40px rgba(23,17,27,.35);
}
.ab-landing .bleed-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ab-landing .bleed-veil{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(23,17,27,.66) 0%, rgba(23,17,27,.38) 42%, rgba(23,17,27,.10) 75%, rgba(23,17,27,.05) 100%),
    linear-gradient(180deg, rgba(23,17,27,.12) 0%, rgba(23,17,27,.06) 55%, rgba(23,17,27,.55) 100%)!important;
}
.ab-landing .bleed-inner{padding:72px 0 60px}
.ab-landing .jn-head{margin-bottom:44px}
.ab-landing .jn-head p{max-width:56ch}
.ab-landing .jn-stops li{opacity:.6}
.ab-landing .jn-stops li.on{opacity:1}
.ab-landing .jn-card-status b{transition:opacity .2s ease}
.ab-landing .jn-mob-bus{display:none}
@media (max-width:760px){
  .ab-landing .bleed{padding:64px 0}
  .ab-landing .bleed-card{width:calc(100% - 32px);border-radius:24px;min-height:0}
  .ab-landing .bleed-inner{padding:56px 0 48px}
  .ab-landing .jn-mob-bus{
    display:block;position:absolute;left:0;top:0;
    width:14px;height:14px;border-radius:999px;background:var(--orange,#FF5F1F);
    box-shadow:0 0 0 3px rgba(255,255,255,.85);
    transition:opacity .2s linear;z-index:2;
  }
}

/* ═══════════════════════════════════════════════════════════════
   LIGHT-ONE — vientisa šviesi sistema: balta + oranžinė
   ═══════════════════════════════════════════════════════════════ */
/* Nav: be DUK */
.ab-landing header nav a[href="#duk"]{display:none!important}

/* Journey — šviesi produkto sekcija be foto */
.ab-landing .bleed{background:#fff!important;padding:110px 0!important}
.ab-landing .bleed-img,.ab-landing .bleed-veil{display:none!important}
.ab-landing .bleed-card{
  background:transparent!important;box-shadow:none!important;border-radius:0!important;
  min-height:0!important;max-width:none!important;width:100%!important;overflow:visible!important;
}
.ab-landing .bleed-inner{padding:0!important}
.ab-landing .jn-head h2{color:var(--ink,#17111B)!important}
.ab-landing .jn-head p{color:#6E6879!important}
.ab-landing .jn-card{border:1px solid #ECE8F0!important;box-shadow:0 2px 6px rgba(23,17,27,.05),0 18px 44px -22px rgba(23,17,27,.16)!important}
.ab-landing .jn-stops i{color:#B9B0C2!important}
.ab-landing .jn-stops li.on i{color:var(--orange,#FF5F1F)!important}
.ab-landing .jn-stops b{color:var(--ink,#17111B)!important}
.ab-landing .jn-stops .jn-cap{color:#6E6879!important}
.ab-landing .jn-route-tag{color:#8B8494!important}
.ab-landing .jn-caption b{color:var(--ink,#17111B)!important}
.ab-landing .jn-caption-sub{color:#8B8494!important}
@media (min-width:761px){
  .ab-landing .jn-card::after{border-left-color:#C9C2D0!important}
}
@media (max-width:760px){
  .ab-landing .jn-mob-bus{display:none!important}
}

/* Kodėl — atgal į šviesią */
.ab-landing .values.violet{background:#F8F4F9!important}
.ab-landing .values.violet h2{color:var(--ink,#17111B)!important}
.ab-landing .eyebrow2.wist{color:var(--orange,#FF5F1F)!important}
.ab-landing .values.violet .v3{border-top:2px solid var(--ink,#17111B)!important}
.ab-landing .values.violet .v3 h3{color:var(--ink,#17111B)!important}
.ab-landing .values.violet .v3 p{color:#6E6879!important}

/* Finalas — šviesus */
.ab-landing .final .wrap{background:#F8F4F9!important;border-radius:32px;padding:72px 48px;text-align:center}
.ab-landing .final .wrap .pin{display:none}
.ab-landing .final h2{color:var(--ink,#17111B)!important;font-size:clamp(28px,3.2vw,38px);margin:0}
.ab-landing .final-ctas{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px;flex-wrap:wrap}
.ab-landing .final .mail{display:block;margin-top:22px;color:#8B8494}
.ab-landing .final .mail a{color:var(--ink,#17111B)}

/* AI mygtukas ir sekcija */
.ab-landing .btn-ai{
  display:inline-flex;align-items:center;gap:9px;
  height:50px;padding:0 22px;border-radius:999px;box-sizing:border-box;
  background:#fff;border:1.5px solid var(--border-strong,#D8D4DE);
  font-family:'Inter',sans-serif;font-size:15px;font-weight:700;color:var(--ink,#17111B);
  cursor:pointer;transition:border-color .15s ease, box-shadow .15s ease;
}
.ab-landing .btn-ai:hover{border-color:var(--orange,#FF5F1F)}
.ab-landing .ai-star{color:var(--orange,#FF5F1F);font-size:15px}
.ab-landing .ai .ai-box{
  background:#fff;border:1px solid #ECE8F0;border-radius:28px;
  padding:56px 60px;box-shadow:0 2px 8px rgba(23,17,27,.04),0 26px 60px -30px rgba(23,17,27,.14);
}
.ab-landing .ai h2{font-size:clamp(26px,2.6vw,34px);letter-spacing:-.015em;margin:0 0 14px}
.ab-landing .ai-sub{color:#6E6879;font-size:16px;line-height:1.6;max-width:52ch;margin:0 0 22px}
.ab-landing .ai-example{
  display:inline-block;background:#F8F4F9;border-radius:14px;padding:14px 18px;
  font-size:14.5px;color:#4A4453;margin-bottom:26px;max-width:56ch;line-height:1.55;
}
.ab-landing .ai .btn-ai{background:var(--orange,#FF5F1F);border-color:var(--orange,#FF5F1F);color:#fff}
.ab-landing .ai .btn-ai .ai-star{color:#fff}
.ab-landing .ai .btn-ai:hover{filter:brightness(.96)}

/* Plaukiojantis AI pill */
.ab-landing #ai-pill{
  position:fixed;right:22px;bottom:22px;z-index:380;
  display:inline-flex;align-items:center;gap:9px;
  height:46px;padding:0 18px;border-radius:999px;
  background:#fff;border:1.5px solid #ECE8F0;
  font-family:'Inter',sans-serif;font-size:14px;font-weight:700;color:var(--ink,#17111B);
  box-shadow:0 2px 6px rgba(23,17,27,.08),0 14px 34px -12px rgba(23,17,27,.25);
  cursor:pointer;transition:transform .15s ease, border-color .15s ease;
}
.ab-landing #ai-pill:hover{transform:translateY(-2px);border-color:var(--orange,#FF5F1F)}
.ab-landing #ai-pill .ai-star{color:var(--orange,#FF5F1F)}

/* AI panelė */
.ab-landing #ai-panel{
  position:fixed;right:22px;bottom:80px;z-index:390;width:min(430px, calc(100vw - 32px));
  background:#fff;border:1px solid #ECE8F0;border-radius:22px;
  box-shadow:0 6px 18px rgba(23,17,27,.10),0 40px 90px -30px rgba(23,17,27,.35);
  padding:24px 24px 20px;box-sizing:border-box;
  opacity:0;transform:translateY(12px) scale(.985);pointer-events:none;
  transition:opacity .24s ease, transform .24s cubic-bezier(.2,.8,.25,1);
}
.ab-landing #ai-panel.open{opacity:1;transform:none;pointer-events:auto}
.ab-landing #ai-panel h3{margin:0 0 6px;font-size:18px;font-weight:750;color:var(--ink,#17111B);letter-spacing:-.01em}
.ab-landing #ai-panel .ai-p-sub{margin:0 0 16px;font-size:13.5px;color:#6E6879;line-height:1.5}
.ab-landing #ai-panel textarea{
  width:100%;min-height:88px;resize:none;box-sizing:border-box;
  border:1.5px solid #E0DDE5;border-radius:14px;padding:12px 14px;
  font-family:'Inter',sans-serif;font-size:14.5px;color:var(--ink,#17111B);line-height:1.5;outline:none;
}
.ab-landing #ai-panel textarea:focus{border-color:var(--orange,#FF5F1F);box-shadow:0 0 0 3px rgba(255,95,31,.10)}
.ab-landing #ai-panel .ai-go{
  margin-top:12px;width:100%;height:48px;border:none;border-radius:999px;
  background:var(--orange,#FF5F1F);color:#fff;font-family:'Inter',sans-serif;
  font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;
}
.ab-landing #ai-panel .ai-go:hover{filter:brightness(.96)}
.ab-landing #ai-panel .ai-proc{display:none;align-items:center;gap:10px;margin-top:14px;color:#6E6879;font-size:13.5px}
.ab-landing #ai-panel.busy .ai-proc{display:flex}
.ab-landing #ai-panel.busy .ai-go{opacity:.5;pointer-events:none}
.ab-landing .ai-spin{width:16px;height:16px;border-radius:999px;border:2.5px solid #ECE8F0;border-top-color:var(--orange,#FF5F1F);animation:aispin .8s linear infinite;flex:none}
@keyframes aispin{to{transform:rotate(360deg)}}
.ab-landing #ai-result{display:none;margin-top:14px;border:1px solid #ECE8F0;border-radius:16px;padding:16px}
.ab-landing #ai-panel.done #ai-result{display:block}
.ab-landing #ai-result .r-route{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:750;color:var(--ink,#17111B)}
.ab-landing #ai-result .r-route svg{color:var(--orange,#FF5F1F)}
.ab-landing #ai-result .r-meta{margin-top:6px;font-size:13.5px;color:#6E6879;font-variant-numeric:tabular-nums}
.ab-landing #ai-result .r-go{
  margin-top:14px;width:100%;height:44px;border:none;border-radius:999px;
  background:var(--orange,#FF5F1F);color:#fff;font-size:14.5px;font-weight:700;cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:8px;font-family:'Inter',sans-serif;
}
.ab-landing #ai-result .r-hint{margin-top:8px;font-size:12px;color:#8B8494;text-align:center}
.ab-landing #ai-close{
  position:absolute;top:14px;right:14px;width:30px;height:30px;border:none;border-radius:999px;
  background:#F4EFF6;color:#4A4453;font-size:15px;cursor:pointer;line-height:1;
}
/* DUK: tik 6 svarbiausi */
.ab-landing .faq .faq-list details:nth-of-type(n+7){display:none!important}

/* ═══ TRUST — premium logo wall (marquee) ═══ */
.ab-landing .trust{background:#fff;padding:130px 0 110px}
.ab-landing .trust-head{text-align:center;margin-bottom:64px}
.ab-landing .trust-head .eyebrow2{margin-bottom:12px}
.ab-landing .trust-head h2{font-size:clamp(28px,3vw,38px);letter-spacing:-.015em;margin:0}
.ab-landing .trust-band{
  border-top:1px solid #EAE8ED;border-bottom:1px solid #EAE8ED;
  padding:38px 0;overflow:hidden;position:relative;
}
.ab-landing .trust-track{
  display:flex;align-items:center;gap:104px;width:max-content;
  animation:trustmove 36s linear infinite;padding-left:104px;
}
.ab-landing .trust-band:hover .trust-track{animation-play-state:paused}
@keyframes trustmove{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){ .ab-landing .trust-track{animation:none} }
.ab-landing .tl{
  flex:none;font-family:'Inter',sans-serif;color:#7A7385;opacity:.72;
  transition:color .3s ease, opacity .3s ease;
  white-space:nowrap;line-height:1;cursor:default;user-select:none;
}
.ab-landing .tl:hover{opacity:1}
.ab-landing .tl-lidl{font-size:25px;font-weight:900;letter-spacing:.05em}
.ab-landing .tl-lidl:hover{color:#0050AA}
.ab-landing .tl-vfa{font-size:13px;font-weight:800;letter-spacing:.14em}
.ab-landing .tl-vfa:hover{color:#1D4E9E}
.ab-landing .tl-lff{font-size:12.5px;font-weight:800;letter-spacing:.14em}
.ab-landing .tl-lff:hover{color:#046A38}
.ab-landing .tl-vu{font-size:13px;font-weight:750;letter-spacing:.16em}
.ab-landing .tl-vu:hover{color:#7B003C}
.ab-landing .tl-ism{font-size:24px;font-weight:850;letter-spacing:.08em}
.ab-landing .tl-ism:hover{color:#1B2A4A}
.ab-landing .tl-telia{font-size:24px;font-weight:700;letter-spacing:-.01em}
.ab-landing .tl-telia:hover{color:#990AE3}
.ab-landing .tl-seb{font-size:24px;font-weight:850;font-style:italic;letter-spacing:.02em}
.ab-landing .tl-seb:hover{color:#2E7D32}
.ab-landing .tl-swed{font-size:22px;font-weight:750;letter-spacing:-.01em}
.ab-landing .tl-swed:hover{color:#FF5F00}
.ab-landing .tl-del{font-size:22px;font-weight:750;letter-spacing:-.01em}
.ab-landing .tl-del b{font-weight:750}
.ab-landing .tl-del:hover{color:#17111B}
.ab-landing .tl-del:hover b{color:#86BC25}
.ab-landing .tl-pwc{font-size:24px;font-weight:800;letter-spacing:-.01em}
.ab-landing .tl-pwc:hover{color:#D04A02}
@media (max-width:760px){
  .ab-landing .trust{padding:88px 0 76px}
  .ab-landing .trust-head{margin-bottom:40px}
  .ab-landing .trust-track{gap:64px;padding-left:64px}
}

/* ═══ AI-SIDE: Planuoti su AI visada šalia Planuoti kelionę ═══ */
.ab-landing header nav a[href="#kelioniu-tipai"]{display:none!important}
.ab-landing .p-row{display:flex;gap:10px;margin-top:12px;align-items:stretch}
.ab-landing .p-row .p-cta{margin-top:0!important;flex:1 1 auto;min-width:0}
.ab-landing .p-row .btn-ai{flex:0 0 auto;height:auto}
.ab-landing .jn-foot .btn-ai{height:46px;padding:0 18px;font-size:14px}
@media (max-width:560px){
  .ab-landing .p-row{flex-direction:column}
  .ab-landing .p-row .btn-ai{height:48px;justify-content:center}
}

/* ═══ NO-DOTS: puslapio punktyrinis stuburas ir taškai pašalinti ═══ */
.ab-landing .sp .wrap::before{display:none!important;content:none!important}
.ab-landing .node{display:none!important}
.ab-landing .hero .node{display:none!important}
.ab-landing .jn-card::after{display:none!important;content:none!important}

/* ═══ ALIGN-ONE: vienoda kairė/dešinė linija visoms sekcijoms ═══ */
.ab-landing .sp .wrap{padding-left:28px!important;padding-right:28px!important}
.ab-landing .bleed .wrap{padding-left:28px!important;padding-right:28px!important}
.ab-landing .hero-inner{padding-left:0!important}
.ab-landing .trust-head{padding-left:28px!important;padding-right:28px!important}
.ab-landing .final .wrap{max-width:1104px!important}
.ab-landing .jn-foot{justify-content:flex-start!important}
.ab-landing .jn-foot .btn-main{margin-left:auto!important}
@media (max-width:760px){ .ab-landing .jn-foot .btn-main{margin-left:0!important} }
/* Foto juosta — šviesi, gyva, be tamsaus overlay */
.ab-landing .photo-band{background:#fff;padding:0 0 110px}
.ab-landing .pb-wrap img{
  width:100%;height:460px;object-fit:cover;display:block;
  border-radius:32px;
  box-shadow:0 4px 12px rgba(23,17,27,.06),0 36px 80px -38px rgba(23,17,27,.30);
  background:linear-gradient(135deg,#F8F4F9,#EFEAF2);
}
@media (max-width:760px){
  .ab-landing .photo-band{padding:0 0 72px}
  .ab-landing .pb-wrap img{height:260px;border-radius:22px}
}

/* ═══════════════════════════════════════════════════════════════
   AI-DEMO — gyva produkto demonstracija: sakinys → sistema
   ═══════════════════════════════════════════════════════════════ */
.ab-landing .ai{background:#F8F4F9;padding:120px 0}
.ab-landing .aid-head{max-width:56ch;margin-bottom:48px}
.ab-landing .aid-head h2{font-size:clamp(26px,2.8vw,36px);letter-spacing:-.015em;margin:0 0 12px}
.ab-landing .aid{display:grid;grid-template-columns:42fr 58fr;gap:36px;align-items:start}
.ab-landing .aid-left{min-width:0}
.ab-landing .aid-input{
  background:#fff;border:1.5px solid #E7E4EB;border-radius:20px;padding:20px;
  box-shadow:0 2px 8px rgba(23,17,27,.04);cursor:text;
}
.ab-landing .aid-input.focus{border-color:var(--orange,#FF5F1F);box-shadow:0 0 0 3px rgba(255,95,31,.10)}
.ab-landing .aid-text{
  min-height:96px;font-size:16.5px;line-height:1.6;color:var(--ink,#17111B);
  outline:none;position:relative;word-break:break-word;
}
.ab-landing .aid-text .hl{color:var(--orange,#FF5F1F);font-weight:650;transition:color .3s ease}
.ab-landing .aid-ph{color:#B9B0C2;display:none}
.ab-landing .aid-text.empty .aid-ph{display:inline}
.ab-landing .aid-caret{
  display:inline-block;width:2px;height:1.15em;background:var(--orange,#FF5F1F);
  vertical-align:text-bottom;margin-left:1px;
  animation:aidblink 1s steps(1) infinite;
}
@keyframes aidblink{50%{opacity:0}}
.ab-landing .aid-go{
  margin-top:14px;width:100%;height:50px;border:none;border-radius:999px;
  background:#F1EFF4;color:#8B8494;font-family:'Inter',sans-serif;font-size:15px;font-weight:700;
  display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;
  transition:background .3s ease,color .3s ease;
}
.ab-landing .aid-go .ai-star{color:#B9B0C2;transition:color .3s ease}
.ab-landing .aid-go.armed{background:var(--orange,#FF5F1F);color:#fff}
.ab-landing .aid-go.armed .ai-star{color:#fff}
.ab-landing .aid-proc{
  display:flex;align-items:center;gap:9px;margin-top:16px;
  font-size:14px;font-weight:650;color:#6E6879;
  opacity:0;transition:opacity .25s ease;height:20px;
}
.ab-landing .aid-proc.on{opacity:1}
.ab-landing .aid-sparkle{animation:aidspark 1s ease-in-out infinite}
@keyframes aidspark{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.6}}
.ab-landing .aid-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;min-height:36px}
.ab-landing .aid-chip{
  display:inline-flex;flex-direction:column;gap:1px;
  background:#fff;border:1.5px solid #E7E4EB;border-radius:12px;padding:7px 12px;
  opacity:0;transform:translateY(8px);
  transition:opacity .3s ease, transform .3s ease, border-color .3s ease;
}
.ab-landing .aid-chip.in{opacity:1;transform:none}
.ab-landing .aid-chip.sent{opacity:.35;border-color:#EEE9F1}
.ab-landing .aid-chip small{font-size:9.5px;font-weight:800;letter-spacing:.1em;color:#B9B0C2;text-transform:uppercase}
.ab-landing .aid-chip b{font-size:13.5px;font-weight:700;color:var(--ink,#17111B)}
/* Dešinė: booking preview mūsų DS kalba */
.ab-landing .aid-book{
  background:#fff;border:1px solid #ECE8F0;border-radius:24px;padding:26px 28px;
  box-shadow:0 2px 8px rgba(23,17,27,.05),0 30px 70px -34px rgba(23,17,27,.22);
}
.ab-landing .aid-steps{list-style:none;display:flex;gap:4px;margin:0 0 24px;padding:0 0 18px;border-bottom:1px solid #F0EDF3;flex-wrap:wrap}
.ab-landing .aid-steps li{
  display:flex;align-items:center;gap:7px;
  font-size:12.5px;font-weight:700;color:#B9B0C2;flex:1;white-space:nowrap;
}
.ab-landing .aid-steps li .n{
  width:22px;height:22px;border-radius:999px;border:2px solid #E0DDE5;color:#B9B0C2;
  display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex:none;
  transition:all .3s ease;
}
.ab-landing .aid-steps li.cur{color:var(--ink,#17111B)}
.ab-landing .aid-steps li.cur .n{border-color:var(--orange,#FF5F1F);background:var(--orange,#FF5F1F);color:#fff}
.ab-landing .aid-steps li.done{color:var(--ink,#17111B)}
.ab-landing .aid-steps li.done .n{border-color:var(--ink,#17111B);background:var(--ink,#17111B);color:#fff}
.ab-landing .aid-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ab-landing .aid-f small{
  display:block;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:#8B8494;margin:0 2px 6px;
}
.ab-landing .aid-f .v{
  height:52px;border:1.5px solid #E0DDE5;border-radius:12px;background:#fff;
  display:flex;align-items:center;padding:0 16px;
  font-size:15.5px;font-weight:600;color:#B9B0C2;
  transition:border-color .35s ease,color .35s ease,box-shadow .35s ease,background .35s ease;
}
.ab-landing .aid-f.fill .v{color:var(--ink,#17111B)}
.ab-landing .aid-f.flash .v{border-color:var(--orange,#FF5F1F);box-shadow:0 0 0 3px rgba(255,95,31,.12);background:#FFFDFC}
.ab-landing .aid-f[data-f="pax"]{grid-column:2}
.ab-landing .aid-f[data-f="from"],.ab-landing .aid-f[data-f="to"]{grid-column:span 1}
.ab-landing .aid-done{
  margin-top:22px;padding-top:20px;border-top:1px solid #F0EDF3;
  opacity:0;transform:translateY(6px);transition:opacity .35s ease, transform .35s ease;
}
.ab-landing .aid-done.on{opacity:1;transform:none}
.ab-landing .aid-done-t{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:750;color:var(--ink,#17111B)}
.ab-landing .aid-done-t .ck{
  width:22px;height:22px;border-radius:999px;background:var(--orange,#FF5F1F);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:12px;flex:none;
}
.ab-landing .aid-done-s{margin:6px 0 14px;font-size:13.5px;color:#6E6879}
.ab-landing .aid-cta{
  height:46px;padding:0 20px;border:none;border-radius:999px;
  background:var(--orange,#FF5F1F);color:#fff;font-family:'Inter',sans-serif;
  font-size:14.5px;font-weight:700;cursor:pointer;
  display:inline-flex;align-items:center;gap:9px;
}
.ab-landing .aid-cta:hover{filter:brightness(.96)}
.ab-landing .aid-fade{transition:opacity .4s ease}
.ab-landing .aid-fade.out{opacity:.25}
@media (max-width:980px){
  .ab-landing .aid{grid-template-columns:1fr;gap:24px}
  .ab-landing .aid-steps li{font-size:0;gap:0}
  .ab-landing .aid-steps li .n{margin-right:0}
  .ab-landing .aid-steps{gap:10px;justify-content:flex-start}
  .ab-landing .aid-steps li{flex:0 0 auto}
  .ab-landing .aid-fields{grid-template-columns:1fr}
  .ab-landing .aid-f[data-f="pax"]{grid-column:1}
  .ab-landing .ai{padding:80px 0}
}

/* ═══ AI-DEMO v2: stage ekranai, transportas, paslaugos, kontaktai, apmokėjimas, success ═══ */
.ab-landing .aid-body{position:relative;min-height:252px}
.ab-landing .aid-stage{display:none}
.ab-landing .aid-stage.on{display:block;animation:aidStgIn .34s ease both}
.ab-landing .aid-stage.on.off{animation:aidStgOut .24s ease both}
@keyframes aidStgIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes aidStgOut{from{opacity:1;transform:none}to{opacity:0;transform:translateY(-8px)}}
.ab-landing .aid-sechead{
  font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:#8B8494;margin:2px 0 14px;
}
/* stepper — completed oranžinis ✓ */
.ab-landing .aid-steps li.done .n{border-color:var(--orange,#FF5F1F);background:var(--orange,#FF5F1F);color:#fff}
/* transportas */
.ab-landing .aid-veh{
  display:flex;align-items:center;gap:18px;position:relative;
  border:1.5px solid #E7E4EB;border-radius:16px;padding:16px 18px;background:#fff;
  transition:border-color .3s ease,box-shadow .3s ease;
}
.ab-landing .aid-veh.sel{border-color:var(--orange,#FF5F1F);box-shadow:0 0 0 3px rgba(255,95,31,.12)}
.ab-landing .aid-veh img{width:118px;height:auto;flex:0 0 auto;display:block}
.ab-landing .aid-veh-info{display:flex;flex-direction:column;gap:3px;min-width:0}
.ab-landing .aid-veh-info b{font-size:15.5px;font-weight:750;color:var(--ink,#17111B);letter-spacing:-.01em}
.ab-landing .aid-veh-info .seats{font-size:13px;color:#6E6879;font-weight:600}
.ab-landing .aid-veh-info .fit{font-size:12.5px;color:#8B8494}
.ab-landing .aid-veh-ck{
  position:absolute;top:12px;right:12px;width:22px;height:22px;border-radius:50%;
  background:var(--orange,#FF5F1F);color:#fff;font-size:12px;font-weight:800;
  display:flex;align-items:center;justify-content:center;
  opacity:0;transform:scale(.5);transition:opacity .28s ease,transform .28s cubic-bezier(.34,1.56,.64,1);
}
.ab-landing .aid-veh.sel .aid-veh-ck{opacity:1;transform:scale(1)}
.ab-landing .aid-note{
  display:flex;align-items:center;gap:8px;margin-top:14px;
  font-size:13px;font-weight:650;color:var(--orange,#FF5F1F);
  opacity:0;transition:opacity .35s ease;
}
.ab-landing .aid-note.on{opacity:1}
/* paslaugos */
.ab-landing .aid-svc{display:flex;flex-direction:column;gap:10px}
.ab-landing .aid-svc-row{
  display:flex;align-items:center;gap:12px;
  border:1.5px solid #E7E4EB;border-radius:14px;padding:12px 14px;background:#fff;
  transition:border-color .3s ease,background .3s ease;
}
.ab-landing .aid-svc-row .bx{
  width:20px;height:20px;border-radius:6px;border:1.5px solid #D8D4DE;
  display:flex;align-items:center;justify-content:center;
  color:transparent;font-size:11px;font-weight:800;flex:0 0 auto;
  transition:background .25s ease,border-color .25s ease,color .25s ease;
}
.ab-landing .aid-svc-row.ck{border-color:var(--orange,#FF5F1F);background:#FFFDFC}
.ab-landing .aid-svc-row.ck .bx{background:var(--orange,#FF5F1F);border-color:var(--orange,#FF5F1F);color:#fff}
.ab-landing .aid-svc-row b{display:block;font-size:14px;font-weight:700;color:var(--ink,#17111B)}
.ab-landing .aid-svc-row small{display:block;font-size:12px;color:#6E6879;font-weight:500;margin-top:1px}
.ab-landing .aid-svc-row .rec{
  margin-left:auto;font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  color:var(--orange,#FF5F1F);opacity:0;transition:opacity .3s ease;white-space:nowrap;
}
.ab-landing .aid-svc-row.ck .rec{opacity:1}
/* kontaktai */
.ab-landing .aid-c4 .aid-f[data-f="tel"]{grid-column:1 / -1}
/* apmokėjimas — santrauka */
.ab-landing .aid-sum{border:1.5px solid #E7E4EB;border-radius:16px;overflow:hidden;background:#fff}
.ab-landing .aid-sum-row{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:11px 16px;border-top:1px solid #F0EDF3;
  opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease;
}
.ab-landing .aid-sum-row:first-child{border-top:0}
.ab-landing .aid-sum-row.in{opacity:1;transform:none}
.ab-landing .aid-sum-row small{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8B8494}
.ab-landing .aid-sum-row b{font-size:13.5px;font-weight:700;color:var(--ink,#17111B);text-align:right}
.ab-landing .aid-submit{
  margin-top:16px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;
  background:var(--orange,#FF5F1F);color:#fff;border:0;border-radius:14px;padding:14px;
  font:inherit;font-size:14.5px;font-weight:700;cursor:pointer;
  transition:transform .16s ease,filter .16s ease;
}
.ab-landing .aid-submit.press{transform:scale(.965);filter:brightness(.88)}
/* success */
.ab-landing .aid-ok{text-align:center;padding:10px 0 2px}
.ab-landing .aid-ok-ck{
  width:64px;height:64px;margin:0 auto 16px;border-radius:50%;
  background:var(--orange,#FF5F1F);color:#fff;font-size:28px;font-weight:800;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 14px 32px -12px rgba(255,95,31,.55);
  animation:aidOkPop .55s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes aidOkPop{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}
.ab-landing .aid-ok h3{margin:0 0 6px;font-size:20px;font-weight:800;color:var(--ink,#17111B);letter-spacing:-.015em}
.ab-landing .aid-ok p{margin:0 0 14px;font-size:13.5px;color:#6E6879}
.ab-landing .aid-ok-sum{font-size:14.5px;font-weight:750;color:var(--ink,#17111B)}
.ab-landing .aid-ok-sub{margin-top:3px;font-size:13px;color:#6E6879}
.ab-landing .aid-ok-chip{
  display:inline-flex;align-items:center;gap:8px;margin-top:14px;
  padding:7px 14px;border-radius:999px;background:#FFF3EC;color:var(--orange,#FF5F1F);
  font-size:12px;font-weight:700;
}
.ab-landing .aid-ok-chip .dot{width:7px;height:7px;border-radius:50%;background:var(--orange,#FF5F1F);animation:aidDot 1.2s ease-in-out infinite}
@keyframes aidDot{0%,100%{opacity:.35}50%{opacity:1}}
.ab-landing .aid-ok .aid-cta{
  margin-top:16px;background:#fff;color:var(--ink,#17111B);
  border:1.5px solid #E7E4EB;
}
.ab-landing .aid-ok .aid-cta:hover{border-color:var(--ink,#17111B);filter:none}
@media (prefers-reduced-motion:reduce){
  .ab-landing .aid-stage.on,.ab-landing .aid-ok-ck{animation:none}
  .ab-landing .aid-ok-chip .dot{animation:none;opacity:1}
}
@media (max-width:560px){
  .ab-landing .aid-veh{gap:12px;padding:13px 14px}
  .ab-landing .aid-veh img{width:88px}
  .ab-landing .aid-svc-row .rec{display:none}
  .ab-landing .aid-c4 .aid-f[data-f="tel"]{grid-column:1}
}

/* ═══ PHOTO-2: gyvas triptikas su lėtu kvėpuojančiu zoom ═══ */
.ab-landing .photo-band{background:#fff;padding:0 0 120px}
.ab-landing .pb-mosaic{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:18px;align-items:stretch}
.ab-landing .pb-item{
  margin:0;border-radius:26px;overflow:hidden;position:relative;
  box-shadow:0 3px 10px rgba(23,17,27,.06),0 26px 60px -32px rgba(23,17,27,.28);
  background:linear-gradient(135deg,#F8F4F9,#EFEAF2);
}
.ab-landing .pb-a{height:440px}
.ab-landing .pb-b{height:440px;margin-top:34px}
.ab-landing .pb-c{height:440px}
.ab-landing .pb-item img{
  width:100%;height:100%;object-fit:cover;display:block;
  animation:pbzoom 22s ease-in-out infinite alternate;
  will-change:transform;
}
.ab-landing .pb-b img{animation-delay:-7s}
.ab-landing .pb-c img{animation-delay:-14s}
@keyframes pbzoom{from{transform:scale(1)}to{transform:scale(1.08)}}
@media (prefers-reduced-motion:reduce){ .ab-landing .pb-item img{animation:none} }
@media (max-width:900px){
  .ab-landing .pb-mosaic{grid-template-columns:1fr;gap:14px}
  .ab-landing .pb-a,.ab-landing .pb-b,.ab-landing .pb-c{height:240px;margin-top:0}
  .ab-landing .photo-band{padding:0 0 72px}
}

/* NO-FAQ: DUK pašalintas iš puslapio */
.ab-landing a[href="#duk"]{display:none!important}

/* ═══ FINAL-BAR: premium finalinis planavimo CTA ═══ */
.ab-landing .final .wrap{padding:76px 56px 60px!important;text-align:center}
.ab-landing .final-sub{margin:14px 0 0;font-size:16.5px;color:#6E6879}
.ab-landing .fbar{
  margin:36px auto 0;max-width:920px;
  display:flex;align-items:stretch;
  background:#fff;border:1.5px solid #E7E4EB;border-radius:22px;
  padding:10px;box-sizing:border-box;text-align:left;
  box-shadow:0 2px 8px rgba(23,17,27,.04),0 24px 54px -28px rgba(23,17,27,.16);
  transition:border-color .2s ease, box-shadow .2s ease;
}
.ab-landing .fbar:focus-within{border-color:#D8D4DE}
.ab-landing .fbar-cell{flex:1 1 0;min-width:0;padding:10px 18px;border-radius:14px;transition:background .2s ease}
.ab-landing .fbar-cell:hover{background:#FAF8FC}
.ab-landing .fbar-cell:focus-within{background:#FFF8F3}
.ab-landing .fbar-cell small{
  display:block;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:#8B8494;margin-bottom:3px;
}
.ab-landing .fbar-cell input{
  width:100%;border:none;outline:none;background:transparent;
  font-family:'Inter',sans-serif;font-size:16px;font-weight:600;color:var(--ink,#17111B);
  padding:0;
}
.ab-landing .fbar-cell input::placeholder{color:#B9B0C2;font-weight:500}
.ab-landing .fbar-cell input.hv-inv{box-shadow:inset 0 0 0 0!important}
.ab-landing .fbar-cell.inv{background:#FDF0F0;box-shadow:inset 0 0 0 1.5px #E5484D}
.ab-landing .fbar-when{flex:0 0 170px}
.ab-landing .fbar-div{width:1.5px;background:#EEEBF1;margin:10px 0;flex:none}
.ab-landing .fbar-go{
  flex:0 0 auto;margin-left:10px;border:none;border-radius:16px;
  background:var(--orange,#FF5F1F);color:#fff;
  font-family:'Inter',sans-serif;font-size:15.5px;font-weight:700;
  padding:0 26px;cursor:pointer;
  display:flex;align-items:center;gap:10px;
  transition:filter .15s ease, transform .15s ease;
}
.ab-landing .fbar-go:hover{filter:brightness(.96)}
.ab-landing .fbar-go:active{transform:translateY(1px)}
.ab-landing .fbar.hv-shake{animation:hvShake .34s ease}
.ab-landing .fbar-ai{margin:20px 0 0;font-size:14px;color:#8B8494;display:flex;align-items:center;justify-content:center;gap:7px}
.ab-landing .fbar-ai .ai-star{color:var(--orange,#FF5F1F)}
.ab-landing .fbar-ai-link{
  border:none;background:none;padding:0;cursor:pointer;
  font-family:'Inter',sans-serif;font-size:14px;font-weight:700;color:var(--ink,#17111B);
  border-bottom:1.5px solid #D8D4DE;transition:color .15s ease, border-color .15s ease;
}
.ab-landing .fbar-ai-link:hover{color:var(--orange,#FF5F1F);border-color:var(--orange,#FF5F1F)}
.ab-landing .fbar-quick{margin:26px 0 0;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.ab-landing .fbar-quick button{
  border:1px solid #E7E4EB;background:#fff;border-radius:999px;
  height:36px;padding:0 15px;cursor:pointer;
  font-family:'Inter',sans-serif;font-size:13px;font-weight:650;color:#4A4453;
  display:inline-flex;align-items:center;gap:7px;
  transition:border-color .2s ease, color .2s ease, background .2s ease;
}
.ab-landing .fbar-quick button i{font-style:normal;color:var(--orange,#FF5F1F)}
.ab-landing .fbar-quick button:hover{border-color:var(--orange,#FF5F1F);color:var(--ink,#17111B)}
.ab-landing .final .mail{margin-top:30px}
@media (max-width:860px){
  .ab-landing .final .wrap{padding:56px 22px 48px!important}
  .ab-landing .fbar{flex-direction:column;padding:12px;gap:4px}
  .ab-landing .fbar-div{display:none}
  .ab-landing .fbar-cell{padding:12px 14px}
  .ab-landing .fbar-when{flex:1 1 auto}
  .ab-landing .fbar-go{margin:8px 0 0;height:52px;justify-content:center}
}

/* JN-CARD-XL: didesnė užsakymo kortelė */
.ab-landing .jn-card{min-width:310px!important;padding:22px 24px 18px!important;border-radius:22px!important}
.ab-landing .jn-card-route{font-size:20px!important;gap:10px!important}
.ab-landing .jn-card-route svg{width:16px!important;height:16px!important}
.ab-landing .jn-card-meta{font-size:15px!important;margin-top:6px!important}
.ab-landing .jn-card-status{margin-top:15px!important;padding-top:15px!important;gap:10px!important}
.ab-landing .jn-card-status .jn-dot{width:10px!important;height:10px!important}
.ab-landing .jn-card-status b{font-size:15.5px!important}

/* ═══════════════════════════════════════════════════════════════
   APP-SEC — programėlės demonstracija
   ═══════════════════════════════════════════════════════════════ */
.ab-landing .appsec{background:#fff;padding:120px 0}
.ab-landing .app2{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}
.ab-landing .app2-left h2{font-size:clamp(28px,3vw,38px);letter-spacing:-.015em;margin:0 0 14px}
.ab-landing .app2-sub{font-size:16.5px;line-height:1.6;color:#6E6879;max-width:46ch;margin:0 0 30px}
.ab-landing .app2-feats{list-style:none;margin:0 0 34px;padding:0;counter-reset:af}
.ab-landing .app2-feats li{
  counter-increment:af;position:relative;padding:0 0 16px 46px;
  font-size:16px;color:var(--ink,#17111B);
}
.ab-landing .app2-feats li b{font-weight:650}
.ab-landing .app2-feats li::before{
  content:counter(af, decimal-leading-zero);
  position:absolute;left:0;top:2px;
  font-size:13px;font-weight:800;color:var(--orange,#FF5F1F);
  font-variant-numeric:tabular-nums;letter-spacing:.04em;
}
.ab-landing .app2-badges{display:flex;gap:12px;flex-wrap:wrap}
.ab-landing .store-badge{
  display:inline-flex;align-items:center;gap:11px;
  background:var(--ink,#17111B);color:#fff;text-decoration:none;
  border-radius:12px;padding:9px 18px 9px 14px;
  transition:transform .15s ease, filter .15s ease;
}
.ab-landing .store-badge:hover{transform:translateY(-2px);filter:brightness(1.12)}
.ab-landing .store-badge span{display:flex;flex-direction:column;line-height:1.15}
.ab-landing .store-badge small{font-size:10px;font-weight:500;color:#C9C2D0}
.ab-landing .store-badge b{font-size:15.5px;font-weight:700;color:#fff}
/* Telefonas */
.ab-landing .app2-right{position:relative;display:flex;justify-content:center}
.ab-landing .phone-ghost{
  position:absolute;top:34px;left:calc(50% - 245px);
  width:270px;height:560px;border-radius:44px;
  background:#F1EFF4;border:1px solid #E7E4EB;
  transform:rotate(-4deg);z-index:0;
}
.ab-landing .phone{
  position:relative;z-index:1;
  width:300px;height:620px;border-radius:48px;
  background:#F8F4F9;border:10px solid var(--ink,#17111B);
  box-shadow:0 6px 18px rgba(23,17,27,.12),0 50px 100px -40px rgba(23,17,27,.45);
  overflow:hidden;box-sizing:border-box;
}
.ab-landing .phone-island{
  position:absolute;top:12px;left:50%;transform:translateX(-50%);
  width:86px;height:24px;border-radius:999px;background:var(--ink,#17111B);z-index:3;
}
.ab-landing .phone-scr{position:absolute;inset:0;padding:52px 16px 16px;box-sizing:border-box}
.ab-landing .scr{
  position:absolute;inset:0;padding:52px 16px 16px;box-sizing:border-box;
  opacity:0;transform:translateY(8px);pointer-events:none;
  transition:opacity .5s ease, transform .5s ease;
}
.ab-landing .scr.scr-on{opacity:1;transform:none;pointer-events:auto}
.ab-landing .scr-top{margin:0 2px 14px}
.ab-landing .scr-top b{font-size:19px;font-weight:800;letter-spacing:-.01em;color:var(--ink,#17111B)}
.ab-landing .scr-card,.ab-landing .scr-hero,.ab-landing .scr-veh{
  background:#fff;border:1px solid #ECE8F0;border-radius:16px;
  padding:14px 15px;margin-bottom:10px;position:relative;
}
.ab-landing .sc-route{font-size:15.5px;font-weight:750;color:var(--ink,#17111B);display:flex;align-items:center;gap:7px}
.ab-landing .sc-route.xl{font-size:18px}
.ab-landing .sc-route.sm{font-size:14.5px}
.ab-landing .sc-route i{font-style:normal;color:var(--orange,#FF5F1F)}
.ab-landing .sc-meta{margin-top:3px;font-size:12.5px;color:#8B8494;font-variant-numeric:tabular-nums}
.ab-landing .sc-chip{
  display:inline-flex;margin-top:9px;padding:4px 10px;border-radius:999px;
  font-size:11px;font-weight:700;color:#6E6879;background:#F4F1F6;
}
.ab-landing .sc-chip.on{background:#FFF0E8;color:var(--orange,#FF5F1F)}
.ab-landing .scr-card.dim{opacity:.55}
.ab-landing .scr-line{background:#fff;border:1px solid #ECE8F0;border-radius:16px;padding:16px}
.ab-landing .sl-row{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:650;color:var(--ink,#17111B)}
.ab-landing .sl-t{font-variant-numeric:tabular-nums;color:#6E6879;font-weight:600;width:44px}
.ab-landing .sl-d{width:11px;height:11px;border-radius:999px;border:3px solid var(--ink,#17111B);background:#fff;flex:none}
.ab-landing .sl-d.end{background:var(--orange,#FF5F1F);border-color:var(--orange,#FF5F1F)}
.ab-landing .sl-mid{width:2px;height:26px;background:#E9E5EE;margin:4px 0 4px 48px}
.ab-landing .scr-map{background:#fff;border:1px solid #ECE8F0;border-radius:16px;padding:10px;margin-bottom:10px}
.ab-landing .scr-map svg{display:block;width:100%;height:auto}
.ab-landing .scr-stops .ss{
  background:#fff;border:1px solid #ECE8F0;border-radius:12px;
  padding:10px 13px;margin-bottom:8px;font-size:13px;color:#4A4453;
}
.ab-landing .scr-stops .ss b{font-variant-numeric:tabular-nums;color:var(--ink,#17111B);margin-right:6px}
.ab-landing .scr-veh{text-align:left}
.ab-landing .veh-img{height:64px;width:auto;display:block;margin:2px 0 10px}
@media (max-width:980px){
  .ab-landing .app2{grid-template-columns:1fr;gap:44px}
  .ab-landing .app2-right{order:2}
  .ab-landing .phone{width:280px;height:580px}
  .ab-landing .phone-ghost{display:none}
  .ab-landing .appsec{padding:84px 0}
}

/* HDR-CLEAN: header be AI mygtuko prie logotipo */
.ab-landing header #ai-top{display:none!important}

/* ═══ AID-BANKS: bankų ikonėlės AI demo apmokėjime (kaip booking BANKS1) ═══ */
.ab-landing .aidb-cap{
  margin:16px 0 10px;font-size:11px;font-weight:800;letter-spacing:.12em;
  text-transform:uppercase;color:#8B8494;
}
.ab-landing .aidb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.ab-landing .aidb{
  position:relative;height:46px;background:#fff;
  border:1.5px solid #E7E4EB;border-radius:12px;
  display:inline-flex;align-items:center;justify-content:center;
  transition:border-color .25s ease,box-shadow .25s ease;
}
.ab-landing .aidb.on{
  border-color:var(--orange,#FF5F1F);
  box-shadow:inset 0 0 0 .5px var(--orange,#FF5F1F),0 6px 18px -12px rgba(255,95,31,.25);
}
.ab-landing .aidb .aidb-ck{
  position:absolute;top:5px;right:5px;width:15px;height:15px;border-radius:999px;
  background:var(--orange,#FF5F1F);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  opacity:0;transform:scale(.6);transition:opacity .22s ease,transform .22s cubic-bezier(.34,1.56,.64,1);
}
.ab-landing .aidb .aidb-ck svg{width:8px;height:8px}
.ab-landing .aidb.on .aidb-ck{opacity:1;transform:scale(1)}
.ab-landing .bk2{font-family:'Inter',sans-serif;font-weight:800;font-size:13px;letter-spacing:-.01em}
.ab-landing .bk2.swed{color:#EC5C0C}
.ab-landing .bk2.revolut{color:#191C1F;letter-spacing:-.03em}
.ab-landing .bk2.urbo{color:#1D6F5C;letter-spacing:.02em}
.ab-landing .bk2.seb{background:#60A537;color:#fff;padding:3px 10px;border-radius:4px;font-size:12px}
.ab-landing .bk2.luminor{color:#481335}
.ab-landing .bk2.citadele{background:#E01A22;color:#fff;padding:3px 8px;border-radius:4px;font-size:11.5px;font-weight:700}
.ab-landing .bk2.artea{color:#1B2A4A}
.ab-landing .bk2.paysera{color:#2E9BD6}
@media (max-width:560px){
  .ab-landing .aidb-grid{grid-template-columns:repeat(2,1fr)}
  .ab-landing .aidb{height:42px}
}

/* PC-ROUTE: maršruto antraštė „Kelionės informacija" pavyzdinėje kortelėje */
.ab-landing .pc-route{
  display:flex;align-items:center;gap:9px;margin:12px 0 2px;
  font-size:19px;font-weight:750;letter-spacing:-.015em;color:var(--ink,#17111B);
}
.ab-landing .pc-route svg{color:var(--orange,#FF5F1F);flex:none}
.ab-landing .proof-card .pc-date{margin:4px 0 18px;font-size:13.5px;font-weight:600;color:#6E6879}

/* ═══ JN-PHOTO: gyva kelionės fotografija, ištirpstanti į baltą foną ═══ */
.ab-landing .bleed-inner{position:relative;z-index:2}
.ab-landing .jn-photo{
  position:absolute;top:-14px;right:-24px;width:58%;height:70%;
  z-index:0;pointer-events:none;
}
.ab-landing .jn-photo img{
  width:100%;height:100%;object-fit:cover;object-position:center 45%;
  -webkit-mask-image:radial-gradient(ellipse 60% 56% at 60% 42%, rgba(0,0,0,.94) 32%, rgba(0,0,0,.5) 58%, transparent 79%);
  mask-image:radial-gradient(ellipse 60% 56% at 60% 42%, rgba(0,0,0,.94) 32%, rgba(0,0,0,.5) 58%, transparent 79%);
  opacity:.96;
}
/* turinys virš nuotraukos */
.ab-landing .jn-head,.ab-landing .jn{position:relative;z-index:1}
.ab-landing .jn-card{background:#fff!important}
@media (max-width:960px){
  .ab-landing .jn-photo{display:none}
}

/* ═══ JN-PHOTO-2: be blur — tokia pati forma kaip „Kaip tai veikia" nuotrauka ═══ */
.ab-landing .jn-photo{top:-8px;right:0;width:52%;height:54%}
.ab-landing .jn-photo img{
  -webkit-mask-image:none!important;mask-image:none!important;opacity:1;
  border-radius:32px;
  background:linear-gradient(135deg,#F8F4F9,#EFEAF2);
}
/* kortelė plaukia virš nuotraukos kaip proof kortelė „Kaip tai veikia" */
.ab-landing .jn-head .jn-card{margin-top:46px;margin-right:40px;box-shadow:0 6px 16px rgba(23,17,27,.10),0 30px 70px -26px rgba(23,17,27,.35)!important}
@media (max-width:960px){ .ab-landing .jn-head .jn-card{margin:0} }

/* ═══ FINAL-HERO: identiškas hero planavimas finalinėje sekcijoje ═══ */
.ab-landing .final .wrap{position:relative;overflow:hidden;text-align:left!important}
.ab-landing .final .wrap > *{position:relative;z-index:1}
.ab-landing .final .wrap > .hero-map{position:absolute;z-index:0}
.ab-landing .f2-planner-slot{max-width:620px}
.ab-landing .f2-planner-slot form.planner{margin-top:34px}
.ab-landing .final .fbar{display:none!important}
.ab-landing .final .fbar-ai{justify-content:flex-start;margin-top:26px}
.ab-landing .final .fbar-quick{justify-content:flex-start}
.ab-landing .final .mail{text-align:left}
.ab-landing .final h2{max-width:14ch}
.ab-landing .final .final-sub{max-width:44ch}
@media (max-width:940px){
  .ab-landing .final .wrap > .hero-map{display:none}
}

/* ═══ FINAL-LIGHT: be juodo fono aplink finalinę sekciją ═══ */
.ab-landing .final{background:#fff!important;padding:36px 0 96px!important}
.ab-landing .final .wrap{border:1px solid #EEEAF1;background:#fff!important}

/* ═══ JN-PHOTO-3: tvarkingas grid — tekstas | nuotrauka, kortelė virš nuotraukos ═══ */
.ab-landing .jn-head{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,46%);
  gap:56px;align-items:center;margin-bottom:44px;
}
.ab-landing .jn-head > div:first-child{grid-column:1;grid-row:1}
.ab-landing .jn-photo{
  display:block!important;position:relative!important;inset:auto!important;
  width:100%!important;height:auto!important;grid-column:2;grid-row:1;
  pointer-events:auto;z-index:0;
}
.ab-landing .jn-photo img{
  width:100%;height:400px;object-fit:cover;border-radius:32px;display:block;
  -webkit-mask-image:none!important;mask-image:none!important;opacity:1;
  background:linear-gradient(135deg,#F8F4F9,#EFEAF2);
}
.ab-landing .jn-photo .jn-card{
  position:absolute;left:-28px;bottom:34px;margin:0!important;
  box-shadow:0 6px 16px rgba(23,17,27,.10),0 30px 70px -26px rgba(23,17,27,.35)!important;
}
.ab-landing .jn-photo.noimg2 img{display:none}
.ab-landing .jn-photo.noimg2{min-height:280px;border-radius:32px;background:linear-gradient(135deg,#F8F4F9,#EFEAF2)}
@media (max-width:960px){
  .ab-landing .jn-head{grid-template-columns:1fr;gap:26px}
  .ab-landing .jn-photo{grid-column:1;grid-row:auto}
  .ab-landing .jn-photo img{height:260px}
  .ab-landing .jn-photo .jn-card{left:14px;bottom:14px}
}

/* JN-CARD-INFO: pilna kortelė virš nuotraukos — proporcijos */
.ab-landing .jn-photo img{height:470px}
.ab-landing .jn-photo .jn-card{
  left:-28px;bottom:30px;width:auto;max-width:none;min-width:0!important;box-sizing:border-box;
  padding:26px 26px 22px!important;border-radius:var(--r-card,20px)!important;
  transform:scale(.92);transform-origin:0 100%;
}
.ab-landing .jn-photo .jn-card .jn-card-status{margin-top:14px!important;padding-top:13px!important;gap:8px!important}
.ab-landing .jn-photo .jn-card .jn-card-status .jn-dot{width:8px!important;height:8px!important}
.ab-landing .jn-photo .jn-card .jn-card-status b{font-size:14px!important}
.ab-landing .jn-card .pc-route{font-size:19px;margin:10px 0 0}
.ab-landing .jn-card .pc-date{margin:2px 0 14px;font-size:13px;font-weight:600;color:#6E6879}
.ab-landing .jn-card .jn-card-status{margin-top:14px;padding-top:13px;border-top:1px solid #F0EDF3}
@media (max-width:960px){
  .ab-landing .jn-photo img{height:340px}
  .ab-landing .jn-photo .jn-card{left:10px;bottom:10px;transform:scale(.88);transform-origin:0 100%}
}

/* JN-NOBTN: journey sekcijoje mygtukai nereikalingi */
.ab-landing .bleed .jn-foot{display:none!important}

/* AI-WHITE: AI sekcija be violetinio atspalvio */
.ab-landing .ai{background:#fff!important}

/* FINAL-FREE: finalas laisvas, be rėmelio ir kortelės, kaip hero */
.ab-landing .final .wrap{
  border:none!important;border-radius:0!important;background:#fff!important;
  box-shadow:none!important;
}
.ab-landing .final{padding:24px 0 96px!important}

/* HERO-FREE: hero ir po juo einanti sekcija be linijų, laisvas flow */
.ab-landing .hero{background:#fff!important}
.ab-landing .how{background:#fff!important;border-top:none!important;border-bottom:none!important}

/* FINAL-EDGE: finalinės sekcijos žemėlapis iki pat krašto, identiškai kaip hero */
.ab-landing .final{position:relative;overflow:hidden}
.ab-landing .final > .hero-map{position:absolute;top:0;right:0;bottom:0;z-index:0}
.ab-landing .final .wrap{position:relative;z-index:1;background:transparent!important}

/* FINAL-OFF: finalinė „Kur keliausite toliau?" sekcija pašalinta */
.ab-landing .final{display:none!important}
.ab-landing a[href="#kelione"],.ab-landing a[href="#final"]{display:none!important}

/* JN-NOCARD: „Vienas užsakymas" be kelionės informacijos kortelės */
.ab-landing .jn-photo .jn-card{display:none!important}
.ab-landing #jn-card{display:none!important}

/* ═══ VEZ-SEC: sekcija vežėjams ═══ */
.ab-landing .vez{background:#fff;padding:120px 0}
.ab-landing .vez2{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}
.ab-landing .vez2-left h2{font-size:clamp(26px,2.8vw,36px);letter-spacing:-.015em;margin:0 0 12px;color:var(--ink,#17111B)}
.ab-landing .vez2-sub{margin:0 0 30px;font-size:16.5px;color:#6E6879;max-width:46ch}
.ab-landing .vez2-feats{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:18px;counter-reset:vzf}
.ab-landing .vez2-feats li{display:grid;grid-template-columns:34px 1fr;gap:0 14px;counter-increment:vzf}
.ab-landing .vez2-feats li::before{
  content:"0" counter(vzf);grid-row:1 / span 2;
  font-size:13px;font-weight:800;color:var(--orange,#FF5F1F);
  font-variant-numeric:tabular-nums;padding-top:2px;
}
.ab-landing .vez2-feats b{font-size:15.5px;font-weight:750;color:var(--ink,#17111B)}
.ab-landing .vez2-feats span{font-size:14px;color:#6E6879;margin-top:2px}
.ab-landing .vez2-cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.ab-landing .vez2-btn{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--orange,#FF5F1F);color:#fff;text-decoration:none;
  height:52px;padding:0 26px;border-radius:14px;
  font-size:15.5px;font-weight:700;letter-spacing:-.01em;
  transition:filter .15s ease, transform .15s ease;
}
.ab-landing .vez2-btn:hover{filter:brightness(.95)}
.ab-landing .vez2-btn:active{transform:translateY(1px)}
.ab-landing .vez2-note{font-size:13px;color:#8B8494;max-width:26ch}
.ab-landing .vez2-tile{
  position:relative;border-radius:32px;background:#FFF6F0;
  padding:56px 40px;display:flex;align-items:center;justify-content:center;
  min-height:380px;
}
.ab-landing .vez2-tile img{width:min(420px,90%);height:auto;display:block}
.ab-landing .vez2-chip{
  position:absolute;left:34px;bottom:30px;
  display:inline-flex;align-items:center;gap:9px;
  background:#fff;border:1px solid #ECE8F0;border-radius:999px;
  padding:10px 16px;font-size:13px;font-weight:700;color:var(--ink,#17111B);
  box-shadow:0 2px 6px rgba(23,17,27,.06),0 16px 36px -18px rgba(23,17,27,.22);
}
.ab-landing .vez2-chip .vz-dot{width:8px;height:8px;border-radius:50%;background:var(--orange,#FF5F1F);animation:vzPulse 1.6s ease-in-out infinite}
@keyframes vzPulse{0%,100%{opacity:.35}50%{opacity:1}}
@media (prefers-reduced-motion:reduce){ .ab-landing .vez2-chip .vz-dot{animation:none} }
@media (max-width:1000px){
  .ab-landing .vez2{grid-template-columns:1fr;gap:40px}
  .ab-landing .vez2-tile{min-height:280px;padding:40px 24px}
  .ab-landing .vez{padding:88px 0}
}

/* CASES-BACK: Kelionių tipai — balta sekcija */
.ab-landing .cases{background:#fff;padding:110px 0}
.ab-landing header nav a[href="#kelioniu-tipai"]{display:inline-block!important}

/* VEZ-PHOTO: vežėjų sekcijoje tikra vairuotojo nuotrauka */
.ab-landing .vez2-tile{padding:0;min-height:0;overflow:hidden}
.ab-landing .vez2-tile img{width:100%;height:440px;object-fit:cover;border-radius:32px;display:block}
.ab-landing .vez2-tile.vz-ill{padding:56px 40px;min-height:380px}
.ab-landing .vez2-tile.vz-ill img{width:min(420px,90%);height:auto;object-fit:contain}
@media (max-width:1000px){ .ab-landing .vez2-tile img{height:300px} }

/* SEAMLESS perėjimas: crossfade + mikro mastelis, be balto blyksnio */
.ab-landing #ab-book-overlay{
  position:fixed;inset:0;z-index:500;background:#fff;display:none;
  opacity:0;transform:scale(1.012);
  transition:opacity .46s cubic-bezier(.2,.8,.25,1), transform .46s cubic-bezier(.2,.8,.25,1);
  will-change:opacity,transform;
}
.ab-landing #ab-book-overlay.on{display:block}
.ab-landing #ab-book-overlay.show{opacity:1;transform:none}
.ab-landing #ab-book-overlay iframe{width:100%;height:100%;border:0;display:block}
.ab-landing.ab-leaving .hero-inner{transition:opacity .4s ease, transform .4s ease;opacity:.35;transform:scale(.992)}

/* ═══ APP INTEGRATION FIXES (scoped) ═══ */
/* Do NOT set overflow-x:clip here — mixed overflow-x/y turns .ab-landing into a
   scrollport and IntersectionObserver can deliver a one-shot 0×0 callback for
   .rv / step targets, leaving the mid-page permanently invisible. Clip on html. */
html:has(.ab-landing){overflow-x:clip}
.ab-landing{min-height:100vh;background:#fff;isolation:isolate;overflow-x:visible;color:#2A2230;
  font-family:'Inter','Helvetica Neue',Arial,sans-serif;-webkit-font-smoothing:antialiased}
.ab-landing img{max-width:100%}
.ab-landing a[href="#duk"]{display:none!important}
.ab-landing .top-actions > button.icon-btn:not(.login-btn):not(#menu-top){display:none}

/* Header: Vežėjams + Login visible; other links in hamburger */
.ab-landing header .nav-links{display:none!important}
.ab-landing #vez-top{
  width:auto;padding:0 20px;gap:9px;font-weight:700;font-size:14px;
  white-space:nowrap;text-decoration:none;
}
.ab-landing #menu-top.on{border-color:var(--ink,#17111B)}
.ab-landing #menu-pop{
  position:fixed;z-index:540;min-width:230px;
  background:#fff;border:1px solid #ECE8F0;border-radius:18px;padding:8px;
  box-shadow:0 2px 8px rgba(23,17,27,.06),0 26px 60px -24px rgba(23,17,27,.28);
  opacity:0;transform:translateY(-6px);pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}
.ab-landing #menu-pop.open{opacity:1;transform:none;pointer-events:auto}
.ab-landing #menu-pop a{
  display:flex;align-items:center;gap:10px;
  padding:11px 14px;border-radius:12px;text-decoration:none;
  font-size:14.5px;font-weight:650;color:var(--ink,#17111B);
}
.ab-landing #menu-pop a:hover{background:#F6F3F8}
.ab-landing #menu-pop a small{margin-left:auto;color:#B9B0C2;font-size:12px}

.ab-landing header{background:rgba(255,255,255,.92)}
@media (prefers-reduced-motion:reduce){
  .ab-landing .p-grid.flip1,.ab-landing .p-grid.flip2,.ab-landing .p-grid.preflip2{transform:none!important;transition:none!important}
}
.ab-landing #vz-img:not([src]), .ab-landing #vz-img[src=""]{display:none}
.ab-landing .vez2-tile{min-height:280px;background:linear-gradient(145deg,#F4F2EE,#EDE8F2)}
/* Visual polish: prevent FOUC before runtime paints */
.ab-landing .hero-map{opacity:1}
.ab-landing .planner{max-width:560px}
@media (max-width:560px){
  .ab-landing .p-grid{grid-template-columns:1fr}
}

/* ═══ App fixes: autocomplete + map + layout ═══ */
/* Don't clip the planner dropdown (portaled to body); clip map to hero bounds */
.ab-landing .hero{overflow:hidden!important}
.ab-landing .hero-map{overflow:hidden}
.ab-landing .hero-inner{position:relative;z-index:5}
.ab-landing .planner,
.ab-landing .p-grid,
.ab-landing .p-cell{overflow:visible!important}
/* Portaled suggestions — sit above everything, never clipped by hero */
.hp-ac-portal.hp-ac{
  position:fixed!important;z-index:10000!important;
  left:0;top:0;right:auto;display:none;
  background:#fff;border:1px solid #E5E1EA;border-radius:12px;
  box-shadow:0 16px 40px -12px rgba(23,17,27,.28);
  padding:6px;max-height:280px;overflow:auto;
}
.hp-ac-portal.hp-ac.open{display:block!important}
.hp-ac-portal.hp-ac button{
  display:block;width:100%;text-align:left;border:0;background:none;cursor:pointer;
  font-family:inherit;font-size:15px;font-weight:600;color:#2A2230;
  padding:10px 12px;border-radius:8px;
}
.hp-ac-portal.hp-ac button:hover,
.hp-ac-portal.hp-ac button.sel{background:#F7F5FA}
/* Keep sections below the hero from collapsing into a blank white slab */
.ab-landing main{display:block;background:#fff}
.ab-landing main > section{display:block;position:relative}
.ab-landing .how,
.ab-landing .bleed,
.ab-landing .ai,
.ab-landing .cases,
.ab-landing .final{min-height:120px}
/* Leaflet markers above the fade mask */
.ab-landing #live-hero-map .leaflet-marker-pane,
.ab-landing #live-hero-map .leaflet-overlay-pane{z-index:4}
/* Critical: Tailwind img max-width + Leaflet mix-blend-mode:plus-lighter
   under .ab-landing{isolation:isolate} make light Carto tiles invisible
   (markers still show because they are divIcons). */
.ab-landing #live-hero-map img,
.ab-landing #live-hero-map .leaflet-tile,
.ab-landing #live-hero-map .leaflet-marker-icon{
  max-width:none!important;max-height:none!important;
  mix-blend-mode:normal!important;
}
.ab-landing #live-hero-map .leaflet-abBase-pane{
  filter:saturate(.18) brightness(1.04) contrast(1.06)!important;
  -webkit-mask-image:none!important;mask-image:none!important;
  opacity:1!important;isolation:auto!important;
}
.ab-landing #live-hero-map .leaflet-abLabels-pane{
  filter:none!important;
  -webkit-mask-image:none!important;mask-image:none!important;
  opacity:1!important;isolation:auto!important;
}
.ab-landing #live-hero-map .leaflet-abLabels-pane .maplibregl-map,
.ab-landing #live-hero-map .leaflet-abLabels-pane canvas{
  background:transparent!important;
}
.ab-landing #live-hero-map,
.ab-landing #live-hero-map.leaflet-container{
  width:100%!important;height:100%!important;background:#F7F6F3;
  isolation:auto!important;
}
.ab-landing #live-hero-map .leaflet-pane{z-index:2}
.ab-landing #live-hero-map .leaflet-overlay-pane{z-index:450}
.ab-landing #live-hero-map .leaflet-marker-pane{z-index:600}
.ab-landing .hero-map.has-live-map #hm{display:none!important}
/* While tiles load, SVG mock stays visible under the (transparent) host */
.ab-landing .hero-map:not(.has-live-map) #live-hero-map{background:transparent}
.ab-landing .hero-map:not(.has-live-map) #hm{position:relative;z-index:0}

/* Hero height comes from content only — never force min-heights here */
.ab-landing .hero{overflow:hidden!important}

/* Planner card — same surface language as the "KELIONĖS INFORMACIJA" proof card */
.ab-landing form.planner,
.ab-landing .planner{
  background:#fff!important;
  border:1px solid var(--line-strong,#E5E1EA)!important;
  border-radius:var(--r-card,18px)!important;
  box-shadow:
    0 1px 2px rgba(23,17,27,.04),
    0 28px 60px -28px rgba(23,17,27,.20)!important;
}

/* ═══════════════════════════════════════════════════════════════
   JOURNEY-H — horizontal timeline with smooth traveling progress
   ═══════════════════════════════════════════════════════════════ */
.ab-landing #jn-bus,
.ab-landing .jn-mob-bus{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Shared progress rail (JS injects .jn-rail > .jn-rail-fill) */
.ab-landing .jn-stops .jn-rail{
  position:absolute;
  z-index:0;
  pointer-events:none;
  background:#E9E5EE;
  overflow:hidden;
}
.ab-landing .jn-stops .jn-rail-fill{
  display:block;
  width:100%;
  height:100%;
  background:var(--orange,#FF5F1F);
  transform-origin:0 50%;
  transform:scaleX(var(--jn-p, 0));
  will-change:transform;
}

@media (min-width:761px){
  .ab-landing .jn-svg{display:none!important}

  .ab-landing .jn-stops{
    list-style:none;
    margin:10px 0 0!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:0 20px!important;
    position:relative;
  }

  /* Rail from first mark center → last mark center */
  .ab-landing .jn-stops .jn-rail{
    left:7px;
    right:calc(20% - 7px);
    top:6px;
    height:2px;
    border-radius:2px;
  }

  .ab-landing .jn-stops li{
    position:relative;
    padding:32px 8px 0 0!important;
    text-align:left!important;
    opacity:.42;
    transition:opacity .35s ease;
  }
  .ab-landing .jn-stops li.done{opacity:.72}
  .ab-landing .jn-stops li.on{opacity:1}

  .ab-landing .jn-stops .jn-mark{
    display:block!important;
    position:absolute;
    left:0;
    top:0;
    width:14px;
    height:14px;
    border-radius:999px;
    box-sizing:border-box;
    border:3px solid #D8D4DE;
    background:#fff;
    transition:border-color .3s ease, background .3s ease, transform .3s ease, box-shadow .3s ease;
    z-index:1;
  }
  .ab-landing .jn-stops li.done .jn-mark{
    border-color:var(--orange,#FF5F1F)!important;
    background:var(--orange,#FF5F1F)!important;
  }
  .ab-landing .jn-stops li.on .jn-mark{
    border-color:var(--orange,#FF5F1F)!important;
    background:var(--orange,#FF5F1F)!important;
    transform:scale(1.12);
    box-shadow:0 0 0 4px rgba(255,95,31,.16);
  }

  /* Segment connectors replaced by continuous rail */
  .ab-landing .jn-stops li::after{display:none!important;content:none!important}

  .ab-landing .jn-stops i{
    display:block;
    font-style:normal;
    font-size:12px;
    font-weight:800;
    letter-spacing:.1em;
    color:#B9B0C2!important;
    font-variant-numeric:tabular-nums;
    transition:color .3s ease;
  }
  .ab-landing .jn-stops li.done i,
  .ab-landing .jn-stops li.on i{color:var(--orange,#FF5F1F)!important}
  .ab-landing .jn-stops b{
    display:block;
    margin-top:4px;
    font-size:16.5px;
    font-weight:750;
    color:var(--ink,#17111B)!important;
    letter-spacing:-.01em;
  }
  .ab-landing .jn-stops .jn-cap{
    display:block;
    margin-top:4px;
    font-size:13px;
    line-height:1.45;
    color:#6E6879!important;
    max-width:22ch;
  }
}

/* Mobile vertical rail — readable steps, tight rail→text gap */
@media (max-width:760px){
  .ab-landing .jn-svg{display:none!important}
  .ab-landing .jn-stops{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:none!important;
    gap:0!important;
    margin:18px 0 0!important;
    padding:0!important;
    list-style:none!important;
  }
  .ab-landing .jn-stops .jn-rail{
    left:5px!important;
    top:7px!important;
    right:auto!important;
    bottom:auto!important;
    width:2px!important;
    border-radius:2px!important;
    /* JS sets exact geometry from mark centers */
    height:var(--jn-rail-h, calc(100% - 14px))!important;
  }
  .ab-landing .jn-stops .jn-rail-fill{
    transform-origin:50% 0!important;
    transform:scaleY(var(--jn-p, 0))!important;
  }
  .ab-landing .jn-stops li{
    position:relative!important;
    display:block!important;
    margin:0!important;
    /* 12px mark + ~8px gap to type */
    padding:0 0 20px 22px!important;
    text-align:left!important;
    opacity:1!important;
  }
  .ab-landing .jn-stops li:last-child{padding-bottom:0!important}
  .ab-landing .jn-stops li::before,
  .ab-landing .jn-stops li::after{
    display:none!important;
    content:none!important;
  }

  .ab-landing .jn-stops .jn-mark{
    display:block!important;
    position:absolute!important;
    left:0!important;
    top:.2em!important;
    width:12px!important;
    height:12px!important;
    border-radius:999px!important;
    box-sizing:border-box!important;
    border:2.5px solid #D0CCD6!important;
    background:#fff!important;
    z-index:2!important;
    transition:border-color .3s ease, background .3s ease, box-shadow .3s ease!important;
  }
  /* Passed: soft filled orange (matches design) */
  .ab-landing .jn-stops li.done .jn-mark{
    border-color:rgba(255,95,31,.55)!important;
    background:rgba(255,95,31,.45)!important;
    box-shadow:none!important;
    transform:none!important;
  }
  /* Current: solid orange */
  .ab-landing .jn-stops li.on .jn-mark{
    border-color:var(--orange,#FF5F1F)!important;
    background:var(--orange,#FF5F1F)!important;
    box-shadow:none!important;
    transform:none!important;
  }

  .ab-landing .jn-stops i{
    display:block!important;
    margin:0!important;
    font-style:normal!important;
    font-size:11px!important;
    font-weight:800!important;
    letter-spacing:.08em!important;
    color:#A8A29E!important;
    line-height:1.2!important;
    opacity:1!important;
  }
  /* Only the active step number is orange */
  .ab-landing .jn-stops li.on i{color:var(--orange,#FF5F1F)!important}
  .ab-landing .jn-stops li.done i{color:#A8A29E!important}

  .ab-landing .jn-stops b{
    display:block!important;
    margin:2px 0 0!important;
    font-size:15.5px!important;
    font-weight:750!important;
    color:#2C2926!important;
    letter-spacing:-.01em!important;
    line-height:1.25!important;
    opacity:1!important;
  }
  .ab-landing .jn-stops li.on b{color:var(--ink,#17111B)!important}

  .ab-landing .jn-stops .jn-cap{
    display:block!important;
    margin:2px 0 0!important;
    font-size:13px!important;
    line-height:1.4!important;
    color:#6E6879!important;
    max-width:none!important;
    opacity:1!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .ab-landing .jn-stops li{opacity:1!important}
  .ab-landing .jn-stops .jn-mark{
    border-color:var(--orange,#FF5F1F)!important;
    background:var(--orange,#FF5F1F)!important;
  }
  .ab-landing .jn-stops .jn-rail-fill{transform:none!important;--jn-p:1!important}
  .ab-landing, html{scroll-behavior:auto}
}

/* ═══ CONTACT — Susisiekti ═══ */
.ab-landing .contact{
  background:#fff;
  padding:96px 0 110px;
}
.ab-landing .contact-grid{
  display:grid;
  grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);
  gap:56px;
  align-items:start;
}
.ab-landing .contact-copy{max-width:420px}
.ab-landing .contact h2{
  margin:0;
  font-size:clamp(28px,3.2vw,40px);
  letter-spacing:-.02em;
  color:var(--ink,#17111B);
  max-width:16ch;
}
.ab-landing .contact-lead{
  margin:14px 0 0;
  font-size:16.5px;
  line-height:1.5;
  color:#6E6879;
  max-width:42ch;
}
.ab-landing .contact-direct{
  display:inline-block;
  margin-top:22px;
  font-size:15.5px;
  font-weight:750;
  color:var(--orange,#FF5F1F);
  text-decoration:none;
  border-bottom:1px solid rgba(255,95,31,.28);
}
.ab-landing .contact-direct:hover{border-color:var(--orange,#FF5F1F)}

.ab-landing .contact-form{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:28px;
  border:1px solid #ECE8F0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 2px 8px rgba(23,17,27,.04),0 24px 56px -36px rgba(23,17,27,.22);
}
.ab-landing .cf-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.ab-landing .cf-field{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin:0;
}
.ab-landing .cf-field > span{
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#8B8494;
}
.ab-landing .cf-field > span em{
  font-style:normal;
  font-weight:600;
  text-transform:none;
  letter-spacing:0;
  color:#B9B0C2;
}
.ab-landing .cf-field input,
.ab-landing .cf-field textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #E4DFE8;
  border-radius:14px;
  background:#fff;
  padding:13px 14px;
  font:inherit;
  font-size:15.5px;
  font-weight:550;
  color:var(--ink,#17111B);
  outline:0;
  transition:border-color .15s ease, box-shadow .15s ease;
  resize:vertical;
}
.ab-landing .cf-field textarea{min-height:120px;line-height:1.45}
.ab-landing .cf-field input::placeholder,
.ab-landing .cf-field textarea::placeholder{color:#B9B0C2;font-weight:500}
.ab-landing .cf-field input:focus,
.ab-landing .cf-field textarea:focus{
  border-color:var(--orange,#FF5F1F);
  box-shadow:0 0 0 3px rgba(255,95,31,.12);
}
.ab-landing .cf-field input.cf-invalid,
.ab-landing .cf-field textarea.cf-invalid{
  border-color:#E24B4B;
  box-shadow:0 0 0 3px rgba(226,75,75,.12);
}
.ab-landing .cf-hp{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;height:1px!important;
  opacity:0!important;pointer-events:none!important;
}
.ab-landing .cf-status{
  margin:0;
  font-size:14px;
  line-height:1.4;
  font-weight:600;
}
.ab-landing .cf-status.ok{color:#2F7A3E}
.ab-landing .cf-status.err{color:#C0392B}
.ab-landing .cf-submit{
  align-self:flex-start;
  height:50px;
  margin-top:4px;
  padding:0 22px;
}
.ab-landing .cf-submit:disabled{opacity:.6;cursor:wait;transform:none}
@media (max-width:860px){
  .ab-landing .contact-grid{grid-template-columns:1fr;gap:28px}
  .ab-landing .contact-copy{max-width:none}
}
@media (max-width:640px){
  .ab-landing .contact{padding:72px 0 88px}
  .ab-landing .contact-form{padding:20px}
  .ab-landing .cf-row{grid-template-columns:1fr}
  .ab-landing .cf-submit{width:100%;justify-content:center}
}

