/* =========================================================
   SEO page accents
========================================================= */

.dz-page--seo {
  background: none !important;
}

.dz-search-map {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.dz-search-cell {
  min-height: 190px;
  grid-column: span 4;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--dz-line-soft);
  background:
    radial-gradient(circle at 14% 20%, rgba(255,102,0,.09), transparent 32%),
    rgba(255,255,255,.05);
  position: relative;
  overflow: hidden;
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease,
    background .35s ease;
}

.dz-search-cell:hover {
  transform: translateY(-3px);
  border-color: rgba(255,102,0,.34);
  box-shadow:
    0 22px 70px rgba(0,0,0,.22),
    0 0 28px rgba(255,102,0,.07),
    0 0 42px rgba(54,231,255,.04);
}

.dz-search-cell--wide {
  grid-column: span 8;
}

.dz-search-cell h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 52px);
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 900;
}

.dz-search-cell p {
  margin: 18px 0 0;
  color: var(--dz-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================
   Neon border animation - subtle
========================================================= */

@property --dz-neon-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes dzNeonSpin {
  to {
    --dz-neon-angle: 360deg;
  }
}

.dz-studio-board,
.dz-offer--featured,
.dz-search-cell--wide,
.dz-readmore,
.dz-signal-panel,
.dz-feature-panel,
.dz-service-proof,
.dz-story-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Mekši spoljašnji glow */
.dz-studio-board::after,
.dz-offer--featured::after,
.dz-search-cell--wide::after,
.dz-readmore::after,
.dz-signal-panel::after,
.dz-feature-panel::after,
.dz-service-proof::after,
.dz-story-panel::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: .18;
  filter: blur(7px);
  background:
    conic-gradient(
      from var(--dz-neon-angle, 0deg),
      rgba(255,102,0,0) 0deg,
      rgba(255,102,0,.34) 42deg,
      rgba(255,255,255,.12) 72deg,
      rgba(54,231,255,.30) 116deg,
      rgba(140,80,255,.24) 160deg,
      rgba(255,63,143,.16) 205deg,
      rgba(255,102,0,0) 260deg,
      rgba(255,102,0,0) 360deg
    );
  animation: dzNeonSpin 11s linear infinite;
}

/* Tanki diskretni border */
.dz-studio-board::before,
.dz-offer--featured::before,
.dz-search-cell--wide::before,
.dz-readmore::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  opacity: .22;
  background:
    conic-gradient(
      from var(--dz-neon-angle, 0deg),
      rgba(255,102,0,0) 0deg,
      rgba(255,102,0,.38) 40deg,
      rgba(255,255,255,.14) 74deg,
      rgba(54,231,255,.34) 120deg,
      rgba(140,80,255,.24) 176deg,
      rgba(255,63,143,.18) 218deg,
      rgba(255,102,0,0) 276deg,
      rgba(255,102,0,0) 360deg
    );
  animation: dzNeonSpin 11s linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.dz-signal-panel,
.dz-feature-panel,
.dz-service-proof,
.dz-story-panel {
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05),
    0 26px 80px rgba(0,0,0,.22),
    0 0 38px rgba(54,231,255,.04);
}

/* =========================================================
   Page-specific color mood
========================================================= */

.dz-page--production {
  --dz-service-accent: #ff6600;
}

.dz-page--seo {
  --dz-service-accent: #36e7ff;
}

.dz-page--seo .dz-kicker,
.dz-page--seo .dz-board-row__num,
.dz-page--seo .dz-production-tile__top,
.dz-page--seo .dz-manifest-item__num,
.dz-page--seo .dz-offer__label {
  color: var(--dz-orange);
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1180px) {
  .dz-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dz-production-strip,
  .dz-offer-levels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dz-intent-lane {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dz-manifest-item {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .dz-manifest-item > div:last-child {
    grid-column: 2;
  }

  .dz-board-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  .dz-board-row > span {
    grid-column: 2;
    margin-top: 4px;
  }

  .dz-signal-grid {
    grid-template-columns: 1fr;
  }

  .dz-signal-panel {
    min-height: 360px;
  }
}

@media (max-width: 900px) {
  .dz-service-intro,
  .dz-service-block,
  .dz-hero-grid,
  .dz-editorial-split,
  .dz-pricing-clean__intro,
  .dz-readmore__head {
    grid-template-columns: 1fr;
  }

  .dz-service-block__aside,
  .dz-sticky-note {
    position: relative;
    top: auto;
  }

  .dz-board-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dz-board-row > span {
    grid-column: auto;
    margin-top: 0;
  }

  .dz-search-cell,
  .dz-search-cell--wide {
    grid-column: span 12;
  }
}

@media (max-width: 680px) {
  .dz-container,
  .dz-container--narrow {
    width: min(100% - 28px, var(--dz-max));
  }

  .dz-section {
    padding: 54px 0;
  }

  .dz-title--xl {
    font-size: clamp(38px, 11vw, 52px);
  }

  .dz-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .dz-process,
  .dz-production-strip,
  .dz-offer-levels,
  .dz-intent-lane {
    grid-template-columns: 1fr;
  }

  .dz-production-tile {
    min-height: 190px;
  }

  .dz-intent-card {
    min-height: 220px;
  }

  .dz-manifest-item {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .dz-manifest-item > div:last-child {
    grid-column: auto;
  }

  .dz-signal-panel {
    min-height: auto;
    padding: 26px;
  }

  .dz-signal-panel h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .dz-signal-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dz-question button {
    font-size: 24px;
  }

  .dz-post-link {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dz-studio-board::after,
  .dz-offer--featured::after,
  .dz-search-cell--wide::after,
  .dz-readmore::after,
  .dz-signal-panel::after,
  .dz-feature-panel::after,
  .dz-service-proof::after,
  .dz-story-panel::after {
    opacity: .12;
    filter: blur(6px);
  }

  .dz-studio-board::before,
  .dz-offer--featured::before,
  .dz-search-cell--wide::before,
  .dz-readmore::before {
    opacity: .16;
  }
}


/* Animation 01: subtle breathing glow */
.dz-studio-board,
.dz-signal-panel,
.dz-readmore,
.dz-offer--featured {
  animation: dzSoftGlow 7s ease-in-out infinite;
}

@keyframes dzSoftGlow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,.05),
      0 24px 80px rgba(0,0,0,.22),
      0 0 22px rgba(255,102,0,.035),
      0 0 34px rgba(54,231,255,.025);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,.08),
      0 28px 90px rgba(0,0,0,.26),
      0 0 38px rgba(255,102,0,.075),
      0 0 54px rgba(54,231,255,.055);
  }
}


/* Animation 03: soft floating top tiles */
.dz-production-tile {
  animation: dzTileFloat 8s ease-in-out infinite;
}

.dz-production-tile:nth-child(2) {
  animation-delay: .8s;
}

.dz-production-tile:nth-child(3) {
  animation-delay: 1.6s;
}

.dz-production-tile:nth-child(4) {
  animation-delay: 2.4s;
}

@keyframes dzTileFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.dz-production-tile:hover {
  animation-play-state: paused;
}

/* Animation 04: accent pulse */
.dz-board-row__num,
.dz-manifest-item__num,
.dz-production-tile__top span:first-child,
.dz-offer__label {
  animation: dzAccentPulse 5.5s ease-in-out infinite;
}

@keyframes dzAccentPulse {
  0%, 100% {
    opacity: .78;
    text-shadow: 0 0 0 rgba(255,102,0,0);
  }

  50% {
    opacity: 1;
    text-shadow: 0 0 12px rgba(255,102,0,.28);
  }
}

/* =========================================================
   SEO PAGE - Animated Hero Visual
   ========================================================= */

.dz-page--seo .dz-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
}

.dz-seo-visual {
  position: relative;
  min-height: 460px;
  isolation: isolate;
}

.dz-seo-visual::before {
  content: "";
  position: absolute;
  inset: 6% -4% 0 8%;
  background:
    radial-gradient(circle at 78% 24%, rgba(32, 128, 255, .18), transparent 34%),
    linear-gradient(135deg, rgba(26, 115, 232, .12), rgba(0, 188, 212, .04));
  border-radius: 40px;
  filter: blur(.2px);
  z-index: -2;
}

.dz-seo-visual__browser {
  position: absolute;
  left: 0;
  top: 46px;
  width: 82%;
  min-height: 330px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 26px 80px rgba(15, 23, 42, .12);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.dz-seo-visual__top {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.dz-seo-visual__top > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
}

.dz-seo-visual__top > span:nth-child(2) {
  background: #f59e0b;
}

.dz-seo-visual__top > span:nth-child(3) {
  background: #22c55e;
}

.dz-seo-visual__search {
  margin-left: 16px;
  flex: 1;
  height: 38px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .07);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  color: #64748b;
  font-size: 13px;
  overflow: hidden;
}

.dz-seo-visual__search i {
  width: 13px;
  height: 13px;
  border: 2px solid #94a3b8;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.dz-seo-visual__search i::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background: #94a3b8;
  right: -6px;
  bottom: -3px;
  transform: rotate(45deg);
  border-radius: 999px;
}

.dz-seo-visual__search em {
  font-style: normal;
  white-space: nowrap;
}

.dz-seo-visual__serp {
  position: relative;
  padding: 28px 24px 120px;
  min-height: 260px;
}

.dz-seo-result {
  position: absolute;
  width: 172px;
  min-height: 96px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
  animation: dzSeoFloat 5.6s ease-in-out infinite;
  will-change: transform;
}

.dz-seo-result b {
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #94a3b8;
  margin-bottom: 14px;
}

.dz-seo-result strong {
  display: block;
  font-size: 13px;
  color: #0f172a;
  margin-bottom: 10px;
}

.dz-seo-result span {
  display: block;
  width: 100%;
  height: 9px;
  border-radius: 999px;
  background: #dbeafe;
  margin-bottom: 10px;
}

.dz-seo-result small {
  display: block;
  color: #64748b;
  font-size: 12px;
}

.dz-seo-result--muted {
  left: 22px;
  bottom: 30px;
  transform: scale(.84);
  opacity: .58;
  animation-delay: 0s;
}

.dz-seo-result--mid {
  left: 132px;
  bottom: 72px;
  transform: scale(.9);
  opacity: .78;
  animation-delay: .2s;
}

.dz-seo-result--high {
  left: 255px;
  bottom: 118px;
  transform: scale(.96);
  opacity: .9;
  animation-delay: .4s;
}

.dz-seo-result--top {
  right: 26px;
  top: 86px;
  width: 190px;
  min-height: 122px;
  animation: dzSeoTopPulse 5.6s ease-in-out infinite;
  z-index: 3;
}

.dz-seo-result--top b {
  color: #1473e6;
  font-size: 34px;
}

.dz-seo-result--top span {
  background: linear-gradient(90deg, #1473e6, #00bcd4);
}

.dz-seo-result--top small {
  color: #1473e6;
}

.dz-seo-visual__curve {
  position: absolute;
  left: 48px;
  bottom: 82px;
  width: 66%;
  height: 150px;
  border-bottom: 4px solid rgba(20, 115, 230, .18);
  border-right: 4px solid rgba(20, 115, 230, .18);
  border-radius: 0 0 140px 0;
  transform: skewY(-13deg);
  pointer-events: none;
}

.dz-seo-visual__curve::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 10px;
  width: 11px;
  height: 11px;
  border-top: 4px solid #1473e6;
  border-right: 4px solid #1473e6;
  transform: rotate(45deg);
}

.dz-seo-visual__curve span {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1473e6;
  box-shadow: 0 0 0 7px rgba(20, 115, 230, .13);
  animation: dzSeoDot 5.6s ease-in-out infinite;
}

.dz-seo-visual__curve span:nth-child(1) {
  left: -6px;
  bottom: -8px;
}

.dz-seo-visual__curve span:nth-child(2) {
  left: 28%;
  bottom: 16px;
  animation-delay: .2s;
}

.dz-seo-visual__curve span:nth-child(3) {
  left: 58%;
  bottom: 58px;
  animation-delay: .4s;
}

.dz-seo-visual__curve span:nth-child(4) {
  right: -7px;
  top: 24px;
  animation-delay: .6s;
}

.dz-seo-visual__bars {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 82px;
}

.dz-seo-visual__bars i {
  width: 20px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(20, 115, 230, .85), rgba(0, 188, 212, .26));
  animation: dzSeoBars 2.8s ease-in-out infinite;
  transform-origin: bottom;
}

.dz-seo-visual__bars i:nth-child(1) {
  height: 26px;
  animation-delay: 0s;
}

.dz-seo-visual__bars i:nth-child(2) {
  height: 38px;
  animation-delay: .12s;
}

.dz-seo-visual__bars i:nth-child(3) {
  height: 50px;
  animation-delay: .24s;
}

.dz-seo-visual__bars i:nth-child(4) {
  height: 64px;
  animation-delay: .36s;
}

.dz-seo-visual__bars i:nth-child(5) {
  height: 78px;
  animation-delay: .48s;
}

.dz-seo-visual__lens {
  position: absolute;
  right: 0;
  top: 104px;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.96), rgba(255,255,255,.76) 48%, rgba(219,234,254,.72));
  border: 12px solid rgba(15, 23, 42, .82);
  box-shadow:
    0 28px 70px rgba(15, 23, 42, .18),
    inset 0 0 0 1px rgba(255, 255, 255, .9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 42px;
  animation: dzSeoLens 5.6s ease-in-out infinite;
  z-index: 4;
}

.dz-seo-visual__lens::after {
  content: "";
  position: absolute;
  width: 112px;
  height: 28px;
  right: -80px;
  bottom: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f172a, #020617);
  transform: rotate(45deg);
  transform-origin: left center;
  box-shadow: 0 18px 30px rgba(15, 23, 42, .22);
}

.dz-seo-visual__lens strong {
  font-size: 58px;
  line-height: .9;
  letter-spacing: -.06em;
  color: #1473e6;
}

.dz-seo-visual__lens span {
  margin-top: 14px;
  color: #334155;
  font-size: 15px;
  font-weight: 700;
}

@keyframes dzSeoFloat {
  0%, 100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes dzSeoTopPulse {
  0%, 100% {
    translate: 0 0;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
  }

  50% {
    translate: 0 -14px;
    box-shadow: 0 24px 60px rgba(20, 115, 230, .22);
  }
}

@keyframes dzSeoDot {
  0%, 100% {
    scale: 1;
    opacity: .75;
  }

  50% {
    scale: 1.28;
    opacity: 1;
  }
}

@keyframes dzSeoBars {
  0%, 100% {
    scale: 1 .78;
    opacity: .72;
  }

  50% {
    scale: 1 1;
    opacity: 1;
  }
}

@keyframes dzSeoLens {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(-18px, 10px, 0) rotate(2deg);
  }
}

@media (max-width: 1100px) {
  .dz-page--seo .dz-hero-grid {
    grid-template-columns: 1fr;
  }

  .dz-seo-visual {
    min-height: 420px;
    max-width: 620px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .dz-seo-visual {
    min-height: 360px;
    margin-top: 20px;
  }

  .dz-seo-visual__browser {
    width: 100%;
    top: 24px;
    min-height: 300px;
  }

  .dz-seo-visual__top {
    height: 62px;
    padding: 0 16px;
  }

  .dz-seo-visual__search {
    margin-left: 8px;
    height: 34px;
    font-size: 12px;
  }

  .dz-seo-visual__lens {
    width: 160px;
    height: 160px;
    border-width: 8px;
    right: 8px;
    top: 104px;
    padding-left: 28px;
  }

  .dz-seo-visual__lens::after {
    width: 74px;
    height: 20px;
    right: -52px;
    bottom: 2px;
  }

  .dz-seo-visual__lens strong {
    font-size: 40px;
  }

  .dz-seo-visual__lens span {
    font-size: 12px;
  }

  .dz-seo-result {
    width: 132px;
    min-height: 82px;
    padding: 14px;
  }

  .dz-seo-result b {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .dz-seo-result--muted {
    left: 14px;
    bottom: 30px;
  }

  .dz-seo-result--mid {
    left: 82px;
    bottom: 70px;
  }

  .dz-seo-result--high {
    left: 160px;
    bottom: 112px;
  }

  .dz-seo-result--top {
    right: 16px;
    top: 94px;
    width: 145px;
    min-height: 104px;
  }

  .dz-seo-result--top b {
    font-size: 28px;
  }

  .dz-seo-visual__curve {
    left: 34px;
    bottom: 76px;
    width: 58%;
    height: 126px;
  }

  .dz-seo-visual__bars {
    right: 16px;
    bottom: 20px;
    height: 64px;
    gap: 6px;
  }

  .dz-seo-visual__bars i {
    width: 15px;
  }
}

@media (max-width: 480px) {
  .dz-seo-visual {
    min-height: 335px;
  }

  .dz-seo-result--high {
    display: none;
  }

  .dz-seo-visual__lens {
    right: 4px;
    top: 112px;
  }

  .dz-seo-result--top {
    right: 12px;
    top: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dz-seo-result,
  .dz-seo-result--top,
  .dz-seo-visual__curve span,
  .dz-seo-visual__bars i,
  .dz-seo-visual__lens {
    animation: none !important;
  }
}
/* SEO hero visual below text */
.dz-page--seo .dz-hero-grid {
  grid-template-columns: 1fr !important;
}

.dz-page--seo .dz-hero-copy {
  max-width: 980px;
}

.dz-page--seo .dz-seo-visual {
  width: 100%;
  max-width: 820px;
  margin: clamp(36px, 6vw, 72px) auto 0;
}

@media (max-width: 767px) {
  .dz-page--seo .dz-title--xl {
    font-size: clamp(56px, 17vw, 96px);
    line-height: .92;
    letter-spacing: -.07em;
  }

  .dz-page--seo .dz-seo-visual {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .dz-page--seo .dz-editorial-hero .dz-title.dz-title--xl {
    font-size: clamp(40px, 10.6vw, 54px) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em;
    max-width: 11ch;
  }

  .dz-page--seo .dz-editorial-hero .dz-lead,
  .dz-page--seo .dz-editorial-hero .dz-hero-statement {
    font-size: clamp(16px, 4.25vw, 19px);
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .dz-page--seo .dz-editorial-hero .dz-title.dz-title--xl {
    font-size: clamp(36px, 10.8vw, 46px) !important;
    line-height: 0.96 !important;
    max-width: 10.5ch;
  }
}