:root {
  --cz-bordo: #74213b;
  --cz-bordo-dark: #5f1a30;
  --cz-bordo-deep: #3b1724;
  --cz-cream: #fff8f4;
  --cz-rose: #f4e7eb;
  --cz-text: #351722;
  --cz-gold: #f5c15b;
}

.cz-reviews {
  background: linear-gradient(180deg, #fff8f4 0%, #f4e7eb 100%);
  color: var(--cz-text);
  padding: clamp(48px, 7vw, 86px) 0;
}

.cz-reviews .container {
  max-width: 1120px !important;
}

.cz-section-kicker {
  color: var(--cz-bordo);
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cz-reviews h2 {
  color: var(--cz-bordo);
  font-weight: 800;
  margin-bottom: 14px;
}

.cz-reviews-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #5d3b46;
  font-size: 1.05rem;
  line-height: 1.55;
}

.cz-review-shell {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: center;
}

.cz-review-viewport {
  overflow: hidden;
}

.cz-review-track {
  display: flex;
  transition: transform 260ms ease;
  will-change: transform;
}

.cz-review-card {
  flex: 0 0 100%;
  min-height: 245px;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(116, 33, 59, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(75, 22, 38, 0.14);
}

.cz-review-stars {
  color: var(--cz-gold);
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.cz-review-card blockquote {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.42;
  font-weight: 700;
}

.cz-review-meta {
  margin-top: 20px;
  color: #6b4b56;
  font-weight: 700;
}

.cz-review-meta span {
  display: block;
  font-weight: 500;
  font-size: 0.94rem;
}

.cz-review-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(116, 33, 59, 0.25);
  border-radius: 50%;
  background: #fff;
  color: var(--cz-bordo);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(75, 22, 38, 0.12);
}

.cz-review-btn:focus-visible,
.cz-cookie-btn:focus-visible,
.cz-cookie-toggle input:focus-visible + span {
  outline: 3px solid rgba(245, 193, 91, 0.85);
  outline-offset: 3px;
}

.cz-review-dots {
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.cz-review-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(116, 33, 59, 0.28);
  cursor: pointer;
}

.cz-review-dot.is-active {
  background: var(--cz-bordo);
}

.cz-google-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 26px;
  align-items: center;
  max-width: 920px;
  margin: 34px auto 0;
  padding: clamp(22px, 4vw, 34px);
  background: var(--cz-bordo);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(75, 22, 38, 0.2);
}

.cz-google-cta h3 {
  margin: 0 0 8px;
  color: #fff;
  font-weight: 800;
}

.cz-google-cta p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
}

.cz-google-url {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  word-break: break-word;
}

.cz-google-qr {
  display: block;
  width: 170px;
  max-width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.cz-legal-strip {
  background: #74213b;
  color: #fff;
  padding: 0 0 42px;
}

.cz-legal-strip .container {
  max-width: 1120px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 18px;
}

.cz-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92rem;
}

.cz-legal-links a,
.cz-legal-links button {
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 4px;
  cursor: pointer;
}

.cz-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.92rem;
}

.cz-footer-legal a,
.cz-footer-legal button {
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 4px;
  cursor: pointer;
}

.cz-cookie-banner,
.cz-cookie-panel {
  position: fixed;
  z-index: 99999;
  color: #fff;
  background: rgba(35, 18, 24, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.cz-cookie-banner {
  left: 50%;
  bottom: 18px;
  width: min(940px, calc(100vw - 28px));
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 18px;
}

.cz-cookie-banner.is-hidden,
.cz-cookie-panel.is-hidden,
.cz-cookie-backdrop.is-hidden {
  display: none;
}

.cz-cookie-banner p,
.cz-cookie-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.cz-cookie-banner strong,
.cz-cookie-panel h2,
.cz-cookie-panel h3 {
  color: #fff;
}

.cz-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cz-cookie-btn {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}

.cz-cookie-btn-primary {
  background: #fff;
  color: var(--cz-bordo);
}

.cz-cookie-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.cz-cookie-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(18, 8, 12, 0.52);
}

.cz-cookie-panel {
  left: 50%;
  top: 50%;
  width: min(720px, calc(100vw - 28px));
  max-height: min(760px, calc(100vh - 28px));
  overflow: auto;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  padding: clamp(20px, 4vw, 30px);
}

.cz-cookie-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.cz-cookie-toggle input {
  position: absolute;
  opacity: 0;
}

.cz-cookie-toggle span {
  display: block;
  width: 54px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  position: relative;
  cursor: pointer;
}

.cz-cookie-toggle span::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
  transition: transform 180ms ease;
}

.cz-cookie-toggle input:checked + span {
  background: var(--cz-bordo);
}

.cz-cookie-toggle input:checked + span::after {
  transform: translateX(24px);
}

.cz-cookie-toggle input:disabled + span {
  opacity: 0.56;
  cursor: not-allowed;
}

.cz-legal-page {
  background: #fff8f4;
  color: var(--cz-text);
  padding: clamp(48px, 8vw, 92px) 0;
}

.cz-simple-header .container,
.cz-legal-page .container {
  max-width: 920px !important;
  width: 100%;
  margin-inline: auto;
  padding-left: clamp(16px, 4vw, 48px);
  padding-right: clamp(16px, 4vw, 48px);
}

.cz-legal-page h1,
.cz-legal-page h2 {
  color: var(--cz-bordo);
  font-weight: 800;
}

.cz-legal-page h1 {
  margin-bottom: 20px;
}

.cz-legal-page h2 {
  margin-top: 32px;
  font-size: 1.35rem;
}

.cz-legal-page p,
.cz-legal-page li {
  line-height: 1.7;
}

.fh-fixed--bottom.fh-button-true-flat-red {
  position: fixed;
  z-index: 9990;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #aa2049;
  color: #fff !important;
  font-family: inherit;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(35, 18, 24, 0.28);
}

@media (min-width: 992px) {
  .fh-hide--desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .cz-review-shell {
    grid-template-columns: 1fr;
  }

  .cz-review-btn {
    display: none;
  }

  .cz-google-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cz-google-qr {
    margin: 0 auto;
  }

  .cz-cookie-actions {
    display: grid;
  }

  .cz-cookie-btn {
    width: 100%;
  }
}
