/* Trust strip — pred CTA / VIP blokom */
.trust-strip{
  background:linear-gradient(135deg,#fbf8f2 0%,#fff 55%,#f6f1e8 100%);
  border-top:1px solid rgba(201,164,92,.22);
  border-bottom:1px solid rgba(201,164,92,.22);
  padding:clamp(22px,4vw,32px) 0;
}
.trust-strip-grid{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:20px 28px;
  align-items:center;
  min-width:0;
}
.trust-strip-score{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:140px;
}
.trust-stars{
  color:#e8b84a;
  font-size:1.1rem;
  letter-spacing:.06em;
  line-height:1;
}
.trust-score-text{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.trust-score-text strong{
  font-size:1.55rem;
  line-height:1;
  color:var(--navy,#1e2a43);
}
.trust-score-text span{
  font-size:.88rem;
  color:var(--muted,#666a73);
  font-weight:600;
}
.trust-strip-quote{
  margin:0;
  padding:0;
  border:none;
}
.trust-strip-quote p{
  margin:0 0 8px;
  font-size:1rem;
  line-height:1.55;
  color:var(--text,#161616);
  font-style:italic;
}
.trust-strip-quote cite{
  font-style:normal;
  font-size:.84rem;
  color:var(--muted,#666a73);
  font-weight:700;
}
.trust-strip-regions{
  grid-column:1 / -1;
  margin:0;
  font-size:.9rem;
  line-height:1.5;
  color:var(--muted,#666a73);
  text-align:center;
}
.trust-strip-regions strong{color:var(--navy,#1e2a43)}
.trust-strip-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:168px;
}
.btn-trust-primary,
.btn-trust-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  font-weight:800;
  font-size:.9rem;
  text-decoration:none;
  text-align:center;
  white-space:nowrap;
}
.btn-trust-primary{
  background:var(--navy,#1e2a43);
  color:#fff;
}
.btn-trust-primary:hover{filter:brightness(1.08)}
.btn-trust-secondary{
  background:#fff;
  color:var(--navy,#1e2a43);
  border:1px solid rgba(30,42,67,.14);
}
.btn-trust-secondary:hover{background:#fafafa}

/* Recenzie stránka */
.rc-hero{
  background:linear-gradient(160deg,#fbf8f2 0%,#fff 50%,#f3efe6 100%);
  padding:48px 0 40px;
  border-bottom:1px solid var(--line,rgba(24,24,24,.08));
}
.rc-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(260px,.95fr);
  gap:28px;
  align-items:center;
}
.rc-kicker{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(201,164,92,.14);
  border:1px solid rgba(201,164,92,.32);
  color:#8a6b2e;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.rc-hero h1{
  margin:0 0 12px;
  font-size:clamp(2rem,4.5vw,2.85rem);
  line-height:1.04;
  letter-spacing:-.03em;
  color:var(--navy,#1e2a43);
}
.rc-lead{
  margin:0 0 18px;
  font-size:1.06rem;
  line-height:1.6;
  color:var(--muted,#666a73);
  max-width:58ch;
}
.rc-score-card{
  background:#fff;
  border:1px solid var(--line,rgba(24,24,24,.08));
  border-radius:22px;
  padding:24px;
  box-shadow:var(--shadow,0 18px 48px rgba(26,32,44,.08));
  text-align:center;
}
.rc-score-card .trust-stars{font-size:1.5rem;margin-bottom:10px;display:block}
.rc-score-card strong{
  display:block;
  font-size:2.6rem;
  line-height:1;
  color:var(--navy,#1e2a43);
  margin-bottom:6px;
}
.rc-score-card span{color:var(--muted,#666a73);font-size:.95rem}
.rc-score-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:18px;
}
.rc-score-actions .btn-trust-primary,
.rc-score-actions .btn-trust-secondary{width:100%}

.owner-quote{
  padding:44px 0;
  background:var(--navy,#1e2a43);
  color:#fff;
}
.owner-quote-inner{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px 24px;
  align-items:start;
  max-width:820px;
}
.owner-quote-mark{
  font-size:4.5rem;
  line-height:.8;
  color:#f3dfb0;
  font-family:Georgia,serif;
}
.owner-quote blockquote{margin:0;padding:0;border:none}
.owner-quote blockquote p{
  margin:0 0 16px;
  font-size:clamp(1.1rem,2.2vw,1.35rem);
  line-height:1.6;
  color:rgba(255,255,255,.92);
}
.owner-quote footer{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.owner-quote footer strong{color:#f3dfb0;font-size:1rem}
.owner-quote footer span{font-size:.88rem;color:rgba(255,255,255,.65)}

.reviews-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:16px;
}
.review-card{
  background:#fff;
  border:1px solid var(--line,rgba(24,24,24,.08));
  border-radius:20px;
  padding:20px 18px;
  box-shadow:var(--shadow,0 12px 32px rgba(26,32,44,.05));
  display:flex;
  flex-direction:column;
  gap:10px;
}
.review-card .trust-stars{font-size:1rem}
.review-card blockquote{margin:0;padding:0;border:none;flex:1}
.review-card blockquote p{
  margin:0;
  font-size:.96rem;
  line-height:1.55;
  color:var(--text,#161616);
}
.review-card footer{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding-top:8px;
  border-top:1px solid rgba(24,24,24,.06);
}
.review-card footer strong{font-size:.92rem;color:var(--navy,#1e2a43)}
.review-card footer span{font-size:.8rem;color:var(--muted,#666a73)}
.review-google-link{
  display:inline-flex;
  margin-top:8px;
  font-size:.82rem;
  font-weight:800;
  color:var(--navy,#1e2a43);
  text-decoration:underline;
  text-underline-offset:3px;
}
.gbp-post-section{background:var(--soft,#fbf8f2)}
.gbp-post-card{
  display:grid;
  grid-template-columns:minmax(240px,.95fr) minmax(0,1.05fr);
  gap:24px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line,rgba(24,24,24,.08));
  border-radius:22px;
  padding:22px;
  box-shadow:var(--shadow,0 18px 48px rgba(26,32,44,.08));
}
.gbp-post-image{
  width:100%;
  border-radius:18px;
  aspect-ratio:4/3;
  object-fit:cover;
  border:1px solid var(--line,rgba(24,24,24,.08));
}
.gbp-post-image--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:20px;
  background:linear-gradient(135deg,#f3efe6,#fff);
  color:var(--muted,#666a73);
  font-weight:700;
  font-size:.92rem;
}
.gbp-post-copy blockquote{margin:0 0 16px;padding:0;border:none}
.gbp-post-copy blockquote p{margin:0 0 10px;font-size:1.05rem;line-height:1.6}
.gbp-post-copy footer{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}
.gbp-post-copy footer strong{color:var(--navy,#1e2a43)}
.gbp-post-copy footer span{font-size:.84rem;color:var(--muted,#666a73)}
.gbp-post-lead{margin:0 0 16px;color:var(--muted,#666a73);line-height:1.6}
.gbp-post-actions{display:flex;flex-wrap:wrap;gap:10px}
.maps-section{padding:0 0 52px}
.maps-embed-wrap{
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--line,rgba(24,24,24,.08));
  box-shadow:var(--shadow,0 18px 48px rgba(26,32,44,.08));
  background:#eef1f5;
}
.maps-embed-wrap iframe{
  display:block;
  width:100%;
  height:min(460px,70vh);
  border:0;
}
.rc-cta-band{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:22px 24px;
  border-radius:22px;
  background:var(--soft,#fbf8f2);
  border:1px solid var(--line,rgba(24,24,24,.08));
  margin-top:28px;
}
.rc-cta-band p{margin:0;color:var(--muted,#666a73);line-height:1.5;max-width:52ch}
.rc-cta-band strong{color:var(--navy,#1e2a43)}

@media(max-width:900px){
  .trust-strip-grid{grid-template-columns:1fr;text-align:center}
  .trust-strip-score{align-items:center}
  .trust-strip-actions{flex-direction:row;flex-wrap:wrap;justify-content:center}
  .rc-hero-grid{grid-template-columns:1fr}
  .owner-quote-inner{grid-template-columns:1fr}
  .owner-quote-mark{font-size:3rem}
  .gbp-post-card{grid-template-columns:1fr}
}
@media(max-width:560px){
  .trust-strip-actions{flex-direction:column;width:100%}
  .trust-strip-actions a{width:100%}
}
