.home-hero{
  padding-block:var(--vm-space-6) var(--vm-space-7);
  background:var(--vm-white);
  color:var(--vm-ink);
}

.home-hero-copy{
  max-width:900px;
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.home-hero-copy .c-kicker{
  align-self:center;
}

.home-hero-copy h1{
  max-width:18ch;
  margin-top:var(--vm-space-2);
  font-size:clamp(2.5rem,5.6vw,4.25rem);
  line-height:1.16;
}

.home-gradient{
  display:block;
  color:transparent;
  background:linear-gradient(90deg,#78aeb0,#8cc9af 48%,var(--vm-lime));
  background-clip:text;
  -webkit-background-clip:text;
}

.home-hero-lead{
  max-width:760px;
  margin-top:var(--vm-space-2);
  color:var(--vm-muted);
  font-size:var(--vm-text-lg);
}

.home-hero-actions{
  margin-top:var(--vm-space-3);
  display:flex;
  flex-wrap:wrap;
}

.home-hero-copy .home-hero-actions{
  justify-content:center;
  gap:var(--vm-space-1);
}

.home-data-band{
  margin-top:var(--vm-space-5);
  margin-bottom:var(--vm-space-4);
}

.home-stage{
  position:relative;
  height:clamp(34rem,52vw,42rem);
  overflow:hidden;
  border-radius:var(--vm-radius-lg);
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.home-stage::before{
  position:absolute;
  inset:3.5% 4% auto;
  height:10px;
  border-radius:999px;
  background:var(--vm-lime);
  content:"";
  pointer-events:none;
}

.home-run-sheet{
  position:absolute;
  z-index:2;
  inset:9% 0 0;
  padding:2rem;
  border-radius:var(--vm-radius-md);
  background:rgba(255,255,255,.94);
  color:var(--vm-ink);
  box-shadow:var(--vm-shadow);
  text-align:left;
}

.home-run-head{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  padding-bottom:1.25rem;
  border-bottom:1px solid var(--vm-line);
}

.home-run-head span,
.home-run-head strong{
  min-width:0;
  overflow-wrap:anywhere;
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
  line-height:1.4;
}

.home-run-head strong{
  color:var(--vm-lime-paper);
  text-align:right;
}

.home-hardware{
  min-height:0;
  height:57%;
  margin-top:1.4rem;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:1.25rem;
}

.home-hardware>*{
  min-width:0;
}

.home-scene-window{
  position:relative;
  min-width:0;
  height:100%;
  margin:0;
  overflow:hidden;
  border-radius:var(--vm-radius-sm);
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.home-scene-window img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.16);
  mix-blend-mode:multiply;
}

.home-node-list{
  min-width:0;
  display:grid;
  align-content:start;
}

.home-node-row{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);
  gap:1rem;
  padding:.75rem 0;
  border-top:1px solid var(--vm-line);
}

.home-node-row span,
.home-node-row strong{
  min-width:0;
  overflow-wrap:anywhere;
  font-size:var(--vm-text-xs);
  line-height:1.4;
}

.home-node-row strong{
  font-family:var(--vm-mono);
  font-variant-numeric:tabular-nums;
  text-align:right;
}

.home-route{
  min-width:0;
  margin-top:1.4rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.5rem;
}

.home-route span{
  min-width:0;
  padding:.55rem .8rem;
  border-radius:999px;
  background:var(--vm-ink);
  color:var(--vm-white);
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
  line-height:1.2;
  text-align:center;
  overflow-wrap:anywhere;
}

.home-route i{
  height:2px;
  min-width:12px;
  flex:1;
  background:var(--vm-lime);
}

.home-trust{
  padding-block:2rem;
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.home-trust-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
}

.home-trust strong{
  max-width:620px;
  font-family:var(--vm-heading);
  font-size:var(--vm-text-lg);
  line-height:1.3;
}

.home-trust span{
  padding:.45rem .7rem;
  border-radius:999px;
  background:rgba(1,42,56,.09);
  color:var(--vm-ink);
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
  line-height:1.25;
}

.home-work-grid{
  align-items:start;
}

.home-work-card{
  min-height:0;
}

.home-work-card svg{
  width:48px;
  height:48px;
  margin-bottom:var(--vm-space-3);
  padding:11px;
  border-radius:var(--vm-radius-sm);
  background:var(--vm-white);
  color:var(--vm-ink);
}

.home-work-card h3{
  margin-bottom:var(--vm-space-1);
}

.home-work-card p{
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
}

.home-work-card ul{
  margin:var(--vm-space-2) 0 0;
  padding:0;
  list-style:none;
}

.home-work-card li{
  padding:.55rem 0;
  border-top:1px solid var(--vm-line);
  color:var(--vm-muted);
  font-size:var(--vm-text-xs);
}

.home-work-card.c-card-dark{
  background:var(--vm-ink);
  color:var(--vm-white);
}

.home-work-card.c-card-dark p,
.home-work-card.c-card-dark li{
  color:#b7cdd1;
}

.home-work-card.c-card-dark li{
  border-color:var(--vm-line-dark);
}

.home-work-card.c-card-acid{
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.home-work-card.c-card-acid p,
.home-work-card.c-card-acid li{
  color:#31564a;
}

.home-work-card.c-card-acid li{
  border-color:rgba(1,42,56,.16);
}

.home-price-card{
  display:flex;
  flex-direction:column;
  gap:var(--vm-space-2);
}

.home-price-card .c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.home-price-card .c-price{
  margin-top:var(--vm-space-1);
}

.home-price-card .c-price small{
  margin-left:.35rem;
  letter-spacing:0;
}

.home-price-card .c-keyrows{
  margin-top:var(--vm-space-1);
}

.home-price-note{
  min-height:3.4em;
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
}

.home-price-card.is-featured .home-price-note{
  color:#b7cdd1;
}

.home-price-card .c-btn{
  margin-top:var(--vm-space-2);
  align-self:flex-start;
}

.home-price-guide{
  margin-top:var(--vm-space-4);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  display:flex;
  align-items:flex-start;
  gap:var(--vm-space-1);
  background:var(--vm-white);
  color:var(--vm-ink);
}

.home-price-guide strong{
  flex:none;
}

.home-price-guide span{
  color:var(--vm-muted);
}

.home-terminal{
  overflow:hidden;
  border-radius:var(--vm-radius-md);
  background:var(--vm-ink);
  color:#e6f2f3;
  box-shadow:var(--vm-shadow);
}

.home-terminal-bar{
  min-height:56px;
  padding:0 1.5rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border-bottom:1px solid var(--vm-line-dark);
  background:var(--vm-ink-2);
  color:var(--vm-white);
}

.home-terminal-lights{
  display:flex;
  align-items:center;
  gap:.45rem;
}

.home-terminal-lights i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--vm-lime);
}

.home-terminal-lights i:nth-child(2){
  background:var(--vm-acid);
}

.home-terminal-lights i:nth-child(3){
  background:#8eb2b7;
}

.home-terminal-bar span{
  min-width:0;
  overflow-wrap:anywhere;
  color:#bfd0d4;
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
}

.home-terminal pre{
  padding:clamp(1.5rem,4vw,2.5rem);
  background:var(--vm-ink);
  color:#dbeaec;
}

.home-terminal b{
  color:var(--vm-acid);
}

.home-terminal-foot{
  padding:1rem 1.5rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border-top:1px solid var(--vm-line-dark);
  background:var(--vm-ink-2);
  color:#bfd0d4;
}

.home-terminal-foot span,
.home-terminal-foot a{
  font-size:var(--vm-text-xs);
}

.home-terminal-foot a{
  color:var(--vm-acid);
  font-weight:750;
}

.home-region-grid{
  display:grid;
  grid-template-columns:minmax(0,320px) minmax(0,1fr);
  gap:var(--vm-space-3);
  align-items:stretch;
}

.home-region-grid>*{
  min-width:0;
}

.home-region-summary{
  display:flex;
  flex-direction:column;
  background:var(--vm-ink);
  color:var(--vm-white);
}

.home-region-summary>svg{
  width:44px;
  height:44px;
  margin-bottom:var(--vm-space-3);
  padding:10px;
  border-radius:var(--vm-radius-sm);
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.home-region-summary h3{
  margin-bottom:var(--vm-space-1);
}

.home-region-summary p{
  color:#b7cdd1;
  font-size:var(--vm-text-sm);
}

.home-region-summary dl{
  margin:var(--vm-space-3) 0 0;
}

.home-region-summary dl div{
  padding:.75rem 0;
  border-top:1px solid var(--vm-line-dark);
}

.home-region-summary dt{
  color:#9ab7bd;
}

.home-region-summary dd{
  margin-top:.25rem;
  color:var(--vm-white);
}

.home-region-summary .c-btn{
  margin-top:var(--vm-space-3);
  align-self:flex-start;
}

.home-region-table{
  min-width:920px;
}

.home-region-table th:not(:first-child),
.home-region-table td{
  text-align:center;
}

.home-table-note{
  padding:var(--vm-space-2);
  display:grid;
  grid-template-columns:minmax(0,110px) minmax(0,1fr);
  gap:var(--vm-space-1);
  border-top:1px solid var(--vm-line);
  background:var(--vm-white);
  color:var(--vm-ink);
}

.home-table-note strong,
.home-table-note span{
  min-width:0;
  font-size:var(--vm-text-xs);
}

.home-table-note span{
  color:var(--vm-muted);
}

.home-path{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:var(--vm-space-2);
  align-items:start;
}

.home-path>article{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  display:flex;
  flex-direction:column;
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.home-path>article p{
  margin-top:var(--vm-space-1);
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
}

.home-path>article>strong{
  margin-top:var(--vm-space-2);
  color:var(--vm-lime-paper);
  font-size:var(--vm-text-xs);
  line-height:1.5;
}

.home-path .home-path-end{
  background:var(--vm-ink);
  color:var(--vm-white);
}

.home-path .home-path-end:last-child{
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.home-path .home-path-end p{
  color:#b7cdd1;
}

.home-path .home-path-end:last-child p{
  color:#31564a;
}

.home-step{
  display:block;
  margin-bottom:var(--vm-space-3);
  color:var(--vm-lime-paper);
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
  line-height:1.4;
}

.home-path-end .home-step{
  color:var(--vm-acid);
}

.home-path-end:last-child .home-step{
  color:var(--vm-ink);
}

.home-sla-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);
  gap:var(--vm-space-4);
  align-items:start;
}

.home-sla-layout>*{
  min-width:0;
}

.home-sla-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:var(--vm-white);
}

.home-sla-copy .c-kicker{
  margin-bottom:var(--vm-space-2);
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.home-sla-copy .c-kicker::before{
  background:var(--vm-ink);
}

.home-sla-copy h2{
  max-width:16ch;
}

.home-sla-copy>p{
  max-width:64ch;
  margin-top:var(--vm-space-2);
  color:#b7cdd1;
}

.home-sla-facts{
  margin-top:var(--vm-space-4);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--vm-space-2);
}

.home-sla-facts>div{
  min-width:0;
  padding-top:var(--vm-space-2);
  border-top:1px solid var(--vm-line-dark);
}

.home-sla-facts strong,
.home-sla-facts span{
  display:block;
}

.home-sla-facts strong{
  color:var(--vm-acid);
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
}

.home-sla-facts span{
  margin-top:.4rem;
  color:#b7cdd1;
  font-size:var(--vm-text-xs);
}

.home-sla{
  padding:clamp(1.5rem,4vw,2.5rem);
  border-radius:var(--vm-radius-md);
  display:flex;
  flex-direction:column;
  background:linear-gradient(140deg,var(--vm-acid),#b8ed67 55%,var(--vm-ice));
  color:var(--vm-ink);
}

.home-sla .c-badge{
  align-self:flex-start;
}

.home-sla-number{
  margin-top:var(--vm-space-3);
  font-family:var(--vm-mono);
  font-size:clamp(3rem,8vw,4.25rem);
  font-weight:800;
  line-height:1;
  letter-spacing:-.08em;
  font-variant-numeric:tabular-nums;
  overflow-wrap:anywhere;
}

.home-sla>p{
  margin-top:var(--vm-space-1);
  color:#31564a;
}

.home-meter{
  margin-top:var(--vm-space-4);
  display:grid;
  grid-template-columns:repeat(18,minmax(3px,1fr));
  gap:4px;
}

.home-meter i{
  height:30px;
  border-radius:3px;
  background:var(--vm-ink);
}

.home-meter i:nth-child(13){
  opacity:.55;
}

.home-meter-legend{
  margin-top:var(--vm-space-1);
  display:flex;
  justify-content:space-between;
  gap:1rem;
}

.home-meter-legend span{
  color:#31564a;
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
}

.home-sla small{
  margin-top:var(--vm-space-2);
  color:#31564a;
}

.home-sla .c-btn{
  margin-top:var(--vm-space-3);
  align-self:flex-start;
}

.home-payment-grid{
  align-items:start;
}

.home-payment-card{
  display:flex;
  flex-direction:column;
}

.home-payment-code{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  margin-bottom:var(--vm-space-2);
  padding:.45rem .7rem;
  border-radius:999px;
  background:var(--vm-acid);
  color:var(--vm-ink);
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
  font-weight:750;
  line-height:1;
}

.home-payment-card.c-card-acid .home-payment-code{
  background:var(--vm-ink);
  color:var(--vm-white);
}

.home-payment-card h3{
  margin-bottom:var(--vm-space-1);
}

.home-payment-card p{
  color:#b7cdd1;
}

.home-payment-card.c-card-acid{
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.home-payment-card.c-card-acid p{
  color:#31564a;
}

.home-payment-meta{
  margin-top:var(--vm-space-3);
  padding-top:var(--vm-space-2);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border-top:1px solid var(--vm-line-dark);
}

.home-payment-card.c-card-acid .home-payment-meta{
  border-color:rgba(1,42,56,.16);
}

.home-payment-meta span,
.home-payment-meta strong{
  min-width:0;
  overflow-wrap:anywhere;
  font-size:var(--vm-text-sm);
}

.home-payment-meta strong{
  font-family:var(--vm-mono);
}

.home-payment-note{
  margin-top:var(--vm-space-3);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--vm-space-2);
  background:var(--vm-white);
  color:var(--vm-ink);
}

.home-payment-note svg{
  width:1.4rem;
  height:1.4rem;
  color:var(--vm-lime-paper);
}

.home-payment-note strong{
  display:block;
  margin-bottom:.45rem;
}

.home-payment-note p{
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
}

.home-check-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));
  gap:var(--vm-space-3);
  align-items:start;
}

.home-check-grid article{
  min-width:0;
}

.home-check-number{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  display:inline-flex;
  padding:.45rem .65rem;
  border-radius:999px;
  background:var(--vm-acid);
  color:var(--vm-ink);
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
  font-weight:800;
  line-height:1;
}

.home-check-grid h3{
  margin-top:var(--vm-space-2);
}

.home-check-grid p{
  margin-top:var(--vm-space-1);
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
}

.home-faq,
.home-faq details,
.home-faq summary,
.home-faq details>div{
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.home-faq details{
  border-color:var(--vm-line);
}

.home-faq details>div{
  padding-top:1rem;
  border-top:1px solid var(--vm-line);
  color:var(--vm-muted);
}

.home-glossary-card{
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.home-glossary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 var(--vm-space-4);
}

.home-term{
  min-width:0;
  padding:1.15rem 0;
  display:grid;
  grid-template-columns:minmax(0,130px) minmax(0,1fr);
  gap:1rem;
  border-top:1px solid var(--vm-line);
}

.home-term strong{
  min-width:0;
  overflow-wrap:anywhere;
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
}

.home-term p{
  min-width:0;
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
}

.home-close-section{
  padding-bottom:var(--vm-space-4);
}

.home-cta{
  padding:clamp(1.5rem,4vw,3rem);
  border-radius:var(--vm-radius-lg);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,auto);
  align-items:center;
  gap:var(--vm-space-4);
  background:linear-gradient(120deg,var(--vm-lime),var(--vm-acid) 42%,var(--vm-ice));
  color:var(--vm-ink);
}

.home-cta-copy{
  min-width:0;
}

.home-cta-copy .c-kicker{
  margin-bottom:var(--vm-space-2);
  background:var(--vm-ink);
  color:var(--vm-white);
}

.home-cta-copy .c-kicker::before{
  background:var(--vm-acid);
}

.home-cta h2{
  max-width:760px;
}

.home-cta p{
  max-width:680px;
  margin-top:var(--vm-space-2);
  color:#31564a;
}

.home-cta-actions{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:var(--vm-space-1);
}

.home-cta-actions .c-btn{
  width:100%;
}

@media(max-width:64rem){
  .home-hero{
    padding-block:var(--vm-space-5) var(--vm-space-6);
  }

  .home-stage{
    height:36rem;
  }

  .home-run-sheet{
    inset:7% 6%;
  }

  .home-path{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-path .home-path-end:last-child{
    grid-column:1/-1;
    min-height:0;
  }

  .home-region-grid,
  .home-sla-layout{
    grid-template-columns:1fr;
  }

  .home-sla-copy h2{
    max-width:20ch;
  }

  .home-cta{
    grid-template-columns:1fr;
  }

  .home-cta-actions{
    max-width:420px;
  }
}

@media(max-width:44rem){
  .home-hero-copy h1{
    max-width:none;
    font-size:clamp(2.4rem,12vw,3.6rem);
  }

  .home-hero-lead{
    font-size:var(--vm-text-md);
  }

  .home-hero-actions{
    width:100%;
  }

  .home-stage{
    height:auto;
    padding:var(--vm-space-2);
    overflow:visible;
  }

  .home-stage::before{
    display:none;
  }

  .home-run-sheet{
    position:relative;
    inset:auto;
    padding:var(--vm-space-2);
    box-shadow:var(--vm-shadow-soft);
  }

  .home-run-head{
    flex-direction:column;
  }

  .home-run-head strong{
    text-align:left;
  }

  .home-hardware{
    height:auto;
    grid-template-columns:1fr;
  }

  .home-scene-window{
    height:240px;
  }

  .home-node-row{
    grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);
  }

  .home-route{
    flex-wrap:wrap;
  }

  .home-route span{
    flex:1 1 calc(50% - .5rem);
  }

  .home-route i{
    display:none;
  }

  .home-trust-inner{
    align-items:flex-start;
    flex-direction:column;
  }

  .home-price-card .c-btn,
  .home-region-summary .c-btn,
  .home-sla .c-btn{
    width:100%;
    align-self:stretch;
  }

  .home-price-guide{
    flex-direction:column;
  }

  .home-terminal-bar,
  .home-terminal-foot{
    align-items:flex-start;
    flex-direction:column;
    padding-block:1rem;
  }

  .home-terminal pre{
    padding:var(--vm-space-2);
  }

  .home-table-note{
    grid-template-columns:1fr;
  }

  .home-path{
    grid-template-columns:1fr;
  }

  .home-path>article,
  .home-path .home-path-end:last-child{
    min-height:0;
    grid-column:auto;
  }

  .home-sla-facts{
    grid-template-columns:1fr;
  }

  .home-meter{
    gap:2px;
  }

  .home-meter i{
    height:24px;
  }

  .home-payment-note{
    grid-template-columns:1fr;
  }

  .home-glossary{
    grid-template-columns:1fr;
  }

  .home-term{
    grid-template-columns:1fr;
    gap:var(--vm-space-1);
  }

  .home-cta-actions{
    max-width:none;
  }
}

@media(max-width:390px){
  .home-node-row{
    grid-template-columns:1fr;
    gap:.35rem;
  }

  .home-node-row strong{
    text-align:left;
  }

  .home-route span{
    flex-basis:100%;
  }

  .home-meter-legend{
    align-items:flex-start;
    flex-direction:column;
    gap:.35rem;
  }
}
