/* Reset / base for this page */
*, *::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;
}

a {
  color: #111827;
}

a:hover {
  text-decoration: underline;
}

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

/* ========== HERO: LÅNGDISTANS ========== */
#longdistance-top {
  padding: 120px 16px 26px;
  text-align: center;
}

#longdistance-top h1 {
  font-size: 2.1em;
  font-weight: 800;
  color: #0f172a;
  margin: 8px 0 10px;
}

#longdistance-top p.intro {
  font-size: 1.05em;
  color: #374151;
  margin: 10px auto 14px;
  max-width: 900px;
}

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

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

/* CTA buttons in hero */
.ld-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
  font-size: 0.96rem;
}

.ld-cta-row a {
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.ld-cta-main {
  background: #ff6b00;
  color: #ffffff;
  font-weight: 600;
}

.ld-cta-secondary {
  background: #0f172a;
  color: #ffffff;
  font-weight: 600;
}

.ld-cta-phone {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
}

/* Phone block */
.ld-phone-big {
  font-size: 1.8em;
  font-weight: 700;
  color: #d32f2f;
  margin: 10px 0 4px;
}

.ld-phone-link {
  color: inherit;
  text-decoration: none;
}

.ld-hero-note {
  font-size: 0.98rem;
  color: #f97316;
  margin: 0;
}

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

@media (max-width: 768px) {
  #longdistance-top {
    padding-top: 110px;
  }

  .embed-surface {
    min-height: 720px;
  }
}

/* ========== MAIN CONTENT ========== */
#longdistance-below {
  padding: 26px 16px 32px;
}

#longdistance-below p {
  font-size: 0.97em;
  color: #374151;
  line-height: 1.55;
}

/* H2 variants */
#longdistance-below h2 {
  font-size: 1.5em;
  color: #0f172a;
  margin-top: 20px;
}

#longdistance-below h2.ld-title-main {
  font-size: 1.7em;
  margin: 0 0 14px;
}

#longdistance-below h2.ld-title-tight {
  margin-top: 10px;
}

#longdistance-below h2.ld-title-wide {
  margin-top: 24px;
}

/* Intro block with image */
#longdistance-below .intro-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 20px;
}

#longdistance-below .intro-text {
  flex: 1 1 260px;
  min-width: 0;
}

#longdistance-below .intro-image {
  flex: 0 0 260px;
  max-width: 320px;
}

#longdistance-below .intro-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
}

/* CTA row below intro & later */
#longdistance-below .cta-row {
  text-align: center;
  margin: 18px 0 24px;
}

#longdistance-below .cta-row a {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  margin: 4px 6px;
  font-size: 0.95rem;
}

#longdistance-below .cta-row a.primary {
  background: #ff6b00;
  color: #fff;
}

#longdistance-below .cta-row a.secondary {
  background: #0f172a;
  color: #fff;
}

/* Mid and bottom banner images */
#longdistance-below .banner-image {
  margin: 20px auto 10px;
  max-width: 900px;
}

#longdistance-below .banner-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.25);
}

/* Lists */
#longdistance-below ul {
  font-size: 0.97em;
  color: #374151;
  line-height: 1.55;
  padding-left: 20px;
}

/* Destinations grid */
#longdistance-below .destinations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 12px 0 20px;
}

#longdistance-below .destination-box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.03);
  font-size: 0.96em;
  color: #374151;
}

#longdistance-below .destination-box strong {
  display: block;
  margin-bottom: 3px;
  color: #111827;
}

/* POPULÄRA VAL (tjänste-silo) */
.popular-section {
  margin: 26px 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;
}

/* Bottom paragraph */
.bottom-text {
  font-size: 0.95em;
  color: #4b5563;
  text-align: center;
  margin-top: 10px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #longdistance-below .intro-wrap {
    flex-direction: column;
  }
}
