/* ============ PRISTINEX HOLIDAYS — dedicated microsite styles ============
   Independent from assets/site.css by design: this page is meant to feel
   like a distinct sub-brand (different nav, cinematic layout) while keeping
   the exact PristineX color palette. */

:root{
  --green:#7AC12E;
  --green-deep:#4F8A12;
  --green-dark:#082B47;
  --green-pale:#E7F5E9;
  --blue-light:#17B4EC;
  --blue-deep:#0B4C86;
  --brand-gradient:linear-gradient(120deg,var(--blue-light),var(--green));
  --white:#FFFFFF;
  --cream:#F7F8F4;
  --text:#1D2A22;
  --muted:#5C6B62;
  --line:rgba(14,43,34,0.10);
  --line-onDark:rgba(255,255,255,0.14);
  --shadow:0 30px 60px -24px rgba(14,43,34,0.35);
  --ease:cubic-bezier(.22,.9,.32,1);
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{background:var(--green-dark);color:var(--text);font-family:'Inter',sans-serif;font-size:15.5px;line-height:1.5;overflow-x:hidden;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
h1,h2,h3,h4{font-family:'Poppins',sans-serif;color:var(--text);font-weight:700;line-height:1.15;letter-spacing:-0.01em;}
.wrap{max-width:1220px;margin:0 auto;padding:0 28px;}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:'Poppins',sans-serif;font-size:12.5px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--green);}
.eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease);}
.reveal.in{opacity:1;transform:none;}
.reveal-stag>*{opacity:0;transform:translateY(24px) scale(.98);transition:opacity .7s var(--ease),transform .7s var(--ease);}
.reveal-stag.in>*{opacity:1;transform:none;}
.reveal-stag.in>*:nth-child(2){transition-delay:.08s;}
.reveal-stag.in>*:nth-child(3){transition-delay:.16s;}
.reveal-stag.in>*:nth-child(4){transition-delay:.24s;}
@media (prefers-reduced-motion:reduce){.reveal,.reveal-stag>*{opacity:1!important;transform:none!important;transition:none!important;}}

.btn{
  display:inline-flex;align-items:center;gap:10px;font-family:'Poppins',sans-serif;font-weight:700;font-size:14.5px;
  padding:16px 28px;border-radius:40px;transition:transform .3s var(--ease),box-shadow .3s var(--ease),background .3s;
}
.btn-solid{background:var(--brand-gradient);color:#fff;box-shadow:0 16px 32px -12px rgba(23,180,236,0.5);}
.btn-solid:hover{transform:translateY(-3px);box-shadow:0 20px 38px -12px rgba(23,180,236,0.6);}
.btn-ghost{background:rgba(255,255,255,0.08);color:#fff;border:1.5px solid rgba(255,255,255,0.35);backdrop-filter:blur(6px);}
.btn-ghost:hover{background:rgba(255,255,255,0.16);transform:translateY(-3px);}
.btn-dark{background:var(--green-dark);color:#fff;}
.btn-dark:hover{transform:translateY(-3px);box-shadow:0 16px 30px -14px rgba(8,43,71,0.6);}
.btn svg{transition:transform .3s var(--ease);}
.btn:hover svg{transform:translateX(3px);}

/* ============ HEADER ============ */
#h-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:22px 0;transition:padding .4s var(--ease),background .4s var(--ease),box-shadow .4s var(--ease);}
#h-header.scrolled{padding:14px 0;background:rgba(8,43,71,0.92);backdrop-filter:blur(10px);box-shadow:0 12px 30px -18px rgba(0,0,0,0.5);}
.h-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;}
.h-logo{display:flex;align-items:center;gap:12px;}
.h-logo-pill{
  display:flex;align-items:center;background:#fff;padding:10px 18px;border-radius:14px;
  box-shadow:0 8px 20px -8px rgba(0,0,0,0.25);transition:transform .3s var(--ease);
}
.h-logo:hover .h-logo-pill{transform:translateY(-1px);}
.h-logo-pill img{height:52px;width:auto;display:block;}
@media (max-width:600px){.h-logo-pill img{height:42px;}.h-logo-pill{padding:8px 14px;}}
.h-logo-badge{
  font-family:'Poppins',sans-serif;font-size:11px;font-weight:800;letter-spacing:0.08em;color:var(--green-dark);
  background:var(--green);padding:5px 12px;border-radius:20px;width:fit-content;
}
.h-links{display:flex;align-items:center;gap:32px;}
.h-links a{color:rgba(255,255,255,0.85);font-size:14.5px;font-weight:600;transition:color .25s;position:relative;}
.h-links a:hover{color:#fff;}
.h-links a.h-back{color:rgba(255,255,255,0.55);font-size:13px;font-weight:500;}
.h-links a.h-back:hover{color:var(--green);}
.h-cta{display:flex;align-items:center;gap:16px;}
.h-cta .btn{padding:12px 22px;font-size:13.5px;}
.h-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;position:fixed;top:28px;right:28px;z-index:1100;}
.h-burger span{width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s var(--ease),opacity .3s;}
.h-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.h-burger.open span:nth-child(2){opacity:0;}
.h-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.h-mobile-menu{
  position:fixed;inset:0;background:var(--green-dark);z-index:1050;display:flex;flex-direction:column;
  align-items:flex-start;justify-content:center;gap:22px;padding:40px;transform:translateY(-100%);
  transition:transform .5s var(--ease);
}
.h-mobile-menu.open{transform:translateY(0);}
.h-mobile-menu a{color:#fff;font-family:'Poppins',sans-serif;font-size:24px;font-weight:700;}
.h-mobile-menu a.h-back{font-size:14px;color:rgba(255,255,255,0.5);font-weight:600;margin-top:10px;}
.h-mobile-menu .btn{margin-top:10px;}

/* ============ HERO ============ */
.h-hero{
  position:relative;min-height:100vh;display:flex;align-items:center;
  background:linear-gradient(100deg,rgba(4,12,22,0.92) 0%,rgba(4,12,22,0.8) 38%,rgba(4,12,22,0.4) 66%,rgba(4,12,22,0.18) 100%),
             linear-gradient(180deg,rgba(4,12,22,0.55),rgba(8,43,71,0.5) 55%,var(--green-dark) 97%),
             url('photos/holidays-hero-1920.jpg') center 30%/cover no-repeat;
  padding:150px 0 80px;
}
#h-hero-canvas{position:absolute;inset:0;z-index:1;pointer-events:none;}
.h-hero-inner{position:relative;z-index:2;max-width:680px;}
.h-hero .eyebrow{color:#9BEBA6;margin-bottom:20px;text-shadow:0 2px 12px rgba(0,0,0,0.5);}
.h-hero h1{color:#fff;font-size:clamp(34px,5.2vw,62px);margin-bottom:20px;text-shadow:0 4px 24px rgba(0,0,0,0.45);}
.h-hero h1 span{background:var(--brand-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;}
.h-hero p.lede{color:rgba(255,255,255,0.92);font-size:17px;line-height:1.7;max-width:560px;margin-bottom:34px;text-shadow:0 2px 14px rgba(0,0,0,0.4);}
.h-hero-ctas{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:34px;}
.h-trust-line{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,0.85);font-size:13.5px;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,0.4);}
.h-trust-line .stars{color:#FFC94A;letter-spacing:2px;font-size:13px;}
.h-trust-line a{text-decoration:underline;text-decoration-color:rgba(255,255,255,0.35);}
.h-trust-line a:hover{color:#fff;}

/* stats strip overlapping hero bottom */
.h-stats{
  position:relative;margin-top:-46px;z-index:5;padding-bottom:72px;
  background:linear-gradient(180deg,rgba(8,43,71,0.5),var(--green-dark) 60%);
}
.h-stats-inner{
  background:#fff;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,1fr);
  padding:30px 10px;
}
.h-stats-inner .m{text-align:center;border-right:1px solid var(--line);}
.h-stats-inner .m:last-child{border-right:none;}
.h-stats-inner b{display:block;font-family:'Poppins',sans-serif;font-size:clamp(24px,3vw,32px);font-weight:800;color:var(--green-dark);}
.h-stats-inner span{font-size:12.5px;color:var(--muted);font-weight:600;}

/* ============ SERVICES (3 pillars) ============ */
.h-services{background:var(--white);padding:150px 0 110px;}
.h-services .head{max-width:640px;margin:0 auto 60px;text-align:center;}
.h-services .head h2{font-size:clamp(28px,3.4vw,42px);margin:16px 0 14px;}
.h-services .head p{color:var(--muted);font-size:16px;line-height:1.7;}
.h-pillars{display:flex;flex-direction:column;gap:26px;}
.h-pillar{
  display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--cream);border-radius:24px;overflow:hidden;
  box-shadow:0 20px 40px -30px rgba(14,43,34,0.35);
}
.h-pillar:nth-child(even){grid-template-columns:1fr 1fr;}
.h-pillar:nth-child(even) .h-pillar-media{order:2;}
.h-pillar-media{position:relative;min-height:320px;overflow:hidden;}
.h-pillar-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .7s var(--ease);}
.h-pillar:hover .h-pillar-media img{transform:scale(1.06);}
.h-pillar-media .tag{
  position:absolute;top:20px;left:20px;background:rgba(255,255,255,0.92);color:var(--green-dark);
  font-family:'Poppins',sans-serif;font-weight:800;font-size:12px;padding:7px 14px;border-radius:20px;z-index:2;
}
.h-pillar-body{padding:42px 44px;display:flex;flex-direction:column;justify-content:center;gap:14px;}
.h-pillar-body h3{font-size:clamp(20px,2.2vw,26px);}
.h-pillar-body p{color:var(--muted);font-size:15px;line-height:1.7;}
.h-pillar-body ul{display:flex;flex-direction:column;gap:8px;margin-top:6px;}
.h-pillar-body li{display:flex;gap:9px;align-items:flex-start;font-size:14px;color:var(--text);}
.h-pillar-body li svg{flex:none;margin-top:3px;color:var(--green-deep);}

/* ============ PACKAGES ============ */
.h-packages{background:var(--cream);padding:110px 0;}
.h-packages .head{max-width:640px;margin:0 auto 54px;text-align:center;}
.h-packages .head h2{font-size:clamp(28px,3.4vw,42px);margin:16px 0 14px;}
.h-packages .head p{color:var(--muted);font-size:16px;line-height:1.7;}
.h-pkg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.h-pkg{
  background:#fff;border-radius:20px;padding:30px 26px;display:flex;flex-direction:column;gap:16px;
  box-shadow:0 20px 40px -30px rgba(14,43,34,0.3);transition:transform .35s var(--ease),box-shadow .35s var(--ease);
  border:2px solid transparent;
}
.h-pkg:hover{transform:translateY(-8px);box-shadow:0 26px 46px -24px rgba(14,43,34,0.32);}
.h-pkg.featured{border-color:var(--green);position:relative;}
.h-pkg.featured .featured-badge{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--green);color:#fff;
  font-family:'Poppins',sans-serif;font-size:11px;font-weight:800;padding:5px 14px;border-radius:20px;letter-spacing:0.03em;
}
.h-pkg h3{font-size:19px;}
.h-pkg .price{display:flex;align-items:baseline;gap:6px;}
.h-pkg .price b{font-family:'Poppins',sans-serif;font-size:30px;font-weight:800;color:var(--green-dark);}
.h-pkg .price span{font-size:12.5px;color:var(--muted);}
.h-pkg .offpeak{font-size:12.5px;color:var(--green-deep);font-weight:700;background:var(--green-pale);padding:6px 10px;border-radius:8px;width:fit-content;}
.h-pkg ul{display:flex;flex-direction:column;gap:9px;flex:1;}
.h-pkg li{display:flex;gap:8px;align-items:flex-start;font-size:13.5px;color:var(--text);line-height:1.5;}
.h-pkg li svg{flex:none;margin-top:2px;color:var(--green-deep);}
.h-pkg .btn{justify-content:center;width:100%;padding:13px 20px;font-size:13.5px;}

.h-pkg-note{
  margin-top:44px;background:#fff;border-radius:20px;padding:36px 40px;display:grid;grid-template-columns:1fr 1fr;gap:36px;
  box-shadow:0 20px 40px -30px rgba(14,43,34,0.25);
}
.h-pkg-note h4{font-size:15px;margin-bottom:12px;color:var(--green-dark);}
.h-pkg-note ul{display:flex;flex-direction:column;gap:7px;}
.h-pkg-note li{font-size:13.5px;color:var(--muted);}
.h-pkg-fine{margin-top:20px;font-size:12px;color:var(--muted);text-align:center;}

/* ============ AREAS MARQUEE ============ */
.h-areas{background:var(--green-dark);padding:110px 0;overflow:hidden;position:relative;}
.h-areas::before,.h-areas::after{
  content:"";position:absolute;top:0;bottom:0;width:120px;z-index:3;pointer-events:none;
}
.h-areas::before{left:0;background:linear-gradient(90deg,var(--green-dark),transparent);}
.h-areas::after{right:0;background:linear-gradient(-90deg,var(--green-dark),transparent);}
.h-areas .head{max-width:620px;margin:0 auto 56px;text-align:center;}
.h-areas .eyebrow{color:#9BEBA6;}
.h-areas .head h2{color:#fff;font-size:clamp(26px,3.2vw,38px);margin:16px 0 0;}
.h-belt-track{display:flex;width:max-content;will-change:transform;}
.h-belt-set{display:flex;gap:16px;padding-right:16px;}
.h-belt-set span{
  display:flex;align-items:center;gap:10px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.14);
  color:#fff;font-family:'Poppins',sans-serif;font-size:14.5px;font-weight:600;padding:14px 24px;border-radius:40px;
  white-space:nowrap;
}
.h-belt-set span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);}

/* ============ TRUST STRIP ============ */
.h-trust{background:var(--white);padding:80px 0;}
.h-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.h-trust-item{display:flex;gap:16px;align-items:flex-start;}
.h-trust-item .ic{
  flex:none;width:48px;height:48px;border-radius:14px;background:var(--green-pale);color:var(--green-deep);
  display:flex;align-items:center;justify-content:center;
}
.h-trust-item h4{font-size:15.5px;margin-bottom:5px;}
.h-trust-item p{font-size:13.5px;color:var(--muted);line-height:1.6;}

/* ============ FAQ ============ */
.h-faq{background:var(--cream);padding:110px 0;}
.h-faq .head{max-width:640px;margin:0 auto 46px;text-align:center;}
.h-faq .head h2{font-size:clamp(26px,3.2vw,38px);margin:16px 0 0;}
.h-faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px;}
.h-faq-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 26px -20px rgba(14,43,34,0.3);}
.h-faq-item summary{
  list-style:none;cursor:pointer;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;
  font-family:'Poppins',sans-serif;font-weight:700;font-size:15px;color:var(--text);
}
.h-faq-item summary::-webkit-details-marker{display:none;}
.h-faq-item summary .plus{flex:none;width:26px;height:26px;border-radius:50%;background:var(--green-pale);color:var(--green-deep);display:flex;align-items:center;justify-content:center;transition:transform .3s var(--ease);}
.h-faq-item[open] summary .plus{transform:rotate(45deg);}
.h-faq-item .h-faq-body{padding:0 24px 22px;color:var(--muted);font-size:14.5px;line-height:1.7;}

/* ============ CLOSING CTA ============ */
.h-cta-band{
  position:relative;padding:120px 0;text-align:center;color:#fff;
  background:linear-gradient(155deg,var(--green-dark),#0B4C86 60%,var(--green-deep));
}
.h-cta-band h2{color:#fff;font-size:clamp(28px,3.6vw,44px);max-width:680px;margin:0 auto 18px;}
.h-cta-band p{color:rgba(255,255,255,0.85);max-width:520px;margin:0 auto 34px;font-size:16px;line-height:1.7;}
.h-cta-band-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}

/* ============ FOOTER ============ */
.h-footer{background:#06192B;padding:56px 0 30px;color:rgba(255,255,255,0.65);}
.h-footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;margin-bottom:36px;}
.h-footer-brand{display:flex;align-items:center;gap:12px;}
.h-footer-brand b{color:#fff;font-family:'Poppins',sans-serif;font-size:15px;}
.h-footer-tagline{font-size:13px;max-width:280px;margin-top:10px;line-height:1.6;}
.h-footer-links{display:flex;gap:34px;flex-wrap:wrap;}
.h-footer-col h5{color:#fff;font-family:'Poppins',sans-serif;font-size:13px;margin-bottom:14px;}
.h-footer-col a,.h-footer-col span{display:block;font-size:13.5px;color:rgba(255,255,255,0.6);margin-bottom:9px;}
.h-footer-col a:hover{color:var(--green);}
.h-footer-social{display:flex;gap:10px;margin-top:6px;}
.h-footer-social a{
  width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,0.08);display:flex;align-items:center;
  justify-content:center;color:#fff;transition:background .3s;
}
.h-footer-social a:hover{background:var(--green);}
.h-footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12px;}
.h-footer-bottom a{text-decoration:underline;text-decoration-color:rgba(255,255,255,0.3);}
.h-footer-bottom a:hover{color:#fff;}

/* ============ WHATSAPP FAB (local copy) ============ */
.h-whatsapp-fab{
  position:fixed;bottom:28px;right:28px;z-index:950;width:60px;height:60px;border-radius:50%;background:#25D366;
  display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px -8px rgba(0,0,0,0.4);
  transition:transform .3s var(--ease),box-shadow .3s var(--ease),background .3s;
}
.h-whatsapp-fab:hover{background:#1EBE5A;transform:scale(1.08);}
.h-whatsapp-fab svg{width:32px;height:32px;}

/* ============ RESPONSIVE ============ */
@media (max-width:980px){
  .h-links,.h-cta{display:none;}
  .h-burger{display:flex;}
  .h-hero{padding-top:130px;}
  .h-stats-inner{grid-template-columns:1fr;gap:18px;}
  .h-stats-inner .m{border-right:none;border-bottom:1px solid var(--line);padding-bottom:14px;}
  .h-stats-inner .m:last-child{border-bottom:none;padding-bottom:0;}
  .h-pillar,.h-pillar:nth-child(even){grid-template-columns:1fr;}
  .h-pillar:nth-child(even) .h-pillar-media{order:0;}
  .h-pillar-media{min-height:240px;}
  .h-pkg-grid{grid-template-columns:1fr 1fr;}
  .h-pkg-note{grid-template-columns:1fr;}
  .h-trust-grid{grid-template-columns:1fr;gap:24px;}
  .h-footer-top{flex-direction:column;}
}
@media (max-width:640px){
  .h-hero h1{font-size:34px;}
  .h-pkg-grid{grid-template-columns:1fr;}
  .h-whatsapp-fab{width:52px;height:52px;bottom:24px;right:18px;}
  .h-whatsapp-fab svg{width:28px;height:28px;}
}
