:root {
  --belatrix-navy: #0b318c;
  --belatrix-blue: #078cf0;
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 1180px;
  color: var(--belatrix-navy);
  background: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
}

.site-header {
  position: relative;
  z-index: 10;
  height: var(--header-height);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 1px 0 rgba(10, 61, 133, .05);
}

.header-inner {
  width: 100%;
  height: 100%;
  padding: 0 60px 0 78px;
  display: grid;
  grid-template-columns: 150px minmax(630px, 1fr) auto 154px;
  align-items: center;
  column-gap: 28px;
}

.brand {
  width: 102px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  color: #062f87;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.main-nav a.active { font-weight: 700; }

.main-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 4px;
  border-radius: 4px;
  background: var(--belatrix-blue);
}

.erp-message {
  min-width: 285px;
  padding: 4px 0 4px 18px;
  border-left: 2px solid var(--belatrix-blue);
  display: flex;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
}

.erp-message strong { font-size: 15px; font-style: italic; }
.erp-message span { font-size: 14px; font-style: italic; }

.login-button {
  height: 48px;
  border: 2px solid var(--belatrix-blue);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--belatrix-blue);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.login-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-button:hover,
.login-button:focus-visible { color: #fff; background: var(--belatrix-blue); }

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 887;
  overflow: hidden;
  background: #fff url("../assets/images/hero-background.png") center top / contain no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 520px;
  padding: 60px 0 18px 65px;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.hero h1 {
  margin: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.4px;
  white-space: nowrap;
}

.hero-title-secondary {
  margin: 0;
  font-weight: 400;
  letter-spacing: -2px;
}

.hero-title-secondary span {
  display: block;
  font-size: 56px;
  font-weight: 350;
  line-height: 1.08;
}

.hero-intro {
  width: 430px;
  margin: 20px 0 18px;
  color: #3470bd;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.16;
}

.hero-features {
  width: 430px;
  display: grid;
  gap: 12px;
}

.feature {
  min-height: 68px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.feature-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #063d9c;
  background: rgba(206, 231, 252, .92);
}

.feature-icon svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature h3 {
  margin: 0 0 2px;
  color: #082f87;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.05;
}

.feature p {
  margin: 0;
  color: #2870c5;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.17;
}

@media (max-width: 1400px) {
  body { min-width: 1024px; }
  .header-inner {
    padding-right: 32px;
    padding-left: 48px;
    grid-template-columns: 126px minmax(550px, 1fr) auto 142px;
    column-gap: 20px;
  }
  .main-nav { gap: 24px; }
  .main-nav a { font-size: 15px; }
  .erp-message { min-width: 245px; }
  .hero-content { transform: scale(.8); transform-origin: top left; }
}

@media (max-width: 1100px) {
  .hero-content {
    transform: scale(.64);
    transform-origin: top left;
  }
}


/* =========================================================
   PROBLEM - ZAŠTO JE VAŽNO EVIDENTIRATI FISKALNE RAČUNE
   ========================================================= */

.problem-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 760;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/problem-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.problem-heading {
  position: absolute;
  top: 11.5%;
  right: 0;
  left: 0;
  text-align: center;
}

.problem-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.2vw, 22px);
  color: #073b9c;
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 500;
  line-height: 1;
}

.problem-eyebrow span {
  width: clamp(62px, 5vw, 92px);
  height: 6px;
  border-radius: 6px;
  background: #078cf0;
}

.problem-heading h2 {
  margin: clamp(22px, 1.7vw, 30px) 0 0;
  color: #0c2fa1;
  font-size: clamp(42px, 3.8vw, 67px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
}

.problem-cards {
  position: absolute;
  top: 33.5%;
  right: 2.9%;
  left: 3.4%;
  display: grid;
  grid-template-columns: 1.025fr 1fr 1.047fr;
  gap: 1.18%;
}

.problem-card {
  min-width: 0;
  padding: clamp(15px, 1.4vw, 25px) clamp(15px, 1.35vw, 24px) 0;
  display: grid;
  grid-template-columns: clamp(62px, 5.4vw, 96px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(14px, 1.3vw, 23px);
}

.problem-card > div {
  position: relative;
  isolation: isolate;
}

.problem-card > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: clamp(-14px, -.8vw, -8px) clamp(-28px, -1.6vw, -16px) clamp(-42px, -2.4vw, -25px) clamp(-14px, -.8vw, -8px);
  background: radial-gradient(
    ellipse at 32% 14%,
    rgba(255, 255, 255, .98) 0%,
    rgba(255, 255, 255, .92) 42%,
    rgba(255, 255, 255, .68) 63%,
    rgba(255, 255, 255, .28) 79%,
    rgba(255, 255, 255, 0) 96%
  );
  filter: blur(3px);
  pointer-events: none;
}

.problem-icon {
  width: clamp(62px, 5.4vw, 96px);
  height: clamp(62px, 5.4vw, 96px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}

.problem-icon svg {
  width: 68%;
  height: 68%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-icon-lost {
  background: linear-gradient(145deg, #0d9cf5, #0067de);
}

.problem-icon-faded {
  background: linear-gradient(145deg, #58c735, #268d16);
}

.problem-icon-damaged {
  background: linear-gradient(145deg, #9b159d, #650092);
}

.problem-icon-damaged .rain-drop {
  stroke-width: 5;
}

.problem-card h3 {
  margin: clamp(4px, .45vw, 8px) 0 clamp(8px, .65vw, 12px);
  color: #0b318c;
  font-size: clamp(21px, 1.75vw, 31px);
  font-weight: 700;
  line-height: 1;
}

.problem-card p {
  margin: 0;
  color: #185ba9;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, 1.35vw, 24px);
  font-weight: 450;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(255, 255, 255, .95), 0 0 5px rgba(255, 255, 255, .72);
}

@media (max-width: 1100px) {
  .problem-card {
    padding-top: 13px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
  }

  .problem-icon {
    width: 58px;
    height: 58px;
  }

  .problem-card h3 {
    margin-top: 3px;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .problem-card p {
    font-size: 14px;
  }
}

.mobile-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 998;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/mobile-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.mobile-manual-section {
  background-image: url("../assets/images/mobile-manual-background.png");
}

.mobile-entry-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 998;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/mobile-entry-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.mobile-entry-heading {
  position: absolute;
  z-index: 2;
  top: 4.8%;
  right: 4%;
  left: 4%;
  text-align: center;
}

.mobile-entry-heading .mobile-eyebrow {
  justify-content: center;
}

.mobile-entry-heading h2 {
  margin: clamp(17px, 1.5vw, 27px) 0 0;
  color: #0c2fa1;
  font-size: clamp(37px, 3.3vw, 59px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.mobile-entry-heading > p:last-child {
  margin: clamp(13px, 1.1vw, 20px) 0 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(17px, 1.55vw, 28px);
  font-weight: 400;
  line-height: 1.2;
}

.mobile-entry-option {
  position: absolute;
  z-index: 2;
  top: 29.5%;
  width: 17%;
  box-sizing: border-box;
  padding: clamp(13px, 1.15vw, 20px);
  border-radius: clamp(14px, 1.15vw, 20px);
  background: rgba(255, 255, 255, .58);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.mobile-entry-option-scan {
  top: 23.5%;
  left: 8%;
}

.mobile-entry-option-manual {
  top: 23.5%;
  right: 7%;
}

.mobile-entry-option h3 {
  margin: 0 0 clamp(10px, .9vw, 16px);
  color: #0b318c;
  font-size: clamp(21px, 1.75vw, 31px);
  font-weight: 700;
  line-height: 1.05;
}

.mobile-entry-option p {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(15px, 1.28vw, 23px);
  font-weight: 400;
  line-height: 1.22;
}

.mobile-entry-or {
  position: absolute;
  z-index: 2;
  top: 25.5%;
  bottom: 31.8%;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, .9vw, 16px);
}

.mobile-entry-or-line {
  width: 1px;
  min-height: 0;
  flex: 1 1 0;
  background: rgba(21, 87, 176, .72);
}

.mobile-entry-or-circle {
  width: clamp(64px, 5.75vw, 102px);
  height: clamp(64px, 5.75vw, 102px);
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0c2fa1;
  background: rgba(203, 230, 251, .78);
  font-size: clamp(25px, 2.15vw, 38px);
  font-weight: 700;
  line-height: 1;
}

.mobile-heading {
  position: absolute;
  z-index: 2;
  top: 4.8%;
  right: 0;
  left: 0;
  text-align: center;
}

.mobile-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.15vw, 21px);
  color: #0a3aa3;
  font-size: clamp(14px, 1.18vw, 21px);
  font-weight: 500;
  line-height: 1;
}

.mobile-eyebrow span {
  width: clamp(60px, 5vw, 88px);
  height: 5px;
  border-radius: 5px;
  background: #078cf0;
}

.mobile-heading h2 {
  margin: clamp(17px, 1.55vw, 28px) 0 0;
  color: #0c2fa1;
  font-size: clamp(39px, 3.55vw, 63px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.mobile-steps {
  position: absolute;
  z-index: 3;
  top: 22%;
  right: 9.15%;
  left: 8.9%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-step {
  min-width: 0;
  padding: 0 clamp(7px, .7vw, 13px) 0 clamp(14px, 1.5vw, 27px);
  display: grid;
  grid-template-columns: clamp(62px, 4.8vw, 85px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(13px, 1.25vw, 22px);
}

.mobile-step-number {
  width: clamp(62px, 4.8vw, 85px);
  height: clamp(62px, 4.8vw, 85px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #139df7, #0066de);
  font-size: clamp(34px, 3.05vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.mobile-step h3 {
  margin: clamp(3px, .35vw, 6px) 0 clamp(5px, .42vw, 8px);
  color: #0b318c;
  font-size: clamp(18px, 1.52vw, 27px);
  font-weight: 700;
  line-height: 1.05;
}

.mobile-step p {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(12px, 1.02vw, 18px);
  font-weight: 400;
  line-height: 1.18;
}

.mobile-screen {
  position: absolute;
  z-index: 2;
  top: 43.2%;
  width: 13.48%;
  height: auto;
  display: block;
}

.mobile-screen-scan {
  left: 16.24%;
}

.mobile-screen-saved {
  left: 43.07%;
}

.mobile-screen-list {
  left: 70.46%;
}

@media (max-width: 1100px) {
  .mobile-steps {
    top: 21.8%;
  }

  .mobile-step {
    grid-template-columns: 49px minmax(0, 1fr);
    gap: 9px;
  }

  .mobile-step-number {
    width: 49px;
    height: 49px;
    font-size: 31px;
  }

  .mobile-step h3 {
    margin-top: 2px;
    font-size: 15px;
  }

  .mobile-step p {
    font-size: 10px;
  }
}

.processing-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 998;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/processing-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.processing-section::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background: url("../assets/images/processing-background.png") center top / 100% 100% no-repeat;
  clip-path: polygon(
    .45% 63.1%,
    10.88% 63.1%,
    11.78% 65.1%,
    11.78% 86.2%,
    10.65% 88.9%,
    1.58% 89.2%,
    .56% 87.7%,
    .45% 83.1%,
    0 81.7%,
    0 65.8%
  );
  pointer-events: none;
}

.processing-heading {
  position: absolute;
  z-index: 3;
  top: 3.8%;
  right: 0;
  left: 0;
  text-align: center;
}

.processing-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.15vw, 21px);
  color: #0a3aa3;
  font-size: clamp(14px, 1.18vw, 21px);
  font-weight: 500;
  line-height: 1;
}

.processing-eyebrow span {
  width: clamp(60px, 5vw, 88px);
  height: 5px;
  border-radius: 5px;
  background: #078cf0;
}

.processing-heading h2 {
  margin: clamp(17px, 1.45vw, 26px) 0 0;
  color: #0c2fa1;
  font-size: clamp(38px, 3.42vw, 61px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.processing-features {
  position: absolute;
  z-index: 3;
  top: 15.3%;
  right: 9.6%;
  left: 9.6%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7.8%;
}

.processing-feature {
  min-width: 0;
  display: grid;
  grid-template-columns: clamp(78px, 6.35vw, 112px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(17px, 1.45vw, 26px);
}

.processing-icon {
  width: clamp(78px, 6.35vw, 112px);
  height: clamp(78px, 6.35vw, 112px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #113da1;
  background: rgba(157, 214, 255, .58);
}

.processing-feature:nth-child(2) .processing-icon {
  background: rgba(158, 230, 209, .58);
}

.processing-icon svg {
  width: 65%;
  height: 65%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.processing-feature h3,
.processing-feature h4,
.processing-feature p {
  margin-right: 0;
  margin-left: 0;
}

.processing-feature h3 {
  margin-top: clamp(1px, .2vw, 4px);
  margin-bottom: clamp(3px, .28vw, 5px);
  color: #0b318c;
  font-size: clamp(23px, 1.85vw, 33px);
  font-weight: 700;
  line-height: 1;
}

.processing-feature h4 {
  margin-top: 0;
  margin-bottom: clamp(8px, .65vw, 12px);
  color: #0c3aa2;
  font-size: clamp(18px, 1.5vw, 27px);
  font-weight: 400;
  line-height: 1.08;
}

.processing-feature p {
  margin-top: 0;
  margin-bottom: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(13px, 1.08vw, 19px);
  font-weight: 400;
  line-height: 1.18;
}

.processing-screen {
  position: absolute;
  z-index: 2;
  top: 35.27%;
  width: 38.28%;
  height: auto;
  display: block;
}

.processing-screen-erp {
  left: 10.32%;
}

.processing-screen-web {
  left: 51.47%;
}

@media (max-width: 1100px) {
  .processing-feature {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }

  .processing-icon {
    width: 62px;
    height: 62px;
  }

  .processing-feature h3 {
    margin-top: 2px;
    font-size: 19px;
  }

  .processing-feature h4 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .processing-feature p {
    font-size: 11px;
  }
}

.benefits-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 1003;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/benefits-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.benefits-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 52.75%;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent 0 27%,
    rgba(255, 255, 255, .95) 27% 100%
  );
  pointer-events: none;
}

.benefits-heading {
  position: absolute;
  z-index: 3;
  top: 5.2%;
  right: 0;
  left: 0;
  text-align: center;
}

.benefits-eyebrow,
.benefits-promo-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.15vw, 21px);
  color: #0a3aa3;
  font-size: clamp(14px, 1.18vw, 21px);
  font-weight: 500;
  line-height: 1;
}

.benefits-eyebrow span,
.benefits-promo-eyebrow span {
  width: clamp(60px, 5vw, 88px);
  height: 5px;
  border-radius: 5px;
  background: #078cf0;
}

.benefits-heading h2 {
  margin: clamp(18px, 1.55vw, 28px) 0 0;
  color: #0c2fa1;
  font-size: clamp(37px, 3.32vw, 59px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.benefits-grid {
  position: absolute;
  z-index: 3;
  top: 18.5%;
  right: 7.4%;
  left: 7.4%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.8%;
}

.benefit-item {
  min-width: 0;
  text-align: center;
}

.benefit-copy {
  max-width: 310px;
  margin: clamp(10px, .95vw, 17px) auto 0;
  background: rgba(255, 255, 255, .25);
}

.benefit-icon {
  width: clamp(92px, 8.35vw, 148px);
  height: clamp(92px, 8.35vw, 148px);
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1242ae;
  background: rgba(171, 220, 255, .55);
}

.benefit-item-document .benefit-icon {
  color: #0b9868;
  background: rgba(164, 231, 209, .55);
}

.benefit-item-processing .benefit-icon {
  color: #ee690b;
  background: rgba(255, 213, 182, .58);
}

.benefit-item-processing .benefit-icon svg {
  stroke-width: 1.7;
}

.benefit-item-control .benefit-icon {
  color: #6b0ac2;
  background: rgba(215, 188, 250, .55);
}

.benefit-icon svg {
  width: 61%;
  height: 61%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-item h3 {
  margin: 0 0 clamp(7px, .6vw, 11px);
  color: #0b318c;
  font-size: clamp(18px, 1.52vw, 27px);
  font-weight: 700;
  line-height: 1.05;
}

.benefit-item p {
  max-width: 310px;
  margin: 0 auto;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(13px, 1.18vw, 21px);
  font-weight: 400;
  line-height: 1.22;
}

.benefit-item-scan .benefit-copy p {
  font-size: clamp(12px, 1.05vw, 19px);
}

.benefits-promo {
  position: absolute;
  z-index: 3;
  top: 56.2%;
  left: 27%;
  width: 35%;
  text-align: center;
}

.benefits-promo h3 {
  margin: clamp(17px, 1.45vw, 26px) 0 clamp(7px, .65vw, 12px);
  color: #0c2fa1;
  font-size: clamp(42px, 4.05vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.benefits-promo > p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(19px, 1.65vw, 29px);
  font-weight: 400;
  line-height: 1.15;
}

.benefits-links {
  position: absolute;
  z-index: 3;
  top: 56.6%;
  left: 62.2%;
  width: 23.5%;
  padding-left: clamp(22px, 2.2vw, 39px);
  display: grid;
  gap: clamp(14px, 1.45vw, 26px);
  border-left: 2px solid #1594ef;
}

.benefits-link-item {
  min-width: 0;
  display: grid;
  grid-template-columns: clamp(58px, 4.5vw, 80px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(13px, 1.15vw, 21px);
}

.benefits-link-icon {
  width: clamp(58px, 4.5vw, 80px);
  height: clamp(58px, 4.5vw, 80px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1242ae;
  background: rgba(171, 220, 255, .58);
}

.benefits-link-icon-support {
  color: #0b9868;
  background: rgba(164, 231, 209, .58);
}

.benefits-link-icon-contact {
  color: #e76420;
  background: rgba(255, 213, 182, .62);
}

.benefits-link-icon svg {
  width: 62%;
  height: 62%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefits-link-item h4 {
  margin: 0 0 clamp(2px, .25vw, 4px);
  color: #0b318c;
  font-size: clamp(18px, 1.45vw, 26px);
  font-weight: 700;
  line-height: 1.05;
}

.benefits-link-item p {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(13px, 1.02vw, 18px);
  font-weight: 400;
  line-height: 1.15;
}

.site-footer {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f7594;
  background: #f6f9fd;
  border-top: 1px solid #e0eaf5;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.back-to-top {
  width: 46px;
  height: 46px;
  margin: 12px auto;
  padding: 0;
  border: 1px solid rgba(7, 140, 240, .72);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--belatrix-blue);
  background: rgba(230, 244, 255, .62);
  box-shadow: none;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: #fff;
  border-color: var(--belatrix-blue);
  background: var(--belatrix-blue);
}

.back-to-top:focus-visible {
  outline: 3px solid rgba(7, 140, 240, .28);
  outline-offset: 3px;
}

.back-to-top svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 620px) {
  .back-to-top {
    width: 42px;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* Stranica: Mobilna aplikacija */
body.mobile-page {
  overflow-x: hidden;
}

/* Stranica: WEB portal */
body.web-page {
  overflow-x: hidden;
}

.web-page-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 887;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/web-hero-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.web-page-hero-content {
  position: absolute;
  z-index: 1;
  top: 14.2%;
  left: 5.8%;
  width: 43%;
  transform: translateY(-20px);
}

.web-page-eyebrow {
  margin-bottom: clamp(24px, 2.05vw, 36px);
}

.web-page-hero h1 {
  margin: 0;
  color: #0a3c82;
  font-size: clamp(34px, 2.8vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.6px;
}

.web-page-hero h1 span {
  display: block;
  white-space: nowrap;
}

.web-page-intro {
  max-width: 710px;
  margin: clamp(22px, 1.9vw, 34px) 0 0;
  color: #123f79;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(18px, 1.45vw, 26px);
  font-weight: 400;
  line-height: 1.22;
}

/* Stranica: WEB portal - prijava */
.web-login-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1652 / 952;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/web-login-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.web-login-heading {
  top: 6.2%;
}

/* Stranica: WEB portal - izbor podataka */
.web-data-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1652 / 952;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/web-data-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.web-data-heading {
  top: 5.2%;
}

.web-data-features {
  position: absolute;
  z-index: 2;
  top: 27.2%;
  left: 16.7%;
  width: 31%;
  display: grid;
  gap: 1.15vw;
}

.web-data-feature {
  position: relative;
  min-height: 5.2vw;
  display: grid;
  grid-template-columns: clamp(58px, 4.5vw, 74px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 1.3vw, 22px);
}

.web-data-features--plain .web-data-feature {
  grid-template-columns: minmax(0, 1fr);
}

.web-processing-features--plain .web-data-feature {
  grid-template-columns: minmax(0, 1fr);
}

.web-data-section .web-data-features--plain .web-data-feature::before {
  left: -12px;
}

.web-processing-section .web-processing-features--plain .web-data-feature::before {
  left: -12px;
}

.web-data-section .web-data-feature::before,
.web-processing-section .web-data-feature::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -8px;
  right: -12px;
  bottom: -8px;
  left: clamp(54px, 4.2vw, 69px);
  border-radius: 18px;
  background: linear-gradient(90deg,
    rgba(255, 255, 255, .9) 0%,
    rgba(255, 255, 255, .76) 62%,
    rgba(255, 255, 255, .18) 90%,
    rgba(255, 255, 255, 0) 100%);
  filter: blur(3px);
  pointer-events: none;
}

.web-data-section .web-data-feature > *,
.web-processing-section .web-data-feature > * {
  position: relative;
  z-index: 1;
}

.web-data-icon {
  width: clamp(58px, 4.5vw, 74px);
  height: clamp(58px, 4.5vw, 74px);
}

.web-data-icon svg {
  width: 55%;
  height: 55%;
}

.web-data-feature h3 {
  margin: 0 0 5px;
  color: #082f87;
  font-size: clamp(19px, 1.45vw, 24px);
  font-weight: 700;
  line-height: 1.05;
}

.web-data-feature p {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(15px, 1.15vw, 19px);
  font-weight: 400;
  line-height: 1.2;
}

.web-data-section .web-data-feature:last-child {
  transform: translateX(calc(13vw + 8px));
}

.web-data-section .web-data-feature:last-child::before {
  right: auto;
  width: 58%;
}

.web-data-section .web-data-feature:last-child h3 {
  font-size: clamp(18px, 1.3vw, 22px);
}

.web-data-section .web-data-feature:last-child p {
  font-size: clamp(14px, 1.05vw, 18px);
}

/* Stranica: WEB portal - obrada računa */
.web-processing-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 1022;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/web-processing-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.web-processing-heading {
  top: 3%;
}

.web-processing-features {
  position: absolute;
  z-index: 2;
  top: 24.5%;
  left: 16.2%;
  width: 31%;
  display: grid;
  gap: 1.15vw;
}

.web-processing-features .web-data-feature:last-child {
  transform: translateX(15vw);
}

.web-processing-features .web-data-feature:nth-child(3) {
  transform: translateX(15vw);
}

.web-processing-features .web-data-feature:nth-child(3)::before,
.web-processing-features .web-data-feature:last-child::before {
  right: auto;
  width: 58%;
}

.web-processing-features .web-data-feature:nth-child(3) h3,
.web-processing-features .web-data-feature:last-child h3 {
  font-size: clamp(18px, 1.3vw, 22px);
}

.web-processing-features .web-data-feature:nth-child(3) p,
.web-processing-features .web-data-feature:last-child p {
  font-size: clamp(14px, 1.05vw, 18px);
}

.mobile-page-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 887;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.mobile-page-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #fff url("../assets/images/mobile-hero-background.png") center top / 100% 100% no-repeat;
}

.mobile-page-hero-content {
  position: absolute;
  z-index: 2;
  top: 9.6%;
  left: 15.5%;
  width: 47.5%;
}

.mobile-page-eyebrow {
  margin: 0 0 clamp(23px, 2vw, 36px);
  color: #0b4598;
  font-size: clamp(17px, 1.45vw, 26px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: clamp(3px, .35vw, 6px);
}

.mobile-page-hero h1 {
  margin: 0;
  color: #0a3c82;
  font-size: clamp(36px, 3.35vw, 59px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.6px;
}

.mobile-page-hero h1 span {
  display: block;
  white-space: nowrap;
}

.mobile-page-intro {
  max-width: 790px;
  margin: clamp(26px, 2.5vw, 44px) 0 0;
  color: #123f79;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(20px, 1.72vw, 30px);
  font-weight: 400;
  line-height: 1.22;
}

.mobile-page-availability {
  margin: clamp(24px, 2.1vw, 37px) 0 0 calc((min(100%, 790px) - clamp(150px, 14vw, 248px) - clamp(150px, 14vw, 248px) - clamp(18px, 1.4vw, 25px)) / 2);
  color: #123f79;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(18px, 1.5vw, 27px);
  font-weight: 500;
  line-height: 1.1;
}

.mobile-page-store-badges {
  width: 100%;
  max-width: 790px;
  margin-top: clamp(13px, 1.15vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.4vw, 25px);
}

.mobile-page-store-badges img {
  width: clamp(150px, 14vw, 248px);
  height: auto;
  display: block;
}

/* Stranica: Mobilna aplikacija - početak rada */
.mobile-start-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 887;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/mobile-start-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.mobile-start-heading {
  position: absolute;
  z-index: 2;
  top: 6.1%;
  right: 0;
  left: 0;
  transform: translateY(-20px);
  text-align: center;
}

.mobile-start-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.35vw, 24px);
  color: #0a3aa3;
  font-size: clamp(15px, 1.27vw, 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: clamp(3px, .48vw, 8px);
}

.mobile-start-eyebrow span {
  width: clamp(66px, 6vw, 108px);
  height: 5px;
  border-radius: 5px;
  background: var(--belatrix-blue);
}

.mobile-start-heading h2 {
  margin: clamp(22px, 2vw, 35px) 0 0;
  color: #0c2fa1;
  font-size: clamp(38px, 3.45vw, 61px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.mobile-start-intro {
  max-width: 920px;
  margin: clamp(8px, .7vw, 12px) auto 0;
  color: #224f8d;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(17px, 1.48vw, 26px);
  font-weight: 400;
  line-height: 1.18;
}

.mobile-start-cards {
  position: absolute;
  z-index: 2;
  top: 49.7%;
  right: 18.9%;
  left: 19.55%;
  display: grid;
  grid-template-columns: repeat(2, 36.5%);
  justify-content: space-between;
  gap: 0;
}

.mobile-start-card {
  min-width: 0;
  max-width: 310px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mobile-start-card:nth-child(2) {
  transform: translateX(-2.2vw);
}

.mobile-start-card h3 {
  margin: 0 0 clamp(9px, .75vw, 13px);
  color: #0b318c;
  font-size: clamp(21px, 1.8vw, 32px);
  font-weight: 700;
  line-height: 1.05;
}

.mobile-start-card p {
  margin: 0;
  color: #214f89;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, 1.4vw, 25px);
  font-weight: 400;
  line-height: 1.22;
}

/* Stranica: Mobilna aplikacija - skeniranje fiskalnog računa */
.mobile-scan-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 887;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/mobile-scan-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.mobile-scan-heading {
  position: absolute;
  z-index: 2;
  top: 3.8%;
  right: 0;
  left: 0;
  text-align: center;
}

.mobile-scan-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.35vw, 24px);
  color: #0a3aa3;
  font-size: clamp(15px, 1.27vw, 22px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .5px;
}

.mobile-scan-eyebrow span {
  width: clamp(48px, 4.4vw, 78px);
  height: 4px;
  border-radius: 4px;
  background: var(--belatrix-blue);
}

.mobile-scan-heading h2 {
  margin: clamp(22px, 1.85vw, 33px) 0 0;
  color: #0c2fa1;
  font-size: clamp(38px, 3.45vw, 61px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.mobile-scan-intro {
  max-width: 960px;
  margin: clamp(15px, 1.4vw, 25px) auto 0;
  color: #173f7b;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, 1.35vw, 24px);
  font-weight: 400;
  line-height: 1.24;
}

.mobile-scan-intro strong,
.mobile-scan-panel strong {
  font-weight: 700;
}

.mobile-scan-panels {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.mobile-scan-panel {
  position: absolute;
  top: 36.2%;
  width: 13.5%;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mobile-scan-panel:first-child {
  left: 19.55%;
}

.mobile-scan-panel:last-child {
  left: 56.43%;
}

.mobile-scan-panel h3 {
  margin: 0 0 clamp(28px, 2.7vw, 48px);
  color: #0b48ad;
  font-size: clamp(24px, 2.05vw, 36px);
  font-weight: 700;
  line-height: 1.12;
}

.mobile-scan-panel p {
  margin: 0;
  color: #173f7b;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(17px, 1.48vw, 26px);
  font-weight: 400;
  line-height: 1.25;
}

/* Stranica: Mobilna aplikacija - evidentirani fiskalni računi */
.mobile-recorded-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 887;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/mobile-recorded-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.mobile-recorded-heading {
  position: absolute;
  z-index: 2;
  top: 3.8%;
  right: 0;
  left: 0;
  text-align: center;
}

.mobile-recorded-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.35vw, 24px);
  color: #0a3aa3;
  font-size: clamp(15px, 1.27vw, 22px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .3px;
}

.mobile-recorded-eyebrow span {
  width: clamp(48px, 4.4vw, 78px);
  height: 4px;
  border-radius: 4px;
  background: var(--belatrix-blue);
}

.mobile-recorded-heading h2 {
  position: relative;
  top: -10px;
  margin: clamp(22px, 1.85vw, 33px) 0 0;
  color: #0c2fa1;
  font-size: clamp(38px, 3.45vw, 61px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.mobile-recorded-intro {
  position: relative;
  top: -10px;
  max-width: 930px;
  margin: clamp(15px, 1.4vw, 25px) auto 0;
  color: #173f7b;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, 1.35vw, 24px);
  font-weight: 400;
  line-height: 1.24;
}

.mobile-recorded-intro strong,
.mobile-recorded-summary strong {
  font-weight: 700;
}

.mobile-recorded-summary,
.mobile-recorded-statuses {
  position: absolute;
  z-index: 2;
  top: 29.9%;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mobile-recorded-summary {
  left: 24%;
  width: 16.4%;
}

.mobile-recorded-statuses {
  left: 64.5%;
  width: 20.2%;
}

.mobile-recorded-summary h3,
.mobile-recorded-statuses > h3 {
  margin: 0 0 clamp(27px, 2.5vw, 44px);
  color: #0b48ad;
  font-size: clamp(24px, 2.05vw, 36px);
  font-weight: 700;
  line-height: 1.1;
}

.mobile-recorded-summary p,
.mobile-recorded-status-lead,
.mobile-recorded-status p {
  color: #173f7b;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}

.mobile-recorded-summary > p {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 25px);
  line-height: 1.25;
}

.mobile-recorded-statuses > h3 {
  margin-bottom: clamp(10px, .9vw, 16px);
}

.mobile-recorded-status-lead {
  margin: 0 0 clamp(14px, 1.15vw, 20px);
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.2;
}

.mobile-recorded-status-list {
  display: grid;
  gap: clamp(9px, .8vw, 14px);
}

.mobile-recorded-status {
  min-height: clamp(76px, 6.1vw, 108px);
  padding: clamp(11px, .85vw, 15px) clamp(12px, 1vw, 18px);
  border-radius: clamp(10px, .85vw, 15px);
  display: grid;
  grid-template-columns: clamp(24px, 1.7vw, 30px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(10px, .8vw, 14px);
  background: rgba(255, 255, 255, .66);
}

.mobile-recorded-status-dot {
  width: clamp(22px, 1.55vw, 28px);
  height: clamp(22px, 1.55vw, 28px);
  margin-top: 2px;
  border-radius: 50%;
  background: #999;
}

.mobile-recorded-status h4 {
  margin: 0 0 2px;
  color: #0b318c;
  font-size: clamp(15px, 1.28vw, 23px);
  font-weight: 700;
  line-height: 1.05;
}

.mobile-recorded-status p {
  margin: 0;
  font-size: clamp(13px, 1.08vw, 19px);
  line-height: 1.16;
}

.mobile-recorded-status-waiting .mobile-recorded-status-dot {
  background: #df2635;
}

.mobile-recorded-status-waiting h4 {
  color: #df2635;
}

.mobile-recorded-status-downloaded .mobile-recorded-status-dot {
  background: #07943b;
}

.mobile-recorded-status-downloaded h4 {
  color: #07943b;
}

/* Unutrašnje stranice - završni CTA */
.mobile-inner-cta {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 550;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/cta-inner-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.mobile-inner-cta-main {
  position: absolute;
  z-index: 2;
  top: 28.5%;
  left: 27.7%;
  width: 34.7%;
  transform: translateY(-70px);
  text-align: center;
}

.mobile-inner-cta-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.35vw, 24px);
  color: #0a3aa3;
  font-size: clamp(14px, 1.15vw, 20px);
  font-weight: 500;
  line-height: 1;
}

.mobile-inner-cta-eyebrow span {
  width: clamp(54px, 5vw, 89px);
  height: 5px;
  border-radius: 5px;
  background: var(--belatrix-blue);
}

.mobile-inner-cta-main h2 {
  margin: clamp(25px, 2.35vw, 42px) 0 clamp(10px, .9vw, 16px);
  color: #0c2fa1;
  font-size: clamp(43px, 4.05vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.mobile-inner-cta-main > p:last-child {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(19px, 1.72vw, 30px);
  font-weight: 400;
  line-height: 1.16;
}

.mobile-inner-cta-links {
  position: absolute;
  z-index: 2;
  top: 32.8%;
  left: 62.2%;
  width: 23.5%;
  padding-left: clamp(22px, 2.2vw, 39px);
  display: grid;
  gap: clamp(14px, 1.45vw, 26px);
  border-left: 2px solid #1594ef;
  transform: translateY(-105px);
}

.mobile-inner-cta-link {
  min-width: 0;
  display: grid;
  grid-template-columns: clamp(58px, 4.5vw, 80px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(13px, 1.15vw, 21px);
}

.mobile-inner-cta-icon {
  width: clamp(58px, 4.5vw, 80px);
  height: clamp(58px, 4.5vw, 80px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1242ae;
  background: rgba(171, 220, 255, .58);
}

.mobile-inner-cta-icon-support {
  color: #0b9868;
  background: rgba(164, 231, 209, .58);
}

.mobile-inner-cta-icon-contact {
  color: #e76420;
  background: rgba(255, 213, 182, .62);
}

.mobile-inner-cta-icon svg {
  width: 62%;
  height: 62%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-inner-cta-link h3 {
  margin: 0 0 clamp(3px, .3vw, 5px);
  color: #0b318c;
  font-size: clamp(18px, 1.45vw, 26px);
  font-weight: 700;
  line-height: 1.05;
}

.mobile-inner-cta-link p {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(13px, 1.02vw, 18px);
  font-weight: 400;
  line-height: 1.16;
}

@media (max-width: 900px) {
  body.web-page {
    min-width: 0;
  }

  .web-page .site-header {
    height: auto;
  }

  .web-page .header-inner {
    min-height: var(--header-height);
    padding: 0 20px 10px;
    grid-template-columns: 92px minmax(0, 1fr) 126px;
    grid-template-rows: var(--header-height) 42px;
    column-gap: 14px;
  }

  .web-page .brand {
    width: 82px;
    height: 72px;
  }

  .web-page .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    gap: clamp(12px, 3vw, 26px);
    overflow: hidden;
  }

  .web-page .main-nav a {
    font-size: clamp(12px, 2.1vw, 15px);
  }

  .web-page .main-nav a.active::after {
    bottom: 1px;
  }

  .web-page .erp-message {
    display: none;
  }

  .web-page .login-button {
    height: 42px;
    font-size: 15px;
  }

  .web-page-hero {
    min-height: 700px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .web-page-hero-content {
    top: 7%;
    left: 7%;
    width: 64%;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .84);
    backdrop-filter: blur(3px);
  }

  .web-page-hero h1 {
    font-size: clamp(32px, 5.8vw, 46px);
  }

  .web-page-hero h1 span {
    white-space: normal;
  }

  .web-page-intro {
    font-size: clamp(17px, 3vw, 22px);
  }

  .web-login-section {
    min-height: 700px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .web-login-heading {
    top: 5%;
    padding: 0 4%;
  }

  .web-login-heading h2 {
    font-size: clamp(30px, 5vw, 42px);
  }

  .web-login-heading .mobile-scan-intro {
    width: 78%;
    font-size: clamp(15px, 2.5vw, 19px);
  }

  .web-data-section {
    min-height: 700px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .web-data-heading {
    top: 4.5%;
    padding: 0 4%;
  }

  .web-data-heading h2 {
    font-size: clamp(30px, 5vw, 42px);
  }

  .web-data-heading .mobile-scan-intro {
    width: 78%;
    font-size: clamp(15px, 2.5vw, 19px);
  }

  .web-data-features {
    top: 31%;
    left: 5%;
    width: 43%;
    gap: 18px;
  }

  .web-data-feature {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 12px;
  }

  .web-data-icon {
    width: 55px;
    height: 55px;
  }

  .web-data-feature h3 {
    font-size: 18px;
  }

  .web-data-feature p {
    font-size: 14px;
  }

  .web-processing-section {
    min-height: 720px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .web-processing-heading {
    top: 4%;
    padding: 0 4%;
  }

  .web-processing-heading h2 {
    font-size: clamp(30px, 5vw, 42px);
  }

  .web-processing-heading .mobile-scan-intro {
    width: 78%;
    font-size: clamp(15px, 2.5vw, 19px);
  }

  .web-processing-features {
    top: 30%;
    left: 5%;
    width: 43%;
    gap: 12px;
  }

  body.mobile-page {
    min-width: 0;
  }

  .mobile-page .site-header {
    height: auto;
  }

  .mobile-page .header-inner {
    min-height: var(--header-height);
    padding: 0 20px 10px;
    grid-template-columns: 92px minmax(0, 1fr) 126px;
    grid-template-rows: var(--header-height) 42px;
    column-gap: 14px;
  }

  .mobile-page .brand {
    width: 82px;
    height: 72px;
  }

  .mobile-page .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    gap: clamp(12px, 3vw, 26px);
    overflow: hidden;
  }

  .mobile-page .main-nav a {
    font-size: clamp(12px, 2.1vw, 15px);
  }

  .mobile-page .main-nav a.active::after {
    bottom: 1px;
  }

  .mobile-page .erp-message {
    display: none;
  }

  .mobile-page .login-button {
    height: 42px;
    font-size: 15px;
  }

  .mobile-page-hero {
    min-height: 720px;
    aspect-ratio: auto;
  }

  .mobile-page-visual {
    inset: auto 0 0;
    width: 100%;
    aspect-ratio: 1774 / 887;
  }

  .mobile-page-hero-content {
    top: 7%;
    left: 7%;
    width: 64%;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(3px);
  }

  .mobile-page-hero h1 {
    font-size: clamp(33px, 6.2vw, 48px);
  }

  .mobile-page-hero h1 span {
    white-space: normal;
  }

  .mobile-page-intro {
    font-size: clamp(17px, 3vw, 22px);
  }

  .mobile-page-availability {
    font-size: 17px;
  }

  .mobile-page-store-badges {
    gap: 14px;
  }

  .mobile-page-store-badges img {
    width: clamp(130px, 23vw, 190px);
  }

  .mobile-start-heading {
    top: 5.5%;
  }

  .mobile-start-heading h2 {
    margin-top: 18px;
    font-size: clamp(27px, 5vw, 40px);
  }

  .mobile-start-intro {
    width: 72%;
    margin-top: 2px;
    font-size: clamp(13px, 2.25vw, 18px);
    line-height: 1.12;
  }

  .mobile-start-cards {
    top: 49%;
  }

  .mobile-start-card {
    max-width: 175px;
  }

  .mobile-start-card:nth-child(2) {
    transform: translateX(-2vw);
  }

  .mobile-start-card h3 {
    margin-bottom: 6px;
    font-size: clamp(15px, 2.5vw, 20px);
  }

  .mobile-start-card p {
    font-size: clamp(11px, 1.8vw, 15px);
  }

  .mobile-scan-heading {
    top: 3.4%;
  }

  .mobile-scan-heading h2 {
    margin-top: 16px;
    font-size: clamp(27px, 5vw, 40px);
  }

  .mobile-scan-intro {
    width: 74%;
    margin-top: 10px;
    font-size: clamp(12px, 2vw, 16px);
  }

  .mobile-scan-panel {
    top: 36%;
    width: 14.5%;
  }

  .mobile-scan-panel:first-child {
    left: 19.55%;
  }

  .mobile-scan-panel:last-child {
    left: 56.63%;
  }

  .mobile-scan-panel h3 {
    margin-bottom: clamp(13px, 2.2vw, 20px);
    font-size: clamp(15px, 2.6vw, 21px);
  }

  .mobile-scan-panel p {
    font-size: clamp(11px, 1.9vw, 15px);
  }

  .mobile-recorded-heading {
    top: 3.4%;
  }

  .mobile-recorded-heading h2 {
    margin-top: 16px;
    font-size: clamp(27px, 5vw, 40px);
  }

  .mobile-recorded-intro {
    width: 74%;
    margin-top: 10px;
    font-size: clamp(12px, 2vw, 16px);
  }

  .mobile-recorded-summary,
  .mobile-recorded-statuses {
    top: 29.5%;
  }

  .mobile-recorded-summary h3,
  .mobile-recorded-statuses > h3 {
    margin-bottom: 14px;
    font-size: clamp(15px, 2.6vw, 21px);
  }

  .mobile-recorded-summary > p {
    font-size: clamp(10px, 1.8vw, 14px);
  }

  .mobile-recorded-status-lead {
    margin-bottom: 8px;
    font-size: clamp(10px, 1.7vw, 13px);
  }

  .mobile-recorded-status-list {
    gap: 5px;
  }

  .mobile-recorded-status {
    min-height: 48px;
    padding: 6px 8px;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 7px;
  }

  .mobile-recorded-status-dot {
    width: 17px;
    height: 17px;
  }

  .mobile-recorded-status h4 {
    font-size: clamp(10px, 1.7vw, 14px);
  }

  .mobile-recorded-status p {
    font-size: clamp(8px, 1.4vw, 11px);
  }

  .mobile-inner-cta-main h2 {
    margin-top: 20px;
    font-size: clamp(31px, 5.2vw, 42px);
  }

  .mobile-inner-cta-main > p:last-child {
    font-size: clamp(13px, 2.1vw, 17px);
  }

  .mobile-inner-cta-links {
    padding-left: 18px;
    gap: clamp(12px, 2.2vw, 18px);
  }

  .mobile-inner-cta-link {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
  }

  .mobile-inner-cta-icon {
    width: 46px;
    height: 46px;
  }

  .mobile-inner-cta-link h3 {
    font-size: 15px;
  }

  .mobile-inner-cta-link p {
    font-size: 10px;
  }

}

@media (max-width: 620px) {
  .web-page .header-inner {
    grid-template-columns: 72px minmax(0, 1fr) 105px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .web-page .main-nav {
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
  }

  .web-page .login-button svg {
    display: none;
  }

  .web-page-hero {
    min-height: 760px;
  }

  .web-page-hero-content {
    top: 4%;
    left: 5%;
    width: 90%;
  }

  .web-page-eyebrow {
    margin-bottom: 16px;
  }

  .web-page-hero h1 {
    font-size: clamp(29px, 8.6vw, 39px);
  }

  .web-page-intro {
    margin-top: 20px;
    font-size: 17px;
  }

  .web-login-section {
    min-height: 680px;
  }

  .web-login-heading {
    top: 4%;
  }

  .web-login-heading .mobile-scan-eyebrow {
    font-size: 13px;
  }

  .web-login-heading .mobile-scan-eyebrow span {
    width: 42px;
  }

  .web-login-heading h2 {
    margin-top: 17px;
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.05;
  }

  .web-login-heading .mobile-scan-intro {
    width: 94%;
    margin-top: 14px;
    font-size: 15px;
  }

  .web-data-section {
    min-height: 680px;
  }

  .web-data-heading {
    top: 3.5%;
  }

  .web-data-heading .mobile-scan-eyebrow {
    font-size: 13px;
  }

  .web-data-heading .mobile-scan-eyebrow span {
    width: 42px;
  }

  .web-data-heading h2 {
    margin-top: 17px;
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.05;
  }

  .web-data-heading .mobile-scan-intro {
    width: 94%;
    margin-top: 14px;
    font-size: 15px;
  }

  .web-data-features {
    top: 33%;
    left: 4%;
    width: 52%;
    gap: 14px;
  }

  .web-data-feature {
    min-height: 64px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
  }

  .web-data-icon {
    width: 48px;
    height: 48px;
  }

  .web-data-feature h3 {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .web-data-feature p {
    font-size: 12px;
  }

  .web-processing-section {
    min-height: 700px;
  }

  .web-processing-heading {
    top: 3%;
  }

  .web-processing-heading .mobile-scan-eyebrow {
    font-size: 13px;
  }

  .web-processing-heading .mobile-scan-eyebrow span {
    width: 42px;
  }

  .web-processing-heading h2 {
    margin-top: 17px;
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.05;
  }

  .web-processing-heading .mobile-scan-intro {
    width: 94%;
    margin-top: 14px;
    font-size: 15px;
  }

  .web-processing-features {
    top: 31%;
    left: 4%;
    width: 52%;
    gap: 8px;
  }

  .mobile-page .header-inner {
    grid-template-columns: 72px minmax(0, 1fr) 105px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .mobile-page .main-nav {
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
  }

  .mobile-page .login-button svg {
    display: none;
  }

  .mobile-page-hero {
    min-height: 900px;
  }

  .mobile-page-hero-content {
    top: 4%;
    left: 5%;
    width: 90%;
  }

  .mobile-page-eyebrow {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 3px;
  }

  .mobile-page-hero h1 {
    font-size: clamp(30px, 9vw, 41px);
  }

  .mobile-page-intro {
    margin-top: 20px;
    font-size: 17px;
  }

  .mobile-page-availability {
    margin: 18px 0 0;
  }

  .mobile-page-store-badges {
    flex-wrap: wrap;
    gap: 10px;
  }

  .mobile-page-store-badges img {
    width: min(42vw, 165px);
  }

  .mobile-start-section {
    min-height: 620px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .mobile-start-heading {
    top: 4.5%;
    padding: 0 16px;
  }

  .mobile-start-eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .mobile-start-eyebrow span {
    width: 42px;
    height: 4px;
  }

  .mobile-start-heading h2 {
    margin-top: 14px;
    font-size: clamp(25px, 7vw, 34px);
  }

  .mobile-start-intro {
    width: 94%;
    margin-top: 6px;
    font-size: 13px;
  }

  .mobile-start-cards {
    top: 47%;
    right: 8%;
    left: 8%;
    gap: 12%;
  }

  .mobile-start-card {
    max-width: 150px;
  }

  .mobile-start-card:nth-child(2) {
    transform: translateX(-1.5vw);
  }

  .mobile-start-card h3 {
    font-size: 15px;
  }

  .mobile-start-card p {
    font-size: 11px;
  }

  .mobile-scan-section {
    min-height: 620px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .mobile-scan-heading {
    padding: 0 14px;
  }

  .mobile-scan-eyebrow {
    font-size: 11px;
  }

  .mobile-scan-eyebrow span {
    width: 34px;
    height: 3px;
  }

  .mobile-scan-heading h2 {
    margin-top: 13px;
    font-size: clamp(24px, 6.7vw, 33px);
  }

  .mobile-scan-intro {
    width: 94%;
    margin-top: 7px;
    font-size: 12px;
  }

  .mobile-scan-panel {
    top: 36%;
    width: 16%;
  }

  .mobile-scan-panel:first-child {
    left: 22.2%;
  }

  .mobile-scan-panel:last-child {
    left: 57.2%;
  }

  .mobile-scan-panel h3 {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .mobile-scan-panel p {
    font-size: 10px;
  }

  .mobile-recorded-section {
    min-height: 620px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .mobile-recorded-heading {
    padding: 0 14px;
  }

  .mobile-recorded-eyebrow {
    font-size: 11px;
  }

  .mobile-recorded-eyebrow span {
    width: 34px;
    height: 3px;
  }

  .mobile-recorded-heading h2 {
    margin-top: 13px;
    font-size: clamp(24px, 6.7vw, 33px);
  }

  .mobile-recorded-intro {
    width: 94%;
    margin-top: 7px;
    font-size: 12px;
  }

  .mobile-recorded-summary {
    left: 18%;
    width: 18%;
  }

  .mobile-recorded-statuses {
    left: 65%;
    width: 22%;
  }

  .mobile-recorded-summary h3,
  .mobile-recorded-statuses > h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .mobile-recorded-summary > p,
  .mobile-recorded-status-lead {
    font-size: 9px;
  }

  .mobile-recorded-status {
    min-height: 48px;
    padding: 5px;
    grid-template-columns: 13px minmax(0, 1fr);
    gap: 5px;
  }

  .mobile-recorded-status-dot {
    width: 12px;
    height: 12px;
  }

  .mobile-recorded-status h4 {
    font-size: 9px;
  }

  .mobile-recorded-status p {
    font-size: 7px;
  }

  .mobile-inner-cta {
    min-height: 390px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .mobile-inner-cta-main {
    top: 24%;
    left: 25%;
    width: 39%;
  }

  .mobile-inner-cta-eyebrow {
    font-size: 11px;
  }

  .mobile-inner-cta-eyebrow span {
    width: 34px;
    height: 3px;
  }

  .mobile-inner-cta-main h2 {
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: clamp(25px, 7vw, 34px);
  }

  .mobile-inner-cta-main > p:last-child {
    font-size: 12px;
  }

  .mobile-inner-cta-links {
    top: 27%;
    left: 63%;
    width: 33%;
    padding-left: 10px;
    gap: 17px;
  }

  .mobile-inner-cta-link {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px;
  }

  .mobile-inner-cta-icon {
    width: 34px;
    height: 34px;
  }

  .mobile-inner-cta-link h3 {
    font-size: 11px;
  }

  .mobile-inner-cta-link p {
    font-size: 8px;
  }

}

@media (max-width: 1100px) {
  .benefits-grid {
    top: 18.1%;
  }

  .benefit-icon {
    width: 82px;
    height: 82px;
  }

  .benefit-item h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .benefit-copy {
    margin-top: 8px;
  }

  .benefit-item p {
    max-width: 190px;
    font-size: 11px;
  }

  .benefits-promo h3 {
    font-size: 43px;
  }

  .benefits-promo > p:last-child {
    max-width: 420px;
    font-size: 17px;
  }

  .benefits-links {
    top: 56.4%;
    padding-left: 18px;
    gap: 12px;
  }

  .benefits-link-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
  }

  .benefits-link-icon {
    width: 46px;
    height: 46px;
  }

  .benefits-link-item h4 {
    font-size: 15px;
  }

  .benefits-link-item p {
    font-size: 10px;
  }
}


/* Stranica: Mobilna aplikacija - ručni unos */
.mobile-manual-page-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 998;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/mobile-manual-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.mobile-manual-page-heading,
.mobile-receipt-heading {
  position: absolute;
  z-index: 2;
  top: 3.8%;
  right: 0;
  left: 0;
  text-align: center;
}

.mobile-manual-page-eyebrow,
.mobile-receipt-eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.35vw, 24px);
  color: #0a3aa3;
  font-size: clamp(15px, 1.27vw, 22px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .3px;
}

.mobile-manual-page-eyebrow span,
.mobile-receipt-eyebrow span {
  width: clamp(48px, 4.4vw, 78px);
  height: 4px;
  border-radius: 4px;
  background: var(--belatrix-blue);
}

.mobile-manual-page-heading h2,
.mobile-receipt-heading h2 {
  margin: clamp(22px, 1.85vw, 33px) 0 0;
  color: #0c2fa1;
  font-size: clamp(38px, 3.45vw, 61px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
}

.mobile-manual-page-intro,
.mobile-receipt-intro {
  max-width: 1020px;
  margin: clamp(15px, 1.35vw, 24px) auto 0;
  color: #173f7b;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, 1.35vw, 24px);
  font-weight: 400;
  line-height: 1.24;
}

.mobile-manual-page-steps {
  position: absolute;
  z-index: 2;
  top: calc(24.1% - 10px);
  right: 0;
  left: 0;
}

.mobile-manual-page-step {
  position: absolute;
  width: 17.5%;
  min-width: 0;
}

.mobile-manual-page-step:nth-child(1) {
  left: 11.5%;
}

.mobile-manual-page-step:nth-child(2) {
  left: 41.45%;
}

.mobile-manual-page-step:nth-child(3) {
  left: 71%;
}

.mobile-manual-page-number {
  width: clamp(66px, 5.1vw, 90px);
  height: clamp(66px, 5.1vw, 90px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #20a6f2, #0573e3);
  font-size: clamp(37px, 3.25vw, 58px);
  font-weight: 300;
  line-height: 1;
}

.mobile-manual-page-step h3 {
  margin: clamp(8px, .55vw, 10px) 0 clamp(6px, .5vw, 9px);
  color: #0b318c;
  font-size: clamp(21px, 1.8vw, 32px);
  font-weight: 700;
  line-height: 1.05;
}

.mobile-manual-page-step p {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(15px, 1.28vw, 23px);
  font-weight: 400;
  line-height: 1.16;
}

/* Stranica: Mobilna aplikacija - prikaz fiskalnog računa */
.mobile-receipt-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 918;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/mobile-receipt-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.mobile-receipt-heading {
  top: 3.9%;
}

.mobile-receipt-heading h2 {
  margin-top: clamp(22px, 1.7vw, 30px);
}

.mobile-receipt-intro {
  max-width: 900px;
}

.mobile-receipt-complete {
  position: absolute;
  z-index: 2;
  top: 33.1%;
  left: 20.7%;
  width: 16.2%;
  transform: translateY(-8px);
}

.mobile-receipt-complete h3,
.mobile-receipt-information > h3 {
  margin: 0 0 clamp(17px, 1.45vw, 26px);
  color: #0b318c;
  font-size: clamp(25px, 2.25vw, 40px);
  font-weight: 700;
  line-height: 1.06;
}

.mobile-receipt-complete p {
  margin: 0 0 clamp(12px, 1.15vw, 20px);
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, 1.45vw, 26px);
  font-weight: 400;
  line-height: 1.2;
}

.mobile-receipt-information {
  position: absolute;
  z-index: 2;
  top: 33.7%;
  right: 7.2%;
  width: 31.4%;
  transform: translateY(-8px);
}

.mobile-receipt-information > h3 {
  margin-bottom: clamp(18px, 1.65vw, 29px);
}

.mobile-receipt-list {
  display: grid;
  gap: clamp(7px, .55vw, 10px);
}

.mobile-receipt-item {
  min-height: clamp(68px, 5vw, 90px);
  padding: clamp(8px, .6vw, 11px) clamp(17px, 1.4vw, 25px);
  border-radius: clamp(13px, 1.1vw, 20px);
  display: grid;
  grid-template-columns: clamp(25px, 1.75vw, 31px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(17px, 1.5vw, 27px);
  background: rgba(255, 255, 255, .78);
}

.mobile-receipt-item > span {
  width: clamp(24px, 1.7vw, 30px);
  height: clamp(24px, 1.7vw, 30px);
  border-radius: 50%;
  background: #0753c7;
}

.mobile-receipt-item h4 {
  margin: 0 0 2px;
  color: #0753c7;
  font-size: clamp(17px, 1.35vw, 24px);
  font-weight: 700;
  line-height: 1.05;
}

.mobile-receipt-item p {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(14px, 1.15vw, 20px);
  font-weight: 400;
  line-height: 1.14;
}

/* Uredna desna margina bloka statusa. */
.mobile-recorded-statuses {
  transform: translateX(-1.2vw);
}

@media (max-width: 900px) {
  .mobile-manual-page-heading h2,
  .mobile-receipt-heading h2 {
    margin-top: 16px;
    font-size: clamp(27px, 5vw, 40px);
  }

  .mobile-manual-page-intro,
  .mobile-receipt-intro {
    width: 78%;
    margin-top: 10px;
    font-size: clamp(12px, 2vw, 16px);
  }

  .mobile-manual-page-step {
    grid-template-columns: clamp(42px, 7vw, 58px) minmax(0, 1fr);
    gap: 10px;
  }

  .mobile-manual-page-number {
    width: clamp(42px, 7vw, 58px);
    height: clamp(42px, 7vw, 58px);
    font-size: clamp(24px, 4.5vw, 36px);
  }

  .mobile-manual-page-step h3 {
    margin-top: 4px;
    font-size: clamp(14px, 2.45vw, 20px);
  }

  .mobile-manual-page-step p {
    font-size: clamp(10px, 1.75vw, 14px);
  }

  .mobile-receipt-complete h3,
  .mobile-receipt-information > h3 {
    font-size: clamp(17px, 3vw, 24px);
  }

  .mobile-receipt-complete p {
    margin-bottom: 8px;
    font-size: clamp(10px, 1.8vw, 14px);
  }

  .mobile-receipt-item {
    min-height: 55px;
    padding: 6px 10px;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
  }

  .mobile-receipt-item > span {
    width: 17px;
    height: 17px;
  }

  .mobile-receipt-item h4 {
    font-size: clamp(12px, 2vw, 16px);
  }

  .mobile-receipt-item p {
    font-size: clamp(9px, 1.6vw, 12px);
  }
}

@media (max-width: 620px) {
  .mobile-manual-page-section,
  .mobile-receipt-section {
    min-height: 620px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .mobile-manual-page-heading,
  .mobile-receipt-heading {
    padding: 0 14px;
  }

  .mobile-manual-page-eyebrow,
  .mobile-receipt-eyebrow {
    gap: 8px;
    font-size: 10px;
  }

  .mobile-manual-page-eyebrow span,
  .mobile-receipt-eyebrow span {
    width: 30px;
    height: 3px;
  }

  .mobile-manual-page-heading h2,
  .mobile-receipt-heading h2 {
    margin-top: 13px;
    font-size: clamp(23px, 6.2vw, 31px);
  }

  .mobile-manual-page-intro,
  .mobile-receipt-intro {
    width: 94%;
    margin-top: 7px;
    font-size: 11px;
  }

  .mobile-manual-page-steps {
    top: 24%;
    right: 4%;
    left: 4%;
    gap: 2%;
  }

  .mobile-manual-page-step {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 5px;
  }

  .mobile-manual-page-number {
    width: 28px;
    height: 28px;
    font-size: 17px;
  }

  .mobile-manual-page-step h3 {
    margin: 1px 0 3px;
    font-size: 11px;
  }

  .mobile-manual-page-step p {
    font-size: 7px;
  }

  .mobile-receipt-complete {
    left: 17%;
    width: 18%;
  }

  .mobile-receipt-information {
    right: 4%;
    width: 33%;
  }

  .mobile-receipt-complete h3,
  .mobile-receipt-information > h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .mobile-receipt-complete p {
    margin-bottom: 6px;
    font-size: 7px;
  }

  .mobile-receipt-list {
    gap: 5px;
  }

  .mobile-receipt-item {
    min-height: 45px;
    padding: 4px 6px;
    grid-template-columns: 11px minmax(0, 1fr);
    gap: 5px;
    border-radius: 7px;
  }

  .mobile-receipt-item > span {
    width: 10px;
    height: 10px;
  }

  .mobile-receipt-item h4 {
    font-size: 8px;
  }

  .mobile-receipt-item p {
    font-size: 6px;
  }
}

/* Stranica: WEB portal - rad sa računom */
.web-actions-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 1016;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/web-actions-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.web-actions-heading {
  top: 3%;
}

.web-actions-features {
  position: absolute;
  z-index: 2;
  top: 27.5%;
  left: 16.2%;
  width: 27%;
  display: grid;
  gap: clamp(18px, 1.35vw, 25px);
}

.web-actions-features .web-data-feature {
  min-height: clamp(88px, 6vw, 108px);
  grid-template-columns: minmax(0, 1fr);
}

.web-actions-features .web-data-feature::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -9px;
  right: -12px;
  bottom: -9px;
  left: -12px;
  border-radius: 18px;
  background: linear-gradient(90deg,
    rgba(255, 255, 255, .9) 0%,
    rgba(255, 255, 255, .76) 62%,
    rgba(255, 255, 255, .18) 90%,
    rgba(255, 255, 255, 0) 100%);
  filter: blur(3px);
  pointer-events: none;
}

.web-actions-features .web-data-feature > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .web-actions-section {
    min-height: 720px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .web-actions-heading {
    top: 4%;
    padding: 0 4%;
  }

  .web-actions-heading h2 {
    font-size: clamp(30px, 5vw, 42px);
  }

  .web-actions-heading .mobile-scan-intro {
    width: 78%;
    font-size: clamp(15px, 2.5vw, 19px);
  }

  .web-actions-features {
    top: 30%;
    left: 5%;
    width: 42%;
    gap: 14px;
  }

  .web-actions-features .web-data-feature {
    min-height: 84px;
  }
}

@media (max-width: 620px) {
  .web-actions-section {
    min-height: 700px;
  }

  .web-actions-heading {
    top: 3%;
  }

  .web-actions-heading .mobile-scan-eyebrow {
    font-size: 13px;
  }

  .web-actions-heading .mobile-scan-eyebrow span {
    width: 42px;
  }

  .web-actions-heading h2 {
    margin-top: 17px;
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.05;
  }

  .web-actions-heading .mobile-scan-intro {
    width: 94%;
    margin-top: 14px;
    font-size: 15px;
  }

  .web-actions-features {
    top: 31%;
    left: 4%;
    width: 51%;
    gap: 10px;
  }

  .web-actions-features .web-data-feature {
    min-height: 82px;
  }
}
.cta-portal-link {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
/* Stranica: Kontakt */
.contact-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 887;
  overflow: hidden;
  color: var(--belatrix-navy);
  background: #fff url("../assets/images/contact-background.png") center top / 100% 100% no-repeat;
  font-family: "Segoe UI Variable Display", "Aptos", "Segoe UI", Arial, sans-serif;
}

.contact-intro {
  position: absolute;
  z-index: 2;
  top: 9.5%;
  left: 9.5%;
  width: 43%;
}

.contact-eyebrow {
  margin: 0 0 clamp(22px, 2vw, 35px);
  color: #0b4598;
  font-size: clamp(17px, 1.45vw, 26px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: clamp(3px, .42vw, 7px);
}

.contact-intro h1 {
  max-width: 760px;
  margin: 0 0 clamp(18px, 1.5vw, 27px);
  color: #0c2fa1;
  font-size: clamp(42px, 4vw, 70px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -1.8px;
}

.contact-description {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(18px, 1.45vw, 26px);
  font-weight: 400;
  line-height: 1.28;
}

.contact-cards {
  position: absolute;
  z-index: 2;
  top: 7.5%;
  right: 8.2%;
  width: 31%;
  display: grid;
  gap: clamp(12px, 1vw, 18px);
}

.contact-card {
  min-height: clamp(104px, 7vw, 124px);
  padding: clamp(13px, 1.1vw, 20px) clamp(16px, 1.4vw, 25px);
  display: grid;
  grid-template-columns: clamp(54px, 4.1vw, 73px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 1.2vw, 22px);
  border-radius: clamp(15px, 1.2vw, 21px);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 8px 24px rgba(23, 65, 119, .12);
}

.contact-card-icon {
  width: clamp(54px, 4.1vw, 73px);
  height: clamp(54px, 4.1vw, 73px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1242ae;
  background: rgba(171, 220, 255, .65);
}

.contact-card-icon svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card h2 {
  margin: 0 0 clamp(4px, .35vw, 6px);
  color: #0b318c;
  font-size: clamp(18px, 1.4vw, 25px);
  font-weight: 700;
  line-height: 1.05;
}

.contact-card p {
  margin: 0;
  color: #1557b0;
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: clamp(13px, 1.03vw, 18px);
  font-weight: 400;
  line-height: 1.2;
}

.contact-card p + p {
  margin-top: 3px;
}

.contact-card a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .contact-hero {
    min-height: 760px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: center top;
  }

  .contact-intro {
    top: 6%;
    left: 5%;
    width: 48%;
  }

  .contact-intro h1 {
    font-size: clamp(34px, 5vw, 44px);
  }

  .contact-description {
    font-size: clamp(14px, 2.2vw, 18px);
  }

  .contact-cards {
    top: 6%;
    right: 4%;
    width: 43%;
    gap: 12px;
  }

  .contact-card {
    min-height: 100px;
    padding: 12px 14px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 11px;
  }

  .contact-card-icon {
    width: 48px;
    height: 48px;
  }

  .contact-card h2 {
    font-size: 17px;
  }

  .contact-card p {
    font-size: 12px;
  }
}

@media (max-width: 620px) {
  .contact-hero {
    min-height: 900px;
    background-position: center top;
  }

  .contact-intro {
    top: 4%;
    left: 5%;
    width: 90%;
    text-align: center;
  }

  .contact-eyebrow {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .contact-intro h1 {
    margin-bottom: 14px;
    font-size: clamp(31px, 8vw, 39px);
  }

  .contact-description {
    font-size: 14px;
  }

  .contact-description br {
    display: none;
  }

  .contact-cards {
    top: 29%;
    right: auto;
    left: 8%;
    width: 84%;
    gap: 12px;
  }

  .contact-card {
    min-height: 105px;
    padding: 13px 15px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    background: rgba(255, 255, 255, .88);
  }

  .contact-card-icon {
    width: 46px;
    height: 46px;
  }

  .contact-card h2 {
    font-size: 17px;
  }

  .contact-card p {
    font-size: 12px;
  }
}