.terms-hero{
  padding-block:var(--ov-hero-crumb-pad) var(--ov-space-5);
  background:linear-gradient(135deg,#633a68 0%,#343a79 54%,#175c58 100%);
  color:#ffffff;
}

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

.terms-hero .c-kicker+h1{
  margin-top:var(--ov-space-2);
}

.terms-hero h1{
  max-width:48rem;
  color:#ffffff;
  font-size:var(--ov-fs-6);
  line-height:1.15;
}

.terms-hero__lead{
  max-width:48rem;
  margin-top:var(--ov-space-2);
  color:#c5c9e5;
  font-size:var(--ov-fs-4);
}

.terms-hero__meta{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr));
  gap:var(--ov-space-1);
  max-width:58rem;
  margin-top:var(--ov-space-3);
}

.terms-hero__meta span{
  min-width:0;
  padding:var(--ov-space-2);
  border-radius:var(--ov-radius-sm);
  background:rgba(255,255,255,.08);
  color:#e6e8f7;
  font-size:var(--ov-fs-2);
  line-height:1.4;
  overflow-wrap:anywhere;
}

.terms-hero__meta strong{
  display:block;
  margin-bottom:.35rem;
  color:#ffffff;
  font-family:var(--ov-font-mono);
  font-size:var(--ov-fs-4);
  font-variant-numeric:tabular-nums;
}

.terms-layout{
  display:grid;
  grid-template-columns:minmax(14rem,.32fr) minmax(0,1fr);
  gap:var(--ov-space-3);
  align-items:start;
}

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

.terms-index{
  position:sticky;
  top:calc(var(--ov-header-height) + var(--ov-space-2));
  padding:var(--ov-space-3);
  border-radius:var(--ov-radius-md);
  background:#f8f7f2;
  color:#10133f;
}

.terms-index .c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  background:#dce7a1;
  color:#10133f;
}

.terms-index .c-badge+h2{
  margin-top:var(--ov-space-2);
}

.terms-index h2{
  color:#10133f;
  font-size:var(--ov-fs-5);
  line-height:1.2;
}

.terms-index__list{
  display:grid;
  margin:var(--ov-space-3) 0 0;
  padding:0;
  list-style:none;
}

.terms-index__list li{
  min-width:0;
  border-bottom:1px solid rgba(16,19,63,.14);
}

.terms-index__list li:first-child{
  border-top:1px solid rgba(16,19,63,.14);
}

.terms-index__list a{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:.65rem;
  align-items:center;
  padding-block:.72rem;
  color:#34374d;
  font-size:var(--ov-fs-2);
  line-height:1.35;
}

.terms-index__list a:hover{
  color:#596800;
}

.terms-index__list span{
  color:#596800;
  font-family:var(--ov-font-mono);
  font-size:var(--ov-fs-1);
  font-weight:800;
}

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

.terms-ledger{
  min-width:0;
  padding:var(--ov-space-4);
  border-radius:var(--ov-radius-lg);
  background:#f8f7f2;
  color:#10133f;
}

.terms-clause{
  scroll-margin-top:calc(var(--ov-header-height) + var(--ov-space-3));
}

.terms-clause+.terms-clause{
  margin-top:var(--ov-space-4);
  padding-top:var(--ov-space-4);
  border-top:1px solid rgba(16,19,63,.14);
}

.terms-clause__head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--ov-space-2);
  align-items:start;
}

.terms-clause__number{
  display:inline-flex;
  width:2.75rem;
  height:2.75rem;
  flex:none;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#b7d629;
  color:#10133f;
  font-family:var(--ov-font-mono);
  font-size:var(--ov-fs-2);
  line-height:1;
  font-weight:800;
}

.terms-clause__eyebrow{
  margin:0 0 .45rem;
  color:#596800;
  font-family:var(--ov-font-mono);
  font-size:var(--ov-fs-1);
  line-height:1.35;
  font-weight:800;
  letter-spacing:.04em;
}

.terms-clause h2{
  color:#10133f;
  font-size:clamp(1.65rem,3vw,2.35rem);
  line-height:1.2;
}

.terms-clause__body{
  margin-top:var(--ov-space-3);
  padding-left:calc(2.75rem + var(--ov-space-2));
  color:#34374d;
}

.terms-clause__body>*+*{
  margin-top:var(--ov-space-3);
}

.terms-clause__body p,
.terms-clause__body li{
  color:#34374d;
  font-size:var(--ov-fs-3);
  line-height:1.7;
}

.terms-clause__body ul{
  padding-left:1.25rem;
}

.terms-clause__body li+li{
  margin-top:var(--ov-space-1);
}

.terms-facts{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));
  gap:var(--ov-space-1);
}

.terms-fact{
  min-width:0;
  padding:var(--ov-space-3);
  border-radius:var(--ov-radius-md);
  background:#343a79;
  color:#ffffff;
}

.terms-fact strong{
  display:block;
  color:#ffffff;
  font-family:var(--ov-font-heading);
  font-size:var(--ov-fs-3);
  line-height:1.35;
}

.terms-fact span{
  display:block;
  margin-top:var(--ov-space-1);
  color:#dfe2f5;
  font-size:var(--ov-fs-2);
  line-height:1.5;
}

.terms-clause .table-scroll{
  background:#f8f7f2;
  color:#10133f;
}

.terms-clause .c-table{
  display:table;
  width:100%;
  color:#10133f;
  background:#f8f7f2;
}

.terms-clause .c-table th{
  background:#ecebe6;
  color:#4c5065;
}

.terms-clause .c-table td{
  background:#f8f7f2;
  color:#10133f;
}

.terms-payment{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--ov-space-2);
}

.terms-payment>div{
  min-width:0;
  padding:var(--ov-space-3);
  border-radius:var(--ov-radius-md);
  background:#175c58;
  color:#ffffff;
}

.terms-payment__label{
  display:inline-flex;
  width:fit-content;
  max-width:100%;
  padding:.42em .9em;
  border-radius:999px;
  background:#ffffff;
  color:#10133f;
  font-family:var(--ov-font-mono);
  font-size:var(--ov-fs-1);
  line-height:1.2;
  font-weight:800;
}

.terms-payment strong{
  display:block;
  margin-top:var(--ov-space-2);
  color:#ffffff;
  font-family:var(--ov-font-heading);
  font-size:var(--ov-fs-4);
  line-height:1.35;
  overflow-wrap:anywhere;
}

.terms-payment p{
  margin-top:var(--ov-space-1);
  color:#d4ece8;
  font-size:var(--ov-fs-2);
  line-height:1.55;
}

.terms-prohibited{
  display:grid;
  padding:0;
  list-style:none;
}

.terms-prohibited li{
  padding-block:var(--ov-space-2);
  border-bottom:1px solid rgba(16,19,63,.14);
}

.terms-prohibited li:first-child{
  border-top:1px solid rgba(16,19,63,.14);
}

.terms-prohibited strong{
  color:#10133f;
}

.terms-security-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));
  gap:var(--ov-space-2);
  align-items:start;
}

.terms-security-grid>div{
  min-width:0;
  padding:var(--ov-space-3);
  border-radius:var(--ov-radius-md);
  background:#ecebe6;
  color:#10133f;
}

.terms-security-grid h3{
  color:#10133f;
  font-size:var(--ov-fs-4);
}

.terms-security-grid p{
  margin-top:var(--ov-space-1);
  color:#575a6b;
  font-size:var(--ov-fs-2);
  line-height:1.55;
}

.terms-lifecycle{
  align-items:start;
}

.terms-lifecycle article{
  min-width:0;
  padding:var(--ov-space-3);
  border-radius:var(--ov-radius-md);
  background:#633a68;
  color:#ffffff;
}

.terms-lifecycle .c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  background:#ffffff;
  color:#10133f;
}

.terms-lifecycle .c-badge+h3{
  margin-top:var(--ov-space-2);
}

.terms-lifecycle h3{
  color:#ffffff;
  font-size:var(--ov-fs-4);
}

.terms-lifecycle p{
  margin-top:var(--ov-space-1);
  color:#f0dfea;
  font-size:var(--ov-fs-2);
  line-height:1.55;
}

.terms-jurisdiction{
  padding:var(--ov-space-3);
  border-radius:var(--ov-radius-md);
  background:#714c34;
  color:#ffffff;
}

.terms-jurisdiction h3{
  color:#ffffff;
  font-size:var(--ov-fs-4);
}

.terms-jurisdiction p{
  margin-top:var(--ov-space-1);
  color:#f2e3d8;
}

.terms-closing-section{
  padding-bottom:var(--ov-space-5);
}

.terms-closing-section .c-cta{
  background:linear-gradient(130deg,#633a68,#343a79 56%,#175c58);
  color:#ffffff;
}

.terms-closing-section .c-cta h2{
  color:#ffffff;
}

.terms-closing-section .c-cta p{
  color:#e2e4f4;
}

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

.terms-closing-section .c-kicker+h2{
  margin-top:var(--ov-space-2);
}

.terms-closing__actions{
  display:flex;
  min-width:min(100%,15rem);
  flex-direction:column;
  align-items:stretch;
  gap:var(--ov-space-1);
}

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

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

  .terms-index{
    position:static;
  }

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

  .terms-ledger{
    padding:var(--ov-space-3);
  }
}

@media (max-width:44rem){
  .terms-hero{
    padding-bottom:var(--ov-space-4);
  }

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

  .terms-ledger{
    padding:var(--ov-space-3);
    border-radius:var(--ov-radius-md);
  }

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

  .terms-clause__body{
    padding-left:0;
  }

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

  .terms-closing__actions{
    width:100%;
  }
}

@media (max-width:24.375rem){
  .terms-hero__meta{
    grid-template-columns:1fr;
  }

  .terms-index,
  .terms-ledger{
    padding-inline:var(--ov-space-3);
  }

  .terms-clause__number{
    width:2.5rem;
    height:2.5rem;
  }
}
