/* Public site - Home Page and shared header/footer styling. */

:root {
  --cr-accent: #fcd34d;
  --cr-blue-600: #2563eb;
  --cr-blue-700: #1d4ed8;
  --cr-slate-400: #94a3b8;
  --cr-slate-500: #64748b;
  --cr-slate-700: #334155;
  --cr-shadow-soft: 0 2px 16px rgba(15, 23, 42, 0.06);
  --cr-shadow-search: 0 24px 64px rgba(15, 23, 42, 0.18), 0 8px 24px rgba(15, 23, 42, 0.1);
  --cr-shadow-card: 0 12px 40px rgba(15, 23, 42, 0.08);
  --cr-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

.page-home {
  font-family: var(--cr-font-sans);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.88);
}

/* ── Header ─────────────────────────────────────────────── */

.site-header {
  background: #ffffff;
  box-shadow: var(--cr-shadow-soft);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.site-navbar,
.site-navbar-inner {
  min-height: 80px;
  align-items: center;
}

.site-navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.site-navbar-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.75rem;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
}

.site-logo-image {
  display: block;
  width: auto;
  height: 48px;
  max-height: 48px;
  max-width: min(280px, 62vw);
  object-fit: contain;
}

.site-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-left: auto;
  min-width: 0;
}

.site-header-auth {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.site-locale-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 0;
  height: auto;
  padding: 0.625rem 1rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: var(--cr-slate-700);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.2s var(--cr-ease), background-color 0.2s var(--cr-ease), box-shadow 0.2s var(--cr-ease);
}

.site-locale-trigger:hover,
.site-locale-trigger:focus {
  border-color: #cbd5e1;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  color: var(--cr-slate-700);
}

.site-locale-trigger:focus-visible {
  outline: 2px solid #176873;
  outline-offset: 2px;
}

.site-locale-trigger.dropdown-toggle::after {
  margin-left: 0.35rem;
  vertical-align: 0.15em;
}

.site-locale-trigger:not(.dropdown-toggle)::after {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  margin-left: 0.2rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.12em) rotate(45deg);
  opacity: 0.75;
}

html[dir="rtl"] .site-locale-trigger:not(.dropdown-toggle)::after {
  margin-left: 0;
  margin-right: 0.2rem;
}

/* Arabic header: logo far right, locale/login grouped far left */
html[dir="rtl"] .site-navbar-inner {
  flex-direction: row-reverse;
}

html[dir="rtl"] .site-logo {
  margin-right: 0;
  margin-left: 0;
  margin-inline-end: 0;
  margin-inline-start: auto;
}

html[dir="rtl"] .site-header-actions {
  margin-left: 0;
  margin-right: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

html[dir="rtl"] .site-header-auth {
  flex-direction: row;
}

html[dir="rtl"] .site-locale-trigger.dropdown-toggle::after {
  margin-left: 0;
  margin-inline-start: 0.35rem;
}

.site-locale-dropdown-menu {
  min-width: 280px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.site-header .btn-primary,
.site-header .site-header-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 0;
  height: auto;
  padding: 0.625rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: #176873;
  box-shadow: 0 4px 14px rgba(23, 104, 115, 0.28);
  transition: transform 0.2s var(--cr-ease), box-shadow 0.2s var(--cr-ease), filter 0.2s var(--cr-ease);
}

.site-header-login-icon {
  flex-shrink: 0;
}

.site-header .btn-primary:hover,
.site-header .btn-primary:focus,
.site-header .site-header-login-btn:hover,
.site-header .site-header-login-btn:focus {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 8px 20px rgba(23, 104, 115, 0.34);
  color: #ffffff;
  background: #176873;
}

.site-header-user-greeting {
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
}

.site-header .site-header-office-btn {
  white-space: nowrap;
}

/* ── Account dropdown (authenticated) ───────────────────── */

.site-account-dropdown {
  position: relative;
}

.site-account-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: min(280px, 46vw);
  min-height: 0;
  height: auto;
  padding: 0.3rem 0.55rem 0.3rem 0.3rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: var(--cr-slate-700);
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.3;
  cursor: pointer;
  transition: border-color 0.2s var(--cr-ease), background-color 0.2s var(--cr-ease), box-shadow 0.2s var(--cr-ease);
}

.site-account-trigger:hover,
.site-account-trigger:focus,
.site-account-trigger[aria-expanded="true"] {
  border-color: #cbd5e1;
  background: #f8fafc;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  color: var(--cr-slate-700);
}

.site-account-trigger:focus-visible {
  outline: 2px solid #176873;
  outline-offset: 2px;
}

.site-account-trigger.dropdown-toggle::after {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  flex-shrink: 0;
  opacity: 0.55;
}

.site-account-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.site-account-avatar-lg {
  width: 48px;
  height: 48px;
}

.site-account-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.site-account-avatar-fallback {
  color: #64748b;
  display: inline-flex;
}

.site-account-trigger-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-account-menu {
  min-width: 280px;
  max-width: min(340px, calc(100vw - 1.5rem));
  padding: 0.55rem 0;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  margin-top: 0.45rem !important;
}

.site-account-menu-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 1rem 0.75rem;
}

.site-account-menu-identity {
  min-width: 0;
}

.site-account-menu-name {
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-account-menu-email {
  margin-top: 0.15rem;
  font-size: 0.82rem;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-account-menu .dropdown-divider {
  margin: 0.4rem 0;
  border-top-color: #eef2f6;
}

.site-account-menu-item {
  padding: 0.55rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
  border-radius: 0;
}

.site-account-menu-item:hover,
.site-account-menu-item:focus {
  background: #f8fafc;
  color: #0f172a;
}

.site-account-logout-form {
  margin: 0;
}

.site-account-logout-btn {
  width: 100%;
  text-align: start;
  background: transparent;
  border: 0;
  color: #b91c1c;
}

.site-account-logout-btn:hover,
.site-account-logout-btn:focus {
  background: #fef2f2;
  color: #991b1b;
}

/* ── Mobile locale bottom sheet ─────────────────────────── */

.site-locale-sheet {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.site-locale-sheet[hidden] {
  display: none !important;
}

.site-locale-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.42);
  opacity: 0;
  transition: opacity 0.28s var(--cr-ease);
  pointer-events: auto;
}

.site-locale-sheet-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  max-height: min(78vh, 640px);
  margin: 0;
  padding: 0.5rem 0 calc(1rem + env(safe-area-inset-bottom, 0px));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.18);
  transform: translateY(110%);
  transition: transform 0.28s var(--cr-ease);
  pointer-events: auto;
  outline: none;
}

.site-locale-sheet.is-open {
  pointer-events: auto;
}

.site-locale-sheet.is-open .site-locale-sheet-backdrop {
  opacity: 1;
}

.site-locale-sheet.is-open .site-locale-sheet-panel {
  transform: translateY(0);
}

.site-locale-sheet-handle {
  width: 40px;
  height: 4px;
  margin: 0.35rem auto 0.85rem;
  border-radius: 999px;
  background: #cbd5e1;
}

.site-locale-sheet-section {
  padding: 0 1rem 0.35rem;
}

.site-locale-sheet-heading {
  margin: 0 0 0.5rem;
  padding: 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.site-locale-sheet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-locale-sheet-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 0.75rem;
  border-radius: 12px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s var(--cr-ease);
}

.site-locale-sheet-option:hover,
.site-locale-sheet-option:focus {
  background: #f8fafc;
  color: #0f172a;
  text-decoration: none;
}

.site-locale-sheet-option.is-active {
  background: rgba(23, 104, 115, 0.08);
  color: #176873;
  font-weight: 600;
}

.site-locale-sheet-check {
  flex-shrink: 0;
  color: #176873;
  font-size: 1rem;
  font-weight: 700;
}

.site-locale-sheet-empty {
  display: block;
  padding: 0.75rem;
  color: #94a3b8;
}

.site-locale-sheet-divider {
  height: 1px;
  margin: 0.65rem 1.25rem 0.85rem;
  background: #e2e8f0;
}

html.site-locale-sheet-open,
body.site-locale-sheet-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .site-navbar,
  .site-navbar-inner {
    min-height: 72px;
  }

  .site-header-actions {
    gap: 0.375rem;
  }

  .site-locale-trigger {
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
  }

  .site-header .btn-primary,
  .site-header .site-header-login-btn {
    padding: 0.5rem 0.9rem;
    font-size: 0.9375rem;
  }

  .site-header-user-greeting {
    display: none;
  }

  .site-account-trigger-name {
    display: none;
  }

  .site-account-trigger {
    padding: 0.25rem;
    max-width: none;
  }

  .site-account-trigger.dropdown-toggle::after {
    margin-left: 0.2rem;
    margin-right: 0.35rem;
  }
}

@media (min-width: 992px) {
  .site-header-actions {
    gap: 0.75rem;
  }
}

.site-header .dropdown-menu {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

/* ── Hero ───────────────────────────────────────────────── */

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroBgZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}

.hero-banner {
  position: relative;
  overflow: hidden;
  background-color: #0d3b66;
  background-image: linear-gradient(135deg, #0b2f52 0%, #1b5e91 100%);
  background-size: cover;
  background-position: center;
  min-height: clamp(460px, 68vh, 620px);
  display: flex;
  align-items: center;
  padding: 2.5rem 0 3rem;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: -4%;
  background: inherit;
  background-size: cover;
  background-position: center;
  animation: heroBgZoom 22s ease-in-out infinite alternate;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hero-copy {
  text-align: center;
  margin-bottom: 1.75rem;
}

.hero-title {
  margin: 0 0 0.85rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  animation: heroFadeUp 0.85s var(--cr-ease) both;
}

.hero-subtitle {
  margin: 0 auto;
  max-width: min(680px, calc(100% - 250px));
  font-size: clamp(1.02rem, 2.2vw, 1.28rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  animation: heroFadeUp 0.85s var(--cr-ease) 0.12s both;
}

/* ── Search box (home hero only) ────────────────────────── */

.hero-search {
  width: 100%;
  animation: heroFadeUp 0.85s var(--cr-ease) 0.24s both;
}

.hero-search-alert {
  max-width: 1180px;
  margin: 0 auto 1rem;
  border-radius: 12px;
}

.hero-content .hero-search .search-box {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #fcd34d;
  border: 4px solid var(--cr-accent);
  border-radius: 18px;
  box-shadow:
    0 20px 56px rgba(15, 23, 42, 0.16),
    0 8px 22px rgba(15, 23, 42, 0.08);
  overflow: visible;
}

.hero-content .hero-search .search-box .card-body {
  padding: 14px 20px !important;
}

/* ── Search box (shared polish) ─────────────────────────── */

.search-box {
  --search-control-height: 48px;
  --search-control-radius: 12px;
}

.search-box-field-label {
  display: block;
  margin: 0 0 7px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.2;
}

.search-box-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.search-box .search-box-control,
.search-box .location-picker-trigger,
.search-box .form-select.search-box-control,
.search-box .btn.search-box-control,
.search-box .btn.search-box-submit {
  height: var(--search-control-height);
  min-height: var(--search-control-height);
  max-height: var(--search-control-height);
  border-radius: var(--search-control-radius);
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.search-box .location-picker {
  --search-control-height: inherit;
}

.search-box .form-select.search-box-control,
.search-box .location-picker-trigger,
.search-box .location-picker-trigger-label,
.search-box-country-col select[id^="countrySelect"],
.search-box-location-col select[id^="locationSelect"] {
  color: #000000;
}

.search-box .btn.search-box-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #ffffff;
}

.search-box-submit-text {
  color: #ffffff;
}

.search-box .form-label {
  margin-bottom: 0.3rem;
}

.search-box-title {
  display: block;
  width: 100%;
  margin: 0 0 0.4rem;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #000000;
  text-align: left;
}

.search-box-compact .search-box-title {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.search-box form > .col-12:first-child {
  align-self: flex-start;
  margin-bottom: -0.25rem;
}

.search-box form {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.625rem;
}

.search-trust-badges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.search-box-trust-col .search-trust-badges {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .search-box-trust-col {
    padding-top: 0.125rem;
  }

  .search-box-trust-col .search-trust-badges {
    gap: 0.625rem;
  }
}

@media (min-width: 768px) {
  .search-box-trust-col .search-trust-badges {
    margin-top: 0;
    padding-top: 8px;
  }
}

.search-trust-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 16px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  color: #4b5563;
}

.search-trust-badge-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.25 6.5 11.25 12.5 4.75' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.search-trust-badge-text {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  color: #000000;
}

.search-box-submit-label {
  display: none;
}

.search-toolbar-card .search-box-submit-label {
  display: none;
}

.search-box .btn.search-box-control {
  cursor: pointer;
}

.hero-content .hero-search .search-box form {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.625rem;
}

@media (max-width: 767.98px) {
  .hero-content .hero-search .search-box-submit-col {
    margin-top: 15px;
  }
}

.hero-content .hero-search .search-box-field-label,
.hero-content .hero-search .form-label {
  margin-bottom: 7px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
}

.hero-content .hero-search .location-picker-trigger-label {
  font-size: 1.0625rem;
  color: #000000;
}

.hero-content .hero-search .search-box-control,
.hero-content .hero-search .form-select,
.hero-content .hero-search .location-picker-trigger {
  height: var(--search-control-height);
  min-height: var(--search-control-height);
  max-height: var(--search-control-height);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  background-color: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: var(--search-control-radius);
  box-sizing: border-box;
  line-height: 1.2;
  transition: border-color 0.2s var(--cr-ease), box-shadow 0.2s var(--cr-ease), background-color 0.2s var(--cr-ease);
}

.hero-content .hero-search .form-select.search-box-control {
  padding: 0 1rem 0 3rem;
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 1.15rem;
}

.hero-content .hero-search .search-box-control:hover:not(:disabled),
.hero-content .hero-search .form-select:hover:not(:disabled) {
  border-color: #cbd5e1;
  background-color: #fafbfc;
}

.hero-content .hero-search .search-box-control:focus,
.hero-content .hero-search .form-select:focus {
  border-color: var(--cr-blue-600);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  outline: none;
}

.hero-content .hero-search .search-box-control:disabled,
.hero-content .hero-search .form-select:disabled {
  background-color: #f8fafc;
  color: #94a3b8;
}

html[dir="rtl"] .hero-content .hero-search .form-select.search-box-control {
  padding: 0 3rem 0 1rem;
  background-position: right 1rem center;
}

.hero-content .hero-search .btn.search-box-control,
.hero-content .hero-search .btn-primary {
  height: var(--search-control-height);
  min-height: var(--search-control-height);
  max-height: var(--search-control-height);
  padding: 0 1.5rem;
  border: none;
  border-radius: var(--search-control-radius);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  cursor: pointer;
  color: #ffffff;
  background: #176873;
  box-shadow: 0 8px 20px rgba(23, 104, 115, 0.28);
  transition: transform 0.2s var(--cr-ease), box-shadow 0.2s var(--cr-ease), filter 0.2s var(--cr-ease);
}

.hero-content .hero-search .btn.search-box-control::before,
.hero-content .hero-search .btn-primary::before {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2.2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m21 21-4.35-4.35M11 18a7 7 0 1 0 0-14 7 7 0 0 0 0 14Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero-content .hero-search .btn.search-box-control:hover,
.hero-content .hero-search .btn.search-box-control:focus,
.hero-content .hero-search .btn-primary:hover,
.hero-content .hero-search .btn-primary:focus {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 12px 26px rgba(23, 104, 115, 0.34);
  background: #176873;
  color: #ffffff;
}

/* ── Desktop hero: centered title + horizontal search panel ─ */

@media (min-width: 992px) {
  .page-home {
    overflow-x: clip;
  }

  .hero-banner {
    overflow-x: clip;
  }

  .hero-content.container {
    box-sizing: border-box;
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    min-width: 0;
  }

  .hero-copy {
    order: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .hero-subtitle {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-search {
    order: 1;
    flex: none;
    width: 100%;
    max-width: 1180px;
    min-width: 0;
  }

  .hero-search-alert {
    max-width: 100%;
    margin: 0 auto 1rem;
  }

  .hero-content .hero-search .search-box {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
    --search-control-height: 56px;
    --search-control-radius: 12px;
  }

  .hero-content .hero-search .search-box .card-body {
    padding: 18px 22px 16px !important;
    box-sizing: border-box;
  }

  .hero-content .hero-search .search-box-heading-col {
    display: none !important;
  }

  .hero-content .hero-search .search-box-form,
  .hero-content .hero-search .search-box form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(160px, 0.7fr);
    grid-template-areas:
      "country location submit"
      "trust trust trust";
    align-items: end;
    column-gap: 14px;
    row-gap: 16px;
    margin: 0;
    width: 100%;
    min-width: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .hero-content .hero-search .search-box form.row {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content .hero-search .search-box form > [class*="col-"] {
    flex: none;
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding: 0;
  }

  .hero-content .hero-search .search-box-country-col {
    grid-area: country;
  }

  .hero-content .hero-search .search-box-location-col {
    grid-area: location;
  }

  .hero-content .hero-search .search-box-submit-col {
    grid-area: submit;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .hero-content .hero-search .search-box-trust-col {
    grid-area: trust;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .hero-content .hero-search .search-box-field-label {
    margin-bottom: 8px;
  }

  .hero-content .hero-search .search-box-control,
  .hero-content .hero-search .form-select,
  .hero-content .hero-search .location-picker-trigger {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: var(--search-control-height);
    min-height: var(--search-control-height);
    max-height: var(--search-control-height);
    border-radius: var(--search-control-radius);
    box-sizing: border-box;
  }

  .hero-content .hero-search .btn.search-box-control,
  .hero-content .hero-search .btn-primary,
  .hero-content .hero-search .btn.search-box-submit {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: var(--search-control-height) !important;
    min-height: var(--search-control-height) !important;
    max-height: var(--search-control-height) !important;
    padding: 0 1.25rem !important;
    border-radius: var(--search-control-radius);
    box-sizing: border-box;
  }

  .hero-content .hero-search .search-box-submit-text {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    border: 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .hero-content .hero-search .search-box-trust-col .search-trust-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem 1.75rem;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .hero-content .hero-search .search-trust-badge {
    min-height: 0;
  }

  .hero-content .hero-search .search-trust-badge-text {
    font-size: 0.8125rem;
    font-weight: 500;
  }
}

.search-box {
  max-width: 900px;
  border-radius: 1rem;
}

/* ── Shared section headers ─────────────────────────────── */

.home-section {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.home-section-header {
  margin-bottom: 2.5rem;
}

.home-section-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-section-subtitle {
  margin: 0 auto;
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--cr-slate-500);
}

/* ── Premium content cards (Country Guide + FAQ) ─────────── */

.home-premium-section-container {
  width: 100%;
  max-width: 1200px;
}

.home-premium-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 20px;
  box-shadow:
    0 12px 40px rgba(15, 23, 42, 0.08),
    0 2px 8px rgba(15, 23, 42, 0.04);
  padding: 40px;
}

.home-premium-card-header {
  margin-bottom: 0;
}

.home-premium-card-title {
  margin: 0 0 24px;
  font-size: clamp(1.75rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: #176873;
  text-align: left;
}

#country-seo-guide-title {
  color: #176873;
}

.home-premium-card-header:has(.home-premium-card-subtitle) .home-premium-card-title {
  margin-bottom: 10px;
}

.home-premium-card-subtitle {
  margin: 0 0 24px;
  max-width: 720px;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #64748b;
  text-align: left;
}

.home-premium-card-divider {
  height: 1px;
  margin-bottom: 32px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.18) 0%, rgba(226, 232, 240, 0.95) 42%, rgba(226, 232, 240, 0.95) 100%);
}

/* ── Country SEO Guide ─────────────────────────────────── */

.home-section-seo-guide {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.home-seo-guide-body {
  color: #475569;
  font-size: 1.0625rem;
  line-height: 1.85;
  letter-spacing: 0.008em;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.home-seo-guide-body > h2:first-child,
.home-seo-guide-body h2 {
  margin: 2rem 0 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  color: #0f172a;
}

.home-seo-guide-body > h2:first-child {
  margin-top: 0;
}

.home-seo-guide-body h3 {
  margin: 0 0 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  color: #0f172a;
}

.home-seo-guide-body h3:not(:first-child) {
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.home-seo-guide-body p {
  margin: 0 0 1.35rem;
}

.home-seo-guide-body p:last-child {
  margin-bottom: 0;
}

.home-seo-guide-body ul,
.home-seo-guide-body ol {
  margin: 0 0 1.35rem;
  padding-left: 1.5rem;
}

.home-seo-guide-body li {
  margin-bottom: 0.5rem;
  padding-left: 0.15rem;
}

.home-seo-guide-body li:last-child {
  margin-bottom: 0;
}

.home-seo-guide-body li + li {
  margin-top: 0;
}

.home-seo-guide-body a,
.home-seo-guide-body .home-seo-guide-link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.home-seo-guide-body a:hover,
.home-seo-guide-body .home-seo-guide-link:hover {
  color: #1d4ed8;
  border-bottom-color: rgba(29, 78, 216, 0.45);
}

.home-seo-guide-body strong {
  color: #0f172a;
  font-weight: 700;
}

/* ── FAQ ────────────────────────────────────────────────── */

.home-section-faq {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.home-faq-body {
  margin: 0;
}

.home-faq-empty {
  text-align: left;
}

.home-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: #0f172a;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
}

.home-accordion .accordion-header {
  margin: 0;
}

.home-accordion-item {
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 0.875rem;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition:
    box-shadow 0.32s var(--cr-ease),
    border-color 0.32s var(--cr-ease),
    background-color 0.32s var(--cr-ease),
    transform 0.32s var(--cr-ease);
}

.home-accordion-item:last-child {
  margin-bottom: 0;
}

.home-accordion-item:hover {
  border-color: #bfdbfe !important;
  background: #f8fbff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
  transform: translateY(-1px);
}

.home-accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #176873 !important;
  background: #17687311;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.1);
}

.home-accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.45;
  color: #0f172a;
  background: transparent;
  padding: 1.125rem 1.25rem;
  box-shadow: none !important;
  transition:
    background-color 0.32s var(--cr-ease),
    color 0.32s var(--cr-ease);
}

.home-accordion-button::after {
  display: none !important;
  background-image: none !important;
}

.home-accordion-button:not(.collapsed) {
  background: transparent;
  color: #1e3a8a;
}

.home-accordion-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.35) !important;
}

.home-accordion-question {
  flex: 1;
  min-width: 0;
  text-align: start;
  font-weight: 600;
}

.home-accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #176873;
  transition:
    background-color 0.32s var(--cr-ease),
    box-shadow 0.32s var(--cr-ease);
}

.home-accordion-chevron {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-top: -0.15rem;
  transition:
    transform 0.32s var(--cr-ease),
    border-color 0.32s var(--cr-ease);
}

.home-accordion-item:hover .home-accordion-icon {
  background: #176873;
}

.home-accordion-button:not(.collapsed) .home-accordion-icon {
  background: #176873;
  box-shadow: 0 4px 12px rgba(23, 104, 115, 0.28);
}

.home-accordion-button:not(.collapsed) .home-accordion-chevron {
  transform: rotate(225deg);
  border-color: #ffffff;
  margin-top: 0.1rem;
}

.home-accordion-body {
  color: #475569;
  line-height: 1.7;
  padding: 0 1.25rem 1.25rem;
  font-size: 1rem;
}

.home-accordion .accordion-collapse {
  transition: height 0.36s var(--cr-ease);
}

.home-accordion .accordion-collapse.collapsing {
  transition: height 0.36s var(--cr-ease);
}

/* ── Contact ────────────────────────────────────────────── */

.home-section-contact {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.home-contact-alert {
  margin: 0 0 1.75rem;
  border-radius: 12px;
}

.home-contact-grid {
  margin: 0;
}

.home-contact-panel-title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.home-contact-panel-lead {
  margin: 0 0 1.75rem;
  color: #64748b;
  line-height: 1.65;
  font-size: 0.98rem;
}

.home-contact-info-panel {
  border-left: 1px solid #e2e8f0;
  padding-left: clamp(1rem, 2.5vw, 2rem);
}

.home-contact-timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.25rem;
  position: relative;
}

.home-contact-timeline::before {
  content: "";
  position: absolute;
  left: 1.625rem;
  top: 1.75rem;
  bottom: 1.75rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.22) 0%, rgba(226, 232, 240, 0.95) 100%);
  border-radius: 999px;
}

.home-contact-timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  padding-bottom: 1.625rem;
}

.home-contact-timeline-item-last {
  padding-bottom: 0;
}

.home-contact-timeline-content {
  flex: 1;
  min-width: 0;
  padding-top: 0.35rem;
}

.home-contact-list-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 14px;
  background-color: rgba(37, 99, 235, 0.08);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.08);
}

.home-contact-list-icon-phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z'/%3E%3C/svg%3E");
}

.home-contact-list-icon-whatsapp {
  background-color: rgba(37, 211, 102, 0.14);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.18);
  background-size: 1.65rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
}

.home-contact-list-icon-email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75'/%3E%3C/svg%3E");
}

.home-contact-list-icon-address {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z'/%3E%3C/svg%3E");
}

.home-contact-list-icon-hours {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E");
}

.home-contact-list-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}

.home-contact-list-value {
  display: block;
  font-size: 1.02rem;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s var(--cr-ease);
}

a.home-contact-list-value:hover {
  color: #2563eb;
}

a.home-contact-list-value-whatsapp:hover {
  color: #25d366;
}

.home-contact-social {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e2e8f0;
}

.home-contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.875rem;
}

.home-contact-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 44px;
  padding: 0.625rem 1.125rem;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  transition:
    transform 0.24s var(--cr-ease),
    box-shadow 0.24s var(--cr-ease),
    filter 0.24s var(--cr-ease);
}

.home-contact-social-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.18);
  filter: brightness(1.03);
}

.home-contact-social-btn-icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.home-contact-social-btn-facebook {
  background: #1877f2;
}

.home-contact-social-btn-facebook .home-contact-social-btn-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047V9.413c0-3.025 1.792-4.697 4.533-4.697 1.312 0 2.686.236 2.686.236v2.971h-1.513c-1.491 0-1.956.93-1.956 1.886v2.267h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073z'/%3E%3C/svg%3E");
}

.home-contact-social-btn-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.home-contact-social-btn-instagram .home-contact-social-btn-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E");
}

.home-contact-social-btn-x {
  background: #0f172a;
}

.home-contact-social-btn-x .home-contact-social-btn-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
}

.home-contact-social-btn-linkedin {
  background: #0a66c2;
}

.home-contact-social-btn-linkedin .home-contact-social-btn-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 114.126 0 2.063 2.063 0 01-2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
}

.home-contact-social-btn-youtube {
  background: #ff0000;
}

.home-contact-social-btn-youtube .home-contact-social-btn-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E");
}

.home-contact-social-btn-tiktok {
  background: #010101;
}

.home-contact-social-btn-tiktok .home-contact-social-btn-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93v11.09c0 2.62-1.07 5.01-2.79 6.73-1.72 1.72-4.11 2.79-6.73 2.79-2.62 0-5.01-1.07-6.73-2.79C1.07 18.01 0 15.62 0 13V8.5c1.66.98 3.58 1.53 5.58 1.53.23 0 .45-.01.67-.03V6.04c-.22.01-.44.02-.67.02-1.99 0-3.9-.55-5.58-1.53V.02h6.97z'/%3E%3C/svg%3E");
}

.home-contact-card .form-label {
  font-size: 0.84rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.45rem;
}

.home-contact-card .form-control {
  min-height: 52px;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition:
    border-color 0.24s var(--cr-ease),
    box-shadow 0.24s var(--cr-ease),
    transform 0.24s var(--cr-ease);
}

.home-contact-card textarea.form-control {
  min-height: 148px;
  resize: vertical;
}

.home-contact-card .form-control:hover {
  border-color: #cbd5e1;
}

.home-contact-card .form-select {
  min-height: 52px;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition:
    border-color 0.24s var(--cr-ease),
    box-shadow 0.24s var(--cr-ease);
}

.home-contact-card .form-select:hover {
  border-color: #cbd5e1;
}

.home-contact-card .form-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.home-contact-card .form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
  transform: translateY(-1px);
}

.home-contact-card .input-group .contact-phone-code-select {
  max-width: 120px;
  flex: 0 0 120px;
  font-variant-numeric: tabular-nums;
}

.home-contact-card .input-group.home-contact-phone-group {
  align-items: stretch;
}

.home-contact-card .input-group.home-contact-phone-group > .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.home-contact-card .phone-country-picker-trigger {
  min-height: 52px;
}

.home-contact-card .input-group .form-control {
  min-height: 52px;
}

.home-contact-submit {
  min-height: 54px;
  padding: 0.7rem 2.25rem;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: #176873;
  box-shadow: 0 10px 24px rgba(23, 104, 115, 0.28);
  transition:
    transform 0.24s var(--cr-ease),
    box-shadow 0.24s var(--cr-ease),
    filter 0.24s var(--cr-ease);
}

.home-contact-submit:hover,
.home-contact-submit:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(23, 104, 115, 0.34);
  filter: brightness(1.03);
  color: #ffffff;
  background: #176873;
}

.home-contact-map {
  margin-top: 1.75rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.home-contact-map iframe {
  display: block;
  width: 100%;
  min-height: 240px;
  border: 0;
}

.home-contact-map-fallback {
  margin-top: 1.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.home-contact-map-fallback-preview {
  position: relative;
  min-height: 160px;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.95) 0%, rgba(248, 250, 252, 0.98) 100%),
    repeating-linear-gradient(0deg, rgba(148, 163, 184, 0.08) 0, rgba(148, 163, 184, 0.08) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.08) 0, rgba(148, 163, 184, 0.08) 1px, transparent 1px, transparent 24px);
}

.home-contact-map-fallback-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 8px 16px rgba(37, 99, 235, 0.28));
}

.home-contact-map-fallback-body {
  padding: 1.25rem 1.35rem 1.35rem;
}

.home-contact-map-fallback-address {
  margin: 0.35rem 0 1rem;
  color: #334155;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.home-contact-map-fallback-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.625rem 1.125rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.24);
  transition:
    transform 0.24s var(--cr-ease),
    box-shadow 0.24s var(--cr-ease);
}

.home-contact-map-fallback-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
}

.home-contact-empty {
  text-align: left;
}

/* ── Phone country picker (Stripe/Airbnb-style) ─────────── */

.phone-country-picker {
  position: relative;
  flex: 0 0 auto;
  z-index: 20;
}

.phone-country-picker.is-open {
  z-index: 40;
}

.phone-country-picker-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-width: 108px;
  height: 100%;
  min-height: 48px;
  padding: 0.55rem 0.75rem;
  border: 1.5px solid #e2e8f0;
  border-right: 0;
  border-radius: 12px 0 0 12px;
  background: #fff;
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.2s var(--cr-ease), box-shadow 0.2s var(--cr-ease), background-color 0.2s var(--cr-ease);
}

.phone-country-picker-trigger:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.phone-country-picker-trigger:focus,
.phone-country-picker.is-open .phone-country-picker-trigger {
  outline: 0;
  border-color: var(--cr-blue-600);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  background: #fff;
}

.phone-country-picker-selected {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.phone-country-picker-flag {
  font-size: 1.05rem;
  line-height: 1;
}

.phone-country-picker-code {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}

.phone-country-picker-chevron {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s var(--cr-ease), border-color 0.2s var(--cr-ease);
  flex-shrink: 0;
}

.phone-country-picker.is-open .phone-country-picker-chevron {
  transform: rotate(225deg) translateY(1px);
  border-color: var(--cr-blue-600);
}

.phone-country-picker-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  width: min(420px, calc(100vw - 2rem));
  padding: 0.55rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow:
    0 18px 48px rgba(15, 23, 42, 0.14),
    0 6px 18px rgba(15, 23, 42, 0.08);
  animation: phoneCountryPickerIn 0.18s var(--cr-ease);
}

@keyframes phoneCountryPickerIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.phone-country-picker-search-wrap {
  position: relative;
  margin-bottom: 0.45rem;
}

.phone-country-picker-search-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 0.95rem;
  height: 0.95rem;
  transform: translateY(-50%);
  opacity: 0.55;
  pointer-events: none;
  background:
    radial-gradient(circle at 38% 38%, #64748b 0 38%, transparent 40%),
    linear-gradient(45deg, transparent 44%, #64748b 44%, #64748b 56%, transparent 56%);
}

.phone-country-picker-search {
  min-height: 42px;
  padding-left: 2.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.92rem;
  box-shadow: none;
}

.phone-country-picker-search:focus {
  border-color: var(--cr-blue-600);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.phone-country-picker-list {
  list-style: none;
  margin: 0;
  padding: 0.15rem;
  max-height: 280px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.phone-country-picker-list::-webkit-scrollbar {
  width: 8px;
}

.phone-country-picker-list::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.35);
  border-radius: 999px;
}

.phone-country-picker-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.62rem 0.7rem;
  border-radius: 10px;
  cursor: pointer;
  color: #0f172a;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.phone-country-picker-option-main {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.phone-country-picker-option-flag {
  flex-shrink: 0;
  font-size: 1.05rem;
  line-height: 1;
}

.phone-country-picker-option-name {
  font-size: 0.92rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone-country-picker-option-code {
  flex-shrink: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  font-variant-numeric: tabular-nums;
}

.phone-country-picker-option:hover,
.phone-country-picker-option.is-active {
  background: #f1f5f9;
}

.phone-country-picker-option.is-selected {
  background: rgba(37, 99, 235, 0.08);
}

.phone-country-picker-option.is-selected .phone-country-picker-option-code {
  color: var(--cr-blue-700);
}

.phone-country-picker-empty {
  padding: 1rem 0.75rem;
  text-align: center;
  color: #64748b;
  font-size: 0.9rem;
}

/* ── Footer ─────────────────────────────────────────────── */

.site-footer {
  background-color: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  margin-top: 0;
}

.site-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 1.5rem 40px;
}

.site-footer-grid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2.5rem;
}

.site-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.site-footer-brand {
  max-width: 22rem;
}

.site-footer-logo {
  display: inline-block;
  line-height: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-footer-logo:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.site-footer-logo-image {
  display: block;
  width: auto;
  height: 48px;
  max-width: 100%;
}

.site-footer-tagline {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #f1f5f9;
  line-height: 1.4;
}

.site-footer-description {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #94a3b8;
}

.site-footer-heading {
  margin: 0 0 0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8fafc;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.site-footer-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

a.site-footer-link:hover,
a.site-footer-link:focus-visible {
  color: #60a5fa;
  transform: translateY(-2px);
}

.site-footer-link-static {
  cursor: default;
  color: #64748b;
}

.site-footer-badge {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.site-footer-divider {
  height: 1px;
  margin: 2.5rem 0 1.75rem;
  background: rgba(255, 255, 255, 0.08);
}

.site-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
}

.site-footer-copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}

.site-footer-copyright-rights {
  color: #64748b;
}

.site-footer-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer-dropdown {
  position: relative;
}

.site-footer-control-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.site-footer-control-btn:hover,
.site-footer-control-btn:focus-visible,
.site-footer-control-btn.show {
  color: #f1f5f9;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.site-footer-control-btn::after {
  margin-left: 0.125rem;
  vertical-align: middle;
  opacity: 0.7;
}

.site-footer-control-label {
  color: #64748b;
  font-weight: 500;
}

.site-footer-control-value {
  color: #e2e8f0;
  font-weight: 600;
}

.site-footer-dropdown-menu {
  min-width: 12rem;
  padding: 0.375rem;
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.site-footer-dropdown-item {
  border-radius: 6px;
  font-size: 0.875rem;
  color: #cbd5e1;
  padding: 0.5rem 0.75rem;
}

.site-footer-dropdown-item:hover,
.site-footer-dropdown-item:focus {
  color: #f1f5f9;
  background: rgba(96, 165, 250, 0.12);
}

.site-footer-dropdown-item.active,
.site-footer-dropdown-item:active {
  color: #ffffff;
  background: rgba(59, 130, 246, 0.35);
}

.site-footer-version {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #475569;
  padding: 0.35rem 0.5rem;
}

@media (max-width: 991.98px) {
  .site-footer-inner {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

  .site-footer-brand {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .site-footer-inner {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .site-footer-col {
    align-items: center;
    text-align: center;
  }

  .site-footer-brand {
    align-items: center;
  }

  .site-footer-links {
    align-items: center;
  }

  .site-footer-link {
    justify-content: center;
  }

  .site-footer-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer-copyright {
    justify-content: center;
  }

  .site-footer-controls {
    justify-content: center;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-primary);
}

/* ── Responsive ─────────────────────────────────────────── */

@media (max-width: 991.98px) {
  .hero-banner {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2.25rem;
  }

  .hero-copy {
    margin-bottom: 1.35rem;
  }

  .home-accordion-body {
    padding: 0 1.125rem 1.125rem;
    font-size: 0.9375rem;
  }

  .home-accordion-button {
    padding: 1rem 1.125rem;
    font-size: 1rem;
  }

  .home-section-faq {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .home-section-seo-guide {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .home-premium-card {
    padding: 1.75rem 1.5rem;
    border-radius: 18px;
  }

  .home-premium-card-title {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }

  .home-premium-card-subtitle {
    margin: -8px 0 20px;
    font-size: 1rem;
  }

  .home-premium-card-divider {
    margin-bottom: 24px;
  }

  .home-seo-guide-body {
    font-size: 1rem;
    line-height: 1.8;
  }

  .home-seo-guide-body h3:not(:first-child) {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
  }

  .home-section-contact {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .home-contact-info-panel {
    border-left: 0;
    padding-left: 0;
    margin-top: 0.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e2e8f0;
  }

  .home-contact-panel-lead {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-content.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-logo-image {
    height: 40px;
    max-height: 40px;
    max-width: min(220px, 58vw);
  }

  .hero-subtitle {
    display: none;
  }

  .site-navbar,
  .site-navbar-inner {
    min-height: 72px;
  }

  html {
    scroll-padding-top: 80px;
  }

  .hero-content .hero-search .search-box {
    border-width: 3px;
    border-radius: 18px;
  }

  .hero-content .hero-search .search-box .card-body {
    padding: 12px 16px !important;
  }

  .search-box-title {
    font-size: 1.5rem;
    margin-bottom: 0.35rem;
  }

  .hero-content .hero-search .form-select,
  .hero-content .hero-search .btn-primary,
  .search-box .location-picker-trigger {
    height: var(--search-control-height);
    min-height: var(--search-control-height);
  }

  .home-section {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .home-section-seo-guide,
  .home-section-faq,
  .home-section-contact {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-banner::before,
  .hero-title,
  .hero-subtitle,
  .hero-search {
    animation: none;
  }

  .home-accordion-item,
  .home-accordion-button,
  .home-accordion-chevron,
  .home-accordion .accordion-collapse,
  .home-accordion .accordion-collapse.collapsing {
    transition: none;
  }
}

/* ── Home RTL text alignment (Arabic) ──────────────────── */

html[dir="rtl"] .search-box-title,
html[dir="rtl"] .home-premium-card-title,
html[dir="rtl"] .home-premium-card-subtitle,
html[dir="rtl"] .home-seo-guide-body,
html[dir="rtl"] .home-seo-guide-body h2,
html[dir="rtl"] .home-seo-guide-body h3,
html[dir="rtl"] .home-faq-empty,
html[dir="rtl"] .home-contact-empty,
html[dir="rtl"] .home-contact-panel-title,
html[dir="rtl"] .home-contact-panel-lead,
html[dir="rtl"] .home-accordion-body,
html[dir="rtl"] .hero-content .hero-search .search-box-field-label,
html[dir="rtl"] .hero-content .hero-search .form-label,
html[dir="rtl"] .site-footer-tagline,
html[dir="rtl"] .site-footer-description,
html[dir="rtl"] .site-footer-heading,
html[dir="rtl"] .site-footer-link,
html[dir="rtl"] .site-footer-link-static,
html[dir="rtl"] .site-footer-copyright,
html[dir="rtl"] .site-locale-sheet-heading,
html[dir="rtl"] .site-locale-sheet-option,
html[dir="rtl"] .home-contact-list-label,
html[dir="rtl"] .home-contact-list-value {
  text-align: right;
}

/* ── Home RTL layout direction (Arabic) ────────────────── */

html[dir="rtl"] .home-premium-card-divider {
  background: linear-gradient(270deg, rgba(37, 99, 235, 0.18) 0%, rgba(226, 232, 240, 0.95) 42%, rgba(226, 232, 240, 0.95) 100%);
}

html[dir="rtl"] .home-contact-timeline::before {
  left: auto;
  inset-inline-start: 1.625rem;
}

html[dir="rtl"] .home-seo-guide-body ul,
html[dir="rtl"] .home-seo-guide-body ol {
  padding-left: 0;
  padding-inline-start: 1.5rem;
}

html[dir="rtl"] .home-seo-guide-body li {
  padding-left: 0;
  padding-inline-start: 0.15rem;
}
