.gs-hero{
  padding-block:var(--hero-pad);
  background:#17161a;
  color:#f8f7f5;
}

.gs-hero .c-page-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  align-items:start;
  gap:var(--space-5);
}

.gs-hero[data-hero-form="product-visual"] .c-page-hero-copy{
  align-items:flex-start;
  max-width:none;
  margin-inline:0;
  text-align:left;
}

.gs-hero[data-hero-form="product-visual"] .c-page-hero-copy .c-kicker{
  align-self:flex-start;
  margin-inline:0;
}

.gs-hero-copy{
  min-width:0;
  align-items:flex-start;
  color:#f8f7f5;
}

.gs-hero-copy h1{
  max-width:18ch;
  margin-inline:0;
  margin-top:var(--space-2);
  color:#f8f7f5;
  font-size:clamp(2.4rem,4.4vw,3.2rem);
  line-height:1.16;
}

.gs-hero-copy h1 + p{
  max-width:42rem;
  margin-top:var(--space-1);
  color:#c7c3cb;
}

.gs-hero-copy .c-actions{
  justify-content:flex-start;
  margin-top:var(--space-3);
}

.gs-hero-copy .c-btn-ghost{
  color:#f8f7f5;
  border-color:rgba(255,255,255,.38);
}

.gs-hero-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  margin:var(--space-3) 0 0;
  padding-top:var(--space-3);
  border-top:1px solid rgba(255,255,255,.12);
}

.gs-hero-facts div{
  min-width:0;
  padding-inline:var(--space-2);
  border-right:1px solid rgba(255,255,255,.12);
}

.gs-hero-facts div:first-child{
  padding-left:0;
}

.gs-hero-facts div:last-child{
  padding-right:0;
  border-right:0;
}

.gs-hero-facts dt{
  color:#aaa7ae;
}

.gs-hero-facts dd{
  margin-top:var(--space-1);
  color:#f8f7f5;
}

.gs-hero-facts strong{
  display:block;
  color:#ffffff;
  font-size:var(--fs-3);
}

.gs-delivery-board{
  display:flex;
  width:100%;
  height:auto;
  min-height:0;
  min-width:0;
  flex-direction:column;
  align-self:start;
  gap:var(--space-2);
  padding:var(--space-3);
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:#fcfbf7;
  color:#17161a;
  box-shadow:var(--shadow-soft);
}

.gs-board-head,
.gs-progress-head,
.gs-bill-head,
.gs-validation-head{
  display:flex;
  min-width:0;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--space-2);
}

.gs-board-head > div,
.gs-progress-head > div,
.gs-bill-head > div{
  min-width:0;
}

.gs-board-head strong,
.gs-bill-head h3{
  display:block;
  margin-top:var(--space-1);
  color:#17161a;
}

.gs-board-label{
  color:#6d6971;
  font-family:var(--font-mono);
  font-size:var(--fs-0);
  line-height:var(--lh-small);
  letter-spacing:.06em;
  text-transform:uppercase;
}

.gs-board-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--space-1);
}

.gs-board-summary > div{
  min-width:0;
  padding:var(--space-2);
  border-radius:var(--radius-sm);
  background:#e3e1ea;
  color:#211d2c;
}

.gs-board-summary span,
.gs-board-summary strong{
  display:block;
  overflow-wrap:anywhere;
}

.gs-board-summary span{
  color:#514b5b;
  font-size:var(--fs-0);
}

.gs-board-summary strong{
  margin-top:var(--space-1);
  color:#211d2c;
  font-size:var(--fs-1);
  line-height:var(--lh-small);
}

.gs-board-progress{
  padding:var(--space-2);
  border-radius:var(--radius-md);
  background:#ffffff;
  color:#17161a;
}

.gs-progress-head strong{
  color:#17161a;
}

.gs-progress-head span{
  color:#6d6971;
  font-size:var(--fs-0);
  text-align:right;
}

.gs-stage-list{
  display:grid;
  margin:var(--space-2) 0 0;
  padding:0;
  list-style:none;
}

.gs-stage-list li{
  display:grid;
  grid-template-columns:2rem minmax(0,1fr);
  align-items:start;
  gap:var(--space-2);
  padding-block:.65rem;
  border-top:1px solid #e2dfda;
}

.gs-stage-list li > span{
  color:#704d9a;
  font-size:var(--fs-0);
  font-weight:750;
}

.gs-stage-list li div{
  min-width:0;
}

.gs-stage-list strong,
.gs-stage-list small{
  display:block;
}

.gs-stage-list strong{
  color:#17161a;
  font-size:var(--fs-1);
}

.gs-stage-list small{
  margin-top:var(--space-1);
  color:#6d6971;
}

.gs-load-card{
  padding:var(--space-2);
  border-radius:var(--radius-md);
  background:#d8e8e6;
  color:#172a31;
}

.gs-load-card .gs-progress-head strong{
  color:#172a31;
}

.gs-load-card .gs-progress-head span{
  color:#40545a;
}

.gs-load-row{
  display:grid;
  grid-template-columns:minmax(5.5rem,.75fr) minmax(0,1fr) auto;
  align-items:center;
  gap:var(--space-1);
  margin-top:var(--space-1);
  color:#172a31;
  font-size:var(--fs-0);
}

.gs-load-row span,
.gs-load-row b{
  min-width:0;
}

.gs-load-track{
  height:.45rem;
  overflow:hidden;
  border-radius:var(--radius-pill);
  background:rgba(23,42,49,.14);
}

.gs-load-fill{
  display:block;
  height:100%;
  border-radius:inherit;
  background:#26335f;
}

.gs-load-fill-short{
  width:38%;
}

.gs-load-fill-mid{
  width:61%;
}

.gs-load-fill-long{
  width:78%;
}

.gs-section{
  padding-block:var(--section-space);
}

.gs-section-head{
  display:flex;
  max-width:47rem;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
}

.gs-section-head .c-kicker + h2{
  margin-top:var(--space-2);
}

.gs-section-head h2 + p{
  margin-top:var(--space-1);
}

.gs-section-head p{
  color:#55515a;
}

.c-section-aqua .gs-section-head p{color:#31474d}
.c-section-lilac .gs-section-head p{color:#403a49}

.gs-section-head + .c-card-grid,
.gs-section-head + .c-price-grid,
.gs-section-head + .gs-region-register,
.gs-section-head + .gs-environment-board,
.gs-section-head + .gs-final-grid,
.gs-section-head + .gs-delivery-steps{
  margin-top:var(--space-4);
}

.gs-card-index{
  display:grid;
  width:2rem;
  height:2rem;
  place-items:center;
  border-radius:var(--radius-sm);
  background:#26335f;
  color:#ffffff;
  font-weight:750;
}

.gs-card-index + h3{
  margin-top:var(--space-2);
}

.gs-boundary-grid h3 + p,
.gs-connect-grid h3 + p,
.gs-final-grid h3 + p{
  margin-top:var(--space-1);
}

.gs-plain-list{
  display:grid;
  gap:var(--space-1);
  margin:var(--space-2) 0 0;
  padding-left:1.2rem;
}

.gs-plain-list li{
  color:inherit;
  font-size:var(--fs-1);
}

.gs-notice{
  margin-top:var(--space-3);
  padding:var(--space-3);
  background:#f2e0cf;
  color:#321e17;
}

.gs-notice strong{
  color:#321e17;
}

.gs-notice strong + p{
  margin-top:var(--space-1);
}

.gs-notice p{
  color:#60453b;
}

.gs-check-section{
  background:#f4dce7;
  color:#361b27;
}

.gs-check-section .gs-section-head h2{
  color:#361b27;
}

.gs-check-section .gs-section-head p{
  color:#593846;
}

.gs-check-layout{
  align-items:stretch;
}

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

.gs-check-layout .gs-section-head{
  align-self:start;
}

.gs-check-layout .c-btn-ghost{
  color:#361b27;
}

.gs-check-card{
  display:flex;
  height:100%;
  flex-direction:column;
  justify-content:space-between;
  padding:var(--space-3);
  background:#ffffff;
  color:#17161a;
}

.gs-check-card .c-checklist{
  width:100%;
}

.gs-check-card .c-checklist li{
  padding-block:.8rem;
  border-bottom:1px solid #e2dfda;
}

.gs-check-card .c-checklist li:last-child{
  border-bottom:0;
}

.gs-check-card .c-checklist strong{
  color:#17161a;
}

.gs-check-card .c-checklist strong + p{
  margin-top:var(--space-1);
}

.gs-check-card .c-checklist p{
  color:#5f5b63;
  font-size:var(--fs-1);
}

.gs-order-grid{
  align-items:start;
}

.gs-order-grid .c-price-card{
  min-width:0;
  padding:var(--space-4);
}

.gs-order-grid .c-price-card:first-child{
  background:#e3e1ea;
  color:#211d2c;
}

.gs-order-grid .c-price-card:first-child h3{
  color:#211d2c;
}

.gs-order-grid .c-price-card:first-child p{
  color:#514b5b;
}

.gs-order-grid .c-price-card:nth-child(2){
  background:#f4dce7;
  color:#361b27;
}

.gs-order-grid .c-price-card:nth-child(2) h3{
  color:#361b27;
}

.gs-order-grid .c-price-card:nth-child(2) p{
  color:#593846;
}

.gs-plan-copy{
  margin-top:var(--space-3);
}

.gs-order-grid .c-actions{
  justify-content:flex-start;
  margin-top:var(--space-3);
}

.gs-region-register{
  margin-top:var(--space-4);
  padding:var(--space-3);
  border-radius:var(--radius-lg);
  background:#17161a;
  color:#f8f7f5;
}

.gs-register-head{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  align-items:end;
  gap:var(--space-3);
}

.gs-register-head > *{
  min-width:0;
}

.gs-register-head .c-kicker + h3{
  margin-top:var(--space-2);
}

.gs-register-head h3{
  color:#f8f7f5;
}

.gs-register-head p{
  color:#bcb8c1;
}

.gs-region-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--space-2);
  margin-top:var(--space-3);
}

.gs-region-grid article{
  min-width:0;
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#ffffff;
  color:#17161a;
}

.gs-region-grid article > *{
  display:block;
  overflow-wrap:anywhere;
}

.gs-region-grid article > span{
  color:#704d9a;
  font-size:var(--fs-0);
}

.gs-region-grid strong{
  margin-top:var(--space-1);
  color:#17161a;
}

.gs-region-grid small{
  margin-top:var(--space-1);
  color:#6d6971;
}

.gs-region-grid b{
  width:fit-content;
  margin-top:var(--space-2);
  padding:.35rem .6rem;
  border-radius:var(--radius-pill);
  background:#d8e8e6;
  color:#172a31;
  font-size:var(--fs-0);
}

.gs-billing-section{
  background:#e4e1c7;
  color:#252719;
}

.gs-billing-section .gs-section-head h2{
  color:#252719;
}

.gs-billing-section .gs-section-head p{
  color:#4f513e;
}

.gs-billing-layout{
  margin-top:var(--space-4);
  align-items:stretch;
}

.gs-bill-sheet{
  min-width:0;
  height:100%;
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:#ffffff;
  color:#17161a;
}

.gs-bill-head{
  padding:var(--space-3);
  background:#17161a;
  color:#f8f7f5;
}

.gs-bill-head .gs-board-label{
  color:#aaa7ae;
}

.gs-bill-head h3{
  color:#f8f7f5;
}

.gs-bill-head > span{
  color:#f8f7f5;
}

.gs-bill-lines{
  margin:0;
  padding:0 var(--space-3) var(--space-3);
}

.gs-bill-lines div{
  display:grid;
  grid-template-columns:minmax(8rem,.45fr) minmax(0,1fr);
  gap:var(--space-2);
  padding-block:var(--space-2);
  border-bottom:1px solid #e2dfda;
}

.gs-bill-lines div:last-child{
  border-bottom:0;
}

.gs-bill-lines dt{
  color:#17161a;
}

.gs-bill-lines dd{
  min-width:0;
  color:#5f5b63;
  overflow-wrap:anywhere;
}

.gs-addon-stack{
  display:grid;
  grid-template-rows:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:var(--space-2);
}

.gs-addon-stack > *{
  display:flex;
  height:auto;
  min-height:0;
  flex-direction:column;
  justify-content:center;
  padding:var(--space-3);
}

.gs-addon-stack h3 + p{
  margin-top:var(--space-1);
}

.gs-payment-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--space-3);
  margin-top:var(--space-3);
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#ffffff;
  color:#17161a;
}

.gs-payment-note > div{
  min-width:0;
}

.gs-payment-note strong{
  color:#17161a;
}

.gs-payment-note strong + p{
  margin-top:var(--space-1);
}

.gs-payment-note p{
  color:#5f5b63;
}

.gs-payment-note .c-btn{
  flex:0 0 auto;
}

.gs-delivery-section{
  background:#17161a;
  color:#f8f7f5;
}

.gs-delivery-section .gs-section-head h2{
  color:#f8f7f5;
}

.gs-delivery-section .gs-section-head p{
  color:#bcb8c1;
}

.gs-delivery-steps{
  display:grid;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
  padding:0;
  list-style:none;
  border-top:1px solid rgba(255,255,255,.12);
}

.gs-delivery-steps li{
  display:grid;
  grid-template-columns:3rem minmax(0,1fr) minmax(9rem,.35fr);
  align-items:start;
  gap:var(--space-3);
  padding-block:var(--space-3);
  border-bottom:1px solid rgba(255,255,255,.12);
}

.gs-delivery-steps li > *{
  min-width:0;
}

.gs-step-number{
  display:grid;
  width:2.5rem;
  height:2.5rem;
  place-items:center;
  border-radius:var(--radius-sm);
  background:#e3e1ea;
  color:#211d2c;
  font-weight:750;
}

.gs-delivery-steps h3{
  color:#f8f7f5;
}

.gs-delivery-steps h3 + p{
  margin-top:var(--space-1);
}

.gs-delivery-steps p{
  color:#bcb8c1;
}

.gs-delivery-steps li > strong{
  color:#d8e8e6;
  font-size:var(--fs-1);
  text-align:right;
}

.gs-delivery-actions{
  justify-content:flex-start;
  margin-top:var(--space-3);
}

.gs-delivery-actions .c-btn-ghost{
  color:#f8f7f5;
  border-color:rgba(255,255,255,.38);
}

.gs-connect-grid{
  align-items:start;
}

.gs-aqua-notice{
  background:#ffffff;
  color:#17161a;
}

.gs-aqua-notice strong{
  color:#17161a;
}

.gs-aqua-notice p{
  color:#5f5b63;
}

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

.gs-environment-board article{
  display:grid;
  grid-template-columns:2.5rem minmax(0,1fr);
  align-items:start;
  gap:var(--space-2);
  min-width:0;
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#ffffff;
  color:#17161a;
  box-shadow:var(--shadow-soft);
}

.gs-environment-board article > span{
  display:grid;
  width:2.5rem;
  height:2.5rem;
  place-items:center;
  border-radius:var(--radius-sm);
  background:#26335f;
  color:#ffffff;
  font-size:var(--fs-0);
  font-weight:750;
}

.gs-environment-board article > div{
  min-width:0;
}

.gs-environment-board h3{
  color:#17161a;
}

.gs-environment-board h3 + p{
  margin-top:var(--space-1);
}

.gs-environment-board p{
  color:#5f5b63;
}

.gs-validation-layout{
  align-items:stretch;
}

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

.gs-validation-layout .gs-section-head{
  align-self:start;
}

.gs-validation-layout .gs-section-head h2{
  color:#321e17;
}

.gs-validation-layout .gs-section-head p{
  color:#60453b;
}

.gs-validation-layout .c-btn-ghost{
  color:#321e17;
}

.gs-validation-sheet{
  height:100%;
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:#ffffff;
  color:#17161a;
}

.gs-validation-head{
  padding:var(--space-3);
  background:#26335f;
  color:#ffffff;
}

.gs-validation-head span,
.gs-validation-head strong{
  color:#ffffff;
}

.gs-validation-sheet dl{
  margin:0;
  padding:0 var(--space-3);
}

.gs-validation-sheet dl div{
  display:grid;
  grid-template-columns:minmax(7rem,.4fr) minmax(0,1fr);
  gap:var(--space-2);
  padding-block:var(--space-2);
  border-bottom:1px solid #e2dfda;
}

.gs-validation-sheet dt{
  color:#17161a;
}

.gs-validation-sheet dd{
  min-width:0;
  color:#5f5b63;
}

.gs-validation-sheet > p{
  padding:var(--space-3);
  color:#5f5b63;
}

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

.gs-final-grid .c-card{
  min-width:0;
  padding:var(--space-3);
  background:#ffffff;
  color:#17161a;
}

.gs-final-grid .c-card h3{
  color:#17161a;
}

.gs-final-grid .c-card p{
  color:#5f5b63;
}

.gs-final-grid .c-card span{
  display:block;
  width:fit-content;
  max-width:100%;
  margin-top:var(--space-2);
  padding:.45rem .7rem;
  border-radius:var(--radius-pill);
  background:#d8e8e6;
  color:#172a31;
  font-size:var(--fs-0);
  line-height:var(--lh-small);
}

.gs-lilac-notice{
  background:#ffffff;
  color:#17161a;
}

.gs-lilac-notice strong{
  color:#17161a;
}

.gs-lilac-notice p{
  color:#5f5b63;
}

.gs-lilac-notice .c-actions{
  justify-content:flex-start;
}

.gs-lilac-notice .c-btn-ghost{
  color:#17161a;
}

.gs-closing-section{
  padding-block:var(--section-space) var(--space-5);
  background:#fcfbf7;
  color:#17161a;
}

.gs-closing-section .c-closing{
  padding:var(--space-4);
  background:#17161a;
  color:#f8f7f5;
}

.gs-closing-section .c-closing h2{
  color:#f8f7f5;
}

.gs-closing-section .c-closing p{
  color:#bcb8c1;
}

.gs-closing-actions{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  margin-top:0;
}

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

.gs-closing-actions .c-btn-ghost{
  color:#f8f7f5;
  border-color:rgba(255,255,255,.38);
}

@media(max-width:64rem){
  .gs-hero .c-page-hero-grid{
    grid-template-columns:1fr;
  }

  .gs-delivery-board{
    height:auto;
    overflow:hidden;
  }

  .gs-region-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gs-register-head{
    grid-template-columns:1fr;
    align-items:start;
  }

  .gs-addon-stack{
    grid-template-rows:none;
  }

  .gs-delivery-steps li{
    grid-template-columns:3rem minmax(0,1fr);
  }

  .gs-delivery-steps li > strong{
    grid-column:2;
    text-align:left;
  }

  .gs-validation-sheet{
    height:auto;
  }
}

@media(max-width:48rem){
  .gs-board-summary{
    grid-template-columns:1fr;
  }

  .gs-payment-note{
    align-items:stretch;
    flex-direction:column;
  }

  .gs-payment-note .c-btn{
    width:100%;
  }

  .gs-final-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:40rem){
  .gs-hero{
    padding-block:var(--space-5);
  }

  .gs-hero-copy h1{
    font-size:clamp(2.25rem,11vw,3rem);
  }

  .gs-hero-copy .c-actions,
  .gs-delivery-actions,
  .gs-lilac-notice .c-actions{
    width:100%;
  }

  .gs-hero-copy .c-actions .c-btn,
  .gs-delivery-actions .c-btn,
  .gs-lilac-notice .c-actions .c-btn{
    width:100%;
  }

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

  .gs-hero-facts div{
    padding:var(--space-2) 0;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .gs-hero-facts div:last-child{
    border-bottom:0;
  }

  .gs-delivery-board,
  .gs-order-grid .c-price-card{
    padding:var(--space-3);
  }

  .gs-board-head,
  .gs-progress-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .gs-progress-head span{
    text-align:left;
  }

  .gs-load-row{
    grid-template-columns:1fr auto;
  }

  .gs-load-track{
    grid-column:1 / -1;
    grid-row:2;
  }

  .gs-region-grid{
    grid-template-columns:1fr;
  }

  .gs-bill-lines div,
  .gs-validation-sheet dl div{
    grid-template-columns:1fr;
    gap:var(--space-1);
  }

  .gs-delivery-steps li{
    grid-template-columns:1fr;
  }

  .gs-delivery-steps li > strong{
    grid-column:1;
  }

  .gs-environment-board article{
    grid-template-columns:1fr;
  }

  .gs-closing-section .c-closing{
    padding:var(--space-3);
  }
}
