@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Montserrat", sans-serif;
}

:root{
  --page-bg: #eceff1;      
  --ink:     #0e1215;       
  --muted:   #778089;       
  --brand:   #22b07d;      
  --bp-green:#22b07d;
  --bp-ink:#f4f7fb;
  --bp-muted:#d0d6de;
}

*{ box-sizing: border-box }
body.pg{
  margin:0;
  background: var(--page-bg);
  color: var(--ink);
  font: 400 16px/1.65 Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
a{ color:inherit; text-decoration:none }

.site-header{
  background: transparent;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.topbar{
  display:flex; align-items:center; gap:2rem;
  padding: 22px 0 10px;
}
.brand{
  display:flex; align-items:center; gap:.6rem;
  white-space:nowrap;
}
.brand-mark{
  width:30px; height:30px; color: var(--brand);
}
.brand-name{
  font-family: Cinzel, serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}

.main-nav .nav-link{
  position: relative;
  padding: 10px 0;
  font-weight: 600;
  color: #2f3338;
}
.main-nav .nav-link.active,
.main-nav .nav-link:hover{
  color: var(--ink);
}
.main-nav .nav-link.active::after,
.main-nav .nav-link:hover::after{
  content:"";
  position:absolute; left:0; right:0; bottom:-12px;
  height:3px; border-radius:2px; background: var(--brand);
}

@media (max-width: 760px){
  .topbar{ flex-direction:column; align-items:flex-start; gap:10px }
}

.hero{
  padding: clamp(40px, 7vw, 80px) 0 90px;
}
.hero-title{
  margin: 18px 0 18px;
  font-weight: 700;
  font-size: clamp(28px, 4.6vw, 56px);
  line-height: 1.18;
}
.sub-link{
  display:inline-block;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 14px;
}
.hero-copy{
  max-width: 980px;
  color: var(--muted);
  font-weight: 500;
  margin: 0 0 28px;
}
.btn-explore{
  display:inline-block;
  background: var(--brand);
  color:#fff;
  font-weight: 600;
  padding: 16px 28px;
  border-radius: 40px;
  box-shadow: 0 10px 24px rgba(34,176,125,.25);
}
.btn-explore:hover{ filter: brightness(.96) }

.bp-panel{
  position:relative;
  min-height: 420px;
  color:var(--bp-ink);
  overflow:hidden;
  border-top: 4px solid rgba(255,255,255,.08);
  border-bottom: 4px solid rgba(255,255,255,.08);
}

.bp-bg{
  position:absolute; inset:0;
  background-image:url("../images/bg.png"); 
  background-size:cover;
  background-position:center 35%;
  transform: scale(1.02);
}

.bp-panel::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(10,16,22,.74), rgba(10,16,22,.78));
  mix-blend-mode: multiply;
}

.bp-pattern{
  position:absolute; inset:0;
  opacity:.18; pointer-events:none;
  background-image:
    repeating-linear-gradient( 60deg, rgba(255,255,255,.05) 0 2px, transparent 2px 150px),
    repeating-linear-gradient(-60deg, rgba(0,0,0,.06) 0 1px, transparent 1px 150px);
}

.bp-inner{
  position:relative;
  padding: clamp(32px, 5vw, 64px) 0 72px;
  max-width: 1160px;
}

.bp-title{
  margin: 0 0 .5rem;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:700;
  letter-spacing:.3px;
  font-size: clamp(1.5rem, 3.6vw, 2.6rem);
}

.bp-sublink{
  display:inline-block;
  color:var(--bp-green);
  font-weight:700;
  margin-bottom: .9rem;
  text-decoration:none;
}
.bp-sublink:hover{ text-decoration:underline }

.bp-copy{
  max-width: 1240px;
  color: var(--bp-muted);
  font-weight:600;
  line-height:1.7;
  margin:0;
}

.bp-line{
  position:absolute;
  left: var(--x);
  top:  var(--top);
  height: var(--h);
  width:3px;
  border-radius:3px;
  background: var(--bp-green);
  box-shadow:
    0 0 0 2px rgba(34,176,125,.18),
    0 0 20px rgba(34,176,125,.55),
    0 0 60px rgba(34,176,125,.35);
  opacity:.95;
  pointer-events:none;
}

@media (max-width: 768px){
  .bp-inner{ padding: 28px 0 56px; }
  .bp-copy{ font-weight:500 }
}

.section-title{
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  font-weight: 600;
  margin: .25rem 0 .35rem;
  letter-spacing:.2px;
}
.section-kicker{
  color: var(--brand);
  font-weight: 600;
  margin: 0 0 8px;
}
.section-lead{
  color: var(--muted);
  max-width: 1140px;
  margin: 0 0 26px;
  font-weight: 400;
}

.cards-grid{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(16px, 2.6vw, 28px);
  align-items: stretch;
}

@media (max-width: 1400px){
  .cards-grid{ grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 1200px){
  .cards-grid{ grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 992px){
  .cards-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px){
  .cards-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 460px){
  .cards-grid{ grid-template-columns: 1fr; }
}

.interest-card{
  background: var(--card);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.interest-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15,23,42,.10);
}

.pic{
  height: 360px;                
  border-radius: 14px;
  overflow: hidden;
  background:#e6ecf1;
}
.pic img{
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display:block;
}

.card-title{
  margin: 14px 6px 4px;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 500;
  letter-spacing:.2px;
}

.facts-section{
  background:var(--bg);
  padding: 48px 0 56px;
  color:var(--ink);
}

.facts-title{
  margin:0 0 .25rem;
  font-weight:700;
  letter-spacing:.2px;
  font-size: clamp(1.4rem, 3.6vw, 2.15rem);
}

.facts-sub{
  display:inline-block;
  margin-bottom: 14px;
  color:var(--green);
  font-weight:700;
  text-decoration:none;
}
.facts-sub:hover{ text-decoration:underline }

.facts-intro{
  margin:0 0 22px;
  color:var(--muted);
  max-width: 1060px;
  font-weight:500;
}

.facts-grid{
  display:grid;
  grid-template-columns: repeat(6,1fr);
  gap:18px;
  margin: 18px 0 28px;
}
@media (max-width: 1200px){
  .facts-grid{ grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 620px){
  .facts-grid{ grid-template-columns: repeat(2,1fr); }
}

.fact-card{
  background:var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 24px rgba(2,18,33,.06);
}

.fact-icon{
  width:46px; height:46px; border-radius:10px;
  display:grid; place-items:center;
  color:var(--green);
  background: #e8f7f1;
  margin-bottom: 10px;
}
.fact-icon svg{ width:26px; height:26px }

.fact-label{
  margin:0 0 6px;
  font-weight:700; font-size:.95rem;
}
.fact-value{
  margin:0; color:var(--muted); font-weight:600;
}

.info-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:18px;
}
@media (max-width: 992px){
  .info-grid{ grid-template-columns: 1fr; }
}

.info-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:14px;
  padding:22px 22px 18px;
  box-shadow: 0 10px 24px rgba(2,18,33,.06);
}
.info-title{
  margin:0 0 8px;
  font-weight:700;
}
.info-copy{
  margin:0; color:var(--muted); font-weight:500; line-height:1.75;
}

.fact-card:hover, .info-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(2,18,33,.10);
  transition: .25s ease;
}

.faq-section{
  padding: 42px 0 64px;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color:var(--ink);
}

.faq-title{
  margin:0 0 .25rem;
  font-weight:700;
  font-size: clamp(1.6rem, 3.6vw, 2.3rem);
  letter-spacing:.2px;
}

.faq-kicker{
  margin:.2rem 0 8px;
  color:var(--green);
  font-weight:700;
}

.faq-intro{
  margin:0 0 18px;
  color:var(--muted);
  max-width: 980px;
  font-weight:500;
}

/* Items */
.faq-item{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 10px 24px rgba(2,18,33,.06);
  margin:14px 0;
}

.faq-toggle{
  width:100%;
  display:flex; align-items:center; justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  background:transparent;
  color:var(--ink);
  border:0; outline:0; cursor:pointer;
  font-weight:700;
  text-align:left;
}

.faq-toggle .chev{
  width:22px; height:22px; color:#323a43;
  transition: transform .25s ease;
}
.faq-toggle.is-open .chev,
.faq-toggle[aria-expanded="true"] .chev{
  transform: rotate(180deg);
}

.faq-panel{ border-top:1px solid var(--line); }
.faq-panel-inner{
  padding:16px 20px 18px;
  color:var(--muted);
  font-weight:600;
  line-height:1.75;
}

.faq-item:hover{
  box-shadow:0 16px 32px rgba(2,18,33,.10);
  transform: translateY(-1px);
  transition:.25s ease;
}

.accordion-button {
  font-size: 22px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #d72638;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-item {
  border-radius: 8px;
  overflow: hidden;
  background: #2c2c2c !important;
}


.site-footer{
  background: var(--footer-bg);
  color: var(--ink);
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  padding: 36px 0 28px;
}

.footer-inner{
  max-width: 1160px;
}

/* brand */
.footer-brand{
  display:flex; align-items:center; gap:.6rem;
  text-decoration:none; color:var(--ink);
  margin-bottom: 26px;
}
.brand-mark{ width:28px; height:28px; color:var(--green) }
.brand-text{
  font-size: 28px; line-height:1;
  font-weight: 600;
  letter-spacing:.2px;
  font-family: Cinzel, serif;
}

/* nav */
.footer-nav{ margin-bottom: 26px }
.footer-links{
  list-style:none; display:flex; gap:40px; padding:0; margin:0;
}
.footer-link{
  position:relative; display:inline-block; padding:6px 0;
  font-weight:600; color:#222; text-decoration:none;
}
.footer-link.active,
.footer-link:hover{ color: var(--ink); }
.footer-link.active::after,
.footer-link:hover::after{
  content:""; position:absolute; left:0; right:0; bottom:-8px;
  height:3px; border-radius:2px; background: var(--green);
}

/* copyright */
.footer-copy{
  margin: 10px 0 0;
  color: var(--muted);
  font-weight:600;
  font-size: 14px;
}

/* stack on small screens */
@media (max-width: 640px){
  .footer-links{ gap:24px; flex-wrap:wrap }
}

.hotels-sec{
  padding: 44px 0 70px;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
}

.hotels-title{
  margin:0 0 .25rem;
  font-weight: 600;
  font-size: clamp(1.6rem, 3.7vw, 2.2rem);
  letter-spacing:.2px;
}

.hotels-sub{
  display:inline-block;
  margin-bottom: 14px;
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}
.hotels-sub:hover{ text-decoration: underline }

.hotels-intro{
  margin: 0 0 22px;
  color: var(--muted);
  max-width: 880px;
  font-weight: 500;
  line-height: 1.7;
}

/* Grid */
.hotel-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 1200px){
  .hotel-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px){
  .hotel-grid{ grid-template-columns: 1fr; }
}

/* Card */
.hotel-card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(2,18,33,.06);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.hotel-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(2,18,33,.12);
}

/* Media */
.hotel-media{
  position: relative; overflow: hidden;
  aspect-ratio: 16 / 9;   /* keeps the top image ratio */
  background:#dfe6ea;
}
.hotel-media img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit: cover;
  transform: scale(1.02);
}

/* Body */
.hotel-body{ padding: 18px 18px 20px; }
.hotel-name{
  margin: 0 0 10px;
  font-size: clamp(1rem, 2.2vw, 1.05rem);
  font-weight: 600;
  line-height: 1.35;
}
.hotel-desc{
  margin: 0;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.75;
}


.policy-wrap{
  padding: 36px 0 64px;
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
}

.policy-container{ max-width: 1060px; }

.policy-title{
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  font-weight: 700;
  letter-spacing: .2px;
}

.policy-lead{
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.75;
}

.policy-h{
  margin: 18px 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
}

.policy-list{
  margin: 0 0 8px 1.2rem;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.75;
}
.policy-list li{ margin: 4px 0; }

.policy-note{
  color: var(--muted);
  font-weight: 600;
  margin: 6px 0 0;
}

.policy-wrap p{
  color: var(--muted);
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 8px;
}

.policy-mail{
  color: var(--accent);
  text-decoration: none;
}
.policy-mail:hover{ text-decoration: underline; }