/* Mobile App Development Dubai - Page Styles */

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

:root {
  --dxb-blue: #1056C4; --dxb-blue-dark: #0a3d8f; --dxb-blue-mid: #0e3a8c;
  --dxb-blue-light: #EEF4FF; --dxb-dark: #0d1b2a; --dxb-dark2: #111827;
  --dxb-text: #2d3748; --dxb-muted: #64748b; --dxb-white: #fff;
  --dxb-off: #F8FAFF; --dxb-border: #E2E8F0;
  --dxb-r: 14px; --dxb-r-sm: 8px; --dxb-ease: all .3s ease;
  --dxb-sh: 0 4px 20px rgba(16,86,196,.09);
  --dxb-sh2: 0 12px 48px rgba(16,86,196,.16);
}

.dubai-page { font-family: 'Inter', sans-serif; color: var(--dxb-text); line-height: 1.6; overflow: hidden; }
.dubai-page a { text-decoration: none; color: inherit; }
.dubai-page ul { list-style: none; margin: 0; padding: 0; }
.dubai-page img { max-width: 100%; height: auto; }

/* ICONS */
.dubai-page svg.ic { width: 1em; height: 1em; display: inline-block; vertical-align: -0.15em; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dubai-page svg.ic-solid { fill: currentColor; stroke: none; }

.dubai-page .wrap { max-width: 1220px; margin: 0 auto; padding: 0 24px; }
.dubai-page .sec { padding: 90px 0; }
.dubai-page .sec-sm { padding: 60px 0; }

/* UTILS */
.dubai-page .dxb-tag { display: inline-block; background: var(--dxb-blue-light); color: var(--dxb-blue); font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 14px; }
.dubai-page .dxb-tag-wh { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.2); }
.dubai-page h2.dxb-ttl { font-size: clamp(26px,3.2vw,42px); font-weight: 800; color: var(--dxb-dark); line-height: 1.18; margin-bottom: 14px; }
.dubai-page h2.dxb-ttl-wh { color: #fff; }
.dubai-page p.dxb-sub { font-size: 16px; color: var(--dxb-muted); line-height: 1.75; max-width: 620px; margin-bottom: 48px; }
.dubai-page p.dxb-sub-wh { color: rgba(255,255,255,.72); }
.dubai-page .dxb-tc { text-align: center; }
.dubai-page .dxb-tc p.dxb-sub { margin-left: auto; margin-right: auto; }

.dubai-page .dxb-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 15px; cursor: pointer; transition: var(--dxb-ease); border: none; white-space: nowrap; text-decoration: none; }
.dubai-page .dxb-btn-blue { background: var(--dxb-blue); color: #fff; }
.dubai-page .dxb-btn-blue:hover { background: var(--dxb-blue-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(16,86,196,.3); color: #fff; }
.dubai-page .dxb-btn-white { background: #fff; color: var(--dxb-blue); }
.dubai-page .dxb-btn-white:hover { background: #FFD166; color: var(--dxb-dark); }
.dubai-page .dxb-btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.35); }
.dubai-page .dxb-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }

/* REVEAL */
.dubai-page .dxb-reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.dubai-page .dxb-reveal.vis { opacity: 1; transform: none; }

/* HERO */
.dubai-page .hero { padding: 140px 0 80px; background: #0d1b2a; position: relative; overflow: hidden; }
.dubai-page .hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.dubai-page .hero-bg video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dubai-page .hero-bg::after { content: ''; position: absolute; inset: 0; background: rgba(5,15,35,0.72); }
.dubai-page .hero::before { content: ''; position: absolute; top: -30%; right: -15%; width: 650px; height: 650px; background: radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%); border-radius: 50%; pointer-events: none; z-index: 1; }
.dubai-page .hero::after { content: ''; position: absolute; bottom: -20%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle,rgba(255,107,53,.08) 0%,transparent 70%); border-radius: 50%; pointer-events: none; z-index: 1; }
.dubai-page .hero-grid { display: grid; grid-template-columns: 1fr 290px; gap: 60px; align-items: flex-end; position: relative; z-index: 2; }
.dubai-page .hero-inner { position: relative; }
.dubai-page .hero-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.9); padding: 8px 18px; border-radius: 100px; font-size: 13px; font-weight: 500; margin-bottom: 24px; backdrop-filter: blur(10px); }
.dubai-page .hero h1 { font-size: clamp(32px,4.5vw,58px); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 20px; }
.dubai-page .hero h1 em { color: #FFD166; font-style: normal; }
.dubai-page .hero-desc { font-size: 17px; color: rgba(255,255,255,.75); max-width: 600px; margin: 0 0 36px; line-height: 1.75; }
.dubai-page .hero-btns { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.dubai-page .hero-rating-card { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; padding: 12px 20px; backdrop-filter: blur(8px); margin-bottom: 8px; flex-wrap: wrap; }
.dubai-page .hero-stars { display: flex; gap: 2px; font-size: 15px; color: #FFD166; }
.dubai-page .hero-rating-score { font-size: 22px; font-weight: 800; color: #fff; line-height: 1; }
.dubai-page .hero-rating-divider { width: 1px; height: 32px; background: rgba(255,255,255,.18); }
.dubai-page .hero-rating-meta span:first-child { display: block; font-size: 13px; font-weight: 600; color: #fff; }
.dubai-page .hero-rating-meta span:last-child { display: block; font-size: 11px; color: rgba(255,255,255,.55); }
.dubai-page .hero-stats { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 44px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.14); }
.dubai-page .hstat-n { font-size: 38px; font-weight: 800; color: #fff; line-height: 1; }
.dubai-page .hstat-l { font-size: 13px; color: rgba(255,255,255,.58); margin-top: 5px; }
.dubai-page .hero-badges { display: flex; align-items: center; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.dubai-page .hbadge { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; padding: 8px 16px; font-size: 12px; color: rgba(255,255,255,.78); font-weight: 500; }

/* AWARDS STRIP (mobile) */
.dubai-page .awards-strip { display: none; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); overflow: hidden; -webkit-mask-image: linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%); mask-image: linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%); }
.dubai-page .awards-strip-lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; color: rgba(255,255,255,.38); margin-bottom: 14px; text-align: center; }
.dubai-page .awards-strip-track { display: flex; gap: 10px; width: max-content; animation: dxbStripSlide 32s linear infinite; }
.dubai-page .awards-strip-track:hover { animation-play-state: paused; }
@keyframes dxbStripSlide { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.dubai-page .astrip { display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; padding: 9px 14px; flex-shrink: 0; backdrop-filter: blur(8px); cursor: default; }
.dubai-page .astrip:hover { background: rgba(255,255,255,.15); }
.dubai-page .astrip-ic { font-size: 16px; line-height: 1; color: #fff; }
.dubai-page .astrip-name { font-size: 12px; font-weight: 700; color: #fff; white-space: nowrap; }
.dubai-page .astrip-sep { font-size: 11px; color: rgba(255,255,255,.3); margin: 0 2px; }
.dubai-page .astrip-sub { font-size: 11px; color: rgba(255,255,255,.5); white-space: nowrap; }

/* AWARDS SCROLLER (desktop) */
.dubai-page .awards-col { display: flex; flex-direction: column; }
.dubai-page .awards-col-hdr { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.dubai-page .awards-col-line { flex: 1; height: 1px; background: rgba(255,255,255,.15); }
.dubai-page .awards-col-lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,.45); white-space: nowrap; }
.dubai-page .awards-window { height: 420px; overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(to bottom,transparent 0%,black 14%,black 86%,transparent 100%); mask-image: linear-gradient(to bottom,transparent 0%,black 14%,black 86%,transparent 100%); }
.dubai-page .awards-track { display: flex; flex-direction: column; gap: 10px; animation: dxbAwardsUp 30s linear infinite; }
.dubai-page .awards-track:hover { animation-play-state: paused; }
@keyframes dxbAwardsUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
.dubai-page .award-card { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.12); border-radius: 14px; padding: 13px 15px; backdrop-filter: blur(10px); flex-shrink: 0; cursor: default; transition: background .25s, border-color .25s, transform .25s; }
.dubai-page .award-card:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); transform: translateX(-3px); }
.dubai-page .award-ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.13); display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; color: #fff; }
.dubai-page .award-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.dubai-page .award-name { font-size: 12.5px; font-weight: 700; color: #fff; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dubai-page .award-sub { font-size: 11px; color: rgba(255,255,255,.52); }
.dubai-page .award-badge { margin-left: auto; flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 6px rgba(74,222,128,.7); }

/* TRUSTED BY */
.dubai-page .trusted-sec { padding: 44px 0; border-bottom: 1px solid var(--dxb-border); }
.dubai-page .trusted-label { text-align: center; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--dxb-muted); margin-bottom: 26px; }
.dubai-page .logo-row { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.dubai-page .brand-logo { font-size: 15px; font-weight: 800; letter-spacing: 1px; color: #c0c8d4; transition: var(--dxb-ease); cursor: default; }
.dubai-page .brand-logo:hover { color: var(--dxb-blue); }

/* OFFERINGS */
.dubai-page .offerings-wrap { display: grid; grid-template-columns: 280px 1fr; gap: 40px; margin-top: 52px; align-items: start; }
.dubai-page .offer-tabs { display: flex; flex-direction: column; gap: 6px; position: sticky; top: 90px; }
.dubai-page .offer-tab { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: var(--dxb-r-sm); cursor: pointer; transition: var(--dxb-ease); border: 1.5px solid transparent; font-weight: 500; font-size: 14px; color: var(--dxb-text); background: #fff; }
.dubai-page .offer-tab:hover { background: var(--dxb-off); color: var(--dxb-blue); }
.dubai-page .offer-tab.active { background: var(--dxb-blue-light); border-color: var(--dxb-blue); color: var(--dxb-blue); font-weight: 700; }
.dubai-page .offer-tab-ic { width: 38px; height: 38px; border-radius: 8px; background: var(--dxb-off); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; transition: var(--dxb-ease); }
.dubai-page .offer-tab.active .offer-tab-ic { background: var(--dxb-blue); color: #fff; }
.dubai-page .offer-panel { display: none; }
.dubai-page .offer-panel.active { display: block; }
.dubai-page .offer-panel-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.dubai-page .offer-panel h3 { font-size: 26px; font-weight: 800; color: var(--dxb-dark); margin-bottom: 14px; line-height: 1.25; }
.dubai-page .offer-panel p { font-size: 15px; color: var(--dxb-muted); line-height: 1.8; margin-bottom: 22px; }
.dubai-page .offer-bullets { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.dubai-page .offer-bullet { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--dxb-text); }
.dubai-page .offer-bullet::before { content: '\2713'; color: var(--dxb-blue); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.dubai-page .offer-card { background: linear-gradient(135deg,var(--dxb-dark) 0%,var(--dxb-blue-mid) 100%); border-radius: var(--dxb-r); padding: 36px; color: #fff; }
.dubai-page .offer-card-ic { font-size: 48px; margin-bottom: 20px; }
.dubai-page .offer-card h4 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #fff; }
.dubai-page .offer-card p { font-size: 14px; color: rgba(255,255,255,.7); line-height: 1.8; margin-bottom: 0; }

/* STATS BAND */
.dubai-page .stats-band { background: linear-gradient(135deg,var(--dxb-blue) 0%,var(--dxb-blue-dark) 100%); padding: 68px 0; }
.dubai-page .stats-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; text-align: center; }
.dubai-page .sitem { padding: 0 20px; border-right: 1px solid rgba(255,255,255,.15); }
.dubai-page .sitem:last-child { border: none; }
.dubai-page .snum { font-size: 46px; font-weight: 800; color: #fff; line-height: 1; }
.dubai-page .slbl { font-size: 13px; color: rgba(255,255,255,.65); margin-top: 8px; font-weight: 500; }

/* PORTFOLIO SHOWCASE */
.dubai-page .pf-showcase { display: grid; grid-template-columns: 300px 1fr; gap: 32px; margin-top: 52px; align-items: stretch; }
.dubai-page .pf-tabs { display: flex; flex-direction: column; gap: 10px; }
.dubai-page .pf-tab { position: relative; background: #fff; border: 1.5px solid var(--dxb-border); border-left: 4px solid transparent; border-radius: var(--dxb-r-sm); padding: 18px 20px; cursor: pointer; transition: var(--dxb-ease); }
.dubai-page .pf-tab:hover { border-color: var(--pf-a,var(--dxb-blue)); }
.dubai-page .pf-tab.active { background: var(--dxb-off); border-color: var(--pf-a,var(--dxb-blue)); border-left-color: var(--pf-a,var(--dxb-blue)); box-shadow: var(--dxb-sh); }
.dubai-page .pf-tab-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.dubai-page .pf-tab-num { font-size: 12px; font-weight: 800; color: var(--pf-a,var(--dxb-blue)); }
.dubai-page .pf-tab-name { font-size: 15px; font-weight: 700; color: var(--dxb-dark); }
.dubai-page .pf-tab-desc { font-size: 12.5px; color: var(--dxb-muted); margin-bottom: 12px; }
.dubai-page .pf-tab-bar { height: 3px; border-radius: 100px; background: var(--dxb-border); overflow: hidden; }
.dubai-page .pf-tab-fill { height: 100%; width: 0%; background: var(--pf-a,var(--dxb-blue)); border-radius: 100px; }
.dubai-page .pf-tab.filling .pf-tab-fill { animation: pfFill 5s linear forwards; }
.dubai-page .pf-tab:not(.active) .pf-tab-fill { width: 0 !important; animation: none !important; }
@keyframes pfFill { from{ width: 0%; } to{ width: 100%; } }
.dubai-page .pf-stage { position: relative; border-radius: var(--dxb-r); overflow: hidden; min-height: 440px; }
.dubai-page .pf-panel { display: none; grid-template-columns: 1.1fr 1fr; align-items: center; height: 100%; background: linear-gradient(135deg,var(--pf-a) 0%,var(--pf-b) 100%); position: relative; }
.dubai-page .pf-panel.active { display: grid; animation: pfFade .5s ease; }
@keyframes pfFade { from{ opacity: 0; transform: translateY(10px); } to{ opacity: 1; transform: none; } }
.dubai-page .pf-panel::before { content: ''; position: absolute; top: -30%; right: -10%; width: 340px; height: 340px; background: radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%); border-radius: 50%; pointer-events: none; }
.dubai-page .pf-panel-media { display: flex; align-items: center; justify-content: center; padding: 40px; height: 100%; }
.dubai-page .pf-panel-media img { max-width: 100%; max-height: 380px; object-fit: contain; filter: drop-shadow(0 24px 48px rgba(0,0,0,.35)); }
.dubai-page .pf-panel-info { padding: 40px 48px 40px 8px; position: relative; z-index: 1; }
.dubai-page .pf-logo { height: 28px; width: auto; max-width: 160px; object-fit: contain; margin-bottom: 20px; display: block; }
.dubai-page .pf-tags { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.dubai-page .pf-tag { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); color: #fff; font-size: 11.5px; font-weight: 700; padding: 5px 14px; border-radius: 100px; }
.dubai-page .pf-panel-info h3 { font-size: clamp(19px,2vw,24px); font-weight: 800; color: #fff; line-height: 1.35; margin-bottom: 12px; }
.dubai-page .pf-panel-info p { font-size: 14px; color: rgba(255,255,255,.8); line-height: 1.8; margin-bottom: 0; }

/* MODEL CARDS */
.dubai-page .models-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.dubai-page .model-card { background: #fff; border: 1.5px solid var(--dxb-border); border-radius: var(--dxb-r); padding: 38px 32px; transition: var(--dxb-ease); position: relative; overflow: hidden; }
.dubai-page .model-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--dxb-blue); border-radius: var(--dxb-r) var(--dxb-r) 0 0; }
.dubai-page .model-card:nth-child(2)::before { background: #FF6B35; }
.dubai-page .model-card:nth-child(3)::before { background: #10B981; }
.dubai-page .model-card:hover { box-shadow: var(--dxb-sh2); transform: translateY(-4px); }
.dubai-page .model-n { font-size: 52px; font-weight: 800; color: var(--dxb-blue-light); line-height: 1; margin-bottom: 16px; }
.dubai-page .model-card:nth-child(2) .model-n { color: #FFEDE5; }
.dubai-page .model-card:nth-child(3) .model-n { color: #D1FAE5; }
.dubai-page .model-card h3 { font-size: 19px; font-weight: 700; color: var(--dxb-dark); margin-bottom: 12px; }
.dubai-page .model-card p { font-size: 14px; color: var(--dxb-muted); line-height: 1.8; margin-bottom: 0; }

/* WHY CHOOSE */
.dubai-page .why-rows { display: flex; flex-direction: column; gap: 80px; margin-top: 56px; }
.dubai-page .why-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.dubai-page .why-row.flip { direction: rtl; }
.dubai-page .why-row.flip > * { direction: ltr; }
.dubai-page .why-visual { background: linear-gradient(135deg,var(--dxb-dark) 0%,#0e3a8c 100%); border-radius: var(--dxb-r); padding: 48px 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 380px; }
.dubai-page .why-visual-ic { font-size: 64px; margin-bottom: 20px; color: #fff; }
.dubai-page .why-visual-title { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.dubai-page .why-visual-desc { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.8; max-width: 280px; }
.dubai-page .why-visual-badge { margin-top: 24px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 100px; padding: 8px 20px; font-size: 13px; font-weight: 600; color: #fff; }
.dubai-page .why-text h3 { font-size: clamp(22px,2.5vw,32px); font-weight: 800; color: var(--dxb-dark); line-height: 1.25; margin-bottom: 14px; }
.dubai-page .why-text p { font-size: 15px; color: var(--dxb-muted); line-height: 1.8; margin-bottom: 22px; }
.dubai-page .check-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.dubai-page .check-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--dxb-text); }
.dubai-page .check-ic { width: 22px; height: 22px; background: var(--dxb-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.dubai-page .why-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.dubai-page .metric { background: var(--dxb-off); border: 1px solid var(--dxb-border); border-radius: var(--dxb-r-sm); padding: 18px 20px; }
.dubai-page .metric-n { font-size: 30px; font-weight: 800; color: var(--dxb-blue); line-height: 1; }
.dubai-page .metric-l { font-size: 12px; color: var(--dxb-muted); margin-top: 4px; }

/* TECHNOLOGIES */
.dubai-page .tech-lr { display: grid; grid-template-columns: 260px 1fr; gap: 40px; margin-top: 52px; align-items: start; }
.dubai-page .tech-ltabs { display: flex; flex-direction: column; gap: 6px; position: sticky; top: 90px; }
.dubai-page .tech-ltab { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: var(--dxb-r-sm); cursor: pointer; transition: var(--dxb-ease); border: 1.5px solid var(--dxb-border); font-size: 14px; font-weight: 500; color: var(--dxb-text); background: #fff; }
.dubai-page .tech-ltab:hover { border-color: var(--dxb-blue); background: var(--dxb-blue-light); color: var(--dxb-blue); }
.dubai-page .tech-ltab.active { background: var(--dxb-dark); border-color: var(--dxb-dark); color: #fff; font-weight: 600; }
.dubai-page .tech-ltab-num { min-width: 28px; height: 28px; border-radius: 6px; background: var(--dxb-off); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: var(--dxb-blue); flex-shrink: 0; transition: var(--dxb-ease); }
.dubai-page .tech-ltab.active .tech-ltab-num { background: rgba(255,255,255,.15); color: #fff; }
.dubai-page .tech-ltab-lbl { flex: 1; }
.dubai-page .tech-ltab-count { font-size: 11px; font-weight: 600; color: var(--dxb-muted); background: var(--dxb-off); padding: 3px 9px; border-radius: 100px; transition: var(--dxb-ease); }
.dubai-page .tech-ltab.active .tech-ltab-count { background: rgba(255,255,255,.14); color: rgba(255,255,255,.65); }
.dubai-page .tech-lp { display: none; }
.dubai-page .tech-lp.active { display: block; }
.dubai-page .tech-lp-inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 28px; align-items: start; }
.dubai-page .tech-lp-text h3 { font-size: 24px; font-weight: 800; color: var(--dxb-dark); margin-bottom: 12px; line-height: 1.25; }
.dubai-page .tech-lp-text p { font-size: 14px; color: var(--dxb-muted); line-height: 1.82; margin-bottom: 22px; }
.dubai-page .tech-highlights { display: flex; flex-direction: column; gap: 9px; margin-bottom: 26px; }
.dubai-page .tech-hl { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--dxb-text); }
.dubai-page .tech-hl::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--dxb-blue); flex-shrink: 0; }
.dubai-page .tech-chips-card { background: var(--dxb-off); border: 1.5px solid var(--dxb-border); border-radius: var(--dxb-r); padding: 28px; }
.dubai-page .tech-chips-hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dubai-page .tech-chips-hdr h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--dxb-dark); margin-bottom: 0; }
.dubai-page .tech-chips-badge { font-size: 12px; font-weight: 600; color: var(--dxb-blue); background: var(--dxb-blue-light); padding: 3px 10px; border-radius: 100px; }
.dubai-page .tech-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.dubai-page .tchip { display: flex; align-items: center; gap: 7px; background: #fff; border: 1.5px solid var(--dxb-border); border-radius: var(--dxb-r-sm); padding: 9px 14px; font-size: 13px; font-weight: 500; color: var(--dxb-text); transition: var(--dxb-ease); cursor: default; }
.dubai-page .tchip:hover { border-color: var(--dxb-blue); color: var(--dxb-blue); box-shadow: 0 2px 10px rgba(16,86,196,.1); transform: translateY(-1px); }
.dubai-page .tchip-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

/* PROCESS */
.dubai-page .ptl { display: grid; grid-template-columns: repeat(6,1fr); position: relative; margin-top: 48px; }
.dubai-page .ptl::before { content: ''; position: absolute; top: 115px; left: calc(100%/12); right: calc(100%/12); height: 2px; background: linear-gradient(90deg,rgba(16,86,196,.15) 0%,var(--dxb-blue) 20%,var(--dxb-blue) 80%,rgba(16,86,196,.15) 100%); z-index: 0; }
.dubai-page .pnode { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; cursor: default; }
.dubai-page .pnode-top { height: 80px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 16px; text-align: center; width: 120px; }
.dubai-page .pnode-circ { width: 70px; height: 70px; border-radius: 50%; background: #fff; border: 2.5px solid var(--dxb-blue); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 7px rgba(16,86,196,.09), 0 4px 16px rgba(16,86,196,.12); flex-shrink: 0; transition: all .35s ease; position: relative; z-index: 1; }
.dubai-page .pnode-circ svg { width: 28px; height: 28px; stroke: var(--dxb-blue); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke .35s; }
.dubai-page .pnode:hover .pnode-circ { background: var(--dxb-blue); box-shadow: 0 0 0 10px rgba(16,86,196,.12), 0 8px 28px rgba(16,86,196,.28); transform: scale(1.08); }
.dubai-page .pnode:hover .pnode-circ svg { stroke: #fff; }
.dubai-page .pnode-btm { height: 80px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 16px; text-align: center; width: 120px; }
.dubai-page .pnode-lbl { font-size: 13px; font-weight: 700; color: var(--dxb-dark); line-height: 1.4; }
.dubai-page .pnode-desc { font-size: 11px; color: var(--dxb-muted); margin-top: 5px; line-height: 1.5; }

/* TESTIMONIALS */
.dubai-page .tslider { position: relative; overflow: hidden; margin-top: 52px; }
.dubai-page .tslides { display: flex; gap: 24px; transition: transform .4s ease; will-change: transform; }
.dubai-page .tslide { min-width: calc(33.333% - 16px); background: #fff; border: 1px solid var(--dxb-border); border-radius: var(--dxb-r); padding: 32px; flex-shrink: 0; transition: var(--dxb-ease); display: flex; flex-direction: column; }
.dubai-page .tslide:hover { box-shadow: var(--dxb-sh); border-color: var(--dxb-blue); }
.dubai-page .tslide-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.dubai-page .tslide-stars span { color: #FFD166; font-size: 16px; }
.dubai-page .tslide-text { font-size: 14px; color: var(--dxb-text); line-height: 1.85; font-style: italic; margin-bottom: 24px; flex: 1; }
.dubai-page .tslide-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--dxb-border); padding-top: 20px; }
.dubai-page .tslide-av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg,var(--dxb-blue) 0%,var(--dxb-blue-dark) 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 15px; flex-shrink: 0; }
.dubai-page .tslide-name { font-size: 15px; font-weight: 700; color: var(--dxb-dark); }
.dubai-page .tslide-role { font-size: 12px; color: var(--dxb-muted); }
.dubai-page .t-controls { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 36px; }
.dubai-page .t-btn { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--dxb-border); background: #fff; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; transition: var(--dxb-ease); color: var(--dxb-text); }
.dubai-page .t-btn:hover { background: var(--dxb-blue); border-color: var(--dxb-blue); color: #fff; }
.dubai-page .t-dots { display: flex; gap: 8px; align-items: center; }
.dubai-page .t-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--dxb-border); cursor: pointer; transition: var(--dxb-ease); }
.dubai-page .t-dot.on { background: var(--dxb-blue); width: 24px; border-radius: 4px; }

/* INDUSTRIES */
.dubai-page .ind-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 48px; }
.dubai-page .ind-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--dxb-border); border-radius: var(--dxb-r-sm); padding: 18px 20px; transition: var(--dxb-ease); cursor: default; }
.dubai-page .ind-card:hover { background: var(--dxb-blue-light); border-color: var(--dxb-blue); transform: translateY(-2px); box-shadow: var(--dxb-sh); }
.dubai-page .ind-ic { width: 40px; height: 40px; background: var(--dxb-off); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; transition: var(--dxb-ease); }
.dubai-page .ind-card:hover .ind-ic { background: var(--dxb-blue); color: #fff; }
.dubai-page .ind-name { font-size: 14px; font-weight: 600; color: var(--dxb-text); transition: var(--dxb-ease); }
.dubai-page .ind-card:hover .ind-name { color: var(--dxb-blue); }

/* AI GRID */
.dubai-page .ai-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 48px; }
.dubai-page .ai-card { background: #fff; border: 1.5px solid var(--dxb-border); border-radius: var(--dxb-r); padding: 26px; transition: var(--dxb-ease); cursor: default; position: relative; overflow: hidden; }
.dubai-page .ai-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--dxb-blue) 0%,#60a5fa 100%); opacity: 0; transition: var(--dxb-ease); }
.dubai-page .ai-card:hover { border-color: var(--dxb-blue); box-shadow: var(--dxb-sh2); transform: translateY(-4px); }
.dubai-page .ai-card:hover::before { opacity: 1; }
.dubai-page .ai-ic { font-size: 32px; margin-bottom: 14px; display: block; }
.dubai-page .ai-card h4 { font-size: 15px; font-weight: 700; color: var(--dxb-dark); margin-bottom: 8px; }
.dubai-page .ai-card p { font-size: 13px; color: var(--dxb-muted); line-height: 1.72; margin-bottom: 0; }

/* BLOG */
.dubai-page .dxb-blog-hd { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.dubai-page .dxb-blog-hd .dxb-ttl { margin-bottom: 10px; }
.dubai-page .dxb-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.dubai-page .dxb-blog-card { display: flex; flex-direction: column; background: #fff; border: 1.5px solid var(--dxb-border); border-radius: var(--dxb-r); overflow: hidden; text-decoration: none; color: inherit; transition: var(--dxb-ease); }
.dubai-page .dxb-blog-card:hover { box-shadow: var(--dxb-sh2); transform: translateY(-4px); border-color: #c7d9f5; color: inherit; }
.dubai-page .dxb-blog-img { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--dxb-off); }
.dubai-page .dxb-blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.dubai-page .dxb-blog-card:hover .dxb-blog-img img { transform: scale(1.05); }
.dubai-page .dxb-blog-cat { position: absolute; top: 12px; left: 12px; background: var(--dxb-blue); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; }
.dubai-page .dxb-blog-body { padding: 22px 24px; display: flex; flex-direction: column; flex: 1; }
.dubai-page .dxb-blog-title { font-size: 16px; font-weight: 700; color: var(--dxb-dark); line-height: 1.45; margin-bottom: 10px; transition: var(--dxb-ease); }
.dubai-page .dxb-blog-card:hover .dxb-blog-title { color: var(--dxb-blue); }
.dubai-page .dxb-blog-excerpt { font-size: 13.5px; color: var(--dxb-muted); line-height: 1.7; margin-bottom: 16px; flex: 1; }
.dubai-page .dxb-blog-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--dxb-muted); margin-top: auto; padding-top: 14px; border-top: 1px solid var(--dxb-border); }
.dubai-page .dxb-blog-date { font-weight: 500; }
.dubai-page .dxb-blog-sep { color: var(--dxb-border); }
.dubai-page .dxb-blog-author { color: var(--dxb-blue); font-weight: 600; }

/* FAQ */
.dubai-page .faq-list { max-width: 820px; margin: 52px auto 0; display: flex; flex-direction: column; gap: 14px; }
.dubai-page .faq-item { background: #fff; border: 1.5px solid var(--dxb-border); border-radius: var(--dxb-r-sm); overflow: hidden; transition: var(--dxb-ease); }
.dubai-page .faq-item.active { border-color: var(--dxb-blue); box-shadow: var(--dxb-sh); }
.dubai-page .faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: none; text-align: left; padding: 20px 24px; font-size: 15.5px; font-weight: 700; color: var(--dxb-dark); cursor: pointer; font-family: inherit; }
.dubai-page .faq-ic { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--dxb-blue-light); color: var(--dxb-blue); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; line-height: 1; transition: var(--dxb-ease); }
.dubai-page .faq-item.active .faq-ic { background: var(--dxb-blue); color: #fff; transform: rotate(45deg); }
.dubai-page .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.dubai-page .faq-a p { padding: 0 24px 22px; font-size: 14.5px; color: var(--dxb-muted); line-height: 1.8; margin: 0; }

/* CTA */
.dubai-page .cta-band { background: linear-gradient(135deg,#050f1f 0%,#0b2260 50%,var(--dxb-blue) 100%); padding: 90px 0; text-align: center; position: relative; overflow: hidden; }
.dubai-page .cta-band::before { content: ''; position: absolute; top: -50%; right: -20%; width: 700px; height: 700px; background: radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%); border-radius: 50%; pointer-events: none; }
.dubai-page .cta-band h2 { font-size: clamp(28px,4vw,48px); font-weight: 800; color: #fff; margin-bottom: 16px; line-height: 1.15; position: relative; z-index: 1; }
.dubai-page .cta-band p { font-size: 17px; color: rgba(255,255,255,.7); max-width: 540px; margin: 0 auto 38px; line-height: 1.75; position: relative; z-index: 1; }
.dubai-page .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.dubai-page .cta-note { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; position: relative; z-index: 1; }
.dubai-page .cta-note-item { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 100px; padding: 8px 16px; font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,.72); white-space: nowrap; }

/* RESPONSIVE */
@media(max-width:1100px){
  .dubai-page .hero-grid { grid-template-columns: 1fr; }
  .dubai-page .awards-col { display: none; }
  .dubai-page .awards-strip { display: block; }
  .dubai-page .stats-row { grid-template-columns: repeat(3,1fr); gap: 20px; }
  .dubai-page .sitem { border: none; padding: 16px; background: rgba(255,255,255,.06); border-radius: 10px; }
  .dubai-page .models-row { grid-template-columns: repeat(2,1fr); }
  .dubai-page .ai-grid { grid-template-columns: repeat(3,1fr); }
  .dubai-page .dxb-blog-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:1024px){
  .dubai-page .pf-showcase { grid-template-columns: 1fr; }
  .dubai-page .pf-tabs { flex-direction: row; flex-wrap: wrap; gap: 10px; }
  .dubai-page .pf-tab { flex: 1 1 220px; }
  .dubai-page .pf-panel { grid-template-columns: 1fr; }
  .dubai-page .pf-panel-media { padding: 32px 32px 0; }
  .dubai-page .pf-panel-media img { max-height: 260px; }
  .dubai-page .pf-panel-info { padding: 28px 32px 36px; }
  .dubai-page .pf-stage { min-height: 0; }
  .dubai-page .offerings-wrap, .dubai-page .tech-lr { grid-template-columns: 1fr; }
  .dubai-page .offer-tabs, .dubai-page .tech-ltabs { flex-direction: row; flex-wrap: wrap; position: static; gap: 8px; }
  .dubai-page .offer-tab, .dubai-page .tech-ltab { padding: 10px 14px; font-size: 13px; gap: 8px; flex: 0 0 auto; }
  .dubai-page .offer-tab-ic { width: 30px; height: 30px; font-size: 15px; }
  .dubai-page .offer-panel-inner, .dubai-page .tech-lp-inner { grid-template-columns: 1fr; }
  .dubai-page .why-row { grid-template-columns: 1fr; }
  .dubai-page .why-row.flip { direction: ltr; }
  .dubai-page .why-visual { min-height: 280px; padding: 36px 28px; }
  .dubai-page .ind-grid { grid-template-columns: repeat(3,1fr); }
  .dubai-page .ai-grid { grid-template-columns: 1fr 1fr; }
  .dubai-page .tslide { min-width: calc(50% - 12px); }
}
@media(max-width:768px){
  .dubai-page .wrap { padding: 0 16px; }
  .dubai-page .sec { padding: 60px 0; }
  .dubai-page .pf-tabs { flex-direction: column; }
  .dubai-page .pf-tab-desc { display: none; }
  .dubai-page .hero { padding: 110px 0 56px; }
  .dubai-page .hero-desc { font-size: 15px; }
  .dubai-page .hero-stats { gap: 20px; margin-top: 32px; padding-top: 28px; }
  .dubai-page .hstat-n { font-size: 28px; }
  .dubai-page h2.dxb-ttl { font-size: clamp(22px,5vw,34px); }
  .dubai-page p.dxb-sub { font-size: 15px; margin-bottom: 36px; }
  .dubai-page .offer-tabs, .dubai-page .tech-ltabs { overflow-x: auto; padding-bottom: 4px; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .dubai-page .offer-tabs::-webkit-scrollbar, .dubai-page .tech-ltabs::-webkit-scrollbar { display: none; }
  .dubai-page .why-visual { min-height: 220px; padding: 28px 20px; }
  .dubai-page .stats-row { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .dubai-page .models-row { grid-template-columns: 1fr; }
  .dubai-page .model-card { padding: 28px 24px; }
  .dubai-page .ptl { grid-template-columns: repeat(2,1fr); row-gap: 16px; }
  .dubai-page .ptl::before { display: none; }
  .dubai-page .pnode-top { height: auto; justify-content: center; padding-bottom: 10px; }
  .dubai-page .pnode-btm { height: auto; padding-top: 10px; }
  .dubai-page .pnode-circ { width: 58px; height: 58px; }
  .dubai-page .pnode-circ svg { width: 24px; height: 24px; }
  .dubai-page .tslide { min-width: 100%; padding: 24px; }
  .dubai-page .ind-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .dubai-page .ind-card { padding: 14px 16px; gap: 10px; }
  .dubai-page .ai-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .dubai-page .ai-card { padding: 20px; }
  .dubai-page .dxb-blog-grid { grid-template-columns: 1fr; }
  .dubai-page .dxb-blog-hd { align-items: flex-start; flex-direction: column; }
}
@media(max-width:480px){
  .dubai-page .wrap { padding: 0 14px; }
  .dubai-page .sec { padding: 48px 0; }
  .dubai-page .pf-panel-media { padding: 24px 24px 0; }
  .dubai-page .pf-panel-media img { max-height: 200px; }
  .dubai-page .pf-panel-info { padding: 22px 22px 28px; }
  .dubai-page .faq-q { padding: 16px 18px; font-size: 14px; gap: 12px; }
  .dubai-page .faq-a p { padding: 0 18px 18px; font-size: 14px; }
  .dubai-page .cta-note-item { white-space: normal; text-align: center; font-size: 12px; padding: 7px 14px; }
  .dubai-page .hero { padding: 100px 0 48px; }
  .dubai-page .hero h1 { font-size: 24px; }
  .dubai-page .hero-desc { font-size: 14px; margin-bottom: 24px; }
  .dubai-page .hero-btns { flex-direction: column; gap: 10px; }
  .dubai-page .dxb-btn { width: 100%; justify-content: center; padding: 13px 20px; font-size: 14px; }
  .dubai-page .hero-badges { display: none; }
  .dubai-page h2.dxb-ttl { font-size: 22px; }
  .dubai-page p.dxb-sub { font-size: 14px; margin-bottom: 28px; }
  .dubai-page .offer-tab { padding: 8px 12px; font-size: 12px; }
  .dubai-page .offer-tab-ic { display: none; }
  .dubai-page .tech-ltab { padding: 8px 12px; font-size: 12px; }
  .dubai-page .tech-ltab-num { display: none; }
  .dubai-page .models-row { grid-template-columns: 1fr; }
  .dubai-page .model-n { font-size: 36px; }
  .dubai-page .ptl { grid-template-columns: 1fr; row-gap: 0; }
  .dubai-page .pnode { display: grid; grid-template-columns: 52px 1fr; column-gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--dxb-border); }
  .dubai-page .pnode:last-child { border-bottom: none; }
  .dubai-page .pnode-circ { grid-column: 1; grid-row: 1; width: 52px; height: 52px; align-self: center; }
  .dubai-page .pnode-circ svg { width: 22px; height: 22px; }
  .dubai-page .pnode-top, .dubai-page .pnode-btm { grid-column: 2; grid-row: 1; height: auto; padding: 0; text-align: left; align-items: flex-start; justify-content: flex-start; width: 100%; }
  .dubai-page .tslide { padding: 20px 16px; }
  .dubai-page .ind-grid { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .dubai-page .ind-card { flex-direction: column; align-items: center; text-align: center; padding: 14px 8px; gap: 7px; }
  .dubai-page .ind-ic { width: 36px; height: 36px; font-size: 18px; }
  .dubai-page .ind-name { font-size: 11.5px; line-height: 1.35; }
  .dubai-page .ai-grid { grid-template-columns: 1fr; gap: 12px; }
  .dubai-page .ai-card { padding: 18px; }
  .dubai-page .cta-btns { flex-direction: column; align-items: stretch; }
  .dubai-page .dxb-blog-grid { grid-template-columns: 1fr; }
}

/* Footer padding override — only this page loads this CSS */
footer { padding-top: 4rem !important; }
