/* =========================================
   Prague Public Transport With Luggage – Page CSS
   File: /blog/prague-public-transport-with-luggage-guide.css
   ========================================= */

:root{
  --violet: #5f2b8c;
  --pink: #ff4bb1;
  --text: #1b1b22;
  --muted: #444;
  --border: rgba(0,0,0,0.10);
  --shadow: 0 18px 60px rgba(0,0,0,0.12);
  --r16: 16px;
  --r20: 20px;
}

/* HERO */
.hero{
  position: relative;
  padding: 110px 0;
  background-image: url("/img/grafika2.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.86), rgba(0,0,0,0.35));
}

.hero-inner{
  position: relative;
  z-index: 2;
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-text{
  max-width: 860px;
  padding: 0 0;
}

.eyebrow{
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  opacity: 0.92;
  margin-bottom: 10px;
}

.hero h1{
  margin: 0 0 14px;
  line-height: 1.12;
  font-size: clamp(2.05rem, 3.2vw, 2.9rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 0 4px 12px rgba(0,0,0,0.55);
}

.subtitle{
  margin: 0 0 18px;
  color: rgba(255,255,255,0.92);
  font-size: 1.08rem;
  line-height: 1.55;
  text-shadow: 0 3px 10px rgba(0,0,0,0.55);
  max-width: 880px;
}

.hero-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0 14px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn-primary{
  background: var(--pink);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.28);
}
.btn-primary:hover{
  background: #ff2e9f;
  transform: translateY(-1px);
}

.btn-ghost{
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.26);
  color: #fff;
}
.btn-ghost:hover{
  background: rgba(255,255,255,0.18);
}

.trust-text{
  margin: 0;
  color: rgba(255,255,255,0.86);
  max-width: 880px;
}

/* LAYOUT */
.page-wrapper{
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 70px;
}

.section{
  margin-bottom: 34px;
}

.section h2{
  margin: 0 0 12px;
  color: #222;
  font-size: 1.85rem;
}

.section p{
  color: var(--muted);
  line-height: 1.65;
}

a{
  color: var(--violet);
  font-weight: 800;
  text-decoration: underline;
}
a:hover{
  color: var(--pink);
}

/* LISTS */
.checklist{
  list-style: none;
  padding: 0;
  margin: 12px 0 16px;
}
.checklist li{
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--muted);
}
.checklist li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #10b981;
  font-weight: 900;
}

.bullets{
  margin: 10px 0 0 18px;
}
.bullets li{
  margin-bottom: 8px;
  color: var(--muted);
}

/* TABLE */
.table-wrap{
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--r16);
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.modes-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.modes-table th,
.modes-table td{
  padding: 14px 14px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  vertical-align: top;
}

.modes-table th{
  text-align: left;
  color: #1a1a22;
  font-weight: 900;
  background: rgba(95,43,140,0.06);
}

/* CTA banner */
.cta-banner{
  margin-top: 16px;
  border-radius: var(--r20);
  padding: 18px;
  background: #0b0b10;
  color: #fff;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-banner h3{
  margin: 0 0 6px;
  color: #fff;
}

.cta-banner p{
  margin: 0;
  color: rgba(255,255,255,0.86);
}

.cta-text{
  max-width: 720px;
}

/* TWO COLUMN */
.two-column{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: start;
}

.info-card,
.benefit-card{
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--r20);
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.info-card h3,
.benefit-card h3{
  margin-top: 0;
  color: var(--violet);
}

.info-note{
  margin-top: 12px;
  color: var(--muted);
}

/* INLINE LINK */
.inline-link{
  display: inline-block;
  margin-top: 10px;
}

/* SCENARIOS */
.scenario-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.scenario{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r20);
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.scenario h3{
  margin-top: 0;
  color: #222;
}

/* FAQ */
.faq-item{
  background: #f9f9fb;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--r16);
  padding: 16px;
  margin: 12px 0;
}

.faq-item h3{
  margin: 0 0 8px;
  color: #222;
}

.faq-cta{
  margin-top: 14px;
  padding: 18px;
  border-radius: var(--r20);
  background: #f4ecff;
  border: 1px solid rgba(95,43,140,0.14);
}

/* CROSS-LINKS */
.section-crosslinks{
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.crosslinks-heading{
  margin: 0 0 12px;
}

.crosslinks-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.crosslink-card{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r20);
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.crosslink-card p{
  margin: 8px 0 0;
  color: var(--muted);
}

/* FOOTER */
.site-footer{
  padding: 20px 0 30px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.footer-inner{
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .two-column{ grid-template-columns: 1fr; }
  .scenario-grid{ grid-template-columns: 1fr; }
  .modes-table{ min-width: 640px; }
  .hero{ padding: 86px 0; }
}
