.faq{background:#fff}
.faq-head{display:grid;grid-template-columns:80px 1.45fr 1fr;gap:35px;align-items:end;margin-bottom:55px}
.faq-head>div{grid-column:2}.faq-head>p{color:var(--muted);font-size:16px;margin:0 0 4px}
.faq-list{max-width:960px;margin-left:auto}
.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{position:relative;list-style:none;cursor:pointer;padding:24px 65px 24px 0;font-size:18px;font-weight:800;letter-spacing:-.3px}.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:8px;top:18px;width:36px;height:36px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--orange);font-size:21px;transition:.25s}
.faq-list details[open] summary:after{content:"–";background:var(--navy);border-color:var(--navy);color:#fff;transform:rotate(180deg)}
.faq-answer{max-width:790px;padding:0 65px 25px 0;color:var(--muted);font-size:15px}.faq-answer p{margin:0}.faq-answer a{color:var(--orange);font-weight:700}
.faq-cta{display:flex;align-items:center;justify-content:space-between;gap:35px;max-width:960px;margin:45px 0 0 auto;padding:26px 30px;border-radius:16px;background:var(--mist)}.faq-cta p{margin:0;color:var(--muted)}.faq-cta strong{color:var(--navy)}
@media(max-width:980px){.faq-head{grid-template-columns:50px 1fr}.faq-head>p{grid-column:2}.faq-list,.faq-cta{max-width:none}}
@media(max-width:640px){.faq-head{display:block}.faq-head>p{margin-top:20px}.faq-list summary{padding-right:50px;font-size:16px}.faq-answer{padding-right:15px}.faq-cta{display:block;padding:24px}.faq-cta .button{margin-top:17px;width:100%}}
.footer-brand img {
  width: 87px;
  border-radius: 7px;
  padding: 4px;
}

.footer-brand p {
  max-width: 300px;
  font-size: 13px;
  line-height: 1.65;
}

.inline-cta p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

.key-icon {
  position: relative;
  font-size: 0;
}

.key-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 17px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.key-icon::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
}

.key-icon span {
  position: absolute;
  left: 32px;
  top: 23px;
  width: 3px;
  height: 9px;
  border-radius: 0 0 2px 2px;
  background: currentColor;
  box-shadow: 7px 0 0 currentColor;
}

@media (min-width: 981px) {
  html {
    scroll-padding-top: 124px;
  }

  .navbar {
    height: 92px;
  }

  .hero {
    height: 100vh;
    padding-top: 124px;
  }

  .hero .hero-slider,
  .hero-shade {
    inset: 124px 0 0;
  }

  .hero-content {
    height: calc(100% - 124px);
  }
}

@media (max-width: 640px) {
  .services-grid {
    grid-template-rows: none;
    grid-auto-rows: auto;
  }

  .service-card {
    min-height: 220px;
  }

}
