:root {
  --navy: #0b162c;
  --navy-800: #12203d;
  --navy-700: #1a2b4d;
  --gold: #c5a059;
  --gold-soft: #d4b57a;
  --gold-deep: #9a7840;
  --cream: #f9f5f0;
  --paper: #fbf8f3;
  --white: #ffffff;
  --line: #e8e0d4;
  --muted: #6f6a62;
  --body: #2c2a26;
  --whatsapp: #25d366;
  --whatsapp-hover: #1ebe57;
  --shadow: 0 12px 36px rgba(11, 22, 44, 0.08);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --bs-primary: #0b162c;
  --bs-secondary: #c5a059;
  --bs-body-font-family: var(--sans);
  --bs-body-color: #2c2a26;
  --bs-body-bg: #fbf8f3;
  --bs-border-color: #e8e0d4;
  --bs-border-radius: 6px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  overflow-x: clip;
}

body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--paper);
  line-height: 1.7;
  overflow-x: clip;
  padding-top: 88px;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 2000;
  background: var(--navy);
  color: #fff;
  padding: 8px 14px;
}
.skip-link:focus { top: 12px; color: #fff; }

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.wa-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: -3px;
  flex-shrink: 0;
}
.wa-icon-lg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.btn .wa-icon,
.btn-whatsapp-header .wa-icon,
.icon-btn .wa-icon,
.float-whatsapp .wa-icon {
  margin-right: 0;
}
.process-m-step .num .wa-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: -2px;
}

h1, h2, .section-title, .hero-title {
  font-family: var(--serif);
  letter-spacing: -0.02em;
  color: var(--navy);
}

.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 14px;
}

.section { padding: 100px 0; }
.section-title {
  font-size: clamp(1.9rem, 3.4vw, 2.85rem);
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 16px;
}
.section-lead {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.75;
}
.section-header { margin-bottom: 48px; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
}
.reveal.is-visible,
[data-animate].is-inview .reveal {
  animation: fadeUp 0.75s var(--ease) forwards;
}
.reveal-left { transform: translateX(-36px); }
.reveal-right { transform: translateX(36px); }
[data-animate].is-inview .reveal-left { animation-name: fadeLeft; }
[data-animate].is-inview .reveal-right { animation-name: fadeRight; }
.delay-1 { animation-delay: 0.08s; }
.delay-2 { animation-delay: 0.16s; }
.delay-3 { animation-delay: 0.24s; }
.delay-4 { animation-delay: 0.32s; }
.delay-5 { animation-delay: 0.4s; }

[data-animate]:not(.is-inview) .section-header,
[data-animate]:not(.is-inview) .trust-item,
[data-animate]:not(.is-inview) .process-step,
[data-animate]:not(.is-inview) .process-m-step,
[data-animate]:not(.is-inview) .process-caption,
[data-animate]:not(.is-inview) .mid-cta-inner,
[data-animate]:not(.is-inview) .quote-card,
[data-animate]:not(.is-inview) .accordion-item {
  opacity: 0;
  transform: translateY(28px);
}
.final-cta:not(.is-inview) .container > * {
  opacity: 0;
  transform: translateY(28px);
}

[data-animate].is-inview .section-header {
  animation: fadeUp 0.7s var(--ease) forwards;
}
[data-animate].is-inview .trust-item,
[data-animate].is-inview .process-step,
[data-animate].is-inview .process-m-step,
[data-animate].is-inview .process-caption,
[data-animate].is-inview .mid-cta-inner,
[data-animate].is-inview .quote-card,
[data-animate].is-inview .accordion-item {
  animation: fadeUp 0.75s var(--ease) forwards;
}
.final-cta.is-inview .container > * {
  animation: fadeUp 0.75s var(--ease) forwards;
}

.trust-bar.is-inview .col-6:nth-child(1) .trust-item { animation-delay: 0.04s; }
.trust-bar.is-inview .col-6:nth-child(2) .trust-item { animation-delay: 0.12s; }
.trust-bar.is-inview .col-6:nth-child(3) .trust-item { animation-delay: 0.2s; }
.trust-bar.is-inview .col-6:nth-child(4) .trust-item { animation-delay: 0.28s; }

.process-section.is-inview .process-flow .col:nth-child(1) .process-step { animation-delay: 0.08s; }
.process-section.is-inview .process-flow .col:nth-child(2) .process-step { animation-delay: 0.16s; }
.process-section.is-inview .process-flow .col:nth-child(3) .process-step { animation-delay: 0.24s; }
.process-section.is-inview .process-flow .col:nth-child(4) .process-step { animation-delay: 0.32s; }
.process-section.is-inview .process-flow .col:nth-child(5) .process-step { animation-delay: 0.4s; }
.process-section.is-inview .process-caption { animation-delay: 0.5s; }
.process-section.is-inview .process-m-step:nth-child(2) { animation-delay: 0.08s; }
.process-section.is-inview .process-m-step:nth-child(3) { animation-delay: 0.16s; }
.process-section.is-inview .process-m-step:nth-child(4) { animation-delay: 0.24s; }
.process-section.is-inview .process-m-step:nth-child(5) { animation-delay: 0.32s; }
.process-section.is-inview .process-m-step:nth-child(6) { animation-delay: 0.4s; }

.faq-section.is-inview .accordion-item:nth-child(1) { animation-delay: 0.08s; }
.faq-section.is-inview .accordion-item:nth-child(2) { animation-delay: 0.14s; }
.faq-section.is-inview .accordion-item:nth-child(3) { animation-delay: 0.2s; }
.faq-section.is-inview .accordion-item:nth-child(4) { animation-delay: 0.26s; }
.faq-section.is-inview .accordion-item:nth-child(5) { animation-delay: 0.32s; }
.faq-section.is-inview .accordion-item:nth-child(6) { animation-delay: 0.38s; }

.final-cta.is-inview .container > *:nth-child(1) { animation-delay: 0.04s; }
.final-cta.is-inview .container > *:nth-child(2) { animation-delay: 0.12s; }
.final-cta.is-inview .container > *:nth-child(3) { animation-delay: 0.2s; }
.final-cta.is-inview .container > *:nth-child(4) { animation-delay: 0.28s; }
.final-cta.is-inview .container > *:nth-child(5) { animation-delay: 0.36s; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(-36px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeRight {
  from { opacity: 0; transform: translateX(36px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes pulseSoft {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.38); }
  70% { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
}
@keyframes goldDraw {
  0%, 100% { transform: scaleX(0.2); opacity: 0.5; }
  50% { transform: scaleX(1); opacity: 1; }
}

.btn {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  border-radius: 4px;
  padding: 13px 22px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn .btn-arrow {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.25s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:hover .btn-arrow { transform: translateX(4px); }
.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border: 1px solid var(--gold);
}
.btn-gold:hover,
.btn-gold:focus {
  background: var(--gold-soft);
  color: var(--navy);
  border-color: var(--gold-soft);
  box-shadow: 0 10px 24px rgba(197, 160, 89, 0.28);
}

.btn-navy {
  background: var(--navy);
  color: #fff;
  border: 1px solid var(--navy);
}
.btn-navy:hover,
.btn-navy:focus {
  background: var(--navy-700);
  color: #fff;
  border-color: var(--navy-700);
}

.btn-outline-navy {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--navy);
}
.btn-outline-navy:hover,
.btn-outline-navy:focus {
  background: var(--navy);
  color: #fff;
}

.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
  border: 1px solid var(--whatsapp);
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.92rem;
}
.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background: var(--whatsapp-hover);
  color: #fff;
  border-color: var(--whatsapp-hover);
}

.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
}
.icon-btn:hover { color: #fff; background: var(--whatsapp-hover); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1080;
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.site-header .navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: padding 0.3s ease;
}
.site-header .navbar .container {
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.site-header.is-scrolled {
  background: #fff;
  box-shadow: 0 8px 28px rgba(11, 22, 44, 0.08);
}
.site-header.is-scrolled .navbar {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.header-actions .btn {
  white-space: nowrap;
  padding: 10px 16px;
}
.btn-whatsapp,
.btn-whatsapp-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-whatsapp-header {
  background: var(--navy);
  color: #fff;
  border: 1px solid var(--navy);
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.88rem;
}
.btn-whatsapp-header:hover,
.btn-whatsapp-header:focus {
  background: var(--navy-700);
  color: #fff;
  border-color: var(--navy-700);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0;
}
.navbar-brand:hover,
.navbar-brand:focus { color: inherit; }
.brand-logo {
  display: block;
  height: 42px;
  width: auto;
  max-width: min(180px, 44vw);
  object-fit: contain;
  background: transparent;
}

.nav-link {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy) !important;
  padding: 8px 10px !important;
  position: relative;
  white-space: nowrap;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.nav-link:hover::after,
.nav-link.active::after { transform: scaleX(1); }

.header-whatsapp-mobile { display: none; }
.navbar-toggler {
  border: 1px solid var(--line);
  padding: 8px 10px;
  box-shadow: none;
}
.navbar-toggler:focus { box-shadow: none; outline: 2px solid var(--gold); }
.hamburger,
.hamburger::before,
.hamburger::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
}
.hamburger { position: relative; }
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}
.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }

.offcanvas { background: var(--paper); width: min(340px, 92vw); }
.offcanvas-title .brand-logo { height: 40px; }
.offcanvas .nav-link {
  font-size: 0.95rem;
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--line);
}
.offcanvas .nav-link::after { display: none; }

.hero {
  padding: 56px 0 0;
  background: linear-gradient(180deg, #fbf8f3 0%, #f3ece3 100%);
  overflow: hidden;
}
.hero-eyebrow { animation: fadeIn 0.7s ease both; }
.hero-title {
  font-size: clamp(2.15rem, 4.6vw, 3.6rem);
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 20px;
  animation: fadeUp 0.8s 0.1s var(--ease) both;
}
.hero-copy {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 520px;
  margin-bottom: 28px;
  animation: fadeIn 0.8s 0.25s ease both;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
  animation: fadeIn 0.7s 0.4s ease both;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  animation: fadeIn 0.7s 0.52s ease both;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--navy);
}
.hero-trust-item svg { color: var(--gold); flex-shrink: 0; }
.hero-dot {
  width: 8px;
  height: 8px;
  background: var(--gold);
  flex-shrink: 0;
}

.google-rating {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding: 12px 18px 12px 12px;
  background: linear-gradient(135deg, rgba(197, 160, 89, 0.12), rgba(242, 235, 225, 0.55));
  border: 1px solid rgba(197, 160, 89, 0.32);
  border-left: 3px solid var(--gold);
  animation: fadeIn 0.7s 0.62s ease both;
}
.google-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(11, 22, 44, 0.18);
}
.google-g { display: block; }
.google-score {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.google-score strong {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: var(--navy);
}
.google-stars {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 1.6px;
  line-height: 1;
}
.google-sep {
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  flex-shrink: 0;
}
.google-meta strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.1;
}
.google-meta span {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-pill {
  position: absolute;
  right: 16px;
  bottom: 18px;
  background: var(--navy);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 2;
}

.hero-visual-wrap {
  position: relative;
  animation: fadeUp 0.9s 0.3s var(--ease) both;
}
.hero-visual {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  box-shadow: 0 28px 60px rgba(11, 22, 44, 0.16);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  will-change: transform;
}
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 14px 16px;
  max-width: 220px;
  animation: fadeIn 0.7s 0.85s ease both;
}
.float-card strong {
  display: block;
  font-size: 0.84rem;
  color: var(--navy);
}
.float-card span {
  font-size: 0.76rem;
  color: var(--muted);
}
.float-card-1 {
  left: 16px;
  top: 18px;
  bottom: auto;
  animation: fadeIn 0.7s 0.85s ease both, floaty 5s 1.7s ease-in-out infinite;
}
.float-card-2 { display: none; }

.trust-bar {
  background: #f2ebe1;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  margin-top: 56px;
}
.trust-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.trust-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-deep);
  flex-shrink: 0;
}
.trust-item h3 {
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--navy);
}
.trust-item p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}

.process-section {
  background: var(--navy);
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.process-bg {
  position: absolute;
  inset: -18% 0;
  background: url("../images/dubai-skyline-navy.jpg") center / cover no-repeat;
  opacity: 0.16;
  pointer-events: none;
  will-change: transform;
}
.process-section .container { position: relative; z-index: 1; }
.process-section .eyebrow { color: var(--gold-soft); }
.process-section .section-title { color: #fff; }
.process-section .section-lead { color: rgba(255, 255, 255, 0.68); }

.process-flow { position: relative; }
.process-track {
  position: absolute;
  top: 36px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  overflow: visible;
}
.process-track-progress {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, transparent, var(--gold));
  box-shadow: 0 0 10px rgba(197, 160, 89, 0.45);
  transition: width 0.08s linear;
}
.process-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 6px rgba(197, 160, 89, 0.18), 0 0 16px rgba(197, 160, 89, 0.5);
  transition: left 0.08s linear;
}

.process-step { position: relative; z-index: 1; text-align: center; padding: 0 8px; }
.process-num {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--navy-800);
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  transition: 0.35s ease;
}
.process-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 12px;
  color: var(--gold-soft);
  transition: transform 0.35s var(--ease);
}
.process-step h3 {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 6px;
}
.process-step h4 {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.process-step p {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.58);
  margin: 0 auto;
  max-width: 190px;
  opacity: 0.75;
}
.process-step .accent-line {
  width: 24px;
  height: 1px;
  background: var(--gold);
  margin: 8px auto 10px;
  transform: scaleX(0);
  transition: transform 0.35s var(--ease);
}
.process-step.is-active .process-num {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  transform: scale(1.08);
  animation: processPulse 1.6s ease-out infinite;
}
.process-step.is-active .process-icon { transform: scale(1.14); color: var(--gold); }
.process-step.is-active p { color: rgba(255, 255, 255, 0.82); opacity: 1; }
.process-step.is-active .accent-line { transform: scaleX(1); }

@keyframes processPulse {
  0% { box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.45); }
  70% { box-shadow: 0 0 0 12px rgba(197, 160, 89, 0); }
  100% { box-shadow: 0 0 0 0 rgba(197, 160, 89, 0); }
}

.process-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 36px 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.38);
}
.process-caption [data-flow] {
  transition: color 0.35s ease, transform 0.35s ease;
}
.process-caption [data-flow].is-on {
  color: var(--gold-soft);
  transform: translateY(-1px);
}
.process-caption .cap-arrow {
  color: rgba(197, 160, 89, 0.45);
}

.process-mobile { position: relative; padding-left: 26px; }
.process-mobile::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.process-mobile-progress {
  position: absolute;
  left: 6px;
  top: 8px;
  width: 1px;
  height: 0;
  background: var(--gold);
}
.process-m-step {
  position: relative;
  padding: 0 0 28px 20px;
}
.process-m-step:last-child { padding-bottom: 0; }
.process-m-step::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--navy);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.process-m-step.is-active::before {
  background: var(--gold);
  border-color: var(--gold);
}
.process-m-step .num {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--gold-soft);
}
.process-m-step h3 { color: #fff; font-family: var(--serif); }
.process-m-step p { color: rgba(255, 255, 255, 0.65) !important; }

.about-visual { position: relative; overflow: hidden; }
.about-visual img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  min-height: 380px;
  box-shadow: var(--shadow);
  transform: scale(1.12);
  will-change: transform;
}
.about-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: var(--navy);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
}
.about-copy p { color: var(--muted); margin-bottom: 14px; }
.about-points {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}
.about-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-weight: 600;
  color: var(--navy);
}
.check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.18);
  color: var(--gold-deep);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}

.service-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px 24px 22px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 12px;
}
.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s var(--ease);
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: #d8cbb8;
}
.service-card:hover::before { transform: scaleY(1); }
.service-card:hover .service-icon { transform: scale(1.1); }
.service-card:hover .learn-more .btn-arrow { transform: translateX(5px); }
.service-num {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--gold-deep);
  margin-bottom: 12px;
}
.service-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  color: var(--gold-deep);
  transition: transform 0.3s var(--ease);
  grid-column: 2;
  grid-row: 1;
}
.service-card h3,
.service-card p,
.service-card .learn-more {
  grid-column: 1 / -1;
}
.service-card h3 {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-card p {
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 18px;
}
.learn-more {
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}
.learn-more .btn-arrow {
  display: inline-block;
  transition: transform 0.25s var(--ease);
}

.mid-cta { padding: 0 0 20px; }
.mid-cta-inner {
  background: var(--navy);
  color: #fff;
  padding: 42px 48px;
  position: relative;
}
.mid-cta-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--gold);
}
.mid-cta-inner h2 {
  font-family: var(--serif);
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  margin-bottom: 8px;
}
.mid-cta-inner p { color: rgba(255, 255, 255, 0.7); margin: 0; }

.legal-section {
  background: var(--navy);
  color: #fff;
}
.legal-section .eyebrow { color: var(--gold-soft); }
.legal-section .section-title { color: #fff; }
.legal-section .section-lead { color: rgba(255,255,255,.68); }
.legal-card {
  height: 100%;
  background: transparent;
  border: 1px solid rgba(255,255,255,.12);
  padding: 26px 22px;
  transition: transform 0.3s var(--ease), border-color 0.3s ease, background 0.3s ease;
}
.legal-card:hover {
  transform: translateY(-5px);
  border-color: rgba(197,160,89,.45);
  background: rgba(255,255,255,.03);
}
.legal-card h3 {
  font-family: var(--serif);
  font-size: 1.18rem;
  margin: 14px 0 8px;
  color: #fff;
}
.legal-card p {
  color: rgba(255,255,255,.68);
  margin-bottom: 16px;
  font-size: 0.92rem;
}
.legal-card .learn-more { color: var(--gold-soft); }

.why-section { background: var(--paper); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.why-item {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.why-item h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  margin: 12px 0 6px;
}
.why-item p { color: var(--muted); margin: 0; font-size: 0.9rem; }
.why-icon {
  width: 36px;
  height: 36px;
  color: var(--gold-deep);
}

.journey-section { background: #f2ebe1; }
.journey-flow {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.journey-card {
  background: #fff;
  border: 1px solid var(--line);
  min-width: 140px;
  flex: 1;
  padding: 18px 14px;
  text-align: left;
}
.journey-card span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: var(--gold-deep);
  font-weight: 700;
  margin-bottom: 8px;
}
.journey-card strong {
  font-size: 0.92rem;
  color: var(--navy);
}
.journey-arrow {
  display: flex;
  align-items: center;
  color: var(--gold-deep);
  font-size: 1.1rem;
}

.quote-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 40px 36px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 16px; }
.quote-card p {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.5;
  font-style: italic;
  color: var(--navy);
  margin-bottom: 22px;
}
.quote-person {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-soft);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.78rem;
}
.quote-person strong { display: block; font-size: 0.92rem; }
.quote-person span { font-size: 0.78rem; color: var(--muted); }
#testimonialsCarousel { padding: 0 56px; }
.carousel-control-prev,
.carousel-control-next {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev { left: 0; }
.carousel-control-next { right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 12px;
  height: 12px;
}

.faq-section { background: var(--cream); }
.accordion-item {
  background: #fff;
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-button {
  font-weight: 600;
  color: var(--navy);
  background: #fff;
  box-shadow: none !important;
  padding: 16px 18px;
}
.accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--navy);
  border-left: 3px solid var(--gold);
}
.accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.25rem;
  width: auto;
  height: auto;
  transform: none;
  color: var(--gold-deep);
}
.accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
  background-image: none;
}
.accordion-body { color: var(--muted); padding: 0 18px 16px; }

.contact-section {
  background: #f2ebe1;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.enquiry-form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 32px;
  height: 100%;
  box-shadow: var(--shadow);
}
.form-label {
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--navy);
}
.form-control,
.form-select {
  border: 1px solid #e0d8cc;
  border-radius: 4px;
  padding: 12px 14px;
  min-height: 48px;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.16);
}
textarea.form-control { min-height: 110px; }
.contact-method {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.contact-method h3 { font-size: 0.95rem; margin-bottom: 2px; }
.contact-method p,
.contact-method a { margin: 0; color: var(--muted); font-size: 0.9rem; }
.trust-note {
  margin-top: 18px;
  font-size: 0.86rem;
  color: var(--muted);
  display: flex;
  gap: 8px;
  align-items: center;
}
.form-whatsapp {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.form-whatsapp p { margin-bottom: 8px; color: var(--muted); font-size: 0.88rem; }
.form-success { display: none; text-align: center; padding: 24px 8px; }
.form-success.is-visible { display: block !important; }
.map-panel {
  margin: 40px 0 0;
  background: #fff;
  overflow: hidden;
}
.map-panel-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--line);
}
.map-panel-bar strong {
  color: var(--navy);
  font-size: 0.92rem;
}
.map-panel-bar span {
  color: var(--muted);
  font-size: 0.86rem;
  flex: 1;
  min-width: 200px;
}
.map-panel-bar a {
  color: var(--navy);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.map-wrap {
  overflow: hidden;
  height: 280px;
  margin: 0;
  padding: 0;
}
.map-wrap iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
  filter: grayscale(0.25) contrast(1.05);
}

.final-cta {
  position: relative;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.final-cta-bg {
  position: absolute;
  inset: 0;
  background: url("../images/dubai-skyline-navy.jpg") center / cover no-repeat;
  opacity: 0.28;
  transform: scale(1.08);
  will-change: transform;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 22, 44, 0.94), rgba(11, 22, 44, 0.62));
  z-index: 1;
}
.final-cta .container { position: relative; z-index: 2; }
.final-cta h2 { color: #fff; }
.final-cta p { color: rgba(255, 255, 255, 0.74); max-width: 540px; }
.gold-line {
  width: 80px;
  height: 2px;
  background: var(--gold);
  margin: 16px 0 22px;
  transform-origin: left;
  animation: goldDraw 4.5s ease-in-out infinite;
}

.site-footer {
  background: #08111f;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 64px;
}
.site-footer h4 {
  color: #fff;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: rgba(255, 255, 255, 0.68); font-size: 0.9rem; }
.site-footer a:hover { color: var(--gold-soft); }
.site-footer .brand-logo {
  height: 52px;
  max-width: 240px;
  background: transparent;
  filter: none;
}
.footer-brand p { margin-top: 14px; max-width: 280px; font-size: 0.9rem; }
.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(197, 160, 89, 0.35);
  color: var(--gold-soft);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s var(--ease);
}
.footer-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding: 16px 0;
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom button {
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.68);
  padding: 0;
}
.footer-bottom button:hover { color: var(--gold-soft); }

.float-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1090;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.float-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(11, 22, 44, 0.16);
  transition: transform 0.25s var(--ease), background 0.25s ease, color 0.25s ease;
}
.float-btn:hover { transform: translateY(-2px); }
.float-call {
  background: var(--navy);
  color: #fff;
  padding: 12px 18px;
  box-shadow: 0 10px 24px rgba(11, 22, 44, 0.28);
}
.float-call:hover { color: #fff; background: var(--navy-700); }
.float-whatsapp {
  background: var(--whatsapp);
  color: #fff;
  padding: 12px 18px;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.38);
  animation: pulseSoft 2.8s ease-out infinite;
}
.float-whatsapp:hover {
  color: #fff;
  background: var(--whatsapp-hover);
}

.modal-content { border: 0; border-radius: 0; }
.modal-header,
.modal-footer { border-color: var(--line); }
.modal-body { color: var(--muted); }

@media (max-width: 1199.98px) {
  .float-card-1 { left: 10px; }
}

@media (max-width: 991.98px) {
  .why-grid { grid-template-columns: 1fr 1fr; }
  .journey-arrow { display: none; }
  .section,
  .process-section { padding: 80px 0; }
  .header-actions { display: none !important; }
  .header-whatsapp-mobile { display: none; }
  .hero { padding-top: 28px; }
  .trust-bar { margin-top: 40px; }
  .float-card { max-width: 180px; }
  .mid-cta-inner { padding: 32px 22px; }
  #testimonialsCarousel { padding: 0; }
  .carousel-control-prev,
  .carousel-control-next { display: none; }
  .enquiry-form { padding: 22px 18px; height: auto; }
  .map-wrap,
  .map-wrap iframe { height: 220px; }
}

@media (max-width: 767.98px) {
  .why-grid { grid-template-columns: 1fr; }
  body { padding-top: 66px; }
  .section,
  .process-section { padding: 64px 0; }
  .brand-logo { height: 34px; max-width: min(160px, 55vw); }
  .site-header .navbar { padding-top: 10px; padding-bottom: 10px; }
  .hero-title { font-size: 2rem; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .float-card { display: none; }
  .hero-pill { display: none; }
  .about-visual img { min-height: 260px; aspect-ratio: 4 / 3; }
  .faq-section .section-title { margin-bottom: 28px; }
  .float-actions {
    right: 14px;
    bottom: calc(16px + env(safe-area-inset-bottom));
  }
  .float-call,
  .float-whatsapp {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .float-call .label,
  .float-whatsapp .label { display: none; }
  .float-whatsapp .wa-icon {
    width: 22px;
    height: 22px;
    margin: 0;
  }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 575.98px) {
  .hero { padding-top: 16px; }
  .trust-item { flex-direction: column; gap: 8px; }
  .trust-item h3 { font-size: 0.84rem; }
  .mid-cta-inner .btn { width: 100%; }
  .section-title { font-size: 1.75rem; }
  .google-rating {
    width: 100%;
    justify-content: flex-start;
  }
  .brand-logo { height: 30px; max-width: min(140px, 50vw); }
  body { padding-top: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal,
  [data-animate]:not(.is-inview) .section-header,
  [data-animate]:not(.is-inview) .trust-item,
  [data-animate]:not(.is-inview) .process-step,
  [data-animate]:not(.is-inview) .process-m-step,
  [data-animate]:not(.is-inview) .process-caption,
  [data-animate]:not(.is-inview) .mid-cta-inner,
  [data-animate]:not(.is-inview) .quote-card,
  [data-animate]:not(.is-inview) .accordion-item,
  .final-cta:not(.is-inview) .container > * {
    opacity: 1;
    transform: none;
  }
  .process-step.is-active .process-num { animation: none; }
  .float-card-1 { animation: none; }
}
