    :root{
  /* Brand */
  --text: #000000;
  --bg: #faf9f0;
  --primary: #1f4ec7;
  --secondary: #6787D8;
  --accent: #ff7f0f;

  /* Text / UI neutrals */
  --muted: rgba(0,0,0,.64);
  --line: rgba(0,0,0,.12);

  /* Surfaces */
  --card: rgba(255,255,255,.92);

  /* Effects */
  --shadow: 0 14px 40px rgba(0,0,0,.10);
  --shadow2: 0 10px 24px rgba(0,0,0,.08);

  /* Shape */
  --r: 18px;

  /* Compatibility aliases (používam v chip dotkách a hviezdičkách) */
  --blue: var(--primary);
  --violet: var(--secondary);
  --green: #22c55e;
  --pink: #fb7185;
  --amber: #f59e0b;

  /* Tints */
  --primary-10: rgba(31,78,199,.10);
  --primary-16: rgba(31,78,199,.16);
  --secondary-10: rgba(103,135,216,.10);
  --secondary-16: rgba(103,135,216,.16);
  --accent-10: rgba(255,127,15,.10);
  --accent-16: rgba(255,127,15,.16);
}
    *{box-sizing:border-box}
    body{margin:0;font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;color:var(--text);background:var(--bg);position:relative;overflow-x:hidden;}
    body::before{
  content:"";
  position:fixed;
  inset:-60px;
  background:
    radial-gradient(900px 520px at 10% 0%, rgba(31,78,199,.16), transparent 60%),
    radial-gradient(850px 520px at 90% 5%, rgba(103,135,216,.14), transparent 62%),
    radial-gradient(900px 560px at 55% 105%, rgba(255,127,15,.10), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, #ffffff 45%, var(--bg) 100%);
  filter:saturate(1.03);
  z-index:-2;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  pointer-events:none;
  z-index:-1;
  opacity:.18;
  mix-blend-mode:normal;
}
    a{color:inherit}
    .wrap{max-width:1040px;margin:0 auto;padding:18px 14px 110px}
    .top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 18px}
    .brand{display:flex;align-items:center;gap:12px;text-decoration:none}
    .brandMeta{display:flex;flex-direction:column;gap:2px}
    .brandName{font-weight:950;letter-spacing:-.3px;margin:0;font-size:15px}
    .brandTag{margin:0;color:var(--muted);font-size:12px}
    .rightTop{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
    .pill{background:linear-gradient(135deg, var(--secondary-10), rgba(255,255,255,.88));border-color: rgba(103,135,216,.22);}
    .lang{display:flex;gap:6px;padding:6px;border:1px solid var(--line);border-radius:999px;background: rgba(255,255,255,.88);box-shadow: var(--shadow2);}
    .lang button{border:0;background:transparent;cursor:pointer;padding:7px 10px;border-radius:999px;font-weight:900;font-size:12px;color:var(--muted);}
    .lang button.active{color:var(--text);background: linear-gradient(135deg, rgba(59,130,246,.16), rgba(139,92,246,.14));border:1px solid rgba(59,130,246,.22);}

    .hero{display:grid;grid-template-columns: 1.1fr .9fr;gap:14px;align-items:start}
    @media (max-width: 920px){ .hero{grid-template-columns:1fr} }

    .card{
  background: var(--card);
  border:1px solid var(--line);
  border-color: rgba(31,78,199,.5);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding:18px;
  backdrop-filter: blur(10px);
  overflow: hidden;
}
/* zvýraznenie form karty (pravý stĺpec) */
aside.card{
  border-color: rgba(31,78,199,.5);
  box-shadow: 0 18px 45px rgba(31,78,199,.13);
}

    .headline{margin:4px 0 10px;font-size:36px;line-height:1.06;letter-spacing:-.8px}
    .sub{margin:0;color:var(--muted);line-height:1.65;font-size:15px}
    @media (max-width: 520px){ .headline{font-size:30px;letter-spacing:-.6px} .sub{font-size:14px} }

    .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
    .chip{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid var(--line);background: rgba(247,248,252,.95);font-size:12px;}
    .dot{width:9px;height:9px;border-radius:50%}
    .dot.b{background:var(--blue)} .dot.v{background:var(--violet)} .dot.g{background:var(--green)} .dot.p{background:var(--pink)}

    .row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
    .btn{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#fff;text-decoration:none;font-weight:950;font-size:14px;box-shadow: var(--shadow2);transition: transform .10s ease, box-shadow .18s ease;}
    .btn:hover{transform: translateY(-1px); box-shadow: 0 18px 40px rgba(2,6,23,.12)}
    .btn.primary{border:1px solid rgba(59,130,246,.25);background: linear-gradient(135deg, rgba(59,130,246,.14), rgba(139,92,246,.12), rgba(255,255,255,.92));}
    .btn.wa{border:1px solid rgba(34,197,94,.28);background: linear-gradient(135deg, rgba(34,197,94,.12), rgba(255,255,255,.92));}
    @media (max-width: 520px){ .row{gap:8px} .btn{width:100%;justify-content:center} }

    hr{border:0;border-top:1px solid var(--line);margin:16px 0}

    label{display:block;font-size:12px;color:var(--muted);margin:10px 0 6px}
    input:not([type="checkbox"]):not([type="radio"]),
    textarea{
      width:100%;
      padding:12px 12px;
      border-radius:14px;
      border:1px solid rgba(15,23,42,.12);
      background:#fff;
      color:var(--text);
      outline:none;
      box-shadow: 0 8px 18px rgba(2,6,23,.05);
    }

    input[type="checkbox"],
    input[type="radio"]{
      appearance: auto;
      -webkit-appearance: auto;
      width: 18px;
      height: 18px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      accent-color: var(--primary);
    }
    textarea{min-height:90px;resize:vertical}
    .submit{
      width:100%; margin-top:12px; padding:13px 14px; border-radius:16px;
      border:1px solid rgba(59,130,246,.25);
      border-color: rgba(0,0,0,.08);
      background: linear-gradient(135deg, var(--accent), #ff9a3d);
      color:#fff;
      box-shadow: 0 16px 34px rgba(255,127,15,.28);
      transition: transform .10s ease, box-shadow .18s ease;
    }
    .submit:hover{
      transform: translateY(-1px);
      box-shadow: 0 22px 44px rgba(255,127,15,.34);
    }

    .form-header-main{
      background-color: var(--primary) !important;
      color: #ffffff !important;
      text-align: center;
      margin: -20px -18px 20px -18px !important; 
      padding: 16px 10px;
      border-radius: var(--r) var(--r) 0 0; 
      font-size: 24px;
      font-weight: 950;
      letter-spacing: 1px;
      display: block;
      }

.dtRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:8px;
  margin-top: 6px;
}

.dtCol .miniLbl{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin: 0 0 6px;
}
.dtCol input[type="time"]{
  min-width: 120px;
}

/* menší odstup label -> input */
#leadForm label{
  margin: 8px 0 4px;   /* bolo väčšie */
}

/* dátum+čas row */
.dtRow{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;            /* menšia medzera medzi poliami */
  margin-top: 2px;     /* menší odstup od labelu */
}

/* iOS date/time: zmenši "výšku" a zväčši text */
.dtRow input[type="date"],
.dtRow input[type="time"]{
  padding: 8px 10px;   /* nižší input */
  font-size: 17px;     /* iOS: nech je text čitateľný */
  line-height: 1.1;
  height: 44px;        /* donútiť konzistentnú výšku */
  -webkit-appearance: none;
  appearance: none;
}

/* text vnútri date/time (Safari iOS) */
.dtRow input[type="date"]::-webkit-datetime-edit,
.dtRow input[type="time"]::-webkit-datetime-edit,
.dtRow input[type="date"]::-webkit-date-and-time-value,
.dtRow input[type="time"]::-webkit-date-and-time-value{
  font-size: 17px;
  line-height: 1.1;
  padding: 0;
}

/* zmenši "ikonku/tlačítko" kalendára/hodín */
.dtRow input[type="date"]::-webkit-calendar-picker-indicator,
.dtRow input[type="time"]::-webkit-calendar-picker-indicator{
  padding: 4px;
  margin: 0;
}

/* nadpis nad dátum/čas (Dátum a čas vyzdvihnutia / príletu) */
.dtHeading{
  display:block;
  margin: 8px 0 2px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text, #111);
}

/* ===== Číslo letu: label + info otáznik ===== */
.flightLabelRow{
  position: relative;      /* kotva pre tooltip (nie malá ikonka) */
  display:flex;
  align-items:center;
  gap:6px;
  margin: 8px 0 0;
}
.flightLabelRow label{
  margin: 0 !important;
}

/* červený otáznik s tooltipom */
.flightHelp{
  display: inline-flex;
  align-items: center;
  cursor: help;
  outline: none;
}
.flightHelpIcon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e11d1d;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.flightHelpTip{
  position: absolute;
  left: 0;
  right: 0;                /* roztiahne sa na šírku riadku – nepretečie mimo obrazovku */
  top: calc(100% + 8px);
  z-index: 40;
  width: auto;
  max-width: 420px;
  background: #1f2937;
  color: #fff;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
  pointer-events: none;
}
.flightHelp:hover .flightHelpTip,
.flightHelp:focus .flightHelpTip,
.flightHelp:focus-within .flightHelpTip{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* červený border keď číslo letu nie je vyplnené */
.flightInput:placeholder-shown{
  border-color: #e11d1d !important;
  box-shadow: 0 0 0 1px rgba(225,29,29,.25);
}

/* 2 labely vedľa seba */
.dtLabels{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 8px 0 4px;  /* menší odstup */
}
.dtLabels label{
  margin: 0;          /* nech sa neráta globálny margin labelu */
  font-size: 12px;
  color: var(--muted);
}

/* 2 inputy vedľa seba */
.dtRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 0;
}

    @media (max-width: 768px) {
      .form-header-main {
        margin: -16px -16px 20px -16px;
        font-size: 20px;
      }
    }

    .small{font-size:12px;color:var(--muted);margin:10px 0 0;line-height:1.45}

    .gallery{display:grid;gap:10px;grid-template-columns: repeat(3, 1fr);}
    @media (max-width: 640px){ .gallery{grid-template-columns: 1fr;} }
    .thumb{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow: var(--shadow2);cursor:pointer;transition: transform .12s ease, box-shadow .18s ease;padding:0;text-align:left;display:flex;flex-direction:column;min-width:0;}
    .thumb:hover{transform: translateY(-2px); box-shadow: 0 20px 44px rgba(2,6,23,.12)}
    .thumb .media{width:100%;aspect-ratio: 4 / 3;background:#eef2ff;overflow:hidden;}
    .thumb img{width:100%;height:100%;object-fit:cover;display:block;}
    .cap{padding:10px 12px}
    .cap b{display:block;font-size:13px}
    .cap span{display:block;font-size:12px;color:var(--muted);margin-top:2px}

    .reviews{display:grid;grid-template-columns: repeat(3, 1fr); gap:10px}
    @media (max-width: 920px){ .reviews{grid-template-columns:1fr} }
    .review{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow: var(--shadow2);padding:14px;}
    .reviewTop{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
    .who{display:flex;align-items:center;gap:10px}
    .avatar{width:36px;height:36px;border-radius:12px;background: linear-gradient(135deg, rgba(59,130,246,.18), rgba(139,92,246,.14));
      border:1px solid rgba(59,130,246,.20);display:grid;place-items:center;font-weight:950;}
    .name{font-weight:950;font-size:13px}
    .stars{font-size:13px;color:var(--accent)}
    .review p{margin:0;color:var(--muted);line-height:1.55;font-size:13px}

    .lb{position:fixed; inset:0;background: rgba(2,6,23,.68);display:none;align-items:center;justify-content:center;padding:16px;z-index:80;}
    .lb.open{display:flex}
    .lbBox{width:min(980px, 100%);background:#fff;border:1px solid rgba(255,255,255,.25);border-radius:18px;overflow:hidden;box-shadow: 0 30px 90px rgba(0,0,0,.35);}
    .lbImg{width:100%; height:min(70vh, 560px); object-fit:cover; display:block; background:#f1f5f9}
    .lbBar{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:12px 12px; flex-wrap:wrap}
    .lbCaption b{display:block; font-size:14px}
    .lbCaption span{display:block; font-size:12px; color:var(--muted); margin-top:2px}
    .lbBtns{display:flex; gap:8px; align-items:center}
    .iconBtn{border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer;font-weight:950;}

    .fab{position:fixed;right:14px;bottom:14px;display:flex;gap:10px;z-index:20}
    .fab a{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;text-decoration:none;border:1px solid var(--line);background:#fff;box-shadow: 0 18px 45px rgba(2,6,23,.16);font-size:20px;transition: transform .10s ease;}
    .fab a:hover{transform: translateY(-1px)}
    .footer{margin-top:14px;text-align:center;color:var(--muted);font-size:12px}

    .status{display:none;margin-top:10px;padding:10px 12px;border-radius:14px;border:1px solid var(--line);background:#fff;box-shadow: var(--shadow2);font-size:13px;color:var(--muted);}
    .status.ok{border-color: rgba(34,197,94,.25)}
    .status.err{border-color: rgba(239,68,68,.25)}
    .status.show{display:block}


/* Spoločný štýl pre obe tlačidlá */
#fabCall, #fabWa {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease; /* Plynulá zmena pri hoveri */
  backdrop-filter: blur(4px); /* Efekt mliečneho skla */
}

/* Telefón - priesvitná biela/šedá */
#fabCall {
  background-color: rgba(255, 255, 255, 0.8) !important;
  font-size: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* WhatsApp - priesvitná zelená */
#fabWa {
  background-color: rgba(37, 211, 102, 0.8) !important;
}

#fabWa svg {
  width: 24px;
  height: 24px;
  fill: white;
}

/* Efekt pri prejdení myšou - stmavnú/zjasnia sa na 100% */
#fabCall:hover, #fabWa:hover {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 1) !important; /* Telefón úplne biely */
}

#fabWa:hover {
  background-color: rgba(37, 211, 102, 1) !important; /* WA úplne zelený */
}

    /* honeypot hidden */
    .hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;}
    @media (max-width: 520px){
  body::after{ display:none; }
}
/* ===== Sticky rounded navbar ===== */
.navWrap{
  position: sticky;
  top: 12px;
  z-index: 60;
  padding: 10px 14px;
  overflow: visible;
}

.navBar{
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;

  padding: 14px 18px;
  border-radius: 999px;

  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;

  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, padding .2s ease, max-width .2s ease;
  max-width: none;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  isolation: isolate;
}

.navBar::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;

  /* DÔLEŽITÉ: nech má navbar vždy “mikro” podklad */
  background: rgba(255,255,255,.01);

  /* DÔLEŽITÉ: v default stave ŽIADNY blur */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  opacity: 1;
  z-index: 0;
  pointer-events: none;

  transition: background .2s ease;
}


/* obsah navbaru je nad glass vrstvou */
.navBar > *{
  position: relative;
  z-index: 1;
}


.navWrap.scrolled .navBar{
  border-color: var(--line);
  box-shadow: var(--shadow2);
  padding: 10px 14px;
  max-width: 1040px; /* pill “zúženie” po scrolle */
}

.navWrap.scrolled .navBar::before{
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.navBrand{
  display:flex;
  align-items:center;
  flex-shrink: 0;
  position: relative;
  z-index: 3; /* aby logo bolo nad pillom */
  top: 0;
  transition: top .22s ease;
}

/* posun loga bez transform */
.navWrap:not(.scrolled) .navBrand{ top: -10px; }
.navWrap.scrolled .navBrand{ top: 0; }

/* "väčšie" logo bez scale (len width) */
.navWrap:not(.scrolled) .navLogo{ width: 158px; }
.navWrap.scrolled .navLogo{ width: 150px; }


.navLogo{
  width: 150px;
  height: auto;
  display:block;
  transition: width .22s ease;
}

/* FIX: logo nech má pôvodné farby (žiadny invert/brightness) */
.navLogo{
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  will-change: transform;
}

@media (max-width: 520px){
  .navLogo{ width: 120px; }
  .navWrap:not(.scrolled) .navLogo{ width: 132px; }
  .navWrap:not(.scrolled) .navBrand{ top: -6px; }
  .navCta{
    padding: 12px 16px;
    line-height: 1;
    border-radius: 999px;
    min-width: 155px;
    font-size: 12px;
    letter-spacing: -0.1px;
  }
}

@media (max-width: 385px){
  /* Logo sa zmenší ako prvé */
  .navLogo{ width: 95px; }
  .navWrap:not(.scrolled) .navLogo{ width: 90px; }
  .navWrap.scrolled .navLogo{ width: 90px; }


  /* CTA nech zostane celé (bez skracovania) */
  .navCta{
    flex: 0 0 auto;
    min-width: 165px;
    overflow: visible;
    text-overflow: clip;
    padding: 11px 14px;
    font-size: 10px;
  }
}

.navLinks{
  display:flex;
  justify-content:center;
  gap: 18px;
  flex-wrap: wrap;
}

.navLinks a{
  text-decoration:none;
  color: var(--text);
  font-weight: 900;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
}
.navLinks a:hover{
  background: rgba(255,255,255,.55);
  border: 1px solid var(--line);
}

.navRight{
  display:flex;
  align-items:center;
  gap: 10px;
}

.navPhone{
  text-decoration:none;
  color: var(--accent);
  font-weight: 950;
  font-size: 13px;
  white-space: nowrap;
}

.navCta{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--text);
  font-weight: 950;
  font-size: 13px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 30px rgba(255,127,15,.25);
  white-space: nowrap;
}

.navCta:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(255,127,15,.30);
}

.navBurger{
  display:none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--secondary);
  box-shadow: var(--shadow2);
  cursor: pointer;
  padding: 10px;

  /* DÔLEŽITÉ */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.navBurger span{
  display:block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  margin: 0; /* už netreba, rieši to gap */
}

/* Mobile/tablet: CTA center + hamburger right */
@media (max-width: 920px){
  .navLinks{ display:none; }
  .navPhone{ display:none; }

  /* nech navRight zaberie všetok priestor medzi logom a pravým okrajom */
  .navRight{
    grid-column: 2 / 4;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content: space-between; /* CTA doľava, burger úplne vpravo */
    gap: 10px;
  }

  /* CTA sa môže "stlačiť" keď treba, aby burger vždy vošiel */
  .navCta{
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navBurger{
    display:flex;
    flex: 0 0 auto;
  }
}

/* Mobile menu overlay */
.navSheet{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display:none;
  align-items:flex-start;
  justify-content:center;
  padding: 16px;
  z-index: 80;
}
.navSheet.open{ display:flex; }

.navSheetBox{
  width: min(720px, 100%);
  margin-top: 70px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
  padding: 14px;
  max-height: calc(100dvh - 24px - env(safe-area-inset-bottom));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* malé výšky */
@media (max-height: 710px){
  .navSheetBox{ margin-top: 44px; }
}
@media (max-height: 690px){
  .navSheetBox{ margin-top: 5px; }
}


.navSheetTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  padding: 6px 6px 10px;
}
.navSheetTitle{ font-weight: 950; }
.navSheetClose{
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 950;
}

.navSheetLinks{
  display:grid;
  gap: 10px;
  padding: 10px 6px;
}
.navSheetLinks a{
  text-decoration:none;
  color: var(--text);
  font-weight: 950;
  font-size: 16px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
}

/* Zvýraznenie aktuálnej stránky */

.navLinks a[aria-current="page"]{
  background: rgba(31,78,199,.10);
  border: 1px solid rgba(31,78,199,.22);
}
.navSheetLinks a[aria-current="page"]{
  border-color: rgba(31,78,199,.35);
  background: rgba(31,78,199,.08);
}

.navSheetActions{
  display:grid;
  gap: 10px;
  padding: 10px 6px 6px;
}
.navSheetCta{
  text-decoration:none;
  text-align:center;
  padding: 14px 16px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--text);
  font-weight: 950;
  border: 1px solid rgba(0,0,0,.12);
}
.navSheetPhone{
  text-decoration:none;
  text-align:center;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--accent);
  font-weight: 950;
  border: 1px solid var(--line);
}

/* Smooth anchor jumps: account for sticky nav */
#order, #about, #reviews, #contact, #sposoby_platby, #cennik, #garancia_dostupnosti{ scroll-margin-top: 130px; }

@media (min-width: 1024px){
  /* vyššia “lišta” */
  .navBar{
    padding: 18px 22px;
  }
  .navWrap.scrolled .navBar{
    padding: 14px 18px;
  }

  /* väčšie logo */
  .navLogo{ width: 175px; }
  .navWrap:not(.scrolled) .navLogo{ width: 184px; }


  /* väčšie odkazy */
  .navLinks{ gap: 22px; }
  .navLinks a{
    font-size: 14px;
    padding: 10px 12px;
  }

  /* väčšie číslo + CTA */
  .navPhone{ font-size: 14px; }
  .navCta{
    font-size: 14px;
    padding: 12px 18px;
  }
}

/* ===== Language dropdown (desktop + mobile) ===== */
.langDD{
  position: relative;
  display: inline-flex;
}

.langDD summary{ list-style: none; cursor: pointer; }
.langDD summary::-webkit-details-marker{ display:none; }

.langSummary{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow2);
  font-weight: 950;
  font-size: 12px;
  color: var(--text);
  white-space: nowrap;
}

.langCurrent{ letter-spacing: .6px; }

.langCaret{
  opacity: .75;
  font-size: 12px;
}

/* dropdown panel */
.langPanel{
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 120px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: grid;
  gap: 6px;
  z-index: 200;
}

.langOpt{
  width: 100%;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  border-radius: 14px;
  padding: 10px 10px;
  font-weight: 950;
  cursor: pointer;
  text-align: left;
}
.langOpt:hover{
  border-color: rgba(31,78,199,.25);
  background: rgba(31,78,199,.08);
}

/* active language highlight (applyLang už toggluje .active) */
.langOpt.active{
  border-color: rgba(255,127,15,.35);
  background: rgba(255,127,15,.10);
}

/* Desktop only */
.langDD--desktop{ margin-left: 8px; }
@media (max-width: 920px){
  .langDD--desktop{ display:none; }
}

/* Mobile in sheet: full width */
.langDD--mobile{
  display: block;
  width: 100%;
}
.langSummary--mobile{
  width: 100%;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.78);
}
.langPanel--mobile{
  position: static;
  margin-top: 10px;
  min-width: 0;
}

/* DESKTOP: nerozťahuj do výšky, ale do šírky */
@media (min-width: 921px){
  /* 1) full-bleed trik: navbar sa neobmedzí šírkou .wrap */
  .navWrap{
    width: calc(100vw - 28px);
    margin-left: calc(50% - 50vw + 14px);
    display: flex;
    justify-content: center;
  }

  /* 2) pill nech je len tak široký, ako treba (ale s rozumným stropom) */
  .navBar{
    display: inline-grid;            /* shrink-to-fit */
    width: fit-content;
    max-width: min(1240px, calc(100vw - 28px));
  }
  .navWrap.scrolled .navBar{
    max-width: min(1240px, calc(100vw - 28px));
  }

  /* 3) toto je hlavný dôvod “ťahania dohora” – wrap v linkách */
  .navLinks{
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 14px; /* môžeš doladiť */
  }
  .navLinks a{ white-space: nowrap; }

  /* aby sa ani pravá strana nelámala */
  .navRight{ flex-wrap: nowrap; }
  .navPhone{ white-space: nowrap; }
}


/* ===== Footer (brand) ===== */
.siteFooter{
  margin-top: 26px;
  color: #fff;
  background: transparent; /* už nie full pás */
}

.footerInner{
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 14px 26px; /* vzduch okolo */
  position: relative;
  overflow: hidden;
}

/* zaoblené primary pozadie ako "card" */
.footerInner::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: 26px;
  background: linear-gradient(180deg, var(--primary) 0%, #163a98 100%);
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.14);
  z-index: 0;
}

/* obsah nad pozadím */
.footerGrid,
.footerBottom{
  position: relative;
  z-index: 1;
}

.footerGrid{
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 18px;
}

.footerLogo{
  width: 220px;
  height: auto;
  display: block;
}

.footerTagline{
  margin: 12px 0 0;
  line-height: 1.55;
  font-size: 14px;
  opacity: .95;
  max-width: 420px;
}

.footerInlineCta{
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,127,15,.55);
}
.footerInlineCta:hover{ border-bottom-color: rgba(255,127,15,.95); }

.footerTitle{
  margin: 6px 0 10px;
  font-weight: 950;
  letter-spacing: -.2px;
}

.footerList{
  margin: 0;
  padding-left: 18px;
  line-height: 1.6;
  font-size: 14px;
  opacity: .95;
}

.footerCtas{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.footerCtaBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 14px 30px rgba(255,127,15,.25);
}
.footerCtaBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(255,127,15,.30);
}

.footerCtaLink{
  display: inline-flex;
  align-items: center;
  padding: 11px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  opacity: .95;
}
.footerCtaLink:hover{ opacity: 1; border-color: rgba(255,255,255,.35); }

.footerContact{
  display: grid;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  opacity: .95;
}
.footerContact b{ font-weight: 950; }

.footerAccentLink{
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
}
.footerAccentLink:hover{ text-decoration: underline; }

.footerBottom{
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(255,255,255,.18);
  text-align: center;
}

.footerFine{
  font-size: 12px;
  opacity: .9;
}

.footerLegal{
  margin-top: 8px;
  font-size: 12px;
  opacity: .9;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.footerLegal a{
  color:#fff;
  text-decoration:none;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}
.footerLegal a:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.34);
}
.dotSep{ display:none; } /* bodky už netreba, keď sú pills */

/* responsive */
@media (max-width: 920px){
  .footerGrid{ grid-template-columns: 1fr; }
  .footerLogo{ width: 200px; margin: 0 auto; }
  .footerTagline{ text-align: center; margin-left:auto; margin-right:auto; }
  .footerTitle{ text-align: center; }
  .footerList{ max-width: 520px; margin: 0 auto; }
  .footerCtas{ justify-content: center; }
  .footerContact{ max-width: 520px; margin: 0 auto; }
}

@media (max-width: 520px){
  .footerInner::before{ border-radius: 22px; }
  .footerGrid{ padding: 18px 14px; }
  .footerBottom{ padding: 12px 14px 16px; }
}

html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
}


/* odstup medzi navbarom a intro textom */
.introTop{
  padding: 3px 0 0;
}

/* textová časť ako naľavo v screenshote */
.introHero{
  padding: 6px 0 18px;
}

.introTitle{
  margin: 10px 0 16px;
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.02;
  font-size: clamp(38px, 5vw, 72px);
}

/* body/points pod headline */
.introPoints{
  display: grid;
  gap: 14px;
  margin-top: 18px;
  max-width: 620px;
}

.introPoint{
  display:flex;
  align-items:center;
  gap: 12px;
  font-weight: 900;
  color: rgba(0,0,0,.72);
  font-size: 18px;
}

/* ikonka v krabičke (žiadne obrázky) */
.introIcon{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow2);
}

.introIcon svg{
  width: 22px;
  height: 22px;
  stroke: var(--secondary);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* spodná lišta (Bratislava -> Letisko Viedeň Schwechat + cena) */
.routeBar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 26px;
  background: linear-gradient(90deg, var(--primary), var(--primary));
  border: 1px solid rgba(0,0,0,.06);
  margin: 0 0 26px;
  position: relative;
  z-index: 1;
}

.routeLeft{
  display:flex;
  align-items:baseline;
  gap: 16px;
  flex-wrap: wrap;
  min-width: 0;
}

.routeFrom{
  font-weight: 950;
  color:#fff;
  line-height:1.1;
  font-size: clamp(22px, 3vw, 44px);
}

.routePlane{
  color:#fff;
  opacity:.95;
  font-size: clamp(25px, 2.2vw, 30px);
  line-height:1;
}

.routeToWrap{
  display:flex;
  align-items:baseline;
  gap: 10px;
  min-width: 0;
}

.routeTo{
  font-weight: 950;
  color:#fff;
  line-height:1.1;
  font-size: clamp(20px, 3vw, 44px);
  white-space: nowrap;
}

.routeToSmall{
  font-weight: 900;
  color:#fff;
  opacity:.92;
  font-size: clamp(14px, 1.6vw, 18px);
  white-space: nowrap;
}

/* pravý blok ceny */
.routePrice{
  flex: 0 0 auto;
  display:flex;
  align-items:baseline;
  gap: 10px;

  padding: 10px 14px;
  border-radius: 20px;

  background: rgba(0,0,0,.14);
  border: 1px solid rgba(255,255,255,.24);
}

.routePrice span{
  color:#fff;
  font-weight: 900;
  opacity: .96;
}

.routePrice b{
  color:#fff;
  font-weight: 950;
  line-height:1;
  font-size: clamp(28px, 3.6vw, 56px);
}

/* MOBILE správanie (ako screenshot: headline veľké, points menšie, lišta sa zalomí) */
@media (max-width: 820px){
  .introTitle{
    font-size: clamp(40px, 9.5vw, 60px);
  }
  .introPoint{ font-size: 16px; }
}

@media (max-width: 520px){
  .routeBar{
    flex-direction: column;
    align-items: flex-start;
  }
  .routePrice{
    width: 100%;
    justify-content: space-between;
  }
}

/* Zjednotený štýl pre hlavné nadpisy sekcií */
.main-section-title {
  font-size: 28px; /* Výrazná veľkosť */
  font-weight: 850; /* Extra tučné */
  letter-spacing: -0.5px;
  color: var(--text-main);
  margin-top: 0;
  margin-bottom: 8px;
  text-align: left;
}

.main-section-title-sec {
  font-size: 28px; /* Výrazná veľkosť */
  font-weight: 850; /* Extra tučné */
  letter-spacing: -0.5px;
  color: var(--text-main);
  margin-top: 20px;
  margin-bottom: 8px;
  text-align: left;
}

/* Úprava pre mobilné zariadenia */
@media (max-width: 768px) {
  .main-section-title {
    font-size: 22px;
  }
  .main-section-title-sec {
    font-size: 22px;
  }
}

/* Jemné doladenie spacingu v kartách */
.pricingCard .card, .hero .card {
  padding-top: 32px;
}

/* ===== Cenník card (pod hero) ===== */
.pricingCard{
  margin: 0 0 18px; /* plynulý prechod na ďalší obsah */
}

.pricingSub{
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

/* list riadkov */
.priceList{
  display: grid;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(103,135,216,.28); /* secondary outline jemne */
  background: rgba(255,255,255,.72);
}

/* jeden riadok */
.priceRow{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 12px 12px;
  align-items: center;
}

/* dividing line medzi riadkami */
.priceRow + .priceRow{
  border-top: 1px solid rgba(103,135,216,.45); /* secondary dividing line */
}

.priceRoute{
  color: var(--text);
  font-weight: 950;
  letter-spacing: -.1px;
  line-height: 1.25;
  min-width: 0;
}

.priceRoute small{
  display:block;
  margin-top: 4px;
  font-weight: 900;
  color: rgba(0,0,0,.58);
}

.priceActions{
  display:flex;
  align-items:center;
  gap: 10px;
  flex: 0 0 auto;
}

.priceValue{
  font-weight: 950;
  font-size: 16px;
  color: var(--text);
  white-space: nowrap;
}

/* objednať button – accent */
.priceBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 950;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 26px rgba(255,127,15,.22);
  white-space: nowrap;
}
.priceBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(255,127,15,.28);
}

/* Mobile: nech je to čitateľné a button sa zmestí */
@media (max-width: 520px){
  .priceRow{
    grid-template-columns: 1fr;
    align-items: start;
  }
  .priceActions{
    width: 100%;
    justify-content: space-between;
  }
  .priceBtn{
    padding: 10px 14px;
  }
}

.callBtn_howitworks{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 950;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 26px rgba(255,127,15,.22);
  white-space: nowrap;
}
.callBtn_howitworks:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(255,127,15,.28);
}

/* Mobile: nech je to čitateľné a button sa zmestí */
@media (max-width: 520px){
  .callBtn_howitworks{
    padding: 10px 14px;
  }
}

/* širší kontajner len pre intro (hero text + routeBar) */
.introWide{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 14px;
}

.introSubTitle {
  color: var(--primary);
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 13px;
  margin-bottom: 24px;
  line-height: 1.4;
}

/* Úprava pre mobilné zariadenia */
@media (max-width: 768px) {
  .introSubTitle {
    font-size: 1rem;
    margin-top: 8px;
  }
}

.routeNote {
  color: var(--accent);
  font-weight: 600;
  font-size: 1rem;
  margin-top: 6px;
  margin-bottom: 8px;
  line-height: 1.4;
}

/* Úprava pre mobilné zariadenia */
@media (max-width: 768px) {
  .routeNote {
    font-size: 0.8rem;
    margin-top: 2px;
  }
}

.navWrap:not(.scrolled) .navLogo{
  filter: none !important;
}

/* ===== Cenník: rozklikávacie sekcie ===== */
.priceSections{
  display: grid;
  gap: 10px;
}

.priceSection{
  border: 1px solid rgba(103,135,216,.28);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.priceSection summary{
  list-style: none;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 14px 14px;
  font-weight: 950;
  color: var(--text);
}

.priceSection summary::-webkit-details-marker{ display:none; }

.priceSection .secMeta{
  font-weight: 900;
  color: rgba(0,0,0,.58);
  font-size: 12px;
}

.priceSection .chev{
  width: 28px;
  height: 28px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(103,135,216,.35);
  background: rgba(103,135,216,.10);
  flex: 0 0 auto;
  transition: transform .16s ease;
}

.priceSection[open] .chev{ transform: rotate(180deg); }

.priceSection .secBody{
  padding: 0 12px 12px;
}

.priceNote{
  margin: 10px 2px 0;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(103,135,216,.35);
  background: rgba(103,135,216,.10);
  color: rgba(0,0,0,.72);
  font-size: 12.5px;
  line-height: 1.45;
}

/* vnútri sekcie používame existujúci .priceList/.priceRow */
.priceSection .priceList{
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.78);
}
.priceSection .priceRow{
  padding: 12px 10px;
}
/* Štýly pre sekciu platby - ZAROVNANÉ VĽAVO */
.payment-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 32px 0;
  display: block; /* Zmenené z flex, aby nič neodsúvalo položky */
}

.payment-item {
  display: block; /* Zmenené z flex, aby zmizlo miesto po ikonách */
  margin-bottom: 20px; /* Medzera medzi položkami */
}

.payment-item-box {
  /* Odstránený padding a pozadie, aby bol text v jednej línii s ostatnými */
  background: transparent; 
  padding: 0;
  border-radius: 0;
}

.payment-icon { 
  display: none; /* Skryje ikony, ak by v HTML ostali */
}

.payment-title { 
  display: block; 
  margin-bottom: 4px; 
  color: var(--text-main); 
  font-weight: 800; /* Extra tučné pre lepšiu čitateľnosť */
  font-size: 16px;
}

.payment-text { 
  display: block;
  color: var(--text-muted); 
  font-size: 14px; 
  line-height: 1.5;
}

.payment-warning { 
  color: #e11d48; 
  font-weight: 600; 
}

/* Vylepšené tlačidlo objednávky */
#leadForm .submit {
  padding: 18px 24px;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}
#leadForm .submit:hover {
  transform: translateY(-2px);
  cursor: pointer;
}

.review-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 700px;
  margin: 40px auto;
}

.review-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 35px;
  box-shadow: var(--shadow);
  width: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.author-info { display: flex; gap: 12px; align-items: center; }

.author-avatar {
  width: 48px;
  height: 48px;
  background: var(--secondary); /* Použitá vaša secondary farba */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}

.date-text {
  font-size: 13px;
  color: var(--text-muted);
  display: block;
}

/* Pills v --secondary farbe */
.pills-container { 
  display: flex; 
  gap: 8px; 
  margin-bottom: 20px; 
  flex-wrap: wrap; 
}

.pill {
  background: var(--secondary); /* Všetky pills budú secondary */
  color: white;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.review-text-content {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-main);
  font-style: italic;
  margin: 0;
}

/* Navigačné šípky */
.slider-nav {
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--text-main);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
}

.slider-nav:hover {
  background: var(--secondary);
  color: white;
  border-color: var(--secondary);
}

/* --- MOBILNÁ OPTIMALIZÁCIA --- */
@media (max-width: 600px) {
  .review-slider-container {
    gap: 5px; /* Menšia medzera medzi šípkami a kartou */
  }

  .review-card {
    padding: 15px; /* Zmenšený vnútorný okraj karty */
    min-height: auto; /* Karta sa prispôsobí obsahu, nebude umelo vysoká */
  }

  .review-header {
    flex-direction: row; /* Meno a hviezdy zostanú vedľa seba */
    align-items: center;
    margin-bottom: 10px;
  }

  .author-avatar {
    width: 35px; /* Menší krúžok s iniciálkami */
    height: 35px;
    font-size: 14px;
  }

  #rev-name {
    font-size: 15px; /* Menšie písmo mena */
  }

  .stars {
    font-size: 12px; /* Menšie hviezdičky */
  }

  .pills-container {
    gap: 4px; /* Menšie medzery medzi bublinami */
    margin-bottom: 12px;
  }

  .pill {
    padding: 3px 8px; /* Menšie bubliny */
    font-size: 10px;
  }

  .review-text-content {
    font-size: 14px; /* Menšie písmo samotnej recenzie */
    line-height: 1.4;
  }

  /* Úprava šípok, aby neboli také obrovské */
  .slider-nav {
    width: 32px;
    height: 32px;
    font-size: 14px;
    flex-shrink: 0; /* Zabezpečí, že sa šípka nedeformuje */
  }
}

.review-card {
  /* ... vaše existujúce štýly ... */
  transition: all 0.4s ease-in-out; /* Plynulosť pre všetky zmeny */
}

/* Trieda pre efekt odsunutia */
.slide-out-left {
  opacity: 0;
  transform: translateX(-30px); /* Posun vľavo */
}

.slide-out-right {
  opacity: 0;
  transform: translateX(30px); /* Posun vpravo */
}

/* Trieda pre okamžitý skok na druhú stranu (neviditeľne) */
.no-transition {
  transition: none !important;
}

/* ===== HERO GRID: form first on mobile ===== */
.introGrid{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-areas: "copy form";
  gap: 24px;
  align-items: start;
}

.introHero{ grid-area: copy; }
.orderCard{ grid-area: form; }

@media (max-width: 900px){
  .introGrid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "form"
      "copy";
  }
}

/* Keep hero CTA row tidy */
.trustRow{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.trustItem{
  font-size: 14px;
  color: var(--text-main);
  opacity: 0.92;
}

.trustLink{
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}
.trustLink:hover{ text-decoration: underline; }

.heroCtas{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.heroCtaBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.heroCtaBtn:hover{ filter: brightness(0.98); }

.heroCtaLink{
  font-weight: 900;
  color: var(--text-main);
  text-decoration: none;
}
.heroCtaLink:hover{ text-decoration: underline; }

.heroReviewsRow{
  width: 100%;
  margin-top: 10px;
}

.heroReviewsLink{
  display: inline-block;
  font-weight: 950;
  color: var(--accent);
  text-decoration: none;
}
.heroReviewsLink:hover{ text-decoration: underline; }


/* Route bar CTA button */
.routeBtn{
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
.routeBtn:hover{
  background: rgba(255,255,255,.25);
}

/* How steps */
.howSteps{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
@media (max-width: 900px){
  .howSteps{ grid-template-columns: 1fr; }
}

.howStep{
  border: 1px solid var(--primary-16);
  background: var(--primary-10);
  border-radius: 14px;
  padding: 14px 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.howNum{
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.howText{
  line-height: 1.45;
  font-size: 14px;
}

/* Section CTA row */
.sectionCtas{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Fee accordion styling */
.feeDetails{
  margin-top: 12px;
  border: 1px solid var(--primary-16);
  border-radius: 14px;
  background: var(--primary-10);
  overflow: hidden;
}
.feeDetails > summary{
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  color: var(--primary);
}
.feeDetails > summary::-webkit-details-marker{ display:none; }

.feeDetails[open] > summary{
  border-bottom: 1px solid var(--primary-16);
}
.feeDetails .secBody{
  padding: 14px 16px 16px;
}

/* Make order card a bit narrower on wide screens */
.orderCard{
  max-width: 460px;
  margin-left: auto;
}
@media (max-width: 900px){
  .orderCard{
    max-width: 100%;
    margin-left: 0;
  }
}

/* ===== HERO ICONS: fixná šírka + žiadne natiahnutie ===== */
.introPoints{
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.introPoint{
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ikona-box musí mať fixnú veľkosť a nesmie sa zmrštiť */
.introIcon{
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  overflow: hidden; /* keby svg bolo väčšie, nestrieľa */
}

/* svg nesmie dediť šírku rodiča – nastavíme pevne */
.introIcon svg{
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  display: block;
  flex: 0 0 auto;
  stroke: var(--accent);
  stroke-width: 2.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* text nech sa pekne zalamuje */
.introPoint span{
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.25;
}


/* ===== CHECKS: väčšie a konzistentné ===== */
.heroChecks{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
}

.heroCheck{
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 18px;
  color: var(--text-main);
}

.heroCheckIcon{
  width: 44px;              /* bolo 22 */
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.28);
}

.heroCheckIcon svg{
  width: 24px;              /* bolo 16 */
  height: 24px;
  stroke: rgba(34,197,94,1);
  stroke-width: 3.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.priceValue{
  display: flex;
  align-items: baseline;
  gap: 12px;              /* medzera medzi cenami */
  white-space: nowrap;    /* aby sa to nelámalo */
}

.priceOld{
  position: relative;
  color: #000;
  opacity: .75;
  display: inline-block;
}

/* výraznejšie prečiarknutie */
.priceOld::after{
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: 50%;
  height: 2px;           /* hrúbka čiary – daj 3px ak chceš ešte viac */
  background: #000;
  opacity: 0.65;           /* sila čiary */
  border-radius: 2px;    /* jemne zaoblené */
}

.priceNew{
  color: #000;         /* červená (môžeš zmeniť) */
  font-weight: 800;
}

.routePrice b.priceNew{
  color: #fff !important;
}

.heroCard{
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(255, 41, 41, 0.08);
  margin-bottom: 14px;
  border: 2px solid #d10000;
}

.heroOneLiner{
  margin: 0;
  font-weight: 800;
  line-height: 1.15;
  color: #d10000;
}


/* iOS Safari: zabráni auto-zoom pri focus inputu */
input, textarea, select{
  font-size: 16px !important;
}



.fromToRow{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
  margin-top: 10px;
}

.fromToSwap{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 0;
}

.swapBtn{
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 18px rgba(2,6,23,.08);
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
}

.swapIcon{
  font-size: 22px;
  line-height: 1;
}

.swapText{
  display: inline;
  font-size: 15px;
  line-height: 1.1;
}

.fromToCol label{
  margin: 8px 0 4px;
}


.airportSelect{
  width:100%;
  height:44px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  padding: 10px 12px;
  font-weight: 800;
  font-size: 16px;
  outline:none;
  box-shadow: 0 8px 18px rgba(2,6,23,.05);
}

.otherAddrInput{
  width:100%;
  height:44px;
  margin-top:8px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 16px;
  outline:none;
  box-shadow: 0 8px 18px rgba(2,6,23,.05);
}

.isHidden{ display:none !important; }



/* MOBILE: Odkiaľ / Shuffle / Kam pod sebou */
@media (max-width: 520px){
  .fromToRow{
    grid-template-columns: 1fr;   /* namiesto 1fr auto 1fr */
    gap: 10px;
    align-items: stretch;
  }

  .fromToSwap{
    justify-content: flex-start;  /* nech to nie je v strede medzi stĺpcami */
    padding-bottom: 0;
  }

  .swapBtn{
    width: 100%;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.12);
    background: rgba(255,255,255,.9);
    box-shadow: 0 8px 18px rgba(2,6,23,.08);
    cursor:pointer;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 16px;
  }
  .swapIcon{
    font-size: 22px;
    line-height: 1;
  }

  .swapText{
    display: inline;
    font-size: 15px;
    line-height: 1.1;
  }
}



  /* ===== Stops (medzizastávky) ===== */
.stopsBlock{ margin-top: 10px; }

.stopsList{
  display: grid;
  gap: 8px;
  margin-top: 6px;
}

.stopRow{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.stopRow input{
  height: 44px;
}

.stopRemoveBtn{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(2,6,23,.06);
  cursor: pointer;
  font-weight: 950;
}

.stopAddBtn{
  margin-top: 8px;
  width: 100%;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(2,6,23,.06);
  cursor: pointer;
  font-weight: 950;
}

/* ===== Terms ===== */
.termsRow{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(2,6,23,.05);
}

.termsLabel{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 !important;
  color: rgba(0,0,0,.74);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.termsLabel input{
  margin-top: 2px;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.termsLabel a{
  color: var(--primary);
  font-weight: 950;
  text-decoration: underline;
}


/* ===== RETURN BOX ===== */
.returnBox{
  margin-top: 14px;
  padding: 14px 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,127,15,.35);
  background: linear-gradient(135deg, rgba(255,127,15,.10), rgba(31,78,199,.06), rgba(255,255,255,.75));
  box-shadow: 0 12px 30px rgba(255,127,15,.10);
}

.returnBoxHeader{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom: 10px;
}

.returnTitle{
  margin:0;
  font-weight: 950;
  font-size: 14px;
  letter-spacing: -.2px;
  color: rgba(0,0,0,.80);
}

.returnBadge{
  font-size: 12px;
  font-weight: 950;
  color: #fff;
  background: var(--accent);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 22px rgba(255,127,15,.20);
}

.returnBox .smallHint{
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(0,0,0,.55);
  line-height: 1.4;
}




/* ===== TOP PROMO BAR ===== */
.topPromo{
  position: relative;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), #ff9a3d);
  color: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 34px rgba(255,127,15,.22);
  overflow: hidden;
}

.topPromo::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(420px 120px at 0% 0%, rgba(255,255,255,.18), transparent 60%),
    radial-gradient(320px 120px at 100% 100%, rgba(255,255,255,.10), transparent 60%);
  pointer-events:none;
}

.topPromoInner{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.topPromoBadge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.topPromoTitle{
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.3px;
}

.topPromoText{
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.96);
  font-weight: 700;
}

.topPromoText strong{
  color: #fff;
  font-weight: 950;
}

@media (max-width: 768px){
  .topPromo{
    margin-bottom: 10px;
    padding: 12px 12px;
    border-radius: 16px;
  }

  .topPromoTitle{
    font-size: 17px;
    line-height: 1.25;
  }

  .topPromoText{
    font-size: 13px;
    line-height: 1.45;
  }

  .topPromoBadge{
    font-size: 11px;
    padding: 5px 9px;
  }
}




  /* ===== GOOGLE-LIKE REVIEWS SECTION ===== */
.googleReviewsCard{
  padding-top: 22px !important;
}

.reviewsTopBar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.reviewsGoogleLabel{
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 8px;
}

.reviewsScoreRow{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.reviewsScoreValue{
  font-size: 54px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.reviewsStars{
  font-size: 34px;
  line-height: 1;
  color: #fbbc04;
  letter-spacing: 1px;
}

.reviewsCount{
  font-size: 18px;
  color: var(--muted);
  font-weight: 700;
}

.reviewsWriteBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration:none;
  background: #e8f0fe;
  color: #1a73e8;
  font-weight: 900;
  border: 1px solid rgba(26,115,232,.12);
  white-space: nowrap;
}

.reviewsWriteBtn:hover{
  filter: brightness(.98);
}

.reviewsCarouselWrap{
  position: relative;
  display: block;
}

.reviewsViewport{
  overflow: hidden;
  width: 100%;
}

.reviewsTrack{
  display:flex;
  gap: 20px;
  transition: transform .35s ease;
  will-change: transform;
}

.reviewSlide{
  min-width: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

.reviewCardHead{
  display:flex;
  align-items:flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.reviewAvatar{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(103,135,216,.28), rgba(31,78,199,.18));
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  font-size: 18px;
  color: var(--primary);
  flex: 0 0 54px;
  overflow: hidden;
}

.reviewAvatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.reviewAuthorWrap{
  min-width: 0;
}

.reviewAuthor{
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 4px;
}

.reviewMeta{
  font-size: 14px;
  color: var(--muted);
  font-weight: 700;
}

.reviewStarsRow{
  margin: 14px 0 12px;
  font-size: 22px;
  line-height: 1;
  color: #fbbc04;
  letter-spacing: 1px;
}

.reviewText{
  font-size: 17px;
  line-height: 1.6;
  color: rgba(0,0,0,.84);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviewReadMore{
  display:inline-block;
  margin-top: 12px;
  color: #1a73e8;
  font-weight: 800;
  text-decoration:none;
}

.reviewPhotos{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.reviewPhotos img,
.reviewPhotoMore{
  width:100%;
  aspect-ratio: 1 / 1;
  object-fit:cover;
  border-radius: 12px;
  display:block;
}

.reviewPhotoMore{
  background: rgba(0,0,0,.36);
  color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 34px;
  font-weight: 900;
}

.reviewsNav{
  display: none !important;
}

.reviewsNav:hover{
  transform: translateY(-1px);
}

.reviewsDots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin-top:18px;
}

.reviewsDots .reviewsDot{
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:50%;
  background: rgba(0,0,0,.18);
  box-shadow:none;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, opacity .18s ease;
}

.reviewsDots .reviewsDot:hover{
  background: rgba(0,0,0,.32);
}

.reviewsDots .reviewsDot.active{
  background: var(--primary);
  transform: scale(1.15);
}

@media (max-width: 1100px){
  .reviewSlide{
    min-width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 700px){
  .reviewsTopBar{
    flex-direction: column;
    align-items: stretch;
  }

  .reviewsWriteBtn{
    width: 100%;
  }

  .reviewsCarouselWrap{
    display: block;
  }

  .reviewsViewport{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .reviewsViewport::-webkit-scrollbar{
    display: none;
  }

  .reviewsTrack{
    display: flex;
    gap: 14px;
    transition: none !important;
    transform: none !important;
  }

  .reviewSlide{
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
  }

  .reviewsDots{
    margin-top: 14px;
  }

  .reviewsNav{
    width: 42px;
    height: 42px;
    font-size: 28px;
    flex: 0 0 42px;
  }

  

  .reviewsScoreValue{
    font-size: 42px;
  }

  .reviewsStars{
    font-size: 26px;
  }

  .reviewText{
    font-size: 15px;
    line-height: 1.5;
  }
}





.heroFleet{
  margin-top: 0;
  margin-bottom: -25px;
  width: 100%;
  max-width: 560px;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.heroFleet img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.16));
  transform: translateY(-6px);
}

.routeBar{
  margin: 0 0 26px;
  position: relative;
  z-index: 1;
}

/* nech sa nepriblíži k formuláru na menšom desktope */
@media (max-width: 1100px){
  .heroFleet{
    max-width: 500px;
  }
}

@media (max-width: 900px){
  .heroFleet{
    max-width: 100%;
    margin-top: 14px;
  }

  .heroFleet img{
    max-width: 520px;
  }
}



  .referralDriverBox{
  margin: 0 0 14px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(31,78,199,.18);
  background: linear-gradient(135deg, rgba(31,78,199,.08), rgba(255,255,255,.95));
  box-shadow: 0 10px 24px rgba(31,78,199,.08);
}

.referralDriverInner{
  display: flex;
  align-items: center;
  gap: 12px;
}

.referralDriverAvatarWrap{
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}

.referralDriverPhoto,
.referralDriverFallback{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
}

.referralDriverPhoto{
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.9);
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}

.referralDriverFallback{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.referralDriverText{
  min-width: 0;
}

.referralDriverTitle{
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--text);
}

.referralDriverTitle strong{
  color: var(--primary);
}

.referralDriverSub{
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted);
}

@media (max-width: 520px){
  .referralDriverBox{
    padding: 10px;
    border-radius: 14px;
  }

  .referralDriverInner{
    gap: 10px;
  }

  .referralDriverAvatarWrap,
  .referralDriverPhoto,
  .referralDriverFallback{
    width: 48px;
    height: 48px;
  }

  .referralDriverTitle{
    font-size: 13px;
  }

  .referralDriverSub{
    font-size: 11px;
  }
}


/* ===== Airports dropdown (desktop hover) — pre zdieľanú hlavičku ===== */
/* ===== Airports dropdown (desktop hover) ===== */
.navDD{
  position: relative;
  display: inline-flex;
  align-items: center;
}

.navDDTrigger{
  text-decoration:none;
  color: var(--text);
  font-weight: 900;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: default;
  user-select: none;
}

.navDDTrigger:hover{
  background: rgba(255,255,255,.55);
  border: 1px solid var(--line);
}

.navCaret{ opacity: .75; font-size: 12px; }

/* menu panel */
.navDDMenu{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
  min-width: 230px;

  display: none;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 200;
}

.navDDMenu a{
  display:block;
  text-decoration:none;
  color: var(--text);
  font-weight: 900;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
}

.navDDMenu a:hover{
  border-color: rgba(31,78,199,.25);
  background: rgba(31,78,199,.08);
}

/* hover + keyboard */
.navDD:hover .navDDMenu,
.navDD:focus-within .navDDMenu{
  display: grid;
  gap: 6px;
}

/* Neviditeľný mostík cez medzeru medzi triggerom a menu,
   aby menu nezmizlo pri presune myšou na odkazy. */
.navDD:hover::after,
.navDD:focus-within::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 240px;
  height: 16px;
  z-index: 199;
}

/* Mobile: dropdown skryjeme (na mobile používame sheet menu) */
@media (max-width: 920px){
  .navDD{ display:none; }
}

/* ===== Výletné stránky (trip-page) ===== */
.tripHero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:18px;align-items:center;margin:16px 0 8px;}
.tripHeroMedia{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(2,6,23,.12);min-height:240px;background:#eef2f7;}
.tripHeroMedia img{width:100%;height:100%;max-height:360px;object-fit:cover;display:block;}
.tripBadge{position:absolute;left:14px;bottom:14px;background:linear-gradient(135deg,var(--accent),#ff9a3d);color:#fff;font-weight:950;font-size:15px;padding:8px 14px;border-radius:999px;box-shadow:0 10px 24px rgba(2,6,23,.2);}
.tripHeroBody .tripTitle{font-size:30px;line-height:1.1;letter-spacing:-.5px;margin:0 0 6px;}
.tripRegion{color:var(--muted);font-weight:800;font-size:14px;margin-bottom:10px;}
.tripLead{color:var(--text);line-height:1.6;font-size:15.5px;margin:0 0 16px;}
.tripHeroCtas{display:flex;gap:10px;flex-wrap:wrap;}
.tripGallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:10px 0 4px;}
.tripGallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;box-shadow:0 8px 20px rgba(2,6,23,.08);background:#eef2f7;}
.tripBlock{margin-top:16px;}
.tripPara{color:var(--text);line-height:1.7;font-size:15px;margin:0 0 12px;}
.tripHighlights{list-style:none;padding:0;margin:8px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;}
.tripHighlights li{position:relative;padding-left:24px;line-height:1.5;font-size:14.5px;color:var(--text);}
.tripHighlights li::before{content:"✓";position:absolute;left:0;top:0;color:#16a34a;font-weight:900;}
.tripTable{margin-top:6px;border:1px solid var(--line);border-radius:12px;overflow:hidden;}
.tripRow{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:11px 14px;font-size:15px;}
.tripRow:nth-child(odd){background:rgba(0,0,0,.025);}
.tripRow b{font-weight:900;white-space:nowrap;}
@media (max-width:760px){
  .tripHero{grid-template-columns:1fr;}
  .tripHeroBody .tripTitle{font-size:25px;}
  .tripGallery{grid-template-columns:1fr 1fr;}
  .tripHighlights{grid-template-columns:1fr;}
}

/* ===== Termíny výletov ===== */
.terminy{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px;margin-top:14px;}
.termin{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff;box-shadow:0 8px 22px rgba(2,6,23,.06);display:flex;flex-direction:column;gap:9px;}
.termin.soldout{opacity:.62;}
.terminDate{font-weight:950;font-size:16px;color:var(--text);}
.terminRoute{font-weight:800;font-size:14.5px;color:var(--text);word-break:break-word;}
.terminMeta{color:var(--muted);font-size:12.5px;line-height:1.4;}
.capBar{height:8px;border-radius:999px;background:#eef2f7;overflow:hidden;margin-top:2px;}
.capFill{height:100%;background:linear-gradient(90deg,#16a34a,#f59e0b);}
.capText{display:flex;justify-content:space-between;gap:8px;font-size:12.5px;color:var(--muted);font-weight:800;}
.terminFoot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px;}
.terminPrice{font-weight:950;font-size:20px;color:var(--text);}
.terminPrice small{font-weight:700;color:var(--muted);font-size:13px;}
.terminBtn{border:0;border-radius:12px;padding:11px 16px;background:linear-gradient(135deg,var(--accent),#ff9a3d);color:#fff;font-weight:950;font-size:14px;cursor:pointer;box-shadow:0 8px 18px rgba(255,127,15,.22);}
.terminBtn:hover{filter:brightness(1.03);}
.terminBtn[disabled]{background:#e2e8f0;color:#64748b;cursor:not-allowed;box-shadow:none;}
.terminBanner{margin:0 0 12px;padding:10px 12px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:700;font-size:13.5px;}
.terminClear{margin-left:8px;border:0;background:transparent;color:#b45309;text-decoration:underline;cursor:pointer;font-weight:800;font-size:13px;}

/* ===== Mobilné menu – rozbaľovače (Letiská / Výlety) ===== */
.navSheetGroup{ margin:0; }
.navSheetGroup > summary{
  list-style:none; cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; gap:8px;
  text-decoration:none; color:var(--text); font-weight:950; font-size:16px;
  padding:14px 14px; border-radius:16px; border:1px solid var(--line); background:rgba(255,255,255,.78);
}
.navSheetGroup > summary::-webkit-details-marker{ display:none; }
.navSheetGroup > summary .navCaret{ transition:transform .18s ease; opacity:.7; }
.navSheetGroup[open] > summary{ border-color:rgba(31,78,199,.25); background:rgba(31,78,199,.06); }
.navSheetGroup[open] > summary .navCaret{ transform:rotate(180deg); }
.navSheetSub{ display:grid; gap:8px; padding:10px 0 2px 12px; }
.navSheetSub a{
  text-decoration:none; color:var(--text); font-weight:800; font-size:15px;
  padding:11px 13px; border-radius:13px; border:1px solid var(--line); background:#fff;
}
