.page-id-80 #featured-voices {
  background:
    radial-gradient(circle at 12% 10%, rgba(34, 128, 196, .20), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(8, 84, 148, .22), transparent 32%),
    linear-gradient(145deg, #071d31 0%, #0a2b49 54%, #09233c 100%) !important;
  color: #fff;
}

.page-id-80 #featured-voices > .w {
  width: min(1480px, calc(100% - 64px)) !important;
  max-width: 1480px !important;
}

.page-id-80 #featured-voices .sh {
  max-width: 880px;
  margin: 0 auto 42px !important;
  text-align: center;
}

.page-id-80 #featured-voices .sh .tag {
  color: #8fd2ff !important;
  border-color: rgba(143, 210, 255, .32) !important;
  background: rgba(255, 255, 255, .06) !important;
}

.page-id-80 #featured-voices .sh .h2 { color: #fff !important; }
.page-id-80 #featured-voices .sh .sub { color: rgba(226, 239, 249, .78) !important; }

.austone-feedback-wall {
  column-count: 3;
  column-gap: 18px;
  margin: 0 auto 62px;
}

.austone-feedback-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  padding: 10px;
  break-inside: avoid;
  overflow: hidden;
  border: 1px solid rgba(153, 202, 236, .20);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045));
  box-shadow: 0 18px 45px rgba(1, 12, 24, .30);
  cursor: zoom-in;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.22, 1, .36, 1), border-color .25s ease, box-shadow .25s ease;
}

.austone-feedback-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.austone-feedback-card.is-deferred { display: none; }

.austone-feedback-card:hover {
  transform: translateY(-5px);
  border-color: rgba(143, 210, 255, .52);
  box-shadow: 0 24px 54px rgba(0, 10, 24, .42);
}

.austone-feedback-card:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 4px;
}

.austone-feedback-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  background: #fff;
}

.austone-feedback-load-wrap {
  display: flex;
  justify-content: center;
  margin: -28px auto 62px;
}

.austone-feedback-load {
  min-width: 132px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 7px;
  background: #fff;
  color: #092b49;
  font: 700 15px/1 "DM Sans", sans-serif;
  box-shadow: 0 14px 30px rgba(0, 10, 24, .26);
  cursor: pointer;
  transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.austone-feedback-load:hover {
  transform: translateY(-2px);
  background: #eef7fd;
  box-shadow: 0 18px 36px rgba(0, 10, 24, .34);
}

.austone-feedback-load:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 4px;
}

.austone-feedback-lightbox[hidden] { display: none !important; }

.austone-feedback-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(2, 13, 25, .92);
  backdrop-filter: blur(12px);
}

.austone-feedback-lightbox__stage {
  max-width: min(1500px, 94vw);
  max-height: 92vh;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .55);
}

.austone-feedback-lightbox__stage img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
}

.austone-feedback-lightbox__close {
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(7, 32, 55, .88);
  color: #fff;
  font: 400 32px/1 "DM Sans", sans-serif;
  cursor: pointer;
}

body.austone-feedback-lightbox-open { overflow: hidden; }

@media (max-width: 1024px) {
  .page-id-80 #featured-voices > .w { width: min(100% - 44px, 960px) !important; }
  .austone-feedback-wall { column-count: 2; }
}

@media (max-width: 680px) {
  .page-id-80 #featured-voices > .w { width: min(100% - 28px, 600px) !important; }
  .page-id-80 #featured-voices .sh { margin-bottom: 28px !important; text-align: left; }
  .austone-feedback-wall { column-count: 1; margin-bottom: 44px; }
  .austone-feedback-load-wrap { margin-top: -16px; margin-bottom: 46px; }
  .austone-feedback-card { margin-bottom: 14px; padding: 7px; border-radius: 9px; }
  .austone-feedback-lightbox { padding: 62px 10px 16px; align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  .austone-feedback-card { opacity: 1; transform: none; transition: none; }
}
