/*
================================================================
   RAVZA ELITE TOUR — Kurumsal Tasarım (Lacivert / Mavi / Beyaz)
   Mega Atlas Turizm referans düzenine uyarlanmıştır.
================================================================
*/

/* ---------- Design Tokens ---------- */
:root {
    --navy-900: #0a1f44;     /* en koyu lacivert */
    --navy-800: #0d2a5c;
    --navy-700: #123a7a;
    --blue-600: #1a5cd6;     /* ana mavi */
    --blue-500: #2a6fe0;
    --blue-400: #4f8bf0;
    --blue-100: #e7f0fc;
    --blue-50:  #f3f7fd;
    --gold:     #e0a82e;     /* küçük vurgular için */
    --ink:      #1a2540;     /* ana metin */
    --muted:    #5d6b85;     /* ikincil metin */
    --line:     #e3e9f2;
    --white:    #ffffff;
    --bg:       #f5f8fc;
    --shadow-sm: 0 4px 14px rgba(13, 42, 92, 0.08);
    --shadow-md: 0 12px 30px rgba(13, 42, 92, 0.12);
    --shadow-lg: 0 24px 60px rgba(10, 31, 68, 0.18);
    --radius: 14px;
    --radius-lg: 20px;
    --container: 1200px;
    --header-h: 78px;
    --topbar-h: 40px;
    --ff-head: 'Outfit', 'Segoe UI', sans-serif;
    --ff-body: 'Inter', 'Segoe UI', sans-serif;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body {
    font-family: var(--ff-body);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--ff-head); color: var(--navy-900); line-height: 1.2; font-weight: 700; }
button { font-family: inherit; cursor: pointer; border: none; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- Section Headers ---------- */
.section-header { margin-bottom: 48px; }
.section-header.text-center { text-align: center; }
.section-subtitle {
    display: inline-block;
    font-family: var(--ff-head);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--blue-600);
    background: var(--blue-100);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.section-title { font-size: clamp(26px, 4vw, 40px); font-weight: 800; }
.title-bar {
    width: 70px; height: 4px; border-radius: 4px;
    background: linear-gradient(90deg, var(--blue-600), var(--blue-400));
    margin: 18px auto 0;
}
.text-center .title-bar { margin-left: auto; margin-right: auto; }
section { padding: 84px 0; }

/* ================================================================
   TOP BAR
================================================================ */
.top-bar {
    background: var(--navy-900);
    color: #cdd8ee;
    font-size: 13.5px;
    height: var(--topbar-h);
    display: flex;
    align-items: center;
}
.top-bar a { color: #cdd8ee; transition: color .2s; }
.top-bar a:hover { color: var(--white); }
.top-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.top-bar-left { display: flex; align-items: center; gap: 22px; }
.top-bar-left a { display: inline-flex; align-items: center; gap: 7px; }
.top-bar-left i { color: var(--blue-400); }
.top-bar-right { display: flex; align-items: center; gap: 18px; }
.top-bar-links { display: flex; gap: 18px; }
.top-bar-links a { font-weight: 500; }
.top-bar-social { display: flex; gap: 10px; }
.top-bar-social a {
    width: 26px; height: 26px; border-radius: 50%;
    display: grid; place-items: center;
    background: rgba(255,255,255,0.08);
    font-size: 12px;
}
.top-bar-social a:hover { background: var(--blue-600); color: #fff; }

/* ================================================================
   HEADER / NAVBAR
================================================================ */
.header-main {
    background: var(--white);
    height: var(--header-h);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 16px rgba(13,42,92,0.06);
    transition: box-shadow .3s, height .3s;
}
.header-main.scrolled { box-shadow: 0 6px 24px rgba(13,42,92,0.12); }
.header-container { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 24px; }

/* Logo */
.logo { display: flex; flex-direction: column; line-height: 1; font-family: var(--ff-head); }
.logo .logo-row { display: flex; align-items: baseline; gap: 7px; }
.logo-mark { font-weight: 800; font-size: 26px; color: var(--navy-900); letter-spacing: .5px; }
.logo-elite { font-weight: 800; font-size: 26px; color: var(--blue-600); letter-spacing: .5px; }
.logo-sub { font-size: 11px; letter-spacing: 4px; color: var(--muted); font-weight: 600; margin-top: 3px; }

/* Nav */
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-item {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--ff-head);
    font-weight: 600; font-size: 15.5px;
    color: var(--ink);
    padding: 10px 14px;
    border-radius: 8px;
    transition: color .2s, background .2s;
}
.nav-item i { font-size: 10px; transition: transform .25s; }
.nav-item:hover, .nav-item.active { color: var(--blue-600); background: var(--blue-50); }

.dropdown { position: relative; }
.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px); left: 0;
    min-width: 240px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
    padding: 10px;
    opacity: 0; visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 50;
}
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown:hover .nav-item i { transform: rotate(180deg); }
.dropdown-menu li a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14.5px; font-weight: 500;
    color: var(--ink);
    transition: all .2s;
}
.dropdown-menu li a:hover { background: var(--blue-50); color: var(--blue-600); padding-left: 18px; }

/* Header actions */
.header-actions { display: flex; align-items: center; gap: 12px; }
.tursab-badge {
    display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1;
    font-family: var(--ff-head); font-size: 11px; color: var(--muted); font-weight: 600;
    border-right: 1px solid var(--line); padding-right: 14px;
}
.tursab-badge strong { color: var(--navy-900); font-size: 13px; }
.btn-phone {
    display: inline-flex; align-items: center; gap: 9px;
    background: var(--navy-900); color: #fff;
    padding: 11px 18px; border-radius: 50px;
    font-weight: 600; font-size: 14.5px;
    transition: background .2s, transform .2s;
}
.btn-phone:hover { background: var(--blue-600); transform: translateY(-2px); }
.btn-whatsapp {
    width: 44px; height: 44px; border-radius: 50%;
    background: #25d366; color: #fff;
    display: grid; place-items: center; font-size: 20px;
    transition: transform .2s;
}
.btn-whatsapp:hover { transform: translateY(-2px) scale(1.05); }

/* Hamburger */
.mobile-menu-btn {
    display: none;
    flex-direction: column; gap: 5px;
    width: 44px; height: 44px;
    background: var(--blue-50); border-radius: 10px;
    align-items: center; justify-content: center;
}
.mobile-menu-btn span {
    width: 22px; height: 2.5px; border-radius: 3px;
    background: var(--navy-900);
    transition: all .3s;
}

/* ================================================================
   MOBILE NAV OVERLAY
================================================================ */
.mobile-nav-overlay {
    position: fixed; inset: 0;
    background: var(--navy-900);
    z-index: 1100;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.7,0,.2,1);
    padding: 80px 28px 40px;
    overflow-y: auto;
    display: flex; flex-direction: column;
}
.mobile-nav-overlay.active { transform: translateX(0); }
.mobile-nav-close {
    position: absolute; top: 22px; right: 24px;
    width: 44px; height: 44px; border-radius: 10px;
    background: rgba(255,255,255,0.1); color: #fff;
    font-size: 22px; display: grid; place-items: center;
}
.mobile-nav-links { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav-item {
    display: block;
    color: #fff; font-family: var(--ff-head); font-weight: 600;
    font-size: 19px; padding: 15px 6px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all .2s;
}
.mobile-nav-item:hover { color: var(--blue-400); padding-left: 14px; }
.mobile-nav-footer { margin-top: auto; padding-top: 30px; display: flex; flex-direction: column; gap: 14px; }
.mobile-contact-link { color: #cdd8ee; display: flex; align-items: center; gap: 10px; font-size: 15px; }
.mobile-contact-link i { color: var(--blue-400); width: 18px; }

/* ================================================================
   HERO
================================================================ */
.hero-section {
    position: relative;
    min-height: 640px;
    display: flex; align-items: center;
    padding: 70px 0 130px;
    color: #fff;
    overflow: hidden;
}
.hero-bg-slider { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0; transition: opacity 1.4s ease;
}
.hero-slide.active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(110deg, rgba(10,31,68,0.92) 0%, rgba(13,42,92,0.78) 45%, rgba(10,31,68,0.55) 100%);
}
.hero-container-content { position: relative; z-index: 2; width: 100%; }
.hero-text-content { max-width: 720px; }
.badge-hero {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(6px);
    color: #fff; font-family: var(--ff-head); font-weight: 600;
    font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
    padding: 9px 18px; border-radius: 50px;
    margin-bottom: 22px;
}
.badge-hero i { color: var(--gold); }
.hero-text-content h1 {
    color: #fff; font-size: clamp(34px, 5.5vw, 60px);
    font-weight: 800; line-height: 1.08; margin-bottom: 20px;
}
.hero-text-content h1 .accent { color: var(--blue-400); }
.hero-text-content p { font-size: 18px; color: #dde6f5; max-width: 600px; margin-bottom: 32px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--blue-600); color: #fff;
    font-family: var(--ff-head); font-weight: 600; font-size: 16px;
    padding: 15px 30px; border-radius: 50px;
    box-shadow: 0 12px 28px rgba(26,92,214,0.4);
    transition: transform .2s, background .2s;
}
.btn-primary:hover { background: var(--blue-500); transform: translateY(-3px); }
.btn-outline {
    display: inline-flex; align-items: center; gap: 10px;
    border: 2px solid rgba(255,255,255,0.6); color: #fff;
    font-family: var(--ff-head); font-weight: 600; font-size: 16px;
    padding: 13px 28px; border-radius: 50px;
    transition: all .2s;
}
.btn-outline:hover { background: #fff; color: var(--navy-900); border-color: #fff; }

/* Search Console */
.search-console-container {
    position: absolute; left: 0; right: 0; bottom: -55px;
    z-index: 5;
}
.search-console-inner {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 26px;
}
.search-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 18px; align-items: end;
}
.search-input-group { display: flex; flex-direction: column; gap: 8px; }
.search-input-group label {
    font-family: var(--ff-head); font-weight: 600; font-size: 13px;
    color: var(--navy-900); display: flex; align-items: center; gap: 7px;
}
.search-input-group label i { color: var(--blue-600); }
.search-input-group select {
    border: 1.5px solid var(--line); border-radius: 10px;
    padding: 13px 14px; font-size: 15px; font-family: var(--ff-body);
    color: var(--ink); background: var(--blue-50);
    cursor: pointer; transition: border .2s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231a5cd6' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center;
    padding-right: 38px;
}
.search-input-group select:focus { outline: none; border-color: var(--blue-600); }
.btn-search {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    background: var(--blue-600); color: #fff;
    font-family: var(--ff-head); font-weight: 700; font-size: 16px;
    padding: 14px 28px; border-radius: 10px;
    height: 50px; transition: background .2s, transform .2s;
}
.btn-search:hover { background: var(--navy-900); transform: translateY(-2px); }

/* ================================================================
   FEATURED CATEGORIES
================================================================ */
.categories-section { padding-top: 130px; background: var(--white); }
.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.category-card {
    position: relative; height: 280px; border-radius: var(--radius-lg);
    overflow: hidden; cursor: pointer; box-shadow: var(--shadow-sm);
}
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.category-card:hover img { transform: scale(1.08); }
.category-card .cat-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,31,68,0.9) 10%, rgba(10,31,68,0.15) 80%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 26px; transition: background .3s;
}
.category-card:hover .cat-overlay { background: linear-gradient(to top, rgba(26,92,214,0.92) 10%, rgba(10,31,68,0.25) 80%); }
.category-card .cat-icon {
    width: 50px; height: 50px; border-radius: 12px;
    background: rgba(255,255,255,0.18); backdrop-filter: blur(4px);
    display: grid; place-items: center; color: #fff; font-size: 22px; margin-bottom: 14px;
}
.category-card h3 { color: #fff; font-size: 23px; margin-bottom: 4px; }
.category-card .cat-link { color: #dbe6fa; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; }
.category-card .cat-link i { transition: transform .25s; }
.category-card:hover .cat-link i { transform: translateX(5px); }

/* ================================================================
   TOURS
================================================================ */
.tours-section { background: var(--bg); }
.tours-filter-tabs {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 44px;
}
.filter-tab-btn {
    background: #fff; color: var(--ink);
    font-family: var(--ff-head); font-weight: 600; font-size: 15px;
    padding: 11px 24px; border-radius: 50px;
    border: 1.5px solid var(--line);
    transition: all .2s;
}
.filter-tab-btn:hover { border-color: var(--blue-400); color: var(--blue-600); }
.filter-tab-btn.active {
    background: var(--blue-600); color: #fff; border-color: var(--blue-600);
    box-shadow: 0 8px 20px rgba(26,92,214,0.3);
}
.tours-grid-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.tour-card {
    background: #fff; border-radius: var(--radius-lg);
    overflow: hidden; box-shadow: var(--shadow-sm);
    transition: transform .3s, box-shadow .3s;
    display: flex; flex-direction: column;
}
.tour-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.tour-card-image { position: relative; height: 220px; overflow: hidden; }
.tour-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.tour-card:hover .tour-card-image img { transform: scale(1.08); }
.tour-category-badge {
    position: absolute; top: 16px; left: 16px;
    background: var(--blue-600); color: #fff;
    font-family: var(--ff-head); font-weight: 600; font-size: 12px;
    padding: 6px 14px; border-radius: 50px;
}
.tour-duration-badge {
    position: absolute; top: 16px; right: 16px;
    background: rgba(10,31,68,0.85); color: #fff; backdrop-filter: blur(4px);
    font-weight: 600; font-size: 12px;
    padding: 6px 12px; border-radius: 50px;
    display: inline-flex; align-items: center; gap: 6px;
}
.tour-card-content { padding: 24px; display: flex; flex-direction: column; flex-grow: 1; }
.tour-card-content h3 { font-size: 20px; margin-bottom: 10px; min-height: 48px; }
.tour-card-content > p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; flex-grow: 1; }
.tour-meta-info { display: flex; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line); margin-bottom: 14px; }
.meta-item { display: flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--muted); }
.meta-item i { color: var(--blue-600); }
.tour-price-action { display: flex; align-items: center; justify-content: space-between; }
.price-label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
.price-value { font-family: var(--ff-head); font-weight: 800; font-size: 24px; color: var(--navy-900); }
.btn-details {
    background: var(--blue-50); color: var(--blue-600);
    font-family: var(--ff-head); font-weight: 600; font-size: 14.5px;
    padding: 11px 20px; border-radius: 10px;
    transition: all .2s;
}
.btn-details:hover { background: var(--blue-600); color: #fff; }
.no-tours-found {
    grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: var(--muted);
}
.no-tours-found i { font-size: 44px; color: var(--blue-400); margin-bottom: 16px; }

/* ================================================================
   WHY US
================================================================ */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 54px; align-items: center; margin-bottom: 64px; }
.why-image-card { position: relative; }
.why-image-card img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; height: 480px; object-fit: cover; }
.experience-badge-overlay {
    position: absolute; bottom: 28px; left: -24px;
    background: var(--navy-900); color: #fff;
    border-radius: var(--radius); padding: 22px 28px;
    box-shadow: var(--shadow-lg); text-align: center;
}
.experience-badge-overlay .exp-number { display: block; font-family: var(--ff-head); font-weight: 800; font-size: 40px; color: var(--blue-400); line-height: 1; }
.experience-badge-overlay .exp-text { font-size: 13px; color: #cdd8ee; letter-spacing: 1px; }
.why-info-content h3 { font-size: clamp(24px, 3.4vw, 32px); margin-bottom: 16px; }
.why-info-content .lead-text { font-size: 18px; color: var(--blue-600); font-weight: 600; margin-bottom: 14px; }
.why-info-content > p { color: var(--muted); margin-bottom: 26px; }
.features-checklist { display: flex; flex-direction: column; gap: 20px; }
.checklist-item { display: flex; gap: 16px; }
.checklist-item .icon-wrap {
    flex-shrink: 0; width: 52px; height: 52px; border-radius: 12px;
    background: var(--blue-100); color: var(--blue-600);
    display: grid; place-items: center; font-size: 20px;
}
.checklist-item h4 { font-size: 17px; margin-bottom: 4px; }
.checklist-item p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* Reasons grid (6 kart) */
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.reason-card {
    background: var(--bg); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 30px 26px;
    transition: transform .3s, box-shadow .3s, background .3s;
}
.reason-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); background: #fff; }
.reason-card .reason-icon {
    width: 58px; height: 58px; border-radius: 14px;
    background: var(--navy-900); color: var(--blue-400);
    display: grid; place-items: center; font-size: 24px; margin-bottom: 18px;
    transition: background .3s, color .3s;
}
.reason-card:hover .reason-icon { background: var(--blue-600); color: #fff; }
.reason-card h4 { font-size: 18px; margin-bottom: 10px; }
.reason-card p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ================================================================
   STATS
================================================================ */
.stats-section {
    background: var(--navy-900);
    background-image: linear-gradient(120deg, var(--navy-900), var(--navy-700));
    padding: 64px 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-card { text-align: center; color: #fff; padding: 14px; }
.stat-icon {
    width: 64px; height: 64px; border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: grid; place-items: center; margin: 0 auto 16px;
    font-size: 26px; color: var(--blue-400);
}
.stat-count { font-family: var(--ff-head); font-weight: 800; font-size: 42px; color: #fff; }
.stat-label { color: #aebfdd; font-size: 14.5px; }

/* ================================================================
   TESTIMONIALS
================================================================ */
.testimonials-section { background: var(--bg); overflow: hidden; }
.testimonials-slider-wrapper { overflow: hidden; }
.testimonial-track { display: flex; gap: 28px; transition: transform .5s ease; }
.testimonial-card {
    flex: 0 0 calc((100% - 56px) / 3);
    background: #fff; border-radius: var(--radius-lg);
    padding: 34px 30px; box-shadow: var(--shadow-sm);
    position: relative; border: 1px solid var(--line);
}
.testimonial-card .card-number {
    position: absolute; top: 26px; right: 30px;
    font-family: var(--ff-head); font-weight: 800; font-size: 44px;
    color: var(--blue-100); line-height: 1;
}
.quote-icon { font-size: 30px; color: var(--blue-400); margin-bottom: 16px; }
.testimonial-text { color: var(--ink); font-size: 15.5px; margin-bottom: 22px; min-height: 120px; }
.testimonial-user { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); padding-top: 18px; }
.user-avatar {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--navy-900); color: #fff;
    display: grid; place-items: center;
    font-family: var(--ff-head); font-weight: 700; font-size: 18px;
}
.user-name { font-size: 16px; margin-bottom: 2px; }
.user-info { font-size: 13px; color: var(--blue-600); font-weight: 500; }
.user-rating { color: var(--gold); margin-top: 12px; font-size: 14px; }
.slider-dots { display: flex; justify-content: center; gap: 10px; margin-top: 36px; }
.slider-dots .dot { width: 10px; height: 10px; border-radius: 50%; background: #c7d4e8; cursor: pointer; transition: all .25s; }
.slider-dots .dot.active { background: var(--blue-600); width: 28px; border-radius: 5px; }

/* ================================================================
   BLOG
================================================================ */
.blog-section { background: var(--white); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card {
    background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-lg); overflow: hidden;
    transition: transform .3s, box-shadow .3s;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.blog-card-image { height: 200px; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.blog-card:hover .blog-card-image img { transform: scale(1.07); }
.blog-card-content { padding: 24px; }
.blog-meta { display: flex; gap: 16px; font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.blog-meta span { display: inline-flex; align-items: center; gap: 6px; }
.blog-meta i { color: var(--blue-600); }
.blog-card-content h3 { font-size: 18px; margin-bottom: 10px; line-height: 1.35; }
.blog-card-content p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; }
.blog-read-more { color: var(--blue-600); font-weight: 600; font-size: 14.5px; display: inline-flex; align-items: center; gap: 8px; }
.blog-read-more i { transition: transform .25s; }
.blog-read-more:hover i { transform: translateX(5px); }

/* ================================================================
   FAQ
================================================================ */
.faq-section { background: var(--bg); }
.faq-accordion-container { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.faq-card.active { box-shadow: var(--shadow-sm); border-color: var(--blue-400); }
.faq-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; cursor: pointer; }
.faq-header h3 { font-size: 16.5px; color: var(--navy-900); }
.faq-icon {
    flex-shrink: 0; width: 32px; height: 32px; border-radius: 8px;
    background: var(--blue-50); color: var(--blue-600);
    display: grid; place-items: center; transition: all .3s;
}
.faq-card.active .faq-icon { background: var(--blue-600); color: #fff; transform: rotate(45deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-body p { padding: 0 24px 22px; color: var(--muted); }

/* ================================================================
   CONTACT
================================================================ */
.contact-section { background: var(--white); }
.contact-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 30px; }
.contact-details-panel {
    background: var(--navy-900);
    background-image: linear-gradient(150deg, var(--navy-900), var(--navy-700));
    color: #fff; border-radius: var(--radius-lg); padding: 40px 36px;
}
.contact-panel-brand h3 { color: #fff; font-size: 24px; }
.contact-panel-brand p { color: #aebfdd; margin-bottom: 30px; font-size: 14.5px; }
.contact-info-list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 30px; }
.contact-info-item { display: flex; gap: 16px; }
.info-icon {
    flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px;
    background: rgba(255,255,255,0.1); color: var(--blue-400);
    display: grid; place-items: center; font-size: 18px;
}
.info-text span { font-size: 13px; color: #aebfdd; }
.info-text p { font-size: 15px; margin: 0; }
.info-text a { color: #fff; }
.info-text a:hover { color: var(--blue-400); }
.contact-social-links { display: flex; gap: 12px; }
.contact-social-links a {
    width: 42px; height: 42px; border-radius: 50%;
    background: rgba(255,255,255,0.1); color: #fff;
    display: grid; place-items: center; font-size: 17px; transition: all .2s;
}
.contact-social-links a:hover { background: var(--blue-600); transform: translateY(-3px); }

.contact-form-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px 36px; box-shadow: var(--shadow-sm); }
.contact-form-panel h3 { font-size: 23px; margin-bottom: 8px; }
.contact-form-panel > p { color: var(--muted); margin-bottom: 26px; font-size: 14.5px; }
.form-row { margin-bottom: 18px; }
.form-row.flex-row { display: flex; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.form-group.col-50 { flex: 1; }
.form-group label { font-family: var(--ff-head); font-weight: 600; font-size: 14px; color: var(--navy-900); }
.form-group input, .form-group textarea, .form-group select {
    border: 1.5px solid var(--line); border-radius: 10px;
    padding: 13px 15px; font-size: 15px; font-family: var(--ff-body);
    color: var(--ink); background: var(--blue-50); transition: border .2s, background .2s;
    width: 100%;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
    outline: none; border-color: var(--blue-600); background: #fff;
}
.form-group textarea { resize: vertical; }
.btn-submit-form, .btn-checkout-submit {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: var(--blue-600); color: #fff;
    font-family: var(--ff-head); font-weight: 700; font-size: 16px;
    padding: 15px 30px; border-radius: 10px; width: 100%;
    transition: background .2s, transform .2s;
}
.btn-submit-form:hover, .btn-checkout-submit:hover { background: var(--navy-900); transform: translateY(-2px); }
.form-status { display: none; margin-top: 16px; padding: 14px 18px; border-radius: 10px; font-size: 14.5px; font-weight: 500; }
.form-status.success { display: block; background: #e6f7ee; color: #1d7a46; border: 1px solid #b9e6cd; }
.form-status.error { display: block; background: #fdecec; color: #c0392b; border: 1px solid #f5c6cb; }

/* ================================================================
   FOOTER
================================================================ */
.footer-main { background: var(--navy-900); color: #aebfdd; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 50px; }
.footer-col h4 { color: #fff; font-size: 17px; margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.footer-col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; border-radius: 3px; background: var(--blue-500); }
.footer-col-about .logo { margin-bottom: 18px; }
.footer-col-about .logo-mark, .footer-col-about .logo-elite { font-size: 24px; }
.footer-col-about .logo-mark { color: #fff; }
.footer-col-about p { font-size: 14.5px; margin-bottom: 22px; }
.footer-contact-line { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 14.5px; }
.footer-contact-line i { color: var(--blue-400); margin-top: 4px; width: 18px; }
.footer-contact-line a { color: #aebfdd; }
.footer-contact-line a:hover { color: #fff; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { font-size: 14.5px; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; }
.footer-col ul li a::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--blue-500); font-size: 12px; }
.footer-col ul li a:hover { color: #fff; padding-left: 5px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08); color: #fff; display: grid; place-items: center; transition: all .2s; }
.footer-social a:hover { background: var(--blue-600); transform: translateY(-3px); }
.payment-badges { display: flex; gap: 10px; align-items: center; margin-top: 20px; flex-wrap: wrap; }
.payment-badges img { height: 28px; background: #fff; padding: 4px 6px; border-radius: 5px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 22px 0; }
.footer-bottom-flex { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; }
.footer-policy-links { display: flex; gap: 22px; }
.footer-policy-links a:hover { color: #fff; }

/* ================================================================
   DRAWER (Tur Detay)
================================================================ */
.detail-drawer-overlay {
    position: fixed; inset: 0; z-index: 2000;
    background: rgba(10,31,68,0.55); backdrop-filter: blur(3px);
    opacity: 0; visibility: hidden; transition: all .35s;
}
.detail-drawer-overlay.active { opacity: 1; visibility: visible; }
.detail-drawer-content {
    position: absolute; top: 0; right: 0; height: 100%;
    width: 560px; max-width: 92vw;
    background: #fff; overflow-y: auto;
    transform: translateX(100%); transition: transform .4s cubic-bezier(.7,0,.2,1);
    padding: 56px 40px 40px;
}
.detail-drawer-overlay.active .detail-drawer-content { transform: translateX(0); }
.drawer-close-btn {
    position: absolute; top: 20px; right: 22px;
    width: 42px; height: 42px; border-radius: 10px;
    background: var(--blue-50); color: var(--navy-900); font-size: 18px;
    display: grid; place-items: center; transition: all .2s;
}
.drawer-close-btn:hover { background: var(--blue-600); color: #fff; }
.drawer-category { display: inline-block; background: var(--blue-100); color: var(--blue-600); font-family: var(--ff-head); font-weight: 600; font-size: 12px; padding: 6px 14px; border-radius: 50px; margin-bottom: 12px; }
.drawer-title { font-size: 26px; }
.drawer-hero-image { width: 100%; height: 240px; object-fit: cover; border-radius: var(--radius); margin-bottom: 24px; }
.drawer-meta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
.drawer-meta-card { background: var(--blue-50); border-radius: 12px; padding: 16px 12px; text-align: center; }
.drawer-meta-card i { font-size: 20px; color: var(--blue-600); margin-bottom: 8px; }
.drawer-meta-card span { display: block; font-size: 12px; color: var(--muted); }
.drawer-meta-card p { font-family: var(--ff-head); font-weight: 600; font-size: 14px; color: var(--navy-900); margin: 2px 0 0; }
.drawer-section-title { font-size: 18px; margin: 26px 0 14px; padding-left: 14px; border-left: 4px solid var(--blue-600); }
.drawer-description { color: var(--muted); }
.drawer-details-list { display: flex; flex-direction: column; gap: 11px; }
.drawer-details-list li { display: flex; gap: 11px; font-size: 14.5px; color: var(--ink); align-items: flex-start; }
.drawer-details-list li i { margin-top: 4px; }
.drawer-details-list .check { color: #1d9d5b; }
.drawer-details-list .times { color: #d05050; }
.drawer-details-list .accent-dot { color: var(--blue-600); }
.drawer-pricing-bar {
    position: sticky; bottom: -40px; margin: 32px -40px -40px;
    background: var(--navy-900); color: #fff;
    padding: 22px 40px; display: flex; align-items: center; justify-content: space-between;
}
.drawer-price-info p { font-size: 13px; color: #aebfdd; margin: 0; }
.drawer-price-info h4 { color: var(--blue-400); font-size: 28px; }
.btn-drawer-book { background: var(--blue-600); color: #fff; font-family: var(--ff-head); font-weight: 700; padding: 14px 26px; border-radius: 10px; transition: background .2s; }
.btn-drawer-book:hover { background: var(--blue-500); }

/* ================================================================
   CHECKOUT MODAL
================================================================ */
.checkout-modal-overlay {
    position: fixed; inset: 0; z-index: 2100;
    background: rgba(10,31,68,0.6); backdrop-filter: blur(3px);
    opacity: 0; visibility: hidden; transition: all .3s;
    display: grid; place-items: center; padding: 20px;
}
.checkout-modal-overlay.active { opacity: 1; visibility: visible; }
.checkout-modal {
    background: #fff; border-radius: var(--radius-lg);
    width: 640px; max-width: 100%; max-height: 92vh; overflow-y: auto;
    position: relative; transform: scale(.92); transition: transform .3s;
}
.checkout-modal-overlay.active .checkout-modal { transform: scale(1); }
.modal-close-btn {
    position: absolute; top: 18px; right: 18px;
    width: 40px; height: 40px; border-radius: 10px;
    background: rgba(255,255,255,0.15); color: #fff; font-size: 17px;
    display: grid; place-items: center; z-index: 2;
}
.checkout-modal-header {
    background: var(--navy-900); color: #fff;
    padding: 28px 34px; border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.checkout-modal-header h3 { color: #fff; font-size: 22px; }
.checkout-modal-header p { color: #aebfdd; font-size: 14.5px; }
.checkout-modal-body { padding: 30px 34px 34px; }
.radio-group-wrap { display: flex; gap: 14px; }
.radio-label { display: flex; align-items: center; gap: 8px; background: var(--blue-50); padding: 12px 18px; border-radius: 10px; cursor: pointer; font-size: 14.5px; border: 1.5px solid var(--line); flex: 1; }
.radio-label input { accent-color: var(--blue-600); }
.price-summary-panel { background: var(--blue-50); border-radius: 12px; padding: 20px 22px; margin: 22px 0; }
.price-summary-row { display: flex; justify-content: space-between; font-size: 15px; padding: 6px 0; }
.price-summary-row.border-top { border-top: 1px dashed #c5d4ea; margin-top: 8px; padding-top: 14px; }
.summary-value { font-weight: 700; }
.summary-value.accent-text { color: var(--blue-600); font-size: 22px; font-family: var(--ff-head); }
.btn-checkout-submit { margin-top: 8px; }
.booking-success-screen { display: none; text-align: center; padding: 20px 10px; }
.booking-success-screen .success-icon { font-size: 56px; color: #1d9d5b; margin-bottom: 18px; }
.booking-success-screen h4 { font-size: 24px; margin-bottom: 12px; }
.booking-success-screen > p { color: var(--muted); margin-bottom: 24px; }
.reservation-details-receipt { background: var(--blue-50); border-radius: 12px; padding: 22px; text-align: left; margin-bottom: 24px; }
.reservation-details-receipt p { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14.5px; }
.accent-text { color: var(--blue-600); font-weight: 700; }
.btn-success-close { background: var(--navy-900); color: #fff; font-family: var(--ff-head); font-weight: 600; padding: 14px 34px; border-radius: 10px; }
.animate-scale { animation: scaleIn .5s ease; }
@keyframes scaleIn { 0% { transform: scale(0); } 60% { transform: scale(1.2); } 100% { transform: scale(1); } }

/* ================================================================
   SCROLL ANIMATIONS
================================================================ */
.animate-scroll { opacity: 0; transform: translateY(40px); transition: opacity .7s ease, transform .7s ease; }
.animate-scroll.visible { opacity: 1; transform: translateY(0); }

/* Floating WhatsApp */
.float-whatsapp {
    position: fixed; bottom: 26px; right: 26px; z-index: 900;
    width: 58px; height: 58px; border-radius: 50%;
    background: #25d366; color: #fff; font-size: 28px;
    display: grid; place-items: center;
    box-shadow: 0 10px 28px rgba(37,211,102,0.5);
    animation: pulse 2.5s infinite;
}
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 1024px) {
    .nav-links { display: none; }
    .mobile-menu-btn { display: flex; }
    .tursab-badge { display: none; }
    .btn-phone span { display: none; }
    .btn-phone { padding: 12px; }
    .why-grid { grid-template-columns: 1fr; gap: 40px; }
    .experience-badge-overlay { left: 16px; }
    .categories-grid, .tours-grid-container, .reasons-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonial-card { flex: 0 0 calc((100% - 28px) / 2); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .search-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    section { padding: 64px 0; }
    .top-bar-left .topbar-hide { display: none; }
    .top-bar { font-size: 12.5px; }
    .top-bar-links { display: none; }
    .hero-section { min-height: auto; padding: 60px 0 40px; }
    .search-console-container { position: static; margin-top: 36px; }
    .search-console-inner { padding: 20px; }
    .categories-section { padding-top: 70px; }
    .search-grid { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; }
    .testimonial-card { flex: 0 0 100%; }
    .form-row.flex-row { flex-direction: column; gap: 18px; }
}
@media (max-width: 560px) {
    .container { padding: 0 18px; }
    .categories-grid, .tours-grid-container, .reasons-grid, .blog-grid, .stats-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .drawer-meta-grid { grid-template-columns: 1fr; }
    .hero-buttons { flex-direction: column; align-items: stretch; }
    .hero-buttons a { justify-content: center; }
    .detail-drawer-content { padding: 56px 22px 22px; }
    .drawer-pricing-bar { margin: 28px -22px -22px; padding: 18px 22px; flex-direction: column; gap: 14px; }
    .footer-bottom-flex { flex-direction: column; text-align: center; }
}
