.home-hero{
  min-height:calc(100dvh - var(--header-height));
}
.home-hero .hero-inner{
  grid-template-columns:minmax(0,1fr) minmax(460px,560px);
}
.home-hero .hero-stage{
  order:1;
}
.home-hero .hero-copy{
  order:2;
}
.home-hero-glow{
  animation:none;
}
.home-hero .client-mock{
  z-index:2;
}
.home-hero .hero-dots{
  z-index:1;
}
.home-hero .hero-description strong{
  color:var(--color-ink);
}
.route-mark{
  display:grid;
  width:28px;
  height:20px;
  flex-shrink:0;
  place-items:center;
  border:1px solid var(--color-line);
  border-radius:4px;
  background:var(--color-page);
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:8px;
  font-weight:750;
  letter-spacing:.04em;
}
.home-traffic-fill{
  width:68%;
}
.hero-platforms{
  row-gap:10px;
}
.hero-flags{
  row-gap:10px;
}
.fact-band{
  border-top:1px solid var(--color-line);
  border-bottom:1px solid var(--color-line);
  background:var(--color-panel);
}
.fact-band-inner{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  min-height:84px;
  align-items:center;
}
.fact-band-inner span{
  display:flex;
  min-width:0;
  align-items:baseline;
  justify-content:center;
  gap:8px;
  padding-inline:20px;
  border-right:1px solid var(--color-line);
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:12px;
  text-align:center;
}
.fact-band-inner span:last-child{
  border-right:0;
}
.fact-band-inner strong{
  color:var(--color-ink);
  font-size:19px;
}
.storm-eyebrow{
  border-color:var(--color-storm-line);
  background:var(--color-storm-raised);
  color:var(--color-storm-muted);
}
.home-feature-browser{
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  grid-template-rows:repeat(6,minmax(58px,auto));
  gap:0 28px;
}
.feature-entry{
  display:contents;
}
.home-feature-browser .feature-option{
  grid-column:1;
  width:100%;
}
.home-feature-browser .feature-entry:nth-child(1) .feature-option{grid-row:1}
.home-feature-browser .feature-entry:nth-child(2) .feature-option{grid-row:2}
.home-feature-browser .feature-entry:nth-child(3) .feature-option{grid-row:3}
.home-feature-browser .feature-entry:nth-child(4) .feature-option{grid-row:4}
.home-feature-browser .feature-entry:nth-child(5) .feature-option{grid-row:5}
.home-feature-browser .feature-entry:nth-child(6) .feature-option{grid-row:6}
.home-feature-browser .feature-option svg{
  width:22px;
  height:22px;
  flex-shrink:0;
  color:var(--color-gold);
}
.home-feature-browser .feature-detail{
  grid-column:2;
  grid-row:1 / span 6;
  min-width:0;
}
.home-feature-browser .feature-detail[hidden]{
  display:none;
}
.feature-link{
  display:flex;
  width:fit-content;
  min-height:32px;
  align-items:center;
  color:var(--color-gold);
  font-weight:700;
}
.feature-link:hover{
  color:var(--color-panel);
}
.location-notes{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:32px;
  align-items:end;
  margin-top:32px;
  padding:28px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-lg);
  background:var(--color-panel);
}
.location-notes h3{
  font-size:22px;
}
.location-notes p{
  max-width:850px;
  color:var(--color-muted);
}
.server-status-shell{
  margin-top:32px;
  padding:28px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-lg);
  background:var(--color-panel);
  box-shadow:var(--shadow-card-near);
}
.server-status-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:28px;
  margin-bottom:20px;
}
.server-status-head .eyebrow{
  flex-shrink:0;
  margin-bottom:0;
}
.server-status-head p{
  max-width:680px;
  color:var(--color-muted);
  font-size:14px;
}
.server-status{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.srv-row{
  display:grid;
  grid-template-columns:auto auto minmax(0,1fr) auto auto auto;
  gap:10px;
  align-items:center;
  min-width:0;
  min-height:54px;
  padding:10px 14px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-md);
  background:var(--color-page);
}
.srv-dot{
  width:8px;
  height:8px;
  flex-shrink:0;
  border-radius:50%;
  background:var(--color-success);
  box-shadow:0 0 0 4px var(--color-success-ring);
}
.srv-flag{
  width:28px;
  height:20px;
  flex-shrink:0;
  overflow:hidden;
  border-radius:4px;
  box-shadow:0 0 0 1px var(--color-line);
}
.srv-name{
  min-width:0;
  overflow:hidden;
  color:var(--color-ink);
  font-size:13px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.srv-type{
  max-width:100%;
  overflow:hidden;
  padding:3px 8px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-pill);
  color:var(--color-muted);
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.srv-ms,
.srv-bw{
  color:var(--color-muted);
  font-family:var(--font-mono);
  font-size:11px;
  white-space:nowrap;
}
.client-section{
  border-top:1px solid var(--color-line);
  border-bottom:1px solid var(--color-line);
  background:var(--color-panel);
}
.client-section .platform-card{
  display:flex;
  flex-direction:column;
  box-shadow:var(--shadow-card-near);
}
.client-section .platform-card p{
  flex:1;
  color:var(--color-muted);
  font-size:14px;
}
.client-guidance{
  margin-top:28px;
  padding:20px 22px;
  border-left:4px solid var(--color-gold);
  border-radius:0 var(--radius-md) var(--radius-md) 0;
  background:var(--color-gold-10);
  color:var(--color-muted);
}
.client-guidance strong{
  color:var(--color-ink);
}
.pricing-preview{
  background:var(--color-page);
}
.price-audience{
  min-height:108px;
  color:var(--color-muted);
}
.pricing-preview .price-card{
  display:flex;
  flex-direction:column;
}
.pricing-preview .price-features{
  flex:1;
}
.traffic-pack-note{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:32px;
  align-items:end;
  margin-top:32px;
  padding:30px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-lg);
  background:var(--color-panel);
}
.traffic-pack-note h3{
  margin-top:14px;
  font-size:24px;
}
.traffic-pack-note p{
  max-width:900px;
  color:var(--color-muted);
}
.difference-section{
  border-top:1px solid var(--color-line);
  background:var(--color-panel);
}
.difference-layout{
  display:grid;
  grid-template-columns:minmax(280px,420px) minmax(0,1fr);
  gap:72px;
  align-items:start;
}
.difference-heading{
  position:sticky;
  top:calc(var(--header-height) + 24px);
}
.difference-list{
  display:grid;
  gap:0;
  border-top:1px solid var(--color-line);
}
.difference-list article{
  position:relative;
  padding:34px 0 34px 92px;
  border-bottom:1px solid var(--color-line);
}
.difference-list h3{
  font-size:23px;
}
.difference-list p{
  color:var(--color-muted);
}
.difference-index{
  position:absolute;
  top:38px;
  left:0;
  color:var(--color-gold-deep);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:750;
  letter-spacing:.1em;
}
.blog-preview{
  background:var(--color-page);
}
.blog-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:44px;
}
.blog-heading .section-head{
  margin-bottom:0;
}
.blog-all-link{
  flex-shrink:0;
  margin-bottom:4px;
}
.home-article-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.home-article-grid .article-card{
  display:flex;
  flex-direction:column;
}
.home-article-grid .article-card p{
  flex:1;
}
.home-cta{
  padding-top:72px;
  padding-bottom:72px;
  border-bottom:1px solid var(--color-storm-line);
}
.home-cta-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:42px;
  align-items:center;
}
.home-cta h2{
  max-width:760px;
  margin-top:8px;
  margin-bottom:14px;
  font-size:clamp(32px,3.4vw,48px);
}
.home-cta p{
  max-width:780px;
  color:var(--color-storm-muted);
}
.home-cta .btn{
  min-width:150px;
}

@media (max-width:1120px){
  .home-hero .hero-inner{
    grid-template-columns:1fr;
  }
  .home-hero .hero-stage{
    order:2;
  }
  .home-hero .hero-copy{
    order:1;
  }
  .home-article-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .difference-layout{
    gap:44px;
  }
}
@media (max-width:900px){
  .fact-band-inner{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .fact-band-inner span{
    min-height:62px;
    border-bottom:1px solid var(--color-line);
  }
  .fact-band-inner span:nth-child(2){
    border-right:0;
  }
  .fact-band-inner span:nth-child(3),
  .fact-band-inner span:nth-child(4){
    border-bottom:0;
  }
  .difference-layout{
    grid-template-columns:1fr;
  }
  .difference-heading{
    position:static;
  }
}
@media (max-width:768px){
  .home-hero .hero-inner{
    padding-top:44px;
  }
  .home-feature-browser{
    display:block;
  }
  .feature-entry{
    display:block;
    border-bottom:1px solid var(--color-storm-line);
  }
  .home-feature-browser .feature-option{
    min-height:62px;
    border-left:0;
    border-bottom:0;
  }
  .home-feature-browser .feature-option.is-active{
    border-left:0;
    color:var(--color-panel);
  }
  .home-feature-browser .feature-option.is-active::after{
    width:8px;
    height:8px;
    margin-left:auto;
    border-radius:50%;
    background:var(--color-gold);
    content:"";
  }
  .home-feature-browser .feature-detail{
    min-height:0;
    margin-bottom:18px;
    padding:26px 22px;
  }
  .location-notes,
  .traffic-pack-note,
  .home-cta-inner{
    grid-template-columns:1fr;
  }
  .server-status-head{
    display:block;
  }
  .server-status-head .eyebrow{
    margin-bottom:14px;
  }
  .server-status{
    grid-template-columns:1fr;
  }
  .price-audience{
    min-height:0;
  }
  .blog-heading{
    display:block;
  }
  .blog-all-link{
    margin-top:20px;
  }
}
@media (max-width:640px){
  .home-hero .hero-copy h1 .no-break{
    white-space:normal;
  }
  .home-hero .hero-stage{
    min-height:420px;
  }
  .home-hero .client-mock{
    max-width:100%;
  }
  .home-hero .hero-dots{
    display:none;
  }
  .hero-platforms{
    gap:12px;
  }
  .hero-platforms .platform-item{
    width:calc(50% - 6px);
  }
  .hero-flags{
    gap:12px;
  }
  .hero-flags .flag-item{
    width:calc(33.333% - 8px);
  }
  .fact-band-inner span{
    flex-direction:column;
    gap:1px;
    padding:10px;
  }
  .location-notes,
  .traffic-pack-note,
  .server-status-shell{
    padding:22px;
  }
  .srv-row{
    grid-template-columns:auto auto minmax(0,1fr) auto;
  }
  .srv-type{
    display:none;
  }
  .srv-bw{
    grid-column:3 / span 2;
    text-align:right;
  }
  .difference-list article{
    padding:62px 0 28px;
  }
  .difference-index{
    top:28px;
  }
  .home-article-grid{
    grid-template-columns:1fr;
  }
  .home-cta{
    padding-top:58px;
    padding-bottom:58px;
  }
  .home-cta .btn{
    width:100%;
  }
}