/* Logo override */
.mxd-header__logo .mxd-logo__image {
  width: 250px;
  height: auto;
  max-width: none;
}

.mxd-hero-02-marquee .marquee__text {
  margin-top: 180px;
  }

  .marquee__image {
  margin-top: 180px;
  }

  .bg-accent{
    background-color: #d4627d !important;
  }

  
.footer-brand-text {
  font-family: 'TT Chocolates', sans-serif;
  font-weight: 700;
  font-size: clamp(6rem, 20vw, 22rem); /* skalira se kao rayo */
  line-height: 0.9;
  text-align: center;
  text-transform: lowercase;

  color: #d4627d;

  width: 100%;
  white-space: nowrap;

  display: flex;
  justify-content: center;
  align-items: center;
}

.mxd-block__inner-headline .btn-line-headline .btn-caption {
  font-size: 9rem;
}

.mxd-tech-stack-cards__logo img {
  max-width: 140px;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.mxd-tech-stack-cards__logo {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.mxd-tech-stack-cards__inner {
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mxd-tech-stack-cards__title {
  display: none !important;
}

.inner-headline__title {
  font-size: clamp(3.2rem, 5.5vw, 7.5rem) !important;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.lang-switcher {
  --lang-switcher-size: 5.6rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.4rem;
  height: var(--lang-switcher-size);
  border: 1px solid var(--st-muted);
  border-radius: 999px;
  font-family: var(--_font-accent);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  background: transparent;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.lang-switcher:hover {
  border-color: var(--st-accent, var(--t-bright));
}

.lang-switcher__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.8rem;
  height: 100%;
  padding: 0 1rem;
  color: var(--t-medium);
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.lang-switcher__link:hover {
  color: var(--t-bright);
}

.lang-switcher__link.is-active {
  background: var(--base-opp);
  color: var(--base);
  pointer-events: none;
}

.lang-switcher__link.is-active:hover {
  color: var(--base);
}

/* Place inside header on desktop, hide menu version */
.mxd-menu__lang {
  display: none;
}

@media (max-width: 1024px) {
  .mxd-header__controls .lang-switcher {
    display: none !important;
  }
  .mxd-menu__lang {
    display: flex;
    margin-top: 2.4rem;
    margin-bottom: 0.6rem;
  }
  .mxd-menu__lang .lang-switcher {
    --lang-switcher-size: 5rem;
    font-size: 1.3rem;
  }
  .mxd-menu__lang .lang-switcher__link {
    min-width: 5rem;
    padding: 0 1.4rem;
  }
}

.mxd-hero-02-marquee__image img {
    width: 150%;
    max-width: none;
    position: relative;
    left: -25%;
    top: -20%;
    transform: translateX(-50%);
  }



@media (max-width: 768px) {

  .mxd-header__logo .mxd-logo__image {
  width: 170px;
  height: auto;
  max-width: none;
}

.mxd-hero-02-marquee__image img {
    width: 170%;
    max-width: none;
    position: relative;
    left: -35%;
    top: -20%;
    transform: translateX(-50%);
  }

  .mxd-hero-02-marquee .marquee__text .marquee__image {
  margin-top: 160px;
  }

    .marquee__image {
  margin-top: 160px;
  }

   .hide-on-mobile {
    display: none !important;
  }

  .portrait-03 { order: 1; }
  .landscape-01 { order: 2; }
  .portrait-01 { order: 3; }

   .mxd-promo__images {
    display: block !important;
  }

  .mxd-block__inner-headline .btn-line-headline .btn-caption {
  font-size: 2.5rem;
}

}
