/* La Camilla Beauty Bar — prijedlog redizajna (Amelo design)
   Brend preuzet s postojeceg sitea: Tenor Sans + Mulish, sljiva/roza/krem. */

:root {
  --plum: #6B424E;
  --plum-dark: #4A2C36;
  --rose: #E08DA2;
  --rose-soft: #F4D3DB;
  --rose-bg: #FDF3F5;
  --cream: #FAF9F6;
  --ink: #2E2126;
  --muted: #6F6167;
  --line: #E8DFE2;
  --white: #fff;
  --ok: #2F7A5B;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(74, 44, 54, .06);
  --shadow-md: 0 8px 28px rgba(74, 44, 54, .10);
  --shadow-lg: 0 18px 48px rgba(74, 44, 54, .14);

  --head: "Tenor Sans", "Times New Roman", serif;
  --body: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --wrap: 1180px;
  --gutter: 20px;
  --header-h: 76px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--plum); }

h1, h2, h3, h4 { font-family: var(--head); font-weight: 400; line-height: 1.18; margin: 0 0 .5em; letter-spacing: .01em; }
h1 { font-size: clamp(2rem, 1.3rem + 3vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 1.15rem + 1.9vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1rem + .6vw, 1.45rem); }
p { margin: 0 0 1rem; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding: clamp(48px, 6vw, 92px) 0; }
.section--tight { padding: clamp(32px, 4vw, 56px) 0; }
.section--rose { background: var(--rose-bg); }
.section--plum { background: var(--plum); color: #F6EEF0; }
.section--plum h2, .section--plum h3 { color: #fff; }
.section--white { background: var(--white); }

.eyebrow {
  display: inline-block;
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--rose);
  font-weight: 700;
  margin-bottom: .75rem;
}
.section--plum .eyebrow { color: var(--rose-soft); }
.lead { font-size: clamp(1rem, .95rem + .3vw, 1.15rem); color: var(--muted); max-width: 62ch; }
.section--plum .lead { color: #EADCE0; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* ---------- Skip link + focus ---------- */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--plum); color: #fff; padding: 12px 18px; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 2px; border-radius: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--body); font-weight: 700; font-size: .92rem;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 15px 28px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  min-height: 48px;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--plum); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--plum-dark); box-shadow: var(--shadow-md); }
.btn--rose { background: var(--rose); color: #43222C; }
.btn--rose:hover { background: #D97A92; }
.btn--ghost { border-color: var(--plum); color: var(--plum); background: transparent; }
.btn--ghost:hover { background: var(--plum); color: #fff; }
.btn--light { background: #fff; color: var(--plum); }
.btn--sm { padding: 10px 18px; font-size: .78rem; min-height: 42px; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.center .btn-row { justify-content: center; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(250, 249, 246, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; gap: 18px; min-height: var(--header-h); }
.header__logo { margin-right: auto; display: flex; align-items: center; }
.header__logo img { width: 104px; height: auto; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 10px 13px; border-radius: 999px; text-decoration: none;
  font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); font-weight: 600;
}
.nav a:hover { background: var(--rose-soft); }
.nav a[aria-current="page"] { color: var(--plum); background: var(--rose-bg); }
.header__cta { display: flex; align-items: center; gap: 10px; }
.header__tel { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 700; color: var(--plum); font-size: .9rem; }
.burger { display: none; background: none; border: 0; padding: 10px; cursor: pointer; color: var(--plum); }

@media (max-width: 1120px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: 12px var(--gutter) 24px; box-shadow: var(--shadow-md);
    transform: translateY(-140%); transition: transform .28s ease; visibility: hidden;
  }
  .nav[data-open="true"] { transform: translateY(0); visibility: visible; }
  .nav a { padding: 14px 10px; border-radius: var(--r-sm); font-size: .95rem; }
}
@media (max-width: 820px) { .header__cta .btn { display: none; } }
@media (max-width: 560px) { .header__tel span { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(160deg, #FDF3F5 0%, #F7E7EB 48%, #F1DCE2 100%); overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(24px, 4vw, 56px); align-items: center; padding: clamp(44px, 5vw, 84px) 0; }
.hero h1 { color: var(--plum-dark); margin-bottom: .35em; }
.hero__sub { font-size: clamp(1.02rem, .95rem + .35vw, 1.2rem); color: #59454C; max-width: 46ch; }
.hero__media { position: relative; }
.hero__media img { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width: 100%; max-height: 620px; }
.hero__badge {
  position: absolute; left: -18px; bottom: 28px; background: #fff; border-radius: var(--r-md);
  padding: 14px 18px; box-shadow: var(--shadow-md); max-width: 220px;
}
.hero__badge strong { display: block; font-family: var(--head); font-size: 1.1rem; color: var(--plum); }
.hero__badge span { font-size: .82rem; color: var(--muted); line-height: 1.4; display: block; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 26px; padding: 0; list-style: none; }
.trust li { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: #59454C; background: rgba(255,255,255,.7); padding: 8px 14px; border-radius: 999px; }
.trust svg { flex: none; color: var(--plum); }
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .hero__media img { aspect-ratio: 16/11; }
  .hero__badge { left: auto; right: 12px; bottom: -14px; }
}

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: clamp(16px, 2vw, 26px); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .grid--4 { grid-template-columns: repeat(2, 1fr); } .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; } }

.cat {
  position: relative; display: block; border-radius: var(--r-md); overflow: hidden;
  text-decoration: none; color: #fff; box-shadow: var(--shadow-sm); background: var(--plum);
}
.cat img { aspect-ratio: 3/4; object-fit: cover; width: 100%; transition: transform .5s ease; }
.cat:hover img { transform: scale(1.06); }
.cat__body {
  position: absolute; inset: auto 0 0 0; padding: 20px 18px;
  background: linear-gradient(to top, rgba(45, 26, 33, .88) 15%, rgba(45, 26, 33, .35) 60%, transparent);
}
.cat__body h3 { color: #fff; margin: 0 0 4px; font-size: 1.2rem; letter-spacing: .06em; text-transform: uppercase; }
.cat__body p { margin: 0; font-size: .85rem; color: #F0DFE4; }
.cat__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--rose-soft); }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 26px; box-shadow: var(--shadow-sm); }
.card h3 { color: var(--plum-dark); }
.card p:last-child { margin-bottom: 0; }
.card--icon .ico {
  width: 46px; height: 46px; border-radius: 50%; background: var(--rose-bg); color: var(--plum);
  display: grid; place-items: center; margin-bottom: 14px;
}

/* ---------- Treatment cards ---------- */
.tcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease; }
.tcard:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.tcard img { aspect-ratio: 5/4; object-fit: cover; }
.tcard__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.tcard__body h3 { font-size: 1.12rem; margin-bottom: 6px; }
.tcard__meta { display: flex; align-items: baseline; gap: 10px; margin: 2px 0 10px; }
.price { font-family: var(--head); font-size: 1.35rem; color: var(--plum); }
.dur { font-size: .82rem; color: var(--muted); }
.tcard p { font-size: .9rem; color: var(--muted); }
.tcard .btn { margin-top: auto; }

/* ---------- Price list ---------- */
.pricebar { position: sticky; top: var(--header-h); z-index: 60; background: var(--cream); border-bottom: 1px solid var(--line); padding: 12px 0; }
.pricebar__inner { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.search { flex: 1 1 260px; position: relative; }
.search input {
  width: 100%; padding: 13px 16px 13px 44px; border: 1.5px solid var(--line); border-radius: 999px;
  font: inherit; font-size: .95rem; background: #fff; color: var(--ink);
}
.search input:focus { border-color: var(--rose); outline: none; box-shadow: 0 0 0 3px var(--rose-soft); }
.search svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: thin; }
.chip {
  flex: none; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff;
  font: inherit; font-size: .84rem; cursor: pointer; color: var(--ink); white-space: nowrap; min-height: 40px;
}
.chip:hover { border-color: var(--rose); }
.chip[aria-pressed="true"] { background: var(--plum); color: #fff; border-color: var(--plum); }

.pricegroup { margin-bottom: 44px; }
.pricegroup > h2 { color: var(--plum-dark); border-bottom: 2px solid var(--rose-soft); padding-bottom: 10px; }
.pricegroup__note { font-size: .92rem; color: var(--muted); margin-top: -6px; }
.pricesub { font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--rose); font-weight: 700; margin: 26px 0 8px; }
.pricelist { list-style: none; margin: 0; padding: 0; }
.priceitem {
  display: grid; grid-template-columns: 1fr auto auto; gap: 8px 16px; align-items: center;
  padding: 14px 12px; border-radius: var(--r-sm); border-bottom: 1px solid var(--line);
}
.priceitem:hover { background: #fff; }
.priceitem__name { font-weight: 600; }
.priceitem__name small { display: block; font-weight: 400; font-size: .84rem; color: var(--muted); }
.priceitem__dur { font-size: .84rem; color: var(--muted); white-space: nowrap; }
.priceitem__price { font-family: var(--head); font-size: 1.1rem; color: var(--plum); white-space: nowrap; }
.priceitem__cta { grid-column: 3; }
@media (max-width: 620px) {
  .priceitem { grid-template-columns: 1fr auto; }
  .priceitem__cta { grid-column: 1 / -1; justify-self: start; }
}
.empty { padding: 40px; text-align: center; color: var(--muted); background: #fff; border-radius: var(--r-md); border: 1px dashed var(--line); }

/* ---------- Program / series ---------- */
.program { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.program img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/3; object-fit: cover; width: 100%; max-height: 520px; }
.steps { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 16px; }
.steps li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.steps b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--rose); color: #43222C; font-family: var(--head); }
.steps span { color: inherit; }
@media (max-width: 860px) { .program { grid-template-columns: 1fr; } }

/* ---------- Gallery ---------- */
.gallery { columns: 4 220px; column-gap: 14px; }
.gallery button {
  display: block; width: 100%; margin: 0 0 14px; padding: 0; border: 0; background: none; cursor: zoom-in;
  border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow-sm); break-inside: avoid;
}
.gallery img { width: 100%; transition: transform .4s ease, filter .3s ease; }
.gallery button:hover img { transform: scale(1.04); filter: brightness(1.04); }
.lightbox { position: fixed; inset: 0; z-index: 140; background: rgba(38, 22, 28, .93); display: none; place-items: center; padding: 24px; }
.lightbox[data-open="true"] { display: grid; }
.lightbox img { max-width: min(92vw, 900px); max-height: 86vh; width: auto; border-radius: var(--r-sm); }
.lightbox__btn {
  position: absolute; background: rgba(255,255,255,.14); color: #fff; border: 0; width: 52px; height: 52px;
  border-radius: 50%; cursor: pointer; font-size: 1.4rem; display: grid; place-items: center;
}
.lightbox__btn:hover { background: rgba(255,255,255,.28); }
.lightbox__close { top: 20px; right: 20px; }
.lightbox__prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 16px; top: 50%; transform: translateY(-50%); }
.strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.strip img { aspect-ratio: 1; object-fit: cover; border-radius: var(--r-sm); }
@media (max-width: 760px) { .strip { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Reviews ---------- */
.review { background: #fff; border-radius: var(--r-md); padding: 26px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.review__stars { color: #E5A62E; letter-spacing: .1em; font-size: .95rem; }
.review p { font-style: italic; color: #4B3A40; margin: 12px 0 16px; }
.review cite { font-style: normal; font-weight: 700; color: var(--plum); }
.review small { display: block; color: var(--muted); font-size: .8rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); margin-bottom: 12px; }
.faq summary {
  cursor: pointer; padding: 18px 22px; font-weight: 700; color: var(--plum-dark); list-style: none;
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--rose); line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq p { padding: 0 22px 18px; margin: 0; color: var(--muted); }

/* ---------- Forms ---------- */
.form { display: grid; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .84rem; font-weight: 700; letter-spacing: .04em; color: var(--plum-dark); }
.field input, .field select, .field textarea {
  font: inherit; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fff; color: var(--ink); width: 100%; min-height: 48px;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--rose); outline: none; box-shadow: 0 0 0 3px var(--rose-soft); }
.field .hint { font-size: .8rem; color: var(--muted); }
.field--error input, .field--error select, .field--error textarea { border-color: #C4485F; }
.field .err { font-size: .8rem; color: #C4485F; display: none; }
.field--error .err { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .field-row { grid-template-columns: 1fr; } }
.check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: .86rem; color: var(--muted); }
.check input { width: 22px; height: 22px; min-height: auto; margin-top: 2px; accent-color: var(--plum); }

/* ---------- Booking ---------- */
.booking { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(270px, .6fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
.booking > * { min-width: 0; }
@media (max-width: 900px) { .booking { grid-template-columns: 1fr; } }
.stepper { display: flex; gap: 8px; margin-bottom: 26px; flex-wrap: wrap; }
.stepper li { list-style: none; display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--muted); }
.stepper li::before {
  content: counter(s); counter-increment: s; width: 28px; height: 28px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--line); display: grid; place-items: center; font-weight: 700; font-size: .8rem;
}
.stepper { counter-reset: s; }
.stepper li[aria-current="step"] { color: var(--plum); font-weight: 700; }
.stepper li[aria-current="step"]::before { background: var(--plum); color: #fff; border-color: var(--plum); }
.stepper li[data-done="true"]::before { content: "✓"; background: var(--rose); border-color: var(--rose); color: #43222C; }
.step { display: none; }
.step[data-active="true"] { display: block; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.svc-list { display: grid; gap: 8px; max-height: 460px; overflow-y: auto; padding-right: 6px; margin-top: 16px; }
.svc {
  display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; align-items: center; width: 100%; text-align: left;
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 13px 16px; cursor: pointer; font: inherit;
}
.svc:hover { border-color: var(--rose); }
.svc[aria-pressed="true"] { border-color: var(--plum); background: var(--rose-bg); box-shadow: inset 3px 0 0 var(--plum); }
.svc b { font-weight: 600; font-size: .95rem; }
.svc small { color: var(--muted); font-size: .8rem; grid-column: 1; }
.svc .price { font-size: 1.05rem; }
.summary { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px; position: sticky; top: calc(var(--header-h) + 16px); box-shadow: var(--shadow-sm); }
.summary h3 { font-size: 1.1rem; }
.summary ul { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 10px; }
.summary li { display: flex; justify-content: space-between; gap: 12px; font-size: .9rem; border-bottom: 1px dashed var(--line); padding-bottom: 8px; }
.summary .total { display: flex; justify-content: space-between; font-family: var(--head); font-size: 1.2rem; color: var(--plum); padding-top: 6px; }
.slots { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.note { background: var(--rose-bg); border-left: 3px solid var(--rose); padding: 14px 18px; border-radius: 0 var(--r-sm) var(--r-sm) 0; font-size: .9rem; color: #5A464D; }
.done { text-align: center; padding: 30px 20px; }
.done .ico { width: 64px; height: 64px; border-radius: 50%; background: var(--rose-bg); color: var(--ok); display: grid; place-items: center; margin: 0 auto 16px; font-size: 2rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 50px); }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }
.infolist { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.infolist li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.infolist .ico { width: 42px; height: 42px; border-radius: 50%; background: var(--rose-bg); color: var(--plum); display: grid; place-items: center; }
.infolist b { display: block; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.infolist a { font-weight: 700; text-decoration: none; }
.infolist a:hover { text-decoration: underline; }
.hours { list-style: none; margin: 0; padding: 0; }
.hours li { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: .92rem; }
.hours li[data-today="true"] { color: var(--plum); font-weight: 700; }
.map { border: 0; width: 100%; aspect-ratio: 16/10; border-radius: var(--r-md); box-shadow: var(--shadow-sm); }

/* ---------- Newsletter ---------- */
.newsletter { background: linear-gradient(135deg, #6B424E, #8A5464); color: #fff; border-radius: var(--r-lg); padding: clamp(28px, 4vw, 52px); }
.newsletter h2 { color: #fff; }
.newsletter p { color: #EEDDE2; }
.newsletter .form { max-width: 560px; }
.newsletter .field label { color: #F6E7EB; }
.newsletter .check { color: #EEDDE2; }
.discount { display: inline-grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: var(--rose); color: #43222C; font-family: var(--head); font-size: 1.3rem; margin-bottom: 12px; }

/* ---------- Footer ---------- */
.footer { background: var(--plum-dark); color: #E6D5DA; padding: 56px 0 26px; }
.footer a { color: #E6D5DA; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }
.footer h4 { color: #fff; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .92rem; }
.footer__logo img { width: 120px; filter: brightness(0) invert(1); opacity: .95; }
.footer__bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .82rem; color: #C5AEB5; }
.social { display: flex; gap: 10px; margin-top: 14px; }
.social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; }
.social a:hover { background: var(--rose); color: #43222C; }

/* ---------- Mobile action bar ---------- */
.actionbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: none;
  background: rgba(255,255,255,.97); border-top: 1px solid var(--line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 8px; box-shadow: 0 -4px 18px rgba(74,44,54,.1);
}
.actionbar a { flex: 1; font-size: .76rem; padding: 12px 8px; }
@media (max-width: 820px) { .actionbar { display: flex; } body { padding-bottom: 76px; } }

/* WhatsApp floating */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 92; width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-md); text-decoration: none;
}
@media (max-width: 820px) { .wa-float { display: none; } }

/* page head */
.pagehead { background: linear-gradient(160deg, #FDF3F5, #F3DFE5); padding: clamp(36px, 5vw, 64px) 0; text-align: center; }
.pagehead h1 { color: var(--plum-dark); margin-bottom: .25em; }
.pagehead .lead { margin-inline: auto; }
.breadcrumb { font-size: .8rem; color: var(--muted); margin-bottom: 10px; }
.breadcrumb a { text-decoration: none; }

.badge { display: inline-block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; padding: 5px 12px; border-radius: 999px; background: var(--rose-soft); color: #5A2F3C; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Sidrena cijena (obveza od 1.10.2026.) ---------- */
.anchor { display: block; flex-basis: 100%; font-size: .78rem; color: var(--muted); line-height: 1.35; }
.anchor-inline { font-size: .82em; color: var(--muted); }
.tcard__meta { flex-wrap: wrap; row-gap: 2px; }
.priceitem__price { text-align: right; }
.priceitem__price .anchor { font-family: var(--body); font-size: .74rem; white-space: nowrap; }
.svc .anchor { font-size: .72rem; text-align: right; }
.legal { font-size: .84rem; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 14px 18px; }
.legal a { font-weight: 700; }

/* ---------- Lozinka za pregled prijedloga (assets/js/gate.js) ---------- */
html.locked body > *:not(.gate) { display: none !important; }
html.locked body { padding-bottom: 0; }
.gate { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px;
  background: linear-gradient(160deg, #FDF3F5, #F1DCE2); }
.gate__box { width: 100%; max-width: 380px; background: #fff; border-radius: var(--r-lg); padding: 32px 28px;
  box-shadow: var(--shadow-lg); text-align: center; display: grid; gap: 12px; justify-items: center; }
.gate__box .eyebrow { margin: 4px 0 0; }
.gate__txt { color: var(--muted); margin: 0; font-size: .95rem; }
.gate__input { width: 100%; font: inherit; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-sm); min-height: 48px; }
.gate__input:focus { border-color: var(--rose); outline: none; box-shadow: 0 0 0 3px var(--rose-soft); }
.gate__err { color: #C4485F; font-size: .85rem; margin: 0; }
