/* HOME: Areas Tabs (Premium RTL) */
.royal-areas-tabs{
  direction: rtl;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top, #f9fafb 0%, #eef2ff 45%, #f7fbff 100%);
}

.royal-areas-tabs .royal-eyebrow{
  display:inline-flex;
  padding:.25rem .8rem;
  border-radius:999px;
  background: rgba(241,201,74,.14);
  border: 1px solid rgba(241,201,74,.35);
  color:#7c5b00;
  font-weight:800;
  font-size:.85rem;
}

.royal-areas-search{
  max-width: 560px;
  margin-inline: auto;
}
.royal-areas-input{
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.12);
  padding: .85rem 1.1rem;
  background: rgba(255,255,255,.85);
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
  outline: none;
}
.royal-areas-input:focus{
  border-color: rgba(29,78,216,.35);
  box-shadow: 0 22px 60px rgba(29,78,216,.12);
}

/* Tabs */
.royal-areas-nav .nav-link{
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  padding: .6rem 1rem;
  margin: .25rem;
  color:#0f172a;
  font-weight: 800;
  background: rgba(255,255,255,.75);
}
.royal-areas-nav .nav-link.active{
  background: rgba(2,6,23,.92);
  color:#fff;
  border-color: rgba(2,6,23,.92);
}

/* Hub Card */
.royal-hub-card{
  display:block;
  text-decoration:none;
  color:inherit;
  border-radius: 22px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow: 0 22px 65px rgba(15,23,42,.10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  height: 100%;
}
.royal-hub-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(15,23,42,.16);
  border-color: rgba(15,23,42,.16);
}
.royal-hub-media{
  min-height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.royal-hub-overlay{
  position:absolute; inset:0;
  background: linear-gradient(to bottom, rgba(2,6,23,.10), rgba(2,6,23,.78));
}
.royal-hub-chip{
  position:absolute;
  inset-inline-start: 14px;
  inset-block-start: 14px;
  z-index:2;
  padding:.35rem .75rem;
  border-radius: 999px;
  background: rgba(2,6,23,.78);
  border: 1px solid rgba(148,163,184,.45);
  color:#f9fafb;
  font-size: .82rem;
  font-weight: 800;
  backdrop-filter: blur(6px);
}
.royal-hub-body{ padding: 1.2rem 1.2rem 1.1rem; }
.royal-hub-title{ font-weight: 900; color:#0f172a; line-height: 1.25; }
.royal-hub-desc{ color:#4b5563; font-size:.95rem; }
.royal-hub-more{ font-weight: 900; color:#0f172a; }

/* Chips panel */
.royal-chips-wrap{
  height: 100%;
  border-radius: 22px;
  background: rgba(255,255,255,.85);
  border:1px solid rgba(15,23,42,.08);
  box-shadow: 0 22px 65px rgba(15,23,42,.08);
  padding: 1.25rem;
}
.royal-chips-title{ font-weight: 900; color:#0f172a; }
.royal-chips-sub{ color:#6b7280; font-size:.9rem; }

.royal-chips{
  display:flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.royal-chip{
  display:inline-flex;
  align-items:center;
  padding: .45rem .85rem;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 800;
  font-size: .9rem;
  color:#1d4ed8;
  background: rgba(29,78,216,.08);
  border: 1px solid rgba(29,78,216,.16);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.royal-chip:hover{
  transform: translateY(-2px);
  background: rgba(29,78,216,.12);
  border-color: rgba(29,78,216,.26);
}

.royal-chips-note{
  color:#6b7280;
  font-size:.9rem;
}

.royal-mini-note{
  color:#374151;
  font-weight: 700;
}

@media (max-width: 991.98px){
  .royal-hub-media{ min-height: 190px; }
  .royal-chips-wrap{ padding: 1rem; }
}
