/* Balcony cladding & insulation — oknaminsk24 */
:root {
  --ou-ink: #152029;
  --ou-muted: #5d6b78;
  --ou-steel: #1f3a52;
  --ou-green: #19b27f;
  --ou-green-deep: #149a74;
  --ou-accent: #e07a1f;
  --ou-font: "Manrope", system-ui, sans-serif;
  --ou-max: 1380px;
}

* { box-sizing: border-box; }

body.ou-page {
  margin: 0;
  font-family: var(--ou-font);
  color: var(--ou-ink);
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(25, 178, 127, 0.13), transparent 55%),
    radial-gradient(700px 360px at 100% 4%, rgba(224, 122, 31, 0.1), transparent 50%),
    linear-gradient(180deg, #f7f3ec 0%, #eef2f6 52%, #f5f1ea 100%);
  min-height: 100vh;
}

.ou-wrap {
  width: min(var(--ou-max), calc(100% - 2rem));
  margin: 0 auto;
}

.ou-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 0.85rem;
  font-size: 0.86rem;
  color: var(--ou-muted);
}

.ou-crumbs a {
  color: var(--ou-muted);
  text-decoration: none;
}

.ou-crumbs a:hover { color: var(--ou-green-deep); }

.ou-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(25, 178, 127, 0.12);
  color: var(--ou-green-deep);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ou-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ou-green);
}

.ou-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border-radius: 12px;
  border: 0;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.15s;
}

.ou-btn:hover { transform: translateY(-1px); }

.ou-btn--green {
  background: linear-gradient(90deg, #31a375, #19b27f);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(25, 178, 127, 0.28);
}

.ou-btn--orange {
  background: linear-gradient(90deg, #ef9340, #e07a1f);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(224, 122, 31, 0.28);
}

.ou-btn--ghost {
  background: rgba(255, 255, 255, 0.85);
  color: var(--ou-ink) !important;
  border: 1px solid rgba(25, 178, 127, 0.35);
}

.ou-btn--sm {
  min-height: 42px;
  padding: 0.55rem 0.95rem;
  font-size: 0.88rem;
  width: 100%;
}

.ou-hero { padding: 1.35rem 0 1.5rem; }

.ou-hero__grid {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .ou-hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.75rem;
  }
}

.ou-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.85rem, 4.2vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ou-steel);
}

.ou-hero__lead {
  margin: 0 0 1rem;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ou-muted);
}

.ou-hero__points {
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.ou-hero__points li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--ou-ink);
}

.ou-hero__points li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.4rem;
  border-radius: 50%;
  background: var(--ou-green);
  flex-shrink: 0;
}

.ou-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ou-hero__media {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 260px;
  box-shadow: 0 18px 40px rgba(21, 40, 55, 0.18);
}

.ou-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 260px;
}

.ou-hero__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.65rem 0.9rem;
  border-radius: 14px;
  background: rgba(15, 42, 56, 0.88);
  color: #fff;
  backdrop-filter: blur(8px);
}

.ou-hero__badge strong {
  display: block;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.ou-hero__badge span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
}

.ou-section-head {
  margin: 1.5rem 0 0.9rem;
}

.ou-section-head h2 {
  margin: 0 0 0.35rem;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: var(--ou-steel);
}

.ou-section-head p {
  margin: 0;
  color: var(--ou-muted);
  line-height: 1.5;
}

.ou-products {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .ou-products { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 980px) {
  .ou-products { grid-template-columns: repeat(4, 1fr); }
}

.ou-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 10px 28px rgba(21, 32, 41, 0.06);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.2s;
}

.ou-card.is-in {
  opacity: 1;
  transform: none;
}

.ou-card:hover {
  box-shadow: 0 16px 36px rgba(21, 32, 41, 0.1);
}

.ou-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1.15;
  padding: 1rem;
  background: linear-gradient(180deg, #eef3f6, #f7fafb);
}

.ou-card__media img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.ou-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
  padding: 0.95rem 1rem 1.05rem;
}

.ou-card h3 {
  margin: 0;
  font-size: 1.02rem;
  color: var(--ou-steel);
}

.ou-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ou-card__meta {
  margin: 0;
  font-size: 0.86rem;
  color: var(--ou-muted);
}

.ou-card__price {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ou-green-deep);
}

.ou-offers {
  display: grid;
  gap: 1rem;
}

@media (min-width: 700px) {
  .ou-offers { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .ou-offers { grid-template-columns: repeat(3, 1fr); }
}

.ou-offer {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 8px 22px rgba(21, 32, 41, 0.05);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ou-offer.is-in {
  opacity: 1;
  transform: none;
}

.ou-offer img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
}

.ou-offer__body {
  padding: 0.95rem 1.05rem 1.1rem;
}

.ou-offer h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--ou-steel);
}

.ou-offer p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ou-muted);
}

.ou-split {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .ou-split { grid-template-columns: 1fr 1fr; }
}

.ou-split__media {
  overflow: hidden;
  border-radius: 20px;
  min-height: 240px;
  box-shadow: 0 14px 32px rgba(21, 40, 55, 0.14);
}

.ou-split__media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
}

.ou-panel {
  padding: 1.25rem 1.2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 58, 82, 0.08);
}

.ou-panel h2 {
  margin: 0 0 0.75rem;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  color: var(--ou-steel);
}

.ou-panel p {
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ou-muted);
}

.ou-panel p:last-child { margin-bottom: 0; }

.ou-panel strong { color: var(--ou-ink); }

.ou-specs {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

@media (min-width: 700px) {
  .ou-specs { grid-template-columns: repeat(3, 1fr); }
}

.ou-spec {
  padding: 1.1rem 1rem;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  background: linear-gradient(145deg, #1a3348, #143748);
  box-shadow: 0 12px 28px rgba(21, 40, 55, 0.16);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ou-spec.is-in {
  opacity: 1;
  transform: none;
}

.ou-spec strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.35rem;
  color: #7ddeb8;
}

.ou-spec span {
  font-size: 0.86rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.82);
}

.ou-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.75rem 0 2rem;
  padding: 1.35rem 1.4rem;
  border-radius: 20px;
  background:
    radial-gradient(80% 120% at 100% 0%, rgba(25, 178, 127, 0.22), transparent 55%),
    linear-gradient(120deg, #1a3348, #163d4f);
  color: #fff;
  box-shadow: 0 16px 36px rgba(21, 40, 55, 0.2);
}

.ou-cta h2 {
  margin: 0 0 0.35rem;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.ou-cta p {
  margin: 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.ou-foot {
  padding: 1.25rem 0 2rem;
  border-top: 1px solid rgba(31, 58, 82, 0.08);
  font-size: 0.88rem;
  color: var(--ou-muted);
}

.ou-foot__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.ou-foot a {
  color: var(--ou-muted);
  text-decoration: none;
}

.ou-foot a:hover { color: var(--ou-green-deep); }



/* Types */
.ou-types {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .ou-types { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 960px) {
  .ou-types { grid-template-columns: repeat(4, 1fr); }
}

.ou-type {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 10px 28px rgba(21, 32, 41, 0.06);
  text-decoration: none !important;
  color: inherit;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.2s;
}

.ou-type.is-in {
  opacity: 1;
  transform: none;
}

.ou-type:hover {
  box-shadow: 0 16px 36px rgba(21, 32, 41, 0.1);
  transform: translateY(-2px);
}

.ou-type__media {
  aspect-ratio: 1.15;
  overflow: hidden;
  background: linear-gradient(180deg, #eef3f6, #f7fafb);
}

.ou-type__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ou-type__body {
  padding: 0.95rem 1rem 1.1rem;
}

.ou-type__body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  color: var(--ou-steel);
  letter-spacing: -0.02em;
}

.ou-type__body p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ou-muted);
}

/* Steps */
.ou-steps {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 2rem;
}

@media (min-width: 720px) {
  .ou-steps { grid-template-columns: repeat(3, 1fr); }
}

.ou-step {
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 8px 22px rgba(21, 32, 41, 0.05);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ou-step.is-in {
  opacity: 1;
  transform: none;
}

.ou-step__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 0.55rem;
  border-radius: 8px;
  background: rgba(25, 178, 127, 0.14);
  color: var(--ou-green-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.ou-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--ou-steel);
}

.ou-step p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ou-muted);
}

.ou-catalog-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 10px 28px rgba(21, 32, 41, 0.05);
}

.ou-catalog-link p {
  margin: 0.25rem 0 0;
  color: var(--ou-muted);
  line-height: 1.45;
}

.ou-catalog-link h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--ou-steel);
}


.ou-price-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 1.2rem 1.35rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 10px 28px rgba(21, 32, 41, 0.06);
}
.ou-price-card__sum {
  display: block;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ou-steel);
}
.ou-price-card__meta {
  margin: 0.2rem 0 0;
  color: var(--ou-muted);
  font-size: 0.92rem;
}
.ou-promo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(224, 122, 31, 0.14);
  color: #b35e12;
  font-size: 0.82rem;
  font-weight: 750;
}

@media (prefers-reduced-motion: reduce) {
  .ou-card, .ou-offer, .ou-spec, .ou-price, .ou-why article, .ou-btn { transition: none !important; }
  .ou-card, .ou-offer, .ou-spec, .ou-price, .ou-why article, .ou-type, .ou-step { opacity: 1; transform: none; }
}


.ou-price-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 700px) {
  .ou-price-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .ou-price-grid { grid-template-columns: repeat(3, 1fr); }
}

.ou-price {
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 10px 28px rgba(21, 32, 41, 0.06);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ou-price.is-in {
  opacity: 1;
  transform: none;
}

.ou-price__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.55rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(25, 178, 127, 0.12);
  color: var(--ou-green-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ou-price h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--ou-steel);
}

.ou-price__meta {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ou-muted);
  flex: 1;
}

.ou-price__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(31, 58, 82, 0.08);
}

.ou-price__sum {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ou-green-deep);
}

.ou-price__mount {
  font-size: 0.84rem;
  color: var(--ou-muted);
}

.ou-why {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

@media (min-width: 700px) {
  .ou-why { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .ou-why { grid-template-columns: repeat(4, 1fr); }
}

.ou-why article {
  padding: 1.05rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 58, 82, 0.08);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ou-why article.is-in {
  opacity: 1;
  transform: none;
}

.ou-why h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  color: var(--ou-steel);
}

.ou-why p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ou-muted);
}

.ou-price-table-wrap {
  margin: 0 0 2rem;
  padding: 0.35rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 10px 28px rgba(21, 32, 41, 0.06);
  overflow: auto;
}
.ou-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
  font-size: 0.94rem;
}
.ou-table th, .ou-table td {
  padding: 0.8rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(31, 58, 82, 0.08);
}
.ou-table th {
  background: rgba(31, 58, 82, 0.06);
  color: var(--ou-steel);
  font-weight: 750;
}
.ou-table tr:last-child td { border-bottom: 0; }
.ou-table td:last-child {
  white-space: nowrap;
  font-weight: 800;
  color: var(--ou-steel);
}


/* Price tables */
.ou-panel-price {
  margin-bottom: 1.25rem;
  padding: 0.35rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 10px 28px rgba(21, 32, 41, 0.06);
  overflow: auto;
}
.ou-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  font-size: 0.92rem;
}
.ou-table th,
.ou-table td {
  padding: 0.75rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid rgba(31, 58, 82, 0.08);
  vertical-align: top;
}
.ou-table th {
  background: rgba(31, 58, 82, 0.06);
  color: var(--ou-steel);
  font-weight: 750;
}
.ou-table tr:last-child td { border-bottom: 0; }
.ou-table td:last-child {
  white-space: nowrap;
  font-weight: 750;
  color: var(--ou-steel);
}
.ou-table tr.is-pack td {
  background: rgba(25, 178, 127, 0.06);
}
.ou-note {
  margin: 0 0 2rem;
  font-size: 0.88rem;
  color: var(--ou-muted);
}

/* Gallery */
.ou-gallery {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 700px) {
  .ou-gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1000px) {
  .ou-gallery { grid-template-columns: repeat(4, 1fr); }
}
.ou-gallery a {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #e8eef2;
  box-shadow: 0 8px 20px rgba(21, 32, 41, 0.06);
}
.ou-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.ou-gallery a:hover img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) {
  .ou-gallery img { transition: none; }
}

/* Reviews */
.ou-reviews {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 720px) {
  .ou-reviews { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .ou-reviews { grid-template-columns: repeat(3, 1fr); }
}
.ou-review {
  padding: 1.15rem 1.1rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 10px 28px rgba(21, 32, 41, 0.05);
}
.ou-review__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}
.ou-review__ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(25, 178, 127, 0.15);
  color: var(--ou-green-deep);
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.ou-review__name {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 750;
  color: var(--ou-steel);
}
.ou-review__meta {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  color: var(--ou-muted);
}
.ou-review__stars {
  margin: 0 0 0.55rem;
  color: #e07a1f;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}
.ou-review p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ou-muted);
}
.ou-review__tag {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(31, 58, 82, 0.06);
  color: var(--ou-steel);
  font-size: 0.72rem;
  font-weight: 700;
}
