.service-page {
  position: relative;
  min-height: 100svh;
  padding-top: 5.8rem;
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(13, 16, 32, 0.22) 0%, var(--bg) 28rem),
    var(--bg);
}

.service-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42rem;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(200, 149, 58, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 64%);
}

.service-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  /* max-width: 1360px; */
  min-height: calc(100svh - 5.8rem);
  margin: 0 auto;
  padding: 4rem 4rem 5rem;
}

.service-hero-split {
  overflow: visible;
  min-height: auto;
  max-width: 1280px;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.service-hero-split .service-copy {
  grid-column: 1;
  grid-row: 1;
}

.service-visual-stack {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 1rem;
}

.service-hero-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(200, 149, 58, 0.2), rgba(46, 84, 87, 0.22)),
    linear-gradient(45deg, #121827, #26313b);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.hero-mobile-visual {
  display: none;
}

.hero-mobile-support-visuals {
  display: none;
}

.configured-visual-video,
.configured-visual-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06) brightness(0.82);
}

.service-hero-photo-city {
  background:
    linear-gradient(135deg, rgba(42, 95, 82, 0.32), rgba(200, 149, 58, 0.16)),
    linear-gradient(45deg, #0f211c, #202b34);
}

.service-hero-photo-warm {
  background:
    linear-gradient(135deg, rgba(168, 94, 58, 0.34), rgba(200, 149, 58, 0.18)),
    linear-gradient(45deg, #2a1f19, #302d25);
}

.service-hero-photo::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.service-hero-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 58%;
  background: linear-gradient(180deg, transparent, rgba(7, 8, 15, 0.82));
}

.service-hero-photo span {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.25rem;
  z-index: 2;
  color: var(--gold-lt);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.service-hero-photo-main {
  min-height: 24rem;
}

.service-hero-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.service-hero-photo-small {
  min-height: 13rem;
}

.service-visual-slider .service-media {
  min-height: 38rem;
}

.service-visual-slider .service-media,
.service-visual-slider .service-media img {
  min-height: 38rem;
}

.service-video {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.service-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.05);
}

.service-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 8, 15, 0.88),
      rgba(7, 8, 15, 0.35),
      rgba(7, 8, 15, 0.15)
    ),
    linear-gradient(180deg, rgba(7, 8, 15, 0.1), rgba(7, 8, 15, 0.78));
  pointer-events: none;
}

.service-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.service-copy h1 {
  max-width: 10.5ch;
  margin-top: 1rem;
  font-size: clamp(3.1rem, 5.8vw, 6.25rem);
  font-weight: 300;
  line-height: 0.98;
}

.service-hero-split .service-copy h1 {
  max-width: 12ch;
}

.service-copy h1 em {
  color: var(--gold);
  font-style: italic;
}

.service-copy p {
  max-width: 590px;
  margin-top: 1.35rem;
  color: #c5ccdb;
  font-size: 1.05rem;
  line-height: 1.82;
}

.service-hero-split .service-copy p {
  max-width: 34rem;
}

.service-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 1.5rem;
}

.service-proof div {
  min-width: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  color: rgba(197, 204, 219, 0.74);
  font-size: 0.84rem;
  line-height: 1.35;
}

.service-proof strong {
  color: var(--gold-lt);
  font-family: var(--font-b);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.service-proof span {
  color: rgba(156, 168, 196, 0.86);
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.service-media {
  position: relative;
  min-height: min(66svh, 720px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: var(--surface);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(200, 149, 58, 0.06);
  isolation: isolate;
}

.service-media::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 2;
  border: 1px solid rgba(240, 234, 214, 0.13);
  pointer-events: none;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 8, 15, 0) 42%, rgba(7, 8, 15, 0.86) 100%),
    linear-gradient(90deg, rgba(7, 8, 15, 0.42) 0%, rgba(7, 8, 15, 0) 54%),
    linear-gradient(0deg, rgba(200, 149, 58, 0.12), transparent 38%);
  mix-blend-mode: normal;
}

.service-media video,
.service-media img {
  width: 100%;
  height: 100%;
  min-height: min(66svh, 720px);
  object-fit: cover;
  display: block;
  filter: saturate(0.86) contrast(1.08) brightness(0.82);
  transform: scale(1.015);
}

.service-media-slider {
  display: grid;
}

.service-media-slides,
.service-media-slide {
  position: absolute;
  inset: 0;
}

.service-media-slide {
  opacity: 0;
  transition: opacity 700ms ease;
}

.service-media-slide.is-active {
  opacity: 1;
}

.service-media-slide img {
  width: 100%;
  height: 100%;
}

.service-media-controls {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 4;
  display: flex;
  gap: 0.5rem;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(7, 8, 15, 0.52);
  backdrop-filter: blur(10px);
}

.service-media-dot {
  width: 0.58rem;
  height: 0.58rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition:
    width 220ms ease,
    background 220ms ease;
}

.service-media-dot.is-active {
  width: 1.35rem;
  background: var(--gold);
}

.service-media-panel {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.service-media-panel span {
  color: var(--gold-lt);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-media-panel strong {
  max-width: 19rem;
  color: var(--cream);
  font-family: var(--font-d);
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
  text-align: right;
}

.service-detail-band {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 45%),
    var(--surface);
  padding: 5.5rem 4rem;
}

.service-detail-compact {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 6vw, 5rem);
  max-width: 1180px;
  margin: 0 auto;
}

.service-detail-grid article {
  min-width: 0;
}

.service-detail-grid h2,
.service-flow h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.06;
}

.service-detail-grid p,
.service-checks {
  color: var(--muted);
  line-height: 1.85;
}

.service-checks {
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.service-checks li {
  position: relative;
  padding: 1rem 1rem 1rem 2.65rem;
  border: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(7, 8, 15, 0.26);
}

.service-checks li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.45rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(200, 149, 58, 0.1);
}

.service-route-tags {
  margin-top: 1.4rem;
}

.service-offers-band {
  padding: 5.5rem 4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent), var(--bg);
}

.service-image-band,
.service-offers-prominent {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-offers {
  max-width: 1180px;
  margin: 0 auto;
}

.service-offers-head {
  max-width: 680px;
  margin-bottom: 2rem;
}

.service-offers-head h2 {
  margin-top: 0.8rem;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1.06;
}

.service-offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1rem;
}

.service-offer-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    rgba(13, 16, 32, 0.76);
}

.service-offer-media {
  position: relative;
  height: 13rem;
  min-height: 13rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(200, 149, 58, 0.24), rgba(46, 84, 87, 0.24)),
    #111827;
}

.service-offer-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 8, 15, 0.02), rgba(7, 8, 15, 0.72)),
    linear-gradient(90deg, rgba(7, 8, 15, 0.32), transparent 54%);
}

.service-offer-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 13rem;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06) brightness(0.86);
}

.service-offer-media span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  color: var(--gold-lt);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-offer-placeholder {
  display: grid;
  place-items: center;
}

.service-offer-placeholder::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.service-offer-placeholder.service-offer-samobor {
  background:
    linear-gradient(135deg, rgba(168, 94, 58, 0.5), rgba(200, 149, 58, 0.18)),
    linear-gradient(45deg, #18241f, #342519);
}

.service-offer-placeholder.service-offer-medvednica {
  background:
    linear-gradient(135deg, rgba(42, 95, 82, 0.54), rgba(200, 149, 58, 0.16)),
    linear-gradient(45deg, #0f211c, #1c2f2b);
}

.service-offer-placeholder.service-offer-rijeka {
  background:
    linear-gradient(135deg, rgba(34, 85, 110, 0.54), rgba(200, 149, 58, 0.16)),
    linear-gradient(45deg, #111c2c, #233344);
}

.service-offer-placeholder.service-offer-split {
  background:
    linear-gradient(135deg, rgba(35, 92, 130, 0.5), rgba(200, 149, 58, 0.18)),
    linear-gradient(45deg, #0f2230, #2c3440);
}

.service-offer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.service-offer-body span {
  color: var(--gold-lt);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-offer-card h3 {
  color: var(--cream);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.18;
}

.service-offer-card p {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.service-offer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin-top: 1rem;
}

.service-offer-points li {
  padding: 0.45rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  color: #d9deea;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.72rem;
  line-height: 1;
}

.service-offer-card strong {
  margin-top: auto;
  padding-top: 1.3rem;
  color: var(--gold);
  font-family: var(--font-d);
  font-size: 1.7rem;
  font-weight: 500;
}

.service-visual-card .service-offer-body {
  min-height: 13rem;
}

.service-flow-band {
  padding: 5.5rem 4rem 6.5rem;
  background: var(--bg);
}

.service-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 1180px;
  margin: 0 auto;
}

.service-flow ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.07);
}

.service-flow li {
  min-width: 0;
  padding: 1.5rem;
  background: rgba(13, 16, 32, 0.82);
}

.service-flow li > span {
  color: var(--gold);
  font-family: var(--font-d);
  font-size: 2.1rem;
  line-height: 1;
}

.service-flow strong {
  display: block;
  margin-top: 1rem;
  color: var(--cream);
  font-size: 1rem;
  font-weight: 500;
}

.service-flow p {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .service-hero,
  .service-detail-grid,
  .service-flow {
    grid-template-columns: 1fr;
  }

  .service-hero-split .service-copy,
  .service-visual-stack {
    grid-column: auto;
    grid-row: auto;
  }

  .service-hero-photo-main,
  .service-visual-slider .service-media,
  .service-visual-slider .service-media img {
    min-height: 440px;
  }

  .service-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-hero {
    min-height: auto;
    padding: 3rem 2rem 4rem;
  }

  .service-copy h1 {
    max-width: 12ch;
  }

  .service-media,
  .service-media video,
  .service-media img {
    min-height: 480px;
  }
}

@media (max-width: 760px) {
  .service-page {
    padding-top: 5rem;
  }

  .service-hero,
  .service-detail-band,
  .service-offers-band,
  .service-flow-band {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-copy h1 {
    font-size: 2.65rem;
  }

  .service-copy p {
    font-size: 0.97rem;
  }

  .service-proof {
    gap: 0.5rem 0.8rem;
    margin-top: 1.15rem;
  }

  .service-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-actions .btn-primary,
  .service-actions .btn-outline {
    display: grid;
    min-height: 46px;
    place-items: center;
    text-align: center;
  }

  .service-media,
  .service-media video,
  .service-media img {
    min-height: 360px;
  }

  .service-hero-photo-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-photo-main,
  .service-hero-photo-small,
  .service-visual-slider .service-media,
  .service-visual-slider .service-media img {
    min-height: 300px;
  }

  .service-media::before {
    inset: 0.7rem;
  }

  .service-media-panel {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    display: block;
  }

  .service-media-panel strong {
    display: block;
    margin-top: 0.55rem;
    text-align: left;
  }

  .has-mobile-visual > .service-visual-stack,
  .has-mobile-visual > .content-media {
    display: none;
  }

  .hero-mobile-visual {
    display: block;
    margin-top: 1.25rem;
  }

  .hero-mobile-support-visuals {
    display: none;
  }

  .hero-mobile-visual .service-hero-photo,
  .hero-mobile-visual .content-media,
  .hero-mobile-visual .service-media,
  .hero-mobile-visual .service-media img {
    min-height: 300px;
  }

  .service-flow ol {
    grid-template-columns: 1fr;
  }

  .service-offer-grid {
    grid-template-columns: 1fr;
  }

  .service-offer-card {
    min-height: 0;
  }
}
