.home-page{
  color:#171419;
  background:#FAFAF8;
}

.home-hero{
  min-height:42rem;
  color:#171419;
  background:#FAFAF8;
}

.home-hero .c-page-hero-inner{
  display:grid;
  min-height:32rem;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  align-items:start;
  gap:var(--vm-space-5);
}

.home-hero .c-hero-copy{
  min-width:0;
  align-items:flex-start;
  padding-top:0;
  text-align:left;
}

.home-hero .c-hero-copy h1{
  max-width:13.5em;
  margin-inline:0;
  font-size:clamp(2.35rem,5vw,4rem);
  line-height:1.15;
}

.home-hero .c-hero-copy>p{
  max-width:39rem;
  margin-top:var(--vm-space-2);
  color:#555159;
  font-size:var(--vm-fs-3);
  line-height:1.75;
}

.home-hero .vm-actions{
  justify-content:flex-start;
  margin-top:var(--vm-space-3);
}

.home-hero-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.65rem 1.2rem;
  margin-top:var(--vm-space-3);
  margin-bottom:var(--vm-space-3);
  padding-top:var(--vm-space-2);
  border-top:1px solid #DFDFDC;
  color:#555159;
}

.home-hero-meta span{
  min-width:0;
  font-size:var(--vm-fs-1);
}

.home-hero-meta strong{
  color:#171419;
}

.batch-stage{
  position:relative;
  align-self:start;
  min-width:0;
  height:auto;
  min-height:32rem;
  padding:var(--vm-space-4);
  overflow:hidden;
  border-radius:var(--vm-radius-lg);
  color:#171419;
  background:#FFFFFF;
  box-shadow:var(--vm-shadow);
}

.batch-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}

.batch-sheet{
  position:relative;
  z-index:1;
  display:flex;
  width:100%;
  min-height:28rem;
  flex-direction:column;
}

.batch-head{
  display:flex;
  min-width:0;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding-bottom:var(--vm-space-3);
  border-bottom:1px solid #DEDEDB;
}

.batch-head>div{
  min-width:0;
}

.batch-head strong{
  display:block;
  color:#171419;
  font-size:var(--vm-fs-2);
}

.batch-head small{
  display:block;
  margin-top:.3rem;
  color:#666269;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
  overflow-wrap:anywhere;
}

.batch-live{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:.45rem;
  padding:.5rem .65rem;
  border-radius:var(--vm-radius-sm);
  color:#FFFFFF;
  background:#7A1FA2;
  font-family:var(--vm-font-mono);
  font-size:.625rem;
  font-weight:700;
  line-height:1;
  letter-spacing:.06em;
}

.batch-live::before{
  width:.32rem;
  height:.32rem;
  flex:0 0 auto;
  border-radius:50%;
  background:#FFFFFF;
  content:"";
}

.batch-rows{
  display:flex;
  flex:1;
  flex-direction:column;
  justify-content:center;
}

.batch-row{
  display:grid;
  min-width:0;
  min-height:4.1rem;
  grid-template-columns:minmax(3.5rem,5.5rem) minmax(0,1fr) auto;
  align-items:center;
  padding-inline:.8rem;
  border-bottom:1px solid #E7E6E3;
}

.batch-row:last-child{
  border-bottom:0;
}

.batch-label{
  min-width:0;
  color:#171419;
  font-size:var(--vm-fs-1);
  font-weight:700;
}

.batch-track{
  position:relative;
  height:.45rem;
  margin-right:1.25rem;
  overflow:hidden;
  border-radius:.15rem;
  background:#E5E5E2;
}

.batch-track::before{
  position:absolute;
  inset:0 auto 0 0;
  background:#7A1FA2;
  content:"";
}

.batch-track-upload::before{
  width:84%;
}

.batch-track-archive::before{
  width:96%;
  background:#4D3298;
}

.batch-track-sign::before{
  width:73%;
}

.batch-track-deliver::before{
  width:100%;
  background:#4D3298;
}

.batch-time{
  color:#403D42;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
  font-variant-numeric:tabular-nums;
  text-align:right;
}

.batch-foot{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding-top:1.1rem;
  border-top:1px solid #DEDEDB;
  color:#5F5B63;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
}

.batch-foot>span:first-child{
  min-width:0;
  overflow-wrap:anywhere;
}

.batch-cluster{
  display:flex;
  flex:0 0 auto;
  gap:.3rem;
}

.batch-cluster i{
  width:1.4rem;
  height:.3rem;
  border-radius:.1rem;
  background:#D9D8D5;
}

.batch-cluster i:nth-child(1),
.batch-cluster i:nth-child(2){
  background:#7A1FA2;
}

.home-workflows{
  padding-block:var(--vm-space-7);
  color:#171419;
  background:#FFFFFF;
}

.home-workflow-note{
  display:grid;
  max-width:52rem;
  margin-bottom:var(--vm-space-4);
}

.home-workflow-note h2{
  max-width:18em;
}

.home-workflow-note p{
  max-width:48rem;
  margin-top:var(--vm-space-2);
  color:#555159;
}

.home-rule-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  border-top:1px solid #DFDFDC;
  border-bottom:1px solid #DFDFDC;
}

.home-rule-grid .c-rule-cell{
  min-width:0;
  padding:var(--vm-space-3) var(--vm-space-2);
  border-right:1px solid #DFDFDC;
  color:#171419;
  background:#FAFAF8;
}

.home-rule-grid .c-rule-cell:last-child{
  border-right:0;
}

.workflow-label{
  display:flex;
  min-width:0;
  align-items:center;
  gap:.65rem;
}

.workflow-label>span:last-child{
  min-width:0;
}

.workflow-label strong,
.workflow-label small{
  display:block;
  overflow-wrap:anywhere;
}

.workflow-label strong{
  color:#171419;
  font-size:var(--vm-fs-1);
}

.workflow-label small{
  margin-top:.25rem;
  color:#737078;
  font-size:var(--vm-fs-0);
}

.workflow-glyph{
  display:grid;
  width:1.75rem;
  height:1.75rem;
  flex:0 0 auto;
  place-items:center;
  border:1px solid #D7D6D3;
  border-radius:var(--vm-radius-sm);
  color:#5D5961;
  background:#FFFFFF;
  font-family:var(--vm-font-mono);
  font-size:.55rem;
}

.home-capabilities{
  color:#F7F5F8;
  background:#171419;
}

.home-capabilities .c-section-head{
  color:#F7F5F8;
}

.home-capabilities .c-section-head>p{
  color:#AAA6AE;
}

.home-capabilities .vm-kicker{
  color:#F7F5F8;
}

.cap-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));
  gap:.75rem;
  align-items:start;
}

.cap-card{
  position:relative;
  display:flex;
  min-width:0;
  min-height:21rem;
  flex-direction:column;
  padding:var(--vm-space-4);
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--vm-radius-md);
  color:#F7F5F8;
  background:#211F24;
}

.cap-card h3{
  margin-top:var(--vm-space-4);
  color:#F7F5F8;
  font-size:var(--vm-fs-3);
}

.cap-card p{
  margin-top:.65rem;
  color:#AAA6AE;
  font-size:var(--vm-fs-1);
}

.cap-ui{
  display:grid;
  min-width:0;
  gap:.45rem;
}

.cap-ledger span{
  display:grid;
  min-width:0;
  min-height:2.15rem;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:.75rem;
  padding:.55rem .7rem;
  border:1px solid #454149;
  border-radius:var(--vm-radius-sm);
  color:#BDB9C1;
  background:#29272C;
  font-family:var(--vm-font-mono);
  font-size:.625rem;
}

.cap-ledger b,
.cap-ledger em{
  min-width:0;
  font-style:normal;
  overflow-wrap:anywhere;
}

.cap-ledger b{
  color:#BDB9C1;
  font-weight:500;
}

.cap-ledger em{
  color:#F7F5F8;
  font-weight:700;
  text-align:right;
}

.cap-bars{
  display:flex;
  height:6.1rem;
  align-items:flex-end;
  gap:.45rem;
  padding:.7rem;
  border:1px solid #454149;
  border-radius:var(--vm-radius-sm);
  background:#29272C;
}

.cap-bars i{
  width:14%;
  border:1px solid #504C54;
  border-radius:.2rem .2rem 0 0;
  background:#343138;
}

.cap-bars i:nth-child(1){height:35%}
.cap-bars i:nth-child(2){height:65%}
.cap-bars i:nth-child(3){height:48%}
.cap-bars i:nth-child(4){height:88%}
.cap-bars i:nth-child(5){height:74%}
.cap-bars i:nth-child(6){height:100%;border-top-color:#A65BB2}

.cap-state{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-2);
  margin-top:var(--vm-space-3);
  padding-top:var(--vm-space-2);
  border-top:1px solid rgba(255,255,255,.14);
  color:#AAA6AE;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
}

.cap-state span,
.cap-state strong{
  min-width:0;
  overflow-wrap:anywhere;
}

.cap-state strong{
  color:#F7F5F8;
  text-align:right;
}

.home-plans{
  color:#171419;
  background:#FFFFFF;
}

.home-plans .c-price-grid{
  align-items:start;
}

.home-plans .c-price-card{
  display:flex;
  align-items:stretch;
  flex-direction:column;
  padding-inline:var(--vm-space-4);
}

.home-plans .c-badge{
  flex:0 0 auto;
}

.plan-fit{
  margin-top:var(--vm-space-3);
  color:currentColor;
  opacity:.78;
}

.home-plans .c-price-line{
  width:100%;
}

.home-plans .vm-actions{
  justify-content:flex-start;
  margin-top:var(--vm-space-3);
}

.home-nodes{
  color:#1D2A3A;
  background:#EEF2F6;
}

.home-nodes .c-section-head{
  color:#1D2A3A;
}

.home-nodes .c-section-head>p{
  color:#526275;
}

.node-strip{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:start;
  border-top:1px solid rgba(29,42,58,.17);
  border-bottom:1px solid rgba(29,42,58,.17);
}

.node-card{
  display:flex;
  min-width:0;
  min-height:17rem;
  flex-direction:column;
  padding:var(--vm-space-3);
  border-right:1px solid rgba(29,42,58,.17);
  color:#1D2A3A;
  background:#EEF2F6;
}

.node-card:last-child{
  border-right:0;
}

.node-top{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:.5rem;
  color:#1D2A3A;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
}

.node-card h3{
  margin-top:var(--vm-space-4);
  color:#1D2A3A;
  font-size:clamp(1rem,8cqi,1.3rem);
}

.node-card p{
  margin-top:.55rem;
  color:#526275;
  font-size:var(--vm-fs-1);
}

.node-card a{
  width:fit-content;
  margin-top:var(--vm-space-3);
  color:#3D237E;
  font-size:var(--vm-fs-1);
  font-weight:700;
}

.node-card a:hover{
  color:#681789;
}

.home-node-note{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--vm-space-2);
  margin-top:var(--vm-space-3);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  color:#1D2A3A;
  background:#FFFFFF;
}

.home-node-note strong{
  font-size:var(--vm-fs-1);
}

.home-node-note p{
  color:#526275;
  font-size:var(--vm-fs-1);
}

.home-nodes>.vm-container>.vm-actions{
  justify-content:flex-start;
  margin-top:var(--vm-space-3);
}

.home-provision{
  color:#171419;
  background:#FAFAF8;
}

.home-provision .c-split-section{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  align-items:start;
  gap:var(--vm-space-6);
}

.home-provision-copy{
  min-width:0;
}

.home-provision-copy>p{
  margin-top:var(--vm-space-2);
  color:#555159;
}

.home-provision-facts{
  display:grid;
  margin:var(--vm-space-4) 0 0;
  border-top:1px solid #DFDFDC;
}

.home-provision-facts div{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:var(--vm-space-2);
  padding-block:.85rem;
  border-bottom:1px solid #DFDFDC;
}

.home-provision-facts dt{
  color:#737078;
}

.home-provision-facts dd{
  min-width:0;
  color:#171419;
  font-weight:700;
  text-align:right;
  overflow-wrap:anywhere;
}

.home-provision-copy .vm-actions{
  justify-content:flex-start;
  margin-top:var(--vm-space-3);
}

.home-timeline{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}

.home-timeline .c-timeline-step{
  display:grid;
  min-width:0;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3) 0;
  border-bottom:1px solid #DFDFDC;
}

.home-timeline .c-timeline-step:first-child{
  border-top:1px solid #DFDFDC;
}

.home-timeline .c-step-index{
  display:inline-flex;
  width:2.35rem;
  height:2.35rem;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#FFFFFF;
  background:#7A1FA2;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
  font-weight:700;
  line-height:1;
}

.home-timeline .c-timeline-step>div{
  min-width:0;
}

.home-timeline h3{
  color:#171419;
  font-size:var(--vm-fs-3);
}

.home-timeline p{
  margin-top:.45rem;
  color:#737078;
  font-size:var(--vm-fs-1);
}

.home-timeline .c-step-time{
  color:#4D3298;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
  font-weight:700;
  white-space:nowrap;
}

.home-uses{
  color:#171419;
  background:#FFFFFF;
}

.use-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:start;
  border-top:1px solid #DFDFDC;
  border-bottom:1px solid #DFDFDC;
}

.use-card{
  display:flex;
  min-width:0;
  min-height:20rem;
  flex-direction:column;
  padding:var(--vm-space-3);
  border-right:1px solid #DFDFDC;
  color:#171419;
  background:#FFFFFF;
}

.use-card:last-child{
  border-right:0;
}

.use-card small{
  color:#615D64;
  font-family:var(--vm-font-mono);
}

.use-card h3{
  margin-top:var(--vm-space-4);
  color:#171419;
  font-size:var(--vm-fs-3);
}

.use-card p{
  margin-top:.75rem;
  color:#67636A;
  font-size:var(--vm-fs-1);
}

.use-card>strong{
  margin-top:var(--vm-space-3);
  color:#4F4B52;
  font-size:var(--vm-fs-1);
  line-height:1.6;
}

.home-billing-section{
  color:#171419;
  background:#FAFAF8;
}

.billing{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  overflow:hidden;
  border-radius:var(--vm-radius-md);
}

.billing-copy,
.billing-detail{
  min-width:0;
  min-height:28rem;
  padding:clamp(2rem,5vw,3.5rem);
}

.billing-copy{
  color:#361F2A;
  background:#F4EFF1;
}

.billing-copy h2{
  color:#361F2A;
}

.billing-copy>p{
  margin-top:var(--vm-space-2);
  color:#684D59;
}

.cycle-list{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
  margin-top:var(--vm-space-4);
}

.cycle-list span{
  padding:.5rem .7rem;
  border:1px solid rgba(54,31,42,.22);
  border-radius:var(--vm-radius-sm);
  color:#361F2A;
  background:#FFFFFF;
  font-size:var(--vm-fs-1);
  font-weight:700;
}

.billing-checks{
  display:grid;
  gap:.65rem;
  margin:var(--vm-space-4) 0 0;
  padding:0;
  color:#684D59;
  list-style:none;
}

.billing-checks li{
  position:relative;
  padding-left:1.25rem;
  font-size:var(--vm-fs-1);
}

.billing-checks li::before{
  position:absolute;
  top:.68rem;
  left:0;
  width:.4rem;
  height:.4rem;
  border-radius:50%;
  background:#7A1FA2;
  content:"";
}

.billing-detail{
  color:#F7F5F8;
  background:#1B191D;
}

.billing-detail .vm-kicker,
.billing-detail h3{
  color:#F7F5F8;
}

.billing-detail .vm-kicker::before{
  background:#D490E5;
  box-shadow:0 0 0 4px rgba(212,144,229,.13);
}

.payment-list{
  margin-top:var(--vm-space-3);
}

.payment-row{
  display:flex;
  min-width:0;
  min-height:3.6rem;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-2);
  border-bottom:1px solid #3D3940;
  color:#B8B4BC;
  font-size:var(--vm-fs-1);
}

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

.payment-row strong{
  color:#F7F5F8;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
  text-align:right;
}

.billing-note{
  margin-top:var(--vm-space-3);
  color:#AAA6AE;
  font-size:var(--vm-fs-1);
}

.billing-detail .vm-actions{
  justify-content:flex-start;
  margin-top:var(--vm-space-3);
}

.billing-detail .c-btn-ghost{
  color:#F7F5F8;
  background:transparent;
  border-color:rgba(247,245,248,.4);
}

.home-faq-section{
  color:#171419;
  background:#F1F4F2;
}

.home-faq-section .c-split-section{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  align-items:start;
  gap:var(--vm-space-6);
}

.home-faq-copy{
  min-width:0;
  color:#173127;
}

.home-faq-copy>p{
  margin-top:var(--vm-space-2);
  color:#4D665A;
}

.home-faq-copy .vm-actions{
  justify-content:flex-start;
  margin-top:var(--vm-space-3);
}

.home-faq{
  border-top:0;
}

.home-faq details{
  color:#173127;
  background:#F1F4F2;
  border-bottom:1px solid rgba(23,49,39,.16);
}

.home-faq details:first-child{
  border-top:1px solid rgba(23,49,39,.16);
}

.home-faq summary{
  color:#173127;
  background:#F1F4F2;
}

.home-faq details[open] summary{
  padding-bottom:var(--vm-space-2);
}

.home-faq .c-faq-body{
  padding:var(--vm-space-2) var(--vm-space-3) var(--vm-space-3);
  border-top:1px solid rgba(23,49,39,.16);
  color:#4D665A;
  background:#F1F4F2;
}

.home-faq .c-faq-body p{
  padding-top:0;
  color:#4D665A;
}

.home-closing{
  padding-bottom:var(--vm-space-6);
  color:#171419;
  background:#FAFAF8;
}

.home-closing .c-cta{
  align-items:center;
  color:#F7F5F8;
  background:#171419;
}

.home-closing-copy{
  min-width:0;
}

.home-closing-copy .vm-kicker,
.home-closing-copy h2{
  color:#F7F5F8;
}

.home-closing-copy .vm-kicker::before{
  background:#D490E5;
  box-shadow:0 0 0 4px rgba(212,144,229,.13);
}

.home-closing-copy p{
  max-width:44rem;
  color:#AAA6AE;
}

.home-closing-actions{
  display:flex;
  min-width:min(100%,19rem);
  align-items:stretch;
  flex-direction:column;
  justify-content:flex-start;
  margin-top:0;
}

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

.home-closing-actions .c-btn-ghost{
  color:#F7F5F8;
  background:transparent;
  border-color:rgba(247,245,248,.4);
}

@media(max-width:64rem){
  .home-hero .c-page-hero-inner{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:var(--vm-space-3);
  }

  .home-rule-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .home-rule-grid .c-rule-cell{
    border-bottom:1px solid #DFDFDC;
  }

  .home-rule-grid .c-rule-cell:nth-child(3){
    border-right:0;
  }

  .home-rule-grid .c-rule-cell:nth-child(n+4){
    border-bottom:0;
  }

  .node-strip{
    grid-template-columns:1fr;
  }

  .node-card{
    min-height:0;
    border-right:0;
    border-bottom:1px solid rgba(29,42,58,.17);
  }

  .node-card:last-child{
    border-bottom:0;
  }

  .node-card h3{
    margin-top:var(--vm-space-3);
  }

  .home-provision .c-split-section,
  .home-faq-section .c-split-section{
    grid-template-columns:1fr;
    gap:var(--vm-space-5);
  }

  .use-grid{
    grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));
    gap:var(--vm-space-2);
    border:0;
  }

  .use-card{
    min-height:0;
    border:0;
    color:#171419;
    background:#F5F1EC;
  }

  .billing{
    grid-template-columns:1fr;
  }

  .billing-copy,
  .billing-detail{
    min-height:0;
  }
}

@media(max-width:46rem){
  .home-hero{
    min-height:0;
  }

  .home-hero .c-page-hero-inner{
    min-height:0;
    grid-template-columns:1fr;
    align-items:start;
    gap:var(--vm-space-4);
  }

  .home-hero .c-hero-copy{
    padding-top:0;
  }

  .home-hero .c-hero-copy h1{
    font-size:clamp(2.2rem,12vw,3.2rem);
  }

  .home-hero-meta{
    display:grid;
    grid-template-columns:1fr;
  }

  .batch-stage{
    min-height:0;
    padding:var(--vm-space-3);
  }

  .batch-sheet{
    min-height:27rem;
  }

  .batch-row{
    min-height:3.85rem;
    grid-template-columns:3.5rem minmax(0,1fr) auto;
    padding-inline:0;
  }

  .batch-track{
    margin-right:.6rem;
  }

  .batch-foot{
    align-items:flex-start;
    flex-direction:column;
  }

  .home-workflows{
    padding-block:var(--vm-space-6);
  }

  .home-rule-grid{
    grid-template-columns:1fr;
  }

  .home-rule-grid .c-rule-cell{
    border-right:0;
    border-bottom:1px solid #DFDFDC;
  }

  .home-rule-grid .c-rule-cell:nth-child(3){
    border-right:0;
  }

  .home-rule-grid .c-rule-cell:nth-child(n+4){
    border-bottom:1px solid #DFDFDC;
  }

  .home-rule-grid .c-rule-cell:last-child{
    border-bottom:0;
  }

  .cap-card{
    min-height:0;
    padding:var(--vm-space-3);
  }

  .cap-ledger span{
    grid-template-columns:1fr;
    gap:.2rem;
  }

  .cap-ledger em{
    text-align:left;
  }

  .home-plans .c-price-card{
    padding-inline:var(--vm-space-3);
  }

  .home-node-note{
    grid-template-columns:1fr;
    gap:.5rem;
  }

  .home-timeline .c-timeline-step{
    grid-template-columns:auto minmax(0,1fr);
  }

  .home-timeline .c-step-time{
    grid-column:2;
    white-space:normal;
  }

  .use-grid{
    grid-template-columns:1fr;
  }

  .billing-copy,
  .billing-detail{
    padding:var(--vm-space-3);
  }

  .payment-row{
    align-items:flex-start;
    flex-direction:column;
    justify-content:center;
    gap:.25rem;
    padding-block:.75rem;
  }

  .payment-row strong{
    text-align:left;
  }

  .home-closing-actions{
    width:100%;
    min-width:0;
  }
}
