*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', system-ui, sans-serif; color: #1A1A1A; background: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

:root {
    --amber: #D97B2B;
    --amber-dark: #c06920;
    --gold: #F5C842;
    --charcoal: #1A1A1A;
    --charcoal-2: #2a2a2a;
    --warm: #F0EDE8;
    --cream: #faf8f5;
}

.wrap { max-width: 1200px; margin-inline: auto; padding-inline: 20px; }
.section { padding: 4rem 0; }
.section-bg { background: var(--cream); }

.btn { display: inline-block; padding: .7rem 1.6rem; border-radius: 6px; font-weight: 700; font-size: .9rem; cursor: pointer; transition: background .18s, border-color .18s; border: 2px solid transparent; }
.btn-amber { background: var(--amber); color: #fff; border-color: var(--amber); }
.btn-amber:hover { background: var(--amber-dark); border-color: var(--amber-dark); color: #fff; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.btn-ghost { background: transparent; color: var(--amber); border-color: var(--amber); }
.btn-ghost:hover { background: var(--amber); color: #fff; }

.section-kicker { color: var(--amber); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 .4rem; display: block; }
.section-heading { text-align: center; margin-bottom: 2.8rem; }
.section-heading h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.8rem); margin: 0; }

.topbar { background: linear-gradient(90deg, #111 0%, var(--charcoal) 50%, #111 100%); border-bottom: 1px solid rgba(217,123,43,.18); font-size: .75rem; color: #c8c2b4; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 40px; flex-wrap: nowrap; }
.topbar-left, .topbar-right { display: flex; align-items: center; }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; color: #c8c2b4; padding: 0 14px; white-space: nowrap; }
.topbar-item a { color: inherit; }
.topbar-item a:hover { color: var(--amber); }
.topbar-sep { width: 1px; height: 16px; background: rgba(255,255,255,.12); flex-shrink: 0; }
.topbar-stars { color: var(--gold); letter-spacing: 2px; font-size: .8rem; }
.topbar-socials { display: inline-flex; gap: 2px; padding: 0 8px; }
.topbar-socials a { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 6px; color: rgba(255,255,255,.5); transition: color .15s, background .15s; }
.topbar-socials a:hover { color: var(--amber); background: rgba(217,123,43,.1); }
.topbar-socials svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.topbar-socials a.fb svg { fill: currentColor; stroke: none; }
@media (max-width: 680px) { .topbar { display: none; } }

.site-header { position: sticky; top: 0; z-index: 200; background: transparent; }
.mainnav { background: #fff; box-shadow: 0 2px 14px rgba(0,0,0,.10); display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 72px; position: relative; }
.brand img { height: 64px; width: auto; flex-shrink: 0; }
.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-link { color: var(--charcoal); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; padding: 7px 11px; border-radius: 6px; transition: color .15s; }
.nav-link:hover, .nav-link.active { color: var(--amber); }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 4px; }
.nav-dropdown-toggle svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.nav-dropdown:hover .nav-dropdown-toggle svg,
.nav-dropdown:focus-within .nav-dropdown-toggle svg { transform: rotate(180deg); }
.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 180px;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(26,26,26,.08);
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(0,0,0,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-dropdown-menu::before { content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a { display: block; padding: 9px 12px; border-radius: 7px; color: var(--charcoal); font-size: .82rem; font-weight: 700; }
.nav-dropdown-menu a:hover { background: #fff8ee; color: var(--amber); }
.nav-cta { background: var(--amber); color: #fff !important; padding: 8px 20px; border-radius: 6px; font-weight: 700; font-size: .8rem; margin-left: 6px; transition: background .15s; white-space: nowrap; }
.nav-cta:hover { background: var(--amber-dark); }
.menu-toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; padding: 6px; color: var(--charcoal); }
@media (max-width: 960px) {
    .menu-toggle { display: block; }
    .nav-menu { display: none; position: absolute; top: 100%; left: -20px; right: -20px; background: #fff; flex-direction: column; align-items: stretch; padding: 10px 20px 18px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
    .nav-menu.open { display: flex; }
    .nav-link, .nav-cta { padding: 10px 8px; }
    .nav-dropdown { display: block; }
    .nav-dropdown-toggle { display: flex; justify-content: space-between; }
    .nav-dropdown-menu { position: static; min-width: 0; margin: -2px 0 6px 10px; padding: 3px 0 3px 10px; border: 0; border-left: 2px solid rgba(217,123,43,.24); border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
    .nav-dropdown-menu::before { display: none; }
    .nav-dropdown-menu a { padding: 7px 8px; font-size: .8rem; }
    .nav-cta { text-align: center; margin: 6px 0 0; }
}

.hero-slider { position: relative; height: 100vh; min-height: 560px; overflow: hidden; margin-top: calc(-1 * var(--header-h, 112px)); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; pointer-events: none; }
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.28) 0%, rgba(0,0,0,.52) 55%, rgba(0,0,0,.72) 100%); pointer-events: none; }
.hero-content { position: absolute; inset: 0; display: flex; align-items: center; z-index: 2; padding: 0 20px; padding-top: calc(var(--header-h, 112px) + 1rem); }
.hero-copy { display: none; max-width: 720px; }
.hero-copy.visible { display: block; }
.hero-copy h1, .hero-heading { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); color: #fff; margin: 0 0 1rem; line-height: 1.12; }
.hero-kicker { color: var(--gold); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; margin-bottom: .6rem; display: block; }
.hero-body { color: rgba(255,255,255,.88); font-size: 1.1rem; margin-bottom: 1.6rem; max-width: 520px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 1.2rem; }
.hero-meta-pill { display: inline-block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); color: #fff; font-size: .76rem; padding: 5px 14px; border-radius: 20px; letter-spacing: .05em; }
.hero-controls { position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 14px; z-index: 3; }
.hero-arrow { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); color: #fff; width: 38px; height: 38px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s; line-height: 1; }
.hero-arrow:hover { background: rgba(255,255,255,.28); }
.hero-dots { display: flex; gap: 8px; align-items: center; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.38); border: none; cursor: pointer; padding: 0; transition: background .22s, transform .22s; }
.hero-dots button.active { background: var(--gold); transform: scale(1.35); }
.teaser-rail { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.42); backdrop-filter: blur(6px); height: 42px; overflow: hidden; z-index: 3; }
.teaser-track { display: flex; align-items: center; white-space: nowrap; animation: scrollRail 30s linear infinite; height: 42px; }
.teaser-track span { color: rgba(255,255,255,.8); font-size: .73rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.15); line-height: 42px; }
@keyframes scrollRail { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.trust-band { background: var(--charcoal); padding: 1.4rem 0; }
.trust-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 28px; }
.trust-item { color: #fff; display: flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 600; }
.trust-item .trust-icon { font-size: 1.1rem; }

.destination-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.destination-card { border-radius: 12px; overflow: hidden; position: relative; aspect-ratio: 3/4; }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; display: block; }
.destination-card:hover img { transform: scale(1.04); }
.destination-card .card-body { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,.82), transparent); padding: 2rem 1.3rem 1.3rem; color: #fff; }
.destination-card h3 { margin: 0 0 .3rem; font-family: 'Playfair Display', Georgia, serif; font-size: 1.3rem; }
.destination-card p { margin: 0 0 .6rem; font-size: .84rem; opacity: .88; }
.destination-card a.card-link { color: var(--gold); font-size: .8rem; font-weight: 700; }
.destination-card a.card-link:hover { color: #fff; }

.tour-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.tour-card { border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,.09); transition: transform .28s, box-shadow .28s; display: flex; flex-direction: column; }
.tour-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,0,0,.15); }
.tour-card-img-wrap { position: relative; overflow: hidden; height: 240px; flex-shrink: 0; }
.tour-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; display: block; }
.tour-card:hover .tour-card-img-wrap img { transform: scale(1.06); }
.tour-card-img-wrap .tc-badge { position: absolute; top: 14px; left: 14px; background: var(--gold); color: var(--charcoal); font-size: .68rem; font-weight: 800; padding: 4px 11px; border-radius: 20px; text-transform: uppercase; letter-spacing: .06em; }
.tour-card-img-wrap .tc-price-badge { position: absolute; top: 14px; right: 14px; background: rgba(0,0,0,.54); backdrop-filter: blur(4px); color: #fff; font-size: .8rem; font-weight: 700; padding: 5px 12px; border-radius: 20px; }
.tour-card-img-wrap .tc-price-badge span { color: var(--gold); }
.tour-card-img-wrap .tc-country { position: absolute; bottom: 12px; left: 14px; display: inline-flex; align-items: center; gap: 5px; background: rgba(0,0,0,.48); backdrop-filter: blur(3px); color: rgba(255,255,255,.92); font-size: .75rem; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.tour-card-img-wrap .tc-country svg { width: 12px; height: 12px; stroke: var(--gold); fill: none; stroke-width: 2; }
.tour-card-body { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.tour-card-meta { display: flex; align-items: center; gap: 8px; margin-bottom: .6rem; }
.tc-duration { display: inline-flex; align-items: center; gap: 4px; background: #f3f4f6; color: #555; font-size: .76rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.tc-duration svg { width: 11px; height: 11px; stroke: var(--amber); fill: none; stroke-width: 2.5; }
.tc-stars { color: var(--gold); font-size: .8rem; letter-spacing: 1px; margin-left: auto; }
.tour-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.15rem; margin: 0 0 .5rem; line-height: 1.3; color: var(--charcoal); }
.tour-card h3 a { color: inherit; }
.tour-card h3 a:hover { color: var(--amber); }
.tour-card-excerpt { color: #666; font-size: .85rem; line-height: 1.6; margin: 0 0 1rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tour-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: .9rem; border-top: 1px solid #f0f0f0; margin-top: auto; }
.tour-card-price { font-family: 'Playfair Display', Georgia, serif; font-size: 1.05rem; font-weight: 700; color: var(--amber); }
.tour-card-price small { font-family: 'Inter', system-ui, sans-serif; font-size: .72rem; color: #999; font-weight: 400; display: block; line-height: 1; }
.tour-card .details-btn { display: inline-flex; align-items: center; gap: 6px; background: var(--charcoal); color: #fff; padding: .5rem 1.1rem; border-radius: 8px; font-weight: 700; font-size: .8rem; transition: background .18s; }
.tour-card .details-btn:hover { background: var(--amber); }
.tour-card .details-btn svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; transition: transform .18s; }
.tour-card:hover .details-btn svg { transform: translateX(3px); }
.tour-badge { display: inline-block; background: var(--gold); color: var(--charcoal); font-size: .7rem; font-weight: 800; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: .4rem; }

.page-hero { background: var(--charcoal); background-image: radial-gradient(circle at 20% 50%, rgba(217,123,43,.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(245,200,66,.05) 0%, transparent 40%); padding: 5rem 0 3.5rem; text-align: center; }
.page-hero .kicker { color: var(--amber); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; display: block; margin-bottom: .5rem; }
.page-hero h1 { color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.9rem, 4vw, 3rem); margin: 0; }

.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.blog-card { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.07); }
.blog-card img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 1.3rem; }
.blog-card time { color: #888; font-size: .82rem; }
.blog-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.1rem; margin: .4rem 0 .5rem; }
.blog-card p { color: #666; font-size: .88rem; margin: 0 0 .8rem; }
.blog-card .read-more { color: var(--amber); font-weight: 700; font-size: .84rem; }

.contact-form .form-group { margin-bottom: 1.2rem; }
.contact-form label { font-weight: 600; font-size: .9rem; display: block; margin-bottom: .3rem; }
.contact-form input,
.contact-form textarea,
.contact-form select { width: 100%; padding: .72rem 1rem; border: 1px solid #d1d5db; border-radius: 8px; font-size: .95rem; font-family: inherit; background: #fff; transition: border-color .18s, box-shadow .18s; }
.contact-form input:focus,
.contact-form textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(217,123,43,.15); }
.form-status { margin-top: .8rem; font-weight: 600; font-size: .9rem; }
.form-status.success { color: #15803d; }
.form-status.error { color: #dc2626; }

.cta-section { background: linear-gradient(135deg, var(--charcoal) 0%, #2a1a0a 100%); padding: 5rem 0; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 60% 50%, rgba(217,123,43,.12) 0%, transparent 50%); pointer-events: none; }
.cta-section h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.9rem, 3vw, 2.8rem); margin-bottom: .8rem; position: relative; }
.cta-section p { color: rgba(255,255,255,.72); margin-bottom: 1.8rem; font-size: 1.05rem; position: relative; }

.usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.4rem; }
.usp-card { background: #fff; border-radius: 12px; padding: 1.6rem; box-shadow: 0 2px 12px rgba(0,0,0,.06); text-align: center; border-top: 3px solid var(--amber); transition: transform .22s, box-shadow .22s; }
.usp-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.usp-card .usp-icon { font-size: 2.4rem; display: block; margin-bottom: .8rem; }
.usp-card h3 { font-size: 1rem; font-weight: 700; margin: 0 0 .4rem; }
.usp-card p { font-size: .85rem; color: #666; margin: 0; line-height: 1.6; }

.detail-hero { position: relative; height: 420px; overflow: hidden; }
.detail-hero img { width: 100%; height: 100%; object-fit: cover; }
.detail-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,.68)); }
.detail-hero-title { position: absolute; bottom: 2rem; left: 0; right: 0; padding: 0 20px; }
.detail-hero-title h1 { color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.9rem, 4vw, 3rem); margin: 0; }
.meta-pills { display: flex; gap: .8rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.meta-pill { padding: .38rem 1rem; border-radius: 20px; font-size: .85rem; font-weight: 600; }
.pill-price { background: #fef3c7; color: #92400e; }
.pill-duration { background: #dcfce7; color: #15803d; }
.pill-country { background: #e0f2fe; color: #0369a1; }
.detail-body { line-height: 1.85; color: #333; white-space: pre-wrap; }
.enquiry-sidebar { background: var(--cream); border-radius: 12px; padding: 2rem; position: sticky; top: 90px; }
.enquiry-sidebar h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.3rem; margin: 0 0 1.2rem; }

.site-footer { background: var(--charcoal); color: #c8c2b4; padding: 3rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr; gap: 2rem; }
.footer-logo { height: 44px; width: auto; margin-bottom: .8rem; }
.footer-grid h3 { color: #fff; font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 .8rem; }
.footer-grid a { display: block; color: #c8c2b4; font-size: .87rem; margin-bottom: .4rem; }
.footer-grid a:hover { color: var(--amber); }
.footer-grid p { font-size: .87rem; line-height: 1.7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 2.5rem; padding: 1.2rem 0; display: flex; justify-content: space-between; font-size: .78rem; color: rgba(255,255,255,.38); flex-wrap: wrap; gap: 4px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

.whatsapp-float { position: fixed; bottom: 24px; right: 24px; background: #25D366; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.38); z-index: 999; transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 30px; height: 30px; fill: #fff; }

.skip-link { position: absolute; left: -9999px; top: 4px; background: var(--amber); color: #fff; padding: 6px 14px; border-radius: 4px; z-index: 9999; font-weight: 700; }
.skip-link:focus { left: 4px; }

/* Transparent hero header — only on hero pages */
.site-header.hero-mode .topbar { display: none; }
.site-header.hero-mode .mainnav { background: rgba(0,0,0,.18); backdrop-filter: blur(4px); box-shadow: none; transition: background .3s, box-shadow .3s; }
.site-header.hero-mode .nav-link { color: rgba(255,255,255,.9); }
.site-header.hero-mode .nav-link:hover, .site-header.hero-mode .nav-link.active { color: var(--gold); }
.site-header.hero-mode .menu-toggle { color: #fff; }
.site-header.hero-mode.scrolled .mainnav { background: #fff; backdrop-filter: none; box-shadow: 0 2px 14px rgba(0,0,0,.10); }
.site-header.hero-mode.scrolled .nav-link { color: var(--charcoal); }
.site-header.hero-mode.scrolled .nav-link:hover, .site-header.hero-mode.scrolled .nav-link.active { color: var(--amber); }
.site-header.hero-mode.scrolled .menu-toggle { color: var(--charcoal); }
.site-header.hero-mode.scrolled .topbar { display: block; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* Stats section */
.stats-section { background: var(--amber); padding: 2.5rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.stat-item { color: #fff; }
.stat-number { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 800; line-height: 1; display: inline; }
.stat-suffix { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; display: inline; }
.stat-label { display: block; font-size: .85rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; opacity: .88; margin-top: .3rem; }
@media (max-width: 600px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } }

/* Testimonials */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.testimonial-card { background: #fff; border-radius: 14px; padding: 2rem; box-shadow: 0 2px 16px rgba(0,0,0,.07); border-top: 3px solid var(--amber); }
.t-stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: .8rem; }
.t-body { color: #444; line-height: 1.75; font-size: .95rem; margin: 0 0 1.4rem; font-style: italic; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--amber); color: #fff; font-weight: 700; font-size: .85rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.t-author strong { display: block; font-size: .9rem; color: var(--charcoal); }
.t-author span { font-size: .8rem; color: #888; }

/* Section heading polish */
.section-heading h2 { font-family: 'Playfair Display', Georgia, serif; }

/* Destination label badge */
.destination-label { position: absolute; top: 14px; left: 14px; background: rgba(0,0,0,.48); backdrop-filter: blur(4px); color: #fff; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 4px 10px; border-radius: 20px; }

.footer-contact-list { list-style: none; margin: 0; padding: 0; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: .9rem; }
.footer-contact-list svg { width: 15px; height: 15px; stroke: var(--amber); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 2px; }
.footer-contact-list a, .footer-contact-list span { color: #c8c2b4; font-size: .87rem; line-height: 1.5; word-break: break-word; }
.footer-contact-list a:hover { color: var(--amber); }

/* Footer social icons */
.footer-socials { display: flex; gap: 10px; margin-top: 1rem; }
.footer-socials a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 8px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.6); transition: color .15s, border-color .15s; }
.footer-socials a:hover { color: var(--amber); border-color: var(--amber); }
.footer-socials svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
