:root {
  --green: #0c5b4c;
  --green-2: #123b34;
  --gold: #dba84b;
  --cream: #f7f4ed;
  --ink: #18211f;
  --muted: #67736f;
  --line: #e3e5df;
  --white: #fff;
  --shadow: 0 18px 45px rgba(20, 32, 28, .13);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: "Poppins", Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.topbar { background: var(--green-2); color: rgba(255,255,255,.86); font-size: 14px; }
.topbar-inner { min-height: 42px; display: flex; gap: 24px; align-items: center; justify-content: flex-end; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--green-2); }
.brand-logo-img { width: 58px; max-height: 54px; object-fit: contain; background: var(--green-2); border-radius: 4px; padding: 6px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-family: Georgia, serif; font-size: 28px; }
.brand em { display: block; font-style: normal; color: var(--gold); font-size: 13px; margin-top: -2px; }
.nav-menu { display: flex; align-items: center; gap: 24px; margin-left: auto; font-weight: 700; font-size: 14px; text-transform: uppercase; }
.nav-menu a:hover, .text-link { color: var(--green); }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 28px; }
.btn, button.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 4px; background: var(--gold); color: #1d211d; font-weight: 800; box-shadow: 0 10px 24px rgba(219,168,75,.25); cursor: pointer; }
.btn-sm { min-height: 42px; padding: 0 18px; }
.btn-light { background: #fff; color: var(--green); }
.hero { min-height: 680px; position: relative; overflow: hidden; }
.hero-slide, .detail-hero, .page-hero { min-height: 680px; display: flex; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(12,45,38,.78), rgba(12,45,38,.32)), var(--hero-image, url('../img/placeholder.svg')) center/cover; }
.hero-content { max-width: 780px; padding-top: 20px; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: 0; font-size: 14px; }
h1, h2, h3 { margin: 0; line-height: 1.08; font-family: "Poppins", Arial, Helvetica, sans-serif; font-weight: 600; letter-spacing: 0; }
h1 { font-size: clamp(44px, 7vw, 86px); max-width: 900px; }
h2 { font-size: clamp(34px, 4vw, 56px); }
h3 { font-size: 24px; }
.hero p:not(.eyebrow), .page-hero p:not(.eyebrow), .detail-hero p:not(.eyebrow) { max-width: 620px; font-size: 19px; line-height: 1.7; color: rgba(255,255,255,.88); }
.search-strip { margin-top: -48px; position: relative; z-index: 3; }
.search-card { min-height: 96px; padding: 18px; display: flex; align-items: center; gap: 14px; background: #fff; border-radius: 6px; box-shadow: var(--shadow); }
.search-card a:not(.btn), .category-pills a { padding: 14px 18px; background: #f3f6f4; border: 1px solid var(--line); border-radius: 4px; font-weight: 700; }
.section { padding: 92px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tour-card, .post-card, .testimonial, .booking-box, .form-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; box-shadow: 0 12px 26px rgba(21,35,30,.06); }
.tour-image { position: relative; height: 250px; display: block; overflow: hidden; }
.tour-image img, .post-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tour-card:hover img, .post-card:hover img { transform: scale(1.04); }
.tour-image span { position: absolute; right: 16px; bottom: 16px; padding: 9px 13px; background: var(--gold); border-radius: 4px; font-weight: 900; }
.tour-body { padding: 24px; }
.tour-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.tour-body h3 { margin-bottom: 12px; }
.tour-body p, .post-card p, .footer p, .rich-text, .contact-grid p { color: var(--muted); line-height: 1.75; }
.discover { padding: 92px 0; background: var(--green-2); color: #fff; }
.discover-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 52px; align-items: center; }
.discover-copy p:not(.eyebrow) { color: rgba(255,255,255,.78); line-height: 1.8; font-size: 17px; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.feature-list div { padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; background: rgba(255,255,255,.06); }
.feature-list span { display: block; margin-top: 8px; color: rgba(255,255,255,.7); line-height: 1.55; }
.discover-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 6px; }
.muted-section { background: var(--cream); }
.testimonial-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.testimonial { padding: 24px; }
.testimonial p { color: var(--muted); line-height: 1.7; }
.testimonial span { display: block; color: var(--muted); margin-top: 5px; font-size: 14px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card img { height: 220px; }
.post-card div { padding: 22px; }
.post-card span { color: var(--green); font-weight: 800; font-size: 14px; }
.cta-band { padding: 56px 0; background: var(--gold); color: #1b211e; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-inner p { max-width: 640px; line-height: 1.7; }
.footer { padding: 70px 0 0; background: #101b18; color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer-grid-pro { grid-template-columns: 1.5fr 1fr 1fr; }
.footer h3 { color: #fff; font-family: "Poppins", Arial, sans-serif; font-size: 15px; margin: 0 0 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 0; }
.footer a, .footer span { display: block; margin: 10px 0; color: rgba(255,255,255,.72); line-height: 1.55; }
.footer a:hover { color: var(--gold); }
.footer-about p { max-width: 360px; }
.brand-footer { color: #fff; margin-bottom: 16px; }
.footer-bottom-bar { margin-top: 54px; background: #07110f; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 14px; color: rgba(255,255,255,.68); }
.footer-bottom a { margin: 0; color: #fff; font-weight: 700; }
.footer-bottom a:hover { color: var(--gold); }
.copyright { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; }
.page-hero { min-height: 360px; background: linear-gradient(90deg, rgba(12,45,38,.86), rgba(12,45,38,.48)), url('../img/placeholder.svg') center/cover; }
.detail-hero { min-height: 520px; }
.category-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.category-pills .active { background: var(--green); color: #fff; border-color: var(--green); }
.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 42px; align-items: start; }
.rich-text { font-size: 17px; }
.rich-text .lead { font-size: 22px; color: var(--ink); }
.rich-text h2 { font-family: Inter, Arial, sans-serif; font-size: 26px; margin: 34px 0 10px; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.gallery img { aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; }
.booking-box { position: sticky; top: 112px; padding: 26px; }
.booking-box h2 { font-family: Inter, Arial, sans-serif; font-size: 24px; margin-bottom: 20px; }
.booking-box dl { display: grid; grid-template-columns: 1fr 1.3fr; gap: 12px; margin: 0 0 22px; }
.booking-box dt { color: var(--muted); }
.booking-box dd { margin: 0; font-weight: 800; }
.narrow { max-width: 850px; }
.contact-grid, .transfer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.contact-grid a { display: block; margin: 12px 0; color: var(--green); font-weight: 800; }
.form-card { padding: 28px; display: grid; gap: 16px; }
label { display: grid; gap: 7px; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 13px 14px; font: inherit; }
.alert { padding: 12px 14px; border-radius: 4px; font-weight: 700; }
.alert.success { background: #e7f8ef; color: #0b6d3c; }
.alert.error { background: #fdeaea; color: #9d2525; }
.transfer-grid img { width: 100%; border-radius: 6px; aspect-ratio: 4/3; object-fit: cover; }
.tour-titlebar { padding: 82px 0 38px; background: #f7f4ed; }
.tour-titlebar h1 { max-width: 960px; color: var(--green-2); font-size: clamp(38px, 5vw, 68px); }
.tour-titlebar p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.tour-gallery-wrap { padding: 24px 0 0; background: #f7f4ed; }
.tour-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 180px; gap: 12px; }
.tour-gallery a { display: block; overflow: hidden; border-radius: 6px; background: #e7ece9; }
.tour-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tour-gallery a:hover img { transform: scale(1.04); }
.gallery-main { grid-row: span 2; }
.tour-summary-strip { position: relative; z-index: 4; margin-top: -1px; padding: 22px 0; background: var(--green-2); color: #fff; }
.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: center; }
.summary-grid div { min-height: 72px; display: flex; flex-direction: column; justify-content: center; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.16); }
.summary-grid div:last-child { border-right: 0; align-items: flex-end; }
.summary-grid span, .summary-grid small { color: rgba(255,255,255,.68); font-weight: 700; }
.summary-grid strong { font-size: 24px; margin-top: 4px; }
.tour-detail-section { background: #fff; }
.detail-grid-wide { grid-template-columns: minmax(0, 1fr) 360px; }
.tour-content { min-width: 0; }
.tour-tabs { position: sticky; top: 83px; z-index: 5; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 10px 26px rgba(20,32,28,.06); }
.tour-tabs a { padding: 10px 14px; border-radius: 4px; background: #f3f6f4; color: var(--green-2); font-weight: 800; }
.tour-block { margin-bottom: 24px; padding: 30px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.tour-block h2 { margin-bottom: 18px; font-family: Inter, Arial, sans-serif; font-size: 28px; color: var(--green-2); }
.tour-block h3 { margin: 24px 0 10px; font-family: Inter, Arial, sans-serif; font-size: 20px; color: var(--green-2); }
.tour-block p { color: var(--muted); line-height: 1.8; }
.tour-block .lead { color: var(--ink); font-size: 20px; }
.check-list, .x-list, .dot-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li, .x-list li, .dot-list li { position: relative; padding-left: 30px; color: var(--muted); line-height: 1.65; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.x-list li::before { content: "×"; position: absolute; left: 0; top: 0; color: #b84c4c; font-weight: 900; }
.dot-list li::before { content: ""; position: absolute; left: 5px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.include-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.booking-box-large p { margin-top: -8px; color: var(--muted); line-height: 1.65; }
.booking-box-large .btn, .booking-box-large .whatsapp-btn { width: 100%; margin-top: 12px; }
.whatsapp-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--green); border-radius: 4px; color: var(--green); font-weight: 900; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 16px 34px rgba(0,0,0,.22); transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(0,0,0,.28); }
.floating-whatsapp svg { width: 34px; height: 34px; fill: currentColor; }
.booking-hero { padding: 82px 0; color: #fff; background: linear-gradient(90deg, rgba(12,45,38,.86), rgba(12,45,38,.48)), url('../img/placeholder.svg') center/cover; }
.booking-hero h1 { font-size: clamp(38px, 5vw, 68px); }
.booking-hero p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.86); line-height: 1.7; font-size: 18px; }
.booking-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: start; }
.booking-tour-card, .booking-form { border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 12px 26px rgba(21,35,30,.06); overflow: hidden; }
.booking-tour-card { position: sticky; top: 112px; }
.booking-tour-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.booking-tour-card div { padding: 24px; }
.booking-tour-card h2 { font-family: Inter, Arial, sans-serif; font-size: 24px; margin-bottom: 10px; }
.booking-tour-card p { color: var(--muted); line-height: 1.7; }
.booking-tour-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.booking-tour-card dt { color: var(--muted); }
.booking-tour-card dd { margin: 0; font-weight: 900; }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 28px; }
.booking-form h2, .booking-form p, .booking-form small { grid-column: 1 / -1; }
.booking-form h2 { font-family: Inter, Arial, sans-serif; font-size: 28px; color: var(--green-2); }
.booking-form p, .booking-form small { margin: 0; color: var(--muted); line-height: 1.6; }
.booking-form .full { grid-column: 1 / -1; }
.booking-form .consent { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; color: var(--muted); line-height: 1.5; }
.booking-form .consent input { width: auto; margin-top: 4px; }
.total-box { padding: 18px; background: #f7f4ed; border: 1px solid var(--line); border-radius: 4px; font-size: 18px; font-weight: 900; display: flex; justify-content: space-between; gap: 14px; }
.total-box strong { color: var(--green); }
@media (max-width: 920px) {
  .nav-toggle { display: block; margin-left: auto; }
  .nav-menu { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; padding: 20px; background: #fff; border-bottom: 1px solid var(--line); }
  .nav-menu.open { display: flex; }
  .nav > .btn { display: none; }
  .cards-grid, .blog-grid, .testimonial-row, .discover-grid, .detail-grid, .contact-grid, .transfer-grid, .footer-grid, .footer-grid-pro, .summary-grid, .detail-grid-wide, .booking-page-grid, .include-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .section-head, .cta-inner { align-items: flex-start; flex-direction: column; }
  .hero, .hero-slide { min-height: 620px; }
  .search-card { flex-wrap: wrap; }
  .booking-box { position: static; }
  .tour-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .gallery-main { grid-column: 1 / -1; }
  .summary-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); align-items: flex-start; }
  .summary-grid div:last-child { border-bottom: 0; align-items: flex-start; }
  .tour-tabs { position: static; }
  .booking-tour-card { position: static; }
}
@media (max-width: 560px) {
  .topbar-inner { justify-content: flex-start; flex-wrap: wrap; gap: 10px; padding: 10px 0; }
  .hero, .hero-slide { min-height: 560px; }
  .tour-image { height: 220px; }
  .section { padding: 68px 0; }
  .tour-gallery { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; padding: 22px; }
  .tour-block { padding: 22px; }
}

/* Premium Poppins/mobile/SEO refresh */
.hero-slider { min-height: 700px; position: relative; overflow: hidden; background: var(--green-2); }
.hero-slider .hero-slide { position: absolute; inset: 0; min-height: 700px; opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s ease; background: linear-gradient(90deg, rgba(13,45,39,.82), rgba(13,45,39,.46)), var(--hero-image, url('../img/placeholder.svg')) center/cover; }
.hero-slider .hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slider .hero-content { position: relative; z-index: 2; padding-top: 86px; }
.hero-slider h1 { max-width: 980px; font-size: clamp(42px, 6.5vw, 82px); line-height: 1.02; color: #fff; }
.hero-slider p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.75; }
.hero-dots { position: absolute; left: 50%; bottom: 34px; z-index: 4; display: flex; gap: 10px; transform: translateX(-50%); }
.hero-dots button { width: 34px; height: 4px; min-height: 4px; padding: 0; border-radius: 999px; background: rgba(255,255,255,.45); box-shadow: none; }
.hero-dots button.active { background: var(--gold); }
.btn, button.btn { border-radius: 6px; font-weight: 600; box-shadow: none; }
.nav-menu { font-weight: 600; letter-spacing: 0; }
.eyebrow { font-weight: 600; letter-spacing: 0; }
.tour-card, .post-card, .testimonial, .booking-box, .form-card { border-radius: 8px; box-shadow: 0 14px 34px rgba(21,35,30,.08); }
.tour-body h3, .post-card h3 { font-weight: 600; }
.seo-intro .section-head h2 { max-width: 780px; }
@media (max-width: 920px) {
  .hero-slider, .hero-slider .hero-slide { min-height: 660px; }
  .hero-slider .hero-content { padding-top: 64px; }
  .hero-slider h1 { font-size: clamp(36px, 10vw, 58px); }
  .hero-slider p:not(.eyebrow) { font-size: 16px; }
  .nav { height: 74px; }
  .nav-menu { top: 74px; }
  .search-strip { margin-top: -34px; }
  .search-card { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .search-card a { text-align: center; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar { display: none; }
  .hero-slider, .hero-slider .hero-slide { min-height: 610px; }
  .hero-slider .hero-content { padding-top: 54px; }
  .hero-slider h1 { font-size: 38px; line-height: 1.08; }
  .hero-dots { bottom: 22px; }
  .section { padding: 58px 0; }
  .cards-grid, .blog-grid { gap: 18px; }
  .tour-card, .post-card { border-radius: 8px; }
  .tour-image, .post-card img { height: 210px; }
  .cta-band { padding: 42px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}
