.site-header,
.site-footer {
  background: #050505;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-logo {
  width: 76px;
  height: 76px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px 8px 10px;
  border: 1px solid #343434;
  color: #d9d9d9;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

.social-links svg {
  width: 24px;
  height: 24px;
  padding: 3px;
  border-radius: 50%;
  background: #fff;
  fill: #080808;
}

.brand > span:not(.shield) {
  font-size: 1.15rem;
}

.btn-gold {
  color: #fff;
}

.btn-gold:hover,
.btn-gold:focus {
  background: #ff3039;
  border-color: #ff3039;
  color: #fff;
}

.hero {
  background:
    radial-gradient(circle at 78% 28%, rgba(237, 17, 28, .23), transparent 30%),
    linear-gradient(115deg, #030303 50%, #181818);
}

.hero::after {
  border-color: rgba(237, 17, 28, .28);
}

.brand-panel {
  display: grid;
  gap: 22px;
  padding-top: 22px;
  border-color: rgba(237, 17, 28, .55);
}

.brand-panel > img {
  display: block;
  width: min(230px, 72%);
  margin: 0 auto;
  filter: drop-shadow(0 14px 25px rgba(0, 0, 0, .45));
}

.stats {
  color: #fff;
}

.stats-grid div {
  border-color: rgba(255, 255, 255, .28);
}

.service-card.featured,
.dark-section,
.dashboard-head,
.page-hero,
.support-card,
.date-block {
  background: #151515;
}

.service-card.featured {
  border-top: 4px solid var(--gold);
}

.values span,
.support-card a,
.date-block span {
  color: #ff313b;
}

.post-badge,
.request-status {
  border-left: 3px solid var(--gold);
}

.testimonials {
  background: #ececec;
  overflow: hidden;
}

.testimonial-intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 46px;
}

.testimonial-intro h2 {
  max-width: 650px;
  margin: 12px 0 0;
  font-size: clamp(3rem, 5vw, 5rem);
}

.testimonial-intro > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.testimonial-carousel {
  position: relative;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(237, 17, 28, .08), transparent 45%),
    #0a0a0a;
  border-top: 5px solid var(--gold);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
}

.testimonial-carousel::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(237, 17, 28, .2);
  transform: rotate(45deg);
  pointer-events: none;
}

.testimonial-slide {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 36px;
  min-height: 390px;
  padding: 62px 100px 95px;
  align-items: start;
}

.quote-mark {
  color: var(--gold);
  font: 700 10rem/.72 Georgia, serif;
}

.review-stars {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: .9rem;
  letter-spacing: .28em;
}

.testimonial-slide p {
  max-width: 890px;
  margin: 0 0 34px;
  font: 600 clamp(1.8rem, 3vw, 3rem)/1.18 "Barlow Condensed", sans-serif;
}

.testimonial-slide footer {
  display: flex;
  gap: 12px;
  align-items: center;
}

.testimonial-slide footer strong {
  color: #fff;
}

.testimonial-slide footer span {
  padding-left: 12px;
  border-left: 1px solid #555;
  color: #aeb1b0;
  font-size: .84rem;
}

.testimonial-controls {
  position: absolute;
  right: 42px;
  bottom: 30px;
  z-index: 3;
  display: flex;
  gap: 16px;
  align-items: center;
}

.testimonial-controls > span {
  color: #858988;
  font: 600 .68rem Inter, sans-serif;
  letter-spacing: .16em;
}

.testimonial-controls .carousel-control-prev,
.testimonial-controls .carousel-control-next {
  position: static;
  width: 42px;
  height: 42px;
  border: 1px solid #4c4c4c;
  color: #fff;
  font-size: 1.3rem;
  opacity: 1;
}

.testimonial-controls button:hover {
  border-color: var(--gold);
  background: var(--gold);
}

.testimonial-carousel .carousel-indicators {
  right: auto;
  bottom: 27px;
  left: 95px;
  z-index: 3;
  margin: 0;
}

.testimonial-carousel .carousel-indicators button {
  width: 28px;
  height: 3px;
  border: 0;
  background-color: #666;
}

.testimonial-carousel .carousel-indicators .active {
  background-color: var(--gold);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 .2rem rgba(237, 17, 28, .14);
}

@media (max-width: 600px) {
  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand > span:not(.shield) {
    font-size: 1rem;
  }

  .testimonial-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonial-slide {
    grid-template-columns: 1fr;
    gap: 5px;
    min-height: 520px;
    padding: 48px 28px 110px;
  }

  .quote-mark {
    font-size: 6rem;
  }

  .testimonial-slide footer {
    align-items: start;
    flex-direction: column;
  }

  .testimonial-slide footer span {
    padding-left: 0;
    border-left: 0;
  }

  .testimonial-carousel .carousel-indicators {
    bottom: 78px;
    left: 28px;
  }

  .testimonial-controls {
    right: auto;
    bottom: 20px;
    left: 28px;
  }
}
