.faq-page{
  background:#ffffff;
  color:#171d14;
}

.faq-hero{
  padding-block:var(--orb-space-6);
  background:#ffffff;
  color:#171d14;
}

.faq-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  align-items:start;
  gap:var(--orb-space-5);
}

.faq-hero-grid>*{
  min-width:0;
}

.faq-hero-copy{
  min-width:0;
  padding-top:var(--orb-space-2);
}

.faq-hero-copy h1{
  max-width:13em;
  color:#0b1207;
  overflow-wrap:anywhere;
}

.faq-hero-copy .orb-lead{
  max-width:39rem;
  color:#62695e;
}

.faq-hero-copy .orb-actions{
  justify-content:flex-start;
  margin-block:var(--orb-space-4);
}

.faq-hero-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0 0 var(--orb-space-3);
  border-top:1px solid #dce4d4;
  border-bottom:1px solid #dce4d4;
  color:#171d14;
}

.faq-hero-facts div{
  min-width:0;
  padding:var(--orb-space-2) var(--orb-space-2) var(--orb-space-2) 0;
}

.faq-hero-facts div+div{
  border-left:1px solid #dce4d4;
  padding-left:var(--orb-space-2);
}

.faq-hero-facts dt{
  margin-bottom:.4rem;
  color:#0b1207;
  font-size:var(--orb-fs-3);
}

.faq-hero-facts dd{
  color:#62695e;
  overflow-wrap:anywhere;
}

.faq-register{
  display:flex;
  width:100%;
  min-width:0;
  height:clamp(26rem,38vw,31rem);
  align-self:start;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #dce4d4;
  border-radius:var(--orb-radius-lg);
  background:#f0f6e8;
  color:#171d14;
  box-shadow:var(--orb-shadow);
}

.faq-register-head{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  padding:var(--orb-space-2) var(--orb-space-3);
  background:#0b1207;
  color:#f8fbf5;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
  line-height:1.4;
}

.faq-register-status{
  display:inline-flex;
  min-width:0;
  align-items:center;
  gap:.45rem;
  color:#dfe8d8;
  overflow-wrap:anywhere;
}

.faq-register-status span{
  width:.5rem;
  height:.5rem;
  flex:0 0 auto;
  border-radius:50%;
  background:#86e000;
}

.faq-register-body{
  display:flex;
  min-height:0;
  flex:1;
  flex-direction:column;
  justify-content:space-evenly;
  padding-inline:var(--orb-space-3);
  background:#f0f6e8;
  color:#171d14;
}

.faq-register-row{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  align-items:center;
  gap:var(--orb-space-2);
  border-bottom:1px solid #dce4d4;
  padding-block:.85rem;
}

.faq-register-row span,
.faq-register-row strong{
  min-width:0;
  overflow-wrap:anywhere;
}

.faq-register-row span{
  color:#62695e;
  font-size:var(--orb-fs-1);
}

.faq-register-row strong{
  color:#0b1207;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-1);
  font-weight:600;
  text-align:right;
}

.faq-register-foot{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  padding:var(--orb-space-3);
  background:#ffffff;
  color:#171d14;
}

.faq-register-foot span{
  width:fit-content;
  max-width:100%;
  border-radius:999px;
  padding:.45em .8em;
  background:#e8f8ce;
  color:#345f00;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
  font-weight:650;
  line-height:1.2;
}

.faq-index{
  padding-block:var(--orb-space-3);
  background:#f7f9f3;
  color:#171d14;
}

.faq-index-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,8.5rem),1fr));
  gap:var(--orb-space-1);
}

.faq-index-grid a{
  display:flex;
  min-width:0;
  min-height:2.8rem;
  align-items:center;
  justify-content:center;
  border:1px solid #dce4d4;
  border-radius:var(--orb-radius-sm);
  padding:.65rem .8rem;
  background:#ffffff;
  color:#2f3a2a;
  font-size:var(--orb-fs-1);
  font-weight:600;
  line-height:1.35;
  text-align:center;
  overflow-wrap:anywhere;
  transition:background var(--orb-transition),border-color var(--orb-transition),color var(--orb-transition);
}

.faq-index-grid a:hover{
  border-color:#aebba5;
  background:#f0f6e8;
  color:#294a00;
}

.faq-section-layout{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  align-items:start;
  gap:var(--orb-space-5);
}

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

.faq-section-intro{
  position:sticky;
  top:calc(var(--orb-header-height) + var(--orb-space-3));
}

.faq-section-intro h2,
.faq-section-intro .orb-lead{
  margin-inline:0;
}

.faq-list{
  background:#ffffff;
  color:#171d14;
}

.faq-list details{
  background:#ffffff;
  color:#171d14;
}

.faq-list summary{
  color:#0b1207;
}

.faq-list .c-faq-body{
  border-top:1px solid #dce4d4;
  padding:var(--orb-space-2) var(--orb-space-3) var(--orb-space-3);
  background:#ffffff;
  color:#62695e;
}

.faq-list .c-faq-body p{
  margin:0;
  color:#62695e;
}

.orb-section-soft .faq-list,
.orb-section-soft .faq-list details,
.orb-section-soft .faq-list .c-faq-body{
  background:#f7f9f3;
  color:#171d14;
}

.orb-section-soft .faq-list summary{
  color:#0b1207;
}

.orb-section-soft .faq-list .c-faq-body,
.orb-section-soft .faq-list .c-faq-body p{
  color:#62695e;
}

.faq-model-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr));
  align-items:start;
  gap:var(--orb-space-3);
}

.faq-model-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-4);
  background:#ffffff;
  color:#171d14;
}

.faq-model-card h3{
  margin-top:var(--orb-space-2);
  color:#0b1207;
}

.faq-model-card p{
  color:#62695e;
}

.faq-model-card dl{
  margin:0 0 var(--orb-space-3);
}

.faq-model-card dl div{
  display:flex;
  min-width:0;
  justify-content:space-between;
  gap:var(--orb-space-2);
  border-bottom:1px solid #dce4d4;
  padding:.7rem 0;
}

.faq-model-card dt,
.faq-model-card dd{
  min-width:0;
  color:#465040;
  overflow-wrap:anywhere;
}

.faq-model-card dd{
  color:#0b1207;
  text-align:right;
}

.faq-model-card .c-btn{
  width:100%;
  margin-top:var(--orb-space-2);
}

.faq-model-card-featured{
  background:#0b1207;
  color:#dfe8d8;
}

.faq-model-card-featured h3{
  color:#f8fbf5;
}

.faq-model-card-featured p,
.faq-model-card-featured dt{
  color:#b7c2af;
}

.faq-model-card-featured dd{
  color:#f8fbf5;
}

.faq-model-card-featured dl div{
  border-color:rgba(232,242,223,.18);
}

.faq-model-note{
  margin-top:var(--orb-space-4);
  background:#ffffff;
  color:#171d14;
}

.faq-model-note strong{
  color:#0b1207;
}

.faq-region-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:var(--orb-space-3);
}

.faq-region-card{
  min-width:0;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f0f6e8;
  color:#171d14;
}

.faq-region-card>span{
  display:block;
  width:fit-content;
  margin-bottom:.5rem;
  color:#3f7300;
  font-size:var(--orb-fs-0);
  font-weight:650;
}

.faq-region-card h3{
  margin-bottom:var(--orb-space-1);
  color:#0b1207;
}

.faq-region-card p{
  color:#62695e;
}

.faq-region-card .c-link{
  margin-top:var(--orb-space-2);
}

.faq-list-after-grid{
  margin-top:var(--orb-space-4);
}

.faq-cycle-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));
  align-items:start;
  gap:var(--orb-space-3);
}

.faq-cycle-card{
  min-width:0;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#ffffff;
  color:#171d14;
}

.faq-cycle-mark{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  margin-bottom:var(--orb-space-2);
  border-radius:var(--orb-radius-sm);
  background:#86e000;
  color:#0b1207;
  font-weight:700;
}

.faq-cycle-card h3{
  margin-bottom:var(--orb-space-1);
  color:#0b1207;
}

.faq-cycle-card p{
  margin-bottom:0;
  color:#62695e;
}

.faq-list-cycle{
  margin-top:var(--orb-space-5);
}

.faq-payment-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
  gap:var(--orb-space-4);
}

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

.faq-payment-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
}

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

.faq-payment-methods>div{
  min-width:0;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f0f6e8;
  color:#171d14;
}

.faq-payment-methods span,
.faq-payment-methods strong{
  display:block;
  overflow-wrap:anywhere;
}

.faq-payment-methods span{
  margin-bottom:.5rem;
  color:#3f7300;
  font-size:var(--orb-fs-0);
}

.faq-payment-methods strong{
  margin-bottom:.5rem;
  color:#0b1207;
  line-height:1.45;
}

.faq-payment-methods p{
  margin:0;
  color:#62695e;
  font-size:var(--orb-fs-1);
}

.faq-payment-faq{
  align-self:stretch;
}

.orb-section-dark .faq-access-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));
  align-items:start;
  gap:var(--orb-space-3);
}

.faq-access-card{
  min-width:0;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f0f6e8;
  color:#171d14;
}

.faq-access-card .faq-icon-chip{
  display:inline-flex;
  width:2.6rem;
  height:2.6rem;
  align-items:center;
  justify-content:center;
  margin-bottom:var(--orb-space-2);
  border-radius:var(--orb-radius-sm);
  background:#0b1207;
  color:#b8f05a;
}

.faq-icon-chip svg{
  width:1.25rem;
  height:1.25rem;
}

.faq-access-card .c-badge{
  margin-bottom:var(--orb-space-2);
  background:#e8f8ce;
  color:#345f00;
}

.faq-access-card h3{
  color:#0b1207;
}

.faq-access-card p{
  margin-bottom:0;
  color:#62695e;
}

.faq-access-faq{
  margin-top:var(--orb-space-5);
  border-color:rgba(232,242,223,.18);
  background:#0b1207;
  color:#dfe8d8;
}

.faq-access-faq details{
  border-color:rgba(232,242,223,.18);
  background:#0b1207;
  color:#dfe8d8;
}

.faq-access-faq summary{
  color:#f8fbf5;
}

.faq-access-faq .c-faq-body{
  border-color:rgba(232,242,223,.18);
  background:#0b1207;
  color:#b7c2af;
}

.faq-access-faq .c-faq-body p{
  color:#b7c2af;
}

.faq-access-actions{
  margin-top:var(--orb-space-4);
}
.orb-section-head~.faq-access-actions{
  justify-content:center;
}

.faq-access-actions .c-btn-ghost{
  border-color:rgba(248,251,245,.42);
  color:#f8fbf5;
}

.faq-glossary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:var(--orb-space-3);
  margin:var(--orb-space-5) 0 0;
}

.faq-glossary>div{
  min-width:0;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#ffffff;
  color:#171d14;
}

.faq-glossary dt{
  display:flex;
  min-width:0;
  align-items:center;
  gap:.7rem;
  margin-bottom:var(--orb-space-1);
  color:#0b1207;
  font-family:var(--orb-font-heading);
  font-size:var(--orb-fs-3);
  overflow-wrap:anywhere;
}

.faq-glossary dt span{
  display:inline-flex;
  width:2rem;
  height:2rem;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#86e000;
  color:#0b1207;
  font-size:var(--orb-fs-0);
}

.faq-glossary dd{
  color:#62695e;
}

.faq-data-layout{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  align-items:stretch;
  gap:var(--orb-space-4);
}

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

.faq-data-checklist{
  overflow:hidden;
  border:1px solid #dce4d4;
  border-radius:var(--orb-radius-md);
  background:#ffffff;
  color:#171d14;
}

.faq-data-head{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  padding:var(--orb-space-3);
  background:#0b1207;
  color:#f8fbf5;
}

.faq-data-head span,
.faq-data-head strong{
  min-width:0;
  overflow-wrap:anywhere;
}

.faq-data-head span{
  color:#b8f05a;
  font-size:var(--orb-fs-0);
}

.faq-data-head strong{
  color:#f8fbf5;
}

.faq-data-checklist ol{
  margin:0;
  padding:0 var(--orb-space-3) var(--orb-space-3);
  list-style:none;
}

.faq-data-checklist li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--orb-space-2);
  border-bottom:1px solid #dce4d4;
  padding-block:var(--orb-space-3);
}

.faq-data-checklist li>span{
  display:inline-flex;
  width:2.4rem;
  height:2.4rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--orb-radius-sm);
  background:#e8f8ce;
  color:#345f00;
  font-size:var(--orb-fs-0);
  font-weight:650;
}

.faq-data-checklist h3{
  margin-bottom:var(--orb-space-1);
  color:#0b1207;
  font-size:var(--orb-fs-3);
}

.faq-data-checklist p{
  margin:0;
  color:#62695e;
  font-size:var(--orb-fs-1);
}

.faq-data-copy{
  min-width:0;
}

.faq-privacy-link{
  margin-top:var(--orb-space-3);
}

.faq-closing{
  padding:0 0 var(--orb-space-5);
  background:#ffffff;
  color:#171d14;
}

.faq-closing .c-cta{
  padding-inline:max(var(--orb-space-4),24px);
  background:#0b1207;
  color:#f8fbf5;
}

.faq-closing .c-cta .orb-kicker{
  color:#c8d3c0;
}

.faq-closing .c-cta .orb-kicker::before{
  background:#86e000;
}

.faq-closing .c-cta h2{
  color:#f8fbf5;
}

.faq-closing .c-cta p{
  max-width:43rem;
  margin-bottom:0;
  color:#b7c2af;
}

.faq-closing .c-cta .orb-actions{
  align-items:stretch;
  justify-content:flex-start;
}

.faq-closing .c-cta .c-btn-ghost{
  border-color:rgba(248,251,245,.42);
  color:#f8fbf5;
}

@media (max-width:64rem){
  .faq-hero-grid,
  .faq-section-layout,
  .faq-payment-layout,
  .faq-data-layout{
    grid-template-columns:1fr;
  }

  .faq-section-intro{
    position:static;
  }

  .faq-register{
    height:auto;
    min-height:0;
    overflow:visible;
  }

  .faq-register-body{
    flex:none;
    padding-block:var(--orb-space-2);
  }

  .faq-payment-faq{
    margin-top:var(--orb-space-2);
  }
}

@media (max-width:46rem){
  .faq-hero{
    padding-block:var(--orb-space-5);
  }

  .faq-hero-grid{
    gap:var(--orb-space-4);
  }

  .faq-hero-copy{
    padding-top:0;
  }

  .faq-hero-copy h1{
    font-size:clamp(2.35rem,12vw,3.15rem);
  }

  .faq-hero-facts{
    grid-template-columns:1fr;
  }

  .faq-hero-facts div{
    padding:var(--orb-space-2) 0;
  }

  .faq-hero-facts div+div{
    border-top:1px solid #dce4d4;
    border-left:0;
    padding-left:0;
  }

  .faq-register-head,
  .faq-data-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .faq-register-row{
    grid-template-columns:1fr;
    gap:.35rem;
  }

  .faq-register-row strong{
    text-align:left;
  }

  .faq-region-grid,
  .faq-payment-methods,
  .faq-glossary{
    grid-template-columns:1fr;
  }

  .faq-list .c-faq-body{
    padding-inline:1.5rem;
  }

  .faq-model-card{
    padding:var(--orb-space-3);
  }

  .faq-data-checklist li{
    grid-template-columns:1fr;
  }

  .faq-closing{
    padding-bottom:var(--orb-space-3);
  }
}
