@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("assets/fonts/inter-latin-400-normal.woff2") format("woff2"),
    url("assets/fonts/inter-latin-400-normal.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("assets/fonts/inter-latin-600-normal.woff2") format("woff2"),
    url("assets/fonts/inter-latin-600-normal.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("assets/fonts/inter-latin-700-normal.woff2") format("woff2"),
    url("assets/fonts/inter-latin-700-normal.woff") format("woff");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333;
}

.site-header {
  background-color: #0F2436;
  padding: 1rem 3rem;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90rem;
  margin: 0 auto;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo {
  height: 2.5rem;
  width: auto;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
}

.header-cta:hover,
.header-cta:focus {
  text-decoration: underline;
}

.hero {
  background: #f4f8fe;
}

.container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 5rem;
}

.site-footer {
  border-top: 0.0625rem solid #e0e4e8;
  padding: 1.5rem;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #5d6f85;
  font-size: 0.875rem;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
  text-decoration: underline;
}

.footer-copyright {
  color: #5d6f85;
  font-size: 0.8125rem;
  margin: 0;
}

.flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  order: 1;
}

.goodbye-sparkle {
  order: 0;
  max-width: min(40vw, 48.625rem);
  height: auto;
  margin-bottom: 1rem;
}

.eyebrow {
  color: #2263AA;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.header {
  margin: 0 0 0.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.04;
}

.spacer {
  border: none;
  border-top: 0.25rem solid #6290c3;
  margin: 0 0 1.5rem;
  width: 5rem;
}

.message {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.cards-row {
  display: flex;
  gap: 1.5rem;
}

.card {
  display: flex;
  flex: 1 1 0;
  border: 0.0625rem solid #e0e4e8;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.card-main {
  flex: 2 1 0;
  min-width: 0;
}

.card-header-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.card-title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #4e5057;
  margin: 0;
}

.card-body {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #5d6f85;
  margin: 0 0 0.75rem;
}

.card-body:last-child {
  margin-bottom: 0;
}

.icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.icon-badge svg {
  display: block;
}

.icon-badge-aqua {
  background-color: #E1F8FF;
  color: #0385AD;
}

.icon-badge-purple {
  background-color: #F0F1FA;
  color: #3D4BB3;
}

.icon-badge-green {
  background-color: #DBFFEE;
  color: #007858;
}

.card-divider {
  width: 0.0625rem;
  background-color: #e0e4e8;
  margin: 0 1.5rem;
  flex-shrink: 0;
}

.card-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}

.card-aside-label {
  font-size: 0.875rem;
  color: #5d6f85;
  margin: 0.75rem 0 0.25rem;
}

.card-aside-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #3D4BB3;
  margin: 0;
}

.learn-more-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  border: 0.0625rem solid #007858;
  border-radius: 0.25rem;
  color: #007858;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
}

.learn-more-button:hover,
.learn-more-button:focus {
  background-color: #DBFFEE;
  text-decoration: none;
}

.learn-more-icon {
  flex-shrink: 0;
}

.download-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  border: 0.0625rem solid #0385AD;
  border-radius: 0.25rem;
  color: #0385AD;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
}

.download-button:hover,
.download-button:focus {
  background-color: #E1F8FF;
  text-decoration: none;
}

.availability-note {
  font-size: 0.8125rem;
  color: #5d6f85;
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 992px) {
  .flex-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .content {
    order: 0;
  }

  .goodbye-sparkle {
    order: 1;
    margin-left: 1.5rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .site-header {
    padding: 1rem 1.5rem;
  }

  .container {
    padding: 1.5rem;
  }

  .cards-row {
    flex-direction: column;
  }

  .card {
    flex-direction: column;
  }

  .card-divider {
    display: none;
  }

  .card-aside {
    margin-top: 1rem;
  }
}
