/* TZ BiH demo — styles ported from wp-landing/tz-landing.css and design-artefakt-v2 §D3. */
@font-face { font-family: Inter; font-weight: 400; font-display: swap; src: url(/assets/fonts/inter-latin-ext-400-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: Inter; font-weight: 400; font-display: swap; src: url(/assets/fonts/inter-latin-400-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Inter; font-weight: 600; font-display: swap; src: url(/assets/fonts/inter-latin-ext-600-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+A720-A7FF; }
@font-face { font-family: Inter; font-weight: 600; font-display: swap; src: url(/assets/fonts/inter-latin-600-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Inter; font-weight: 700; font-display: swap; src: url(/assets/fonts/inter-latin-ext-700-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+A720-A7FF; }
@font-face { font-family: Inter; font-weight: 700; font-display: swap; src: url(/assets/fonts/inter-latin-700-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Montserrat; font-weight: 700; font-display: swap; src: url(/assets/fonts/montserrat-latin-ext-700-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+A720-A7FF; }
@font-face { font-family: Montserrat; font-weight: 700; font-display: swap; src: url(/assets/fonts/montserrat-latin-700-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --navy: #1B365D; --navy-deep: #122845; --amber: #D97706; --white: #FFFFFF; --light: #F8FAFC;
  --ink: #0F172A; --slate: #475569; --line: #E2E8F0; --card-border: #1B365D26;
  --shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 12px 32px rgba(15, 23, 42, .06);
  --shadow-hover: 0 2px 4px rgba(15, 23, 42, .06), 0 24px 48px rgba(15, 23, 42, .14);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --pad-x: clamp(20px, 4vw, 64px);
  --pad-y: clamp(56px, 7vw, 104px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 18px; line-height: 1.7; color: var(--ink); background: var(--white); overflow-wrap: break-word; }
[id] { scroll-margin-top: 24px; }
img { max-width: 100%; height: auto; }
a { color: var(--navy); }
a:focus-visible, .btn:focus-visible { outline: 3px solid rgba(217, 119, 6, .75); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { font-family: Montserrat, sans-serif; font-weight: 700; line-height: 1.15; letter-spacing: -.02em; margin: 0 0 16px; }
h2 { font-size: clamp(30px, 3.3vw, 44px); line-height: 1.1; letter-spacing: -.025em; }
h3 { font-size: 22px; line-height: 1.25; }
p { margin: 0 0 16px; }

.skip-link { position: absolute; left: 16px; top: -100px; z-index: 10; padding: 10px 16px; background: var(--amber); color: var(--ink); font-weight: 700; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.wrap { max-width: 1180px; margin: 0 auto; }
.sec { padding: var(--pad-y) var(--pad-x); }
.sec--light { background: var(--light); }
.sec--navy { background-color: var(--navy); color: var(--white); }
.cols { display: grid; grid-template-columns: 3fr 2fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.cols--rev { grid-template-columns: 2fr 3fr; }
.grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 48px; }

/* ---------- Top bar (brand + nav) ---------- */
.topbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px 32px; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, .18); color: var(--white); }
.brand { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 14px; line-height: 1.3; padding-left: 14px; border-left: 3px solid var(--amber); color: var(--white); text-decoration: none; }
.brand strong { display: block; font-size: 16px; }
.nav ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 20px; list-style: none; margin: 0; padding: 0; font-size: 14px; font-weight: 600; }
.nav a { display: inline-block; color: var(--white); text-decoration: none; opacity: .88; padding: 6px 0; border-bottom: 1px solid transparent; transition: opacity .2s, border-color .2s; }
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; border-bottom-color: var(--amber); }
.nav .lang a { padding: 5px 10px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 999px; }

/* ---------- Hero ---------- */
.hero { position: relative; color: var(--white); background: var(--navy); min-height: 740px; padding: 24px var(--pad-x); display: flex; flex-direction: column; overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27, 54, 93, .98) 0%, rgba(27, 54, 93, .92) 42%, rgba(27, 54, 93, .38) 74%, rgba(27, 54, 93, 0) 100%); z-index: 1; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: linear-gradient(180deg, rgba(18, 40, 69, 0), rgba(18, 40, 69, .55)); z-index: 1; pointer-events: none; }
.hero > .wrap { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; flex: 1; }
.hero__body { max-width: 720px; padding: clamp(48px, 6vw, 88px) 0 48px; }
.badge { display: inline-block; margin: 0 0 24px; padding: 8px 14px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 999px; background: var(--navy); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; line-height: 1.2; }
.hero h1 { font-size: clamp(36px, 5.6vw, 76px); line-height: 1.02; letter-spacing: -.03em; text-shadow: 0 2px 24px rgba(0, 0, 0, .25); margin-bottom: 24px; }
.lead { font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; opacity: .92; }
.meta { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; opacity: .85; margin-top: 24px; }
.caption { margin-top: auto; display: flex; align-items: center; justify-content: flex-end; gap: 12px; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; opacity: .85; }
.caption::before { content: ""; width: 40px; height: 1px; background: currentColor; opacity: .7; }

/* ---------- Inner page header (hero top bar + title, no photo) ---------- */
.page-head { background: var(--navy); color: var(--white); padding: 24px var(--pad-x) clamp(48px, 6vw, 80px); background-image: radial-gradient(60% 80% at 85% 0%, rgba(217, 119, 6, .18), transparent 60%), radial-gradient(50% 60% at 0% 100%, rgba(255, 255, 255, .06), transparent 60%); }
.page-head .title { padding-top: clamp(40px, 5vw, 72px); max-width: 780px; }
.page-head h1 { font-size: clamp(2.35rem, 5.2vw, 4.5rem); line-height: 1.05; letter-spacing: -.03em; margin: 8px 0 0; }

/* ---------- Buttons ---------- */
.btns { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.btn { display: inline-block; font-family: Inter, sans-serif; font-weight: 600; font-size: 16px; line-height: 1.4; padding: 15px 24px; border: 1px solid; border-radius: 8px; text-decoration: none; transition: transform .2s var(--ease), box-shadow .2s var(--ease), filter .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15, 23, 42, .18); filter: saturate(1.08) brightness(.97); }
.btn--amber { background: var(--amber); border-color: var(--amber); color: var(--ink); }
.btn--ghost { background: var(--navy); border-color: var(--white); color: var(--white); }
.btn--outline { background: var(--white); border-color: var(--navy); color: var(--navy); }

/* ---------- Section typography ---------- */
.eyebrow { display: flex; align-items: center; gap: 12px; font-family: Montserrat, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; line-height: 1.5; color: var(--navy); margin-bottom: 8px; }
.eyebrow::before { content: ""; flex: none; width: 28px; height: 2px; border-radius: 2px; background: var(--amber); }
.sec--navy .eyebrow, .page-head .eyebrow { color: var(--white); }
.intro { font-size: clamp(17px, 1.25vw, 19px); line-height: 1.6; color: var(--slate); padding-left: 20px; border-left: 2px solid rgba(148, 163, 184, .45); }
.sec--navy .intro { color: var(--white); }
.callout { font-size: 16px; color: var(--slate); padding: 14px 18px; border-left: 3px solid var(--amber); border-radius: 0 12px 12px 0; background: rgba(217, 119, 6, .07); }
.body { color: var(--slate); }

/* ---------- Cards ---------- */
.card { position: relative; display: flex; flex-direction: column; height: 100%; padding: 32px 28px; border: 1px solid var(--card-border); border-radius: 16px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.card h2, .card h3 { font-size: 21px; letter-spacing: -.015em; }
.card p { font-size: 16px; line-height: 1.6; color: var(--slate); }
.card--accent { overflow: hidden; border-color: var(--amber); background: var(--light) linear-gradient(180deg, rgba(217, 119, 6, .08), rgba(217, 119, 6, 0) 55%); }
.card--accent::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--amber); }
.icon { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; font-size: 26px; line-height: 1; border-radius: 14px; background: rgba(27, 54, 93, .08); margin-bottom: 20px; }
.card p.label { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.4; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); }
.card p.label::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: .3em; border-radius: 50%; background: var(--amber); }
.card p.more { font-weight: 600; margin: auto 0 0; padding-top: 8px; }
.more a { color: var(--navy); text-decoration: underline; text-decoration-color: rgba(27, 54, 93, .35); text-decoration-thickness: 1.5px; text-underline-offset: 5px; transition: text-decoration-color .2s; }
.more a:hover { text-decoration-color: var(--amber); }

/* ---------- Steps (navy section) ---------- */
.sec--steps { background-image: radial-gradient(60% 80% at 85% 0%, rgba(217, 119, 6, .18), transparent 60%), radial-gradient(50% 60% at 0% 100%, rgba(255, 255, 255, .06), transparent 60%); }
.step { padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .18); }
.step-num { font-family: Montserrat, sans-serif; font-size: 44px; font-weight: 700; line-height: 1; letter-spacing: -.02em; color: var(--amber); margin-bottom: 16px; }
.step p:not(.step-num) { opacity: .9; }
.note { font-size: 13px; opacity: .85; margin-top: 16px; }

/* ---------- Photos ---------- */
.photo { margin: 0; }
.photo .frame { overflow: hidden; border-radius: 16px; }
.photo img { display: block; width: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.photo:hover img { transform: scale(1.04); }
.photo figcaption { margin: 10px 0 0; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--slate); }
.photo--300 img { height: 300px; }
.photo--380 img { height: 380px; }
.photo--420 img { height: 420px; }
.why h3 { margin-top: 18px; }
.why p { font-size: 16px; line-height: 1.6; color: var(--slate); }

/* ---------- Contact panel ---------- */
.panel { border: 1px solid var(--line); border-radius: 16px; background: var(--light); padding: 36px 32px; }
.panel h2 { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; padding-bottom: 14px; border-bottom: 2px solid var(--navy); font-family: Montserrat, sans-serif; }
.panel dl { margin: 0; }
.panel dt { margin-top: 16px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--slate); }
.panel dd { margin: 4px 0 0; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.panel .fine { margin: 16px 0 0; font-size: 14px; color: var(--slate); }

/* ---------- Prose (privacy) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(24px, 2.4vw, 30px); margin-top: 40px; }
.prose p, .prose li { color: var(--slate); }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: var(--white); border-top: 4px solid var(--amber); padding: clamp(48px, 6vw, 72px) var(--pad-x) 32px; font-size: 14px; }
.footer .cols { align-items: start; }
.footer .name { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 18px; line-height: 1.3; margin-bottom: 12px; }
.footer p { opacity: .92; }
.footer .demo { font-weight: 600; padding: 10px 14px; border-left: 3px solid var(--amber); background: rgba(255, 255, 255, .06); border-radius: 0 8px 8px 0; opacity: 1; }
.footer a { color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .4); transition: border-color .2s; }
.footer a:hover { border-bottom-color: var(--amber); }
.footer ul { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer .credits { margin: 32px 0 0; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .15); font-size: 12px; opacity: .85; }

/* ---------- Mobile ---------- */
@media (max-width: 781px) {
  body { font-size: 17px; }
  .cols, .cols--rev, .grid3 { grid-template-columns: 1fr; }
  .grid3 { margin-top: 32px; }
  .topbar { flex-direction: column; }
  .nav ul { justify-content: flex-start; gap: 4px 16px; }
  .hero { min-height: 0; }
  .hero::before { background: linear-gradient(180deg, rgba(27, 54, 93, .94) 0%, rgba(27, 54, 93, .86) 60%, rgba(27, 54, 93, .72) 100%); }
  .caption { justify-content: flex-start; margin-top: 16px; }
  .eyebrow { font-size: 11px; }
  .card:hover { transform: none; }
  .card p.label { font-size: 11px; letter-spacing: .08em; }
  .step-num { font-size: 36px; }
  .intro { padding-left: 16px; }
  .photo--380 img, .photo--420 img { height: 300px; }
  .btn { width: 100%; text-align: center; }
  .panel { padding: 28px 20px; }
}

/* ---------- Demo badge next to brand (review R1) ---------- */
.brandwrap { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.demo-badge { display: inline-block; padding: 4px 10px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 999px; background: var(--navy); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; line-height: 1.3; white-space: nowrap; }
