/* Watphou Travels — layout inspired by vietnamdiscovery.com (Watphou photos & copy only) */

:root {
  --wpt-orange: #f15a24;
  --wpt-orange-dark: #d9480f;
  --wpt-text: #212529;
  --wpt-muted: #6c757d;
  --wpt-border: #dee2e6;
  --wpt-bg: #fff;
  --wpt-footer: #1a1d21;
  --wpt-max: 1140px;
  --wpt-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
  --wpt-why-bg: #f0f7fd;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--wpt-text);
  background: var(--wpt-bg);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--wpt-orange); text-decoration: none; }
a:hover { color: var(--wpt-orange-dark); }
h1, h2, h3, h4 { color: var(--wpt-text); font-weight: 700; }

.wpt-container {
  width: min(100% - 2rem, var(--wpt-max));
  margin-inline: auto;
}

/* Demo banner */
.watphou-demo-banner {
  background: #fff3cd;
  color: #664d03;
  text-align: center;
  padding: .4rem 1rem;
  font-size: .8rem;
  border-bottom: 1px solid #ffe69c;
}

/* Top bar — white, sticky */
.wpt-topbar {
  background: #fff;
  box-shadow: var(--wpt-shadow);
  position: sticky;
  top: 0;
  z-index: 200;
}

.wpt-topbar__inner,
.wpt-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wpt-topbar__inner { min-height: 64px; }
.wpt-topbar__left,
.wpt-topbar__right { display: flex; align-items: center; gap: 1rem; }

.wpt-logo img { height: 36px; width: auto; }

.wpt-location {
  display: flex;
  align-items: center;
  gap: .35rem;
  font-size: .9rem;
  color: var(--wpt-orange);
  font-weight: 600;
  border-left: 1px solid var(--wpt-border);
  padding-left: 1rem;
}

.wpt-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--wpt-border);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.wpt-search button {
  border: 0;
  background: #fff;
  padding: .4rem .6rem;
  cursor: pointer;
}
.wpt-search input {
  border: 0;
  padding: .45rem .6rem .45rem 0;
  font-size: .875rem;
  width: 140px;
  outline: none;
}

.wpt-whatsapp-phone {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: var(--wpt-text) !important;
  font-size: .95rem;
}
.wpt-wa-icon { width: 24px; height: 24px; }
.wpt-login-link { font-size: .8rem; color: var(--wpt-muted) !important; }
.wpt-langs { display: flex; gap: .45rem; font-size: .8rem; font-weight: 600; text-transform: uppercase; }
.wpt-langs a, .wpt-langs li, .wpt-langs .lang-item { color: var(--wpt-text) !important; list-style: none; }
.wpt-langs ul { display: flex; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.wpt-langs .current-lang a { color: var(--wpt-orange) !important; }
.screen-reader-text {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}

.wpt-nav-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Second nav */
.wpt-nav {
  background: #fff;
  border-bottom: 1px solid var(--wpt-border);
  position: sticky;
  top: 64px;
  z-index: 190;
}
.wpt-nav__inner { min-height: 52px; }

.wpt-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: .25rem;
  flex-wrap: wrap;
}
.wpt-menu > li { position: relative; }
.wpt-menu > li > a {
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .75rem .7rem;
  color: var(--wpt-text);
  font-size: .92rem;
  font-weight: 500;
}
.wpt-menu > li > a:hover { color: var(--wpt-orange); }

.wpt-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 260px;
  background: #fff;
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12);
  list-style: none;
  margin: 0;
  padding: .5rem 0;
  z-index: 210;
}
.has-children:hover > .wpt-dropdown,
.has-children:focus-within > .wpt-dropdown { display: block; }
.wpt-dropdown a {
  display: block;
  padding: .45rem 1rem;
  color: var(--wpt-text);
  font-size: .875rem;
}
.wpt-dropdown a:hover { background: #fff7ed; color: var(--wpt-orange); }

.wpt-cta-outline {
  display: inline-block;
  border: 2px solid var(--wpt-orange);
  color: var(--wpt-orange) !important;
  padding: .45rem 1.1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: .9rem;
  white-space: nowrap;
}
.wpt-cta-outline:hover {
  background: var(--wpt-orange);
  color: #fff !important;
}

.wpt-btn-primary {
  display: inline-block;
  background: var(--wpt-orange);
  color: #fff !important;
  padding: .7rem 1.6rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(232,93,4,.35);
}
.wpt-btn-primary:hover { background: var(--wpt-orange-dark); }

/* Hero */
.wpt-hero {
  position: relative;
  min-height: 72vh;
  background-size: cover;
  background-position: center 40%;
  display: flex;
  align-items: center;
  color: #fff;
}
.wpt-hero--tour { min-height: 48vh; }
.wpt-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 55%, rgba(0,0,0,.1) 100%);
}
.wpt-hero__content {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 5rem 0;
  max-width: 640px;
  margin-inline: 0;
}
.wpt-hero h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}
.wpt-hero__sub {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-style: italic;
  margin: 0 0 1.75rem;
  color: #fff;
}

/* Explore */
.wpt-explore { padding: 4rem 0 3rem; text-align: center; }
.wpt-explore__inner { max-width: 760px; }
.wpt-explore h2 { font-size: 2rem; margin: 0 0 .5rem; }
.wpt-quote-mark { font-size: 3rem; color: var(--wpt-orange); line-height: 1; }
.wpt-explore p { color: var(--wpt-muted); }

/* Interest cards — photo + duration badge + price row */
.wpt-interest { padding: 1rem 0 3rem; }
.wpt-interest h2 { text-align: center; margin-bottom: 1.5rem; }
.wpt-interest__track {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  padding: 0 max(1rem, calc((100% - var(--wpt-max)) / 2)) 1rem;
  scroll-snap-type: x mandatory;
}
.wpt-interest-card {
  flex: 0 0 250px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.wpt-interest-card__image { position: relative; height: 168px; }
.wpt-interest-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.wpt-interest-card:hover img { transform: scale(1.06); }
.wpt-interest-card__body { padding: .85rem 1rem 1rem; }
.wpt-interest-card__body h3 {
  margin: 0 0 .65rem;
  font-size: 1.02rem;
  color: var(--wpt-text);
  min-height: 2.5em;
}
.wpt-interest-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: .5rem;
}
.wpt-from-price { font-size: .78rem; color: var(--wpt-muted); }
.wpt-from-price strong { display: block; color: var(--wpt-orange); font-size: 1.15rem; }
.wpt-explore-link {
  color: var(--wpt-orange);
  font-weight: 600;
  font-size: .9rem;
}
.wpt-interest-card__hit,
.wpt-tour-row__hit {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* Tour rows like VD adventures */
.wpt-adventures { padding: 2.5rem 0 4rem; background: #f8f9fa; }
.wpt-adventures__heading { text-align: center; margin-bottom: 2rem; }
.wpt-adventures__heading h2 { margin: 0 0 .35rem; }
.wpt-adventures__heading p { color: var(--wpt-muted); margin: 0; }

.wpt-tour-row {
  display: grid;
  grid-template-columns: 280px 1fr 180px;
  gap: 1.25rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: var(--wpt-shadow);
  position: relative;
}
.wpt-tour-row a.wpt-view-tour,
.wpt-tour-row h3 a { position: relative; z-index: 3; }
.wpt-tour-row__image { position: relative; min-height: 200px; }
.wpt-tour-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}
.wpt-day-badge {
  position: absolute;
  left: 0; bottom: 0;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: .8rem;
  padding: .35rem .7rem;
}
.wpt-tour-row__content { padding: 1.1rem 0; }
.wpt-tour-row__content h3 { margin: 0 0 .5rem; font-size: 1.15rem; }
.wpt-tour-row__content h3 a { color: var(--wpt-text); }
.wpt-tour-row__content h3 a:hover { color: var(--wpt-orange); }
.wpt-tour-row__desc { color: var(--wpt-muted); font-size: .92rem; margin-bottom: .75rem; }
.wpt-tour-row__content h4 { margin: 0 0 .25rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; color: var(--wpt-muted); }
.wpt-tour-row__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem 1.25rem 1rem 0;
  border-left: 1px solid var(--wpt-border);
  gap: .75rem;
}
.wpt-price { text-align: right; font-size: .8rem; color: var(--wpt-muted); }
.wpt-price__num { display: block; font-size: 1.6rem; font-weight: 700; color: var(--wpt-orange); line-height: 1.1; }
.wpt-view-tour {
  background: var(--wpt-orange);
  color: #fff !important;
  padding: .5rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: .875rem;
}
.wpt-view-tour:hover { background: var(--wpt-orange-dark); }

/* Destinations overlay tiles */
.wpt-destinations { padding: 3rem 0 3.5rem; }
.wpt-destinations h2, .wpt-steps h2 { text-align: center; margin: 0 0 .4rem; }
.wpt-section-sub { text-align: center; color: var(--wpt-muted); margin: 0 0 1.75rem; }
.wpt-dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.wpt-dest-tile {
  position: relative;
  display: block;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff !important;
}
.wpt-dest-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.wpt-dest-tile:hover img { transform: scale(1.06); }
.wpt-dest-tile h3 {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  margin: 0;
  padding: 2.2rem .9rem .8rem;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
  color: #fff;
  font-size: 1.15rem;
}

/* 5 steps */
.wpt-steps { padding: 3rem 0; }
.wpt-steps__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  text-align: center;
}
.wpt-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--wpt-orange);
  color: #fff;
  font-weight: 700;
  margin-bottom: .6rem;
}
.wpt-steps__grid h3 { font-size: 1rem; margin: 0 0 .4rem; }
.wpt-steps__grid p { margin: 0; color: var(--wpt-muted); font-size: .9rem; }

/* Why us */
.wpt-why { padding: 3.5rem 0; background: var(--wpt-why-bg); }
.wpt-why h2 { text-align: center; margin-bottom: 2rem; }
.wpt-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.wpt-why__grid h3 { font-size: 1.05rem; color: var(--wpt-orange); margin: 0 0 .5rem; }
.wpt-why__grid p { color: var(--wpt-muted); margin: 0; font-size: .92rem; }

.wpt-reviews { padding: 3rem 0; text-align: center; background: #f8f9fa; }
.wpt-reviews__note { color: var(--wpt-muted); max-width: 560px; margin: 0 auto 1.25rem; }

.wpt-contact-cta { padding: 3.5rem 0 4rem; text-align: center; }
.wpt-contact-form { max-width: 560px; margin: 1.5rem auto 0; text-align: left; }
.watphou-booking-form label { display: block; margin-bottom: .75rem; font-size: .9rem; }
.watphou-booking-form input,
.watphou-booking-form textarea {
  width: 100%;
  padding: .5rem .65rem;
  border: 1px solid var(--wpt-border);
  border-radius: 4px;
  font: inherit;
}
.watphou-booking-form button { background: var(--wpt-orange); color: #fff; border: 0; padding: .7rem 1.4rem; border-radius: 6px; font-weight: 700; cursor: pointer; }

.wpt-main { padding: 2rem 0 3rem; }
.wpt-page-title { margin-top: 0; }
.wpt-prose { max-width: 760px; }
.wpt-archive-hero { padding: 2.5rem 0 1rem; text-align: center; }
.wpt-price-bar { font-weight: 700; color: #ffe8d6; }

/* Footer */
.wpt-footer { background: var(--wpt-footer); color: #cfd3d8; padding: 3rem 0 0; margin-top: 2rem; }
.wpt-footer a { color: #fff; }
.wpt-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}
.wpt-footer h3 { color: #fff; font-size: 1rem; margin: 0 0 .75rem; }
.wpt-footer ul { list-style: none; margin: 0; padding: 0; }
.wpt-footer li { margin-bottom: .35rem; }
.wpt-footer__logo { height: 40px; width: auto; margin-bottom: .75rem; mix-blend-mode: lighten; }
.wpt-footer__copy { border-top: 1px solid #2c3138; padding: 1rem 0; font-size: .8rem; }

.watphou-whatsapp-float {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 999;
  background: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.watphou-whatsapp-float img { width: 34px; height: 34px; }

@media (max-width: 900px) {
  .wpt-tour-row { grid-template-columns: 1fr; }
  .wpt-tour-row__price { align-items: flex-start; border-left: 0; padding: 0 1rem 1rem; flex-direction: row; justify-content: space-between; }
  .wpt-why__grid { grid-template-columns: 1fr 1fr; }
  .wpt-dest-grid { grid-template-columns: 1fr 1fr; }
  .wpt-steps__grid { grid-template-columns: 1fr 1fr; }
  .wpt-footer__grid { grid-template-columns: 1fr; }
  .wpt-location, .wpt-search.d-desktop { display: none; }
  .wpt-hero__content { text-align: center; max-width: none; padding: 4rem 1rem; }
}

@media (max-width: 768px) {
  .wpt-nav-toggle { display: block; }
  .wpt-nav { display: none; top: auto; }
  .wpt-nav.is-open { display: block; }
  .wpt-menu { flex-direction: column; }
  .wpt-dropdown { position: static; box-shadow: none; display: none; }
  .has-children:hover > .wpt-dropdown { display: none; }
  .has-children.is-open > .wpt-dropdown { display: block; }
  .wpt-cta-outline { margin: .5rem 1rem 1rem; }
  .wpt-whatsapp-phone .text, .wpt-login-link { display: none; }
  .wpt-hero { min-height: 55vh; }
  .wpt-why__grid { grid-template-columns: 1fr; }
  .wpt-dest-grid { grid-template-columns: 1fr; }
  .wpt-steps__grid { grid-template-columns: 1fr; }
  .wpt-langs { display: none; }
}
