/* Mukadder Turizm - Premium Hac & Umre Theme */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --primary: #064D2E;
    --primary-light: #0D7A4E;
    --primary-dark: #032818;
    --gold: #C9A227;
    --gold-light: #E8C547;
    --gold-dark: #9A7B1A;
    --accent: #1A4A6E;
    --white: #FFFFFF;
    --cream: #FAF8F3;
    --sand: #F0EBE0;
    --text: #1C2B28;
    --text-muted: #5A6B66;
    --border: rgba(6, 77, 46, 0.12);
    --shadow: 0 4px 24px rgba(6, 77, 46, 0.08);
    --shadow-lg: 0 20px 60px rgba(6, 77, 46, 0.15);
    --radius: 16px;
    --radius-sm: 10px;
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
    --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--cream);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========== TOP BAR ========== */
.top-bar {
    background: var(--primary-dark);
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding: 10px 0;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.top-bar a { color: var(--gold-light); }
.top-bar a:hover { color: var(--white); }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 20px; }
.top-bar i { color: var(--gold); margin-right: 6px; }

/* ========== HEADER ========== */
.site-header {
    background: var(--white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
}

.site-header > .container {
    position: relative;
}

.site-header.scrolled {
    box-shadow: var(--shadow-lg);
}

.site-header.scrolled .logo img {
    height: 78px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 24px;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo img {
    height: 96px;
    width: auto;
    max-width: 320px;
    object-fit: contain;
    transition: var(--transition);
}

.page-home .top-bar {
    display: none;
}

.page-home .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 252, 247, 0.97) 0%,
        rgba(255, 252, 247, 0.82) 55%,
        rgba(255, 252, 247, 0) 100%
    );
    box-shadow: none;
    border: none;
    backdrop-filter: blur(6px);
}

.page-home .site-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(10px);
}

.page-home .site-header:not(.scrolled) .header-inner {
    padding: 12px 0;
    min-height: 104px;
    align-items: center;
}

.page-home .site-header:not(.scrolled) .logo {
    height: 96px;
    align-items: center;
}

.page-home .site-header:not(.scrolled) .logo img {
    height: 96px;
    max-width: 300px;
    filter: none;
}

.page-home .site-header.scrolled .logo img {
    height: 88px;
    max-width: 280px;
    filter: none;
}

.page-home .site-header:not(.scrolled) .main-nav .mobile-nav-body > a,
.page-home .site-header:not(.scrolled) .nav-dropdown-toggle {
    color: var(--primary-dark);
    text-shadow: none;
}

.page-home .site-header:not(.scrolled) .main-nav .mobile-nav-body > a:hover,
.page-home .site-header:not(.scrolled) .main-nav .mobile-nav-body > a.active,
.page-home .site-header:not(.scrolled) .nav-dropdown-toggle:hover,
.page-home .site-header:not(.scrolled) .nav-dropdown.active .nav-dropdown-toggle {
    color: var(--primary);
    background: rgba(6, 77, 46, 0.08);
}

.page-home .site-header:not(.scrolled) .nav-dropdown-menu {
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
}

.page-home .site-header:not(.scrolled) .nav-dropdown-menu a {
    color: var(--text);
    text-shadow: none;
}

.page-home .site-header:not(.scrolled) .nav-dropdown-menu a:hover,
.page-home .site-header:not(.scrolled) .nav-dropdown-menu a.active {
    color: var(--primary);
    background: var(--sand);
}

.page-home .site-header:not(.scrolled) .mobile-toggle {
    color: var(--primary-dark);
}

.page-home .hero-slider {
    height: 100dvh;
    min-height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
}

.page-home .hero-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: linear-gradient(
        to bottom,
        rgba(255, 252, 247, 0.55) 0%,
        rgba(255, 252, 247, 0.2) 50%,
        transparent 100%
    );
    z-index: 6;
    pointer-events: none;
}

.page-home .hero-slide-overlay {
    background: linear-gradient(
        to bottom,
        rgba(255, 252, 247, 0.72) 0%,
        rgba(250, 248, 243, 0.35) 14%,
        rgba(3, 40, 24, 0.12) 38%,
        rgba(3, 40, 24, 0.45) 68%,
        rgba(3, 40, 24, 0.88) 100%
    );
}

.page-home .hero-slide-content {
    padding-top: 112px;
    padding-bottom: 72px;
}

.page-home .hero-scroll-hint {
    display: none;
}

@media (min-width: 769px) {
    .page-home .hero-progress {
        display: none;
    }
}

.page-home .hero-dots {
    bottom: 28px;
}

.page-home .home-quick-nav {
    padding-top: 0;
}

.logo:hover img {
    transform: scale(1.03);
}

.main-nav { display: flex; align-items: center; gap: 8px; }

@media (min-width: 769px) {
    .site-header > .container > .main-nav {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        width: max-content;
        max-width: min(58vw, 720px);
        justify-content: center;
    }

    .main-nav .nav-mobile-only {
        display: none !important;
    }
}

/* Masaüstünde Blog vb. gizli menüler — mobil menüde göster */

.main-nav .mobile-nav-head { display: none; }

.main-nav .mobile-nav-body { display: contents; }

.main-nav .mobile-nav-call { display: none; }

.main-nav a {
    padding: 10px 18px;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text);
    border-radius: var(--radius-sm);
    position: relative;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--primary);
    background: rgba(6, 77, 46, 0.06);
}

.nav-dropdown { position: relative; }

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text);
    background: transparent;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: var(--transition);
}

.nav-dropdown-toggle i {
    font-size: 0.7rem;
    transition: transform 0.25s ease;
}

.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown.active .nav-dropdown-toggle,
.nav-dropdown.open .nav-dropdown-toggle {
    color: var(--primary);
    background: rgba(6, 77, 46, 0.06);
}

.nav-dropdown:hover .nav-dropdown-toggle i,
.nav-dropdown.open .nav-dropdown-toggle i {
    transform: rotate(180deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: var(--transition);
    z-index: 200;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-menu a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    white-space: nowrap;
}

.nav-dropdown-menu a.active,
.nav-dropdown-menu a:hover {
    background: rgba(6, 77, 46, 0.08);
    color: var(--primary);
}

.info-toc a.active {
    color: var(--primary);
    font-weight: 700;
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    color: var(--white);
    box-shadow: 0 4px 20px rgba(6, 77, 46, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(6, 77, 46, 0.4);
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: var(--primary-dark);
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.35);
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 162, 39, 0.5);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.btn-outline:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-lg {
    padding: 16px 36px;
    font-size: 1rem;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
}

.btn-whatsapp:hover { background: #1da851; transform: translateY(-2px); }

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--primary);
    cursor: pointer;
    padding: 8px;
    line-height: 1;
}

.mobile-toggle .fa-times { display: none; }

.mobile-toggle.active .fa-bars { display: none; }

.mobile-toggle.active .fa-times { display: inline-block; }

/* ========== HERO SLIDER ========== */
.hero-slider {
    position: relative;
    width: 100%;
    height: min(88vh, 780px);
    min-height: 480px;
    overflow: hidden;
    background: var(--primary-dark);
}

.hero-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
    z-index: 1;
    pointer-events: none;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    pointer-events: auto;
}

.hero-slide-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 8s ease-out;
}

.hero-slide.active .hero-slide-bg img {
    transform: scale(1);
}

.hero-slide-fallback {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide-fallback-1 {
    background: linear-gradient(135deg, #032818 0%, #064D2E 40%, #1A4A6E 100%);
}

.hero-slide-fallback-2 {
    background: linear-gradient(135deg, #1A4A6E 0%, #064D2E 50%, #032818 100%);
}

.hero-slide-fallback-3 {
    background: linear-gradient(135deg, #064D2E 0%, #9A7B1A 30%, #032818 100%);
}

.hero-slide-fallback::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E8C547' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(3, 40, 24, 0.88) 0%, rgba(3, 40, 24, 0.55) 45%, rgba(3, 40, 24, 0.25) 100%),
        linear-gradient(to top, rgba(3, 40, 24, 0.7) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.hero-slide-content {
    position: relative;
    z-index: 15;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 72px;
}

.hero-slide-inner {
    max-width: 680px;
    color: var(--white);
    animation: slideUp 0.9s ease both;
}

.hero-slide:not(.active) .hero-slide-inner {
    animation: none;
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232, 197, 71, 0.15);
    border: 1px solid rgba(232, 197, 71, 0.35);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--gold-light);
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
}

.hero-slide-inner h1,
.hero-slide-inner h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.hero-slide-inner p {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    opacity: 0.92;
    margin-bottom: 32px;
    max-width: 560px;
    line-height: 1.75;
}

.hero-slide-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-btn-light {
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: white !important;
}

.hero-btn-light:hover {
    background: white !important;
    color: var(--primary) !important;
    border-color: white !important;
}

.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.hero-nav:hover {
    background: var(--gold);
    color: var(--primary-dark);
    border-color: var(--gold);
    transform: translateY(-50%) scale(1.08);
}

.hero-nav-prev { left: 24px; }
.hero-nav-next { right: 24px; }

.hero-dots {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: var(--transition);
}

.hero-dot.active,
.hero-dot:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    width: 32px;
}

.hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 10;
}

.hero-progress-bar {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    transition: width 0.1s linear;
}

.hero-scroll-hint {
    position: absolute;
    bottom: 70px;
    right: 40px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: bounce 2s infinite;
}

.hero-scroll-hint i {
    font-size: 0.9rem;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* ========== HERO (legacy - kullanılmıyor) ========== */
.hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--primary-dark);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(3,40,24,0.92) 0%, rgba(6,77,46,0.85) 50%, rgba(26,74,110,0.8) 100%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="p" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="0.5" fill="%23E8C547" opacity="0.15"/></pattern></defs><rect fill="url(%23p)" width="100" height="100"/></svg>');
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E8C547' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 80px 24px;
}

.hero-content { color: var(--white); }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232, 197, 71, 0.15);
    border: 1px solid rgba(232, 197, 71, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--gold-light);
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.hero h2 {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero h2 span { color: var(--gold-light); }

.hero p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 36px;
    max-width: 520px;
}

.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    color: white;
}

.hero-card .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--primary-dark);
    box-shadow: 0 10px 40px rgba(201, 162, 39, 0.4);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.hero-stat {
    text-align: center;
    padding: 16px;
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius-sm);
}

.hero-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: var(--gold-light);
}

.hero-stat span { font-size: 0.8rem; opacity: 0.8; }

/* ========== SECTIONS ========== */
section { padding: 90px 0; }

.section-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 60px;
}

.section-label {
    display: inline-block;
    color: var(--gold-dark);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--primary);
    margin-bottom: 16px;
}

.section-header p { color: var(--text-muted); font-size: 1.05rem; }

.bg-white { background: var(--white); }
.bg-sand { background: var(--sand); }
.bg-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; }

/* ========== FEATURES ========== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-box {
    background: var(--white);
    padding: 32px 24px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    transition: var(--transition);
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--gold);
}

.feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(6,77,46,0.1), rgba(6,77,46,0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary);
}

.feature-box h3 {
    font-size: 1.05rem;
    margin-bottom: 10px;
    color: var(--primary);
}

.feature-box p { font-size: 0.9rem; color: var(--text-muted); }

/* ========== ABOUT ========== */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-image-placeholder {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: var(--gold-light);
}

.about-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: var(--primary-dark);
    padding: 24px 32px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.about-badge strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
}

.about-content h2 {
    font-family: var(--font-display);
    font-size: 2.2rem;
    color: var(--primary);
    margin-bottom: 20px;
}

.about-content p { color: var(--text-muted); margin-bottom: 16px; }

.about-list {
    margin: 24px 0;
}

.about-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-weight: 500;
}

.about-list i { color: var(--gold); }

/* ========== SERVICES ========== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.service-card-image {
    height: 220px;
    position: relative;
    overflow: hidden;
    background: var(--sand);
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.service-card:hover .service-card-image img {
    transform: scale(1.06);
}

.service-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--sand), rgba(6, 77, 46, 0.15));
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.service-image-placeholder-lg {
    min-height: 280px;
    border-radius: var(--radius);
    margin-bottom: 32px;
}

.service-detail-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: var(--radius);
    margin-bottom: 32px;
}

.service-card-body {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card-body h3 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 12px;
}

.service-card-body p {
    color: var(--text-muted);
    font-size: 0.95rem;
    flex: 1;
    margin-bottom: 20px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
}

.service-link:hover { color: var(--gold-dark); gap: 12px; }

/* ========== CTA BANNER ========== */
.cta-banner {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: var(--radius);
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(232, 197, 71, 0.1);
    border-radius: 50%;
}

.cta-banner h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    color: white;
    margin-bottom: 12px;
}

.cta-banner p { color: rgba(255,255,255,0.85); }

/* ========== BLOG ========== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.blog-card-image {
    display: block;
    height: 220px;
    overflow: hidden;
    background: var(--sand);
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}

.blog-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--sand), rgba(6, 77, 46, 0.12));
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.9rem;
}

.blog-detail-image {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: var(--radius);
    margin-bottom: 32px;
}

.blog-image-placeholder.blog-detail-image,
.blog-detail-image.blog-image-placeholder {
    max-height: none;
    min-height: 280px;
    margin-bottom: 32px;
    border-radius: var(--radius);
}

.blog-card-body { padding: 24px; }

.blog-meta {
    display: flex;
    gap: 16px;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.blog-card-body h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    color: var(--primary);
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-card-body p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 16px; }

.read-more {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.read-more:hover { color: var(--gold-dark); }

/* ========== GALLERY ========== */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.gallery-item {
    aspect-ratio: 1;
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }

.gallery-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-light), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    font-size: 2rem;
}

.gallery-item:hover img,
.gallery-item:hover .gallery-placeholder { transform: scale(1.08); }

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 77, 46, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
    color: white;
    font-size: 1.5rem;
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ========== CONTACT ========== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-card {
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid var(--border);
    transition: var(--transition);
}

.contact-card:hover { border-color: var(--gold); }

.contact-card-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-card h4 { color: var(--primary); margin-bottom: 6px; }
.contact-card p, .contact-card a { color: var(--text-muted); font-size: 0.95rem; }
.contact-card a:hover { color: var(--primary); }

.contact-form {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
}

.contact-form h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 24px;
}

#randevu {
    scroll-margin-top: calc(88px + env(safe-area-inset-top, 0px));
}

.form-group { margin-bottom: 20px; }

.form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: var(--text);
}

.form-control {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 0.95rem;
    transition: var(--transition);
    background: var(--cream);
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(6, 77, 46, 0.1);
}

textarea.form-control { min-height: 140px; resize: vertical; }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ========== PAGE HEADER ========== */
.page-header {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    padding: 80px 0 60px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E8C547' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-header .container { position: relative; z-index: 1; }

.page-header h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
    opacity: 0.85;
}

.breadcrumb a:hover { color: var(--gold-light); }

/* ========== DETAIL PAGE ========== */
.detail-content {
    background: var(--white);
    padding: 48px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.detail-content h2 {
    font-family: var(--font-display);
    color: var(--primary);
    margin-bottom: 24px;
}

.detail-content p { margin-bottom: 16px; color: var(--text-muted); line-height: 1.8; }

.detail-content .blog-prose {
    width: 100%;
    max-width: none;
    margin: 0;
}

.blog-prose {
    width: 100%;
    max-width: 100%;
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--text);
}

.blog-prose > *:first-child {
    margin-top: 0;
}

.blog-prose > *:last-child {
    margin-bottom: 0;
}

.blog-prose p {
    margin: 0 0 1.35em;
    color: var(--text);
    line-height: 1.85;
    width: 100%;
    text-align: justify !important;
    text-justify: inter-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.blog-prose p[style*="text-align"] {
    text-align: justify !important;
}

.blog-prose p:empty {
    display: none;
}

.blog-prose h2,
.blog-prose h3,
.blog-prose h4 {
    font-family: var(--font-display);
    color: var(--primary-dark);
    line-height: 1.35;
    margin: 1.75em 0 0.65em;
    font-weight: 700;
    text-align: left;
}

.blog-prose h2 { font-size: 1.55rem; }
.blog-prose h3 { font-size: 1.3rem; }
.blog-prose h4 { font-size: 1.12rem; }

.blog-prose ul,
.blog-prose ol {
    margin: 0 0 1.35em;
    padding-left: 1.4em;
    width: 100%;
}

.blog-prose li {
    margin-bottom: 0.55em;
    line-height: 1.75;
    color: var(--text);
    text-align: justify;
    text-justify: inter-word;
}

.blog-prose li:last-child {
    margin-bottom: 0;
}

.blog-prose blockquote {
    margin: 1.5em 0;
    padding: 1em 1.25em;
    border-left: 4px solid var(--gold);
    background: var(--sand);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    color: var(--text-muted);
    font-style: italic;
    text-align: justify;
    text-justify: inter-word;
}

.blog-prose a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-prose a:hover {
    color: var(--primary-light);
}

.blog-prose strong,
.blog-prose b {
    color: var(--primary-dark);
    font-weight: 700;
}

.blog-prose img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 1.5em 0;
    border-radius: var(--radius-sm);
}

/* ========== FOOTER ========== */
.site-footer {
    background: var(--primary-dark);
    color: rgba(255,255,255,0.8);
    padding-top: 80px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 60px;
}

.footer-brand img { width: 64px; margin-bottom: 16px; }

.footer-brand h3 {
    font-family: var(--font-display);
    color: white;
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.footer-brand p { font-size: 0.9rem; line-height: 1.7; }

.footer h4 {
    color: var(--gold-light);
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-links li { margin-bottom: 12px; }
.footer-links a { font-size: 0.9rem; opacity: 0.85; }
.footer-links a:hover { color: var(--gold-light); opacity: 1; }

.footer-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.9rem;
}

.footer-contact i { color: var(--gold); margin-top: 4px; }

.footer-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-keywords span {
    background: rgba(255,255,255,0.08);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.85rem;
}

.social-links { display: flex; gap: 12px; }

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: var(--transition);
}

.social-links a:hover {
    background: var(--gold);
    color: var(--primary-dark);
}

/* ========== FLOATING BUTTONS (desktop) ========== */
.mobile-action-bar {
    display: none;
}

.floating-actions {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.floating-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: white;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

.floating-btn:hover { transform: scale(1.1); }
.floating-btn.whatsapp { background: #25D366; }
.floating-btn.phone { background: var(--primary); }

@keyframes mobileBarSlideUp {
    from { opacity: 0; transform: translateY(110%); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes mobileActionPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

@keyframes mobileActionRing {
    0% { transform: scale(1); opacity: 0.55; }
    70% { transform: scale(1.45); opacity: 0; }
    100% { transform: scale(1.45); opacity: 0; }
}

@keyframes mobileActionFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes mobileActionShimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes mobileWhatsappBounce {
    0%, 100% { transform: translateY(0); }
    40% { transform: translateY(-3px); }
    60% { transform: translateY(-1px); }
}

/* ========== ALERTS ========== */
.alert {
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    margin-bottom: 20px;
    font-weight: 500;
}

.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

.text-center { text-align: center; }
.mt-4 { margin-top: 2rem; }

/* ========== LIGHTBOX ========== */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.lightbox.active { display: flex; }

.lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: var(--radius-sm);
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid, .blog-grid, .tours-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .hero .container { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .about-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@keyframes mobileNavBackdropIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mobileNavPanelIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes mobileNavItemIn {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 768px) {
    .main-nav, .header-cta .btn-outline { display: none; }
    .main-nav .mobile-nav-body { display: none; }
    .header-cta .btn-primary { display: none; }
    .mobile-toggle { display: block; }

    .hero-slider {
        height: min(85vh, 680px);
        min-height: 460px;
    }

    .page-home .hero-slide-content {
        padding-top: 118px;
    }

    .hero-nav {
        width: 42px;
        height: 42px;
        font-size: 0.85rem;
    }

    .hero-nav-prev { left: 12px; }
    .hero-nav-next { right: 12px; }

    .hero-scroll-hint { display: none; }

    .hero-slide-actions .btn {
        width: 100%;
        justify-content: center;
    }

    body.nav-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
    }

    body.nav-open .site-header .header-inner {
        visibility: hidden;
        pointer-events: none;
    }

    .main-nav.active {
        display: flex !important;
        flex-direction: column;
        gap: 0;
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        height: 100dvh;
        background: linear-gradient(168deg, #ffffff 0%, var(--cream) 46%, var(--sand) 100%);
        padding: 0;
        box-shadow: none;
        border: none;
        max-height: none;
        overflow: hidden;
        z-index: 9999;
        visibility: visible;
        pointer-events: auto;
        animation: mobileNavPanelIn 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .main-nav.active .mobile-nav-head {
        display: grid;
        grid-template-columns: 48px 1fr 48px;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        min-height: calc(68px + env(safe-area-inset-top, 0px));
        padding: calc(8px + env(safe-area-inset-top, 0px)) 12px 10px;
        background: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid rgba(6, 77, 46, 0.08);
        box-shadow: 0 4px 20px rgba(3, 40, 24, 0.06);
    }

    .main-nav.active .mobile-nav-logo {
        grid-column: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-nav.active .mobile-nav-logo img {
        height: 68px;
        width: auto;
        max-width: min(70vw, 260px);
        object-fit: contain;
    }

    .main-nav.active .mobile-nav-close {
        grid-column: 3;
        justify-self: end;
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 12px;
        background: var(--primary);
        color: var(--white);
        font-size: 1.15rem;
        cursor: pointer;
        box-shadow: 0 6px 20px rgba(6, 77, 46, 0.28);
        transition: background 0.2s ease;
    }

    .main-nav.active .mobile-nav-close:hover {
        background: var(--primary-dark);
    }

    .main-nav.active .mobile-nav-body {
        display: flex;
        flex-direction: column;
        gap: 4px;
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 14px 20px calc(24px + env(safe-area-inset-bottom, 0px));
    }

    .main-nav.active .mobile-nav-body > a.nav-mobile-only {
        display: flex !important;
    }

    .main-nav.active .mobile-nav-body::before {
        content: 'Keşfet';
        display: block;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--gold-dark);
        margin-bottom: 10px;
        padding-left: 6px;
    }

    .main-nav.active .mobile-nav-body > a,
    .main-nav.active .mobile-nav-body > .nav-dropdown {
        animation: mobileNavItemIn 0.34s cubic-bezier(0.4, 0, 0.2, 1) backwards;
    }

    .main-nav.active .mobile-nav-body > a:nth-child(1),
    .main-nav.active .mobile-nav-body > .nav-dropdown:nth-child(1) { animation-delay: 0.04s; }
    .main-nav.active .mobile-nav-body > a:nth-child(2),
    .main-nav.active .mobile-nav-body > .nav-dropdown:nth-child(2) { animation-delay: 0.07s; }
    .main-nav.active .mobile-nav-body > a:nth-child(3),
    .main-nav.active .mobile-nav-body > .nav-dropdown:nth-child(3) { animation-delay: 0.1s; }
    .main-nav.active .mobile-nav-body > a:nth-child(4),
    .main-nav.active .mobile-nav-body > .nav-dropdown:nth-child(4) { animation-delay: 0.13s; }
    .main-nav.active .mobile-nav-body > a:nth-child(5),
    .main-nav.active .mobile-nav-body > .nav-dropdown:nth-child(5) { animation-delay: 0.16s; }
    .main-nav.active .mobile-nav-body > a:nth-child(6),
    .main-nav.active .mobile-nav-body > .nav-dropdown:nth-child(6) { animation-delay: 0.19s; }
    .main-nav.active .mobile-nav-body > a:nth-child(7),
    .main-nav.active .mobile-nav-body > .nav-dropdown:nth-child(7) { animation-delay: 0.22s; }
    .main-nav.active .mobile-nav-body > a:nth-child(8),
    .main-nav.active .mobile-nav-body > .nav-dropdown:nth-child(8) { animation-delay: 0.25s; }
    .main-nav.active .mobile-nav-body > a:nth-child(9),
    .main-nav.active .mobile-nav-body > .nav-dropdown:nth-child(9) { animation-delay: 0.28s; }

    .main-nav.active .mobile-nav-body > a,
    .main-nav.active .nav-dropdown-toggle {
        width: 100%;
        text-align: left;
        padding: 15px 16px;
        color: var(--primary-dark);
        font-size: 1.02rem;
        font-weight: 600;
        text-shadow: none;
        border-radius: 14px;
        border: 1px solid transparent;
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .main-nav.active .mobile-nav-body > a:hover,
    .main-nav.active .mobile-nav-body > a.active {
        color: var(--primary);
        background: rgba(6, 77, 46, 0.07);
        border-color: rgba(6, 77, 46, 0.1);
    }

    .main-nav.active .mobile-nav-body > a.active {
        font-weight: 700;
        border-left: 3px solid var(--gold);
        padding-left: 13px;
        background: rgba(6, 77, 46, 0.09);
    }

    .main-nav.active .nav-dropdown-toggle:hover,
    .main-nav.active .nav-dropdown.open .nav-dropdown-toggle {
        color: var(--primary);
        background: rgba(6, 77, 46, 0.07);
        border-color: rgba(6, 77, 46, 0.1);
    }

    .main-nav.active .nav-dropdown.open .nav-dropdown-toggle {
        font-weight: 700;
        border-left: 3px solid var(--gold);
        padding-left: 13px;
    }

    .main-nav.active .nav-dropdown-toggle i {
        color: var(--gold-dark);
    }

    .nav-dropdown { width: 100%; }

    .nav-dropdown-toggle {
        width: 100%;
        justify-content: space-between;
    }

    .nav-dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 1px solid rgba(6, 77, 46, 0.08);
        border-left: 3px solid var(--gold);
        background: rgba(255, 255, 255, 0.72);
        border-radius: 12px;
        padding: 6px;
        margin: 4px 0 6px 10px;
        display: none;
    }

    .nav-dropdown.open .nav-dropdown-menu {
        display: block;
    }

    .main-nav.active .nav-dropdown-menu a {
        color: var(--text);
        font-size: 0.94rem;
        font-weight: 500;
        padding: 11px 14px;
        border-radius: 10px;
    }

    .main-nav.active .nav-dropdown-menu a:hover,
    .main-nav.active .nav-dropdown-menu a.active {
        color: var(--primary);
        background: rgba(6, 77, 46, 0.08);
        font-weight: 600;
    }

    .main-nav .mobile-nav-call {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: auto;
        padding: 16px 20px;
        background: linear-gradient(135deg, var(--primary-light), var(--primary));
        color: var(--white);
        border-radius: 16px;
        font-weight: 700;
        font-size: 1rem;
        box-shadow: 0 8px 28px rgba(6, 77, 46, 0.28);
        animation: mobileNavItemIn 0.34s cubic-bezier(0.4, 0, 0.2, 1) 0.3s backwards;
    }

    .main-nav .mobile-nav-call i {
        color: var(--gold-light);
    }

    .main-nav .mobile-nav-call:hover {
        color: var(--white);
        background: linear-gradient(135deg, var(--primary), var(--primary-dark));
        transform: translateY(-1px);
    }

    .features-grid,
    .services-grid,
    .blog-grid,
    .gallery-grid,
    .tours-grid,
    .contact-grid,
    .form-row { grid-template-columns: 1fr; }

    .tour-detail-layout { grid-template-columns: 1fr; }
    .tour-detail-sidebar { order: -1; }
    .tour-tab-nav { overflow-x: auto; flex-wrap: nowrap; }
    .tour-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }

    .footer-grid { grid-template-columns: 1fr; }
    .cta-banner { flex-direction: column; text-align: center; padding: 40px 24px; }
    section { padding: 60px 0; }
    .top-bar-left { display: none; }
}

/* ========== TOURS ========== */
.tour-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.tour-filter-btn {
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    background: white;
    border: 2px solid var(--border);
    color: var(--text);
    transition: var(--transition);
}

.tour-filter-btn:hover,
.tour-filter-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.tours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.tour-card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    transition: var(--transition);
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.tour-card-light {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.tour-card-light .tour-card-body { color: white; }
.tour-card-light .tour-card-body h3 a { color: white; }
.tour-card-light .tour-card-body p { color: rgba(255,255,255,0.8); }
.tour-card-light .tour-card-category { color: var(--gold-light); }

.tour-card-image {
    display: block;
    position: relative;
    height: 220px;
    overflow: hidden;
    background: var(--sand);
}

.tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.tour-card:hover .tour-card-image img { transform: scale(1.06); }

.tour-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: var(--gold-light);
    font-weight: 600;
    font-size: 0.95rem;
}

.tour-image-placeholder-hero { min-height: 100%; }

.tour-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--gold);
    color: var(--primary-dark);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
}

.tour-card-price {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(3, 40, 24, 0.85);
    color: var(--gold-light);
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
    z-index: 2;
}

.tour-card-body { padding: 24px; }

.tour-card-category {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.tour-card-body h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    margin-bottom: 10px;
    line-height: 1.35;
}

.tour-card-body h3 a:hover { color: var(--primary); }

.tour-card-body p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.tour-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.tour-card-meta i { color: var(--gold); margin-right: 4px; }

/* Tour Detail */
.tour-detail-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.tour-detail-hero-bg {
    position: absolute;
    inset: 0;
}

.tour-detail-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3,40,24,0.95) 0%, rgba(3,40,24,0.5) 50%, rgba(3,40,24,0.3) 100%);
}

.tour-detail-hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 0 48px;
    color: white;
}

.breadcrumb-light a { color: rgba(255,255,255,0.8); }
.breadcrumb-light a:hover { color: var(--gold-light); }

.tour-detail-badge {
    display: inline-block;
    background: rgba(232,197,71,0.2);
    border: 1px solid rgba(232,197,71,0.4);
    color: var(--gold-light);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 16px 0;
}

.tour-detail-hero-content h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 12px;
}

.tour-detail-hero-content > p {
    opacity: 0.9;
    max-width: 640px;
    margin-bottom: 20px;
}

.tour-detail-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.95rem;
}

.tour-detail-hero-meta i { color: var(--gold-light); margin-right: 6px; }

.tour-detail-section { padding: 60px 0 90px; }

.tour-detail-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px;
    align-items: start;
}

.tour-info-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.tour-info-card {
    background: white;
    padding: 20px;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.tour-info-card i {
    color: var(--gold);
    font-size: 1.2rem;
    margin-top: 2px;
}

.tour-info-card strong {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.tour-info-card span { font-weight: 600; font-size: 0.9rem; color: var(--primary); }

.tour-tabs {
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.tour-tab-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border);
    background: var(--cream);
}

.tour-tab-btn {
    padding: 16px 24px;
    border: none;
    background: none;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-muted);
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: var(--transition);
}

.tour-tab-btn:hover { color: var(--primary); }

.tour-tab-btn.active {
    color: var(--primary);
    border-bottom-color: var(--gold);
    background: white;
}

.tour-tab-panel {
    display: none;
    padding: 32px;
}

.tour-tab-panel.active { display: block; }

.tour-tab-panel h3 {
    font-family: var(--font-display);
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.tour-tab-panel h4 {
    font-family: var(--font-display);
    color: var(--primary);
}

.tour-tab-panel p {
    color: var(--text-muted);
    margin-bottom: 14px;
    line-height: 1.8;
}

.tour-check-list li {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    color: var(--text);
}

.tour-check-list li:last-child { border-bottom: none; }

.tour-check-list i { color: var(--primary-light); margin-top: 4px; }

.tour-check-list-muted i { color: #dc3545; }

.tour-program-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-left: 2px solid var(--border);
    margin-left: 8px;
    padding-left: 24px;
    position: relative;
}

.tour-program-dot {
    position: absolute;
    left: -7px;
    top: 20px;
    width: 12px;
    height: 12px;
    background: var(--gold);
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--gold);
}

.tour-price-box {
    background: linear-gradient(135deg, rgba(6,77,46,0.08), rgba(201,162,39,0.1));
    padding: 28px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
}

.tour-price-amount {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 12px;
}

.tour-duration-pricing-lead {
    color: var(--text-muted, #64748b);
    margin-bottom: 20px;
}

.tour-duration-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.tour-duration-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 14px 18px;
    border: 2px solid var(--border);
    border-radius: var(--radius-sm);
    background: white;
    color: var(--primary);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tour-duration-pill small {
    display: block;
    margin-top: 4px;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--text-muted, #64748b);
}

.tour-duration-pill:hover,
.tour-duration-pill.active {
    border-color: var(--primary);
    background: rgba(6, 77, 46, 0.06);
    box-shadow: 0 4px 14px rgba(6, 77, 46, 0.12);
}

.tour-room-price-table-wrap {
    overflow-x: auto;
    margin-bottom: 16px;
}

.tour-room-price-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--border);
}

.tour-room-price-table th,
.tour-room-price-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid var(--border);
}

.tour-room-price-table th {
    background: rgba(6, 77, 46, 0.06);
    color: var(--primary);
    font-weight: 700;
}

.tour-room-price-table tr:last-child td {
    border-bottom: none;
}

.tour-room-price-cell {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary);
}

.tour-duration-pricing-note,
.tour-duration-program-note {
    font-size: 0.9rem;
    color: var(--text-muted, #64748b);
    margin-top: 8px;
}

.tour-included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.tour-booking-card {
    background: white;
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    position: sticky;
    top: 100px;
}

.tour-booking-price {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.tour-booking-price span {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.tour-booking-price strong {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--primary);
}

.tour-booking-list {
    margin-bottom: 24px;
}

.tour-booking-list li {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border);
}

.tour-booking-list i { color: var(--gold); width: 18px; }

@media (max-width: 1024px) {
    .tour-info-cards { grid-template-columns: repeat(2, 1fr); }
    .tour-included-grid { grid-template-columns: 1fr; }
}

/* ========== HOMEPAGE ========== */
.home-trust-bar {
    display: none;
}

.home-quick-nav {
    padding: 48px 0 52px;
    background: var(--white);
    position: relative;
}

.home-quick-nav::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 0% 0%, rgba(6, 77, 46, 0.04), transparent 45%),
        radial-gradient(circle at 100% 100%, rgba(201, 162, 39, 0.06), transparent 40%);
    pointer-events: none;
}

.home-quick-nav .container {
    position: relative;
    z-index: 1;
}

.home-quick-intro {
    margin-bottom: 24px;
}

.home-quick-intro h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 1.9rem);
    color: var(--primary-dark);
    margin-top: 4px;
}

.home-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    align-items: stretch;
}

.home-quick-card {
    position: relative;
    padding: 22px 20px 20px;
    border-radius: 22px;
    background: var(--cream);
    overflow: hidden;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0 2px 12px rgba(6, 77, 46, 0.05);
    border: 1px solid rgba(6, 77, 46, 0.07);
    isolation: isolate;
}

.home-quick-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(6, 77, 46, 0.12);
    background: var(--white);
}

.home-quick-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 22px 22px 0 0;
}

.home-quick-hac .home-quick-accent { background: linear-gradient(90deg, #064D2E, #0D7A4E); }
.home-quick-umre .home-quick-accent { background: linear-gradient(90deg, #1A4A6E, #3b82c4); }
.home-quick-tours .home-quick-accent { background: linear-gradient(90deg, #9A7B1A, #E8C547); }
.home-quick-contact .home-quick-accent { background: linear-gradient(90deg, #0D7A4E, #52b788); }

.home-quick-hac .home-quick-icon { background: linear-gradient(135deg, #064D2E, #0D7A4E); }
.home-quick-umre .home-quick-icon { background: linear-gradient(135deg, #1A4A6E, #2563a8); }
.home-quick-tours .home-quick-icon { background: linear-gradient(135deg, #9A7B1A, #C9A227); }
.home-quick-contact .home-quick-icon { background: linear-gradient(135deg, #0a5c38, #0D7A4E); }

.home-quick-hac .home-quick-watermark { color: #064D2E; }
.home-quick-umre .home-quick-watermark { color: #1A4A6E; }
.home-quick-tours .home-quick-watermark { color: #9A7B1A; }
.home-quick-contact .home-quick-watermark { color: #0D7A4E; }

.home-quick-hac:hover .home-quick-go { background: #064D2E; border-color: #064D2E; color: #fff; }
.home-quick-umre:hover .home-quick-go { background: #1A4A6E; border-color: #1A4A6E; color: #fff; }
.home-quick-tours:hover .home-quick-go { background: #9A7B1A; border-color: #9A7B1A; color: #fff; }
.home-quick-contact:hover .home-quick-go { background: #0D7A4E; border-color: #0D7A4E; color: #fff; }

.home-quick-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.home-quick-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--white);
    box-shadow: 0 8px 20px rgba(3, 40, 24, 0.15);
    transition: transform 0.3s ease;
}

.home-quick-card:hover .home-quick-icon {
    transform: scale(1.08) rotate(-3deg);
}

.home-quick-go {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    background: var(--white);
    border: 1px solid var(--border);
    transition: var(--transition);
    flex-shrink: 0;
}

.home-quick-body {
    position: relative;
    z-index: 2;
    flex: 1;
}

.home-quick-card h3 {
    font-family: var(--font-body);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}

.home-quick-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.home-quick-watermark {
    position: absolute;
    right: -8px;
    bottom: -16px;
    font-size: 5.5rem;
    opacity: 0.06;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.home-quick-card:hover .home-quick-watermark {
    opacity: 0.1;
    transform: scale(1.05) rotate(-6deg);
}

/* --- Packages --- */
.home-packages {
    padding: 88px 0;
    background:
        linear-gradient(180deg, var(--sand) 0%, var(--cream) 100%);
    position: relative;
}

.home-packages::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, rgba(201, 162, 39, 0.08), transparent 40%);
    pointer-events: none;
}

.home-packages .container {
    position: relative;
    z-index: 1;
}

.home-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px;
}

.home-package-card {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    padding: 0 0 24px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 4px 20px rgba(6, 77, 46, 0.06);
    border: 1px solid rgba(6, 77, 46, 0.08);
    display: flex;
    flex-direction: column;
}

.home-package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(6, 77, 46, 0.14);
}

.home-package-accent {
    height: 5px;
    width: 100%;
}

.pkg-eko .home-package-accent { background: linear-gradient(90deg, #2d6a4f, #52b788); }
.pkg-gumus .home-package-accent { background: linear-gradient(90deg, #6b7280, #c0c5ce); }
.pkg-altin .home-package-accent { background: linear-gradient(90deg, #b8860b, #E8C547); }
.pkg-platin .home-package-accent { background: linear-gradient(90deg, #3949ab, #7986cb); }
.pkg-standart .home-package-accent { background: linear-gradient(90deg, #064D2E, #0D7A4E); }

.home-package-top {
    padding: 24px 22px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-package-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: transform 0.35s ease;
}

.home-package-card:hover .home-package-icon {
    transform: scale(1.08) rotate(-4deg);
}

.pkg-eko .home-package-icon { background: linear-gradient(135deg, #e8f5ee, #c8e6d4); color: #1b6b47; box-shadow: 0 8px 20px rgba(45, 106, 79, 0.2); }
.pkg-gumus .home-package-icon { background: linear-gradient(135deg, #f3f4f6, #e2e5ea); color: #4b5563; box-shadow: 0 8px 20px rgba(107, 114, 128, 0.2); }
.pkg-altin .home-package-icon { background: linear-gradient(135deg, #fdf6e3, #f5e6a8); color: #9a7b1a; box-shadow: 0 8px 20px rgba(184, 134, 11, 0.25); }
.pkg-platin .home-package-icon { background: linear-gradient(135deg, #e8eaf6, #c5cae9); color: #283593; box-shadow: 0 8px 20px rgba(57, 73, 171, 0.2); }
.pkg-standart .home-package-icon { background: linear-gradient(135deg, #e8f0ec, #b7d4c4); color: #064D2E; box-shadow: 0 8px 20px rgba(6, 77, 46, 0.2); }

.home-package-card h3 {
    font-family: var(--font-display);
    font-size: 1.08rem;
    color: var(--primary-dark);
    margin-bottom: 0;
}

.home-package-card p {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.6;
    padding: 14px 22px 18px;
    flex: 1;
    text-align: center;
}

.home-package-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 22px;
    padding: 12px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary);
    background: var(--sand);
    border-radius: 12px;
    transition: var(--transition);
}

.home-package-card:hover .home-package-cta {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
    gap: 12px;
}

.home-tours { padding: 90px 0; }

/* --- Why Us --- */
.home-why {
    padding: 90px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.home-why::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 77, 46, 0.05), transparent 70%);
    pointer-events: none;
}

.home-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.home-why-item {
    position: relative;
    background: linear-gradient(160deg, var(--cream) 0%, var(--white) 100%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 28px 26px 26px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.home-why-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--gold-light), var(--primary));
    border-radius: 4px 0 0 4px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.home-why-item:hover {
    border-color: rgba(201, 162, 39, 0.35);
    box-shadow: 0 16px 40px rgba(6, 77, 46, 0.1);
    transform: translateY(-6px);
}

.home-why-item:hover::after {
    opacity: 1;
}

.home-why-num {
    position: absolute;
    top: 12px;
    right: 16px;
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(6, 77, 46, 0.06);
    pointer-events: none;
}

.home-why-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    font-size: 1.2rem;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(6, 77, 46, 0.25);
    position: relative;
}

.home-why-icon::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 20px;
    border: 2px solid rgba(232, 197, 71, 0.25);
}

.home-why-item h4 {
    color: var(--primary-dark);
    margin-bottom: 10px;
    font-size: 1.08rem;
    font-family: var(--font-display);
}

.home-why-item p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* --- About --- */
.home-about {
    padding: 90px 0;
    background:
        radial-gradient(ellipse 70% 50% at 0% 50%, rgba(6, 77, 46, 0.07), transparent),
        var(--sand);
}

.home-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.home-about-visual {
    position: relative;
    padding: 20px;
}

.home-about-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.home-about-deco-1 {
    width: 280px;
    height: 280px;
    border: 2px dashed rgba(201, 162, 39, 0.25);
    top: 0;
    left: 0;
    animation: aboutSpin 40s linear infinite;
}

.home-about-deco-2 {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(232, 197, 71, 0.2), transparent);
    bottom: 40px;
    left: -10px;
}

@keyframes aboutSpin {
    to { transform: rotate(360deg); }
}

.home-about-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(3, 40, 24, 0.2);
    border: 4px solid var(--white);
}

.home-about-slider {
    position: relative;
    min-height: 380px;
    background: linear-gradient(145deg, #032818 0%, #064D2E 50%, #0D7A4E 100%);
}

.home-about-slider-track {
    position: relative;
    width: 100%;
    min-height: 380px;
}

.home-about-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s ease, visibility 0.9s ease;
}

.home-about-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.home-about-slide img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
    transform: scale(1.08);
    transition: transform 8s ease-out;
}

.home-about-slide.active img {
    transform: scale(1);
}

.home-about-slide .about-image-placeholder {
    min-height: 380px;
    width: 100%;
    background: linear-gradient(145deg, #032818 0%, #064D2E 50%, #0D7A4E 100%);
    font-size: 4rem;
}

.home-about-slider::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(3, 40, 24, 0.45) 0%,
        rgba(3, 40, 24, 0.08) 35%,
        transparent 60%
    );
    pointer-events: none;
    z-index: 2;
}

.home-about-dots {
    position: absolute;
    bottom: 18px;
    left: 18px;
    z-index: 3;
    display: flex;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-about-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.home-about-dot.active {
    width: 22px;
    background: var(--gold-light);
}

.home-about-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 3;
}

.home-about-progress-bar {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    transition: width 0.1s linear;
}

.home-about-image .about-image-placeholder {
    min-height: 380px;
    background: linear-gradient(145deg, #032818 0%, #064D2E 50%, #0D7A4E 100%);
    font-size: 4rem;
}

.home-about-stats {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 14px;
    z-index: 4;
}

.home-about-stat {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    color: var(--primary-dark);
    padding: 22px 26px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(3, 40, 24, 0.15);
    min-width: 130px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.home-about-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.9rem;
    line-height: 1;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-about-stat span {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
    margin-top: 4px;
    display: block;
}

.home-about-content {
    position: relative;
}

.home-about-content h2 {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    color: var(--primary-dark);
    margin-bottom: 18px;
    line-height: 1.2;
}

.home-about-lead {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 28px;
    line-height: 1.85;
}

.home-about .about-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.home-about .about-list li {
    background: var(--white);
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--border);
    font-size: 0.88rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(6, 77, 46, 0.04);
    transition: var(--transition);
}

.home-about .about-list li:hover {
    border-color: rgba(201, 162, 39, 0.4);
    transform: translateX(4px);
}

.home-about-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.home-quote { padding: 60px 0; }

.home-quote-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: var(--radius);
    padding: 48px 56px;
    color: white;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.home-quote-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201,162,39,0.2), transparent 70%);
    pointer-events: none;
}

.home-quote-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin-bottom: 12px;
}

.home-quote-text p {
    color: rgba(255,255,255,0.85);
    max-width: 480px;
}

.home-quote-text .section-label { color: var(--gold-light); }

.home-quote-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.home-services { padding: 90px 0; }

.home-testimonials {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
    background: linear-gradient(155deg, #032818 0%, #064D2E 42%, #0a5236 100%);
}

.home-testimonials-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-testimonials-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E8C547' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.9;
}

.home-testimonials-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.35;
}

.home-testimonials-orb-1 {
    width: 320px;
    height: 320px;
    background: rgba(232, 197, 71, 0.35);
    top: -120px;
    right: -80px;
}

.home-testimonials-orb-2 {
    width: 260px;
    height: 260px;
    background: rgba(26, 74, 110, 0.45);
    bottom: -80px;
    left: -60px;
}

.home-testimonials-head {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

.home-testimonials-head .section-label {
    color: var(--gold-light);
}

.home-testimonials-head h2 {
    color: var(--white);
}

.home-testimonials-head p {
    color: rgba(255, 255, 255, 0.78);
}

.home-testimonials-slider {
    position: relative;
    z-index: 1;
}

.home-testimonials-viewport {
    overflow: hidden;
    margin: 0 -4px;
    padding: 4px;
}

.home-testimonials-track {
    display: flex;
    gap: 24px;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.home-testimonials-track .home-testimonial {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    animation: testimonialCardIn 0.55s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.home-testimonials-track .home-testimonial:nth-child(2) {
    transform: none;
}

.home-testimonials-track .home-testimonial:nth-child(2):hover {
    transform: translateY(-8px);
}

@keyframes testimonialCardIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-testimonial {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 22px;
    padding: 28px 26px 24px;
    margin: 0;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.home-testimonial:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
}

.home-testimonial:nth-child(2) {
    transform: translateY(-10px);
}

.home-testimonial:nth-child(2):hover {
    transform: translateY(-16px);
}

.home-testimonial-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.home-testimonial-quote {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(232, 197, 71, 0.22), rgba(201, 162, 39, 0.1));
    color: var(--gold-dark);
    font-size: 1rem;
    flex-shrink: 0;
}

.home-testimonial-stars {
    color: var(--gold);
    font-size: 0.88rem;
    display: inline-flex;
    gap: 3px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(201, 162, 39, 0.1);
    border: 1px solid rgba(201, 162, 39, 0.16);
}

.home-testimonial p {
    color: var(--text);
    font-size: 0.98rem;
    line-height: 1.78;
    margin-bottom: 22px;
    font-style: normal;
}

.home-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid rgba(6, 77, 46, 0.08);
}

.home-testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    color: var(--white);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 20px rgba(6, 77, 46, 0.22);
}

.home-testimonial-meta strong {
    display: block;
    color: var(--primary-dark);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-testimonial-meta span {
    display: block;
    margin-top: 2px;
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.4;
}

.home-blog { padding: 90px 0; }

.home-gallery { padding: 90px 0; }

.home-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
}

.home-final-cta {
    padding: 0 0 90px;
    background: var(--cream);
}

.home-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #1a3828, var(--primary-dark));
    border-radius: var(--radius);
    padding: 48px 56px;
    color: white;
    box-shadow: var(--shadow-lg);
}

.home-final-cta-inner h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin-bottom: 8px;
}

.home-final-cta-inner p {
    color: rgba(255,255,255,0.8);
}

.home-final-cta-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .home-quick-grid { grid-template-columns: repeat(2, 1fr); }
    .home-packages-grid { grid-template-columns: repeat(2, 1fr); }
    .home-why-grid { grid-template-columns: repeat(2, 1fr); }
    .home-about-grid { grid-template-columns: 1fr; gap: 40px; }
    .home-about-stats { position: static; margin-top: 20px; justify-content: center; }
    .home-about .about-list { grid-template-columns: 1fr; }
    .home-quote-box { flex-direction: column; text-align: center; padding: 40px 32px; }
    .home-quote-actions { width: 100%; }
    .home-quote-actions .btn { width: 100%; justify-content: center; }
    .home-testimonials-track .home-testimonial {
        flex: 0 0 calc((100% - 20px) / 2);
    }
    .home-gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .home-testimonials-track {
        gap: 18px;
    }

    .home-testimonials-track .home-testimonial {
        flex: 0 0 100%;
    }

    .home-testimonial:nth-child(2),
    .home-testimonial:nth-child(2):hover {
        transform: none;
    }

    .home-testimonial:hover {
        transform: translateY(-4px);
    }

    .home-testimonials-head {
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .home-quick-nav { padding: 40px 0 44px; }

    .home-quick-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .home-packages-grid { grid-template-columns: 1fr; }

    .home-why-grid { grid-template-columns: 1fr; }
    .home-final-cta-inner { flex-direction: column; text-align: center; padding: 32px 24px; }
    .home-final-cta-btns { width: 100%; flex-direction: column; }
    .home-final-cta-btns .btn { width: 100%; }
    .home-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ========== HAC / UMRE INFO PAGES ========== */
.page-header-subtitle {
    color: rgba(255, 255, 255, 0.85);
    max-width: 760px;
    margin: 12px auto 0;
    font-size: 1.05rem;
}

.info-page-intro {
    padding: 60px 0 90px;
}

.info-page-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
    align-items: start;
}

.info-toc,
.info-sidebar-cta {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
}

.info-toc h3,
.info-sidebar-cta h4 {
    font-family: var(--font-display);
    color: var(--primary);
    margin-bottom: 16px;
}

.info-toc ul li + li { margin-top: 10px; }

.info-toc a {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.info-toc a:hover { color: var(--primary); }

.info-sidebar-cta {
    margin-top: 20px;
}

.info-sidebar-cta p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.info-intro-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-left: 4px solid var(--gold);
    border-radius: var(--radius);
    padding: 28px 32px;
    margin-bottom: 28px;
    box-shadow: var(--shadow);
}

.info-section {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 32px;
    margin-bottom: 20px;
    box-shadow: var(--shadow);
}

.info-section h2 {
    font-family: var(--font-display);
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.info-section-body p {
    margin-bottom: 14px;
    color: var(--text);
}

.info-list {
    list-style: none;
    padding: 0;
}

.info-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: var(--text);
}

.info-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}

@media (max-width: 992px) {
    .info-page-grid { grid-template-columns: 1fr; }
    .info-page-sidebar { order: 2; }
}

/* ========== MOBILE FIXES (must stay last — overrides base grid rules) ========== */
@media (max-width: 1024px) {
    .tours-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .container { padding: 0 16px; }

    .tours-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tour-detail-layout { grid-template-columns: 1fr; }
    .tour-detail-sidebar { order: -1; }
    .tour-info-cards { grid-template-columns: 1fr; }
    .tour-booking-card { position: static; top: auto; }

    .site-header .container { position: relative; }

    .page-header {
        padding: 36px 0 28px;
    }

    .page-header h1 {
        font-size: clamp(1.45rem, 5.5vw, 2rem);
        margin-bottom: 12px;
        padding: 0 4px;
    }

    .page-header-subtitle {
        font-size: 0.95rem;
        padding: 0 8px;
        margin-bottom: 4px;
    }

    .breadcrumb {
        flex-wrap: wrap;
        font-size: 0.82rem;
        gap: 6px;
        row-gap: 4px;
    }

    .detail-content {
        padding: 24px 18px;
        margin-top: -24px;
        border-radius: var(--radius-sm);
    }

    .contact-form { padding: 24px 18px; }

    .contact-grid { gap: 24px; }

    .tour-detail-hero {
        min-height: clamp(260px, 42vh, 340px);
    }

    .tour-detail-hero-content {
        padding: 28px 0 24px;
    }

    .tour-detail-badge {
        margin: 10px 0 12px;
        font-size: 0.75rem;
    }

    .tour-detail-hero-content h1 {
        font-size: clamp(1.45rem, 5.8vw, 2rem);
        margin-bottom: 10px;
    }

    .tour-detail-hero-content > p {
        font-size: 0.92rem;
        margin-bottom: 14px;
    }

    .tour-detail-hero-meta {
        gap: 12px;
        font-size: 0.85rem;
    }

    .tour-detail-section { padding: 36px 0 56px; }

    .tour-tab-panel { padding: 20px 16px; }

    .tour-tab-btn {
        padding: 12px 16px;
        font-size: 0.85rem;
        white-space: nowrap;
    }

    .tour-card-body { padding: 20px; }

    .tour-card-image { height: 200px; }

    .info-page-intro { padding: 40px 0 60px; }

    .info-intro-box,
    .info-section { padding: 20px 18px; }

    .info-toc,
    .info-sidebar-cta { padding: 18px; }

    .home-trust-item { padding: 18px 20px; }

    .home-quick-nav { padding: 40px 0 44px; }

    .home-quick-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .home-quick-card {
        min-height: 148px;
        padding: 18px 16px 16px;
    }

    .home-quick-watermark {
        font-size: 4rem;
        bottom: -10px;
    }

    .home-about-deco-1 { width: 200px; height: 200px; }

    .home-about-image .about-image-placeholder,
    .home-about-slider,
    .home-about-slider-track,
    .home-about-slide img { min-height: 280px; }

    .home-about-slider { min-height: 280px; }

    .home-packages,
    .home-tours,
    .home-why,
    .home-about,
    .home-testimonials,
    .home-blog,
    .home-gallery { padding: 60px 0; }

    .home-about-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .home-about-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .home-about-stats {
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-about-stat {
        padding: 14px 18px;
        flex: 1;
        min-width: 100px;
    }

    .home-quote-box { padding: 32px 20px; }

    .cta-banner h2 { font-size: 1.5rem; }

    .cta-banner .btn {
        width: 100%;
        justify-content: center;
    }

    .site-footer { padding-top: 50px; }

    .footer-grid {
        gap: 32px;
        padding-bottom: 40px;
    }

    .blog-card-image { height: 180px; }

    .section-header {
        margin-bottom: 32px;
    }

    .section-header h2 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .lightbox img {
        max-width: calc(100vw - 32px);
        max-height: calc(100dvh - 32px);
    }

    .lightbox-close {
        top: 12px;
        right: 12px;
    }

    .top-bar {
        font-size: 0.75rem;
        padding: 8px 0;
    }

    .top-bar-right {
        gap: 10px;
    }

    .top-bar-right a:last-child { display: none; }
}

@media (max-width: 480px) {
    .hero-slider {
        min-height: 360px;
        height: min(72vh, 480px);
    }

    .hero-slide-inner h1,
.hero-slide-inner h2 { font-size: 1.6rem; }

    .home-gallery-grid,
    .gallery-grid { grid-template-columns: 1fr; }

    .tour-filter-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .home-final-cta-inner h2 { font-size: 1.35rem; }

    .top-bar { display: none; }
}

/* ========== HOTELS ========== */
.home-hotels { padding: 90px 0; }

.hotels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.hotel-card {
    display: block;
    color: inherit;
    text-decoration: none;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    transition: var(--transition);
    cursor: pointer;
}

.hotel-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.hotel-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: var(--sand);
}

.hotel-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.hotel-card:hover .hotel-card-image img {
    transform: scale(1.05);
}

.hotel-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: var(--gold-light);
    font-weight: 600;
}

.hotel-image-placeholder i {
    font-size: 2rem;
}

.hotel-card-city {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(3, 40, 24, 0.85);
    color: var(--gold-light);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
}

.hotel-card-body { padding: 24px; }

.hotel-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.hotel-stars {
    display: inline-flex;
    gap: 2px;
    color: var(--gold);
}

.hotel-card-meta i.fa-location-dot {
    color: var(--primary-light);
    margin-right: 4px;
}

.hotel-card-body h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    color: var(--primary);
    margin-bottom: 10px;
    line-height: 1.35;
}

.hotel-card-body p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.hotel-features {
    margin-top: 14px;
}

.hotel-features li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 0.85rem;
    color: var(--text);
    margin-bottom: 6px;
}

.hotel-features li i {
    color: var(--primary-light);
    margin-top: 3px;
    flex-shrink: 0;
}

.hotel-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
}

.hotel-card:hover .hotel-card-link {
    gap: 12px;
}

.hotel-detail-gallery {
    margin-bottom: 8px;
}

.hotel-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .hotel-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .hotel-gallery-grid {
        grid-template-columns: 1fr;
    }
}

.hotel-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

@media (max-width: 1024px) {
    .hotels-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .hotels-grid { grid-template-columns: 1fr; }
    .home-hotels { padding: 60px 0; }
    .hotel-card-image { height: 200px; }
}

/* ========== HOME TOURS SHOWCASE (Rahle-style / app-like) ========== */
.home-tours-showcase {
    background: var(--cream);
    border-radius: 28px 28px 0 0;
    padding: 28px 0 36px;
    box-shadow: 0 -12px 40px rgba(3, 40, 24, 0.12);
}

.home-tours-showcase-top {
    margin-bottom: 20px;
}

.home-tours-showcase-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 4px;
}

.home-tours-showcase-title h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: var(--primary-dark);
    margin: 4px 0 6px;
    line-height: 1.2;
}

.home-tours-showcase-title p {
    color: var(--text-muted);
    font-size: 0.92rem;
    margin: 0;
}

.home-tours-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 10px 18px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--primary);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.home-tours-showcase-link:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.home-tours-tabs-wrap {
    overflow: hidden;
    margin-top: 16px;
}

.home-tours-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 24px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.home-tours-tabs::-webkit-scrollbar { display: none; }

@media (min-width: 1200px) {
    .home-tours-tabs {
        padding-left: max(24px, calc((100vw - 1200px) / 2 + 24px));
        padding-right: max(24px, calc((100vw - 1200px) / 2 + 24px));
    }
}

.home-tours-tab {
    flex-shrink: 0;
    padding: 10px 18px;
    border: none;
    border-radius: 999px;
    background: var(--white);
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(6, 77, 46, 0.06);
    scroll-snap-align: start;
}

.home-tours-tab:hover {
    color: var(--primary);
    background: var(--sand);
}

.home-tours-tab.active {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
    box-shadow: 0 4px 16px rgba(6, 77, 46, 0.25);
}

.home-tours-empty {
    text-align: center;
    color: var(--text-muted);
    padding: 40px 0;
}

.home-tours-list-wrap {
    padding-bottom: 8px;
}

.home-tours-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 900px) {
    .home-tours-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.home-tour-card {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 4px 6px rgba(6, 77, 46, 0.04),
        0 12px 32px rgba(6, 77, 46, 0.1);
    border: 1px solid rgba(6, 77, 46, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    color: inherit;
}

.home-tour-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 8px 12px rgba(6, 77, 46, 0.06),
        0 20px 48px rgba(6, 77, 46, 0.14);
}

.home-tour-card:active {
    transform: scale(0.98);
}

.home-tour-card.is-hidden {
    display: none;
}

.home-tour-card-media {
    position: relative;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
    background: var(--sand);
}

.home-tour-card-media img,
.home-tour-card-media .tour-image-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-tour-card-media .tour-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: var(--gold-light);
    font-weight: 700;
    font-size: 0.9rem;
}

.home-tour-card-media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 40, 24, 0.55) 0%, transparent 55%);
    pointer-events: none;
}

.home-tour-card-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-dark);
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    z-index: 1;
}

.home-tour-card-pkg {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--primary-dark);
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 999px;
    z-index: 1;
}

.home-tour-card-content {
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-tour-card-content h3 {
    font-size: 1.05rem;
    color: var(--primary-dark);
    line-height: 1.35;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-tour-card-desc {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-tour-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.home-tour-card-chips span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: var(--sand);
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text);
}

.home-tour-card-chips i {
    color: var(--primary-light);
    font-size: 0.7rem;
}

.home-tour-card-date {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.8rem;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.4;
}

.home-tour-card-date i {
    margin-top: 2px;
    color: var(--gold-dark);
    flex-shrink: 0;
}

.home-tour-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.home-tour-card-price strong {
    display: block;
    font-size: 1.2rem;
    color: var(--primary);
    line-height: 1.2;
}

.home-tour-card-price small {
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 500;
}

.home-tour-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 16px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 12px;
    flex-shrink: 0;
    transition: var(--transition);
}

.home-tour-card:hover .home-tour-card-btn {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: var(--primary-dark);
}

@media (min-width: 1024px) {
    .home-tours-showcase {
        padding: 36px 0 48px;
        border-radius: 32px 32px 0 0;
    }

    .home-tour-card-media {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .page-home .home-tours-showcase {
        padding: 22px 0 28px;
        padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    }

    .home-tours-showcase-head {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px;
    }

    .home-tours-showcase-link {
        align-self: flex-start;
    }

    .home-tours-tabs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-tour-card-content h3 {
        font-size: 1.1rem;
    }

    .home-tour-card-foot {
        padding-top: 16px;
    }

    .home-tour-card-btn {
        padding: 12px 18px;
        border-radius: 14px;
    }
}

/* ========== MOBILE HOMEPAGE HERO (app-style) ========== */
@media (max-width: 768px) {
    .page-home {
        overflow-x: hidden;
        background: var(--cream);
    }

    .page-home .site-header:not(.scrolled) {
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
    }

    .page-home .site-header:not(.scrolled) .container {
        max-width: 100%;
        padding: 0;
    }

    .page-home .site-header:not(.scrolled) .header-inner {
        display: block;
        position: relative;
        min-height: 0;
        padding: calc(6px + env(safe-area-inset-top, 0px)) 12px 8px;
        text-align: center;
    }

    .page-home .site-header:not(.scrolled) .logo {
        display: inline-flex;
        height: auto;
        justify-content: center;
        width: 100%;
        padding: 0 58px;
        position: relative;
        z-index: 1002;
    }

    .page-home .site-header:not(.scrolled) .logo img {
        height: 156px;
        max-width: min(96vw, 420px);
        width: auto;
        filter: drop-shadow(0 8px 28px rgba(3, 40, 24, 0.22));
    }

    .page-home .site-header:not(.scrolled) .header-cta {
        position: absolute;
        top: calc(12px + env(safe-area-inset-top, 0px));
        right: 12px;
        margin: 0;
        z-index: 1003;
    }

    .page-home .site-header:not(.scrolled) .mobile-toggle {
        width: 46px;
        height: 46px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(6, 77, 46, 0.1);
        color: var(--primary-dark);
        box-shadow: 0 6px 20px rgba(3, 40, 24, 0.12);
        font-size: 1.1rem;
    }

    .page-home .site-header.scrolled .container {
        padding: 0 20px;
    }

    .page-home .site-header.scrolled .header-inner {
        display: grid;
        grid-template-columns: 44px 1fr 44px;
        align-items: center;
        text-align: left;
        min-height: 0;
        padding: calc(6px + env(safe-area-inset-top, 0px)) 0 6px;
    }

    .page-home .site-header.scrolled .logo {
        display: flex;
        justify-content: center;
        grid-column: 2;
        grid-row: 1;
        padding: 0;
    }

    .page-home .site-header.scrolled .header-cta {
        position: static;
        top: auto;
        right: auto;
        margin: 0;
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
    }

    .page-home .site-header.scrolled .logo img {
        height: 68px;
        max-width: min(52vw, 220px);
        filter: none;
    }

    .page-home .site-header.scrolled .mobile-toggle {
        color: var(--primary-dark);
        background: var(--sand);
        border-color: var(--border);
        box-shadow: none;
    }

    .page-home .hero-slider {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0;
        height: clamp(340px, 54vh, 480px);
        min-height: 0;
        max-height: 480px;
        border-radius: 0 0 32px 32px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(3, 40, 24, 0.14);
    }

    .page-home .hero-slider::after {
        height: 72%;
        min-height: 250px;
        max-height: 360px;
        background: linear-gradient(
            to bottom,
            var(--cream) 0%,
            var(--cream) 8%,
            rgba(255, 252, 247, 0.98) 18%,
            rgba(255, 252, 247, 0.9) 35%,
            rgba(255, 252, 247, 0.65) 52%,
            rgba(255, 252, 247, 0.25) 68%,
            transparent 100%
        );
        z-index: 6;
        pointer-events: none;
    }

    .page-home .hero-slide-overlay {
        background: linear-gradient(
            to bottom,
            rgba(255, 252, 247, 0.5) 0%,
            transparent 32%,
            rgba(3, 40, 24, 0.15) 58%,
            rgba(3, 40, 24, 0.82) 100%
        );
        z-index: 2;
    }

    .page-home .hero-slider-track,
    .page-home .hero-slide,
    .page-home .hero-slide-bg {
        width: 100%;
        height: 100%;
    }

    .page-home .hero-slide-bg img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center 30%;
        transform: none;
    }

    .page-home .hero-slide.active .hero-slide-bg img {
        transform: scale(1.03);
        transition: transform 10s ease-out;
    }

    .page-home .hero-slide-content.container {
        max-width: 100%;
        width: 100%;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 118px 16px 44px;
    }

    .page-home .hero-slide-inner {
        max-width: 100%;
        width: 100%;
        padding: 16px 16px 14px;
        border-radius: 20px;
        background: linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.16) 0%,
            rgba(255, 255, 255, 0.06) 100%
        );
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border: 1px solid rgba(255, 255, 255, 0.24);
        box-shadow: 0 10px 36px rgba(0, 0, 0, 0.14);
    }

    .page-home .hero-slide-inner h1,
.hero-slide-inner h2 {
        font-size: clamp(1.45rem, 5.8vw, 1.85rem);
        line-height: 1.2;
        margin-bottom: 8px;
        font-weight: 800;
    }

    .page-home .hero-slide-inner p {
        font-size: 0.86rem;
        line-height: 1.55;
        margin-bottom: 14px;
        opacity: 0.92;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .page-home .hero-slide-badge {
        font-size: 0.68rem;
        padding: 6px 12px;
        margin-bottom: 10px;
        border-radius: 999px;
    }

    .page-home .hero-slide-actions {
        flex-direction: row;
        gap: 10px;
    }

    .page-home .hero-slide-actions .btn {
        flex: 1;
        justify-content: center;
        padding: 13px 16px;
        border-radius: 14px;
        font-size: 0.88rem;
        font-weight: 600;
    }

    .page-home .hero-slide-actions .hero-btn-light {
        display: none;
    }

    .page-home .hero-nav {
        display: none;
    }

    .page-home .hero-dots {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        gap: 5px;
        padding: 7px 12px;
        background: rgba(0, 0, 0, 0.22);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        z-index: 20;
    }

    .page-home .hero-dot {
        width: 7px;
        height: 7px;
        border-width: 0;
        background: rgba(255, 255, 255, 0.5);
    }

    .page-home .hero-dot.active {
        width: 20px;
        background: var(--gold-light);
    }

    .page-home .hero-progress {
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        z-index: 12;
        border-radius: 0 0 32px 32px;
        overflow: hidden;
    }

    .page-home .home-tours-showcase {
        margin-top: 8px;
        position: relative;
        z-index: 5;
        border-radius: 24px 24px 0 0;
        box-shadow: none;
    }
}

@media (max-width: 380px) {
    .page-home .site-header:not(.scrolled) .logo img {
        height: 140px;
        max-width: 94vw;
    }

    .page-home .hero-slider {
        height: clamp(320px, 50vh, 440px);
        max-height: 440px;
        border-radius: 0 0 28px 28px;
    }

    .page-home .hero-slide-content.container {
        padding: 100px 14px 52px;
    }

    .page-home .hero-slide-inner h1,
.hero-slide-inner h2 {
        font-size: 1.38rem;
    }
}

/* ========== MOBILE SITE HEADER — inner pages (canonical) ========== */
@media (max-width: 768px) {
    body:not(.page-home) .site-header > .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body:not(.page-home) .header-inner {
        display: grid;
        grid-template-columns: 44px 1fr 44px;
        align-items: center;
        gap: 0;
        min-height: 0;
        padding: calc(6px + env(safe-area-inset-top, 0px)) 0 6px;
    }

    body:not(.page-home) .logo {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        width: 100%;
        max-width: 100%;
        padding: 0 2px;
    }

    body:not(.page-home) .logo img {
        height: 72px;
        max-width: min(54vw, 210px);
    }

    body:not(.page-home) .site-header.scrolled .header-inner {
        padding: calc(4px + env(safe-area-inset-top, 0px)) 0 4px;
    }

    body:not(.page-home) .site-header.scrolled .logo img {
        height: 58px;
        max-width: min(48vw, 190px);
    }

    body:not(.page-home) .header-cta {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        align-self: center;
    }

    body:not(.page-home) .mobile-toggle {
        width: 42px;
        height: 42px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: var(--sand);
        border: 1px solid var(--border);
        color: var(--primary-dark);
        font-size: 1.05rem;
        line-height: 1;
        box-shadow: none;
    }

    body:not(.page-home) .breadcrumb-light {
        margin-bottom: 4px;
    }
}

@media (max-width: 480px) {
    body:not(.page-home) .logo img {
        height: 64px;
        max-width: min(50vw, 190px);
    }

    body:not(.page-home) .site-header.scrolled .logo img {
        height: 54px;
        max-width: min(44vw, 170px);
    }

    body:not(.page-home) .mobile-toggle {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    body:not(.page-home) .page-header {
        padding: 28px 0 22px;
    }

    body:not(.page-home) .tour-detail-hero {
        min-height: clamp(240px, 38vh, 300px);
    }

    body:not(.page-home) .tour-detail-hero-content {
        padding: 22px 0 20px;
    }
}

/* ========== MOBILE STICKY ACTION BAR ========== */
@media (max-width: 768px) {
    body {
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    }

    body.nav-open {
        padding-bottom: 0;
    }

    .floating-actions {
        display: none;
    }

    .mobile-action-bar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 980;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
        background: linear-gradient(
            to top,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(250, 248, 243, 0.96) 100%
        );
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-top: 1px solid rgba(6, 77, 46, 0.1);
        box-shadow: 0 -8px 32px rgba(3, 40, 24, 0.12);
        animation: mobileBarSlideUp 0.45s cubic-bezier(0.4, 0, 0.2, 1) both;
    }

    body.nav-open .mobile-action-bar {
        transform: translateY(110%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.28s ease, opacity 0.28s ease;
    }

    .mobile-action-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        min-height: 54px;
        padding: 8px 6px;
        border-radius: 14px;
        font-size: 0.72rem;
        font-weight: 700;
        line-height: 1.15;
        text-align: center;
        color: var(--primary-dark);
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid rgba(6, 77, 46, 0.1);
        box-shadow: 0 4px 14px rgba(3, 40, 24, 0.06);
        transition: transform 0.22s ease, box-shadow 0.22s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-action-btn:nth-child(1) { animation: mobileActionFadeIn 0.4s ease 0.12s both; }
    .mobile-action-btn:nth-child(2) { animation: mobileActionFadeIn 0.4s ease 0.18s both; }
    .mobile-action-btn:nth-child(3) { animation: mobileActionFadeIn 0.4s ease 0.24s both; }

    .mobile-action-btn:active {
        transform: scale(0.96);
    }

    .mobile-action-icon {
        position: relative;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-size: 1.05rem;
        color: var(--white);
    }

    .mobile-action-label {
        letter-spacing: 0.01em;
    }

    .mobile-action-appointment {
        color: var(--primary-dark);
        background: linear-gradient(135deg, rgba(232, 197, 71, 0.28), rgba(201, 162, 39, 0.18));
        border-color: rgba(201, 162, 39, 0.35);
    }

    .mobile-action-appointment .mobile-action-icon {
        background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
        background-size: 200% 200%;
        animation: mobileActionShimmer 3s ease infinite;
        box-shadow: 0 4px 16px rgba(201, 162, 39, 0.35);
    }

    .mobile-action-call .mobile-action-icon {
        background: linear-gradient(135deg, var(--primary-light), var(--primary));
        box-shadow: 0 4px 16px rgba(6, 77, 46, 0.28);
        animation: mobileActionPulse 2.4s ease-in-out infinite;
    }

    .mobile-action-call .mobile-action-icon::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        border: 2px solid rgba(6, 77, 46, 0.45);
        animation: mobileActionRing 2.4s ease-out infinite;
    }

    .mobile-action-whatsapp {
        color: #128C7E;
        background: rgba(37, 211, 102, 0.1);
        border-color: rgba(37, 211, 102, 0.25);
    }

    .mobile-action-whatsapp .mobile-action-icon {
        background: linear-gradient(135deg, #25D366, #128C7E);
        box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
    }

    .mobile-action-whatsapp .mobile-action-icon i {
        animation: mobileWhatsappBounce 2.8s ease-in-out infinite;
    }

    .site-footer {
        padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    }
}

@media (max-width: 380px) {
    .mobile-action-bar {
        gap: 6px;
        padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px));
    }

    .mobile-action-btn {
        min-height: 50px;
        padding: 6px 4px;
        font-size: 0.68rem;
        border-radius: 12px;
    }

    .mobile-action-icon {
        width: 32px;
        height: 32px;
        font-size: 0.95rem;
        border-radius: 10px;
    }
}

/* Welcome popup */
.welcome-popup {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.welcome-popup--closed {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.welcome-popup.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.welcome-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 40, 24, 0.72);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.welcome-popup-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    animation: welcomePopupIn 0.45s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.welcome-popup--image .welcome-popup-panel {
    max-width: min(92vw, 720px);
}

.welcome-popup-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--white);
    color: var(--primary-dark);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    z-index: 2;
    transition: transform 0.2s ease, background 0.2s ease;
}

.welcome-popup-close:hover {
    transform: scale(1.05);
    background: var(--gold-light);
}

.welcome-popup-text-card {
    background: linear-gradient(165deg, #ffffff 0%, #f8fbf9 55%, #f5f0e4 100%);
    border-radius: 24px;
    padding: 36px 32px 32px;
    text-align: center;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(6, 77, 46, 0.08);
    position: relative;
    overflow: hidden;
}

.welcome-popup-text-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(201, 162, 39, 0.12), transparent 55%);
    pointer-events: none;
}

.welcome-popup-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(6, 77, 46, 0.08);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
}

.welcome-popup-badge i {
    color: var(--gold);
}

.welcome-popup-title {
    font-size: clamp(1.45rem, 4vw, 1.85rem);
    color: var(--primary-dark);
    margin-bottom: 14px;
    line-height: 1.25;
    position: relative;
}

.welcome-popup-message {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 24px;
    position: relative;
}

.welcome-popup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(6, 77, 46, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.welcome-popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(6, 77, 46, 0.35);
    color: var(--white);
}

.welcome-popup-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
    background: transparent;
}

.welcome-popup-image-link {
    display: block;
    line-height: 0;
}

.welcome-popup-image {
    display: block;
    max-width: 100%;
    max-height: min(78vh, 720px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
}

@keyframes welcomePopupIn {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

body.welcome-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .welcome-popup {
        padding: 16px;
        align-items: center;
    }

    .welcome-popup-close {
        top: 8px;
        right: 8px;
    }

    .welcome-popup-text-card {
        padding: 28px 22px 24px;
        border-radius: 20px;
    }

    .welcome-popup--image .welcome-popup-panel {
        max-width: 100%;
    }

    .welcome-popup-image {
        max-height: min(70vh, 600px);
        border-radius: 12px;
    }
}

/* Hotel quota */
.hotel-quota-alert {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    margin-bottom: 28px;
    border-radius: var(--radius-sm);
    background: #fff3cd;
    border: 1px solid #ffecb5;
    color: #856404;
}
.hotel-quota-alert i { font-size: 1.4rem; margin-top: 2px; }
.hotel-quota-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #dc3545;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 6px;
    z-index: 2;
}
.hotel-card-full { opacity: 0.92; }
.hotel-card-full .hotel-card-image img { filter: grayscale(0.25); }

/* Gallery categories */
.gallery-category-block {
    margin-bottom: 56px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border);
}
.gallery-category-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.gallery-category-head { margin-bottom: 24px; }
.gallery-category-head h2 { margin-bottom: 8px; }
.gallery-category-comments { margin-top: 32px; }
.gallery-comments-list { display: grid; gap: 16px; margin-top: 16px; }
.gallery-comment-item {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 16px 18px;
}
.gallery-comment-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.gallery-comment-form-wrap {
    margin-top: 28px;
    padding: 24px;
    background: white;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

/* Video gallery */
.video-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
.video-gallery-item h3 { margin-top: 12px; font-size: 1rem; }
.video-gallery-thumb {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
    background: #000;
}
.video-gallery-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.video-gallery-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
    color: #fff;
    font-size: 2rem;
}
.video-modal {
    position: fixed;
    inset: 0;
    z-index: 10060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s, visibility .25s;
}
.video-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.video-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.82); }
.video-modal-panel {
    position: relative;
    z-index: 1;
    width: min(95vw, 960px);
}
.video-modal-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    z-index: 2;
}
.video-modal-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}
.video-modal-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
body.video-modal-open { overflow: hidden; }
