/*
Theme Name: Crownhills Tourism
Theme URI: https://crownhillstourism.com
Author: Crownhills Tourism
Author URI: https://crownhillstourism.com
Description: Premium travel & tourism WordPress theme for Crownhills Tourism - featuring tour packages, destination pages, working enquiry forms, newsletter, and a Kinghills-style header. Royal blue & gold theme with crown-mountain branding.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crownhills
Tags: travel, tourism, business, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

:root {
  --brand-blue: #15309b;
  --brand-blue-dark: #0f2478;
  --brand-blue-darker: #0a1f5e;
  --brand-gold: #d4a437;
  --brand-gold-dark: #b6862b;
  --brand-cream: #fdf8ee;
  --slate-900: #0f172a;
  --slate-700: #334155;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--slate-900);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 { font-family: 'Playfair Display', Georgia, serif; letter-spacing: -0.01em; margin: 0 0 0.5rem; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Layout helpers */
.container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }
.text-brand { color: var(--brand-blue); }
.bg-brand { background: var(--brand-blue); }
.text-gold { color: var(--brand-gold); }
.bg-gold { background: var(--brand-gold); }
.bg-cream { background: var(--brand-cream); }

/* Topbar */
.topbar { background: var(--brand-blue); color: #fff; font-size: 12px; }
.topbar .row { display: flex; justify-content: space-between; align-items: center; height: 34px; }
.topbar .row > div { display: flex; gap: 20px; align-items: center; }
.topbar a { color: #fff; opacity: 0.9; }
.topbar a:hover { color: var(--brand-gold); }
.topbar .right a.gold { color: var(--brand-gold); font-weight: 600; opacity: 1; }

/* Main header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 2px 18px -12px rgba(21,48,155,0.25); border-bottom: 1px solid var(--slate-100); }
.header-main { display: flex; align-items: center; gap: 16px; height: 80px; }
.site-logo img { height: 60px; width: auto; object-fit: contain; border-radius: 6px; }

.inline-search { display: flex; flex: 1; align-items: center; gap: 8px; background: var(--brand-cream); border: 1px solid var(--slate-200); border-radius: 999px; padding: 4px 4px 4px 8px; max-width: 720px; margin-left: 16px; }
.inline-search .field { display: flex; align-items: center; gap: 8px; padding: 0 8px; flex: 1; }
.inline-search select { border: 0; background: transparent; outline: none; font-size: 13px; font-weight: 500; color: var(--slate-900); padding: 6px 0; min-width: 110px; }
.inline-search .divider { width: 1px; height: 26px; background: var(--slate-200); }
.inline-search button.search-btn { background: var(--brand-gold); color: #1a1a1a; border: 0; width: 38px; height: 38px; border-radius: 999px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.inline-search button.search-btn:hover { background: var(--brand-gold-dark); }

.icon-btn { width: 40px; height: 40px; border-radius: 999px; background: var(--brand-cream); border: 1px solid var(--slate-200); color: var(--brand-blue); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; }
.icon-btn:hover { border-color: var(--brand-gold); background: rgba(212,164,55,0.15); }
.flag-btn svg { width: 22px; height: 16px; }
.btn-chat { background: var(--brand-blue); color: #fff; padding: 0 16px; height: 40px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; font-weight: 500; transition: background .2s; border: 0; cursor: pointer; }
.btn-chat:hover { background: var(--brand-blue-dark); }

.nav-row { background: #fff; border-bottom: 1px solid var(--slate-100); }
.nav-row .row { display: flex; align-items: center; justify-content: space-between; height: 48px; }
.main-nav { display: flex; gap: 24px; overflow-x: auto; }
.main-nav a { font-size: 13px; font-weight: 500; color: var(--slate-700); padding: 12px 0; position: relative; white-space: nowrap; transition: color .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--brand-blue); }
.main-nav a::after { content: ''; position: absolute; bottom: 8px; left: 0; width: 0; height: 2px; background: var(--brand-gold); transition: width .3s; }
.main-nav a:hover::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.nav-right a { color: var(--slate-700); }
.nav-right .phone { color: var(--brand-blue); font-weight: 600; }

/* Hero */
.hero { position: relative; height: 78vh; min-height: 540px; overflow: hidden; background: #000; }
.hero .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s; }
.hero .slide.active { opacity: 1; }
.hero .slide img { width: 100%; height: 100%; object-fit: cover; }
.hero .overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, transparent 100%); }
.hero .content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; height: 100%; display: flex; align-items: flex-end; padding-bottom: 120px; }
.hero .content .inner { max-width: 700px; color: #fff; }
.hero .pill { display: inline-block; background: rgba(212,164,55,0.9); color: #1a1a1a; padding: 4px 12px; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; border-radius: 999px; margin-bottom: 16px; }
.hero h1 { font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 12px; }
.hero .sub { color: rgba(255,255,255,0.85); font-size: 18px; margin-bottom: 20px; }
.hero .meta { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-bottom: 28px; color: rgba(255,255,255,0.85); }
.hero .price { font-size: 32px; font-weight: 700; color: var(--brand-gold); }
.hero .actions { display: flex; gap: 12px; }
.hero-controls { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.3); color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; z-index: 3; }
.hero-controls.prev { left: 16px; } .hero-controls.next { right: 16px; }
.hero-dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.hero-dots span { height: 6px; width: 12px; background: rgba(255,255,255,0.5); border-radius: 999px; cursor: pointer; transition: all .3s; }
.hero-dots span.active { width: 32px; background: var(--brand-gold); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 20px; height: 44px; border-radius: 999px; font-weight: 600; font-size: 14px; border: 1px solid transparent; cursor: pointer; transition: all .2s; text-decoration: none; }
.btn-primary { background: var(--brand-gold); color: #1a1a1a; }
.btn-primary:hover { background: var(--brand-gold-dark); }
.btn-secondary { background: var(--brand-blue); color: #fff; }
.btn-secondary:hover { background: var(--brand-blue-dark); }
.btn-outline { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.4); color: #fff; backdrop-filter: blur(8px); }
.btn-outline:hover { background: rgba(255,255,255,0.2); }
.btn-ghost { background: transparent; border: 1px solid var(--brand-blue); color: var(--brand-blue); }
.btn-ghost:hover { background: var(--brand-blue); color: #fff; }
.btn-block { width: 100%; }

/* Section */
.section { padding: 60px 0; }
.section-header { display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; text-align: center; }
.section-header.left { text-align: left; align-items: flex-start; }
.kicker { color: var(--brand-gold); text-transform: uppercase; letter-spacing: 0.22em; font-size: 11px; font-weight: 700; }
.section-title { font-size: 36px; color: var(--brand-blue); font-weight: 700; }
.section-sub { color: var(--slate-500); font-size: 15px; }

/* Grid */
.grid { display: grid; gap: 24px; }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) { .grid.cols-4 { grid-template-columns: repeat(2, 1fr); } .grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid.cols-4, .grid.cols-3, .grid.cols-2 { grid-template-columns: 1fr; } }

/* Package card */
.pkg-card { background: #fff; border: 1px solid var(--slate-100); border-radius: 18px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.04); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px -12px rgba(21,48,155,0.28); }
.pkg-card .img { position: relative; height: 210px; overflow: hidden; }
.pkg-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.pkg-card:hover .img img { transform: scale(1.1); }
.pkg-card .discount-badge { position: absolute; top: 12px; left: 12px; background: var(--brand-gold); color: #1a1a1a; font-size: 11px; font-weight: 700; padding: 4px 8px; border-radius: 4px; }
.pkg-card .special-badge { position: absolute; top: 12px; right: 12px; background: rgba(255,255,255,0.95); color: var(--brand-blue); font-size: 11px; font-weight: 600; padding: 4px 8px; border-radius: 4px; }
.pkg-card .price-tag { position: absolute; bottom: 12px; right: 12px; background: var(--brand-blue); color: #fff; font-size: 16px; font-weight: 700; padding: 6px 12px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.pkg-card .orig-price { position: absolute; bottom: 16px; left: 12px; color: rgba(255,255,255,0.9); font-size: 11px; text-decoration: line-through; background: rgba(0,0,0,0.4); padding: 2px 6px; border-radius: 4px; }
.pkg-card .body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.pkg-card h3 { font-size: 17px; line-height: 1.3; margin-bottom: 8px; color: var(--slate-900); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 44px; }
.pkg-card .meta { display: flex; gap: 12px; font-size: 12px; color: var(--slate-500); margin-bottom: 8px; }
.pkg-card .meta span { display: inline-flex; align-items: center; gap: 4px; }
.pkg-card .locations { font-size: 12.5px; color: var(--slate-700); margin-bottom: 16px; display: flex; align-items: flex-start; gap: 4px; }
.pkg-card .actions { margin-top: auto; display: flex; gap: 8px; }
.pkg-card .btn { height: 36px; font-size: 12.5px; padding: 0 12px; flex: 1; }

/* Destination card */
.dest-card { position: relative; width: 220px; height: 280px; border-radius: 18px; overflow: hidden; flex-shrink: 0; cursor: pointer; transition: transform .25s, box-shadow .25s; display: block; }
.dest-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px -12px rgba(21,48,155,0.28); }
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.dest-card:hover img { transform: scale(1.1); }
.dest-card .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3) 50%, transparent); }
.dest-card .label { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; color: #fff; }
.dest-card .label .kicker { color: var(--brand-gold); margin-bottom: 4px; display: block; }
.dest-card .label h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #fff; margin: 0; }

.slider-wrap { position: relative; }
.slider-row { display: flex; gap: 20px; overflow-x: auto; padding: 4px 0; scroll-behavior: smooth; }
.slider-row > * { flex-shrink: 0; }
.pkg-slide { min-width: 310px; max-width: 310px; }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--slate-200); background: #fff; color: var(--brand-blue); cursor: pointer; transition: all .2s; }
.slider-controls button:hover { border-color: var(--brand-gold); color: var(--brand-gold); }

.section-header-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; gap: 16px; flex-wrap: wrap; }

/* Forms */
.form-card { background: #fff; border: 1px solid var(--slate-100); border-radius: 18px; padding: 28px; box-shadow: 0 25px 60px -30px rgba(21,48,155,0.35); }
.form-card h3 { font-size: 22px; color: var(--brand-blue); margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.form-input, .form-select, .form-textarea { width: 100%; height: 44px; padding: 0 14px; border: 1px solid var(--slate-200); border-radius: 8px; font-size: 14px; font-family: inherit; outline: none; transition: border-color .2s; background: #fff; }
.form-textarea { height: auto; min-height: 100px; padding: 12px 14px; resize: vertical; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--brand-gold); box-shadow: 0 0 0 3px rgba(212,164,55,0.15); }
.form-label { display: block; font-size: 13px; font-weight: 600; color: var(--slate-700); margin-bottom: 6px; }
.form-success { background: #ecfdf5; color: #065f46; border: 1px solid #6ee7b7; padding: 12px 16px; border-radius: 8px; margin-bottom: 12px; font-size: 14px; }
.form-error { background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; padding: 12px 16px; border-radius: 8px; margin-bottom: 12px; font-size: 14px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

/* Quotation section */
.quotation { background: var(--brand-cream); padding: 60px 0; }
.quotation .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
.quotation .steps { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.quotation .step { display: flex; align-items: center; gap: 12px; }
.quotation .step .num { width: 36px; height: 36px; border-radius: 999px; background: var(--brand-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
@media (max-width: 900px) { .quotation .container { grid-template-columns: 1fr; } }

/* Stats */
.stats { background: var(--brand-blue); color: #fff; padding: 60px 0; position: relative; overflow: hidden; }
.stats::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 30%, rgba(212,164,55,0.15) 0, transparent 40%), radial-gradient(circle at 80% 70%, rgba(212,164,55,0.15) 0, transparent 40%); }
.stats .container { position: relative; }
.stats .header { text-align: center; margin-bottom: 40px; }
.stats .header h2 { color: #fff; font-size: 36px; }
.stat-item { text-align: center; }
.stat-item .icon { width: 56px; height: 56px; border-radius: 999px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); display: inline-flex; align-items: center; justify-content: center; color: var(--brand-gold); margin-bottom: 12px; }
.stat-item .num { font-size: 38px; font-weight: 700; color: #fff; }
.stat-item .label { color: rgba(255,255,255,0.7); font-size: 14px; margin-top: 4px; }

/* Contact block */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-info { background: #fff; border: 1px solid var(--slate-100); border-radius: 18px; padding: 28px; }
.contact-info h3 { font-size: 28px; color: var(--brand-blue); margin-bottom: 8px; }
.contact-info .phone { color: var(--brand-blue); font-size: 22px; font-weight: 700; margin-bottom: 16px; display: block; }
.contact-info p { color: var(--slate-700); line-height: 1.6; margin: 0 0 16px; }
.contact-info .row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: var(--slate-700); font-size: 14px; }
.contact-info .row svg { color: var(--brand-gold); flex-shrink: 0; }
.contact-map { border: 1px solid var(--slate-100); border-radius: 18px; overflow: hidden; min-height: 360px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* Testimonial */
.testimonial { background: #fff; border: 1px solid var(--slate-100); border-radius: 24px; padding: 40px; box-shadow: 0 25px 60px -30px rgba(21,48,155,0.3); display: grid; grid-template-columns: 160px 1fr; gap: 28px; align-items: center; max-width: 880px; margin: 0 auto; }
.testimonial img { width: 128px; height: 128px; border-radius: 999px; object-fit: cover; box-shadow: 0 0 0 4px rgba(212,164,55,0.3); margin: 0 auto; }
.testimonial .stars { color: var(--brand-gold); margin-bottom: 12px; font-size: 16px; }
.testimonial blockquote { font-style: italic; color: var(--slate-700); font-size: 17px; line-height: 1.55; margin: 0 0 12px; }
.testimonial cite { font-style: normal; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--brand-blue); display: block; }
.testimonial .location { color: var(--slate-500); font-size: 14px; }
@media (max-width: 640px) { .testimonial { grid-template-columns: 1fr; text-align: center; } }

/* Newsletter */
.newsletter { padding: 60px 0; background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-darker)); color: #fff; text-align: center; }
.newsletter h2 { color: #fff; font-size: 36px; }
.newsletter p { color: rgba(255,255,255,0.75); margin-bottom: 24px; }
.newsletter form { display: flex; gap: 12px; max-width: 520px; margin: 0 auto; flex-wrap: wrap; }
.newsletter input { flex: 1; min-width: 240px; height: 48px; padding: 0 16px 0 40px; border: 0; border-radius: 999px; font-size: 14px; background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2394a3b8" viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2zm8 7L4 6v12h16V6l-8 5z"/></svg>') no-repeat 14px center; }
.newsletter button { height: 48px; padding: 0 24px; border-radius: 999px; background: var(--brand-gold); color: #1a1a1a; font-weight: 600; border: 0; cursor: pointer; }
.newsletter button:hover { background: var(--brand-gold-dark); }

/* Footer */
footer.site-footer { background: #0a1842; color: #fff; padding: 56px 0 0; }
footer.site-footer .grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
footer.site-footer h4 { font-size: 18px; color: var(--brand-gold); margin-bottom: 16px; }
footer.site-footer ul { list-style: none; padding: 0; margin: 0; }
footer.site-footer ul li { margin-bottom: 8px; color: rgba(255,255,255,0.75); font-size: 14px; }
footer.site-footer ul li a:hover { color: var(--brand-gold); }
footer.site-footer .socials { display: flex; gap: 8px; margin-top: 20px; }
footer.site-footer .socials a { width: 36px; height: 36px; border-radius: 999px; background: rgba(255,255,255,0.1); display: inline-flex; align-items: center; justify-content: center; transition: all .2s; }
footer.site-footer .socials a:hover { background: var(--brand-gold); color: #1a1a1a; }
footer.site-footer .copyright { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; margin-top: 40px; font-size: 12px; color: rgba(255,255,255,0.6); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
@media (max-width: 900px) { footer.site-footer .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { footer.site-footer .grid { grid-template-columns: 1fr; } }

/* WhatsApp float */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; }
.wa-float a { display: inline-flex; align-items: center; gap: 8px; background: #10b981; color: #fff; padding: 12px 16px; border-radius: 999px; box-shadow: 0 12px 28px rgba(16,185,129,0.4); font-weight: 600; }
.wa-float a:hover { background: #059669; }

/* Activities grid */
.activity-card { background: #fff; border: 1px solid var(--slate-100); border-radius: 18px; padding: 20px; position: relative; overflow: hidden; cursor: pointer; transition: transform .25s, box-shadow .25s; }
.activity-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px -12px rgba(21,48,155,0.28); }
.activity-card::after { content: ''; position: absolute; right: -24px; top: -24px; width: 96px; height: 96px; border-radius: 999px; background: rgba(212,164,55,0.1); transition: background .25s; }
.activity-card:hover::after { background: rgba(212,164,55,0.2); }
.activity-card .icon { width: 48px; height: 48px; border-radius: 12px; background: var(--brand-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; position: relative; z-index: 1; }
.activity-card h4 { font-size: 17px; color: var(--slate-900); margin-bottom: 4px; position: relative; z-index: 1; }
.activity-card .location { color: var(--slate-500); font-size: 12px; position: relative; z-index: 1; }
.activity-card .more { color: var(--brand-blue); font-size: 12px; font-weight: 600; margin-top: 12px; display: inline-block; position: relative; z-index: 1; }

/* Page hero */
.page-hero { background: var(--brand-blue); color: #fff; padding: 56px 0; }
.page-hero h1 { color: #fff; font-size: 44px; }
.page-hero p { color: rgba(255,255,255,0.75); max-width: 640px; margin: 8px 0 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.7); margin-bottom: 12px; }
.breadcrumb a:hover { color: var(--brand-gold); }

/* Destination detail */
.dest-detail-grid { display: grid; grid-template-columns: 1fr 320px; gap: 32px; }
.sidebar-card { background: #fff; border: 1px solid var(--slate-100); border-radius: 18px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); margin-bottom: 16px; }
.sidebar-card h3 { font-size: 18px; color: var(--brand-blue); margin-bottom: 12px; }
.sidebar-card .chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.chip { font-size: 11px; font-weight: 600; background: var(--brand-cream); color: var(--brand-blue); padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(212,164,55,0.3); }
.radio-group label { display: flex; align-items: center; gap: 8px; font-size: 14px; padding: 4px 0; cursor: pointer; }
.radio-group input[type=radio] { accent-color: var(--brand-blue); }
.sidebar-quote { background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-darker)); color: #fff; }
.sidebar-quote h3 { color: #fff; }
.sidebar-quote .form-input { background: #fff; }
.sidebar-quote button { background: var(--brand-gold); color: #1a1a1a; border: 0; height: 40px; border-radius: 999px; cursor: pointer; font-weight: 600; }
@media (max-width: 900px) { .dest-detail-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--slate-100); }
.faq-item summary { padding: 16px 0; cursor: pointer; font-weight: 600; color: var(--slate-900); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--brand-gold); transition: transform .2s; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .answer { padding: 0 0 16px; color: var(--slate-700); }

/* Mobile responsive header */
@media (max-width: 1100px) {
  .inline-search { display: none; }
  .nav-row { display: none; }
  .btn-chat { display: none; }
}
@media (max-width: 768px) {
  .topbar { display: none; }
  .header-main { height: 70px; }
  .site-logo img { height: 48px; }
  .hero { height: 60vh; min-height: 420px; }
  .hero h1 { font-size: 30px; }
  .hero .content { padding-bottom: 60px; }
  .section { padding: 40px 0; }
  .section-title { font-size: 28px; }
  .testimonial { padding: 24px; }
  .form-card { padding: 20px; }
}

/* Mobile drawer */
.mobile-drawer { display: none; background: #fff; border-top: 1px solid var(--slate-100); }
.mobile-drawer.open { display: block; }
.mobile-drawer .container { padding-top: 12px; padding-bottom: 16px; }
.mobile-drawer a { display: block; padding: 12px 0; border-bottom: 1px solid var(--slate-100); color: var(--slate-700); font-weight: 500; }
.mobile-drawer .search-stack { display: flex; flex-direction: column; gap: 8px; padding: 8px 0 12px; border-bottom: 1px solid var(--slate-100); }
.mobile-drawer .search-stack select { width: 100%; }

/* Utilities */
.text-center { text-align: center; }
.mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; } .mt-8 { margin-top: 2rem; }
.mb-2 { margin-bottom: 0.5rem; } .mb-4 { margin-bottom: 1rem; }
.flex { display: flex; } .items-center { align-items: center; } .gap-2 { gap: 0.5rem; } .gap-3 { gap: 0.75rem; }
.hidden { display: none; }
@media (min-width: 1101px) { .lg\:flex { display: flex; } .lg\:hidden { display: none; } }
@media (max-width: 1100px) { .lg\:flex { display: none; } .lg\:hidden { display: flex; } }
