/* =========================================
   Prague Layover Luggage Guide (page CSS)
   Path: /blog/prague-layover-luggage-guide.css
   ========================================= */

/* ---- Minimal tokens (fallback if style.css doesn't define them) ---- */
:root{
  --voyli-purple: #6b2be6;
  --text: #111318;
  --muted: rgba(17,19,24,0.72);
  --border: rgba(17,19,24,0.12);
  --card: #ffffff;
  --soft: rgba(17,19,24,0.04);
}

/* ---- Layout ---- */
.page-wrapper{
  padding: clamp(24px, 4vw, 56px) 0;
}

.content{
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
}

.content section{
  margin: 28px 0;
}

/* ---- Typography ---- */
.content h2{
  margin: 26px 0 10px;
  line-height: 1.15;
  color: var(--text);
}

.content h3{
  margin: 22px 0 10px;
  line-height: 1.2;
  color: var(--text);
}

.content h4{
  margin: 18px 0 8px;
  line-height: 1.25;
  color: var(--text);
}

.content p{
  margin: 10px 0;
  line-height: 1.7;
  color: var(--muted);
}

.content ul{
  margin: 10px 0 10px 20px;
  padding: 0;
  line-height: 1.7;
  color: var(--muted);
}

.content li{
  margin: 6px 0;
}

.content a{
  color: var(--voyli-purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content a:hover{
  text-decoration-thickness: 2px;
}

/* =========================================
   HERO (background-image version)
   Required structure:
   .hero
   .hero-overlay
   .hero-inner.container
   .hero-text
   ========================================= */

.hero{
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 110px) 0;
  background-image: url("/img/grafika2.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10,10,14,0.78) 0%,
    rgba(10,10,14,0.58) 52%,
    rgba(10,10,14,0.40) 100%
  );
  pointer-events: none;
}

.hero-inner{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
}

.hero-text{
  max-width: 760px;
}

.hero-logo{
  display: block;
  height: 28px;
  width: auto;
  margin-bottom: 14px;
}

.hero h1{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 8px 20px rgba(0,0,0,0.38);
}

.hero-subtitle{
  margin: 0 0 18px;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 6px 16px rgba(0,0,0,0.34);
  max-width: 68ch;
}

/* CTA row */
.hero-cta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

/* Buttons (safe even if style.css doesn't style these) */
.cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.22);
  background: var(--voyli-purple);
  color: #ffffff;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}

.cta-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.35);
}

.cta-btn:active{
  transform: translateY(0);
}

.cta-btn-secondary{
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.26);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* =========================================
   Bottom CTA (in content - light theme)
   ========================================= */

.bottom-cta{
  margin-top: 34px;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--soft);
}

.bottom-cta h3{
  margin-top: 0;
  color: #ffffff;
}

.bottom-cta p{
  color: var(--muted);
}

.cta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

/* In content area, make buttons readable (purple + outline) */
.page-wrapper .cta-btn{
  background: var(--voyli-purple);
  border-color: rgba(107,43,230,0.25);
}

.page-wrapper .cta-btn-secondary{
  background: transparent;
  color: var(--voyli-purple);
  border: 1px solid rgba(107,43,230,0.32);
}

/* =========================================
   Related guides
   ========================================= */

.related-guides{
  margin-top: 26px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.related-guides ul{
  margin-left: 18px;
}

/* =========================================
   Responsive
   ========================================= */

@media (max-width: 520px){
  .hero{
    padding: 44px 0 52px;
    background-position: center bottom;
  }

  .hero-logo{
    height: 24px;
  }

  .cta-btn{
    width: 100%;
  }
}
/* --- Bottom CTA: force white text --- */
.bottom-cta{
  background: rgba(10,10,14,0.78);
  border: 1px solid rgba(255,255,255,0.14);
}

.bottom-cta h3,
.bottom-cta p,
.bottom-cta li{
  color: #ffffff !important;
}

.bottom-cta p{
  opacity: 0.92;
}

.bottom-cta a{
  color: #ffffff;
}

/* pokud chceš, aby secondary button zůstal "outline" a čitelný */
.bottom-cta .cta-btn-secondary{
  color: #ffffff;
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.10);
}
