:root {
  --bg: #f4ede1;
  --bg-deep: #e8dcc5;
  --panel: rgba(255, 249, 241, 0.88);
  --panel-strong: rgba(252, 246, 237, 0.96);
  --ink: #1e1b18;
  --muted: #62594d;
  --gold: #c6952b;
  --gold-deep: #8f6818;
  --line: rgba(30, 27, 24, 0.12);
  --shadow: 0 28px 72px rgba(30, 27, 24, 0.12);
  --shadow-soft: 0 14px 34px rgba(30, 27, 24, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(198, 149, 43, 0.12), transparent 30%),
    linear-gradient(180deg, #f7f1e8 0%, #f3e7d5 54%, #f5efe5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: linear-gradient(rgba(30, 27, 24, 0.03) 1px, transparent 1px);
  background-size: 100% 20px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.shell {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
  padding: 24px 20px 72px;
}

.landing-shell {
  padding-top: 18px;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.site-header-deadline {
  flex: 1 0 100%;
  margin: 0 0 4px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(198, 149, 43, 0.14);
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}

.site-header-sticky {
  position: sticky;
  top: 10px;
  z-index: 40;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(247, 241, 232, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-kicker,
.eyebrow,
.microcopy,
.timeline-day,
.offer-price,
.small-note,
.brand-name {
  letter-spacing: 0.06em;
}

.brand-kicker,
.eyebrow,
.small-note {
  font-size: 12px;
  text-transform: uppercase;
}

.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  background: rgba(198, 149, 43, 0.12);
  border-radius: 999px;
  color: var(--gold-deep);
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 21px;
  border-radius: 16px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  font: inherit;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.button-small {
  min-height: 46px;
  padding: 12px 16px;
}

.button-primary {
  background: linear-gradient(180deg, #d4ab5d, var(--gold));
  color: #1d1711;
  box-shadow: 0 16px 32px rgba(198, 149, 43, 0.25);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.56);
  border-color: var(--line);
}

.is-hidden {
  display: none !important;
}

.hero-public {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 14px;
}

.hero-copy-card,
.hero-visual-card,
.prose-card,
.wide-prose,
.offer-card,
.faq-card,
.author-card,
.final-cta-card {
  padding: 30px;
}

.hero-copy-card {
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero-copy-card h1,
.prose-card h2,
.wide-prose h2,
.offer-card h2,
.faq-card h2,
.author-card h2,
.final-cta-card h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.95;
  margin: 16px 0 18px;
  letter-spacing: -0.02em;
}

.hero-copy-card h1 {
  font-size: clamp(3rem, 5vw, 5.3rem);
  max-width: 13ch;
}

.lead,
.prose-card p,
.wide-prose p,
.offer-card p,
.faq-card p,
.author-card p,
.final-cta-card p,
.step-public p,
.offer-item p {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.03rem;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 22px;
}

.hero-facts span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(30, 27, 24, 0.06);
  font-size: 0.94rem;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-row.centered {
  justify-content: center;
}

.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
}

.microcopy {
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 28rem;
  letter-spacing: normal;
}

.hero-visual-card {
  overflow: hidden;
  padding: 16px;
  display: flex;
  align-items: stretch;
}

.hero-visual-card picture,
.hero-visual-card img {
  width: 100%;
  height: 100%;
}

.hero-visual-card picture {
  display: block;
}

.hero-visual-card img {
  border-radius: 24px;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 4 / 5;
  min-height: 100%;
}

.content-band {
  margin-top: 24px;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.prose-card h2,
.wide-prose h2,
.offer-card h2,
.faq-card h2,
.author-card h2,
.final-cta-card h2 {
  font-size: clamp(2.3rem, 3.8vw, 4rem);
}

.accent-card {
  background:
    linear-gradient(180deg, rgba(198, 149, 43, 0.08), rgba(255, 255, 255, 0.3)),
    var(--panel);
}

.bullet-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 10px;
}

.closing-claim {
  color: var(--ink);
  font-weight: 700;
}

.wide-prose {
  padding-top: 32px;
  padding-bottom: 32px;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.timeline-item,
.offer-item,
.step-public {
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.timeline-day,
.offer-price {
  color: var(--gold-deep);
  font-weight: 700;
}

.timeline-item h3,
.offer-item h3,
.author-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 10px 0 8px;
  font-size: 1.9rem;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

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

.value-summary div {
  border-radius: 22px;
  background: rgba(30, 27, 24, 0.92);
  color: #f6efe2;
  padding: 20px;
}

.value-summary span {
  display: block;
  color: rgba(246, 239, 226, 0.72);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.value-summary strong {
  display: block;
  margin-top: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

.steps-public {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.step-public span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(198, 149, 43, 0.14);
  color: var(--gold-deep);
  font-weight: 700;
  margin-bottom: 12px;
}

.author-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: stretch;
}

.author-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 24px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.46);
  padding: 16px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin: 14px 0 0;
}

.final-cta-card {
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(198, 149, 43, 0.14), transparent 40%),
    rgba(255, 249, 241, 0.96);
}

.mid-cta-card {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(198, 149, 43, 0.12), rgba(255, 255, 255, 0.32)),
    rgba(255, 249, 241, 0.96);
}

.mid-cta-card p {
  max-width: 44rem;
  margin: 16px auto 0;
}

.small-note {
  color: var(--muted);
}

.site-footer {
  margin-top: 26px;
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(29, 23, 17, 0.94);
  color: #f4ede1;
  box-shadow: var(--shadow);
}

.footer-deadline {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px !important;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(241, 201, 121, 0.14);
  color: #f1c979 !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

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

.footer-block {
  display: grid;
  gap: 8px;
}

.footer-title {
  color: rgba(244, 237, 225, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  margin: 0;
  color: #f4ede1;
  line-height: 1.65;
  text-decoration: none;
}

.site-footer a:hover {
  color: #f1c979;
}

.fapi-embed-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.52);
  padding: 14px;
  border: 1px solid var(--line);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
}

.breadcrumbs a {
  text-decoration: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.contact-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(0, 1.3fr);
  gap: 14px;
}

.field-help,
.field-error {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  line-height: 1.45;
}

.field-error { color: #6f1d1d; }

.radio-group {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.radio-group legend { font-weight: 700; padding: 0 6px; }
.radio-group label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.radio-group input { width: auto; margin-top: 4px; }

.mobile-sticky-cta {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
  background: rgba(247, 240, 229, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.mobile-sticky-cta .button { width: 100%; text-align: center; }

label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.checklist {
  display: grid;
  gap: 10px;
}

.checklist label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
}

.checklist input {
  width: auto;
  margin-top: 3px;
}

.form-feedback {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(30, 27, 24, 0.05);
  color: var(--ink);
}

.form-feedback[data-state="error"] {
  background: rgba(142, 37, 37, 0.08);
  border-color: rgba(142, 37, 37, 0.24);
  color: #6f1d1d;
}

.form-feedback[data-state="success"] {
  background: rgba(48, 102, 63, 0.08);
  border-color: rgba(48, 102, 63, 0.2);
  color: #244d2d;
}

.private-stage {
  background:
    radial-gradient(circle at top left, rgba(198, 149, 43, 0.16), transparent 32%),
    linear-gradient(180deg, #f7f0e5 0%, #efe2cd 56%, #f5eee3 100%);
}

.subpage-shell {
  padding-top: 20px;
}

.private-kicker {
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.private-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(290px, 0.94fr);
  gap: 22px;
  align-items: stretch;
}

.private-hero-intro .subpage-hero-card {
  max-width: 640px;
}

.private-hero-intro #application-subline {
  margin-top: 4px;
}

.detail-card,
.secure-strip {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.subpage-hero-card h1,
.detail-card h2,
.detail-card h3,
.secure-strip h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.02em;
}

.subpage-hero-card h1 {
  margin: 16px 0 18px;
  line-height: 0.95;
  font-size: clamp(2.9rem, 5vw, 5rem);
  max-width: 12ch;
}

.subpage-hero-card p,
.detail-card p,
.detail-card li,
.secure-strip p,
.compact-list li {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1rem;
}

.subpage-visual-card {
  display: grid;
  grid-template-rows: minmax(320px, 1fr) auto;
  gap: 16px;
}

.subpage-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 24px;
}

.subpage-visual-card p,
.subpage-visual-card li,
.subpage-visual-card .microcopy {
  color: var(--muted);
}

.inline-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 18px;
}

.inline-facts span,
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(30, 27, 24, 0.07);
  font-size: 0.93rem;
}

.status-pill {
  background: rgba(198, 149, 43, 0.14);
  color: var(--gold-deep);
  font-weight: 700;
}

.subpage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.legal-stack {
  display: grid;
  gap: 20px;
  margin-top: 24px;
  max-width: 780px;
}

.legal-stack .compact-list .compact-list {
  margin-top: 8px;
}

.detail-card {
  border-radius: 28px;
  padding: 26px;
  background: rgba(255, 250, 244, 0.88);
}

.detail-card h2,
.secure-strip h2 {
  margin: 14px 0 14px;
  line-height: 0.98;
  font-size: clamp(2.1rem, 3.4vw, 3.2rem);
}

.detail-card h3 {
  margin: 0 0 8px;
  font-size: 1.55rem;
}

#confirmation-reassurance {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
  padding: 4px 0 0;
}

.compact-list,
.calm-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.secure-strip {
  margin-top: 24px;
  border-radius: 30px;
  padding: 28px 30px;
  background:
    radial-gradient(circle at top center, rgba(198, 149, 43, 0.16), transparent 42%),
    rgba(255, 248, 238, 0.96);
}

.secure-strip.dark {
  background:
    radial-gradient(circle at top center, rgba(198, 149, 43, 0.2), transparent 42%),
    rgba(29, 23, 17, 0.95);
  color: #f6efe2;
}

.secure-strip.dark p,
.secure-strip.dark li,
.secure-strip.dark .microcopy {
  color: rgba(246, 239, 226, 0.82);
}

.steps-clean {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.step-clean {
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.step-clean strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  margin-bottom: 12px;
  background: rgba(198, 149, 43, 0.16);
  color: var(--gold-deep);
}

.step-clean h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.calendar-state {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(30, 27, 24, 0.05);
  border: 1px dashed rgba(30, 27, 24, 0.16);
}

.calendar-state[data-state="missing"] {
  background: rgba(255, 255, 255, 0.7);
}

.calendar-state[data-state="warning"] {
  background: rgba(212, 171, 93, 0.14);
  border-style: solid;
}

.booking-main {
  display: grid;
  gap: 24px;
}

.booking-first {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 250, 244, 0.96);
  box-shadow: var(--shadow);
}

.booking-intro {
  padding: 28px 30px 20px;
  text-align: center;
}

.booking-intro h1 {
  margin: 12px auto 10px;
  max-width: 16ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 4.5vw, 4.4rem);
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.booking-intro > p {
  max-width: 720px;
  margin: 0 auto 16px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.booking-fallback-button {
  display: inline-flex;
  margin: 2px auto 8px;
}

.booking-intro .booking-window-note {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.booking-calendar-card {
  min-height: 700px;
  margin: 0 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffaf4;
}

.calendly-inline-widget {
  min-width: 280px;
  height: 700px;
}

.booking-reassurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 16px 20px 20px;
  color: var(--muted);
  font-size: 0.9rem;
}

.booking-reassurance span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--gold-deep);
  font-weight: 800;
}

.booking-details {
  margin-top: 0;
}

.button[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.45;
}

.place-gallery-card {
  padding: 30px;
}

.place-gallery-card h2 {
  margin: 16px 0 10px;
  max-width: 22ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.place-gallery-intro {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.65;
}

.place-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.place-gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bg-deep);
  box-shadow: var(--shadow-soft);
}

.place-gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.place-gallery-item:first-child img,
.place-gallery-item:nth-child(7) img {
  object-position: center;
}

.place-gallery-note {
  margin: 16px 0 0;
  color: var(--gold-deep);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.9rem;
}

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

  .hero-public,
  .two-col,
  .timeline-grid,
  .offer-grid,
  .value-summary,
  .steps-public,
  .author-card,
  .form-grid,
  .private-hero,
  .subpage-grid,
  .steps-clean {
    grid-template-columns: 1fr;
  }

  .hero-copy-card h1 {
    max-width: none;
  }

  .hero-visual-card img {
    aspect-ratio: 4 / 3;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .contact-row { grid-template-columns: 1fr; }

  .place-gallery-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .place-gallery-card h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .place-gallery-grid {
    gap: 7px;
  }

  .place-gallery-item {
    border-radius: 6px;
  }

  .place-gallery-note {
    font-size: 0.76rem;
    line-height: 1.5;
  }
  .shell {
    padding: 18px 14px 56px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header .button,
  .brand-lockup {
    width: 100%;
  }

  .site-header .button {
    justify-content: flex-start;
    white-space: normal;
  }

  .site-header-sticky {
    top: 8px;
    padding: 12px 14px;
    border-radius: 20px;
  }

  .hero-copy-card,
  .hero-visual-card,
  .prose-card,
  .wide-prose,
  .offer-card,
  .faq-card,
  .author-card,
  .final-cta-card,
  .detail-card,
  .secure-strip {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .hero-copy-card h1,
  .prose-card h2,
  .wide-prose h2,
  .offer-card h2,
  .faq-card h2,
  .author-card h2,
  .final-cta-card h2,
  .subpage-hero-card h1,
  .detail-card h2,
  .secure-strip h2 {
    line-height: 1.02;
  }

  .hero-facts span {
    width: 100%;
  }

  .cta-row {
    align-items: flex-start;
  }

  .booking-first {
    border-radius: 24px;
  }

  .booking-intro {
    padding: 18px 16px 14px;
    text-align: left;
  }

  .booking-intro h1 {
    margin: 9px 0 8px;
    max-width: none;
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .booking-intro > p {
    margin: 0 0 12px;
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .booking-fallback-button {
    width: 100%;
    margin: 0 0 7px;
  }

  .booking-intro .booking-window-note {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .booking-calendar-card {
    min-height: 680px;
    margin: 0 8px;
    border-radius: 18px;
  }

  .calendly-inline-widget {
    height: 680px;
  }

  .booking-reassurance {
    justify-content: flex-start;
    gap: 6px 14px;
    padding: 12px 16px 16px;
    font-size: 0.82rem;
  }
}

.zr20-main {
  display: grid;
  gap: 22px;
}

.zr20-section {
  display: block;
}

.zr20-card {
  padding: 32px;
}

.zr20-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 22px;
  align-items: stretch;
}

.zr20-hero-media {
  min-height: 100%;
}

.zr20-hero-media picture,
.zr20-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.zr20-hero-media img {
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.zr20-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zr20-hero-copy h1,
.zr20-card h2,
.zr20-note-card h3,
.zr20-mini-card h3,
.zr20-state-card p strong,
.zr20-offer-phase h3,
.zr20-day-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.zr20-hero-copy h1,
.zr20-card h2 {
  margin: 16px 0 18px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.zr20-hero-copy h1 {
  font-size: clamp(3rem, 5vw, 5rem);
}

.zr20-card h2 {
  font-size: clamp(2.45rem, 4vw, 4rem);
}

.zr20-lead,
.zr20-card p,
.zr20-card li,
.zr20-softlink,
.zr20-video-label {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.02rem;
}

.zr20-kicker {
  margin: 0;
  color: var(--ink);
  font-weight: 600;
}

.zr20-highlight,
.zr20-price-line,
.zr20-promise {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(198, 149, 43, 0.12);
  color: var(--ink);
  border: 1px solid rgba(198, 149, 43, 0.24);
}

.zr20-voices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.zr20-voices span,
.zr20-facts-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(30, 27, 24, 0.06);
  color: var(--ink);
}

.zr20-softlink {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.zr20-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: 22px;
  align-items: start;
}

.zr20-portrait img {
  width: 100%;
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.zr20-video-block {
  margin: 22px 0;
}

.zr20-video-label {
  margin: 0 0 10px;
  color: var(--ink);
  font-weight: 600;
}

.zr20-video-frame {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: #161310;
}

.zr20-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.zr21-video-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(160deg, #2a2019 0%, #161310 100%);
  color: #f4ece0;
  font-family: inherit;
}

.zr21-video-facade-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--gold);
  color: #161310;
  flex-shrink: 0;
}

.zr21-video-facade-play svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.zr21-video-facade-label {
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  max-width: 240px;
  text-align: center;
  opacity: 0.92;
}

.zr20-note-card,
.zr20-mini-card,
.zr20-state-card,
.zr20-offer-phase,
.zr20-day-card {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.82);
}

.zr20-note-card h3,
.zr20-mini-card h3,
.zr20-offer-phase h3,
.zr20-day-card h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.zr20-safety-grid,
.zr20-days {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.zr20-gallery {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
}

.zr20-gallery img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.zr20-before-after,
.zr20-offer-phases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.zr20-state-before {
  background: rgba(30, 27, 24, 0.04);
}

.zr20-state-after {
  background: linear-gradient(180deg, rgba(198, 149, 43, 0.16), rgba(255, 250, 244, 0.9));
}

.zr20-state-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(30, 27, 24, 0.08);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.zr20-bullets {
  padding-left: 18px;
}

.zr20-day-strong {
  background: linear-gradient(180deg, rgba(198, 149, 43, 0.14), rgba(255, 250, 244, 0.9));
}

.zr20-phase-value {
  color: var(--gold-deep);
  font-weight: 700;
}

.zr20-numbered {
  padding-left: 20px;
  color: var(--muted);
}

.zr20-numbered li + li {
  margin-top: 12px;
}

.zr20-final {
  text-align: center;
}

.zr20-final .cta-row {
  justify-content: center;
}

@media (max-width: 900px) {
  .zr20-hero,
  .zr20-split,
  .zr20-before-after,
  .zr20-offer-phases,
  .zr20-days {
    grid-template-columns: 1fr;
  }

  .zr20-gallery {
    grid-template-columns: 1fr;
  }

  .zr20-gallery img {
    min-height: 200px;
  }
}

@media (max-width: 780px) {
  .zr20-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .zr20-hero-media img,
  .zr20-video-frame,
  .zr20-portrait img {
    border-radius: 24px;
  }

  .zr20-hero-copy h1 {
    font-size: clamp(2.55rem, 11vw, 3.65rem);
  }

  .zr20-card h2 {
    font-size: clamp(2.05rem, 10vw, 2.9rem);
  }

  .zr20-safety-grid {
    grid-template-columns: 1fr;
  }
}

.zr21-main {
  display: grid;
  gap: 22px;
}

.zr21-section,
.zr21-hero {
  padding: 32px;
  border-radius: 30px;
}

/* Flow sections: no card container, text runs on the clean page background
   with extra vertical space standing in for the removed box edges. */
.zr21-flow {
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  padding: 18px 6px;
  margin: 16px 0;
}

.zr21-flow > p,
.zr21-flow > .zr21-numbered {
  max-width: 640px;
}

.zr21-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}

.zr21-hero-copy h1,
.zr21-hero-major,
.zr21-section h2,
.zr21-quote-card h3,
.zr21-mini-card h3,
.zr21-day-card h3,
.zr21-offer-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.02em;
}

.zr21-overline,
.zr21-state-label,
.zr21-small-note,
.zr21-hero-foot,
.zr21-facts-line {
  letter-spacing: 0.06em;
}

.zr21-overline {
  margin: 0;
  font-size: 0.76rem;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 700;
}

.zr21-hero-copy h1 {
  margin: 10px 0 8px;
  font-size: clamp(2rem, 2.55vw, 3.2rem);
  line-height: 0.96;
  max-width: 16ch;
  text-wrap: balance;
}

.zr21-hero-major {
  margin: 0 0 16px;
  color: var(--ink) !important;
  font-size: clamp(1.78rem, 2.35vw, 2.75rem) !important;
  line-height: 0.96;
  font-weight: 700;
  max-width: 17ch;
  text-wrap: balance;
}

.zr21-section h2 {
  margin: 0 0 16px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 0.96;
}

.zr21-hero-copy p,
.zr21-section p,
.zr21-section li {
  color: var(--muted);
  line-height: 1.68;
  font-size: 1.02rem;
}

.zr21-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.zr21-hero-copy > * {
  margin-top: 0;
}

.zr21-hero-copy > p:not(.zr21-overline):not(.zr21-hero-major) {
  margin-bottom: 14px;
}

.zr21-hero-strike {
  color: var(--ink) !important;
  font-weight: 600;
  font-style: italic;
}

.zr21-hero-foot,
.zr21-small-note {
  font-size: 0.83rem !important;
  text-transform: uppercase;
  color: var(--gold-deep) !important;
}

.zr21-hero-media {
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zr21-hero-media img,
.zr21-scene-media img,
.zr21-final-media img,
.zr21-author-photo img,
.zr21-luisko-grid img {
  width: 100%;
  display: block;
}

.zr21-hero-media img {
  min-height: 340px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
}

.zr21-scene-section,
.zr21-final-grid,
.zr21-author-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
  gap: 24px;
  align-items: center;
}

.zr21-scene-reverse {
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
}

.zr21-scene-media,
.zr21-final-media,
.zr21-author-photo {
  margin: 0;
}

.zr21-scene-media img,
.zr21-final-media img,
.zr21-author-photo img {
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.zr21-scene-media img,
.zr21-final-media img {
  min-height: 340px;
  object-fit: cover;
}

.zr21-highlight,
.zr21-price-band,
.zr21-promise {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(198, 149, 43, 0.12);
  border: 1px solid rgba(198, 149, 43, 0.22);
  color: var(--ink) !important;
}

.zr21-airier > p,
.zr21-airier > .zr21-highlight,
.zr21-airier > .zr21-quote-card,
.zr21-airier > .zr21-section-head,
.zr21-airier > .zr21-mini-grid,
.zr21-airier > .zr21-before-after,
.zr21-airier > .zr21-days-grid,
.zr21-airier > .zr21-video-block,
.zr21-airier > .cta-row {
  margin-top: 18px;
}

.zr21-quote-card,
.zr21-day-card,
.zr21-state-card {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.84);
  box-shadow: var(--shadow-soft);
}

.zr21-quote-card h3,
.zr21-day-card h3,
.zr21-offer-card h3 {
  margin: 0 0 8px;
  font-size: 1.7rem;
}

/* Fáze E: mini-card odlehčen na prostý seznam bez vlastního boxu na položku */
.zr21-mini-card h3 {
  margin: 0;
  font-family: inherit;
  letter-spacing: normal;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
}

.zr21-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.zr21-quote-card p:first-child {
  margin: 0;
  color: var(--ink);
  font-style: italic;
  line-height: 1.6;
}

.zr21-quote-attr {
  margin: 12px 0 0;
  font-size: 0.78rem !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gold-deep) !important;
  font-weight: 700;
}

@media (max-width: 980px) {
  .zr21-quote-grid {
    grid-template-columns: 1fr;
  }
}

.zr21-section-head {
  display: grid;
  gap: 12px;
}

.zr21-facts-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(30, 27, 24, 0.06);
  color: var(--ink) !important;
  font-size: 0.82rem !important;
  text-transform: uppercase;
  font-weight: 700;
}

.zr21-days-grid,
.zr21-offer-grid,
.zr21-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

/* Fáze E: mini-card seznam (bezpečnostní typ + garance) — jeden sloupec, lehké řádky */
.zr21-mini-grid,
.zr21-guard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 22px 0;
}

.zr21-mini-card {
  position: relative;
  padding: 11px 0 11px 32px;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(30, 27, 24, 0.08);
}

.zr21-mini-card:last-child {
  border-bottom: none;
}

.zr21-mini-card::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 11px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(198, 149, 43, 0.16);
  color: var(--gold-deep);
  font-size: 0.7rem;
  font-weight: 700;
}

.zr21-mini-card p {
  margin: 4px 0 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
}

.zr21-days-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Fáze E: "Co dostaneš" (3 dny + 30 dní) sloučeno do jednoho vizuálního celku */
.zr21-value-stack-grid {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 0;
  padding: 28px 30px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.78);
  box-shadow: var(--shadow-soft);
}

.zr21-offer-card {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(30, 27, 24, 0.1);
}

.zr21-day-strong,
.zr21-state-after {
  background: linear-gradient(180deg, rgba(198, 149, 43, 0.16), rgba(255, 250, 244, 0.92));
}

.zr21-state-before {
  background: rgba(30, 27, 24, 0.04);
}

.zr21-state-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(30, 27, 24, 0.08);
  font-size: 0.74rem;
  text-transform: uppercase;
  font-weight: 700;
}

.zr21-desire {
  color: var(--ink) !important;
  font-weight: 700;
}

.zr21-phase-value {
  color: var(--gold-deep) !important;
  font-weight: 700;
}

.zr21-bullets {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.zr21-offer-card-stack {
  display: grid;
  gap: 14px;
  padding: 18px 0 0;
  border-bottom: none;
}

.zr21-value-stack-list {
  display: grid;
  gap: 0;
}

.zr21-value-item {
  position: relative;
  padding: 12px 0 12px 32px;
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid rgba(30, 27, 24, 0.08);
}

.zr21-value-item:last-child {
  border-bottom: none;
}

.zr21-value-item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 13px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(198, 149, 43, 0.16);
  color: var(--gold-deep);
  font-size: 0.7rem;
  font-weight: 700;
}

.zr21-value-item h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.4;
}

.zr21-value-item p {
  margin: 8px 0 0;
  font-size: 0.97rem;
  line-height: 1.56;
}

.zr21-value-tag {
  margin: 4px 0 0 !important;
  color: var(--gold-deep) !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.zr21-notfor-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.zr21-notfor-list li {
  position: relative;
  padding: 11px 0 11px 32px;
  border-bottom: 1px solid rgba(30, 27, 24, 0.08);
  color: var(--muted);
  line-height: 1.55;
  font-size: 1.02rem;
}

.zr21-notfor-list li:last-child {
  border-bottom: none;
}

.zr21-notfor-list li::before {
  content: "\2715";
  position: absolute;
  left: 0;
  top: 11px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(30, 27, 24, 0.08);
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
}

.zr21-final-price {
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(198, 149, 43, 0.35);
  background: rgba(198, 149, 43, 0.1);
  text-align: center;
}

.zr21-final-price-label {
  margin: 0 0 6px;
  color: var(--gold-deep) !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.zr21-price-band-dominant {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  font-size: clamp(1.5rem, 3vw, 2.1rem) !important;
  line-height: 1.15;
}

.zr21-final-price .zr21-small-note {
  margin: 8px 0 0;
}

.zr21-final-deadline {
  margin-top: 14px;
}

.zr21-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.zr21-faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.4);
}

.zr21-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  color: var(--gold-deep);
}

.zr21-faq-item summary::-webkit-details-marker {
  display: none;
}

.zr21-faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 700;
}

.zr21-faq-item[open] summary::after {
  content: "\2212";
}

.zr21-faq-item p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.56;
}

.zr21-luisko-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 10px;
  margin: 22px 0;
}

.zr21-luisko-grid img {
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.zr21-camera-note {
  margin-top: 0;
}

.zr21-video-block {
  margin-top: 22px;
}

.zr21-video-label {
  margin: 0 0 10px;
  color: var(--ink);
  font-weight: 600;
}

.zr21-numbered {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  display: grid;
  gap: 12px;
}

.zr21-price-band {
  font-size: 1.14rem !important;
  font-weight: 700;
}

.zr21-cta-strong {
  min-height: 62px;
  padding: 18px 26px;
  font-size: 1.02rem;
}

.zr21-cta-final {
  min-height: 74px;
  padding: 22px 34px;
  font-size: 1.08rem;
}

.zr21-final-section .cta-row {
  justify-content: flex-start;
}

@media (max-width: 980px) {
  .zr21-hero,
  .zr21-scene-section,
  .zr21-final-grid,
  .zr21-author-grid,
  .zr21-before-after,
  .zr21-offer-grid,
  .zr21-days-grid {
    grid-template-columns: 1fr;
  }

  .zr21-scene-reverse {
    grid-template-columns: 1fr;
  }

  .zr21-luisko-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .zr21-section,
  .zr21-hero {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .zr21-flow {
    padding: 10px 2px;
    margin: 10px 0;
  }

  .zr21-value-stack-grid {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .zr21-hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 7.4vw, 2.85rem);
  }

  .zr21-hero-major {
    max-width: none;
    font-size: clamp(1.85rem, 6.9vw, 2.65rem) !important;
  }

  .zr21-section h2 {
    font-size: clamp(2.05rem, 10vw, 2.95rem);
  }

  .zr21-hero-media {
    min-height: 0;
  }

  .zr21-hero-media img,
  .zr21-scene-media img,
  .zr21-final-media img,
  .zr21-author-photo img {
    border-radius: 20px;
  }

  .zr21-hero-media img {
    min-height: 240px;
  }

  .zr21-scene-media img,
  .zr21-final-media img {
    min-height: 240px;
  }

  .zr21-luisko-grid {
    grid-template-columns: 1fr;
  }

  .zr21-luisko-grid img {
    min-height: 200px;
  }

  .zr21-final-section .cta-row {
    justify-content: stretch;
  }

  .zr21-final-section .button {
    width: 100%;
  }
}

.zr-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  transform: translateZ(0);
  will-change: transform;
  transition: opacity .2s ease;
}

.zr-cookie-banner[hidden] {
  display: none !important;
}

.zr-cookie-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.zr-cookie-banner-text {
  flex: 1 1 320px;
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.zr-cookie-banner-text a {
  color: var(--gold-deep);
  text-decoration: underline;
}

.zr-cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.zr-cookie-banner-close {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  width: 38px;
  height: 38px;
  min-height: 38px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
}

.zr-cookie-banner-close:hover {
  color: var(--ink);
}

@media (max-width: 780px) {
  .zr-cookie-banner {
    bottom: calc(76px + env(safe-area-inset-bottom));
  }

  /* Hotfix 2026-08-20: cookie lista + mobile sticky CTA se skladaly na sebe
     a spolecne prekryvaly formularove tlacitko Odeslat / GDPR checkbox.
     Dokud je cookie lista aktivni, sticky CTA je redundantni (formular je
     uz viditelny) - schovame ji a lista muze sedet niz, blize okraji. */
  body:has(.zr-cookie-banner:not([hidden])) .mobile-sticky-cta {
    display: none;
  }

  body:has(.zr-cookie-banner:not([hidden])) .zr-cookie-banner {
    bottom: max(12px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 640px) {
  .zr-cookie-banner {
    left: 10px;
    right: 10px;
    padding: 14px;
  }

  .zr-cookie-banner-text {
    font-size: 12.5px;
    line-height: 1.4;
  }

  .zr-cookie-banner-actions {
    width: 100%;
    justify-content: space-between;
  }

  .zr-cookie-banner-actions .button {
    flex: 1 1 auto;
  }

  .zr-cookie-banner-close {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }

  /* Extra rezerva kolem GDPR checkboxu a tlacitka Odeslat, aby zbyla
     jasna mezera nad zmensenou cookie listou i pri prirozenem scrollu. */
  #zr-inline-form .checklist,
  #zr-inline-form .cta-row {
    scroll-margin-bottom: 210px;
  }

  #zr-inline-form .checklist {
    margin-top: 22px;
  }

  #zr-inline-form .cta-row {
    margin-top: 20px;
    margin-bottom: 14px;
  }
}
