/* ===== Cykloservis Čestlice – statická šablona ===== */
:root{
  --bg:#0b0f14;
  --panel:#0f1620;
  --panel2:#121b26;
  --text:#eaf0f7;
  --muted:#a8b3c2;
  --border:rgba(255,255,255,.08);
  --accent:#69d34b;
  --accent2:#94ff6f;
  --ring:rgba(105,211,75,.35);
  --shadow:0 18px 50px rgba(0,0,0,.55);
  --radius:18px;
  --max:1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 15% 15%, rgba(105,211,75,.08), transparent 55%),
    radial-gradient(900px 600px at 85% 10%, rgba(255,255,255,.05), transparent 55%),
    var(--bg);
  line-height:1.55;
}

.hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}


a{color:inherit; text-decoration:none}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}
.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:12px; top:12px; width:auto; height:auto; padding:10px 12px; background:#fff; color:#000; border-radius:10px; z-index:999}

/* Header */
.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(140%) blur(10px);
  background:rgba(11,15,20,.72);
  border-bottom:1px solid var(--border);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:12px 0;
}
.brand-logo{height:44px; width:auto; display:block}
.nav{display:flex; gap:18px; align-items:center; color:var(--muted); font-weight:700}
.nav a{padding:10px 6px}
.header-right{display:flex; gap:12px; align-items:center}
.phone{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 12px; border-radius:999px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
  font-weight:900;
}
.menu-btn{
  display:none;
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
  color:var(--text);
  border-radius:12px;
  padding:10px 12px;
  font-size:16px;
  cursor:pointer;
}
.mobile-nav{
  display:none;
  padding:10px 0 16px;
}
.mobile-nav a{
  display:block;
  padding:12px 10px;
  border-top:1px solid var(--border);
  color:var(--muted);
  font-weight:800;
}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid var(--border);
  font-weight:900;
  letter-spacing:.2px;
  transition:transform .08s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
  user-select:none;
}
.btn:hover{transform:translateY(-1px)}
.btn:focus{outline:none; box-shadow:0 0 0 4px var(--ring)}
.btn.primary{
  background:linear-gradient(180deg, rgba(148,255,111,.95), rgba(105,211,75,.82));
  color:#0b140e;
  border-color:rgba(148,255,111,.35);
  box-shadow:0 14px 30px rgba(105,211,75,.18);
}
.btn.ghost{background:rgba(255,255,255,.03)}
.btn.block{width:100%}

/* Hero */
.hero{position:relative; padding:48px 0 28px; overflow:hidden; border-bottom:1px solid var(--border)}
.hero-bg{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(11,15,20,.92) 0%, rgba(11,15,20,.66) 45%, rgba(11,15,20,.92) 100%),
    url("assets/background.jpg");
  background-size:cover;
  background-position:center;
  filter:contrast(1.05) saturate(.95);
  transform:scale(1.02);
}
.hero-inner{
  position:relative;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}
.hero-copy h1{
  margin:0;
  font-size:clamp(34px,4vw,54px);
  line-height:1.06;
  letter-spacing:-.8px;
}
.lead{margin:12px 0 18px; color:rgba(234,240,247,.86); max-width:60ch; font-size:1.05rem}
.actions{display:flex; gap:12px; flex-wrap:wrap; margin:10px 0 18px}
.badges{display:flex; flex-wrap:wrap; gap:10px; padding-top:8px}
.badge{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
  font-weight:800;
}

/* Hero card */
.hero-card{
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(18,27,38,.92), rgba(15,22,32,.92));
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  display:flex; flex-direction:column;
  overflow:hidden;
}
.hc-top{padding:18px 18px 8px}
.kicker{font-weight:900; color:var(--accent2); text-transform:uppercase; letter-spacing:.9px; font-size:.78rem}
.title{font-weight:900; font-size:1.25rem; margin-top:6px}
.hc-top p{color:var(--muted); margin:10px 0 0}
.hc-bottom{padding:16px 18px 18px; border-top:1px solid var(--border); margin-top:auto; background:rgba(255,255,255,.02)}
.note{margin-top:10px; color:var(--muted); font-size:.9rem}

/* Sections */
.section{padding:44px 0}
.section.dark{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.head h2{margin:0; font-size:clamp(24px,2.6vw,34px); letter-spacing:-.4px}
.head p{margin:10px 0 0; color:var(--muted); max-width:70ch}

/* Grids */
.grid{display:grid; gap:14px}
.cards{grid-template-columns:repeat(4, 1fr)}
.card{
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
  border-radius:var(--radius);
  padding:16px;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.card .ic{font-size:22px; margin-bottom:8px}
.card h3{margin:6px 0 6px; font-size:1.05rem}
.card p{margin:0; color:var(--muted)}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

/* Pricing */
.pricing{grid-template-columns:repeat(3, 1fr); margin-top:16px}
.price-card{
  position:relative;
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 14px 36px rgba(0,0,0,.28);
}
.price-card.featured{
  outline:1px solid rgba(148,255,111,.18);
  box-shadow:0 18px 50px rgba(105,211,75,.12);
}
.pill{
  position:absolute; top:12px; right:12px;
  background:rgba(105,211,75,.15);
  border:1px solid rgba(148,255,111,.25);
  color:var(--accent2);
  padding:6px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:.78rem;
}
.price{font-size:1.6rem; font-weight:900; letter-spacing:-.4px}
.sub{color:var(--muted); font-weight:800; margin-top:4px}
.price-card ul{margin:14px 0 16px; padding-left:18px; color:rgba(234,240,247,.9)}
.price-card li{margin:8px 0}

/* Booking */
.booking{display:grid; grid-template-columns:1.15fr .85fr; gap:18px; align-items:start}
.muted{color:var(--muted)}
.form{
  margin-top:14px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:rgba(255,255,255,.03);
  padding:16px;
}
label{display:block; font-weight:900; font-size:.92rem; color:rgba(234,240,247,.92)}
input, select, textarea{
  width:100%;
  margin-top:8px;
  margin-bottom:14px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(11,15,20,.55);
  color:var(--text);
  font:inherit;
}
input:focus, select:focus, textarea:focus{
  outline:none;
  box-shadow:0 0 0 4px var(--ring);
  border-color:rgba(148,255,111,.25);
}
.row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.contact{
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(18,27,38,.85), rgba(15,22,32,.85));
  border-radius:var(--radius);
  padding:16px;
  box-shadow:var(--shadow);
}
.contact h3{margin:0 0 10px}
.strong a{font-weight:900}
.map{width:100%; height:auto; border-radius:16px; border:1px solid rgba(255,255,255,.10); margin:12px 0}
.where-title{font-weight:900; margin-bottom:6px}
.where-text{color:var(--muted); font-weight:800}
.social{display:flex; gap:10px; margin-top:12px}
.social img{width:44px; height:44px; display:block}

/* Footer */
.footer{padding:26px 0; border-top:1px solid var(--border); background:rgba(0,0,0,.22)}
.foot{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap}
.foot-logo{height:40px; width:auto}
.foot-links{display:flex; gap:14px; color:var(--muted); font-weight:800}
.small{font-size:.9rem}

/* Responsive */
@media (max-width:980px){
  .cards{grid-template-columns:repeat(2, 1fr)}
  .pricing{grid-template-columns:1fr}
  .hero-inner{grid-template-columns:1fr}
  .booking{grid-template-columns:1fr}
}
@media (max-width:760px){
  .nav{display:none}
  .menu-btn{display:inline-flex}
  .mobile-nav{display:block}
  .phone{display:none}
  .row{grid-template-columns:1fr}
}
