:root {
  --ink: #17201f;
  --muted-ink: #62706e;
  --line: #e7ebe8;
  --paper: #ffffff;
  --soft: #f6f7f4;
  --gold: #b88a36;
  --gold-dark: #8e681e;
  --teal: #0d5f5b;
  --charcoal: #22302f;
  --shadow: 0 24px 70px rgba(23, 32, 31, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

html[dir="rtl"] body {
  font-family: "Noto Sans Arabic", Inter, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.85;
  word-spacing: 0;
}

img, svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(231, 235, 232, .88);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.brand-logo {
  width: 140px;
  height: auto;
  border-radius: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 138, 54, .4);
  background: linear-gradient(145deg, #fff, #f7efe0);
  color: var(--gold-dark);
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
}

.brand-copy {
  display: grid;
  gap: 0;
  max-width: 155px;
}

.brand-copy span {
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.brand-copy small {
  color: var(--muted-ink);
  font-size: 12px;
  font-weight: 600;
}

.nav-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.nav-menu a {
  color: #43504e;
  transition: color .2s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--gold-dark);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease;
}

.language-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 138, 54, .36);
}

.language-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-gold {
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 14px 28px rgba(142, 104, 30, .18);
}

.btn-light {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .08);
}

.btn-large {
  min-height: 52px;
  padding: 0 24px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-uae-business.png");
  background-size: cover;
  background-position: center right;
  transform: scale(1.02);
  animation: heroDrift 14s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 29, 28, .88) 0%, rgba(20, 29, 28, .66) 43%, rgba(20, 29, 28, .08) 100%),
    linear-gradient(0deg, rgba(20, 29, 28, .32), rgba(20, 29, 28, .06));
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 110px 0 90px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2 {
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6.2vw, 82px);
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

.hero-text {
  max-width: 640px;
  color: rgba(255, 255, 255, .84);
  font-size: 20px;
}

.hero-actions,
.cta-actions,
.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-proof span {
  min-width: 145px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, .78);
  border-radius: 6px;
}

.hero-proof strong {
  display: block;
  color: #fff;
  font-size: 22px;
}

.section {
  padding: 100px 0;
}

.muted {
  background: var(--soft);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: start;
}

.lead {
  color: var(--muted-ink);
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--gold-dark);
  font-weight: 800;
}

.section-head {
  max-width: 740px;
  margin-bottom: 42px;
}

.seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 54px;
  align-items: center;
}

.seo-copy {
  max-width: 760px;
}

.seo-copy h2 {
  margin: 0 0 18px;
  max-width: 720px;
}

.seo-copy p {
  color: var(--muted-ink);
}

.seo-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(184, 138, 54, .24);
  border-radius: 6px;
  background: #fff;
  color: #34413f;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(23, 32, 31, .05);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card,
.value-card,
.service-detail,
.contact-panel,
.contact-form,
.review-card,
.review-form {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 32, 31, .06);
  border-radius: 8px;
}

.service-card {
  min-height: 286px;
}

.flip-card {
  padding: 0;
  perspective: 1200px;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.flip-card-inner {
  position: relative;
  min-height: 286px;
  border-radius: 8px;
  transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.2, .75, .25, 1), box-shadow .25s ease;
  box-shadow: 0 18px 48px rgba(23, 32, 31, .06);
}

.flip-card:hover .flip-card-inner,
.flip-card:focus-within .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(180deg) translateY(-6px);
  box-shadow: var(--shadow);
}

.flip-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-front {
  justify-content: flex-start;
}

.flip-back {
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #17201f, #263a38);
  border-color: rgba(184, 138, 54, .34);
  transform: rotateY(180deg);
}

.flip-back h3,
.flip-back p {
  color: #fff;
}

.flip-back p {
  color: rgba(255, 255, 255, .78);
}

.flip-back a {
  width: fit-content;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--gold-dark);
  background: #fbf6ec;
  border: 1px solid rgba(184, 138, 54, .22);
  border-radius: 6px;
}

.icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card p,
.value-card p,
.service-detail p,
.why-copy p,
.cta p,
.page-hero p,
.footer p {
  color: var(--muted-ink);
}

.why {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.why-list {
  display: grid;
  gap: 14px;
}

.why-item {
  padding: 24px 0 24px 28px;
  border-left: 2px solid var(--gold);
  background: linear-gradient(90deg, rgba(184, 138, 54, .08), transparent);
}

.why-item strong,
.why-item span {
  display: block;
}

.why-item span {
  margin-top: 6px;
  color: var(--muted-ink);
}

.reviews-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.review-cards {
  display: grid;
  gap: 16px;
}

.review-card {
  padding: 28px;
}

.review-card p {
  color: var(--muted-ink);
}

.review-card strong {
  display: block;
  margin-top: 18px;
}

.stars {
  margin-bottom: 14px;
  color: var(--gold);
  letter-spacing: .08em;
  font-size: 18px;
}

.review-form {
  display: grid;
  gap: 12px;
  padding: 34px;
}

.review-form label {
  font-weight: 800;
  font-size: 14px;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  background: #fbfcfb;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus {
  border-color: rgba(184, 138, 54, .6);
  box-shadow: 0 0 0 4px rgba(184, 138, 54, .12);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 32, 31, .05);
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(184, 138, 54, .24);
  border-radius: 50%;
  color: var(--gold-dark);
  background: #fbf6ec;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted-ink);
}

.hidden-field {
  display: none;
}

.cta {
  background: linear-gradient(135deg, #17201f, #263a38);
  color: #fff;
}

.cta-inner {
  max-width: 820px;
  text-align: center;
}

.cta-inner .cta-actions {
  justify-content: center;
}

.page-hero {
  padding: 130px 0 80px;
  background:
    linear-gradient(135deg, rgba(246, 247, 244, .96), rgba(255, 255, 255, .88)),
    url("assets/hero-uae-business.png") center right / cover;
}

.page-hero h1 {
  color: var(--ink);
  font-size: clamp(42px, 5.2vw, 70px);
}

.page-hero p {
  max-width: 710px;
  font-size: 18px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.value-card {
  padding: 34px;
}

.value-card span {
  color: var(--gold);
  font-weight: 800;
}

.service-detail-list {
  display: grid;
  gap: 18px;
}

.service-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: start;
  padding: 34px;
}

.service-detail h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3vw, 38px);
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
}

.contact-panel,
.contact-form {
  padding: 34px;
}

.contact-links {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.contact-links a,
.contact-info {
  display: grid;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-weight: 800;
}

.contact-links span,
.contact-info span {
  color: var(--muted-ink);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form label {
  font-weight: 800;
  font-size: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  background: #fbfcfb;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(184, 138, 54, .6);
  box-shadow: 0 0 0 4px rgba(184, 138, 54, .12);
}

.footer {
  padding: 64px 0 26px;
  background: #111817;
  color: #fff;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #24d366, #128c7e);
  box-shadow: 0 18px 42px rgba(18, 140, 126, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(18, 140, 126, .34);
}

.floating-whatsapp svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .9fr;
  gap: 40px;
}

.footer .brand-mark {
  background: transparent;
  color: #fff;
}

.footer .brand-logo {
  width: 180px;
  background: #fff;
  padding: 8px 10px;
  border-radius: 6px;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, .68);
}

.footer a {
  display: block;
  margin: 8px 0;
}

.contact-icon,
.icon-btn {
  gap: 10px;
}

.contact-icon {
  display: flex;
  align-items: center;
}

.social-actions .icon-btn,
.footer-contact .contact-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
  gap: 0;
}

.social-actions .icon-btn {
  flex: 0 0 auto;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 8px;
}

.footer-contact h3 {
  width: 100%;
}

.footer-contact .contact-icon {
  justify-content: center;
  margin: 0;
}

.footer-hours {
  width: 100%;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.footer-contact .mini-icon,
.social-actions .mini-icon {
  margin: 0;
}

.mini-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(184, 138, 54, .22);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 255, 255, .06);
}

.mini-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-panel .mini-icon,
.btn-light .mini-icon {
  color: var(--gold-dark);
  background: #fbf6ec;
}

.contact-links a[href^="tel"],
.phone,
.phone-number {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] .contact-links a[href^="tel"],
html[dir="rtl"] .phone,
html[dir="rtl"] .phone-number {
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
}

.btn-gold .mini-icon,
.btn-outline .mini-icon {
  color: #fff;
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .12);
}

.footer h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 15px;
}

.copyright {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

html[dir="rtl"] .nav-menu {
  margin-left: 0;
  margin-right: auto;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  font-weight: 600;
  line-height: 1.35;
}

html[dir="rtl"] .eyebrow,
html[dir="rtl"] .btn,
html[dir="rtl"] .nav-menu,
html[dir="rtl"] .contact-form label,
html[dir="rtl"] .review-form label,
html[dir="rtl"] .contact-links a {
  font-weight: 500;
}

html[dir="rtl"] p,
html[dir="rtl"] .lead,
html[dir="rtl"] .hero-text,
html[dir="rtl"] .why-item span,
html[dir="rtl"] .review-card p {
  line-height: 1.95;
}

html[dir="rtl"] .hero-overlay {
  background:
    linear-gradient(270deg, rgba(20, 29, 28, .88) 0%, rgba(20, 29, 28, .66) 43%, rgba(20, 29, 28, .08) 100%),
    linear-gradient(0deg, rgba(20, 29, 28, .32), rgba(20, 29, 28, .06));
}

html[dir="rtl"] .hero-media {
  background-position: center left;
}

html[dir="rtl"] .why-item {
  padding: 24px 28px 24px 0;
  border-left: 0;
  border-right: 2px solid var(--gold);
  background: linear-gradient(270deg, rgba(184, 138, 54, .08), transparent);
}

html[dir="rtl"] .contact-icon,
html[dir="rtl"] .icon-btn {
  flex-direction: row-reverse;
}

html[dir="rtl"] .faq-item summary {
  font-weight: 500;
}

html[dir="rtl"] .floating-whatsapp {
  right: auto;
  left: 22px;
}

@keyframes heroDrift {
  from { transform: scale(1.02) translateX(0); }
  to { transform: scale(1.06) translateX(12px); }
}

@media (max-width: 980px) {
  .nav {
    min-height: 74px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu,
  .nav-actions {
    display: none;
  }

  .nav.open .nav-menu,
  .nav.open .nav-actions {
    display: grid;
    position: absolute;
    left: 20px;
    right: 20px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav.open .nav-menu {
    top: 78px;
    gap: 0;
    padding: 12px;
    border-radius: 8px 8px 0 0;
  }

  .nav.open .nav-menu a {
    padding: 13px 10px;
  }

  .nav.open .nav-actions {
    top: 258px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px;
    border-top: 0;
    border-radius: 0 0 8px 8px;
  }

  .hero {
    min-height: 650px;
  }

  .service-grid,
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .why,
  .seo-layout,
  .contact-grid,
  .reviews-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }

  .brand-copy small {
    font-size: 11px;
  }

  .brand-logo {
    width: 116px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(20, 29, 28, .9), rgba(20, 29, 28, .58));
  }

  .section {
    padding: 72px 0;
  }

  .hero-content {
    padding-top: 86px;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .social-actions .btn {
    width: 100%;
  }

  .social-actions .icon-btn {
    width: 52px;
    min-width: 52px;
  }

  .service-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .value-card,
  .service-detail,
  .contact-panel,
  .contact-form,
  .review-form,
  .review-card {
    padding: 24px;
  }

  .service-detail {
    grid-template-columns: 1fr;
  }

  .nav.open .nav-actions {
    grid-template-columns: 1fr;
    top: 258px;
  }

  .floating-whatsapp {
    width: 54px;
    height: 54px;
    right: 16px;
    bottom: 16px;
  }

  html[dir="rtl"] .floating-whatsapp {
    left: 16px;
  }
}
