html,
body {
  margin: 0;
  background: #000;
}

body[data-gradient-color="160"],
body[data-gradient-color="160"] .main-wrap,
body[data-gradient-color="160"] tal-root > .page-wrap {
  background-color: #000 !important;
}

.erp-crm-page-shell {
  margin-top: 120px !important;
  background: #000;
}

.erp-crm-body .erp-crm-shell {
  padding-bottom: 0 !important;
  background: #000 !important;
}

body.erp-crm-body #gradient-canvas,
body.erp-crm-body .cursor-blur {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.erp-crm-shell > tal-header > header.header,
.erp-crm-shell > tal-footer {
  display: none !important;
}

.erp-crm-custom-header {
  position: absolute;
  inset: 12px 0 auto;
  z-index: 10000;
  width: 100%;
}

.erp-crm-custom-footer {
  position: relative;
  z-index: 2;
  background: #000;
}

.erp-crm-page {
  background: #000;
  color: #fff;
  font-family: Closer, Inter, Arial, sans-serif;
}

.erp-crm-page .erp-crm-hero {
  --erp-hero-accent: #10c875;
  --erp-hero-accent-deep: #007653;
  --erp-hero-line-soft: rgba(43, 224, 139, 0.08);
  --erp-hero-line-strong: rgba(43, 224, 139, 0.5);
  --erp-hero-laptop-x: 0px;
  --erp-hero-laptop-y: 0px;
  --erp-hero-settings-x: 0px;
  --erp-hero-settings-y: 0px;
  --erp-hero-analytic-x: 0px;
  --erp-hero-analytic-y: 0px;
  --erp-hero-piechart-x: 0px;
  --erp-hero-piechart-y: 0px;
  position: relative;
  isolation: isolate;
  height: calc(100vh + 140px) !important;
  height: calc(100svh + 140px) !important;
  min-height: calc(100vh + 140px) !important;
  min-height: calc(100svh + 140px) !important;
  margin-top: -120px !important;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(20, 130, 82, 0.66) 0%, rgba(5, 61, 38, 0.4) 20%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0) 58%, rgba(0, 117, 82, 0.4) 79%, rgba(0, 18, 12, 0.9) 100%),
    linear-gradient(180deg, #010302 0%, #020806 32%, #042015 68%, #010202 100%) !important;
}

.erp-crm-page .erp-crm-hero::before,
.erp-crm-page .erp-crm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.erp-crm-page .erp-crm-hero::before {
  z-index: 1;
  background:
    radial-gradient(ellipse at 16% 63%, rgba(73, 238, 149, 0.66) 0%, rgba(17, 180, 101, 0.28) 26%, rgba(0, 0, 0, 0) 58%),
    radial-gradient(ellipse at 84% 64%, rgba(11, 204, 126, 0.5) 0%, rgba(0, 139, 92, 0.22) 27%, rgba(0, 0, 0, 0) 58%),
    linear-gradient(90deg, rgba(29, 209, 122, 0.34), rgba(43, 224, 139, 0.16) 28%, rgba(0, 0, 0, 0) 49%, rgba(43, 224, 139, 0.14) 69%, rgba(0, 127, 88, 0.36)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(43, 224, 139, 0.08) 32%, rgba(43, 224, 139, 0.32) 64%, rgba(0, 0, 0, 0.9) 100%);
}

.erp-crm-page .erp-crm-hero::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.42) 18%, rgba(0, 0, 0, 0.05) 43%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.52) 76%, rgba(0, 0, 0, 0.9) 91%, #000 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.74) 100%);
}

.erp-crm-page .erp-crm-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(32, minmax(0, 1fr));
  pointer-events: none;
}

.erp-crm-page .erp-crm-hero-grid__line {
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.035);
  background:
    linear-gradient(180deg, transparent 0%, rgba(43, 224, 139, 0.03) 18%, rgba(43, 224, 139, 0.38) 42%, rgba(0, 133, 90, 0.54) 55%, rgba(43, 224, 139, 0.14) 72%, transparent 100%),
    linear-gradient(90deg, transparent 0%, var(--erp-hero-line-soft) 48%, var(--erp-hero-line-strong) 50%, var(--erp-hero-line-soft) 52%, transparent 100%);
  background-size: 100% 74%, 100% 100%;
  background-position: 50% -48%, center;
  opacity: 0.58;
  filter: saturate(1.08) brightness(0.95);
  animation: erp-crm-hero-line-wave 5.9s ease-in-out infinite;
  animation-delay: calc(var(--line-index, 0) * -0.16s);
}

.erp-crm-page .erp-crm-hero-grid__line:nth-child(1) { --line-index: 1; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(2) { --line-index: 2; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(3) { --line-index: 3; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(4) { --line-index: 4; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(5) { --line-index: 5; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(6) { --line-index: 6; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(7) { --line-index: 7; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(8) { --line-index: 8; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(9) { --line-index: 9; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(10) { --line-index: 10; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(11) { --line-index: 11; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(12) { --line-index: 12; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(13) { --line-index: 13; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(14) { --line-index: 14; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(15) { --line-index: 15; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(16) { --line-index: 16; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(17) { --line-index: 17; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(18) { --line-index: 18; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(19) { --line-index: 19; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(20) { --line-index: 20; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(21) { --line-index: 21; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(22) { --line-index: 22; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(23) { --line-index: 23; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(24) { --line-index: 24; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(25) { --line-index: 25; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(26) { --line-index: 26; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(27) { --line-index: 27; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(28) { --line-index: 28; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(29) { --line-index: 29; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(30) { --line-index: 30; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(31) { --line-index: 31; }
.erp-crm-page .erp-crm-hero-grid__line:nth-child(32) { --line-index: 32; }

.erp-crm-page .erp-crm-hero__container {
  position: relative;
  z-index: 4;
  display: flex !important;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(210px, 25vh, 230px) 24px 0;
  box-sizing: border-box;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.erp-crm-page .erp-crm-hero__container::after,
.erp-crm-page .erp-crm-hero-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 38%, rgba(0, 0, 0, 0.86) 78%, #000 100%);
}

.erp-crm-page .erp-crm-hero__container::after {
  bottom: -1px;
  z-index: 6;
  height: 44%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 24%, rgba(0, 0, 0, 0.7) 62%, #000 100%);
}

.erp-crm-page .erp-crm-hero__content {
  position: absolute !important;
  top: clamp(246px, 27vh, 278px);
  left: 50% !important;
  right: auto !important;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(100vw - 48px), 790px) !important;
  max-width: min(calc(100vw - 48px), 790px) !important;
  margin: 0 !important;
  text-align: center;
  transform: translateX(-50%) !important;
}

.erp-crm-page .erp-crm-hero__title {
  align-self: center;
  max-width: 820px;
  margin: 0 auto 14px !important;
  color: #fff;
  font-family: Closer, Inter, Arial, sans-serif;
  font-size: clamp(38px, 3.55vw, 54px) !important;
  font-weight: 700;
  line-height: 1.08 !important;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.5);
}

.erp-crm-page .erp-crm-hero__description {
  align-self: center;
  width: min(100%, 660px);
  max-width: 660px;
  margin: 0 auto 26px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.34;
  text-wrap: balance;
}

.erp-crm-page .erp-crm-hero__button {
  align-self: center;
  display: flex !important;
  justify-content: center;
  width: 100%;
  margin-inline: auto !important;
}

.erp-crm-page .erp-crm-hero .form-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 26px !important;
  border: 1px solid rgba(255, 255, 255, 0.84) !important;
  border-radius: 30px;
  background: rgba(3, 20, 14, 0.08) !important;
  color: #fff !important;
  font-family: Closer, Inter, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: 0;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.erp-crm-page .erp-crm-hero .form-btn:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #161616 !important;
}

.erp-crm-page .erp-crm-hero-visual {
  position: relative !important;
  z-index: 3;
  flex: 0 0 auto;
  width: min(68vw, 960px) !important;
  min-width: 700px;
  height: auto !important;
  aspect-ratio: 1050 / 520;
  margin: clamp(92px, 16vh, 140px) auto 0 !important;
  background: none !important;
  pointer-events: none;
}

.erp-crm-page .erp-crm-hero-visual::after {
  bottom: -22%;
  z-index: 5;
  height: 82%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 28%, rgba(0, 0, 0, 0.72) 64%, #000 100%);
}

.erp-crm-page .erp-crm-hero-asset {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}

.erp-crm-page .erp-crm-hero-asset img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.erp-crm-page .erp-crm-hero-asset--laptop {
  left: 55%;
  bottom: -4%;
  z-index: 2;
  width: 83%;
  transform: translate3d(-50%, 0, 0);
  filter: drop-shadow(0 38px 52px rgba(0, 0, 0, 0.62));
}

.erp-crm-page .erp-crm-hero-asset--settings {
  left: 3.5%;
  top: -8%;
  z-index: 1;
  width: 15.5%;
  transform: translate3d(var(--erp-hero-settings-x), var(--erp-hero-settings-y), 0) rotate(-9deg);
}

.erp-crm-page .erp-crm-hero-asset--analytic {
  right: -8%;
  top: -12%;
  z-index: 4;
  width: 20%;
  transform: translate3d(var(--erp-hero-analytic-x), var(--erp-hero-analytic-y), 0) rotate(8deg);
}

.erp-crm-page .erp-crm-hero-asset--piechart {
  left: 4%;
  bottom: 1%;
  z-index: 4;
  width: 26%;
  transform: translate3d(var(--erp-hero-piechart-x), var(--erp-hero-piechart-y), 0) rotate(-6deg);
}

.erp-crm-page .erp-crm-hero-asset--settings img,
.erp-crm-page .erp-crm-hero-asset--analytic img,
.erp-crm-page .erp-crm-hero-asset--piechart img {
  animation: erp-crm-hero-asset-float 4.8s ease-in-out infinite;
}

.erp-crm-page .erp-crm-hero-asset--analytic img {
  animation-delay: -1.2s;
}

.erp-crm-page .erp-crm-hero-asset--piechart img {
  animation-delay: -2s;
}

.erp-crm-page .erp-crm-hero__scroll,
.erp-crm-page .erp-crm-hero .show-more {
  display: none !important;
}

@keyframes erp-crm-hero-line-wave {
  0%, 100% {
    background-position: 50% -48%, center;
    filter: saturate(1.05) brightness(0.88);
    opacity: 0.48;
  }

  32% {
    opacity: 0.86;
  }

  50% {
    background-position: 50% 130%, center;
    filter: saturate(1.18) brightness(1.14);
    opacity: 0.92;
  }

  72% {
    opacity: 0.7;
  }
}

@keyframes erp-crm-hero-asset-float {
  0%, 100% {
    translate: 0 0;
  }

  45% {
    translate: 0 -10px;
  }

  74% {
    translate: 0 4px;
  }
}

@media screen and (max-width: 1440px) {
  .erp-crm-page .erp-crm-hero-grid {
    grid-template-columns: repeat(28, minmax(0, 1fr));
  }

  .erp-crm-page .erp-crm-hero-grid__line:nth-child(n + 29) {
    display: none;
  }

  .erp-crm-page .erp-crm-hero-visual {
    width: min(76vw, 88svh, 900px) !important;
    min-width: 640px;
  }
}

@media screen and (max-width: 1440px) and (max-height: 860px) {
  .erp-crm-page .erp-crm-hero {
    min-height: calc(100vh + 140px) !important;
    min-height: calc(100svh + 140px) !important;
  }

  .erp-crm-page .erp-crm-hero__container {
    padding-top: clamp(190px, 25vh, 210px);
  }

  .erp-crm-page .erp-crm-hero__content {
    top: clamp(224px, 25vh, 252px);
  }

  .erp-crm-page .erp-crm-hero__title {
    font-size: clamp(34px, 3.5vw, 48px) !important;
  }

  .erp-crm-page .erp-crm-hero__description {
    margin-bottom: 22px !important;
    font-size: clamp(14px, 1.06vw, 16px);
  }

  .erp-crm-page .erp-crm-hero-visual {
    width: min(66vw, 800px) !important;
    margin-top: clamp(92px, 16vh, 132px) !important;
  }
}

@media screen and (max-width: 1024px) {
  .erp-crm-page .erp-crm-hero {
    min-height: 800px;
  }

  .erp-crm-page .erp-crm-hero-grid {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }

  .erp-crm-page .erp-crm-hero-grid__line:nth-child(n + 21) {
    display: none;
  }

  .erp-crm-page .erp-crm-hero__container {
    padding-top: 136px;
  }

  .erp-crm-page .erp-crm-hero-visual {
    width: min(92vw, 72svh, 700px) !important;
    min-width: 0;
  }

  .erp-crm-page .erp-crm-hero-asset--laptop {
    left: 50%;
  }

  .erp-crm-page .erp-crm-hero-asset--settings {
    left: 5%;
    width: 15.5%;
  }

  .erp-crm-page .erp-crm-hero-asset--analytic {
    right: 2%;
    top: -2%;
    width: 21%;
  }

  .erp-crm-page .erp-crm-hero-asset--piechart {
    left: -2%;
    width: 27%;
  }
}

@media screen and (max-width: 768px) {
  .erp-crm-page-shell {
    margin-top: 100px !important;
  }

  .erp-crm-page .erp-crm-hero {
    height: calc(100vh + 100px) !important;
    height: calc(100svh + 100px) !important;
    min-height: calc(100vh + 100px) !important;
    min-height: calc(100svh + 100px) !important;
    margin-top: -100px !important;
  }

  .erp-crm-page .erp-crm-hero-grid {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }

  .erp-crm-page .erp-crm-hero-grid__line:nth-child(n + 15) {
    display: none;
  }

  .erp-crm-page .erp-crm-hero__container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 110px 20px 30px;
  }

  .erp-crm-page .erp-crm-hero__content {
    position: relative !important;
    top: auto;
    left: auto !important;
    width: min(100%, 790px) !important;
    max-width: min(100%, 790px) !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .erp-crm-page .erp-crm-hero__title {
    max-width: 620px;
    font-size: clamp(34px, 7.2vw, 44px) !important;
    line-height: 1.12 !important;
  }

  .erp-crm-page .erp-crm-hero__description {
    max-width: 560px;
    margin-bottom: 24px !important;
    font-size: 15px;
    line-height: 1.42;
  }

  .erp-crm-page .erp-crm-hero-visual {
    width: min(112vw, 64svh, 580px) !important;
    margin-top: 14px !important;
  }

  .erp-crm-page .erp-crm-hero-asset--laptop {
    width: 88%;
  }

  .erp-crm-page .erp-crm-hero-asset--settings {
    left: 3%;
    top: 8%;
    width: 16%;
  }

  .erp-crm-page .erp-crm-hero-asset--analytic {
    right: 0;
    top: 2%;
    width: 23%;
  }

  .erp-crm-page .erp-crm-hero-asset--piechart {
    left: -5%;
    bottom: -18%;
    width: 31%;
  }
}

@media screen and (max-width: 520px) {
  .erp-crm-page .erp-crm-hero {
    min-height: calc(100vh + 100px) !important;
    min-height: calc(100svh + 100px) !important;
  }

  .erp-crm-page .erp-crm-hero-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .erp-crm-page .erp-crm-hero-grid__line:nth-child(n + 11) {
    display: none;
  }

  .erp-crm-page .erp-crm-hero__container {
    padding: 122px 18px 28px;
  }

  .erp-crm-page .erp-crm-hero__title {
    max-width: 330px;
    font-size: clamp(29px, 7.8vw, 33px) !important;
  }

  .erp-crm-page .erp-crm-hero__description {
    width: min(100%, 328px);
    max-width: 328px;
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .erp-crm-page .erp-crm-hero .form-btn {
    min-height: 52px;
    padding: 0 22px !important;
  }

  .erp-crm-page .erp-crm-hero-visual {
    width: min(126vw, 58svh, 450px) !important;
    margin-top: 18px !important;
  }

  .erp-crm-page .erp-crm-hero-asset--laptop {
    width: 96%;
  }

  .erp-crm-page .erp-crm-hero-asset--settings {
    left: -1%;
    top: 12%;
    width: 18%;
  }

  .erp-crm-page .erp-crm-hero-asset--analytic {
    right: -1%;
    top: 6%;
    width: 25%;
  }

  .erp-crm-page .erp-crm-hero-asset--piechart {
    left: -8%;
    bottom: -20%;
    width: 34%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .erp-crm-page .erp-crm-hero-grid__line,
  .erp-crm-page .erp-crm-hero-asset img {
    animation: none;
  }

  .erp-crm-page .erp-crm-hero-grid__line {
    background-position: 50% 42%, center;
    opacity: 0.68;
  }

  .erp-crm-page .erp-crm-hero {
    --erp-hero-laptop-x: 0px !important;
    --erp-hero-laptop-y: 0px !important;
    --erp-hero-settings-x: 0px !important;
    --erp-hero-settings-y: 0px !important;
    --erp-hero-analytic-x: 0px !important;
    --erp-hero-analytic-y: 0px !important;
    --erp-hero-piechart-x: 0px !important;
    --erp-hero-piechart-y: 0px !important;
  }
}

/* Shared /expertise/ hero typography */
.erp-crm-page .erp-crm-hero__title {
  font-size: clamp(42px, 4vw, 58px) !important;
  line-height: 1.08 !important;
}

.erp-crm-page .erp-crm-hero__description {
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.34 !important;
}

.erp-crm-page .erp-crm-hero .form-btn {
  font-size: 16px !important;
}

@media screen and (max-width: 1440px) {
  .erp-crm-page .erp-crm-hero__title {
    font-size: clamp(40px, 4.2vw, 52px) !important;
  }

  .erp-crm-page .erp-crm-hero__description {
    font-size: clamp(14px, 1.12vw, 16px) !important;
    line-height: 1.32 !important;
  }
}

@media screen and (max-width: 768px) {
  .erp-crm-page .erp-crm-hero__title {
    font-size: clamp(34px, 7.2vw, 44px) !important;
    line-height: 1.12 !important;
  }

  .erp-crm-page .erp-crm-hero__description {
    font-size: 15px !important;
    line-height: 1.42 !important;
  }
}

@media screen and (max-width: 520px) {
  .erp-crm-page .erp-crm-hero__title {
    font-size: clamp(29px, 7.8vw, 33px) !important;
  }

  .erp-crm-page .erp-crm-hero__description {
    font-size: 14px !important;
  }

  .erp-crm-page .erp-crm-hero .form-btn {
    font-size: 14px !important;
  }
}
