.sections-title {
  color: var(--secondary);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.sections-title::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4px;
  border-radius: 2px;
  margin: .75rem auto 0;
  background: linear-gradient(90deg, var(--secondary), var(--highlight-color));
}

/* featured */
#featured .date-highlight {
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .18);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* search box */
#id_q {
  border: none;
  padding: .85rem 7rem .85rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
  width: 100%;
}

#id_q:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(141, 200, 236, .6), 0 4px 24px rgba(0, 0, 0, .18);
}

#search-btn {
  right: .35rem;
  top: 50%;
  transform: translateY(-50%);
  padding: .5rem 1.3rem;
  font-size: .9rem;
  background: var(--secondary);
  color: #fff;
  border: none;
  transition: background .15s;
}

#search-btn:hover {
  background: #0a4a8a;
}

/* download options */
#download-options a {
  white-space: nowrap;
  padding: .3rem .85rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .08);
  transition: background .25s, transform .2s ease, box-shadow .2s ease;
}

#download-options a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .15);
  transform: translateY(-2px);
}

#download-options a.main {
  color: var(--secondary);
  border-color: #fff;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
}

#download-options a.main:hover {
  color: var(--secondary);
  background: #f3f9fd;
}

#download-options a.main i::after {
  background: rgba(14, 94, 170, .3);
}

#download-options a i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .50);
  mask-image: linear-gradient(to top, black calc(100% - .5rem), transparent 100%), linear-gradient(to bottom, black calc(100% - .5rem), transparent 100%);
  mask-composite: intersect;
}

/* stats */
#stats {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 6rem;
  background: linear-gradient(180deg, rgba(141, 200, 236, .25), rgba(141, 200, 236, .07));
  border-top: 1px solid rgba(14, 94, 170, .12);
  border-bottom: 1px solid rgba(14, 94, 170, .12);
}

#stats .stat>.bi {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: .75rem;
  color: var(--primary);
  opacity: .75;
}

#stats .number {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  color: #009B57;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .08);
}

#stats .text {
  display: block;
  font-size: .95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--secondary);
  opacity: .85;
}

/* shortcuts */
#shortcuts .card {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(14, 94, 170, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

#shortcuts .card::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--secondary), var(--highlight-color));
}

#shortcuts .card:hover {
  transform: translateY(-.35rem);
  box-shadow: 0 14px 32px rgba(14, 94, 170, .16);
}

#shortcuts .icon-circle {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--secondary);
  background: linear-gradient(145deg, rgba(141, 200, 236, .4), rgba(13, 119, 186, .12));
}

#shortcuts .card-title {
  color: var(--secondary);
}

#shortcuts .badge.audience {
  background: rgba(141, 200, 236, .3);
  color: var(--secondary);
  font-weight: 500;
  white-space: normal;
}

#shortcuts .card-links {
  border-top: 1px solid rgba(14, 94, 170, .1);
}

#shortcuts .card-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  padding: .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s;
}

#shortcuts .card-links a+a {
  border-top: 1px solid rgba(14, 94, 170, .08);
}

#shortcuts .card-links a:hover {
  background: rgba(141, 200, 236, .15);
}

#shortcuts .card-links a .bi {
  font-size: 1.25rem;
  line-height: 1;
  transition: transform .2s ease;
}

#shortcuts .card-links a:hover .bi {
  transform: translateX(.25rem);
}

#footer {
  margin-top: 0 !important;
}

/* Small devices (tablets, less than 360px) */
@media (max-width: 360px) {
  #stats .number {
    font-size: 2.5rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #featured .right .description {
    margin-top: 4.5rem;
  }

  #featured .right {
    border-left: 1px solid rgba(255, 255, 255, .18);
    padding-left: 5rem;
  }

  #stats .stat+.stat {
    border-left: 1px solid rgba(14, 94, 170, .15);
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
