/* Shared service selector — image map (desktop) + card grid (mobile) */
.servicesImageSection,
.services-visual-wrap .hero {
  padding: clamp(1rem, 3vw, 2rem) 0 0;
}

.servicesImageIntro,
.services-guide {
  max-width: 820px;
  margin: 0 auto 1rem;
  text-align: center;
}

.servicesImageIntro h2,
.services-guide h1 {
  margin-bottom: 0.45rem;
}

.services-guide-sub {
  color: rgba(237, 232, 222, 0.82);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0 0 0.35rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.servicesMobileHint,
.services-mobile-hint {
  display: none;
}

.servicesClickHint,
.services-click-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 0.85rem;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(219, 177, 85, 0.5);
  background: linear-gradient(135deg, rgba(219, 177, 85, 0.22), rgba(0, 0, 0, 0.42));
  color: #f5dfaa;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26), 0 0 26px rgba(219, 177, 85, 0.14);
}

.servicesCardGrid {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.35rem;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 16.5rem;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.36);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.48));
  padding: 1rem 0.9rem;
  color: #f8f0de;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 236, 200, 0.08) inset;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  -webkit-tap-highlight-color: transparent;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 14%, rgba(219, 177, 85, 0.18), transparent 35%),
    linear-gradient(180deg, rgba(219, 177, 85, 0.08), transparent 42%);
  opacity: 0.9;
  pointer-events: none;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(240, 212, 155, 0.82);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38), 0 0 34px rgba(219, 177, 85, 0.22), 0 0 0 1px rgba(255, 236, 200, 0.14) inset;
  outline: none;
  color: #f8f0de;
  text-decoration: none;
}

.service-card__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  border: 1px solid rgba(219, 177, 85, 0.55);
  background: rgba(0, 0, 0, 0.25);
  font-size: 1.55rem;
  box-shadow: 0 0 26px rgba(219, 177, 85, 0.16);
}

.service-card h3 {
  position: relative;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.15;
  color: #f8f0de;
  margin-bottom: 0.45rem;
  text-align: center;
}

.service-card p {
  position: relative;
  color: rgba(237, 232, 222, 0.86);
  font-size: 0.86rem;
  line-height: 1.48;
  text-align: center;
  margin-bottom: 0.75rem;
  flex: 1;
}

.service-card__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  border-top: 1px solid rgba(219, 177, 85, 0.32);
  padding-top: 0.65rem;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8cf91;
}

.service-card--cta {
  border-color: rgba(240, 212, 155, 0.55);
  background: linear-gradient(180deg, rgba(219, 177, 85, 0.16), rgba(0, 0, 0, 0.42));
}

.servicesImageScroller,
.hero-scroller {
  overflow-x: visible;
}

.servicesImageWrap,
.hero-visual {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #11100e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42), 0 0 32px rgba(197, 160, 89, 0.16);
}

.servicesImageWrap picture,
.hero-visual picture {
  display: block;
}

.servicesImageWrap img,
.hero-visual .hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.servicesImageLogo,
.hero-logo-patch {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(5, 5, 4, 0.92), rgba(12, 10, 8, 0.82));
  border: 1px solid rgba(219, 177, 85, 0.4);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.6), 0 0 22px rgba(219, 177, 85, 0.18);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.servicesImageLogo img,
.hero-logo-patch img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(219, 177, 85, 0.55);
}

.servicesImageLogo span,
.hero-logo-patch span {
  font-family: Cinzel, Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.58rem;
  color: #e8cf91;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

.servicesHotspot,
.visual-hotspot,
.visual-bottom-cta {
  position: absolute;
  top: 35.8%;
  height: 44.8%;
  border-radius: 12px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  z-index: 4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.servicesImageWrap picture,
.hero-visual picture,
.servicesImageWrap > img,
.hero-visual > picture {
  pointer-events: none;
  user-select: none;
}

.servicesImageLogo,
.hero-logo-patch {
  z-index: 3;
}

.servicesHotspot:hover,
.servicesHotspot:focus-visible,
.visual-hotspot:hover,
.visual-hotspot:focus-visible,
.visual-bottom-cta:hover,
.visual-bottom-cta:focus-visible {
  border-color: rgba(240, 212, 155, 0.86);
  background: rgba(219, 177, 85, 0.06);
  box-shadow: 0 0 34px rgba(219, 177, 85, 0.3), 0 0 0 1px rgba(255, 236, 200, 0.16) inset;
  outline: none;
  transform: translateY(-2px);
}

.servicesHotspot--strategy,
.visual-hotspot--strategy { left: 5%; width: 14.4%; }
.servicesHotspot--google,
.visual-hotspot--google { left: 20.1%; width: 14.4%; }
.servicesHotspot--meta,
.visual-hotspot--meta { left: 35.2%; width: 14.4%; }
.servicesHotspot--web,
.visual-hotspot--web { left: 50.3%; width: 14.4%; }
.servicesHotspot--chatbot,
.visual-hotspot--chatbot { left: 65.4%; width: 14.4%; }
.servicesHotspot--automation,
.visual-hotspot--automation { left: 80.5%; width: 14.4%; }
.servicesHotspot--cta,
.visual-bottom-cta { left: 68%; top: 86.6%; width: 27%; height: 6%; border-radius: 8px; }

@media (max-width: 760px) {
  .servicesImageSection,
  .services-visual-wrap .hero {
    padding-top: 0.35rem;
  }

  .servicesImageIntro,
  .services-guide {
    text-align: left;
    margin-bottom: 0.45rem;
  }

  .servicesImageIntro .eyebrow,
  .services-guide .eyebrow {
    margin-bottom: 0.28rem;
  }

  .servicesImageIntro h2,
  .services-guide h1 {
    font-size: 1.22rem;
    margin-bottom: 0.28rem;
  }

  .servicesMobileHint,
  .services-mobile-hint {
    display: block;
    margin: 0.12rem 0 0;
    color: rgba(237, 232, 222, 0.86);
    font-size: 0.88rem;
    line-height: 1.42;
    font-weight: 600;
  }

  .servicesClickHint,
  .services-click-hint {
    display: none !important;
  }

  .servicesImageSection .servicesCardGrid,
  .services-visual-wrap .servicesCardGrid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 0.15rem;
  }

  .service-card {
    min-height: 0;
    padding: 0.85rem 0.8rem 0.75rem;
    border-radius: 14px;
  }

  .service-card__icon {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0.55rem;
    font-size: 1.25rem;
  }

  .service-card h3 {
    font-size: 0.96rem;
    margin-bottom: 0.32rem;
  }

  .service-card p {
    font-size: 0.8rem;
    margin-bottom: 0.55rem;
    line-height: 1.38;
  }

  .service-card__cta {
    padding-top: 0.52rem;
    font-size: 0.58rem;
  }

  .servicesImageScroller,
  .hero-scroller {
    display: none !important;
  }
}

@media (min-width: 761px) {
  .servicesImageSection .servicesCardGrid,
  .services-visual-wrap .servicesCardGrid {
    display: none !important;
  }

  .servicesImageScroller,
  .hero-scroller {
    display: block;
  }

  .servicesClickHint,
  .services-click-hint {
    display: flex !important;
  }
}

@media (max-width: 620px) {
  .servicesImageLogo,
  .hero-logo-patch {
    top: 0.55rem;
    padding: 0.34rem 0.58rem;
  }

  .servicesImageLogo img,
  .hero-logo-patch img {
    width: 36px;
    height: 36px;
  }

  .servicesImageLogo span,
  .hero-logo-patch span {
    font-size: 0.48rem;
  }
}

/* EN hub: always show clickable HTML cards → English service pages */
.services-hub-en .servicesCardGrid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  margin: 0.75rem 0 1.25rem !important;
}

.services-hub-en .services-click-hint,
.services-hub-en .servicesClickHint {
  display: flex !important;
}

.services-hub-en .servicesMobileHint,
.services-hub-en .services-mobile-hint {
  display: none !important;
}

@media (min-width: 761px) {
  .services-hub-en .servicesImageScroller,
  .services-hub-en .hero-scroller {
    display: block !important;
    margin-top: 0.25rem;
  }
}

@media (max-width: 760px) {
  .services-hub-en .servicesCardGrid {
    grid-template-columns: 1fr !important;
  }

  .services-hub-en .servicesMobileHint,
  .services-hub-en .services-mobile-hint {
    display: block !important;
  }

  .services-hub-en .servicesImageScroller,
  .services-hub-en .hero-scroller {
    display: none !important;
  }
}

/* EN homepage: image map on desktop, compact mobile cards on phone */
.services-image-only .servicesCardGrid,
.services-image-only .servicesMobileCards {
  display: none !important;
}

.services-image-only .servicesImageScroller,
.services-image-only .hero-scroller {
  display: block !important;
}

.services-image-only .servicesClickHint,
.services-image-only .services-click-hint {
  display: flex !important;
}

@media (max-width: 760px) {
  .services-image-only .servicesMobileHint {
    display: block !important;
  }

  .services-image-only .servicesClickHint,
  .services-image-only .services-click-hint {
    display: none !important;
  }

  .services-image-only .servicesImageScroller,
  .services-image-only .hero-scroller {
    display: none !important;
  }

  .services-image-only .servicesMobileCards {
    display: grid !important;
  }
}
