/* Putokaz — dizajn sistem */
:root {
  --ink: #12211f;
  --ink-2: #4b615d;
  --pine: #0b3b36;
  --pine-2: #12564d;
  --coral: #ff6a3d;
  --amber: #ffb443;
  --sand: #faf5ee;
  --paper: #ffffff;
  --line: #e7ded1;
  --shadow: 0 1px 2px rgba(11, 59, 54, .06), 0 12px 32px -18px rgba(11, 59, 54, .35);
  --shadow-lg: 0 24px 60px -30px rgba(11, 59, 54, .55);
  --r: 16px;
  --r-lg: 26px;
  --max: 1200px;
  --f-display: 'Fraunces', Georgia, serif;
  --f-body: 'Outfit', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--sand); color: var(--ink);
  font-family: var(--f-body); font-size: 16px; line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
svg { width: 18px; height: 18px; flex: none; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 600; line-height: 1.15; margin: 0 0 .4em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
.wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.muted { color: var(--ink-2); }
.small { font-size: .875rem; }
.num { font-variant-numeric: tabular-nums; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 245, 238, .88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar { display: flex; align-items: center; gap: 28px; height: 74px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--f-display); font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; }
.logo .mark {
  width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--pine), var(--pine-2)); color: #fff;
}
.logo .mark svg { width: 19px; height: 19px; }
.nav { display: flex; gap: 2px; margin-inline-start: auto; }
.nav a {
  padding: 9px 11px; border-radius: 99px; font-weight: 500; font-size: .92rem;
  color: var(--ink-2); white-space: nowrap; transition: background .18s, color .18s;
}
/* Osam stavki u meniju: na užim ekranima se stisnu pre nego što pređu u burger. */
@media (max-width: 1180px) {
  .nav a { padding: 9px 8px; font-size: .88rem; }
  .cta-link span { display: none; }
}
.nav a:hover { background: #fff; color: var(--ink); }
.nav a.active { background: var(--pine); color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
/* Glavni poziv na akciju u zaglavlju — zamenio je nekadašnju korpu. */
.cta-link {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px;
  border-radius: 99px; background: var(--ink); color: #fff; font-weight: 500; font-size: .95rem;
  transition: transform .18s, box-shadow .18s;
}
.cta-link:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.cta-link svg { width: 17px; height: 17px; }
.burger { display: none; background: none; border: 1px solid var(--line); border-radius: 12px; padding: 9px 11px; cursor: pointer; }

/* Prebacivanje jezika SR / EN */
.lang-switch {
  display: inline-flex; padding: 3px; gap: 2px; border-radius: 99px;
  border: 1px solid var(--line); background: #fff;
}
.lang-switch button {
  border: 0; background: none; cursor: pointer; border-radius: 99px;
  padding: 7px 11px; font: inherit; font-size: .82rem; font-weight: 600; letter-spacing: .04em;
  color: var(--ink-2); transition: background .18s, color .18s;
}
.lang-switch button:hover { background: var(--sand); color: var(--ink); }
.lang-switch button.on { background: var(--pine); color: #fff; }
.lang-switch button.on:hover { background: var(--pine); color: #fff; }

/* ---------- Dugmad ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 22px; border-radius: 99px; border: 1px solid transparent; cursor: pointer;
  font-weight: 600; font-size: .97rem; transition: transform .18s, box-shadow .18s, background .18s, color .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 10px 24px -12px rgba(255, 106, 61, .9); }
.btn-primary:hover { background: #f0572a; }
.btn-dark { background: var(--pine); color: #fff; }
.btn-dark:hover { background: var(--pine-2); }
.btn-ghost { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--pine); }
.btn-sm { padding: 9px 16px; font-size: .88rem; }
.btn-block { width: 100%; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 64px 0 0; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0 0 auto; height: 78%;
  background: radial-gradient(1100px 420px at 12% 0%, #fdeadf 0%, transparent 60%),
              radial-gradient(900px 400px at 92% 12%, #e2f0e8 0%, transparent 62%);
  z-index: -1;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px; border-radius: 99px;
  background: #fff; border: 1px solid var(--line); font-size: .85rem; font-weight: 500; color: var(--pine);
  margin-bottom: 18px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 99px; background: var(--coral); }
.hero h1 em { font-style: normal; color: var(--coral); }
.hero .lead { font-size: 1.12rem; color: var(--ink-2); max-width: 46ch; }
.hero-stats { display: flex; gap: 32px; margin-top: 28px; flex-wrap: wrap; }
.hero-stats b { font-family: var(--f-display); font-size: 1.55rem; display: block; line-height: 1.1; }
.hero-art { position: relative; }
.hero-art .a {
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: #ddd;
}
.hero-art .a img { width: 100%; height: 420px; object-fit: cover; }
.hero-art .b {
  position: absolute; left: -34px; bottom: -26px; width: 210px; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow-lg); border: 5px solid var(--sand); background: #ddd;
}
.hero-art .b img { height: 140px; width: 100%; object-fit: cover; }
.hero-art .chip {
  position: absolute; right: -14px; top: 28px; background: #fff; border-radius: 16px;
  padding: 12px 16px; box-shadow: var(--shadow); display: flex; gap: 10px; align-items: center;
}
.hero-art .chip svg { width: 22px; height: 22px; color: var(--coral); }

/* ---------- Traka sa uslugama ---------- */
.service-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 46px; }
.service {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 8px; font-weight: 600;
  box-shadow: var(--shadow); transition: transform .2s, border-color .2s;
}
.service svg { width: 26px; height: 26px; color: var(--coral); }
.service:hover { transform: translateY(-3px); border-color: var(--pine); }
.ico-box { width: 46px; height: 46px; border-radius: 14px; background: var(--sand); display: grid; place-items: center; color: var(--pine); }
.ico-box svg { width: 22px; height: 22px; }

/* ---------- Pretraga ---------- */
.searchbar {
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: 10px; margin: 46px 0 8px; border: 1px solid var(--line);
}
.search-tabs { display: flex; gap: 4px; padding: 4px 6px 10px; flex-wrap: wrap; }
.search-tabs button {
  border: 0; background: none; padding: 9px 16px; border-radius: 99px; cursor: pointer;
  font-weight: 500; color: var(--ink-2); display: inline-flex; align-items: center; gap: 8px;
}
.search-tabs button svg { width: 17px; height: 17px; }
.search-tabs button.active { background: var(--sand); color: var(--pine); font-weight: 600; }
.search-fields { display: grid; grid-template-columns: 2fr 1.2fr 1fr auto; gap: 8px; }
.field { background: var(--sand); border-radius: 14px; padding: 10px 16px; border: 1px solid transparent; }
.field:focus-within { border-color: var(--pine); background: #fff; }
.field label { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .07em; color: var(--ink-2); font-weight: 600; }
.field input, .field select { width: 100%; border: 0; background: none; outline: none; padding: 2px 0; font-size: .97rem; }

/* ---------- Sekcije ---------- */
section { padding: 62px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.sec-head p { margin: 0; color: var(--ink-2); max-width: 54ch; }
.sec-head .link { color: var(--pine); font-weight: 600; white-space: nowrap; border-bottom: 2px solid var(--amber); }

/* ---------- Kartice ---------- */
.grid { display: grid; gap: 22px; }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  background: var(--paper); border-radius: var(--r); overflow: hidden; border: 1px solid var(--line);
  display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card .thumb { position: relative; aspect-ratio: 4 / 3; background: #e8e2d8; overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .thumb img { transform: scale(1.05); }
.badge {
  position: absolute; top: 12px; left: 12px; background: rgba(18, 33, 31, .82); color: #fff;
  padding: 5px 11px; border-radius: 99px; font-size: .76rem; font-weight: 600; backdrop-filter: blur(4px);
}
.badge.coral { background: var(--coral); }
.rating {
  position: absolute; top: 12px; right: 12px; background: #fff; color: var(--pine);
  padding: 5px 10px; border-radius: 99px; font-size: .8rem; font-weight: 700;
}
.card .body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; gap: 8px; }
.card .place { font-size: .82rem; color: var(--ink-2); display: flex; align-items: center; gap: 6px; }
.card .place svg { width: 14px; height: 14px; }
.card h3 { margin: 0; font-size: 1.06rem; }
.card .desc { font-size: .9rem; color: var(--ink-2); margin: 0; }
.tagrow { display: flex; flex-wrap: wrap; gap: 6px; }
/* Oznaka se ne prelama na pola fraze („12% / provizija") — uvek ide cela. */
.tag { font-size: .74rem; background: var(--sand); border: 1px solid var(--line); padding: 3px 9px; border-radius: 99px; color: var(--ink-2); white-space: nowrap; }
.card .foot { margin-top: auto; padding-top: 12px; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); }
.price b { font-family: var(--f-display); font-size: 1.3rem; }
.price span { font-size: .8rem; color: var(--ink-2); }

/* ---------- Kategorije ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat {
  position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 230px;
  display: flex; align-items: flex-end; padding: 22px; color: #fff; isolation: isolate;
}
.cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s; }
.cat::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,59,54,.12), rgba(11,59,54,.85)); }
.cat:hover img { transform: scale(1.06); }
.cat h3 { margin: 0; color: #fff; font-size: 1.3rem; }
.cat p { margin: 2px 0 0; font-size: .87rem; opacity: .9; }

/* ---------- Partneri ---------- */
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.partner {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px;
  display: flex; gap: 14px; align-items: flex-start;
}
.partner .logo-sq {
  width: 44px; height: 44px; flex: none; border-radius: 13px; display: grid; place-items: center;
  background: var(--pine); color: #fff; font-weight: 700; font-family: var(--f-display); font-size: 1rem;
}
.partner b { display: block; font-size: .98rem; }
.partner small { color: var(--ink-2); }

/* ---------- Kako radi ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
/* Kartica koraka stoji i unutar tamne trake — boja teksta se vraća na tamnu. */
.step { background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; }
.step b { display: block; font-family: var(--f-display); font-size: 1.05rem; margin-bottom: 6px; }
.step .n {
  font-family: var(--f-display); font-size: 1.05rem; width: 40px; height: 40px; border-radius: 13px;
  background: var(--amber); display: grid; place-items: center; margin-bottom: 14px; font-weight: 700;
}
.band { background: var(--pine); color: #fff; border-radius: var(--r-lg); padding: 44px; }
.band h2 { color: #fff; }
.band .facts svg { color: var(--amber); }
.band p { color: #cfe3dd; }

/* ---------- Liste sa filterima ---------- */
.page-head { padding: 42px 0 10px; }
.layout { display: grid; grid-template-columns: 265px 1fr; gap: 30px; align-items: start; padding-bottom: 70px; }
.filters { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 20px; position: sticky; top: 92px; }
.filters h4 { font-family: var(--f-body); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-2); margin: 18px 0 8px; }
.filters h4:first-child { margin-top: 0; }
.filters select, .filters input[type=search] {
  width: 100%; padding: 10px 12px; border-radius: 11px; border: 1px solid var(--line); background: var(--sand);
}
.check { display: flex; align-items: center; gap: 9px; padding: 4px 0; font-size: .92rem; cursor: pointer; }
.check input { accent-color: var(--coral); width: 16px; height: 16px; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; flex-wrap: wrap; }
.result-count { font-weight: 600; }
.group-switch { display: flex; gap: 6px; flex-wrap: wrap; }
.group-switch a {
  padding: 8px 14px; border-radius: 99px; font-size: .88rem; font-weight: 500;
  background: #fff; border: 1px solid var(--line); color: var(--ink-2); transition: .18s;
}
.group-switch a:hover { border-color: var(--pine); color: var(--ink); }
.group-switch a.active { background: var(--pine); border-color: var(--pine); color: #fff; }
.empty { background: #fff; border: 1px dashed var(--line); border-radius: var(--r); padding: 50px; text-align: center; color: var(--ink-2); }

/* ---------- Detalj ---------- */
.detail { padding: 30px 0 70px; }
.gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 30px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; background: #e8e2d8; }
.gallery .main { height: 420px; }
.gallery .side { display: grid; gap: 10px; }
.gallery .side img { height: 205px; }
.detail-grid { display: grid; grid-template-columns: 1fr 350px; gap: 34px; align-items: start; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 24px; }
.booking-box { position: sticky; top: 92px; }
.booking-box .row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.booking-box .box-sep {
  margin: 18px 0 10px; padding-top: 16px; border-top: 1px dashed var(--line);
  font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; color: var(--ink-2);
  font-family: var(--f-body); font-weight: 600;
}
.booking-box label { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-2); font-weight: 600; margin-bottom: 4px; }
.booking-box input, .booking-box select {
  width: 100%; padding: 11px 12px; border-radius: 12px; border: 1px solid var(--line); background: var(--sand);
}
.total-row { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-top: 1px dashed var(--line); margin-top: 14px; }
.total-row b { font-family: var(--f-display); font-size: 1.5rem; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 20px 0 0; padding: 0; list-style: none; }
.facts li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; }
.facts svg { width: 18px; height: 18px; color: var(--pine); flex: none; margin-top: 3px; }

/* ---------- Stavka upita (na potvrdi) ---------- */
.line-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: center; }
.line-item img { width: 110px; height: 82px; object-fit: cover; border-radius: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid label { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-2); font-weight: 600; margin-bottom: 5px; }
.form-grid input, .form-grid textarea {
  width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--sand);
}
.form-grid input:focus, .form-grid textarea:focus { outline: none; border-color: var(--pine); background: #fff; }
.notice { background: #fff6ee; border: 1px solid #ffd9c2; color: #8a3c1c; border-radius: 12px; padding: 12px 16px; font-size: .9rem; }
.ok-mark { width: 62px; height: 62px; border-radius: 99px; background: #e4f3ea; color: var(--pine); display: grid; place-items: center; margin-bottom: 16px; }
.ok-mark svg { width: 30px; height: 30px; }

/* ---------- B2B tabela i FAQ ---------- */
.b2b-table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.b2b-table th, .b2b-table td { text-align: start; padding: 11px 8px; border-bottom: 1px solid var(--line); font-size: .93rem; }
.b2b-table th { font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-2); font-weight: 600; }
.b2b-table tbody tr:last-child td { border-bottom: 0; }
.faq { border-bottom: 1px solid var(--line); padding: 12px 0; }
.faq:last-child { border-bottom: 0; }
.faq summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: '+'; color: var(--coral); font-size: 1.3rem; line-height: 1; }
.faq[open] summary::after { content: '−'; }
.faq p { margin: 8px 0 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfd9d6; padding: 56px 0 28px; margin-top: 40px; }
.site-footer h4 { color: #fff; font-family: var(--f-body); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.site-footer a { display: block; padding: 3px 0; font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.foot-bottom { border-top: 1px solid #2a3936; margin-top: 34px; padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; font-size: .85rem; flex-wrap: wrap; }
.site-footer .logo { color: #fff; }

.skeleton { background: linear-gradient(90deg, #eee7dc 25%, #f6f1e8 37%, #eee7dc 63%); background-size: 400% 100%; animation: sk 1.3s infinite; border-radius: var(--r); height: 300px; }
@keyframes sk { 0% { background-position: 100% 50%; } 100% { background-position: 0 50%; } }

.toast {
  position: fixed; right: 20px; bottom: 20px; z-index: 99; background: var(--pine); color: #fff;
  padding: 14px 20px; border-radius: 14px; box-shadow: var(--shadow-lg); display: flex; gap: 10px; align-items: center;
  transform: translateY(20px); opacity: 0; transition: .25s; pointer-events: none;
}
.toast.show { transform: none; opacity: 1; }

/* Traka koja se pojavi samo kada veza sa serverom padne */
.offline-bar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 120; background: var(--pine); color: #fff;
  padding: 12px 20px; display: flex; gap: 14px; align-items: center; justify-content: center;
  flex-wrap: wrap; box-shadow: var(--shadow-lg); font-size: .95rem;
}
.offline-bar .btn { background: #fff; color: var(--pine); border-color: #fff; }

/* ---------- O nama + akreditacije ---------- */
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.about-grid h2 { margin-bottom: 14px; }
.about-grid p { color: var(--ink-2); margin-bottom: 14px; }
.about-art { position: relative; padding-bottom: 34px; }
.about-art .a { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: #ddd; }
.about-art .a img { width: 100%; height: 430px; object-fit: cover; display: block; }
.about-art .b {
  position: absolute; right: -26px; bottom: 0; width: 220px; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow-lg); border: 5px solid var(--sand); background: #ddd;
}
.about-art .b img { width: 100%; height: 150px; object-fit: cover; display: block; }
.about-grid .facts { grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-top: 24px; }

.accr { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; margin-top: 56px; }
.accr-head { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.accr-head h3 { font-size: 1.22rem; margin-bottom: 4px; }
.iata-logo { width: 132px; height: auto; flex: none; }
.accr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 30px; margin-top: 24px; }
.accr-card { display: flex; gap: 14px; align-items: flex-start; }
.accr-card b { display: block; font-size: .97rem; line-height: 1.35; }
.accr-card p { margin: 6px 0 8px; }
.accr-code {
  display: inline-block; font-size: .78rem; font-weight: 500; color: var(--pine);
  background: var(--sand); border-radius: 99px; padding: 5px 11px;
}

.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; }
.split-band { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }

.property-box { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; margin-top: 22px; }
.property-box select { padding: 11px 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--sand); width: 100%; max-width: 340px; }
@media (max-width: 720px) { .property-box { grid-template-columns: 1fr; gap: 10px; } .property-box select { max-width: none; } }

@media (max-width: 1000px) {
  .hero-grid, .split, .split-band, .about-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 34px; }
  .about-art { order: -1; }
  .about-art .b { display: none; }
  .accr-grid { grid-template-columns: 1fr 1fr; }
  
  .hero-art { order: -1; }
  .hero-art .b { display: none; }
  .grid-4, .cat-grid, .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .layout, .detail-grid { grid-template-columns: 1fr; }
  .filters, .booking-box { position: static; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .search-fields { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .service-strip { grid-template-columns: repeat(2, 1fr); }
  #quote-box { grid-template-columns: 1fr !important; }
  #quote-box img { width: 100% !important; height: 160px !important; }
}
@media (max-width: 720px) {
  .hero-art .chip { right: 8px; top: 12px; }
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 12px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .burger { display: block; order: 3; }
  .header-actions { margin-inline-start: auto; }
  .grid-3, .grid-2, .steps, .facts, .form-grid { grid-template-columns: minmax(0, 1fr); }
  .about-grid .facts, .accr-grid { grid-template-columns: 1fr; }
  .about-art .a img { height: 280px; }
  .accr { padding: 22px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery .main { height: 260px; }
  .gallery .side { grid-template-columns: 1fr 1fr; }
  .gallery .side img { height: 120px; }
  .search-fields { grid-template-columns: 1fr; }
  .line-item { grid-template-columns: 78px 1fr; }
  .line-item img { width: 78px; height: 64px; }
  .band { padding: 28px; }
  section { padding: 44px 0; }
}
@media (max-width: 560px) {
  .grid-4, .cat-grid, .partner-grid, .kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .adm-filters { align-items: stretch; }
  /* Na telefonu zaglavlje drži logo, jezik, korpu i meni — bez teksta u korpi. */
  .site-header .bar { gap: 10px; }
  .header-actions { gap: 6px; }
  .lang-switch button { padding: 6px 8px; font-size: .76rem; }
  .cta-link { padding: 10px 12px; }
  .cta-link span { display: none; }
}

/* ---------- Raspoloživost u kutiji za rezervaciju ---------- */
.avail {
  display: flex; align-items: center; gap: 9px; margin-top: 12px; padding: 10px 12px;
  border-radius: 12px; font-size: .88rem; background: var(--sand); border: 1px solid var(--line); color: var(--ink-2);
}
.avail .dot { width: 8px; height: 8px; border-radius: 99px; background: var(--ink-2); flex: none; }
.avail.ok { background: #e4f3ea; border-color: #c9e6d6; color: #175c46; }
.avail.ok .dot { background: #1d8a63; }
.avail.wait { background: #fff6ee; border-color: #ffd9c2; color: #8a3c1c; }
.avail.wait .dot { background: var(--coral); }

/* ---------- Vaučer i faktura ---------- */
.doc-head { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: flex-start; }
.doc-head h2 { margin: 0; }
.stamp {
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 99px;
  font-size: .82rem; font-weight: 600; border: 1px solid #c9e6d6; background: #e4f3ea; color: #175c46;
}
.stamp svg { width: 15px; height: 15px; }
.stamp.wait { background: #fff6ee; border-color: #ffd9c2; color: #8a3c1c; }
.doc-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 26px; margin: 20px 0 0; }
.doc-meta div { font-size: .92rem; }
.doc-meta .lbl { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; color: var(--ink-2); font-weight: 600; margin-bottom: 3px; }
.inv-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.inv-table th, .inv-table td { text-align: start; padding: 10px 8px; border-bottom: 1px solid var(--line); font-size: .9rem; }
.inv-table th { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-2); font-weight: 600; }
.inv-table td.r, .inv-table th.r { text-align: end; }
.inv-sum { margin-inline-start: auto; width: min(340px, 100%); margin-top: 14px; }
.inv-sum div { display: flex; justify-content: space-between; gap: 18px; padding: 7px 0; font-size: .93rem; }
.inv-sum div.grand { border-top: 2px solid var(--pine); margin-top: 6px; padding-top: 11px; font-family: var(--f-display); font-size: 1.25rem; }
.pay-box { background: var(--sand); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; margin-top: 18px; }
.pay-box dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; margin: 10px 0 0; font-size: .92rem; }
.pay-box dt { color: var(--ink-2); }
.pay-box dd { margin: 0; font-weight: 600; }
@media (max-width: 560px) { .doc-meta { grid-template-columns: 1fr; } }

/* Tabele sa podacima iz licence — na telefonu se skroluju vodoravno umesto da se lome. */
.tbl-wrap { overflow-x: auto; }
.tbl-wrap.wide .inv-table { min-width: 460px; }

/* ---------- Avio karte: pretraga i rezultati ---------- */
.fl-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; box-shadow: var(--shadow); }
.trip-tabs { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.trip-tabs button {
  padding: 8px 16px; border-radius: 99px; font-size: .88rem; font-weight: 500; cursor: pointer;
  background: #fff; border: 1px solid var(--line); color: var(--ink-2); transition: .18s; font-family: inherit;
}
.trip-tabs button.on { background: var(--pine); border-color: var(--pine); color: #fff; }
.fl-fields { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1.1fr); gap: 8px; }
.fl-fields .field { position: relative; min-width: 0; }
.fl-fields input, .fl-fields select { min-width: 0; max-width: 100%; }
.fl-fields .go { grid-column: 1 / -1; }
.fl-chips { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-top: 14px; }
.fl-chips button {
  border: 1px dashed var(--line); background: #fff; color: var(--ink-2); cursor: pointer; font-family: inherit;
  border-radius: 99px; padding: 6px 13px; font-size: .84rem; transition: .18s;
}
.fl-chips button:hover { border-style: solid; border-color: var(--pine); color: var(--ink); }

.fl-list { display: grid; gap: 14px; }
.fl {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px;
  display: grid; grid-template-columns: 176px 1fr 196px; gap: 20px; align-items: center; transition: .18s;
}
.fl:hover { border-color: var(--pine); box-shadow: var(--shadow); }
.fl.picked { border-color: var(--coral); box-shadow: 0 0 0 2px rgba(255, 106, 61, .16); }
.fl-air { display: flex; gap: 12px; align-items: center; }
.fl-air .al {
  width: 46px; height: 46px; flex: none; border-radius: 13px; display: grid; place-items: center;
  background: var(--pine); color: #fff; font-family: var(--f-display); font-weight: 700; font-size: .95rem;
}
.fl-air b { display: block; font-size: .97rem; line-height: 1.25; }
.fl-air small { color: var(--ink-2); font-size: .78rem; }
.src-badge {
  display: inline-block; font-size: .7rem; font-weight: 600; letter-spacing: .03em; margin-top: 3px;
  background: var(--sand); border: 1px solid var(--line); color: var(--pine); border-radius: 99px; padding: 2px 8px;
}
.fl-leg { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; }
.fl-leg + .fl-leg { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line); }
.fl-leg .lbl { font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; color: var(--ink-2); font-weight: 600; }
.fl-time b { font-family: var(--f-display); font-size: 1.32rem; display: block; line-height: 1.1; }
.fl-time b sup { font-size: .6em; color: var(--coral); }
.fl-time span { font-size: .8rem; color: var(--ink-2); }
.fl-path { text-align: center; }
.fl-path .bar { display: block; height: 2px; background: var(--line); position: relative; margin: 7px 0; border-radius: 2px; }
.fl-path .bar::before, .fl-path .bar::after {
  content: ''; position: absolute; top: -3px; width: 8px; height: 8px; border-radius: 99px; background: var(--pine);
}
.fl-path .bar::before { left: 0; }
.fl-path .bar::after { right: 0; }
.fl-path .bar i { position: absolute; top: -2px; left: 50%; width: 6px; height: 6px; border-radius: 99px; background: var(--coral); transform: translateX(-50%); }
.fl-path small { font-size: .78rem; color: var(--ink-2); }
.fl-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.fl-tags .tag { background: #fff; }
.fl-tags .tag.warm { background: #fff6ee; border-color: #ffd9c2; color: #8a3c1c; }
.fl-tags .tag.cool { background: #e4f3ea; border-color: #c9e6d6; color: #175c46; }
.fl-price { text-align: end; border-inline-start: 1px dashed var(--line); padding-inline-start: 18px; }
.fl-price b { font-family: var(--f-display); font-size: 1.62rem; display: block; line-height: 1.1; }
.fl-price small { display: block; color: var(--ink-2); font-size: .78rem; margin-bottom: 8px; }
.fl-price .btn { margin-top: 10px; width: 100%; }

.pax-card { border: 1px solid var(--line); border-radius: 14px; padding: 16px; margin-top: 12px; background: var(--sand); }
.pax-card h4 { font-family: var(--f-body); font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; color: var(--ink-2); margin: 0 0 10px; }
.pax-card .form-grid input, .pax-card .form-grid select { background: #fff; }
.form-grid select { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--sand); font-family: inherit; }

/* ---------- Hoteli iz svetske pretrage ---------- */
.ho-list { display: grid; gap: 16px; }
.ho {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  display: grid; grid-template-columns: 236px 1fr; transition: .18s;
}
.ho:hover { border-color: var(--pine); box-shadow: var(--shadow); }
.ho.picked { border-color: var(--coral); box-shadow: 0 0 0 2px rgba(255, 106, 61, .16); }
.ho-shot { position: relative; min-height: 210px; }
.ho-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ho-shot .rating {
  position: absolute; inset-block-start: 10px; inset-inline-end: 10px; background: rgba(11, 59, 54, .92);
  color: #fff; border-radius: 10px; padding: 4px 9px; font-size: .82rem; font-weight: 600;
}
.ho-body { padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; }
.ho-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; flex-wrap: wrap; }
.ho-head h3 { margin: 0; font-size: 1.12rem; }
.ho-head .place { display: flex; align-items: center; gap: 6px; font-size: .85rem; color: var(--ink-2); margin-top: 3px; }
.ho-head .place svg { width: 15px; height: 15px; }
.stars { color: var(--coral); letter-spacing: .06em; font-size: .85rem; }
.ho-facts { display: flex; flex-wrap: wrap; gap: 6px; }
.ho-rooms { display: grid; gap: 8px; margin-top: 2px; }
.room {
  display: grid; grid-template-columns: 1.4fr 1.2fr auto; gap: 14px; align-items: center;
  border: 1px solid var(--line); border-radius: 13px; padding: 11px 14px; background: var(--sand);
}
.room.on { border-color: var(--coral); background: #fff; }
.room b { font-size: .94rem; }
.room .terms { font-size: .8rem; color: var(--ink-2); }
.room .cost { text-align: end; }
.room .cost b { display: block; font-family: var(--f-display); font-size: 1.22rem; line-height: 1.1; }
.room .cost small { color: var(--ink-2); font-size: .74rem; }
.room .btn { margin-top: 6px; }

/* ---------- Transferi po klasama vozila ---------- */
.veh-list { display: grid; gap: 14px; }
.veh {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px;
  display: grid; grid-template-columns: 62px 1fr 200px; gap: 20px; align-items: center; transition: .18s;
}
.veh:hover { border-color: var(--pine); box-shadow: var(--shadow); }
.veh.picked { border-color: var(--coral); box-shadow: 0 0 0 2px rgba(255, 106, 61, .16); }
.veh .ico-box { margin: 0; }
.veh h3 { margin: 0 0 2px; font-size: 1.05rem; }
.veh .ex { font-size: .85rem; color: var(--ink-2); margin: 0; }
.veh-price { text-align: end; border-inline-start: 1px dashed var(--line); padding-inline-start: 18px; }
.veh-price b { font-family: var(--f-display); font-size: 1.55rem; display: block; line-height: 1.1; }
.veh-price small { display: block; color: var(--ink-2); font-size: .78rem; margin-bottom: 6px; }
.veh-price .btn { margin-top: 10px; width: 100%; }

/* ---------- Konektivnost ---------- */
.code {
  background: #0d2a27; color: #dbeee7; border-radius: 14px; padding: 16px 18px; overflow-x: auto;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: .82rem; line-height: 1.65; margin: 0;
}
.code .k { color: #ffb38a; }
.code .s { color: #9fd8bf; }
.panel code, .ep code, p code, li code { background: var(--sand); border: 1px solid var(--line); border-radius: 7px; padding: 1px 6px; font-size: .86em; }
.ep { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: start; }
.ep:last-child { border-bottom: 0; }
.ep .m {
  font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-align: center; padding: 5px 0; border-radius: 8px;
  background: var(--pine); color: #fff;
}
.ep .m.post { background: var(--coral); }
.ep b { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: .88rem; word-break: break-all; }
.ep p { margin: 4px 0 0; font-size: .88rem; color: var(--ink-2); }
.key-box { background: #0d2a27; color: #fff; border-radius: 14px; padding: 16px 18px; margin-top: 14px; }
.key-box code {
  display: block; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .92rem; color: #9fd8bf;
  word-break: break-all; margin-bottom: 10px;
}
.key-box .small { color: #b9d3cb; }
.out { max-height: 320px; overflow: auto; }

@media (max-width: 1000px) {
  .fl-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fl { grid-template-columns: 150px 1fr; }
  .fl-price { grid-column: 1 / -1; text-align: start; border-inline-start: 0; padding-inline-start: 0; border-top: 1px dashed var(--line); padding-top: 14px; }
  .fl-price .btn { width: auto; }
  .veh { grid-template-columns: 62px 1fr; }
  .veh-price { grid-column: 1 / -1; text-align: start; border-inline-start: 0; padding-inline-start: 0; border-top: 1px dashed var(--line); padding-top: 14px; }
  .veh-price .btn { width: auto; }
  .room { grid-template-columns: 1fr 1fr; }
  .room .cost { grid-column: 1 / -1; text-align: start; display: flex; align-items: center; gap: 12px; }
  .room .cost .btn { margin-top: 0; }
}
@media (max-width: 620px) {
  .fl-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fl { grid-template-columns: 1fr; gap: 14px; }
  .fl-leg { grid-template-columns: auto 1fr auto; gap: 8px; }
  .fl-time b { font-size: 1.15rem; }
  .ep { grid-template-columns: 1fr; gap: 6px; }
  .ep .m { width: 76px; }
  .ho { grid-template-columns: 1fr; }
  .ho-shot { min-height: 170px; max-height: 200px; }
  .veh { grid-template-columns: 1fr; gap: 12px; }
  .room { grid-template-columns: 1fr; gap: 8px; }
}

@media print {
  .site-header, .site-footer, .no-print, .toast, .offline-bar { display: none !important; }
  body { background: #fff; }
  .panel { border-color: #ddd; box-shadow: none; break-inside: avoid; }
  a { color: inherit; }
}

/* ---------- Backoffice ---------- */
.adm-tabs { display: flex; gap: 6px; flex-wrap: wrap; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.adm-tabs button {
  padding: 10px 16px; border: 0; background: none; font-family: inherit; font-size: .92rem; font-weight: 600;
  color: var(--ink-2); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: .15s;
}
.adm-tabs button.on { color: var(--pine); border-bottom-color: var(--coral); }
.adm-tabs button:hover { color: var(--pine); }
.kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.kpi { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; }
.kpi .lbl { font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-2); font-weight: 600; }
.kpi .val { font-family: var(--f-display); font-size: 1.55rem; margin-top: 4px; }
.kpi .sub { font-size: .8rem; color: var(--ink-2); margin-top: 2px; }
.kpi.warn .val { color: var(--coral); }
.pill { display: inline-block; padding: 3px 10px; border-radius: 99px; font-size: .78rem; font-weight: 600; }
.pill.ok { background: #e4f3ea; color: var(--pine-2); }
.pill.wait { background: #fff2df; color: #8a5a10; }
.pill.bad { background: #fde7e2; color: #a33718; }
.bar-row { display: flex; align-items: center; gap: 10px; padding: 7px 0; font-size: .88rem; }
.bar-row .name { width: 34%; flex: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bar-row .bar { flex: 1; height: 8px; border-radius: 99px; background: var(--sand); overflow: hidden; }
.bar-row .bar i { display: block; height: 100%; background: var(--pine); border-radius: 99px; }
.bar-row .amt { width: auto; flex: none; font-weight: 600; }
.adm-filters { display: flex; gap: 10px; flex-wrap: wrap; align-items: end; margin-bottom: 18px; }
.adm-filters .field label { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-2); font-weight: 600; margin-bottom: 4px; }
.adm-filters input, .adm-filters select { padding: 9px 11px; border-radius: 10px; border: 1px solid var(--line); background: var(--sand); font-family: inherit; }
.login-box { max-width: 420px; margin: 60px auto; }
.modal-backdrop {
  position: fixed; inset: 0; background: rgba(20, 30, 26, .55); display: flex;
  align-items: flex-start; justify-content: center; padding: 40px 16px; overflow-y: auto; z-index: 200;
}
.modal-box { max-width: 640px; width: 100%; margin: 0; }
@media (max-width: 560px) { .modal-backdrop { padding: 16px; } }
