html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.hero {
  background-image: url("../img/4853336.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #111;
  padding-top: 4.9rem;
}

.min-vh-75 {
  min-height: calc(100dvh - 4.9rem);
}

.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.site-navbar.is-scrolled {
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
}

.scroll-top-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1045;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.9);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.scroll-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-button:hover,
.scroll-top-button:focus {
  background: #000;
}

.scroll-top-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 199, 190, 0.28), 0 14px 28px rgba(0, 0, 0, 0.18);
}

.hero .navbar-brand,
.hero .navbar .nav-link {
  color: rgba(17, 17, 17, 0.88);
}

.hero .navbar .nav-link:hover,
.hero .navbar-brand:hover {
  color: #000;
}

.btn-turquoise {
  background-color: #20c7be;
  border-color: #20c7be;
  color: #053533;
  font-weight: 600;
}

.btn-turquoise:hover,
.btn-turquoise:focus {
  background-color: #16b4ac;
  border-color: #16b4ac;
  color: #042928;
}

.btn-turquoise:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(32, 199, 190, 0.35);
}

.btn-contact {
  background-color: #e2e6ea;
  border-color: #e2e6ea;
  color: #2f343a;
  font-weight: 600;
}

.btn-contact:hover,
.btn-contact:focus {
  background-color: #cfd4da;
  border-color: #cfd4da;
  color: #212529;
}

.btn-contact:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(173, 181, 189, 0.45);
}

.hero-logo {
  width: 100%;
  max-height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.13));
}

.hero-logo-wrap {
  margin-top: 1.4rem;
  margin-bottom: 1.35rem;
}

.hero-text-block {
  text-align: center;
  margin-top: -1.4rem;
}

.hero-text-block .display-4 {
  font-size: clamp(2.1rem, 4.4vw, 2.9rem);
}

.hero-text-block .h4 {
  font-size: 1.28rem;
}

.hero-text-block .lead {
  max-width: 64ch;
  font-size: 1.04rem;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta-group {
  justify-content: center;
}

.about-section {
  overflow: hidden;
}

.about-carousel {
  position: relative;
  max-width: 540px;
  margin-right: 1.2rem;
}

.about-slide-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.15);
}

.about-control {
  width: 2.65rem;
  height: 2.65rem;
  top: auto;
  bottom: 3rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0.95;
}

.about-control:hover {
  background: rgba(0, 0, 0, 0.62);
}

.about-carousel .carousel-control-prev {
  left: 1rem;
}

.about-carousel .carousel-control-next {
  right: 1rem;
}

.about-indicators {
  margin-bottom: 0.8rem;
}

.about-indicators [data-bs-target] {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.48);
}

.about-indicators .active {
  background-color: #20c7be;
}

.about-copy p {
  color: #3f4b4a;
  font-size: 1.02rem;
  line-height: 1.75;
}

.doctors-section {
  background: linear-gradient(180deg, #f6f8f9 0%, #f1f4f4 100%);
}

.doctors-intro {
  max-width: 62ch;
}

.doctors-intro .team-highlight-link {
  display: inline-block;
  margin-top: 0.18rem;
  color: #20c7be;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.doctors-intro .team-highlight-link:hover,
.doctors-intro .team-highlight-link:focus {
  color: #0f8c85;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 0.16em;
}

.doctors-carousel {
  max-width: 980px;
}

.doctor-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1.1rem;
  padding: 2.25rem 2rem 2rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  margin: 0 1.8rem;
  height: 100%;
}

.doctor-photo {
  width: 145px;
  height: 145px;
  aspect-ratio: 1 / 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  object-position: center;
  border: 5px solid #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  margin-bottom: 1rem;
}

.doctor-photo-radu {
  object-position: center 42%;
}

.doctor-role {
  color: #2c5754;
  font-weight: 600;
}

.doctor-bio {
  color: #3f4b4a;
  font-size: 1rem;
  line-height: 1.72;
  max-width: 84ch;
  margin-left: auto;
  margin-right: auto;
}

.doctors-control {
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.46);
}

.doctors-control:hover {
  background: rgba(0, 0, 0, 0.6);
}

.doctors-indicators {
  margin-bottom: 1rem;
}

.doctors-indicators [data-bs-target] {
  width: 40px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  margin: 0 6px;
  background-color: rgba(0, 0, 0, 0.24);
}

.doctors-indicators .active {
  background-color: #20c7be;
}

.services-section {
  background-image: url("../img/bg-servicii.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-intro {
  max-width: 720px;
}

.service-tile {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(32, 199, 190, 0.12);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(8, 39, 42, 0.07);
}

.service-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #20c7be 0%, #89e0db 100%);
}

.service-tile h3 {
  color: #173e3b;
}

.service-tile p {
  color: #546261;
  line-height: 1.62;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7f8 100%);
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 1.7rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 38px rgba(9, 36, 39, 0.08);
  backdrop-filter: blur(8px);
}

.contact-eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #1f706b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-actions {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.contact-note {
  color: #617171;
  font-size: 0.92rem;
  line-height: 1.55;
}

.map-preview-card {
  position: relative;
  display: block;
  min-height: 340px;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(8, 39, 42, 0.16);
  isolation: isolate;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.map-preview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(8, 39, 42, 0.22);
}

.site-footer {
  position: relative;
  color: #e9f3f2;
  background:
    radial-gradient(circle at top left, rgba(32, 199, 190, 0.18), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #103836 0%, #0f2c31 56%, #132025 100%);
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.08;
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer-main {
  padding: 3rem 0 2rem;
}

.site-footer-brand {
  max-width: 34rem;
}

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

.site-footer-logo {
  display: block;
  width: 92px;
  height: auto;
}

.site-footer-kicker {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #8de6df;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer-title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.2;
  margin-bottom: 0.85rem;
}

.site-footer-copy {
  max-width: 52ch;
  color: rgba(233, 243, 242, 0.78);
  line-height: 1.7;
}

.site-footer-heading {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.site-footer-links a,
.site-footer-contact-item {
  color: rgba(233, 243, 242, 0.84);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus,
.site-footer-contact-item:hover,
.site-footer-contact-item:focus {
  color: #ffffff;
}

.site-footer-contact-list {
  display: grid;
  gap: 0.8rem;
}

.site-footer-contact-item {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  line-height: 1.6;
}

.site-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.site-footer-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.5rem 0.95rem;
  border: 1px solid rgba(141, 230, 223, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f5fffe;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-footer-chip:hover,
.site-footer-chip:focus {
  background: rgba(141, 230, 223, 0.16);
  border-color: rgba(141, 230, 223, 0.4);
  color: #ffffff;
  transform: translateY(-1px);
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(233, 243, 242, 0.7);
}

.site-footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.site-footer-company {
  display: grid;
  gap: 0.2rem;
  font-size: 0.92rem;
  color: rgba(233, 243, 242, 0.78);
}

.site-footer-company strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.site-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
}

.site-footer-legal a {
  color: rgba(233, 243, 242, 0.82);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-legal a:hover,
.site-footer-legal a:focus {
  color: #ffffff;
}

.site-footer-tail {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 0 1.75rem;
}

.site-footer-tail .site-footer-logo-link {
  justify-content: center;
}

.site-footer-cta {
  min-width: 11rem;
}

.map-preview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 26, 0.08) 0%, rgba(8, 24, 26, 0.74) 100%);
}

.map-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.map-preview-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #163331;
  font-size: 0.84rem;
  font-weight: 700;
}

.map-preview-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.4rem 1.5rem 1.5rem;
  color: #fff;
}

.map-preview-overlay strong {
  font-size: 1.2rem;
  font-weight: 700;
}

.map-preview-overlay span {
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.schedule-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(32, 199, 190, 0.12), transparent 32%),
    linear-gradient(180deg, #f6f8f9 0%, #edf4f4 100%);
}

.schedule-card {
  max-width: 920px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1.35rem;
  border: 1px solid rgba(32, 199, 190, 0.14);
  padding: 2rem;
  box-shadow: 0 18px 42px rgba(8, 39, 42, 0.08);
}

.schedule-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: linear-gradient(180deg, #20c7be 0%, #89e0db 100%);
}

.schedule-header {
  max-width: 540px;
  margin: 0 auto 1.65rem;
}

.schedule-list {
  display: grid;
  gap: 0.85rem;
}

.schedule-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(90px, 110px) minmax(0, 2fr);
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(32, 199, 190, 0.12);
  background: linear-gradient(90deg, rgba(32, 199, 190, 0.1) 0%, rgba(32, 199, 190, 0.03) 100%);
  box-shadow: 0 10px 24px rgba(11, 45, 45, 0.05);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.schedule-row::before {
  content: "";
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: 0.55rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #20c7be 0%, #0f9992 100%);
}

.schedule-row:hover {
  transform: translateY(-2px);
  border-color: rgba(32, 199, 190, 0.22);
  box-shadow: 0 16px 28px rgba(11, 45, 45, 0.08);
}

.schedule-day {
  font-weight: 700;
  color: #173e3b;
  font-size: 1.01rem;
}

.schedule-time {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #20c7be;
  color: #053533;
  font-weight: 700;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.schedule-specialty {
  color: #3f4b4a;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(32, 199, 190, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f8f8 100%);
}

.testimonials-intro {
  max-width: 68ch;
}

.testimonial-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1.65rem 1.5rem 1.55rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(32, 199, 190, 0.16);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 38px rgba(8, 39, 42, 0.08);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 0.55rem;
  right: 0.95rem;
  color: rgba(32, 199, 190, 0.2);
  font-size: 4.4rem;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}

.testimonial-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(32, 199, 190, 0.12);
  color: #0f625c;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.testimonial-rating {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.testimonial-stars {
  color: #20c7be;
  font-size: 1rem;
  letter-spacing: 0.14em;
  line-height: 1;
}

.testimonial-score {
  color: #173e3b;
  font-size: 0.92rem;
  font-weight: 700;
}

.testimonial-quote {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  margin: 0;
  color: #33403f;
  font-size: 1rem;
  line-height: 1.78;
}

.testimonial-footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(32, 199, 190, 0.12);
}

.testimonial-author {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #173e3b;
  font-size: 1rem;
  font-weight: 700;
}

.testimonial-author::before {
  content: "- ";
  color: #20c7be;
}

.testimonial-meta {
  position: relative;
  z-index: 1;
  margin: 0.25rem 0 0;
  color: #627270;
  font-size: 0.9rem;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .hero {
    padding-top: 4.6rem;
  }

  .site-navbar .navbar-collapse {
    margin-top: 0.65rem;
    padding: 0.75rem 1rem;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0.7rem;
  }

  .hero-logo {
    max-height: 240px;
  }

  .min-vh-75 {
    min-height: calc(100dvh - 4.6rem);
  }

  .hero-logo-wrap {
    margin-top: 1rem;
    margin-bottom: 1.1rem;
  }

  .hero-text-block {
    margin-top: -1rem;
  }

  .about-carousel {
    margin-inline: auto;
    margin-right: auto;
  }

  .about-copy {
    text-align: center;
  }

  .doctor-card {
    margin: 0 1rem;
    padding: 2rem 1.3rem 1.5rem;
  }

  .doctor-photo {
    width: 128px;
    height: 128px;
  }

  .doctors-control {
    width: 2.35rem;
    height: 2.35rem;
  }

  .contact-copy {
    text-align: center;
    align-items: center;
    padding: 1.65rem 1.35rem;
  }

  .services-intro {
    max-width: 100%;
  }

  .schedule-card {
    padding: 1.5rem;
  }

  .testimonial-card {
    padding: 1.45rem 1.3rem;
  }

  .site-footer-main {
    padding: 2.4rem 0 1.8rem;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .hero-logo-wrap {
    margin-top: 0.65rem;
    margin-bottom: 0.9rem;
  }

  .hero-text-block .display-4 {
    font-size: 1.82rem;
  }

  .hero-text-block {
    margin-top: -0.5rem;
  }

  .hero-text-block .h4 {
    font-size: 1.1rem;
  }

  .hero-text-block .lead {
    font-size: 0.97rem;
    line-height: 1.45;
  }

  .scroll-top-button {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.08rem;
  }

  .about-slide-img {
    height: 300px;
  }

  .about-carousel {
    max-width: 100%;
    margin-right: 0;
  }

  .about-control {
    width: 2.35rem;
    height: 2.35rem;
    bottom: 2.5rem;
  }

  .about-copy p {
    font-size: 0.97rem;
    line-height: 1.62;
  }

  .doctor-card {
    margin: 0 0.25rem;
    padding: 1.5rem 1rem 1.25rem;
  }

  .doctor-photo {
    width: 108px;
    height: 108px;
    margin-bottom: 0.75rem;
  }

  .doctor-role {
    font-size: 0.95rem;
  }

  .doctor-bio {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .doctors-control {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    opacity: 1;
  }

  .doctors-carousel .carousel-control-prev {
    left: 0;
  }

  .doctors-carousel .carousel-control-next {
    right: 0;
  }

  .doctors-control .carousel-control-prev-icon,
  .doctors-control .carousel-control-next-icon {
    filter: none;
  }

  .map-preview-card {
    min-height: 280px;
  }

  .map-preview-overlay {
    padding: 1.1rem 1rem 1.15rem;
  }

  .map-preview-overlay strong {
    font-size: 1.05rem;
  }

  .map-preview-overlay span {
    font-size: 0.92rem;
  }

  .schedule-card {
    padding: 1.15rem;
  }

  .schedule-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "day day"
      "specialty time";
    justify-items: stretch;
    gap: 0.35rem 0.75rem;
    padding: 0.95rem 1rem 0.95rem 1.15rem;
  }

  .schedule-day {
    grid-area: day;
    font-size: 0.84rem;
  }

  .schedule-specialty {
    grid-area: specialty;
  }

  .schedule-time {
    grid-area: time;
    justify-self: end;
  }

  .schedule-row::before {
    top: 0.8rem;
    bottom: 0.8rem;
    left: 0.4rem;
  }

  .testimonial-card {
    padding: 1.3rem 1.1rem;
  }

  .testimonial-tag {
    font-size: 0.74rem;
  }

  .testimonial-rating {
    gap: 0.5rem;
  }

  .testimonial-stars {
    font-size: 0.95rem;
  }

  .testimonial-quote {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .site-footer-main {
    padding: 2rem 0 1.5rem;
  }

  .site-footer-title {
    font-size: 1.45rem;
  }

  .site-footer-logo {
    width: 74px;
  }

  .site-footer-actions {
    gap: 0.6rem;
  }

  .site-footer-chip {
    width: 100%;
    justify-content: center;
  }

  .site-footer-bottom {
    padding: 1rem 0 1.25rem;
  }

  .site-footer-legal {
    flex-direction: column;
    gap: 0.35rem;
  }

  .site-footer-tail {
    padding-bottom: 1.2rem;
  }

  .site-footer-cta {
    width: 100%;
  }
}
