/* uk-ltd-company.css -- styles used only on uk-ltd-company.html.
   Generated by tools/split-css.js from the original style.css. */

@media (prefers-reduced-motion: no-preference) {
  .uk-hero h1,
  .uk-hero .hero-subtitle,
  .uk-hero .hero-buttons {
    animation: ukHeroFade .55s ease both;
  }

  .uk-hero .hero-subtitle {
    animation-delay: 150ms;
  }

  .uk-hero .hero-buttons {
    animation-delay: 300ms;
  }
}
.uk-page-shell::before {
  background:
    radial-gradient(ellipse at 80% 12%, rgba(134, 40, 255, .32), transparent 30rem),
    radial-gradient(circle at 8% 45%, rgba(0, 156, 255, .15), transparent 25rem),
    linear-gradient(105deg, rgba(0, 12, 38, .18), rgba(0, 0, 0, 0) 45%);
}

.uk-hero {
  min-height: 475px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.uk-hero::before {
  content: "";
  position: absolute;
  inset: -18px -38px -20px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .94), rgba(1, 7, 22, .55) 44%, rgba(1, 7, 22, .05) 68%),
    radial-gradient(circle at 83% 48%, rgba(142, 45, 255, .18), transparent 18rem);
}

.uk-hero h1 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(46px, 4.7vw, 66px);
  line-height: 1.08;
  font-weight: 900;
}

.uk-hero h1 span {
  background: linear-gradient(90deg, #4aa0ff, #a84dff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.uk-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 21px;
  margin: 28px 0 32px;
  align-items: center;
}

.uk-proof-grid span {
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  column-gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.uk-proof-grid small {
  grid-column: 2;
  color: #eef5ff;
  font-size: 13px;
  font-weight: 600;
}

.uk-proof-grid b {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(134, 76, 255, .75);
  background: rgba(48, 25, 116, .55);
  color: #8b54ff;
  font-size: 21px;
  box-shadow: 0 0 20px rgba(111, 40, 255, .25);
}

.uk-visual {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.uk-visual img {
  position: absolute;
  right: -14px;
  top: 18px;
  width: min(100%, 590px);
  height: 415px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.04);
  mask-image: linear-gradient(90deg, transparent 0%, black 17%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 17%, black 100%);
}

.uk-section-heading {
  margin: 26px 0 26px;
  text-align: center;
}

.uk-section-heading h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  font-size: 31px;
  line-height: 1.15;
  font-weight: 900;
}

.uk-section-heading h2::before,
.uk-section-heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
}

.uk-section-heading h2::before { right: calc(100% + 22px); }
.uk-section-heading h2::after { left: calc(100% + 22px); }

.uk-section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.uk-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-bottom: 23px;
}

.uk-service-card {
  min-height: 262px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .55s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.uk-service-card:hover {
  transform: translateY(-6px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 24px 58px rgba(0, 0, 0, .34), 0 0 30px rgba(0, 190, 255, .16);
}

.uk-service-card h3 {
  margin: 17px 0 10px;
  font-size: 21px;
  line-height: 1.23;
  font-weight: 900;
}

.uk-service-card p {
  margin: 0 0 18px;
  color: #dce8ff;
  font-size: 14px;
  line-height: 1.6;
}

.uk-service-card a {
  margin-top: auto;
  display: inline-flex;
  gap: 9px;
  color: var(--cyan);
  font-size: 15px;
  font-weight: 800;
}

.uk-process {
  margin-bottom: 28px;
}

.uk-process h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
}

.uk-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.uk-process-grid::before {
  content: "";
  position: absolute;
  left: 110px;
  right: 110px;
  top: 29px;
  border-top: 2px solid rgba(0, 190, 255, .55);
  box-shadow: 0 0 16px rgba(126, 42, 255, .35);
}

.uk-process-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.uk-process-grid article.reveal {
  transform: translateY(20px);
  transition-delay: 0ms;
}

.uk-process-grid article.reveal.is-visible {
  transform: translateY(0);
}

.uk-process-grid article:nth-child(2).reveal { transition-delay: 100ms; }
.uk-process-grid article:nth-child(3).reveal { transition-delay: 200ms; }
.uk-process-grid article:nth-child(4).reveal { transition-delay: 300ms; }

.uk-process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 67px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #36bfff;
}

.uk-process-grid span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 3px solid #8a36ff;
  background: rgba(9, 17, 50, .98);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(132, 52, 255, .28);
}

.uk-process-grid article:nth-child(even) span {
  border-color: var(--cyan);
}

.uk-process-grid h3 {
  margin: 16px 0 8px;
  font-size: 15px;
  font-weight: 900;
}

.uk-process-grid p {
  margin: 0;
  max-width: 170px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.uk-cta {
  width: 100%;
  margin-top: 0;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 13% 50%, rgba(99, 143, 255, .68), transparent 8rem),
    linear-gradient(100deg, #0d8fff 0%, #3b47fa 48%, #c230a7 100%);
}

@media (max-width: 980px) {
  .uk-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }
  .uk-visual {
    min-height: 365px;
  }
  .uk-visual img {
    right: 0;
    width: 100%;
    height: 350px;
    mask-image: linear-gradient(180deg, black 0%, black 76%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 76%, transparent 100%);
  }
  .uk-proof-grid {
    grid-template-columns: repeat(2, max-content);
  }
  .uk-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }
  .uk-process-grid::before,
  .uk-process-grid article::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .uk-hero h1 {
    font-size: 41px;
  }
  .uk-proof-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .uk-visual {
    min-height: 260px;
  }
  .uk-visual img {
    right: -42px;
    height: 250px;
  }
  .uk-section-heading h2 {
    font-size: 24px;
  }
  .uk-section-heading h2::before,
  .uk-section-heading h2::after {
    display: none;
  }
  .uk-service-card {
    min-height: 0;
  }
  .uk-process-grid p {
  }
  .uk-cta {
    padding-top: 86px;
  }
}