/* Home footer shared styles */
.home-footer{
  position:relative;
  overflow:hidden;
  padding:64px 0 26px;
  background:
    linear-gradient(135deg,#142d37 0%,#204850 44%,#4f778b 100%);
  color:#fff;
  isolation:isolate;
}

.home-footer::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(205,233,244,.08) 1px,transparent 1px),
    linear-gradient(0deg,rgba(205,233,244,.06) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.34;
}

.home-footer::after{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(168,152,96,.9),transparent);
}

.home-footer-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(260px,1.25fr) minmax(135px,.58fr) minmax(210px,.75fr) minmax(360px,1.15fr);
  gap:34px;
  align-items:start;
}

.home-footer-topline{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  padding-bottom:34px;
  margin-bottom:42px;
  border-bottom:1px solid rgba(205,233,244,.22);
}

.home-footer-eyebrow{
  display:inline-block;
  margin-bottom:15px;
  padding-bottom:9px;
  border-bottom:2px solid #a89860;
  color:#cde9f4;
  font-size:13px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:4px;
  text-transform:uppercase;
}

.home-footer-topline h2{
  max-width:760px;
  margin:0;
  color:#fff;
  font-size:clamp(36px,5vw,68px);
  font-weight:500;
  line-height:1.06;
}

.home-footer-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  min-width:178px;
  min-height:52px;
  padding:14px 20px;
  border:1px solid rgba(205,233,244,.34);
  border-radius:8px;
  background:#fff;
  color:#142d37;
  font-size:15px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  transition:transform .25s ease,background-color .25s ease,border-color .25s ease;
}

.home-footer-cta:hover{
  transform:translateY(-2px);
  background:#cde9f4;
  border-color:#cde9f4;
}

.home-footer-cta img{
  width:18px;
  height:18px;
}

.home-footer-grid{
  display:contents;
}

.home-footer-brand{
  display:none;
}

.home-footer-logo{
  display:inline-flex;
  margin-bottom:22px;
  max-width:250px;
}

.home-footer-logo img{
  display:block;
  width:100%;
  height:auto;
  filter:brightness(0) invert(1);
}

.home-footer-copy{
  margin:0;
  max-width:430px;
  color:rgba(255,255,255,.82);
  font-size:17px;
  font-weight:400;
  line-height:1.62;
}

.home-footer-proof{
  display:flex;
  align-items:center;
  gap:11px;
  flex-wrap:wrap;
  margin-top:20px;
}

.home-footer-proof span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 12px;
  border:1px solid rgba(205,233,244,.24);
  border-radius:8px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:13px;
  font-weight:600;
  line-height:1.25;
}

.home-footer-column h3,
.home-footer-contact-card h3{
  margin:0 0 17px;
  color:#fff;
  font-size:16px;
  font-weight:700;
  line-height:1.25;
}

.home-footer-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

.home-footer-column a{
  color:rgba(255,255,255,.78);
  font-size:15px;
  font-weight:500;
  line-height:1.35;
  text-decoration:none;
  transition:color .22s ease,transform .22s ease;
}

.home-footer-column a:hover{
  color:#cde9f4;
  transform:translateX(3px);
}

.home-footer-contact-card{
  justify-self:end;
  width:100%;
  max-width:400px;
  padding:22px;
  border:1px solid rgba(205,233,244,.26);
  border-radius:8px;
  background:rgba(255,255,255,.09);
  box-shadow:0 18px 46px rgba(18,18,18,.2);
}

.home-footer-contact-card p{
  margin:0 0 18px;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.55;
}

.home-footer-contact-list{
  display:grid;
  gap:12px;
}

.home-footer-contact-row{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  color:#fff;
  text-decoration:none;
}

.home-footer-contact-row > span:last-child{
  min-width:0;
}

.home-footer-contact-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  min-width:40px;
  height:40px;
  border-radius:8px;
  background:rgba(205,233,244,.14);
}

.home-footer-contact-icon img{
  width:18px;
  height:18px;
  filter:brightness(0) invert(1);
}

.home-footer-contact-label{
  display:block;
  color:#cde9f4;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:1px;
  text-transform:uppercase;
}

.home-footer-contact-value{
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  overflow-wrap:anywhere;
}

.home-footer-certifications{
  grid-column:1;
  grid-row:1;
  align-self:center;
  min-width:0;
}

.home-footer-certifications-copy,
.home-footer-certifications-copy p{
  display:none;
}

.home-footer-certification-logos{
  display:flex;
  align-items:stretch;
  justify-content:flex-start;
  gap:10px;
  min-width:0;
}

.home-footer-certification-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:132px;
  padding:10px;
  border:1px solid rgba(205,233,244,.3);
  border-radius:8px;
  background:#fff;
  box-shadow:0 8px 20px rgba(18,18,18,.12);
}

.home-footer-certification-mark img{
  display:block;
  width:100%;
  height:108px;
  object-fit:contain;
}

.home-footer-certification-mark--chair{
  flex:0 0 118px;
}

.home-footer-certification-mark--exchange{
  flex:1 1 220px;
  min-width:0;
  max-width:280px;
}

.home-footer-bottom{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:20px;
  margin-top:18px;
  border-top:1px solid rgba(205,233,244,.18);
}

.home-footer-bottom p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.45;
}

.home-footer-bottom-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  flex-wrap:wrap;
}

.home-footer-bottom-links a{
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  text-decoration:none;
}

.home-footer-bottom-links a:hover{
  color:#cde9f4;
}

@media (max-width: 991px){
  .home-footer{
    padding-top:54px;
  }
  .home-footer-topline{
    align-items:flex-start;
    flex-direction:column;
    gap:24px;
  }
  .home-footer-shell{
    grid-template-columns:1.25fr 1fr;
    gap:34px 28px;
  }
  .home-footer-contact-card{
    grid-column:auto;
    justify-self:stretch;
    max-width:none;
  }
}

@media (max-width: 767px){
  .home-footer{
    padding:44px 0 22px;
  }
  .home-footer-topline{
    padding-bottom:28px;
    margin-bottom:32px;
  }
  .home-footer-eyebrow{
    font-size:12px;
    letter-spacing:3px;
  }
  .home-footer-topline h2{
    font-size:36px;
    line-height:1.12;
  }
  .home-footer-shell{
    grid-template-columns:1fr;
    gap:24px;
  }
  .home-footer-contact-card{
    grid-column:auto;
    padding:16px;
  }
  .home-footer-certifications{
    grid-column:1;
    grid-row:1;
  }
  .home-footer-certification-logos{
    justify-content:flex-start;
  }
  .home-footer-certification-mark{
    min-height:88px;
    padding:8px;
  }
  .home-footer-certification-mark img{
    height:68px;
  }
  .home-footer-certification-mark--chair{
    flex-basis:88px;
  }
  .home-footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
    margin-top:14px;
    padding-top:16px;
  }
  .home-footer-bottom-links{
    justify-content:flex-start;
  }
}

@media (max-width: 479px){
  .home-footer{
    padding-top:34px;
  }
  .home-footer-topline h2{
    font-size:31px;
  }
  .home-footer-cta{
    width:100%;
  }
  .home-footer-proof{
    gap:8px;
  }
  .home-footer-proof span{
    font-size:12px;
  }
  .home-footer-certifications-copy{
    display:none;
  }
  .home-footer-certification-logos{
    align-items:stretch;
    width:100%;
  }
  .home-footer-certification-mark{
    min-height:76px;
    padding:7px;
  }
  .home-footer-certification-mark img{
    height:58px;
  }
  .home-footer-certification-mark--chair{
    flex-basis:78px;
  }
  .home-footer-certification-mark--exchange{
    flex:1 1 auto;
    max-width:none;
  }
}
