*, *::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;
}

/* Top hero for this landing page */
.taxi-hero {
  padding: 140px 0 32px;
  text-align: center;
}

/* Logo block (trust signal) */
.hero-logo {
  max-width: 210px;
  margin: 0 auto 18px;
}

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

.taxi-hero h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.taxi-hero p {
  font-size: 1.06rem;
  color: #111827;
  max-width: 900px;
  margin: 0 auto 14px;
}

.taxi-hero ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
  font-size: 0.96rem;
}

/* booking widget wrapper */
.embed-surface {
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 0 16px;
  min-height: 620px;
}

@media (max-width: 768px) {
  .taxi-hero {
    padding: 120px 0 26px;
  }
  .taxi-hero h1 {
    font-size: 2.0rem;
  }
  .embed-surface {
    min-height: 720px;
  }
}

/* MAIN CONTENT */
#taxi-linkoping-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 16px 40px;
}

#taxi-linkoping-main h2 {
  font-size: 1.6rem;
  color: #0f172a;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 700;
}

#taxi-linkoping-main p {
  font-size: 1rem;
  color: #374151;
  line-height: 1.7;
}

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

.tl-section {
  margin-bottom: 40px;
  padding-top: 22px;
  border-top: 1px solid #e5e7eb;
}

.tl-section:first-of-type {
  border-top: none;
  padding-top: 10px;
}

.tl-two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.tl-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 0.97rem;
  color: #374151;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tl-pill {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef2ff;
  color: #111827;
  font-size: 0.9rem;
  text-align: left;
}

.tl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 14px;
}

.tl-card {
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.96rem;
  color: #111827;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 120px;
}

.tl-list {
  columns: 2;
  column-gap: 18px;
  font-size: 0.95rem;
}

@media (max-width: 700px) {
  .tl-list {
    columns: 1;
  }
}

.tl-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 16px 18px;
  font-size: 0.95rem;
  color: #374151;
  margin-top: 14px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.03);
}

.tl-center-text {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 10px;
}

/* Simple arrow flow for steps */
.steps-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.98rem;
  color: #111827;
}

.steps-flow .step-item {
  text-align: center;
}

.steps-flow .step-arrow {
  font-weight: 700;
  color: #6b7280;
}
