:root {
  --primary: #c13c5a;
  --primary-deep: #a92849;
  --text-sub: #5f6068;
  --border: #e4c8cf;
  --shadow-float: 0 6px 20px rgba(169, 40, 73, 0.28);
}

img {
  max-width: 100%;
  height: auto;
}

.visual-card img,
.manager-card img,
.media-card img,
.image-cta img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.hero::after {
  display: none;
}

.hero h1 {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.service-hero {
  min-height: 0;
  padding: 22px;
}

.service-hero h1 {
  margin-bottom: 12px;
}

.service-hero .badge-row {
  position: relative;
  z-index: 1;
}

.service-hero .badge {
  color: #4d343b;
  background: #fff;
  border: 1px solid #d7a5b2;
}

.service-hero .badge-primary {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.icon-btn {
  width: 44px;
  height: 44px;
}

.app-header .site-title {
  display: inline-flex;
  min-width: 0;
  min-height: 44px;
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-decoration: none;
}

.app-header .site-title:focus-visible {
  outline: 3px solid var(--primary-deep);
  outline-offset: 2px;
  border-radius: 6px;
}

.header-pill,
.chip,
.btn-pill,
.card .action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.chips {
  padding-right: 16px;
  scroll-padding-right: 16px;
}

.cta-stack {
  display: flex;
  min-height: 96px;
  padding: 18px 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.cta-stack small,
.cta-stack strong,
.cta-stack span {
  display: block;
}

.cta-stack small {
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.cta-stack strong {
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.4;
}

.cta-stack span {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
}

.shared-location-visual {
  margin-top: 20px;
}

.site-footer nav a,
.site-footer p a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
}

.site-footer nav {
  flex-wrap: wrap;
  gap: 4px 14px;
}

.site-footer nav a {
  white-space: nowrap;
  word-break: keep-all;
}

.site-footer p a {
  color: var(--primary-deep);
  font-weight: 700;
}

.review-section {
  padding: 6px 16px 22px;
}

.section-heading {
  margin-bottom: 12px;
}

.section-heading h2 {
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.35;
}

.section-heading p {
  margin: 0;
  color: var(--text-sub);
  font-size: 13px;
  line-height: 1.6;
}

.review-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.review-card {
  display: grid;
  grid-template-columns: minmax(112px, 0.38fr) minmax(0, 1fr);
  min-height: 170px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(53, 34, 40, 0.08);
}

.review-card__summary {
  padding: 16px 13px;
  background: #fff5f7;
  border-right: 1px solid var(--border);
}

.review-number {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  color: #fff;
  background: var(--primary);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  align-items: center;
  justify-content: center;
}

.review-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.review-course {
  margin: 10px 0 0;
  color: var(--text-sub);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.review-rating {
  margin: 6px 0 0;
  color: #8a5a00;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
}

.review-rating strong {
  color: var(--text);
  font-size: 12px;
}

.review-card__copy {
  margin: 0;
  padding: 17px 15px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (max-width: 360px) {
  .review-card {
    grid-template-columns: 1fr;
  }

  .review-card__summary {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
}
