.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.hero{padding:10rem 0 6rem;background:linear-gradient(110deg,#0f1419,#24362f);color:#fff}
.hero.compact{padding:8.5rem 0 4.5rem}
.hero-grid,.split,.faq{display:grid;grid-template-columns:1.35fr .65fr;gap:4rem;align-items:center}
.eyebrow{color:#c5a059;font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;font-weight:700;margin-bottom:1rem}
.hero h1,.section h2,.cta h2{font-family:Playfair Display,serif;line-height:1.12}
.hero h1{font-size:clamp(2.8rem,6vw,5rem);max-width:900px}
.hero p{font-size:1.1rem;max-width:720px;color:#d1d5db}
.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.4rem;border-radius:999px;font-size:.8rem;font-weight:700}
.btn.primary{background:#c5a059;color:#fff}.btn.secondary{border:1px solid rgba(255,255,255,.45);color:#fff}
.hero-card{border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;background:rgba(255,255,255,.05);display:flex;flex-direction:column;gap:1rem}
.hero-card span{padding-top:.8rem;border-top:1px solid rgba(255,255,255,.13)}
.section{padding:6rem 0;background:#fff}.section.tint{background:#f7f5f0}
.section-head{text-align:center;max-width:760px;margin:0 auto 3rem}
.section-head h2,.split h2,.faq h2{font-family:Playfair Display,serif;font-size:clamp(2.2rem,4vw,3.2rem)}
.section-head p,.cards p,.faq p{color:#6b7280}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.cards article,.panel{background:#fff;border:1px solid #eee8dc;border-radius:1rem;padding:2rem;box-shadow:0 18px 50px rgba(15,20,25,.06)}
.cards article>b{color:#c5a059}.cards h3{font-family:Playfair Display,serif;font-size:1.55rem;margin-top:.75rem}
.steps{list-style:none;padding:0}.steps li{display:grid;grid-template-columns:145px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #ded7c8}.steps span{color:#6b7280}
.wide{width:100%}.faq{align-items:start}.faq details{border-bottom:1px solid #ded7c8;padding:1.1rem 0}.faq summary{font-weight:700;cursor:pointer}
.cta{background:#b08843;color:#fff;padding:3.5rem 0}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.btn.light{background:#fff;color:#0f1419}.btn.outline{border:1px solid #fff;color:#fff}

/* Premium enquiry CTA used in the lower guidance section on inner pages. */
.vv-lower-section aside.panel{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:330px;
  padding:2.65rem;
  color:#fff;
  border:1px solid rgba(230,198,135,.34);
  border-radius:1.6rem;
  background:
    radial-gradient(circle at 100% 0,rgba(197,160,89,.25),transparent 42%),
    linear-gradient(145deg,#10161b 0%,#19231f 55%,#24352d 100%);
  box-shadow:0 28px 70px rgba(15,20,25,.22);
}
.vv-lower-section aside.panel:before{
  content:"VALLEY & VIEWS CONCIERGE";
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-bottom:1.2rem;
  padding:.5rem .8rem;
  border:1px solid rgba(230,198,135,.32);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#e6c687;
  font-size:.64rem;
  line-height:1;
  font-weight:800;
  letter-spacing:.19em;
}
.vv-lower-section aside.panel:after{
  content:"";
  position:absolute;
  z-index:0;
  right:-4.5rem;
  bottom:-4.5rem;
  width:11rem;
  height:11rem;
  border:1px solid rgba(230,198,135,.17);
  border-radius:50%;
  box-shadow:0 0 0 1.75rem rgba(230,198,135,.04),0 0 0 3.5rem rgba(230,198,135,.025);
}
.vv-lower-section aside.panel h3,
.vv-lower-section aside.panel p,
.vv-lower-section aside.panel .btn{position:relative;z-index:2}
.vv-lower-section aside.panel h3{
  margin:0;
  max-width:22rem;
  color:#fff;
  font-family:Playfair Display,serif;
  font-size:clamp(1.75rem,2.6vw,2.35rem);
  line-height:1.15;
}
.vv-lower-section aside.panel p{
  margin:1rem 0 1.65rem;
  color:#d3d8d5;
  font-size:.96rem;
  line-height:1.8;
}
.vv-lower-section aside.panel .btn.primary{
  gap:.75rem;
  min-height:3.35rem;
  padding:1rem 1.3rem;
  color:#10161b;
  background:linear-gradient(135deg,#e6c687 0%,#c5a059 55%,#ad8439 100%);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  text-transform:uppercase;
  letter-spacing:.08em;
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.vv-lower-section aside.panel .btn.primary:after{
  content:"\2192";
  font-size:1.15rem;
  line-height:1;
  transition:transform .22s ease;
}
.vv-lower-section aside.panel .btn.primary:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(0,0,0,.3);
  filter:brightness(1.05);
}
.vv-lower-section aside.panel .btn.primary:hover:after{transform:translateX(4px)}
@media(max-width:768px){
  .hero{padding:8rem 0 4rem}.hero-grid,.split,.faq,.cards{grid-template-columns:1fr}.hero-card{display:none}.section{padding:4rem 0}.cta .wrap{display:block}.steps li{grid-template-columns:1fr}
  .vv-lower-section aside.panel{min-height:0;padding:2rem;border-radius:1.25rem}
  .vv-lower-section aside.panel:before{font-size:.58rem;letter-spacing:.14em}
  .vv-lower-section aside.panel .btn.primary{width:100%}
}

/* v27 image-complete heroes: local Nepal imagery keeps every content/tool hero visual offline. */
.hero{
  background-image:linear-gradient(110deg,rgba(10,15,20,.97),rgba(25,48,38,.82)),url('../images/nepal/kathmandu-valley-panorama.jpg');
  background-position:center;
  background-size:cover;
}
.gov-hero{
  background-image:linear-gradient(120deg,rgba(9,20,16,.97),rgba(20,60,48,.82)),url('../images/nepal/namo-buddha-monastery.jpg');
  background-position:center;
  background-size:cover;
}
.suite-hero{
  background-image:linear-gradient(120deg,rgba(10,20,16,.97),rgba(29,67,51,.82)),url('../images/nepal/nagarkot-himalaya.jpg');
  background-position:center;
  background-size:cover;
}
.trip-hero,.proposal-hero{
  background-image:linear-gradient(120deg,rgba(7,15,21,.97),rgba(20,43,51,.82)),url('../images/nepal/pokhara-phewa-lake.jpg');
  background-position:center;
  background-size:cover;
}
.dev-workspace-hero{
  background-image:linear-gradient(120deg,rgba(8,18,14,.97),rgba(25,57,44,.84)),url('../images/nepal/dhulikhel-himalaya-clouds.jpg');
  background-position:center;
  background-size:cover;
}
.vv-image-fallback{filter:saturate(.86) contrast(.96)}

/* v28 premium editorial system: richer hierarchy without adding decorative noise. */
.vv-lower-section{position:relative;overflow:hidden}
.vv-lower-section:not(.tint){background:
  radial-gradient(circle at 8% 4%,rgba(197,160,89,.07),transparent 27%),
  linear-gradient(180deg,#fff 0%,#fdfcf9 100%)}
.vv-lower-section.tint{background:
  radial-gradient(circle at 94% 12%,rgba(28,61,49,.08),transparent 30%),
  linear-gradient(145deg,#f8f6f0 0%,#f1efe7 100%)}
.vv-lower-section .section-head{position:relative;margin-bottom:3.5rem}
.vv-lower-section .section-head:after{content:"";display:block;width:3.5rem;height:2px;margin:1.4rem auto 0;background:linear-gradient(90deg,transparent,#c5a059,transparent)}
.vv-lower-section .cards{gap:1.6rem}
.vv-lower-section .cards article{position:relative;overflow:hidden;min-height:250px;padding:2.25rem;border:1px solid rgba(197,160,89,.24);border-radius:1.35rem;background:rgba(255,255,255,.92);box-shadow:0 22px 55px rgba(15,20,25,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.vv-lower-section .cards article:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#8f6d32,#e1c88f,#8f6d32)}
.vv-lower-section .cards article:hover{transform:translateY(-5px);border-color:rgba(197,160,89,.52);box-shadow:0 30px 70px rgba(15,20,25,.12)}
.vv-lower-section .cards article>b{display:grid;place-items:center;width:2.7rem;height:2.7rem;border-radius:50%;background:#f5edda;color:#8e6931;font:700 .75rem/1 Inter,sans-serif;letter-spacing:.08em}
.vv-lower-section .cards h3{margin:1.25rem 0 .75rem;color:#16201c;font-size:1.65rem;line-height:1.15}
.vv-lower-section .cards p{margin:0;line-height:1.8}
.vv-lower-section .steps{margin-top:2rem}
.vv-lower-section .steps li{grid-template-columns:170px 1fr;align-items:start;padding:1.25rem 0;border-color:rgba(28,61,49,.14)}
.vv-lower-section .steps b{color:#173b2f;font-family:Playfair Display,serif;font-size:1.06rem}
.vv-lower-section .steps span{line-height:1.75}
.vv-lower-section .faq>div:last-child{display:grid;gap:.8rem}
.vv-lower-section .faq details{margin:0;padding:0;border:1px solid #e5dfd2;border-radius:1rem;background:rgba(255,255,255,.9);box-shadow:0 10px 30px rgba(15,20,25,.04);overflow:hidden}
.vv-lower-section .faq summary{position:relative;padding:1.2rem 3.5rem 1.2rem 1.35rem;color:#18231e;line-height:1.45;list-style:none}
.vv-lower-section .faq summary::-webkit-details-marker{display:none}
.vv-lower-section .faq summary:after{content:"+";position:absolute;right:1.2rem;top:50%;display:grid;place-items:center;width:1.8rem;height:1.8rem;border:1px solid #d8c69d;border-radius:50%;color:#9b7434;transform:translateY(-50%);transition:transform .2s ease,background .2s ease}
.vv-lower-section .faq details[open] summary:after{background:#173b2f;color:#fff;border-color:#173b2f;transform:translateY(-50%) rotate(45deg)}
.vv-lower-section .faq details p{margin:0;padding:0 1.35rem 1.35rem;color:#66706b;line-height:1.75}
.utility-paths{background:linear-gradient(145deg,#f8f6f0,#fff)}
.utility-paths .cards article{position:relative;border-top:3px solid #c5a059}
.utility-paths .cards a{display:inline-flex;align-items:center;gap:.55rem;margin-top:1.2rem;color:#173b2f;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.utility-paths .cards a:after{content:"\2192";transition:transform .2s ease}
.utility-paths .cards a:hover:after{transform:translateX(4px)}
.cta,.premium-final-cta{position:relative;overflow:hidden;background:
  radial-gradient(circle at 88% 15%,rgba(220,185,112,.22),transparent 28%),
  linear-gradient(125deg,#0f1714 0%,#19382d 58%,#28382f 100%)!important;color:#fff}
.cta:before,.premium-final-cta:before{content:"";position:absolute;right:-5rem;bottom:-7rem;width:18rem;height:18rem;border:1px solid rgba(230,198,135,.15);border-radius:50%;box-shadow:0 0 0 3rem rgba(230,198,135,.035),0 0 0 6rem rgba(230,198,135,.02)}
.cta>.wrap,.premium-final-cta>div{position:relative;z-index:1}
.cta h2,.premium-final-cta h2{max-width:760px;line-height:1.1}
.premium-final-cta a,.cta .btn{transition:transform .2s ease,box-shadow .2s ease}
.premium-final-cta a:hover,.cta .btn:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(0,0,0,.2)}
@media(max-width:768px){
  .vv-lower-section .cards article{min-height:0;padding:1.65rem}
  .vv-lower-section .steps li{grid-template-columns:1fr;gap:.45rem}
  .vv-lower-section .faq summary{padding:1.05rem 3.25rem 1.05rem 1.1rem}
  .vv-lower-section .faq details p{padding:0 1.1rem 1.15rem}
  .premium-final-cta>div{align-items:flex-start}
}
