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

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

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

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

/* ========= HERO / TOP SECTION ========= */
#centralstation-top {
  padding: 120px 16px 30px;
  text-align: center;
}

#centralstation-top h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 14px;
  color: #0f172a;
}

#centralstation-top p.intro {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 auto 16px;
  color: #374151;
  max-width: 760px;
}

.hero-logo-block {
  max-width: 260px;
  margin: 14px auto 10px;
}

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

.cs-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 8px;
}

.cs-cta-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  background: #22c55e;
  color: #022c22;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.25);
}

.cs-cta-phone-wrap {
  font-size: 1rem;
  line-height: 1.5;
  color: #4b5563;
  text-align: left;
}

.cs-cta-phone-wrap div {
  opacity: 0.9;
}

.cs-cta-phone {
  font-weight: 700;
  font-size: 1.4rem;
  color: #d97706;
  text-decoration: none;
}

.cs-policy-note {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 12px 0 0;
}

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

@media (max-width: 768px) {
  #centralstation-top {
    padding-top: 110px;
  }
  .embed-surface {
    min-height: 720px;
  }
}

/* ========= MAIN CONTENT BELOW ========= */

#centralstation-below {
  padding: 38px 16px 44px;
}

#centralstation-below h2 {
  text-align: center;
}

#centralstation-below .cs-intro {
  max-width: 780px;
  margin: 0 auto 30px;
  font-size: 1.05rem;
  color: #374151;
  text-align: center;
  line-height: 1.8;
}

#centralstation-below .cs-section-label {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin: 0 0 4px;
}

#centralstation-below .cs-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  font-size: 0.85rem;
  color: #4b5563;
  margin-bottom: 10px;
}

/* Three-column summary */
#centralstation-below .cs-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin: 24px 0 34px;
}

#centralstation-below .cs-summary-item {
  font-size: 1rem;
  color: #374151;
  line-height: 1.7;
}

#centralstation-below .cs-summary-item strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: #111827;
}

/* Two-column mid section */
#centralstation-below .cs-mid-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: flex-start;
  margin: 8px 0 34px;
}

#centralstation-below .cs-left,
#centralstation-below .cs-right {
  flex: 1 1 300px;
  font-size: 1rem;
  color: #374151;
  line-height: 1.8;
}

/* Steps list */
#centralstation-below .cs-steps {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

#centralstation-below .cs-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
}

#centralstation-below .cs-steps li span.cs-step-no {
  flex: 0 0 28px;
  height: 28px;
  border-radius: 999px;
  background: #0f172a;
  color: #f9fafb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 2px;
}

/* Benefit bullets */
#centralstation-below .cs-benefits {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

#centralstation-below .cs-benefits li {
  padding: 9px 0;
  border-bottom: 1px solid #e5e7eb;
}

#centralstation-below .cs-benefits li:last-child {
  border-bottom: none;
}

#centralstation-below .cs-benefits strong {
  display: block;
  margin-bottom: 3px;
  color: #111827;
  font-weight: 600;
}

/* FAQ block */
#centralstation-below .cs-faq-wrap {
  border-top: 1px solid #e5e7eb;
  padding-top: 24px;
  margin-top: 8px;
}

#centralstation-below .faq-item {
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 1rem;
  color: #374151;
  line-height: 1.8;
}

#centralstation-below .faq-item:last-child {
  border-bottom: none;
}

#centralstation-below .faq-item h3 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  color: #111827;
  font-weight: 600;
}

/* Policy line */
#centralstation-below .cs-policy {
  font-size: 0.95rem;
  color: #6b7280;
  text-align: center;
  margin: 20px 0 0;
}

/* POPULÄRA VAL (tjänste-silo) */
.popular-section {
  margin: 24px 0 26px;
}

.popular-section h2 {
  font-size: 1.6em;
  color: #0f172a;
  text-align: center;
  margin: 0 0 8px;
}

.popular-section p.popular-lead {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 14px;
  font-size: 0.96em;
  color: #374151;
}

.popular-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}

.popular-card {
  flex: 1 1 260px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.03);
  font-size: 0.95em;
  color: #111827;
}

.popular-card strong {
  display: block;
  margin-bottom: 4px;
}

/* RELATERADE BOKNINGSALTERNATIV */
.booking-links-section {
  margin: 10px 0 30px;
}

.booking-links-section h2 {
  font-size: 1.6em;
  color: #0f172a;
  text-align: center;
  margin: 0 0 8px;
}

.booking-links-section p.booking-links-lead {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 14px;
  font-size: 0.96em;
  color: #374151;
}

.booking-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}

.booking-links-card {
  flex: 1 1 260px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.03);
  font-size: 0.95em;
  color: #111827;
}

.booking-links-card strong {
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 720px) {
  #centralstation-below .cs-mid-layout {
    gap: 28px;
  }
}

a {
  color: #111827;
}

a:hover {
  text-decoration: underline;
}
