@charset "utf-8";
/* Websites page only. Linked from /digital/websites/index.html. */

#websites-hero {
  min-height: 0;
  padding-bottom: clamp(36px, 4.5vw, 56px);
}
#websites-hero h1 {
  max-width: 14em;
  text-wrap: wrap;
}
#websites-hero .lede,
#websites-hero .wrap > p {
  max-width: 760px;
}
#websites-hero .lede {
  margin-bottom: 0.75em;
}
#websites-hero .wrap > p:not(.lede) {
  margin-top: 0;
  margin-bottom: 0;
}
#websites-hero .btns,
#websites-hero .btns.mt-m {
  align-items: stretch;
  margin-top: 1.15em;
}
#websites-hero .btns .btn {
  min-height: 60px;
}
@media (max-width: 620px) {
  #websites-hero .btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  #websites-hero .btns .btn {
    width: 100%;
  }
}

#websites-included {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#websites-included h2 {
  max-width: 12em;
  text-wrap: wrap;
}
#websites-included .lede {
  max-width: 820px;
  margin-bottom: 32px;
}
#websites-included .web-inc-grid {
  align-items: stretch;
  gap: 16px;
}
#websites-included .web-inc-grid > .card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  min-height: 0;
}
#websites-included .web-inc-grid h3 {
  margin: 0 0 10px;
}
#websites-included .web-inc-grid p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
  color: var(--ink-body);
}
#websites-included .web-inc-trust {
  margin: 28px 0 0;
  padding-top: 18px;
  max-width: 42em;
  border-top: 2px solid var(--gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--charcoal);
}

#websites-proof {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#websites-proof h2 {
  max-width: 16em;
  text-wrap: wrap;
}
#websites-proof .lede {
  max-width: 860px;
  margin-bottom: 0.7em;
}
#websites-proof .wrap > p:not(.lede):not(.web-proof-trust):not(.web-proof-cta) {
  max-width: 860px;
  margin-bottom: 0;
}
#websites-proof .web-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 32px;
  margin-top: 48px;
  align-items: start;
}
#websites-proof .web-proof-row h3 {
  margin: 0 0 8px;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.3;
}
#websites-proof .web-proof-row p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
  color: var(--ink-body);
}
#websites-proof .web-proof-speed {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
}
#websites-proof .web-proof-speed:hover {
  color: var(--gold-deep);
}
#websites-proof .web-proof-trust {
  margin: 48px 0 0;
  padding-top: 18px;
  max-width: 40em;
  border-top: 2px solid var(--gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--charcoal);
}
#websites-proof .web-proof-cta {
  margin: 16px 0 0;
}
@media (max-width: 940px) {
  #websites-proof .web-proof-row {
    grid-template-columns: 1fr 1fr;
    gap: 24px 28px;
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  #websites-proof .web-proof-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

#websites-faq {
  min-height: 0;
  padding-bottom: clamp(44px, 5vw, 72px);
}
#websites-faq h2 {
  max-width: 14em;
  text-wrap: wrap;
}
#websites-faq .lede {
  max-width: 760px;
}
#websites-faq .faq {
  max-width: 1000px;
}
#websites-faq .a {
  font-size: 17px;
  line-height: 1.6;
}
#websites-faq summary {
  padding-right: 48px;
}

/* Page-specific CTA + footer. Does not affect other routes. */
.page-digital-websites #site-close,
.page-digital-websites #site-foot {
  min-height: 0;
}

.page-digital-websites #site-close > .wrap,
.page-digital-websites #site-foot > .wrap {
  max-width: 1280px;
  width: calc(100% - 64px);
  margin-inline: auto;
  padding-inline: 0;
}

.page-digital-websites #site-close {
  padding: 40px 0 36px;
  border-bottom: 1px solid var(--on-dark-line);
}

.page-digital-websites #site-close .site-close-inner {
  text-align: center;
  margin-inline: auto;
}

.page-digital-websites #site-close h2 {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  text-wrap: wrap;
}

.page-digital-websites #site-close .lede {
  max-width: 760px;
  margin: 12px auto 0;
  text-align: center;
  color: #DCD8D0;
}

.page-digital-websites #site-close .close-aside {
  margin: 8px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--on-dark);
}

.page-digital-websites #site-close .btns,
.page-digital-websites #site-close .btns.mt-m {
  justify-content: center;
  align-items: stretch;
  margin-top: 18px;
}

.page-digital-websites #site-close .btns .btn {
  min-height: 52px;
}

.page-digital-websites #site-foot {
  padding: 28px 0 0;
}

.page-digital-websites #site-foot .foot-top {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1.2fr;
  gap: 24px 40px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--on-dark-line);
}

.page-digital-websites #site-foot .foot-id {
  min-width: 0;
  max-width: none;
}

.page-digital-websites #site-foot .foot-id p {
  max-width: none;
  line-height: 1.55;
}

.page-digital-websites #site-foot .foot-contact-col,
.page-digital-websites #site-foot .foot-hours {
  min-width: 0;
}

.page-digital-websites #site-foot .foot-hours p {
  max-width: none;
  margin: 0 0 14px;
}

.page-digital-websites #site-foot .cols {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.1fr 0.9fr 1.2fr;
  gap: 18px 22px;
  padding: 16px 0 18px;
}

.page-digital-websites #site-foot h5 {
  margin: 0 0 10px;
}

.page-digital-websites #site-foot li {
  margin-bottom: 6px;
}

.page-digital-websites #site-foot .disc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 28px;
  border-top: 1px solid var(--on-dark-line);
  padding: 14px 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #C4BEB5;
}

.page-digital-websites #site-foot .disc p {
  margin: 0;
  max-width: none;
}

.page-digital-websites #site-foot .bottom {
  border-top: 1px solid var(--on-dark-line);
  padding: 12px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1100px) {
  .page-digital-websites #site-foot .foot-top {
    grid-template-columns: 1.2fr 0.9fr 1.2fr;
  }
  .page-digital-websites #site-foot .foot-id {
    grid-column: auto;
  }
  .page-digital-websites #site-foot .cols {
    grid-template-columns: 1fr 1.2fr 1.1fr 0.9fr 1.2fr;
  }
  .page-digital-websites #site-foot .disc {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .page-digital-websites #site-foot .foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
  }
  .page-digital-websites #site-foot .foot-id {
    grid-column: 1 / -1;
  }
  .page-digital-websites #site-foot .cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-digital-websites #site-foot .disc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-digital-websites #site-foot .cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .page-digital-websites #site-close > .wrap,
  .page-digital-websites #site-foot > .wrap {
    width: calc(100% - 40px);
  }
}

@media (max-width: 620px) {
  .page-digital-websites #site-close {
    padding: 32px 0 28px;
  }
  .page-digital-websites #site-close .btns {
    display: grid;
    grid-template-columns: 1fr;
  }
  .page-digital-websites #site-close .btns .btn {
    width: 100%;
  }
  .page-digital-websites #site-foot {
    padding-top: 24px;
  }
  .page-digital-websites #site-foot .foot-top {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }
  .page-digital-websites #site-foot .foot-id {
    grid-column: auto;
  }
  .page-digital-websites #site-foot .cols {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0;
  }
  .page-digital-websites #site-foot .disc {
    grid-template-columns: 1fr;
    padding: 16px 0;
  }
  .page-digital-websites #site-foot .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
