/* ═══════════════════════════════════
   RESET + ROOT
═══════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --white:    #FFFFFF;
  --bg:       #FAF5EA;
  --dark:     #2D2620;
  --ink:      #3D342B;
  --muted:    #7A6B5C;
  --border:   #E8DDC9;
  --green:    #4A7A5C;
  --green-lt: #ECE6D2;
  --green-mid:#7AA288;
  --green-dk: #3A6249;
  --cream:    #F2E8D2;
  --accent:   #C8985C;
}
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--ink); font-size: 16px; line-height: 1.6; }

/* ── SKIP LINK (a11y) ── */
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--dark); color: #fff; padding: 10px 18px; z-index: 300; border-radius: 0 0 8px 0; font-size: 0.85rem; text-decoration: none; }
.skip-link:focus { left: 0; }

/* ── TOPBAR ── */
.topbar { background: var(--green); color: rgba(255,255,255,0.95); text-align: center; font-size: 0.82rem; padding: 10px 20px; font-weight: 500; }
.topbar a { color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* ── NAV ── */
nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { font-family: 'Lora', serif; font-size: 1.05rem; font-weight: 600; color: var(--dark); text-decoration: none; display: flex; align-items: center; gap: 9px; letter-spacing: -0.01em; }
.nav-logo span { color: var(--green); }
.nav-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { font-size: 0.82rem; font-weight: 400; color: var(--muted); text-decoration: none; padding: 6px 14px; border-radius: 20px; transition: background 0.2s, color 0.2s; cursor: pointer; }
.nav-links a:hover, .nav-links a.active { background: var(--bg); color: var(--dark); }
.nav-cta { background: var(--green) !important; color: #fff !important; font-weight: 500 !important; }
.nav-cta:hover { background: var(--green-mid) !important; }

/* Leadgen nav (logo + telefon + CTA, žádné odkazy) */
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-phone { display: inline-flex; align-items: center; gap: 7px; font-size: 0.88rem; font-weight: 600; color: var(--dark); text-decoration: none; padding: 8px 12px; border-radius: 6px; transition: background 0.2s; }
.nav-phone:hover { background: var(--bg); }
.nav-phone svg { color: var(--green); flex-shrink: 0; }
.nav-cta-btn { display: inline-flex; align-items: center; background: var(--green); color: #fff; font-size: 0.85rem; font-weight: 600; padding: 10px 20px; border-radius: 6px; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.nav-cta-btn:hover { background: var(--green-dk); transform: translateY(-1px); }

/* Hamburger toggle (mobile) */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; width: 40px; height: 40px; flex-direction: column; justify-content: center; align-items: center; gap: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ── SHARED SECTION STYLES ── */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 48px; }
.section { padding: 60px 0; }
.section-sm { padding: 44px 0; }
.sep { border: none; border-top: 1px solid var(--border); }
.label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.label::before { content: ''; width: 20px; height: 1.5px; background: var(--green); }
h2.st { font-family: 'Lora', serif; font-size: clamp(1.7rem, 2.8vw, 2.4rem); font-weight: 600; line-height: 1.2; color: var(--dark); margin-bottom: 14px; }
h2.st em { font-style: italic; color: var(--green); }
.lead { font-size: 1rem; color: var(--muted); line-height: 1.75; max-width: 620px; }

.btn-p { display: inline-flex; align-items: center; gap: 8px; background: var(--dark); color: var(--white); font-size: 0.9rem; font-weight: 500; padding: 14px 28px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.btn-p:hover { background: var(--green); transform: translateY(-1px); }
.btn-s { display: inline-flex; align-items: center; gap: 6px; font-size: 0.88rem; color: var(--muted); text-decoration: none; border: 1px solid var(--border); padding: 12px 22px; border-radius: 6px; transition: border-color 0.2s, color 0.2s; cursor: pointer; background: none; }
.btn-s:hover { border-color: var(--dark); color: var(--dark); }
.btn-g { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: var(--green); font-size: 0.9rem; font-weight: 600; padding: 14px 28px; border-radius: 6px; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; }
.btn-g:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,0.12); }
.btn-ow { display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid rgba(255,255,255,0.4); color: rgba(255,255,255,0.85); font-size: 0.85rem; padding: 13px 28px; border-radius: 6px; text-decoration: none; transition: border-color 0.2s, color 0.2s; cursor: pointer; background: none; }
.btn-ow:hover { border-color: #fff; color: #fff; }
.btn-green { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--green); color: #fff; font-size: 0.92rem; font-weight: 600; padding: 14px 28px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; }
.btn-green:hover { background: var(--green-dk); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(74,122,92,0.25); }

/* CTA BLOCK */
.cta-block { background: var(--green); border-radius: 12px; padding: 64px 72px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; position: relative; overflow: hidden; }
.cta-block::before { content: ''; position: absolute; top: -80px; right: 80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 65%); pointer-events: none; }
.cta-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.cta-label::before { content: ''; width: 20px; height: 1px; background: rgba(255,255,255,0.5); }
.cta-block h2 { font-family: 'Lora', serif; font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 600; color: #fff; line-height: 1.25; margin-bottom: 10px; }
.cta-block p { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.75); line-height: 1.7; }
.cta-btns { display: flex; flex-direction: column; gap: 12px; min-width: 220px; }

/* SECONDARY CTA BANNER (výkup teaser) */
.cta-banner { background: var(--dark); border-radius: 12px; padding: 36px 48px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; color: #fff; }
.cta-banner h3 { font-family: 'Lora', serif; font-size: 1.35rem; font-weight: 600; line-height: 1.3; margin-bottom: 8px; }
.cta-banner h3 em { font-style: italic; color: var(--green-mid); }
.cta-banner p { font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.7; }

/* FOOTER */
footer { background: var(--dark); padding: 48px; margin-top: 0; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-logo { font-family: 'Lora', serif; font-size: 1.05rem; font-weight: 600; color: #fff; text-decoration: none; display: block; margin-bottom: 10px; }
.footer-logo span { color: var(--green-mid); }
.footer-tag { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.65; }
.footer-tag a { color: var(--green-mid); text-decoration: none; transition: color 0.2s; }
.footer-tag a:hover { color: #fff; }
.fc-title { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 14px; }
.fc-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.fc-links a { font-size: 0.83rem; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; cursor: pointer; }
.fc-links a:hover { color: #fff; }
.footer-bottom { max-width: 1100px; margin: 28px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-copy { font-size: 0.74rem; color: rgba(255,255,255,0.45); }
.footer-sm { display: flex; gap: 18px; }
.footer-sm a { font-size: 0.74rem; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.footer-sm a:hover { color: rgba(255,255,255,0.6); }

/* ═══════════════════════════════════
   PAGE: HOMEPAGE
═══════════════════════════════════ */
.hero { max-width: 1100px; margin: 0 auto; padding: 56px 48px 60px; display: grid; grid-template-columns: 1fr 440px; gap: 64px; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--green-lt); color: var(--green); font-size: 0.76rem; font-weight: 500; letter-spacing: 0.04em; padding: 5px 13px; border-radius: 20px; margin-bottom: 26px; }
.hero-tag::before { content: ''; width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.hero h1 { font-family: 'Lora', serif; font-size: clamp(2.1rem, 3.6vw, 3rem); font-weight: 600; line-height: 1.15; color: var(--dark); margin-bottom: 14px; letter-spacing: -0.01em; }
.hero h1 em { font-style: italic; color: var(--green); }
.hero-sub { font-size: 1rem; font-weight: 300; color: var(--muted); line-height: 1.8; max-width: 480px; margin-bottom: 32px; }
.hero-trust { display: flex; align-items: center; gap: 24px; padding-top: 28px; border-top: 1px solid var(--border); flex-wrap: wrap; margin-top: 32px; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 0.83rem; color: var(--muted); }
.trust-item svg { color: var(--green); flex-shrink: 0; }

/* Hero form (right column on homepage) */
.hero-form-wrap { background: var(--white); border-radius: 12px; padding: 32px; box-shadow: 0 18px 50px rgba(45,38,32,0.12); border: 1px solid var(--border); }
.hero-form-wrap h3 { font-family: 'Lora', serif; font-size: 1.25rem; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.hero-form-wrap > p { font-size: 0.85rem; color: var(--muted); margin-bottom: 22px; line-height: 1.6; }
.hero-form-wrap .form-field input,
.hero-form-wrap .form-field select,
.hero-form-wrap .form-field textarea { background: var(--bg); }

/* Numbers */
.nums { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.nums-inner { max-width: 1100px; margin: 0 auto; padding: 36px 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.num-item { text-align: center; padding: 12px; }
.num-v { font-family: 'Lora', serif; font-size: 2.1rem; font-weight: 600; color: var(--dark); line-height: 1; margin-bottom: 7px; }
.num-v span { color: var(--green); }
.num-l { font-size: 0.76rem; color: var(--muted); letter-spacing: 0.04em; }

/* USP */
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 44px; }
.usp-card { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 32px 28px; transition: border-color 0.3s, transform 0.3s; }
.usp-card:hover { border-color: var(--green-mid); transform: translateY(-3px); }
.usp-n { font-family: 'Lora', serif; font-size: 2.4rem; font-weight: 400; color: var(--border); line-height: 1; margin-bottom: 16px; }
.usp-title { font-size: 0.95rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; }
.usp-text { font-size: 0.85rem; font-weight: 300; color: var(--muted); line-height: 1.75; }

/* City tiles (homepage) */
.cities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.city-card { position: relative; border: 1px solid var(--border); border-radius: 12px; padding: 36px 32px; background: linear-gradient(150deg, var(--bg) 0%, var(--white) 100%); text-decoration: none; color: inherit; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; overflow: hidden; display: flex; flex-direction: column; }
.city-card::after { content: ''; position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; background: radial-gradient(circle, var(--green-lt) 0%, transparent 70%); opacity: 0.6; pointer-events: none; }
.city-card:hover { border-color: var(--green-mid); transform: translateY(-3px); box-shadow: 0 14px 32px rgba(45,106,79,0.10); }
.city-card .city-meta { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); font-weight: 600; margin-bottom: 12px; position: relative; z-index: 1; }
.city-card h3 { font-family: 'Lora', serif; font-size: 1.65rem; font-weight: 600; color: var(--dark); margin-bottom: 10px; position: relative; z-index: 1; }
.city-card p { font-size: 0.88rem; font-weight: 300; color: var(--muted); line-height: 1.7; margin-bottom: 22px; position: relative; z-index: 1; }
.city-card .city-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 0.83rem; font-weight: 600; color: var(--green); position: relative; z-index: 1; margin-top: auto; }
.city-card .city-arrow svg { transition: transform 0.25s; }
.city-card:hover .city-arrow svg { transform: translateX(4px); }

/* Region list (D1 corridor) */
.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.region-col h4 { font-size: 0.88rem; font-weight: 600; color: var(--dark); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.region-col h4::before { content: ''; width: 8px; height: 8px; background: var(--green); border-radius: 50%; }
.region-col ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.region-col li { font-size: 0.85rem; color: var(--muted); padding-left: 16px; position: relative; }
.region-col li::before { content: '·'; position: absolute; left: 4px; color: var(--green-mid); font-weight: 700; }
.region-note { margin-top: 24px; padding: 16px 22px; background: var(--green-lt); border-radius: 8px; font-size: 0.85rem; color: var(--ink); line-height: 1.65; }
.region-note strong { color: var(--green-dk); font-weight: 600; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 44px; }
.step { padding: 24px 0; border-top: 3px solid var(--border); transition: border-color 0.3s; }
.step:hover { border-color: var(--green); }
.step-n { font-family: 'Lora', serif; font-size: 1.8rem; font-weight: 400; color: var(--border); line-height: 1; margin-bottom: 14px; transition: color 0.3s; }
.step:hover .step-n { color: var(--green-lt); }
.step-title { font-size: 0.95rem; font-weight: 600; color: var(--dark); margin-bottom: 7px; }
.step-text { font-size: 0.83rem; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* Reviews */
.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.review { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 28px 30px; transition: border-color 0.3s; }
.review:hover { border-color: var(--green-mid); }
.stars { display: flex; gap: 2px; margin-bottom: 14px; }
.star { color: #F5A623; font-size: 0.92rem; }
.review-text { font-size: 0.92rem; font-weight: 300; color: var(--ink); line-height: 1.75; font-style: italic; margin-bottom: 18px; }
.review-author { display: flex; align-items: center; gap: 11px; }
.rav { width: 38px; height: 38px; background: var(--green-lt); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Lora', serif; font-size: 0.95rem; font-weight: 600; color: var(--green); flex-shrink: 0; }
.rname { font-size: 0.87rem; font-weight: 600; color: var(--dark); }
.rrole { font-size: 0.76rem; color: var(--muted); }

/* ═══════════════════════════════════
   PAGE: LANDING (lp-hero variants)
═══════════════════════════════════ */
.lp-hero { background: linear-gradient(180deg, var(--cream) 0%, var(--bg) 100%); padding: 64px 48px; border-bottom: 1px solid var(--border); }
.lp-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.lp-tag { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); display: flex; align-items: center; gap: 8px; margin-bottom: 18px; font-weight: 600; }
.lp-tag::before { content: ''; width: 22px; height: 1.5px; background: var(--green); }
.lp-hero h1 { font-family: 'Lora', serif; font-size: clamp(1.9rem, 3.2vw, 2.8rem); font-weight: 600; color: var(--dark); line-height: 1.18; margin-bottom: 18px; letter-spacing: -0.01em; }
.lp-hero h1 em { font-style: italic; color: var(--green); }
.lp-hero-sub { font-size: 0.98rem; font-weight: 300; color: var(--muted); line-height: 1.8; margin-bottom: 32px; }
.lp-hero-sub strong { font-weight: 600; color: var(--ink); }

/* Form */
.lp-form { background: var(--white); border-radius: 12px; padding: 36px; box-shadow: 0 14px 44px rgba(45,38,32,0.10); border: 1px solid var(--border); }
.lp-form h3 { font-family: 'Lora', serif; font-size: 1.25rem; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
.lp-form > p { font-size: 0.85rem; color: var(--muted); margin-bottom: 22px; line-height: 1.6; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-size: 0.78rem; font-weight: 500; color: var(--ink); margin-bottom: 5px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--border); border-radius: 6px; padding: 11px 14px; font-size: 0.9rem; font-family: 'Plus Jakarta Sans', sans-serif; color: var(--ink); background: var(--bg); transition: border-color 0.2s, background 0.2s; outline: none; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--green); background: var(--white); }
.form-field textarea { resize: vertical; min-height: 80px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit { width: 100%; background: var(--green); color: #fff; border: none; border-radius: 6px; padding: 15px; font-size: 0.95rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; cursor: pointer; transition: background 0.2s, transform 0.1s; margin-top: 6px; }
.form-submit:hover { background: var(--green-dk); }
.form-submit:active { transform: translateY(1px); }
.form-error { background: #FBEAE8; border: 1px solid #D9A099; color: #8C3B32; border-radius: 6px; padding: 10px 14px; font-size: 0.85rem; line-height: 1.5; margin-bottom: 12px; }
.form-note { font-size: 0.74rem; color: var(--muted); text-align: center; margin-top: 12px; line-height: 1.5; }
.form-note a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }
.form-note a:hover { color: var(--green-dk); }
.form-success { background: var(--green-lt); border: 1px solid var(--green); border-radius: 10px; padding: 36px 28px; text-align: center; }
.form-success h3 { font-family: 'Lora', serif; font-size: 1.2rem; font-weight: 600; color: var(--green-dk); margin-bottom: 10px; }
.form-success p { font-size: 0.92rem; color: var(--ink); line-height: 1.7; }

/* Trust strip */
.lp-trust-strip { background: var(--bg); border-bottom: 1px solid var(--border); }
.lp-trust-inner { max-width: 1100px; margin: 0 auto; padding: 28px 48px; display: flex; align-items: center; justify-content: center; gap: 44px; flex-wrap: wrap; }
.lp-trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--muted); font-weight: 500; }
.lp-trust-item svg { color: var(--green); }

/* Features grid */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.feature { padding: 28px; border: 1px solid var(--border); border-radius: 10px; transition: border-color 0.3s, transform 0.3s; }
.feature:hover { border-color: var(--green-mid); transform: translateY(-2px); }
.feature-icon { width: 44px; height: 44px; background: var(--green-lt); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature-icon svg { color: var(--green); }
.feature-title { font-size: 0.95rem; font-weight: 600; color: var(--dark); margin-bottom: 7px; }
.feature-text { font-size: 0.85rem; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* ═══════════════════════════════════
   PAGE: ODHAD (lead magnet, minimal nav)
═══════════════════════════════════ */
.odhad-hero { background: linear-gradient(180deg, var(--cream) 0%, var(--bg) 100%); padding: 64px 48px; border-bottom: 1px solid var(--border); }
.odhad-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.odhad-hero h1 { font-family: 'Lora', serif; font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 600; color: var(--dark); line-height: 1.16; margin-bottom: 18px; letter-spacing: -0.01em; }
.odhad-hero h1 em { font-style: italic; color: var(--green); }
.odhad-hero .lp-hero-sub { font-size: 1.02rem; }
.odhad-trust-list { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.odhad-trust-list .trust-item { font-size: 0.92rem; color: var(--ink); }
.odhad-form { background: var(--white); border-radius: 12px; padding: 36px 40px; box-shadow: 0 20px 50px rgba(45,38,32,0.12); border: 1px solid var(--border); }
.odhad-form h3 { font-family: 'Lora', serif; font-size: 1.35rem; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
.odhad-form > p { font-size: 0.9rem; color: var(--muted); margin-bottom: 24px; line-height: 1.6; }

/* About-style section for o-vaclavovi/about block */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-text p { font-size: 0.95rem; font-weight: 300; color: var(--muted); line-height: 1.85; margin-bottom: 18px; }
.about-text p strong { font-weight: 600; color: var(--ink); }
.aside-box { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 26px 30px; margin-bottom: 18px; }
.aside-title { font-size: 0.73rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.aside-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.aside-list li { display: flex; align-items: center; gap: 9px; font-size: 0.88rem; color: var(--ink); }
.aside-list li::before { content: ''; width: 6px; height: 6px; background: var(--green); border-radius: 50%; flex-shrink: 0; }
.contact-box { background: var(--dark); border-radius: 10px; padding: 24px 28px; }
.contact-row { display: flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.contact-row:last-child { border-bottom: none; }
.contact-row svg { color: var(--green-mid); flex-shrink: 0; }
.contact-row a { font-size: 0.92rem; color: rgba(255,255,255,0.78); text-decoration: none; transition: color 0.2s; }
.contact-row a:hover { color: #fff; }

/* ═══════════════════════════════════
   PAGE: CITY LANDING
═══════════════════════════════════ */
.city-hero { background: linear-gradient(180deg, var(--cream) 0%, var(--bg) 100%); padding: 60px 48px; border-bottom: 1px solid var(--border); }
.city-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.city-hero h1 { font-family: 'Lora', serif; font-size: clamp(2rem, 3.4vw, 2.9rem); font-weight: 600; color: var(--dark); line-height: 1.16; margin-bottom: 18px; letter-spacing: -0.01em; }
.city-hero h1 em { font-style: italic; color: var(--green); }
.local-info { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 32px 36px; }
.local-info h3 { font-family: 'Lora', serif; font-size: 1.15rem; font-weight: 600; color: var(--dark); margin-bottom: 14px; }
.local-info p { font-size: 0.9rem; color: var(--muted); line-height: 1.75; margin-bottom: 14px; }
.local-info ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.local-info li { font-size: 0.88rem; color: var(--ink); padding-left: 22px; position: relative; line-height: 1.6; }
.local-info li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 700; font-size: 0.9rem; }

/* PAGE HERO (FAQ, info pages) */
.page-hero { background: var(--bg); border-bottom: 1px solid var(--border); padding: 64px 48px; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.page-hero h1 { font-family: 'Lora', serif; font-size: clamp(1.9rem, 3.2vw, 2.6rem); font-weight: 600; color: var(--dark); line-height: 1.15; margin-bottom: 12px; letter-spacing: -0.01em; }
.page-hero h1 em { font-style: italic; color: var(--green); }
.page-hero .lp-tag { margin-bottom: 16px; }

/* FAQ list (details/summary) */
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.faq-item { border: 1px solid var(--border); border-radius: 10px; background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; overflow: hidden; }
.faq-item:hover { border-color: var(--green-mid); }
.faq-item[open] { border-color: var(--green-mid); box-shadow: 0 4px 18px rgba(45,106,79,0.06); background: var(--bg); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: 'Plus Jakarta Sans', sans-serif; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q { font-size: 1.02rem; font-weight: 600; color: var(--dark); line-height: 1.45; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--green-lt); color: var(--green-dk); font-size: 1.4rem; font-weight: 400; line-height: 26px; text-align: center; flex-shrink: 0; transition: transform 0.25s, background 0.2s; }
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--green); color: #fff; }
.faq-a { padding: 0 28px 26px; font-size: 0.94rem; color: var(--ink); line-height: 1.75; }
.faq-a p { margin-bottom: 12px; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-a ul, .faq-a ol { margin: 12px 0 12px 22px; }
.faq-a li { margin-bottom: 8px; line-height: 1.7; }
.faq-a strong { font-weight: 600; color: var(--dark); }
.faq-a a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.faq-a a:hover { color: var(--green-dk); }

/* Section with full-width image (marketing-rozdil) */
.section-image { padding: 24px 0 64px; }
.section-image-wrap { max-width: 980px; margin: 0 auto; padding: 0 48px; }
.section-image img { width: 100%; height: auto; border-radius: 14px; box-shadow: 0 18px 50px rgba(45,38,32,0.12); display: block; border: 1px solid var(--border); }
.section-image-caption { text-align: center; margin-top: 16px; font-size: 0.83rem; color: var(--muted); line-height: 1.6; max-width: 600px; margin-left: auto; margin-right: auto; }

/* City photo placeholder (hero right column) */
.city-photo { position: relative; width: 100%; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; background: linear-gradient(160deg, #E0D9C0 0%, #B5BFA0 50%, #7A8B6C 100%); display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 40px rgba(45,38,32,0.12); }
.city-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.city-photo-ph { display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(255,255,255,0.7); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }
.city-photo-ph-box { width: 110px; height: 140px; border: 1.5px dashed rgba(255,255,255,0.45); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.city-photo-tag { position: absolute; bottom: 18px; left: 18px; background: rgba(255,255,255,0.92); color: var(--dark); font-family: 'Lora', serif; font-size: 0.9rem; font-weight: 600; padding: 8px 14px; border-radius: 6px; display: flex; align-items: center; gap: 8px; }
.city-photo-tag::before { content: ''; width: 8px; height: 8px; background: var(--green); border-radius: 50%; }

.city-locations { background: var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.city-locations-inner { max-width: 1100px; margin: 0 auto; padding: 36px 48px; display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: center; }
.city-locations h3 { font-family: 'Lora', serif; font-size: 1.15rem; font-weight: 600; color: var(--dark); }
.city-locations ul { list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 8px 24px; }
.city-locations li { font-size: 0.88rem; color: var(--ink); padding-left: 18px; position: relative; line-height: 1.6; }
.city-locations li::before { content: '·'; position: absolute; left: 4px; color: var(--green); font-weight: 700; font-size: 1.2rem; line-height: 1; top: 0; }

/* ═══════════════════════════════════
   PAGE: THANK YOU (dekujeme.html)
═══════════════════════════════════ */
.ty-wrap { max-width: 720px; margin: 0 auto; padding: 100px 48px 80px; text-align: center; }
.ty-icon { width: 80px; height: 80px; background: var(--green-lt); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.ty-icon svg { color: var(--green); }
.ty-wrap h1 { font-family: 'Lora', serif; font-size: clamp(1.9rem, 3vw, 2.4rem); font-weight: 600; color: var(--dark); margin-bottom: 14px; }
.ty-wrap > p { font-size: 1rem; color: var(--muted); line-height: 1.75; margin-bottom: 36px; max-width: 540px; margin-left: auto; margin-right: auto; }
.ty-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }
.ty-next { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 28px; text-align: left; }
.ty-next h3 { font-family: 'Lora', serif; font-size: 1.05rem; font-weight: 600; color: var(--dark); margin-bottom: 16px; }
.ty-next ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ty-next li { font-size: 0.9rem; color: var(--ink); padding-left: 22px; position: relative; line-height: 1.6; }
.ty-next li::before { content: '→'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.ty-next a { color: var(--green); text-decoration: none; font-weight: 500; }
.ty-next a:hover { text-decoration: underline; }

/* ═══════════════════════════════════
   OKAMŽITÝ ODHAD — result karta
═══════════════════════════════════ */
.odhad-result { background: var(--white); border: 1px solid var(--green-mid); border-radius: 12px; padding: 36px 40px; box-shadow: 0 20px 50px rgba(45,38,32,0.12); }
.or-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
.or-label::before { content: ''; width: 20px; height: 1.5px; background: var(--green); }
.or-range { font-family: 'Lora', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; color: var(--dark); line-height: 1.2; }
.or-rec { font-size: 0.95rem; color: var(--ink); margin-top: 10px; }
.or-rec strong { color: var(--green-dk); }
.or-meta { font-size: 0.84rem; color: var(--muted); margin-top: 6px; line-height: 1.6; }
.or-next { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 0.92rem; color: var(--ink); line-height: 1.7; }
.or-concierge { font-size: 0.95rem; color: var(--ink); line-height: 1.75; margin-top: 6px; }

/* ═══════════════════════════════════
   PAGE: GDPR / LEGAL
═══════════════════════════════════ */
.legal { max-width: 760px; }
.legal h2 { font-family: 'Lora', serif; font-size: 1.25rem; font-weight: 600; color: var(--dark); margin: 36px 0 12px; }
.legal h2:first-child { margin-top: 0; }
.legal p { font-size: 0.94rem; color: var(--ink); line-height: 1.8; margin-bottom: 12px; }
.legal ul { margin: 12px 0 16px 22px; }
.legal li { font-size: 0.94rem; color: var(--ink); line-height: 1.8; margin-bottom: 6px; }
.legal strong { font-weight: 600; color: var(--dark); }
.legal a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--green-dk); }
.legal-updated { font-size: 0.8rem !important; color: var(--muted) !important; margin-top: 36px; }

/* ═══════════════════════════════════
   PAGE: 404
═══════════════════════════════════ */
.err-wrap { max-width: 720px; margin: 0 auto; padding: 120px 48px; text-align: center; }
.err-code { font-family: 'Lora', serif; font-size: clamp(4rem, 10vw, 6rem); font-weight: 600; color: var(--green); line-height: 1; margin-bottom: 16px; }
.err-wrap h1 { font-family: 'Lora', serif; font-size: clamp(1.6rem, 2.6vw, 2rem); font-weight: 600; color: var(--dark); margin-bottom: 14px; }
.err-wrap p { font-size: 1rem; font-weight: 300; color: var(--muted); line-height: 1.75; margin-bottom: 32px; }

/* ═══════════════════════════════════
   STICKY MOBILE CTA (only mobile)
═══════════════════════════════════ */
.mobile-cta { display: none; }

/* ═══════════════════════════════════
   ANIMATIONS + RESPONSIVE
═══════════════════════════════════ */
@keyframes fl { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }

@media (max-width: 960px) {
  nav { padding: 0 20px; }
  .nav-toggle { display: flex; }
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
  .nav-links.is-open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 12px 14px; border-radius: 8px; font-size: 0.95rem; }
  .nav-cta { text-align: center; margin-top: 4px; }
  .hero, .lp-hero-inner, .about-grid, .odhad-inner, .city-hero-inner { grid-template-columns: 1fr; }
  .hero { padding: 40px 24px 36px; gap: 32px; }
  .hero-form-wrap { padding: 24px; }
  .wrap { padding: 0 24px; }
  .section { padding: 44px 0; }
  .section-sm { padding: 32px 0; }
  .usp-grid, .cities-grid, .region-grid { grid-template-columns: 1fr; gap: 16px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 16px 14px; }
  .reviews, .features-grid { grid-template-columns: 1fr; }
  .nums-inner { grid-template-columns: repeat(2,1fr); padding: 32px 24px; gap: 20px; }
  .cta-block { grid-template-columns: 1fr; padding: 44px 28px; gap: 28px; }
  .cta-banner { grid-template-columns: 1fr; padding: 28px; gap: 20px; }
  .cta-btns { flex-direction: column; }
  .lp-hero, .city-hero, .odhad-hero { padding: 48px 24px; }
  .lp-hero-inner, .city-hero-inner, .odhad-inner { gap: 36px; }
  .city-photo { aspect-ratio: 16/10; max-height: 280px; }
  .city-locations-inner { grid-template-columns: 1fr; padding: 28px 24px; gap: 20px; }
  .city-locations ul { grid-template-columns: 1fr; }
  .faq-item summary { padding: 18px 22px; gap: 14px; }
  .faq-q { font-size: 0.95rem; }
  .faq-a { padding: 0 22px 22px; font-size: 0.9rem; }
  .page-hero { padding: 48px 24px; }
  .lp-form, .odhad-form { padding: 26px; }
  .lp-trust-inner { padding: 22px 20px; gap: 20px; }
  .form-row { grid-template-columns: 1fr; }
  footer { padding: 36px 20px 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .err-wrap, .ty-wrap { padding: 64px 24px; }
  body { padding-bottom: 64px; }
  .mobile-cta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--border); padding: 10px 14px; gap: 10px; z-index: 99; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); }
  .mobile-cta a { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 8px; font-size: 0.92rem; font-weight: 600; text-decoration: none; }
  .mobile-cta .mc-call { background: var(--green); color: #fff; }
  .mobile-cta .mc-form { background: var(--bg); color: var(--dark); border: 1px solid var(--border); }
}

@media (max-width: 560px) {
  .nav-phone span { display: none; }
  .nav-phone { padding: 8px; }
  .nav-cta-btn { font-size: 0.8rem; padding: 9px 14px; }
}

@media (max-width: 480px) {
  .topbar { font-size: 0.74rem; padding: 8px 14px; }
  .nums-inner { grid-template-columns: 1fr 1fr; }
  .lp-trust-inner { gap: 14px; }
  .lp-trust-item { font-size: 0.8rem; }
  .steps { grid-template-columns: 1fr; }
}
