/* =========================================================
   HOPNEST GO — HOUSEBOAT (PREMIUM CONCIERGE STYLE)
   Scoped styles only — no base.css overrides
========================================================= */

.go-houseboat-hero {
  background: linear-gradient(
    to bottom,
    #dcdcdc 0%,
    #b5b5b5 45%,
    #2a2a2a 100%
  );
  padding: 96px 20px 110px;
  text-align: center;
}

.go-houseboat-hero .hn-hero-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 14px;
}

.go-houseboat-hero .hn-hero-support {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.go-houseboat-hero .hn-btn {
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
}

/* ---------------------------------------------------------
   SECTION BASE
--------------------------------------------------------- */

.go-houseboat-hero + .hn-section,
.go-houseboat-why,
.go-houseboat-types,
.go-houseboat-process,
.go-houseboat-not-for,
.go-houseboat-final-cta {
  padding: 64px 20px;
}

.hn-section-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 22px;
  color: #1c1c1c;
}

/* ---------------------------------------------------------
   WHY TRICKY
--------------------------------------------------------- */

.go-houseboat-list {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 18px;
}

.go-houseboat-list li {
  margin-bottom: 12px;
  line-height: 1.55;
  color: #444;
}

/* ---------------------------------------------------------
   EXPERIENCE TYPES (CARDS)
--------------------------------------------------------- */

.go-houseboat-types .hn-card {
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.go-houseboat-types .hn-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.go-houseboat-types .hn-card-body {
  padding: 22px;
}

.go-houseboat-types .hn-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.go-houseboat-types .hn-card-subtext {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
}

/* ---------------------------------------------------------
   PROCESS STEPS
--------------------------------------------------------- */

.go-houseboat-steps {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 20px;
}

.go-houseboat-steps li {
  margin-bottom: 14px;
  line-height: 1.6;
  color: #333;
}

/* ---------------------------------------------------------
   NOT FOR (DISQUALIFIER)
--------------------------------------------------------- */

.go-houseboat-not-for {
  background: #fafafa;
}

.go-houseboat-muted-list {
  max-width: 680px;
  margin: 0 auto;
  padding-left: 18px;
  color: #666;
}

.go-houseboat-muted-list li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

/* ---------------------------------------------------------
   FINAL CTA
--------------------------------------------------------- */

.go-houseboat-final-cta {
  background: #fff4ee;
  text-align: center;
}

.go-houseboat-final-cta .hn-section-title {
  margin-bottom: 12px;
}

.go-houseboat-final-cta .hn-section-subtitle {
  max-width: 560px;
  margin: 0 auto 22px;
  font-size: 0.95rem;
  color: #444;
}

.go-houseboat-final-cta .hn-btn {
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
}

/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (min-width: 768px) {
  .go-houseboat-hero {
    padding: 120px 20px 140px;
  }

  .go-houseboat-hero .hn-hero-title {
    font-size: 2.6rem;
  }

  .hn-section-title {
    font-size: 1.6rem;
  }
}
