:root{
  --bg:#0c1525;
  --bg2:#111d33;
  --card:#16233d;
  --accent:#e34837;
  --accent2:#ff6b5a;
  --text:#0f172a;
  --muted:#6b7280;
  --light:#f7f8fb;
}
*{box-sizing:border-box}
body{
  font-family:'Inter','Manrope',sans-serif;
  background:#fff;
  color:#1f2937;
}
a{text-decoration:none}
.top-strip{
  background:#0b1220;
}
.site-navbar{
  background:linear-gradient(90deg, rgba(14,22,39,.98), rgba(21,29,51,.98));
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.navbar-brand{
  font-family:'Manrope',sans-serif;
  letter-spacing:.2px;
}
.brand-mark{
  display:inline-flex; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius:12px;
  background:linear-gradient(135deg, var(--accent), #ff7f6f);
  color:#fff; margin-right:10px;
}
.nav-link{
  color:#f3f4f6 !important;
  font-weight:600;
  border-radius:999px;
  padding:.55rem .9rem !important;
}
.nav-link.active, .nav-link:hover{
  background:rgba(227,72,55,.15);
  color:#fff !important;
}
.btn-accent{
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  color:#fff;
  border:none;
  box-shadow:0 10px 20px rgba(227,72,55,.28);
}
.btn-accent:hover{color:#fff; filter:brightness(1.03)}
.hero{
  position:relative;
  min-height:720px;
  overflow:hidden;
  background:linear-gradient(180deg, #0d1830 0%, #101b31 100%);
}
.hero .hero-video{
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
  opacity:.25; filter:saturate(1.2) contrast(1.05);
}
.hero::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(10,16,31,.78), rgba(10,16,31,.35), rgba(10,16,31,.62));
}
.hero .container{position:relative; z-index:2}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.5rem .9rem;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#fff;
  backdrop-filter:blur(10px);
}
.hero-title{
  font-family:'Manrope',sans-serif;
  font-size:clamp(2.6rem, 7vw, 6.2rem);
  line-height:.92;
  font-weight:900;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:-1px;
}
.hero-title span{color:var(--accent2)}
.hero-subtitle{color:rgba(255,255,255,.82); max-width:760px}
.search-panel{
  background:rgba(255,255,255,.14);
  backdrop-filter: blur(18px);
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  padding:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.22);
}
.search-panel .form-control,
.search-panel .form-select{
  min-height:56px;
  border-radius:16px;
  border:none;
}
.hero-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.info-card{
  background:rgba(255,255,255,.10);
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  padding:18px;
  backdrop-filter: blur(12px);
}
.section-title{
  font-family:'Manrope',sans-serif;
  font-weight:800;
  color:#111827;
}
.section-title span{
  color:var(--accent);
}
.section-sub{
  color:var(--muted);
}
.soft-section{background:#f7f8fc}
.package-card, .blog-card, .gallery-card, .feature-box, .stat-box{
  border:none;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(15,23,42,.08);
}
.package-card img, .blog-card img, .gallery-card img{
  width:100%;
  height:240px;
  object-fit:cover;
}
.package-card .card-body{padding:18px}
.badge-soft{
  background:rgba(227,72,55,.12);
  color:var(--accent);
  border-radius:999px;
}
.price-tag{
  color:var(--accent);
  font-weight:800;
}
.feature-box{
  padding:22px;
  height:100%;
  background:#fff;
}
.feature-icon{
  width:52px;height:52px;border-radius:16px;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:14px;
}
.stat-box{
  background:linear-gradient(180deg, #132038, #0c1525);
  color:#fff;
  padding:24px;
}
.section-cta{
  background:linear-gradient(135deg, #16233d, #0c1525);
  color:#fff;
  border-radius:28px;
  padding:30px;
}
.site-footer{
  background:linear-gradient(180deg, #0d1526, #070b14);
  color:#fff;
}
.footer-links a{
  color:rgba(255,255,255,.65);
  display:block;
  padding:.25rem 0;
}
.footer-links a:hover{color:#fff}
.footer-pill{
  width:40px;height:40px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.08);
  color:#fff;
}
.booking-modal{
  background:linear-gradient(180deg, #10192b, #0c1322);
  color:#fff;
  border:none;
  border-radius:24px;
}
.booking-modal .form-control{
  border-radius:14px;
  min-height:48px;
}
.booking-modal .form-label{color:#e5e7eb}
.glass-nav{
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}
.page-hero{
  padding:70px 0;
  background:linear-gradient(135deg, #131f36, #09101e);
  color:#fff;
}
.page-hero h1{
  font-family:'Manrope',sans-serif;
  font-weight:900;
}
.content-box{
  background:#fff;
  border-radius:24px;
  box-shadow:0 14px 40px rgba(15,23,42,.08);
  padding:30px;
}
.ribbon{
  background:var(--accent);
  color:#fff;
  padding:10px 16px;
  border-radius:999px;
  display:inline-block;
  font-weight:700;
}
@media (max-width: 991px){
  .hero{min-height:860px}
  .hero-card-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 767px){
  .hero-title{font-size:3.1rem}
  .hero-card-grid{grid-template-columns:1fr}
}
