:root {
  --blue: #0769ec;
  --dark: #09245b;
  --ink: #1d2940;
  --muted: #667085;
  --line: #ebeff5;
  --bg: #f7f9fc;
  --font: "Noto Sans SC", "Inter", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: min(1140px, calc(100% - 44px));
  margin: auto;
}
.site-header {
  height: 61px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 30;
}
.nav-wrap {
  height: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0874d7;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.brand-mark {
  height: 29px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}
.brand-mark i {
  display: block;
  width: 6px;
  background: #0788e7;
  border-radius: 2px 2px 0 0;
  transform: skewY(-24deg);
}
.brand-mark i:nth-child(1) {
  height: 15px;
}
.brand-mark i:nth-child(2) {
  height: 24px;
}
.brand-mark i:nth-child(3) {
  height: 29px;
}
.main-nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 31px;
  margin-left: 68px;
}
.main-nav a {
  font-size: 14px;
  color: #27364e;
}
.main-nav a:hover {
  color: var(--blue);
}
.nav-right {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
.phone {
  font: 19px Inter;
  color: var(--blue);
}
.trial {
  height: 61px;
  min-width: 150px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 600;
}
.menu-trigger {
  display: none;
}
.hero {
  height: 479px;
  position: relative;
  overflow: visible;
  background: #08265e;
  z-index: 2;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background: url("/assets/ppt-media/image15.jpeg") center/cover no-repeat;
  opacity: 0.75;
  filter: saturate(0.8);
  transition: opacity 0.35s ease;
}
.hero.is-changing .hero-photo {
  opacity: 0;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #0a285f 0%,
    rgba(7, 37, 90, 0.93) 38%,
    rgba(4, 22, 57, 0.33) 72%,
    rgba(5, 22, 49, 0.6)
  );
}
.hero-rings {
  position: absolute;
  right: -4%;
  top: 20px;
  width: 63%;
  height: 440px;
  opacity: 0.8;
  background: radial-gradient(
    ellipse at 65% 58%,
    transparent 0 18%,
    rgba(0, 135, 255, 0.45) 18.1% 18.5%,
    transparent 18.6% 31%,
    rgba(0, 135, 255, 0.28) 31.2% 31.6%,
    transparent 31.7% 44%,
    rgba(0, 135, 255, 0.22) 44.2% 44.6%,
    transparent 44.7%
  );
}
.hero-inner {
  position: relative;
  height: 100%;
  max-width: 1140px;
  margin: auto;
}
.hero-copy {
  padding-top: 115px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.hero-copy p {
  font-size: 15px;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  color: #b8d9ff;
}
.hero-copy h1 {
  font-size: 46px;
  line-height: 1.38;
  margin: 0 0 16px;
  letter-spacing: -0.05em;
}
.hero-copy > span {
  font-size: 16px;
  color: #e3efff;
}
.primary-cta {
  display: flex;
  width: 262px;
  height: 58px;
  margin-top: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  background: var(--blue);
  font-size: 18px;
  font-weight: 600;
}
.primary-cta b {
  font-size: 30px;
  font-weight: 400;
}
.scene-rail {
  position: absolute;
  z-index: 4;
  top: 236px;
  left: -135px;
  width: 144px;
  background: #fff;
  padding: 14px 14px 12px;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.scene-rail h2 {
  font-size: 14px;
  color: #35445b;
  margin: 0 0 9px;
  text-align: center;
}
.scene-rail button {
  border: 0;
  background: transparent;
  width: 100%;
  font: 13px var(--font);
  color: #536074;
  padding: 8px 2px;
  text-align: center;
  cursor: pointer;
}
.scene-rail button.active {
  background: var(--blue);
  color: #fff;
}
.scene-rail a {
  display: block;
  text-align: center;
  color: var(--blue);
  font-size: 12px;
  margin-top: 12px;
}
.hero-pager {
  position: absolute;
  z-index: 4;
  bottom: 26px;
  left: 50%;
  display: flex;
  gap: 7px;
}
.hero-pager button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.hero-pager button.active {
  width: 26px;
  border-radius: 5px;
  background: #fff;
}
.hero-pager button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.section {
  padding: 92px 0;
}
.heading {
  text-align: center;
  margin-bottom: 45px;
}
.heading p {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin: 0 0 9px;
}
.heading h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin: 0;
}
.heading > span {
  display: block;
  color: #707b8e;
  font-size: 14px;
  line-height: 1.8;
  margin: 14px auto 0;
  max-width: 550px;
}
.challenge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.challenge-card {
  height: 205px;
  text-align: center;
  padding: 31px 21px 20px;
  background: #fff;
  box-shadow: 0 7px 23px rgba(54, 72, 99, 0.08);
  border-radius: 2px;
}
.challenge-icon {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  margin: auto;
  border-radius: 50%;
  background: #e9f3ff;
  color: var(--blue);
  font-size: 25px;
}
.challenge-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 19px 0 8px;
}
.challenge-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #6c7687;
  margin: 0;
}
.solution-showcase {
  padding: 80px 0 86px;
  background: linear-gradient(120deg, #f5f9ff, #eff7ff);
}
.dark-heading {
  text-align: left;
  margin-bottom: 27px;
}
.solution-tabs {
  display: flex;
  border-bottom: 1px solid #ccdae8;
}
.solution-tabs button {
  border: 0;
  background: transparent;
  width: 155px;
  padding: 12px 10px;
  color: #566b82;
  font: 14px/1.5 var(--font);
  cursor: pointer;
}
.solution-tabs button.active {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 105, 234, 0.32);
}
.solution-panel {
  height: 420px;
  display: grid;
  grid-template-columns: 43% 57%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(65, 98, 135, 0.1);
}
.solution-copy {
  padding: 53px 50px;
}
.solution-kicker {
  font: 12px Inter;
  letter-spacing: 0.12em;
  color: #6f91b4;
  margin: 0 0 11px;
}
.solution-copy h3 {
  font-size: 27px;
  margin: 0 0 15px;
}
.solution-copy > p:not(.solution-kicker) {
  font-size: 14px;
  color: #68788e;
  line-height: 1.85;
  margin: 0;
}
.solution-copy ul {
  padding: 0;
  margin: 18px 0;
  list-style: none;
}
.solution-copy li {
  font-size: 13px;
  color: #425875;
  margin: 8px 0;
}
.solution-copy li:before {
  content: "✓";
  color: var(--blue);
  margin-right: 8px;
}
.solution-copy a {
  font-size: 14px;
  color: var(--blue);
  font-weight: 600;
}
.solution-copy a b {
  font-size: 20px;
  font-weight: 400;
  margin-left: 5px;
}
.solution-visual {
  overflow: hidden;
  position: relative;
  background: linear-gradient(145deg, #0a316f, #007dc2);
  display: flex;
  align-items: center;
}
.solution-visual:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(86, 220, 255, 0.35);
  border-radius: 50%;
  right: -125px;
  top: -130px;
  box-shadow:
    0 0 0 42px rgba(77, 211, 255, 0.07),
    0 0 0 85px rgba(77, 211, 255, 0.05);
}
.solution-visual img {
  position: relative;
  z-index: 1;
  width: 76%;
  margin-left: 8%;
  box-shadow: 0 17px 34px rgba(0, 0, 0, 0.37);
  border: 4px solid rgba(255, 255, 255, 0.16);
}
.signal-dot {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  border: 3px solid #bff9ff;
  border-radius: 50%;
  box-shadow:
    0 0 0 6px rgba(91, 220, 248, 0.16),
    0 0 16px #31d8fb;
}
.signal-dot.one {
  top: 27%;
  right: 21%;
}
.signal-dot.two {
  bottom: 25%;
  right: 12%;
}
.signal-dot.three {
  top: 57%;
  left: 9%;
}
.workflow {
  background: #fff;
}
.centered {
  text-align: center;
}
.flow-line {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 60px;
}
.flow-line article {
  width: 220px;
  text-align: center;
}
.flow-line article b {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font: 16px Inter;
  font-weight: 600;
  box-shadow: 0 0 0 8px #edf6ff;
}
.flow-line article span {
  display: block;
  font-size: 18px;
  margin: 17px 0 10px;
}
.flow-line article p {
  font-size: 13px;
  color: #6a7789;
  line-height: 1.8;
  margin: 0;
}
.flow-line > i {
  width: 160px;
  height: 1px;
  background: #b5d8f7;
  margin-top: 27px;
  position: relative;
}
.flow-line > i:after {
  content: "›";
  position: absolute;
  right: -2px;
  top: -15px;
  font-size: 25px;
  color: #7dbae9;
}
.products {
  background: #f7f9fc;
}
.products .heading {
  text-align: left;
}
.product-deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.product-card {
  background: #fff;
  box-shadow: 0 8px 22px rgba(61, 78, 103, 0.08);
  transition: 0.25s;
}
.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 30px rgba(39, 95, 159, 0.16);
}
.product-card-top {
  height: 172px;
  position: relative;
  overflow: hidden;
  background: #e6f1f8;
}
.product-card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08);
}
.product-card-top:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 21, 50, 0.2), transparent 50%);
}
.product-card-top span {
  position: absolute;
  z-index: 2;
  left: 17px;
  top: 13px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.93);
  color: var(--blue);
  display: grid;
  place-items: center;
  font: 12px Inter;
}
.product-card-content {
  min-height: 195px;
  padding: 21px 23px;
}
.product-card-content p {
  font: 11px Inter;
  letter-spacing: 0.1em;
  color: #7d91a7;
  margin: 0 0 8px;
}
.product-card-content h3 {
  font-size: 19px;
  margin: 0 0 8px;
  font-weight: 500;
}
.product-card-content small {
  font-size: 13px;
  line-height: 1.75;
  color: #687789;
  display: block;
  min-height: 45px;
}
.product-card-content a {
  display: inline-block;
  font-size: 13px;
  color: var(--blue);
  font-weight: 600;
  margin-top: 15px;
}
.product-card-content a b {
  font-size: 18px;
  font-weight: 400;
}
.numbers {
  background: #0870e9;
  color: #fff;
}
.numbers .container {
  height: 138px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.numbers div {
  height: 70px;
  padding-left: 29px;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.numbers div:first-child {
  border: 0;
  padding-left: 0;
}
.numbers b {
  font: 30px Inter;
  font-weight: 600;
  letter-spacing: -0.06em;
}
.numbers sup {
  font-size: 15px;
}
.numbers span {
  font-size: 13px;
  margin-top: 8px;
  color: #dceeff;
}
.cases {
  background: #fff;
}
.case-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 22px;
}
.case-main {
  min-height: 350px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(117deg, rgba(2, 39, 84, 0.92), rgba(8, 102, 183, 0.82)),
    url("/assets/ppt-media/image15.jpeg") center/cover;
  color: #fff;
  padding: 41px;
}
.case-main:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(122, 222, 255, 0.5);
  border-radius: 50%;
  bottom: -183px;
  right: -40px;
  box-shadow:
    0 0 0 35px rgba(65, 187, 255, 0.08),
    0 0 0 70px rgba(65, 187, 255, 0.06);
}
.case-main p {
  margin: 0 0 21px;
  color: #a9d5ff;
  font-size: 13px;
}
.case-main h3 {
  font-size: 29px;
  line-height: 1.45;
  margin: 0;
}
.case-main h3 span {
  color: #65d6ff;
}
.case-main small {
  display: block;
  margin-top: 23px;
  max-width: 315px;
  line-height: 1.7;
  color: #bedbfa;
  font-size: 12px;
}
.case-main aside {
  position: absolute;
  z-index: 1;
  bottom: 29px;
  right: 35px;
  text-align: right;
}
.case-main aside b {
  font: 35px Inter;
  color: #7cdeff;
  display: block;
}
.case-main aside span {
  font-size: 11px;
  color: #d7efff;
}
.case-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.case-pills article {
  padding: 21px;
  background: #f4f8fe;
  border: 1px solid #e2ecf7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case-pills span,
.case-pills p {
  font-size: 12px;
  color: #70849c;
  margin: 0;
}
.case-pills b {
  font: 25px Inter;
  color: #155dbb;
  margin: 7px 0;
  letter-spacing: -0.05em;
}
.case-pills sup {
  font-size: 11px;
}
.service {
  padding: 86px 0;
  background: linear-gradient(130deg, #092b69, #0875d1);
  color: #fff;
}
.light p {
  color: #7ce1ff;
}
.light h2 {
  color: #fff;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-grid article {
  padding: 28px 29px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  min-height: 202px;
}
.service-grid b {
  color: #71e2ff;
  font: 16px Inter;
}
.service-grid h3 {
  font-size: 20px;
  margin: 22px 0 9px;
}
.service-grid p {
  font-size: 13px;
  line-height: 1.75;
  color: #c4e2fb;
  margin: 0;
}
.service-grid a {
  display: inline-block;
  margin-top: 13px;
  font-size: 13px;
  color: #76dcff;
}
.contact {
  padding: 80px 0;
  background: #f5f9ff;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 145px;
}
.contact-copy p {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  margin: 5px 0 11px;
}
.contact-copy h2 {
  font-size: 36px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.contact-copy h2 span {
  color: var(--blue);
}
.contact-copy small {
  font-size: 13px;
  color: #64758a;
  line-height: 2;
}
.contact-form {
  background: #fff;
  padding: 27px 31px;
  box-shadow: 0 8px 22px rgba(53, 86, 123, 0.13);
}
.contact-form label {
  display: block;
  font-size: 12px;
  color: #435872;
  margin-bottom: 14px;
}
.contact-form input,
.contact-form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dce5ef;
  padding: 9px 0;
  background: transparent;
  font: 13px var(--font);
  outline: none;
  color: #223d5f;
}
.form-button {
  width: 100%;
  height: 43px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font: 14px var(--font);
  cursor: pointer;
  margin-top: 5px;
}
.form-button b {
  font-size: 19px;
  font-weight: 400;
  margin-left: 10px;
}
.form-status {
  min-height: 16px;
  margin: 9px 0 0;
  text-align: center;
  font-size: 12px;
  color: var(--blue);
}
footer {
  height: 79px;
  background: #102d59;
  color: #9bb2cf;
}
footer .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}
footer .brand {
  font-size: 16px;
  color: #fff;
}
footer .brand-mark {
  height: 22px;
}
footer .brand-mark i {
  background: #65c5ff;
  width: 5px;
}
footer .brand-mark i:nth-child(1) {
  height: 11px;
}
footer .brand-mark i:nth-child(2) {
  height: 18px;
}
footer .brand-mark i:nth-child(3) {
  height: 22px;
}
footer .footer-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .icp-link {
  color: #9bb2cf;
  transition: color 0.2s ease;
}
footer .icp-link:hover {
  color: #fff;
}
footer a:last-child {
  color: #cbe6ff;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.65s ease;
}
.reveal.show {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .main-nav,
  .nav-right {
    display: none;
  }
  .menu-trigger {
    display: block;
    border: 0;
    background: none;
    margin-left: auto;
  }
  .menu-trigger i {
    display: block;
    width: 22px;
    height: 2px;
    background: #0c5cba;
    margin: 5px;
  }
  .site-header.menu-open .main-nav {
    display: flex;
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 18px 24px;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    gap: 18px;
    box-shadow: 0 4px 12px rgba(35, 55, 86, 0.12);
  }
  .hero-copy {
    padding: 103px 22px 0;
  }
  .hero-inner {
    width: 100%;
  }
  .scene-rail { display: none; }
  .hero-copy h1 {
    font-size: 37px;
  }
  .challenge-grid {
    grid-template-columns: 1fr 1fr;
  }
  .solution-panel {
    grid-template-columns: 1fr;
    height: auto;
  }
  .solution-visual {
    height: 300px;
  }
  .flow-line > i {
    width: 60px;
  }
  .product-deck {
    grid-template-columns: 1fr;
  }
  .numbers .container {
    height: auto;
    padding: 32px 0;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
  }
  .numbers div {
    padding-left: 18px;
  }
  .numbers div:nth-child(3) {
    border: 0;
    padding-left: 0;
  }
  .case-layout {
    grid-template-columns: 1fr;
  }
  .case-main {
    min-height: 300px;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .contact-form {
    max-width: 500px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .heading h2 {
    font-size: 27px;
  }
  .section {
    padding: 68px 0;
  }
}
@media (max-width: 480px) {
  .container {
    width: min(100% - 32px, 1140px);
  }
  .brand {
    font-size: 17px;
  }
  .hero {
    height: 465px;
  }
  .scene-rail {
    display: none;
  }
  .hero-copy {
    padding-top: 102px;
  }
  .hero-copy h1 {
    font-size: 33px;
  }
  .hero-copy > span {
    font-size: 13px;
  }
  .primary-cta {
    width: 208px;
    height: 49px;
    font-size: 15px;
    margin-top: 32px;
  }
  .challenge-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .challenge-card {
    height: auto;
    min-height: 180px;
  }
  .solution-tabs {
    overflow: auto;
  }
  .solution-tabs button {
    min-width: 118px;
    font-size: 12px;
  }
  .solution-copy {
    padding: 32px 24px;
  }
  .solution-copy h3 {
    font-size: 23px;
  }
  .flow-line {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
  }
  .flow-line > i {
    height: 35px;
    width: 1px;
    margin: 0;
  }
  .flow-line > i:after {
    right: -8px;
    top: 22px;
    transform: rotate(90deg);
  }
  .case-pills {
    gap: 10px;
  }
  .case-pills article {
    padding: 15px;
  }
  .case-pills b {
    font-size: 21px;
  }
  .numbers .container {
    grid-template-columns: 1fr 1fr;
  }
  .numbers b {
    font-size: 25px;
  }
  .numbers span {
    font-size: 11px;
  }
  .contact-copy h2 {
    font-size: 30px;
  }
  footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }
  footer .footer-info {
    gap: 8px;
    flex-wrap: wrap;
  }
  footer a:last-child {
    display: none;
  }
}
