:root{
  --bg:#0b0b0c;
  --card:#141416;
  --text:#f4f4f5;
  --muted:#b9b9bd;
  --yellow:#f5c400;
  --blue:#1d5aa6;
  --radius:18px;
  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --container: 1100px;
  --font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background: radial-gradient(1000px 600px at 20% 0%, rgba(245,196,0,.25), transparent 60%),
              radial-gradient(900px 500px at 90% 10%, rgba(29,90,166,.20), transparent 60%),
              var(--bg);
}

.container{max-width:var(--container); margin:0 auto; padding:0 18px}

.topbar{padding:18px 0}
.topbar__inner{display:flex; align-items:center; justify-content:space-between}

.brand{display:flex; gap:12px; align-items:center}
.brand__logo{
  width:44px; height:44px; border-radius:12px;
  background:var(--yellow); color:#111;
  display:grid; place-items:center;
  font-weight:900;
}
.brand__name{font-size:22px; font-weight:800; letter-spacing:.4px}
.brand__sub{color:rgba(255,255,255,.75); font-size:14px; margin-top:2px}

.c-yellow{color:var(--yellow)}
.c-blue{color:var(--blue)}

.hero{padding:18px 0 34px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:22px;
  align-items:stretch;
}

.hero__copy{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding:26px;
  box-shadow: var(--shadow);
}

.hero__h1{
  margin:0 0 10px 0;
  line-height:1.02;
  font-size:56px;
  font-weight:900;
}

.hero__lead{margin:14px 0 16px; color:rgba(255,255,255,.85); font-size:18px; max-width:520px}

.hero__list{margin:0 0 18px; padding-left:18px; color:rgba(255,255,255,.85)}
.hero__list li{margin:8px 0}

.hero__ctaRow{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius:14px; text-decoration:none;
  font-weight:800;
  transition: transform .08s ease, filter .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{transform: translateY(-1px); filter: brightness(1.03)}
.btn:active{transform: translateY(0px)}
.btn:focus-visible{outline: 3px solid rgba(245,196,0,.35); outline-offset: 3px}

.btn--primary{background:var(--yellow); color:#101012}
.btn--ghost{background:rgba(255,255,255,.08); color:var(--text); border:1px solid rgba(255,255,255,.12)}
.btn--ghost:hover{border-color: rgba(255,255,255,.22)}

.pillRow{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.pill{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.9);
  font-weight:700;
}
.pill--gold{background:rgba(245,196,0,.14); border-color: rgba(245,196,0,.35); color:var(--yellow)}

.hero__visual{
  border-radius: var(--radius);
  padding:18px;
  border:1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
  gap:14px;
}

.hero__circle{
  border-radius: 999px;
  aspect-ratio: 1/1;
  border: 6px solid rgba(245,196,0,.85);
  box-shadow: 0 20px 45px rgba(0,0,0,.35);
  overflow:hidden;

  /* TADY JE TVOJE FOTKA (bez PHP!) */
  background-image: url('/wp-content/themes/cisteni-sedacek/assets/images/cb_p_2.png');
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(1.05);
}

.qrBox{
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding:14px;
  text-align:center;
}
.qrBox__title{font-weight:800; margin-bottom:10px}
.qrBox__img{width:170px; height:auto; border-radius:12px; background:#fff; padding:10px}
.qrBox__sub{
  margin-top:10px;
  font-size:13px;
  color:rgba(255,255,255,.70);
}
.qrBox__sub a{
  color:rgba(245,196,0,.95);
  font-weight:800;
  text-decoration:none;
}
.qrBox__sub a:hover{text-decoration:underline}

/* SEO poznámka v hero */
.seo-note{
  margin:16px 0 0;
  font-size:13px;
  line-height:1.45;
  color: rgba(255,255,255,.65);
  max-width: 560px;
}
.seo-note a{
  color: rgba(245,196,0,.95);
  font-weight: 800;
  text-decoration: none;
}
.seo-note a:hover{text-decoration: underline}

.services{padding:16px 0 44px}
.services__head{display:flex; align-items:center; justify-content:space-between; gap:14px; margin:0 0 14px}
.services__head h2{margin:0; font-size:38px; font-weight:900; color:var(--blue)}
.badge{
  background:var(--yellow);
  color:#101012;
  font-weight:900;
  padding:10px 14px;
  border-radius:999px;
}

/* CTA pod kartami */
.services__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:14px 0 0;
}

.cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.card{
  background:#ffffff;
  color:#111;
  border-radius:20px;
  padding:18px 18px;
  border:1px solid rgba(0,0,0,.06);
}
.card h3{margin:0 0 8px; font-size:22px}
.card p{margin:0; color:#333; line-height:1.35}

.grid2{
  margin-top:14px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.why{
  border-radius:20px;
  padding:18px;
  background: linear-gradient(135deg, #0b0b0c 60%, rgba(245,196,0,.95) 60%);
  color:#fff;
}
.why h3{margin:0 0 10px; font-size:26px}
.why ul{margin:0; padding-left:18px}
.why li{margin:8px 0}

.price{
  background:#fff;
  color:#111;
  border-radius:20px;
  padding:18px;
  border:1px solid rgba(0,0,0,.06);
}
.price h3{margin:0 0 10px; font-size:26px}
.price__row{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0;
  border-bottom:1px dashed rgba(0,0,0,.18);
}
.price__row:last-of-type{border-bottom:none}
.price__note{margin-top:10px; color:#444; font-size:13px}

/* BRIDGE sekce */
.bridge{
  padding: 6px 0 18px;
}
.bridge__inner{
  background: linear-gradient(180deg, rgba(245,196,0,.14), rgba(255,255,255,.02));
  border: 1px solid rgba(245,196,0,.25);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}
.bridge__title{
  margin:0 0 8px;
  font-size: 28px;
  font-weight: 900;
}
.bridge__text{
  margin:0;
  max-width: 820px;
  color: rgba(255,255,255,.82);
  line-height: 1.5;
}
.bridge__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top: 14px;
}

/* Footer */
.footer{
  padding:22px 0 26px;
  color:rgba(255,255,255,.75);
}

.footer__inner{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;   /* vycentrování obsahu */
  text-align:center;    /* vycentrování textu */
}

.footer__left{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  font-weight:800;
  justify-content:center; /* centrování položek uvnitř */
}

.footer__note{
  font-size:13px;
  color:rgba(255,255,255,.60);
  max-width:820px;       /* lepší čitelnost */
}


@media (max-width: 920px){
  .hero__grid{grid-template-columns:1fr}
  .hero__h1{font-size:44px}
  .cards, .grid2{grid-template-columns:1fr}
  .services__head{flex-direction:column; align-items:flex-start}
}


/* =========================
   MOBILE: CTA + TAGY (lepší layout)
   ========================= */
@media (max-width: 700px){

  /* Hero copy trochu zmenšit */
  .hero__copy{
    padding:18px;
  }

  /* CTA tlačítka – full width, menší výška */
  .hero__ctaRow{
    gap:10px;
  }
  .hero__ctaRow .btn{
    width:100%;
    justify-content:center;
    padding:12px 14px;
    font-size:16px;
    border-radius:16px;
  }

  /* TAGY: 3 sloupce = úsporné + přehledné */
  .pillRow{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:8px;
    margin-top:12px;
  }

  .pill{
    padding:7px 8px;
    border-radius:12px;
    font-size:12px;
    line-height:1.15;
    text-align:center;
    white-space:normal;
  }

  /* hlavní benefit přes celou šířku */
  .pill--gold{
    grid-column: 1 / -1;
    padding:9px 10px;
    font-size:13px;
  }
}
