
/* Diamond Lace Public Navigation + Customer Path Finalizer */
.dl-customer-path-finalizer{
  max-width:1180px;
  margin:26px auto;
  padding:22px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,93,184,.16),rgba(35,0,48,.82));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 20px 55px rgba(0,0,0,.32);
}
.dl-customer-path-finalizer .eyebrow{
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#ffd3ed;
  font-weight:900;
  font-size:12px;
}
.dl-customer-path-finalizer h2{
  margin:8px 0 8px;
  font-size:clamp(30px,5vw,58px);
  line-height:.96;
}
.dl-customer-path-finalizer p{
  max-width:790px;
  color:#f8d9ed;
  font-size:16px;
}
.dl-customer-path-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(120px,1fr));
  gap:10px;
  margin-top:18px;
}
.dl-customer-path-grid a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 14px;
  border-radius:999px;
  text-align:center;
  text-decoration:none!important;
  color:#170018!important;
  background:linear-gradient(90deg,#ff5db8,#ffd7ee);
  font-weight:950;
  font-size:13px;
  box-shadow:0 8px 24px rgba(255,93,184,.22);
}
.dl-safe-note{
  margin-top:14px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(0,0,0,.26);
  color:#fff;
  font-weight:800;
  font-size:13px;
}
.dl-hidden-public-duplicate{
  display:none!important;
}
.dl-owner-mode-link{
  max-width:1180px;
  margin:14px auto 26px;
  padding:12px 16px;
  border-radius:22px;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.12);
  color:#ffd3ed;
  font-weight:800;
  text-align:center;
}
.dl-owner-mode-link a{
  color:#ffd3ed!important;
}
@media(max-width:900px){
  .dl-customer-path-finalizer{
    margin:18px 10px;
    padding:18px;
  }
  .dl-customer-path-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:520px){
  .dl-customer-path-grid{
    grid-template-columns:1fr;
  }
}
