:root{
  --primary:#1E88E5;
  --navy:#0B3D91;
  --sky:#6EC7FF;
  --bg:#F4F7FF;
  --text:#2B2B2B;
}

body{
  margin:0;
  font-family:Inter,system-ui;
  color:var(--text);
  background:#ffffff;
}

h1,h2,h3{font-family:Montserrat;color:var(--navy);}
.container{width:88%;max-width:1180px;margin:auto;}
.center{text-align:center}

/* NAVBAR */
.nav-wrap{background:white;border-bottom:1px solid #E6ECF5;}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;}
.logo{height:60px;}
nav a{text-decoration:none;color:#2A2A2A;margin-left:18px;font-weight:500}

/* BUTTON */
.btn-primary{
  background:linear-gradient(135deg,var(--primary),var(--navy));
  color:#fff;border-radius:14px;padding:11px 18px;
  text-decoration:none;font-weight:600;display:inline-block;
  box-shadow:0 10px 26px rgba(20,80,180,.25);
  transition:transform .15s ease, box-shadow .2s ease;
}
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(20,80,180,.28);
}

/* HERO */
.hero{
  position:relative;
  background:
    radial-gradient(1200px 380px at -10% -10%, #CFE6FF, transparent),
    linear-gradient(135deg,#E9F2FF,#ffffff);
  padding:90px 0 60px;
}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}
.subtitle{font-size:18px;max-width:560px;margin-bottom:18px;}

.subtitle.small{
  font-size:14px;
  opacity:.9;
}

.hero-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:26px;
}

.curve-divider{
  height:95px;background:#F6F9FF;border-radius:110% 110% 0 0;margin-top:50px;
}

/* Optional full-bleed hero mode */
.hero.full-bleed{
  background-size:cover;background-position:center;background-repeat:no-repeat;
}
.hero.full-bleed::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.05));
}
.hero.full-bleed .hero-grid{position:relative;z-index:2;}
.hero.full-bleed h1,
.hero.full-bleed .subtitle{color:#fff;}

/* SECTIONS */
.section{padding:80px 0;}
.soft-bg{background:#F6F8FF;}

.about-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center;
}

.text-block{
  background:#ffffff;border-radius:22px;padding:28px;
  border:1px solid #E6ECF5;
  box-shadow:0 14px 32px rgba(0,0,0,.06);
}

.image-frame{
  background:#DDE9FF;
  border:1px dashed #6EC7FF;
  border-radius:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.image-frame.tall{height:340px;}

.image-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:26px;
}

/* SERVICES */
.gradient-section{
  background:
    radial-gradient(1000px 340px at 90% -10%, #D4EAFF, transparent),
    linear-gradient(135deg,#EBF3FF,#ffffff);
}
.card-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:22px;margin-top:20px;
}
.card{
  background:white;border-radius:20px;padding:20px;
  border:1px solid #DDE5F5;
  box-shadow:0 16px 36px rgba(12,55,140,.12);
}

/* CTA */
.cta-wrap{padding:90px 0;background:linear-gradient(135deg,var(--sky),#ffffff);}
.cta-box{
  background:white;border-radius:28px;text-align:center;
  padding:40px;box-shadow:0 22px 48px rgba(0,0,0,.12);
}

/* ---------- DESTINATION – FRAMED LAYOUT ---------- */

.intro-text{max-width:760px;margin:6px auto 26px;color:#4A5066;}

.dest-section{
  padding:70px 0;
  background:linear-gradient(135deg,#EEF3FF,#ffffff);
  border-top:1px solid #E3E9F6;
}
.dest-section.alt{
  background:linear-gradient(135deg,#ffffff,#F3F7FF);
}

.dest-flex{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:40px;
  align-items:center;
}
.dest-flex.reverse{
  grid-template-columns:1fr 1.2fr;
}

.dest-text p{
  line-height:1.55;
  max-width:720px;
}

.dest-image-frame{
  background:#DDE9FF;
  border:1px dashed #6EC7FF;
  border-radius:24px;
  height:260px;
  overflow:hidden;
}
.dest-image-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
}

.dest-chip{
  display:inline-block;
  padding:6px 10px;
  border-radius:14px;
  font-size:12px;
  font-weight:600;
  background:#E8F0FF;
  color:#0B3D91;
  border:1px solid #D6E6FF;
  margin-bottom:8px;
}

/* ------- Footer ------- */

.pro-footer{background:#0B3D91;color:#FFFFFF;margin-top:40px;}
.footer-grid{
  padding:50px 0;display:grid;
  grid-template-columns:2fr 1fr 1fr;gap:40px;
}
.footer-logo{height:58px;margin-bottom:10px;}
.footer-brand p{opacity:.9;line-height:1.5;}

.pro-footer h4{margin-bottom:8px;font-weight:700;}
.pro-footer ul{list-style:none;padding:0;margin:0;}
.pro-footer li{margin-bottom:6px;}
.pro-footer a{color:#E6EEFF;text-decoration:none;}
.pro-footer a:hover{text-decoration:underline;}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.18);
  text-align:center;padding:14px 0;opacity:.9;
}

/* ---- Fade-in on scroll ---- */
.fade-in{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.fade-in.visible{
  opacity:1;
  transform:translateY(0);
}

/* RESPONSIVE */
@media(max-width:860px){
  .hero-grid,.about-grid,.dest-flex{grid-template-columns:1fr}
  .hero-img{height:240px}
  nav{display:none}
  .dest-image-frame{height:220px;}
  .footer-grid{grid-template-columns:1fr;}
}
