:root{
  --ps-navy:#06122c;
  --ps-navy-2:#0c1d46;
  --ps-blue:#102b6f;
  --ps-red:#d71920;
  --ps-red-2:#ff3844;
  --ps-white:#ffffff;
  --ps-silver:#dfe8f7;
  --ps-muted:#aab8cf;
  --ps-ink:#101827;
  --ps-ink-2:#58657a;
  --ps-soft:#f4f7fb;
  --ps-line:rgba(255,255,255,.14);
  --ps-line-dark:rgba(16,24,39,.1);
  --ps-shadow:0 28px 80px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ps-navy);
  color:#fff;
  font-family:"Microsoft YaHei","PingFang SC","Helvetica Neue",Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}

.ps-wrap{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
}

.ps-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(6,18,44,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--ps-line);
}
.ps-header-inner{
  min-height:76px;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  gap:24px;
  align-items:center;
}
.ps-logo{
  min-width:130px;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
.ps-logo img{
  display:block;
  width:auto;
  height:30px;
  max-width:180px;
  max-height:34px;
  object-fit:contain;
}
.ps-nav{
  justify-self:center;
  display:flex;
  gap:26px;
  font-size:14px;
  font-weight:900;
  color:#eef5ff;
}
.ps-nav a:hover{color:#fff}
.ps-top-cta{
  min-height:42px;
  display:flex;
  align-items:center;
  padding:0 22px;
  border-radius:999px;
  background:var(--ps-red);
  color:#fff;
  font-weight:1000;
  box-shadow:0 16px 34px rgba(215,25,32,.26);
}
.ps-menu{
  display:none;
  width:42px;
  height:38px;
  border:0;
  background:transparent;
}
.ps-menu span{
  display:block;
  width:24px;
  height:2px;
  margin:5px auto;
  background:#fff;
  border-radius:4px;
}

.ps-hero{
  position:relative;
  min-height:680px;
  overflow:hidden;
  padding:92px 0 70px;
  background:
    radial-gradient(circle at 74% 22%,rgba(215,25,32,.30),transparent 28%),
    radial-gradient(circle at 18% 84%,rgba(255,255,255,.12),transparent 26%),
    linear-gradient(145deg,#06122c,#0c1d46 56%,#06122c);
}
.ps-constellation{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.7;
}
.ps-constellation i{
  position:absolute;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 24px rgba(255,255,255,.9);
}
.ps-constellation i:nth-child(1){left:9%;top:22%}
.ps-constellation i:nth-child(2){left:29%;top:14%}
.ps-constellation i:nth-child(3){left:44%;top:72%}
.ps-constellation i:nth-child(4){left:71%;top:13%}
.ps-constellation i:nth-child(5){left:88%;top:66%}
.ps-hero-inner{
  position:relative;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:58px;
  align-items:center;
}
.ps-eyebrow{
  margin:0;
  color:#ff8d93;
  font-size:13px;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.ps-hero h1{
  margin:16px 0 20px;
  max-width:820px;
  font-size:clamp(46px,6.4vw,82px);
  line-height:.98;
  letter-spacing:-.055em;
}
.ps-lead{
  max-width:790px;
  color:#dfe8f7;
  font-size:18px;
  line-height:1.85;
}
.ps-hero-actions{
  margin-top:30px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.ps-btn{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 25px;
  border-radius:999px;
  font-weight:1000;
  transition:.18s ease;
}
.ps-btn:hover{transform:translateY(-2px)}
.ps-btn-red{
  background:var(--ps-red);
  color:#fff;
  box-shadow:0 18px 40px rgba(215,25,32,.25);
}
.ps-btn-line{
  background:rgba(255,255,255,.06);
  border:1px solid var(--ps-line);
  color:#fff;
}
.ps-btn-dark{
  background:var(--ps-navy);
  color:#fff;
}
.ps-search-terms{
  margin-top:26px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ps-search-terms span{
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--ps-line);
  color:#fff;
  font-size:13px;
  font-weight:800;
}

.ps-orbit-card{
  position:relative;
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ps-orbit-ring{
  position:absolute;
  width:min(440px,82vw);
  height:min(440px,82vw);
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
}
.ps-orbit-ring:before,
.ps-orbit-ring:after{
  content:"";
  position:absolute;
  inset:42px;
  border:1px dashed rgba(255,255,255,.16);
  border-radius:50%;
}
.ps-orbit-ring:after{
  inset:86px;
}
.ps-orbit-media{
  position:relative;
  z-index:2;
  width:min(360px,74vw);
  height:min(360px,74vw);
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.06);
  border:1px solid var(--ps-line);
  box-shadow:var(--ps-shadow);
  overflow:hidden;
}
.ps-orbit-media img{
  max-width:86%;
  max-height:86%;
  object-fit:contain;
}
.ps-orbit-node{
  position:absolute;
  z-index:4;
  width:124px;
  min-height:74px;
  padding:13px;
  border-radius:22px;
  background:#fff;
  color:var(--ps-ink);
  box-shadow:0 18px 42px rgba(0,0,0,.2);
}
.ps-orbit-node b{display:block}
.ps-orbit-node span{
  display:block;
  margin-top:5px;
  color:var(--ps-ink-2);
  font-size:12px;
}
.node-one{left:4%;top:20%}
.node-two{right:1%;top:38%}
.node-three{left:18%;bottom:10%}

.ps-marquee{
  background:#fff;
  color:var(--ps-ink);
  padding:16px 0;
}
.ps-marquee .ps-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}
.ps-marquee span{
  font-weight:1000;
}
.ps-marquee i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--ps-red);
}

.ps-brand{
  padding:96px 0;
  background:var(--ps-soft);
  color:var(--ps-ink);
}
.ps-brand-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-areas:
    "title note"
    "image matrix";
  gap:26px;
  align-items:stretch;
}
.ps-brand-title{grid-area:title}
.ps-brand-note{grid-area:note}
.ps-brand-image{grid-area:image}
.ps-brand-matrix{grid-area:matrix}
.ps-brand h2,
.ps-client h2,
.ps-play h2,
.ps-app-strip h2,
.ps-route h2,
.ps-faq h2,
.ps-final h2{
  margin:12px 0;
  font-size:clamp(32px,4vw,56px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.ps-brand p,
.ps-client p,
.ps-play p,
.ps-app-strip p,
.ps-route p,
.ps-faq p,
.ps-final p{
  color:var(--ps-ink-2);
  line-height:1.8;
}
.ps-brand-image{
  margin:0;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:36px;
  background:#fff;
  border:1px solid var(--ps-line-dark);
  box-shadow:0 20px 50px rgba(16,24,39,.08);
}
.ps-brand-image img{
  max-height:360px;
  object-fit:contain;
}
.ps-brand-matrix{
  display:grid;
  gap:14px;
}
.ps-brand-matrix article{
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--ps-line-dark);
}
.ps-brand-matrix em{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--ps-red);
  color:#fff;
  font-style:normal;
  font-weight:1000;
}
.ps-brand-matrix b{
  display:block;
  margin:14px 0 7px;
  font-size:22px;
}
.ps-brand-matrix span{
  color:var(--ps-ink-2);
  line-height:1.65;
}

.ps-client{
  padding:96px 0;
  background:linear-gradient(180deg,#06122c,#0c1d46);
}
.ps-client-shell{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.ps-client-panel{
  padding:36px;
  border-radius:40px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--ps-line);
}
.ps-client-panel p{color:#dfe8f7}
.ps-device-list{
  margin:26px 0;
  display:grid;
  gap:12px;
}
.ps-device-list a{
  display:block;
  padding:18px 20px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--ps-line);
}
.ps-device-list b{display:block}
.ps-device-list span{
  display:block;
  margin-top:6px;
  color:#dfe8f7;
  font-size:14px;
}
.ps-client-media{
  margin:0;
  min-height:460px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:44px;
  background:#fff;
  overflow:hidden;
}
.ps-client-media img{
  max-height:430px;
  object-fit:contain;
}

.ps-play{
  padding:96px 0;
  background:#fff;
  color:var(--ps-ink);
}
.ps-play-grid{
  display:grid;
  gap:24px;
}
.ps-play-zoom,
.ps-play-mtt{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
  padding:32px;
  border-radius:42px;
  background:var(--ps-soft);
  border:1px solid var(--ps-line-dark);
}
.ps-play-mtt{
  grid-template-columns:.9fr 1.1fr;
}
.ps-play figure{
  margin:0;
  min-height:340px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:30px;
  background:#fff;
  overflow:hidden;
}
.ps-play figure img{
  max-height:315px;
  object-fit:contain;
}
.ps-pill-row{
  margin:24px 0 8px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ps-pill-row span{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--ps-line-dark);
  color:var(--ps-red);
  font-size:13px;
  font-weight:900;
}
.ps-text-link{
  display:inline-flex;
  margin-top:16px;
  color:var(--ps-red);
  font-weight:1000;
}

.ps-app-strip{
  padding:70px 0;
  background:var(--ps-red);
}
.ps-app-inner{
  display:grid;
  grid-template-columns:1.1fr .7fr auto;
  gap:28px;
  align-items:center;
}
.ps-app-strip p{color:#ffe4e6}
.ps-app-strip figure{
  margin:0;
  min-height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:30px;
  background:rgba(255,255,255,.14);
}
.ps-app-strip img{
  max-height:205px;
  object-fit:contain;
}

.ps-route{
  padding:96px 0;
  background:var(--ps-soft);
  color:var(--ps-ink);
}
.ps-route-head{
  max-width:780px;
}
.ps-route-line{
  position:relative;
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.ps-route-line article{
  padding:24px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--ps-line-dark);
}
.ps-route-line em{
  display:inline-flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--ps-navy);
  color:#fff;
  font-style:normal;
  font-weight:1000;
}
.ps-route-line b{
  display:block;
  margin:14px 0 8px;
}
.ps-route-line span{
  color:var(--ps-ink-2);
  line-height:1.65;
  font-size:14px;
}
.ps-guide-media{
  margin:30px 0 0;
  min-height:310px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:38px;
  background:#fff;
  border:1px solid var(--ps-line-dark);
}
.ps-guide-media img{
  max-height:285px;
  object-fit:contain;
}

.ps-faq{
  padding:96px 0;
  background:#06122c;
}
.ps-faq-layout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:34px;
}
.ps-faq-title p{color:#dfe8f7}
.ps-faq-list{
  display:grid;
  gap:12px;
}
.ps-faq-list details{
  border-radius:22px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--ps-line);
  overflow:hidden;
}
.ps-faq-list summary{
  cursor:pointer;
  list-style:none;
  padding:20px 22px;
  font-weight:1000;
}
.ps-faq-list summary::-webkit-details-marker{display:none}
.ps-faq-list p{
  margin:0;
  padding:0 22px 20px;
  color:#dfe8f7;
  line-height:1.75;
}

.ps-final{
  padding:52px 0 94px;
  background:#fff;
  color:var(--ps-ink);
}
.ps-final-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:26px;
  padding:34px;
  border-radius:36px;
  background:var(--ps-soft);
  border:1px solid var(--ps-line-dark);
}
.ps-final p{margin:0;color:var(--ps-ink-2)}

.ps-footer{
  padding:34px 0 96px;
  background:#06122c;
  border-top:1px solid var(--ps-line);
}
.ps-footer-inner{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
}
.ps-footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.ps-footer-brand img{
  max-width:150px;
  max-height:44px;
  object-fit:contain;
}
.ps-footer-brand p{
  margin:4px 0 0;
  color:#aab8cf;
}
.ps-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  color:#eef5ff;
  font-weight:800;
}

.ps-bottom-bar{
  position:fixed;
  left:50%;
  bottom:18px;
  z-index:90;
  transform:translateX(-50%);
  width:min(540px,calc(100% - 28px));
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:10px;
  border-radius:999px;
  background:rgba(6,18,44,.92);
  border:1px solid var(--ps-line);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 46px rgba(0,0,0,.24);
}
.ps-bottom-bar a{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-weight:1000;
}
.ps-bottom-bar a:first-child{
  background:var(--ps-red);
  color:#fff;
}
.ps-bottom-bar a:last-child{
  background:rgba(255,255,255,.08);
  color:#fff;
}

.ps-backtop{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:70;
  width:52px;
  height:52px;
  border:0;
  border-radius:50%;
  background:var(--ps-red);
  color:#fff;
  font-weight:1000;
  cursor:pointer;
  opacity:0;
  pointer-events:none;
}
.ps-backtop.is-visible{
  opacity:1;
  pointer-events:auto;
}

.img-missing,
.image-empty{
  display:none!important;
}

@media(max-width:1080px){
  .ps-header-inner{grid-template-columns:auto 1fr auto}
  .ps-nav{
    position:absolute;
    top:76px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    padding:12px 22px 20px;
    background:#06122c;
    border-bottom:1px solid var(--ps-line);
  }
  .ps-nav.is-open{display:flex}
  .ps-nav a{
    padding:12px 0;
    border-bottom:1px solid var(--ps-line);
  }
  .ps-menu{
    display:block;
    justify-self:end;
  }
  .ps-top-cta{display:none}

  .ps-hero-inner,
  .ps-brand-layout,
  .ps-client-shell,
  .ps-play-zoom,
  .ps-play-mtt,
  .ps-app-inner,
  .ps-faq-layout{
    grid-template-columns:1fr;
  }
  .ps-brand-layout{
    grid-template-areas:
      "title"
      "note"
      "image"
      "matrix";
  }
  .ps-route-line{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:780px){
  .ps-wrap{width:min(100% - 28px,1180px)}
  .ps-hero{padding:54px 0 46px;min-height:auto}
  .ps-hero h1{font-size:42px}
  .ps-lead{font-size:16px}
  .ps-hero-actions{flex-direction:column}
  .ps-btn{width:100%}
  .ps-orbit-card{min-height:390px}
  .ps-orbit-node{
    position:static;
    width:100%;
    margin:8px 0;
  }
  .ps-orbit-ring{display:none}
  .ps-route-line{
    grid-template-columns:1fr;
  }
  .ps-client-media,
  .ps-play figure,
  .ps-brand-image,
  .ps-guide-media{
    min-height:280px;
  }
  .ps-final-inner,
  .ps-footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}
