:root {
  --bg: #f7f5ef;
  --surface: #ffffff;
  --surface-soft: #fff9ee;
  --ink: #1f2a1f;
  --muted: #59655c;
  --primary: #8aa728;
  --primary-dark: #61781a;
  --line: #dcd8ca;
  --accent: #f0dba8;
  --shadow: 0 18px 40px rgba(31, 42, 31, 0.08);
  --radius: 22px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #f7f5ef 0%, #fcfbf8 100%);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }

.topbar {
  background: #dfe7bc;
  border-bottom: 1px solid rgba(97, 120, 26, 0.15);
  font-size: 14px;
}
.topbar-inner,
.nav-wrap,
.hero-grid,
.footer-grid,
.cta-strip-inner,
.two-col,
.flyer-box { display: flex; gap: 24px; align-items: center; }
.topbar-inner { justify-content: space-between; padding: 10px 0; }

.site-header {
  position: static;
  top: auto;
  z-index: auto;
  background: rgba(247, 245, 239, 0.98);
  backdrop-filter: none;
  border-bottom: 1px solid rgba(220, 216, 202, 0.7);
}
.nav-wrap {
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-badge {
  width: 52px; height: 52px; border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), #c8d88d);
  display: grid; place-items: center; font-weight: 800; color: #fff;
  box-shadow: var(--shadow);
}
.brand strong { display: block; font-size: 20px; }
.brand small { color: var(--muted); display: block; }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav a { font-weight: 600; }
.menu-toggle {
  display: none; border: 0; background: var(--surface); box-shadow: var(--shadow);
  width: 48px; height: 48px; border-radius: 14px; font-size: 22px; cursor: pointer;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; font-weight: 800;
  transition: 0.2s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: var(--surface); border-color: var(--line); }
.btn-nav { background: #fff; border-color: var(--line); }

.hero { padding: 72px 0 44px; }
.hero-grid { align-items: stretch; }
.hero-copy, .hero-card { flex: 1; }
.eyebrow {
  display: inline-block; padding: 8px 14px; border-radius: 999px; background: #edf3d2;
  color: var(--primary-dark); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.hero h1 { font-size: clamp(36px, 5vw, 68px); line-height: 1.02; margin: 18px 0 18px; max-width: 12ch; }
.lead { font-size: 19px; color: var(--muted); max-width: 62ch; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 22px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.hero-badges li {
  padding: 10px 14px; background: #fff; border-radius: 999px; border: 1px solid var(--line); font-weight: 700;
}
.hero-card {
  background: linear-gradient(180deg, #fffdf6 0%, #fff 100%);
  border: 1px solid var(--line); border-radius: 28px; padding: 24px;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.hero-card::after {
  content: ""; position: absolute; inset: auto -40px -40px auto; width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(138, 167, 40, 0.2) 0%, rgba(138, 167, 40, 0) 70%);
}
.stat-card {
  background: linear-gradient(135deg, #f8f3df, #fff);
  border-radius: 22px; padding: 22px; border: 1px solid rgba(138, 167, 40, 0.18);
}
.stat-label { display: block; color: var(--muted); font-size: 14px; margin-bottom: 8px; }
.stat-card strong { font-size: 28px; line-height: 1.2; display: block; }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 14px; }
.mini-card, .info-card, .faq-item, .risk-panel, .contact-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.mini-card { padding: 18px; }
.section { padding: 74px 0; }
.section-light { background: rgba(255,255,255,0.55); }
.section-accent { background: linear-gradient(180deg, rgba(223,231,188,.45), rgba(255,255,255,.4)); }
.section-head { max-width: 780px; margin-bottom: 30px; }
.section-head h2, .two-col h2, .flyer-box h2, .cta-strip h2, .site-footer h2 { font-size: clamp(28px, 4vw, 46px); line-height: 1.1; margin: 12px 0; }
.section-head p, .two-col p, .flyer-box p { color: var(--muted); }
.cards.four { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.info-card { padding: 24px; }
.icon-bubble {
  width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center;
  background: #eef3da; color: var(--primary-dark); font-weight: 900; margin-bottom: 12px;
}
.two-col { align-items: start; }
.two-col > * { flex: 1; }
.risk-panel { padding: 24px; }
.tick-list { list-style: none; padding: 0; margin: 0; }
.tick-list li { position: relative; padding-left: 28px; margin: 0 0 12px; }
.tick-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--primary-dark); font-weight: 900;
}
.flyer-box {
  justify-content: space-between; align-items: stretch;
  background: linear-gradient(135deg, #fff, #fff9ea);
  border: 1px solid rgba(138, 167, 40, 0.18); border-radius: 28px; padding: 28px; box-shadow: var(--shadow);
}
.flyer-box > * { flex: 1; }
.flyer-points { display: grid; gap: 14px; }
.flyer-points > div {
  padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,.88); border: 1px solid var(--line);
}
.flyer-points strong { display: block; font-size: 20px; margin-bottom: 4px; }
.faq-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.faq-item { padding: 22px; }
.cta-strip { padding-top: 20px; }
.cta-strip-inner {
  justify-content: space-between; background: #1f2a1f; color: #fff; border-radius: 28px; padding: 28px;
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-strip .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.25); }

.site-footer { padding: 76px 0 28px; }
.footer-grid { align-items: start; }
.footer-grid > * { flex: 1; }
.contact-list { list-style: none; padding: 0; margin: 20px 0 0; }
.contact-list li { margin-bottom: 8px; }
.contact-card { padding: 24px; background: linear-gradient(180deg, #fffdf8, #fff); }
.footer-bottom {
    padding-top: 16px;
    margin-top: 24px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 14px;

    text-align: center;
}

.brand-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
}

.brand-icon img {
    width: 36px;
    height: 36px;
    border-radius: 8px; /* nebo 50% pokud chceš kruh */
    object-fit: contain;
}

@media (max-width: 1024px) {
  .cards.four { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .footer-grid, .two-col, .flyer-box, .cta-strip-inner { flex-direction: column; }
}

@media (max-width: 760px) {
  .topbar-inner { flex-direction: column; gap: 6px; align-items: start; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav {
    display: none; position: absolute; top: calc(100% + 8px); left: 16px; right: 16px; padding: 16px;
    background: rgba(255,255,255,0.98); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
    flex-direction: column; align-items: stretch;
  }
  .site-nav.is-open { display: flex; }
  .hero { padding-top: 42px; }
  .hero h1 { max-width: none; }
  .mini-grid, .faq-list, .cards.four { grid-template-columns: 1fr; }
  .btn, .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 13px; }
}
