/* ============================================================
   Egypt Hidden Gems Tours — Theme stylesheet
   Palette (extracted from the brand logo):
   cream #FBF8F3 · cream-2 #F4EDDF · navy #072543 · navy-2 #06223C
   terra (warm brown) #754C25 · terra-dark #5F3C1C
   gold #C89A5C · gold-light #F0C48F · gold-dark #A77739
   accent #B78649 · accent-dark #8A5E24 · accent-light #E7B879
   Typography: Playfair Display (serif) + Lato (sans)
   ============================================================ */

:root {
    --cream: #FBF8F3;
    --cream-2: #F4EDDF;
    --navy: #072543;
    --navy-2: #06223C;
    --terra: #754C25;
    --terra-dark: #5F3C1C;
    --gold: #C89A5C;
    --gold-light: #F0C48F;
    --gold-dark: #A77739;
    --teal: #A77739;
    --teal-dark: #8A5E24;
    --teal-light: #E7B879;
    --line: #E7DFCF;
    --ink: #2E2922;
    --ink-2: #5A5345;
    --muted: #7C7363;
    --bg: #FBF8F3;
    --bg-soft: #F4EDDF;
    --white: #ffffff;

    /* aliases kept for inline styles in templates */
    --orange: var(--terra);
    --orange-dark: var(--terra-dark);
    --sky: var(--teal);
    --sky-dark: var(--teal-dark);
    --sky-soft: #F3E6CD;
    --sun: var(--gold-light);
    --sun-soft: #F8EBD3;

    --radius: 18px;
    --shadow: 0 10px 30px rgba(6, 34, 60, .09);
    --shadow-lg: 0 24px 60px rgba(6, 34, 60, .16);
    --font-head: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-body: 'Lato', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 118px; }

body {
    font-family: var(--font-body);
    color: var(--ink-2);
    background-color: var(--cream);
    background-image: radial-gradient(rgba(6,34,60,.05) 1px, transparent 1px);
    background-size: 26px 26px;
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--teal-dark); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--terra); }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    color: var(--navy);
    line-height: 1.25;
    font-weight: 700;
}

.container { width: min(1200px, 92%); margin-inline: auto; }

::selection { background: var(--gold-light); color: var(--navy-2); }
:focus-visible { outline: 3px solid var(--terra); outline-offset: 2px; border-radius: 4px; }
.skip-link {
    position: fixed; left: 1rem; top: -4rem; z-index: 1001;
    padding: .65rem 1rem; border-radius: 10px;
    background: var(--navy); color: #fff;
    font-family: var(--font-head); font-weight: 700; transition: top .2s;
}
.skip-link:focus { top: 1rem; color: #fff; }

/* ---------------- Buttons ---------------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
    padding: .85rem 1.7rem; border-radius: 999px; border: 2px solid transparent;
    font-family: var(--font-head); font-weight: 600; font-size: .95rem;
    cursor: pointer; transition: all .25s ease; line-height: 1.2; letter-spacing: .2px;
}
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 8px 20px rgba(167,119,57,.28); }
.btn-primary:hover { background: var(--teal-dark); color: #fff; transform: translateY(-2px); }
.btn-accent { background: var(--terra); color: #fff; box-shadow: 0 8px 20px rgba(117,76,37,.30); }
.btn-accent:hover { background: var(--terra-dark); color: #fff; transform: translateY(-2px); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy-2); }
.btn-gold:hover { background: var(--gold-light); color: var(--navy-2); transform: translateY(-2px); }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1DA851; color: #fff; transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--gold-light); color: var(--navy-2); transform: translateY(-2px); }
.btn-sm { padding: .55rem 1.15rem; font-size: .86rem; }
.btn-lg { padding: 1rem 2.2rem; font-size: 1.02rem; }
.btn-block { width: 100%; }

/* ---------------- Topbar ---------------- */
.topbar { background: var(--navy-2); color: rgba(255,255,255,.82); font-size: .82rem; }
.topbar-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; padding: .5rem 0; flex-wrap: wrap; min-height: 38px;
}
.topbar-left { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }
.topbar-rating {
    color: var(--gold-light); font-family: var(--font-body); font-weight: 700;
    font-size: .75rem; letter-spacing: .8px;
}
.topbar-links { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }
.topbar-links a { color: rgba(255,255,255,.78); font-family: var(--font-body); font-weight: 600; font-size: .78rem; letter-spacing: .5px; }
.topbar-links a:hover { color: var(--gold-light); }
.topbar-contact { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.topbar-contact a { color: rgba(255,255,255,.78); font-weight: 600; font-size: .78rem; }
.topbar-contact a:hover { color: var(--gold-light); }
.topbar-contact a i { margin-right: .35rem; color: var(--gold-light); }
.topbar-social {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 50%;
    background: rgba(255,255,255,.10); color: rgba(255,255,255,.85) !important;
    transition: background .25s, transform .25s;
}
.topbar-social:hover { background: var(--terra); color: #fff !important; transform: translateY(-2px); }
.tripadvisor-icon { width: 16px; height: 16px; display: block; object-fit: contain; }
.tripadvisor-fallback { font-size: .62rem; font-weight: 800; letter-spacing: -.2px; }

/* ---------------- Header ---------------- */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(248, 245, 238, .92);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    transition: box-shadow .3s ease;
}
.site-header.scrolled { box-shadow: 0 8px 26px rgba(6,34,60,.10); }
.site-header .brand-logo { border-radius: 14px; filter: drop-shadow(0 3px 6px rgba(6,34,60,.28)); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: .75rem 0; gap: 1rem; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 0; }
.brand-logo { width: 48px; height: 48px; object-fit: contain; filter: drop-shadow(0 3px 6px rgba(6,34,60,.20)); }
.brand-name {
    font-family: var(--font-head); font-weight: 700; font-size: 1.18rem;
    color: var(--navy); letter-spacing: -.2px; line-height: 1.05;
    display: flex; flex-direction: column;
}
.brand-name .brand-top {
    font-family: var(--font-body); font-weight: 700; font-size: .62rem;
    letter-spacing: 3.8px; text-transform: uppercase; color: var(--gold);
}
.brand-name .brand-bottom { font-size: 1em; display: block; line-height: 1.12; }
.brand-name .brand-top::after { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 .4rem; transform: rotate(45deg); background: var(--terra); }
.brand-name em { font-style: normal; color: var(--terra); font-weight: 700; }
.main-nav { display: flex; align-items: center; }
.main-nav ul { display: flex; align-items: center; gap: .2rem; }
.main-nav ul a {
    display: block; padding: .6rem .95rem; border-radius: 999px;
    font-family: var(--font-head); font-weight: 600; font-size: .88rem;
    letter-spacing: .4px; text-transform: uppercase; color: var(--ink-2);
    position: relative; transition: color .2s;
}
.main-nav ul a::after {
    content: ""; position: absolute; left: 50%; bottom: 2px; width: 0; height: 2px;
    background: var(--terra); transition: all .25s ease; transform: translateX(-50%);
}
.main-nav ul a:hover { color: var(--navy); }
.main-nav ul a:hover::after, .main-nav ul a.active::after { width: 55%; }
.main-nav ul a.active { color: var(--terra); }
.nav-cta { margin-left: .6rem; box-shadow: 0 8px 18px rgba(117,76,37,.28); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); margin: 5px 0; border-radius: 3px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------------- Hero ---------------- */
.hero {
    position: relative; min-height: 78vh; display: flex; align-items: center;
    background: var(--navy); overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; opacity: .45; }
.hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(6,34,60,.92) 8%, rgba(6,34,60,.55) 52%, rgba(6,34,60,.72) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 5.2rem 0; color: #fff; max-width: 680px; }
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: .7rem;
    color: var(--gold-light); font-family: var(--font-head); font-weight: 600;
    font-size: .78rem; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 1.2rem;
}
.hero-eyebrow::before { content: ""; width: 38px; height: 2px; background: var(--terra); }
.hero h1 {
    font-size: clamp(2.4rem, 5.4vw, 4rem); font-weight: 700; line-height: 1.08;
    color: #fff; margin-bottom: 1.2rem; letter-spacing: -.5px;
}
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero p { font-size: 1.12rem; color: rgba(255,255,255,.86); margin-bottom: 2rem; max-width: 540px; line-height: 1.75; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero-stats {
    display: flex; gap: 2.6rem; flex-wrap: wrap; margin-top: 2.6rem;
    padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,.18);
}
.hero-stats b { display: block; font-family: var(--font-head); font-size: 1.7rem; color: var(--gold-light); line-height: 1.1; }
.hero-stats span { font-size: .78rem; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,.65); }

.search-bar {
    position: relative; z-index: 3; margin-top: 2.2rem; background: #fff;
    border-radius: var(--radius); box-shadow: var(--shadow-lg);
    padding: 1.2rem; display: grid; grid-template-columns: 2fr 1fr 1fr auto;
    gap: .9rem; align-items: end;
}
.search-bar label { display: block; font-size: .78rem; font-weight: 700; color: var(--muted); margin-bottom: .35rem; font-family: var(--font-head); letter-spacing: .4px; text-transform: uppercase; }
.search-bar select, .search-bar input {
    width: 100%; padding: .7rem .95rem; border: 1.5px solid var(--line);
    border-radius: 12px; font-family: var(--font-body); font-size: .95rem; color: var(--ink);
    background: #fff; transition: border-color .2s, box-shadow .2s;
}
.search-bar select:focus, .search-bar input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(167,119,57,.22); }

/* ---------------- Trust strip ---------------- */
.trust-strip {
    position: relative; z-index: 5;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    max-width: 1000px; margin: -3rem auto 3.6rem;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem;
    padding: 1.4rem 1.2rem;
}
.trust-item { display: flex; align-items: center; gap: .8rem; padding: .4rem .7rem; }
.trust-item .t-icon {
    flex: 0 0 44px; height: 44px; border-radius: 50%;
    background: var(--cream-2); color: var(--terra); font-size: 1.15rem;
    display: flex; align-items: center; justify-content: center; border: 1px solid var(--gold);
}
.trust-item strong { display: block; font-family: var(--font-head); color: var(--navy); font-size: .9rem; line-height: 1.3; }
.trust-item span { font-size: .76rem; color: var(--muted); }

/* ---------------- Sections ---------------- */
.section { padding: 4.6rem 0; }
.section.soft { background: var(--bg-soft); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 2.6rem; flex-wrap: wrap; }
.eyebrow {
    display: inline-flex; align-items: center; gap: .65rem;
    color: var(--terra); font-family: var(--font-head); font-weight: 600;
    font-size: .78rem; letter-spacing: 2.4px; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--gold); }
.section-title {
    font-size: clamp(1.9rem, 3.6vw, 2.7rem); font-weight: 700; margin: .55rem 0 .75rem;
    letter-spacing: -.4px; line-height: 1.18;
}
.section-title em { font-style: italic; color: var(--terra); }
.section-sub { color: var(--muted); max-width: 660px; line-height: 1.8; }
.sec-head .btn { flex: 0 0 auto; }

/* ---------------- Tour cards ---------------- */
.tour-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 330px), 1fr)); gap: 1.8rem; }
.tour-card {
    background: #fff; border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow); border: 1px solid var(--line);
    transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column;
}
.tour-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.tour-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.tour-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tour-card:hover .tour-media img { transform: scale(1.07); }
.tour-badge {
    position: absolute; top: .9rem; left: .9rem; background: var(--navy); color: var(--gold-light);
    padding: .3rem .9rem; border-radius: 999px; font-size: .72rem; font-weight: 700;
    font-family: var(--font-head); letter-spacing: 1.2px; text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(6,34,60,.32);
}
.tour-fav {
    position: absolute; top: .8rem; right: .8rem; width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center;
    color: var(--terra); cursor: pointer; border: 0; font-size: 1.05rem;
}
.tour-body { padding: 1.35rem 1.4rem; display: flex; flex-direction: column; gap: .65rem; flex: 1; }
.tour-loc { font-size: .8rem; color: var(--muted); font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; display: flex; align-items: center; gap: .4rem; }
.tour-loc::before { content: "\f3c5"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--terra); }
.tour-title { font-size: 1.18rem; font-weight: 700; line-height: 1.35; }
.tour-title a { color: var(--navy); }
.tour-title a:hover { color: var(--terra); }
.tour-meta { display: flex; gap: 1rem; font-size: .84rem; color: var(--muted); }
.tour-meta span { display: inline-flex; align-items: center; gap: .35rem; }
.tour-meta span::before { content: ""; }
.tour-foot {
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px dashed var(--line); padding-top: .95rem; margin-top: auto; gap: .6rem;
}
.tour-price small { display: block; font-size: .72rem; color: var(--muted); letter-spacing: .5px; }
.tour-price strong { font-size: 1.35rem; color: var(--terra); font-family: var(--font-head); }
.tour-price del { color: var(--muted); font-size: .85rem; margin-left: .4rem; }
.tour-rating { display: inline-flex; align-items: center; gap: .3rem; color: var(--gold); font-weight: 700; font-size: .9rem; }
.tour-rating small { color: var(--muted); font-weight: 400; }

/* ---------------- Feature / why us ---------------- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 1.5rem; }
.feature-card {
    background: #fff; border-radius: var(--radius); padding: 2rem 1.6rem;
    border: 1px solid var(--line); text-align: center; transition: all .3s ease; position: relative; overflow: hidden;
}
.feature-card::after {
    content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px;
    background: var(--terra); transition: width .3s ease, transform .3s ease; transform: translateX(-50%);
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold-light); }
.feature-card:hover::after { width: 60%; }
.feature-icon {
    width: 72px; height: 72px; margin: 0 auto 1.1rem; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
    background: var(--cream-2); border: 1.5px solid var(--gold);
}
.feature-card:nth-child(2) .feature-icon { background: var(--sky-soft); border-color: var(--teal-light); }
.feature-card:nth-child(3) .feature-icon { background: var(--sun-soft); border-color: var(--gold); }
.feature-card:nth-child(4) .feature-icon { background: var(--sky-soft); border-color: var(--teal-light); }
.feature-card h3 { font-family: var(--font-head); font-size: 1.1rem; margin-bottom: .45rem; }
.feature-card p { font-size: .9rem; color: var(--muted); line-height: 1.65; }

/* ---------------- Stats ---------------- */
.stats { background: var(--navy-2); color: #fff; padding: 3.2rem 0; position: relative; overflow: hidden; }
.stats::before {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(167,119,57,.14) 1.5px, transparent 1.5px);
    background-size: 30px 30px;
}
.stats-grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr)); gap: 1.6rem; text-align: center; }
.stat-num { font-family: var(--font-head); font-size: 2.5rem; font-weight: 700; color: var(--gold-light); }
.stat-label { color: rgba(255,255,255,.68); font-size: .9rem; letter-spacing: .6px; text-transform: uppercase; }

/* ---------------- Testimonials ---------------- */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 1.6rem; align-items: stretch; }
.testi-card {
    background: #fff; border-radius: var(--radius); padding: 1.9rem;
    border: 1px solid var(--line); box-shadow: var(--shadow); position: relative;
}
.testi-card::before {
    content: "“"; position: absolute; top: .2rem; left: 1.5rem;
    font-family: var(--font-head); font-size: 4rem; color: var(--gold); opacity: .35; line-height: 1;
}
.testi-stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 1rem; }
.testi-text { font-style: italic; color: var(--ink-2); margin-bottom: 1.3rem; line-height: 1.75; }
.testi-person { display: flex; align-items: center; gap: .85rem; border-top: 1px dashed var(--line); padding-top: 1.1rem; }
.testi-avatar {
    width: 46px; height: 46px; border-radius: 50%; background: var(--cream-2);
    display: flex; align-items: center; justify-content: center; color: var(--terra);
    font-weight: 700; font-family: var(--font-head); border: 1px solid var(--gold);
}
.testi-avatar i { color: var(--terra); }
.testi-person strong { display: block; color: var(--navy); font-size: .95rem; font-family: var(--font-head); }
.testi-person span { font-size: .8rem; color: var(--muted); }

/* ---------------- CTA band ---------------- */
.cta-band {
    background: linear-gradient(120deg, var(--navy-2), var(--navy));
    border-radius: var(--radius); padding: 3.2rem 2.6rem; text-align: center; color: #fff;
    position: relative; overflow: hidden; box-shadow: var(--shadow-lg);
}
.cta-band::before {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(167,119,57,.16) 1.5px, transparent 1.5px);
    background-size: 28px 28px;
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.4rem); margin-bottom: .55rem; }
.cta-band p { margin-bottom: 1.6rem; font-weight: 400; color: rgba(255,255,255,.78); }

/* ---------------- Homepage: about / story ---------------- */
.about-home-grid {
    display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.4rem, 6vw, 5rem);
    align-items: center;
}
.about-home .section-title { margin-bottom: 1.2rem; }
.about-home p { color: var(--ink-2); margin-bottom: 1rem; line-height: 1.8; }
.about-home .checklist {
    list-style: none; margin-top: 1.6rem; display: grid; gap: .9rem;
}
.about-home .checklist li {
    display: flex; gap: .75rem; align-items: center; font-weight: 700; color: var(--navy);
    font-size: .98rem;
}
.about-home .checklist li i { color: var(--teal); font-size: 1.15rem; flex-shrink: 0; }
.about-emblem { display: flex; justify-content: center; }
.about-emblem svg {
    width: min(400px, 92%);
    animation: floaty 7s ease-in-out infinite;
    filter: drop-shadow(0 24px 44px rgba(6,34,60,.20));
}

/* ---------------- Section divider ornament ---------------- */
.sec-divider { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 1.2rem; }
.sec-divider .line { width: 68px; height: 1px; background: var(--terra); opacity: .6; }
.sec-divider i { color: var(--gold); font-size: 1rem; }

/* ---------------- Page banner ---------------- */
.page-banner {
    padding: clamp(3.4rem, 8vw, 5.4rem) 0; text-align: center; position: relative; overflow: hidden;
    background:
        radial-gradient(circle at 14% 12%, rgba(240,196,143,.35), transparent 30%),
        radial-gradient(circle at 86% 82%, rgba(240,196,143,.22), transparent 34%),
        linear-gradient(120deg, var(--navy-2) 0%, var(--navy) 55%, #1e4a66 100%);
}
.page-banner h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.1rem); letter-spacing: -.6px; }
.page-banner .breadcrumb { margin-top: .7rem; font-size: .9rem; color: rgba(255,255,255,.72); font-family: var(--font-head); }
.page-banner .breadcrumb a { color: var(--gold-light); font-weight: 600; }
.page-banner .breadcrumb a:hover { color: #fff; }

/* ---------------- Forms ---------------- */
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--navy); margin-bottom: .4rem; }
.form-control {
    width: 100%; padding: .75rem 1rem; border: 1.5px solid var(--line);
    border-radius: 12px; font-family: var(--font-body); font-size: .95rem; color: var(--ink);
    background: #fff; transition: border-color .2s, box-shadow .2s;
}
.form-control:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(167,119,57,.22); }
textarea.form-control { min-height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.alert { padding: .9rem 1.15rem; border-radius: 12px; margin-bottom: 1.3rem; font-weight: 500; font-size: .95rem; }
.alert-success { background: #e6f9ef; color: #0b7a45; border: 1px solid #b7ecd2; }
.alert-error { background: #fdecec; color: #b02a2a; border: 1px solid #f5c6c6; }

/* ---------------- Widgets / sidebar ---------------- */
.layout-2col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 370px); gap: clamp(1.8rem, 4vw, 3.4rem); align-items: start; }
.widget {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.6rem; margin-bottom: 1.6rem; box-shadow: var(--shadow);
}
.widget-title {
    font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem;
    padding-bottom: .75rem; border-bottom: 1px solid var(--line); position: relative; color: var(--navy);
}
.widget-title::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 52px; height: 2px; background: var(--terra); }
.widget-search { display: flex; }
.widget-search input {
    flex: 1; border: 1.5px solid var(--line); border-right: 0; border-radius: 12px 0 0 12px;
    padding: .65rem .9rem; font-family: var(--font-body); font-size: .9rem; background: #fff;
}
.widget-search button { border: 0; background: var(--teal); color: #fff; border-radius: 0 12px 12px 0; padding: 0 1.1rem; cursor: pointer; font-size: .95rem; }
.widget-search button:hover { background: var(--teal-dark); }
.widget-list li { padding: .5rem 0; border-bottom: 1px dashed var(--line); }
.widget-list li:last-child { border-bottom: 0; }
.widget-list a { color: var(--ink-2); font-size: .93rem; }
.widget-list a:hover { color: var(--terra); padding-left: 4px; }
.widget-list .count { float: right; color: var(--muted); font-size: .82rem; font-family: var(--font-head); }
.widget-list .date { display: block; font-size: .78rem; color: var(--muted); }
.recent-thumb { display: flex; align-items: center; gap: .8rem; padding: .55rem 0; }
.recent-thumb img { width: 62px; height: 54px; border-radius: 10px; object-fit: cover; border: 1px solid var(--line); }
.recent-thumb a { font-size: .9rem; color: var(--navy); font-weight: 600; line-height: 1.35; display: block; }
.recent-thumb a:hover { color: var(--terra); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag-cloud a {
    background: var(--cream); border: 1px solid var(--line); padding: .3rem .85rem;
    border-radius: 999px; font-size: .8rem; color: var(--ink-2);
}
.tag-cloud a:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------------- Blog cards ---------------- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 1.8rem; }
.blog-card {
    background: #fff; border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow); border: 1px solid var(--line);
    transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.blog-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.blog-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-media img { transform: scale(1.07); }
.blog-cat {
    position: absolute; top: .9rem; left: .9rem; background: var(--terra); color: #fff;
    padding: .3rem .9rem; border-radius: 999px; font-size: .72rem; font-weight: 700;
    font-family: var(--font-head); letter-spacing: 1.2px; text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(95,60,28,.35);
}
.blog-body { padding: 1.35rem 1.4rem; display: flex; flex-direction: column; gap: .65rem; flex: 1; }
.blog-meta { font-size: .8rem; color: var(--muted); display: flex; gap: 1.1rem; flex-wrap: wrap; }
.blog-meta span { display: inline-flex; align-items: center; gap: .45rem; }
.blog-meta i { color: var(--terra); font-size: .78rem; }
.blog-title { font-size: 1.14rem; font-weight: 700; line-height: 1.4; }
.blog-title a { color: var(--navy); }
.blog-title a:hover { color: var(--terra); }
.blog-excerpt { font-size: .92rem; color: var(--muted); flex: 1; line-height: 1.7; }
.blog-more { color: var(--terra); font-weight: 700; font-size: .88rem; font-family: var(--font-head); letter-spacing: .4px; }
.blog-more i { font-size: .75rem; transition: transform .25s; display: inline-block; }
.blog-card:hover .blog-more i { transform: translateX(4px); }
.blog-filters { margin-bottom: 1.8rem; }
.layout-2col > .blog-main,
.layout-2col > .blog-article { grid-column: 1; min-width: 0; }
.layout-2col > .blog-sidebar { grid-column: 2; grid-row: 1; min-width: 0; }

/* ---------------- Blog article ---------------- */
.article-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16/9; margin-bottom: 1.7rem; }
.article-media img { width: 100%; height: 100%; object-fit: cover; }
.article-title { font-size: clamp(1.6rem, 3.6vw, 2.4rem); margin: .5rem 0 1.1rem; line-height: 1.25; letter-spacing: -.4px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 1.2rem; margin: 0 0 1.7rem; font-size: .9rem; color: var(--muted); }
.article-meta span { display: inline-flex; align-items: center; gap: .45rem; }
.article-meta i { color: var(--terra); }
.article-tags { margin-top: 2.1rem; border-top: 1px solid var(--line); padding-top: 1.5rem; display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; }
.article-tags > strong { font-family: var(--font-head); color: var(--navy); }
.article-author {
    display: flex; gap: 1.1rem; align-items: center; background: var(--cream);
    border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; margin-top: 2.1rem;
}
.article-author .author-avatar {
    flex: 0 0 56px; height: 56px; border-radius: 50%; background: var(--cream-2);
    display: flex; align-items: center; justify-content: center; color: var(--terra);
    font-size: 2rem; border: 1px solid var(--gold);
}
.article-author strong { font-family: var(--font-head); color: var(--navy); }
.article-author p { font-size: .9rem; color: var(--muted); margin-top: .25rem; line-height: 1.6; }
.article-nav { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }

/* ---------------- Tour details ---------------- */
.detail-header { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.4rem; align-items: center; margin-bottom: 2.4rem; }
.detail-header img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.detail-info h1 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: .6rem; letter-spacing: -.5px; }
.detail-meta { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1rem 0 1.4rem; font-size: .9rem; color: var(--muted); }
.detail-meta span {
    display: inline-flex; align-items: center; gap: .4rem; padding: .5rem .85rem;
    background: var(--cream); border: 1px solid var(--line); border-radius: 999px; font-size: .85rem;
}
.detail-meta i { color: var(--terra); }
.detail-meta strong { color: var(--navy); }
.price-box { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; margin-top: 1.1rem; }
.price-box .now { font-size: 2rem; font-weight: 700; color: var(--terra); font-family: var(--font-head); }
.price-box .was { text-decoration: line-through; color: var(--muted); }
.highlights-list { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; }
.highlights-list li {
    display: flex; gap: .7rem; align-items: flex-start; font-size: .94rem; padding: .75rem .95rem;
    border: 1px solid var(--line); border-radius: 12px; background: #fff;
}
.highlights-list li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--teal); }
.timeline { position: relative; padding-left: 1.9rem; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 3px; background: var(--line); border-radius: 3px; }
.tl-item { position: relative; margin-bottom: 1.7rem; }
.tl-item::before {
    content: ""; position: absolute; left: -1.9rem; top: 7px; width: 17px; height: 17px;
    border-radius: 50%; background: var(--gold); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--gold);
}
.tl-day { font-family: var(--font-head); font-weight: 700; color: var(--terra); font-size: .82rem; letter-spacing: 1px; text-transform: uppercase; }
.tl-item h4 { margin: .15rem 0 .3rem; font-size: 1.08rem; }
.tl-item p { font-size: .94rem; color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; }
.inc-list li { position: relative; padding-left: 1.6rem; margin-bottom: .55rem; }
.inc-list li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: var(--teal-dark); }
.exc-list li { position: relative; padding-left: 1.6rem; margin-bottom: .55rem; }
.exc-list li::before { content: "\f00d"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: #d64545; }

/* ---------------- Booking card ---------------- */
.book-card { position: sticky; top: 108px; padding: 1.7rem; border-radius: 20px; }
.book-card::before {
    content: "Reserve your place"; display: block; margin: -.3rem 0 1rem;
    font-family: var(--font-head); font-size: .76rem; font-weight: 700;
    letter-spacing: 1.6px; text-transform: uppercase; color: var(--terra);
}
.book-price { display: flex; align-items: baseline; gap: .6rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.book-price strong { font-size: 2.3rem; color: var(--terra); font-family: var(--font-head); letter-spacing: -.5px; }
.book-price del { color: var(--muted); }
.book-note { font-size: .84rem; color: var(--muted); margin: .5rem 0 1rem; line-height: 1.5; }
.book-card .guarantees {
    display: grid; gap: .55rem; margin: 1rem 0 1.35rem; padding: .95rem 1.05rem;
    border-radius: 14px; background: var(--cream); border: 1px solid var(--gold-light);
}
.book-card .guarantees li { display: flex; align-items: center; gap: .55rem; color: var(--ink-2); font-size: .86rem; }
.book-card .guarantees li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--teal-dark); }
.book-card .form-group { margin-bottom: .9rem; }
.book-card .form-control { min-height: 48px; border-radius: 12px; background: #fff; }
.book-card textarea.form-control { min-height: 108px; }
.book-card .btn { min-height: 52px; }
.book-card .form-row { gap: .8rem; }
.book-card .form-control.invalid { border-color: #d64545; box-shadow: 0 0 0 3px rgba(214,69,69,.12); }
.field-error { color: #b02a2a; font-size: .78rem; margin-top: .25rem; display: none; }
.book-help { margin-top: 2.4rem; background: linear-gradient(145deg, var(--navy-2), var(--navy)); border: 0; color: #fff; }
.book-help .widget-title { color: #fff; border-bottom-color: rgba(255,255,255,.18); }
.book-help .widget-title::after { background: var(--terra); }
.book-help .help-intro { color: rgba(255,255,255,.78); font-size: .92rem; line-height: 1.6; margin-bottom: 1.1rem; }
.book-help .help-row { display: flex; align-items: center; gap: .65rem; color: #fff; font-size: .93rem; font-weight: 600; margin-bottom: .7rem; }
.book-help .help-row i { width: 32px; height: 32px; flex: 0 0 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.12); color: var(--gold-light); font-size: .9rem; }
.book-help .btn { margin-top: .8rem; }

/* ---------------- Tour gallery ---------------- */
.tour-gallery {
    display: grid; grid-template-columns: minmax(0, 1.9fr) repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(145px, 1fr)); gap: .8rem; margin: 0 0 2.4rem; min-width: 0;
}
.tour-gallery .g-item,
.tour-gallery .g-item:first-child {
    grid-column: auto; grid-row: auto; min-width: 0; min-height: 0; aspect-ratio: auto;
    border-radius: 18px; background: var(--cream-2); box-shadow: 0 10px 24px rgba(6,34,60,.09);
    position: relative; overflow: hidden; cursor: pointer;
}
.tour-gallery .g-item:first-child { grid-column: 1; grid-row: 1 / span 2; }
.tour-gallery .g-item::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,34,60,0) 55%, rgba(6,34,60,.22));
    opacity: 0; transition: opacity .25s; pointer-events: none;
}
.tour-gallery .g-item:hover::after { opacity: 1; }
.tour-gallery .g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tour-gallery .g-item:hover img { transform: scale(1.06); }
.tour-gallery .g-count { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: .5rem; background: rgba(6,34,60,.62); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1rem; cursor: pointer; }
.tour-gallery .g-count::before { content: "\f03e"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: .85rem; }
.tour-gallery .g-item:hover .g-count { background: rgba(6,34,60,.48); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; background: rgba(6,34,60,.94); padding: 1.25rem; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 84vh; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lb-close {
    position: absolute; top: 18px; right: 22px; width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,.16); color: #fff; border: 0; font-size: 1.4rem;
    cursor: pointer; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(8px);
}
.lb-close:hover { background: var(--terra); }
.lb-prev, .lb-next {
    position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px;
    border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; border: 0; font-size: 1.3rem; cursor: pointer;
}
.lb-prev { left: 16px; } .lb-next { right: 16px; }
.lb-prev:hover, .lb-next:hover { background: var(--terra); }
.lb-counter { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: #fff; font-size: .9rem; font-family: var(--font-head); padding: .35rem .7rem; border-radius: 999px; background: rgba(0,0,0,.35); }

/* ---------------- Tour facts ---------------- */
.tour-facts {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 1rem;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.5rem; box-shadow: var(--shadow); margin-bottom: 2rem;
}
.fact-item { display: flex; gap: .8rem; align-items: flex-start; }
.fact-item .f-icon {
    flex: 0 0 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    font-size: 1.15rem; background: var(--cream-2); border: 1px solid var(--gold-light);
}
.fact-item .f-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .8px; color: var(--muted); font-family: var(--font-head); font-weight: 700; }
.fact-item .f-value { font-size: .92rem; font-weight: 700; color: var(--navy); font-family: var(--font-head); }

/* ---------------- Tabs ---------------- */
.tab-nav {
    display: flex; flex-wrap: wrap; gap: .25rem; margin-bottom: 2rem;
    border: 1px solid var(--line); border-radius: 14px; padding: .35rem; background: #fff;
}
.tab-btn {
    padding: .7rem 1.05rem; border: 0; background: none; cursor: pointer;
    font-family: var(--font-head); font-weight: 600; font-size: .94rem;
    color: var(--muted); border-radius: 10px; transition: all .2s;
}
.tab-btn:hover { color: var(--navy); }
.tab-btn.active { background: var(--cream-2); color: var(--terra); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeIn .35s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ---------------- Tour detail prose ---------------- */
.tour-overview p { font-size: 1rem; color: var(--ink-2); margin-bottom: 1rem; line-height: 1.8; }
.tour-detail-block { margin-bottom: 2rem; }
.tour-detail-block h2 { font-size: 1.3rem; margin-bottom: .8rem; }
.detail-section-nav {
    position: sticky; top: 102px; z-index: 4; display: flex; flex-wrap: wrap; gap: .35rem;
    margin: 1.5rem 0 2.1rem; padding: .35rem; background: rgba(255,255,255,.95);
    border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 20px rgba(6,34,60,.08);
    backdrop-filter: blur(8px);
}
.detail-section-nav a { padding: .55rem .85rem; border-radius: 9px; color: var(--ink-2); font-family: var(--font-head); font-size: .84rem; font-weight: 700; }
.detail-section-nav a:hover { background: var(--cream-2); color: var(--terra); }
.detail-section { scroll-margin-top: 124px; padding: 1.8rem 0 2.1rem; border-bottom: 1px solid var(--line); }
.detail-section:last-of-type { border-bottom: 0; }
.detail-section-title { margin: 0 0 1rem; color: var(--navy); font-size: clamp(1.35rem, 3vw, 1.8rem); letter-spacing: -.4px; }
.detail-section .tour-overview p:last-child { margin-bottom: 0; }

/* ---------------- Prose ---------------- */
.prose { max-width: 820px; overflow-wrap: break-word; }
.prose h2 { font-family: var(--font-head); font-size: 1.4rem; margin: 1.7rem 0 .75rem; color: var(--navy); }
.prose h3 { font-size: 1.15rem; margin: 1.4rem 0 .55rem; }
.prose p, .prose li { color: var(--ink-2); margin-bottom: .85rem; line-height: 1.85; }
.prose ul { list-style: disc; padding-left: 1.4rem; }
.prose ol { list-style: decimal; padding-left: 1.4rem; }
.prose blockquote { border-left: 4px solid var(--gold); background: var(--cream); padding: 1rem 1.2rem; border-radius: 0 12px 12px 0; font-style: italic; margin: 1.2rem 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.2rem 0 1.6rem; font-size: .92rem; overflow: hidden; border-radius: 12px; }
.prose thead th { background: var(--navy); color: var(--gold-light); text-align: left; font-family: var(--font-head); font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
.prose th, .prose td { padding: .7rem .8rem; border: 1px solid var(--line); vertical-align: top; }
.prose tbody tr:nth-child(even) { background: var(--cream); }
.prose tbody tr:hover { background: var(--sky-soft); }
.table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1.2rem 0 1.6rem; }
.table-wrap table { margin: 0; }

/* ---------------- Pagination / chips / empty ---------------- */
.pagination { display: flex; gap: .5rem; justify-content: center; margin-top: 2.6rem; }
.pagination a, .pagination span {
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
    border-radius: 10px; border: 1px solid var(--line); color: var(--ink-2);
    font-weight: 700; font-family: var(--font-head); background: #fff;
}
.pagination a:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.pagination .current { background: var(--terra); color: #fff; border-color: var(--terra); }
.filter-bar { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.chip {
    padding: .5rem 1.25rem; border-radius: 999px; border: 1.5px solid var(--line); background: #fff;
    cursor: pointer; font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--ink-2);
    transition: all .2s;
}
.chip:hover { border-color: var(--teal); color: var(--teal-dark); }
.chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.empty { text-align: center; padding: 3.5rem 1rem; color: var(--muted); }
.empty .big { font-size: 3rem; margin-bottom: .5rem; }

/* ---------------- FAQ ---------------- */
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; margin-bottom: .85rem; overflow: hidden; transition: box-shadow .25s; }
.faq-item:hover { box-shadow: var(--shadow); }
.faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    background: none; border: 0; cursor: pointer; text-align: left;
    padding: 1.2rem 1.4rem; font-family: var(--font-head); font-weight: 600;
    font-size: 1rem; color: var(--navy); transition: color .2s;
}
.faq-q:hover { color: var(--terra); }
.faq-icon {
    flex: 0 0 30px; height: 30px; border-radius: 50%; background: var(--cream-2);
    display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
    color: var(--terra); transition: transform .3s, background .3s;
    border: 1px solid var(--gold);
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--terra); color: #fff; border-color: var(--terra); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; padding: 0 1.4rem; color: var(--muted); font-size: .95rem; line-height: 1.8; }
.faq-item.open .faq-a { max-height: 600px; padding-bottom: 1.25rem; }
.faq-item.open { border-color: var(--gold-light); box-shadow: 0 12px 28px rgba(6,34,60,.10); }

/* ---------------- About (mission / milestones) ---------------- */
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin-top: 3rem; }
.mv-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 2rem 1.9rem; transition: all .3s; box-shadow: var(--shadow);
}
.mv-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.mv-icon { width: 68px; height: 68px; border-radius: 50%; background: var(--cream-2); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 1.1rem; border: 1.5px solid var(--gold); }
.mv-card:nth-child(2) .mv-icon { background: var(--sky-soft); border-color: var(--teal-light); }
.mv-card h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.mv-card p { font-size: .94rem; color: var(--muted); line-height: 1.7; }
.milestones { position: relative; max-width: 920px; margin: 0 auto; padding-left: 2.4rem; }
.milestones::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 3px; background: var(--line); border-radius: 3px; }
.milestone { position: relative; margin-bottom: 2rem; padding: 1.4rem 1.6rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.milestone::before {
    content: ""; position: absolute; left: -2.4rem; top: 1.8rem; width: 17px; height: 17px;
    border-radius: 50%; background: var(--gold); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--gold);
}
.ms-year { display: inline-block; background: var(--navy); color: var(--gold-light); font-family: var(--font-head); font-weight: 700; padding: .2rem 1rem; border-radius: 999px; font-size: .8rem; margin-bottom: .55rem; letter-spacing: .5px; }
.milestone h3 { font-size: 1.12rem; margin-bottom: .35rem; }
.milestone p { font-size: .94rem; color: var(--muted); }

/* ---------------- Contact ---------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.2rem; align-items: start; }
.info-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem 0; border-bottom: 1px dashed var(--line); }
.info-card:last-child { border-bottom: 0; }
.info-icon { flex: 0 0 50px; height: 50px; border-radius: 14px; background: var(--cream-2); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; border: 1px solid var(--gold-light); }
.info-card h4 { font-family: var(--font-head); font-size: 1rem; margin-bottom: .2rem; color: var(--navy); }
.info-card p { color: var(--muted); font-size: .92rem; line-height: 1.6; }
.whatsapp-contact-card .info-icon { color: #1da851; background: #e9f9ef; border-color: #b7ecd2; }

/* ---------------- Tailor-made ---------------- */
.tailor-hero {
    padding: 5rem 0 6.4rem; color: #fff; text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(240,196,143,.20), transparent 36%),
        linear-gradient(135deg, var(--navy-2), var(--navy));
    position: relative; overflow: hidden;
}
.tailor-hero::before {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(167,119,57,.12) 1.5px, transparent 1.5px);
    background-size: 28px 28px;
}
.tailor-hero .container { max-width: 780px; position: relative; }
.tailor-hero .eyebrow { color: var(--gold-light); }
.tailor-hero .eyebrow::before { background: var(--terra); }
.tailor-hero h1 { color: #fff; font-size: clamp(2.3rem, 5vw, 3.8rem); letter-spacing: -.8px; margin-bottom: .9rem; }
.tailor-hero p { max-width: 620px; margin: 0 auto; color: rgba(255,255,255,.8); font-size: 1.05rem; line-height: 1.75; }
.tailor-section { margin-top: -4.2rem; position: relative; z-index: 2; }
.tailor-container { max-width: 820px; }
.tailor-card { padding: clamp(1.4rem, 5vw, 2.5rem); background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-lg); }
.tailor-stepper { display: flex; justify-content: space-between; gap: .5rem; margin: 0 0 2.5rem; position: relative; }
.tailor-stepper::before { content: ""; position: absolute; top: 16px; left: 7%; right: 7%; height: 2px; background: var(--line); }
.tailor-step-dot { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: .45rem; flex: 1; color: var(--muted); }
.tailor-step-dot span { width: 33px; height: 33px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--line); border-radius: 50%; background: #fff; font-family: var(--font-head); font-size: .78rem; font-weight: 800; }
.tailor-step-dot small { font-family: var(--font-head); font-size: .68rem; font-weight: 700; text-align: center; letter-spacing: .4px; text-transform: uppercase; }
.tailor-step-dot.active span, .tailor-step-dot.done span { background: var(--terra); border-color: var(--terra); color: #fff; }
.tailor-step-dot.active small, .tailor-step-dot.done small { color: var(--navy); }
.tailor-step { display: none; animation: fadeIn .3s ease; }
.tailor-step.active { display: block; }
.tailor-step h2 { margin: .35rem 0 .35rem; font-size: clamp(1.5rem, 3vw, 2rem); }
.tailor-hint { margin: 0 0 1.7rem; color: var(--muted); }
.tailor-step fieldset { margin: 0 0 1.7rem; border: 0; padding: 0; }
.tailor-step legend { margin-bottom: .75rem; color: var(--navy); font-family: var(--font-head); font-size: .9rem; font-weight: 700; }
.tailor-step legend span, .tailor-step label span { color: var(--muted); font-size: .8rem; font-weight: 400; }
.tailor-chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.tailor-chip-input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.tailor-chip {
    display: inline-flex; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px;
    background: #fff; color: var(--ink-2); cursor: pointer; font-family: var(--font-head);
    font-size: .84rem; transition: all .2s;
}
.tailor-chip:hover { border-color: var(--terra); color: var(--terra); }
.tailor-chip-input:checked + .tailor-chip { background: var(--terra); border-color: var(--terra); color: #fff; }
.tailor-chip-input:focus-visible + .tailor-chip { outline: 3px solid rgba(117,76,37,.35); outline-offset: 2px; }
.tailor-checkbox { display: flex; align-items: center; gap: .5rem; margin: -1rem 0 1.6rem; color: var(--ink-2); font-size: .88rem; }
.tailor-checkbox input { accent-color: var(--terra); }
.tailor-nav { display: flex; justify-content: space-between; gap: .8rem; margin-top: 2rem; padding-top: 1.35rem; border-top: 1px solid var(--line); }
.tailor-nav button[disabled] { opacity: .45; cursor: not-allowed; }
.tailor-review { list-style: none; padding: 0; margin: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.tailor-review li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; border-bottom: 1px dashed var(--line); font-size: .86rem; }
.tailor-review li:last-child { border-bottom: 0; }
.tailor-review li span { color: var(--muted); }
.tailor-review li strong { color: var(--navy); text-align: right; }
.tailor-confirm { text-align: center; padding-block: 4rem; }
.tailor-confirm-mark { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; border-radius: 50%; background: #e6f9ef; color: var(--teal-dark); font-size: 1.5rem; }
.tailor-confirm h2 { margin-bottom: .5rem; }
.tailor-confirm p { margin: 0 auto 1.5rem; color: var(--muted); max-width: 480px; }

/* ---------------- Footer ---------------- */
.ehg-footer {
    font-family: var(--font-body);
    width: 100%; background: var(--navy-2); color: rgba(255,255,255,.72);
    line-height: 1.7; margin-top: 3.5rem; overflow: hidden;
}
.ehg-footer a { color: inherit; transition: color .3s ease; }
.ehg-footer .container { width: min(1200px, 92%); padding: 0; }
.footer-cta {
    background:
        radial-gradient(circle at 10% 20%, rgba(240,196,143,.20), transparent 32%),
        radial-gradient(circle at 90% 80%, rgba(240,196,143,.18), transparent 36%),
        linear-gradient(120deg, var(--navy), var(--navy-2));
    color: #fff; border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-cta-inner { min-height: 205px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.8rem 0; }
.footer-eyebrow { display: block; margin-bottom: .6rem; color: var(--gold-light); font-family: var(--font-head); font-size: .76rem; font-weight: 700; letter-spacing: 2.2px; text-transform: uppercase; }
.footer-cta h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.2rem); letter-spacing: -.4px; margin-bottom: .5rem; }
.footer-cta p { color: rgba(255,255,255,.8); max-width: 560px; }
.footer-cta-actions { display: flex; flex-wrap: wrap; gap: .7rem; flex: 0 0 auto; }
.footer-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
    min-height: 48px; padding: .75rem 1.2rem; border-radius: 999px;
    font-family: var(--font-head); font-weight: 700; font-size: .88rem; transition: transform .2s, background .2s, color .2s;
}
.footer-btn:hover { transform: translateY(-2px); }
.ehg-footer .footer-btn-light { background: var(--terra); color: #fff !important; box-shadow: 0 8px 18px rgba(117,76,37,.35); }
.footer-btn-light:hover { background: var(--terra-dark); }
.footer-btn-outline { border: 1.5px solid rgba(255,255,255,.5); color: #fff; }
.footer-btn-outline:hover { background: rgba(255,255,255,.12); }
.footer-main { padding: 4.2rem 0 3rem; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.35fr; gap: clamp(1.5rem, 4vw, 3.6rem); padding: 0; }
.footer-logo { display: inline-flex; align-items: center; gap: .7rem; color: #fff !important; font-family: var(--font-head); font-size: 1.35rem; font-weight: 700; letter-spacing: -.3px; margin-bottom: 1.1rem; }
.footer-logo-image { width: 46px; height: 46px; object-fit: cover; border-radius: 12px; background: var(--cream); padding: 2px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.35)); }
.ehg-footer .footer-brand .tagline { max-width: 340px; margin-bottom: 1.3rem; color: rgba(255,255,255,.66); line-height: 1.8; font-size: .92rem; }
.footer-trust { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.4rem; }
.footer-trust span { display: inline-flex; align-items: center; gap: .45rem; padding: .35rem .7rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.7); font-size: .74rem; }
.footer-trust i { color: var(--gold-light); }
.ehg-footer .footer-brand .social-icons { display: flex; gap: .55rem; flex-wrap: wrap; }
.ehg-footer .footer-brand .social-icons a {
    display: flex; align-items: center; justify-content: center; width: 38px; height: 38px;
    border-radius: 50%; background: rgba(255,255,255,.07); color: rgba(255,255,255,.8);
    font-size: 1rem; transition: all .3s; border: 1px solid rgba(255,255,255,.1);
}
.ehg-footer .footer-brand .social-icons a:hover { background: var(--terra); color: #fff; transform: translateY(-3px); border-color: var(--terra); box-shadow: 0 6px 16px rgba(117,76,37,.45); }
.ehg-footer .footer-brand .social-icons a i { font-size: 1rem; }
.ehg-footer .footer-links h4, .ehg-footer .footer-contact h4 {
    font-size: .78rem; font-weight: 700; color: #fff; margin-bottom: 1.2rem;
    letter-spacing: 1.6px; text-transform: uppercase; font-family: var(--font-head);
}
.ehg-footer .footer-links ul li { margin-bottom: .7rem; }
.ehg-footer .footer-links ul li a { font-size: .9rem; color: rgba(255,255,255,.66); display: inline-block; position: relative; }
.ehg-footer .footer-links ul li a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--gold); transition: width .3s ease; }
.ehg-footer .footer-links ul li a:hover { color: #fff; }
.ehg-footer .footer-links ul li a:hover::after { width: 100%; }
.ehg-footer .footer-contact .contact-item { display: flex; align-items: flex-start; gap: .7rem; margin-bottom: .85rem; font-size: .87rem; color: rgba(255,255,255,.66); line-height: 1.55; }
.ehg-footer .footer-contact .contact-item .icon { flex-shrink: 0; width: 22px; text-align: center; color: var(--gold-light); font-size: .95rem; margin-top: 2px; }
.ehg-footer .footer-contact .contact-item a { color: rgba(255,255,255,.8); }
.ehg-footer .footer-contact .contact-item a:hover { color: var(--gold-light); }
.footer-bottom { min-height: 70px; padding: 1.3rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .8rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .8rem; }
.ehg-footer .footer-bottom .copyright { color: rgba(255,255,255,.5); }
.ehg-footer .footer-bottom .copyright span { color: var(--gold-light); }
.ehg-footer .footer-bottom .legal-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.ehg-footer .footer-bottom .legal-links a { color: rgba(255,255,255,.5); }
.ehg-footer .footer-bottom .legal-links a:hover { color: var(--gold-light); }
.ehg-footer .footer-bottom .divider { color: rgba(255,255,255,.3); }
.back-to-top { display: inline-flex; align-items: center; gap: .4rem; color: rgba(255,255,255,.7) !important; font-family: var(--font-head); font-weight: 700; }
.back-to-top:hover { color: var(--gold-light) !important; }

/* ---------------- WhatsApp float ---------------- */
.whatsapp-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 90; display: inline-flex; align-items: center; gap: .55rem; color: #fff !important; filter: drop-shadow(0 8px 16px rgba(6,34,60,.25)); }
.whatsapp-float-label { max-width: 0; overflow: hidden; opacity: 0; white-space: nowrap; padding: .55rem 0; border-radius: 999px 0 0 999px; background: #1da851; font-family: var(--font-head); font-size: .78rem; font-weight: 700; transition: max-width .25s ease, opacity .25s ease, padding .25s ease; }
.whatsapp-float:hover .whatsapp-float-label, .whatsapp-float:focus-visible .whatsapp-float-label { max-width: 110px; opacity: 1; padding: .55rem .75rem .55rem .9rem; }
.whatsapp-float-icon { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #1da851; font-size: 1.75rem; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover .whatsapp-float-icon, .whatsapp-float:focus-visible .whatsapp-float-icon { transform: scale(1.07); background: #178d44; }

/* ---------------- Motion ---------------- */
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}

/* ---------------- Responsive ---------------- */
@media (max-width: 1024px) {
    .detail-header, .layout-2col, .contact-grid, .two-col, .about-home-grid { grid-template-columns: 1fr; }
    .about-emblem { order: -1; margin-bottom: 1rem; }
    .layout-2col { grid-template-columns: minmax(0, 1fr) 330px; gap: 1.6rem; }
    .book-card { position: static; }
    .footer-grid, .ehg-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .tour-gallery { grid-template-columns: repeat(3, 1fr); }
    .trust-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    html { scroll-padding-top: 90px; }
    .ehg-footer { margin-top: 0; }
    .nav-toggle { display: block; }
    .nav-toggle.open span { background: var(--terra); }
    .main-nav {
        position: absolute; top: 100%; left: 0; right: 0; background: var(--cream);
        flex-direction: column; align-items: stretch; padding: 1rem 1.2rem;
        border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
        display: none;
    }
    .main-nav.open { display: flex; }
    .main-nav ul { flex-direction: column; align-items: stretch; gap: .15rem; }
    .main-nav ul a { padding: .8rem .9rem; font-size: .95rem; }
    .main-nav ul a::after { display: none; }
    .main-nav ul a.active { background: var(--cream-2); }
    .nav-cta { margin: .7rem 0 0; }
    .search-bar { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid, .ehg-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
    .ehg-footer .footer-brand, .ehg-footer .footer-contact { grid-column: 1 / -1; }
    .highlights-list { grid-template-columns: 1fr; }
    .hero { min-height: auto; }
    .hero-content { padding: 3.4rem 0; }
    .trust-strip { margin-top: -2.2rem; }
    .layout-2col { grid-template-columns: 1fr; }
    .layout-2col > .blog-main,
    .layout-2col > .blog-article,
    .layout-2col > .blog-sidebar { grid-column: 1; grid-row: auto; }
    .blog-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
    .blog-sidebar .widget { margin-bottom: 0; }
    .book-card { position: static; }
    .mv-grid { grid-template-columns: 1fr; }
    body { overflow-x: hidden; }
    .layout-2col, .layout-2col > * { min-width: 0; }
    .tour-gallery { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; grid-auto-flow: row; }
    .tour-gallery .g-item:first-child { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 10; }
    .tour-gallery .g-item { min-width: 0; min-height: 0; aspect-ratio: 4 / 3; }
    .detail-section-nav { top: 82px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
    .detail-section-nav::-webkit-scrollbar { display: none; }
    .detail-section-nav a { flex: 0 0 auto; white-space: nowrap; }
    .detail-section { scroll-margin-top: 104px; }
    .footer-cta-inner { min-height: 0; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 1.1rem; padding: 2.6rem 1rem 2.8rem !important; }
    .footer-cta-inner p { margin-inline: auto; }
    .footer-cta h2 { max-width: 24rem; margin-inline: auto; font-size: clamp(1.55rem, 7vw, 2rem); line-height: 1.2; }
    .footer-cta p { max-width: 24rem; font-size: .96rem; line-height: 1.65; }
    .footer-cta-actions { width: min(100%, 360px); justify-content: center; flex-direction: column; align-items: stretch; height: auto; }
    .footer-cta-actions > .footer-btn { flex: 0 0 52px; width: 100%; min-height: 52px; height: 52px; max-height: 64px; padding: .75rem 1rem; line-height: 1.2; }
    .ehg-footer .footer-main { padding: 3rem 0 2.2rem; }
    .ehg-footer .footer-bottom { justify-content: center; text-align: center; }
    .section { padding: 3.4rem 0; }
    .page-banner { padding: 2.8rem 0; }
    .sec-head { flex-direction: column; align-items: flex-start; }
    .topbar-contact a[href^="mailto:"] { display: none; }
    .tab-nav { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .tab-nav::-webkit-scrollbar { display: none; }
    .tab-btn { flex: 0 0 auto; white-space: nowrap; }
    .milestones { padding-left: 1.7rem; }
    .milestone::before { left: -1.7rem; }
    .tour-facts { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .prose { font-size: .98rem; }
    .article-author { padding: 1.15rem; }
    .whatsapp-float { right: 1rem; bottom: 1rem; }
    .whatsapp-float-label { display: none; }
    .whatsapp-float-icon { width: 50px; height: 50px; font-size: 1.6rem; }
}
@media (max-width: 560px) {
    .tailor-hero { padding: 3.4rem 0 5.2rem; }
    .tailor-section { margin-top: -3.2rem; }
    .tailor-stepper { gap: .2rem; }
    .tailor-step-dot small { display: none; }
    .tailor-stepper::before { top: 16px; }
    .tailor-review li { flex-direction: column; gap: .2rem; }
    .tailor-review li strong { text-align: left; }
}
@media (max-width: 480px) {
    .brand-logo { width: 42px; height: 42px; }
    .brand-name { font-size: 1.05rem; }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-item { justify-content: flex-start; }
    .page-banner h1 { font-size: 1.7rem; }
    .hero h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
    .hero p { font-size: 1rem; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-stats { gap: 1.6rem; }
    .stats-grid { gap: 1.2rem; }
    .stat-num { font-size: 2rem; }
    .section { padding: 2.8rem 0; }
    .sec-head { margin-bottom: 1.8rem; }
    .blog-sidebar { grid-template-columns: 1fr; }
    .detail-meta { gap: .45rem; }
    .detail-meta span { width: 100%; border-radius: 10px; }
    .book-card { padding: 1.3rem; }
    .tour-gallery { gap: .55rem; }
    .tour-gallery .g-item:first-child { border-radius: 14px; }
    .tour-gallery .g-item { border-radius: 12px; }
    .tour-price strong { font-size: 1.2rem; }
    .tour-facts { grid-template-columns: 1fr 1fr; gap: .8rem; padding: 1.05rem; }
    .cta-band { padding: 2.4rem 1.4rem; }
    .footer-cta-inner { padding: 2.2rem 1rem 2.4rem !important; gap: 1rem; }
    .footer-cta h2 { font-size: 1.55rem; }
    .ehg-footer .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
    .ehg-footer .footer-brand, .ehg-footer .footer-contact { grid-column: auto; }
    .footer-cta-actions { width: min(100%, 320px); flex-direction: column; align-items: stretch; height: auto; }
    .footer-cta-actions > .footer-btn { width: 100%; min-height: 52px; height: 52px; max-height: 64px; flex: 0 0 52px; padding: .75rem 1rem; line-height: 1.2; }
    .ehg-footer .footer-bottom { flex-direction: column; gap: .7rem; }
    .topbar-contact { width: 100%; justify-content: center; }
    .topbar-left { width: 100%; justify-content: center; }
    .topbar-links { margin-inline: auto; }
    .widget { padding: 1.2rem; }
    .pagination a, .pagination span { width: 38px; height: 38px; }
}
