:root {
  --lp-blue: #075EA8;
  --lp-blue-dark: #043E70;
  --lp-blue-deep: #062B4F;
  --lp-blue-soft: #EAF5FF;
  --lp-green: #119B63;
  --lp-green-dark: #0B7F51;
  --lp-green-soft: #E9F8F1;
  --lp-text: #102033;
  --lp-muted: #617187;
  --lp-border: #d9e5ef;
  --lp-bg: #f6f9fc;
  --lp-white: #ffffff;
  --lp-shadow: 0 18px 55px rgba(9, 43, 74, 0.12);
  --lp-radius: 24px;
  --lp-radius-sm: 16px;
  --lp-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.landing-praha4-byt {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--lp-text);
  background: var(--lp-white);
  line-height: 1.6;
}
body.landing-praha4-byt a { color: inherit; }
body.landing-praha4-byt svg { width: 1.15em; height: 1.15em; fill: currentColor; flex: 0 0 auto; }
.lp-container { width: min(var(--lp-max), calc(100% - 40px)); margin: 0 auto; }
.lp-skip { position: absolute; left: -999px; top: 12px; z-index: 1000; background: var(--lp-blue); color: #fff; padding: 10px 14px; border-radius: 12px; }
.lp-skip:focus { left: 12px; }

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(217,229,239,0.9);
}
.lp-header-inner { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.lp-logo { display: inline-flex; align-items: center; text-decoration: none; }
.lp-logo img { width: 168px; height: auto; display: block; }
.lp-header-nav { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.lp-header-nav a { text-decoration: none; font-weight: 700; font-size: 14px; color: var(--lp-muted); }
.lp-header-nav a:hover { color: var(--lp-blue); }
.lp-header-actions { display: flex; align-items: center; gap: 12px; }
.lp-header-phone { font-weight: 800; text-decoration: none; color: var(--lp-blue-dark); white-space: nowrap; }

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  cursor: pointer;
}
.lp-btn:hover { transform: translateY(-1px); }
body.landing-praha4-byt .lp-btn svg { color: inherit; fill: currentColor; }
body.landing-praha4-byt .lp-btn-primary,
body.landing-praha4-byt .lp-btn-primary:visited {
  background: linear-gradient(135deg, var(--lp-blue) 0%, #064D8D 100%);
  color: #fff !important;
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 14px 30px rgba(7,94,168,0.26);
}
body.landing-praha4-byt .lp-btn-primary:hover,
body.landing-praha4-byt .lp-btn-primary:focus-visible {
  background: linear-gradient(135deg, #064D8D 0%, var(--lp-blue-dark) 100%);
  color: #fff !important;
  box-shadow: 0 18px 36px rgba(7,94,168,0.32);
}
body.landing-praha4-byt .lp-btn-secondary,
body.landing-praha4-byt .lp-btn-secondary:visited {
  background: #fff;
  color: var(--lp-blue-deep) !important;
  border-color: #B9D5EC;
  box-shadow: 0 10px 24px rgba(8, 31, 54, 0.08);
}
body.landing-praha4-byt .lp-btn-secondary:hover,
body.landing-praha4-byt .lp-btn-secondary:focus-visible {
  background: var(--lp-blue-soft);
  color: var(--lp-blue-deep) !important;
  border-color: var(--lp-blue);
  box-shadow: 0 14px 28px rgba(8, 31, 54, 0.12);
}
body.landing-praha4-byt .lp-btn-whatsapp,
body.landing-praha4-byt .lp-btn-whatsapp:visited {
  background: linear-gradient(135deg, var(--lp-green) 0%, var(--lp-green-dark) 100%);
  color: #fff !important;
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 14px 30px rgba(17,155,99,0.24);
}
body.landing-praha4-byt .lp-btn-whatsapp:hover,
body.landing-praha4-byt .lp-btn-whatsapp:focus-visible {
  background: linear-gradient(135deg, var(--lp-green-dark) 0%, #076B43 100%);
  color: #fff !important;
  box-shadow: 0 18px 36px rgba(17,155,99,0.30);
}
.lp-btn-small { min-height: 42px; padding: 10px 16px; font-size: 14px; }
body.landing-praha4-byt .lp-btn:focus-visible {
  outline: 3px solid rgba(7,94,168,0.28);
  outline-offset: 3px;
}


.lp-breadcrumb { background: #fbfdff; border-bottom: 1px solid rgba(217,229,239,0.75); font-size: 14px; color: var(--lp-muted); }
.lp-breadcrumb .lp-container { display: flex; gap: 9px; align-items: center; padding: 12px 0; flex-wrap: wrap; }
.lp-breadcrumb a { color: var(--lp-blue); text-decoration: none; font-weight: 700; }

.lp-hero {
  background: radial-gradient(circle at 88% 18%, #dff1ff 0, transparent 30%), linear-gradient(135deg, #ffffff 0%, #eef7ff 58%, #f3fbf7 100%);
  padding: 78px 0 64px;
}
.lp-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; align-items: center; }
.lp-eyebrow {
  margin: 0 0 12px;
  color: var(--lp-green);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.lp-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.04; letter-spacing: -0.045em; color: var(--lp-blue-dark); }
.lp-lead { margin: 22px 0 0; font-size: 20px; color: #33455b; max-width: 760px; }
.lp-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.lp-hero-badges span { background: #fff; border: 1px solid var(--lp-border); color: var(--lp-blue-dark); border-radius: 999px; padding: 9px 13px; font-weight: 800; font-size: 14px; box-shadow: 0 8px 18px rgba(7,54,95,.07); }
.lp-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lp-cta-row-right { justify-content: flex-end; align-items: center; margin-top: 0; }
.lp-quick-card {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(217,229,239,.9);
  border-radius: var(--lp-radius);
  padding: 30px;
  box-shadow: var(--lp-shadow);
}
.lp-quick-card h2 { margin: 0 0 18px; font-size: 24px; line-height: 1.2; color: var(--lp-blue-dark); }
.lp-quick-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.lp-quick-card li { position: relative; padding-left: 28px; font-weight: 700; color: #2f4258; }
.lp-quick-card li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--lp-green); font-weight: 900; }

.lp-section { padding: 84px 0; }
.lp-section-tight { padding-top: 64px; }
.lp-section-soft { background: var(--lp-bg); }
.lp-section-head { max-width: 790px; margin: 0 auto 34px; text-align: center; }
.lp-section-head-left { margin-left: 0; text-align: left; }
.lp-section-head h2, .lp-two-col h2, .lp-price-grid h2, .lp-final-card h2, .lp-cta-band h2 { margin: 0 0 16px; font-size: clamp(29px, 3.2vw, 44px); line-height: 1.12; letter-spacing: -0.03em; color: var(--lp-blue-dark); }
.lp-section-head p, .lp-two-col p, .lp-price-grid p { color: var(--lp-muted); font-size: 17px; }

 .lp-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.lp-photo-card {
  margin: 0;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  background: var(--lp-white);
  box-shadow: var(--lp-shadow);
  overflow: hidden;
}
.lp-photo-image-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #edf2f6, #f9fbfd);
  overflow: hidden;
}
.lp-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.lp-photo-card figcaption { padding: 20px 22px 22px; }
.lp-photo-label { display: inline-flex; background: #eef7ff; color: var(--lp-blue-dark); font-weight: 900; border-radius: 999px; padding: 8px 13px; margin-bottom: 14px; box-shadow: 0 10px 24px rgba(8, 31, 54, 0.08); }
.lp-photo-card-after .lp-photo-label { background: #e9f8f0; color: #075f3d; }
.lp-photo-card strong { display: block; color: var(--lp-blue-dark); font-size: 22px; line-height: 1.2; }
.lp-photo-card p { max-width: 420px; margin: 8px 0 0; color: var(--lp-muted); }

.lp-card-grid { display: grid; gap: 18px; }
.lp-card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.lp-card, .lp-info-panel, .lp-price-card, .lp-icon-card {
  background: var(--lp-white);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  padding: 24px;
  box-shadow: 0 14px 36px rgba(8, 31, 54, 0.07);
}
.lp-card h3, .lp-info-panel h3, .lp-icon-card h3 { margin: 0 0 10px; color: var(--lp-blue-dark); font-size: 21px; line-height: 1.2; }
.lp-card p, .lp-info-panel p, .lp-icon-card p { margin: 0; color: var(--lp-muted); }
.lp-two-col { display: grid; grid-template-columns: 1fr .85fr; gap: 34px; align-items: center; }
.lp-info-panel { border-left: 5px solid var(--lp-blue); }
.lp-info-panel-green { border-left-color: var(--lp-green); background: var(--lp-green-soft); }
.lp-panel-icon { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; color: var(--lp-blue); background: var(--lp-blue-soft); border-radius: 14px; margin-bottom: 12px; }

.lp-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-icon-card span { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; background: var(--lp-blue-soft); color: var(--lp-blue); border-radius: 18px; margin-bottom: 16px; }
.lp-icon-card:nth-child(4) span, .lp-icon-card:nth-child(5) span, .lp-icon-card:nth-child(6) span { background: var(--lp-green-soft); color: var(--lp-green); }
.lp-note { margin: 22px auto 0; max-width: 820px; color: var(--lp-muted); text-align: center; }

.lp-price-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 36px; align-items: center; }
.lp-price-card { background: linear-gradient(160deg, #ffffff, #eef7ff); }
.lp-price-label { display: inline-block; margin-bottom: 10px; color: var(--lp-green); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.lp-price-card strong { display: block; color: var(--lp-blue-dark); font-size: clamp(38px, 4.5vw, 56px); line-height: 1; letter-spacing: -0.04em; margin-bottom: 14px; }
.lp-price-card p { margin-bottom: 22px; }
.lp-cta-band { background: var(--lp-blue-dark); color: #fff; padding: 34px 0; }
.lp-cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lp-cta-band h2 { color: #fff; margin-bottom: 6px; font-size: 30px; }
.lp-cta-band p { margin: 0; color: #d5e8f7; }

.lp-timeline { position: relative; display: grid; gap: 16px; max-width: 880px; margin: 0 auto; }
.lp-timeline::before { content: ""; position: absolute; left: 29px; top: 24px; bottom: 24px; width: 2px; background: var(--lp-border); }
.lp-timeline article { position: relative; background: var(--lp-white); border: 1px solid var(--lp-border); border-radius: var(--lp-radius-sm); padding: 22px 22px 22px 78px; box-shadow: 0 12px 28px rgba(8, 31, 54, 0.06); }
.lp-timeline span { position: absolute; left: 0; top: 18px; width: 58px; height: 58px; border-radius: 50%; background: var(--lp-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 20px; border: 6px solid #fff; box-shadow: 0 10px 24px rgba(11,79,138,.18); }
.lp-timeline h3 { margin: 0 0 6px; color: var(--lp-blue-dark); }
.lp-timeline p { margin: 0; color: var(--lp-muted); }

.lp-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.lp-list-grid ul { margin: 0; padding: 0; list-style: none; background: #fff; border: 1px solid var(--lp-border); border-radius: var(--lp-radius-sm); padding: 24px; box-shadow: 0 12px 30px rgba(8,31,54,.06); }
.lp-list-grid li { position: relative; padding-left: 28px; margin: 10px 0; color: #33455b; font-weight: 700; }
.lp-list-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--lp-green); font-weight: 900; }

.lp-promise-card { background: linear-gradient(135deg, var(--lp-blue-dark), var(--lp-blue)); color: #fff; border-radius: var(--lp-radius); padding: 34px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: center; box-shadow: var(--lp-shadow); }
.lp-promise-card .lp-eyebrow { color: #8eedc5; }
.lp-promise-card h2 { color: #fff; margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.12; }

body.landing-praha4-byt .lp-promise-card h2 span { display: block; }
.lp-promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-promise-grid p { margin: 0; display: flex; gap: 8px; align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); padding: 12px 14px; border-radius: 14px; font-weight: 800; }

.lp-area-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.lp-area-tags span,
.lp-area-tags a { background: #fff; border: 1px solid var(--lp-border); border-radius: 999px; padding: 9px 14px; font-weight: 800; color: var(--lp-blue-dark); text-decoration: none; }

.lp-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; align-items: start; }
.lp-faq-list { display: grid; gap: 12px; }
.lp-faq-item { border: 1px solid var(--lp-border); border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(8,31,54,.05); overflow: hidden; }
.lp-faq-item summary { cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 900; color: var(--lp-blue-dark); }
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after { content: "+"; float: right; color: var(--lp-green); font-size: 24px; line-height: 1; }
.lp-faq-item[open] summary::after { content: "−"; }
.lp-faq-answer { padding: 0 22px 20px; color: var(--lp-muted); }
.lp-faq-answer p { margin: 0; }
.lp-faq-answer a { color: var(--lp-blue); font-weight: 800; }

.lp-final-cta { padding-top: 44px; }
.lp-final-card { background: linear-gradient(135deg, #eef7ff, #f0fbf5); border: 1px solid var(--lp-border); border-radius: var(--lp-radius); padding: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; box-shadow: var(--lp-shadow); }
.lp-final-card p { color: var(--lp-muted); margin: 0; }

.lp-footer { background: #071f35; color: #e8f4ff; padding: 54px 0 40px; }
.lp-footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .9fr .8fr; gap: 26px; }
.lp-footer a { display: block; color: #e8f4ff; text-decoration: none; margin: 8px 0; }
.lp-footer a:hover { text-decoration: underline; }
.lp-footer h2 { margin: 0 0 12px; font-size: 17px; color: #fff; }
.lp-footer p { color: #b8cee0; margin: 8px 0; }
.lp-footer-logo { font-size: 22px; font-weight: 900; }
.lp-footer-legal { font-size: 14px; }

.lp-mobile-sticky { display: none; }
.lp-noscript { position: fixed; left: 12px; right: 12px; bottom: 12px; background: var(--lp-blue-dark); color: #fff; padding: 14px; border-radius: 14px; z-index: 80; text-align: center; }

/* Patch: sjednocení velikosti fotek před / po v sekci Ukázka práce */
body.landing-praha4-byt .lp-before-after {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

body.landing-praha4-byt .lp-photo-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.landing-praha4-byt .lp-photo-image-wrap {
  aspect-ratio: auto;
  height: 300px;
}

body.landing-praha4-byt .lp-photo-card img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
}

body.landing-praha4-byt .lp-photo-card figcaption {
  flex: 1;
}


/* Patch: zpětná vazba / asistivní popup pro detailní landing page */
body.landing-praha4-byt.lp-popup-open { overflow: hidden; }

body.landing-praha4-byt .lp-popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(6, 29, 57, .50);
  backdrop-filter: blur(7px);
}

body.landing-praha4-byt .lp-popup-backdrop[hidden],
body.landing-praha4-byt .lp-landing-popup[hidden] {
  display: none !important;
}

body.landing-praha4-byt .lp-landing-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 310;
  width: min(680px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid rgba(217,229,239,.95);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 28px 90px rgba(6, 29, 57, .28);
}

body.landing-praha4-byt .lp-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: var(--lp-blue-dark);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

body.landing-praha4-byt .lp-popup-kicker {
  margin: 0 0 8px;
  color: var(--lp-green);
  font-weight: 950;
}

body.landing-praha4-byt .lp-landing-popup h2 {
  margin: 0 44px 10px 0;
  color: var(--lp-blue-dark);
  line-height: 1.12;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}

body.landing-praha4-byt .lp-landing-popup p {
  color: var(--lp-muted);
  margin: 0 0 18px;
}

body.landing-praha4-byt .lp-feedback-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

body.landing-praha4-byt .lp-feedback-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  cursor: pointer;
  font-weight: 750;
  color: var(--lp-text);
}

body.landing-praha4-byt .lp-feedback-message {
  display: grid;
  gap: 8px;
  color: var(--lp-blue-dark);
  font-weight: 900;
}

body.landing-praha4-byt .lp-feedback-message textarea {
  min-height: 92px;
  resize: vertical;
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  padding: 12px;
  font: inherit;
  color: var(--lp-text);
}

body.landing-praha4-byt .lp-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.landing-praha4-byt .lp-popup-actions .lp-btn {
  min-height: 46px;
}

body.landing-praha4-byt .lp-btn-link {
  background: transparent;
  color: var(--lp-blue-dark) !important;
  border-color: transparent;
  box-shadow: none;
}

body.landing-praha4-byt .lp-btn-link:hover,
body.landing-praha4-byt .lp-btn-link:focus-visible {
  background: var(--lp-blue-soft);
  color: var(--lp-blue-dark) !important;
  box-shadow: none;
}

body.landing-praha4-byt .lp-feedback-status {
  min-height: 22px;
  font-weight: 850;
  margin-top: 10px;
}


/* Patch 45: feedback popup response for Praha 4 byt detail */
body.landing-praha4-byt .lp-feedback-reason-response {
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid rgba(0, 102, 204, .18);
  border-radius: 18px;
  background: rgba(0, 102, 204, .06);
}

body.landing-praha4-byt .lp-feedback-reason-response[hidden] {
  display: none !important;
}

body.landing-praha4-byt .lp-feedback-reason-response p {
  margin: 0 0 12px;
  color: var(--lp-blue-dark);
  font-weight: 850;
}

body.landing-praha4-byt .lp-feedback-message span {
  color: var(--lp-muted);
  font-weight: 650;
}

body.landing-praha4-byt .lp-feedback-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--lp-green);
  font-weight: 850;
}


/* Patch 204: posílení lokální stránky Vyklízení bytu Praha 4 */
.lp-local-answer {
  background: linear-gradient(135deg, #f8fafc 0%, #eefdf6 100%);
  border-top: 1px solid rgba(15, 23, 42, .06);
  border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.lp-local-answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .8fr);
  gap: 28px;
  align-items: stretch;
}

.lp-local-answer .lp-eyebrow,
.lp-calculator-link .lp-eyebrow {
  margin-bottom: 10px;
}

.lp-local-answer h2,
.lp-calculator-link h2 {
  margin: 0 0 14px;
}

.lp-local-answer p,
.lp-calculator-link p {
  margin: 0 0 12px;
}

.lp-facts-card {
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 20px 48px rgba(15, 23, 42, .08);
  padding: 24px;
}

.lp-facts-card h3 {
  margin: 0 0 16px;
  font-size: 1.12rem;
}

.lp-facts-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.lp-facts-card dl > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.lp-facts-card dl > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.lp-facts-card dt {
  color: #64748b;
  font-weight: 800;
}

.lp-facts-card dd {
  margin: 0;
  color: #0f172a;
  font-weight: 800;
}

.lp-facts-card a {
  color: #065f46;
  text-decoration: none;
}

.lp-calculator-link .lp-info-panel .lp-btn {
  margin-top: 14px;
}

.lp-neighborhood-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.lp-neighborhood-grid article {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 22px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
}

.lp-neighborhood-grid h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.lp-neighborhood-grid p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .lp-local-answer-grid,
  .lp-neighborhood-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .lp-local-answer-grid,
  .lp-neighborhood-grid {
    grid-template-columns: 1fr;
  }

  .lp-facts-card {
    padding: 20px;
    border-radius: 22px;
  }

  .lp-facts-card dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Patch 206: zákaznické dočištění textů a srozumitelná garance cenového stropu. */
.lp-price-ceiling-note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 155, 99, 0.22);
  border-left: 5px solid var(--lp-green);
  border-radius: 18px;
  background: var(--lp-green-soft);
  color: var(--lp-blue-dark) !important;
  text-align: left;
}

.lp-price-ceiling-note strong {
  color: var(--lp-green-dark);
}

/* Patch 212: důvěra, orientační ceník a silnější ukázky realizací. */
.lp-trust-price {
  position: relative;
}

.lp-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.lp-trust-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.lp-trust-card span {
  min-width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 18px;
  background: var(--lp-blue-soft);
  color: var(--lp-blue-dark);
  font-weight: 950;
  letter-spacing: -0.03em;
}

.lp-trust-card:nth-child(2) span,
.lp-trust-card:nth-child(3) span,
.lp-trust-card:nth-child(4) span {
  background: var(--lp-green-soft);
  color: var(--lp-green-dark);
}

.lp-trust-card h3 {
  margin: 0 0 8px;
  color: var(--lp-blue-dark);
  font-size: 1.1rem;
}

.lp-trust-card p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.65;
}

.lp-price-table-wrap {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff, #f3fbf7);
  box-shadow: var(--lp-shadow);
}

.lp-price-table-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 20px;
}

.lp-price-table-head h3 {
  margin: 0 0 8px;
  color: var(--lp-blue-dark);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.lp-price-table-head p {
  max-width: 720px;
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.65;
}

.lp-price-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.lp-price-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
}

.lp-price-table th,
.lp-price-table td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  vertical-align: top;
}

.lp-price-table th {
  background: var(--lp-blue-dark);
  color: #ffffff;
  font-weight: 900;
}

.lp-price-table td:nth-child(2) {
  color: var(--lp-green-dark);
  font-weight: 950;
  white-space: nowrap;
}

.lp-price-table tr:last-child td {
  border-bottom: 0;
}

.lp-price-table-note {
  margin: 16px 0 0;
  color: var(--lp-blue-dark);
  font-weight: 800;
  line-height: 1.65;
}

.lp-feature-realization {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 26px;
  align-items: center;
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff, #eef7ff);
  box-shadow: var(--lp-shadow);
}

.lp-feature-realization-copy h3 {
  margin: 0 0 12px;
  color: var(--lp-blue-dark);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.12;
}

.lp-feature-realization-copy p {
  color: var(--lp-muted);
  line-height: 1.7;
}

.lp-feature-realization-copy ul {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.lp-feature-realization-copy li {
  position: relative;
  padding-left: 26px;
  color: #334155;
  font-weight: 800;
}

.lp-feature-realization-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lp-green);
  font-weight: 950;
}

.lp-realization-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-realization-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .07);
}

.lp-realization-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #e2e8f0;
}

.lp-realization-images img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.lp-realization-body {
  padding: 22px;
}

.lp-realization-location {
  margin: 0 0 8px;
  color: var(--lp-green-dark);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.lp-realization-body h3 {
  margin: 0 0 10px;
  color: var(--lp-blue-dark);
  font-size: 1.18rem;
  line-height: 1.25;
}

.lp-realization-body p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.65;
}

.lp-realization-card-cta {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--lp-blue-dark), var(--lp-blue));
  color: #ffffff;
}

.lp-realization-card-cta .lp-realization-location,
.lp-realization-card-cta h3,
.lp-realization-card-cta p {
  color: #ffffff;
}

.lp-realization-card-cta p {
  color: #dbeafe;
}

.lp-realization-card-cta .lp-cta-row {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .lp-trust-grid,
  .lp-realization-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-feature-realization {
    grid-template-columns: 1fr;
  }

  .lp-price-table-head {
    display: grid;
  }
}

@media (max-width: 760px) {
  .lp-trust-grid,
  .lp-realization-grid {
    grid-template-columns: 1fr;
  }

  .lp-price-table-wrap,
  .lp-feature-realization {
    padding: 20px;
    border-radius: 24px;
  }

  .lp-price-table {
    min-width: 640px;
  }

  .lp-realization-body {
    padding: 20px;
  }
}


/* Patch 213: termín, kapacita a zachovalé věci */
.lp-assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lp-assurance-card {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .07);
}

.lp-assurance-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #ffffff;
  background: var(--lp-blue-dark);
  font-weight: 950;
}

.lp-assurance-card h3 {
  margin: 0 0 10px;
  color: var(--lp-blue-dark);
  font-size: 1.12rem;
  line-height: 1.25;
}

.lp-assurance-card p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.65;
}

.lp-small-note {
  margin-top: 12px !important;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(6, 75, 134, .07);
  color: var(--lp-blue-dark) !important;
  font-weight: 800;
  font-size: .92rem;
}

@media (max-width: 980px) {
  .lp-assurance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .lp-assurance-grid {
    grid-template-columns: 1fr;
  }

  .lp-assurance-card {
    padding: 20px;
    border-radius: 22px;
  }
}


/* Patch 214: odkaz na podrobný evergreen postup vyklízení */
.lp-inline-cta {
  margin-top: 24px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(11, 79, 159, .18);
  background: linear-gradient(135deg, #eef6ff, #ffffff);
  box-shadow: 0 10px 26px rgba(15, 23, 42, .055);
}

.lp-inline-cta strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 1.08rem;
}

.lp-inline-cta p {
  margin: 0 0 14px;
  color: #475569;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .lp-inline-cta {
    padding: 18px;
    border-radius: 18px;
  }

  .lp-inline-cta .lp-btn {
    width: 100%;
  }
}

/* Patch 215: odkaz na specializovanou stránku byt po nájemnících */
.lp-inline-link{display:inline-flex;align-items:center;justify-content:center;margin-top:14px;padding:11px 16px;border-radius:999px;color:#0b4f9f;background:#eef6ff;border:1px solid #cfe2f6;font-weight:900;text-decoration:none}.lp-inline-link:hover{background:#dbeafe}
