:root{--aa-primary:#3e9094;--aa-primary-dark:#2f6f73;--aa-accent:#d4a24c;--aa-text:#1f2937;--aa-bg:#f7f9fc}
.aa-home{background:#fff;direction:rtl;color:var(--aa-text)}
.aa-container{max-width:1280px;margin:0 auto;padding:0 16px}

/* Header tuning on homepage - unified with global header */
header.brx-sticky{background:var(--aa-primary-dark)!important;border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 2px 14px rgba(0,0,0,.12)}
header.brx-sticky .brxe-nav-menu a{color:#fff!important;font-weight:700}
header.brx-sticky .brxe-nav-menu a:hover,
header.brx-sticky .brxe-nav-menu .current-menu-item>a{color:var(--aa-accent)!important}
header.brx-sticky a[href*='contact'],
header.brx-sticky a[href*='احجز'],
header.brx-sticky .bricks-button,
header.brx-sticky .aa-booking-trigger{background:var(--aa-accent)!important;color:#1f2937!important;border-radius:10px!important}

.aa-section{padding:42px 0}
.aa-section-alt{background:var(--aa-bg)}
.aa-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.aa-head h2{margin:0;font-size:28px}
.aa-head a{color:var(--aa-primary-dark);font-weight:700}
.aa-head-center{justify-content:center}

.aa-areas-top{padding:24px 0 14px;background:#fff}
.aa-areas-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.aa-areas-chips a{padding:8px 14px;border-radius:999px;background:#edf5f5;border:1px solid #d6e8e8;color:#1f5a5d;text-decoration:none;font-weight:700}
.aa-areas-chips a:hover{background:#2d696c;color:#fff;border-color:#2d696c}

.aa-platform-slider{padding:8px 0 22px;background:#fff}
.aa-slide{position:relative;border-radius:18px;overflow:hidden;min-height:420px;background-size:cover;background-position:center;display:flex;align-items:flex-end}
.aa-slide-overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(17,37,40,.48),rgba(17,37,40,.12))}
.aa-slide-content{position:relative;z-index:2;color:#fff;padding:34px;max-width:680px}
.aa-kicker{display:inline-block;background:#d4a24c;color:#1f2937;padding:6px 12px;border-radius:999px;font-weight:800;margin-bottom:10px}
.aa-slide h1{margin:0 0 10px;font-size:clamp(28px,4vw,44px);line-height:1.25}
.aa-slide p{margin:0 0 18px;font-size:18px;line-height:1.8}

.aa-cta-row{display:flex;gap:12px;flex-wrap:wrap}
.aa-btn{background:#fff;color:var(--aa-primary-dark);padding:10px 18px;border-radius:8px;font-weight:700;text-decoration:none}
.aa-btn-outline{background:transparent;border:1px solid #fff;color:#fff}

.aa-grid{display:grid;gap:16px}
.aa-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.aa-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.aa-card{background:#fff;border:1px solid #e9eef5;border-radius:14px;overflow:hidden;box-shadow:0 4px 14px rgba(15,23,42,.06)}
.aa-card a{color:inherit;text-decoration:none}
.aa-card-cover{display:block}
.aa-thumb{aspect-ratio:16/10;background:#eef2f7}
.aa-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.aa-noimg{display:grid;place-items:center;height:100%;font-weight:700;color:#2d696c}
.aa-body{padding:14px}
.aa-body h3{font-size:18px;line-height:1.5;margin:0 0 8px}
.aa-body h3 a{color:#111827}
.aa-meta{color:#607086;margin:0 0 10px}
.aa-listing-card{display:flex;flex-direction:column}
.aa-card-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px}
.aa-price{margin:0;color:var(--aa-primary-dark);font-weight:800;font-size:15px}
.aa-share-icons{display:flex;gap:6px;flex-shrink:0}
.aa-share-icons a{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef4fb;color:#244d67;font-size:12px;font-weight:800;border:1px solid #d7e3f0}
.aa-share-icons a svg{width:15px;height:15px;fill:currentColor}
.aa-share-icons a[href*="wa.me"]{background:#25D366;color:#fff;border-color:#25D366}
.aa-share-icons a[href*="wa.me"]:hover{background:#1da851;border-color:#1da851;color:#fff}
.aa-share-icons a:hover{background:#244d67;color:#fff;border-color:#244d67}
.aa-card-actions{display:flex;gap:8px;flex-wrap:wrap}
.aa-card-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 14px;border-radius:10px;background:#d4a24c;color:#1f2937;font-weight:800;font-size:13px}
.aa-card-cta svg{width:15px;height:15px;fill:currentColor;flex-shrink:0}
.aa-card-cta-call{background:#244d67;color:#fff}
.aa-card-cta-outline{background:#fff;border:1px solid #d4a24c;color:#8b651e}
.aa-card-cta:hover{background:#c39241}
.aa-card-cta-call:hover{background:#1c3e54}
.aa-card-cta-outline:hover{background:#d4a24c;color:#1f2937}
.aa-post-card p{margin:0;color:#4b5563;line-height:1.8}

@media (max-width:1024px){
  .aa-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .aa-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .aa-slide{min-height:360px}
}
@media (max-width:640px){
  .aa-grid-4,.aa-grid-3{grid-template-columns:1fr}
  .aa-head h2{font-size:22px}
  .aa-slide{min-height:320px}
  .aa-slide-content{padding:20px}
  .aa-slide p{font-size:15px}
  .aa-card-actions{flex-direction:column}
  .aa-card-actions .aa-card-cta{width:100%}
}

/* Final force override: unify top and main header colors on homepage */
body.home header.brx-sticky,
body.home header.brx-sticky.on-scroll,
body.home header.brx-sticky > .brxe-section,
body.home header.brx-sticky .brxe-section,
body.home header.brx-sticky .brxe-container,
body.home header.brx-sticky [id^='brxe-'] {
  background: #2d696c !important;
  background-color: #2d696c !important;
}

body.home header.brx-sticky .brxe-nav-menu a,
body.home header.brx-sticky .bricks-nav-menu a,
body.home header.brx-sticky .menu-item > a,
body.home header.brx-sticky [id^='brxe-'] .bricks-nav-menu a {
  color: #ffffff !important;
}

body.home header.brx-sticky .menu-item.current-menu-item > a,
body.home header.brx-sticky .menu-item > a:hover,
body.home header.brx-sticky .brxe-nav-menu .current-menu-item > a,
body.home header.brx-sticky .brxe-nav-menu a:hover {
  color: #d4a24c !important;
}

body.home header.brx-sticky a.openpopupclass,
body.home header.brx-sticky .bricks-button,
body.home header.brx-sticky .aa-booking-trigger {
  background: #d4a24c !important;
  background-color: #d4a24c !important;
  color: #1f2937 !important;
  border-color: #d4a24c !important;
}