:root{
  --trip-primary:#fec107;
  --trip-primary-dark:#f19107;
  --trip-accent:#f94141;
  --trip-ink:#0f172a;
  --trip-muted:#475569;
  --trip-line:rgba(15,23,42,.12);
  --trip-soft:#f8fafc;
  --trip-card:#fff;
  --trip-radius:22px;
  --trip-shadow:0 16px 40px rgba(2,8,23,.08);
  --trip-gradient:linear-gradient(135deg,var(--trip-primary),var(--trip-accent));
}

.trip-page{
  background:#fff;
  color:var(--trip-ink);
}

.trip-container{
  max-width:1180px;
  margin:0 auto;
  padding:0 16px;
}

.trip-section{
  padding:62px 0;
}

.trip-kicker{
  margin:0 0 10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--trip-primary-dark);
}

.trip-title{
  margin:0 0 14px;
  font-size:46px;
  line-height:1.05;
  letter-spacing:-.03em;
}

.trip-subtitle{
  margin:0;
  color:var(--trip-muted);
  line-height:1.75;
  font-size:16px;
}

.trip-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:999px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  transition:.2s ease;
}

.trip-btn:hover{
  transform:translateY(-2px);
}

.trip-btn--primary{
  background:var(--trip-gradient);
  color:#222;
  box-shadow:0 12px 24px rgba(249,65,65,.22);
}

.trip-btn--ghost{
  background:#fff;
  color:var(--trip-ink);
  border:1px solid var(--trip-line);
}

/* HERO */
.trip-hero{
  padding:125px 0 58px;
  background:
    radial-gradient(800px 300px at 10% 0%, rgba(254,193,7,.15), transparent 60%),
    radial-gradient(800px 300px at 90% 0%, rgba(249,65,65,.10), transparent 60%),
    #fff;
  overflow:hidden;
}

.trip-hero__grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:30px;
  align-items:center;
}

.trip-hero__text{
  max-width:64ch;
  margin-bottom:22px;
}

.trip-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 24px;
}

.trip-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--trip-line);
  color:var(--trip-muted);
  font-size:13px;
  font-weight:700;
}

.trip-pill::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--trip-gradient);
}

.trip-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.trip-hero__image-card{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--trip-shadow);
  background:#f1f5f9;
}

.trip-hero__image{
  display:block;
  width:100%;
  height:520px;
  object-fit:cover;
}

.trip-hero__note{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  box-shadow:0 12px 28px rgba(2,8,23,.10);
}

.trip-hero__note strong{
  display:block;
  margin-bottom:5px;
}

.trip-hero__note span{
  display:block;
  color:var(--trip-muted);
  line-height:1.6;
  font-size:14px;
}

/* QUICK FACTS */
.trip-facts{
  margin-top:-22px;
  position:relative;
  z-index:3;
}

.trip-facts__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.trip-fact{
  padding:20px;
  border-radius:var(--trip-radius);
  background:#fff;
  border:1px solid var(--trip-line);
  box-shadow:0 10px 26px rgba(2,8,23,.06);
}

.trip-fact span{
  display:block;
  margin-bottom:8px;
  color:var(--trip-primary-dark);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.trip-fact strong{
  display:block;
  font-size:18px;
}

/* OVERVIEW */
.trip-overview__grid{
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:22px;
  align-items:start;
}

.trip-card{
  padding:28px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--trip-line);
  box-shadow:var(--trip-shadow);
}

.trip-card--soft{
  background:linear-gradient(135deg,rgba(254,193,7,.10),rgba(249,65,65,.06));
}

.trip-card p{
  color:var(--trip-muted);
  line-height:1.8;
}

.trip-card p:last-child{
  margin-bottom:0;
}

.trip-mini-list{
  display:grid;
  gap:12px;
  margin-top:18px;
}

.trip-mini-item{
  padding:14px 16px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--trip-line);
}

.trip-mini-item strong{
  display:block;
  margin-bottom:4px;
}

.trip-mini-item span{
  color:var(--trip-muted);
  font-size:14px;
  line-height:1.6;
}

/* PROGRAM */
.trip-program{
  background:var(--trip-soft);
}

.trip-program__head{
  max-width:760px;
  margin-bottom:26px;
}

.trip-timeline{
  display:grid;
  gap:14px;
}

.trip-step{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:16px;
  padding:20px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--trip-line);
  box-shadow:0 10px 24px rgba(2,8,23,.05);
}

.trip-step__time{
  font-weight:900;
  color:var(--trip-primary-dark);
}

.trip-step h3{
  margin:0 0 8px;
  font-size:20px;
}

.trip-step p{
  margin:0;
  color:var(--trip-muted);
  line-height:1.75;
}

/* INFO */
.trip-info__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.trip-info-box{
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--trip-line);
  box-shadow:0 10px 24px rgba(2,8,23,.05);
}

.trip-info-box h3{
  margin:0 0 12px;
}

.trip-info-box ul{
  margin:0;
  padding-left:18px;
  color:var(--trip-muted);
  line-height:1.8;
}

/* CTA */
.trip-cta{
  padding:36px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(254,193,7,.16),rgba(249,65,65,.10));
  border:1px solid rgba(249,65,65,.12);
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}

.trip-cta h2{
  margin:0 0 8px;
  font-size:30px;
}

.trip-cta p{
  margin:0;
  color:var(--trip-muted);
  line-height:1.7;
}

.trip-cta__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* FAQ */
.trip-faq{
  display:grid;
  gap:12px;
}

.trip-faq details{
  border:1px solid var(--trip-line);
  border-radius:18px;
  background:#fff;
  padding:16px 18px;
}

.trip-faq summary{
  cursor:pointer;
  font-weight:900;
}

.trip-faq p{
  color:var(--trip-muted);
  line-height:1.75;
}

/* RESPONSIVE */
@media (max-width:900px){
  .trip-hero__grid,
  .trip-overview__grid,
  .trip-info__grid{
    grid-template-columns:1fr;
  }

  .trip-facts__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .trip-title{
    font-size:38px;
  }

  .trip-hero__image{
    height:420px;
  }

  .trip-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:560px){
  .trip-hero{
    padding-top:105px;
  }

  .trip-title{
    font-size:32px;
  }

  .trip-facts__grid,
  .trip-step{
    grid-template-columns:1fr;
  }

  .trip-card,
  .trip-cta{
    padding:22px;
  }

  .trip-hero__image{
    height:340px;
  }
}