/* =====================================================
   PAGE 03 — /website-development-dubai
   "Engineering blueprint, friendly and light". All classes .ti-p03-
   ===================================================== */
:root { --ti-p03-ink: #17394a; --ti-p03-line: rgba(37,112,146,.10); --ti-p03-mono: Consolas, Menlo, "Courier New", monospace; }

.ti-p03-grid, .ti-p03-hero {
  background-color: #f6fafc;
  background-image:
    linear-gradient(var(--ti-p03-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--ti-p03-line) 1px, transparent 1px),
    linear-gradient(rgba(37,112,146,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,112,146,.05) 1px, transparent 1px);
  background-size: 120px 120px, 120px 120px, 24px 24px, 24px 24px;
}
.ti-uae-section.ti-p03-grid { background-color: #f6fafc; }
.ti-p03-wrong, .ti-p03-stages, .ti-p03-matrix, .ti-p03-wa, .ti-p03-faq { background: #fff; }
.ti-uae-section.ti-p03-grid { position: relative; }

/* ---------- HERO ---------- */
.ti-p03-hero { position: relative; z-index: 2; overflow: visible; overflow-x: clip; padding: 64px 0 0; }
.ti-p03-hero .col-lg-6 { position: relative; }
.ti-p03-hero .col-lg-6:first-child { padding-bottom: 40px; }
.ti-p03-tag { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--ti-border); border-radius: 30px; padding: 7px 16px; font-size: 13px; font-weight: 500; color: var(--ti-p03-ink); box-shadow: var(--ti-shadow); }
.ti-p03-tag i { color: var(--ti-accent); font-weight: 700; -webkit-text-stroke: .6px var(--ti-accent); }
.ti-p03-h1 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 50px; line-height: 1.12; color: var(--ti-p03-ink); margin: 20px 0 16px; }
.ti-p03-h1 span { display: block; background: linear-gradient(90deg, var(--ti-primary), var(--ti-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ti-p03-sub { font-size: 18px; line-height: 1.7; max-width: 540px; margin-bottom: 26px; }
.ti-p03-cta { margin: 0; }
.ti-p03-micro { margin: 16px 0 0; font-size: 14px; color: var(--ti-p03-ink); font-weight: 500; }
.ti-p03-micro i { color: var(--ti-green-dark); margin-right: 8px; font-size: 17px; vertical-align: -1px; }

.ti-p03-photo { position: relative; z-index: 3; margin: 0 0 -70px; border-radius: 20px; box-shadow: 0 30px 60px -20px rgba(23,57,74,.4); overflow: hidden; line-height: 0; }
.ti-p03-photo img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.ti-p03-chip { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.94); border-radius: 30px; padding: 7px 14px; font: 500 13px/1.2 Ubuntu, Arial, sans-serif; color: var(--ti-p03-ink); box-shadow: 0 6px 16px rgba(23,57,74,.25); }
.ti-p03-chip i { color: #16a34a; } .ti-p03-chip b { color: #15803d; }
.ti-p03-win { background: #fff; border: 1px solid var(--ti-border); border-radius: 16px; box-shadow: 0 30px 60px -20px rgba(23,57,74,.35); overflow: hidden; position: relative; z-index: 3; margin-bottom: -100px; }
.ti-p03-win-bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; background: #eef4f7; border-bottom: 1px solid var(--ti-border); }
.ti-p03-win-bar b { width: 11px; height: 11px; border-radius: 50%; background: #f7a0a0; }
.ti-p03-win-bar b:nth-child(2) { background: #f6d27b; }
.ti-p03-win-bar b:nth-child(3) { background: #8fdca4; }
.ti-p03-url { margin-left: 10px; flex: 1; background: #fff; border: 1px solid var(--ti-border); border-radius: 20px; padding: 3px 12px; font: 12px var(--ti-p03-mono); color: #5d7684; }
.ti-p03-url i { color: var(--ti-green-dark); margin-right: 6px; }
.ti-p03-win-body { display: grid; grid-template-columns: 1.05fr 1fr; }
.ti-p03-code { padding: 16px 14px; font: 12.5px/1.95 var(--ti-p03-mono); background: #fafcfd; border-right: 1px solid var(--ti-border); }
.ti-p03-code span { display: block; white-space: nowrap; overflow: hidden; color: #3b5563; }
.ti-p03-code em { display: inline-block; width: 22px; font-style: normal; color: #a9bcc6; }
.ti-p03-code u { text-decoration: none; }
.ti-p03-code .k { color: var(--ti-primary); font-weight: 700; }
.ti-p03-code .a { color: #b8560a; }
.ti-p03-code .s { color: #1b8a4b; }
.ti-p03-code .c { color: #9aaeb8; }
.ti-p03-score { padding: 16px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.ti-p03-score ul { list-style: none; margin: 0; padding: 0; width: 100%; }
.ti-p03-score li { font-size: 13px; font-weight: 500; color: var(--ti-p03-ink); padding: 3px 0; }
.ti-p03-score li i { width: 18px; height: 18px; line-height: 18px; text-align: center; border-radius: 50%; background: rgba(37,211,102,.18); color: #16a34a; font-size: 10px; margin-right: 8px; -webkit-text-stroke: .5px #16a34a; }
.ti-p03-win-foot { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #effaf3; border-top: 1px solid #cdeedb; font-weight: 700; color: #15803d; font-size: 14px; }
.ti-p03-win-foot small { margin-left: auto; font-weight: 500; color: #4f7a63; font-size: 12px; }
.ti-p03-win-foot .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--ti-green); box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: tiP03Pulse 2s infinite; }
@keyframes tiP03Pulse { 70% { box-shadow: 0 0 0 9px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* rings */
.ti-p03-ring { position: relative; width: 116px; height: 116px; flex: 0 0 auto; }
.ti-p03-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ti-p03-ring circle { fill: none; stroke-width: 9; }
.ti-p03-ring .bg { stroke: #e3eef3; }
.ti-p03-ring .fg { stroke: var(--ti-green); stroke-linecap: round; stroke-dasharray: 264; stroke-dashoffset: 0; }
.ti-p03-ring > div { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.ti-p03-ring b { font-family: Ubuntu, Arial, sans-serif; font-size: 20px; color: var(--ti-p03-ink); line-height: 1.1; }
.ti-p03-ring small { font-size: 11px; color: #5d7684; }
.ti-p03-win .ti-p03-ring .fg { animation: tiP03Ring 1.6s .5s cubic-bezier(.3,.7,.2,1) both; }
@keyframes tiP03Ring { from { stroke-dashoffset: 264; } to { stroke-dashoffset: 0; } }
.ti-p03-ring.is-big .fg { transition: stroke-dashoffset 1.5s .2s cubic-bezier(.3,.7,.2,1); }
.ti-p03-ring.is-big { width: 132px; height: 132px; }
.ti-p03-gauge.is-in .ti-p03-ring .fg { stroke-dashoffset: 0; }
.ti-js .ti-p03-gauge:not(.is-in) .ti-p03-ring .fg { stroke-dashoffset: 264; }

/* ---------- STRIP ---------- */
.ti-p03-strip { position: relative; z-index: 1; height: 300px; overflow: hidden; margin-top: 0; background: #f3c98e; }
.ti-p03-strip-bg { position: absolute; left: 0; right: 0; top: -30%; bottom: -30%; background: url('../images/uae/dubai-desert-skyline.webp') center 52% / cover no-repeat; transform: translateY(var(--py, 0px)); will-change: transform; }
.ti-p03-strip .container { position: absolute; left: 0; right: 0; bottom: 18px; left: 50%; transform: translateX(-50%); }
.ti-p03-strip-pill { display: inline-block; background: rgba(255,255,255,.92); border-radius: 30px; padding: 8px 18px; font-size: 13.5px; font-weight: 500; color: var(--ti-p03-ink); box-shadow: 0 8px 20px rgba(120,70,10,.18); }
.ti-p03-strip-pill i { color: var(--ti-accent); margin-right: 8px; font-weight: 700; }

/* ---------- PROBLEMS ---------- */
.ti-p03-sticky { position: sticky; top: 110px; }
.ti-p03-sticky p { font-size: 16px; }
.ti-p03-note { border-left: 4px solid var(--ti-accent); padding: 4px 0 4px 16px; color: var(--ti-p03-ink); font-weight: 500; }
.ti-p03-note i { color: var(--ti-accent); margin-right: 8px; }
.ti-p03-bugs { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.ti-p03-bugs li { position: relative; display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; align-items: center; background: #fff; border: 1px solid var(--ti-border); border-left: 4px solid #e5484d; border-radius: 12px; padding: 16px 20px; box-shadow: var(--ti-shadow); }
.ti-p03-bugs .id { grid-column: 1 / -1; font: 700 11px var(--ti-p03-mono); letter-spacing: 1px; color: #c2363b; margin-bottom: 6px; }
.ti-p03-bugs i { width: 48px; height: 48px; line-height: 48px; border-radius: 12px; text-align: center; background: #fdecec; color: #d23a3f; font-size: 22px; -webkit-text-stroke: .6px #d23a3f; }
.ti-p03-bugs p { margin: 0; font-size: 15.5px; color: var(--ti-p03-ink); line-height: 1.6; }

/* ---------- WHAT WE DEVELOP ---------- */
.ti-p03-devgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ti-p03-dev-c { display: flex; gap: 16px; background: #fff; border: 1px solid var(--ti-border); border-top: 4px solid var(--ti-primary); border-radius: 14px; padding: 22px 22px 20px; box-shadow: var(--ti-shadow); transition: var(--ti-transition); }
.ti-p03-dev-c:hover { transform: translateY(-6px); border-top-color: var(--ti-accent); box-shadow: var(--ti-shadow-hover); }
.ti-p03-dev-c .ic { flex: 0 0 52px; width: 52px; height: 52px; line-height: 52px; text-align: center; border-radius: 12px; background: var(--ti-gradient-soft); color: var(--ti-primary); font-size: 24px; -webkit-text-stroke: .5px var(--ti-primary); }
.ti-p03-dev-c:hover .ic { background: var(--ti-accent); color: #fff; -webkit-text-stroke-color: #fff; }
.ti-p03-dev-c h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 18px; color: var(--ti-p03-ink); margin: 0 0 6px; }
.ti-p03-dev-c p { margin: 0; font-size: 14.5px; line-height: 1.65; }
.ti-p03-dev-c a, .ti-p03-related a, .ti-p03-also a { color: var(--ti-primary); font-weight: 500; border-bottom: 1px dashed currentColor; }
.ti-p03-dev-c a:hover, .ti-p03-related a:hover, .ti-p03-also a:hover { color: var(--ti-accent-dark); text-decoration: none; }
.ti-p03-related { margin: 28px auto 0; max-width: 860px; text-align: center; font-size: 15.5px; }

/* ---------- STAGES (sticky timeline) ---------- */
.ti-p03-tl { position: sticky; top: 110px; }
.ti-p03-tl-p { font-size: 15.5px; }
.ti-p03-nav { list-style: none; margin: 26px 0 0; padding: 0 0 0 4px; position: relative; --f: 0; }
.ti-p03-nav::before, .ti-p03-nav::after { content: ""; position: absolute; left: 22px; top: 22px; width: 3px; border-radius: 3px; }
.ti-p03-nav::before { bottom: 22px; background: #dbe8ee; }
.ti-p03-nav::after { height: calc((100% - 44px) * var(--f, 0)); background: linear-gradient(var(--ti-primary), var(--ti-accent)); transition: height .5s ease; }
.ti-p03-nav li { position: relative; z-index: 1; margin-bottom: 20px; }
.ti-p03-nav li:last-child { margin-bottom: 0; }
.ti-p03-nav a { display: flex; align-items: center; gap: 16px; color: #7a94a2; font-weight: 500; font-size: 16px; }
.ti-p03-nav a:hover { text-decoration: none; }
.ti-p03-nav b { width: 38px; height: 38px; line-height: 34px; text-align: center; border-radius: 50%; background: #fff; border: 3px solid #dbe8ee; color: #7a94a2; font-family: Ubuntu, Arial, sans-serif; transition: var(--ti-transition); flex: 0 0 38px; margin-left: 3px; }
.ti-p03-nav li.done b { border-color: var(--ti-primary); color: var(--ti-primary); }
.ti-p03-nav li.on b { background: var(--ti-accent); border-color: var(--ti-accent); color: #fff; transform: scale(1.14); box-shadow: 0 8px 18px rgba(238,127,28,.4); }
.ti-p03-nav li.on a, .ti-p03-nav li.done a { color: var(--ti-p03-ink); }
.ti-p03-nav li.on a { font-weight: 700; }

.ti-p03-stage { position: relative; background: #fff; border: 1px solid var(--ti-border); border-radius: 18px; padding: 30px 32px 28px; margin-bottom: 26px; box-shadow: var(--ti-shadow); overflow: hidden; }
.ti-p03-stage::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(var(--ti-primary), var(--ti-accent)); }
.ti-p03-stage-n { position: absolute; right: 22px; top: 6px; font: 700 78px/1 Ubuntu, Arial, sans-serif; color: rgba(37,112,146,.09); }
.ti-p03-stage h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 26px; color: var(--ti-p03-ink); margin: 0 0 6px; }
.ti-p03-stage .lead { font-size: 16px; margin-bottom: 18px; max-width: 560px; }
.ti-p03-steps { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 12px; }
.ti-p03-steps li { display: flex; gap: 14px; background: #f6fafc; border: 1px solid var(--ti-border); border-radius: 12px; padding: 14px 16px; }
.ti-p03-steps li > i { flex: 0 0 40px; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 10px; background: #fff; color: var(--ti-primary); font-size: 19px; box-shadow: 0 4px 10px rgba(23,57,74,.1); -webkit-text-stroke: .5px var(--ti-primary); }
.ti-p03-steps b { display: block; color: var(--ti-p03-ink); font-size: 16px; }
.ti-p03-steps span { font-size: 14.5px; line-height: 1.6; display: block; }
.ti-p03-callout { display: flex; gap: 12px; margin: 0; padding: 14px 16px; border-radius: 12px; background: #fff6ec; border: 1px dashed #f0b87a; font-size: 14.5px; line-height: 1.6; color: var(--ti-p03-ink); }
.ti-p03-callout > i { flex: 0 0 22px; font-size: 22px; color: var(--ti-accent); text-align: center; margin-top: 1px; -webkit-text-stroke: .5px var(--ti-accent); }
.ti-p03-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* ---------- PERFORMANCE ---------- */
.ti-p03-gauges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ti-p03-gauge { background: #fff; border: 1px solid var(--ti-border); border-radius: 16px; padding: 26px 18px 22px; text-align: center; box-shadow: var(--ti-shadow); }
.ti-p03-gauge .ti-p03-ring { margin: 0 auto 14px; }
.ti-p03-gauge h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 22px; color: var(--ti-p03-ink); margin: 0; }
.ti-p03-gauge small { display: block; font-size: 12.5px; letter-spacing: .4px; color: var(--ti-accent-dark); font-weight: 700; margin: 2px 0 8px; text-transform: uppercase; }
.ti-p03-gauge p { margin: 0; font-size: 14px; line-height: 1.6; }
.ti-p03-weight { width: 132px; height: 132px; margin: 0 auto 14px; display: flex; align-items: flex-end; justify-content: center; gap: 10px; padding-bottom: 14px; }
.ti-p03-weight i { display: block; width: 26px; border-radius: 6px 6px 0 0; background: linear-gradient(var(--ti-primary-light), var(--ti-primary)); height: 100%; transition: height 1.4s .2s cubic-bezier(.3,.7,.2,1); }
.ti-p03-weight i:nth-child(2) { background: linear-gradient(var(--ti-accent-light), var(--ti-accent)); }
.ti-p03-weight i:nth-child(3) { background: linear-gradient(#5be08d, var(--ti-green)); }
.ti-js .ti-p03-gauge.is-in .ti-p03-weight i:nth-child(1) { height: 78%; }
.ti-js .ti-p03-gauge.is-in .ti-p03-weight i:nth-child(2) { height: 52%; }
.ti-js .ti-p03-gauge.is-in .ti-p03-weight i:nth-child(3) { height: 30%; }
.ti-js .ti-p03-gauge:not(.is-in) .ti-p03-weight i { height: 100%; }
.ti-p03-how { margin-top: 24px; background: #fff; border: 1px solid var(--ti-border); border-radius: 16px; padding: 22px 26px; box-shadow: var(--ti-shadow); }
.ti-p03-how h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 19px; color: var(--ti-p03-ink); margin: 0 0 12px; }
.ti-p03-how h3 i { color: var(--ti-accent); margin-right: 10px; -webkit-text-stroke: .5px var(--ti-accent); }
.ti-p03-how ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.ti-p03-how li { background: var(--ti-gradient-soft); border: 1px solid var(--ti-border); border-radius: 30px; padding: 8px 16px; font-size: 14px; color: var(--ti-p03-ink); }

/* ---------- MATRIX ---------- */
.ti-p03-panel { background: #fff; border: 1px solid var(--ti-border); border-radius: 16px; padding: 24px 26px; box-shadow: var(--ti-shadow); height: 100%; }
.ti-p03-panel.mb-4 { height: auto; }
.ti-p03-panel h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 20px; color: var(--ti-p03-ink); margin: 0 0 16px; padding-bottom: 12px; border-bottom: 2px solid var(--ti-border); }
.ti-p03-panel h3 i { width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 10px; background: var(--ti-primary); color: #fff; font-size: 17px; margin-right: 12px; -webkit-text-stroke: .5px #fff; }
.ti-p03-checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ti-p03-checks.one { grid-template-columns: 1fr; }
.ti-p03-checks li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 12px; border-radius: 10px; background: #f6fafc; font-size: 14.5px; line-height: 1.5; color: var(--ti-p03-ink); }

.ti-p03-checks li > span { min-width: 0; }
.ti-p03-checks li.wide { grid-column: 1 / -1; }
.ti-p03-checks li > i { flex: 0 0 30px; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 8px; background: #fff; box-shadow: 0 3px 8px rgba(23,57,74,.12); color: var(--ti-accent); font-size: 15px; -webkit-text-stroke: .5px var(--ti-accent); }
.ti-p03-checks code { background: #e9f2f6; color: var(--ti-primary-dark); padding: 1px 6px; border-radius: 4px; font-size: 13px; }
.ti-p03-notes { margin-top: 14px; }
.ti-p03-note2 { display: flex; gap: 16px; height: 100%; background: linear-gradient(135deg, #fff, #fff6ec); border: 1px solid #f6d9b8; border-radius: 16px; padding: 22px 24px; }
.ti-p03-note2 > i { flex: 0 0 48px; width: 48px; height: 48px; line-height: 48px; text-align: center; border-radius: 50%; background: var(--ti-accent); color: #fff; font-size: 22px; -webkit-text-stroke: .5px #fff; }
.ti-p03-note2 h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 18px; color: var(--ti-p03-ink); margin: 0 0 6px; }
.ti-p03-note2 p { margin: 0; font-size: 14.5px; line-height: 1.7; }

/* ---------- MIGRATION ---------- */
.ti-p03-signs { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ti-p03-signs li { position: relative; padding: 10px 12px 10px 42px; border-radius: 10px; background: #fff7f7; border: 1px solid #f6d5d6; font-size: 14.5px; line-height: 1.5; color: var(--ti-p03-ink); }
.ti-p03-signs li::before { content: "\f00d"; font-family: FontAwesome; position: absolute; left: 12px; top: 10px; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%; background: #e5484d; color: #fff; font-size: 11px; }
.ti-p03-mp { font-size: 15px; }
.ti-p03-map { font: 13px var(--ti-p03-mono); background: #f6fafc; border: 1px solid var(--ti-border); border-radius: 12px; padding: 8px 14px; margin-bottom: 16px; }
.ti-p03-map div { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px dashed var(--ti-border); color: var(--ti-p03-ink); }
.ti-p03-map div:last-child { border-bottom: 0; }
.ti-p03-map i { color: var(--ti-accent); }
.ti-p03-map em { margin-left: auto; font-style: normal; font-weight: 700; background: #fff1e0; color: var(--ti-accent-dark); border-radius: 6px; padding: 1px 8px; }
.ti-p03-map em.ok { background: #e2f8ea; color: #15803d; }
.ti-p03-mflow { list-style: none; margin: 0; padding: 0; counter-reset: m; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ti-p03-mflow li { counter-increment: m; display: flex; gap: 12px; align-items: center; background: #f6fafc; border-radius: 10px; padding: 10px 12px; font-size: 14.5px; line-height: 1.45; color: var(--ti-p03-ink); }
.ti-p03-mflow li::before { content: counter(m); flex: 0 0 28px; width: 28px; height: 28px; line-height: 28px; text-align: center; border-radius: 50%; background: var(--ti-primary); color: #fff; font-weight: 700; font-size: 13px; }

/* ---------- WHATSAPP PHONE ---------- */
.ti-p03-phone { width: 290px; max-width: 100%; margin: 0 auto; border: 9px solid #17394a; border-radius: 38px; background: #ece5dd; box-shadow: 0 30px 50px -18px rgba(23,57,74,.45); overflow: hidden; position: relative; }
.ti-p03-phone-top { display: flex; gap: 10px; align-items: center; background: #128c7e; color: #fff; padding: 14px 14px 12px; }
.ti-p03-phone-top .av { width: 34px; height: 34px; line-height: 34px; text-align: center; border-radius: 50%; background: #fff; color: #128c7e; font-weight: 700; }
.ti-p03-phone-top b { display: block; font-size: 14px; line-height: 1.2; }
.ti-p03-phone-top small { font-size: 11px; opacity: .85; }
.ti-p03-phone-chat { padding: 16px 12px 14px; display: grid; gap: 10px; min-height: 190px; }
.ti-p03-phone-chat div { max-width: 86%; padding: 9px 11px; border-radius: 10px; font-size: 12.5px; line-height: 1.5; color: #222; position: relative; box-shadow: 0 1px 1px rgba(0,0,0,.1); }
.ti-p03-phone-chat .out { background: #dcf8c6; justify-self: end; }
.ti-p03-phone-chat .in { background: #fff; justify-self: start; }
.ti-p03-phone-chat small { display: block; text-align: right; font-size: 10px; color: #7b8b74; margin-top: 3px; font-style: italic; }
.ti-p03-event { display: flex; gap: 8px; align-items: center; background: #fff; border-top: 2px solid var(--ti-accent); padding: 10px 12px; font: 11px/1.4 var(--ti-p03-mono); color: var(--ti-p03-ink); }
.ti-p03-event i { color: var(--ti-accent); font-size: 15px; }
.ti-p03-wa-steps { list-style: none; margin: 20px 0 22px; padding: 0; display: grid; gap: 10px; }
.ti-p03-wa-steps li { display: flex; align-items: center; gap: 14px; background: #f6fafc; border: 1px solid var(--ti-border); border-radius: 12px; padding: 12px 16px; font-size: 15px; color: var(--ti-p03-ink); font-weight: 500; }
.ti-p03-wa-steps b { flex: 0 0 32px; width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 50%; background: var(--ti-green); color: #fff; }

/* ---------- WORK RAIL ---------- */
.ti-p03-work { padding-bottom: 70px; }
.ti-p03-rail { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px max(24px, calc((100vw - 1140px) / 2 + 12px)) 26px; scroll-padding: 0 max(24px, calc((100vw - 1140px) / 2 + 12px)); -webkit-overflow-scrolling: touch; scrollbar-color: var(--ti-primary) #dbe8ee; scrollbar-width: thin; }
.ti-p03-proj { flex: 0 0 330px; scroll-snap-align: start; background: #fff; border: 1px solid var(--ti-border); border-radius: 18px; padding: 12px; box-shadow: var(--ti-shadow); transition: var(--ti-transition); display: flex; flex-direction: column; }
.ti-p03-proj:hover { transform: translateY(-6px); box-shadow: var(--ti-shadow-hover); }
.ti-p03-proj .pic { aspect-ratio: 1 / 1; border-radius: 12px; background: #f1f6f9; border: 1px solid var(--ti-border); overflow: hidden; }
.ti-p03-proj img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ti-p03-proj .txt { padding: 14px 6px 6px; }
.ti-p03-proj .ind { display: inline-block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--ti-accent-dark); margin-bottom: 4px; }
.ti-p03-proj h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 18px; color: var(--ti-p03-ink); margin: 0 0 8px; line-height: 1.3; }
.ti-p03-proj p { font-size: 14px; line-height: 1.6; margin: 0 0 8px; }
.ti-p03-proj .chg { background: #f6fafc; border-left: 3px solid var(--ti-primary); padding: 8px 10px; border-radius: 0 8px 8px 0; color: var(--ti-p03-ink); }

/* ---------- FAQ ---------- */
.ti-p03-faq-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; flex-wrap: wrap; }
.ti-p03-faq-head .ti-section-title { margin: 0; font-size: 36px; }
.ti-p03-faq .accordion-item { position: relative; padding-left: 68px; background: var(--ti-light-bg); margin-bottom: 14px; }
.ti-p03-fi { position: absolute; left: 0; top: 0; bottom: 0; width: 68px; display: flex; align-items: flex-start; justify-content: center; padding-top: 14px; background: linear-gradient(180deg, var(--ti-primary), var(--ti-primary-dark)); color: #fff; font-size: 24px; -webkit-text-stroke: .5px #fff; z-index: 1; }
.ti-p03-fi i { width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; background: rgba(255,255,255,.16); }
.ti-p03-faq .accordion-button { font-size: 17px; }
.ti-p03-faq .accordion-body p { margin: 0; font-size: 15px; line-height: 1.75; }

/* ---------- FINAL ---------- */
.ti-p03-final { padding: 10px 0 84px; background: #fff; }
.ti-p03-final-bar { text-align: center; border-radius: 26px; padding: 54px 30px 40px; border: 1px solid var(--ti-border); box-shadow: var(--ti-shadow-hover);
  background: radial-gradient(520px 260px at 0% 0%, rgba(37,112,146,.16), transparent 70%), radial-gradient(520px 260px at 100% 100%, rgba(238,127,28,.20), transparent 70%), linear-gradient(135deg, #f1f8fb, #fff6ec); }
.ti-p03-final-bar h2 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 38px; color: var(--ti-p03-ink); margin-bottom: 14px; }
.ti-p03-final-bar > p { max-width: 720px; margin: 0 auto; font-size: 17px; }
.ti-p03-final-bar .ti-uae-cta-row { justify-content: center; margin-top: 28px; }
.ti-p03-final-bar .ti-p03-also { margin-top: 26px; font-size: 14px; }

/* ================= TABLET ================= */
@media (max-width: 991px) {
  .ti-p03-hero { padding: 40px 0 0; }
  .ti-p03-h1 { font-size: 38px; }
  .ti-p03-sub { font-size: 16.5px; }
  .ti-p03-photo { margin: 28px auto 0; max-width: 100%; }
  .ti-p03-strip { height: 240px; }
  .ti-p03-sticky, .ti-p03-tl { position: static; }
  .ti-p03-sticky { margin-bottom: 22px; }
  .ti-p03-devgrid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .ti-p03-nav { display: flex; margin: 20px 0 22px; padding: 0; gap: 8px; }
  .ti-p03-nav::before, .ti-p03-nav::after { display: none; }
  .ti-p03-nav li { margin: 0; flex: 1; }
  .ti-p03-nav a { flex-direction: column; gap: 6px; text-align: center; font-size: 13px; }
  .ti-p03-nav b { margin: 0; }
  .ti-p03-gauges { grid-template-columns: 1fr 1fr; }
  .ti-p03-panel { height: auto; }
  .ti-p03-phone { margin-bottom: 30px; }
  .ti-p03-faq-head .ti-section-title { font-size: 29px; }
  .ti-p03-final-bar h2 { font-size: 30px; }
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {
  .ti-p03-hero { padding: 26px 0 0; }
  .ti-p03-tag { font-size: 12px; padding: 6px 12px; }
  .ti-p03-h1 { font-size: 29px; margin: 14px 0 10px; }
  .ti-p03-sub { font-size: 14px; line-height: 1.65; margin-bottom: 16px; }
  .ti-p03-micro { font-size: 13px; margin-top: 12px; }
  .ti-p03-photo { margin: 20px 0 0; border-radius: 16px; }
  .ti-p03-chip { left: 8px; bottom: 8px; padding: 5px 10px; font-size: 11.5px; }
  .ti-p03-win-body { grid-template-columns: 1fr; }
  .ti-p03-code { display: none; }
  .ti-p03-score { flex-direction: row; align-items: center; padding: 14px; gap: 14px; }
  .ti-p03-ring { width: 92px; height: 92px; }
  .ti-p03-ring b { font-size: 16px; }
  .ti-p03-score li { font-size: 12.5px; padding: 2px 0; }
  .ti-p03-win-foot { padding: 10px 14px; font-size: 13px; }
  .ti-p03-win-foot small { font-size: 11px; }
  .ti-p03-strip { height: 190px; }
  .ti-p03-strip-bg { top: -12%; bottom: -12%; background-position: center 55%; }
  .ti-p03-strip .container { bottom: 12px; }
  .ti-p03-strip-pill { font-size: 12px; padding: 6px 12px; }
  .ti-uae-section.ti-p03-wrong { padding-top: 34px; }

  .ti-p03-sticky p, .ti-p03-tl-p { font-size: 13.5px; line-height: 1.65; }
  .ti-p03-note { font-size: 13.5px; }
  .ti-p03-bugs { gap: 10px; }
  .ti-p03-bugs li { grid-template-columns: 38px 1fr; column-gap: 12px; padding: 12px 14px; }
  .ti-p03-bugs .id { margin-bottom: 4px; font-size: 10.5px; }
  .ti-p03-bugs i { width: 38px; height: 38px; line-height: 38px; font-size: 18px; }
  .ti-p03-bugs p { font-size: 13.5px; line-height: 1.55; }

  .ti-p03-devgrid { grid-template-columns: 1fr; gap: 10px; }
  .ti-p03-dev-c { padding: 14px; gap: 12px; }
  .ti-p03-dev-c .ic { flex-basis: 42px; width: 42px; height: 42px; line-height: 42px; font-size: 20px; }
  .ti-p03-dev-c h3 { font-size: 16px; margin-bottom: 3px; }
  .ti-p03-dev-c p { font-size: 13.5px; line-height: 1.55; }
  .ti-p03-related { font-size: 13.5px; margin-top: 18px; text-align: left; }

  .ti-p03-nav { gap: 4px; margin: 14px 0 16px; }
  .ti-p03-nav a { font-size: 11.5px; }
  .ti-p03-nav b { width: 32px; height: 32px; line-height: 28px; flex-basis: 32px; font-size: 14px; }
  .ti-p03-stage { padding: 18px 16px 16px 20px; margin-bottom: 14px; border-radius: 14px; }
  .ti-p03-stage-n { font-size: 52px; right: 14px; }
  .ti-p03-stage h3 { font-size: 20px; }
  .ti-p03-stage .lead { font-size: 13.5px; margin-bottom: 12px; }
  .ti-p03-steps { gap: 8px; margin-bottom: 12px; }
  .ti-p03-steps li { padding: 10px 12px; gap: 10px; }
  .ti-p03-steps li > i { flex-basis: 34px; width: 34px; height: 34px; line-height: 34px; font-size: 16px; }
  .ti-p03-steps b { font-size: 15px; }
  .ti-p03-steps span, .ti-p03-callout { font-size: 13.5px; }
  .ti-p03-callout { padding: 11px 12px; gap: 10px; }
  .ti-p03-two { grid-template-columns: 1fr; gap: 8px; }

  .ti-p03-gauges { gap: 10px; }
  .ti-p03-gauge { padding: 16px 10px 14px; }
  .ti-p03-ring.is-big, .ti-p03-weight { width: 88px; height: 88px; }
  .ti-p03-ring.is-big b { font-size: 14px; }
  .ti-p03-weight { gap: 6px; padding-bottom: 8px; }
  .ti-p03-weight i { width: 18px; }
  .ti-p03-gauge h3 { font-size: 18px; }
  .ti-p03-gauge small { font-size: 10.5px; }
  .ti-p03-gauge p { font-size: 12.5px; line-height: 1.5; }
  .ti-p03-how { padding: 16px; margin-top: 14px; }
  .ti-p03-how h3 { font-size: 16px; margin-bottom: 10px; }
  .ti-p03-how li { font-size: 13px; padding: 6px 12px; }

  .ti-p03-panel { padding: 16px 14px; }
  .ti-p03-panel h3 { font-size: 17px; margin-bottom: 12px; padding-bottom: 10px; }
  .ti-p03-panel h3 i { width: 30px; height: 30px; line-height: 30px; font-size: 14px; margin-right: 8px; }
  .ti-p03-checks { grid-template-columns: 1fr; gap: 8px; }
  .ti-p03-checks li { padding: 8px 10px; font-size: 13.5px; gap: 10px; }
  .ti-p03-checks li > i { flex-basis: 28px; width: 28px; height: 28px; line-height: 28px; font-size: 14px; }
  .ti-p03-note2 { padding: 14px; gap: 12px; }
  .ti-p03-note2 > i { flex-basis: 38px; width: 38px; height: 38px; line-height: 38px; font-size: 18px; }
  .ti-p03-note2 h3 { font-size: 16px; }
  .ti-p03-note2 p { font-size: 13.5px; line-height: 1.6; }
  .ti-p03-notes { margin-top: 0; }

  .ti-p03-signs li { font-size: 13.5px; padding: 8px 10px 8px 38px; }
  .ti-p03-signs li::before { top: 8px; left: 10px; }
  .ti-p03-mp { font-size: 13.5px; }
  .ti-p03-map { font-size: 11.5px; padding: 4px 10px; }
  .ti-p03-mflow { grid-template-columns: 1fr; gap: 8px; }
  .ti-p03-mflow li { font-size: 13.5px; padding: 8px 10px; }

  .ti-p03-phone { width: 250px; border-width: 7px; border-radius: 30px; margin-bottom: 22px; }
  .ti-p03-phone-chat { min-height: 0; }
  .ti-p03-wa-steps { margin: 14px 0 16px; gap: 8px; }
  .ti-p03-wa-steps li { padding: 9px 12px; font-size: 13.5px; }

  .ti-p03-work { padding-bottom: 28px; }
  .ti-p03-rail { gap: 12px; padding: 4px 16px 20px; scroll-padding: 0 16px; }
  .ti-p03-proj { flex-basis: 78vw; padding: 10px; border-radius: 14px; }
  .ti-p03-proj h3 { font-size: 16px; }
  .ti-p03-proj p { font-size: 13px; }

  .ti-p03-faq-head { margin-bottom: 14px; gap: 12px; }
  .ti-p03-faq-head .ti-section-title { font-size: 22px; }
  .ti-p03-faq-head .ti-uae-btn { width: 100%; }
  .ti-p03-faq .accordion-item { padding-left: 44px; margin-bottom: 10px; }
  .ti-p03-fi { width: 44px; font-size: 17px; padding-top: 10px; }
  .ti-p03-fi i { width: 30px; height: 30px; line-height: 30px; }
  .ti-p03-faq .accordion-button { font-size: 14.5px; padding: 13px 52px 13px 14px; }
  .ti-p03-faq .accordion-button::before { right: 12px; width: 28px; height: 28px; line-height: 28px; font-size: 17px; }
  .ti-p03-faq .accordion-body { padding: 0 14px 14px; }
  .ti-p03-faq .accordion-body p { font-size: 13.5px; line-height: 1.65; }

  .ti-p03-final { padding: 30px 0 40px; }
  .ti-p03-final-bar { padding: 26px 16px 22px; border-radius: 18px; }
  .ti-p03-final-bar h2 { font-size: 22px; margin-bottom: 8px; }
  .ti-p03-final-bar > p { font-size: 13.5px; }
  .ti-p03-final-bar .ti-uae-cta-row { margin-top: 18px; }
  .ti-p03-final-bar .ti-p03-also { font-size: 12.5px; margin-top: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .ti-p03-win-foot .dot, .ti-p03-win .ti-p03-ring .fg { animation: none; }
  .ti-p03-strip-bg { transform: none; }
}
.ti-p03-matrix .col-lg-5 .ti-p03-panel { height: auto; }

/* ===== v2: equal-height layout + imagery ===== */
.ti-p03-matrix .row, .ti-p03-notes { align-items: stretch; }
.ti-p03-stack { display: flex; flex-direction: column; gap: 24px; height: 100%; }
.ti-p03-stack .ti-p03-panel { flex: 1 1 auto; height: auto; }
.ti-p03-matrix .col-lg-7.mb-4, .ti-p03-notes .mb-4 { margin-bottom: 24px !important; }
.ti-p03-dev-c, .ti-p03-dev-c:hover, .ti-p03-proj:hover { transform: none; }
.ti-p03-devgrid { align-items: stretch; }
.ti-p03-dev-c { height: 100%; }
.ti-p03-gauges { align-items: stretch; }
.ti-p03-gauge { height: 100%; }

.ti-p03-media { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 34px; }
.ti-p03-media.is-rev .ti-p03-fig { order: 2; }
.ti-p03-fig { margin: 0; }
.ti-p03-fig img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; box-shadow: 0 22px 44px -18px rgba(23,57,74,.35); background: #f1f6f9; }
.ti-p03-media .ti-p03-related { margin: 0; text-align: left; max-width: none; font-size: 16.5px; }
.ti-p03-media .ti-p03-how { margin-top: 0; }
.ti-p03-mtxt .ti-p03-panel { height: auto; }
.ti-p03-migwrap { margin-top: 30px; }
.ti-p03-migwrap .ti-p03-panel { height: auto; }
.ti-p03-wa .ti-p03-fig { margin-bottom: 0; }

/* work: even 4-col grid */
.ti-p03-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; overflow: visible; padding: 8px 0 0; scroll-snap-type: none; align-items: stretch; }
.ti-p03-proj { flex: none; min-width: 0; height: 100%; }
.ti-p03-proj .txt { flex: 1 1 auto; display: flex; flex-direction: column; }
.ti-p03-proj .chg { margin-top: auto; }
.ti-p03-proj h3 { min-height: 3.9em; }
.ti-p03-work { padding-bottom: 70px; }

@media (max-width: 1199px) { .ti-p03-rail { grid-template-columns: repeat(2, 1fr); } .ti-p03-proj h3 { min-height: 0; } }
@media (max-width: 991px) {
  .ti-p03-media { grid-template-columns: 1fr; gap: 22px; margin-top: 24px; }
  .ti-p03-media .ti-p03-fig, .ti-p03-media.is-rev .ti-p03-fig { order: -1; max-width: 560px; margin: 0 auto; width: 100%; }
  .ti-p03-wa .ti-p03-fig { max-width: 520px; margin: 0 auto 22px; }
  .ti-p03-stack { height: auto; }
}
@media (max-width: 767px) {
  .ti-p03-media { gap: 14px; margin-top: 16px; }
  .ti-p03-fig img { border-radius: 14px; }
  .ti-p03-media .ti-p03-related { font-size: 13.5px; }
  .ti-p03-migwrap { margin-top: 14px; }
  .ti-p03-stack { gap: 14px; }
  .ti-p03-rail { grid-template-columns: 1fr; gap: 12px; padding: 4px 0 0; }
  .ti-p03-proj { flex-basis: auto; }
  .ti-p03-wa .ti-p03-fig { margin-bottom: 14px; }
}
