:root { --navy:#071b42; --blue:#0a4d91; --orange:#f47930; --cream:#fffaf4; --ink:#172033; --muted:#61708a; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; color:var(--ink); background:var(--cream); }
a { color:inherit; text-decoration:none; }
.container { width:min(1120px,calc(100% - 40px)); margin:auto; }
.site-header { position:sticky; top:0; z-index:1000; background:rgba(255,255,255,0.95); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); border-bottom:1px solid rgba(7,27,66,0.08); }
.nav { height:76px; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.brand { display:flex; align-items:center; gap:10px; text-decoration:none; }
.brand img { width:46px; height:46px; object-fit:cover; border-radius:50%; border:2px solid #ffffff; box-shadow:0 3px 10px rgba(7,27,66,0.14); }
.brand-title { display:flex; flex-direction:column; line-height:1.02; font-family:'Plus Jakarta Sans','Outfit',sans-serif; font-weight:750; color:#071b42; }
.brand-title span:first-child { font-size:1.16rem; font-weight:750; letter-spacing:0.04em; color:#071b42; }
.brand-title span:last-child { font-size:0.75rem; font-weight:750; letter-spacing:0.15em; color:#f47930; }
.nav-links { display:flex; align-items:center; gap:22px; color:#172033; font-weight:700; font-size:0.96rem; }
.nav-links a:not(.button) { position:relative; padding:4px 2px; color:#172033; font-weight:700; transition:color 0.2s ease; }
.nav-links a:not(.button):hover { color:var(--orange); }
.nav-links a:not(.button).active { color:#172033; font-weight:700; }
.button { display:inline-flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#f47930,#e85d0d); color:white; padding:10px 18px; border-radius:12px; font-weight:750; box-shadow:0 4px 14px rgba(244,121,48,0.32); transition:all 0.2s ease; border:0; cursor:pointer; text-decoration:none; }
.btn-text { display:flex; flex-direction:column; align-items:center; line-height:1.05; font-weight:800; font-size:0.86rem; letter-spacing:0.03em; text-transform:uppercase; }
.button:hover { transform:translateY(-2px); box-shadow:0 6px 18px rgba(244,121,48,0.42); background:linear-gradient(135deg,#e85d0d,#d64c00); }
.button-outline { background:transparent; border:1.5px solid white; box-shadow:none; }
.hero { min-height:560px; color:white; background:linear-gradient(90deg,rgba(4,20,50,.88),rgba(4,20,50,.38)), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1900&q=85') center/cover; display:grid; align-items:center; }
.eyebrow { text-transform:uppercase; letter-spacing:.14em; font-size:.75rem; font-weight:800; color:#ffd18c; }
.hero h1 { max-width:680px; font-size:clamp(2.7rem,6vw,5.3rem); letter-spacing:-.055em; line-height:.98; margin:15px 0 22px; }
.hero p { max-width:555px; line-height:1.6; font-size:1.1rem; color:#edf4ff; margin-bottom:28px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; }
section { padding:86px 0; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:34px; }
h2 { font-size:clamp(2rem,4vw,3rem); letter-spacing:-.04em; margin:7px 0 0; color:var(--navy); }
.section-head p { max-width:460px; color:var(--muted); line-height:1.6; margin:0; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.card { background:#fff; overflow:hidden; border-radius:17px; box-shadow:0 12px 35px rgba(20,35,60,.08); }
.card-image { height:205px; background-size:cover; background-position:center; }
.card-body { padding:22px; }
.tag { color:var(--orange); font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.card h3 { margin:7px 0; font-size:1.4rem; color:var(--navy); }
.card p { color:var(--muted); line-height:1.5; margin:0 0 16px; }
.card-bottom { display:flex; align-items:center; justify-content:space-between; gap:9px; font-size:.93rem; font-weight:700; }
.price { color:var(--navy); }.price span { color:var(--orange); font-size:1.1rem; }
.why { background:var(--navy); color:white; }
.why h2 { color:white; }.why .eyebrow { color:#ffc77e; }
.benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:36px; }
.benefit { border:1px solid rgba(255,255,255,.18); padding:25px; border-radius:14px; }
.benefit b { display:block; font-size:1.1rem; margin:12px 0 7px; }.benefit p { margin:0; color:#cdd8e8; line-height:1.5; }
.icon { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:rgba(244,121,48,.18); color:#ffbd91; font-size:1.2rem; }
.cta { background:linear-gradient(115deg,#f47a32,#f0a047); text-align:center; color:white; }.cta h2 { color:white; }.cta p { max-width:580px; margin:16px auto 25px; line-height:1.6; }
.reviews { overflow:hidden; padding-bottom:96px; background:linear-gradient(180deg,#fffaf4 0%,#f1f6fb 100%); }
.reviews .section-head { margin-bottom:30px; }
.reviews-window { width:100%; overflow:hidden; padding:8px 0 18px; }
.reviews-track { display:flex; width:max-content; gap:20px; animation:review-scroll 68s linear infinite; }
.reviews-track:hover { animation-play-state:paused; }
.review-card { width:360px; min-height:245px; background:#fff; border:1px solid #e2eaf3; border-radius:15px; padding:23px; box-shadow:0 10px 24px rgba(27,53,84,.07); display:flex; flex-direction:column; }
.review-top { display:flex; align-items:center; gap:11px; }.review-avatar { width:42px; height:42px; flex:0 0 42px; display:grid; place-items:center; border-radius:50%; font-weight:800; color:#fff; background:#f26522; }.review-avatar.green { background:#71a83a; }.review-avatar.blue { background:#3268a8; }.review-avatar.brown { background:#8c6650; }.review-avatar.teal { background:#278f86; }
.review-name { color:var(--navy); font-size:.96rem; font-weight:800; }.review-meta { color:#77849a; font-size:.76rem; margin-top:2px; }.stars { color:#f9ad00; letter-spacing:1px; margin:18px 0 8px; font-size:1.02rem; }.review-time { color:#77849a; font-size:.78rem; margin-left:6px; letter-spacing:0; }.review-card blockquote { color:#354866; margin:0; font-size:.91rem; line-height:1.55; font-style:normal; }.google-mark { margin-top:auto; padding-top:14px; color:#718097; font-size:.75rem; font-weight:700; }.google-mark b { color:#4285f4; font-size:.9rem; }
@keyframes review-scroll { to { transform:translateX(-50%); } }
.footer { background:#06152f; color:#cfdbec; padding:50px 0 23px; }.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1.2fr; gap:35px; }
.footer-brand { display:flex !important; align-items:center !important; flex-wrap:nowrap !important; gap:16px !important; text-decoration:none !important; margin-bottom:14px !important; white-space:nowrap !important; line-height:1 !important; }
.footer-brand img { width:44px; height:44px; flex-shrink:0; display:block; object-fit:cover; border-radius:50%; border:2px solid rgba(255,255,255,0.25); box-shadow:0 3px 10px rgba(0,0,0,0.25); }
.footer-brand-name { color:#ffffff; font-family:'Plus Jakarta Sans','Outfit',sans-serif; font-weight:750; font-size:1.15rem; letter-spacing:0.04em; line-height:1; white-space:nowrap; display:inline-block; }
.footer h4 { color:white; margin:0 0 13px; }.footer p,.footer a:not(.footer-brand) { line-height:1.75; margin:0; display:block; }.copyright { border-top:1px solid rgba(255,255,255,.15); padding-top:19px; margin-top:35px; font-size:.86rem; }
.page-hero { background:linear-gradient(90deg,rgba(5,24,57,.91),rgba(5,24,57,.55)),url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1900&q=85') center/cover; color:white; padding:94px 0; }.page-hero h1 { font-size:clamp(2.6rem,5vw,4.4rem); margin:10px 0 0; }
.contact-grid { display:grid; grid-template-columns:1fr 1.15fr; gap:55px; }.contact-row { display:flex; gap:15px; padding:19px 0; border-bottom:1px solid #dde4ef; }.contact-row strong { display:block; color:var(--navy); margin-bottom:5px; }.contact-row span { color:var(--muted); line-height:1.5; }
.form { padding:30px; border-radius:18px; background:#fff; box-shadow:0 12px 35px rgba(20,35,60,.08); }.form h3 { color:var(--navy); margin-top:0; font-size:1.5rem; }.field { display:grid; gap:7px; margin-bottom:16px; }.field label { font-size:.9rem; font-weight:700; }.field input,.field textarea { padding:13px 14px; border:1px solid #d7deeb; border-radius:9px; font:inherit; }.field textarea { min-height:115px; resize:vertical; }
@media (max-width:720px) {
  .container { width:calc(100% - 20px); }
  .nav { height:auto; min-height:62px; padding:8px 0; flex-wrap:nowrap; justify-content:space-between; gap:6px; }
  .brand { gap:6px; }
  .brand img { width:38px; height:38px; border-width:1.5px; }
  .brand-title span:first-child { font-size:0.88rem; font-weight:750; }
  .brand-title span:last-child { font-size:0.63rem; font-weight:750; }
  .nav-links { gap:10px; font-size:0.82rem; font-weight:700; flex-wrap:nowrap; color:#172033; }
  .nav-links a:not(.button) { color:#172033; font-weight:700; white-space:nowrap; }
  .button { padding:7px 13px; border-radius:10px; box-shadow:0 3px 10px rgba(244,121,48,0.25); }
  .btn-text { font-size:0.72rem; }
  .cards,.benefits,.footer-grid,.contact-grid { grid-template-columns:1fr; }
  .footer-brand { gap:12px; margin-bottom:10px; }
  .footer-brand img { width:38px; height:38px; }
  .footer-brand-name { font-size:0.95rem; }
  .section-head { align-items:start; flex-direction:column; }
  .hero { min-height:480px; }
  .footer-grid { gap:22px; }
  section { padding:55px 0; }
  .review-card { width:min(310px,calc(100vw - 44px)); }
  .reviews-track { animation-duration:58s; }
}

/* Package Details Page Styles */
.package-hero { padding: 80px 0 70px; color: white; border-bottom: 1px solid rgba(255,255,255,0.1); }
.package-hero-content { max-width: 800px; }
.badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.pill-badge { background: rgba(255,255,255,0.18); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.25); color: white; padding: 6px 14px; border-radius: 999px; font-size: 0.8rem; font-weight: 750; text-transform: uppercase; letter-spacing: 0.05em; }
.pill-badge.orange { background: var(--orange); border-color: var(--orange); }
.package-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -0.04em; margin: 0 0 14px; line-height: 1.05; }
.hero-subtext { font-size: 1.1rem; line-height: 1.6; color: #e6f0fd; margin-bottom: 25px; max-width: 680px; }

.quick-meta-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; background: rgba(255,255,255,0.12); backdrop-filter: blur(14px); padding: 18px 22px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.2); }
.meta-item { display: flex; align-items: center; gap: 12px; }
.meta-icon { font-size: 1.6rem; }
.meta-item strong { display: block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: #ffd18c; }
.meta-item span { font-size: 0.95rem; font-weight: 700; color: white; }
.price-highlight { color: #51ffb0 !important; font-size: 1.15rem !important; font-weight: 800 !important; }

.highlights-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.highlight-card { background: white; padding: 22px; border-radius: 16px; border: 1px solid #e5ebf3; box-shadow: 0 8px 24px rgba(7,27,66,0.05); display: flex; flex-direction: column; gap: 12px; }
.card-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(244,121,48,0.12); color: var(--orange); display: grid; place-items: center; font-size: 1.4rem; }
.highlight-card h4 { margin: 0 0 6px; font-size: 1rem; color: var(--navy); }
.highlight-card p { margin: 0; font-size: 0.88rem; color: var(--muted); line-height: 1.5; }

.timeline { display: flex; flex-direction: column; gap: 26px; margin-top: 30px; position: relative; }
.timeline-item { display: grid; grid-template-columns: 50px 1fr; gap: 20px; position: relative; }
.timeline-marker { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, #071b42, #0a4d91); color: white; display: grid; place-items: center; font-size: 1.4rem; box-shadow: 0 6px 16px rgba(7,27,66,0.2); }
.timeline-content { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px; }
.timeline-day { font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--orange); margin-bottom: 6px; }
.timeline-content h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.3rem; }
.timeline-content p { margin: 0 0 12px; color: #475569; line-height: 1.6; }
.itinerary-list { margin: 0 0 14px; padding-left: 20px; color: #334155; line-height: 1.7; }
.itinerary-list li { margin-bottom: 6px; }
.meal-tag { display: inline-block; background: rgba(244,121,48,0.12); color: #c85000; padding: 6px 12px; border-radius: 8px; font-size: 0.84rem; font-weight: 750; }

.inc-exc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.inc-box { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 18px; padding: 28px; }
.exc-box { background: #fef2f2; border: 1px solid #fecaca; border-radius: 18px; padding: 28px; }
.box-title { margin: 0 0 18px; font-size: 1.25rem; }
.box-title.green { color: #15803d; }
.box-title.red { color: #b91c1c; }
.check-list, .cross-list { margin: 0; padding-left: 20px; line-height: 1.8; color: #334155; }
.check-list li { margin-bottom: 8px; }
.cross-list li { margin-bottom: 8px; }
.disclaimer-note { margin-top: 20px; background: #fff8eb; border: 1px solid #fde68a; color: #92400e; padding: 14px 20px; border-radius: 12px; font-size: 0.9rem; }

.cta-banner { background: linear-gradient(135deg, #071b42 0%, #0a4d91 100%); border-radius: 22px; padding: 40px; color: white; margin-bottom: 60px; box-shadow: 0 16px 40px rgba(7,27,66,0.2); }
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-eyebrow { font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #ffd18c; }
.cta-content h2 { color: white; margin: 8px 0; font-size: clamp(1.8rem, 3.5vw, 2.5rem); }
.cta-content p { color: #cbd5e1; margin: 0; max-width: 500px; line-height: 1.5; }
.cta-btn-group { display: flex; gap: 14px; flex-wrap: wrap; }
.button-large { padding: 12px 24px !important; font-size: 1rem !important; }
.button-outline-dark { background: transparent; border: 1.5px solid rgba(255,255,255,0.4); color: white; }
.button-outline-dark:hover { background: rgba(255,255,255,0.1); border-color: white; }

@media (max-width:720px) {
  .quick-meta-bar { grid-template-columns: 1fr; gap: 12px; padding: 16px; }
  .highlights-grid { grid-template-columns: 1fr; }
  .inc-exc-grid { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 40px 1fr; gap: 12px; }
  .timeline-marker { width: 40px; height: 40px; font-size: 1.1rem; }
  .cta-content { flex-direction: column; align-items: start; }
  .whatsapp-float-container { bottom: 18px; right: 18px; }
  .whatsapp-float-btn { width: 52px; height: 52px; }
  .whatsapp-float-btn svg { width: 28px; height: 28px; }
  .wa-tooltip-bubble { max-width: 200px; padding: 9px 12px; }
}

/* Floating WhatsApp Widget */
.whatsapp-float-container { position: fixed; bottom: 24px; right: 24px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.whatsapp-float-btn { width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg, #25d366, #128c7e); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45); transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); text-decoration: none; animation: wa-pulse 3s infinite; }
.whatsapp-float-btn:hover { transform: scale(1.12); box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6); }
@keyframes wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); } 70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

.wa-tooltip-bubble { position: relative; background: #ffffff; color: #172033; padding: 10px 14px; border-radius: 14px; box-shadow: 0 10px 30px rgba(7, 27, 66, 0.18); border: 1px solid #e2e8f0; max-width: 220px; text-decoration: none; opacity: 0; transform: translateY(10px) scale(0.95); transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); pointer-events: none; }
.wa-tooltip-bubble.show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.wa-tooltip-bubble.nudge { animation: wa-nudge 0.6s ease; }
@keyframes wa-nudge { 0%, 100% { transform: translateY(0) scale(1); } 30% { transform: translateY(-6px) scale(1.04); } 60% { transform: translateY(-2px) scale(1.02); } }

.wa-tooltip-header { display: flex; align-items: center; gap: 5px; margin-bottom: 2px; }
.wa-tooltip-header strong { font-size: 0.8rem; color: var(--navy); }
.wa-tooltip-bubble p { margin: 0; font-size: 0.86rem; font-weight: 700; color: #128c7e; line-height: 1.3; }
.wa-online-dot { width: 8px; height: 8px; background: #25d366; border-radius: 50%; display: inline-block; }
.wa-tooltip-close { position: absolute; top: 4px; right: 8px; font-size: 14px; color: #94a3b8; cursor: pointer; font-weight: bold; line-height: 1; }
.wa-tooltip-close:hover { color: #334155; }
