/* DAXI Cloud homepage baseline. Loaded only by index.html. */
.home-page .site-header {
  min-height: 88px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 1px 0 rgba(220, 231, 243, .72);
}
.home-page .brand { min-width: 248px; }
.home-page .brand img {
  width: 72px;
  height: 38px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
}
.home-page .brand strong {
  color: #071d49;
  font-size: 21px;
  font-weight: 950;
  text-transform: uppercase;
}
.home-page .brand small {
  color: #071d49;
  font-size: 12px;
  letter-spacing: .22em;
}
.home-page .main-nav {
  gap: clamp(26px, 3.4vw, 52px);
  color: #061842;
  font-size: 15px;
}
.home-page .lang-switch {
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.home-page .lang-switch a {
  min-width: 0;
  padding: 4px 0;
  color: #071d49;
  background: transparent;
  border-radius: 0;
  font-weight: 850;
}
.home-page .lang-switch a + a {
  position: relative;
  padding-left: 16px;
}
.home-page .lang-switch a + a::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background: #b8c8dc;
  content: "";
  transform: translateY(-50%);
}
.home-page .lang-switch a.active {
  color: #005cff;
  background: transparent;
}
.home-page .v3-home-hero {
  grid-template-columns: minmax(600px, .95fr) minmax(620px, 1.05fr);
  gap: clamp(42px, 4.2vw, 76px);
  min-height: 560px;
  max-height: 665px;
  padding: 58px clamp(28px, 4vw, 64px) 118px;
  background:
    linear-gradient(rgba(13, 104, 230, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 104, 230, .032) 1px, transparent 1px),
    radial-gradient(circle at 74% 32%, rgba(65, 172, 255, .2), transparent 30%),
    linear-gradient(114deg, #fff 0%, #fbfdff 38%, #e8f5ff 100%);
  background-size: 52px 52px, 52px 52px, auto, auto;
}
.home-page .v3-home-hero::after { height: 126px; }
.home-page .v3-hero-copy {
  z-index: 3;
}
.home-page .v3-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(50px, 5.05vw, 82px);
  line-height: 1.06;
}
.home-page .v3-hero-copy h1 span {
  display: block;
  color: #061842;
}
.home-page .v3-hero-copy h1 em {
  color: #1a77ff;
  font-style: normal;
}
.home-page .hero-title-zh { display: none; }
.home-page.is-zh .hero-title-en { display: none; }
.home-page.is-zh .hero-title-zh { display: block; }
.home-page .v3-hero-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 28px;
  color: #173467;
  font-size: clamp(18px, 1.25vw, 21px);
}
.home-page .v3-trust-chips {
  display: inline-grid;
  grid-template-columns: repeat(3, auto);
  gap: 0;
  min-height: 68px;
  margin-top: 28px;
  padding: 0;
  overflow: hidden;
  background: rgba(255,255,255,.88);
  border: 1px solid #cfe0f5;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(23, 82, 146, .08);
}
.home-page .v3-trust-chips span {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 150px;
  min-height: 68px;
  padding: 0 24px 0 52px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.home-page .v3-trust-chips span + span { border-left: 1px solid #cfe0f5; }
.home-page .v3-trust-chips span::before {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 23px;
  height: 23px;
  border: 3px solid #0c6dfd;
  border-radius: 8px;
  content: "";
  transform: translateY(-50%);
}
.home-page .v3-trust-chips .chip-shield::before { border-radius: 50% 50% 45% 45%; }
.home-page .v3-trust-chips .chip-check::before { border-radius: 50%; }
.home-page .v3-trust-chips strong {
  color: #071d49;
  font-size: 18px;
  line-height: 1;
}
.home-page .v3-trust-chips small {
  color: #173467;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.1;
}
.home-page .platform-image-visual {
  position: relative;
  z-index: 1;
  justify-self: end;
  min-height: 520px;
  margin: -8px 0 0 24px;
  overflow: hidden;
}
.home-page .platform-image-visual img {
  width: min(850px, 46vw);
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(25, 91, 170, .14));
}
.home-page .v3-feature-row {
  gap: 14px;
  margin-top: -90px;
  padding-bottom: 14px;
}
.home-page .v3-feature-row article {
  grid-template-columns: 76px 1fr;
  gap: 18px;
  min-height: 148px;
  padding: 22px;
  box-shadow: 0 18px 44px rgba(7,21,41,.07);
}
.home-page .v3-feature-row .feature-icon {
  width: 64px;
  height: 64px;
  margin-top: 0;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.92), transparent 28%),
    linear-gradient(135deg, #0c6dfd, #39bfff);
  border-radius: 8px;
}
.home-page .v3-feature-row .feature-icon::before,
.home-page .solution-icon::before {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
}
.home-page .icon-cube::before { content: "◇"; }
.home-page .icon-ledger::before { content: "$"; }
.home-page .icon-users::before { content: "••"; letter-spacing: -4px; }
.home-page .icon-solutions::before { content: "◆"; }
.home-page .v3-feature-row h3 {
  margin-bottom: 6px;
  font-size: 17px;
}
.home-page .v3-feature-row p {
  font-size: 13px;
  line-height: 1.48;
}
.home-page .v3-feature-row a {
  display: inline-flex;
  margin-top: 8px;
  color: #005cff;
  font-size: 13px;
  font-weight: 900;
}
.home-page .v2-solutions-band {
  margin-top: 0;
  padding: 38px clamp(28px, 4vw, 64px) 30px;
}
.home-page .v2-solutions-band h2 {
  margin-bottom: 4px;
  font-size: clamp(26px, 2.2vw, 34px);
}
.home-page .v2-solutions-band > p:not(.eyebrow) {
  margin: 0 auto 22px;
  color: #d8e9fb;
}
.home-page .solution-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
}
.home-page .solution-cards a {
  display: grid;
  grid-template-columns: 78px 1fr;
  column-gap: 18px;
  align-content: start;
  min-height: 172px;
  padding: 22px;
}
.home-page .solution-cards .solution-icon {
  grid-row: span 3;
  width: 64px;
  height: 64px;
  margin: 0;
}
.home-page .solution-cards h3 {
  margin: 0 0 6px;
  font-size: 17px;
}
.home-page .solution-cards p {
  margin: 0 0 10px;
  font-size: 13px;
}
.home-page .solution-cards strong { align-self: end; }
.home-page .solution-drama::before { content: "▶"; }
.home-page .solution-commerce::before { content: "EC"; font-size: 24px; }
.home-page .solution-support::before { content: "☎"; }
.home-page .solution-knowledge::before { content: "▤"; }

@media (max-width: 1260px) {
  .home-page .v3-home-hero {
    grid-template-columns: 1fr;
    max-height: none;
    padding-bottom: 110px;
  }
  .home-page .platform-image-visual {
    max-width: 980px;
    width: 100%;
    min-height: auto;
    margin: 0 auto;
  }
  .home-page .platform-image-visual img {
    width: 100%;
  }
  .home-page .v3-feature-row,
  .home-page .solution-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1100px) {
  .home-page .brand { min-width: 210px; }
  .home-page .main-nav { gap: 0; }
  .home-page .lang-switch { margin-left: auto; }
}

@media (max-width: 680px) {
  .home-page .site-header { min-height: 72px; }
  .home-page .brand { min-width: 0; }
  .home-page .brand img {
    width: 58px;
    height: 32px;
  }
  .home-page .brand strong { font-size: 15px; }
  .home-page .brand small {
    font-size: 10px;
    letter-spacing: .1em;
  }
  .home-page .v3-home-hero { padding: 40px 18px 70px; }
  .home-page .v3-hero-copy h1,
  .home-page.is-zh .v3-hero-copy h1 {
    font-size: 42px;
    line-height: 1.08;
  }
  .home-page .v3-trust-chips {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .home-page .v3-trust-chips span + span {
    border-left: 0;
    border-top: 1px solid #cfe0f5;
  }
  .home-page .v3-feature-row,
  .home-page .solution-cards { grid-template-columns: 1fr; }
  .home-page .v3-feature-row article,
  .home-page .solution-cards a { grid-template-columns: 64px 1fr; }
}
