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

.offers-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  align-items:start;
  gap:var(--orb-space-5);
}

.offers-hero__copy{
  min-width:0;
  color:#171d14;
}

.offers-hero__copy h1{
  max-width:15ch;
  color:#0b1207;
  font-size:clamp(2.5rem,4.5vw,3.65rem);
  line-height:1.16;
  overflow-wrap:anywhere;
}

.offers-hero__copy p{
  max-width:42rem;
  color:#62695e;
}

.offers-hero__actions{
  justify-content:flex-start;
  margin-block:var(--orb-space-4);
}

.offers-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;
}

.offers-hero__facts div{
  min-width:0;
  padding:var(--orb-space-2) var(--orb-space-2) var(--orb-space-2) 0;
}

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

.offers-hero__facts dt{
  color:#62695e;
}

.offers-hero__facts dd{
  margin-top:.375rem;
  color:#0b1207;
  font-size:var(--orb-fs-3);
  font-weight:650;
  overflow-wrap:anywhere;
}

.c-page-hero-stage.offers-stage{
  width:100%;
  height:clamp(30rem,42vw,34rem);
  min-width:0;
  align-self:start;
  overflow:hidden;
  border-radius:var(--orb-radius-lg);
  background:#0b1207;
  color:#dfe8d8;
}

.offers-stage__plate{
  display:flex;
  height:100%;
  min-width:0;
  flex-direction:column;
  padding:var(--orb-space-3);
  color:#dfe8d8;
}

.offers-stage__head,
.offers-stage__foot{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  color:#b7c2af;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
  letter-spacing:.08em;
}

.offers-stage__head{
  padding-bottom:var(--orb-space-2);
  border-bottom:1px solid rgba(232,242,223,.18);
}

.offers-stage__head strong{
  color:#b8f05a;
  font-weight:650;
}

.offers-stage__selector{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  padding-block:var(--orb-space-2);
  color:#b7c2af;
  font-size:var(--orb-fs-1);
}

.offers-stage__selector div{
  display:flex;
  gap:.375rem;
}

.offers-stage__selector b{
  display:inline-flex;
  width:2rem;
  height:2rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(232,242,223,.18);
  border-radius:var(--orb-radius-sm);
  color:#dfe8d8;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
  font-weight:500;
}

.offers-stage__selector b:nth-child(3){
  border-color:#86e000;
  background:#86e000;
  color:#0b1207;
}

.offers-stage__rows{
  display:grid;
  gap:var(--orb-space-1);
  min-width:0;
}

.offers-stage__rows article{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-2);
  background:#121d0c;
  color:#dfe8d8;
}

.offers-stage__rows article.is-selected{
  background:#f0f6e8;
  color:#171d14;
}

.offers-stage__rows article>div{
  display:flex;
  min-width:0;
  align-items:center;
  gap:var(--orb-space-2);
}

.offers-stage__rows h2{
  margin:0 0 .375rem;
  color:#f8fbf5;
  font-size:var(--orb-fs-3);
  line-height:1.25;
  letter-spacing:-.02em;
}

.offers-stage__rows p{
  margin:0;
  color:#9eab96;
  font-size:var(--orb-fs-0);
  line-height:1.4;
  overflow-wrap:anywhere;
}

.offers-stage__rows article>strong{
  flex:0 0 auto;
  color:#f8fbf5;
  font-size:var(--orb-fs-1);
}

.offers-stage__rows article.is-selected h2,
.offers-stage__rows article.is-selected strong{
  color:#0b1207;
}

.offers-stage__rows article.is-selected p{
  color:#62695e;
}

.offers-stage__index{
  display:inline-flex;
  width:2.25rem;
  height:2.25rem;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#223319;
  color:#b8f05a;
  font-size:var(--orb-fs-0);
}

.is-selected .offers-stage__index{
  background:#86e000;
  color:#0b1207;
}

.offers-stage__route{
  display:flex;
  min-width:0;
  align-items:center;
  margin-block:auto;
  padding-block:var(--orb-space-3);
  color:#f8fbf5;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
}

.offers-stage__route span{
  display:inline-flex;
  width:2.2rem;
  height:2.2rem;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(232,242,223,.3);
  border-radius:50%;
  background:#162010;
  color:#f8fbf5;
}

.offers-stage__route i{
  height:1px;
  min-width:.5rem;
  flex:1 1 auto;
  background:rgba(134,224,0,.5);
}

.offers-stage__foot{
  padding-top:var(--orb-space-2);
  border-top:1px solid rgba(232,242,223,.18);
}

.offers-stage__foot span:first-child{
  color:#f8fbf5;
}

.offers-price-grid{
  align-items:start;
}

.offers-price-grid .c-price-card{
  display:flex;
  min-width:0;
  flex-direction:column;
}

.offers-price-grid .c-badge+h3{
  margin-top:var(--orb-space-2);
}

.offers-plan-spec{
  color:#62695e;
}

.is-featured .offers-plan-spec{
  color:#b7c2af;
}

.offers-period-list{
  margin:0 0 var(--orb-space-3);
  padding:0;
  list-style:none;
}

.offers-period-list li{
  display:flex;
  min-width:0;
  align-items:baseline;
  justify-content:space-between;
  gap:var(--orb-space-2);
  border-bottom:1px solid #dce4d4;
  padding:.7rem 0;
  color:#62695e;
}

.offers-period-list strong{
  color:#0b1207;
  overflow-wrap:anywhere;
}

.is-featured .offers-period-list li{
  border-color:rgba(232,242,223,.18);
  color:#b7c2af;
}

.is-featured .offers-period-list strong{
  color:#f8fbf5;
}

.offers-plan-action{
  width:100%;
  margin-top:var(--orb-space-3);
}

.offers-compare{
  margin-top:var(--orb-space-5);
}

.offers-compare table{
  min-width:58rem;
}

.offers-compare caption,
.offers-region-table caption{
  padding:0 0 var(--orb-space-2);
  color:#62695e;
  font-size:var(--orb-fs-1);
  text-align:left;
}

.offers-section-head{
  max-width:50rem;
  margin-bottom:var(--orb-space-5);
}

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

.offers-spec-grid .c-spec-sheet{
  min-width:0;
  padding-inline:max(var(--orb-space-3),24px);
}

.offers-spec-grid .c-spec-sheet-head{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  background:#0b1207;
  color:#f8fbf5;
}

.offers-spec-grid .c-spec-sheet-head strong{
  color:#b8f05a;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
}

.c-spec-sheet .offers-spec-stamp{
  width:fit-content;
  max-width:calc(100% - 3rem);
  margin:var(--orb-space-3) 1.5rem 0;
  border:1px solid #aebba5;
  border-radius:var(--orb-radius-sm);
  padding:.5rem 1rem;
  background:#f0f6e8;
  color:#294a00;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
  font-weight:650;
  letter-spacing:.05em;
}

.offers-spec-note{
  margin-top:var(--orb-space-4);
}

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

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

.offers-addon-card h3,
.offers-addon-card strong{
  color:#0b1207;
}

.offers-addon-card p{
  color:#62695e;
}

.offers-addon-card__head{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  gap:var(--orb-space-2);
  margin-bottom:var(--orb-space-3);
}

.offers-addon-card__head strong{
  font-size:var(--orb-fs-4);
  line-height:1.25;
  overflow-wrap:anywhere;
}

.offers-addon-card dl{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:var(--orb-space-3) 0 0;
  border-top:1px solid #dce4d4;
}

.offers-addon-card dl div{
  min-width:0;
  padding:var(--orb-space-2) var(--orb-space-2) var(--orb-space-2) 0;
}

.offers-addon-card dl div:nth-child(even){
  border-left:1px solid #dce4d4;
  padding-left:var(--orb-space-2);
}

.offers-addon-card dt{
  color:#62695e;
}

.offers-addon-card dd{
  margin-top:.375rem;
  color:#0b1207;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-3);
  font-variant-numeric:tabular-nums;
}

.offers-region-table table{
  min-width:48rem;
}

.offers-status{
  display:inline-flex;
  width:fit-content;
  align-items:center;
  gap:.4rem;
  border-radius:999px;
  padding:.4rem .7rem;
  background:#e8f8ce;
  color:#345f00;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
  font-weight:650;
}

.offers-status::before{
  width:.45rem;
  height:.45rem;
  flex:0 0 auto;
  border-radius:50%;
  background:#3f7300;
  content:"";
}

.offers-region-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:var(--orb-space-1);
  margin-top:var(--orb-space-3);
}

.offers-sla{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  align-items:stretch;
  gap:var(--orb-space-5);
}

.offers-sla__copy{
  min-width:0;
  align-self:center;
  color:#dfe8d8;
}

.offers-sla__copy h2{
  color:#f8fbf5;
}

.offers-sla__copy p{
  color:#b7c2af;
}

.offers-sla__copy .orb-kicker{
  color:#c5d1bd;
}

.offers-sla__link{
  margin-top:var(--orb-space-2);
  border-color:rgba(248,251,245,.38);
  color:#f8fbf5;
}

.offers-sla__meter{
  min-width:0;
  border-radius:var(--orb-radius-lg);
  padding:var(--orb-space-4);
  background:#f0f6e8;
  color:#171d14;
}

.offers-sla__number{
  display:flex;
  min-width:0;
  align-items:flex-end;
  justify-content:space-between;
  gap:var(--orb-space-3);
}

.offers-sla__number strong{
  color:#0b1207;
  font-size:clamp(2.75rem,10cqi,4.1rem);
  font-weight:500;
  line-height:1;
  overflow-wrap:anywhere;
}

.offers-sla__number span{
  color:#62695e;
  font-size:var(--orb-fs-1);
  text-align:right;
}

.offers-sla__track{
  height:.65rem;
  margin-block:var(--orb-space-3);
  overflow:hidden;
  border-radius:999px;
  background:#dce4d4;
}

.offers-sla__track span{
  display:block;
  width:99.9%;
  height:100%;
  border-radius:inherit;
  background:#426f00;
}

.offers-sla__log{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--orb-space-2);
}

.offers-sla__log div{
  min-width:0;
  border-top:1px solid #cdd8c5;
  padding-top:var(--orb-space-2);
  color:#171d14;
}

.offers-sla__log span{
  display:block;
  margin-bottom:var(--orb-space-1);
  color:#3f7300;
  font-size:var(--orb-fs-0);
}

.offers-sla__log strong{
  display:block;
  color:#0b1207;
  font-size:var(--orb-fs-1);
}

.offers-sla__log p{
  margin:.375rem 0 0;
  color:#62695e;
  font-size:var(--orb-fs-1);
}

.offers-payment{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  align-items:start;
  gap:var(--orb-space-5);
}

.offers-payment__intro{
  min-width:0;
}

.offers-payment__methods{
  display:grid;
  gap:var(--orb-space-3);
  min-width:0;
}

.offers-payment__methods .c-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:var(--orb-space-3);
  padding:var(--orb-space-3);
  background:#ffffff;
  color:#171d14;
}

.offers-payment__methods h3{
  margin-bottom:var(--orb-space-1);
  color:#0b1207;
}

.offers-payment__methods p{
  margin:0;
  color:#62695e;
}

.offers-payment__icon{
  display:inline-flex;
  width:3rem;
  height:3rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--orb-radius-sm);
  background:#e8f8ce;
  color:#345f00;
}

.offers-payment__icon svg{
  width:1.35rem;
  height:1.35rem;
}

.offers-closing-section{
  padding-top:var(--orb-section-space);
  padding-bottom:var(--orb-space-5);
}

.offers-closing-kicker{
  color:#c5d1bd;
}

.offers-closing-kicker::before{
  background:#86e000;
}

.offers-closing-section .c-cta>div:first-child{
  min-width:0;
  max-width:44rem;
}

.offers-closing-section .c-cta .orb-actions{
  justify-content:flex-start;
}

.offers-closing-section .c-btn-ghost{
  border-color:rgba(248,251,245,.38);
  color:#f8fbf5;
}

@media (max-width:64rem){
  .offers-hero__grid,
  .offers-sla,
  .offers-payment{
    grid-template-columns:1fr;
  }

  .c-page-hero-stage.offers-stage,
  .offers-stage{
    height:auto;
    min-height:0;
    overflow:visible;
  }

  .offers-stage__plate{
    height:auto;
  }

  .offers-payment{
    gap:var(--orb-space-4);
  }
}

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

  .offers-hero__grid{
    gap:var(--orb-space-4);
  }

  .offers-hero__copy h1{
    max-width:none;
    font-size:clamp(2.35rem,12vw,3.15rem);
  }

  .offers-hero__facts{
    grid-template-columns:1fr;
  }

  .offers-hero__facts div{
    padding:var(--orb-space-2) 0;
  }

  .offers-hero__facts div+div{
    border-top:1px solid #dce4d4;
    border-left:0;
    padding-left:0;
  }

  .offers-stage__rows article{
    align-items:flex-start;
    flex-direction:column;
  }

  .offers-stage__rows article>strong{
    padding-left:3.25rem;
  }

  .offers-stage__route span{
    width:2rem;
    height:2rem;
  }

  .offers-stage__foot{
    align-items:flex-start;
    flex-direction:column;
  }

  .offers-region-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .offers-region-actions .c-btn{
    width:100%;
  }

  .offers-sla__meter{
    padding:var(--orb-space-3);
  }

  .offers-sla__number{
    align-items:flex-start;
    flex-direction:column;
  }

  .offers-sla__number span{
    text-align:left;
  }

  .offers-sla__log{
    grid-template-columns:1fr;
  }

  .offers-payment__methods .c-card{
    grid-template-columns:1fr;
  }

  .offers-addon-card dl{
    grid-template-columns:1fr;
  }

  .offers-addon-card dl div:nth-child(even){
    border-left:0;
    padding-left:0;
  }

  .offers-addon-card dl div+div{
    border-top:1px solid #dce4d4;
  }
}

.c-page-hero-stage.offers-stage,
.offers-stage{
  background:#0b1207;
  color:#dfe8d8;
}
.c-page-hero-stage.offers-stage::before,
.offers-stage::before{
  display:none;
  content:none;
  background:none;
}
.offers-stage__plate,
.offers-stage__head,
.offers-stage__foot{
  background:#0b1207;
  color:#e8f2df;
}
.offers-stage__selector{
  padding-inline:var(--orb-space-2);
}
.offers-stage__head,
.offers-stage__foot{
  border-color:#6a7d58;
}
.offers-stage__head span,
.offers-stage__foot span,
.offers-stage__selector>span{
  color:#e8f2df;
}
.offers-stage__head strong{
  color:#d4f48a;
}
.offers-stage__selector b{
  width:auto;
  min-width:2rem;
  height:auto;
  min-height:2rem;
  padding:.45em .85em;
  border-radius:var(--orb-radius-sm);
}
.offers-spec-grid .c-spec-sheet-head{
  padding:1rem 1.5rem;
}
.offers-spec-grid .c-spec-sheet{
  padding-inline:0;
}
.offers-spec-grid .c-spec-sheet .offers-spec-stamp{
  margin-inline:1.5rem;
  padding-inline:1rem;
}
.offers-spec-grid .c-spec-sheet dl{
  margin-inline:0;
  padding-inline:1.5rem;
}
.offers-hero__copy,
.offers-hero__copy h1,
.offers-hero__copy p,
.offers-sla__copy,
.offers-sla__copy h2,
.offers-sla__copy p,
.offers-stage__rows h2,
.offers-stage__rows p,
.offers-stage__rows strong{
  min-width:0;
  overflow-wrap:anywhere;
}

.offers-closing-section .c-cta,
.offers-closing-section .c-cta h2,
.c-cta h2,.c-cta h3{
  min-width:0;
  overflow-wrap:anywhere;
}
@media (max-width:64rem){
  .offers-closing-section .c-cta,
  .c-cta{
    flex-direction:column;
    align-items:stretch;
  }
  .c-cta .orb-actions{width:100%}
}

.orb-section-head + .offers-region-actions,
.orb-center .offers-region-actions{
  justify-content:center;
}
