.page-home{
  --home-panel-pad: clamp(1.25rem, 3vw, 2.5rem);
  --home-slant: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  --home-grid-line: rgba(0, 229, 255, 0.14);
  background: var(--c-bg);
}

.page-home .home-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 5vw, 4rem);
  border-bottom: 2px solid var(--c-cyan);
  background:
    radial-gradient(ellipse at 75% 10%, rgba(0, 229, 255, 0.18), transparent 55%),
    radial-gradient(ellipse at 15% 90%, rgba(255, 107, 0, 0.14), transparent 45%),
    var(--c-bg);
}

.page-home .home-hero__bg{
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #060D1F;
}

.page-home .home-hero__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: saturate(1.15) contrast(1.1);
}

.page-home .home-hero__grid{
  position: absolute;
  inset: -10% -5%;
  background-image:
    linear-gradient(var(--home-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--home-grid-line) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.55;
  transform: perspective(720px) rotateX(8deg) scale(1.1);
  transform-origin: 50% 100%;
  animation: page-home-pan 48s linear infinite;
}

@keyframes page-home-pan{
  0%{ background-position: 0 0; }
  100%{ background-position: 0 104px; }
}

.page-home .home-hero__beam{
  position: absolute;
  inset: -20% -5%;
  background: linear-gradient(115deg, transparent 35%, rgba(0, 229, 255, 0.1) 47%, rgba(255, 107, 0, 0.12) 53%, transparent 65%);
  mix-blend-mode: screen;
  opacity: 0.7;
  animation: page-home-beam 14s ease-in-out infinite alternate;
}

@keyframes page-home-beam{
  from{ transform: translateX(-4%); }
  to{ transform: translateX(4%); }
}

.page-home .home-hero__speed{
  position: absolute;
  left: -2%;
  bottom: 0;
  width: 60%;
  height: auto;
  min-height: 80px;
  z-index: -1;
  opacity: 0.6;
  pointer-events: none;
}

.page-home .home-hero__tick{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: repeating-linear-gradient(90deg, var(--c-cyan) 0 26px, transparent 26px 34px);
  opacity: 0.5;
}

.page-home .home-hero__panel-wrap{
  position: relative;
  max-width: calc(var(--container) - 160px);
  margin-left: auto;
  margin-right: auto;
}

.page-home .home-hero__panel{
  position: relative;
  padding: var(--home-panel-pad);
  background: linear-gradient(135deg, rgba(1, 9, 26, 0.92), rgba(17, 34, 64, 0.88));
  border: 2px solid var(--c-cyan);
  clip-path: var(--home-slant);
  box-shadow: 10px 10px 0 rgba(0, 229, 255, 0.18), -6px -6px 0 rgba(255, 107, 0, 0.12);
}

.page-home .home-hero__topline{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1.5rem;
}

.page-home .home-hero__badge{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--c-success);
  font-size: var(--size-caption);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.page-home .home-hero__badge-dot{
  width: 8px;
  height: 8px;
  background: var(--c-success);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.25);
}

.page-home .home-hero__title{
  margin: 0 0 1rem;
  max-width: 72ch;
  font-size: var(--size-display);
  line-height: 1.04;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.page-home .home-hero__lead{
  margin: 0 0 1.75rem;
  max-width: 70ch;
  color: var(--c-text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.page-home .home-hero__stats{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 1.75rem;
  border: 1px solid var(--c-border);
  background: var(--c-border);
}

.page-home .home-hero__stat{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background: rgba(0, 8, 25, 0.88);
  padding: 1rem;
  min-height: 92px;
  justify-content: center;
}

.page-home .home-hero__stat-num{
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  color: var(--c-cyan);
  line-height: 1;
}

.page-home .home-hero__stat:first-child .home-hero__stat-num{
  color: var(--c-orange);
}

.page-home .home-hero__stat-label{
  font-size: var(--size-caption);
  color: var(--c-text-muted);
}

.page-home .home-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-home .home-overview__head,
.page-home .home-batches__head-row,
.page-home .home-services__head,
.page-home .home-sync__head{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.page-home .home-overview__heading-note,
.page-home .home-services__note{
  color: var(--c-text-muted);
  font-size: var(--size-caption);
  letter-spacing: 0.04em;
}

.page-home .home-overview__layout{
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 900px){
  .page-home .home-overview__layout{
    grid-template-columns: 1.3fr 0.8fr;
  }
}

.page-home .home-overview__main{
  padding: clamp(1.25rem, 3vw, 2rem);
  border-top: 4px solid var(--c-cyan);
}

.page-home .home-overview__headline{
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed rgba(0, 229, 255, 0.35);
  margin-bottom: 1.5rem;
}

.page-home .home-overview__kicker{
  margin: 0 0 0.5rem;
  color: var(--c-text-muted);
  font-size: var(--size-caption);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .home-overview__number{
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 0.95;
  font-weight: 700;
  color: var(--c-orange);
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.page-home .home-overview__number span{
  font-size: 1.6rem;
  color: var(--c-text);
}

.page-home .home-overview__note{
  margin: 0.75rem 0 0;
  color: var(--c-text-muted);
  max-width: 48ch;
}

.page-home .home-overview__metrics{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(0, 229, 255, 0.22);
  border: 1px solid rgba(0, 229, 255, 0.22);
}

@media (min-width: 640px){
  .page-home .home-overview__metrics{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page-home .home-overview__metric{
  background: rgba(0, 8, 25, 0.92);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.page-home .home-overview__metric-num{
  font-family: var(--font-title);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--c-cyan);
}

.page-home .home-overview__metric-label{
  font-size: var(--size-caption);
  color: var(--c-text-muted);
}

.page-home .home-overview__bar{
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  margin-top: 1.5rem;
  position: relative;
}

.page-home .home-overview__bar-fill{
  width: 99.98%;
  height: 100%;
  background: linear-gradient(90deg, var(--c-cyan), var(--c-orange));
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.6);
}

.page-home .home-overview__aside{
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.page-home .home-overview__entry{
  padding: 1.25rem 1.25rem 1.5rem;
  border-left: 3px solid var(--c-orange);
}

.page-home .home-overview__entry:last-child{
  border-left-color: var(--c-cyan);
}

.page-home .home-overview__entry-title{
  margin: 0 0 0.75rem;
  font-family: var(--font-title);
  font-size: var(--size-h3);
}

.page-home .home-overview__list{
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.page-home .home-overview__list li{
  position: relative;
  padding-left: 1.15rem;
  color: var(--c-text-muted);
  line-height: 1.5;
}

.page-home .home-overview__list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: var(--c-cyan);
  transform: rotate(45deg);
}

.page-home .home-overview__link{
  color: var(--c-cyan);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--size-caption);
}

.page-home .home-overview__link:hover{
  color: var(--c-orange);
}

.page-home .home-batches__more{
  color: var(--c-cyan);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--size-caption);
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}

.page-home .home-batches__more:hover{
  border-color: var(--c-orange);
}

.page-home .home-batches__list{
  display: grid;
  gap: 1.25rem;
}

.page-home .home-batches__item{
  border: 1px solid rgba(0, 229, 255, 0.3);
  background: var(--c-bg-card);
  border-left: 4px solid var(--c-cyan);
  transition: border-color 0.3s;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px){
  .page-home .home-batches__item:hover,
  .page-home .home-batches__item[open]{
    border-color: var(--c-orange);
    border-left-color: var(--c-orange);
    transform: translateX(8px);
    transition: border-color 0.3s, transform 0.3s var(--ease-out);
  }
}

.page-home .home-batches__head{
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.9rem;
  padding: 1.1rem 1.25rem;
  font-family: var(--font-title);
}

.page-home .home-batches__head::-webkit-details-marker{
  display: none;
}

.page-home .home-batches__index{
  color: var(--c-text-muted);
  font-size: var(--size-caption);
  letter-spacing: 0.1em;
}

.page-home .home-batches__num{
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  font-weight: 700;
  color: var(--c-cyan);
  line-height: 1;
}

.page-home .home-batches__item:first-of-type .home-batches__num{
  color: var(--c-orange);
}

.page-home .home-batches__meta{
  margin-left: auto;
  color: var(--c-text-muted);
  font-size: var(--size-caption);
  font-family: var(--font-body);
  background: rgba(0, 229, 255, 0.08);
  padding: 0.2rem 0.6rem;
}

.page-home .home-batches__toggle{
  color: var(--c-cyan);
  font-size: var(--size-caption);
  font-weight: 600;
}

.page-home .home-batches__toggle::after{
  content: "展开";
}

.page-home .home-batches__item[open] .home-batches__toggle::after{
  content: "收起";
}

.page-home .home-batches__body{
  margin: 0 1.25rem 1.25rem;
  padding: 1.25rem 1.25rem 1.5rem;
  background: rgba(0, 8, 25, 0.55);
  border-left: 2px solid var(--c-orange);
}

.page-home .home-batches__body-title{
  margin: 0 0 0.75rem;
  font-family: var(--font-title);
  font-size: var(--size-h3);
  font-weight: 600;
}

.page-home .home-batches__body-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.page-home .home-batches__body-list li{
  position: relative;
  padding-left: 1.1rem;
  color: var(--c-text-muted);
  line-height: 1.6;
}

.page-home .home-batches__body-list li::before{
  content: "→";
  position: absolute;
  left: 0;
  color: var(--c-orange);
  font-weight: 700;
}

.page-home .home-batches__item[open] .home-batches__body{
  animation: page-home-fade-up 0.45s var(--ease-out) both;
}

@keyframes page-home-fade-up{
  from{
    opacity: 0;
    transform: translateY(10px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

.page-home .home-services__layout{
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 900px){
  .page-home .home-services__layout{
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

.page-home .home-services__block{
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-top: 4px solid var(--c-cyan);
  background: var(--c-bg-card);
  margin-bottom: 1.25rem;
}

@media (min-width: 900px){
  .page-home .home-services__block--orange{
    margin-left: 2rem;
  }
}

.page-home .home-services__block--orange{
  border-top-color: var(--c-orange);
}

.page-home .home-services__tag{
  display: inline-block;
  padding: 0.24rem 0.7rem;
  background: var(--c-cyan);
  color: #081027;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  margin-bottom: 1rem;
}

.page-home .home-services__block--orange .home-services__tag{
  background: var(--c-orange);
}

.page-home .home-services__block h3{
  margin: 0 0 0.6rem;
  font-family: var(--font-title);
  font-size: var(--size-h2);
}

.page-home .home-services__block p{
  margin: 0 0 1rem;
  color: var(--c-text-muted);
  line-height: 1.7;
}

.page-home .home-services__categories{
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 640px){
  .page-home .home-services__categories{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-home .home-services__categories li{
  padding: 0.5rem 0.75rem 0.5rem 1.4rem;
  background: rgba(0, 229, 255, 0.06);
  color: var(--c-text);
  font-size: var(--size-caption);
  position: relative;
}

.page-home .home-services__categories li::before{
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0.85em;
  width: 5px;
  height: 5px;
  background: var(--c-orange);
  transform: rotate(45deg);
}

.page-home .home-services__link{
  color: var(--c-cyan);
  font-weight: 600;
  font-size: var(--size-caption);
  text-decoration: none;
}

.page-home .home-services__link:hover{
  color: var(--c-orange);
}

.page-home .home-services__figure{
  margin: 0;
  border: 2px solid var(--c-border);
  box-shadow: 8px 8px 0 rgba(0, 229, 255, 0.12);
  background: var(--c-bg-card);
}

.page-home .home-services__figure img,
.page-home .home-sync__media img,
.page-home .home-subscribe__figure img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .home-services__figure figcaption,
.page-home .home-sync__media figcaption,
.page-home .home-subscribe__figure figcaption{
  padding: 0.6rem 0.8rem;
  font-size: var(--size-caption);
  color: var(--c-text-muted);
  background: rgba(0, 8, 25, 0.7);
  border-top: 1px solid rgba(0, 229, 255, 0.3);
}

.page-home .home-sync__layout{
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px){
  .page-home .home-sync__layout{
    grid-template-columns: 1fr 0.9fr;
  }
}

.page-home .home-sync__lead{
  font-size: 1.05rem;
  color: var(--c-text);
  line-height: 1.8;
  max-width: 48ch;
  margin: 0 0 1.5rem;
}

.page-home .home-sync__steps{
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.page-home .home-sync__steps li{
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.9rem;
  align-items: center;
  position: relative;
}

.page-home .home-sync__steps li:not(:last-child)::after{
  content: "";
  position: absolute;
  left: 1.2rem;
  top: calc(2.6rem + 0.15rem);
  bottom: -1.15rem;
  width: 1px;
  background: linear-gradient(to bottom, var(--c-cyan), transparent);
}

.page-home .home-sync__step-num{
  width: 2.6rem;
  height: 2.6rem;
  border: 2px solid var(--c-cyan);
  display: grid;
  place-items: center;
  font-family: var(--font-title);
  font-weight: 700;
  color: var(--c-cyan);
  background: rgba(0, 229, 255, 0.06);
}

.page-home .home-sync__step-text{
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: var(--c-text-muted);
  line-height: 1.5;
}

.page-home .home-sync__step-text strong{
  color: var(--c-text);
  font-family: var(--font-title);
  font-weight: 600;
  white-space: nowrap;
}

.page-home .home-sync__media{
  margin: 0;
  border: 2px solid var(--c-border);
  background: var(--c-bg-card);
}

.page-home .home-subscribe__panel{
  position: relative;
  display: grid;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 107, 0, 0.16), transparent 45%),
    linear-gradient(135deg, rgba(0, 229, 255, 0.06), transparent 50%),
    var(--c-bg-card);
  border: 2px solid var(--c-cyan);
  box-shadow: 10px 10px 0 rgba(0, 229, 255, 0.14);
}

@media (min-width: 900px){
  .page-home .home-subscribe__panel{
    grid-template-columns: 1.2fr 0.7fr;
    align-items: center;
  }
}

.page-home .home-subscribe__lead{
  color: var(--c-text-muted);
  line-height: 1.8;
  max-width: 55ch;
  margin: 0 0 1.25rem;
}

.page-home .home-subscribe__list{
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.page-home .home-subscribe__list li{
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(0, 229, 255, 0.4);
  background: rgba(0, 229, 255, 0.05);
  color: var(--c-text);
  font-size: var(--size-caption);
  font-weight: 600;
}

.page-home .home-subscribe__list li::before{
  content: "◆";
  margin-right: 0.4rem;
  color: var(--c-orange);
  font-size: 0.6rem;
  vertical-align: middle;
}

.page-home .home-subscribe__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-home .home-subscribe__figure{
  margin: 0;
  border: 2px solid var(--c-border);
  background: rgba(0, 8, 25, 0.5);
}

.page-home .home-links__grid{
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .page-home .home-links__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .page-home .home-links__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page-home .home-links__item{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.25rem 1.5rem;
  background: var(--c-bg-card);
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-left: 4px solid var(--c-cyan);
  text-decoration: none;
  transition: transform 0.3s var(--ease-out), border-color 0.3s, box-shadow 0.3s;
}

.page-home .home-links__item:hover{
  transform: translateY(-5px);
  border-color: var(--c-cyan);
  box-shadow: 8px 8px 0 rgba(0, 229, 255, 0.18);
}

.page-home .home-links__index{
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(0, 229, 255, 0.16);
}

.page-home .home-links__title{
  font-family: var(--font-title);
  font-weight: 600;
  font-size: var(--size-h3);
  color: var(--c-text);
  padding-right: 2.4rem;
}

.page-home .home-links__desc{
  color: var(--c-text-muted);
  font-size: var(--size-caption);
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce){
  .page-home .home-hero__grid,
  .page-home .home-hero__beam,
  .page-home .home-hero__speed{
    animation: none;
  }

  .page-home .home-batches__item,
  .page-home .home-links__item,
  .page-home .home-batches__more,
  .page-home .home-services__link,
  .page-home .home-overview__link{
    transition: none;
  }

  .page-home .home-batches__item[open] .home-batches__body{
    animation: none;
  }
}
