:root {
    --primary: #003527;
    --primary-container: #064e3b;
    --primary-fixed: #b0f0d6;
    --primary-fixed-dim: #95d3ba;
    --on-primary: #ffffff;
    --on-primary-container: #80bea6;
    --secondary: #735c00;
    --secondary-container: #fed65b;
    --secondary-fixed: #ffe088;
    --on-secondary: #ffffff;
    --on-secondary-container: #745c00;
    --surface: #f9f9ff;
    --surface-dim: #d0daef;
    --surface-bright: #f9f9ff;
    --surface-container-lowest: #ffffff;
    --surface-container-low: #eff3ff;
    --surface-container: #e6eeff;
    --surface-container-high: #dee9fd;
    --surface-container-highest: #d9e3f7;
    --on-surface: #121c2a;
    --on-surface-variant: #404944;
    --outline: #707974;
    --outline-variant: #bfc9c3;
    --bg: #f9f9ff;
    --text: #121c2a;
    --text-secondary: #404944;
    --text-muted: #707974;
    --error: #ba1a1a;
    --error-container: #ffdad6;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow: 0 4px 20px rgba(0,0,0,0.05);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
    --radius: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 24px;
    --radius-3xl: 32px;
    --font: 'IBM Plex Sans Arabic', -apple-system, sans-serif;
    --font-display: 'IBM Plex Sans Arabic', sans-serif;
    --spacing-base: 8px;
    --container-max: 1280px;
    --gutter: 24px;
    --margin-desktop: 48px;
    --margin-mobile: 16px;
    /* backward compat */
    --white: #ffffff;
    --primary-dark: #003527;
    --primary-light: #064e3b;
    --font-arabic: 'IBM Plex Sans Arabic', sans-serif;
    --cream: #fef7e6;
    --tertiary-fixed: #e1e3e4;
    --tertiary-container: #e8f5e9;
    --text-medium: #707974;
    --text-light: #707974;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { overflow-x: hidden; }
body {
    font-family: var(--font);
    font-size: 16px;
    background: var(--bg);
    color: var(--text);
    line-height: 1.75;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    padding-top: 80px;
    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%3Cpath d='M30 0l2.5 12.5L45 15l-12.5 2.5L30 30l-2.5-12.5L15 15l12.5-2.5z' fill='%23003527' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--margin-desktop); }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.3;
    text-wrap: balance;
}
p { line-height: 1.8; }
strong, b { font-weight: 700; }

/* ===== ICONS ===== */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}
.icon-fill { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

/* ===== HEADER ===== */
.site-header {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 1000;
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    height: 80px;
}
.site-header.scrolled { height: 64px; box-shadow: var(--shadow); }
.site-header.hidden { transform: translateY(-100%); }

/* ===== HEADER OVER HERO (نافبار مدموج مع الهيرو) ===== */
.site-header.on-hero { background: transparent; box-shadow: none; }
.site-header.on-hero.scrolled { background: var(--surface); box-shadow: var(--shadow); }
.site-header.on-hero:not(.scrolled) .logo-text { color: #fff; }
.site-header.on-hero:not(.scrolled) .logo-text-accent { color: var(--secondary-container); }
.site-header.on-hero:not(.scrolled) .logo-subtitle { color: rgba(255,255,255,0.75); }
.site-header.on-hero:not(.scrolled) .nav-menu li a,
.site-header.on-hero:not(.scrolled) .nav-caret { color: rgba(255,255,255,0.92); }
.site-header.on-hero:not(.scrolled) .nav-menu li a:hover,
.site-header.on-hero:not(.scrolled) .nav-menu li a.active { color: var(--secondary-container); }
.site-header.on-hero:not(.scrolled) .nav-menu li a.active { border-bottom-color: var(--secondary-container); }
.site-header.on-hero:not(.scrolled) .nav-toggle span { background: #fff; }
.site-header.on-hero.scrolled .logo-text,
.site-header.on-hero.scrolled .logo-subtitle,
.site-header.on-hero.scrolled .logo-text-accent,
.site-header.on-hero.scrolled .nav-menu li a,
.site-header.on-hero.scrolled .nav-toggle span { color: var(--text); }
.site-header.on-hero.scrolled .logo-text-accent { color: var(--secondary); }

/* ===== نافذة الهامبورغر شفافة فوق الهيرو ===== */
@media (max-width: 768px) {
    .site-header.on-hero .nav-menu {
        background: rgba(13,26,18,0.82);
        backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
        border-color: rgba(255,255,255,0.15);
        box-shadow: 0 12px 40px rgba(0,0,0,0.35);
    }
    .site-header.on-hero .nav-menu li a { color: #fff; }
    .site-header.on-hero .nav-menu li a:hover { background: rgba(255,255,255,0.1); color: var(--secondary-container); }
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--margin-desktop);
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-display);
    text-decoration: none;
}
.logo-svg { width: 46px; height: 46px; flex-shrink: 0; display: block; }
.logo-text { font-size: 22px; font-weight: 700; color: var(--text); line-height: 1.2; white-space: nowrap; display: flex; flex-direction: column; }
.logo-text-accent { color: var(--secondary); font-weight: 800; }
.logo-subtitle { font-size: 11px; font-weight: 400; color: var(--text-muted); letter-spacing: 0.3px; }
.logo img { height: 56px; width: auto; display: block; }
@media (max-width: 768px) {
    .logo-svg { width: 38px; height: 38px; }
    .logo-text { font-size: 18px; }
    .logo img { height: 44px; }
}
.main-nav { display: flex; align-items: center; gap: 32px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s ease; }
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.nav-menu { display: flex; gap: 24px; align-items: center; }
.nav-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-secondary);
    transition: color 0.2s;
    white-space: nowrap;
}
.nav-menu li a:hover,
.nav-menu li a.active { color: var(--primary); }
.nav-menu li a.active { border-bottom: 2px solid var(--primary); padding-bottom: 4px; }
.btn-login {
    padding: 8px 24px;
    background: var(--primary);
    color: var(--on-primary);
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}
.btn-login:hover { opacity: 0.9; }

/* ===== NEW HERO ===== */
.hero-new {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px 0 60px;
    margin-top: -80px;
    color: #fff;
    background: #001a12;
}
.hero-new-bg {
    position: absolute; inset: 0; z-index: 0;
    background-size: cover;
    background-position: center top;
}
.hero-new-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(0,20,14,0.92) 0%, rgba(0,53,39,0.75) 40%, rgba(0,53,39,0.55) 100%);
}
.hero-badges {
    display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 18px; border-radius: 30px;
    font-size: 13px; font-weight: 600;
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.hero-badge--licensed {
    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: #fff;
}
.hero-badge--offer {
    background: linear-gradient(135deg, rgba(254,214,91,0.2), rgba(254,214,91,0.08));
    border: 1px solid rgba(254,214,91,0.35); color: var(--secondary-container);
}
.hero-new-title {
    font-size: clamp(42px, 10vw, 72px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 16px;
    text-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
.hero-new-subtitle {
    font-size: clamp(16px, 3vw, 22px);
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin-bottom: 32px;
    font-weight: 400;
}
.hero-trust-icons {
    display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 28px;
}
.hero-trust-item {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: rgba(255,255,255,0.85);
}
.hero-trust-item .material-symbols-outlined {
    font-size: 28px; color: var(--secondary-container);
}
.hero-rating-card {
    display: inline-flex; align-items: center; gap: 12px;
    background: rgba(0,53,39,0.7); border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    padding: 14px 22px; border-radius: var(--radius-xl);
    font-size: 14px; color: #fff;
}
.hero-rating-stars { font-size: 14px; letter-spacing: 2px; }

/* ===== HERO CTA ROW (داخل الهيرو مباشرة) ===== */
.hero-cta {
    display: flex; align-items: center; justify-content: flex-start;
    gap: 14px; flex-wrap: wrap; margin-bottom: 18px;
}
.hero-new .hero-cta-whatsapp { max-width: none; margin: 0; padding: 16px 30px; font-size: 18px; }
.hero-new .hero-cta-phone { max-width: none; margin: 0; padding: 14px 24px; font-size: 16px; }
.hero-cta-packages {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 16px 30px; border-radius: 60px;
    background: linear-gradient(135deg, #ffe9a3, #fed65b);
    color: #1a1a2e; font-size: 18px; font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(254,214,91,0.35);
}
.hero-cta-packages:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(254,214,91,0.5); }
.hero-new .hero-cta-badges { justify-content: flex-start; }

/* ===== OLD HERO (صفحات مثل عمرة من الرياض) ===== */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -80px;
    overflow: hidden;
    min-height: 560px;
    padding: 150px 0 70px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,20,14,0.78), rgba(0,53,39,0.45)); }
.hero .container { position: relative; z-index: 2; }

/* ===== SPLIT HERO (نص + نموذج حجز) ===== */
.hero-split {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    align-items: center;
    width: 100%;
}

/* ===== بطاقة نموذج الحجز ===== */
.hero-booking-card {
    position: relative;
    background: rgba(6, 52, 38, 0.72);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(254, 214, 91, 0.35);
    border-radius: var(--radius-2xl);
    padding: 26px;
    color: #fff;
    box-shadow: 0 24px 70px rgba(0,0,0,0.45);
    color-scheme: dark;
}
.hero-booking-card::before {
    content: "";
    position: absolute; inset: 0;
    border-radius: var(--radius-2xl);
    background: linear-gradient(135deg, rgba(254,214,91,0.12), transparent 45%);
    pointer-events: none;
}
.hero-booking-head {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 20px;
}
.hero-booking-head .material-symbols-outlined {
    font-size: 30px;
    color: var(--secondary-container);
    background: rgba(254,214,91,0.14);
    border: 1px solid rgba(254,214,91,0.3);
    border-radius: 14px;
    padding: 10px;
}
.hero-booking-head strong { font-size: 19px; font-weight: 800; display: block; line-height: 1.3; }
.hero-booking-head span { font-size: 12.5px; color: rgba(255,255,255,0.7); }
.hero-booking-form { display: flex; flex-direction: column; gap: 14px; position: relative; }
.hero-booking-form label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85); display: flex; flex-direction: column; gap: 6px; }
.hero-booking-form input,
.hero-booking-form select {
    background: rgba(0, 26, 18, 0.55);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    font-family: var(--font);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}
.hero-booking-form select option { color: #121c2a; background: #fff; }
.hero-booking-form input::placeholder { color: rgba(255,255,255,0.5); }
.hero-booking-form input:focus,
.hero-booking-form select:focus {
    border-color: var(--secondary-container);
    box-shadow: 0 0 0 3px rgba(254,214,91,0.18);
}
.hero-booking-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1) sepia(1) saturate(3) hue-rotate(-10deg);
    cursor: pointer;
}
.hero-num-row { display: flex; align-items: center; gap: 8px; }
.hero-num-row button {
    width: 42px; height: 42px; flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s;
}
.hero-num-row button:hover { background: rgba(254,214,91,0.2); border-color: var(--secondary-container); }
.hero-num-row input { text-align: center; font-weight: 700; }
.hero-booking-submit {
    margin-top: 4px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 20px;
    border: none; border-radius: 60px;
    background: #25d366; color: #fff;
    font-size: 16px; font-weight: 700;
    font-family: var(--font);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 8px 24px rgba(37,219,106,0.35);
}
.hero-booking-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,219,106,0.5); }
.hero-booking-note {
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin: 0;
    display: flex; align-items: center; justify-content: center; gap: 6px;
}
.hero-booking-note .material-symbols-outlined { color: var(--secondary-container); }

/* ===== FEATURES BAR ===== */
.hero-features-bar {
    background: linear-gradient(135deg, #002a1e, #003527);
    padding: 28px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hero-features-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.hero-feature-item {
    display: flex; align-items: center; gap: 12px; justify-content: center;
    color: #fff; text-align: right;
}
.hero-feature-item .material-symbols-outlined {
    font-size: 36px; color: var(--secondary-container);
}
.hero-feature-item strong { font-size: 14px; display: block; }
.hero-feature-item span { font-size: 12px; opacity: 0.75; }

/* ===== TRUST BANNER ===== */
.hero-trust-banner {
    background: linear-gradient(135deg, #0a6b4a, #003527);
    padding: 22px 0;
    color: #fff; text-align: center;
    border-bottom: 3px solid var(--secondary-container);
}

/* ===== CTA SECTION ===== */
.hero-cta-section {
    background: var(--primary); padding: 32px 0; text-align: center;
}
.hero-cta-whatsapp {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    max-width: 600px; margin: 0 auto 16px;
    padding: 18px 32px; border-radius: 60px;
    background: #25d366; color: #fff;
    font-size: 22px; font-weight: 700;
    text-decoration: none; transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(37,211,102,0.3);
}
.hero-cta-whatsapp:hover { transform: scale(1.02); box-shadow: 0 6px 30px rgba(37,211,102,0.45); }
.hero-cta-phone {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    max-width: 600px; margin: 0 auto 20px;
    padding: 14px 28px; border-radius: 60px;
    background: transparent; color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
    font-size: 18px; font-weight: 600;
    text-decoration: none; transition: all 0.2s;
}
.hero-cta-phone:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.05); }
.hero-cta-badges {
    display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;
    font-size: 13px; color: rgba(255,255,255,0.75);
}
.hero-cta-badges span {
    display: flex; align-items: center; gap: 5px;
}

/* ===== HERO RESPONSIVE ===== */
@media (max-width: 768px) {
    .hero-new { min-height: auto; padding: 90px 0 40px; }
    .hero-new-title { font-size: 42px; }
    .hero-features-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .hero-feature-item { justify-content: flex-start; }
    .hero-cta-whatsapp { font-size: 18px; padding: 16px 24px; }
    .hero-cta-phone { font-size: 15px; padding: 12px 20px; }
    .hero-trust-icons { gap: 16px; }
    .hero-new .hero-cta-whatsapp,
    .hero-cta-packages { font-size: 16px; padding: 14px 22px; }
    .hero-new .hero-cta-phone { font-size: 15px; padding: 12px 18px; }
    .hero-new .hero-cta { justify-content: center; }
    .hero-new .hero-cta-badges { justify-content: center; }
    .hero-new .hero-badges,
    .hero-new .hero-new-title,
    .hero-new .hero-new-subtitle,
    .hero-new .hero-trust-icons { text-align: center; justify-content: center; }
    .hero-new .hero-trust-icons { justify-content: center; }
    .hero { margin-top: -64px; padding: 130px 0 56px; }
    .hero-split { grid-template-columns: 1fr; gap: 32px; }
    .hero-booking-card { padding: 22px; }
}
@media (max-width: 480px) {
    .hero-new-title { font-size: 36px; }
    .hero-features-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .hero-cta-badges { flex-direction: column; align-items: center; gap: 8px; }
}

/* keep old hero class for other pages */
.hero-content h1 span { color: var(--secondary-fixed); }
.hero-content p {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 40px;
    line-height: 1.6;
}
.hero-buttons { display: flex; gap: 16px; justify-content: flex-end; }


/* ===== SEARCH BAR (Bento) ===== */
.search-bento {
    position: relative;
    z-index: 3;
    margin-top: -64px;
}
.search-bento-inner {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: var(--radius-3xl);
    padding: 32px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--outline-variant);
}
.search-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gutter); align-items: end; }
.search-field { display: flex; flex-direction: column; gap: 8px; }
.search-field label {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
}
.search-field label .material-symbols-outlined { color: var(--primary); font-size: 20px; }
.search-field input,
.search-field select {
    width: 100%;
    padding: 12px 16px;
    background: var(--surface-container-low);
    border: none;
    border-radius: var(--radius-lg);
    color: var(--text);
    font-family: var(--font);
    font-size: 14px;
    transition: all 0.2s;
}
.search-field input:focus,
.search-field select:focus { outline: none; box-shadow: 0 0 0 2px var(--primary); }
.btn-search {
    height: 52px;
    background: var(--primary);
    color: var(--on-primary);
    border: none;
    border-radius: var(--radius-lg);
    padding: 0 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}
.btn-search:hover { background: var(--primary-container); }

/* ===== SECTIONS ===== */
.section { padding: clamp(64px, 8vw, 96px) 0; }
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: clamp(32px, 5vw, 48px);
}
.section-header-right { text-align: right; }
.section-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.section-title {
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 700;
    color: var(--primary);
    line-height: 1.3;
}
.section-link {
    color: var(--primary);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}
.section-link:hover { color: var(--primary-container); }

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--font);
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
}
.btn-primary {
    background: var(--primary);
    color: var(--on-primary);
}
.btn-primary:hover { background: var(--primary-container); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.3);
}
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }
.btn-gold {
    background: var(--secondary-container);
    color: var(--on-secondary-container);
}
.btn-gold:hover { background: var(--secondary-fixed); }

/* ===== PACKAGE CARDS ===== */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gutter);
}
.packages-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1200px) {
    .packages-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .packages-grid--4 { grid-template-columns: 1fr; }
}
.package-card {
    background: var(--surface);
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--outline-variant);
    transition: all 0.3s ease;
}
.package-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}
.package-card-image {
    position: relative;
    height: 256px;
    overflow: hidden;
}
.package-card-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.package-card:hover .package-card-image img { transform: scale(1.1); }
.package-badge {
    position: absolute; top: 16px; right: 16px;
    padding: 4px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}
.package-badge.featured { background: var(--secondary-container); color: var(--on-secondary-container); }
.package-badge.popular { background: var(--primary); color: var(--on-primary); }
.package-card-body { padding: 24px; text-align: right; }
.package-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}
.package-card-price {
    color: var(--primary);
    text-align: left;
}
.package-card-price .amount {
    font-size: 24px;
    font-weight: 700;
}
.package-card-price .currency {
    font-size: 14px;
}
.package-card-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
}
.package-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}
.package-feature {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: var(--text-secondary);
}
.package-feature .material-symbols-outlined {
    color: var(--primary);
    font-size: 20px;
}
.package-card-action {
    width: 100%;
    padding: 12px;
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font);
    cursor: pointer;
    transition: all 0.2s;
}
.package-card-action:hover { background: var(--primary); color: var(--on-primary); }

/* ===== WHY CHOOSE US ===== */
.why-section {
    position: relative;
    overflow: hidden;
    background: rgba(222, 233, 253, 0.5);
}
.why-section::before {
    content: '';
    position: absolute;
    right: -80px;
    top: 80px;
    font-size: 300px;
    opacity: 0.05;
    color: var(--primary);
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}
.why-item { text-align: center; }
.why-icon {
    width: 96px;
    height: 96px;
    background: var(--primary-fixed);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transform: rotate(3deg);
    transition: transform 0.3s;
    box-shadow: var(--shadow);
}
.why-item:hover .why-icon { transform: rotate(0deg); }
.why-icon .material-symbols-outlined { color: var(--primary); font-size: 48px; }
.why-item h3 { font-size: 24px; font-weight: 600; margin-bottom: 12px; }
.why-item p { font-size: 16px; color: var(--text-secondary); }

/* ===== NEWSLETTER CTA ===== */
.newsletter-cta {
    background: var(--primary);
    border-radius: 40px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}
.newsletter-cta::before {
    content: '';
    position: absolute; inset: 0;
    opacity: 0.1;
    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%3Cpath d='M30 0l2.5 12.5L45 15l-12.5 2.5L30 30l-2.5-12.5L15 15l12.5-2.5z' fill='%23fff' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.newsletter-cta > * { position: relative; z-index: 1; }
.newsletter-cta h3 {
    font-size: 48px;
    font-weight: 700;
    color: var(--on-primary);
    margin-bottom: 16px;
}
.newsletter-cta p {
    font-size: 18px;
    color: var(--primary-fixed);
}
.newsletter-form { display: flex; gap: 16px; }
.newsletter-form input {
    padding: 16px 24px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-family: var(--font);
    font-size: 16px;
    min-width: 300px;
    outline: none;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form input:focus { background: rgba(255,255,255,0.2); box-shadow: 0 0 0 2px var(--secondary-fixed); }
.newsletter-form button {
    padding: 16px 32px;
    background: var(--secondary-container);
    color: var(--on-secondary-container);
    border: none;
    border-radius: var(--radius-lg);
    font-weight: 700;
    font-family: var(--font);
    cursor: pointer;
    transition: background 0.2s;
}
.newsletter-form button:hover { background: var(--secondary-fixed); }

/* ===== PAGE HEADER ===== */
.page-header {
    background: var(--surface-container-high);
    padding: 40px 0;
    text-align: center;
}
.page-header h1 { font-size: clamp(28px, 4.5vw, 44px); font-weight: 700; color: #ffffff; line-height: 1.3; margin-bottom: 8px; text-shadow: 0 2px 8px rgba(0,0,0,0.25); }
.page-header p { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 500px; margin: 0 auto; line-height: 1.8; }

/* ===== BREADCRUMBS ===== */
.breadcrumbs { margin-top: 12px; font-size: 14px; color: rgba(255,255,255,0.7); }
.breadcrumbs ol { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.breadcrumbs li { display: flex; align-items: center; }
.breadcrumbs li::before { content: '/'; margin-left: 8px; color: rgba(255,255,255,0.4); }
.breadcrumbs li:first-child::before { display: none; }
.breadcrumbs a { color: rgba(255,255,255,0.75); }
.breadcrumbs a:hover { color: #fed65b; }
.breadcrumbs li:last-child { color: #fed65b; font-weight: 600; }

/* ===== FOOTER ===== */
.site-footer { background: var(--surface-container-highest); margin-top: 80px; }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: var(--gutter);
    padding: 48px var(--margin-desktop);
    max-width: var(--container-max);
    margin: 0 auto;
}
.footer-col { text-align: right; }
.footer-brand { font-size: 24px; font-weight: 700; color: var(--text); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.footer-col p { font-size: 14px; color: var(--text-secondary); line-height: 1.8; }
.footer-col h4 { font-size: 16px; font-weight: 700; color: var(--primary); margin-bottom: 24px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 14px; color: var(--text-secondary); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--primary); text-decoration: underline; }
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 12px;
}
.footer-contact .material-symbols-outlined { color: var(--primary); font-size: 20px; }
.footer-social { display: flex; gap: 16px; margin-top: 16px; }
.footer-social a {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(0,53,39,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: all 0.2s;
}
.footer-social a:hover { background: var(--primary); color: var(--on-primary); }
.footer-bottom {
    border-top: 1px solid var(--outline-variant);
    padding: 24px var(--margin-desktop);
    max-width: var(--container-max);
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ===== STATS ===== */
.stats {
    background: linear-gradient(135deg, var(--primary), var(--primary-container));
    color: #fff;
    padding: 56px 0;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--secondary-fixed);
    display: block;
}
.stat-label { font-size: 14px; opacity: 0.75; margin-top: 4px; }

/* ===== BLOG ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
    background: var(--surface);
    border-radius: var(--radius-2xl);
    overflow: hidden;
    border: 1px solid var(--outline-variant);
    transition: all 0.3s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-image { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 40px; color: rgba(255,255,255,0.2); position: relative; }
.blog-date { position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,0.5); backdrop-filter: blur(8px); color: #fff; padding: 4px 10px; border-radius: 6px; font-size: 11px; }
.blog-body { padding: 20px; }
.blog-body h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; line-height: 1.4; }
.blog-body p { font-size: 14.5px; color: var(--text-secondary); margin-bottom: 12px; line-height: 1.8; }
.blog-body .btn-read { color: var(--primary); font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 6px; }

/* ===== FORMS ===== */
.form-section {
    background: var(--surface-container-lowest);
    padding: 32px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--outline-variant);
}
.form-group { margin-bottom: 24px; }
.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 8px;
}
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--outline-variant);
    border-radius: var(--radius-lg);
    font-family: var(--font);
    font-size: 14px;
    transition: all 0.2s;
    background: var(--surface);
    color: var(--text);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary);
}
.form-group textarea { height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ===== FAQ ===== */
.faq-item {
    background: var(--surface-container-lowest);
    border-radius: var(--radius-lg);
    margin-bottom: 8px;
    border: 1px solid var(--outline-variant);
    overflow: hidden;
}
.faq-question {
    padding: 18px 24px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s;
}
.faq-question:hover { background: rgba(0,53,39,0.02); }
.faq-question .material-symbols-outlined { color: var(--primary); transition: transform 0.3s; font-size: 20px; }
.faq-item.active .faq-question .material-symbols-outlined { transform: rotate(180deg); }
.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.9;
}
.faq-item.active .faq-answer { padding: 0 24px 20px; max-height: 400px; }

/* ===== FILTER SIDEBAR ===== */
.filter-sidebar {
    width: 320px;
    flex-shrink: 0;
    background: var(--surface-container-lowest);
    padding: 24px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--outline-variant);
}
.filter-sidebar h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.filter-section { margin-bottom: 32px; }
.filter-section label { font-size: 16px; font-weight: 700; margin-bottom: 16px; display: block; }
.filter-option { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; cursor: pointer; }
.filter-option input[type="checkbox"],
.filter-option input[type="radio"] {
    width: 20px; height: 20px;
    accent-color: var(--primary);
}
.filter-option span { font-size: 16px; color: var(--text-secondary); }
.filter-option:hover span { color: var(--primary); }

/* ===== PROGRESS STEPS ===== */
.progress-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 500px;
    margin: 0 auto 48px;
}
.progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 66%;
    height: 4px;
    background: var(--primary);
    transform: translateY(-50%);
    z-index: 0;
}
.progress-bg-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--tertiary-fixed, #e1e3e4);
    transform: translateY(-50%);
    z-index: -1;
}
.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}
.progress-circle {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}
.progress-circle.done { background: var(--primary); color: var(--on-primary); }
.progress-circle.current { background: var(--surface-container-highest); border: 2px solid var(--outline-variant); color: var(--text-secondary); }
.progress-circle.future { background: var(--surface-container-highest); border: 2px solid var(--outline-variant); color: var(--text-secondary); }
.progress-text { font-size: 14px; font-weight: 500; }
.progress-text.active { color: var(--primary); }

/* ===== ITINERARY ===== */
.itinerary-step { position: relative; padding-right: 32px; padding-bottom: 32px; }
.itinerary-step::before {
    content: '';
    position: absolute;
    right: 11px;
    top: 24px;
    bottom: 0;
    width: 2px;
    background: var(--outline-variant);
}
.itinerary-step:last-child::before { display: none; }
.itinerary-dot {
    position: absolute;
    right: 0;
    top: 4px;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--primary);
    z-index: 1;
    box-shadow: 0 0 0 4px var(--primary-fixed);
}
.itinerary-step h4 { font-size: 24px; font-weight: 600; color: var(--primary); margin-bottom: 8px; }
.itinerary-step p { font-size: 16px; color: var(--text-secondary); line-height: 1.8; }

/* ===== STICKY BOOKING CARD ===== */
.sticky-card { position: sticky; top: 100px; }

/* ===== PAYMENT ===== */
.payment-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: var(--radius-lg);
    border: 2px solid var(--outline-variant);
    cursor: pointer;
    transition: all 0.2s;
}
.payment-option:hover { border-color: var(--primary); }
.payment-option.selected {
    border-color: var(--primary);
    background: rgba(0,53,39,0.05);
}
.payment-option input[type="radio"] {
    width: 20px; height: 20px;
    accent-color: var(--primary);
}

/* ===== SUMMARY CARD ===== */
.page-layout { max-width: 100%; }
.summary-card {
    background: var(--surface-container-highest);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--outline-variant);
}
.summary-header {
    height: 160px;
    position: relative;
    overflow: hidden;
}
.summary-header img { width: 100%; height: 100%; object-fit: cover; }
.summary-header-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,53,39,0.8), transparent);
}
.summary-header-content {
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #fff;
}
.summary-header-content h3 { font-size: 24px; font-weight: 600; }
.summary-body { padding: 24px; }
.summary-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.summary-row .material-symbols-outlined { color: var(--primary); }
.summary-row .label { font-size: 14px; color: var(--text-secondary); }
.summary-row .value { font-size: 16px; font-weight: 700; }
.summary-totals { border-top: 1px solid var(--outline-variant); padding-top: 24px; margin-top: 24px; }
.summary-total { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 16px; }
.summary-grand-total { display: flex; justify-content: space-between; font-size: 24px; font-weight: 700; color: var(--primary); border-top: 1px dashed var(--outline-variant); padding-top: 12px; margin-top: 12px; }
.discount { color: var(--error); }
.summary-info { background: var(--surface-container-low); padding: 16px; border-radius: var(--radius-lg); display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.summary-info p { font-size: 14px; color: var(--text-secondary); }

/* ===== FLOATING BUTTONS ===== */
.whatsapp-float, .call-float {
    position: fixed;
    width: 52px; height: 52px;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 999;
    transition: all 0.3s ease;
}
.whatsapp-float { bottom: 24px; left: 24px; background: #25D366; }
.call-float { bottom: 88px; left: 24px; background: var(--secondary); color: #fff; }
.whatsapp-float:hover, .call-float:hover { transform: scale(1.1); }

/* ===== SCROLL TOP ===== */
#scrollTop {
    position: fixed;
    bottom: 156px; left: 24px;
    width: 40px; height: 40px;
    background: var(--primary);
    color: #fff;
    border: none; border-radius: 50%;
    font-size: 14px; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
#scrollTop.show { opacity: 1; visibility: visible; }
#scrollTop:hover { background: var(--primary-container); transform: translateY(-2px); }

/* ===== SERVICE CARDS ===== */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card {
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    text-align: center;
    border: 1px solid var(--outline-variant);
    transition: all 0.3s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card .icon {
    width: 56px; height: 56px;
    background: rgba(0,53,39,0.06);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    color: var(--primary);
    transition: all 0.3s;
}
.service-card:hover .icon { background: var(--primary); color: #fff; }
.service-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--text-secondary); }

/* ===== ABOUT PAGE ===== */
.about-content { padding: 60px 0; }
.about-section { display: flex; gap: 48px; align-items: center; }
.about-text { flex: 1; }
.about-text h2 { font-size: 36px; font-weight: 700; color: var(--primary); margin-bottom: 24px; }
.about-text p { font-size: 16px; color: var(--text-secondary); margin-bottom: 16px; line-height: 1.8; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.about-feature { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--surface-container); border-radius: var(--radius-lg); }
.about-feature .fas { color: var(--primary); font-size: 18px; }
.about-feature span { font-size: 14px; font-weight: 500; }
.about-image { width: 300px; height: 300px; background: var(--primary); border-radius: var(--radius-2xl); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about-image .fas { font-size: 100px; color: var(--secondary-fixed); opacity: 0.3; }

/* ===== CONTACT PAGE ===== */
.contact-content { padding: 60px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-grid--centered { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }
.contact-grid--centered .contact-info-section { text-align: center; }
.contact-grid--centered .contact-item { justify-content: center; text-align: right; }
.contact-info-section h3 { font-size: 28px; font-weight: 700; color: var(--primary); margin-bottom: 16px; }
.contact-info-section > p { font-size: 16px; color: var(--text-secondary); margin-bottom: 32px; }
.contact-item { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.contact-icon { width: 48px; height: 48px; background: var(--primary-fixed); border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon .fas { font-size: 20px; color: var(--primary); }
.contact-text h4 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.contact-text p { font-size: 14px; color: var(--text-secondary); }
.contact-text a { color: var(--primary); }

/* ===== SERVICES PAGE ===== */
.services-content { padding: 50px 0; }
.service-detail { background: var(--surface); border-radius: var(--radius-lg); padding: 32px 28px; border: 1px solid var(--outline-variant); transition: all 0.3s ease; }
.service-detail:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-detail .service-icon { font-size: 36px; margin-bottom: 12px; }
.service-detail h2 { font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.service-detail p { font-size: 14px; color: var(--text-secondary); margin-bottom: 16px; line-height: 1.8; }
.service-detail ul { list-style: none; padding: 0; }
.service-detail ul li { padding: 6px 0; font-size: 14px; color: var(--text-secondary); display: flex; align-items: center; gap: 8px; }
.service-detail ul li::before { content: '✓'; color: var(--primary); font-weight: 700; }

/* ===== BLOG PAGE ===== */
.blog-content { padding: 60px 0; }
.blog-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.blog-posts .blog-card { margin-bottom: 30px; }
.blog-sidebar { position: sticky; top: 100px; }
.sidebar-widget { background: var(--surface-container-lowest); border-radius: var(--radius-lg); padding: 24px; margin-bottom: 24px; border: 1px solid var(--outline-variant); }
.sidebar-widget h3 { font-size: 18px; font-weight: 700; color: var(--primary); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.sidebar-widget ul li { margin-bottom: 10px; }
.sidebar-widget ul li a { font-size: 14px; color: var(--text-secondary); display: flex; align-items: center; gap: 10px; transition: color 0.2s; }
.sidebar-widget ul li a:hover { color: var(--primary); }
.sidebar-widget ul li a .fas { width: 20px; color: var(--primary); font-size: 14px; }

/* ===== WHATSAPP BUTTON ===== */
.btn-whatsapp { background: #25D366; color: #fff; display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: var(--radius-lg); font-weight: 600; font-size: 16px; border: none; cursor: pointer; transition: all 0.2s; font-family: var(--font); text-decoration: none; }
.btn-whatsapp:hover { background: #128C7E; transform: translateY(-2px); box-shadow: var(--shadow); }

/* ===== MISSING UTILITY CLASSES ===== */
.section-divider { width: 60px; height: 4px; background: var(--primary); border-radius: 2px; margin: 16px 0 24px; }
.contact-form { background: var(--surface-container-lowest); padding: 32px; border-radius: var(--radius-lg); border: 1px solid var(--outline-variant); }
.package-header { padding: 24px; text-align: center; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.package-body { padding: 24px; }
.package-footer { padding: 16px 24px; border-top: 1px solid var(--outline-variant); }
.package-price { font-size: 36px; font-weight: 800; color: var(--primary); }
.stat-item { text-align: center; padding: 16px; }
.page-banner { background: var(--surface-container-high); padding: 40px 0; text-align: center; }
.banner-content { max-width: 600px; margin: 0 auto; }
.banner-content h1 { font-size: 36px; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.banner-content p { font-size: 16px; color: var(--text-secondary); line-height: 1.8; }
.social-links { display: flex; gap: 12px; margin-top: 20px; }
.social-links a { width: 40px; height: 40px; border-radius: 50%; background: var(--primary-fixed); display: flex; align-items: center; justify-content: center; color: var(--primary); transition: all 0.2s; }
.social-links a:hover { background: var(--primary); color: var(--on-primary); }
.alert {
    padding: 14px 18px; border-radius: 10px;
    margin-bottom: 16px; font-size: 14px;
    display: flex; align-items: center; gap: 10px;
}
.alert-success { background: #ECFDF5; color: #065F46; border: 1px solid #A7F3D0; }
.alert-error { background: #FEF2F2; color: #991B1B; border: 1px solid #FECACA; }

/* ===== 404 ===== */
.error-page { text-align: center; padding: 100px 20px; }
.error-page h1 { font-size: 72px; color: var(--primary); font-weight: 800; }
.error-page h2 { font-size: 24px; margin-bottom: 12px; }
.error-page p { color: var(--text-secondary); margin-bottom: 24px; }

/* ===== TASBIH PAGE ===== */
.tasbih-section { padding: 60px 0; }
.tasbih-head { text-align: center; margin-bottom: 40px; }
.tasbih-head .material-symbols-outlined { font-size: 48px; color: var(--secondary); }
.tasbih-head h2 { font-size: 32px; font-weight: 800; color: var(--primary); margin: 12px 0 8px; }
.tasbih-head p { font-size: 15px; color: var(--text-secondary); line-height: 1.8; max-width: 560px; margin: 0 auto; }
.tasbih-card {
    background: linear-gradient(180deg, var(--surface-container-lowest), var(--surface-container-low));
    border: 1px solid var(--outline-variant);
    border-radius: var(--radius-2xl);
    padding: 40px 32px;
    max-width: 620px;
    margin: 0 auto 48px;
    text-align: center;
    box-shadow: var(--shadow);
}
.tasbih-dhikr { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 32px; }
.tasbih-dhikr-btn {
    font-family: var(--font);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--outline-variant);
    background: var(--surface);
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.2s;
}
.tasbih-dhikr-btn:hover { border-color: var(--primary); color: var(--primary); }
.tasbih-dhikr-btn.active { background: var(--primary); color: var(--on-primary); border-color: var(--primary); }
.tasbih-ring {
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto 24px;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.08s ease;
}
.tasbih-ring:active { transform: scale(0.94); }
.tasbih-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.tasbih-ring-bg { fill: none; stroke: var(--surface-container-highest); stroke-width: 12; }
.tasbih-ring-progress {
    fill: none;
    stroke: var(--secondary);
    stroke-width: 12;
    stroke-linecap: round;
    stroke-dasharray: 553;
    stroke-dashoffset: 553;
    transition: stroke-dashoffset 0.15s ease;
}
.tasbih-ring.tasbih-complete .tasbih-ring-progress { stroke: var(--primary); animation: tasbih-glow 1.6s ease infinite; }
@keyframes tasbih-glow {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(0,53,39,0)); }
    50% { filter: drop-shadow(0 0 10px rgba(0,53,39,0.45)); }
}
.tasbih-center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}
.tasbih-count { font-size: 56px; font-weight: 800; color: var(--primary); line-height: 1; }
.tasbih-dhikr-name { font-size: 20px; font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.tasbih-target { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.tasbih-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.tasbih-msg { min-height: 24px; margin-top: 16px; font-size: 14px; font-weight: 600; color: var(--primary); }
.tasbih-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tasbih-info-grid .sidebar-widget { margin-bottom: 0; }
.tasbih-info-grid ul li { display: flex; align-items: center; gap: 8px; }
.tasbih-info-grid ul li::before { content: '✦'; color: var(--secondary); font-size: 11px; }

@media (max-width: 1024px) {
    .tasbih-info-grid { grid-template-columns: 1fr; }
    .tasbih-ring { width: 200px; height: 200px; }
}
@media (max-width: 480px) {
    .tasbih-card { padding: 28px 18px; }
    .tasbih-count { font-size: 44px; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .packages-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .search-grid { grid-template-columns: repeat(2, 1fr); }
    .newsletter-cta { flex-direction: column; text-align: center; }
    .newsletter-cta h3 { font-size: 32px; }
    .section-title { font-size: 36px; }
    .hero-content h1 { font-size: 36px; }
    .page-header h1 { font-size: 36px; }
}
@media (max-width: 768px) {
    body { padding-top: 64px; }
    .container { padding: 0 var(--margin-mobile); }
    .header-inner { padding: 0 var(--margin-mobile); }
    .site-header { height: 64px; }
    .site-header.scrolled { height: 56px; }
    .nav-toggle { display: flex; }
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: var(--margin-mobile);
        left: var(--margin-mobile);
        background: var(--surface);
        flex-direction: column;
        padding: 12px;
        box-shadow: 0 12px 40px rgba(0,0,0,0.12);
        border-radius: var(--radius-lg);
        gap: 2px;
        border: 1px solid var(--outline-variant);
    }
    .nav-menu.open { display: flex; }
    .nav-menu li a { padding: 12px 16px; border-radius: 10px; font-size: 15px; }
    .nav-menu li a:hover { background: rgba(0,53,39,0.05); }
    .btn-login { display: none; }

    .hero { min-height: 70vh; }
    .hero-content { padding: 20px; margin: 0 8px; }
    .hero-content h1 { font-size: 26px; }
    .hero-content p { font-size: 15px; margin-bottom: 24px; }

    .section { padding: 48px 0; }
    .section-title { font-size: 26px; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 12px; }
    .section-subtitle { font-size: 13px; }
    .section-link { font-size: 14px; }

    .search-bento-inner { padding: 16px; }
    .search-grid { grid-template-columns: 1fr; gap: 12px; }
    .search-field input, .search-field select { padding: 10px 14px; }
    .btn-search { height: 44px; }

    .packages-grid { grid-template-columns: 1fr; gap: 16px; }
    .package-card-image { height: 200px; }
    .package-card-title { font-size: 20px; }
    .package-features { gap: 10px; }
    
    .why-grid { grid-template-columns: 1fr; gap: 24px; }
    .why-icon { width: 72px; height: 72px; border-radius: 24px; margin-bottom: 16px; }
    .why-icon .material-symbols-outlined { font-size: 36px; }
    .why-item h3 { font-size: 20px; }
    .why-item p { font-size: 14px; }

    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .stat-number { font-size: 26px; }
    .stat-label { font-size: 12px; }

    .blog-grid { grid-template-columns: 1fr; gap: 16px; }
    .blog-image { height: 180px; }
    .blog-body h3 { font-size: 16px; }
    
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-grid { padding: 32px var(--margin-mobile); }
    .footer-bottom { padding: 16px var(--margin-mobile); font-size: 13px; }
    .footer-brand { font-size: 20px; }

    .page-header { padding: 28px 0; }
    .page-header h1 { font-size: 26px; }
    .page-title { font-size: 24px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .filter-sidebar { width: 100%; }
    .filter-sidebar h2 { font-size: 20px; }

    /* collapse all 2-column layouts on mobile */
    .page-layout { flex-direction: column !important; }
    .page-layout > aside { width: 100% !important; position: static !important; }
    .page-layout > section { width: 100% !important; }
    div[style*="grid-template-columns: 8fr 4fr"] { grid-template-columns: 1fr !important; }
    div[style*="grid-template-columns: repeat(4, 1fr)"] { grid-template-columns: repeat(2, 1fr) !important; }
    div[style*="grid-template-columns: 1fr 1fr"]:not(.search-grid):not(.stats-grid) { grid-template-columns: 1fr !important; }
    div[style*="grid-template-columns: repeat(2, 1fr)"] { grid-template-columns: 1fr !important; }
    .services-grid { grid-template-columns: 1fr !important; gap: 16px; }
    .summary-card { position: static !important; margin-top: 24px; }
    .reserve-aside { position: static !important; }

    /* أدوات شبكة عامة تغطي أي نسبة أعمدة inline (1.2fr 1fr، repeat(3,1fr)...) لا يغطيها الاستهداف أعلاه */
    .grid-2-responsive { grid-template-columns: 1fr !important; }
    .grid-3-responsive { grid-template-columns: 1fr !important; }
    .grid-4-responsive { grid-template-columns: repeat(2, 1fr) !important; }

    .newsletter-cta { padding: 24px; border-radius: 20px; }
    .newsletter-cta h3 { font-size: 20px; }
    .newsletter-cta p { font-size: 14px; }
    .newsletter-form { flex-direction: column; gap: 12px; }
    .newsletter-form input { min-width: auto; padding: 14px 16px; }
    .newsletter-form button { padding: 14px 24px; }
    
    .search-bento { margin-top: -24px; }
    .hero-overlay { background: linear-gradient(to top, rgba(0,53,39,0.7), transparent) !important; }
    .hero-content { max-width: 100%; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
    .hero-buttons { flex-direction: column; align-items: stretch; }
    .hero-buttons .btn { width: 100%; justify-content: center; }
    .btn { padding: 12px 24px; font-size: 14px; }

    /* hotels and detail pages mobile */
    .whatsapp-float, .call-float { width: 44px; height: 44px; font-size: 20px; }
    .whatsapp-float { bottom: 16px; left: 16px; }
    .call-float { bottom: 72px; left: 16px; }
    .about-section { flex-direction: column; gap: 24px; }
    .about-text h2 { font-size: 24px; }
    .about-image { width: 100%; height: 180px; }
    .about-features { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 24px; }
    .contact-info-section h3 { font-size: 22px; }
    .service-detail { padding: 20px 16px; }
    .service-detail h2 { font-size: 18px; }
    .blog-layout { grid-template-columns: 1fr; gap: 24px; }
    .blog-sidebar { position: static; }
    .blog-posts .blog-card .blog-image { height: 180px !important; }
    .blog-posts .blog-card { margin-bottom: 20px; }
    .sidebar-widget { padding: 16px; }

    /* form sections */
    .form-section { padding: 20px; }
    .form-group { margin-bottom: 16px; }
    .form-group input, .form-group textarea, .form-group select { padding: 10px 14px; }
    .service-card { padding: 24px 20px; }
    .service-card h3 { font-size: 16px; }
    .faq-question { padding: 15px 18px; font-size: 15px; }
    .faq-answer { font-size: 14.5px; }

    /* progress steps */
    .progress-steps { max-width: 280px; }
    .progress-circle { width: 32px; height: 32px; font-size: 14px; }
    .progress-text { font-size: 12px; }

    /* sticky booking card */
    .sticky-card { position: static !important; }
    .summary-body { padding: 16px; }
    .summary-header { height: 140px; }

    /* VIP and detail pages */
    div[style*="padding: 60px 40px"] { padding: 30px 20px !important; }
    div[style*="padding: 48px"] { padding: 24px !important; }
    .stats { padding: 32px 0; }
    .error-page h1 { font-size: 48px; }
    .error-page h2 { font-size: 18px; }

    /* itinerary */
    .itinerary-step h4 { font-size: 18px; }
    .itinerary-step p { font-size: 14px; }

    /* package-card action button */
    .package-card-action { padding: 10px; font-size: 13px; }

    /* remove hover transforms on mobile */
    .package-card:hover { transform: none; }
    .blog-card:hover { transform: none; }
    .service-card:hover { transform: none; }
    .why-item:hover .why-icon { transform: rotate(3deg); }

    /* btn-outline on 404 */
    .btn-outline { font-size: 13px; padding: 10px 18px; }
}
@media (max-width: 480px) {
    .hero-content h1 { font-size: 22px; }
    .hero-content { padding: 16px; }
    .btn { padding: 10px 20px; font-size: 13px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-number { font-size: 22px; }
    .search-grid { grid-template-columns: 1fr; }
    .section-title { font-size: 22px; }
    .page-header h1 { font-size: 20px; }
    .newsletter-cta { padding: 20px; }
    .newsletter-cta h3 { font-size: 18px; }
    .newsletter-cta p { font-size: 13px; }
    .error-page { padding: 60px 16px; }
    .error-page h1 { font-size: 40px; }
    .filter-sidebar { padding: 16px; }
    .filter-sidebar h2 { font-size: 18px; }
}

/* ===== PROFESSIONAL ENHANCEMENTS ===== */
::selection { background: var(--primary); color: var(--on-primary); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--surface-container-low); }
::-webkit-scrollbar-thumb { background: var(--outline); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--text-secondary); }

@media (hover: hover) {
    .package-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
    .blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
    .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
    .why-item:hover .why-icon { transform: rotate(0deg) scale(1.05); }
}

input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

@media print {
    .site-header, .site-footer, .whatsapp-float, .call-float, #scrollTop, .search-bento, .newsletter-cta { display: none !important; }
    body { padding-top: 0; background: #fff; }
    .container { padding: 0; }
}

/* ===== NAV DROPDOWN (ميجا منيو خفيف) ===== */
.nav-menu li { position: relative; }
.nav-caret { font-size: 16px; vertical-align: middle; transition: transform 0.2s; color: var(--text-secondary); }
.has-dropdown:hover > .dropdown-toggle .nav-caret,
.has-dropdown.dropdown-open > .dropdown-toggle .nav-caret { transform: rotate(180deg); }
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 250px;
    background: var(--surface-container-lowest);
    border: 1px solid var(--outline-variant);
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 40px rgba(0,0,0,0.14);
    padding: 8px;
    display: none;
    z-index: 1001;
    list-style: none;
}
.has-dropdown:hover > .dropdown-menu,
.has-dropdown:focus-within > .dropdown-menu,
.has-dropdown.dropdown-open > .dropdown-menu { display: block; }
.dropdown-menu li { margin: 0; }
.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    white-space: nowrap;
}
.dropdown-menu li a:hover { background: rgba(0,53,39,0.06); color: var(--primary); }
.dropdown-menu li a.active { color: var(--primary); border: none; background: rgba(0,53,39,0.05); font-weight: 700; }
.dropdown-menu .material-symbols-outlined { font-size: 18px; color: var(--secondary); }
@media (min-width: 769px) {
    .site-header .main-nav { gap: 20px; }
    .site-header .nav-menu { gap: 20px; }
    .site-header .nav-menu li a { font-size: 15px; }
}

/* ===== CTA BAND + RELATED PAGES ===== */
.cta-band { background: linear-gradient(135deg, var(--primary), var(--primary-container)); color: #fff; padding: 44px 0; margin-top: 72px; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band-text h2 { font-size: 26px; font-weight: 800; margin-bottom: 6px; color: #fff; }
.cta-band-text p { opacity: 0.88; font-size: 15px; margin: 0; }
.cta-band-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn-outline { border-color: rgba(255,255,255,0.45); color: #fff; }
.cta-band .btn-outline:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.7); }
.related-section { padding: 48px 0 8px; }
.related-title { text-align: center; font-size: 26px; font-weight: 800; color: var(--primary); margin-bottom: 26px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.related-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--surface-container-lowest);
    border: 1px solid var(--outline-variant);
    border-radius: var(--radius-lg);
    padding: 15px 16px;
    color: var(--primary);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.related-card:hover { background: var(--primary); color: #fff; transform: translateY(-3px); box-shadow: var(--shadow); }
.related-card:hover .related-arrow { color: var(--secondary-fixed); }
.related-icon { font-size: 22px; flex-shrink: 0; color: var(--secondary); }
.related-card:hover .related-icon { color: var(--secondary-fixed); }
.related-text { flex: 1; }
.related-arrow { font-size: 18px; color: var(--text-light); transition: color 0.2s; }
@media (max-width: 768px) {
    .nav-menu li { position: static; }
    .dropdown-menu {
        position: static;
        box-shadow: none;
        border: none;
        background: rgba(0,53,39,0.045);
        border-radius: 10px;
        margin: 0 8px 4px;
        display: none;
    }
    .has-dropdown.dropdown-open > .dropdown-menu { display: block; }
    .cta-band { padding: 30px 0; margin-top: 48px; }
    .cta-band-text h2 { font-size: 21px; }
    .cta-band-buttons { flex-direction: column; align-items: stretch; width: 100%; }
    .cta-band-buttons .btn { justify-content: center; }
    .related-section { padding: 32px 0 0; }
    .related-title { font-size: 21px; margin-bottom: 18px; }
    .related-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .related-card { padding: 12px 14px; font-size: 14px; }
    .related-arrow { display: none; }
}
@media (max-width: 480px) {
    .related-grid { grid-template-columns: 1fr; }
}

/* ===== FOOTER GRID (أعمدة موسعة) ===== */
@media (min-width: 1025px) {
    .footer-grid { grid-template-columns: 2fr 1.3fr 1fr 1fr 1.3fr; }
}

/* ===== BREADCRUMB داخل banner فاتح (صفحات السياسات) ===== */
.page-banner .breadcrumbs { margin-top: 0; margin-bottom: 12px; color: rgba(0,53,39,0.6); }
.page-banner .breadcrumbs a { color: rgba(0,53,39,0.75); }
.page-banner .breadcrumbs a:hover { color: var(--primary); }
.page-banner .breadcrumbs li::before { color: rgba(0,53,39,0.3); }
.page-banner .breadcrumbs li:last-child { color: var(--primary); }

/* ===== BREADCRUMB على خلفية فاتحة عامة ===== */
.breadcrumbs-light { color: rgba(0,53,39,0.6); }
.breadcrumbs-light ol { justify-content: flex-start; }
.breadcrumbs-light a { color: rgba(0,53,39,0.75); }
.breadcrumbs-light a:hover { color: var(--primary); }
.breadcrumbs-light li::before { color: rgba(0,53,39,0.3); }
.breadcrumbs-light li:last-child { color: var(--primary); }

/* ===== SCROLL ANIMATIONS (CSS-native, no FOUC) ===== */
.package-card,
.blog-card,
.service-card {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.package-card.visible,
.blog-card.visible,
.service-card.visible {
    opacity: 1;
    transform: translateY(0);
}
.package-card:nth-child(1), .blog-card:nth-child(1) { transition-delay: 0.05s; }
.package-card:nth-child(2), .blog-card:nth-child(2) { transition-delay: 0.15s; }
.package-card:nth-child(3), .blog-card:nth-child(3) { transition-delay: 0.25s; }

/* ===== NO-JS FALLBACK: عرض العناصر بدون انيميشن لمن أوقف JS ===== */
@media (prefers-reduced-motion: reduce) {
    .package-card,
    .blog-card,
    .service-card {
        opacity: 1;
        transform: none;
        transition: none;
    }
}