/* ============================================================
   QINTA — Landing v3 · "Studio MD3" (.qmd)
   Paleta: bijela / zlatna / crna. Komponente po Material Design 3:
   pill gumbi sa state-layerima, tonal containeri, outlined kartice
   (radius 12–28), elevation 1–3, MD3 menu za jezik, segmented toggle.
   ============================================================ */
/* Public-page anchor scrolling: smooth scroll + offset the sticky nav so a
   targeted section starts BELOW the nav, not hidden behind it. */
html { scroll-padding-top: 104px; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.qmd {
  --md-sur: #FFFFFF;
  --md-sur-1: #FAF8F2;          /* surface-container-low (topla bijela) */
  --md-sur-2: #F3EFE3;          /* surface-container */
  --md-sur-3: #ECE7D8;          /* surface-container-high */
  --md-out: #E4E0D3;            /* outline-variant */
  --md-out-2: #C9C4B4;          /* outline */
  --md-ink: #1D1B16;            /* on-surface · "crna" */
  --md-ink-2: #514D42;          /* on-surface-variant */
  --md-mut: #6F6A5C;            /* muted */
  --md-gold: #F3AE12;           /* brand gold (grafike, fills) */
  --md-gold-soft: #FFC72E;
  --md-gold-cont: #FFE9B3;      /* secondary-container */
  --md-on-gold-cont: #3F2E00;   /* on-secondary-container */
  --md-gold-text: #9A7100;      /* zlatna za tekst (kontrast na bijelom) */
  --md-el1: 0 1px 2px rgba(29,27,22,.10), 0 1px 3px 1px rgba(29,27,22,.06);
  --md-el2: 0 1px 2px rgba(29,27,22,.10), 0 2px 6px 2px rgba(29,27,22,.08);
  --md-el3: 0 4px 8px 3px rgba(29,27,22,.10), 0 1px 3px rgba(29,27,22,.12);

  font-family: var(--font);
  background: var(--md-sur);
  color: var(--md-ink);
  position: relative;
  /* clip (not hidden): still cuts the decorative blobs/rings that bleed past
     the edges, but does NOT create a scroll container — so the sticky nav works */
  overflow: clip;
  -webkit-font-smoothing: antialiased;
  /* svaki .qmd je vlastiti container — responzivna pravila se pale po
     širini artboarda, ne hosta */
  container-type: inline-size;
  container-name: qmd;

  /* re-mapiranje brand tokena → dijeljene komponente (TxStaticList,
     AnimatedRing/Donut…) automatski padaju u crno/zlatnu shemu */
  --p-20: #2E2A20;
  --p-30: #3F2E00;
  --p-40: #9A7100;
  --p-50: #C28C00;
  --p-70: #E8C76A;
  --p-80: #EFDCA8;
  --p-90: #F7ECCB;
  --p-95: #FCF5E2;
  --t-30: #6B5200;
  --t-40: #9A7100;
  --t-50: #C28C00;
  --t-80: #EFDCA8;
  --t-90: #F9F0D6;
  --on-surface: var(--md-ink);
  --on-surface-muted: var(--md-mut);
  --on-surface-subtle: #8A8474;
  --surface-1: var(--md-sur-1);
  --surface-2: var(--md-sur-2);
  --outline: var(--md-out-2);
  --outline-variant: var(--md-out);
}
.qmd *, .qmd *::before, .qmd *::after { box-sizing: border-box; }
.qmd h1, .qmd h2, .qmd h3, .qmd h4, .qmd p, .qmd ul { margin: 0; }
.qmd a { color: inherit; text-decoration: none; }
.qmd button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
.qmd img { display: block; }

/* ---------- MD3 gumbi ---------- */
.qmd-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 48px; padding: 0 28px; border-radius: 12px;
  font: 700 14.5px/1 var(--font); letter-spacing: .01em;
  position: relative; overflow: hidden; transition: box-shadow .2s, background .2s, transform .2s var(--ease-emph);
}
.qmd-btn::before { /* MD3 state layer */
  content: ''; position: absolute; inset: 0; background: currentColor; opacity: 0; transition: opacity .15s;
}
.qmd-btn:hover::before { opacity: .08; }
.qmd-btn:active::before { opacity: .12; }
.qmd-btn.filled { background: var(--md-ink); color: #fff; }
.qmd-btn.filled:hover { box-shadow: var(--md-el2); }
.qmd-btn.gold { background: var(--md-gold-soft); color: var(--md-ink); }
.qmd-btn.gold:hover { box-shadow: var(--md-el2); }
.qmd-btn.tonal { background: var(--md-gold-cont); color: var(--md-on-gold-cont); }
.qmd-btn.outlined { background: transparent; color: var(--md-ink); box-shadow: inset 0 0 0 1px var(--md-out-2); }
.qmd-btn.text { background: transparent; color: var(--md-ink-2); padding: 0 16px; }
.qmd-btn.lg { height: 56px; padding: 0 34px; font-size: 16px; }
.qmd-btn.sm { height: 40px; padding: 0 20px; font-size: 13.5px; }

/* ---------- app store badges (download section) ---------- */
.qmd-store { margin-top: 32px; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.qmd-store-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--md-ink); color: #fff;
  border-radius: 14px; padding: 10px 22px;
  transition: box-shadow .2s, transform .2s var(--ease-emph);
}
.qmd-store-badge:hover { box-shadow: var(--md-el2); transform: translateY(-1px); }
.qmd-store-badge svg { flex: 0 0 auto; }
.qmd-store-badge .lbl { display: flex; flex-direction: column; line-height: 1.18; text-align: left; }
.qmd-store-badge .lbl small { font-size: 10.5px; font-weight: 600; opacity: .82; letter-spacing: .03em; text-transform: uppercase; }
.qmd-store-badge .lbl b { font-size: 17px; font-weight: 800; letter-spacing: -.01em; }
/* keep white text on the dark badge (beats .qmd a { color: inherit }) */
.qmd a.qmd-store-badge, .qmd a.qmd-store-badge:hover, .qmd a.qmd-store-badge:focus { color: #fff; }
.qmd-soon { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: var(--md-gold-cont); color: var(--md-on-gold-cont); font-size: 12.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- MD3 kartice ---------- */
.qmd-card {
  background: var(--md-sur-1); border: 1px solid var(--md-out);
  border-radius: 20px; padding: 28px; position: relative;
  transition: box-shadow .25s, transform .25s var(--ease-emph), border-color .25s;
}
.qmd-card.hoverable:hover { box-shadow: var(--md-el2); transform: translateY(-3px); border-color: var(--md-out-2); }
.qmd-card.elevated { background: var(--md-sur); box-shadow: var(--md-el1); border: 0; }
.qmd-card.ink { background: var(--md-ink); color: #fff; border-color: var(--md-ink); }
.qmd-card.goldc { background: var(--md-gold-cont); border-color: #EFD79A; color: var(--md-on-gold-cont); }

/* ---------- nav (shared component — pages/elements/publicNav.xhtml) ---------- */
/* Sticky sits on the HOST wrapper, not the nav: on sub-pages the nav is not a
   direct child of a full-page .qmd, and a sticky element can only stick within
   its parent's box. The host is also the @container context + token scope. */
.qmd.qmd-navhost {
  position: sticky; top: 0; z-index: 50;
  overflow: visible;            /* the language menu must drop past the host box */
  background: transparent;
}
.qmd-nav {
  display: flex; align-items: center; gap: 28px; height: 88px; padding: 0 64px;
  position: relative;
  background: var(--md-sur);
  border-bottom: 1px solid var(--md-out);
}
.qmd-nav-links { display: flex; gap: 6px; margin-left: 14px; }
.qmd-nav-links a {
  font-size: 14.5px; font-weight: 600; color: var(--md-ink-2);
  padding: 10px 16px; border-radius: 999px; position: relative; overflow: hidden;
  transition: color .2s, background .2s;
}
.qmd-nav-links a:hover { background: var(--md-sur-2); color: var(--md-ink); }
.qmd-nav-links a.on { background: var(--md-gold-cont); color: var(--md-on-gold-cont); font-weight: 700; }
.qmd-nav-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.qmd-burger {
  display: none; width: 44px; height: 44px; border-radius: 999px;
  place-items: center; color: var(--md-ink); box-shadow: inset 0 0 0 1px var(--md-out-2);
}

/* ---------- MD3 language dropdown ---------- */
.qmd-lang { position: relative; }
.qmd-lang-btn {
  display: inline-flex; align-items: center; gap: 8px;
  height: 40px; padding: 0 14px 0 16px; border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--md-out-2);
  font: 700 13px/1 var(--font); letter-spacing: .04em; color: var(--md-ink-2);
  transition: background .15s;
}
.qmd-lang-btn:hover { background: var(--md-sur-2); }
.qmd-lang-btn .car { transition: transform .2s var(--ease-emph); display: inline-flex; }
.qmd-lang-btn .car.up { transform: rotate(180deg); }
.qmd-menu {
  position: absolute; top: calc(100% + 6px); right: 0; min-width: 168px;
  background: var(--md-sur); border-radius: 14px; box-shadow: var(--md-el3);
  border: 1px solid var(--md-out); padding: 6px; z-index: 40;
  animation: qmdMenuIn .18s var(--ease-emph);
}
@keyframes qmdMenuIn { from { opacity: 0; transform: translateY(-6px) scale(.98); } }
.qmd-menu-item {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 11px 14px; border-radius: 9px; font: 600 14px/1 var(--font); color: var(--md-ink);
  transition: background .12s; text-align: left;
}
.qmd-menu-item:hover { background: var(--md-sur-2); }
.qmd-menu-item.on { background: var(--md-gold-cont); color: var(--md-on-gold-cont); font-weight: 700; }
.qmd-menu-item .ck { margin-left: auto; display: inline-flex; }
.qmd-scrim { position: fixed; inset: 0; z-index: 30; }

/* ---------- hero ---------- */
.qmd-hero { position: relative; padding: 40px 64px 72px; display: grid; grid-template-columns: 1fr 640px; gap: 24px; align-items: center; z-index: 2; }
.qmd-live {
  display: inline-flex; align-items: center; gap: 10px;
  height: 36px; padding: 0 16px; border-radius: 999px;
  background: var(--md-sur-1); border: 1px solid var(--md-out);
  font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--md-ink-2);
}
.qmd-coin { display: inline-block; width: 9px; height: 9px; border-radius: 999px; background: var(--md-gold-soft); box-shadow: inset 0 0 0 2px var(--md-gold); flex: 0 0 auto; }
.qmd-h1 { font-size: 84px; line-height: 1.0; font-weight: 800; letter-spacing: -.045em; margin-top: 28px; text-wrap: balance; }
.qmd-h1 .l2 { color: var(--md-gold-text); }
.qmd-lede { font-size: 18.5px; line-height: 1.6; color: var(--md-mut); max-width: 500px; margin-top: 28px; }
.qmd-proof { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: var(--md-mut); margin-top: 28px; }

/* glow mrlje — sad zlatne/neutralne */
.qmd-blob { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(8px); }
.qmd-blob.gold { background: radial-gradient(circle, rgba(255,199,46,.30), transparent 70%); }
.qmd-blob.soft { background: radial-gradient(circle, rgba(236,231,216,.9), transparent 70%); }
.qmd-rings { position: absolute; border-radius: 999px; border: 1.5px solid var(--md-out); pointer-events: none; }
.qmd-spark { position: absolute; pointer-events: none; color: var(--md-gold); }

/* bijela kartica za logo ikonu na tamnim podlogama */
.qmd-icon-card {
  background: #fff; border-radius: 22px; padding: 13px;
  display: inline-grid; place-items: center;
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
}

/* flex red u bento tx kartici (klasa radi responzivnog sloma) */
.qmd-tx-flex { display: flex; gap: 26px; margin-top: 16px; align-items: flex-start; }
.qmd-cta-row { flex-wrap: wrap; }

/* ---------- diskretna animacija u heroju (krugovi + ikona) ---------- */
.qmd-hero-icon { transform: rotate(10deg); }
.qmd-coin-float { position: absolute; z-index: 4; pointer-events: none; transform: rotate(-8deg); filter: drop-shadow(0 12px 22px rgba(29,27,22,.25)); }
/* desktop: novčići lijevo od telefona (ima mjesta uz tekst) */
.qmd-coin-float.c1 { right: 706px; top: 148px; }
.qmd-coin-float.c2 { transform: rotate(12deg); opacity: .92; right: -22px; top: 296px; }
.qmd-coin-float.c3 { transform: rotate(-14deg); right: 700px; bottom: 18px; }
@media (prefers-reduced-motion: no-preference) {
  .qmd-rings.anim { animation: qmdRingPulse 11s ease-in-out infinite; }
  .qmd-rings.anim.r2 { animation-duration: 14s; animation-delay: -5s; }
  .qmd-hero-icon { animation: qmdIconFloat 7s ease-in-out infinite; }
  .qmd-blob.gold { animation: qmdBlobBreathe 12s ease-in-out infinite; }
  .qmd-coin-float.c1 { animation: qmdCoinFloat 8s ease-in-out infinite; }
  .qmd-coin-float.c2 { animation: qmdCoinFloat2 9.5s ease-in-out infinite; animation-delay: -3s; }
  .qmd-coin-float.c3 { animation: qmdCoinFloat3 11s ease-in-out infinite; animation-delay: -6s; }
}
@keyframes qmdCoinFloat {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(5deg) translateY(-12px); }
}
@keyframes qmdCoinFloat2 {
  0%, 100% { transform: rotate(12deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-9px); }
}
@keyframes qmdCoinFloat3 {
  0%, 100% { transform: rotate(-14deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-15px); }
}
@keyframes qmdRingPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}
@keyframes qmdIconFloat {
  0%, 100% { transform: rotate(10deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(-13px); }
}
@keyframes qmdBlobBreathe {
  0%, 100% { opacity: 1; }
  50% { opacity: .55; }
}

/* ---------- telefoni: 6,7" (19.5:9), realne proporcije ---------- */
.qmd-phones { position: relative; height: 780px; }
.qmd-phone {
  position: absolute; width: 300px; background: #0F0E0B; border-radius: 46px; padding: 10px;
  box-shadow: 0 50px 100px rgba(29,27,22,.32), 0 0 0 2px #2A2620, 0 0 0 3px rgba(255,255,255,.35);
}
.qmd-phone .scr {
  background: #fff; border-radius: 37px; overflow: hidden; position: relative;
  aspect-ratio: 9 / 19.5;   /* 6,7-inčni ekran */
}
.qmd-phone .pill { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 86px; height: 24px; background: #0F0E0B; border-radius: 999px; z-index: 5; }
.qmd-phone.a { right: 80px; top: 16px; transform: rotate(6deg); z-index: 3; }
.qmd-phone.b { right: 330px; top: 110px; transform: rotate(-6deg); z-index: 2; }

/* sadržaj ekrana */
.qmp { padding: 50px 18px 14px; font-family: var(--font); display: flex; flex-direction: column; height: 100%; }
.qmp .hi { display: flex; align-items: center; gap: 10px; }
.qmp .hi .av { width: 36px; height: 36px; border-radius: 999px; background: linear-gradient(135deg, #2E2A20, #6B5200); display: grid; place-items: center; color: #FFC72E; font-weight: 800; font-size: 12px; }
.qmp .hi .nm { font-size: 14px; font-weight: 700; color: var(--md-ink); }
.qmp .hi .sb { font-size: 10.5px; color: var(--md-mut); }
.qmp-card {
  margin-top: 14px; border-radius: 22px; padding: 18px;
  background: linear-gradient(140deg, #332F26, #14120E 75%);
  color: #fff; position: relative; overflow: hidden;
}
.qmp-card .coin { position: absolute; right: -18px; top: -18px; width: 84px; height: 84px; border-radius: 99px; background: rgba(255,199,46,.18); }
.qmp-card .coin::after { content: ''; position: absolute; inset: 13px; border-radius: 99px; border: 2px solid rgba(255,199,46,.45); }
.qmp-card .lbl { font-size: 9.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.qmp-card .amt { font-size: 30px; font-weight: 800; letter-spacing: -.03em; margin-top: 6px; }
.qmp-card .delta { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700; margin-top: 10px; background: rgba(255,199,46,.16); color: #FFC72E; padding: 4px 10px; border-radius: 99px; }
.qmp-actions { display: flex; gap: 8px; margin-top: 14px; }
.qmp-actions .act { flex: 1; text-align: center; }
.qmp-actions .act .bub { width: 46px; height: 46px; margin: 0 auto; border-radius: 16px; display: grid; place-items: center; background: var(--md-sur-2); color: var(--md-ink-2); }
.qmp-actions .act:first-child .bub { background: var(--md-ink); color: var(--md-gold-soft); }
.qmp-actions .act .t { font-size: 9.5px; font-weight: 700; color: var(--md-mut); margin-top: 6px; }
.qmp-pair { display: flex; gap: 10px; margin-top: 14px; }
.qmp-pill { flex: 1; border: 1px solid var(--md-out); border-radius: 16px; padding: 11px 13px; background: var(--md-sur-1); }
.qmp-pill .k { font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--md-mut); }
.qmp-pill .v { font-size: 15px; font-weight: 800; color: var(--md-ink); margin-top: 3px; }
.qmp-pill .v.up { color: var(--md-gold-text); }
.qmp-tx { margin-top: 12px; flex: 1; }
.qmp-tx .row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px solid var(--md-out); }
.qmp-tx .row:first-child { border-top: 0; }
.qmp-tx .ic { width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center; font-size: 10.5px; font-weight: 800; flex: 0 0 auto; }
.qmp-tx .who { flex: 1; min-width: 0; }
.qmp-tx .who .w { font-size: 12px; font-weight: 700; color: var(--md-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.qmp-tx .who .c { font-size: 9.5px; color: var(--md-mut); }
.qmp-tx .amt { font-size: 12px; font-weight: 800; color: var(--md-ink); font-variant-numeric: tabular-nums; }
.qmp-tx .amt.plus { color: var(--md-gold-text); }
.qmp-navbar { display: flex; border-top: 1px solid var(--md-out); padding: 8px 4px 2px; gap: 4px; }
.qmp-navbar .dst { flex: 1; text-align: center; }
.qmp-navbar .dst .ind { width: 52px; height: 28px; margin: 0 auto; border-radius: 999px; display: grid; place-items: center; color: var(--md-mut); }
.qmp-navbar .dst.on .ind { background: var(--md-gold-cont); color: var(--md-on-gold-cont); }
.qmp-navbar .dst .t { font-size: 9px; font-weight: 700; color: var(--md-mut); margin-top: 3px; }
.qmp-navbar .dst.on .t { color: var(--md-ink); }

/* ---------- stats ---------- */
.qmd-stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 16px 64px 0; position: relative; z-index: 2; }
.qmd-stat { padding: 44px 36px; border-left: 1px solid var(--md-out); }
.qmd-stat:first-child { border-left: 0; padding-left: 0; }
.qmd-stat .v { font-size: 56px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.qmd-stat .v .au { color: var(--md-gold); }
.qmd-stat .l { margin-top: 12px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--md-mut); }

/* ---------- section frame ---------- */
.qmd-sec { padding: 56px 64px 80px; position: relative; z-index: 2; }
.qmd-sec-head { display: flex; align-items: baseline; gap: 20px; }
.qmd-sec-num { font-size: 13px; font-weight: 800; letter-spacing: .14em; color: var(--md-gold-text); font-variant-numeric: tabular-nums; }
.qmd-sec-label { font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--md-mut); }
.qmd-sec-head .rule { flex: 1; height: 1px; background: var(--md-out); align-self: center; }
.qmd-h2 { font-size: 52px; font-weight: 800; letter-spacing: -.035em; line-height: 1.05; margin-top: 28px; text-wrap: balance; }
.qmd-h2 .acc { color: var(--md-gold-text); }
.qmd-sec-sub { font-size: 16.5px; line-height: 1.6; color: var(--md-mut); max-width: 520px; }

/* ---------- features ---------- */
.qmd-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.qmd-feat .idx {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  background: var(--md-gold-cont); color: var(--md-on-gold-cont); font-size: 14px; font-weight: 800;
  margin-bottom: 18px;
}
.qmd-feat h3 { font-size: 24px; font-weight: 800; letter-spacing: -.02em; }
.qmd-feat p { font-size: 14.5px; line-height: 1.6; color: var(--md-mut); margin-top: 10px; }
.qmd-feat .vis { margin-top: 22px; }

/* ---------- capabilities lista ---------- */
.qmd-caps { margin-top: 52px; border-top: 1px solid var(--md-out); }
.qmd-cap-row {
  /* arrow column + row border removed — the rows are not links (user request) */
  display: grid; grid-template-columns: 64px 360px 1fr; gap: 28px; align-items: center;
  padding: 24px 12px; border-radius: 0;
  transition: background .2s, border-radius .2s, padding-left .25s var(--ease-emph);
}
.qmd-cap-row:hover { background: var(--md-sur-1); border-radius: 18px; padding-left: 24px; }
.qmd-cap-row .n {
  width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center;
  font-size: 14px; font-weight: 800; color: var(--md-ink-2);
  box-shadow: inset 0 0 0 1px var(--md-out-2); font-variant-numeric: tabular-nums;
  transition: background .2s, color .2s, box-shadow .2s;
}
.qmd-cap-row:hover .n { background: var(--md-ink); color: var(--md-gold-soft); box-shadow: none; }
.qmd-cap-row h4 { font-size: 20px; font-weight: 800; letter-spacing: -.015em; }
.qmd-cap-row p { font-size: 14px; line-height: 1.5; color: var(--md-mut); }

/* ---------- bento (sadržaj iz B) ---------- */
.qmd-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 52px; }
.qmd-bento > * { min-width: 0; }
.qmd-b-tx { grid-column: span 3; }
.qmd-b-donut { grid-column: span 2; }
.qmd-b-ring { grid-column: span 1; }
.qmd-b-sim { grid-column: span 2; }
.qmd-b-quote { grid-column: span 4; }
.qmd-eyebrow { font-size: 10.5px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--md-mut); display: flex; align-items: center; gap: 10px; }
.qmd-eyebrow .live { display: inline-flex; align-items: center; gap: 6px; color: var(--md-gold-text); }
.qmd-eyebrow .live::before { content: ''; width: 6px; height: 6px; border-radius: 99px; background: var(--md-gold); }

/* ---------- koraci (layout sa starog landinga) ---------- */
.qmd-rail { position: relative; margin-top: 8px; }
.qmd-rail::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, transparent, var(--md-gold-cont) 10%, var(--md-gold) 50%, var(--md-gold-cont) 90%, transparent);
  transform: translateX(-1px);
}
.qmd-step-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 60px 0; position: relative; }
.qmd-step-row.reverse > :first-child { order: 2; }
.qmd-step-row::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 14px; height: 14px; border-radius: 999px; transform: translate(-50%, -50%);
  background: var(--md-gold); box-shadow: 0 0 0 6px var(--md-gold-cont);
}
.qmd-step-num {
  font: 800 26px/1 var(--font); letter-spacing: -.02em;
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--md-gold-text); margin-bottom: 10px;
}
.qmd-step-num::before { content: ''; width: 36px; height: 2px; background: currentColor; display: inline-block; }
.qmd-step-num .big {
  font: 800 92px/1 var(--font); letter-spacing: -.04em;
  background: linear-gradient(135deg, var(--md-ink), var(--md-gold-text));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-left: 8px;
}
.qmd-step-row h3 { font-size: 30px; font-weight: 800; letter-spacing: -.025em; }
.qmd-step-row .d { font-size: 16px; line-height: 1.65; color: var(--md-mut); margin-top: 14px; max-width: 460px; }
.qmd-step-mock {
  background: var(--md-sur); border: 1px solid var(--md-out); border-radius: 28px; padding: 28px;
  box-shadow: var(--md-el2); position: relative;
}
.qmd-step-mock::before {
  content: ''; position: absolute; inset: -22px; border-radius: 40px; z-index: -1;
  background: radial-gradient(60% 60% at 50% 50%, rgba(255,199,46,.16), transparent 70%);
}

/* ---------- pricing ---------- */
/* toggle po uzoru na varijantu B (02b): bijeli pill, aktivno = crno */
.qmd-seg {
  display: inline-flex; background: var(--md-sur); border: 1px solid var(--md-out);
  border-radius: 999px; padding: 4px; box-shadow: var(--md-el1);
}
.qmd-seg button {
  height: 40px; padding: 0 22px; border-radius: 999px;
  font: 700 13.5px/1 var(--font); color: var(--md-mut);
  display: inline-flex; align-items: center; gap: 8px; transition: background .2s, color .2s;
}
.qmd-seg button.on { background: var(--md-ink); color: #fff; }
.qmd-seg .save { font-size: 11px; font-weight: 800; color: var(--md-gold-text); }
.qmd-seg button.on .save { color: var(--md-gold-soft); }
.qmd-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; align-items: stretch; }
.qmd-price { display: flex; flex-direction: column; padding: 36px 32px; }
.qmd-price.popular { position: relative; margin: -18px 0; padding-top: 52px; padding-bottom: 52px; box-shadow: 0 24px 64px rgba(29,27,22,.25); }
.qmd-price .badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  font-size: 10px; font-weight: 800; letter-spacing: .16em; white-space: nowrap;
  background: var(--md-gold-soft); color: var(--md-ink); padding: 7px 14px; border-radius: 999px;
  box-shadow: var(--md-el1);
}
.qmd-price .pn { font-size: 12.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--md-gold-text); }
.qmd-price.popular .pn { color: var(--md-gold-soft); }
.qmd-price .amount { margin-top: 16px; display: flex; align-items: baseline; gap: 8px; }
.qmd-price .amount .v { font-size: 50px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.qmd-price .amount .per { font-size: 14px; color: var(--md-mut); }
.qmd-price.popular .amount .per { color: rgba(255,255,255,.6); }
.qmd-price .pd { font-size: 14px; line-height: 1.5; color: var(--md-mut); margin-top: 10px; }
.qmd-price.popular .pd { color: rgba(255,255,255,.7); }
.qmd-price ul { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 12px; }
.qmd-price li { display: flex; gap: 12px; font-size: 14px; line-height: 1.45; align-items: flex-start; }
.qmd-price li .ck { color: var(--md-gold-text); flex: 0 0 auto; margin-top: 2px; }
.qmd-price.popular li .ck { color: var(--md-gold-soft); }
.qmd-price .cta { margin-top: auto; }

/* ---------- news (s coverima iz B) ---------- */
.qmd-news { margin-top: 52px; display: grid; gap: 18px; }
.qmd-news-row {
  display: grid; grid-template-columns: 240px 1fr 48px; gap: 32px; align-items: center;
  padding: 20px; border-radius: 24px;
}
.qmd-news-row .cover {
  height: 150px; border-radius: 16px; display: grid; place-items: center; overflow: hidden;
  border: 1px solid var(--md-out);
}
.qmd-news-row .cover.c1 { background: linear-gradient(140deg, #2E2A20, #14120E); }
.qmd-news-row .cover.c2 { background: linear-gradient(140deg, #FFE9B3, #FFD876); }
.qmd-news-row .cover.c3 { background: linear-gradient(140deg, #F7F2E2, #EFE6CB); }
.qmd-news-row .meta { display: flex; gap: 14px; align-items: center; font-size: 12px; color: var(--md-mut); }
.qmd-news-row .meta .cat { font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--md-gold-text); }
.qmd-news-row h3 { font-size: 25px; font-weight: 800; letter-spacing: -.02em; line-height: 1.15; margin-top: 10px; text-wrap: balance; }
.qmd-news-row .ex { font-size: 14.5px; line-height: 1.55; color: var(--md-mut); margin-top: 10px; max-width: 640px; }
.qmd-news-row .arr {
  width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center;
  color: var(--md-ink-2); box-shadow: inset 0 0 0 1px var(--md-out-2);
  transition: background .2s, color .2s, transform .25s var(--ease-emph), box-shadow .2s;
}
.qmd-news-row:hover .arr { background: var(--md-ink); color: var(--md-gold-soft); box-shadow: none; transform: translateX(4px); }

/* ---------- CTA banner ---------- */
.qmd-banner {
  margin: 88px 64px 0; border-radius: 32px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #14120E 0%, #332F26 70%, #4A4232 100%);
  color: #fff; padding: 72px 64px; text-align: center; z-index: 2;
}
.qmd-banner .ring { position: absolute; border-radius: 999px; border: 1px solid rgba(255,199,46,.18); pointer-events: none; left: 50%; transform: translateX(-50%); }
.qmd-banner h2 { font-size: 46px; font-weight: 800; letter-spacing: -.03em; position: relative; text-wrap: balance; }
.qmd-banner p { font-size: 16.5px; color: rgba(255,255,255,.7); margin: 14px auto 0; max-width: 480px; position: relative; }

/* ---------- footer ---------- */
.qmd-footer { border-top: 1px solid var(--md-out); background: var(--md-sur-1); position: relative; z-index: 2; margin-top: 88px; }
.qmd-foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 48px; padding: 60px 64px 44px; }
.qmd-foot-col .t { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--md-mut); margin-bottom: 18px; }
.qmd-foot-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.qmd-foot-col a { font-size: 14.5px; color: var(--md-ink-2); transition: color .15s; }
.qmd-foot-col a:hover { color: var(--md-gold-text); }
.qmd-ct-row { display: flex; gap: 12px; align-items: flex-start; padding: 7px 0; }
.qmd-ct-row .ico { width: 34px; height: 34px; border-radius: 999px; background: var(--md-gold-cont); color: var(--md-on-gold-cont); display: grid; place-items: center; flex: 0 0 auto; }
.qmd-ct-row .lbl { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--md-mut); }
.qmd-ct-row .val { font-size: 14px; font-weight: 600; color: var(--md-ink-2); margin-top: 2px; }
.qmd-social { display: flex; gap: 8px; }
.qmd-social a {
  width: 40px; height: 40px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--md-out-2);
  display: grid; place-items: center; color: var(--md-ink-2); transition: all .2s;
}
.qmd-social a:hover { background: var(--md-ink); color: var(--md-gold-soft); box-shadow: none; }
.qmd-foot-bottom { display: flex; justify-content: space-between; padding: 22px 64px 28px; border-top: 1px solid var(--md-out); font-size: 13px; color: var(--md-mut); }

/* ============================================================
   RESPONZIVNO (container queries) — pragovi:
   1100 → uski desktop / tablet landscape
   860  → tablet portrait
   600  → veliki telefoni
   480  → telefoni
   ============================================================ */
@container qmd (max-width: 1100px) {
  .qmd-nav { padding: 0 40px; }
  .qmd-hero { grid-template-columns: 1fr; padding: 24px 40px 48px; gap: 12px; }
  .qmd-h1 { font-size: 64px; }
  .qmd-lede { max-width: 560px; }
  .qmd-phones { height: 700px; margin-top: 28px; }
  .qmd-phone.a { right: 60px; top: 10px; }
  .qmd-phone.b { right: 370px; top: 90px; }
  /* tablet: telefoni su pomaknuti, novčići se vraćaju bliže */
  .qmd-coin-float.c1 { right: 614px; top: 168px; }
  .qmd-coin-float.c3 { right: 572px; bottom: 34px; }
  .qmd-stats { grid-template-columns: repeat(2, 1fr); padding: 8px 40px 0; }
  .qmd-stat { padding: 30px 24px; }
  .qmd-stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .qmd-sec { padding: 44px 40px 64px; }
  .qmd-h2 { font-size: 42px; }
  .qmd-banner { margin: 64px 40px 0; }
  .qmd-foot-grid { padding: 48px 40px 36px; gap: 36px; }
  .qmd-foot-bottom { padding: 20px 40px 26px; }
}
@container qmd (max-width: 860px) {
  .qmd-nav { height: 76px; }
  .qmd-nav-links { display: none; }
  .qmd-nav-right .qmd-btn.text { display: none; }
  /* the "get started" CTA moves into the mobile menu (user request) */
  .qmd-nav-right .qmd-btn.filled { display: none; }
  /* sub-pages have no burger/menu (no section links) — keep the CTA in the nav */
  .qmd-nav-sub .qmd-nav-right .qmd-btn.filled { display: inline-flex; height: 42px; padding: 0 20px; font-size: 13.5px; }
  .qmd-burger { display: grid; }
  .qmd-h1 { font-size: 50px; }
  .qmd-lede { font-size: 16.5px; }
  .qmd-phones { height: 620px; }
  .qmd-phone { width: 256px; border-radius: 40px; }
  .qmd-phone .scr { border-radius: 32px; }
  .qmd-phone.a { right: 30px; top: 6px; }
  .qmd-phone.b { right: 295px; top: 84px; }
  .qmd-stat .v { font-size: 42px; }
  .qmd-h2 { font-size: 34px; }
  .qmd-sec-sub { font-size: 15px; }
  .qmd-feat-grid { grid-template-columns: 1fr; }
  /* capabilities lista — opis pada ispod naslova (arrow column removed) */
  .qmd-cap-row { grid-template-columns: 48px 1fr; gap: 8px 18px; }
  .qmd-cap-row .n { grid-row: 1; }
  .qmd-cap-row h4 { grid-row: 1; grid-column: 2; }
  .qmd-cap-row p { grid-column: 2; grid-row: 2; }
  /* bento na 2 stupca */
  .qmd-bento { grid-template-columns: 1fr 1fr; }
  .qmd-b-tx { grid-column: span 2; }
  .qmd-b-donut { grid-column: span 1; }
  .qmd-b-ring { grid-column: span 1; }
  .qmd-b-sim { grid-column: span 1; }
  .qmd-b-quote { grid-column: span 2; }
  /* koraci — bez raila, jedan stupac */
  .qmd-rail::before { display: none; }
  .qmd-step-row::before { display: none; }
  .qmd-step-row { grid-template-columns: 1fr; gap: 24px; padding: 36px 0; }
  .qmd-step-row.reverse > :first-child { order: 0; }
  .qmd-step-num { font-size: 22px; }
  .qmd-step-num .big { font-size: 60px; }
  .qmd-step-row h3 { font-size: 25px; }
  /* pricing u stupac */
  .qmd-price-grid { grid-template-columns: 1fr; gap: 24px; }
  .qmd-price.popular { margin: 0; padding-top: 44px; padding-bottom: 44px; }
  /* news — cover preko cijele širine */
  .qmd-news-row { grid-template-columns: 1fr; gap: 18px; padding: 16px; }
  .qmd-news-row .cover { height: 170px; }
  .qmd-news-row .arr { display: none; }
  .qmd-banner { padding: 52px 36px; }
  .qmd-banner h2 { font-size: 34px; }
  .qmd-foot-grid { grid-template-columns: 1fr 1fr; }
  .qmd-foot-grid > div:first-child { grid-column: span 2; }
}
@container qmd (max-width: 600px) {
  .qmd-nav { padding: 0 20px; gap: 12px; }
  .qmd-hero { padding: 12px 20px 36px; }
  .qmd-h1 { font-size: 38px; letter-spacing: -.035em; }
  .qmd-lede { font-size: 15.5px; margin-top: 20px; }
  .qmd-btn.lg { height: 52px; padding: 0 26px; font-size: 15px; }
  .qmd-proof { font-size: 12.5px; }
  /* hero: jedan centriran telefon */
  .qmd-phones { height: 640px; margin-top: 20px; }
  .qmd-phone { width: 272px; }
  .qmd-phone.b { display: none; }
  .qmd-phone.a { right: 50%; top: 14px; transform: translateX(50%) rotate(3deg); }
  .qmd-rings { display: none; }
  .qmd-phones > img.qmd-hero-icon { width: 70px; height: 70px; right: 6px; bottom: 40px; }
  .qmd-coin-float { display: none; }
  .qmd-coin-float.c2 { display: block; width: 26px; height: 26px; right: 14px !important; top: 70px !important; }
  .qmd-stats { padding: 0 20px; }
  .qmd-stat { padding: 22px 14px; }
  .qmd-stat .v { font-size: 34px; }
  .qmd-stat .l { font-size: 10.5px; letter-spacing: .08em; }
  .qmd-sec { padding: 36px 20px 48px; }
  .qmd-h2 { font-size: 28px; }
  .qmd-sec-label { letter-spacing: .12em; }
  .qmd-card { padding: 22px; border-radius: 18px; }
  .qmd-cap-row h4 { font-size: 17px; }
  .qmd-cap-row p { font-size: 13px; }
  /* bento u jedan stupac */
  .qmd-bento { grid-template-columns: 1fr; }
  .qmd-b-tx, .qmd-b-donut, .qmd-b-ring, .qmd-b-sim, .qmd-b-quote { grid-column: span 1; }
  .qmd-tx-flex { flex-direction: column; }
  .qmd-card.goldc { flex-wrap: wrap; }
  .qmd-step-mock { padding: 20px; border-radius: 22px; }
  .qmd-seg button { padding: 0 16px; font-size: 12.5px; }
  .qmd-banner { margin: 40px 20px 0; padding: 40px 24px; border-radius: 26px; }
  .qmd-banner h2 { font-size: 27px; }
  .qmd-banner p { font-size: 14.5px; }
  .qmd-foot-grid { grid-template-columns: 1fr; gap: 28px; padding: 40px 20px 28px; }
  .qmd-foot-grid > div:first-child { grid-column: span 1; }
  .qmd-foot-bottom { padding: 18px 20px 24px; flex-wrap: wrap; gap: 8px; }
}
@container qmd (max-width: 480px) {
  .qmd-h1 { font-size: 34px; }
  .qmd-live { font-size: 10px; height: 32px; padding: 0 13px; letter-spacing: .1em; }
  .qmd-h2 { font-size: 25px; }
  .qmd-stat .v { font-size: 30px; }
  .qmd-price .amount .v { font-size: 42px; }
  .qmd-banner .ring { display: none; }
}

/* ============================================================
   APP ADDITIONS — not part of the design prototype CSS.
   Brand lockup (prototype used an <img>; we inline SVG + text),
   reveal animation, JSF link-button safety, language dropdown
   plumbing, mobile menu, scroll-top and the shared cookie bar.
   ============================================================ */

/* --- standalone page reset + ultra-wide centring --- */
/* The design artboard is 1440px; on very wide screens (34"+ monitors) the
   sections stretched edge-to-edge. The page itself stays full-bleed
   (nav/footer/backgrounds span the viewport); only the CONTENT column is
   capped and centred, like the old app's wrapped layout. */
html, body { margin: 0; padding: 0; }
body.pkt-root { background: var(--bg); }
.qmd main { max-width: 1600px; margin: 0 auto; }

/* --- brand lockup (nav + footer) --- */
.qmd-brand { display: inline-flex; align-items: center; gap: 10px; }
.qmd-brand svg { display: block; flex: 0 0 auto; }
.qmd-brand-text { font: 800 25px/1 var(--font); letter-spacing: -.03em; color: var(--md-ink); }
.qmd-brand-text b { color: #C28C00; font-weight: 800; }

/* --- one-shot reveal (FadeIn) — gated behind .qmd-anim so no-JS = visible --- */
.qmd-anim .qmd-reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease-std), transform .6s var(--ease-emph); }
.qmd-anim .qmd-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .qmd-anim .qmd-reveal { opacity: 1; transform: none; transition: none; }
}

/* --- h:link / p:commandLink rendered as <a>: beat .pkt-root a + PF hover underline --- */
.qmd a, .qmd a:hover, .qmd a:focus { text-decoration: none; }
.qmd a.qmd-btn.filled, .qmd a.qmd-btn.filled:hover, .qmd a.qmd-btn.filled:focus { color: #fff; }
.qmd a.qmd-btn.gold, .qmd a.qmd-btn.gold:hover, .qmd a.qmd-btn.gold:focus { color: var(--md-ink); }
.qmd a.qmd-btn.outlined, .qmd a.qmd-btn.outlined:hover, .qmd a.qmd-btn.outlined:focus { color: var(--md-ink); }
.qmd a.qmd-btn.text, .qmd a.qmd-btn.text:hover, .qmd a.qmd-btn.text:focus { color: var(--md-ink-2); }

/* --- language selector: EXACT copy of the old .ptr-lang component (as on
       terms-conditions), value-for-value from landing-md3.css — only the class
       names map to .qmd-lang/.qmd-menu. The brand tokens give it the new
       palette; nothing reinvented. NOTE: button rules need the `.qmd button.x`
       (0,2,1) prefix — the design's reset `.qmd button{border:0;background:none}`
       is (0,1,1) and beats a bare class. --- */
.qmd-lang form { display: contents; }
.qmd button.qmd-lang-btn {
  display: inline-flex; align-items: center; gap: 6px;
  height: auto; padding: 8px 12px; border-radius: 999px;
  border: 1px solid var(--outline);
  background: var(--surface); color: var(--on-surface);
  font: var(--label-l); font-size: 12px; letter-spacing: .04em;
  box-shadow: none;
}
.qmd button.qmd-lang-btn:hover { border-color: var(--p-40); background: var(--surface); }
.qmd-lang-btn .car { transition: transform .2s var(--ease-emph); opacity: .7; }
.qmd-lang.open .qmd-lang-btn .car { transform: rotate(180deg); }
.qmd-lang .qmd-menu {
  position: absolute; right: 0; top: calc(100% + 6px);
  background: var(--surface); border: 1px solid var(--outline-variant);
  border-radius: 12px; padding: 4px; min-width: 160px;
  box-shadow: var(--el-3); z-index: 60;
  display: none; animation: none;
}
.qmd-lang.open .qmd-menu { display: block; }
.qmd-lang .qmd-menu .flag-img { width: 18px; height: auto; border-radius: 2px; flex: 0 0 auto; }
.qmd-lang-btn .flag-img { width: 20px; height: auto; border-radius: 2px; }
.qmd-lang .qmd-menu a { text-transform: capitalize; }
.qmd-lang .qmd-menu a {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 8px 10px; border: 0; background: transparent;
  border-radius: 8px; color: var(--on-surface); font: var(--body-m);
  text-align: left;
}
.qmd-lang .qmd-menu a:hover { background: var(--surface-1); }
.qmd-lang .qmd-menu a.on { background: var(--p-95); color: var(--p-30); font-weight: 600; }

/* --- phone mock: keep the dark balance card rigid --- */
/* .qmp is a flex column slightly taller than the 19.5:9 screen; with
   overflow:hidden the card's min-height computes to 0 and flex-shrink
   collapsed it to a sliver (content invisible). Cards stay rigid; the
   tx list (flex:1) absorbs the squeeze and clips its last row instead. */
.qmp > * { flex-shrink: 0; }
.qmp .qmp-tx { flex-shrink: 1; min-height: 0; overflow: hidden; }

/* --- mobile nav menu (design shows the burger only; menu derived from the MD3 menu card) --- */
.qmd-mobile-menu { display: none; }
@container qmd (max-width: 860px) {
  .qmd-mobile-menu.open {
    display: flex; flex-direction: column; position: absolute; top: 80px; left: 16px; right: 16px;
    background: var(--md-sur); border: 1px solid var(--md-out); border-radius: 18px;
    box-shadow: var(--md-el3); padding: 10px; z-index: 50;
  }
  .qmd-mobile-menu a { padding: 13px 16px; border-radius: 10px; font: 600 15px/1 var(--font); color: var(--md-ink); }
  .qmd-mobile-menu a:hover { background: var(--md-sur-2); }
  /* "get started" CTA inside the mobile menu (moved out of the nav) */
  .qmd-mobile-menu a.qmd-mm-cta,
  .qmd-mobile-menu a.qmd-mm-cta:hover,
  .qmd-mobile-menu a.qmd-mm-cta:focus {
    margin: 8px 4px 2px; padding: 0 20px; height: 48px; border-radius: 999px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--md-ink); color: #fff; font: 700 14.5px/1 var(--font);
  }
}
/* outside the burger breakpoint the menu (and its CTA) is hidden anyway */

/* --- scroll-to-top (lives OUTSIDE .qmd: container-type would trap position:fixed) --- */
.qmd-scroll-top {
  position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 999px;
  background: var(--on-surface); color: #fff; border: 0; display: grid; place-items: center;
  cursor: pointer; box-shadow: var(--el-2); opacity: 0; pointer-events: none;
  transform: translateY(8px); transition: opacity .25s, transform .25s; z-index: 80;
}
.qmd-scroll-top.show { opacity: 1; pointer-events: auto; transform: none; }

/* --- cookie consent bar (shared include pages/elements/cookieConsent.xhtml;
       same class names as landing-md3.css so the include works on every public page;
       also OUTSIDE .qmd for the position:fixed reason above) --- */
.ptr-cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: var(--surface);
  border-top: 1px solid var(--outline-variant);
  box-shadow: 0 -10px 30px rgba(29, 27, 22, .08);
}
.ptr-cookie-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; gap: 28px;
  padding: 18px 24px;
}
.ptr-cookie .ttl {
  flex: 0 0 auto;
  font: var(--label-l); letter-spacing: .22em; text-transform: uppercase;
  color: var(--on-surface);
}
.ptr-cookie .txt {
  flex: 1; min-width: 0;
  font: var(--body-s); line-height: 1.6; color: var(--on-surface-muted);
  border-left: 1px solid var(--outline-variant); padding-left: 28px;
}
.ptr-cookie .txt a { color: var(--p-40); font-weight: 700; text-decoration: underline; margin-left: 6px; }
.ptr-cookie .txt a:hover { color: var(--p-30); }
.ptr-cookie .act { flex: 0 0 auto; }
@media (max-width: 700px) {
  .ptr-cookie-inner { flex-direction: column; align-items: stretch; gap: 10px; padding: 16px; }
  .ptr-cookie .ttl { letter-spacing: .16em; }
  .ptr-cookie .txt { border-left: 0; padding-left: 0; }
  .ptr-cookie .act a.btn { display: inline-flex; width: 100%; justify-content: center; }
}
