:root {
  --black: #0a0a0a;
  --jet: #111111;
  --gold: #c9a227;
  --gold-2: #e0b846;
  --charcoal: #666666;
  --soft: #f6f6f4;
  --line: #e8e5de;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(17, 17, 17, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--jet);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }
.section { padding: 72px 0; }
.section-soft { background: linear-gradient(180deg, #fff, #f8f8f6); }
.center { text-align: center; }
.section-title { font-size: clamp(30px, 4vw, 44px); line-height: 1.15; margin: 8px 0 18px; }
.title-line { width: 70px; height: 3px; background: var(--gold); margin: 0 auto 28px; }
.section-intro { max-width: 780px; margin: 0 auto 34px; color: var(--charcoal); }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #111; }
.btn-dark { background: #050505; color: #fff; border-color: #333; }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.65); background: rgba(0,0,0,.25); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(5,5,5,.94); color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.topbar { border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(90deg, rgba(201,162,39,.08), rgba(255,255,255,.02), rgba(201,162,39,.06)); font-size: 12px; color: rgba(255,255,255,.78); }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.topbar-contact, .topbar-hours { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.topbar-contact a, .topbar-hours { white-space: nowrap; }
.topbar-contact a { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.84); transition: color .2s ease; }
.topbar-contact a + a { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.16); }
.topbar-contact a:hover { color: #fff; }
.topbar-hours { color: rgba(255,255,255,.72); }
.topbar .icon { width: 16px; height: 16px; padding: 2px; color: var(--gold); border: 1px solid rgba(201,162,39,.42); border-radius: 50%; background: rgba(201,162,39,.08); }
.navbar { height: 78px; display: flex; align-items: center; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 220px; height: 58px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 220px; height: 58px; object-fit: contain; object-position: left center; }
.nav-menu { display: flex; align-items: center; gap: 23px; font-size: 12px; font-weight: 700; }
.nav-menu a { color: rgba(255,255,255,.9); position: relative; }
.nav-menu > a { white-space: nowrap; }
.nav-menu a.is-active, .nav-menu a:hover { color: var(--gold); }
.nav-menu a.is-active::after { content: ""; position: absolute; left: 0; bottom: -18px; width: 34px; height: 2px; background: var(--gold); }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; }
.menu-toggle span { display: block; height: 2px; margin: 7px 5px; background: #fff; }

.hero { min-height: 540px; color: #fff; background-image: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 37%, rgba(0,0,0,.2) 74%), url('/public/images/dubai-hero.png'); background-size: cover; background-position: center; display: flex; align-items: center; }
.hero-content { padding-top: 18px; }
.hero-content > * { max-width: 620px; }
.hero h1 { font-size: clamp(38px, 4.4vw, 56px); line-height: 1.12; margin: 0 0 18px; text-transform: uppercase; font-weight: 500; }
.hero h1 strong { color: var(--gold); display: block; font-weight: 900; }
.hero p { color: rgba(255,255,255,.88); font-size: 18px; max-width: 570px; }
.hero-actions { margin-top: 28px; display: flex; gap: 16px; flex-wrap: wrap; }
.slider-dots { display: flex; gap: 18px; margin-top: 40px; }
.slider-dots span { width: 28px; height: 3px; background: rgba(255,255,255,.65); }
.slider-dots span:first-child { background: var(--gold); }

.stats-strip { background: #050505; color: #fff; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { display: flex; align-items: center; gap: 20px; padding: 26px 34px; border-right: 1px solid rgba(255,255,255,.18); }
.stat:last-child { border-right: 0; }
.stat .icon { color: var(--gold); width: 42px; height: 42px; }
.stat strong { display: block; font-size: 25px; line-height: 1; }
.stat span { color: rgba(255,255,255,.72); font-size: 13px; }

.trusted { background: #fff; border-bottom: 1px solid var(--line); }
.compact-trusted { border-top: 1px solid var(--line); }
.trusted-inner { height: 96px; display: grid; grid-template-columns: 210px repeat(6, 1fr); align-items: center; gap: 18px; }
.trusted-title { font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.trusted-logo { min-height: 48px; display: flex; align-items: center; justify-content: center; border-left: 1px solid var(--line); color: #333; font-weight: 800; text-align: center; }
.trusted-logo:nth-child(3n) { color: var(--gold); }

.cards-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 32px 20px; text-align: center; box-shadow: var(--shadow); transition: transform .22s ease, border-color .22s ease; min-height: 220px; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(201,162,39,.5); }
.service-card .icon { width: 52px; height: 52px; margin: 0 auto 18px; color: #111; stroke-width: 1.4; }
.service-card h3 { margin: 0 0 10px; font-size: 16px; }
.service-card p { font-size: 13px; color: var(--charcoal); margin: 0 0 14px; }
.service-card .learn { color: var(--gold); font-weight: 800; font-size: 13px; }
.subservice-card .learn { display: inline-flex; margin-top: 10px; color: var(--gold); font-weight: 900; font-size: 13px; }
.service-requirements-panel { margin-top: 30px; }
.requirements-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }

.process-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; position: relative; }
.process-step { text-align: center; position: relative; }
.process-circle { width: 82px; height: 82px; margin: 0 auto 18px; border-radius: 50%; background: #050505; color: #fff; border: 6px solid #f2f0eb; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.process-circle .icon { color: var(--gold); width: 34px; height: 34px; }
.process-step b { display: block; color: var(--gold); font-size: 24px; }
.process-step h3 { margin: 3px 0 8px; font-size: 17px; }
.process-step p { margin: 0; color: var(--charcoal); font-size: 14px; }

.split { display: grid; grid-template-columns: 1fr 390px 1fr; gap: 40px; align-items: center; }
.about-image { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 5; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.check-list { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: #333; }
.check-list .icon { width: 19px; min-width: 19px; color: var(--gold); margin-top: 2px; }
.why-card { background: #fbfaf7; border: 1px solid var(--line); padding: 34px; border-radius: 8px; }
.why-item { display: flex; gap: 18px; margin-bottom: 24px; }
.why-item .icon { width: 42px; height: 42px; color: var(--gold); border: 1px solid rgba(201,162,39,.5); border-radius: 50%; padding: 8px; }
.why-item h3 { margin: 0 0 4px; font-size: 16px; }
.why-item p { margin: 0; color: var(--charcoal); font-size: 14px; }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial { border: 1px solid var(--line); border-radius: 8px; padding: 34px; box-shadow: var(--shadow); background: #fff; }
.quote-mark { color: var(--gold); font-size: 58px; line-height: .6; font-weight: 900; }
.person { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #111, var(--gold)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.person strong { display: block; }
.person span { color: var(--charcoal); font-size: 12px; }

.cta-band { background: radial-gradient(circle at 12% 50%, rgba(201,162,39,.18), transparent 16%), #050505; color: #fff; border-top: 1px solid #222; }
.cta-band-inner { min-height: 140px; display: flex; align-items: center; gap: 28px; justify-content: space-between; }
.cta-icon { width: 78px; height: 78px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); display: flex; align-items: center; justify-content: center; }
.cta-icon .icon { width: 38px; height: 38px; }
.cta-band h2 { margin: 0; font-size: 28px; }
.cta-band p { margin: 4px 0 0; color: rgba(255,255,255,.76); }
.cta-actions { display: grid; gap: 12px; text-align: center; }

.footer { background: #0b0b0b; color: rgba(255,255,255,.78); padding: 48px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 50px; }
.footer-logo { width: 190px; margin-bottom: 18px; }
.footer h3 { color: #fff; font-size: 14px; text-transform: uppercase; margin: 0 0 18px; }
.footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.74); font-size: 14px; }
.footer p { font-size: 14px; margin: 0 0 10px; }
.footer p .icon { width: 17px; height: 17px; color: var(--gold); vertical-align: middle; }
.socials { display: flex; gap: 9px; }
.socials span { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); display: flex; align-items: center; justify-content: center; font-size: 11px; }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; font-size: 12px; }
.footer-legal { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.footer .footer-legal a { display: inline-flex; margin: 0; font-size: 12px; }

.page-hero { background: linear-gradient(rgba(0,0,0,.78), rgba(0,0,0,.82)), url('/public/images/dubai-hero.png') center/cover; color: #fff; padding: 82px 0; text-align: center; }
.page-hero h1 { margin: 0; font-size: clamp(34px, 5vw, 52px); text-transform: uppercase; }
.breadcrumb { margin-top: 10px; color: rgba(255,255,255,.72); font-size: 13px; }
.inner-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: start; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 34px; }
.black-panel { background: #050505; color: #fff; }
.black-panel .stat { padding: 22px; }
.service-detail-hero { display: grid; grid-template-columns: 1fr 470px; gap: 38px; align-items: center; }
.service-detail-hero img { border-radius: 8px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.columns-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mini-card { border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: #fff; }
.mini-card .icon { color: var(--gold); width: 38px; height: 38px; }
.subservice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.subservice-card { border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: #fff; box-shadow: var(--shadow); min-height: 190px; }
.subservice-card .icon { width: 30px; height: 30px; color: var(--gold); margin-bottom: 14px; }
.subservice-card h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.25; }
.subservice-card p { margin: 0; color: var(--charcoal); font-size: 14px; }
.service-accordion-list { display: grid; gap: 18px; }
.service-detail-group { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: var(--shadow); }
.service-detail-group-head { display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; align-items: center; }
.service-detail-group-head .icon { width: 42px; height: 42px; color: var(--gold); }
.service-detail-group-head h3 { margin: 0 0 4px; font-size: 22px; }
.service-detail-group-head p { margin: 0; color: var(--charcoal); }
.subservice-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.subservice-tags span { border: 1px solid rgba(201,162,39,.28); background: #fffdf7; border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 800; color: #333; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.faq-question { width: 100%; background: #fff; border: 0; padding: 20px 22px; text-align: left; font-weight: 900; cursor: pointer; }
.faq-answer { display: none; padding: 0 22px 20px; color: var(--charcoal); }
.faq-item.is-open .faq-answer { display: block; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; }
.contact-form { display: grid; gap: 15px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; font-size: 13px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; min-height: 46px; padding: 12px 14px; font: inherit; background: #fff; }
.contact-form textarea { resize: vertical; }
.notice { padding: 14px 18px; border-radius: 8px; margin-bottom: 18px; }
.notice.success { background: #effaf0; color: #176327; border: 1px solid #bfe6c4; }
.notice.error { background: #fff3f3; color: #8b1d1d; border: 1px solid #f0c1c1; }
.blog-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { border: 1px solid var(--line); padding: 28px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); display: flex; flex-direction: column; min-height: 285px; }
.blog-card h2 { font-size: 22px; line-height: 1.25; margin: 14px 0 12px; }
.blog-card p { color: var(--charcoal); margin: 0 0 22px; }
.blog-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--gold); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; }
.blog-meta span { border: 1px solid rgba(201,162,39,.28); border-radius: 999px; padding: 5px 10px; background: #fffdf7; }
.blog-card-actions { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.muted-link { color: #444; }
.blog-featured { display: grid; grid-template-columns: 1fr 460px; gap: 46px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 34px; box-shadow: var(--shadow); }
.blog-featured img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 42px; align-items: start; }
.article-content { max-width: 820px; }
.article-content h1 { font-size: clamp(36px, 5vw, 58px); line-height: 1.1; margin: 18px 0; }
.article-content h2 { font-size: 30px; margin-top: 36px; }
.article-content p { font-size: 18px; color: #333; }
.article-content .lead { font-size: 22px; color: #222; font-weight: 650; }
.article-callout { margin: 30px 0; padding: 24px; border-left: 4px solid var(--gold); background: #fbfaf7; display: grid; gap: 8px; }
.article-callout strong { font-size: 20px; }
.article-callout span { color: var(--charcoal); }
.article-callout a, .article-side-link, .service-mini-link { color: var(--gold); font-weight: 900; }
.article-sidebar { position: sticky; top: 130px; }
.article-side-link { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); color: #111; }
.service-mini-link { display: flex; align-items: center; gap: 12px; color: #111; padding: 16px; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 24px; }
.service-mini-link .icon { color: var(--gold); }
.related-blog-row { display: grid; gap: 10px; margin: 14px 0 28px; }
.blog-chip { display: block; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-weight: 800; }
.blog-chip:hover { border-color: var(--gold); color: var(--gold); }
.pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.pagination a { min-width: 42px; min-height: 42px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; background: #fff; }
.pagination a:hover, .pagination a.is-current { background: #050505; color: #fff; border-color: #050505; }
.article-list { margin: 20px 0 28px; padding-left: 0; list-style: none; display: grid; gap: 12px; }
.article-list li { padding-left: 30px; position: relative; color: #333; font-size: 17px; }
.article-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(201,162,39,.12); }
.inline-link { color: var(--gold); font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.article-faqs { margin: 20px 0 30px; }
.error-page { min-height: 62vh; display: grid; place-items: center; text-align: center; background: linear-gradient(rgba(0,0,0,.78), rgba(0,0,0,.8)), url('/public/images/dubai-hero.png') center/cover; color: #fff; }
.error-page h1 { font-size: clamp(82px, 16vw, 160px); color: var(--gold); margin: 0; line-height: 1; }
.reveal { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .topbar-inner { justify-content: center; }
  .topbar-hours { display: none; }
  .nav-menu { position: fixed; left: 20px; right: 20px; top: 104px; display: none; flex-direction: column; align-items: stretch; background: #080808; border: 1px solid #222; border-radius: 8px; padding: 22px; }
  .nav-menu.is-open { display: flex; }
  .nav-menu a.is-active::after { display: none; }
  .menu-toggle { display: block; }
  .cards-grid { grid-template-columns: repeat(3, 1fr); }
  .split, .service-detail-hero, .inner-grid, .contact-layout, .blog-featured, .article-layout { grid-template-columns: 1fr; }
  .subservice-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid, .trusted-inner { grid-template-columns: repeat(2, 1fr); height: auto; }
  .trusted-title { padding: 20px 0; }
}
@media (max-width: 760px) {
  .topbar { display: none; }
  .navbar { height: 72px; }
  .brand { width: 170px; }
  .hero { min-height: 600px; background-position: 58% center; }
  .stats-grid, .cards-grid, .process-row, .testimonials, .footer-grid, .columns-3, .blog-list, .subservice-grid { grid-template-columns: 1fr; }
  .requirements-list { grid-template-columns: 1fr; }
  .service-detail-group-head { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trusted-inner { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .trusted-title { grid-column: span 2; }
  .cta-band-inner, .footer-bottom { flex-direction: column; text-align: center; align-items: center; padding: 30px 0; }
  .section { padding: 58px 0; }
}
