.terms-hero{
  padding-block:var(--vm-space-4) var(--vm-space-5);
  color:var(--vm-ink);
  background:var(--vm-amber-pale)
}

.terms-hero-copy{
  max-width:var(--vm-width-narrow);
  display:grid;
  gap:var(--vm-space-1);
  margin-inline:0
}

.terms-hero-copy .c-badge{
  width:fit-content;
  align-self:flex-start
}

.terms-hero-copy h1{
  max-width:18ch;
  font-size:clamp(2.25rem,4.6vw,3.2rem);
  line-height:1.16
}

.terms-hero-lead{
  max-width:44rem;
  color:var(--vm-ink);
  font-size:var(--vm-fs-3);
  line-height:1.55
}

.terms-hero-note{
  max-width:43rem;
  color:var(--vm-muted)
}

.terms-facts{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--vm-space-1);
  margin-top:var(--vm-space-3)
}

.terms-fact{
  min-width:0;
  display:grid;
  gap:var(--vm-space-1);
  padding:var(--vm-space-2);
  color:var(--vm-ink);
  background:var(--vm-white);
  border-radius:var(--vm-radius-sm)
}

.terms-fact strong{
  color:var(--vm-ink);
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-4);
  line-height:1.1;
  overflow-wrap:anywhere
}

.terms-fact span{
  color:var(--vm-muted);
  font-size:var(--vm-fs-1);
  line-height:1.45
}

.terms-layout{
  display:grid;
  grid-template-columns:minmax(13rem,16rem) minmax(0,1fr);
  gap:var(--vm-space-5);
  align-items:start
}

.terms-layout>*{
  min-width:0
}

.terms-index{
  position:sticky;
  top:8.5rem
}

.terms-index-inner{
  display:grid;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-surface);
  border-radius:var(--vm-radius-md)
}

.terms-index .c-kicker{
  width:fit-content;
  align-self:flex-start
}

.terms-index ol{
  display:grid;
  gap:0;
  list-style:none;
  margin:0;
  padding:0
}

.terms-index li{
  border-bottom:1px solid var(--vm-line-soft)
}

.terms-index li:last-child{
  border-bottom:0
}

.terms-index a{
  display:block;
  padding-block:.7rem;
  color:var(--vm-ink);
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-1);
  font-weight:650;
  line-height:1.4
}

.terms-index a:hover{
  color:var(--vm-orange-paper)
}

.terms-index-contact{
  display:grid;
  gap:var(--vm-space-1);
  padding-top:var(--vm-space-2);
  border-top:1px solid var(--vm-line-soft)
}

.terms-index-contact strong{
  font-size:var(--vm-fs-1)
}

.terms-index-contact a{
  padding:0;
  overflow-wrap:anywhere
}

.terms-document{
  min-width:0
}

.terms-section{
  scroll-margin-top:9rem;
  padding-bottom:var(--vm-space-5)
}

.terms-section + .terms-section{
  padding-top:var(--vm-space-5);
  border-top:1px solid var(--vm-line-soft)
}

.terms-section:last-child{
  padding-bottom:0
}

.terms-section-head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--vm-space-2);
  align-items:start;
  margin-bottom:var(--vm-space-3)
}

.terms-section-head>div{
  min-width:0;
  display:grid;
  gap:var(--vm-space-1)
}

.terms-section-head .c-kicker{
  width:fit-content;
  align-self:flex-start
}

.terms-section-number{
  min-width:2.75rem;
  padding-top:.2rem;
  color:var(--vm-orange-paper);
  font-size:var(--vm-fs-1);
  font-weight:700
}

.terms-prose{
  display:grid;
  gap:var(--vm-space-2)
}

.terms-prose p{
  color:var(--vm-ink);
  line-height:1.72
}

.terms-rule-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));
  gap:var(--vm-space-2);
  margin-top:var(--vm-space-3);
  align-items:start
}

.terms-rule{
  min-width:0;
  display:grid;
  gap:var(--vm-space-1);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-surface);
  border-radius:var(--vm-radius-md)
}

.terms-rule span{
  color:var(--vm-muted);
  font-size:var(--vm-fs-1)
}

.terms-cycle-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--vm-space-1);
  margin-top:var(--vm-space-3);
  padding:var(--vm-space-2);
  color:var(--vm-white);
  background:var(--vm-ink);
  border-radius:var(--vm-radius-lg)
}

.terms-cycle-strip>div{
  min-width:0;
  display:grid;
  gap:var(--vm-space-1);
  padding:var(--vm-space-2);
  color:var(--vm-white);
  background:var(--vm-ink-2);
  border-radius:var(--vm-radius-sm)
}

.terms-cycle-strip span{
  color:var(--vm-amber);
  font-size:var(--vm-fs-0)
}

.terms-cycle-strip strong{
  color:var(--vm-white);
  font-family:var(--vm-font-heading)
}

.terms-cycle-strip small{
  color:#C4C8CF
}

.terms-price-table{
  min-width:44rem
}

.terms-price-table caption{
  padding:var(--vm-space-2);
  color:var(--vm-ink);
  background:var(--vm-surface);
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-1);
  font-weight:700;
  text-align:left
}

.terms-price-table th,
.terms-price-table td{
  text-align:left;
  overflow-wrap:anywhere
}

.terms-price-table tbody th{
  color:var(--vm-ink);
  background:var(--vm-amber-pale)
}

.terms-section .table-scroll{
  margin-top:var(--vm-space-3)
}

.terms-payment-note{
  display:grid;
  gap:var(--vm-space-1);
  margin-top:var(--vm-space-3)
}

.terms-payment-note p{
  color:var(--vm-ink)
}

.terms-use-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--vm-space-3);
  margin-top:var(--vm-space-3);
  align-items:start
}

.terms-use-card{
  min-width:0;
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  border-radius:var(--vm-radius-md)
}

.terms-use-card-allowed{
  color:var(--vm-ink);
  background:var(--vm-amber-pale)
}

.terms-use-card-blocked{
  color:var(--vm-white);
  background:var(--vm-ink)
}

.terms-use-title{
  display:flex;
  align-items:center;
  gap:var(--vm-space-1)
}

.terms-use-title svg{
  flex:0 0 1.5rem;
  width:1.5rem;
  height:1.5rem
}

.terms-use-title h3{
  font-size:var(--vm-fs-3)
}

.terms-use-card ul{
  display:grid;
  gap:var(--vm-space-1);
  margin:var(--vm-space-2) 0 0;
  padding-left:1.25rem
}

.terms-use-card-allowed li{
  color:var(--vm-ink)
}

.terms-use-card-blocked li{
  color:#DDE0E5
}

.terms-availability{
  display:grid;
  grid-template-columns:minmax(13rem,.7fr) minmax(0,1.3fr);
  gap:var(--vm-space-3);
  align-items:stretch;
  margin-bottom:var(--vm-space-3)
}

.terms-availability-meter{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:var(--vm-space-1);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-amber);
  border-radius:var(--vm-radius-lg)
}

.terms-availability-meter span{
  color:var(--vm-ink);
  font-size:clamp(2rem,4cqi,3.2rem);
  line-height:1.05;
  font-weight:750;
  overflow-wrap:anywhere
}

.terms-availability-meter strong{
  color:var(--vm-ink);
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-3)
}

.terms-availability-meter small{
  color:var(--vm-ink)
}

.terms-availability-copy{
  display:grid;
  align-content:center;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-surface);
  border-radius:var(--vm-radius-lg)
}

.terms-availability-copy p{
  color:var(--vm-ink)
}

.terms-boundary-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));
  gap:var(--vm-space-2);
  margin-top:var(--vm-space-3);
  align-items:start
}

.terms-boundary-item{
  min-width:0;
  display:grid;
  gap:var(--vm-space-1);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-white);
  border-top:3px solid var(--vm-amber);
  box-shadow:var(--vm-shadow-soft);
  border-radius:var(--vm-radius-md)
}

.terms-boundary-item span{
  color:var(--vm-muted);
  font-size:var(--vm-fs-1)
}

.terms-exit-checklist{
  margin-top:var(--vm-space-3);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-surface);
  border-radius:var(--vm-radius-lg)
}

.terms-exit-checklist h3{
  font-size:var(--vm-fs-3)
}

.terms-exit-checklist ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 var(--vm-space-3);
  list-style:none;
  margin:var(--vm-space-2) 0 0;
  padding:0
}

.terms-exit-checklist li{
  min-width:0;
  display:grid;
  gap:var(--vm-space-1);
  padding-block:var(--vm-space-2);
  border-top:1px solid var(--vm-line-soft)
}

.terms-exit-checklist strong{
  font-family:var(--vm-font-heading)
}

.terms-exit-checklist span{
  color:var(--vm-muted);
  font-size:var(--vm-fs-1)
}

.terms-closing-section{
  padding-block:var(--vm-space-5);
  color:var(--vm-ink);
  background:var(--vm-paper)
}

.terms-closing-copy{
  min-width:0;
  max-width:42rem;
  display:grid;
  gap:var(--vm-space-1)
}

.terms-closing-copy .c-kicker{
  width:fit-content;
  align-self:flex-start;
  color:var(--vm-amber)
}

.terms-closing-copy h2{
  color:var(--vm-white);
  font-size:var(--vm-fs-5)
}

.terms-closing-copy p{
  color:#C4C8CF
}

.terms-closing-actions{
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:var(--vm-space-1)
}

.terms-closing-actions .c-btn{
  width:100%
}

.terms-closing-actions .c-btn-ghost{
  color:var(--vm-white);
  border-color:color-mix(in srgb,currentColor 45%,transparent)
}

@media (max-width:64rem){
  .terms-layout{
    grid-template-columns:1fr;
    gap:var(--vm-space-4)
  }

  .terms-index{
    position:static
  }

  .terms-index ol{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:var(--vm-space-2)
  }

  .terms-facts,
  .terms-cycle-strip{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media (max-width:44rem){
  .terms-hero{
    padding-block:var(--vm-space-3) var(--vm-space-4)
  }

  .terms-hero-copy h1{
    max-width:none;
    font-size:clamp(2.1rem,11vw,2.75rem)
  }

  .terms-facts,
  .terms-cycle-strip,
  .terms-use-grid,
  .terms-availability,
  .terms-exit-checklist ul{
    grid-template-columns:1fr
  }

  .terms-index ol{
    grid-template-columns:1fr
  }

  .terms-section-head{
    grid-template-columns:1fr;
    gap:var(--vm-space-1)
  }

  .terms-section-number{
    min-width:0
  }

  .terms-closing-actions{
    width:100%
  }

  .terms-closing-actions .c-btn{
    white-space:normal
  }
}

@media (max-width:24rem){
  .terms-fact,
  .terms-rule,
  .terms-use-card,
  .terms-availability-meter,
  .terms-availability-copy,
  .terms-boundary-item,
  .terms-exit-checklist{
    padding:var(--vm-space-2)
  }
}
