/* PAKUM / shared public-page foundation. */
:root {
  --navy: #12263a;
  --navy-2: #1b344b;
  --ink: #12263a;
  --body: #546170;
  --orange: #b74613;
  --signal: #ff702f;
  --orange-dark: #ea5f22;
  --paper: #f5f4f0;
  --paper-2: #ebeae5;
  --line: #dddfdf;
  --radius: 6px;
  --shadow: 0 20px 55px rgba(18, 38, 58, 0.07);
}
html {
  scroll-padding-top: 100px;
}
body {
  font-size: 16px;
  line-height: 1.7;
}
::selection {
  background: #ffd6be;
  color: var(--navy);
}
[hidden] {
  display: none !important;
}
*:focus-visible {
  outline: 3px solid #b74613;
  outline-offset: 5px;
}
.bg-navy :focus-visible,
footer :focus-visible,
.hero :focus-visible {
  outline-color: #ffbc94;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-180%);
  padding: 12px 18px;
  background: var(--navy);
  color: #fff;
  border-radius: 5px;
}
.skip-link:focus {
  transform: translateY(0);
}
.container {
  max-width: 1328px;
  padding: 0 24px;
}
section {
  padding: 88px 0;
}
h1,
h2,
h3 {
  font-weight: 700;
}
h1 {
  font-size: clamp(2.8rem, 5.5vw, 5.4rem);
  letter-spacing: -0.06em;
  line-height: 1.03;
}
h2 {
  font-size: clamp(2rem, 3.45vw, 3.2rem);
  letter-spacing: -0.045em;
  line-height: 1.13;
}
h3 {
  font-size: 1.18rem;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.lead {
  font-size: 1.05rem;
  line-height: 1.8;
}
.kicker {
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin-bottom: 18px;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--signal);
  margin-right: 11px;
  vertical-align: 1px;
}
.btn {
  border-radius: 4px;
  font-size: 0.82rem;
  letter-spacing: 0;
  padding: 13px 19px;
  min-height: 48px;
  line-height: 1.45;
  white-space: normal;
  text-align: center;
  transition:
    background 0.18s,
    border-color 0.18s;
}
.btn-primary {
  background: var(--signal);
  color: var(--navy);
}
.btn-primary:hover {
  background: #ff8e59;
  transform: none;
  color: var(--navy);
}
.btn-ghost {
  background: transparent;
  border-color: #ccd2d6;
  color: var(--navy);
}
.btn-ghost:hover {
  background: var(--paper);
  color: var(--navy);
  border-color: var(--navy);
}
.btn-lg {
  padding: 16px 24px;
  min-height: 56px;
  font-size: 0.87rem;
}
.btn .arrow {
  margin-left: 18px;
  font-size: 1.25rem;
  line-height: 1;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  color: var(--navy);
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.text-link .arrow {
  font-size: 1.25rem;
}
nav {
  background: #fff;
  backdrop-filter: none;
}
.nav-inner {
  height: 88px;
  gap: 24px;
}
.logo img {
  height: 54px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}
.nav-links {
  gap: 24px;
  align-items: center;
}
.nav-links a,
.nav-links a.glavni {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-links a.aktivna,
.nav-links a:hover {
  color: var(--orange);
}
.nav-links .nav-mobile-cta {
  display: none;
}
.burger {
  border: 1px solid var(--line);
  border-radius: 4px;
}
.hero-premium {
  background: var(--navy);
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  min-height: 640px;
  gap: 0;
}
.hero-copy {
  padding: 72px 52px 70px 0;
  position: relative;
  z-index: 1;
}
.hero-premium .kicker {
  background: none;
  color: #d6dce3;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  margin-bottom: 28px;
}
.hero-premium h1 {
  max-width: 650px;
}
.hero-premium h1 em {
  font-style: normal;
  color: var(--signal);
}
.hero-premium .lead {
  color: #c6cfd7;
  max-width: 480px;
  margin-top: 26px;
  font-size: 1rem;
}
.hero-ctas {
  margin-top: 30px;
  gap: 12px;
}
.hero-premium .btn-ghost {
  color: #fff;
  border-color: #6b7a89;
}
.hero-premium .btn-ghost:hover {
  background: #233d54;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.71rem;
  color: #c0cbd4;
  margin-top: 28px;
}
.hero-note::before {
  content: "";
  height: 1px;
  width: 32px;
  background: #6b7c8c;
}
.hero-visual {
  position: relative;
  min-width: 0;
  margin-right: calc((1328px - 100vw) / 2 - 24px);
}
.hero-visual > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 41% center;
}
.hero-visual::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 23, 37, 0.58), transparent 65%);
  pointer-events: none;
}
.image-label {
  position: absolute;
  bottom: 26px;
  left: 28px;
  right: 28px;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}
.image-label small {
  display: block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: #e4e9ee;
  margin-bottom: 5px;
}
.image-label strong {
  font-size: 1rem;
  font-weight: 500;
}
.image-label .corner-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #ccd1d999;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}
.operation-band {
  background: #f5f4f0;
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.operation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.operation-item {
  padding: 24px 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid #dddfdf;
}
.operation-item:first-child {
  padding-left: 0;
}
.operation-item:last-child {
  border-right: 0;
}
.operation-item svg {
  width: 24px;
  height: 24px;
  flex: none;
  color: var(--orange);
}
.operation-item strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
}
.operation-item span {
  font-size: 0.67rem;
  color: var(--body);
  display: block;
}
.brendovi-sekcija {
  padding: 40px 0 44px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}
.brand-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand-heading p {
  font-size: 0.75rem;
  color: var(--body);
}
.motion-control {
  font: inherit;
  font-size: 0.67rem;
  min-height: 44px;
  padding: 0 10px;
  background: none;
  border: 0;
  color: var(--body);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.marquee {
  margin-top: 22px;
}
.marquee-group {
  gap: 56px;
  padding-right: 56px;
}
.marquee-group img {
  height: 33px;
  border-radius: 0;
}
.marquee-group .brand-chip {
  font-size: 1.15rem;
  color: #455466;
}
.marquee-track.paused,
.marquee:focus-within .marquee-track {
  animation-play-state: paused;
}
.section-head {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 44px;
}
.section-head h2 {
  max-width: 620px;
}
.section-head > p {
  max-width: 455px;
  padding-bottom: 4px;
  font-size: 0.94rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-cell {
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  display: flex;
  flex-direction: column;
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 34px;
}
.service-top svg {
  color: var(--orange);
  width: 30px;
  height: 30px;
}
.service-top span {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: #78828b;
}
.service-cell h3 {
  margin-bottom: 14px;
}
.service-cell p {
  font-size: 0.83rem;
  line-height: 1.8;
  margin-bottom: 22px;
}
.service-cell .text-link {
  margin-top: auto;
  font-size: 0.73rem;
  justify-content: space-between;
  align-self: stretch;
}
.service-cell:hover {
  background: #fafaf8;
}
.why-section {
  background: var(--paper);
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
}
.why-photo {
  position: relative;
  align-self: stretch;
  min-height: 550px;
}
.why-photo > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  object-position: 57% center;
}
.photo-note {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 22px;
  background: #fff;
  padding: 20px 24px;
  border-left: 3px solid var(--signal);
}
.photo-note span {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--body);
  display: block;
  margin-bottom: 5px;
}
.photo-note strong {
  font-size: 1.05rem;
  display: block;
}
.why-copy > p {
  margin-top: 24px;
  font-size: 0.91rem;
}
.reasons {
  margin-top: 26px;
  border-top: 1px solid #d4d8d9;
}
.reason {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 17px;
  border-bottom: 1px solid #d4d8d9;
}
.reason > span {
  font-size: 0.7rem;
  color: var(--orange);
  padding-top: 3px;
}
.reason h3 {
  font-size: 0.94rem;
}
.reason p {
  font-size: 0.8rem;
  line-height: 1.8;
  margin-top: 7px;
}
.why-copy > .text-link {
  margin-top: 20px;
}
.process-section {
  background: var(--navy);
  color: white;
}
.process-section .kicker {
  color: #d1d9df;
}
.process-section .section-head > p {
  color: #bcc9d3;
}
.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  counter-reset: journey;
}
.journey-step {
  border-top: 1px solid #536678;
  padding-top: 22px;
}
.journey-step::before {
  counter-increment: journey;
  content: "0" counter(journey);
  display: block;
  color: var(--signal);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
.journey-step h3 {
  font-size: 1.01rem;
  color: white;
  margin-bottom: 13px;
}
.journey-step p {
  color: #bac7d2;
  font-size: 0.81rem;
  line-height: 1.85;
}
.process-foot {
  margin-top: 44px;
  border-top: 1px solid #3f5569;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.process-foot p {
  color: #bcc9d3;
  font-size: 0.77rem;
}
.process-foot .text-link {
  color: #fff;
  white-space: nowrap;
  font-size: 0.8rem;
}
.software-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.software-copy p {
  margin-top: 24px;
  font-size: 0.9rem;
  max-width: 490px;
}
.software-copy .text-link {
  margin-top: 22px;
}
.software-list {
  list-style: none;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.software-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 0.84rem;
  color: var(--ink);
}
.software-list li::before {
  content: "✓";
  font-weight: 700;
  color: var(--orange);
}
.flow-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 30px;
}
.flow-caption {
  font-size: 0.64rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--body);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}
.flow-source {
  text-align: center;
  font-size: 0.8rem;
  padding: 28px 0 0;
}
.flow-line {
  height: 28px;
  border-left: 1px solid #a3adb7;
  width: 1px;
  margin: 12px auto;
}
.flow-hub {
  background: var(--navy);
  color: white;
  border-radius: 4px;
  max-width: 260px;
  margin: auto;
  text-align: center;
  padding: 22px;
}
.flow-hub strong {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  display: block;
}
.flow-hub span {
  font-size: 0.7rem;
  color: #d0dae3;
}
.flow-outputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.flow-output {
  text-align: center;
  padding: 17px 8px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.flow-output svg {
  width: 25px;
  height: 25px;
  color: var(--orange);
  margin-bottom: 10px;
}
.flow-output strong {
  font-size: 0.69rem;
  display: block;
}
.flow-output span {
  display: block;
  color: var(--body);
  font-size: 0.63rem;
  margin-top: 3px;
}
.flow-card > p {
  font-size: 0.67rem;
  text-align: center;
  margin-top: 25px;
  color: var(--body);
}
.quote-section {
  background: #ecece6;
}
.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
}
.quote-copy > p {
  margin-top: 24px;
  font-size: 0.91rem;
}
.quote-copy .btn {
  margin-top: 28px;
}
.quote-sheet {
  background: #fff;
  padding: 38px;
  border: 1px solid #dcdeda;
  border-top: 3px solid var(--signal);
  box-shadow: var(--shadow);
}
.sheet-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 25px;
}
.sheet-head strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.sheet-head span {
  font-size: 0.62rem;
  color: var(--body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.quote-sheet h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.quote-sheet > p {
  font-size: 0.77rem;
  margin-bottom: 22px;
}
.quote-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
}
.quote-line span:last-child {
  color: var(--body);
  font-size: 0.69rem;
}
.quote-sheet .sheet-note {
  border-top: 1px solid var(--line);
  margin: 0;
  padding-top: 20px;
  font-size: 0.68rem;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.faq-intro p {
  margin-top: 20px;
  font-size: 0.88rem;
}
.faq-intro .text-link {
  margin-top: 15px;
}
.faq-grid .faq {
  margin: 0;
  max-width: none;
  gap: 0;
  border-top: 1px solid var(--line);
}
.faq details {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 0;
}
.faq summary {
  font-size: 0.88rem;
  padding: 23px 0;
}
.faq details p {
  font-size: 0.82rem;
  line-height: 1.85;
  padding-right: 28px;
}
.faq a {
  color: var(--orange);
  font-weight: 600;
}
.faq summary::after {
  font-weight: 400;
  font-size: 1.2rem;
}
.contact-section {
  background: var(--navy);
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 88px;
  align-items: start;
}
.contact-copy {
  padding-top: 5px;
}
.contact-copy .kicker {
  color: #d0d9e0;
}
.contact-copy > p {
  color: #c1cdd7;
  margin-top: 24px;
  font-size: 0.91rem;
}
.contact-next {
  list-style: none;
  margin-top: 34px;
  counter-reset: contact;
}
.contact-next li {
  display: flex;
  gap: 16px;
  align-items: baseline;
  border-top: 1px solid #42596d;
  padding: 20px 0;
  font-size: 0.79rem;
  color: #e4eaf0;
}
.contact-next li::before {
  counter-increment: contact;
  content: "0" counter(contact);
  font-size: 0.66rem;
  color: var(--signal);
}
.contact-email {
  margin-top: 40px;
}
.contact-email span {
  display: block;
  color: #b1c0cd;
  font-size: 0.71rem;
}
.contact-email a {
  color: #fff;
  font-size: 1.15rem;
  text-underline-offset: 6px;
  display: inline-block;
  padding: 8px 0;
}
.contact-section .formwrap {
  padding: 32px;
  margin: 0;
  max-width: none;
  box-shadow: none;
  color: var(--ink);
  position: relative;
  border: 0;
}
.form-title {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.form-subtitle {
  font-size: 0.72rem;
  margin-bottom: 26px;
}
.formgrid {
  gap: 18px 16px;
}
.field label {
  font-size: 0.7rem;
}
.field input,
.field select,
.field textarea {
  border: 1px solid #bcc5cb;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  min-width: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 1.4;
  min-height: 48px;
}
.field textarea {
  min-height: 88px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #77828b;
}
.form-foot {
  align-items: stretch;
  gap: 12px;
  margin-top: 24px;
}
.form-foot .hint {
  font-size: 0.65rem;
  text-align: left;
  line-height: 1.75;
}
.form-status {
  font-size: 0.75rem;
  line-height: 1.7;
}
.form-status:empty {
  display: none;
}
.email-fallback {
  color: var(--orange);
  font-size: 0.8rem;
  padding: 10px 0;
  font-weight: 700;
  min-height: 44px;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  clip-path: inset(100%);
  overflow: hidden;
  white-space: nowrap;
}
.btn:disabled {
  cursor: wait;
  opacity: 0.65;
}
.explore-section {
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}
.explore-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.explore-row p {
  font-size: 0.8rem;
  max-width: 500px;
}
.explore-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.explore-links a {
  font-size: 0.75rem;
}
footer {
  padding: 66px 0 28px;
  background: #0c1d2c;
}
.foot-grid {
  grid-template-columns: 1.55fr 0.85fr 1.1fr 1.2fr;
  gap: 48px;
}
footer .logo img {
  height: auto;
  width: 180px;
  border-radius: 3px;
}
.foot-tag {
  font-size: 0.78rem;
  max-width: 255px;
  color: #b9c5cf;
}
footer h4 {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: #e6ebef;
}
footer ul {
  gap: 0;
  font-size: 0.73rem;
  color: #b9c5cf;
}
footer li a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: #b9c5cf;
}
footer li {
  line-height: 1.8;
}
footer a:hover {
  color: #ffbc94;
}
.copy {
  font-size: 0.65rem;
  color: #a5b5c2;
  margin-top: 42px;
  padding-top: 24px;
}
/* Service pages share typography and spacing without changing their public URLs. */
.page-hero {
  padding: 78px 0 72px;
  position: relative;
  border-bottom: 4px solid var(--signal);
}
.page-hero .kicker {
  background: none;
  color: #c6d3dd;
}
.page-hero h1 {
  font-size: clamp(2.5rem, 4.6vw, 4.4rem);
  max-width: 1000px;
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.page-hero p.lead {
  max-width: 850px;
  font-size: 1rem;
  margin-top: 24px;
  line-height: 1.85;
}
.page-hero + .stats {
  background: var(--navy-2);
}
.center {
  max-width: 860px;
}
.center .lead {
  max-width: 760px;
}
.split {
  gap: 65px;
}
.split img,
.tekst-foto img,
.photo-strip img {
  box-shadow: none;
  border-radius: 4px;
}
.card {
  border-radius: 4px;
  padding: 30px;
  box-shadow: none;
}
.card:hover,
.vp-card:hover,
.tizer:hover {
  transform: none;
  box-shadow: none;
  border-color: #acb7c0;
}
.card .ico {
  border-radius: 0;
  background: none;
  width: 32px;
  height: 32px;
}
.card p,
.step p {
  font-size: 0.86rem;
  line-height: 1.85;
}
.card h3 {
  margin-bottom: 16px;
}
.step {
  padding: 28px;
  border-radius: 4px;
}
.step::before {
  border-radius: 3px;
  font-size: 0.85rem;
}
.pillar {
  border-radius: 4px;
}
.stat b {
  color: var(--signal);
}
.cta-banner {
  border-radius: 4px;
  padding: 40px;
  gap: 28px;
}
.cta-banner h2 {
  font-size: 1.75rem;
  max-width: 700px;
}
.cta-banner p {
  max-width: 720px;
}
.uskoro {
  background: var(--navy-2);
  border: 1px solid #7890a5;
  border-radius: 3px;
  color: #fff;
}
.ukljuceno {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.page-hero .btn-ghost {
  color: white;
  background: transparent;
  border-color: #72879a;
}
.page-hero .btn-ghost:hover {
  background: var(--navy-2);
}
.page-hero .btn-primary:hover {
  color: var(--navy);
}
.bg-navy .kicker {
  color: #ffc09b;
}
.bg-navy .btn-ghost:hover {
  color: #fff;
  background: #29455d;
}
.tizer {
  border-radius: 4px;
}
.tekst-foto figcaption {
  font-size: 0.74rem;
}
@media (min-width: 1328px) {
  .hero-visual {
    margin-right: calc((1328px - 100vw) / 2 - 24px);
  }
}
@media (max-width: 1327px) {
  .hero-visual {
    margin-right: -24px;
  }
  .hero-copy {
    padding-right: 30px;
  }
}
@media (max-width: 1100px) {
  .nav-links {
    gap: 17px;
  }
  .nav-inner {
    gap: 18px;
  }
  .logo img {
    max-width: 155px;
  }
  .hero-copy {
    padding: 58px 28px 55px 0;
  }
  .hero-grid {
    min-height: 570px;
  }
  .hero-premium h1 {
    font-size: 4.1rem;
  }
  .hero-premium .btn-lg {
    font-size: 0.75rem;
    padding: 14px 16px;
  }
  .operation-item {
    padding: 24px 15px;
    gap: 10px;
  }
  .section-head,
  .why-grid,
  .software-grid,
  .quote-grid,
  .faq-grid,
  .contact-grid {
    gap: 45px;
  }
  .why-photo {
    min-height: 520px;
  }
  .service-cell {
    padding: 25px;
  }
  .foot-grid {
    gap: 28px;
  }
  .nav-links a,
  .nav-links a.glavni {
    font-size: 0.72rem;
  }
}
@media (max-width: 880px) {
  .nav-inner {
    height: 76px;
  }
  .nav-links {
    top: 76px;
    padding: 12px 24px 20px;
    box-shadow: 0 18px 30px #12263a12;
    gap: 0;
    align-items: stretch;
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
  }
  .nav-links a,
  .nav-links a.glavni {
    font-size: 0.85rem;
    padding: 12px 0;
  }
  .nav-links .nav-mobile-cta {
    display: flex;
    color: var(--orange);
  }
  nav .btn {
    margin-left: auto;
  }
  .burger {
    margin-left: 0;
  }
  .logo img {
    height: 47px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
  }
  .hero-premium h1 {
    font-size: 3.5rem;
  }
  .hero-premium .lead {
    font-size: 0.89rem;
  }
  .hero-ctas .btn {
    width: 100%;
  }
  .hero-copy {
    padding: 46px 26px 42px 0;
  }
  .hero-note {
    font-size: 0.64rem;
  }
  .image-label {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }
  .image-label strong {
    font-size: 0.8rem;
  }
  .image-label .corner-icon {
    display: none;
  }
  .operation-grid {
    grid-template-columns: 1fr 1fr;
  }
  .operation-item {
    padding: 18px !important;
    border-bottom: 1px solid var(--line);
  }
  .operation-item:nth-child(2) {
    border-right: 0;
  }
  .operation-item:nth-child(n + 3) {
    border-bottom: 0;
  }
  .operation-item strong {
    font-size: 0.75rem;
  }
  .operation-item span {
    font-size: 0.65rem;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-head {
    gap: 36px;
  }
  .section-head > p {
    font-size: 0.85rem;
  }
  .why-grid {
    gap: 34px;
  }
  .why-photo {
    min-height: 500px;
  }
  .why-copy > p {
    font-size: 0.83rem;
  }
  .photo-note {
    padding: 18px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .photo-note strong {
    font-size: 0.8rem;
  }
  .photo-note span {
    font-size: 0.55rem;
  }
  .journey {
    grid-template-columns: 1fr 1fr;
    gap: 40px 28px;
  }
  .software-grid,
  .quote-grid {
    gap: 36px;
  }
  .flow-card {
    padding: 22px;
  }
  .flow-outputs {
    gap: 6px;
  }
  .flow-output {
    padding: 14px 5px;
  }
  .flow-output strong {
    font-size: 0.61rem;
  }
  .flow-output span {
    font-size: 0.57rem;
  }
  .quote-sheet {
    padding: 24px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-intro {
    max-width: 530px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-copy {
    max-width: 670px;
  }
  .contact-next {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .contact-next li {
    gap: 9px;
    font-size: 0.71rem;
  }
  .contact-email {
    margin-top: 22px;
  }
  .contact-section .formwrap {
    max-width: 760px;
    width: 100%;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
  .explore-row {
    flex-wrap: wrap;
  }
  .split {
    gap: 32px;
  }
  .cta-banner {
    padding: 32px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
  section {
    padding: 58px 0;
  }
  h1 {
    font-size: 2.85rem;
  }
  h2 {
    font-size: 2.15rem;
    line-height: 1.14;
  }
  h3 {
    font-size: 1.12rem;
  }
  .nav-inner {
    height: 72px;
  }
  .nav-links {
    top: 72px;
  }
  .logo img {
    height: 43px;
    max-width: 135px;
  }
  nav .btn {
    display: none;
  }
  .burger {
    margin-left: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 43px 0 38px;
  }
  .hero-premium .kicker {
    font-size: 0.58rem;
    margin-bottom: 23px;
    letter-spacing: 0.13em;
  }
  .hero-premium h1 {
    font-size: clamp(2.65rem, 11.8vw, 4rem);
    line-height: 1.06;
    letter-spacing: -0.055em;
  }
  .hero-premium .lead {
    font-size: 0.9rem;
    line-height: 1.85;
    margin-top: 22px;
    max-width: 470px;
  }
  .hero-ctas {
    margin-top: 26px;
    flex-direction: row;
  }
  .hero-ctas .btn {
    width: auto;
    flex: 1;
    font-size: 0.72rem;
    padding: 14px 12px;
    min-height: 53px;
    white-space: nowrap;
  }
  .hero-ctas .btn .arrow {
    margin-left: 5px;
  }
  .hero-note {
    font-size: 0.65rem;
    margin-top: 22px;
  }
  .hero-visual {
    height: 300px;
    margin: 0 -20px;
  }
  .hero-visual > img {
    object-position: center 44%;
  }
  .image-label {
    left: 20px;
    right: 20px;
    bottom: 19px;
  }
  .image-label .corner-icon {
    display: grid;
    width: 37px;
    height: 37px;
  }
  .image-label strong {
    font-size: 0.82rem;
  }
  .image-label small {
    font-size: 0.55rem;
  }
  .operation-item {
    padding: 17px 11px !important;
    gap: 10px;
    align-items: flex-start;
  }
  .operation-item svg {
    width: 20px;
    height: 20px;
  }
  .operation-item strong {
    font-size: 0.67rem;
  }
  .operation-item span {
    font-size: 0.59rem;
    margin-top: 4px;
    line-height: 1.6;
  }
  .operation-grid {
    padding: 0 9px;
  }
  .brendovi-sekcija {
    padding: 25px 0 30px;
  }
  .brand-heading {
    gap: 15px;
  }
  .brand-heading p {
    font-size: 0.66rem;
    max-width: 230px;
  }
  .motion-control {
    font-size: 0.6rem;
    padding: 0;
    flex: none;
  }
  .marquee {
    margin-top: 17px;
  }
  .marquee-group {
    gap: 34px;
    padding-right: 34px;
  }
  .marquee-group img {
    height: 28px;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 29px;
  }
  .section-head > p {
    font-size: 0.86rem;
  }
  .kicker {
    font-size: 0.62rem;
    margin-bottom: 15px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-cell {
    padding: 25px;
  }
  .service-top {
    margin-bottom: 20px;
  }
  .service-top svg {
    width: 25px;
    height: 25px;
  }
  .service-cell h3 {
    font-size: 1.12rem;
  }
  .service-cell p {
    font-size: 0.84rem;
    margin-bottom: 15px;
  }
  .service-cell .text-link {
    font-size: 0.75rem;
  }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .why-photo {
    min-height: 0;
    height: 355px;
    order: 2;
  }
  .why-copy > p {
    font-size: 0.87rem;
  }
  .reason {
    padding: 21px 0;
  }
  .reason p {
    font-size: 0.8rem;
  }
  .photo-note {
    padding: 18px;
  }
  .photo-note strong {
    font-size: 0.88rem;
  }
  .photo-note span {
    font-size: 0.58rem;
  }
  .journey {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .journey-step {
    padding-top: 22px;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 8px 14px;
  }
  .journey-step::before {
    margin: 0;
    grid-row: 1/3;
    padding-top: 4px;
  }
  .journey-step h3 {
    margin: 0;
    font-size: 1rem;
  }
  .journey-step p {
    grid-column: 2;
    font-size: 0.82rem;
  }
  .process-foot {
    margin-top: 32px;
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .software-grid,
  .quote-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .software-copy p,
  .quote-copy > p {
    font-size: 0.86rem;
  }
  .flow-card {
    padding: 24px 19px;
  }
  .flow-outputs {
    gap: 7px;
  }
  .flow-output strong {
    font-size: 0.68rem;
  }
  .flow-output span {
    font-size: 0.61rem;
  }
  .flow-caption {
    font-size: 0.57rem;
  }
  .flow-hub {
    max-width: 220px;
  }
  .quote-sheet {
    padding: 25px;
  }
  .sheet-head {
    padding-bottom: 18px;
  }
  .quote-line {
    font-size: 0.72rem;
    gap: 10px;
  }
  .quote-line span:last-child {
    font-size: 0.64rem;
    text-align: right;
  }
  .sheet-head span {
    font-size: 0.55rem;
  }
  .quote-sheet h3 {
    font-size: 1.1rem;
  }
  .faq-grid {
    gap: 29px;
  }
  .faq summary {
    font-size: 0.85rem;
    line-height: 1.65;
    gap: 20px;
    padding: 21px 0;
  }
  .faq details p {
    font-size: 0.83rem;
    padding-right: 12px;
  }
  .contact-next {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 27px;
  }
  .contact-next li {
    font-size: 0.79rem;
    padding: 17px 0;
    gap: 15px;
  }
  .contact-copy > p {
    font-size: 0.88rem;
  }
  .contact-email a {
    font-size: 1rem;
  }
  .contact-section .formwrap {
    padding: 24px 20px;
  }
  .formgrid {
    gap: 17px;
  }
  .field label {
    font-size: 0.7rem;
  }
  .form-title {
    font-size: 1.15rem;
  }
  .form-subtitle {
    font-size: 0.7rem;
  }
  .form-foot .btn {
    font-size: 0.8rem;
  }
  .form-foot .hint {
    font-size: 0.63rem;
  }
  .explore-section {
    padding: 30px 0;
  }
  .explore-row {
    gap: 18px;
  }
  .explore-links {
    gap: 12px 24px;
  }
  .explore-links a {
    font-size: 0.72rem;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }
  .foot-grid > div:first-child,
  .foot-grid > div:last-child {
    grid-column: 1/-1;
  }
  .foot-tag {
    max-width: 290px;
  }
  footer {
    padding: 42px 0 24px;
  }
  footer li a {
    min-height: 44px;
    font-size: 0.72rem;
  }
  .copy {
    margin-top: 28px;
    font-size: 0.61rem;
  }
  .page-hero {
    padding: 48px 0 44px;
  }
  .page-hero h1 {
    font-size: 2.55rem;
  }
  .page-hero p.lead {
    font-size: 0.89rem;
    margin-top: 22px;
  }
  .card,
  .step {
    padding: 24px;
  }
  .grid-3,
  .grid-2,
  .proces,
  .steps {
    margin-top: 28px;
    gap: 18px;
  }
  .cta-banner {
    padding: 25px;
    gap: 22px;
  }
  .cta-banner h2 {
    font-size: 1.65rem;
  }
  .cta-banner p {
    font-size: 0.87rem;
  }
  .cta-banner .btn {
    max-width: 100%;
    width: 100%;
  }
  .tizeri {
    margin-top: 28px;
  }
  .photo-strip {
    gap: 12px;
  }
  .split ul {
    gap: 14px;
  }
  .split li {
    font-size: 0.86rem;
  }
  .stats-grid {
    gap: 25px 15px;
  }
  .stat b {
    font-size: 1.5rem;
  }
  .stat span {
    font-size: 0.73rem;
  }
}
@media (max-width: 359px) {
  .container {
    padding: 0 16px;
  }
  .hero-visual {
    margin-left: -16px;
    margin-right: -16px;
  }
  .hero-ctas {
    flex-direction: column;
  }
  .hero-ctas .btn {
    width: 100%;
  }
  .hero-premium h1 {
    font-size: 2.65rem;
  }
  .contact-section .formwrap {
    padding: 22px 16px;
  }
  .operation-item {
    gap: 7px;
  }
  .operation-item svg {
    width: 17px;
  }
  .operation-item strong {
    font-size: 0.64rem;
  }
  .flow-card {
    padding: 22px 14px;
  }
  .quote-sheet {
    padding: 22px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition: none !important;
  }
  .marquee-track {
    animation: none !important;
    display: block;
    width: 100%;
  }
  .marquee-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 0;
  }
  .marquee-group[aria-hidden="true"] {
    display: none;
  }
  .motion-control {
    display: none;
  }
  .marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* Original PAKUM visual language with shorter content and accessible enquiries. */
:root {
  --navy: #0e0f11;
  --navy-2: #1a1c1f;
  --ink: #0e0f11;
  --body: #3d434a;
  --signal: #fd6904;
  --orange: #b74613;
  --paper: #f7f8f9;
  --line: #e7e9ec;
  --radius: 20px;
}
body {
  font-family:
    "Plus Jakarta Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.65;
}
h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: -0.015em;
  word-spacing: 0.025em;
}
h1 {
  font-size: clamp(40px, 4.45vw, 64px);
  line-height: 1.12;
}
h2 {
  font-size: clamp(28px, 3.6vw, 37px);
  line-height: 1.18;
}
h3 {
  line-height: 1.35;
}
p {
  line-height: 1.75;
}
.container {
  max-width: 1160px;
  padding: 0 20px;
}
section {
  padding: 72px 0;
}
.kicker {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  color: #5c6870;
  line-height: 1.6;
}
.kicker::before {
  width: 5px;
  height: 5px;
  background: var(--signal);
  border-radius: 0;
  vertical-align: middle;
}
nav {
  background: #fffffff5;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e9ea;
}
.nav-inner {
  height: 88px;
  gap: 30px;
}
.logo img {
  height: 47px;
  max-width: 150px;
  mix-blend-mode: multiply;
}
.nav-links {
  gap: 26px;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
}
.btn {
  border-radius: 4px;
  min-height: 52px;
  padding: 14px 23px;
  font-size: 14px;
  font-weight: 600;
}
.btn-primary {
  background: var(--signal);
  color: var(--navy);
}
.btn-primary:hover {
  background: #ed6634;
  color: #102536;
}
nav .btn-primary {
  background: var(--navy);
  color: #fff;
}
nav .btn-primary:hover {
  background: #294658;
}
.btn .arrow,
.text-link .arrow {
  transition: transform 0.2s;
}
.btn:hover .arrow,
.text-link:hover .arrow {
  transform: translate(3px, -3px);
}
.text-link {
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
}
.photo-hero {
  padding: 48px 0 0;
  background: #fff;
}
.photo-hero-heading {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 36px;
}
.photo-hero h1 {
  font-size: clamp(40px, 4.45vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.028em;
}
.photo-hero-intro {
  padding-bottom: 4px;
}
.photo-hero-intro p {
  font-size: 16px;
  line-height: 1.75;
  max-width: 380px;
}
.photo-hero-intro .btn {
  margin-top: 23px;
}
.photo-hero-image {
  margin: 0;
  height: 460px;
  overflow: hidden;
  border-radius: 6px;
}
.photo-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
}
.hero-service-line {
  display: flex;
  gap: 38px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.hero-service-line span {
  font-size: 13px;
  color: #53616a;
}
.hero-service-line span + span::before {
  content: "/";
  color: #a9b2b8;
  margin-right: 38px;
}
.brands-section {
  padding: 35px 0 64px;
}
.brands-heading {
  font-size: 14px;
  color: #5b666d;
  margin-bottom: 24px;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
}
.brand-logo {
  min-width: 0;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  background: #fff;
  border: 1px solid #e4e8ea;
  border-radius: 4px;
  overflow: visible;
}
.brand-logo img {
  display: block;
  width: 100%;
  height: 58px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: none;
}
.brand-hir {
  background: #213747;
  border-color: #213747;
}
.brand-plantigo {
  background: #173d33;
  border-color: #173d33;
}
.brand-regenpro {
  background: #101010;
  border-color: #101010;
}
.brand-solea {
  background: #2b1f24;
  border-color: #2b1f24;
}
.core-services {
  padding: 20px 0 78px;
}
.compact-heading {
  margin-bottom: 34px;
  max-width: 750px;
}
.photo-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.photo-services-grid article {
  min-width: 0;
}
.service-image-link {
  display: block;
  height: 284px;
  overflow: hidden;
  border-radius: 5px;
}
.service-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}
.service-image-link:hover img {
  transform: scale(1.02);
}
.photo-service-copy {
  padding: 25px 0 0;
}
.service-number {
  font-size: 12px;
  color: #8a959b;
}
.photo-service-copy h3 {
  font-size: 22px;
  margin: 8px 0 12px;
}
.photo-service-copy p {
  font-size: 15px;
  line-height: 1.75;
  max-width: 350px;
}
.photo-service-copy .text-link {
  margin-top: 15px;
}
.services-additional {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.services-additional p {
  font-size: 14px;
}
.operating-model {
  background: #f3f5f5;
}
.operating-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 72px;
  align-items: center;
}
.operating-grid figure {
  margin: 0;
  height: 620px;
  border-radius: 5px;
  overflow: hidden;
}
.operating-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% center;
}
.operating-copy h2 {
  font-size: 43px;
}
.operating-reasons {
  margin-top: 31px;
}
.operating-reasons > div {
  border-top: 1px solid #d8dfe1;
  padding: 22px 0;
}
.operating-reasons h3 {
  font-size: 18px;
  letter-spacing: -0.015em;
}
.operating-reasons p {
  font-size: 15px;
  margin-top: 9px;
  line-height: 1.75;
}
.operating-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  margin-top: 10px;
}
.start-section {
  padding: 78px 0;
}
.start-section .compact-heading {
  max-width: none;
}
.start-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.start-steps li {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.start-steps li > span {
  font-size: 12px;
  color: #8b969d;
}
.start-steps h3 {
  font-size: 18px;
  margin: 24px 0 12px;
}
.start-steps p {
  font-size: 14px;
  line-height: 1.75;
}
.questions-section {
  padding: 0 0 80px;
}
.faq-grid {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}
.faq-intro .text-link {
  margin-top: 20px;
}
.faq {
  border-top: 1px solid var(--line);
}
.faq summary {
  padding: 23px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.faq details {
  border-color: var(--line);
  background: transparent;
}
.faq summary::after {
  color: #75848e;
  font-size: 23px;
  font-weight: 400;
}
.faq details p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0 24px 23px 0;
}
.contact-section {
  background: #f2f4f5;
  color: var(--navy);
}
.contact-grid {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
}
.contact-copy h2 {
  font-size: 45px;
  max-width: 440px;
}
.contact-copy .kicker {
  color: #5c6870;
}
.contact-copy > p {
  font-size: 16px;
  color: #596872;
  margin-top: 25px;
  max-width: 380px;
}
.contact-email {
  margin-top: 35px;
}
.contact-email span {
  color: #62727d;
  font-size: 13px;
}
.contact-email a {
  color: var(--navy);
  font-size: 20px;
  text-underline-offset: 5px;
}
.contact-section .formwrap {
  background: #fff;
  border: 1px solid #dbe1e5;
  padding: 35px;
  border-radius: 6px;
  box-shadow: none;
}
.form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-subtitle {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #677680;
}
.formgrid {
  gap: 23px 20px;
}
.field {
  gap: 8px;
}
.field label {
  font-size: 13px;
  font-weight: 500;
  color: #435763;
}
.field input,
.field select,
.field textarea {
  border: 1px solid #bac7ce;
  background: #fff;
  border-radius: 3px;
  min-height: 51px;
  padding: 12px;
  font-size: 16px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #86949d;
}
.field textarea {
  min-height: 110px;
}
.form-foot {
  margin-top: 27px;
  gap: 17px;
}
.form-foot .btn {
  font-size: 14px;
  min-height: 54px;
}
.form-foot .hint {
  font-size: 12px;
  line-height: 1.75;
  color: #6e7d86;
}
.form-status,
.email-fallback {
  font-size: 14px;
  line-height: 1.65;
}
footer {
  background: #fff;
  color: var(--navy);
  border-top: 1px solid var(--line);
  padding: 54px 0 27px;
}
footer .logo img {
  width: 175px;
  mix-blend-mode: multiply;
}
.foot-tag {
  color: #64737c;
  font-size: 13px;
}
footer h4 {
  color: #445966;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.035em;
}
footer ul,
footer li a {
  font-size: 13px;
  color: #61717c;
}
footer a:hover {
  color: var(--navy);
}
.copy {
  border-color: var(--line);
  color: #78858e;
  font-size: 12px;
  margin-top: 35px;
}
.mobile-contact-bar {
  display: none;
}
/* Keep the established service pages in the same restrained visual system. */
.page-hero {
  background: #f2f4f5;
  color: var(--navy);
  padding: 64px 0;
  border: 0;
}
.page-hero h1 {
  font-size: clamp(40px, 4.2vw, 60px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.025em;
}
.page-hero .kicker {
  color: #5f707a;
}
.page-hero p.lead {
  color: #576975;
  font-size: 17px;
  line-height: 1.8;
}
.page-hero .btn-ghost {
  background: transparent;
  color: var(--navy);
  border-color: #b7c5cd;
}
.page-hero .btn-ghost:hover {
  background: #e4e9ed;
}
.page-hero a[style] {
  color: #a94720 !important;
}
.card,
.step,
.tizer,
.vp-card {
  border-radius: 5px;
  background: #fff;
  border-color: #dce3e7;
  padding: 30px;
  box-shadow: none;
}
.card h3,
.step h3,
.tizer h3,
.vp-card h3 {
  font-size: 22px;
}
.card p,
.step p,
.tizer p,
.vp-card p {
  font-size: 16px;
}
.split img,
.tekst-foto img,
.photo-strip img {
  border-radius: 5px;
}
.tekst-foto figcaption {
  font-size: 13px;
  color: #667985;
}
.cta-banner {
  background: #e9eef1;
  border-radius: 6px;
  padding: 38px;
}
.cta-banner h2 {
  color: var(--navy);
  font-size: 31px;
}
.cta-banner p {
  color: #536875;
  font-size: 16px;
}
.bg-navy {
  background: var(--navy);
}
.bg-paper {
  background: #f2f4f5;
}
.quote-sheet,
.flow-card {
  transform: none;
  border-radius: 5px;
  box-shadow: none;
}
.quote-sheet::before {
  display: none;
}
.step::before {
  background: #edf1f3;
  color: #5f7787;
  border-radius: 3px;
}
.tizer .vise {
  color: #a94f25;
}
@media (max-width: 1100px) {
  .container {
    padding: 0 30px;
  }
  .nav-inner {
    gap: 23px;
  }
  .nav-links {
    gap: 19px;
  }
  .photo-hero-heading {
    grid-template-columns: 1.65fr 1fr;
    gap: 37px;
  }
  .photo-hero h1 {
    font-size: 52px;
  }
  .photo-hero-image {
    height: 420px;
  }
  .brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .brand-logo {
    height: 92px;
  }
  .brand-logo img {
    max-width: 120px;
  }
  .operating-grid {
    gap: 44px;
  }
  .operating-copy h2 {
    font-size: 38px;
  }
  .operating-grid figure {
    height: 610px;
  }
  .service-image-link {
    height: 242px;
  }
  .photo-services-grid {
    gap: 22px;
  }
  .photo-service-copy h3 {
    font-size: 20px;
  }
  .contact-grid {
    gap: 50px;
  }
  .contact-copy h2 {
    font-size: 39px;
  }
  .contact-section .formwrap {
    padding: 28px;
  }
  .faq-grid {
    gap: 65px;
  }
}
@media (max-width: 880px) {
  .nav-inner {
    height: 78px;
  }
  .nav-links {
    top: 78px;
    background: #fff;
    align-items: stretch;
  }
  .nav-links a {
    font-size: 15px;
    min-height: 48px;
  }
  .logo img {
    height: 43px;
  }
  .photo-hero {
    padding-top: 33px;
  }
  .photo-hero-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 29px;
  }
  .photo-hero h1 {
    font-size: 56px;
  }
  .photo-hero-intro {
    display: flex;
    gap: 35px;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .photo-hero-intro p {
    max-width: 440px;
  }
  .photo-hero-intro .btn {
    margin: 0;
    flex: none;
  }
  .photo-hero-image {
    height: 360px;
  }
  .hero-service-line {
    gap: 22px;
  }
  .hero-service-line span + span::before {
    margin-right: 22px;
  }
  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .brands-section {
    padding-bottom: 50px;
  }
  .photo-services-grid {
    gap: 20px;
  }
  .service-image-link {
    height: 210px;
  }
  .photo-service-copy h3 {
    font-size: 19px;
  }
  .photo-service-copy p {
    font-size: 14px;
  }
  .photo-service-copy .text-link {
    font-size: 13px;
  }
  .operating-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .operating-grid figure {
    height: 380px;
  }
  .operating-copy {
    max-width: 650px;
  }
  .operating-copy h2 {
    font-size: 40px;
  }
  .operating-reasons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
  }
  .operating-reasons h3 {
    font-size: 17px;
  }
  .operating-reasons p {
    font-size: 14px;
  }
  .start-steps {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .contact-copy h2 {
    max-width: 620px;
    font-size: 42px;
  }
  .contact-copy > p {
    max-width: 560px;
  }
  .contact-email {
    margin-top: 22px;
  }
  .contact-section .formwrap {
    max-width: 760px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 90px;
    scroll-padding-bottom: 100px;
  }
  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }
  .container {
    padding: 0 22px;
  }
  section {
    padding: 52px 0;
  }
  h2 {
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }
  h3 {
    letter-spacing: -0.015em;
  }
  .nav-inner {
    height: 74px;
  }
  .logo img {
    height: 42px;
    max-width: 136px;
  }
  .nav-links {
    top: 74px;
    padding: 15px 22px 22px;
  }
  .burger {
    border: 1px solid #d3dde3;
    background: #fff;
    border-radius: 4px;
    width: 44px;
    height: 44px;
  }
  .burger span {
    height: 1.5px;
    width: 19px;
  }
  .kicker {
    font-size: 12px;
    letter-spacing: 0.045em;
    margin-bottom: 16px;
  }
  .btn {
    font-size: 14px;
    min-height: 50px;
    padding: 13px 21px;
  }
  .text-link {
    font-size: 14px;
    min-height: 44px;
  }
  .photo-hero {
    padding: 27px 0 0;
  }
  .photo-hero-heading {
    gap: 18px;
    margin-bottom: 25px;
  }
  .photo-hero h1 {
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: -0.028em;
  }
  .photo-hero .kicker {
    font-size: 11px;
    letter-spacing: 0.045em;
    line-height: 1.8;
    margin-bottom: 14px;
  }
  .photo-hero-intro {
    display: block;
  }
  .photo-hero-intro p {
    font-size: 16px;
    line-height: 1.65;
    max-width: none;
  }
  .photo-hero-intro .btn {
    margin-top: 20px;
    width: auto;
    min-height: 50px;
  }
  .photo-hero-image {
    height: 275px;
    border-radius: 4px;
  }
  .photo-hero-image img {
    object-position: 48% center;
  }
  .hero-service-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    padding: 19px 0;
  }
  .hero-service-line span {
    font-size: 12px;
  }
  .hero-service-line span + span::before {
    display: none;
  }
  .hero-service-line span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #b0bac0;
    margin-right: 9px;
    vertical-align: middle;
  }
  .hero-service-line span + span::before {
    display: inline-block;
  }
  .brands-section {
    padding: 28px 0 45px;
  }
  .brands-heading {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .brand-logo {
    height: 82px;
    padding: 11px;
    border-radius: 3px;
  }
  .brand-logo img {
    height: 54px;
    max-width: 100%;
  }
  .core-services {
    padding: 8px 0 49px;
  }
  .compact-heading {
    margin-bottom: 27px;
  }
  .photo-services-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .service-image-link {
    height: 256px;
    border-radius: 4px;
  }
  .photo-service-copy {
    padding-top: 18px;
  }
  .service-number {
    font-size: 12px;
  }
  .photo-service-copy h3 {
    font-size: 24px;
    margin: 7px 0 10px;
  }
  .photo-service-copy p {
    font-size: 16px;
    line-height: 1.7;
    max-width: none;
  }
  .photo-service-copy .text-link {
    font-size: 14px;
    margin-top: 10px;
  }
  .services-additional {
    display: block;
    margin-top: 26px;
    padding-top: 22px;
  }
  .services-additional p {
    font-size: 15px;
  }
  .services-additional .text-link {
    margin-top: 8px;
  }
  .operating-grid {
    gap: 29px;
  }
  .operating-grid figure {
    height: 310px;
    border-radius: 4px;
  }
  .operating-copy h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .operating-reasons {
    display: block;
    margin-top: 25px;
  }
  .operating-reasons > div {
    padding: 20px 0;
  }
  .operating-reasons h3 {
    font-size: 19px;
  }
  .operating-reasons p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 8px;
  }
  .operating-links {
    gap: 4px 24px;
    margin-top: 5px;
  }
  .operating-links .text-link {
    font-size: 14px;
  }
  .start-section {
    padding: 49px 0;
  }
  .start-section h2 {
    font-size: 32px;
  }
  .start-steps {
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .start-steps li {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 7px 18px;
    padding-top: 21px;
  }
  .start-steps li > span {
    font-size: 12px;
    grid-row: 1/3;
    padding-top: 4px;
  }
  .start-steps h3 {
    font-size: 19px;
    margin: 0;
  }
  .start-steps p {
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
  }
  .questions-section {
    padding: 0 0 50px;
  }
  .faq-grid {
    gap: 20px;
  }
  .faq-intro .text-link {
    font-size: 14px;
    margin-top: 13px;
  }
  .faq summary {
    font-size: 16px;
    line-height: 1.6;
    padding: 21px 0;
  }
  .faq details p {
    font-size: 16px;
    line-height: 1.75;
    padding: 0 10px 21px 0;
  }
  .contact-copy h2 {
    font-size: 35px;
    line-height: 1.18;
  }
  .contact-copy > p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 20px;
  }
  .contact-email span {
    font-size: 13px;
  }
  .contact-email a {
    font-size: 19px;
  }
  .contact-grid {
    gap: 29px;
  }
  .contact-section .formwrap {
    padding: 25px 20px;
    border-radius: 5px;
  }
  .form-title {
    font-size: 23px;
  }
  .form-subtitle {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .formgrid {
    gap: 22px;
  }
  .field label {
    font-size: 13px;
  }
  .field input,
  .field select,
  .field textarea {
    min-height: 52px;
    font-size: 16px;
    padding: 12px;
    border-radius: 3px;
  }
  .field textarea {
    min-height: 112px;
  }
  .form-foot .btn {
    font-size: 14px;
    width: 100%;
    white-space: normal;
    min-height: 54px;
    padding: 13px 16px;
  }
  .form-foot .hint {
    font-size: 12px;
    line-height: 1.7;
  }
  .form-foot {
    margin-top: 25px;
  }
  .form-status,
  .email-fallback {
    font-size: 14px;
  }
  footer {
    padding: 40px 0 25px;
  }
  .foot-grid {
    gap: 31px 23px;
  }
  footer h4 {
    font-size: 12px;
  }
  footer li a {
    font-size: 13px;
    min-height: 44px;
  }
  footer ul {
    font-size: 12px;
  }
  .foot-tag {
    font-size: 13px;
  }
  .copy {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 30px;
    gap: 8px;
  }
  .mobile-contact-bar {
    display: block;
    position: fixed;
    inset: auto 0 0;
    z-index: 60;
    background: #fff;
    border-top: 1px solid #d5dfe5;
    padding: 12px 22px calc(12px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -4px 16px #14293608;
  }
  .mobile-contact-bar .btn {
    display: flex;
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    font-size: 15px;
    border-radius: 4px;
  }
  .mobile-contact-bar .btn span {
    font-size: 21px;
  }
  body:has(input:focus, textarea:focus, select:focus) .mobile-contact-bar {
    visibility: hidden;
    pointer-events: none;
  }
  .page-hero {
    padding: 45px 0;
  }
  .page-hero h1 {
    font-size: 39px;
    line-height: 1.18;
  }
  .page-hero p.lead {
    font-size: 16px;
    line-height: 1.75;
  }
  .page-hero .hero-ctas {
    gap: 12px;
  }
  .page-hero .hero-ctas .btn {
    flex: none;
    width: auto;
    font-size: 14px;
  }
  .card,
  .step,
  .tizer,
  .vp-card {
    padding: 24px;
  }
  .card h3,
  .step h3,
  .tizer h3,
  .vp-card h3 {
    font-size: 22px;
  }
  .card p,
  .step p,
  .tizer p,
  .vp-card p {
    font-size: 16px;
  }
  .split li {
    font-size: 16px;
  }
  .cta-banner {
    padding: 27px 23px;
    border-radius: 5px;
  }
  .cta-banner h2 {
    font-size: 28px;
  }
  .cta-banner p {
    font-size: 16px;
  }
  .cta-banner .btn {
    font-size: 14px;
    max-width: 100%;
    width: auto;
    white-space: normal;
  }
  .tekst-foto figcaption {
    font-size: 12px;
  }
  .stats-grid {
    gap: 25px 17px;
  }
  .stat span {
    font-size: 13px;
  }
}
@media (max-width: 359px) {
  .container {
    padding: 0 18px;
  }
  .photo-hero h1 {
    font-size: 35px;
  }
  .photo-hero .kicker {
    font-size: 11px;
    letter-spacing: 0;
  }
  .photo-hero-image {
    height: 250px;
  }
  .brand-logo {
    padding: 8px;
    height: 76px;
  }
  .brand-grid {
    gap: 6px;
  }
  .contact-section .formwrap {
    padding: 22px 16px;
  }
  .mobile-contact-bar {
    padding-inline: 18px;
  }
  .contact-copy h2 {
    font-size: 32px;
  }
  .page-hero h1 {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-image-link img,
  .btn .arrow,
  .text-link .arrow {
    transition: none;
  }
  .service-image-link:hover img {
    transform: none;
  }
}

/* Match the original site: compact white navigation, orange actions, dark photo hero. */
.nav-inner {
  height: 68px;
  gap: 24px;
}
.logo img {
  height: 48px;
  max-width: 160px;
}
.nav-links {
  gap: 22px;
}
.nav-links a {
  font-weight: 600;
  font-size: 14px;
}
.btn {
  border-radius: 12px;
  font-weight: 700;
  min-height: 48px;
  padding: 12px 22px;
}
.btn-primary,
nav .btn-primary {
  background: #fd6904;
  color: #161616;
}
.btn-primary:hover,
nav .btn-primary:hover {
  background: #ed6200;
  color: #111;
}
.btn-lg {
  min-height: 52px;
  font-size: 16px;
  padding: 13px 26px;
}
.kicker {
  display: inline-block;
  background: #fd690416;
  color: #a94500;
  padding: 6px 15px;
  border-radius: 99px;
  letter-spacing: 0.075em;
  font-size: 12px;
  font-weight: 800;
}
.kicker::before {
  display: none;
}
.legacy-hero {
  position: relative;
  color: #fff;
  background: #0e0f11;
  padding: 0;
}
.legacy-hero .hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.legacy-hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.legacy-hero .hero-bg::after {
  background: linear-gradient(
    100deg,
    rgba(14, 15, 17, 0.91) 15%,
    rgba(14, 15, 17, 0.76) 47%,
    rgba(14, 15, 17, 0.25)
  );
}
.legacy-hero .hero-inner {
  position: relative;
  padding: 90px 0 96px;
  max-width: 720px;
}
.legacy-hero .kicker {
  background: #fd690429;
  color: #ffa15c;
  margin-bottom: 20px;
}
.legacy-hero h1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.02em;
  word-spacing: 0.025em;
}
.legacy-hero .lead {
  font-size: 18px;
  line-height: 1.8;
  color: #e0e2e5;
  max-width: 620px;
  margin-top: 23px;
}
.legacy-hero .hero-ctas {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.legacy-hero .btn-ghost {
  color: #111;
  background: #fff;
  border-color: #fff;
}
.legacy-hero .btn-ghost:hover {
  background: #e8e9eb;
  color: #111;
}
.legacy-service-band {
  background: #0e0f11;
  padding: 25px 0;
}
.legacy-service-band > .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.legacy-service-band span {
  color: #e4e6e9;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.legacy-service-band span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fd6904;
  margin-right: 10px;
  vertical-align: middle;
}
.brand-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.brand-logo {
  border-radius: 10px;
  height: 88px;
}
.brand-logo img {
  max-width: 130px;
}
.brand-tvtop span {
  font-size: 26px;
  font-weight: 800;
  color: #27313b;
}
.brands-heading {
  color: #343c45;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.brands-section {
  padding: 38px 0 58px;
}
.compact-heading {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 730px;
}
.compact-heading h2 {
  font-size: 37px;
}
.photo-services-grid article {
  border: 1px solid #e3e7eb;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.service-image-link {
  height: 230px;
  border-radius: 0;
}
.photo-service-copy {
  padding: 24px;
}
.photo-service-copy h3 {
  font-size: 21px;
  font-weight: 800;
}
.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #fd690415;
  color: #aa4704;
  font-size: 13px;
  font-weight: 700;
}
.photo-service-copy p {
  font-size: 16px;
}
.photo-service-copy .text-link {
  margin-top: 13px;
}
.services-additional p {
  font-size: 15px;
}
.start-section {
  background: #f7f8f9;
  padding: 64px 0;
}
.start-steps {
  gap: 20px;
}
.start-steps li {
  border: 1px solid #e5e8ec;
  border-radius: 16px;
  background: #fff;
  padding: 23px;
}
.start-steps li > span {
  background: #0e0f11;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-weight: 700;
}
.start-steps h3 {
  margin-top: 20px;
  font-size: 17px;
}
.start-steps p {
  font-size: 15px;
}
.operating-model {
  background: #0e0f11;
  color: #fff;
}
.operating-grid {
  gap: 52px;
}
.operating-grid figure {
  height: 525px;
  border-radius: 20px;
}
.operating-copy h2 {
  font-size: 37px;
  color: #fff;
}
.operating-copy .kicker {
  background: #fd690429;
  color: #ffa15c;
}
.operating-reasons {
  margin-top: 23px;
}
.operating-reasons > div {
  padding: 20px 0;
  border-color: #32363c;
}
.operating-reasons h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.operating-reasons p {
  color: #c1c6cd;
  font-size: 16px;
}
.operating-links .text-link {
  color: #fff;
}
.questions-section {
  padding: 65px 0;
}
.faq-grid {
  gap: 60px;
}
.faq-grid h2 {
  font-size: 36px;
}
.faq {
  gap: 12px;
  border: 0;
}
.faq details {
  background: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 14px;
  padding: 0 20px;
}
.faq summary {
  font-weight: 700;
  padding: 20px 0;
}
.faq summary::after {
  color: #b74b00;
}
.faq details p {
  padding: 0 0 20px;
}
.contact-section {
  background: #fff;
  color: #0e0f11;
}
.contact-grid {
  gap: 60px;
}
.contact-copy h2 {
  font-size: 37px;
}
.contact-copy > p {
  color: #48525c;
}
.contact-copy .kicker {
  color: #a94500;
}
.contact-email a {
  color: #0e0f11;
}
.contact-section .formwrap {
  border-radius: 20px;
  box-shadow: 0 10px 40px #0000000a;
}
.field input,
.field select,
.field textarea {
  border-radius: 10px;
  background: #f7f8f9;
}
.form-title {
  font-weight: 800;
}
.field label {
  color: #333c45;
  font-weight: 700;
}
footer {
  background: #0e0f11;
  color: #b7bbc2;
  border: 0;
}
footer .logo img {
  mix-blend-mode: normal;
  max-width: 200px;
  height: auto;
}
footer h4 {
  color: #fff;
}
footer ul,
footer li a,
.foot-tag {
  color: #b7bbc2;
}
footer a:hover {
  color: #ff9e56;
}
.copy {
  border-color: #34373a;
  color: #b7bbc2;
}
.page-hero {
  background: #0e0f11;
  color: #fff;
}
.page-hero h1 {
  font-size: 46px;
  color: #fff;
  font-weight: 800;
}
.page-hero .kicker {
  background: #fd690429;
  color: #ffa15c;
}
.page-hero p.lead {
  color: #d6d9de;
}
.page-hero .btn-ghost {
  color: #fff;
  border-color: #72767d;
}
.page-hero .btn-ghost:hover {
  background: #26292d;
}
.page-hero a[style] {
  color: #ffa15c !important;
}
.card,
.step,
.tizer,
.vp-card {
  border-radius: 20px;
}
.card h3,
.step h3,
.tizer h3,
.vp-card h3 {
  font-size: 20px;
  font-weight: 800;
}
.cta-banner {
  border-radius: 20px;
  background: #0e0f11;
}
.cta-banner h2 {
  color: #fff;
}
.cta-banner p {
  color: #c9ccd1;
}
.split img,
.tekst-foto img,
.photo-strip img {
  border-radius: 20px;
}
.mobile-contact-bar .btn {
  border-radius: 12px;
}
@media (max-width: 1100px) {
  .nav-links {
    gap: 16px;
  }
  .nav-links a {
    font-size: 13px;
  }
  .nav-inner {
    gap: 20px;
  }
  .operating-grid {
    gap: 38px;
  }
  .operating-copy h2 {
    font-size: 34px;
  }
  .start-steps {
    gap: 16px;
  }
  .start-steps li {
    padding: 20px;
  }
  .start-steps h3 {
    font-size: 16px;
  }
  .contact-grid {
    gap: 40px;
  }
  .contact-copy h2 {
    font-size: 34px;
  }
}
@media (max-width: 880px) {
  .nav-inner {
    height: 68px;
  }
  .nav-links {
    top: 68px;
  }
  .nav-links a {
    font-size: 15px;
  }
  .legacy-hero .hero-inner {
    padding: 75px 0;
    max-width: 650px;
  }
  .legacy-hero h1 {
    font-size: 48px;
  }
  .brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .brand-logo {
    padding: 10px;
  }
  .operating-grid figure {
    height: 380px;
  }
  .operating-reasons {
    display: block;
  }
  .operating-copy {
    max-width: 680px;
  }
  .contact-copy h2 {
    max-width: 600px;
  }
  .contact-grid {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
  .nav-inner {
    height: 68px;
  }
  .logo img {
    height: 40px;
    max-width: 135px;
  }
  .nav-links {
    top: 68px;
    padding-inline: 20px;
  }
  .burger {
    border-radius: 10px;
  }
  .burger span {
    height: 2px;
    width: 20px;
  }
  .kicker {
    font-size: 11px;
    padding: 6px 13px;
    margin-bottom: 16px;
    letter-spacing: 0.065em;
  }
  .btn {
    border-radius: 12px;
    font-size: 14px;
    min-height: 48px;
  }
  .legacy-hero .hero-inner {
    padding: 49px 0 52px;
    max-width: none;
  }
  .legacy-hero .hero-bg img {
    object-position: 58% center;
  }
  .legacy-hero .hero-bg::after {
    background: linear-gradient(90deg, #0e0f11e0, #0e0f1185);
  }
  .legacy-hero .kicker {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .legacy-hero h1 {
    font-size: 36px;
    line-height: 1.14;
    letter-spacing: -0.015em;
  }
  .legacy-hero .lead {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 22px;
    max-width: 340px;
  }
  .legacy-hero .hero-ctas {
    margin-top: 28px;
    gap: 12px;
    flex-direction: row;
  }
  .legacy-hero .hero-ctas .btn {
    width: auto;
    flex: none;
    font-size: 14px;
    min-height: 50px;
    padding: 13px 17px;
  }
  .legacy-service-band {
    padding: 22px 0;
  }
  .legacy-service-band > .container {
    grid-template-columns: 1fr 1fr;
    gap: 13px 15px;
  }
  .legacy-service-band span {
    font-size: 12px;
    text-align: left;
  }
  .legacy-service-band span::before {
    margin-right: 8px;
  }
  .brands-section {
    padding: 30px 0 42px;
  }
  .brands-heading {
    font-size: 14px;
    margin-bottom: 21px;
  }
  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .brand-logo {
    height: 82px;
    padding: 13px;
    border-radius: 9px;
  }
  .brand-logo img {
    height: 53px;
    max-width: 112px;
  }
  .brand-tvtop span {
    font-size: 27px;
  }
  .compact-heading {
    margin-bottom: 27px;
    text-align: center;
  }
  .compact-heading h2 {
    font-size: 29px;
    line-height: 1.25;
  }
  .photo-services-grid {
    gap: 24px;
  }
  .photo-services-grid article {
    border-radius: 18px;
  }
  .service-image-link {
    height: 230px;
  }
  .photo-service-copy {
    padding: 23px;
  }
  .photo-service-copy h3 {
    font-size: 22px;
  }
  .photo-service-copy p {
    font-size: 16px;
  }
  .core-services {
    padding-top: 7px;
  }
  .start-section {
    padding: 47px 0;
  }
  .start-steps {
    gap: 15px;
  }
  .start-steps li {
    padding: 21px;
    grid-template-columns: 34px 1fr;
    gap: 8px 16px;
    border-radius: 16px;
  }
  .start-steps li > span {
    padding: 0;
    font-size: 12px;
  }
  .start-steps h3 {
    font-size: 18px;
    margin: 0;
  }
  .start-steps p {
    font-size: 16px;
  }
  .operating-grid {
    gap: 30px;
  }
  .operating-grid figure {
    height: 300px;
    border-radius: 18px;
  }
  .operating-copy h2 {
    font-size: 30px;
    line-height: 1.25;
  }
  .operating-reasons h3 {
    font-size: 18px;
  }
  .operating-reasons p {
    font-size: 16px;
  }
  .questions-section {
    padding: 48px 0;
  }
  .faq-grid {
    gap: 20px;
  }
  .faq-grid h2 {
    font-size: 30px;
  }
  .faq summary {
    font-size: 15px;
    line-height: 1.7;
    padding: 19px 0;
  }
  .faq details p {
    font-size: 16px;
  }
  .faq details {
    padding: 0 17px;
    border-radius: 12px;
  }
  .contact-copy h2 {
    font-size: 31px;
    line-height: 1.2;
  }
  .contact-section .formwrap {
    border-radius: 18px;
    padding: 24px 20px;
  }
  .field input,
  .field select,
  .field textarea {
    border-radius: 9px;
  }
  .form-title {
    font-size: 22px;
  }
  .mobile-contact-bar .btn {
    font-size: 15px;
    border-radius: 12px;
  }
  .page-hero h1 {
    font-size: 34px;
  }
  .page-hero .hero-ctas .btn {
    font-size: 14px;
  }
  .card,
  .step,
  .tizer,
  .vp-card {
    border-radius: 18px;
  }
  .card h3,
  .step h3,
  .tizer h3,
  .vp-card h3 {
    font-size: 20px;
  }
  .cta-banner {
    border-radius: 18px;
  }
  .cta-banner h2 {
    font-size: 25px;
  }
  .copy {
    font-size: 12px;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .foot-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 359px) {
  .container {
    padding: 0 18px;
  }
  .legacy-hero h1 {
    font-size: 32px;
  }
  .legacy-hero .hero-inner {
    padding: 43px 0 45px;
  }
  .legacy-hero .hero-ctas .btn {
    font-size: 13px;
    padding-inline: 15px;
  }
  .legacy-hero .kicker {
    font-size: 11px;
  }
  .contact-section .formwrap {
    padding: 22px 16px;
  }
  .brand-logo img {
    max-width: 100px;
  }
  .contact-copy h2 {
    font-size: 29px;
  }
}

/* Padajući meni Usluge */
.nav-drop{position:relative;display:flex;align-items:center}
.nav-drop-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;font:inherit;font-weight:600;font-size:14px;color:var(--body);cursor:pointer;line-height:inherit}
.nav-drop-btn:hover,.nav-drop-btn[aria-expanded="true"],.nav-drop-btn.aktivna{color:var(--orange)}
.nav-drop-btn svg{width:12px;height:12px;flex:none;transition:transform .18s}
.nav-drop-btn[aria-expanded="true"] svg{transform:rotate(180deg)}
.nav-drop-menu{display:none;position:absolute;top:calc(100% + 12px);left:-12px;min-width:272px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 40px rgba(18,38,58,.12);padding:8px;flex-direction:column;z-index:60}
.nav-drop-menu::before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.nav-links .nav-drop-menu a{display:block;padding:10px 12px;border-radius:6px;font-size:14px;font-weight:600;color:var(--ink);min-height:0}
.nav-links .nav-drop-menu a:hover,.nav-links .nav-drop-menu a:focus-visible{background:var(--paper);color:var(--orange)}
.nav-drop.open .nav-drop-menu,.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{display:flex}
@media (max-width: 1100px){.nav-drop-btn{font-size:13px}}
@media (max-width: 880px){
.nav-drop{width:100%;flex-direction:column;align-items:stretch}
.nav-drop-btn{width:100%;justify-content:space-between;padding:12px 0;min-height:48px;font-size:15px;text-align:left}
.nav-drop-menu{position:static;display:none;min-width:0;border:0;box-shadow:none;padding:0 0 6px 16px;background:transparent;border-radius:0}
.nav-drop-menu::before{display:none}
.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{display:none}
.nav-drop.open .nav-drop-menu{display:flex}
.nav-links .nav-drop-menu a{padding:10px 0;min-height:44px;display:flex;align-items:center;font-size:15px;border-radius:0}
}

/* Tabele poređenja */
.tabela-wrap{overflow-x:auto;margin-top:2.5rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.tabela-wrap table{width:100%;min-width:640px;border-collapse:collapse;font-size:.93rem}
.tabela-wrap th,.tabela-wrap td{padding:.85rem 1.1rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}
.tabela-wrap thead th{background:var(--navy);color:#fff;font-weight:700;white-space:nowrap}
.tabela-wrap tbody th{font-weight:700;color:var(--ink);white-space:nowrap}
.tabela-wrap td{color:var(--body)}
.tabela-wrap tbody tr:nth-child(even){background:var(--paper)}
.tabela-wrap tbody tr:last-child th,.tabela-wrap tbody tr:last-child td{border-bottom:none}
.tabela-wrap{margin-top:2rem}
