@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

body.djelatnosti-page {
  --industry-ink: #090b1a;
  --industry-muted: #5d6170;
  --industry-primary: #176b5d;
  --industry-primary-hover: #0f5147;
  --industry-border: #d8d2c9;
  --industry-border-strong: #c9c3ba;
  --industry-panel: #fffdf9;
  --industry-section-break: clamp(12px, 1.2vw, 18px);
  --industry-section-break-bg: #f1efe9;
  background:
    radial-gradient(circle at 11% 5%, rgba(23, 107, 93, 0.045), transparent 25%),
    radial-gradient(circle at 90% 9%, rgba(217, 119, 47, 0.045), transparent 28%),
    #f8f7f3;
}

.djelatnosti-page .site-shell {
  overflow: hidden;
}

.djelatnosti-page main {
  background: #fffefa;
}

.djelatnosti-skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1000;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.djelatnosti-skip-link:focus {
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  overflow: visible;
  clip: auto;
  clip-path: none;
  border-radius: 7px;
  background: var(--industry-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  outline: 3px solid rgba(23, 107, 93, 0.3);
  outline-offset: 3px;
}

.djelatnosti-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  min-height: 650px;
  align-items: center;
  gap: clamp(34px, 4vw, 70px);
  padding: 56px 34px 52px;
  background:
    radial-gradient(circle at 92% 14%, rgba(217, 119, 47, 0.045), transparent 27%),
    radial-gradient(circle at 74% 72%, rgba(23, 107, 93, 0.04), transparent 31%),
    var(--industry-panel);
}

.djelatnosti-hero-copy {
  padding-left: 18px;
}

.djelatnosti-eyebrow,
.industry-label {
  margin: 0;
  color: var(--industry-primary);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.djelatnosti-hero h1 {
  max-width: 540px;
  margin: 30px 0 0;
  color: var(--industry-ink);
  font-size: clamp(42px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.djelatnosti-title-line {
  display: block;
}

@media (min-width: 901px) {
  .djelatnosti-title-line {
    white-space: nowrap;
  }
}

.djelatnosti-lead {
  max-width: 505px;
  margin: 28px 0 32px;
  color: var(--industry-muted);
  font-size: 15px;
  line-height: 1.72;
}

.djelatnosti-primary,
.djelatnosti-closing > a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid var(--industry-primary);
  border-radius: 7px;
  background: linear-gradient(135deg, #0f6255, #078768);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(15, 81, 71, 0.16);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.djelatnosti-primary:hover,
.djelatnosti-primary:focus-visible {
  border-color: var(--industry-primary-hover);
  background: var(--industry-primary-hover);
  box-shadow: 0 8px 18px rgba(15, 81, 71, 0.16);
}

.djelatnosti-primary:focus-visible,
.djelatnosti-closing > a:focus-visible,
.hero-preview:focus-visible,
.industry-media:focus-visible,
.industry-price a:focus-visible {
  outline: 3px solid rgba(23, 107, 93, 0.32);
  outline-offset: 4px;
}

.djelatnosti-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  height: 540px;
}

.hero-preview {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(99, 104, 105, 0.26);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(9, 11, 26, 0.08);
}

.hero-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-preview:hover img,
.hero-preview:focus-visible img {
  transform: scale(1.015);
}

.djelatnosti-examples {
  padding: 62px 22px 24px;
  background:
    radial-gradient(circle at 14% 14%, rgba(23, 107, 93, 0.025), transparent 24%),
    #fffefa;
}

.djelatnosti-section-heading {
  display: grid;
  justify-items: center;
  gap: 17px;
  padding: 0 20px 38px;
  text-align: center;
}

.djelatnosti-section-heading h2 {
  margin: 0;
  color: var(--industry-ink);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.djelatnosti-section-heading span {
  display: block;
  width: 190px;
  height: 3px;
  background: var(--industry-primary);
}

.djelatnosti-frame {
  overflow: hidden;
  border: 1px solid var(--industry-border-strong);
  border-radius: 7px;
  background: var(--industry-section-break-bg);
}

.industry-row {
  display: grid;
  align-items: stretch;
  min-width: 0;
  border-bottom: 1px solid var(--industry-border-strong);
}

.industry-row + .industry-row,
.djelatnosti-closing {
  margin-top: var(--industry-section-break);
  border-top: 1px solid var(--industry-border-strong);
}

.industry-row-travel {
  grid-template-columns: minmax(0, 1.62fr) minmax(360px, 0.95fr);
  min-height: 520px;
}

.industry-row-photo {
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.55fr);
  min-height: 480px;
}

.industry-row-accounting {
  grid-template-columns: minmax(0, 1.42fr) minmax(350px, 0.98fr);
  min-height: 410px;
}

.industry-row-towing {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr);
  min-height: 340px;
}

.industry-row-stays {
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.45fr);
  min-height: 430px;
}

.industry-row-opg {
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, 0.98fr);
  min-height: 430px;
}

.industry-media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #f5f4ef;
}

.industry-media > img,
.industry-media-front > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.industry-media:not(.industry-media-case-study):hover > img,
.industry-media:not(.industry-media-case-study):focus-visible > img {
  transform: scale(1.012);
}

.industry-media-front,
.industry-media-back {
  position: absolute;
  inset: 0;
  display: block;
}

.industry-media-front {
  z-index: 2;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  background: #fff;
  transition: clip-path 240ms cubic-bezier(0.22, 1, 0.36, 1), opacity 150ms ease-out;
}

.industry-media-back {
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  overflow: hidden;
  padding: clamp(16px, 2vw, 22px);
  background: #f1f3ef;
  color: var(--industry-ink);
  opacity: 0.82;
  transform: scale(0.992);
  transition: opacity 180ms ease-out, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.case-study-cue {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(8, 24, 20, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 3px 8px rgba(9, 11, 26, 0.16);
  transition: opacity 180ms ease, transform 300ms cubic-bezier(0.2, 0.76, 0.24, 1);
}

.case-study-cue::after {
  content: "↗";
  margin-left: 8px;
  color: #88c8b8;
  font-size: 14px;
}

.photo-process-heading {
  display: block;
}

.photo-process-heading strong {
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.photo-process-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 0;
  overflow: hidden;
  border: 1px solid #bfc9c3;
  border-radius: 8px;
  background: #fff;
}

.photo-process-stage {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 42px;
  min-width: 0;
  background: #fff;
}

.photo-process-stage + .photo-process-stage {
  border-left: 1px solid #d5dcd7;
}

.photo-process-visual {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #e9ece8;
}

.photo-process-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-process-stage:first-child .photo-process-visual img {
  object-position: center 58%;
}

.photo-process-stage:nth-child(2) .photo-process-visual img {
  object-position: center 48%;
}

.photo-process-visual-final img {
  object-position: center 34%;
}

.photo-process-stage-copy {
  display: flex;
  min-height: 0;
  align-items: center;
  padding: 8px 12px;
}

.photo-process-stage-copy b {
  color: #173d35;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.28;
}

.photo-process-footer {
  display: grid;
  gap: 7px;
}

.photo-process-costs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
}

.photo-process-costs-label {
  margin-right: auto;
  color: #43504b;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.3;
}

.photo-process-costs > span:not(.photo-process-costs-label) {
  display: inline-flex;
  gap: 6px;
  align-items: baseline;
  white-space: nowrap;
}

.photo-process-costs b {
  color: #68726e;
  font-size: 8px;
  font-weight: 700;
}

.photo-process-costs strong {
  color: var(--industry-primary);
  font-size: 14px;
  font-weight: 850;
}

.photo-process-policy {
  padding-top: 7px;
  border-top: 1px solid #c9d1cc;
  color: #3f4a45;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .photographer-process-preview:hover .industry-media-front {
    clip-path: inset(50% 0 50% 0);
    opacity: 0;
  }

  .photographer-process-preview:hover .industry-media-back {
    opacity: 1;
    transform: scale(1);
  }

  .photographer-process-preview:hover .case-study-cue {
    opacity: 0;
    transform: translateY(4px);
  }
}

.photographer-process-preview:focus-visible .industry-media-front {
  clip-path: inset(50% 0 50% 0);
  opacity: 0;
}

.photographer-process-preview:focus-visible .industry-media-back {
  opacity: 1;
  transform: scale(1);
}

.photographer-process-preview:focus-visible .case-study-cue {
  opacity: 0;
  transform: translateY(4px);
}

.industry-row-travel .industry-media > img {
  object-position: center top;
}

.industry-row-photo .industry-media-front > img {
  object-fit: contain;
  object-position: center;
}

.industry-row-accounting .industry-media > img {
  object-fit: contain;
  object-position: center;
}

.industry-row-accounting .industry-media {
  background: #f3f2ee;
}

.industry-row-accounting .industry-media:hover > img,
.industry-row-accounting .industry-media:focus-visible > img {
  transform: none;
}

.industry-row-towing .industry-media > img {
  object-position: center 41%;
}

.industry-row-stays .industry-media > img,
.industry-row-opg .industry-media > img {
  object-position: center;
}

.industry-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4.2vw, 64px);
  background: rgba(255, 254, 250, 0.82);
}

.industry-copy h3 {
  margin: 16px 0 16px;
  color: var(--industry-ink);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.industry-copy > p:not(.industry-label, .industry-price) {
  max-width: 520px;
  margin: 0;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.68;
}

.industry-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.industry-list li {
  position: relative;
  padding-left: 27px;
  color: #343a46;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.industry-list li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/assets/icon-check-circle.svg") center / contain no-repeat;
  filter: invert(34%) sepia(17%) saturate(1481%) hue-rotate(119deg) brightness(90%);
}

.industry-price {
  margin: auto 0 0;
  padding-top: 30px;
  color: var(--industry-muted);
  font-size: 15px;
  line-height: 1.5;
}

.industry-price a {
  color: var(--industry-primary);
  font-size: 17px;
  font-weight: 850;
  white-space: nowrap;
}

.towing-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.towing-points div {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 10px;
  align-items: start;
}

.towing-points img {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  color: var(--industry-primary);
}

.towing-points strong {
  color: #284d46;
  font-size: 12px;
  line-height: 1.35;
}

.towing-points span {
  margin-top: 5px;
  color: var(--industry-muted);
  font-size: 11px;
  line-height: 1.5;
}

.djelatnosti-closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 30px clamp(36px, 9vw, 150px);
  background: rgba(255, 254, 250, 0.76);
}

.djelatnosti-closing h3 {
  margin: 0;
  color: var(--industry-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.djelatnosti-closing p {
  max-width: 590px;
  margin: 10px 0 0;
  color: var(--industry-muted);
  font-size: 12px;
  line-height: 1.58;
}

.djelatnosti-closing > a {
  min-width: 190px;
  min-height: 44px;
  border-color: var(--industry-primary);
  background: transparent;
  color: var(--industry-primary);
  box-shadow: none;
}

.djelatnosti-closing > a:hover,
.djelatnosti-closing > a:focus-visible {
  background: var(--industry-primary);
  color: #fff;
}

@media (max-width: 1120px) {
  .djelatnosti-hero {
    grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
    min-height: 590px;
    gap: 30px;
    padding-inline: 30px;
  }

  .djelatnosti-hero h1 {
    font-size: clamp(35px, 3.6vw, 40px);
  }

  .djelatnosti-hero-stage {
    gap: 12px;
    height: 400px;
  }

  .industry-row-travel,
  .industry-row-accounting {
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.95fr);
  }

  .industry-row-photo {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.3fr);
  }

  .industry-row-towing {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .industry-row-stays {
    grid-template-columns: minmax(330px, 0.95fr) minmax(0, 1.25fr);
  }

  .industry-row-opg {
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.95fr);
  }

  .industry-media-back {
    gap: 10px;
    padding: 14px;
  }

  .photo-process-stage-copy {
    padding-inline: 10px;
  }

  .photo-process-costs {
    gap: 8px 10px;
  }

  .photo-process-costs b {
    display: none;
  }

  .towing-points {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 900px) {
  .djelatnosti-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 56px 34px;
  }

  .djelatnosti-hero-copy {
    padding-left: 0;
  }

  .djelatnosti-hero h1,
  .djelatnosti-lead {
    max-width: 680px;
  }

  .djelatnosti-hero-stage {
    height: 430px;
  }

  .industry-row-travel,
  .industry-row-photo,
  .industry-row-accounting,
  .industry-row-towing,
  .industry-row-stays,
  .industry-row-opg {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .industry-row-photo .industry-copy,
  .industry-row-stays .industry-copy {
    order: 2;
  }

  .industry-media {
    min-height: 410px;
  }

  .photographer-process-preview {
    width: 100%;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .photo-process-costs b {
    display: inline;
  }

  .industry-row-towing .industry-media {
    min-height: 340px;
  }

  .industry-copy {
    min-height: 400px;
  }

  .towing-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.djelatnosti-page {
    --industry-section-break: 10px;
  }

  .djelatnosti-hero {
    gap: 38px;
    padding: 46px 22px 38px;
  }

  .djelatnosti-hero h1 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 1.1;
  }

  .djelatnosti-lead {
    margin-top: 22px;
    font-size: 14px;
  }

  .djelatnosti-primary {
    width: 100%;
  }

  .djelatnosti-hero-stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 230px 190px;
    height: auto;
  }

  .hero-preview-towing {
    grid-column: 1 / -1;
  }

  .hero-preview-accounting,
  .hero-preview-photo {
    min-height: 190px;
  }

  .djelatnosti-examples {
    padding: 48px 6px 6px;
  }

  .djelatnosti-section-heading {
    padding-bottom: 30px;
  }

  .djelatnosti-section-heading h2 {
    font-size: 30px;
  }

  .djelatnosti-section-heading span {
    width: 134px;
    height: 2px;
  }

  .industry-media,
  .industry-row-towing .industry-media {
    min-height: 260px;
  }

  .photographer-process-preview {
    width: 100%;
    min-height: 0;
  }

  .industry-row-accounting .industry-media {
    min-height: 0;
    aspect-ratio: 1682 / 935;
  }

  .case-study-cue {
    display: none;
  }

  .photographer-process-preview .industry-media-back {
    display: none;
  }

  .photographer-process-preview:focus-visible .industry-media-front {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  .industry-copy {
    min-height: 0;
    padding: 36px 22px 40px;
  }

  .industry-copy h3 {
    font-size: 27px;
  }

  .industry-price {
    padding-top: 28px;
  }

  .towing-points {
    grid-template-columns: 1fr;
  }

  .djelatnosti-closing {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px 22px;
  }

  .djelatnosti-closing > a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-preview img,
  .industry-media > img,
  .industry-media-front,
  .industry-media-front > img,
  .industry-media-back,
  .case-study-cue,
  .djelatnosti-primary,
  .djelatnosti-closing > a {
    transition: none;
  }

  .photographer-process-preview:hover .industry-media-front,
  .photographer-process-preview:focus-visible .industry-media-front {
    opacity: 0;
    clip-path: inset(50% 0 50% 0);
  }

  .photographer-process-preview:hover .industry-media-back,
  .photographer-process-preview:focus-visible .industry-media-back {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 620px) {
  .photographer-process-preview:hover .industry-media-front,
  .photographer-process-preview:focus-visible .industry-media-front {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
