/* ── VARIABLES ─────────────────────────────────────────────────────────────── */
:root {
  --teal:       #0B5240;
  --teal-mid:   #147A5E;
  --teal-light: #E2F2EC;
  --teal-xl:    #F0FAF6;
  --gold:       #F5C542;
  --gold-dark:  #D4820A;
  --gold-light: #FEF9E7;
  --sand:       #FAF7F2;
  --dark:       #1A1A18;
  --muted:      #5C5C58;
  --border:     #E5E2DC;
  --white:      #FFFFFF;
  --lake:       #1B6CA8;
  --lake-light: #E6F1FB;
  --radius:     10px;
  --radius-lg:  16px;
  --shadow:     0 4px 20px rgba(0,0,0,0.08);
  --shadow-md:  0 8px 32px rgba(0,0,0,0.12);
}

/* ── RESET ─────────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; font-size: 16px; color: var(--dark); background: var(--sand); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: var(--teal-mid); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── TYPOGRAPHY ────────────────────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; line-height: 1.2; color: var(--dark); }
h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 600; }
p  { margin-bottom: 1rem; }

/* ── LAYOUT ────────────────────────────────────────────────────────────────── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.section    { padding: 4rem 0; }
.section-sm { padding: 2.5rem 0; }

.section-label { font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-mid); margin-bottom: .4rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem,3vw,2.4rem); font-weight: 700; margin-bottom: .5rem; }
.section-intro { color: var(--muted); font-weight: 300; max-width: 600px; margin-bottom: 2rem; }

/* ── NAV ───────────────────────────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 200; background: var(--teal); box-shadow: 0 2px 12px rgba(0,0,0,.2); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; color: #fff; letter-spacing: .02em; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; list-style: none; gap: .2rem; align-items: center; }
.nav-links a { color: rgba(255,255,255,.82); font-size: 14px; padding: .4rem .9rem; border-radius: 6px; transition: background .15s, color .15s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,.15); color: #fff; text-decoration: none; }
.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ' ▾'; font-size: 10px; }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); left: 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); min-width: 220px; padding: .5rem 0; z-index: 300; border: 1px solid var(--border); }
.dropdown-menu a { display: block; padding: .55rem 1.1rem; font-size: 13px; color: var(--dark); transition: background .1s; }
.dropdown-menu a:hover { background: var(--teal-xl); color: var(--teal); text-decoration: none; }
.nav-dropdown:hover .dropdown-menu { display: block; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .5rem; background: none; border: none; }
.hamburger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all .25s; display: block; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; background: var(--teal); padding: 1rem 1.5rem 1.5rem; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; color: rgba(255,255,255,.85); padding: .6rem 0; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu a:hover { color: #fff; text-decoration: none; }
.mobile-section-label { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin: 1rem 0 .3rem; }

/* ── HERO ──────────────────────────────────────────────────────────────────── */
.hero { background: var(--teal); color: #fff; padding: 5rem 0 4.5rem; text-align: center; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url('/images/hero-kisumu.jpg'); background-size: cover; background-position: center 40%; background-repeat: no-repeat; opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(11,82,64,0.88) 0%, rgba(11,82,64,0.75) 50%, rgba(27,108,168,0.70) 100%); }
.hero-content { position: relative; z-index: 2; }
.hero::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 60px; background: var(--sand); clip-path: ellipse(55% 100% at 50% 100%); z-index: 3; }
.hero-credit { position: absolute; bottom: 18px; right: 20px; font-size: 10px; color: rgba(255,255,255,0.35); z-index: 4; font-family: 'DM Sans', sans-serif; }
.hero-badge { display: inline-block; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.9); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; padding: .35rem 1rem; border-radius: 20px; margin-bottom: 1.2rem; }
.hero h1 { color: #fff; margin-bottom: .8rem; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 16px; font-weight: 300; opacity: .85; max-width: 520px; margin: 0 auto 2.5rem; }
.hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem; }

/* ── PAGE HERO ─────────────────────────────────────────────────────────────── */
.page-hero { background: var(--teal); color: #fff; padding: 3.5rem 0 3rem; }
.page-hero-label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: .5rem; }
.page-hero h1 { color: #fff; font-size: clamp(1.8rem,3.5vw,2.8rem); margin-bottom: .7rem; }
.page-hero p { font-size: 16px; font-weight: 300; opacity: .82; max-width: 600px; margin: 0; }
.breadcrumb { font-size: 12px; color: rgba(255,255,255,.55); margin-bottom: .8rem; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,.65); }
.breadcrumb a:hover { color: #fff; text-decoration: none; }
.breadcrumb-sep { opacity: .4; }

/* ── BUTTONS ───────────────────────────────────────────────────────────────── */
.btn-primary { display: inline-block; background: var(--gold); color: var(--teal); font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; padding: .75rem 1.75rem; border-radius: 8px; border: none; cursor: pointer; text-decoration: none; transition: background .15s, transform .1s; }
.btn-primary:hover { background: #ffce4a; transform: translateY(-1px); text-decoration: none; color: var(--teal); }
.btn-outline { display: inline-block; background: transparent; color: #fff; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 400; padding: .75rem 1.75rem; border-radius: 8px; border: 1.5px solid rgba(255,255,255,.5); cursor: pointer; text-decoration: none; transition: border-color .15s, background .15s; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); text-decoration: none; color: #fff; }
.btn-book { display: inline-block; background: var(--teal); color: #fff; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; padding: .7rem 1.5rem; border-radius: 8px; border: none; cursor: pointer; text-decoration: none; transition: background .15s; white-space: nowrap; }
.btn-book:hover { background: var(--teal-mid); text-decoration: none; color: #fff; }

/* ── SEARCH WIDGET ─────────────────────────────────────────────────────────── */
.search-widget { background: #fff; border-radius: var(--radius-lg); padding: 1.5rem; max-width: 680px; margin: 0 auto; box-shadow: var(--shadow-md); text-align: left; }
.search-tabs { display: flex; gap: .5rem; margin-bottom: 1.2rem; }
.search-tab { font-size: 13px; font-weight: 500; padding: .4rem 1rem; border-radius: 6px; border: 1px solid var(--border); background: #fff; color: var(--muted); cursor: pointer; transition: all .15s; }
.search-tab.active { background: var(--teal); color: #fff; border-color: var(--teal); }
.search-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.search-field label { display: block; font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: .3rem; }
.search-field input, .search-field select { width: 100%; padding: .65rem .9rem; border: 1.5px solid var(--border); border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--dark); background: #fff; outline: none; transition: border-color .15s; }
.search-field input:focus, .search-field select:focus { border-color: var(--teal-mid); }
.search-btn { margin-top: 1rem; width: 100%; background: var(--teal); color: #fff; padding: .85rem; border: none; border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500; cursor: pointer; transition: background .15s; }
.search-btn:hover { background: var(--teal-mid); }

/* ── WIDGET PLACEHOLDER ────────────────────────────────────────────────────── */
.widget-placeholder { background: var(--teal-xl); border: 2px dashed var(--teal-light); border-radius: var(--radius); padding: 2rem; text-align: center; margin: 1.5rem 0; }
.widget-placeholder p { color: var(--muted); font-size: 14px; margin-bottom: 1rem; }

/* ── STATS STRIP ───────────────────────────────────────────────────────────── */
.stats-strip { background: var(--teal); padding: 2.5rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: .3rem; }
.stat-label { font-size: 13px; color: rgba(255,255,255,.7); font-weight: 300; }

/* ── CARDS ─────────────────────────────────────────────────────────────────── */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem; }
.card { background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card-img { height: 160px; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.card-img.teal  { background: var(--teal-light); }
.card-img.lake  { background: var(--lake-light); }
.card-img.amber { background: var(--gold-light); }
.card-body { padding: 1.1rem 1.25rem; }
.card-tag { font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-mid); margin-bottom: .35rem; }
.card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; margin-bottom: .35rem; }
.card-desc { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: .7rem; }
.card-link { font-size: 13px; font-weight: 500; color: var(--teal-mid); }
.card-link::after { content: ' →'; }

/* ── ROUTE CARDS ───────────────────────────────────────────────────────────── */
.route-grid { display: grid; gap: .85rem; }
.route-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.2rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; transition: transform .15s, box-shadow .15s, border-color .15s; text-decoration: none; }
.route-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.09); border-color: var(--teal-mid); text-decoration: none; }
.route-info { flex: 1; }
.route-cities { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--dark); display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.route-arrow { color: var(--teal-mid); }
.route-meta { font-size: 12px; color: var(--muted); }
.route-price { text-align: right; white-space: nowrap; }
.price-from { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.price-amount { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; color: var(--teal); line-height: 1.2; }

/* ── HOTEL CARDS ───────────────────────────────────────────────────────────── */
.hotel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.hotel-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform .15s, box-shadow .15s; }
.hotel-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.hotel-img { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 56px; }
.hotel-img.green  { background: var(--teal-light); }
.hotel-img.blue   { background: var(--lake-light); }
.hotel-img.amber  { background: var(--gold-light); }
.hotel-img.coral  { background: #FAECE7; }
.hotel-body { padding: 1.1rem 1.25rem; }
.hotel-stars { color: #E8B420; font-size: 13px; margin-bottom: 4px; }
.hotel-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; margin-bottom: 3px; }
.hotel-location { font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.hotel-price { font-size: 14px; color: var(--dark); margin-bottom: 8px; }
.hotel-price strong { color: var(--teal); font-weight: 500; }
.hotel-tag { display: inline-block; background: var(--teal-light); color: var(--teal); font-size: 11px; font-weight: 500; padding: 2px 8px; border-radius: 4px; margin-right: 4px; margin-top: 4px; }

/* ── DESTINATION GRID ──────────────────────────────────────────────────────── */
.dest-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.dest-item { padding: 1.5rem; background: #fff; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.dest-item:nth-child(3n) { border-right: none; }
.dest-item:nth-last-child(-n+3) { border-bottom: none; }
.dest-icon { font-size: 28px; margin-bottom: .5rem; }
.dest-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; margin-bottom: .3rem; }
.dest-desc { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* ── ARTICLE ───────────────────────────────────────────────────────────────── */
.article-layout { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; max-width: 1100px; margin: 0 auto; padding: 3rem 1.5rem; }
.article-body h2 { font-size: 1.8rem; margin: 2.2rem 0 .7rem; padding-bottom: .5rem; border-bottom: 2px solid var(--teal-light); color: var(--dark); }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 1.25rem; margin: 1.6rem 0 .4rem; color: var(--dark); }
.article-body p { color: #2a2a26; line-height: 1.8; }
.article-body ul { margin: .5rem 0 1.2rem 1.5rem; }
.article-body ul li { margin-bottom: .4rem; color: #2a2a26; line-height: 1.7; }
.article-body strong { font-weight: 500; }

/* ── SIDEBAR ───────────────────────────────────────────────────────────────── */
.sidebar { position: sticky; top: 80px; align-self: start; }
.sidebar-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem; margin-bottom: 1.25rem; }
.sidebar-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; margin-bottom: .8rem; color: var(--dark); }
.sidebar-card ul { list-style: none; }
.sidebar-card ul li { padding: .35rem 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.sidebar-card ul li:last-child { border-bottom: none; }
.sidebar-card ul li a { color: var(--teal-mid); }

/* ── INFO BOX ──────────────────────────────────────────────────────────────── */
.info-box { background: var(--teal-xl); border-left: 3px solid var(--teal-mid); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.1rem 1.35rem; margin: 1.5rem 0; }
.info-box-title { font-weight: 500; color: var(--teal); margin-bottom: .35rem; font-size: 14px; }
.info-box p { color: var(--teal) !important; font-size: 14px; margin: 0 !important; }

/* ── BOOKING CTA ───────────────────────────────────────────────────────────── */
.booking-cta { background: var(--gold-light); border: 1px solid var(--gold); border-radius: var(--radius); padding: 1.4rem 1.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin: 2rem 0; flex-wrap: wrap; }
.booking-cta-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600; margin-bottom: .2rem; }
.booking-cta-text p { font-size: 13px; color: var(--muted); margin: 0; }

/* ── AIRLINE TABLE ─────────────────────────────────────────────────────────── */
.airline-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0 2rem; font-size: 14px; }
.airline-table th { text-align: left; padding: .6rem .9rem; background: var(--teal); color: #fff; font-weight: 500; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.airline-table th:first-child { border-radius: 8px 0 0 0; }
.airline-table th:last-child  { border-radius: 0 8px 0 0; }
.airline-table td { padding: .75rem .9rem; border-bottom: 1px solid var(--border); color: var(--dark); vertical-align: top; }
.airline-table tr:last-child td { border-bottom: none; }
.airline-table tr:nth-child(even) td { background: #fafaf8; }

/* ── FAQ ───────────────────────────────────────────────────────────────────── */
.faq-list { margin: 1rem 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { font-weight: 500; color: var(--dark); font-size: 15px; padding: 1rem 2rem 1rem 0; cursor: pointer; position: relative; user-select: none; }
.faq-q::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 20px; color: var(--teal-mid); font-weight: 300; transition: transform .2s; }
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { font-size: 14px; color: var(--muted); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 1rem; }

/* ── NEIGHBOURHOOD TABLE ───────────────────────────────────────────────────── */
.neighbourhood-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; margin: 1.5rem 0; }
.nbhd-item { padding: 1.25rem; background: #fff; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.nbhd-item:nth-child(3n) { border-right: none; }
.nbhd-item:nth-last-child(-n+3) { border-bottom: none; }
.nbhd-name { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: var(--teal); margin-bottom: .3rem; }
.nbhd-desc { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* ── DIVIDER ───────────────────────────────────────────────────────────────── */
hr.divider { border: none; border-top: 1px solid var(--border); margin: 0; }

/* ── FOOTER ────────────────────────────────────────────────────────────────── */
.footer { background: var(--dark); color: rgba(255,255,255,.7); padding: 3.5rem 0 0; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; color: #fff; margin-bottom: .6rem; }
.footer-brand span { color: var(--gold); }
.footer-desc { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.5); }
.footer-col h4 { font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: .9rem; font-family: 'DM Sans', sans-serif; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: .45rem; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,.6); transition: color .12s; }
.footer-col ul li a:hover { color: #fff; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.35); margin: 0; }
.footer-disclaimer { font-size: 12px; color: rgba(255,255,255,.35); text-align: right; }

/* ── PROS CONS ─────────────────────────────────────────────────────────────── */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 1.5rem 0; }
.pros, .cons { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); padding: 1.1rem 1.25rem; }
.pros h4 { color: #2A7A3A; font-size: 14px; font-weight: 600; margin-bottom: .6rem; font-family: 'DM Sans', sans-serif; }
.cons h4 { color: #A32D2D; font-size: 14px; font-weight: 600; margin-bottom: .6rem; font-family: 'DM Sans', sans-serif; }
.pros ul, .cons ul { list-style: none; }
.pros ul li::before { content: '✓ '; color: #2A7A3A; font-weight: 600; }
.cons ul li::before { content: '✗ '; color: #A32D2D; font-weight: 600; }
.pros ul li, .cons ul li { font-size: 13px; color: var(--muted); padding: .2rem 0; }

/* ── PRICE BADGE ───────────────────────────────────────────────────────────── */
.price-badge { display: inline-block; background: var(--teal-light); color: var(--teal); font-weight: 600; font-size: 1.1rem; padding: .3rem .8rem; border-radius: 6px; }

/* ── GUIDE CARDS ───────────────────────────────────────────────────────────── */
.guide-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 1.25rem; }
.guide-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; transition: transform .15s, box-shadow .15s; text-decoration: none; color: inherit; display: block; }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); text-decoration: none; }
.guide-card-icon { font-size: 32px; margin-bottom: .75rem; }
.guide-card h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.guide-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }

/* ── ADSENSE PLACEHOLDER ───────────────────────────────────────────────────── */
.ad-placeholder { background: #f8f8f6; border: 1px dashed #ccc; border-radius: 6px; padding: 1rem; text-align: center; font-size: 12px; color: #aaa; margin: 1.5rem 0; }

/* ── RESPONSIVE ────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .neighbourhood-grid { grid-template-columns: 1fr; }
  .pros-cons { grid-template-columns: 1fr; }
  .search-grid { grid-template-columns: 1fr; }
  .booking-cta { flex-direction: column; align-items: flex-start; }
  .hero { padding: 3.5rem 0 4rem; }
  .stats-grid { gap: 1.5rem; }
  .dest-item:nth-child(2n) { border-right: none; }
  .dest-item:nth-child(3) { border-right: 1px solid var(--border); }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: 1fr; }
  .dest-item { border-right: none !important; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-disclaimer { text-align: center; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .airline-table { font-size: 12px; }
  .airline-table th, .airline-table td { padding: .5rem .6rem; }
}
