/* ============================================================
   SLN TOURS – Stylesheet
   Mobile-first | Orange + Blue brand
   ============================================================ */

/* ----- RESET & VARS ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --or: #F47F20; --or-dk: #d96b10;
  --bl: #1A4FA0; --bl-dk: #133b7a;
  --bg: #f8f9fc; --text: #1a1a2e; --muted: #666; --border: #e2e8f0;
  --r: 10px;
  --sh: 0 4px 20px rgba(0,0,0,.09);
  --sh-lg: 0 10px 40px rgba(0,0,0,.14);
  --tr: .22s ease;
}
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: var(--text); background: #fff; line-height: 1.65; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section  { padding: 70px 0; }
.bg-light { background: var(--bg); }
.w-full   { width: 100%; }

/* ----- BUTTONS ----- */
.btn-primary  { background: var(--or); color: #fff; border: none; padding: 13px 28px; border-radius: 6px; font-size: .97rem; font-weight: 700; cursor: pointer; transition: background var(--tr), transform var(--tr); display: inline-block; }
.btn-primary:hover  { background: var(--or-dk); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: #fff; border: 2px solid #fff; padding: 12px 26px; border-radius: 6px; font-size: .97rem; font-weight: 600; cursor: pointer; transition: all var(--tr); display: inline-block; }
.btn-secondary:hover { background: #fff; color: var(--bl); }
.btn-outline  { background: transparent; color: var(--bl); border: 2px solid var(--bl); padding: 12px 28px; border-radius: 6px; font-size: .97rem; font-weight: 600; cursor: pointer; transition: all var(--tr); }
.btn-outline:hover  { background: var(--bl); color: #fff; }
.btn-wa-link  { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 13px 22px; border-radius: 6px; font-weight: 700; font-size: .95rem; background: #25D366; color: #fff; border: none; cursor: pointer; transition: background var(--tr); }
.btn-wa-link:hover  { background: #1da851; }
.btn-wa-outline { display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 6px; font-weight: 600; background: transparent; color: #fff; border: 2px solid #25D366; cursor: pointer; transition: all var(--tr); }
.btn-wa-outline:hover { background: #25D366; }
.btn-card { background: var(--bl); color: #fff; border: none; padding: 9px 16px; border-radius: 5px; font-size: .87rem; font-weight: 600; cursor: pointer; transition: background var(--tr); }
.btn-card:hover { background: var(--bl-dk); }
.btn-submit-wa { width: 100%; background: #25D366; color: #fff; border: none; padding: 14px; border-radius: 6px; font-size: 1.02rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background var(--tr); }
.btn-submit-wa:hover { background: #1da851; }
.btn-car   { background: var(--or); color: #fff; border: none; padding: 11px; border-radius: 6px; font-size: .92rem; font-weight: 700; cursor: pointer; width: 100%; transition: background var(--tr); margin-bottom: 8px; }
.btn-car:hover { background: var(--or-dk); }
.btn-car-wa { display: block; width: 100%; text-align: center; background: #25D366; color: #fff; padding: 11px; border-radius: 6px; font-size: .9rem; font-weight: 600; transition: background var(--tr); }
.btn-car-wa:hover { background: #1da851; }
.btn-car-sm { background: var(--or); color: #fff; border: none; padding: 9px; border-radius: 5px; font-size: .87rem; font-weight: 600; cursor: pointer; width: 100%; transition: background var(--tr); }
.btn-car-sm:hover { background: var(--or-dk); }
.btn-blog { background: none; border: none; color: var(--bl); font-weight: 600; cursor: pointer; font-size: .87rem; padding: 0; }
.btn-blog:hover { color: var(--or); }
.sb-wa  { display: block; width: 100%; text-align: center; background: #25D366; color: #fff; padding: 12px; border-radius: 6px; font-weight: 700; margin-top: 10px; transition: background var(--tr); }
.sb-wa:hover  { background: #1da851; }
.sb-call { display: block; width: 100%; text-align: center; background: var(--bl); color: #fff; padding: 11px; border-radius: 6px; font-weight: 600; margin-top: 8px; transition: background var(--tr); }
.sb-call:hover { background: var(--bl-dk); }

/* ----- SECTION HEADER ----- */
.sec-hd { text-align: center; margin-bottom: 44px; }
.sec-hd h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 10px; }
.sec-hd p  { color: var(--muted); font-size: 1.04rem; }
.sec-cta   { text-align: center; margin-top: 38px; }

/* ----- NAVBAR ----- */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,.97); backdrop-filter: blur(8px); box-shadow: 0 2px 12px rgba(0,0,0,.08); transition: box-shadow var(--tr); }
.navbar.scrolled { box-shadow: 0 4px 22px rgba(0,0,0,.13); }
.nav-container { max-width: 1300px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; height: 68px; gap: 6px; }
.nav-logo { display: flex; align-items: center; margin-right: 12px; flex-shrink: 0; cursor: pointer; }
.nav-logo img { height: 44px; max-width: 160px; width: auto; object-fit: contain; }
.logo-fallback, .footer-logo { display: flex; align-items: baseline; gap: 4px; }
.logo-sln   { font-size: 1.5rem; font-weight: 900; color: #fff; background: var(--or); padding: 2px 8px; border-radius: 4px; line-height: 1; }
.logo-tours { font-size: 1.5rem; font-weight: 900; color: var(--bl); }
.nav-menu { display: flex; align-items: center; gap: 2px; flex: 1; }
.nav-link { padding: 8px 11px; color: var(--text); font-weight: 600; font-size: .92rem; border-radius: 5px; cursor: pointer; transition: color var(--tr); white-space: nowrap; user-select: none; }
.nav-link:hover, .nav-link.active { color: var(--or); }
/* Dropdowns removed */
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.btn-nav-wa { background: #25D366; color: #fff; padding: 9px 14px; border-radius: 6px; font-weight: 600; font-size: .87rem; display: flex; align-items: center; gap: 6px; cursor: pointer; white-space: nowrap; transition: background var(--tr); }
.btn-nav-wa:hover { background: #1da851; }
.btn-nav-ct { background: var(--or); color: #fff; border: none; padding: 9px 14px; border-radius: 6px; font-weight: 600; font-size: .87rem; cursor: pointer; transition: background var(--tr); white-space: nowrap; }
.btn-nav-ct:hover { background: var(--or-dk); }
.nav-toggle { display: none; flex-direction: column; justify-content: space-between; width: 28px; height: 20px; background: none; border: none; cursor: pointer; padding: 0; margin-left: auto; flex-shrink: 0; }
.nav-toggle span { display: block; height: 2.5px; background: var(--text); border-radius: 2px; transition: all .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8.75px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8.75px) rotate(-45deg); }

/* ----- HERO ----- */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; padding-top: 68px; }
.hero-bg { position: absolute; inset: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,79,160,.88) 0%, rgba(0,0,0,.5) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 760px; color: #fff; padding: 60px 20px; margin: 0 auto; text-align: center; }
.hero-tag { background: var(--or); display: inline-block; padding: 5px 16px; border-radius: 20px; font-size: .9rem; font-weight: 600; margin-bottom: 20px; }
.hero-content h1 { font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 800; line-height: 1.2; margin-bottom: 18px; text-shadow: 0 2px 10px rgba(0,0,0,.3); }
.hero-sub { font-size: 1.07rem; margin-bottom: 30px; opacity: .92; max-width: 570px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-bottom: 50px; }
.hero-stats { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.2); padding-top: 28px; }
.stat { text-align: center; }
.stat strong { display: block; font-size: 1.75rem; font-weight: 800; color: var(--or); }
.stat span   { font-size: .84rem; opacity: .85; }

/* ----- FEATURES ----- */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.feat-card { background: #fff; padding: 28px 22px; border-radius: var(--r); box-shadow: var(--sh); text-align: center; transition: transform var(--tr); border-top: 3px solid var(--or); }
.feat-card:hover { transform: translateY(-4px); }
.feat-icon { font-size: 2.2rem; margin-bottom: 13px; }
.feat-card h3 { color: var(--bl); font-size: 1rem; margin-bottom: 7px; }
.feat-card p  { color: var(--muted); font-size: .87rem; }

/* ----- TOUR CARDS ----- */
.tours-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); gap: 24px; }
.tour-card { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); cursor: pointer; transition: transform var(--tr), box-shadow var(--tr); }
.tour-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.tc-img { position: relative; height: 205px; overflow: hidden; }
.tc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.tour-card:hover .tc-img img { transform: scale(1.06); }
.tc-badge { position: absolute; top: 12px; left: 12px; background: var(--bl); color: #fff; font-size: .74rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; }
.tc-promo-badge { position: absolute; left: 12px; bottom: 12px; background: linear-gradient(135deg, #ff8a00, #d9480f); color: #fff; font-size: .73rem; font-weight: 800; letter-spacing: .02em; padding: 6px 10px; border-radius: 999px; box-shadow: 0 8px 18px rgba(217,72,15,.28); z-index: 2; }
.tc-body  { padding: 17px; }
.tc-meta  { display: flex; gap: 10px; font-size: .79rem; color: var(--muted); margin-bottom: 7px; flex-wrap: wrap; }
.tc-body h3 { font-size: 1.06rem; color: var(--text); margin-bottom: 6px; line-height: 1.3; }
.tc-body p  { color: var(--muted); font-size: .86rem; margin-bottom: 11px; }
.tc-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 13px; }
.tag { background: #e8f0fe; color: var(--bl); font-size: .73rem; padding: 3px 9px; border-radius: 20px; font-weight: 500; }
.tc-foot { display: flex; align-items: center; justify-content: space-between; }
.price-lbl { color: var(--or); font-weight: 700; font-size: .92rem; }
.no-tours  { text-align: center; padding: 60px 20px; grid-column: 1 / -1; }

/* ----- CARS MINI ----- */
.cars-mini-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; }
.car-mini { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); }
.car-mini img { width: 100%; height: 145px; object-fit: cover; }
.car-mini-body { padding: 14px; }
.car-mini-body h4 { color: var(--text); margin-bottom: 4px; }
.car-mini-body p  { color: var(--muted); font-size: .88rem; margin-bottom: 11px; }

/* ----- CARS GRID ----- */
.cars-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 24px; }
.car-card { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); transition: transform var(--tr); }
.car-card:hover { transform: translateY(-4px); }
.car-img-wrap { position: relative; height: 185px; overflow: hidden; }
.car-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.car-type-badge { position: absolute; bottom: 10px; right: 10px; background: var(--or); color: #fff; font-size: .74rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; }
.car-body  { padding: 18px; }
.car-body h3  { color: var(--bl); margin-bottom: 5px; font-size: 1.08rem; }
.car-cap  { color: var(--muted); font-size: .88rem; margin-bottom: 11px; }
.car-feats { margin-bottom: 12px; }
.car-feats li { font-size: .86rem; color: var(--muted); padding: 2px 0; }
.car-feats li::before { content: '✓ '; color: #25D366; font-weight: 700; }
.car-note  { background: var(--bg); padding: 9px 13px; border-radius: 6px; margin-bottom: 12px; font-size: .82rem; color: var(--muted); }

/* ----- TESTIMONIALS ----- */
.testi-section { background: var(--bl); }
.testi-section .sec-hd h2 { color: #fff; }
.testi-section .sec-hd p  { color: rgba(255,255,255,.75); }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.testi-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); padding: 24px; border-radius: var(--r); color: #fff; }
.stars { color: #ffd700; font-size: 1rem; margin-bottom: 10px; }
.testi-card p  { font-size: .92rem; opacity: .9; margin-bottom: 14px; line-height: 1.7; }
.reviewer strong { display: block; }
.reviewer span   { font-size: .79rem; opacity: .7; }

/* ----- CTA BANNER ----- */
.cta-banner { background: linear-gradient(135deg, var(--or) 0%, var(--or-dk) 100%); padding: 70px 20px; text-align: center; color: #fff; }
.cta-banner h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 12px; }
.cta-banner p  { font-size: 1.04rem; opacity: .92; margin-bottom: 28px; }
.cta-actions   { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.cta-banner .btn-primary { background: #fff; color: var(--or); }
.cta-banner .btn-primary:hover { background: var(--text); color: #fff; }

/* ----- PAGE HERO (inner pages) ----- */
.page-hero { position: relative; padding: 140px 20px 80px; background-size: cover; background-position: center; text-align: center; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,79,160,.82), rgba(0,0,0,.55)); }
.page-hero-content { position: relative; z-index: 1; color: #fff; }
.page-hero-content h1 { font-size: clamp(1.8rem, 4vw, 2.9rem); font-weight: 800; margin-bottom: 12px; }
.page-hero-content p  { font-size: 1.04rem; opacity: .9; margin-bottom: 24px; max-width: 580px; margin-left: auto; margin-right: auto; }

/* ----- FILTERS ----- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter-btn { background: #fff; border: 2px solid var(--border); color: var(--muted); padding: 8px 18px; border-radius: 25px; font-size: .9rem; font-weight: 600; cursor: pointer; transition: all var(--tr); }
.filter-btn:hover, .filter-btn.active { background: var(--bl); color: #fff; border-color: var(--bl); }

/* ----- TOUR PAGE ----- */
.tour-hero { position: relative; padding: 155px 20px 80px; background-size: cover; background-position: center; }
.tour-hero-ov { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,.78), rgba(0,0,0,.32)); }
.tour-hero-content { position: relative; z-index: 1; color: #fff; max-width: 700px; }
.breadcrumb { font-size: .82rem; margin-bottom: 13px; opacity: .8; }
.breadcrumb span { cursor: pointer; }
.breadcrumb span:hover { text-decoration: underline; }
.tour-hero-content h1 { font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 800; margin-bottom: 14px; line-height: 1.2; }
.tour-meta-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.tour-meta-badges span { background: rgba(255,255,255,.15); padding: 6px 14px; border-radius: 20px; font-size: .84rem; border: 1px solid rgba(255,255,255,.2); }
.price-badge { background: var(--or) !important; border-color: var(--or) !important; font-weight: 700 !important; }
.tour-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.tour-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; padding-top: 50px; padding-bottom: 60px; align-items: start; }
.tour-sec { margin-bottom: 46px; }
.tour-sec h2 { font-size: 1.42rem; color: var(--bl); margin-bottom: 17px; padding-bottom: 9px; border-bottom: 2px solid var(--border); }
.highlights-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 9px; }
.highlights-list li { background: #f0f7ff; padding: 10px 14px; border-radius: 6px; font-size: .92rem; border-left: 3px solid var(--bl); }
.itinerary { display: flex; flex-direction: column; gap: 13px; }
.itin-day  { display: flex; gap: 15px; }
.day-num   { background: var(--bl); color: #fff; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .77rem; flex-shrink: 0; text-align: center; line-height: 1.3; }
.day-body  { flex: 1; background: var(--bg); padding: 13px 17px; border-radius: 8px; border-left: 3px solid var(--or); }
.day-body h4 { color: var(--bl); margin-bottom: 4px; }
.day-body p  { color: var(--muted); font-size: .87rem; }
.inc-exc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.inclusions { padding: 18px; border-radius: 8px; background: #f0fff4; border: 1px solid #c6f6d5; }
.exclusions { padding: 18px; border-radius: 8px; background: #fff5f5; border: 1px solid #fed7d7; }
.inclusions h3 { color: #276749; margin-bottom: 11px; }
.exclusions h3 { color: #c53030; margin-bottom: 11px; }
.inclusions li, .exclusions li { padding: 5px 0; font-size: .87rem; border-bottom: 1px solid rgba(0,0,0,.05); }
.pkg-types { display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 15px; margin: 20px 0; }
.pkg-card { border: 2px solid var(--border); border-radius: 8px; padding: 18px; text-align: center; position: relative; transition: border-color var(--tr); }
.pkg-card.featured { border-color: var(--or); background: #fff8f3; }
.pkg-card h4 { font-size: 1.03rem; color: var(--bl); margin-bottom: 6px; }
.pkg-card p  { font-size: .85rem; color: var(--muted); }
.pop-tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--or); color: #fff; font-size: .72rem; padding: 3px 10px; border-radius: 10px; white-space: nowrap; font-weight: 700; }
.pricing-note { background: #fff8f3; border: 1px solid #fbd38d; border-radius: 8px; padding: 18px; margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.gallery-item { cursor: pointer; border-radius: 8px; overflow: hidden; height: 180px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item:first-child { grid-column: span 2; height: 255px; }
.reviews-list { display: flex; flex-direction: column; gap: 14px; }
.review-card { background: var(--bg); border-radius: 8px; padding: 17px; border-left: 3px solid var(--or); }
.rev-head { display: flex; align-items: center; gap: 12px; margin-bottom: 9px; }
.rev-avatar { width: 42px; height: 42px; background: var(--bl); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }
.rev-head strong { display: block; color: var(--text); }
.rev-date { font-size: .78rem; color: var(--muted); }
.rev-stars { margin-left: auto; color: #ffd700; }
.review-card p { color: var(--muted); font-size: .9rem; }
.tour-sidebar { position: sticky; top: 86px; }
.sidebar-card { background: #fff; border-radius: var(--r); box-shadow: var(--sh-lg); padding: 22px; border-top: 4px solid var(--or); }
.sidebar-card h3 { color: var(--bl); font-size: 1.12rem; margin-bottom: 6px; }
.sidebar-card > p { color: var(--muted); font-size: .87rem; margin-bottom: 15px; }
.sidebar-details { background: var(--bg); border-radius: 6px; padding: 12px; margin-bottom: 14px; }
.sidebar-details div { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--border); font-size: .87rem; }
.sidebar-details div:last-child { border-bottom: none; }
.sidebar-details span { color: var(--muted); }

/* ----- LIGHTBOX ----- */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.93); z-index: 2000; align-items: center; justify-content: center; padding: 20px; }
.lightbox.open { display: flex; }
.lightbox img  { max-width: 90vw; max-height: 85vh; border-radius: 8px; object-fit: contain; }
.lb-close { position: absolute; top: 18px; right: 18px; background: #fff; border: none; width: 36px; height: 36px; border-radius: 50%; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* ----- ABOUT ----- */
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-img img { border-radius: var(--r); box-shadow: var(--sh-lg); width: 100%; }
.about-content h2 { font-size: 1.75rem; color: var(--bl); margin-bottom: 14px; }
.about-content p  { color: var(--muted); margin-bottom: 12px; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.about-stats div { text-align: center; }
.about-stats strong { display: block; font-size: 1.65rem; color: var(--or); font-weight: 800; }
.about-stats span   { font-size: .79rem; color: var(--muted); }

/* ----- CONTACT ----- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 46px; }
.contact-info h2, .contact-form-wrap h2 { font-size: 1.55rem; color: var(--bl); margin-bottom: 18px; }
.contact-items { display: flex; flex-direction: column; gap: 17px; margin-bottom: 10px; }
.c-item { display: flex; gap: 13px; align-items: flex-start; }
.c-icon { font-size: 1.35rem; flex-shrink: 0; width: 36px; text-align: center; }
.c-item h4 { color: var(--text); margin-bottom: 3px; font-size: .92rem; }
.c-item p, .c-item a { color: var(--muted); font-size: .88rem; }
.c-item a:hover { color: var(--or); }

/* ----- CUSTOM TRIP ----- */
.custom-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
.custom-info h2, .custom-form h2 { font-size: 1.55rem; color: var(--bl); margin-bottom: 18px; }
.steps { display: flex; flex-direction: column; gap: 17px; margin-bottom: 28px; }
.step { display: flex; gap: 13px; align-items: flex-start; }
.step-num { background: var(--or); color: #fff; width: 33px; height: 33px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; font-size: .9rem; }
.step h4 { color: var(--bl); margin-bottom: 3px; }
.step p  { color: var(--muted); font-size: .87rem; }
.trip-note { background: #f0f7ff; border-radius: 8px; padding: 18px; }
.trip-note h4 { color: var(--bl); margin-bottom: 10px; }
.trip-note ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.trip-note li { font-size: .87rem; color: var(--muted); }
.custom-form > p { color: var(--muted); margin-bottom: 18px; }

/* ----- BLOG ----- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(305px, 1fr)); gap: 24px; }
.blog-card { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); transition: transform var(--tr); }
.blog-card:hover { transform: translateY(-4px); }
.blog-img { height: 190px; overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-img img { transform: scale(1.06); }
.blog-body { padding: 18px; }
.blog-cat  { background: #e8f0fe; color: var(--bl); font-size: .74rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; display: inline-block; margin-bottom: 9px; }
.blog-body h3 { color: var(--text); font-size: .96rem; margin-bottom: 7px; line-height: 1.4; }
.blog-body p  { color: var(--muted); font-size: .85rem; margin-bottom: 12px; }
.blog-foot { display: flex; align-items: center; justify-content: space-between; }
.blog-date  { color: var(--muted); font-size: .79rem; }

/* ----- FORMS ----- */
.fg { margin-bottom: 15px; }
.fg label { display: block; font-weight: 600; font-size: .87rem; margin-bottom: 5px; color: var(--text); }
.fg input, .fg textarea, .fg select { width: 100%; padding: 11px 13px; border: 1.5px solid var(--border); border-radius: 6px; font-size: .93rem; transition: border-color var(--tr); background: #fff; color: var(--text); font-family: inherit; }
.fg input:focus, .fg textarea:focus, .fg select:focus { outline: none; border-color: var(--bl); box-shadow: 0 0 0 3px rgba(26,79,160,.1); }
.checkbox-group { display: flex; flex-wrap: wrap; gap: 9px; }
.checkbox-group label { display: flex; align-items: center; gap: 5px; font-weight: 400; font-size: .85rem; cursor: pointer; }
/* modal form uses same inputs but via .form-group also */
.form-group { margin-bottom: 15px; }
.form-group label { display: block; font-weight: 600; font-size: .87rem; margin-bottom: 5px; }
.form-group input, .form-group textarea { width: 100%; padding: 11px 13px; border: 1.5px solid var(--border); border-radius: 6px; font-size: .93rem; font-family: inherit; background: #fff; color: var(--text); transition: border-color var(--tr); }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--bl); box-shadow: 0 0 0 3px rgba(26,79,160,.1); }

/* ----- MODAL ----- */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 1500; align-items: center; justify-content: center; padding: 16px; }
.modal-overlay.open { display: flex; }
.modal-box { background: #fff; border-radius: var(--r); padding: 26px; max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: var(--sh-lg); }
.modal-close { position: absolute; top: 12px; right: 12px; background: var(--bg); border: none; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; font-size: .85rem; display: flex; align-items: center; justify-content: center; }
.modal-box h2   { color: var(--bl); margin-bottom: 4px; font-size: 1.32rem; }
.modal-sub { color: var(--muted); margin-bottom: 18px; font-size: .87rem; }

/* ----- WHATSAPP FLOAT ----- */
.wa-float { position: fixed; bottom: 26px; right: 26px; background: #25D366; color: #fff; width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 22px rgba(37,211,102,.45); z-index: 999; animation: wa-pulse 2.2s infinite; transition: transform var(--tr); }
.wa-float:hover { transform: scale(1.1); }
.wa-tooltip { position: absolute; right: 68px; background: #333; color: #fff; padding: 6px 11px; border-radius: 6px; font-size: .81rem; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; }
.wa-float:hover .wa-tooltip { opacity: 1; }
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0   rgba(37,211,102,.5); }
  70%  { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0   rgba(37,211,102,0); }
}

/* ----- FOOTER ----- */
/* ===== PREMIUM FOOTER ===== */
.footer { background: #080f1a; color: rgba(255,255,255,.65); }
.footer-accent-bar { height: 3px; background: linear-gradient(90deg, var(--bl) 0%, var(--or) 50%, var(--bl) 100%); }
.footer-body { padding: 64px 20px 48px; max-width: 1200px; margin: 0 auto; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; }

/* Brand col */
.footer-brand-col {}
.footer-logo-wrap { display: inline-block; margin-bottom: 6px; }
.footer-logo-img { height: 60px; max-width: 200px; width: auto; object-fit: contain; display: block; }
.footer-logo-fallback { display: flex; align-items: baseline; gap: 4px; }
.fl-sln   { font-size: 1.6rem; font-weight: 900; color: #fff; background: var(--or); padding: 2px 9px; border-radius: 4px; }
.fl-tours { font-size: 1.6rem; font-weight: 900; color: #fff; }
.footer-tagline { font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--or); margin-bottom: 14px; }
.footer-desc { font-size: .84rem; line-height: 1.8; color: rgba(255,255,255,.5); margin-bottom: 22px; }

/* Trust badges */
.footer-trust-badges { display: flex; gap: 20px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.trust-badge { display: flex; flex-direction: column; }
.tb-num { font-size: 1.3rem; font-weight: 800; color: #fff; line-height: 1; }
.tb-lbl { font-size: .71rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; margin-top: 2px; }

/* Socials */
.footer-socials { display: flex; gap: 10px; }
.fsoc { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.07); color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.1); transition: all var(--tr); }
.fsoc:hover { transform: translateY(-2px); }
.fsoc-wa:hover  { background: #25D366; border-color: #25D366; color: #fff; }
.fsoc-fb:hover  { background: #1877F2; border-color: #1877F2; color: #fff; }
.fsoc-ig:hover  { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); border-color: transparent; color: #fff; }

/* Footer columns */
.footer-col h5.footer-col-title { display: flex; align-items: center; gap: 10px; color: #fff; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 20px; }
.col-title-line { display: inline-block; width: 18px; height: 2px; background: var(--or); flex-shrink: 0; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col ul a { font-size: .84rem; color: rgba(255,255,255,.5); cursor: pointer; transition: color var(--tr); display: flex; align-items: center; gap: 6px; }
.footer-col ul a::before { content: ''; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--or); opacity: 0; transition: opacity var(--tr); flex-shrink: 0; }
.footer-col ul a:hover { color: #fff; }
.footer-col ul a:hover::before { opacity: 1; }

/* Contact col */
.footer-col-contact {}
.fc-item { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; }
.fc-icon { font-size: 1rem; margin-top: 1px; flex-shrink: 0; }
.fc-item p, .fc-item a { font-size: .83rem; color: rgba(255,255,255,.5); line-height: 1.6; }
.fc-item a:hover { color: var(--or); }
.footer-wa-btn { display: flex; align-items: center; gap: 8px; background: #25D366; color: #fff; padding: 11px 18px; border-radius: 8px; font-size: .85rem; font-weight: 700; margin-top: 18px; transition: background var(--tr), transform var(--tr); cursor: pointer; width: fit-content; }
.footer-wa-btn:hover { background: #1da851; transform: translateY(-1px); }

/* Footer bottom bar */
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); background: #050b12; padding: 16px 20px; }
.footer-bottom-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.footer-bottom-logo { display: flex; align-items: center; gap: 8px; }
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.3); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: .78rem; color: rgba(255,255,255,.3); cursor: pointer; transition: color var(--tr); }
.footer-bottom-links a:hover { color: var(--or); }

/* ----- RESPONSIVE ----- */
@media (max-width: 1024px) {
  .tour-layout { grid-template-columns: 1fr; }
  .tour-sidebar { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .about-layout, .contact-layout, .custom-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 48px 0; }
  .nav-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 0; box-shadow: 0 10px 30px rgba(0,0,0,.13); z-index: 999; max-height: calc(100vh - 68px); overflow-y: auto; }
  .nav-menu.open { display: flex; }
  .nav-link { width: 100%; padding: 13px 20px; border-radius: 0; border-bottom: 1px solid var(--border); }

  .nav-toggle { display: flex; }
  .nav-actions { display: none; }
  .hero { min-height: 82vh; }
  .hero-stats { gap: 16px; }
  .stat strong { font-size: 1.4rem; }
  .inc-exc-grid { grid-template-columns: 1fr; }
  .about-stats  { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: 10px; }
  .footer-bottom-links { justify-content: center; }
  .tour-hero    { padding: 110px 20px 55px; }
  .gallery-item:first-child { height: 190px; }
  .pricing-note { flex-direction: column; text-align: center; }
  .trip-note ul { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-actions, .cta-actions, .tour-hero-actions { flex-direction: column; align-items: center; }
  .tours-grid, .features-grid, .cars-grid, .blog-grid { grid-template-columns: 1fr; }
  .pkg-types, .highlights-list { grid-template-columns: 1fr; }
  .about-stats  { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:first-child { grid-column: span 2; }
}

/* ============================================================
   WISHLIST STYLES
   ============================================================ */

/* Heart button on tour cards */
.wl-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  color: #ccc;
}
.wl-btn svg { width: 17px; height: 17px; transition: fill .18s ease; }
.wl-btn:hover { transform: scale(1.18); background: #fff; color: #e53e3e; box-shadow: 0 4px 14px rgba(0,0,0,.22); }
.wl-btn:hover svg { fill: #e53e3e; }
.wl-btn.wl-active { color: #e53e3e; background: #fff; }
.wl-btn.wl-active svg { fill: #e53e3e; }
.wl-btn.wl-active:hover { transform: scale(1.18) rotate(-8deg); }

/* Make tc-img position:relative so heart can be absolute */
.tc-img { position: relative; overflow: hidden; }

/* Navbar wishlist icon button */
.wl-nav-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text);
  transition: all var(--tr);
}
.wl-nav-btn:hover { border-color: #e53e3e; color: #e53e3e; background: #fff5f5; }
.wl-nav-btn svg { transition: fill .18s; }
.wl-nav-btn:hover svg { fill: #e53e3e; }

/* Badge count on nav icon */
.wl-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  background: #e53e3e;
  color: #fff;
  border-radius: 20px;
  font-size: .65rem;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 0 3px;
}

/* Toast notification */
.wl-toast {
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: #1a1a2e;
  color: #fff;
  padding: 11px 22px;
  border-radius: 30px;
  font-size: .88rem;
  font-weight: 600;
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  z-index: 9999;
  white-space: nowrap;
}
.wl-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Wishlist page */
.wl-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.wl-count { font-size: .95rem; color: var(--muted); font-weight: 500; }
.wl-clear-btn {
  background: none;
  border: 1.5px solid var(--border);
  padding: 7px 16px;
  border-radius: 6px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: all var(--tr);
}
.wl-clear-btn:hover { border-color: #e53e3e; color: #e53e3e; background: #fff5f5; }

/* Empty state */
.wishlist-empty {
  text-align: center;
  padding: 80px 20px;
}
.we-icon { font-size: 4rem; margin-bottom: 16px; }
.wishlist-empty h3 { font-size: 1.5rem; margin-bottom: 10px; color: var(--text); }
.wishlist-empty p { color: var(--muted); font-size: 1rem; }

/* ===== HERO SEARCH BAR ===== */
.hero-search { width: 100%; max-width: 600px; margin: 0 auto 36px; }
.hero-search-box {
  display: flex;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 8px 40px rgba(0,0,0,.25);
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.hero-search-box:focus-within {
  border-color: var(--or);
  box-shadow: 0 8px 40px rgba(0,0,0,.3), 0 0 0 4px rgba(244,127,32,.15);
}
.hero-search-icon {
  display: flex;
  align-items: center;
  padding: 0 16px 0 20px;
  color: var(--muted);
  flex-shrink: 0;
}
.hero-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  color: var(--text);
  padding: 16px 0;
  background: transparent;
  font-family: inherit;
  min-width: 0;
}
.hero-search-input::placeholder { color: #aaa; }
.hero-search-btn {
  background: var(--or);
  border: none;
  padding: 0 28px;
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  border-radius: 0 48px 48px 0;
  transition: background .2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.hero-search-btn:hover { background: var(--or-dk); }

/* Search results dropdown */
.hero-search-results {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  margin-top: 8px;
  overflow: hidden;
  display: none;
  max-height: 320px;
  overflow-y: auto;
}
.hero-search-results.open { display: block; }
.sr-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  cursor: pointer;
  transition: background .15s;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
}
.sr-item:last-child { border-bottom: none; }
.sr-item:hover { background: #fff8f3; }
.sr-thumb { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.sr-info { flex: 1; min-width: 0; }
.sr-name { font-size: .92rem; font-weight: 700; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sr-meta { font-size: .78rem; color: var(--muted); margin-top: 2px; }
.sr-badge { font-size: .72rem; font-weight: 700; padding: 2px 8px; border-radius: 20px; background: #fff3e8; color: var(--or); flex-shrink: 0; }
.sr-empty { padding: 20px 18px; color: var(--muted); font-size: .9rem; text-align: center; }
@media (max-width: 600px) {
  .hero-search-btn { padding: 0 16px; font-size: .85rem; }
  .hero-search-input { font-size: .92rem; }
}

/* ============================================================
   BLOG STYLES
   ============================================================ */

/* ---- Shared badge ---- */
.blog-cat-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--or); color: #fff;
  font-size: .72rem; font-weight: 700;
  padding: 4px 10px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .05em;
  z-index: 2;
}
.blog-meta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; }
.blog-meta-item { font-size: .8rem; color: var(--muted); }
.blog-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.blog-tag { background: #fff3e8; color: var(--or); font-size: .75rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; }

/* ---- Blog listing page ---- */
.blog-featured {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  border-radius: 14px; overflow: hidden;
  box-shadow: var(--sh-lg); cursor: pointer;
  transition: transform .22s; margin-bottom: 14px;
  border: 1px solid var(--border);
}
.blog-featured:hover { transform: translateY(-3px); }
.blog-featured-img { position: relative; min-height: 340px; }
.blog-featured-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-featured-body { padding: 36px 34px; display: flex; flex-direction: column; justify-content: center; background: #fff; }
.blog-featured-body h2 { font-size: 1.35rem; font-weight: 800; line-height: 1.3; margin-bottom: 12px; color: var(--text); }
.blog-featured-body p { color: var(--muted); font-size: .93rem; line-height: 1.7; margin-bottom: 16px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--sh); border: 1px solid var(--border); cursor: pointer; transition: transform .22s, box-shadow .22s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.blog-img { position: relative; height: 200px; overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-body { padding: 20px; }
.blog-body h3 { font-size: 1rem; font-weight: 700; line-height: 1.4; margin-bottom: 8px; color: var(--text); }
.blog-body p { font-size: .85rem; color: var(--muted); line-height: 1.65; margin-bottom: 12px; }
.blog-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.btn-blog-read { background: none; border: none; color: var(--or); font-weight: 700; font-size: .85rem; cursor: pointer; padding: 0; white-space: nowrap; }
.btn-blog-read:hover { color: var(--or-dk); text-decoration: underline; }

/* ---- Single blog post ---- */
.bp-hero { position: relative; min-height: 460px; display: flex; align-items: flex-end; background-size: cover; background-position: center; padding-bottom: 0; }
.bp-hero-ov { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,.72) 100%); }
.bp-hero-content { position: relative; z-index: 1; color: #fff; padding: 60px 0 50px; max-width: 780px; }
.bp-hero-content h1 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; line-height: 1.25; margin-bottom: 16px; }
.bp-meta { display: flex; flex-wrap: wrap; gap: 18px; }
.bp-meta span { font-size: .88rem; color: rgba(255,255,255,.85); }

.bp-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; padding-top: 56px; padding-bottom: 56px; align-items: start; }

/* Article content */
.bp-article {}
.bp-intro { font-size: 1.1rem; line-height: 1.85; color: var(--text); margin-bottom: 32px; font-weight: 500; border-left: 4px solid var(--or); padding-left: 20px; }
.bp-h2 { font-size: 1.4rem; font-weight: 800; color: var(--text); margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--bg); }
.bp-p { font-size: .97rem; line-height: 1.85; color: #333; margin-bottom: 20px; }
.bp-tip { background: #fff8f0; border: 1.5px solid #ffd6a5; border-radius: 10px; padding: 16px 20px; font-size: .93rem; line-height: 1.7; color: var(--text); margin: 28px 0; }
.bp-tags-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 36px 0 28px; padding-top: 24px; border-top: 1px solid var(--border); }
.bp-tags-row strong { font-size: .88rem; color: var(--muted); margin-right: 4px; }
.bp-share { background: linear-gradient(135deg, #1A4FA0 0%, #0d357a 100%); border-radius: 12px; padding: 24px 28px; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.bp-share p { font-size: 1rem; font-weight: 600; margin: 0; }

/* Sidebar */
.bp-sidebar { position: sticky; top: 90px; }
.bp-sidebar-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 22px; box-shadow: var(--sh); }
.bp-sidebar-card h4 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.bp-sidebar-card p { font-size: .88rem; color: var(--muted); margin-bottom: 16px; line-height: 1.6; }

/* Related tours section */
.bp-related h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 24px; color: var(--text); }

/* More articles grid */
.bp-other-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bp-other-card { display: flex; gap: 14px; align-items: flex-start; cursor: pointer; padding: 14px; border-radius: 10px; border: 1px solid var(--border); transition: background .18s, transform .18s; }
.bp-other-card:hover { background: var(--bg); transform: translateY(-2px); }
.bp-other-card img { width: 80px; height: 64px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.bp-other-card h4 { font-size: .88rem; font-weight: 700; line-height: 1.4; margin-bottom: 4px; color: var(--text); }

/* Responsive */
@media (max-width: 1024px) {
  .bp-layout { grid-template-columns: 1fr; }
  .bp-sidebar { position: static; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .bp-other-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-img { min-height: 220px; }
  .blog-featured-body { padding: 22px 20px; }
  .blog-grid { grid-template-columns: 1fr; }
  .bp-other-grid { grid-template-columns: 1fr; }
  .bp-share { flex-direction: column; text-align: center; }
  .bp-hero-content { padding: 40px 0 36px; }
}

/* Footer view more button */
.footer-view-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  background: none;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.55);
  font-size: .78rem;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 20px;
  cursor: pointer;
  transition: all var(--tr);
  letter-spacing: .02em;
}
.footer-view-more:hover {
  border-color: var(--or);
  color: var(--or);
  background: rgba(244,127,32,.08);
}

/* ===== DEVELOPER CREDIT BAR ===== */
.footer-dev-bar {
  background: #020810;
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 13px 20px;
  text-align: center;
}
.footer-dev-bar p {
  font-size: .78rem;
  color: rgba(255,255,255,.38);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: .02em;
}
.dev-heart {
  color: #e53e3e;
  font-size: .82rem;
  animation: devHeartbeat 1.8s ease-in-out infinite;
  display: inline-block;
}
@keyframes devHeartbeat {
  0%, 100% { transform: scale(1); }
  14%       { transform: scale(1.28); }
  28%       { transform: scale(1); }
  42%       { transform: scale(1.16); }
  56%       { transform: scale(1); }
}
.dev-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  position: relative;
  transition: filter .22s;
}
.dev-link:hover { filter: brightness(1.25); }
.dev-link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, #f47f20, #e1306c);
  transform: scaleX(0.4);
  transform-origin: left;
  transition: transform .28s ease;
  opacity: .6;
}
.dev-link:hover::after { transform: scaleX(1); opacity: 1; }
.dev-name {
  background: linear-gradient(90deg, #f47f20 0%, #e1306c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .03em;
}
.dev-ig {
  opacity: .55;
  transform: translateY(1px);
  transition: opacity .2s, transform .2s;
  color: #e1306c;
}
.dev-link:hover .dev-ig {
  opacity: 1;
  transform: translateY(0);
}
