/* Home footer shared styles */
.home-footer{
  position:relative;
  overflow:hidden;
  padding:86px 0 34px;
  background:#203b5c;
  color:#fff;
  isolation:isolate;
}

.home-footer::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  display:none;
}

.home-footer::after{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  display:none;
}

.home-footer-shell{
  position:relative;
  z-index:1;
}

.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:#203b5c;
  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: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-brand{
  max-width:470px;
}

.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:28px;
}

.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-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:34px;
  margin-top:42px;
  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:68px;
  }
  .home-footer-topline{
    align-items:flex-start;
    flex-direction:column;
    gap:24px;
  }
  .home-footer-grid{
    grid-template-columns:1.25fr 1fr;
    gap:34px 28px;
  }
  .home-footer-contact-card{
    grid-column:span 2;
    justify-self:stretch;
    max-width:none;
  }
}

@media (max-width: 767px){
  .home-footer{
    padding:58px 0 28px;
  }
  .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-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .home-footer-contact-card{
    grid-column:auto;
    padding:20px;
  }
  .home-footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
    margin-top:34px;
    padding-top:26px;
  }
  .home-footer-bottom-links{
    justify-content:flex-start;
  }
}

@media (max-width: 479px){
  .home-footer{
    padding-top:48px;
  }
  .home-footer-topline h2{
    font-size:31px;
  }
  .home-footer-cta{
    width:100%;
  }
  .home-footer-proof{
    gap:8px;
  }
  .home-footer-proof span{
    font-size:12px;
  }
}
