/* =========================================================
   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;
}

/* ---------------------------------------------------------
   gallery
--------------------------------------------------------- */

.hn-gallery-main img{
width:100%;
border-radius:12px;
object-fit:cover;
}

.hn-gallery-thumbs{
display:flex;
gap:10px;
margin-top:10px;
overflow-x:auto;
}

.hn-gallery-thumbs img{
width:80px;
height:60px;
object-fit:cover;
border-radius:8px;
cursor:pointer;
opacity:0.8;
transition:0.2s;
}

.hn-gallery-thumbs img:hover{
opacity:1;
transform:scale(1.05);
}

/* ---------------------------------------------------------
   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;
  }
}

/* ---------------------------------------------------------
  hn-how-grid
--------------------------------------------------------- */


.hn-how-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}

.hn-how-card {
background: #fff;
border-radius: 16px;
padding: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
text-align: left;
}

.hn-how-step {
width: 32px;
height: 32px;
border-radius: 50%;
background: #FF5527;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
margin-bottom: 10px;
}

.hn-how-title {
font-size: 15px;
font-weight: 600;
margin-bottom: 6px;
}

.hn-how-desc {
font-size: 13px;
color: #666;
line-height: 1.4;
}

@media (max-width: 768px) {
.hn-how-grid {
grid-template-columns: 1fr;
}
}

.hn-how-highlight {
background: rgba(255,85,39,0.08);
color: #FF5527;
padding: 10px 14px;
border-radius: 10px;
font-size: 13px;
margin: 10px 0 20px;
display: inline-block;
}


/* ---------------------------------------------------------
  hn-about
--------------------------------------------------------- */

.hn-about-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}

.hn-about-card {
background: #fff;
border-radius: 16px;
padding: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.hn-about-title {
font-size: 15px;
font-weight: 600;
margin-bottom: 6px;
}

.hn-about-desc {
font-size: 13px;
color: #666;
line-height: 1.4;
}

@media (max-width: 768px) {
.hn-about-grid {
grid-template-columns: 1fr;
}
}

.hn-about-highlight {
background: rgba(0,0,0,0.04);
padding: 10px 14px;
border-radius: 10px;
font-size: 13px;
margin: 10px 0 20px;
display: inline-block;
}

/* ---------------------------------------------------------
  hn-cta-box
--------------------------------------------------------- */

.hn-cta-box {
background: linear-gradient(135deg, #FF5527, #ff7a4d);
color: #fff;
border-radius: 20px;
padding: 28px 20px;
text-align: center;
box-shadow: 0 10px 30px rgba(255,85,39,0.25);
}

.hn-cta-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
}

.hn-cta-subtitle {
font-size: 14px;
opacity: 0.95;
margin-bottom: 14px;
}

.hn-cta-note {
font-size: 13px;
opacity: 0.9;
margin-bottom: 20px;
line-height: 1.5;
}

.hn-cta-actions {
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
}

.hn-btn-lg {
padding: 12px 18px;
font-size: 14px;
border-radius: 10px;
}

.hn-btn-primary {
background: #fff;
color: #FF5527;
font-weight: 600;
}

.hn-btn-outline {
border: 1px solid rgba(255,255,255,0.7);
border-radius: 10px;
}

.hn-btn-primary:hover {
background: #f8f8f8;
}

.hn-btn-outline:hover {
background: rgba(255,255,255,0.1);
}

.hn-cta-call{}