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

body {
  font-family: system-ui, -apple-system, "Inter", Roboto, Arial, sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.6;
}

img,
video {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ========== HERO: TAXI-PRISER ========== */
.price-hero {
  padding: 140px 0 26px;
  text-align: center;
}

.price-hero p.snippet {
  font-size: 1.12rem;
  color: #111827;
  margin: 0 0 10px;
}

/* Logo block (trust indicator) */
.hero-logo-block {
  max-width: 260px;
  margin: 16px auto 6px;
}

.hero-logo-block img {
  width: 100%;
  height: auto;
  display: block;
}

.price-hero h1 {
  font-size: 1.95rem;
  color: #0f172a;
  margin: 10px 0 14px;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.price-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 6px 0 14px;
}

.price-cta-row a {
  text-decoration: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.96rem;
  display: inline-block;
  white-space: nowrap;
}

.price-cta-main {
  background: #111827;
  color: #fff;
}

.price-cta-book {
  background: #ff6b00;
  color: #fff;
  font-weight: 700;
}

.price-cta-app {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #111827;
}

.price-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
  text-align: left;
  max-width: 840px;
  margin: 0 auto;
}

.price-tile {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.96rem;
  color: #111827;
}

.price-hero .policy {
  font-size: 0.92rem;
  color: #6b7280;
  margin: 10px 0 0;
}

/* ========== BOOKING WIDGET WRAPPER ========== */
.embed-surface {
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 0 16px;
  min-height: 620px;
}

@media (max-width: 768px) {
  .price-hero {
    padding: 120px 0 22px;
  }
  .embed-surface {
    min-height: 720px;
  }
}

/* ========== BELOW-PRICES CONTENT ========== */
#taxi-priser-below {
  padding: 24px 16px 40px;
}

#taxi-priser-below h2 {
  font-size: 1.6rem;
  color: #0f172a;
  text-align: center;
  margin: 0 0 14px;
  font-weight: 700;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
  margin: 8px 0 18px;
}

.benefit-card {
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  font-size: 0.95rem;
  color: #111827;
}

.mini-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.mini-faq-grid article {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  font-size: 0.95rem;
  color: #374151;
}

.mini-faq-grid h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #111827;
}

.steps-box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  font-size: 0.95rem;
  color: #111827;
}

.steps-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 8px;
  font-size: 0.95rem;
}

.steps-inline div {
  min-width: 210px;
}

.below-policy {
  font-size: 0.92rem;
  color: #6b7280;
  text-align: center;
  margin: 12px 0 0;
}

#taxi-priser-below a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Extra grid for internal linking blocks */
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.related-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  font-size: 0.95rem;
  color: #111827;
}
