/* ============================================================
   تراث الخليج — Turath Al Khaleej
   Main Stylesheet — RTL Arabic Luxury Events
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=Amiri:ital,wght@0,400;0,700;1,400&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {
    --gold:        #C9A96E;
    --gold-light:  #e2c99a;
    --gold-dark:   #a07840;
    --brown:       #3A2E2A;
    --brown-light: #5a4a44;
    --beige:       #F5E6D3;
    --beige-light: #fdf5ec;
    --cream:       #EFEFEF;
    --white:       #FFFFFF;
    --black:       #1a1410;
    --wa:          #25D366;

    --font-body:    'Tajawal', sans-serif;
    --font-heading: 'Amiri', serif;

    --nav-h:  76px;
    --radius: 14px;
    --radius-sm: 8px;
    --radius-lg: 20px;

    --sh-sm: 0 2px 8px rgba(0,0,0,.08);
    --sh-md: 0 4px 20px rgba(0,0,0,.13);
    --sh-lg: 0 8px 40px rgba(0,0,0,.18);
    --sh-xl: 0 16px 64px rgba(0,0,0,.22);

    --tr: all 0.3s cubic-bezier(.4,0,.2,1);
}

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); background: var(--white); color: var(--brown); direction: rtl; text-align: right; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; transition: var(--tr); }
ul { list-style: none; }
input, select, textarea, button { font-family: var(--font-body); }

/* ── Container ──────────────────────────────────────────────── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ── Typography ─────────────────────────────────────────────── */
h1,h2,h3,h4,h5 { font-family: var(--font-heading); font-weight: 700; line-height: 1.25; color: var(--brown); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.8rem); }

/* ── Utilities ──────────────────────────────────────────────── */
.text-gold { color: var(--gold); }
.text-brown { color: var(--brown); }
.text-white { color: var(--white); }
.bg-beige  { background: var(--beige-light); }
.bg-brown  { background: var(--brown); }
.section { padding: 80px 0; }
.section-sm { padding: 50px 0; }
.mb-0 { margin-bottom: 0 !important; }

/* ── Reveal Animation ───────────────────────────────────────── */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.rv.in { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* ── Buttons ────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 32px; border-radius: var(--radius-sm); font-weight: 700; font-size: 1rem; cursor: pointer; transition: var(--tr); border: 2px solid transparent; white-space: nowrap; }
.btn-primary { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,169,110,.35); }
.btn-secondary { background: var(--brown); color: var(--white); border-color: var(--brown); }
.btn-secondary:hover { background: var(--brown-light); border-color: var(--brown-light); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--white); transform: translateY(-2px); }
.btn-white { background: var(--white); color: var(--brown); border-color: var(--white); }
.btn-white:hover { background: var(--beige); transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: var(--white); border-color: var(--wa); }
.btn-wa:hover { background: #1da851; border-color: #1da851; transform: translateY(-2px); }

/* ── Section Header ─────────────────────────────────────────── */
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { margin-bottom: 14px; }
.section-header .subtitle { font-size: 1.1rem; color: rgba(58,46,42,.7); max-width: 680px; margin: 0 auto; line-height: 1.8; }
.divider { width: 70px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); margin: 14px auto; border-radius: 2px; }

/* ── Breadcrumb ─────────────────────────────────────────────── */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: rgba(58,46,42,.6); flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }

/* ── Page Header ────────────────────────────────────────────── */
.page-header { position: relative; padding: calc(var(--nav-h) + 60px) 0 70px; background: linear-gradient(135deg, var(--beige) 0%, var(--white) 100%); text-align: center; overflow: hidden; }
.page-header::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A96E' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.page-header h1 { margin-bottom: 12px; position: relative; }
.page-header p { font-size: 1.1rem; color: rgba(58,46,42,.7); margin-bottom: 20px; position: relative; }
.page-header .breadcrumb { justify-content: center; position: relative; }

/* ── NAVBAR ─────────────────────────────────────────────────── */
.navbar { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(201,169,110,.2); height: var(--nav-h); transition: var(--tr); }
.navbar.scrolled { box-shadow: var(--sh-md); }
.nav-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

/* Logo */
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-img-wrap { width: 44px; height: 44px; background: linear-gradient(135deg, var(--gold), var(--brown)); border-radius: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.logo-img { width: 100%; height: 100%; object-fit: contain; }
.logo-text-wrap { line-height: 1.2; }
.logo-name-main { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; color: var(--brown); display: block; }
.logo-sub { font-size: .72rem; color: var(--gold); display: block; }

/* Nav Links */
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 7px 13px; border-radius: var(--radius-sm); font-size: .9rem; font-weight: 500; color: var(--brown); position: relative; transition: var(--tr); }
.nav-links a:hover,
.nav-links a.active { color: var(--gold); background: rgba(201,169,110,.09); }
.nav-links a.active::after { content: ''; position: absolute; bottom: 2px; right: 13px; left: 13px; height: 2px; background: var(--gold); border-radius: 2px; }

/* Nav End */
.nav-end { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-phone { display: flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 600; color: var(--brown); padding: 6px 12px; border-radius: 50px; border: 1.5px solid rgba(201,169,110,.3); transition: var(--tr); }
.nav-phone:hover { border-color: var(--gold); color: var(--gold); }
.nav-cta { display: flex; align-items: center; gap: 7px; background: var(--gold); color: var(--white); padding: 9px 20px; border-radius: var(--radius-sm); font-size: .9rem; font-weight: 700; transition: var(--tr); white-space: nowrap; }
.nav-cta:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(201,169,110,.35); }

/* Hamburger */
.menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 6px; cursor: pointer; border: none; background: none; }
.hb { display: block; width: 24px; height: 2px; background: var(--brown); border-radius: 2px; transition: var(--tr); }

/* ── SIDEBAR (mobile) ───────────────────────────────────────── */
.sb-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 1100; opacity: 0; pointer-events: none; transition: opacity .35s; }
.sb-overlay.open { opacity: 1; pointer-events: all; }
.sidebar { position: fixed; top: 0; right: -340px; width: 320px; height: 100dvh; background: var(--brown); z-index: 1200; overflow-y: auto; transition: right .38s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; }
.sidebar.open { right: 0; }
.sb-close { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,.1); border: none; color: var(--white); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--tr); }
.sb-close:hover { background: rgba(201,169,110,.4); }
.sb-head { padding: 32px 24px 24px; text-align: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.sb-logo-wrap { width: 72px; height: 72px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); border-radius: 14px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.sb-logo-img { width: 100%; height: 100%; object-fit: contain; }
.sb-tagline { color: var(--white); font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; }
.sb-sub { color: var(--gold); font-size: .8rem; margin-top: 4px; }
.sb-nav { padding: 16px 16px; flex: 1; }
.sb-link { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: var(--radius-sm); color: rgba(255,255,255,.85); margin-bottom: 4px; font-size: .95rem; transition: var(--tr); }
.sb-link:hover, .sb-link.active { background: rgba(201,169,110,.15); color: var(--gold); }
.sb-link svg { flex-shrink: 0; opacity: .7; }
.sb-foot { padding: 20px 16px 32px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 10px; }
.sb-cta { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--gold); color: var(--white); padding: 13px; border-radius: var(--radius-sm); font-weight: 700; font-size: .95rem; }
.sb-cta:hover { background: var(--gold-dark); }
.sb-phone { display: flex; align-items: center; justify-content: center; gap: 8px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.9); padding: 11px; border-radius: var(--radius-sm); font-size: .9rem; }

/* ── HERO ───────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: var(--nav-h); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(58,46,42,.88) 0%, rgba(58,46,42,.7) 50%, rgba(201,169,110,.3) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: 80px 24px; }
.hero-content h1 { color: var(--white); font-size: clamp(2.2rem, 5vw, 4rem); margin-bottom: 20px; line-height: 1.2; }
.hero-content h1 span { color: var(--gold); display: block; }
.hero-content p { color: rgba(255,255,255,.88); font-size: 1.15rem; margin-bottom: 36px; max-width: 620px; line-height: 1.8; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,169,110,.18); border: 1px solid rgba(201,169,110,.4); color: var(--gold-light); padding: 7px 18px; border-radius: 50px; font-size: .88rem; margin-bottom: 22px; backdrop-filter: blur(4px); }
.hero-stats { display: flex; gap: 32px; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.15); flex-wrap: wrap; }
.hero-stat { text-align: center; }
.hero-stat-num { font-size: 2rem; font-family: var(--font-heading); color: var(--gold); font-weight: 700; display: block; }
.hero-stat-lbl { font-size: .82rem; color: rgba(255,255,255,.7); }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-image-side { position: relative; }
.hero-image-side img { width: 100%; height: 520px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--sh-xl); }
.hero-float-card { position: absolute; bottom: -20px; right: -20px; background: var(--white); padding: 18px 22px; border-radius: var(--radius); box-shadow: var(--sh-xl); display: flex; align-items: center; gap: 14px; animation: floatUp 3s ease-in-out infinite; }
.hero-float-icon { width: 46px; height: 46px; background: var(--gold); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.3rem; flex-shrink: 0; }
@keyframes floatUp { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

/* 2-col hero layout */
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1240px; margin: 0 auto; padding: 100px 24px 80px; position: relative; z-index: 2; }

/* ── CARDS ──────────────────────────────────────────────────── */
.card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid rgba(201,169,110,.15); transition: var(--tr); }
.card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--gold); }
.card-img { position: relative; overflow: hidden; height: 240px; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-img img { transform: scale(1.07); }
.card-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(58,46,42,.85) 0%, transparent 60%); display: flex; align-items: center; justify-content: center; }
.card-icon-wrap { width: 60px; height: 60px; background: rgba(255,255,255,.15); backdrop-filter: blur(6px); border: 1.5px solid rgba(255,255,255,.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.6rem; }
.card-body { padding: 22px; }
.card-title { font-size: 1.3rem; margin-bottom: 6px; }
.card-en { font-size: .82rem; color: var(--gold); margin-bottom: 10px; font-weight: 500; }
.card-desc { color: rgba(58,46,42,.7); font-size: .92rem; margin-bottom: 14px; }
.card-list li { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: rgba(58,46,42,.8); padding: 5px 0; }
.card-list li::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }

/* ── GRIDS ──────────────────────────────────────────────────── */
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }

/* ── FEATURE BOX ────────────────────────────────────────────── */
.feature-box { background: var(--white); padding: 32px 24px; border-radius: var(--radius); box-shadow: var(--sh-sm); border: 1px solid rgba(201,169,110,.15); text-align: center; transition: var(--tr); }
.feature-box:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--gold); }
.feature-icon { width: 68px; height: 68px; background: linear-gradient(135deg, var(--gold), var(--brown)); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: var(--white); font-size: 1.8rem; transition: var(--tr); }
.feature-box:hover .feature-icon { transform: scale(1.1) rotate(-4deg); }
.feature-box h3 { font-size: 1.1rem; margin-bottom: 8px; }
.feature-box p { font-size: .87rem; color: rgba(58,46,42,.65); }

/* ── PACKAGES ───────────────────────────────────────────────── */
.packages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.package-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px 28px; border: 2px solid rgba(201,169,110,.2); text-align: center; position: relative; transition: var(--tr); box-shadow: var(--sh-sm); }
.package-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--gold); }
.package-card.popular { border-color: var(--gold); background: linear-gradient(135deg, var(--beige-light), var(--white)); }
.package-card .badge { position: absolute; top: -13px; right: 50%; transform: translateX(50%); background: var(--gold); color: var(--white); padding: 4px 20px; border-radius: 50px; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.package-card h3 { font-size: 1.3rem; margin-bottom: 14px; }
.package-price { font-size: 2.2rem; font-family: var(--font-heading); color: var(--gold); font-weight: 700; margin-bottom: 6px; }
.package-price span { font-size: 1rem; color: rgba(58,46,42,.6); }
.package-note { font-size: .82rem; color: rgba(58,46,42,.55); margin-bottom: 20px; }
.package-items { list-style: none; margin-bottom: 24px; }
.package-items li { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(201,169,110,.12); font-size: .9rem; color: rgba(58,46,42,.8); }
.package-items li svg { color: var(--gold); flex-shrink: 0; width: 16px; height: 16px; }

/* ── GALLERY ────────────────────────────────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-md); height: 280px; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(58,46,42,.9) 0%, transparent 50%); opacity: 0; transition: opacity .3s; display: flex; align-items: flex-end; padding: 20px; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 4px; }
.gallery-overlay p { color: rgba(255,255,255,.8); font-size: .82rem; }
.filter-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.filter-btn { padding: 9px 22px; border-radius: 50px; border: none; background: var(--beige-light); color: var(--brown); cursor: pointer; transition: var(--tr); font-family: var(--font-body); font-size: .9rem; font-weight: 500; }
.filter-btn:hover { background: rgba(201,169,110,.2); }
.filter-btn.active { background: var(--gold); color: var(--white); box-shadow: 0 4px 14px rgba(201,169,110,.35); }

/* ── TESTIMONIALS ───────────────────────────────────────────── */
.testimonials-section { background: linear-gradient(135deg, var(--brown) 0%, var(--black) 100%); padding: 80px 0; }
.testimonials-section .section-header h2 { color: var(--white); }
.testimonials-section .subtitle { color: rgba(255,255,255,.7); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testimonial-card { background: rgba(255,255,255,.06); border: 1px solid rgba(201,169,110,.25); border-radius: var(--radius); padding: 28px; backdrop-filter: blur(8px); transition: var(--tr); }
.testimonial-card:hover { background: rgba(255,255,255,.1); border-color: var(--gold); transform: translateY(-4px); }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.star { color: var(--gold); font-size: 1rem; }
.testimonial-text { color: rgba(255,255,255,.88); font-size: .95rem; line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; background: var(--gold); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-author .name { font-weight: 700; color: var(--white); font-size: .95rem; }
.testimonial-author .type { font-size: .8rem; color: var(--gold); }

/* ── FAQ ────────────────────────────────────────────────────── */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-radius: var(--radius-sm); border: 1px solid rgba(201,169,110,.2); margin-bottom: 12px; overflow: hidden; }
.faq-question { width: 100%; padding: 18px 22px; background: var(--white); border: none; cursor: pointer; text-align: right; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--brown); transition: var(--tr); }
.faq-question:hover { background: var(--beige-light); }
.faq-question.open { background: var(--gold); color: var(--white); }
.faq-icon { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; transition: var(--tr); }
.faq-question.open .faq-icon { background: rgba(255,255,255,.25); border-color: rgba(255,255,255,.5); transform: rotate(45deg); }
.faq-answer { background: var(--beige-light); max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.4,0,.2,1); }
.faq-answer.open { max-height: 400px; }
.faq-answer p { padding: 16px 22px; color: rgba(58,46,42,.8); font-size: .95rem; line-height: 1.8; }

/* ── BLOG ───────────────────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid rgba(201,169,110,.12); transition: var(--tr); }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: var(--gold); }
.blog-img-wrap { position: relative; height: 200px; overflow: hidden; }
.blog-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-img-wrap img { transform: scale(1.06); }
.blog-cat-tag { position: absolute; top: 12px; right: 12px; background: var(--gold); color: var(--white); padding: 4px 14px; border-radius: 50px; font-size: .75rem; font-weight: 700; }
.blog-body { padding: 20px; }
.blog-meta-row { display: flex; gap: 14px; margin-bottom: 10px; }
.blog-meta-item { font-size: .8rem; color: rgba(58,46,42,.55); display: flex; align-items: center; gap: 5px; }
.blog-card h3 { font-size: 1.05rem; margin-bottom: 8px; line-height: 1.5; }
.blog-excerpt { font-size: .88rem; color: rgba(58,46,42,.68); line-height: 1.7; margin-bottom: 14px; }
.blog-read-more { font-size: .85rem; color: var(--gold); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
.blog-read-more:hover { color: var(--gold-dark); }

/* ── CONTACT FORM ───────────────────────────────────────────── */
.form-group { margin-bottom: 20px; }
.form-label { display: block; margin-bottom: 7px; font-weight: 600; font-size: .92rem; color: var(--brown); }
.form-label i { color: var(--gold); margin-left: 5px; }
.form-control { width: 100%; padding: 12px 16px; border: 1.5px solid rgba(201,169,110,.3); border-radius: var(--radius-sm); font-family: var(--font-body); font-size: .95rem; color: var(--brown); background: var(--white); transition: var(--tr); }
.form-control:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,110,.12); }
textarea.form-control { resize: vertical; min-height: 110px; }
select.form-control { cursor: pointer; }

/* ── CTA SECTION ────────────────────────────────────────────── */
.cta-section { background: linear-gradient(135deg, var(--gold) 0%, var(--brown) 100%); padding: 80px 0; text-align: center; }
.cta-section h2 { color: var(--white); margin-bottom: 14px; }
.cta-section p { color: rgba(255,255,255,.88); font-size: 1.1rem; margin-bottom: 34px; max-width: 560px; margin-right: auto; margin-left: auto; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── CONTACT INFO ───────────────────────────────────────────── */
.contact-info-box { background: linear-gradient(135deg, var(--beige-light), var(--white)); border-radius: var(--radius-lg); padding: 32px; border: 1px solid rgba(201,169,110,.2); }
.contact-info-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px; background: var(--white); border-radius: var(--radius-sm); margin-bottom: 14px; box-shadow: var(--sh-sm); }
.contact-info-icon { width: 46px; height: 46px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.1rem; flex-shrink: 0; }
.contact-info-text .label { font-size: .8rem; color: rgba(58,46,42,.55); margin-bottom: 4px; }
.contact-info-text a, .contact-info-text span { font-size: 1.05rem; color: var(--brown); font-weight: 600; }
.contact-info-text a:hover { color: var(--gold); }
.working-hours-box { background: linear-gradient(135deg, var(--brown), var(--black)); padding: 28px; border-radius: var(--radius); color: var(--white); text-align: center; }
.working-hours-box h3 { color: var(--gold); font-family: var(--font-heading); font-size: 1.4rem; margin-bottom: 20px; }
.working-hours-box .day-row { margin-bottom: 12px; }
.working-hours-box .day { font-weight: 600; margin-bottom: 3px; }
.working-hours-box .time { color: rgba(255,255,255,.75); font-size: .9rem; }

/* ── PAGINATION ─────────────────────────────────────────────── */
.pagination { display: flex; justify-content: center; gap: 8px; padding: 40px 0 0; flex-wrap: wrap; }
.pagination a, .pagination span { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--radius-sm); border: 1.5px solid rgba(201,169,110,.3); color: var(--brown); font-size: .9rem; transition: var(--tr); }
.pagination a:hover, .pagination .active { background: var(--gold); color: var(--white); border-color: var(--gold); }
.pagination .disabled { opacity: .4; cursor: not-allowed; }

/* ── STATS BAR ──────────────────────────────────────────────── */
.stats-bar { background: linear-gradient(135deg, var(--brown), var(--black)); padding: 48px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
.stat-num { font-family: var(--font-heading); font-size: 2.4rem; color: var(--gold); font-weight: 700; display: block; margin-bottom: 6px; }
.stat-lbl { color: rgba(255,255,255,.75); font-size: .88rem; }

/* ── WHATSAPP FLOAT ─────────────────────────────────────────── */
.floating-btns { position: fixed; bottom: 24px; left: 24px; display: flex; flex-direction: column; gap: 10px; z-index: 999; }
.float-btn { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-lg); transition: var(--tr); border: none; cursor: pointer; font-size: 1.2rem; }
.float-btn:hover { transform: scale(1.1); }
.float-btn.whatsapp { background: var(--wa); color: var(--white); animation: pulse-wa 2.5s ease-in-out infinite; }
.float-btn.phone-call { background: var(--gold); color: var(--white); }
.float-btn.scroll-top { background: var(--brown); color: var(--white); }
@keyframes pulse-wa { 0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,.5)} 50%{box-shadow:0 0 0 12px rgba(37,211,102,0)} }

/* ── TOAST ──────────────────────────────────────────────────── */
.toast-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .3s; }
.toast-overlay.show { opacity: 1; pointer-events: all; }
.toast-box { background: var(--white); border-radius: var(--radius-lg); padding: 40px 36px; text-align: center; max-width: 400px; width: 90%; box-shadow: var(--sh-xl); }
.toast-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.toast-icon.success { background: rgba(16,185,129,.12); color: #10b981; }
.toast-icon.error { background: rgba(239,68,68,.1); color: #ef4444; }
.toast-box h3 { font-size: 1.3rem; margin-bottom: 8px; }
.toast-box p { color: rgba(58,46,42,.7); margin-bottom: 20px; }
.toast-close { background: var(--gold); color: var(--white); border: none; padding: 10px 28px; border-radius: var(--radius-sm); cursor: pointer; font-family: var(--font-body); font-weight: 600; }

/* ── FOOTER ─────────────────────────────────────────────────── */
.footer { background: linear-gradient(135deg, var(--brown) 0%, var(--black) 100%); color: var(--white); }
.footer-main { padding: 64px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 48px; }
.footer-section h3 { color: var(--gold); font-family: var(--font-heading); font-size: 1.3rem; margin-bottom: 22px; padding-bottom: 12px; border-bottom: 1px solid rgba(201,169,110,.2); }
.footer-section p { color: rgba(255,255,255,.75); line-height: 1.85; font-size: .92rem; margin-bottom: 22px; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .9rem; display: flex; align-items: center; gap: 6px; transition: var(--tr); }
.footer-links a:hover { color: var(--gold); padding-right: 4px; }
.footer-links li span { color: rgba(255,255,255,.72); font-size: .9rem; }
.social-links { display: flex; gap: 10px; }
.social-link { width: 38px; height: 38px; background: rgba(255,255,255,.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.75); transition: var(--tr); font-size: .9rem; }
.social-link:hover { background: var(--gold); color: var(--white); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; color: rgba(255,255,255,.75); font-size: .9rem; }
.footer-contact-item i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,.75); }
.footer-contact-item a:hover { color: var(--gold); }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom-inner p { color: rgba(255,255,255,.5); font-size: .85rem; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: rgba(255,255,255,.5); font-size: .85rem; }
.footer-bottom-links a:hover { color: var(--gold); }

/* ── SERVICE DETAIL ─────────────────────────────────────────── */
.service-detail-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.service-sidebar .sidebar-card { background: var(--beige-light); border-radius: var(--radius); padding: 28px; border: 1px solid rgba(201,169,110,.2); margin-bottom: 20px; }
.service-sidebar .sidebar-card h4 { font-family: var(--font-heading); color: var(--brown); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--gold); }
.service-sidebar .other-service { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: var(--radius-sm); color: var(--brown); font-size: .9rem; transition: var(--tr); margin-bottom: 6px; }
.service-sidebar .other-service:hover { background: rgba(201,169,110,.1); color: var(--gold); }
.service-features { list-style: none; }
.service-features li { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(201,169,110,.12); font-size: .93rem; color: rgba(58,46,42,.85); }
.service-features li svg { color: var(--gold); flex-shrink: 0; width: 16px; height: 16px; }

/* ── BRANCHES ───────────────────────────────────────────────── */
.branch-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid rgba(201,169,110,.15); transition: var(--tr); }
.branch-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: var(--gold); }
.branch-img { height: 180px; overflow: hidden; }
.branch-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.branch-card:hover .branch-img img { transform: scale(1.05); }
.branch-body { padding: 22px; }
.branch-body h3 { font-size: 1.2rem; margin-bottom: 6px; }
.branch-badge { display: inline-block; background: var(--gold); color: var(--white); padding: 3px 12px; border-radius: 50px; font-size: .75rem; font-weight: 700; margin-bottom: 12px; }
.branch-info li { display: flex; align-items: flex-start; gap: 8px; padding: 6px 0; font-size: .88rem; color: rgba(58,46,42,.75); }
.branch-info li i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }

/* ── ABOUT ──────────────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--sh-xl); }
.about-years-badge { position: absolute; bottom: -20px; right: -20px; background: var(--gold); color: var(--white); width: 100px; height: 100px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: var(--sh-lg); font-family: var(--font-heading); }
.about-years-badge span:first-child { font-size: 2rem; font-weight: 700; line-height: 1; }
.about-years-badge span:last-child { font-size: .72rem; text-align: center; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 32px; }
.value-item { display: flex; align-items: flex-start; gap: 14px; padding: 18px; background: var(--beige-light); border-radius: var(--radius-sm); border: 1px solid rgba(201,169,110,.15); }
.value-icon { width: 42px; height: 42px; background: var(--gold); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.1rem; flex-shrink: 0; }
.value-item h4 { font-size: .95rem; margin-bottom: 4px; }
.value-item p { font-size: .82rem; color: rgba(58,46,42,.65); }

/* ── BOOKING ────────────────────────────────────────────────── */
.booking-form-wrap { background: var(--white); padding: 40px; border-radius: var(--radius-lg); box-shadow: var(--sh-lg); border: 1px solid rgba(201,169,110,.18); }

/* ── POST DETAIL ────────────────────────────────────────────── */
.post-layout { display: grid; grid-template-columns: 1fr 340px; gap: 48px; }
.post-featured-image { border-radius: var(--radius); overflow: hidden; margin-bottom: 28px; }
.post-featured-image img { width: 100%; max-height: 460px; object-fit: cover; }
.post-meta-detail { display: flex; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }
.post-meta-detail span { display: flex; align-items: center; gap: 6px; font-size: .85rem; color: rgba(58,46,42,.6); }
.post-meta-detail span i { color: var(--gold); }
.post-body { color: rgba(58,46,42,.85); line-height: 2; font-size: 1rem; }
.post-body h2, .post-body h3 { color: var(--brown); margin: 28px 0 14px; }
.post-body p { margin-bottom: 18px; }
.post-body img { border-radius: var(--radius-sm); margin: 20px 0; }
.post-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; align-items: center; }
.post-tag { display: inline-block; background: rgba(201,169,110,.12); color: var(--gold-dark); padding: 4px 14px; border-radius: 50px; font-size: .8rem; font-weight: 600; }
.post-share { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(201,169,110,.15); }
.share-btn { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: .9rem; transition: var(--tr); }
.share-btn.share-wa { background: var(--wa); }
.share-btn.share-tw { background: #1da1f2; }
.share-btn:hover { transform: scale(1.1); }
.post-sidebar .sidebar-card { background: var(--beige-light); border-radius: var(--radius); padding: 24px; border: 1px solid rgba(201,169,110,.15); margin-bottom: 20px; }
.post-sidebar .sidebar-card h4 { font-family: var(--font-heading); color: var(--brown); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--gold); font-size: 1.1rem; }
.popular-post { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; padding: 10px; border-radius: var(--radius-sm); transition: var(--tr); }
.popular-post:hover { background: rgba(201,169,110,.1); }
.popular-post img { width: 70px; height: 56px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.popular-post .pp-title { font-size: .87rem; font-weight: 600; color: var(--brown); line-height: 1.45; margin-bottom: 4px; }
.popular-post .pp-date { font-size: .76rem; color: rgba(58,46,42,.5); }

/* ── NEWSLETTER ─────────────────────────────────────────────── */
.newsletter-section { background: rgba(201,169,110,.08); border-top: 1px solid rgba(201,169,110,.15); padding: 40px 0; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.newsletter-text h4 { font-family: var(--font-heading); color: var(--white); font-size: 1.2rem; margin-bottom: 6px; }
.newsletter-text p { color: rgba(255,255,255,.68); font-size: .88rem; }
.newsletter-form { display: flex; gap: 8px; flex-wrap: wrap; }
.newsletter-input { padding: 11px 18px; border-radius: var(--radius-sm); border: 1.5px solid rgba(201,169,110,.3); background: rgba(255,255,255,.07); color: var(--white); font-family: var(--font-body); font-size: .9rem; min-width: 260px; }
.newsletter-input::placeholder { color: rgba(255,255,255,.45); }
.newsletter-input:focus { outline: none; border-color: var(--gold); }
.newsletter-btn { background: var(--gold); color: var(--white); border: none; padding: 11px 22px; border-radius: var(--radius-sm); font-family: var(--font-body); font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 7px; transition: var(--tr); }
.newsletter-btn:hover { background: var(--gold-dark); }

/* ── PRICING ────────────────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.pricing-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px 28px; border: 2px solid rgba(201,169,110,.18); text-align: center; position: relative; box-shadow: var(--sh-sm); transition: var(--tr); }
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--gold); }
.pricing-card.featured { border-color: var(--gold); background: linear-gradient(135deg, rgba(201,169,110,.06), var(--white)); }
.rental-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 40px; }
.rental-tab { padding: 10px 28px; border-radius: 50px; border: 2px solid rgba(201,169,110,.3); color: var(--brown); cursor: pointer; font-family: var(--font-body); font-size: .95rem; font-weight: 600; transition: var(--tr); background: transparent; }
.rental-tab.active { background: var(--gold); color: var(--white); border-color: var(--gold); }

/* ── TOP BAR ────────────────────────────────────────────────── */
.top-bar { background: var(--brown); color: rgba(255,255,255,.9); padding: 8px 0; font-size: .85rem; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.top-bar-links { display: flex; gap: 20px; }
.top-bar-links a { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.85); }
.top-bar-links a:hover { color: var(--gold); }
.top-bar-links i { font-size: .8rem; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .nav-links { display: none; }
    .menu-toggle { display: flex; }
    .nav-phone { display: none; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-image-side { display: none; }
    .grid-3, .packages-grid, .gallery-grid, .testimonials-grid, .blog-grid { grid-template-columns: repeat(2,1fr); }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .service-detail-grid { grid-template-columns: 1fr; }
    .post-layout { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: repeat(2,1fr); }
    .packages-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
    .section { padding: 56px 0; }
    .grid-2, .grid-3, .grid-4, .packages-grid, .gallery-grid, .testimonials-grid, .blog-grid, .pricing-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-stats { gap: 20px; }
    .hero-content { padding: 60px 20px; }
    .newsletter-inner { flex-direction: column; align-items: flex-start; }
    .newsletter-input { min-width: 100%; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .values-grid { grid-template-columns: 1fr; }
    .top-bar-inner { flex-direction: column; gap: 6px; text-align: center; }
}
