.page-home{
  --home-bg-abyss:#0E1A26;
  --home-bg-navy:#122A3A;
  --home-bg-carbon:#05080D;
  --home-cyan:#1D8EA5;
  --home-lime:#B8F34B;
  --home-orange:#FF6A3D;
  --home-frost:#E8F0F5;
  --home-steel:#9CB0C0;
  --home-gutter:clamp(20px,4vw,48px);
  --home-radius:0px;
  --home-border:rgba(29,142,165,0.35);
  background:
    radial-gradient(circle at 15% -10%,rgba(29,142,165,0.12) 0%,transparent 40%),
    var(--home-bg-abyss);
  color:var(--home-frost);
}

.page-home .breadcrumb{
  position:relative;
  z-index:5;
  padding-top:96px;
  font-family:'JetBrains Mono','Roboto Mono',monospace;
  font-size:13px;
  letter-spacing:0.04em;
  color:var(--home-steel);
}
.page-home .breadcrumb__sep{
  color:var(--home-cyan);
  margin-right:8px;
}
.page-home .breadcrumb .breadcrumb__sep::after{
  content:"/";
  margin-left:8px;
  color:var(--home-lime);
}

.page-home__hero{
  min-height:88vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background-image:linear-gradient(rgba(29,142,165,0.06) 1px,transparent 1px),linear-gradient(90deg,rgba(29,142,165,0.06) 1px,transparent 1px);
  background-size:56px 56px;
}
.page-home__hero::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:3px;
  height:100%;
  background:linear-gradient(180deg,var(--home-lime) 0%,var(--home-cyan) 100%);
  opacity:0.8;
}
.page-home__hero-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
  padding-top:60px;
  padding-bottom:60px;
  align-items:center;
}
.page-home__hero-copy{
  position:relative;
  z-index:2;
}
.page-home .eyebrow{
  margin-bottom:14px;
}
.page-home__hero-title{
  font-family:'Archivo Black','Noto Sans SC Black','PingFang SC','Microsoft YaHei',sans-serif;
  font-size:clamp(52px,11vw,96px);
  line-height:1;
  letter-spacing:-0.02em;
  margin:0 0 20px 0;
  color:var(--home-frost);
  text-transform:uppercase;
}
.page-home__hero-sub{
  font-size:18px;
  line-height:1.7;
  color:var(--home-steel);
  max-width:42ch;
  margin:0 0 32px 0;
}
.page-home__hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.page-home__hero-visual{
  position:relative;
  z-index:2;
}
.page-home__hero-img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  object-fit:cover;
  outline:1px solid var(--home-border);
  outline-offset:8px;
}
.page-home__hero-week{
  position:absolute;
  top:16px;
  left:16px;
  background:rgba(5,8,13,0.88);
  border-left:3px solid var(--home-lime);
  padding:14px 20px;
  display:flex;
  flex-direction:column;
  gap:2px;
  backdrop-filter:blur(4px);
}
.page-home__hero-week-num{
  font-family:'JetBrains Mono','Roboto Mono',monospace;
  font-size:44px;
  font-weight:700;
  color:var(--home-lime);
  line-height:1;
}
.page-home__hero-week-label{
  font-size:13px;
  color:var(--home-frost);
  letter-spacing:0.06em;
}
.page-home__hero-ring{
  position:absolute;
  bottom:-12px;
  right:10px;
  width:150px;
  height:150px;
  background:rgba(5,8,13,0.75);
  border-radius:999px;
  padding:12px;
  display:none;
}
.page-home__hero-ring svg{
  width:100%;
  height:100%;
}
.page-home__ring-track{
  stroke:rgba(29,142,165,0.3);
}
.page-home__ring-progress{
  stroke:var(--home-lime);
  stroke-linecap:square;
  transform:rotate(-90deg);
  transform-origin:center;
  filter:drop-shadow(0 0 6px rgba(184,243,75,0.5));
}
.page-home__hero-ring text{
  fill:var(--home-frost);
  font-family:'JetBrains Mono','Roboto Mono',monospace;
  font-size:10px;
}
.page-home__hero-ring text:first-of-type{
  fill:var(--home-cyan);
}

.page-home__compare{
  background:linear-gradient(180deg,var(--home-bg-navy) 0%,var(--home-bg-abyss) 100%);
  border-top:1px solid var(--home-border);
  border-bottom:1px solid var(--home-border);
}
.page-home__section-head{
  margin-bottom:48px;
}
.page-home__lead{
  font-size:18px;
  line-height:1.7;
  color:var(--home-steel);
  max-width:62ch;
  margin-top:16px;
}
.page-home__compare-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
  align-items:start;
}
.page-home__compare-media{
  position:relative;
}
.page-home__compare-media img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  object-fit:cover;
  outline:1px solid var(--home-border);
}
.page-home__compare-media::after{
  content:"";
  position:absolute;
  top:12px;
  right:12px;
  width:24px;
  height:24px;
  border-top:2px solid var(--home-lime);
  border-right:2px solid var(--home-lime);
  transition:all var(--transition);
}
.page-home__compare-media:hover::after{
  right:6px;
  top:6px;
}
.page-home__segmented{
  margin-bottom:20px;
}
.page-home__panel{
  background:rgba(14,26,38,0.5);
  border-left:3px solid var(--home-cyan);
  padding:20px 24px;
  margin-bottom:24px;
}
.page-home__panel p{
  margin:0;
  line-height:1.7;
  color:var(--home-frost);
}
.page-home__feature-list{
  list-style:none;
  margin:0 0 28px 0;
  padding:0;
  display:grid;
  gap:10px;
}
.page-home__feature-list li{
  padding-left:24px;
  position:relative;
  line-height:1.6;
  color:var(--home-frost);
}
.page-home__feature-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.5em;
  width:10px;
  height:10px;
  background:var(--home-lime);
  clip-path:polygon(0 0,100% 0,100% 100%);
}
.page-home__cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.page-home__calendar{
  background:var(--home-bg-abyss);
}
.page-home__calendar-head{
  margin-bottom:40px;
}
.page-home__calendar-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
  align-items:center;
}
.page-home__calendar-card{
  background:rgba(18,42,58,0.6);
  border:1px solid var(--home-border);
  padding:28px;
  position:relative;
  transition:transform 300ms ease;
}
.page-home__calendar-card:hover{
  transform:translateY(-4px);
}
.page-home__calendar-card::before{
  content:"";
  position:absolute;
  top:-1px;
  left:-1px;
  width:36px;
  height:36px;
  border-top:3px solid var(--home-orange);
  border-left:3px solid var(--home-orange);
}
.page-home__calendar-week{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:22px;
}
.page-home__calendar-weeknum{
  font-family:'JetBrains Mono','Roboto Mono',monospace;
  font-size:56px;
  font-weight:700;
  line-height:1;
  color:var(--home-orange);
}
.page-home__calendar-weektext{
  font-size:18px;
  font-weight:600;
  color:var(--home-frost);
}
.page-home__week-list{
  list-style:none;
  margin:0 0 24px 0;
  padding:0;
  display:grid;
  gap:10px;
}
.page-home__week-list a{
  display:block;
  padding:8px 0 8px 14px;
  border-left:2px solid var(--home-border);
  color:var(--home-steel);
  text-decoration:none;
  transition:border-color 200ms ease,color 200ms ease;
  line-height:1.5;
}
.page-home__week-list a:hover{
  border-left-color:var(--home-lime);
  color:var(--home-frost);
}
.page-home__calendar-link{
  display:inline-block;
  color:var(--home-lime);
  text-decoration:none;
  font-weight:600;
  transition:opacity 200ms ease;
}
.page-home__calendar-link:hover{
  opacity:0.8;
}
.page-home__calendar-timeline img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  object-fit:cover;
  outline:1px solid var(--home-border);
}
.page-home__calendar-stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:48px;
}
.page-home .stat-card{
  background:rgba(14,26,38,0.55);
  border:1px solid var(--home-border);
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:8px;
  transition:background 200ms ease;
}
.page-home .stat-card:hover{
  background:rgba(18,42,58,0.7);
}
.page-home .stat-card__label{
  font-size:13px;
  color:var(--home-steel);
  font-family:'JetBrains Mono','Roboto Mono',monospace;
  text-transform:uppercase;
  letter-spacing:0.06em;
}
.page-home .stat-card__number{
  font-family:'JetBrains Mono','Roboto Mono',monospace;
  font-size:28px;
  font-weight:700;
  color:var(--home-frost);
  line-height:1.1;
}

.page-home__report{
  border-top:1px solid var(--home-border);
  background:linear-gradient(135deg,rgba(5,8,13,0.6) 0%,rgba(14,26,38,0.8) 100%);
}
.page-home__report-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
}
.page-home__report-copy .page-home__lead{
  margin-bottom:20px;
}
.page-home__report-text{
  color:var(--home-steel);
  line-height:1.7;
  margin:0 0 24px 0;
  max-width:58ch;
}
.page-home__report-metrics{
  list-style:none;
  padding:0;
  margin:0 0 28px 0;
  display:grid;
  gap:12px;
}
.page-home__report-metrics li{
  padding:10px 14px;
  border-left:3px solid var(--home-cyan);
  font-family:'JetBrains Mono','Roboto Mono',monospace;
  font-size:15px;
  color:var(--home-frost);
  background:rgba(29,142,165,0.08);
}
.page-home__report-card{
  background:rgba(18,42,58,0.55);
  border:1px solid var(--home-border);
  padding:28px;
  position:relative;
}
.page-home__report-card::after{
  content:"";
  position:absolute;
  right:12px;
  bottom:12px;
  width:28px;
  height:28px;
  border-bottom:2px solid var(--home-cyan);
  border-right:2px solid var(--home-cyan);
}
.page-home__report-tagrow{
  display:flex;
  gap:8px;
  margin-bottom:16px;
}
.page-home__report-card h3{
  font-size:20px;
  margin:0 0 12px 0;
  line-height:1.4;
  color:var(--home-frost);
}
.page-home__report-card p:not(.page-home__report-meta){
  color:var(--home-steel);
  line-height:1.65;
  margin:0 0 16px 0;
}
.page-home__report-meta{
  display:flex;
  align-items:center;
  gap:8px;
  font-family:'JetBrains Mono','Roboto Mono',monospace;
  font-size:13px;
  color:var(--home-cyan);
  margin:0;
}

.page-home__feedback{
  border-top:1px solid var(--home-border);
}
.page-home__feedback-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  align-items:center;
}
.page-home__feedback-content .page-home__lead{
  margin-bottom:16px;
}
.page-home__feedback-text{
  color:var(--home-steel);
  line-height:1.7;
  margin:0 0 24px 0;
  max-width:56ch;
}
.page-home__feedback-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.page-home__feedback-visual{
  position:relative;
}
.page-home__feedback-visual img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  object-fit:cover;
  outline:1px solid var(--home-border);
}
.page-home__feedback-visual::before{
  content:"";
  position:absolute;
  top:-10px;
  right:-10px;
  width:56px;
  height:56px;
  background:var(--home-lime);
  clip-path:polygon(0 0,100% 0,100% 100%);
  opacity:0.15;
  pointer-events:none;
}

.page-home__trust{
  background:var(--home-bg-carbon);
  text-align:center;
  border-top:1px solid var(--home-border);
}
.page-home__trust-text{
  font-size:20px;
  line-height:1.7;
  color:var(--home-frost);
  max-width:50ch;
  margin:0 auto 36px auto;
  font-weight:500;
}
.page-home__badges{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.page-home__badges li{
  border:1px solid var(--home-border);
  background:rgba(18,42,58,0.4);
  padding:8px 16px;
  font-size:13px;
  color:var(--home-steel);
  font-family:'JetBrains Mono','Roboto Mono',monospace;
  letter-spacing:0.03em;
  transition:border-color 200ms ease,color 200ms ease;
}
.page-home__badges li:hover{
  border-color:var(--home-lime);
  color:var(--home-frost);
}

@media(min-width:768px){
  .page-home__hero-grid{
    grid-template-columns:1fr 1fr;
    gap:48px;
  }
  .page-home__hero-ring{
    display:block;
  }
  .page-home__compare-layout{
    grid-template-columns:1fr 1fr;
  }
  .page-home__calendar-grid{
    grid-template-columns:1fr 1fr;
  }
  .page-home__calendar-stats{
    grid-template-columns:repeat(4,1fr);
  }
  .page-home__report-grid{
    grid-template-columns:5fr 7fr;
  }
  .page-home__feedback-grid{
    grid-template-columns:7fr 5fr;
  }
}

@media(min-width:1024px){
  .page-home__hero-copy{
    padding-right:24px;
  }
  .page-home__calendar-card{
    padding:36px;
  }
  .page-home__report-card{
    padding:36px;
  }
}
