/* =========================================
   Prague Luggage Transfer vs Storage – CSS
   File: /blog/prague-luggage-transfer-vs-storage.css
   ========================================= */

/* RESET */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: #222;
  line-height: 1.6;
}

/* HERO */
.hero {
  position: relative;
  padding: 92px 20px 78px;
  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(to bottom, rgba(0,0,0,0.86), rgba(0,0,0,0.35));
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1020px;
  margin: 0 auto;
}

.hero-text {
  color: rgba(255,255,255,0.96);
  max-width: 920px;
}

.brand { display: inline-block; }

.hero-logo {
  width: 190px;
  display: block;
  margin-bottom: 18px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.8));
}

.eyebrow {
  font-size: 0.95rem;
  opacity: 0.95;
  margin-bottom: 10px;
}

.hero h1 {
  font-size: clamp(2.05rem, 3.2vw, 2.85rem);
  font-weight: 780;
  line-height: 1.15;
  margin-bottom: 14px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.65);
}

.hero-subtitle {
  font-size: 1.05rem;
  max-width: 80ch;
  margin-bottom: 14px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.55);
}

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

.trust-text {
  font-size: 0.98rem;
  max-width: 90ch;
  opacity: 0.98;
  text-shadow: 0 2px 10px rgba(0,0,0,0.55);
}

/* CTA */
.cta-btn {
  background: #ff4bb1;
  color: #fff;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 650;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: transform 0.15s ease, background 0.15s ease;
  display: inline-block;
}

.cta-btn:hover {
  background: #ff2e9f;
  transform: translateY(-1px);
}

.cta-btn-secondary {
  background: #5f2b8c;
}
.cta-btn-secondary:hover {
  background: #4b2170;
}

.cta-btn-ghost {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow: none;
}
.cta-btn-ghost:hover {
  background: rgba(255,255,255,0.18);
}

/* PAGE WRAPPER */
.page-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding: 34px 20px 90px;
}

.section {
  margin-top: 28px;
}

.section-intro {
  margin-bottom: 14px;
  color: #333;
}

.content h2 {
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.content h3 {
  font-size: 1.25rem;
  margin-top: 16px;
  margin-bottom: 10px;
}

.content p {
  margin-bottom: 14px;
  color: #333;
}

.content ul,
.content ol {
  margin: 10px 0 16px 22px;
}

.content li {
  margin-bottom: 8px;
}

/* TWO COLUMN */
.two-column {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  align-items: start;
}

/* CHECKLIST */
.checklist {
  list-style: none;
  padding: 0;
  margin: 12px 0 16px;
}

.checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #333;
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #10b981;
}

/* INFO / BENEFIT CARDS */
.info-card,
.benefit-card {
  background: #f4ecff;
  border: 1px solid rgba(95, 43, 140, 0.14);
  border-radius: 18px;
  padding: 18px;
}

.info-card h3,
.benefit-card h3 {
  margin-top: 0;
  color: #5f2b8c;
}

.info-note {
  margin-top: 10px;
  color: #444;
}

/* BULLETS */
.bullets {
  margin-left: 18px;
}

/* NUMBERED (for small in-card OL) */
.numbered {
  margin: 10px 0 0 18px;
}

/* CTA BANNER */
.cta-banner {
  margin-top: 18px;
  padding: 20px;
  border-radius: 18px;
  background: #f4ecff;
  border: 1px solid rgba(95, 43, 140, 0.14);
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cta-text h3 {
  margin: 0 0 6px;
  color: #5f2b8c;
}

.cta-text p {
  margin: 0;
}

/* COMPARISON TABLE */
.comparison-table-wrapper {
  margin-top: 12px;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #ffffff;
}

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

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

.comparison-table thead th {
  background: #f4ecff;
  color: #222;
  font-weight: 800;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

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

.scenario {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.scenario-links a {
  color: #5f2b8c;
  font-weight: 700;
  text-decoration: none;
}
.scenario-links a:hover {
  text-decoration: underline;
  color: #ff4bb1;
}

/* FAQ */
.faq {
  margin-top: 10px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.faq-item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.faq-item:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.faq-cta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}

/* RELATED GUIDES BLOCK */
.related-guides-block {
  margin-top: 34px;
  padding: 22px;
  background: #f4ecff;
  border-radius: 18px;
  border: 1px solid rgba(95, 43, 140, 0.14);
}

.related-guides-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.related-guides-list li + li {
  margin-top: 8px;
}

.related-guides-list a {
  text-decoration: none;
  color: #5f2b8c;
  font-weight: 800;
}

.related-guides-list a:hover {
  text-decoration: underline;
  color: #ff4bb1;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .scenario-grid { grid-template-columns: 1fr; }
  .two-column { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero { padding: 84px 16px 72px; }
  .hero-logo { width: 170px; }
}
