/* Codex 2026-08-22: final responsive polish after full desktop/mobile audit */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
  background: #050509 !important;
}

.layout,
.layout__main,
.layout__footer {
  max-width: 100% !important;
  overflow-x: clip !important;
}

.cj-marquee {
  max-width: 100vw !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.cj-marquee__track {
  will-change: transform !important;
}

.cj-vertical-marquee {
  right: 6px !important;
  width: 30px !important;
  box-sizing: border-box !important;
  border-color: rgba(199, 111, 141, 0.28) !important;
  background: rgba(15, 10, 13, 0.82) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34) !important;
}

.cj-vertical-marquee__item {
  color: #e6bdcb !important;
  text-shadow: none !important;
}

.yButton.bottom.left {
  width: 54px !important;
  height: 54px !important;
  border: 1px solid rgba(255, 232, 239, 0.5) !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, #d686a1 0%, #b65376 100%) !important;
  box-shadow:
    0 10px 28px rgba(73, 23, 43, 0.46),
    0 0 22px rgba(199, 111, 141, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.26) !important;
}

.yButton.bottom.left::after {
  color: #fff !important;
  background: rgba(21, 13, 17, 0.92) !important;
  border: 1px solid rgba(199, 111, 141, 0.42) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.yButton.bottom.left .yButtonText,
.yButton.bottom.left .yButtonText * {
  color: transparent !important;
  text-shadow: none !important;
}

#Phone-0-channel .chaty-svg,
#Phone-0-channel .chaty-cta-button,
#Phone-0-channel .color-element {
  background: linear-gradient(145deg, #d686a1 0%, #b65376 100%) !important;
  fill: #c76f8d !important;
}

.cj-pricing-section .ksf.list__item .iconText,
.layout__main .ksf.list__item .iconText {
  align-items: flex-start !important;
}

.cj-pricing-section .ksf.list__item .iconText__icon,
.layout__main .ksf.list__item .iconText__icon {
  flex: 0 0 18px !important;
  width: 18px !important;
  margin-top: 0.22em !important;
  color: #c76f8d !important;
}

.cj-pricing-section .ksf.list__item .iconText__text,
.layout__main .ksf.list__item .iconText__text {
  min-width: 0 !important;
  text-align: left !important;
}

@media (max-width: 768px) {
  .cj-vertical-marquee {
    right: 0 !important;
    width: 22px !important;
    opacity: 0.54 !important;
  }

  .cj-vertical-marquee__item {
    font-size: 8px !important;
  }

  .layout__main > .ksf.section:first-child .section__container {
    padding-bottom: 116px !important;
  }

  body.home .layout__main > .cj-marquee + .ksf.section {
    margin-top: 86px !important;
  }

  .layout__main h1,
  .layout__main h1 .heading__text {
    overflow-wrap: anywhere !important;
  }

  .yButton.bottom.left {
    left: 12px !important;
    bottom: 12px !important;
    width: 50px !important;
    height: 50px !important;
  }

  .yButton.bottom.left::after {
    left: 56px !important;
    height: 30px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }

  .chaty-widget.right-position {
    right: 12px !important;
    bottom: 12px !important;
  }
}
