/* =====================================================
   شركة الرحمة للاستقدام — Professional Theme Override
   Brand Gold: #C8922A  |  Dark Navy: #0F1F3D
   ===================================================== */

/* ── Font Awesome 6 Free (Solid) — local woff2 ── */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/site/webfonts/fa-solid-free-900.woff2') format('woff2');
}
.fa-solid, .fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

/* ── Font Awesome 6 Brands — local woff2 (overrides broken FA Pro path) ── */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/site/webfonts/fa-brands-400.woff2') format('woff2');
}
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

:root {
  --brand-gold:        #C8922A;
  --brand-gold-dark:   #A0711E;
  --brand-gold-light:  rgba(200, 146, 42, 0.15);
  --brand-gold-border: rgba(200, 146, 42, 0.4);
  --brand-navy:        #0F1F3D;
  --brand-navy-light:  #1C3557;
  --brand-cream:       #FBF7F0;
  --brand-text:        #1A1A2E;
}

/* ─────────────────────────────────────────────────
   AUTH PAGES
───────────────────────────────────────────────── */
.auth-page.page-content {
  min-height: 100vh;
  padding: 128px 18px 72px;
  background:
    linear-gradient(135deg, rgba(15, 31, 61, 0.92), rgba(15, 31, 61, 0.76)),
    url('/site/assets/images/bg2.webp') center/cover no-repeat;
  overflow: hidden;
}

.auth-page .login-section,
.auth-page .login-content,
.auth-page .auth-card {
  position: relative;
  z-index: 1;
}

.auth-page .login-content {
  max-width: 1120px;
  padding: 0;
}

.auth-page .auth-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.78fr);
  min-height: 620px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  box-shadow: 0 28px 75px rgba(3, 12, 28, 0.28);
  overflow: hidden;
}

.auth-page .auth-card__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(15, 31, 61, 0.96), rgba(28, 53, 87, 0.86)),
    url('/site/assets/images/work.jpg') center/cover no-repeat;
}

.auth-page .auth-card__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 31, 61, 0.86), rgba(15, 31, 61, 0.22));
}

.auth-page .auth-card__brand,
.auth-page .auth-card__visual-content,
.auth-page .auth-card__features {
  position: relative;
  z-index: 1;
}

.auth-page .auth-card__brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
}

.auth-page .auth-card__brand img {
  width: 116px;
  height: auto;
}

.auth-page .auth-card__eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--brand-gold);
  font-weight: 800;
  font-size: 0.95rem;
}

.auth-page .auth-card__visual h1 {
  max-width: 520px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.35;
}

.auth-page .auth-card__visual p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.9;
}

.auth-page .auth-card__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.auth-page .auth-card__features span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 9px 10px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.auth-page .auth-card__features i {
  color: var(--brand-gold);
}

.auth-page .login-detail {
  max-width: none;
}

.auth-page .login-detail.centered {
  justify-content: center;
  padding: 48px 42px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.auth-page .login-logo {
  display: none;
}

.auth-page .login-title span {
  margin-bottom: 8px !important;
  color: var(--brand-navy);
  font-size: 2rem !important;
  font-weight: 900 !important;
}

.auth-page .login-title p {
  margin: 0 0 26px !important;
  color: #667085 !important;
}

.auth-page .auth-input {
  position: relative;
}

.auth-page .auth-input i {
  position: absolute;
  z-index: 2;
  inset-inline-start: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-gold);
  font-size: 0.95rem;
  pointer-events: none;
}

.auth-page .login-form input.form-control {
  height: 54px !important;
  padding-inline-start: 46px;
  padding-inline-end: 16px;
  border: 1px solid #e4e7ec;
  border-radius: 8px !important;
  background: #fbfcfe;
  color: var(--brand-text);
  font-size: 0.96rem !important;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.auth-page .login-form input.form-control:focus {
  background: #fff;
  border-color: var(--brand-gold) !important;
  box-shadow: 0 0 0 4px rgba(200, 146, 42, 0.16) !important;
}

.auth-page .form-check.custom-check {
  min-height: 32px;
  padding: 0;
  gap: 12px;
}

.auth-page .form-check.custom-check,
.auth-page .form-check.custom-check label,
.auth-page .form-check.custom-check .site-text-primary,
.auth-page .new-account {
  color: #667085 !important;
  font-size: 0.94rem !important;
}

.auth-page .form-check.custom-check .site-text-primary,
.auth-page .new-account a {
  color: var(--brand-gold-dark) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.auth-page .form-check.custom-check .site-text-primary:hover,
.auth-page .new-account a:hover {
  color: var(--brand-gold) !important;
}

.auth-page .site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 8px;
  background: var(--brand-gold) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 28px rgba(200, 146, 42, 0.25);
}

.auth-page .site-button:hover {
  background: var(--brand-gold-dark) !important;
  opacity: 1 !important;
  transform: translateY(-1px);
}

.auth-page .new-account {
  margin-top: 18px !important;
}

.auth-page .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 6px 0 16px;
}

@media (max-width: 991px) {
  .auth-page.page-content {
    padding-top: 110px;
  }

  .auth-page .auth-card {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: auto;
  }

  .auth-page .auth-card__visual {
    min-height: auto;
    padding: 28px;
    gap: 30px;
  }

  .auth-page .auth-card__visual h1 {
    font-size: 1.75rem;
  }

  .auth-page .login-detail.centered {
    padding: 34px 28px 38px;
  }
}

@media (max-width: 576px) {
  .auth-page.page-content {
    padding: 92px 12px 42px;
  }

  .auth-page .auth-card {
    min-height: auto;
  }

  .auth-page .auth-card__visual {
    padding: 22px;
  }

  .auth-page .auth-card__brand img {
    width: 96px;
  }

  .auth-page .auth-card__visual h1 {
    font-size: 1.35rem;
  }

  .auth-page .auth-card__visual p {
    font-size: 0.92rem;
  }

  .auth-page .auth-card__features {
    grid-template-columns: 1fr;
  }

  .auth-page .login-detail.centered {
    padding: 28px 18px 32px;
  }

  .auth-page .login-title span {
    font-size: 1.6rem !important;
  }

  .auth-page .form-check.custom-check {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .auth-page .g-recaptcha {
    transform: scale(0.88);
    transform-origin: center;
    margin-inline: -18px;
  }
}

/* ── Scrollbar ─────────────────────────────────── */
::-webkit-scrollbar-thumb { background: var(--brand-gold); }

/* ── Checkbox accent ───────────────────────────── */
input[type=checkbox] { accent-color: var(--brand-gold); }

/* ── Preloader bar ─────────────────────────────── */
.preloader .progress-bar span {
  background: var(--brand-gold);
  box-shadow: 0 0 8px rgba(200, 146, 42, 0.5);
}

/* ─────────────────────────────────────────────────
   HEADER
───────────────────────────────────────────────── */

/* ── Non-home pages: light glass nav (links readable) ── */
body:not(.page-home) header nav:not(.sticky) {
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 2px 20px rgba(15, 31, 61, 0.08) !important;
}

/* ── Home page: transparent header over dark hero ── */
.page-home header nav:not(.sticky) {
  background: transparent !important;
  box-shadow: none !important;
}
.page-home header nav:not(.sticky) .nav_links a {
  color: rgba(255, 255, 255, 0.88) !important;
}
.page-home header nav:not(.sticky) .nav_links a:hover,
.page-home header nav:not(.sticky) .nav_links a.active {
  color: var(--brand-gold) !important;
}
.page-home header nav:not(.sticky) .actions .toggler {
  color: rgba(255, 255, 255, 0.9) !important;
}
.page-home header nav:not(.sticky) .actions .lang-btn {
  color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.page-home header nav:not(.sticky) .actions .login-btn {
  background: var(--brand-gold) !important;
  color: #fff !important;
}
/* dropdown menus keep readable background */
.page-home header nav:not(.sticky) .dropdown-menu {
  background: #fff !important;
}
.page-home header nav:not(.sticky) .dropdown-menu a {
  color: var(--brand-navy) !important;
}

header nav .nav_links a:hover,
header nav .nav_links a.active           { color: var(--brand-gold); }

header nav .nav_links .dropdown .dropdown-menu {
  background: #fff !important;
  border: 1px solid rgba(200,146,42,.16) !important;
}
header nav .nav_links .dropdown .dropdown-menu a,
header nav.sticky .nav_links .dropdown .dropdown-menu a {
  color: var(--brand-navy) !important;
}
header nav .nav_links .dropdown .dropdown-menu a::before { background-color: var(--brand-gold); }
header nav .nav_links .dropdown .dropdown-menu a:hover   { color: var(--brand-gold) !important; background: rgba(200,146,42,.08); }
header nav .nav_links .dropdown .dropdown-menu a:focus   { background-color: var(--brand-gold); color: white !important; }

@media (max-width: 768px) {
  header nav .nav_links .dropdown .dropdown-menu {
    background-color: rgba(200, 146, 42, 0.12);
  }
}

header nav .actions .lang-btn {
  background-color: #fdf9f3;
  border-color: var(--brand-gold-border);
  color: var(--brand-gold);
}
header nav .actions .lang-btn:hover { background: var(--brand-gold-light); }

header nav .actions .login-btn {
  background: var(--brand-gold);
  color: white;
}
header nav .actions .login-btn:hover { background: var(--brand-gold-dark); }

header nav .actions .toggler { color: var(--brand-gold); }

header nav.sticky {
  background: var(--brand-navy) !important;
  box-shadow: 0 18px 40px rgba(15, 31, 61, 0.45);
}
header nav.sticky .nav_links a { color: rgba(255, 255, 255, 0.85) !important; }
header nav.sticky .nav_links a:hover,
header nav.sticky .nav_links a.active { color: var(--brand-gold) !important; }
header nav.sticky .toggler         { color: white; }
header nav.sticky .login-btn       { background: var(--brand-gold); color: white; }
header nav.sticky .lang-btn        { color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
header nav.sticky .logo img        { filter: brightness(0) invert(1); }

@media (max-width: 768px) {
  header .nav_links .lang-mobile {
    background: rgba(200, 146, 42, 0.7);
  }
}

/* ─────────────────────────────────────────────────
   HERO V2 — Full-screen Swiper Slider
───────────────────────────────────────────────── */

/* ── Container ─────────────────────────────────── */
.hero-v2 {
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
}

/* ── Swiper ──────────────────────────────────── */
.hero-v2-swiper,
.hero-v2-swiper .swiper-wrapper,
.hero-v2-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-v2__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transform: scale(1.06);
  transition: transform 8s ease;
}
.hero-v2__slide.swiper-slide-active {
  transform: scale(1);
}

/* dark overlay on every slide */
.hero-v2__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(10,20,45,.72) 0%, rgba(10,20,45,.55) 60%, rgba(10,20,45,.80) 100%),
    linear-gradient(to right,  rgba(200,146,42,.06) 0%, transparent 60%);
}

/* ── Static overlay (content) ─────────────────── */
.hero-v2__overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-v2__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 90px; /* clear fixed header */
  gap: 0;
}

/* ── Badge ───────────────────────────────────── */
.hero-v2__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(200,146,42,.12);
  border: 1px solid rgba(200,146,42,.45);
  color: var(--brand-gold);
  padding: 8px 26px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
  backdrop-filter: blur(8px);
  letter-spacing: 0.5px;
}
.hero-v2__badge i { font-size: 0.7rem; opacity: .8; }

/* ── Title ───────────────────────────────────── */
.hero-v2__title {
  font-size: clamp(1.9rem, 5vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  max-width: 850px;
  margin: 0 auto;
  text-shadow: 0 3px 30px rgba(0,0,0,.5);
}

/* ── Decorative divider ──────────────────────── */
.hero-v2__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 1rem auto;
}
.hero-v2__divider span {
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-gold));
  border-radius: 4px;
}
.hero-v2__divider span:last-child {
  background: linear-gradient(90deg, var(--brand-gold), transparent);
}
.hero-v2__divider i {
  color: var(--brand-gold);
  font-size: 0.6rem;
}

/* ── Description ─────────────────────────────── */
.hero-v2__desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,.8);
  max-width: 640px;
  margin: 0 auto 2rem;
  line-height: 1.9;
}

/* ── CTA Buttons ─────────────────────────────── */
.hero-v2__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

.hero-v2__btn {
  padding: 0.85rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all 0.3s ease;
  font-family: inherit;
}
.hero-v2__btn--primary {
  background: var(--brand-gold);
  color: #fff;
  box-shadow: 0 8px 24px rgba(200,146,42,.45);
}
.hero-v2__btn--primary:hover {
  background: var(--brand-gold-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(200,146,42,.55);
}
.hero-v2__btn--outline {
  background: rgba(255,255,255,.07);
  border: 2px solid rgba(255,255,255,.45);
  color: #fff;
  backdrop-filter: blur(8px);
}
.hero-v2__btn--outline:hover {
  background: rgba(200,146,42,.18);
  border-color: var(--brand-gold);
  color: #fff;
  transform: translateY(-3px);
}

/* ── Trust badges ────────────────────────────── */
.hero-v2__trust {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-v2__trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.75);
  font-size: 0.85rem;
  font-weight: 500;
}
.hero-v2__trust-item i { color: var(--brand-gold); font-size: 1rem; }
.hero-v2__trust-sep {
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,.25);
}

/* ── Scroll indicator ────────────────────────── */
.hero-v2__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.55);
  font-size: 0.72rem;
  letter-spacing: 1px;
  text-decoration: none;
  animation: heroScrollBounce 2s ease-in-out infinite;
  z-index: 2;
}
.hero-v2__scroll i { font-size: 1.1rem; }
@keyframes heroScrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* ── Navigation arrows ───────────────────────── */
.hero-v2__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(200,146,42,.4);
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  font-size: 1rem;
}
.hero-v2__nav::after { display: none; } /* hide default Swiper arrow glyph */
.hero-v2__nav--prev { right: 28px; left: auto; }
.hero-v2__nav--next { left: 28px;  right: auto; }
.hero-v2__nav:hover {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  transform: translateY(-50%) scale(1.08);
}

/* ── Pagination dots ─────────────────────────── */
.hero-v2__pagination {
  bottom: 60px !important;
  z-index: 20;
}
.hero-v2__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.4);
  opacity: 1;
  transition: all 0.35s ease;
}
.hero-v2__pagination .swiper-pagination-bullet-active {
  background: var(--brand-gold);
  width: 28px;
  border-radius: 5px;
}

/* ── Autoplay progress bar ───────────────────── */
.hero-v2__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,.12);
  z-index: 20;
  overflow: hidden;
}
.hero-v2__progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--brand-gold-dark), var(--brand-gold));
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 768px) {
  .hero-v2 { min-height: 100dvh; }

  .hero-v2__content { padding-top: 75px; padding-left: 1rem; padding-right: 1rem; }

  .hero-v2__title   { font-size: clamp(1.6rem, 7vw, 2.4rem); }
  .hero-v2__desc    { font-size: 0.95rem; }

  .hero-v2__nav--prev { right: 10px; width: 40px; height: 40px; }
  .hero-v2__nav--next { left:  10px; width: 40px; height: 40px; }

  .hero-v2__btn     { padding: 0.75rem 1.5rem; font-size: 0.88rem; }

  .hero-v2__scroll  { bottom: 35px; }
  .hero-v2__pagination { bottom: 52px !important; }

  .hero-v2__trust-sep { display: none; }
  .hero-v2__trust { gap: 12px; }
}

@media (max-width: 480px) {
  .hero-v2__actions { flex-direction: column; align-items: center; }
  .hero-v2__btn     { width: 100%; max-width: 280px; justify-content: center; }
}

/* ─────────────────────────────────────────────────
   SECTION HEADERS
───────────────────────────────────────────────── */
.sectionTitle { color: var(--brand-navy); }

.animatedLink { color: var(--brand-gold); }
.animatedLink i span { border-color: var(--brand-gold); }
.animatedLink:hover i span { border-color: var(--brand-gold); background-color: var(--brand-gold); }

/* ─────────────────────────────────────────────────
   SERVICES
───────────────────────────────────────────────── */
main .services { background-color: var(--brand-cream); }

main .services .card {
  border-color: var(--brand-gold-border);
}
main .services .card ul li i { color: var(--brand-gold); }

main .services .servicesSwiperPagination .swiper-pagination-bullet {
  border-color: var(--brand-gold);
}
main .services .servicesSwiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--brand-gold);
}

/* ─────────────────────────────────────────────────
   STATS
───────────────────────────────────────────────── */
main .stats { background: #fff; }

main .stats__header h2::after { background: var(--brand-gold); }

main .stats__card {
  border-color: var(--brand-gold-border);
  background: var(--brand-cream);
}
main .stats__card:hover {
  outline-color: var(--brand-gold);
}
main .stats__card:hover .stats__number { color: var(--brand-gold-dark); }

main .stats__number::after { color: var(--brand-gold); }

/* ─────────────────────────────────────────────────
   VIDEO SECTION
───────────────────────────────────────────────── */
main .video-section {
  background: linear-gradient(135deg, rgba(15,31,61,0.04) 0%, rgba(251,247,240,1) 100%);
  border-bottom-color: var(--brand-gold-border);
}
main .video-section .sectionsubtitle {
  border-right-color: var(--brand-gold);
  border-left-color:  var(--brand-gold);
}
main .video-section .video-btn {
  background: var(--brand-gold);
  box-shadow: 0 8px 20px rgba(200,146,42,.3);
  color: white;
}
main .video-section .video-btn:hover {
  background: var(--brand-gold-dark);
  box-shadow: 0 15px 25px rgba(200,146,42,.4);
}

/* ─────────────────────────────────────────────────
   COUNTRIES
───────────────────────────────────────────────── */
main .countries-section {
  background: linear-gradient(rgba(251,247,240,0.96), rgba(251,247,240,0.94)),
              url("../images/countries.webp");
  background-size: cover;
  background-position: center;
}

main .countries-section .countries-header .countries-badge {
  background: rgba(200,146,42,.15);
  color: var(--brand-gold-dark);
}
main .countries-section .countries-card {
  border-color: var(--brand-gold-border);
}
main .countries-section .countries-card:hover .glass-btn {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  color: white;
}
main .countries-section .countries-card__subtitle { color: var(--brand-gold-dark); }

main .countries-section .countries-card__details .detail-item i { color: var(--brand-gold); }

main .countries-section .countries-card .glass-btn {
  border-color: var(--brand-gold);
  color: var(--brand-gold-dark);
}
main .countries-section .countries-card .glass-btn:hover {
  background: var(--brand-gold);
  color: white;
}

/* ─────────────────────────────────────────────────
   WHY US
───────────────────────────────────────────────── */
main .why__content .icon {
  background: rgba(200,146,42,.15);
  color: var(--brand-gold);
}
main .why__content .why__list li i { color: var(--brand-gold); }

/* ─────────────────────────────────────────────────
   TEAM / CUSTOMER SERVICE
───────────────────────────────────────────────── */
main .team-section { background: var(--brand-cream); }

/* ─────────────────────────────────────────────────
   REVIEWS
───────────────────────────────────────────────── */
main .reviews { background: rgba(251,247,240,.8); }
main .reviews .review-card { border-color: rgba(200,146,42,.1); }
main .reviews .review-card:hover { border-color: rgba(200,146,42,.3); }
main .reviews .review-card__quote { color: rgba(200,146,42,.2); }
main .reviews .review-card__avatar {
  background: rgba(200,146,42,.12);
  color: var(--brand-gold);
}
main .reviews .reviews-swiper-pagination .swiper-pagination-bullet {
  background: rgba(200,146,42,.3);
}
main .reviews .reviews-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--brand-gold);
}

/* ─────────────────────────────────────────────────
   TEAM / CUSTOMER SERVICE CARDS
───────────────────────────────────────────────── */
main .team-section .section-card {
  border-color: var(--brand-gold-border);
}
main .team-section .section-card::before {
  background: linear-gradient(90deg, transparent, rgba(200,146,42,.08), transparent);
}
main .team-section .section-card:hover {
  border-color: var(--brand-gold);
  box-shadow: 0 0 25px rgba(200,146,42,.2);
}
main .team-section .section-card:hover .section-card__bg-icon i { color: var(--brand-gold); }
main .team-section .section-card__bg-icon i { color: rgba(200,146,42,.06); }
main .team-section .section-card span {
  background: rgba(200,146,42,.15);
  color: var(--brand-gold-dark);
}
main .team-section .section-card__actions a.call {
  background: var(--brand-gold);
  color: white;
  border-color: rgba(200,146,42,.3);
}
main .team-section .section-card__actions a.call:hover {
  background: rgba(200,146,42,.15);
  color: var(--brand-gold-dark);
  box-shadow: 0 0 15px rgba(200,146,42,.35);
}

/* ─────────────────────────────────────────────────
   CONTACT SECTION
───────────────────────────────────────────────── */
main .contact_page .contact_info {
  border-color: var(--brand-gold-border);
}
main .contact_page .contact_info h3 { color: var(--brand-gold); }
main .contact_page .contact_info h5 { color: var(--brand-gold); }
main .contact_page .contact_info .field .icon {
  background-color: var(--brand-gold);
}
main .contact_page .contact_info .field:hover .text a  { color: var(--brand-gold); }
main .contact_page .contact_info .field:hover .icon    { border-color: var(--brand-gold); }
main .contact_page .contact_info .field:hover .icon i  { color: var(--brand-gold); }
main .contact_page .contact_info .field .text h4       { color: var(--brand-gold); }

main .contact_page form { border-color: var(--brand-gold-border); }

/* Form labels */
main form .form-group .inputfield input:not(:-moz-placeholder) + label,
main form .form-group .inputfield textarea:not(:-moz-placeholder) + label { color: var(--brand-gold); }

main form .form-group .inputfield input:focus + label,
main form .form-group .inputfield textarea:focus + label,
main form .form-group .inputfield input:not(:placeholder-shown) + label,
main form .form-group .inputfield textarea:not(:placeholder-shown) + label {
  color: var(--brand-gold);
}
main form .form-group .inputfield .highlight::after { background: var(--brand-gold); }

/* Submit button */
main form .btn-submit {
  background: var(--brand-gold);
  box-shadow: 0 8px 20px rgba(200,146,42,.35);
}
main form .btn-submit::before { background: var(--brand-gold-dark); }

/* ─────────────────────────────────────────────────
   FAQ / MISC BANNERS
───────────────────────────────────────────────── */
main .faq-section .faq-header__line        { background: var(--brand-gold); }
main .faq-section .accordion-item         { border-color: rgba(200,146,42,.2); }
main .faq-section .accordion-item:hover   { border-color: rgba(200,146,42,.4); }
main .faq-section .accordion-item.active .accordion-answer { border-top-color: rgba(200,146,42,.2); }
main .faq-section .accordion-question i   { color: var(--brand-gold); }
main .faq-section .accordion-question:hover { background: rgba(200,146,42,.04); }
main .faq-section .faq-cta               { border-top-color: rgba(200,146,42,.2); }
main .faq-section .faq-cta .btn-contact  { background: var(--brand-gold); color: white; }
main .faq-section .faq-cta .btn-contact:hover { background: var(--brand-gold-dark); }
main .faq-banner__highlight              { color: var(--brand-gold); }
main .faq-banner__highlight::after       { background: rgba(200,146,42,.2); }
main .faq-banner__icon                   { background: rgba(200,146,42,.12); }

main .card-banner {
  background: linear-gradient(to bottom,
    rgba(200,146,42,.18) 0%,
    rgba(200,146,42,.14) 40%,
    rgba(200,146,42,.22) 100%);
}
main .card-banner__tag   { color: var(--brand-gold); }
main .card-banner__title .highlight { color: var(--brand-gold); }
main .card-banner__btn   { background: var(--brand-gold); color: white; }
main .card-banner__btn:hover { background: var(--brand-gold-dark); }

/* ─────────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────────── */
.site-footer { background: var(--brand-navy); }

.site-footer__col h4            { color: var(--brand-gold); }
.site-footer__col ul a:hover    { color: var(--brand-gold); }

.site-footer__social a:hover {
  background: var(--brand-gold);
  color: white;
}

/* ─────────────────────────────────────────────────
   VISION / MISSION (about page)
───────────────────────────────────────────────── */
main .vision-mission .vm-main .vm-card--main { border-color: var(--brand-gold-border); }
main .vision-mission .vm-main .vm-card--main .vm-icon {
  background: rgba(200,146,42,.15);
}
main .vision-mission .vm-main .vm-card--main .vm-icon i { color: var(--brand-gold); }

/* ─────────────────────────────────────────────────
   SWAL POPUP BORDER
───────────────────────────────────────────────── */
.site-swal-popup { border-color: rgba(200,146,42,.18); }

/* ─────────────────────────────────────────────────
   ENGLISH (LTR) OVERRIDES
───────────────────────────────────────────────── */
html[lang=en] main .hero-recruitment .hero-grid .hero-content .hero-quote {
  border-left-color:  var(--brand-gold);
  border-right-color: var(--brand-gold);
}
html[lang=en] main .video-section .sectionsubtitle {
  border-left-color: var(--brand-gold);
}

/* ═════════════════════════════════════════════════
   FONT — Tajawal (replaces Baloo Bhaijaan 2)
═════════════════════════════════════════════════ */
*,
body,
input,
button,
textarea,
select {
  font-family: 'Tajawal', 'Baloo Bhaijaan 2', sans-serif !important;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* ═════════════════════════════════════════════════
   PRELOADER — Al Rahma branding
═════════════════════════════════════════════════ */
.preloader {
  background: #fff;
  flex-direction: column;
  gap: 0;
}
.preloader .loader-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.preloader .loader-box img {
  width: min(200px, 58vw);
  height: auto;
  margin-bottom: 4px;
}
.preloader__brand {
  font-family: 'Tajawal', sans-serif !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--brand-gold);
  text-transform: uppercase;
  opacity: .8;
  margin-bottom: 12px;
}
.preloader .progress-bar {
  width: 160px;
  height: 3px;
  background: #f0ebe2;
  border-radius: 10px;
  overflow: hidden;
}
.preloader .progress-bar span {
  background: linear-gradient(90deg, var(--brand-gold-dark), var(--brand-gold));
  box-shadow: 0 0 8px rgba(200,146,42,.4);
}

/* ═════════════════════════════════════════════════
   HEADER — dual logo (dark / light) — v15 fix
   logo-dark-ver = colored/navy logo → light backgrounds
   logo-light-ver = white logo         → dark/navy backgrounds
═════════════════════════════════════════════════ */
header nav .logo img { height: 72px; width: auto; object-fit: contain; }

/* Default: show colored (dark) logo */
header nav .logo .logo-dark-ver  { display: block; }
header nav .logo .logo-light-ver { display: none; }

/* Home page — transparent nav over dark hero → show WHITE logo */
.page-home header nav:not(.sticky) .logo .logo-dark-ver  { display: none; }
.page-home header nav:not(.sticky) .logo .logo-light-ver { display: block; }

/* Non-home pages — white glass nav → show COLORED logo */
body:not(.page-home) header nav:not(.sticky) .logo .logo-dark-ver  { display: block; }
body:not(.page-home) header nav:not(.sticky) .logo .logo-light-ver { display: none;  }

/* Sticky nav — navy background → show WHITE logo */
header nav.sticky .logo .logo-dark-ver  { display: none; }
header nav.sticky .logo .logo-light-ver { display: block; }

/* Fix active link color */
header nav.sticky .nav_links a.active { color: var(--brand-gold) !important; }

@media (max-width: 768px) {
  header nav .logo img { height: 52px; }
}

/* ═════════════════════════════════════════════════
   FOOTER — logo size
═════════════════════════════════════════════════ */
.site-footer__brand img {
  height: 90px;
  width: auto;
}

/* ═════════════════════════════════════════════════
   HERO V3 — Video background
═════════════════════════════════════════════════ */

/* Video layer — sits above slider on desktop */
.hero-v3__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  background: var(--brand-navy);
}
.hero-v3__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-v3__video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(10,20,45,.78) 0%, rgba(10,20,45,.55) 55%, rgba(10,20,45,.82) 100%),
    linear-gradient(135deg, rgba(200,146,42,.07) 0%, transparent 60%);
}

/* On mobile: keep the video hero visible. */
@media (max-width: 768px) {
  .hero-v3__video-wrap      { display: block; z-index: 2; }
  .hero-v3 .hero-v3__progress-bar { display: none !important; }

  .hero-v3__video {
    object-position: center center;
  }
}

/* Content and overlay sit above video (z-index:2) and slider (z-index:1) */
.hero-v3 .hero-v2__overlay { z-index: 10; }

/* Top gradient ensures header links remain readable over any video frame */
.hero-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to bottom, rgba(10, 20, 45, 0.6) 0%, transparent 100%);
  z-index: 5;
  pointer-events: none;
}

/* "mute/unmute" floating button */
.hero-v3__sound-btn {
  position: absolute;
  bottom: 70px;
  left: 28px;
  z-index: 25;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(200,146,42,.4);
  color: rgba(255,255,255,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  backdrop-filter: blur(8px);
  font-size: 0.9rem;
}
.hero-v3__sound-btn:hover {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  color: white;
}
@media (max-width: 768px) {
  .hero-v3__sound-btn { display: none; }
}

@media (max-width: 1199px) {
  header nav .nav_links {
    left: auto !important;
    right: 0;
    width: min(82vw, 340px) !important;
    max-width: calc(100vw - 24px);
    height: 100dvh;
    transform: translateX(110%);
    overflow-y: auto;
    overflow-x: hidden;
  }

  header nav .nav_links.active {
    right: 0 !important;
    transform: translateX(0);
  }

  .page-home header nav:not(.sticky) .nav_links,
  .page-home header nav.sticky .nav_links {
    background: #fff !important;
  }

  .page-home header nav:not(.sticky) .nav_links.active a,
  .page-home header nav.sticky .nav_links.active a {
    color: var(--brand-navy) !important;
  }

  .page-home header nav:not(.sticky) .nav_links.active a:hover,
  .page-home header nav:not(.sticky) .nav_links.active a.active,
  .page-home header nav.sticky .nav_links.active a:hover,
  .page-home header nav.sticky .nav_links.active a.active {
    color: var(--brand-gold) !important;
  }
}

/* ═════════════════════════════════════════════════
   STATS STRIP
═════════════════════════════════════════════════ */
.stats-strip {
  background: var(--brand-navy);
  padding: 0;
}
.stats-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
@media (max-width: 768px) {
  .stats-strip__grid { grid-template-columns: repeat(2, 1fr); }
}
.stats-strip__item {
  padding: 28px 20px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stats-strip__item:last-child { border-inline-end: none; }
@media (max-width: 768px) {
  .stats-strip__item:nth-child(even) { border-inline-end: none; }
  .stats-strip__item:nth-child(1),
  .stats-strip__item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.1); }
}
.stats-strip__num {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: var(--brand-gold);
  line-height: 1.1;
}
.stats-strip__label {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

/* ═════════════════════════════════════════════════
   SERVICES GRID
═════════════════════════════════════════════════ */
.sg-services {
  padding: 90px 0;
  background: var(--brand-cream);
}
.sg-services .sectionTop {
  margin-bottom: 3rem;
}
.section-eyebrow {
  display: inline-block;
  background: var(--brand-gold-light);
  color: var(--brand-gold);
  border: 1px solid var(--brand-gold-border);
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  letter-spacing: 0.3px;
}
.sg-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 992px) {
  .sg-services__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .sg-services__grid { grid-template-columns: 1fr; }
}
.sg-card {
  background: #fff;
  border: 1px solid rgba(200, 146, 42, 0.1);
  border-radius: 20px;
  padding: 36px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: var(--brand-text);
  transition: all 0.3s ease;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}
.sg-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 48px rgba(200, 146, 42, 0.18);
  border-color: var(--brand-gold);
  color: var(--brand-text);
}
.sg-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  flex-shrink: 0;
}
.sg-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin: 0;
  line-height: 1.4;
}
.sg-card__desc {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.85;
  margin: 0;
  flex: 1;
}
.sg-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-gold);
  font-weight: 600;
  font-size: 0.88rem;
  margin-top: 6px;
}
.sg-card__link i {
  transition: transform 0.25s ease;
  font-size: 0.8rem;
}
.sg-card:hover .sg-card__link i { transform: translateX(-5px); }

/* ═════════════════════════════════════════════════
   MUSANED GOLD BADGE
═════════════════════════════════════════════════ */
.musaned-gold {
  padding: 90px 0;
  background: #f4faf6;
}
.musaned-gold__inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 991px) {
  .musaned-gold__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.musaned-gold__visual {
  display: flex;
  justify-content: center;
}
.musaned-gold__card {
  width: 280px;
  background: linear-gradient(160deg, #1e4030 0%, #0d2018 100%);
  border-radius: 26px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(200, 146, 42, 0.25),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.musaned-logo-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.07);
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(200, 146, 42, 0.2);
  align-self: stretch;
}
.musaned-logo-text {
  display: flex;
  flex-direction: column;
}
.musaned-ar {
  color: var(--brand-gold);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
}
.musaned-en {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.musaned-logo-icon {
  color: var(--brand-gold);
  font-size: 1.3rem;
  opacity: 0.9;
}
.musaned-medal {
  margin: 6px 0;
}
.musaned-medal__ring {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f7d060 0%, #c8922a 45%, #f7d060 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
  color: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 0 10px rgba(200, 146, 42, 0.15),
    0 0 50px rgba(200, 146, 42, 0.5);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.musaned-gold__stars {
  display: flex;
  gap: 6px;
  color: #f7d060;
  font-size: 1.15rem;
}
.musaned-card-tagline {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  text-align: center;
  margin: 0;
}
.musaned-gold__level {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--brand-gold);
  text-align: center;
  letter-spacing: 0.5px;
}
.musaned-card-sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  text-align: center;
  margin: 0;
}
/* Content side */
.musaned-gold__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #16a34a;
  font-weight: 600;
  font-size: 0.88rem;
  background: rgba(22, 163, 74, 0.08);
  padding: 6px 18px;
  border-radius: 50px;
  border: 1px solid rgba(22, 163, 74, 0.2);
  margin-bottom: 1.2rem;
}
.musaned-gold__title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.musaned-gold__sub {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--brand-gold);
  margin-bottom: 1.2rem;
}
.musaned-gold__desc {
  color: #555;
  line-height: 1.9;
  margin-bottom: 1.6rem;
  font-size: 0.97rem;
}
.musaned-gold__points {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.musaned-gold__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #444;
}
.musaned-gold__points li i {
  color: #16a34a;
  font-size: 1rem;
  flex-shrink: 0;
}
.musaned-gold__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #1e4030 0%, #0d2018 100%);
  color: var(--brand-gold) !important;
  padding: 14px 32px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(200, 146, 42, 0.3);
}
.musaned-gold__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
  border-color: var(--brand-gold);
}
.musaned-gold__btn i { font-size: 0.9rem; }

/* ═════════════════════════════════════════════════
   TRUST BAR — مراجع الاستقدام
═════════════════════════════════════════════════ */
.trust-bar {
  background: var(--brand-navy);
  padding: 30px 0;
  border-top: 1px solid rgba(200, 146, 42, 0.15);
}
.trust-bar__label {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.trust-bar__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.trust-bar__item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 28px;
  transition: color 0.25s;
}
.trust-bar__item:hover { color: var(--brand-gold); }
.trust-bar__item i {
  color: var(--brand-gold);
  font-size: 1.1rem;
  opacity: 0.75;
}
.trust-bar__sep {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .trust-bar__item { padding: 8px 16px; }
  .trust-bar__sep  { display: none; }
}

/* ═════════════════════════════════════════════════
   RECRUITMENT STEPS
═════════════════════════════════════════════════ */
.steps-section {
  padding: 90px 0;
  background: var(--brand-navy);
}
.steps-section .sectionTitle  { color: #fff; }
.steps-section .sectionSubtitle { color: rgba(255,255,255,.6); }
.steps-section .section-eyebrow {
  background: rgba(200,146,42,.15);
  border-color: rgba(200,146,42,.35);
  color: var(--brand-gold);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 3rem;
}
@media (max-width: 992px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .steps-grid { grid-template-columns: 1fr; } }

.step-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(200,146,42,.15);
  border-radius: 20px;
  padding: 32px 24px;
  position: relative;
  transition: all 0.3s ease;
}
.step-card:hover {
  background: rgba(200,146,42,.08);
  border-color: rgba(200,146,42,.4);
  transform: translateY(-5px);
}
.step-number {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(200,146,42,.15);
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif;
}
.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 16px;
}
.step-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.step-card p {
  font-size: 0.88rem;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  margin: 0;
}

/* ═════════════════════════════════════════════════
   WHY US — updates
═════════════════════════════════════════════════ */
.why__content .section-eyebrow {
  display: inline-block;
  margin-bottom: 0.6rem;
}
.why__content h3 {
  margin-bottom: 1rem;
}
.why__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}
.why__list li i {
  color: var(--brand-gold);
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.why__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand-gold);
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  margin-top: 1.5rem;
  transition: all 0.3s ease;
}
.why__cta-btn:hover {
  background: var(--brand-gold-dark);
  transform: translateY(-3px);
}
.why__badge {
  display: flex;
  align-items: center;
  gap: 8px;
}
.why__badge i { color: var(--brand-gold); }

/* ═════════════════════════════════════════════════
   COUNTRIES TABS
═════════════════════════════════════════════════ */
.countries-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(200,146,42,.15);
  border-radius: 16px;
  padding: 8px;
  width: fit-content;
  margin-inline: auto;
}
.ctab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #666;
  transition: all 0.25s ease;
  font-family: inherit;
}
.ctab i { font-size: 0.9rem; }
.ctab--active {
  background: var(--brand-navy);
  color: var(--brand-gold);
  box-shadow: 0 4px 16px rgba(15,31,61,.25);
}
.ctab:not(.ctab--active):hover {
  background: rgba(15,31,61,.06);
  color: var(--brand-navy);
}
.ctab-content { display: none; }
.ctab-content--active { display: block; }

/* ═════════════════════════════════════════════════
   RENTAL PACKAGES
═════════════════════════════════════════════════ */
.rental-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 10px 0;
}
@media (max-width: 992px) { .rental-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .rental-grid { grid-template-columns: 1fr; } }

.rental-card {
  background: #fff;
  border: 1px solid rgba(200,146,42,.15);
  border-radius: 22px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 24px rgba(0,0,0,.05);
}
.rental-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(200,146,42,.2);
  border-color: var(--brand-gold);
}
.rental-card--featured {
  background: var(--brand-navy);
  border-color: var(--brand-gold);
  box-shadow: 0 20px 50px rgba(15,31,61,.3);
}
.rental-card__badge {
  position: absolute;
  top: -13px;
  right: 24px;
  background: #e5e7eb;
  color: #555;
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
}
.rental-card__badge--gold {
  background: var(--brand-gold);
  color: #fff;
}
.rental-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--brand-gold);
}
.rental-card--featured .rental-card__icon {
  background: rgba(200,146,42,.2);
  border-color: rgba(200,146,42,.4);
}
.rental-card__name {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin: 0;
}
.rental-card--featured .rental-card__name { color: #fff; }
.rental-card__duration {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--brand-gold);
  font-weight: 600;
}
.rental-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.rental-card__features li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  color: #555;
}
.rental-card--featured .rental-card__features li { color: rgba(255,255,255,.75); }
.rental-card__features li i { color: #16a34a; font-size: 0.85rem; }
.rental-card__feature--off { opacity: .45; }
.rental-card__feature--off i { color: #e53935 !important; }
.rental-card__btn {
  display: block;
  text-align: center;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 8px;
}
.rental-card__btn--primary {
  background: var(--brand-gold);
  color: #fff !important;
}
.rental-card__btn--primary:hover { background: var(--brand-gold-dark); }
.rental-card__btn--outline {
  border: 2px solid var(--brand-gold-border);
  color: var(--brand-gold) !important;
}
.rental-card__btn--outline:hover {
  background: var(--brand-gold-light);
  border-color: var(--brand-gold);
}
.rental-card--featured .rental-card__btn--outline {
  border-color: rgba(200,146,42,.5);
  color: var(--brand-gold) !important;
}

/* ═════════════════════════════════════════════════
   CONTACT PAGE — full rebrand
═════════════════════════════════════════════════ */
.contact_page .sectionTop { margin-bottom: 2.5rem; }

/* Icon circle: gold bg */
main .contact_page .contact_info .field .icon {
  background-color: var(--brand-gold) !important;
}
main .contact_page .contact_info .field:hover .icon {
  border-color: var(--brand-gold-dark) !important;
  background-color: var(--brand-gold-dark) !important;
}

/* Field heading color */
main .contact_page .contact_info .field .text h4 { color: var(--brand-navy) !important; }
main .contact_page .contact_info .field:hover .text a { color: var(--brand-gold) !important; }
main .contact_page .contact_info .field:hover .icon i { color: #fff !important; }

/* Submit button */
main form .btn-submit {
  background: var(--brand-gold) !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 14px 36px !important;
}
main form .btn-submit::before {
  background: var(--brand-gold-dark) !important;
}

/* Input focus accent */
.contact_page .inputfield input:focus,
.contact_page .inputfield textarea:focus {
  border-color: var(--brand-gold) !important;
  box-shadow: 0 0 0 3px rgba(200,146,42,.12) !important;
}

/* Contact page layout */
.page-contact main {
  background:
    linear-gradient(180deg, #fff 0%, #fbf7f0 48%, #fff 100%);
}
.page-contact .contact-hero {
  padding: 90px 0 70px;
  background: linear-gradient(135deg, #fff 0%, #fbf7f0 52%, #eef4f1 100%) !important;
  border-bottom: 1px solid rgba(15, 31, 61, 0.08);
  clip-path: none !important;
}
.page-contact .contact-hero .card-banner__wrapper {
  min-height: 300px;
  padding-top: 34px;
}
.page-contact .contact-hero .card-banner__content {
  max-width: 680px;
}
.page-contact .contact-hero .card-banner__tag {
  border: 1px solid rgba(200, 146, 42, 0.18);
  box-shadow: 0 8px 22px rgba(15, 31, 61, 0.06);
}
.page-contact .contact-hero .card-banner__title {
  color: var(--brand-navy);
  font-size: clamp(2rem, 4vw, 3rem);
}
.page-contact .contact-hero .card-banner__desc {
  max-width: 560px;
  color: #556070;
  font-size: 1rem;
}
.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.contact-hero__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 31, 61, .12);
}
.contact-hero__btn--primary {
  background: var(--brand-gold);
  color: #fff !important;
}
.contact-hero__btn--primary:hover {
  background: var(--brand-gold-dark);
}
.contact-hero__btn--whatsapp {
  background: #128c4a;
  color: #fff !important;
}
.contact-hero__btn--whatsapp:hover {
  background: #0d733c;
}
.page-contact .contact-hero .card-banner__image {
  align-self: stretch;
}
.page-contact .contact-hero .card-banner__image img {
  max-width: 280px;
  height: min(320px, 35vw);
  filter: drop-shadow(0 22px 30px rgba(15, 31, 61, .14));
}
.page-contact .contact-page-modern {
  padding: 70px 0 84px;
}
.contact-page-modern__header {
  max-width: 680px;
  margin-bottom: 28px;
}
.contact-page-modern__header span,
.contact-page-modern__map span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--brand-gold-dark);
  font-size: .85rem;
  font-weight: 800;
}
.contact-page-modern__header h2,
.contact-page-modern__map h3 {
  color: var(--brand-navy);
  font-weight: 900;
  margin: 0 0 10px;
}
.contact-page-modern__header p {
  color: #667085;
  margin: 0;
  line-height: 1.8;
}
.contact-page-modern__grid {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}
.page-contact .contact-page-modern__info,
.page-contact .contact-page-modern__form form,
.contact-page-modern__map {
  background: #fff;
  border: 1px solid rgba(15, 31, 61, .08) !important;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 31, 61, .08);
}
.page-contact .contact-page-modern__info {
  padding: 28px;
}
.page-contact .contact-page-modern__info h3 {
  color: var(--brand-navy);
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 24px;
}
.page-contact .contact-page-modern__info .field {
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}
.page-contact .contact-page-modern__info .field:last-child {
  margin-bottom: 0;
}
.page-contact .contact-page-modern__info .field .icon {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.page-contact .contact-page-modern__info .field .icon i {
  font-size: 18px;
}
.page-contact .contact-page-modern__info .field .text {
  min-width: 0;
}
.page-contact .contact-page-modern__info .field .text h4 {
  font-size: .94rem;
  font-weight: 900;
  margin-bottom: 6px;
}
.page-contact .contact-page-modern__info .field .text a,
.page-contact .contact-page-modern__info .field .text p {
  color: #5d6675;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.contact-page-modern__hours {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  padding: 16px;
  border-radius: 8px;
  background: #f4f7f6;
  color: var(--brand-navy);
}
.contact-page-modern__hours i {
  color: #128c4a;
  font-size: 22px;
  margin-top: 3px;
}
.contact-page-modern__hours strong,
.contact-page-modern__hours span {
  display: block;
}
.contact-page-modern__hours strong {
  margin-bottom: 4px;
  font-size: .95rem;
}
.contact-page-modern__hours span {
  color: #667085;
  font-size: .86rem;
  line-height: 1.7;
}
.page-contact .contact-page-modern__form form {
  padding: 34px !important;
  gap: 34px;
}
.page-contact .contact-page-modern__form .form-group {
  gap: 18px;
}
.page-contact .contact-page-modern__form .inputfield input,
.page-contact .contact-page-modern__form .inputfield textarea {
  min-height: 54px;
  padding: 15px 16px !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 8px;
  background: #fff !important;
  color: var(--brand-text);
}
.page-contact .contact-page-modern__form .inputfield textarea {
  min-height: 142px;
  line-height: 1.8;
}
.page-contact .contact-page-modern__form .inputfield label {
  inset-inline-start: 14px;
  color: #7b8492;
}
.page-contact .contact-page-modern__form .inputfield input:focus + label,
.page-contact .contact-page-modern__form .inputfield textarea:focus + label,
.page-contact .contact-page-modern__form .inputfield input:not(:placeholder-shown) + label,
.page-contact .contact-page-modern__form .inputfield textarea:not(:placeholder-shown) + label {
  top: -10px;
  color: var(--brand-gold-dark) !important;
}
.page-contact .contact-page-modern__form .inputfield .highlight {
  display: none;
}
.page-contact .contact-page-modern__form .btn-submit {
  width: 100%;
  justify-content: center;
  min-height: 52px;
  margin-top: 0;
}
.contact-page-modern__map {
  margin-top: 24px;
  padding: 22px;
  overflow: hidden;
}
.contact-page-modern__map iframe {
  width: 100%;
  min-height: 390px;
  margin-top: 10px;
  border-radius: 8px;
  display: block;
}
@media (max-width: 991px) {
  .page-contact .contact-hero {
    padding: 78px 0 46px;
  }
  .page-contact .contact-hero .card-banner__wrapper {
    min-height: auto;
  }
  .contact-page-modern__grid {
    grid-template-columns: 1fr;
  }
  .page-contact .contact-page-modern__info ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .page-contact .contact-page-modern__info .field {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .page-contact .contact-hero .card-banner__wrapper {
    padding: 28px 0 0;
  }
  .page-contact .contact-hero .card-banner__desc {
    margin-inline: auto;
  }
  .contact-hero__actions {
    justify-content: center;
  }
  .contact-hero__btn {
    flex: 1 1 150px;
  }
  .page-contact .contact-page-modern {
    padding: 46px 0 60px;
  }
  .page-contact .contact-page-modern__info,
  .page-contact .contact-page-modern__form form,
  .contact-page-modern__map {
    padding: 22px !important;
  }
  .page-contact .contact-page-modern__info ul {
    grid-template-columns: 1fr;
  }
  .contact-page-modern__map iframe {
    min-height: 310px;
  }
}

/* ═════════════════════════════════════════════════
   WHY SECTION — badge color override
═════════════════════════════════════════════════ */
main .why__content .why__list li i { color: var(--brand-gold) !important; }
main .why__badge {
  background: var(--brand-gold) !important;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

/* ═════════════════════════════════════════════════
   COUNTRIES SECTION — header badge color
═════════════════════════════════════════════════ */
.countries-badge {
  background: var(--brand-gold-light) !important;
  color: var(--brand-gold) !important;
  border: 1px solid var(--brand-gold-border) !important;
}
.countries-header h2 { color: var(--brand-navy); }

/* ═════════════════════════════════════════════════
   GENERAL — section title colors
═════════════════════════════════════════════════ */
.sectionTitle { color: var(--brand-navy); }
.sectionSubtitle { color: #666; }

/* ═════════════════════════════════════════════════
   EXTRA STATS — Visual stat cards (v9)
═════════════════════════════════════════════════ */
.extra-stats {
  background: var(--brand-cream);
  padding: 80px 0;
  border-top: 1px solid rgba(200,146,42,.1);
}
.extra-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .extra-stats__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .extra-stats__grid { grid-template-columns: 1fr; }
}
.extra-stats__card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  border-top: 3px solid var(--brand-gold);
  box-shadow: 0 4px 24px rgba(0,0,0,.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.extra-stats__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(200,146,42,.18);
}
.extra-stats__icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--brand-gold-light);
  border: 2px solid var(--brand-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--brand-gold);
  flex-shrink: 0;
}
.extra-stats__heading {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin: 0;
  line-height: 1.2;
}
.extra-stats__text {
  font-size: 0.88rem;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

/* ═════════════════════════════════════════════════
   STEPS TIMELINE — Horizontal (v9)
═════════════════════════════════════════════════ */
.steps-timeline {
  padding: 90px 0;
  background: #fff;
}
.steps-timeline .sectionTop {
  margin-bottom: 3.5rem;
}
.steps-timeline .section-eyebrow {
  background: var(--brand-gold-light);
  border-color: var(--brand-gold-border);
  color: var(--brand-gold);
}
.steps-timeline__track {
  position: relative;
}
.steps-timeline__line {
  position: absolute;
  top: 52px; /* vertically centered on the dot area */
  right: 0;
  left: 0;
  height: 2px;
  background: transparent;
  border-top: 2px dashed var(--brand-gold-border);
  z-index: 0;
  pointer-events: none;
}
.steps-timeline__line::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-gold-dark), var(--brand-gold));
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 1.25s cubic-bezier(.22,.8,.28,1);
}
.steps-timeline.is-animated .steps-timeline__line::after {
  transform: scaleX(1);
}
.steps-timeline__items {
  display: flex;
  gap: 0;
  position: relative;
  z-index: 1;
}
.stl-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  gap: 12px;
}
.steps-timeline .stl-step {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}
.steps-timeline.is-animated .stl-step {
  opacity: 1;
  transform: translateY(0);
}
.steps-timeline.is-animated .stl-step:nth-child(1) { transition-delay: .08s; }
.steps-timeline.is-animated .stl-step:nth-child(2) { transition-delay: .20s; }
.steps-timeline.is-animated .stl-step:nth-child(3) { transition-delay: .32s; }
.steps-timeline.is-animated .stl-step:nth-child(4) { transition-delay: .44s; }
.steps-timeline.is-animated .stl-step:nth-child(5) { transition-delay: .56s; }
.steps-timeline.is-animated .stl-step:nth-child(6) { transition-delay: .68s; }
.stl-step__num {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--brand-gold);
  background: var(--brand-gold-light);
  border: 1.5px solid var(--brand-gold-border);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.stl-step__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand-gold);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--brand-gold);
  flex-shrink: 0;
  margin: 4px 0;
}
.steps-timeline.is-animated .stl-step__dot {
  animation: stl-dot-pulse 1.8s ease-in-out infinite;
}
.steps-timeline.is-animated .stl-step:nth-child(2) .stl-step__dot { animation-delay: .18s; }
.steps-timeline.is-animated .stl-step:nth-child(3) .stl-step__dot { animation-delay: .36s; }
.steps-timeline.is-animated .stl-step:nth-child(4) .stl-step__dot { animation-delay: .54s; }
.steps-timeline.is-animated .stl-step:nth-child(5) .stl-step__dot { animation-delay: .72s; }
.steps-timeline.is-animated .stl-step:nth-child(6) .stl-step__dot { animation-delay: .90s; }
.stl-step__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(200,146,42,.3);
}
.steps-timeline.is-animated .stl-step__icon {
  animation: stl-icon-float 3.2s ease-in-out infinite;
}
.steps-timeline.is-animated .stl-step:nth-child(2) .stl-step__icon { animation-delay: .16s; }
.steps-timeline.is-animated .stl-step:nth-child(3) .stl-step__icon { animation-delay: .32s; }
.steps-timeline.is-animated .stl-step:nth-child(4) .stl-step__icon { animation-delay: .48s; }
.steps-timeline.is-animated .stl-step:nth-child(5) .stl-step__icon { animation-delay: .64s; }
.steps-timeline.is-animated .stl-step:nth-child(6) .stl-step__icon { animation-delay: .80s; }
.stl-step__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin: 0;
  line-height: 1.4;
}
.stl-step__desc {
  font-size: 0.82rem;
  color: #888;
  line-height: 1.7;
  margin: 0;
}
@keyframes stl-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 0 2px var(--brand-gold), 0 0 0 0 rgba(200,146,42,.28);
  }
  50% {
    box-shadow: 0 0 0 2px var(--brand-gold), 0 0 0 8px rgba(200,146,42,0);
  }
}
@keyframes stl-icon-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@media (prefers-reduced-motion: reduce) {
  .steps-timeline__line::after,
  .steps-timeline .stl-step {
    transition: none;
  }
  .steps-timeline .stl-step {
    opacity: 1;
    transform: none;
  }
  .steps-timeline .stl-step__dot,
  .steps-timeline .stl-step__icon {
    animation: none !important;
  }
}

/* Mobile: vertical stack */
@media (max-width: 768px) {
  .steps-timeline__line { display: none; }
  .steps-timeline__items {
    flex-direction: column;
    gap: 28px;
  }
  .stl-step {
    flex-direction: row;
    text-align: right;
    align-items: flex-start;
    gap: 16px;
    padding: 0;
  }
  .stl-step__num  { flex-shrink: 0; }
  .stl-step__dot  { display: none; }
  .stl-step__icon { flex-shrink: 0; }
  .stl-step__title,
  .stl-step__desc { text-align: right; }
}

/* ═════════════════════════════════════════════════
   ABOUT PRO — Two-column (v9)
═════════════════════════════════════════════════ */
.about-pro {
  padding: 90px 0;
  background: var(--brand-cream);
}
.about-pro__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 991px) {
  .about-pro__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
/* Image side */
.about-pro__img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: visible;
}
.about-pro__img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  box-shadow: 0 30px 80px rgba(15,31,61,.18);
}
@media (max-width: 768px) {
  .about-pro__img-wrap img { height: 280px; }
}
/* Floating badges */
.about-pro__float {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 32px rgba(0,0,0,.14);
  border: 1px solid rgba(200,146,42,.15);
  z-index: 5;
  min-width: 160px;
}
.about-pro__float--tl {
  top: -18px;
  left: -18px;
}
.about-pro__float--br {
  bottom: -18px;
  right: -18px;
}
@media (max-width: 576px) {
  .about-pro__float--tl { top: -10px; left: -8px; }
  .about-pro__float--br { bottom: -10px; right: -8px; }
}
.apf-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--brand-gold);
  flex-shrink: 0;
}
.apf-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.apf-text strong {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.2;
}
.apf-text span {
  font-size: 0.75rem;
  color: #888;
}
/* Content side */
.about-pro__title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.35;
  margin: 0.8rem 0 1rem;
}
.about-pro__desc {
  color: #666;
  line-height: 1.9;
  font-size: 0.97rem;
  margin-bottom: 1.6rem;
}
.about-pro__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 2rem;
}
.apro-feat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.apro-feat__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--brand-gold);
  flex-shrink: 0;
}
.apro-feat > div > strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 3px;
}
.apro-feat > div > p {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
  line-height: 1.6;
}
.about-pro__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.apro-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.apro-btn--primary {
  background: var(--brand-gold);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(200,146,42,.35);
}
.apro-btn--primary:hover {
  background: var(--brand-gold-dark);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(200,146,42,.45);
}
.apro-btn--ghost {
  background: transparent;
  color: var(--brand-navy) !important;
  border: 2px solid rgba(15,31,61,.2);
}
.apro-btn--ghost:hover {
  border-color: var(--brand-gold);
  color: var(--brand-gold) !important;
  background: var(--brand-gold-light);
}

/* ═════════════════════════════════════════════════
   NAT CARDS — Horizontal country cards (v9)
═════════════════════════════════════════════════ */
.nat-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nat-card {
  background: #fff;
  border: 1px solid rgba(200,146,42,.12);
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 3px 16px rgba(0,0,0,.05);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.nat-card:hover {
  border-color: var(--brand-gold);
  box-shadow: 0 10px 36px rgba(200,146,42,.18);
  transform: translateY(-3px);
}
.nat-card__flag {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--brand-gold-border);
  background: var(--brand-cream);
}
.nat-card__flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nat-card__info {
  flex: 1;
  min-width: 0;
}
.nat-card__name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin: 0 0 8px;
}
.nat-card__subtitle {
  font-size: 0.82rem;
  color: var(--brand-gold-dark);
  margin: 0 0 6px;
}
.nat-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nat-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  color: var(--brand-gold-dark);
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.nat-chip i { font-size: 0.75rem; }
.nat-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-navy);
  color: var(--brand-gold) !important;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.nat-card__btn:hover {
  background: var(--brand-gold);
  color: #fff !important;
}
.nat-card__btn i { font-size: 0.8rem; transition: transform 0.2s; }
.nat-card__btn:hover i { transform: translateX(-4px); }

@media (max-width: 600px) {
  .nat-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .nat-card__btn { align-self: flex-end; }
}

/* ═════════════════════════════════════════════════
   CS SECTION — Customer Service (v9)
═════════════════════════════════════════════════ */
.cs-section {
  padding: 80px 0;
  background: var(--brand-cream);
}
.cs-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cs-card {
  background: #fff;
  border: 1px solid rgba(200,146,42,.12);
  border-radius: 16px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 3px 16px rgba(0,0,0,.05);
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}
.cs-card:hover {
  border-color: var(--brand-gold);
  box-shadow: 0 10px 36px rgba(200,146,42,.18);
  transform: translateY(-3px);
}
.cs-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--brand-navy);
  color: var(--brand-gold);
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}
.cs-card__info {
  flex: 1;
  min-width: 0;
}
.cs-card__info h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin: 0 0 4px;
}
.cs-card__info p {
  font-size: 0.84rem;
  color: #888;
  margin: 0;
}
.cs-card__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.cs-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.cs-btn--wa {
  background: #25D366;
  color: #fff !important;
}
.cs-btn--wa:hover {
  background: #1ebe5a;
  color: #fff !important;
  transform: translateY(-2px);
}
.cs-btn--call {
  background: var(--brand-gold);
  color: #fff !important;
}
.cs-btn--call:hover {
  background: var(--brand-gold-dark);
  color: #fff !important;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .cs-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .cs-card__actions { width: 100%; justify-content: flex-start; }
}

/* ═════════════════════════════════════════════════
   FAQ SECTION — Accordion (v9)
═════════════════════════════════════════════════ */
.faq-section {
  padding: 90px 0;
  background: var(--brand-cream);
}
.faq-section .sectionTop { margin-bottom: 2.5rem; }
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(200,146,42,.15);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.faq-item:hover,
.faq-item.open {
  border-color: var(--brand-gold-border);
  box-shadow: 0 6px 24px rgba(200,146,42,.12);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: inherit;
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--brand-navy);
  cursor: pointer;
  text-align: right;
  transition: background 0.2s;
}
.faq-q:hover { background: var(--brand-gold-light); }
.faq-item.open .faq-q { background: var(--brand-gold-light); color: var(--brand-navy); }
.faq-q i {
  color: var(--brand-gold);
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p {
  padding: 0 22px 18px;
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.9;
  border-top: 1px solid rgba(200,146,42,.12);
  padding-top: 14px;
}
.faq-section__more {
  text-align: center;
  margin-top: 2.5rem;
}
.faq-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--brand-navy);
  color: var(--brand-gold) !important;
  padding: 13px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.faq-more-btn:hover {
  background: var(--brand-gold);
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(200,146,42,.35);
}
.faq-more-btn i { font-size: 0.85rem; transition: transform 0.2s; }
.faq-more-btn:hover i { transform: translateX(-4px); }

/* ═════════════════════════════════════════════════
   CONTACT PRO — New Layout (v9)
═════════════════════════════════════════════════ */
.contact-pro {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(200,146,42,.15);
  box-shadow: 0 10px 50px rgba(0,0,0,.06);
  overflow: hidden;
}
.contact-pro__form {
  padding: 40px 40px 30px;
  border-bottom: 1px solid rgba(200,146,42,.1);
}
@media (max-width: 768px) {
  .contact-pro__form { padding: 28px 20px 20px; }
}
.contact-pro__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .contact-pro__fields { grid-template-columns: 1fr; }
}
.contact-pro__textarea { margin-bottom: 20px; }
.contact-pro__textarea textarea { min-height: 120px; }

.contact-new .inputfield {
  position: relative;
  width: 100%;
}
.contact-new .inputfield input,
.contact-new .inputfield textarea {
  width: 100%;
  min-height: 54px;
  padding: 20px 16px 9px;
  border: 1px solid rgba(15,31,61,.12);
  border-radius: 12px;
  background: #fbfbfc;
  color: var(--brand-navy);
  font-size: .92rem;
  line-height: 1.5;
  outline: none;
  resize: vertical;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-new .inputfield textarea {
  min-height: 132px;
  padding-top: 28px;
}
.contact-new .inputfield label {
  position: absolute;
  top: 10px;
  inset-inline-start: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #7a8190;
  font-size: .78rem;
  font-weight: 700;
  pointer-events: none;
  line-height: 1;
  transform: none;
  background: transparent;
}
.contact-new .inputfield label i {
  color: var(--brand-gold);
  font-size: .78rem;
}
.contact-new .inputfield input:focus,
.contact-new .inputfield textarea:focus {
  background: #fff;
  border-color: var(--brand-gold) !important;
  box-shadow: 0 0 0 3px rgba(200,146,42,.13) !important;
}
.contact-new .inputfield .highlight {
  display: none;
}

/* Contact info cards below the form */
.cinfo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 992px) {
  .cinfo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .cinfo-grid { grid-template-columns: 1fr; }
}
.cinfo-card {
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-inline-end: 1px solid rgba(200,146,42,.1);
  transition: background 0.25s;
}
.cinfo-card:last-child { border-inline-end: none; }
@media (max-width: 992px) {
  .cinfo-card:nth-child(even) { border-inline-end: none; }
  .cinfo-card:nth-child(1),
  .cinfo-card:nth-child(2) { border-bottom: 1px solid rgba(200,146,42,.1); }
}
@media (max-width: 480px) {
  .cinfo-card { border-inline-end: none; border-bottom: 1px solid rgba(200,146,42,.1); }
  .cinfo-card:last-child { border-bottom: none; }
}
.cinfo-card:hover { background: var(--brand-gold-light); }
.cinfo-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--brand-navy);
  color: var(--brand-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.cinfo-card h4 {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin: 0 0 4px;
  opacity: .7;
}
.cinfo-card p {
  margin: 0;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.5;
}
.cinfo-card p a {
  color: var(--brand-navy);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.cinfo-card p a:hover { color: var(--brand-gold); }

/* ═════════════════════════════════════════════════
   COUNTRY GRID — Reference card design (v11)
═════════════════════════════════════════════════ */
.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 480px)  {
  .country-grid { grid-template-columns: 1fr; gap: 16px; }
  .country-card { min-height: 0; }
  .country-card__body { min-height: 0; }
}

.country-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  border: 1px solid rgba(200,146,42,.1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  min-height: 430px;
}
.country-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 48px rgba(200,146,42,.22);
  color: inherit;
}

/* Gradient header with flag */
.country-card__header {
  background: linear-gradient(145deg, var(--brand-navy) 0%, var(--brand-navy-light) 100%);
  padding: 24px 20px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.country-card__flag {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(200,146,42,.55);
  box-shadow: 0 6px 24px rgba(0,0,0,.3), 0 0 0 6px rgba(200,146,42,.12);
  flex-shrink: 0;
  background: #fff;
  display: grid;
  place-items: center;
}
.country-card__flag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 6px;
}
.country-card__flag--empty i {
  color: var(--brand-gold);
  font-size: 2rem;
}

/* Card body */
.country-card__body {
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  min-height: 292px;
}
.country-card__name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand-navy);
  text-align: center;
  margin: 0;
  min-height: 30px;
}

/* Price block */
.country-card__price-wrap {
  text-align: center;
  line-height: 1.1;
}
.country-card__price-prefix {
  display: block;
  color: #8d94a3;
  font-size: .72rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.country-card__price-amount {
  font-size: 1.86rem;
  font-weight: 900;
  color: var(--brand-gold);
}
.country-card__price-unit {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-gold-dark);
  margin-inline-start: 4px;
}
.country-card__price-label {
  text-align: center;
  font-size: 0.72rem;
  color: #aaa;
  margin: 0;
}

/* 2-col details grid */
.cc-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
  min-height: 88px;
}
.cc-detail {
  background: var(--brand-cream);
  border: 1px solid rgba(200,146,42,.12);
  border-radius: 10px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.cc-detail i    { color: var(--brand-gold); font-size: 1rem; }
.cc-detail span { font-size: 0.7rem; color: #999; line-height: 1.3; }
.cc-detail strong { font-size: 0.82rem; font-weight: 700; color: var(--brand-navy); }

/* CTA button */
.country-card__cta {
  background: var(--brand-navy);
  color: var(--brand-gold) !important;
  padding: 11px 0;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  transition: background 0.25s;
}
.country-card:hover .country-card__cta {
  background: var(--brand-gold);
  color: #fff !important;
}

/* ═════════════════════════════════════════════════
   MUSANED PRO STATS — (v11)
═════════════════════════════════════════════════ */
.musaned-gold { background: #f4faf6; }
.musaned-pro {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 50px;
  align-items: start;
}
.musaned-gold .sectionTop,
.musaned-badge-card,
.musaned-pro__stats {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
}
.musaned-gold.is-animated .sectionTop,
.musaned-gold.is-animated .musaned-badge-card,
.musaned-gold.is-animated .musaned-pro__stats {
  opacity: 1;
  transform: translateY(0);
}
.musaned-gold.is-animated .sectionTop { transition-delay: .05s; }
.musaned-gold.is-animated .musaned-badge-card { transition-delay: .18s; }
.musaned-gold.is-animated .musaned-pro__stats { transition-delay: .32s; }
@media (max-width: 991px) {
  .musaned-pro { grid-template-columns: 1fr; gap: 36px; }
}
.musaned-badge-card {
  background: linear-gradient(160deg, #1e4030 0%, #0d2018 100%);
  border-radius: 24px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0,0,0,.22), 0 0 0 1px rgba(200,146,42,.2);
  position: relative;
  overflow: hidden;
}
.musaned-badge-card::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -45%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: skewX(-18deg);
}
.musaned-gold.is-animated .musaned-badge-card::before {
  animation: musaned-card-shine 3.4s ease-in-out .65s infinite;
}
.musaned-badge-card__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(200,146,42,.2);
  border-radius: 12px;
  padding: 10px 14px;
  align-self: stretch;
}
.musaned-badge-card__logo-text span {
  display: block;
  color: var(--brand-gold);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}
.musaned-badge-card__logo-text small {
  color: rgba(255,255,255,.35);
  font-size: 0.58rem;
  letter-spacing: 2px;
  display: block;
}
.musaned-badge-card__logo i { color: var(--brand-gold); font-size: 1.3rem; }
.musaned-badge-card__medal {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f7d060 0%, #c8922a 50%, #f7d060 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
  color: rgba(255,255,255,.95);
  box-shadow: 0 0 0 8px rgba(200,146,42,.15), 0 0 40px rgba(200,146,42,.45);
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.musaned-gold.is-animated .musaned-badge-card__medal {
  animation: musaned-medal-float 3.1s ease-in-out infinite;
}
.musaned-gold.is-animated .musaned-badge-card__stars i {
  animation: musaned-star-pop .55s ease both;
}
.musaned-gold.is-animated .musaned-badge-card__stars i:nth-child(1) { animation-delay: .46s; }
.musaned-gold.is-animated .musaned-badge-card__stars i:nth-child(2) { animation-delay: .56s; }
.musaned-gold.is-animated .musaned-badge-card__stars i:nth-child(3) { animation-delay: .66s; }
.musaned-gold.is-animated .musaned-badge-card__stars i:nth-child(4) { animation-delay: .76s; }
.musaned-gold.is-animated .musaned-badge-card__stars i:nth-child(5) { animation-delay: .86s; }
.musaned-badge-card__level {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--brand-gold);
  letter-spacing: 0.5px;
}
.musaned-badge-card__stars {
  display: flex;
  gap: 4px;
  font-size: 1rem;
}
.musaned-badge-card__stars .fa-solid { color: #f7d060; }
.musaned-badge-card__stars .fa-regular { color: rgba(247,208,96,.4); }
.musaned-badge-card__reviews {
  color: rgba(255,255,255,.6);
  font-size: 0.82rem;
  line-height: 1.5;
}
.musaned-badge-card__reviews strong {
  color: var(--brand-gold);
  font-size: 1.05rem;
  font-weight: 800;
  margin-inline-end: 4px;
}
.musaned-badge-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(200,146,42,.12);
  border: 1px solid rgba(200,146,42,.35);
  color: var(--brand-gold) !important;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  align-self: stretch;
}
.musaned-badge-card__link:hover {
  background: var(--brand-gold);
  color: #fff !important;
  border-color: var(--brand-gold);
}

/* Stats side */
.musaned-pro__stats { display: flex; flex-direction: column; gap: 0; }
.musaned-stats__heading {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin: 0 0 1.2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(200,146,42,.15);
}
.mstat-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 1.8rem;
}
.musaned-gold .mstat {
  opacity: 0;
  transform: translateX(18px);
  transition: opacity .5s ease, transform .5s ease;
}
.musaned-gold.is-animated .mstat {
  opacity: 1;
  transform: translateX(0);
}
.musaned-gold.is-animated .mstat:nth-child(1) { transition-delay: .42s; }
.musaned-gold.is-animated .mstat:nth-child(2) { transition-delay: .54s; }
.musaned-gold.is-animated .mstat:nth-child(3) { transition-delay: .66s; }
.musaned-gold.is-animated .mstat:nth-child(4) { transition-delay: .78s; }
.mstat__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.mstat__label { font-size: 0.88rem; color: #555; font-weight: 500; }
.mstat__val   { font-size: 0.9rem; font-weight: 800; color: var(--brand-gold); }
.mstat__bar {
  height: 8px;
  background: rgba(200,146,42,.12);
  border-radius: 50px;
  overflow: hidden;
}
.mstat__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--brand-gold-dark), var(--brand-gold));
  border-radius: 50px;
}
.mreview-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 576px) { .mreview-chips { grid-template-columns: 1fr; } }
.mrev-chip {
  background: #fff;
  border: 1px solid rgba(200,146,42,.15);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.musaned-gold .mrev-chip {
  opacity: 0;
  transform: translateY(14px) scale(.96);
  transition: opacity .45s ease, transform .45s ease, box-shadow .25s ease;
}
.musaned-gold.is-animated .mrev-chip {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.musaned-gold.is-animated .mrev-chip:nth-child(1) { transition-delay: .88s; }
.musaned-gold.is-animated .mrev-chip:nth-child(2) { transition-delay: .98s; }
.musaned-gold.is-animated .mrev-chip:nth-child(3) { transition-delay: 1.08s; }
.musaned-gold.is-animated .mrev-chip:nth-child(4) { transition-delay: 1.18s; }
.musaned-gold .mrev-chip:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(200,146,42,.14);
}
.mrev-chip i      { color: var(--brand-gold); font-size: 1.1rem; }
.mrev-chip span   { font-size: 0.78rem; color: #888; }
.mrev-chip strong { font-size: 1rem; font-weight: 800; color: var(--brand-navy); }
@keyframes musaned-card-shine {
  0%, 42% { left: -45%; }
  72%, 100% { left: 110%; }
}
@keyframes musaned-medal-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(2deg); }
}
@keyframes musaned-star-pop {
  0% { opacity: 0; transform: scale(.45) rotate(-12deg); }
  70% { opacity: 1; transform: scale(1.18) rotate(4deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@media (prefers-reduced-motion: reduce) {
  .musaned-gold .sectionTop,
  .musaned-badge-card,
  .musaned-pro__stats,
  .musaned-gold .mstat,
  .musaned-gold .mrev-chip {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .musaned-badge-card::before,
  .musaned-badge-card__medal,
  .musaned-badge-card__stars i {
    animation: none !important;
  }
}

/* ═════════════════════════════════════════════════
   CONTACT + MAP — Unified Layout (v10)
═════════════════════════════════════════════════ */
.contact-new {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(200,146,42,.15);
  box-shadow: 0 12px 50px rgba(0,0,0,.07);
  overflow: hidden;
}
.contact-new__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .contact-new__top { grid-template-columns: 1fr; }
}
.contact-new__form {
  border-inline-end: 1px solid rgba(200,146,42,.1);
}
@media (max-width: 991px) {
  .contact-new__form {
    border-inline-end: none;
    border-bottom: 1px solid rgba(200,146,42,.1);
  }
}
.contact-new__form .contact-pro__form {
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
}
.contact-new__map-side {
  display: flex;
  flex-direction: column;
  min-height: 380px;
}
.contact-map-embed {
  flex: 1;
  overflow: hidden;
  min-height: 380px;
}
.contact-map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  border: none;
}
@media (max-width: 991px) {
  .contact-new__map-side { min-height: 300px; }
  .contact-map-embed,
  .contact-map-embed iframe { min-height: 300px; }
}

/* ═══════════════════════════════════════════════════════════════════
   ALL-WORKERS PAGE — Layout & Banner
═══════════════════════════════════════════════════════════════════ */

/* ── Banner ── */
.aw-banner {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-light) 100%);
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
.aw-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(200,146,42,.18) 0%, transparent 70%);
  pointer-events: none;
}
.aw-banner__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .aw-banner__inner { grid-template-columns: 1fr; }
}
.aw-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,146,42,.14);
  border: 1px solid rgba(200,146,42,.4);
  color: var(--brand-gold);
  padding: 5px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.aw-banner__title {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.3;
}
.aw-banner__title span { color: var(--brand-gold); }
.aw-banner__desc {
  font-size: 0.92rem;
  color: rgba(255,255,255,.65);
  margin: 0;
  line-height: 1.7;
  max-width: 500px;
}
.aw-banner__trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .aw-banner__trust { flex-direction: row; flex-wrap: wrap; }
}
.aw-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  padding: 10px 16px;
  border-radius: 10px;
  color: rgba(255,255,255,.8);
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}
.aw-trust-item i { color: var(--brand-gold); font-size: 1rem; }

/* ── Main Layout ── */
.aw-main-section {
  background: #f0ebe3;
  padding: 32px 0 60px;
  min-height: 70vh;
}
.aw-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 991px) {
  .aw-layout { grid-template-columns: 240px 1fr; gap: 20px; }
}
@media (max-width: 768px) {
  .aw-layout { grid-template-columns: 1fr; }
}

/* ── Sidebar (Filters) ── */
.aw-sidebar {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(200,146,42,.12);
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
  overflow: hidden;
  position: sticky;
  top: 80px;
}

.aw-filter-box {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(200,146,42,.08);
}
.aw-filter-box:last-child { border-bottom: none; }

.aw-filter-box__title {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin: 0 0 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.aw-filter-box__title i { color: var(--brand-gold); font-size: 0.8rem; }

/* Pills */
.aw-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.aw-pill {
  padding: 5px 11px;
  border-radius: 50px;
  border: 1.5px solid rgba(200,146,42,.2);
  background: transparent;
  color: #666;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.aw-pill:hover { border-color: var(--brand-gold); color: var(--brand-gold); background: var(--brand-gold-light); }
.aw-pill.active { background: var(--brand-navy); border-color: var(--brand-navy); color: var(--brand-gold); }

/* Radio pills */
.aw-pill-radio { cursor: pointer; }
.aw-pill-radio input { display: none; }
.aw-pill-radio span {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 50px;
  border: 1.5px solid rgba(200,146,42,.2);
  background: transparent;
  color: #666;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.aw-pill-radio input:checked + span {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  color: var(--brand-gold);
}
.aw-pill-radio:hover span { border-color: var(--brand-gold); color: var(--brand-gold); background: var(--brand-gold-light); }

/* Select */
.aw-select {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid rgba(200,146,42,.2);
  border-radius: 10px;
  background: #fdfaf6;
  color: var(--brand-text);
  font-size: 0.88rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}
.aw-select:focus { border-color: var(--brand-gold); box-shadow: 0 0 0 3px rgba(200,146,42,.1); }

/* Actions */
.aw-filter-actions {
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid rgba(200,146,42,.08);
}
.aw-btn-apply {
  width: 100%;
  padding: 9px;
  background: var(--brand-gold);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.25s ease;
}
.aw-btn-apply:hover { background: var(--brand-gold-dark); }
.aw-btn-reset {
  width: 100%;
  padding: 7px;
  background: transparent;
  color: #e53935;
  border: 1.5px solid rgba(229,57,53,.25);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s ease;
}
.aw-btn-reset:hover { background: rgba(229,57,53,.06); }

/* ── Content area ── */
.aw-content { min-width: 0; }
.aw-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 60px 0;
  color: var(--brand-gold);
  font-weight: 600;
}
.aw-loading .spinner-border { width: 2rem; height: 2rem; color: var(--brand-gold); }

/* ═══════════════════════════════════════════════════════════════════
   WORKER CARD — .wc
═══════════════════════════════════════════════════════════════════ */
.wc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) { .wc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px)  { .wc-grid { grid-template-columns: 1fr; } }

.wc-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(200,146,42,.12);
}
.wc-empty__icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--brand-gold-light);
  border: 2px solid var(--brand-gold-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: var(--brand-gold);
  margin: 0 auto 16px;
}
.wc-empty h3 { font-size: 1.1rem; font-weight: 700; color: var(--brand-navy); margin: 0 0 6px; }
.wc-empty p  { font-size: 0.88rem; color: #999; margin: 0; }

/* Card */
.wc {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(200,146,42,.1);
  box-shadow: 0 3px 16px rgba(0,0,0,.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.wc:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 44px rgba(200,146,42,.18);
  border-color: rgba(200,146,42,.35);
}

/* Photo */
.wc__photo {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: var(--brand-cream);
}
.wc__photo img,
.wc__photo-link { display: block; width: 100%; height: 100%; }
.wc__photo img { object-fit: cover; transition: transform 0.38s ease; }
.wc:hover .wc__photo img { transform: scale(1.06); }

.wc__exp-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(4px);
}
.wc__exp-badge--yes { background: rgba(22,163,74,.9); color: #fff; }
.wc__exp-badge--no  { background: rgba(220,38,38,.85); color: #fff; }

.wc__cv-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  background: rgba(15,31,61,.85);
  color: var(--brand-gold);
  display: flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(200,146,42,.35);
}

/* Body */
.wc__body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.wc__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.wc__name {
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin: 0 0 2px;
  line-height: 1.3;
}
.wc__job {
  font-size: 0.78rem;
  color: var(--brand-gold-dark);
  margin: 0;
  font-weight: 600;
}
.wc__code {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--brand-gold);
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  padding: 3px 9px;
  border-radius: 50px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Info table */
.wc__info-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(200,146,42,.1);
  border-radius: 10px;
  overflow: hidden;
}
.wc__info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(200,146,42,.08);
}
.wc__info-row:last-child { border-bottom: none; }
.wc__info-cell {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-inline-end: 1px solid rgba(200,146,42,.08);
}
.wc__info-cell:last-child { border-inline-end: none; }
.wc__info-cell--full { grid-column: 1 / -1; }
.wc__info-cell i {
  color: var(--brand-gold);
  font-size: 0.72rem;
  margin-bottom: 1px;
}
.wc__info-label {
  font-size: 0.68rem;
  color: #aaa;
  font-weight: 600;
}
.wc__info-cell strong {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
}

/* Prices */
.wc__prices {
  display: flex;
  align-items: stretch;
  background: linear-gradient(135deg, rgba(200,146,42,.08) 0%, rgba(200,146,42,.04) 100%);
  border: 1px solid rgba(200,146,42,.15);
  border-radius: 10px;
  overflow: hidden;
}
.wc__price-item {
  flex: 1;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}
.wc__price-item span { font-size: 0.65rem; color: #999; line-height: 1.3; }
.wc__price-item strong { font-size: 0.9rem; font-weight: 800; color: var(--brand-navy); }
.wc__price-item--main strong { color: var(--brand-gold); }
.wc__price-sep {
  width: 1px;
  background: rgba(200,146,42,.15);
  flex-shrink: 0;
}

.wc__musaned {
  font-size: 0.7rem;
  color: #bbb;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.wc__musaned i { color: var(--brand-gold); font-size: 0.72rem; }

/* Actions */
.wc__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.wc__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.22s ease;
  cursor: pointer;
  text-align: center;
  border: none;
  font-family: inherit;
}
.wc__btn--primary {
  background: var(--brand-navy);
  color: var(--brand-gold) !important;
}
.wc__btn--primary:hover { background: var(--brand-gold); color: #fff !important; }
.wc__btn--outline {
  background: transparent;
  color: var(--brand-navy) !important;
  border: 1.5px solid rgba(15,31,61,.18);
}
.wc__btn--outline:hover { border-color: var(--brand-gold); color: var(--brand-gold) !important; background: var(--brand-gold-light); }

/* Pagination */
.wc-pagination { margin-top: 32px; display: flex; justify-content: center; }

/* ── View Toggle Bar ── */
.aw-view-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 16px;
  gap: 6px;
}
.aw-view-bar__label {
  font-size: 0.8rem;
  color: #999;
  margin-inline-end: 4px;
}
.aw-view-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1.5px solid rgba(200,146,42,.2);
  background: #fff;
  color: #aaa;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.aw-view-btn:hover { border-color: var(--brand-gold); color: var(--brand-gold); }
.aw-view-btn.active { background: var(--brand-navy); border-color: var(--brand-navy); color: var(--brand-gold); }

/* ── List View ── */
.wc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wc-list .wc {
  flex-direction: row;
  min-height: 0;
  border-radius: 14px;
}
.wc-list .wc__photo {
  width: 120px;
  height: auto;
  min-height: 150px;
  flex-shrink: 0;
  border-radius: 0;
}
/* In RTL the photo is on the right edge — clip its right corners */
[dir="rtl"] .wc-list .wc__photo,
.wc-list .wc__photo:first-child {
  border-radius: 0 14px 14px 0;
}
.wc-list .wc__body {
  padding: 12px 14px;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.wc-list .wc__head { flex-wrap: nowrap; }
.wc-list .wc__name { font-size: 0.95rem; }
.wc-list .wc__info-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(200,146,42,.1);
  border-radius: 8px;
  overflow: hidden;
}
.wc-list .wc__info-row {
  display: contents;
}
.wc-list .wc__info-row > .wc__info-cell {
  border-bottom: 1px solid rgba(200,146,42,.08);
  border-inline-end: 1px solid rgba(200,146,42,.08);
}
.wc-list .wc__info-cell--full {
  grid-column: 1 / -1;
  border-inline-end: none;
}
.wc-list .wc__prices { flex-wrap: nowrap; }
.wc-list .wc__musaned { font-size: 0.65rem; }
.wc-list .wc__actions { flex-wrap: nowrap; }
.wc-list .wc__btn { font-size: 0.78rem; padding: 7px 10px; }

/* ═══════════════════════════════════════════════════════════════════
   WORKER DETAILS PAGE — .wdp-*
═══════════════════════════════════════════════════════════════════ */
.wdp { background: #f0ebe3; }

/* ── Profile Header ── */
.wdp-header {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-light) 100%);
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
.wdp-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(200,146,42,.14) 0%, transparent 65%);
  pointer-events: none;
}
.wdp-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 36px;
  align-items: flex-end;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .wdp-header__inner { flex-direction: column; align-items: center; gap: 24px; }
}

/* Photo */
.wdp-photo {
  position: relative;
  width: 200px;
  flex-shrink: 0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  border: 3px solid rgba(200,146,42,.4);
  border-bottom: none;
  box-shadow: 0 -10px 40px rgba(0,0,0,.3);
  align-self: flex-end;
}
.wdp-photo a { display: block; }
.wdp-photo img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .wdp-photo { width: 160px; border-radius: 16px; border: 3px solid rgba(200,146,42,.4); }
}
.wdp-play {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand-gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 16px rgba(200,146,42,.5);
  transition: transform 0.2s;
}
.wdp-play:hover { transform: scale(1.1); }

/* Info section */
.wdp-header__info {
  flex: 1;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 768px) {
  .wdp-header__info { align-items: center; text-align: center; width: 100%; }
}
.wdp-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wdp-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
}
.wdp-tag--job {
  background: rgba(200,146,42,.15);
  border: 1px solid rgba(200,146,42,.4);
  color: var(--brand-gold);
}
.wdp-tag--code {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.75);
}
.wdp-tag--exp { border: 1px solid; }
.wdp-tag--exp-yes { background: rgba(22,163,74,.15); border-color: rgba(22,163,74,.4); color: #4ade80; }
.wdp-tag--exp-no  { background: rgba(220,38,38,.15);  border-color: rgba(220,38,38,.4);  color: #f87171; }

.wdp-header__name {
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0,0,0,.3);
}

/* Quick stats */
.wdp-quick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wdp-qs {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50px;
  font-size: 0.82rem;
  color: rgba(255,255,255,.8);
  font-weight: 500;
}
.wdp-qs i { color: var(--brand-gold); font-size: 0.78rem; }

/* Prices */
.wdp-prices {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.wdp-price {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 12px 16px;
  flex: 1;
  min-width: 130px;
}
.wdp-price i {
  color: var(--brand-gold);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.wdp-price div { display: flex; flex-direction: column; gap: 2px; }
.wdp-price span { font-size: 0.68rem; color: rgba(255,255,255,.5); line-height: 1.3; }
.wdp-price strong { font-size: 0.95rem; font-weight: 800; color: #fff; }
.wdp-price--main {
  background: rgba(200,146,42,.18);
  border-color: rgba(200,146,42,.4);
}
.wdp-price--main strong { color: var(--brand-gold); font-size: 1.05rem; }

/* Actions */
.wdp-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.wdp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 11px;
  font-size: 0.88rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}
.wdp-btn--book {
  background: var(--brand-gold);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(200,146,42,.45);
}
.wdp-btn--book:hover { background: var(--brand-gold-dark); transform: translateY(-2px); }
.wdp-btn--dl {
  background: rgba(255,255,255,.12);
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,.22);
}
.wdp-btn--dl:hover { background: rgba(255,255,255,.2); }
.wdp-btn--share {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.8) !important;
  border: 1.5px solid rgba(255,255,255,.14);
}
.wdp-btn--share:hover { background: rgba(255,255,255,.15); color: #fff !important; }

/* ── Body ── */
.wdp-body {
  padding: 32px 0 60px;
}
.wdp-body__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: start;
}
@media (max-width: 1100px) { .wdp-body__grid { grid-template-columns: 1fr 270px; } }
@media (max-width: 768px)  { .wdp-body__grid { grid-template-columns: 1fr; } }

/* Sections */
.wdp-main { display: flex; flex-direction: column; gap: 20px; }
.wdp-section {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(200,146,42,.1);
  box-shadow: 0 3px 16px rgba(0,0,0,.04);
  padding: 24px;
}
.wdp-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(200,146,42,.1);
}
.wdp-section__icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  font-size: 0.88rem;
  flex-shrink: 0;
}

/* Info grid */
.wdp-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(200,146,42,.1);
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 576px) { .wdp-info-grid { grid-template-columns: repeat(2, 1fr); } }

.wdp-info-item {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(200,146,42,.08);
  border-inline-end: 1px solid rgba(200,146,42,.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  transition: background 0.2s;
}
.wdp-info-item:hover { background: var(--brand-cream); }
.wdp-info-item:nth-child(3n) { border-inline-end: none; }
@media (max-width: 576px) {
  .wdp-info-item:nth-child(3n) { border-inline-end: 1px solid rgba(200,146,42,.08); }
  .wdp-info-item:nth-child(2n) { border-inline-end: none; }
}
.wdp-info-item__label {
  font-size: 0.7rem;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.wdp-info-item__val {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.3;
}

/* Empty state */
.wdp-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px;
  color: #ccc;
  text-align: center;
}
.wdp-empty i { font-size: 1.8rem; color: rgba(200,146,42,.3); }
.wdp-empty p { margin: 0; font-size: 0.88rem; color: #bbb; }

/* Experience cards */
.wdp-exp-cards {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.wdp-exp-card {
  flex: 1;
  min-width: 140px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--brand-cream);
  border: 1px solid rgba(200,146,42,.15);
  border-radius: 12px;
  padding: 16px;
}
.wdp-exp-card--yes {
  background: rgba(22,163,74,.06);
  border-color: rgba(22,163,74,.25);
}
.wdp-exp-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  font-size: 1rem;
  flex-shrink: 0;
}
.wdp-exp-card--yes .wdp-exp-card__icon { background: rgba(22,163,74,.1); border-color: rgba(22,163,74,.3); color: #16a34a; }
.wdp-exp-card div span { font-size: 0.72rem; color: #aaa; display: block; margin-bottom: 3px; font-weight: 600; }
.wdp-exp-card div strong { font-size: 0.92rem; font-weight: 700; color: var(--brand-navy); }

/* Skills */
.wdp-skills { display: flex; flex-wrap: wrap; gap: 9px; }
.wdp-skill {
  padding: 7px 16px;
  border-radius: 50px;
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  color: var(--brand-gold-dark);
  font-size: 0.83rem;
  font-weight: 600;
}

/* Languages */
.wdp-langs { display: flex; flex-direction: column; gap: 14px; }
.wdp-lang { display: flex; flex-direction: column; gap: 6px; }
.wdp-lang__head {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brand-navy);
}
.wdp-lang__pct { color: var(--brand-gold); }
.wdp-lang__track {
  height: 8px;
  background: rgba(200,146,42,.1);
  border-radius: 50px;
  overflow: hidden;
}
.wdp-lang__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--brand-gold-dark), var(--brand-gold));
  border-radius: 50px;
  transition: width 0.6s ease;
}

/* Notes */
.wdp-notes {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.95;
  margin: 0;
}

/* ── Sidebar cards ── */
.wdp-sidebar {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 768px) { .wdp-sidebar { position: static; } }

.wdp-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(200,146,42,.12);
  box-shadow: 0 3px 16px rgba(0,0,0,.05);
  padding: 22px;
}
.wdp-card__title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(200,146,42,.1);
}
.wdp-card__title i { color: var(--brand-gold); }

/* Pricing */
.wdp-pricing { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.wdp-pricing__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, rgba(200,146,42,.1), rgba(200,146,42,.05));
  border: 1px solid rgba(200,146,42,.25);
  border-radius: 10px;
  padding: 13px 15px;
}
.wdp-pricing__main span { font-size: 0.78rem; color: #888; }
.wdp-pricing__main strong { font-size: 1.05rem; font-weight: 800; color: var(--brand-gold); }
.wdp-pricing__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: var(--brand-cream);
  border-radius: 9px;
}
.wdp-pricing__row span { font-size: 0.8rem; color: #888; }
.wdp-pricing__row strong { font-size: 0.9rem; font-weight: 700; color: var(--brand-navy); }

.wdp-musaned {
  font-size: 0.72rem;
  color: #bbb;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 0;
}
.wdp-musaned i { color: var(--brand-gold); }

/* CTA card */
.wdp-card--cta {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-light) 100%);
  border-color: rgba(200,146,42,.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.wdp-cta__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(200,146,42,.18);
  border: 2px solid rgba(200,146,42,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--brand-gold);
}
.wdp-card--cta h4 { font-size: 1rem; font-weight: 800; color: #fff; margin: 0; }
.wdp-card--cta p  { font-size: 0.8rem; color: rgba(255,255,255,.55); margin: 0; line-height: 1.6; }
.wdp-cta-btn {
  width: 100%;
  padding: 12px;
  background: var(--brand-gold);
  color: #fff;
  border: none;
  border-radius: 11px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s;
  margin-top: 4px;
}
.wdp-cta-btn:hover { background: var(--brand-gold-dark); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(200,146,42,.4); }

/* QR card */
.wdp-card--qr {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.wdp-card--qr img {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  border: 2px solid rgba(200,146,42,.2);
  padding: 6px;
}
.wdp-card--qr p { font-size: 0.78rem; color: #aaa; margin: 0; }
.wdp-qr-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 9px;
  background: var(--brand-navy);
  color: var(--brand-gold) !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.22s;
}
.wdp-qr-link:hover { background: var(--brand-gold); color: #fff !important; }

/* ── Booking Modal ── */
.wdp-modal {
  border-radius: 20px;
  border: none;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}
.wdp-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: var(--brand-navy);
}
.wdp-modal__header h5 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--brand-gold);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.wdp-modal__close {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.7);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 0.88rem;
  transition: all 0.2s;
}
.wdp-modal__close:hover { background: rgba(220,38,38,.8); color: #fff; border-color: transparent; }

.wdp-modal__tabs {
  display: flex;
  background: #f4f0e8;
  border-bottom: 1px solid rgba(200,146,42,.12);
}
.wdp-modal__tab {
  flex: 1;
  padding: 13px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #999;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.22s;
}
.wdp-modal__tab.active { color: var(--brand-navy); border-bottom-color: var(--brand-gold); background: #fff; }
.wdp-modal__tab:hover:not(.active) { color: var(--brand-gold); background: rgba(200,146,42,.05); }

.wdp-modal__body { padding: 22px; }
.wdp-modal__pane { display: none; }
.wdp-modal__pane.active { display: block; }

/* Form fields */
.wdp-field { margin-bottom: 15px; }
.wdp-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 7px;
}
.wdp-field input[type="text"],
.wdp-field input[type="password"] {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid rgba(200,146,42,.22);
  border-radius: 10px;
  font-size: 0.88rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.22s;
}
.wdp-field input:focus { border-color: var(--brand-gold); box-shadow: 0 0 0 3px rgba(200,146,42,.1); }
.wdp-phone {
  display: flex;
  border: 1.5px solid rgba(200,146,42,.22);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.22s;
}
.wdp-phone:focus-within { border-color: var(--brand-gold); box-shadow: 0 0 0 3px rgba(200,146,42,.1); }
.wdp-phone > span {
  padding: 11px 14px;
  background: var(--brand-cream);
  color: var(--brand-navy);
  font-weight: 700;
  font-size: 0.88rem;
  border-left: 1.5px solid rgba(200,146,42,.2);
  white-space: nowrap;
}
.wdp-phone input { border: none; border-radius: 0; flex: 1; padding: 11px 14px; font-family: inherit; font-size: 0.88rem; outline: none; }

.wdp-alert {
  padding: 11px 15px;
  border-radius: 9px;
  background: rgba(220,38,38,.07);
  border: 1px solid rgba(220,38,38,.22);
  color: #b91c1c;
  font-size: 0.83rem;
  line-height: 1.6;
}
.wdp-submit {
  width: 100%;
  padding: 13px;
  background: var(--brand-gold);
  color: #fff;
  border: none;
  border-radius: 11px;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s;
}
.wdp-submit:hover { background: var(--brand-gold-dark); transform: translateY(-2px); }
.wdp-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.wdp-modal__hint { margin: 14px 0 0; font-size: 0.83rem; color: #999; text-align: center; }
.wdp-modal__hint a { color: var(--brand-gold); font-weight: 700; text-decoration: none; }
.wdp-modal__agents-title { font-size: 0.9rem; font-weight: 700; color: var(--brand-navy); margin: 0 0 14px; text-align: center; }

/* Agents */
.wdp-agents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-height: 320px;
  overflow-y: auto;
  padding: 2px;
  margin-bottom: 4px;
}
@media (max-width: 576px) { .wdp-agents { grid-template-columns: repeat(2, 1fr); } }
.wdp-agent {
  background: #f8f4ed;
  border: 2px solid rgba(200,146,42,.12);
  border-radius: 12px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  text-align: center;
  transition: all 0.22s;
}
.wdp-agent img {
  width: 58px; height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(200,146,42,.22);
}
.wdp-agent strong { font-size: 0.78rem; font-weight: 700; color: var(--brand-navy); line-height: 1.3; }
.wdp-agent:hover { border-color: var(--brand-gold); background: var(--brand-gold-light); }
.wdp-agent.active { border-color: var(--brand-gold); background: rgba(200,146,42,.08); box-shadow: 0 3px 14px rgba(200,146,42,.2); }
.wdp-agent--only { cursor: default; }

.wdp-agent__links { display: flex; gap: 5px; flex-wrap: wrap; justify-content: center; }
.wdp-agent__link {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--brand-navy);
  color: var(--brand-gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem;
}
.wdp-agent__link--wa { background: #25d366; color: #fff; }

/* ═══════════════════════════════════════════════════════════════════
   SELECT2 — Brand Override
═══════════════════════════════════════════════════════════════════ */
.select2-container--default .select2-selection--single {
  border: 1.5px solid rgba(200,146,42,.2);
  border-radius: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #fdfaf6;
  transition: border-color 0.22s;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 3px rgba(200,146,42,.1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--brand-text);
  font-size: 0.88rem;
  font-family: 'Tajawal', sans-serif;
  line-height: 40px;
  padding: 0 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: auto;
  left: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--brand-gold) transparent transparent;
}
.select2-dropdown {
  border: 1.5px solid rgba(200,146,42,.28);
  border-radius: 12px;
  box-shadow: 0 10px 32px rgba(0,0,0,.1);
  font-family: 'Tajawal', sans-serif;
  overflow: hidden;
}
.select2-container--default .select2-results__option {
  padding: 9px 12px;
  font-size: 0.86rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--brand-gold-light);
  color: var(--brand-gold-dark);
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: var(--brand-navy);
  color: var(--brand-gold);
}

/* ═════════════════════════════════════════════════
   STATS STRIP — icons + 5-col auto-fit (v15)
═════════════════════════════════════════════════ */
.stats-strip__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  text-align: center;
}
.stats-strip__item {
  padding: 28px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.stats-strip__icon {
  font-size: 1.6rem;
  color: rgba(200,146,42,.55);
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 768px) {
  .stats-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .stats-strip__item { padding: 22px 12px 18px; }
  .stats-strip__icon { font-size: 1.3rem; }
}
@media (max-width: 400px) {
  .stats-strip__icon { display: none; }
}

/* ═════════════════════════════════════════════════
   SERVICES CARD — hover overlay animation (v15)
═════════════════════════════════════════════════ */
.sg-card {
  position: relative;
  overflow: hidden;
}
.sg-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, var(--brand-navy) 0%, var(--brand-navy-light) 100%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
}
.sg-card > * { position: relative; z-index: 1; }
.sg-card:hover::before  { opacity: 1; }
.sg-card:hover          { border-color: var(--brand-navy); transform: translateY(-8px); }
.sg-card:hover .sg-card__title { color: #fff; }
.sg-card:hover .sg-card__desc  { color: rgba(255,255,255,.75); }
.sg-card:hover .sg-card__icon  {
  background: rgba(255,255,255,.15);
  box-shadow: 0 0 0 8px rgba(200,146,42,.2);
}
.sg-card:hover .sg-card__link  { color: var(--brand-gold); }

/* ═════════════════════════════════════════════════
   COUNTRY CARD — description line (v15)
═════════════════════════════════════════════════ */
.country-card__desc {
  font-size: 0.78rem;
  color: #999;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  padding: 0 4px;
  min-height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.country-card__body { gap: 6px; }

/* ═════════════════════════════════════════════════
   SOCIAL SIDEBAR — fixed floating (v15)
═════════════════════════════════════════════════ */
.social-sidebar {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 990;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.social-sidebar__item {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-navy);
  color: var(--brand-gold) !important;
  font-size: .88rem;
  text-decoration: none !important;
  border-radius: 0 7px 7px 0;
  transition: width .25s ease, background .25s ease, transform .25s ease;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 2px 2px 10px rgba(0,0,0,.14);
}
.social-sidebar__item:hover {
  width: 42px;
  transform: translateX(4px);
  background: var(--brand-gold);
  color: #fff !important;
}
.social-sidebar__item--wa {
  background: #25d366;
  color: #fff !important;
}
.social-sidebar__item--wa:hover { background: #1aab55; }
.social-sidebar__item--ig {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: #fff !important;
}
.social-sidebar__item--ig:hover { opacity: .88; }
.social-sidebar__item--snap { background: #fffc00; color: #222 !important; }
.social-sidebar__item--snap:hover { background: #e6e300; color: #222 !important; }

@media (max-width: 768px) { .social-sidebar { display: none; } }

/* ═════════════════════════════════════════════════
   FOOTER — social icons + logo (v15)
═════════════════════════════════════════════════ */
.site-footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(200,146,42,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.7) !important;
  font-size: 0.95rem;
  text-decoration: none !important;
  transition: background .25s, color .25s, transform .25s;
}
.site-footer__social a:hover {
  background: var(--brand-gold);
  color: #fff !important;
  border-color: var(--brand-gold);
  transform: translateY(-3px);
}
.site-footer__brand img { height: 80px; width: auto; }

/* ═════════════════════════════════════════════════
   MOBILE RESPONSIVE — global fixes (v15)
═════════════════════════════════════════════════ */
@media (max-width: 991px) {
  /* Hero content */
  .hero-v2__title { font-size: clamp(1.5rem, 6vw, 2.4rem); }
  .hero-v2__actions { flex-wrap: wrap; gap: 10px; justify-content: center; }
  .hero-v2__btn { padding: 12px 22px; font-size: 0.9rem; }
  .hero-v2__trust { gap: 10px; flex-wrap: wrap; justify-content: center; }

  /* Musaned grid */
  .musaned-pro { grid-template-columns: 1fr !important; gap: 28px !important; }
  .musaned-badge-card { max-width: 360px; margin: 0 auto; }

  /* About pro */
  .about-pro__inner { grid-template-columns: 1fr !important; gap: 36px !important; }
  .about-pro__visual { order: -1; }
  .about-pro__features { grid-template-columns: 1fr !important; }

  /* Countries */
  .country-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .countries-tabs { flex-wrap: wrap; gap: 10px; justify-content: center; }

  /* Contact */
  .contact-new__top { grid-template-columns: 1fr !important; }
  .contact-pro__fields { grid-template-columns: 1fr !important; }
  .contact-pro__fields .inputfield:nth-child(odd) { border-inline-end: none; }
  .cinfo-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 576px) {
  /* Services */
  .sg-services__grid { grid-template-columns: 1fr !important; }

  /* Countries */
  .country-grid { grid-template-columns: 1fr !important; }

  /* Steps */
  .steps-timeline__items { flex-direction: column; align-items: center; }
  .steps-timeline__line { display: none; }
  .stl-step { flex-direction: column; align-items: center; text-align: center; }
  .stl-step__dot { display: none; }

  /* FAQ */
  .faq-section__grid { gap: 0; }

  /* Contact info */
  .cinfo-grid { grid-template-columns: 1fr !important; }

  /* Musaned review chips */
  .mreview-chips { grid-template-columns: 1fr 1fr; }

  /* Ref logos */
  .ref-logos__item img { height: 40px; }

  /* Extra stats */
  .extra-stats__grid { grid-template-columns: repeat(2, 1fr) !important; }

  /* Rental grid */
  .rental-grid { grid-template-columns: 1fr !important; }
  .rental-card--featured { order: -1; }
}

/* ═════════════════════════════════════════════════
   REF LOGOS — white card per logo (v17)
   Fixes dark SVG fills invisible on cream background
═════════════════════════════════════════════════ */
.ref-logos {
  padding: 46px 0 54px;
}
.ref-logos-swiper {
  padding: 8px 0 36px;
}
.ref-logos-swiper .swiper-slide {
  height: auto;
}
.ref-logos__item {
  opacity: 1;
  filter: none;
  height: 100%;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ref-logos__item:hover {
  opacity: 1;
  filter: none;
  transform: translateY(-4px);
}
.ref-logos__item img {
  height: 95px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  background: #fff;
  padding: 5px 8px;
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(0,0,0,.08);
  transition: box-shadow .3s, transform .3s;
}
.ref-logos__item:hover img {
  box-shadow: 0 8px 28px rgba(200,146,42,.2);
}
.ref-logos__item span {
  font-size: 0.72rem;
  color: #777;
  text-align: center;
  max-width: 140px;
  line-height: 1.4;
  margin-top: 6px;
}
.ref-logos-swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.ref-logos-swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  background: rgba(200,146,42,.35);
  opacity: 1;
  transition: width .25s ease, background .25s ease;
}
.ref-logos-swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: var(--brand-gold);
}

/* ═════════════════════════════════════════════════
   ABOUT PAGE — identity aligned layout
═════════════════════════════════════════════════ */
.about-page-hero {
  position: relative;
  overflow: hidden;
  padding: 138px 0 86px;
  background:
    linear-gradient(135deg, rgba(15,31,61,.96) 0%, rgba(15,31,61,.88) 48%, rgba(200,146,42,.18) 100%),
    url('/site/assets/images/section_patt.webp') center/420px repeat;
}
.about-page-hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,146,42,.55), transparent);
}
.about-page-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 64px;
  align-items: center;
}
.about-page-hero__content .section-eyebrow {
  color: var(--brand-gold);
  background: rgba(255,255,255,.08);
  border-color: rgba(200,146,42,.36);
}
.about-page-hero__title {
  max-width: 680px;
  margin: 16px 0 18px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.25;
}
.about-page-hero__desc {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 1.02rem;
  line-height: 2;
}
.about-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.about-page-hero__actions .apro-btn--ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,.28);
}
.about-page-hero__actions .apro-btn--ghost:hover {
  border-color: var(--brand-gold);
  background: rgba(200,146,42,.15);
}
.about-page-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 34px;
}
.about-page-metric {
  min-height: 96px;
  padding: 18px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.about-page-metric strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}
.about-page-metric span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.68);
  font-size: .86rem;
}
.about-page-hero__image {
  position: relative;
}
.about-page-hero__image img {
  display: block;
  width: 100%;
  height: 510px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 34px 90px rgba(0,0,0,.32);
}
.about-page-hero__badge {
  position: absolute;
  inset-inline-start: -18px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 28px);
  padding: 14px 18px;
  border-radius: 14px;
  background: #fff;
  color: var(--brand-navy);
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
.about-page-hero__badge i {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  background: var(--brand-gold-light);
}
.about-page-principles {
  padding: 82px 0 96px;
  background: var(--brand-cream);
}
.about-page-section-head {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}
.about-page-section-head h2 {
  margin: 14px 0 0;
  color: var(--brand-navy);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.35;
}
.about-page-principles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.about-page-principle {
  display: flex;
  gap: 18px;
  min-height: 230px;
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(200,146,42,.16);
  box-shadow: 0 16px 45px rgba(15,31,61,.06);
}
.about-page-principle--wide {
  grid-column: 1 / -1;
  min-height: 190px;
  background: linear-gradient(135deg, #fff 0%, rgba(200,146,42,.09) 100%);
}
.about-page-principle__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  font-size: 1.25rem;
}
.about-page-principle h3 {
  margin: 0 0 10px;
  color: var(--brand-navy);
  font-size: 1.22rem;
  font-weight: 900;
}
.about-page-principle p {
  margin: 0;
  color: #666;
  font-size: .95rem;
  line-height: 1.9;
}
@media (max-width: 991px) {
  .about-page-hero {
    padding: 126px 0 74px;
  }
  .about-page-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-page-hero__visual {
    order: -1;
  }
  .about-page-hero__image img {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .about-page-hero {
    padding: 112px 0 58px;
  }
  .about-page-hero__title,
  .about-page-hero__desc {
    max-width: none;
  }
  .about-page-hero__metrics,
  .about-page-principles__grid {
    grid-template-columns: 1fr;
  }
  .about-page-principle,
  .about-page-principle--wide {
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .about-page-hero__image img {
    height: 285px;
    border-radius: 18px;
  }
  .about-page-hero__badge {
    inset-inline-start: 12px;
    bottom: 12px;
    padding: 10px 12px;
    font-size: .85rem;
  }
  .about-page-principle {
    flex-direction: column;
    padding: 22px;
  }
}

/* ═════════════════════════════════════════════════
   FAQ PAGE — polished layout
═════════════════════════════════════════════════ */
.faq-page-hero {
  position: relative;
  overflow: hidden;
  padding: 138px 0 82px;
  background:
    linear-gradient(135deg, rgba(15,31,61,.97) 0%, rgba(15,31,61,.9) 52%, rgba(200,146,42,.18) 100%),
    url('/site/assets/images/section_patt.webp') center/420px repeat;
}
.faq-page-hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,146,42,.55), transparent);
}
.faq-page-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
  gap: 58px;
  align-items: center;
}
.faq-page-hero .section-eyebrow {
  color: var(--brand-gold);
  background: rgba(255,255,255,.08);
  border-color: rgba(200,146,42,.36);
}
.faq-page-hero__title {
  max-width: 760px;
  margin: 16px 0 18px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 900;
  line-height: 1.25;
}
.faq-page-hero__desc {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 1.02rem;
  line-height: 2;
}
.faq-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.faq-page-hero__actions .apro-btn--ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,.28);
}
.faq-page-hero__actions .apro-btn--ghost:hover {
  border-color: var(--brand-gold);
  background: rgba(200,146,42,.15);
}
.faq-page-hero__visual {
  position: relative;
}
.faq-page-hero__image {
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 34px 90px rgba(0,0,0,.25);
}
.faq-page-hero__image img {
  display: block;
  width: min(100%, 360px);
  max-height: 330px;
  object-fit: contain;
}
.faq-page-hero__note {
  position: absolute;
  inset-inline-start: -18px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 24px);
  padding: 14px 18px;
  border-radius: 14px;
  background: #fff;
  color: var(--brand-navy);
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
.faq-page-hero__note i {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  background: var(--brand-gold-light);
}
.faq-page-stats {
  background: #fff;
  border-bottom: 1px solid rgba(200,146,42,.13);
}
.faq-page-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.faq-page-stat {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 24px 26px;
  border-inline-start: 1px solid rgba(200,146,42,.13);
}
.faq-page-stat:first-child { border-inline-start: 0; }
.faq-page-stat i {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  font-size: 1.1rem;
}
.faq-page-stat strong {
  color: var(--brand-navy);
  font-size: 1.02rem;
  font-weight: 900;
}
.faq-page-stat span {
  color: #6d7280;
  font-size: .9rem;
  line-height: 1.7;
}
.faq-page-content {
  padding: 82px 0 96px;
  background: var(--brand-cream);
}
.faq-page-content__head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}
.faq-page-content__head h2 {
  margin: 14px 0 10px;
  color: var(--brand-navy);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.35;
}
.faq-page-content__head p {
  margin: 0;
  color: #666;
  font-size: .98rem;
  line-height: 1.9;
}
.faq-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}
.faq-page-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-page-item {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(200,146,42,.16);
  box-shadow: 0 12px 34px rgba(15,31,61,.045);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.faq-page-item:hover,
.faq-page-item.active {
  border-color: var(--brand-gold-border);
  box-shadow: 0 18px 46px rgba(15,31,61,.08);
}
.faq-page-question {
  width: 100%;
  min-height: 74px;
  border: 0;
  background: transparent;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--brand-navy);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: right;
  cursor: pointer;
}
.faq-page-question i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  background: var(--brand-gold-light);
  font-size: .82rem;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.faq-page-item.active .faq-page-question i {
  transform: rotate(180deg);
  color: #fff;
  background: var(--brand-gold);
}
.faq-page-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease;
}
.faq-page-item.active .faq-page-answer {
  max-height: 520px;
}
.faq-page-answer__inner {
  margin: 0 24px 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(200,146,42,.14);
  color: #616775;
  font-size: .95rem;
  line-height: 1.95;
}
.faq-page-answer__inner p:last-child { margin-bottom: 0; }
.faq-page-support {
  position: sticky;
  top: 112px;
  padding: 30px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(15,31,61,.98), rgba(28,53,87,.96)),
    url('/site/assets/images/section_patt.webp') center/380px repeat;
  color: #fff;
  box-shadow: 0 22px 58px rgba(15,31,61,.18);
}
.faq-page-support__icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-gold);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(200,146,42,.35);
  font-size: 1.25rem;
}
.faq-page-support h3 {
  margin: 20px 0 10px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}
.faq-page-support p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.9;
  font-size: .94rem;
}
.faq-page-support__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.faq-page-support__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.faq-page-support__btn:hover {
  transform: translateY(-2px);
}
.faq-page-support__btn--primary {
  background: var(--brand-gold);
  color: #fff !important;
}
.faq-page-support__btn--primary:hover {
  background: var(--brand-gold-dark);
}
.faq-page-support__btn--whatsapp {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}
.faq-page-support__btn--whatsapp:hover {
  border-color: rgba(37,211,102,.65);
  background: rgba(37,211,102,.2);
}
@media (max-width: 991px) {
  .faq-page-hero {
    padding: 126px 0 70px;
  }
  .faq-page-hero__inner,
  .faq-page-layout {
    grid-template-columns: 1fr;
  }
  .faq-page-hero__inner {
    gap: 36px;
  }
  .faq-page-hero__visual {
    order: -1;
  }
  .faq-page-hero__image {
    min-height: 300px;
  }
  .faq-page-support {
    position: static;
  }
}
@media (max-width: 768px) {
  .faq-page-hero {
    padding: 112px 0 56px;
  }
  .faq-page-hero__title,
  .faq-page-hero__desc {
    max-width: none;
  }
  .faq-page-hero__actions {
    align-items: stretch;
  }
  .faq-page-hero__actions .apro-btn {
    justify-content: center;
    width: 100%;
  }
  .faq-page-stats__grid {
    grid-template-columns: 1fr;
  }
  .faq-page-stat {
    border-inline-start: 0;
    border-top: 1px solid rgba(200,146,42,.13);
  }
  .faq-page-stat:first-child {
    border-top: 0;
  }
  .faq-page-content {
    padding: 64px 0 76px;
  }
}
@media (max-width: 576px) {
  .faq-page-hero__image {
    min-height: 250px;
    padding: 24px;
    border-radius: 18px;
  }
  .faq-page-hero__image img {
    max-height: 220px;
  }
  .faq-page-hero__note {
    inset-inline-start: 12px;
    bottom: 12px;
    padding: 10px 12px;
    font-size: .84rem;
  }
  .faq-page-question {
    min-height: 68px;
    padding: 17px 18px;
    font-size: .94rem;
  }
  .faq-page-answer__inner {
    margin: 0 18px 18px;
    font-size: .9rem;
  }
  .faq-page-support {
    padding: 24px;
  }
}

/* ═════════════════════════════════════════════════
   WORKERS PAGES — responsive spacing polish
═════════════════════════════════════════════════ */
.aw-main-section {
  padding: 28px 0 48px;
}
.aw-layout {
  grid-template-columns: minmax(250px, 280px) minmax(0, 1fr);
  gap: 20px;
}
.aw-sidebar {
  border-radius: 14px;
}
.aw-filter-box {
  padding: 12px 14px;
}
.aw-filter-pills {
  gap: 6px;
}
.aw-pill,
.aw-pill-radio span {
  min-height: 32px;
  line-height: 1.25;
}
.aw-content {
  width: 100%;
}
.wc-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.wc {
  height: 100%;
  border-radius: 14px;
}
.wc__photo {
  height: 235px;
  background: linear-gradient(180deg, #fbf8f1 0%, #efe6d7 100%);
}
.wc__photo img {
  object-fit: cover;
  object-position: center top;
}
.wc__body {
  padding: 14px;
  gap: 10px;
}
.wc__head {
  min-height: 44px;
}
.wc__name,
.wc__job,
.wc__info-cell strong,
.wdp-info-item__val,
.wdp-header__name {
  overflow-wrap: anywhere;
}
.wc__info-cell {
  min-width: 0;
  padding: 8px;
}
.wc__prices {
  min-height: 70px;
}
.wc__price-item {
  min-width: 0;
}
.wc__price-item strong {
  font-size: .82rem;
  line-height: 1.35;
}
.wc__actions {
  align-items: stretch;
}
.wc__btn {
  min-height: 40px;
  white-space: normal;
  line-height: 1.35;
}
.wc-list .wc {
  align-items: stretch;
}
.wc-list .wc__photo {
  width: 150px;
  min-height: 100%;
}
.wc-list .wc__prices {
  min-height: 58px;
}
.wdp-header {
  padding-top: 150px;
}
.wdp-header__inner {
  gap: 28px;
  align-items: stretch;
}
.wdp-photo {
  width: clamp(170px, 18vw, 220px);
  align-self: stretch;
}
.wdp-photo img {
  height: 100%;
  min-height: 260px;
  object-position: center top;
  background: #f7f0e5;
}
.wdp-header__info {
  justify-content: center;
  padding-bottom: 26px;
}
.wdp-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wdp-price {
  min-width: 0;
}
.wdp-body__grid {
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 20px;
}
.wdp-section,
.wdp-card {
  border-radius: 14px;
}
.wdp-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wdp-info-item {
  min-width: 0;
}

@media (min-width: 1400px) {
  .wc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .wc__photo {
    height: 220px;
  }
  .wdp-body__grid {
    grid-template-columns: minmax(0, 1fr) 270px;
  }
}

@media (max-width: 991px) {
  .aw-banner {
    padding: 44px 0 36px;
  }
  .aw-layout {
    grid-template-columns: 1fr;
  }
  .aw-sidebar,
  .wdp-sidebar {
    position: static;
  }
  .aw-sidebar form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aw-filter-actions {
    grid-column: 1 / -1;
    flex-direction: row;
  }
  .wdp-body__grid {
    grid-template-columns: 1fr;
  }
  .wdp-sidebar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .aw-banner__inner,
  .aw-banner__text {
    text-align: center;
  }
  .aw-banner__desc {
    margin-inline: auto;
  }
  .aw-banner__trust {
    justify-content: center;
  }
  .aw-trust-item {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    white-space: normal;
  }
  .aw-sidebar form,
  .wdp-sidebar {
    grid-template-columns: 1fr;
  }
  .aw-filter-actions {
    flex-direction: column;
  }
  .wc-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .wc-list .wc {
    flex-direction: column;
  }
  .wc-list .wc__photo,
  .wc__photo {
    width: 100%;
    height: 250px;
    min-height: 0;
    border-radius: 0;
  }
  [dir="rtl"] .wc-list .wc__photo,
  .wc-list .wc__photo:first-child {
    border-radius: 0;
  }
  .wc-list .wc__info-table {
    grid-template-columns: 1fr;
  }
  .wc__prices,
  .wdp-prices {
    grid-template-columns: 1fr;
    display: grid;
  }
  .wc__price-sep {
    width: auto;
    height: 1px;
  }
  .wc__actions,
  .wdp-actions {
    flex-direction: column;
  }
  .wdp-header {
    padding: 34px 0 26px;
  }
  .wdp-header__inner {
    align-items: center;
  }
  .wdp-photo {
    width: min(210px, 70vw);
    align-self: center;
    border-radius: 16px;
    border-bottom: 3px solid rgba(200,146,42,.4);
  }
  .wdp-photo img {
    min-height: 260px;
  }
  .wdp-header__info {
    padding-bottom: 0;
  }
  .wdp-header__meta,
  .wdp-quick-stats,
  .wdp-actions {
    justify-content: center;
  }
  .wdp-btn {
    width: 100%;
    justify-content: center;
  }
  .wdp-section {
    padding: 18px;
  }
  .wdp-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wdp-info-item:nth-child(3n) {
    border-inline-end: 1px solid rgba(200,146,42,.08);
  }
  .wdp-info-item:nth-child(2n) {
    border-inline-end: none;
  }
}

@media (max-width: 480px) {
  .aw-main-section,
  .wdp-body {
    padding-inline: 0;
  }
  .aw-banner {
    padding: 34px 0 30px;
  }
  .aw-trust-item {
    flex-basis: 100%;
  }
  .aw-view-bar {
    justify-content: center;
  }
  .wc__photo,
  .wc-list .wc__photo {
    height: 230px;
  }
  .wc__info-row {
    grid-template-columns: 1fr;
  }
  .wc__info-cell {
    border-inline-end: none;
    border-bottom: 1px solid rgba(200,146,42,.08);
  }
  .wc__info-cell:last-child {
    border-bottom: none;
  }
  .wc__actions {
    gap: 7px;
  }
  .wdp-info-grid {
    grid-template-columns: 1fr;
  }
  .wdp-info-item,
  .wdp-info-item:nth-child(2n),
  .wdp-info-item:nth-child(3n) {
    border-inline-end: none;
  }
  .wdp-exp-card {
    min-width: 100%;
  }
  .wdp-modal__body {
    padding: 16px;
  }
}

/* ═════════════════════════════════════════════════
   WORKERS PAGE — compact filters and clearer cards
═════════════════════════════════════════════════ */
.aw-layout {
  grid-template-columns: minmax(265px, 290px) minmax(0, 1fr);
  gap: 16px;
}
.aw-sidebar {
  overflow: visible;
}
.aw-sidebar form {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.aw-filter-box {
  padding: 7px 10px;
  border-bottom-color: rgba(200,146,42,.06);
}
.aw-filter-box__title {
  margin-bottom: 5px;
  font-size: .68rem;
  line-height: 1.2;
}
.aw-filter-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}
.aw-filter-pills .aw-pill,
.aw-filter-pills .aw-pill-radio,
.aw-filter-pills .aw-pill-radio span {
  width: 100%;
}
.aw-filter-pills .aw-pill,
.aw-filter-pills .aw-pill-radio span {
  justify-content: center;
  min-height: 28px;
  padding: 4px 7px;
  border-radius: 8px;
  text-align: center;
  white-space: normal;
  font-size: .7rem;
}
.aw-filter-box:has(.experience-toggle) .aw-filter-pills,
.aw-filter-box:first-child .aw-filter-pills {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.aw-sidebar .select2-container,
.aw-sidebar .select2-container--default .select2-selection--single {
  width: 100% !important;
}
.aw-sidebar .select2-container--default .select2-selection--single {
  height: 34px;
  border: 1.5px solid rgba(200,146,42,.2);
  border-radius: 8px;
  background: #fdfaf6;
}
.aw-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-inline: 12px 28px;
  color: var(--brand-text);
  font-size: .78rem;
}
.aw-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.aw-filter-actions {
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.aw-btn-apply,
.aw-btn-reset {
  min-height: 34px;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: .76rem;
}
.wc {
  border-color: rgba(200,146,42,.18);
  box-shadow: 0 10px 28px rgba(15,31,61,.06);
}
.wc__photo {
  height: 220px;
}
.wc__photo img {
  background: #f5efe5;
}
.wc__body {
  gap: 11px;
}
.wc__head {
  align-items: center;
  min-height: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200,146,42,.12);
}
.wc__head > div {
  min-width: 0;
}
.wc__name {
  font-size: 1.05rem;
}
.wc__job {
  margin-top: 3px;
}
.wc__code {
  max-width: 44%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wc__info-table {
  border: none;
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.wc__info-row {
  display: contents;
}
.wc__info-cell,
.wc__info-cell:last-child,
.wc__info-row > .wc__info-cell {
  border: 1px solid rgba(200,146,42,.12);
  border-radius: 10px;
  background: #fffdf9;
}
.wc__info-cell i {
  display: none;
}
.wc__info-label {
  font-size: .66rem;
}
.wc__info-cell strong {
  font-size: .82rem;
}
.wc__prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fbf7ef;
  border-radius: 12px;
}
.wc__price-item--main {
  background: rgba(200,146,42,.12);
}
.wc__price-item span {
  font-size: .66rem;
}
.wc__price-item strong {
  font-size: .86rem;
}
.wc__musaned {
  justify-content: center;
  padding: 6px 8px;
  border-radius: 9px;
  background: #f7f2e9;
  color: #8b7a61;
}
.wc__actions {
  display: grid;
  grid-template-columns: 1.35fr .8fr;
}
.wc__actions .wc__btn:only-child {
  grid-column: 1 / -1;
}

@media (max-width: 991px) {
  .aw-sidebar form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
  .aw-filter-box {
    border-inline-end: 1px solid rgba(200,146,42,.08);
  }
  .aw-filter-actions {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .aw-main-section {
    padding-top: 18px;
  }
  .aw-sidebar {
    border-radius: 12px;
  }
  .aw-sidebar form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aw-filter-box {
    padding: 8px;
  }
  .aw-filter-box__title {
    justify-content: center;
    font-size: .68rem;
  }
  .aw-filter-pills {
    gap: 5px;
  }
  .aw-filter-pills .aw-pill,
  .aw-filter-pills .aw-pill-radio span {
    min-height: 30px;
    font-size: .7rem;
    padding: 4px 6px;
  }
  .aw-filter-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .wc__photo,
  .wc-list .wc__photo {
    height: 260px;
  }
  .wc__actions {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .aw-sidebar form {
    grid-template-columns: 1fr;
  }
  .aw-filter-box {
    border-inline-end: none;
  }
  .aw-filter-box:has(.experience-toggle) .aw-filter-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aw-filter-actions {
    grid-template-columns: 1fr;
  }
  .wc__info-table,
  .wc__prices,
  .wc__actions {
    grid-template-columns: 1fr;
  }
  .wc__price-sep {
    height: 1px;
    width: auto;
  }
}

/* Workers filters spacing/responsive refinement */
.aw-sidebar form {
  display: grid;
  row-gap: 0;
}
.aw-sidebar .aw-filter-box {
  margin: 0;
  padding-block: 6px;
}
.aw-sidebar .aw-filter-box__title {
  min-height: 18px;
  margin-bottom: 4px;
}
.aw-sidebar .aw-filter-pills {
  align-items: stretch;
  gap: 4px;
}
.aw-sidebar .select2-container {
  margin: 0 !important;
}
.aw-sidebar .select2-container--default .select2-selection--single {
  min-height: 32px;
}

@media (max-width: 991px) {
  .aw-sidebar form {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .aw-sidebar .aw-filter-box {
    grid-column: span 2;
    padding: 8px;
  }
  .aw-sidebar .aw-filter-box:nth-of-type(4),
  .aw-sidebar .aw-filter-box:nth-of-type(5) {
    grid-column: span 3;
  }
  .aw-sidebar .aw-filter-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .aw-sidebar form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aw-sidebar .aw-filter-box,
  .aw-sidebar .aw-filter-box:nth-of-type(4),
  .aw-sidebar .aw-filter-box:nth-of-type(5) {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .aw-sidebar .aw-filter-box {
    padding: 7px 8px;
  }
  .aw-sidebar .aw-filter-box__title {
    justify-content: flex-start;
  }
  .aw-sidebar .aw-filter-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .ref-logos {
    padding: 42px 0 52px;
  }
  .ref-logos-swiper {
    padding-bottom: 38px;
  }
  .ref-logos__item {
    min-height: 112px;
  }
}

/* ═════════════════════════════════════════════════
   WHATSAPP FLOAT — always visible (v17)
═════════════════════════════════════════════════ */
.whatsapp-float {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Footer logo minimum height guarantee */
.site-footer__brand img {
  min-height: 60px;
  max-height: 90px;
  width: auto;
}

/* Workers page mobile layout fix */
body:not(.page-home) .aw-banner {
  margin-top: 106px;
}

@media (max-width: 991px) {
  .aw-main-section {
    padding: 18px 0 46px;
  }

  .aw-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .aw-sidebar,
  .aw-content {
    width: 100%;
    max-width: 100%;
  }

  .aw-sidebar {
    position: static;
    top: auto;
    overflow: hidden;
    border-radius: 14px;
  }

  .aw-sidebar form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .aw-sidebar .aw-filter-box,
  .aw-sidebar .aw-filter-box:nth-of-type(4),
  .aw-sidebar .aw-filter-box:nth-of-type(5) {
    grid-column: auto;
    border-inline-end: 1px solid rgba(200,146,42,.08);
  }

  .aw-sidebar .aw-filter-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .wc-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .wc-list .wc {
    flex-direction: column;
  }

  .wc-list .wc__photo {
    width: 100%;
    min-width: 0;
    height: 250px;
    border-radius: 0;
  }

  .aw-view-bar {
    margin-bottom: 14px;
  }
}

@media (max-width: 768px) {
  body:not(.page-home) .aw-banner {
    margin-top: 88px;
    padding: 28px 0 24px;
  }

  .aw-banner__inner,
  .aw-banner__text {
    text-align: start;
  }

  .aw-banner__title {
    font-size: 1.45rem;
  }

  .aw-banner__desc {
    margin-inline: 0;
    font-size: .86rem;
  }

  .aw-banner__trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .aw-trust-item {
    min-width: 0;
    padding: 9px 10px;
    font-size: .75rem;
  }
}

@media (max-width: 560px) {
  body:not(.page-home) .aw-banner {
    margin-top: 82px;
  }

  .aw-main-section .container,
  .aw-banner .container {
    padding-inline: 12px;
  }

  .aw-sidebar form {
    grid-template-columns: 1fr;
  }

  .aw-sidebar .aw-filter-box,
  .aw-sidebar .aw-filter-box:nth-of-type(4),
  .aw-sidebar .aw-filter-box:nth-of-type(5) {
    grid-column: 1 / -1;
    border-inline-end: 0;
  }

  .aw-sidebar .aw-filter-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aw-sidebar .aw-filter-actions {
    grid-template-columns: 1fr;
  }

  .aw-view-bar {
    justify-content: center;
    width: 100%;
  }

  .wc__photo,
  .wc-list .wc__photo {
    height: min(72vw, 280px);
  }

  .wc__body {
    padding: 14px;
  }

  .wc__info-table,
  .wc__prices,
  .wc__actions {
    grid-template-columns: 1fr;
  }
}
