.terms-page main{
  color:#ecebe6;
  background:#030405;
}

.terms-hero{
  padding-block:clamp(3.5rem,7vw,5.5rem);
  color:#ecebe6;
  background:
    radial-gradient(46rem 22rem at 82% 8%,rgba(43,98,201,.18),transparent 72%),
    linear-gradient(180deg,#05070b,#030405);
}

.terms-hero h1,
.terms-hero h2{
  color:#f4f2ed;
}

.terms-hero p{
  color:#a8adb5;
}

.terms-hero .c-breadcrumb,
.terms-hero .c-breadcrumb a,
.terms-hero .c-breadcrumb li{
  color:#a8adb5;
}

.terms-hero__inner{
  min-width:0;
}

.terms-hero__copy{
  display:grid;
  max-width:58rem;
  gap:.5rem;
  margin-inline:0;
}

.terms-title-group{
  display:grid;
  justify-items:start;
  gap:.875rem;
  min-width:0;
}

.terms-title-group .c-kicker{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.terms-title-group h1{
  max-width:18ch;
  margin-inline:0;
  font-family:var(--vm-font-body);
  font-size:clamp(2.25rem,4.2vw,3.2rem);
  font-weight:650;
  line-height:1.16;
  letter-spacing:-.045em;
}

.terms-hero__lead{
  max-width:52rem;
  margin-inline:0;
  font-size:var(--vm-text-3);
  line-height:1.68;
}

.terms-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem 1.5rem;
  color:#969ca5;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-text-1);
  line-height:1.55;
  font-variant-numeric:tabular-nums;
}

.terms-layout{
  display:grid;
  grid-template-columns:minmax(12rem,16rem) minmax(0,1fr);
  align-items:start;
  gap:clamp(2.5rem,6vw,6rem);
}

.terms-sidebar,
.terms-content{
  min-width:0;
}

.terms-sidebar{
  align-self:stretch;
}

.terms-toc{
  position:sticky;
  top:calc(var(--vm-header-height) + var(--vm-space-3));
  min-width:0;
  padding:var(--vm-space-3);
  border:1px solid #20242b;
  border-radius:var(--vm-radius-md);
  color:#ecebe6;
  background:#090b0f;
}

.terms-toc__heading{
  display:grid;
  justify-items:start;
  gap:.875rem;
}

.terms-toc__heading .c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.terms-toc__heading h2{
  color:#f4f2ed;
  font-family:var(--vm-font-body);
  font-size:var(--vm-text-4);
  font-weight:650;
  line-height:1.3;
  letter-spacing:-.02em;
}

.terms-toc ol{
  display:grid;
  gap:0;
  margin:var(--vm-space-3) 0 0;
  padding:0;
  list-style:none;
}

.terms-toc li{
  min-width:0;
  border-top:1px solid #20242b;
}

.terms-toc ol a{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:.75rem;
  min-width:0;
  padding-block:.75rem;
  color:#b7bbc2;
  font-size:var(--vm-text-1);
  line-height:1.5;
}

.terms-toc ol a:hover{
  color:#f4f2ed;
}

.terms-toc ol a span{
  color:#7fa7ff;
  font-family:var(--vm-font-mono);
  font-variant-numeric:tabular-nums;
}

.terms-toc__action{
  width:auto;
  margin-top:var(--vm-space-3);
  justify-self:start;
}

.terms-content{
  max-width:52rem;
}

.terms-section{
  min-width:0;
  padding-block:var(--vm-space-4);
  border-bottom:1px solid #20242b;
  scroll-margin-top:calc(var(--vm-header-height) + var(--vm-space-3));
}

.terms-section#acceptance{
  padding-top:0;
}

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

.terms-section__number{
  display:inline-flex;
  width:2rem;
  height:2rem;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#dce6ff;
  background:#173c9e;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-text-0);
  line-height:1;
  font-variant-numeric:tabular-nums;
}

.terms-section__heading h2{
  min-width:0;
  color:#f4f2ed;
  font-family:var(--vm-font-body);
  font-size:clamp(1.55rem,2.7vw,2.15rem);
  font-weight:650;
  line-height:1.24;
  letter-spacing:-.03em;
}

.terms-section > p{
  color:#b2b6bd;
  font-size:var(--vm-text-3);
  line-height:1.72;
}

.terms-section > p + p{
  margin-top:var(--vm-space-2);
}

.terms-section a:not(.c-btn){
  color:#a9c1ff;
  text-decoration:underline;
  text-decoration-color:rgba(169,193,255,.38);
  text-underline-offset:.2em;
}

.terms-section a:not(.c-btn):hover{
  color:#dce6ff;
  text-decoration-color:currentColor;
}

.terms-callout{
  display:grid;
  gap:.5rem;
  margin-top:var(--vm-space-3);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  color:#201f19;
  background:#e7d889;
}

.terms-callout strong{
  color:#171711;
  font-family:var(--vm-font-body);
  font-size:var(--vm-text-3);
  line-height:1.45;
}

.terms-callout p{
  color:#343126;
  font-size:var(--vm-text-2);
  line-height:1.65;
}

.terms-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 var(--vm-space-3);
  margin:var(--vm-space-3) 0 0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  color:#ecebe6;
  background:#0a0c10;
}

.terms-facts div{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:.75rem;
  min-width:0;
  padding-block:.75rem;
  border-bottom:1px solid #20242b;
}

.terms-facts dt,
.terms-facts dd{
  min-width:0;
  overflow-wrap:anywhere;
}

.terms-facts dt{
  color:#969ca5;
}

.terms-facts dd{
  color:#ecebe6;
  text-align:right;
}

.terms-list{
  display:grid;
  gap:0;
  margin:var(--vm-space-3) 0 0;
  padding:0;
  color:#b2b6bd;
  list-style:none;
}

.terms-list li{
  position:relative;
  padding:1rem 0 1rem 1.5rem;
  border-top:1px solid #20242b;
  color:#b2b6bd;
  font-size:var(--vm-text-3);
  line-height:1.68;
}

.terms-list li::before{
  content:"";
  position:absolute;
  top:1.65rem;
  left:.2rem;
  width:.375rem;
  height:.375rem;
  border-radius:50%;
  background:#7fa7ff;
}

.terms-list strong{
  color:#ecebe6;
}

.terms-support-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:.75rem;
  margin-top:var(--vm-space-3);
}

.terms-closing{
  color:#ecebe6;
  background:#030405;
}

.terms-closing .c-cta-band{
  color:#ecebe6;
  background:
    radial-gradient(34rem 18rem at 82% 22%,rgba(43,98,201,.2),transparent 72%),
    #080a0d;
  border-color:#20242b;
}

.terms-closing .c-cta-band h2{
  margin-top:.875rem;
  color:#f4f2ed;
  font-family:var(--vm-font-body);
  font-weight:650;
}

.terms-closing .c-cta-band p{
  color:#969ca5;
}

.terms-closing .c-kicker{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.terms-closing .c-actions{
  justify-content:flex-start;
}

.terms-closing .c-btn-ghost{
  color:#ecebe6;
  border-color:rgba(236,235,230,.34);
  background:transparent;
}

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

  .terms-toc{
    position:static;
  }

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

  .terms-content{
    max-width:none;
  }
}

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

  .terms-title-group h1{
    max-width:none;
    font-size:clamp(2rem,11vw,2.75rem);
  }

  .terms-hero__meta{
    display:grid;
    gap:.5rem;
  }

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

  .terms-section__heading{
    grid-template-columns:1fr;
  }

  .terms-facts{
    grid-template-columns:1fr;
    padding-inline:var(--vm-space-3);
  }

  .terms-facts div{
    grid-template-columns:minmax(0,1fr);
    gap:.5rem;
  }

  .terms-facts dd{
    text-align:left;
  }

  .terms-support-actions{
    align-items:stretch;
  }

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

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