/* Shared Projekt Inspire newsletter and footer */
body.site-footer-modal-open {
  overflow: hidden;
}

.home-site-footer {
  background: #320f44 !important;
  padding-top: 0;
}

.home-site-footer .home-newsletter {
  background: #16aad3;
  overflow: hidden;
  position: relative;
}

.home-site-footer .home-newsletter::before {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: -220px 0 rgba(255, 255, 255, 0.09), 220px 0 rgba(255, 255, 255, 0.09);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.home-newsletter-inner {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 1280px;
  padding: 34px 28px 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.home-newsletter-icon {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 0 #320f44;
  color: #320f44;
  display: flex;
  font-size: 27px;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.home-newsletter-kicker,
.home-subscribe-kicker {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-newsletter-kicker {
  color: #fff;
  margin-bottom: 6px;
}

.home-newsletter-copy h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 7px;
}

.home-newsletter-copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  max-width: 690px;
}

.home-newsletter-button {
  align-items: center;
  background: #320f44;
  border: 2px solid #320f44;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  margin: 0;
  min-height: 52px;
  padding: 12px 22px;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
  white-space: nowrap;
  width: auto;
}

.home-newsletter-button:hover,
.home-newsletter-button:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #320f44;
  text-decoration: none;
  transform: translateY(-2px);
}

.home-subscribe-modal {
  align-items: center;
  background: rgba(25, 8, 34, 0.78);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  transition: opacity 220ms ease, visibility 220ms ease;
  visibility: hidden;
  z-index: 12000;
}

@supports (backdrop-filter: blur(6px)) {
  .home-subscribe-modal {
    backdrop-filter: blur(6px);
  }
}

.home-subscribe-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.home-subscribe-dialog {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(18, 4, 25, 0.34);
  max-width: 520px;
  overflow: hidden;
  padding: 42px;
  position: relative;
  transform: translateY(18px) scale(0.98);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.home-subscribe-modal.is-open .home-subscribe-dialog {
  transform: translateY(0) scale(1);
}

.home-subscribe-close {
  align-items: center;
  background: #f2edf4;
  border: 0;
  border-radius: 6px;
  color: #320f44;
  display: flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: background-color 180ms ease, color 180ms ease;
  width: 40px;
}

.home-subscribe-close:hover,
.home-subscribe-close:focus-visible {
  background: #320f44;
  color: #fff;
}

.home-subscribe-badge {
  align-items: center;
  background: #16aad3;
  border-radius: 8px;
  box-shadow: 0 6px 0 #320f44;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  margin-bottom: 28px;
  width: 58px;
}

.home-subscribe-kicker {
  color: #16aad3;
  margin-bottom: 7px;
}

.home-subscribe-dialog h2 {
  color: #320f44;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 46px 12px 0;
}

.home-subscribe-intro {
  color: #4f4654;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 26px;
}

.home-subscribe-form label {
  color: #320f44;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}

.home-subscribe-form input[type="email"] {
  background: #fff;
  border: 2px solid #dcd4df;
  border-radius: 6px;
  color: #251c29;
  font-size: 16px;
  height: 54px;
  margin: 0;
  padding: 0 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.home-subscribe-form input[type="email"]:focus {
  border-color: #16aad3;
  box-shadow: 0 0 0 4px rgba(22, 170, 211, 0.16);
  outline: 0;
}

.home-subscribe-form input[aria-invalid="true"] {
  border-color: #b3261e;
}

.home-subscribe-submit {
  align-items: center;
  background: #320f44;
  border: 2px solid #320f44;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 11px;
  justify-content: center;
  margin: 14px 0 0;
  min-height: 54px;
  padding: 12px 20px;
  transition: background-color 180ms ease, border-color 180ms ease;
  width: 100%;
}

.home-subscribe-submit:hover,
.home-subscribe-submit:focus-visible {
  background: #16aad3;
  border-color: #16aad3;
}

.home-subscribe-submit:disabled {
  cursor: default;
  opacity: 0.75;
}

.home-subscribe-privacy {
  color: #716876;
  font-size: 13px;
  line-height: 1.5;
  margin: 13px 0 0;
  text-align: center;
}

.home-subscribe-privacy i {
  color: #16aad3;
  margin-right: 5px;
}

.home-subscribe-message {
  border-radius: 6px;
  display: none;
  font-size: 14px;
  line-height: 1.5;
  margin: 14px 0 0;
  padding: 11px 14px;
}

.home-subscribe-message.is-visible {
  display: block;
}

.home-subscribe-message.is-error {
  background: #fff1f0;
  color: #8f1d17;
}

.home-subscribe-message.is-success {
  background: #edf9fc;
  color: #174d5c;
}

.home-footer-main {
  background: #320f44;
  padding: 70px 0 56px;
}

.home-footer-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 28px;
  width: 100%;
}

.home-footer-brand-row {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
}

.home-footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}

.home-footer-logo img {
  display: block;
  height: auto;
  max-width: 235px;
  width: 100%;
}

.home-footer-brand-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 590px;
}

.home-footer-contact {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 44px;
}

.home-footer-eyebrow {
  color: #16aad3;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home-footer-contact h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px;
}

.home-footer-contact-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-footer-contact-list a,
.home-footer-contact-list span {
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  font-size: 15px;
  gap: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.home-footer-contact-list i {
  align-items: center;
  color: #16aad3;
  display: flex;
  flex: 0 0 18px;
  justify-content: center;
}

.home-footer-contact-list a:hover,
.home-footer-contact-list a:focus-visible {
  color: #16aad3;
  text-decoration: none;
}

.home-footer-divider {
  background: rgba(255, 255, 255, 0.16);
  height: 1px;
  margin: 48px 0 42px;
  width: 100%;
}

.home-footer-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 0.8fr 1fr 0.95fr 1.45fr;
}

.home-footer-title {
  color: #16aad3;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.home-footer-links {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-footer-links a {
  color: rgba(255, 255, 255, 0.84);
  display: inline-flex;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.home-footer-links a:hover,
.home-footer-links a:focus-visible {
  color: #fff;
  text-decoration: none;
  transform: translateX(4px);
}

.home-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-footer-socials a {
  align-items: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 17px;
  height: 42px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  width: 42px;
}

.home-footer-socials a:hover,
.home-footer-socials a:focus-visible {
  background: #16aad3;
  border-color: #16aad3;
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
}

.home-footer-x {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.home-footer-report {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 82px minmax(0, 1fr);
  padding: 14px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-footer-report:hover,
.home-footer-report:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: #16aad3;
  text-decoration: none;
  transform: translateY(-3px);
}

.home-footer-report img {
  border-radius: 4px;
  display: block;
  height: 104px;
  object-fit: cover;
  width: 80px;
}

.home-footer-report-label {
  color: #16aad3;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.home-footer-report strong {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.home-footer-report-action {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-size: 13px;
  gap: 8px;
}

.home-footer-bottom {
  background: #250b30;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-footer-bottom-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 74px;
}

.home-footer-bottom p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.home-footer-credit a {
  color: #16aad3;
  font-weight: 700;
  text-decoration: none;
}

.home-footer-credit a:hover,
.home-footer-credit a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.home-footer-credit i {
  font-size: 11px;
  margin-left: 5px;
}

.home-site-footer #auto-top-link {
  background: #16aad3;
  border-radius: 6px;
  bottom: 22px;
  height: 46px;
  right: 18px;
  width: 46px;
}

@media (max-width: 991px) {
  .home-footer-brand-row {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .home-footer-contact {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 0;
    padding-top: 36px;
  }

  .home-footer-contact-list,
  .home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-newsletter-inner {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 34px 22px 38px;
  }

  .home-newsletter-copy h2 {
    font-size: 28px;
  }

  .home-newsletter-button {
    justify-self: start;
    white-space: normal;
  }

  .home-subscribe-dialog {
    padding: 32px 22px 26px;
  }

  .home-subscribe-dialog h2 {
    font-size: 29px;
  }

  .home-footer-main {
    padding: 54px 0 44px;
  }

  .home-footer-container {
    padding: 0 22px;
  }

  .home-footer-logo img {
    max-width: 205px;
  }

  .home-footer-contact h2 {
    font-size: 23px;
  }

  .home-footer-contact-list,
  .home-footer-grid {
    grid-template-columns: 1fr;
  }

  .home-footer-divider {
    margin: 38px 0 34px;
  }

  .home-footer-grid {
    gap: 34px;
  }

  .home-footer-report {
    max-width: 390px;
  }

  .home-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 96px;
    padding-bottom: 18px;
    padding-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-newsletter-button,
  .home-subscribe-modal,
  .home-subscribe-dialog,
  .home-footer-links a,
  .home-footer-socials a,
  .home-footer-report {
    transition: none;
  }
}
