/* =========================================================
   Page 05 — /ecommerce-website-design-dubai   ("Storefront")
   All classes prefixed ti-p05-. Loaded after uae-pages.css.
   ========================================================= */
:root {
  --p05-coral: #ff5f4a;
  --p05-orange: #ee7f1c;
  --p05-cream: #fff4ea;
  --p05-peach: #ffe7d3;
  --p05-ink: #1f2d3a;
  --p05-line: #f1d8c0;
}
.ti-p05-hero, .ti-p05-final, .ti-p05-work { overflow: hidden; }
.ti-p05-hero a:not(.ti-uae-btn), .ti-p05-intro a, .ti-p05-needs a, .ti-p05-flow a, .ti-p05-plat a, .ti-p05-more a, .ti-p05-cases a { color: var(--ti-primary); font-weight: 500; border-bottom: 1px solid rgba(37,112,146,.3); }

/* ---------- HERO ---------- */
.ti-p05-hero {
  position: relative; padding: 64px 0 0;
  background:
    radial-gradient(520px 320px at 8% 10%, rgba(255,95,74,.10), rgba(255,95,74,0) 70%),
    radial-gradient(640px 380px at 92% 0%, rgba(238,127,28,.16), rgba(238,127,28,0) 70%),
    linear-gradient(180deg, #fff6ee 0%, #fff 100%);
}
.ti-p05-hero .container { position: relative; z-index: 2; }
.ti-p05-proof { display: inline-block; background: #fff; border: 1px solid var(--p05-line); color: var(--p05-ink); font-weight: 500; font-size: 14px; padding: 7px 16px; border-radius: 40px; margin-bottom: 18px; box-shadow: 0 6px 16px rgba(238,127,28,.12); }
.ti-p05-proof i { color: var(--ti-green-dark, #1da851); margin-right: 8px; }
.ti-p05-h1 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 46px; line-height: 1.12; color: var(--ti-heading, #10283a); margin: 0 0 16px; }
.ti-p05-h1 span { color: var(--p05-coral); position: relative; white-space: nowrap; }
.ti-p05-h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 8px; border-radius: 6px; background: linear-gradient(90deg, var(--p05-orange), var(--p05-coral)); opacity: .28; }
.ti-p05-sub { font-size: 18px; line-height: 1.6; max-width: 520px; margin-bottom: 26px; }
.ti-p05-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.ti-p05-cta.c { justify-content: center; }
.ti-p05-micro { margin: 16px 0 0; font-size: 14px; color: #55636f; }
.ti-p05-micro i { color: var(--ti-green); margin-right: 7px; font-size: 17px; vertical-align: -1px; }

/* storefront mock */
.ti-p05-store {
  position: relative; z-index: 3; background: #fff; border-radius: 20px; margin: 30px 0 0 auto; max-width: 540px;
  box-shadow: 0 30px 60px -18px rgba(180,80,20,.35), 0 0 0 1px rgba(238,127,28,.14); padding-bottom: 14px;
  transform: rotate(1.2deg); transition: transform .5s ease;
}
.ti-p05-store:hover { transform: rotate(0) translateY(-4px); }
.ti-p05-awning {
  height: 34px; margin: -1px -1px 0; border-radius: 20px 20px 0 0;
  background: repeating-linear-gradient(90deg, var(--p05-coral) 0 40px, var(--p05-peach) 40px 80px);
  -webkit-mask: linear-gradient(#000, #000) 0 0 / 100% 14px no-repeat, radial-gradient(circle 20px at 20px 14px, #000 19px, transparent 20px) 0 0 / 40px 34px repeat-x;
  mask: linear-gradient(#000, #000) 0 0 / 100% 14px no-repeat, radial-gradient(circle 20px at 20px 14px, #000 19px, transparent 20px) 0 0 / 40px 34px repeat-x;
  position: relative; top: -14px; margin-bottom: -8px;
}
.ti-p05-storebar { display: flex; align-items: center; gap: 12px; padding: 4px 16px 12px; }
.ti-p05-storebar .dots { display: flex; gap: 5px; }
.ti-p05-storebar .dots i { width: 9px; height: 9px; border-radius: 50%; background: #f3c9a8; }
.ti-p05-storebar .url { flex: 1; background: #f7f1ea; border-radius: 20px; font-size: 12.5px; padding: 4px 14px; color: #7a6a5c; }
.ti-p05-storebar .bag { position: relative; width: 22px; height: 18px; border-radius: 3px 3px 5px 5px; background: var(--p05-ink); margin-top: 6px; }
.ti-p05-storebar .bag::before { content: ""; position: absolute; left: 4px; right: 4px; top: -8px; height: 10px; border: 2px solid var(--p05-ink); border-bottom: 0; border-radius: 8px 8px 0 0; }
.ti-p05-storebar .bag b { position: absolute; right: -9px; top: -10px; width: 17px; height: 17px; line-height: 17px; text-align: center; border-radius: 50%; background: var(--p05-coral); color: #fff; font-size: 10.5px; font-weight: 700; animation: ti-p05-bump 3.6s ease-in-out infinite; }
.ti-p05-shelf { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 16px; }
.ti-p05-prod { background: #fffaf5; border: 1px solid var(--p05-line); border-radius: 14px; padding: 10px 10px 12px; }
.ti-p05-prod .pic { aspect-ratio: 1 / 1; background: #fff; border-radius: 10px; overflow: hidden; margin-bottom: 8px; }
.ti-p05-prod .pic img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ti-p05-prod b { display: block; font-size: 14px; line-height: 1.25; color: var(--p05-ink); }
.ti-p05-prod small { display: block; font-size: 12px; color: #7c8791; margin-bottom: 8px; }
.ti-p05-prod .row2 { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.ti-p05-price { position: relative; display: inline-flex; align-items: center; gap: 5px; background: var(--p05-peach); color: #b34e07; font-weight: 700; font-size: 11.5px; padding: 4px 9px 4px 14px; clip-path: polygon(9px 0, 100% 0, 100% 100%, 9px 100%, 0 50%); }
.ti-p05-price::before { content: ""; position: absolute; left: 6px; top: 50%; width: 4px; height: 4px; margin-top: -2px; border-radius: 50%; background: #fff; }
.ti-p05-price i { display: inline-block; width: 22px; height: 6px; border-radius: 3px; background: rgba(179,78,7,.35); }
.ti-p05-add { display: inline-flex; align-items: center; gap: 5px; background: var(--p05-orange); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 20px; animation: ti-p05-pulse 3.6s ease-out infinite; }
.ti-p05-add em { font-style: normal; font-size: 12px; }
.ti-p05-prod:nth-child(2) .ti-p05-add { animation-delay: .9s; }
.ti-p05-prod:nth-child(3) .ti-p05-add { animation-delay: 1.8s; }
.ti-p05-prod:nth-child(4) .ti-p05-add { animation-delay: 2.7s; }
@keyframes ti-p05-pulse { 0% { box-shadow: 0 0 0 0 rgba(238,127,28,.55); } 18%, 100% { box-shadow: 0 0 0 12px rgba(238,127,28,0); } }
@keyframes ti-p05-bump { 0%, 88%, 100% { transform: scale(1); } 94% { transform: scale(1.35); } }
.ti-p05-float { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 7px; background: var(--p05-ink); color: #fff; font-size: 13px; font-weight: 500; padding: 7px 14px 7px 16px; box-shadow: 0 12px 24px rgba(16,40,58,.28); clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%); animation: ti-p05-float 5s ease-in-out infinite; }
.ti-p05-float i { font-size: 14px; width: 16px; text-align: center; color: #ffb36b; }
.ti-p05-float.f1 { left: -30px; top: 130px; }
.ti-p05-float.f2 { right: -20px; bottom: 60px; animation-delay: 1.6s; }
.ti-p05-float.f2 i { color: #4cf08d; }
@keyframes ti-p05-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.ti-p05-band { position: relative; height: 250px; margin-top: -120px; overflow: hidden; z-index: 1; }
.ti-p05-band-bg { position: absolute; left: 0; right: 0; top: -50px; bottom: -50px; background: #6fb6d6 url('../images/uae/dubai-downtown-fountain.webp') center 84% / cover no-repeat; transform: translate3d(0, var(--py, 0px), 0); will-change: transform; }
.ti-p05-band::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,0) 45%); }

/* ---------- INTRO ---------- */
.ti-p05-intro { padding: 74px 0 80px; }
.ti-p05-intro .ti-section-title { font-size: 36px; margin-bottom: 16px; }
.ti-p05-vs { display: grid; gap: 16px; }
.ti-p05-vs > div { position: relative; padding: 20px 20px 20px 70px; border-radius: 16px; }
.ti-p05-vs i { position: absolute; left: 18px; top: 50%; margin-top: -19px; width: 38px; height: 38px; line-height: 38px; text-align: center; border-radius: 50%; font-size: 18px; -webkit-text-stroke: .6px currentColor; }
.ti-p05-vs b { display: block; font-size: 17px; color: var(--p05-ink); }
.ti-p05-vs span { display: block; font-size: 14px; color: #5d6b76; }
.ti-p05-vs em { position: absolute; right: 14px; top: 12px; font-style: normal; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; }
.ti-p05-vs-a { background: var(--p05-cream); border: 2px solid var(--p05-orange); transform: rotate(-1deg); box-shadow: 0 14px 28px -12px rgba(238,127,28,.5); }
.ti-p05-vs-a i { background: var(--p05-orange); color: #fff; }
.ti-p05-vs-a em { background: var(--p05-orange); color: #fff; }
.ti-p05-vs-b { background: #f5f6f8; border: 2px dashed #cfd6dd; transform: rotate(1deg); margin-left: 18px; }
.ti-p05-vs-b i { background: #dfe4ea; color: #7c8791; }
.ti-p05-vs-b em { background: #e6eaee; color: #6b7681; }

/* ---------- TAG SHELF ---------- */
.ti-p05-needs { padding: 80px 0 90px; background: linear-gradient(180deg, #fff9f3 0%, #fff 100%); }
.ti-p05-tags { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; row-gap: 44px; padding-top: 8px; }
.ti-p05-tag { position: relative; padding-top: 34px; filter: drop-shadow(0 12px 14px rgba(180,90,20,.18)); transform-origin: 50% 0; }
.ti-p05-tag::before { content: ""; position: absolute; left: -8px; right: -8px; top: 0; height: 8px; border-radius: 4px; background: linear-gradient(180deg, #f7b26e, var(--p05-orange)); }
.ti-p05-tag::after { content: ""; position: absolute; left: 50%; top: 8px; width: 2px; height: 30px; margin-left: -1px; background: #c9631a; }
.ti-p05-tag .in { position: relative; height: 100%; background: #fff; padding: 30px 18px 18px; clip-path: polygon(0 16px, 16px 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%); border-top: 0; }
.ti-p05-tag .in::before { content: ""; position: absolute; left: 50%; top: 5px; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: #fff5ea; box-shadow: inset 0 0 0 2px #c9631a; }
.ti-p05-tag .in::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--p05-orange), var(--p05-coral)); }
.ti-p05-tag .ic { display: inline-block; width: 44px; height: 44px; line-height: 44px; text-align: center; border-radius: 12px; background: var(--p05-peach); color: #c8560a; font-size: 21px; margin-bottom: 10px; -webkit-text-stroke: .5px currentColor; }
.ti-p05-tag h3 { font-size: 18px; margin: 0 0 6px; font-family: Ubuntu, Arial, sans-serif; font-weight: 700; color: var(--p05-ink); }
.ti-p05-tag p { font-size: 14px; line-height: 1.6; margin: 0; }
.ti-p05-tag:hover { animation: ti-p05-swing 1.1s ease-in-out; }
@keyframes ti-p05-swing { 20% { transform: rotate(3deg); } 45% { transform: rotate(-2.4deg); } 70% { transform: rotate(1.2deg); } 100% { transform: rotate(0); } }

/* ---------- JOURNEY ---------- */
.ti-p05-flowsec { padding: 84px 0 76px; }
.ti-p05-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.ti-p05-stage { position: relative; padding-top: 74px; --sp: 0; }
.ti-p05-stage .node { position: absolute; z-index: 2; left: 50%; top: 0; margin-left: -28px; width: 56px; height: 56px; line-height: 56px; text-align: center; border-radius: 50%; background: #fff; color: #b9a99a; font-size: 22px; border: 3px solid var(--p05-line); transition: background .4s, color .4s, border-color .4s, transform .4s; -webkit-text-stroke: .5px currentColor; }
.ti-p05-stage.on .node { background: linear-gradient(135deg, var(--p05-orange), var(--p05-coral)); color: #fff; border-color: #fff; box-shadow: 0 0 0 3px var(--p05-orange), 0 12px 22px rgba(238,127,28,.4); transform: scale(1.08); }
.ti-p05-stage:not(:last-child)::after { content: ""; position: absolute; z-index: 1; top: 26px; left: calc(50% + 34px); width: calc(100% + 20px - 68px); height: 6px; border-radius: 3px;
  background: linear-gradient(90deg, var(--p05-orange), var(--p05-coral)) 0 0 / calc(var(--sp) * 100%) 100% no-repeat, repeating-linear-gradient(90deg, var(--p05-line) 0 8px, transparent 8px 14px); }
.ti-p05-stage .card { height: 100%; background: #fff; border: 1px solid var(--p05-line); border-radius: 16px; padding: 18px 16px 16px; box-shadow: 0 14px 30px -18px rgba(180,90,20,.4); transition: transform .3s, box-shadow .3s; }
.ti-p05-stage .card:hover { transform: translateY(-5px); box-shadow: 0 22px 34px -18px rgba(180,90,20,.5); }
.ti-p05-stage .card small { display: block; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--p05-coral); margin-bottom: 2px; }
.ti-p05-stage .card h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 19px; margin: 0 0 10px; color: var(--p05-ink); }
.ti-p05-stage ul { list-style: none; margin: 0; padding: 0; }
.ti-p05-stage li { position: relative; padding-left: 16px; margin-bottom: 8px; font-size: 13.5px; line-height: 1.55; }
.ti-p05-stage li:last-child { margin-bottom: 0; }
.ti-p05-stage li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 2px; background: var(--p05-orange); transform: rotate(45deg); }
.ti-p05-stage li b { color: var(--p05-ink); font-weight: 600; }
.ti-p05-note { margin: 34px auto 0; max-width: 760px; text-align: center; font-weight: 500; color: var(--p05-ink); background: var(--p05-cream); border: 1px dashed var(--p05-orange); border-radius: 14px; padding: 13px 18px; }
.ti-p05-note i { color: var(--ti-green-dark, #1da851); margin-right: 9px; font-size: 18px; vertical-align: -1px; }
.ti-p05-mkt { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; }
.ti-p05-mkt b { font-size: 15px; color: var(--p05-ink); margin-right: 4px; }
.ti-p05-mkt span { position: relative; font-size: 13px; font-weight: 500; color: #8a4208; background: var(--p05-peach); padding: 5px 14px 5px 20px; clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%); }
.ti-p05-mkt span::before { content: ""; position: absolute; left: 8px; top: 50%; width: 5px; height: 5px; margin-top: -2.5px; border-radius: 50%; background: #fff; }

/* ---------- PLATFORM ---------- */
.ti-p05-plat { padding: 80px 0; }
.ti-p05-pl { height: 100%; background: #fff; border-radius: 18px; padding: 26px 24px 22px; border-top: 6px solid var(--p05-orange); box-shadow: 0 18px 36px -20px rgba(16,40,58,.3); transition: transform .3s; }
.ti-p05-pl:hover { transform: translateY(-5px); }
.col-md-6:last-child > .ti-p05-pl { border-top-color: var(--ti-primary); }
.ti-p05-pl .lab { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #b34e07; background: var(--p05-peach); padding: 3px 12px; border-radius: 20px; margin-bottom: 8px; }
.col-md-6:last-child > .ti-p05-pl .lab { color: var(--ti-primary); background: #e4f1f7; }
.ti-p05-pl h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 26px; margin: 0 0 12px; color: var(--p05-ink); }
.ti-p05-pl dl { margin: 0 0 12px; display: grid; grid-template-columns: 140px 1fr; gap: 8px 12px; font-size: 14px; }
.ti-p05-pl dt { font-weight: 600; color: var(--p05-ink); }
.ti-p05-pl dd { margin: 0; }
.ti-p05-pl p { font-size: 14px; line-height: 1.65; margin: 0; }
.ti-p05-recommend { max-width: 820px; margin: 4px auto 0; text-align: center; font-size: 15px; }

/* ---------- WORK MARQUEE ---------- */
.ti-p05-work { padding: 80px 0 70px; }
.ti-p05-marq { display: grid; gap: 22px; padding: 10px 0 34px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.ti-p05-row { display: flex; width: max-content; gap: 22px; animation: ti-p05-scroll 46s linear infinite; }
.ti-p05-row.b { animation-direction: reverse; animation-duration: 54s; }
.ti-p05-marq:hover .ti-p05-row, .ti-p05-marq:focus-within .ti-p05-row { animation-play-state: paused; }
@keyframes ti-p05-scroll { to { transform: translateX(calc(-50% - 11px)); } }
.ti-p05-frame { flex: 0 0 auto; width: 250px; margin: 0; background: #fff; border-radius: 14px; border: 1px solid var(--p05-line); box-shadow: 0 16px 26px -16px rgba(180,90,20,.5); overflow: hidden; transition: transform .3s; }
.ti-p05-frame:hover { transform: translateY(-6px) rotate(-.6deg); }
.ti-p05-frame .bar { display: flex; gap: 5px; padding: 8px 12px; background: var(--p05-cream); border-bottom: 1px solid var(--p05-line); }
.ti-p05-frame .bar i { width: 8px; height: 8px; border-radius: 50%; background: #f3c9a8; }
.ti-p05-frame .bar i:first-child { background: var(--p05-coral); }
.ti-p05-frame img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.ti-p05-frame figcaption { padding: 8px 12px 10px; font-weight: 600; font-size: 13.5px; color: var(--p05-ink); border-top: 1px solid var(--p05-line); }
.ti-p05-cases article { height: 100%; background: var(--p05-cream); border-radius: 16px; padding: 20px 20px 18px; border: 1px solid var(--p05-line); }
.ti-p05-cases h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 18px; line-height: 1.3; margin: 10px 0 8px; color: var(--p05-ink); }
.ti-p05-cases p { font-size: 14px; line-height: 1.65; margin: 0; }
.ti-p05-cases .ti-uae-tag { font-size: 12px; }
.ti-p05-sum { max-width: 860px; margin: 14px auto 0; text-align: center; font-style: italic; font-size: 15px; }

/* ---------- PROCESS + MIGRATION ---------- */
.ti-p05-run { padding: 80px 0; }
.ti-p05-run .ti-section-title { font-size: 34px; margin-bottom: 22px; }
.ti-p05-steps { list-style: none; margin: 0; padding: 0; counter-reset: p05; }
.ti-p05-steps li { counter-increment: p05; position: relative; background: #fff; border-radius: 14px; padding: 12px 16px 12px 62px; margin-bottom: 10px; box-shadow: 0 8px 18px -12px rgba(16,40,58,.35); transition: transform .25s; }
.ti-p05-steps li:hover { transform: translateX(6px); }
.ti-p05-steps li::before { content: counter(p05); position: absolute; left: 14px; top: 50%; margin-top: -18px; width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 10px; background: linear-gradient(135deg, var(--p05-orange), var(--p05-coral)); color: #fff; font-weight: 700; font-size: 16px; transform: rotate(-6deg); }
.ti-p05-steps b { display: block; font-size: 16px; color: var(--p05-ink); }
.ti-p05-steps span { display: block; font-size: 14px; line-height: 1.5; color: #5d6b76; }
.ti-p05-mig { position: sticky; top: 110px; background: #fff; border: 2px dashed var(--p05-orange); border-radius: 20px; padding: 26px 24px 24px; margin-top: 8px; }
.ti-p05-mig .ic { display: block; width: 52px; height: 52px; line-height: 52px; text-align: center; border-radius: 50%; background: var(--p05-peach); color: #c8560a; font-size: 24px; margin-bottom: 10px; -webkit-text-stroke: .5px currentColor; }
.ti-p05-mig h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 23px; margin: 0 0 8px; color: var(--p05-ink); }
.ti-p05-mig p { font-size: 14.5px; }
.ti-p05-mig ul { list-style: none; padding: 0; margin: 0; }
.ti-p05-mig li { position: relative; padding-left: 30px; margin-bottom: 10px; font-size: 14px; line-height: 1.55; }
.ti-p05-mig li i { position: absolute; left: 0; top: 1px; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%; background: var(--ti-green); color: #fff; font-size: 11px; -webkit-text-stroke: .6px #fff; }

/* ---------- RECEIPT ---------- */
.ti-p05-cost { padding: 84px 0; }
.ti-p05-cost .ti-section-title { font-size: 34px; margin-bottom: 14px; }
.ti-p05-receipt { position: relative; max-width: 440px; margin: 0 auto; background: #fffdf8; padding: 24px 26px 34px; font-family: "Courier New", Courier, monospace; color: #2b2b2b; filter: drop-shadow(0 22px 24px rgba(120,70,20,.28)); transform: rotate(1.5deg); transition: transform .4s; }
.ti-p05-receipt:hover { transform: rotate(0); }
.ti-p05-receipt::before { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 12px; background: linear-gradient(135deg, #fffdf8 6px, transparent 0) 0 0 / 14px 12px repeat-x, linear-gradient(-135deg, #fffdf8 6px, transparent 0) 0 0 / 14px 12px repeat-x; }
.ti-p05-receipt .rh { text-align: center; border-bottom: 2px dashed #cfc4b4; padding-bottom: 12px; margin-bottom: 14px; }
.ti-p05-receipt .rh b { display: block; font-family: Ubuntu, Arial, sans-serif; font-size: 22px; letter-spacing: .04em; text-transform: uppercase; }
.ti-p05-receipt .rh span { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #8a7d6c; }
.ti-p05-receipt .rl, .ti-p05-receipt .rt { display: flex; align-items: baseline; gap: 6px; font-size: 13.5px; margin-bottom: 10px; }
.ti-p05-receipt .rl i, .ti-p05-receipt .rt i { flex: 1 1 14px; min-width: 14px; border-bottom: 2px dotted #b9ac9a; transform: translateY(-3px); }
.ti-p05-receipt .rl em, .ti-p05-receipt .rt em { font-style: normal; font-weight: 700; text-align: right; max-width: 52%; }
.ti-p05-receipt .rl span { flex: 0 0 auto; white-space: nowrap; }
.ti-p05-receipt .rt { border-top: 2px dashed #cfc4b4; padding-top: 12px; margin-top: 4px; font-size: 15px; font-weight: 700; text-transform: uppercase; }
.ti-p05-receipt .rt em { color: #c8560a; }
.ti-p05-receipt .barcode { height: 34px; margin: 14px 0 6px; background: repeating-linear-gradient(90deg, #2b2b2b 0 2px, transparent 2px 4px, #2b2b2b 4px 5px, transparent 5px 9px, #2b2b2b 9px 12px, transparent 12px 14px); opacity: .85; }
.ti-p05-receipt .rf { text-align: center; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #8a7d6c; }

/* ---------- FAQ ---------- */
.ti-p05-faq { padding: 80px 0; }
.ti-p05-faqcols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; align-items: start; }
.ti-p05-faqcol { display: grid; gap: 14px; }
.ti-p05-faq .accordion-item { margin: 0; background: #fff; border: 1px solid var(--p05-line); border-radius: 14px; overflow: hidden; box-shadow: 0 10px 22px -16px rgba(180,90,20,.5); }
.ti-p05-faq .accordion-item:hover { border-color: var(--p05-orange); }
.ti-p05-faq .accordion-button { font-size: 16px; line-height: 1.4; }
.ti-p05-faq .accordion-button:not(.collapsed) { color: #b34e07; background: var(--p05-cream); }
.ti-p05-faq .accordion-body p { font-size: 14.5px; line-height: 1.7; }
.ti-p05-more { text-align: center; margin: 30px 0 0; font-size: 14.5px; }

/* ---------- FINAL CTA ---------- */
.ti-p05-final { position: relative; padding: 84px 0; color: #fff; text-align: center; background: linear-gradient(120deg, #f0691f 0%, #e2481f 48%, #d33a34 100%); }
.ti-p05-final-bg { position: absolute; left: 0; right: 0; top: -40px; bottom: -40px; background: url('../images/uae/dubai-downtown-fountain.webp') center / cover no-repeat; opacity: .2; mix-blend-mode: soft-light; transform: translate3d(0, var(--py, 0px), 0); }
.ti-p05-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(520px 260px at 90% 0%, rgba(255,214,150,.35), rgba(255,214,150,0) 70%); }
.ti-p05-final .container { position: relative; z-index: 2; }
.ti-p05-final h2 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 42px; color: #fff; margin: 0 0 14px; }
.ti-p05-final p { font-size: 18px; max-width: 640px; margin: 0 auto 26px; color: #fff; }
.ti-p05-final .ti-uae-btn-green { box-shadow: 0 10px 24px rgba(0,0,0,.2); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1199px) {
  .ti-p05-h1 { font-size: 40px; }
  .ti-p05-tags { grid-template-columns: repeat(3, 1fr); }
  .ti-p05-float.f1 { left: -10px; }
  .ti-p05-float.f2 { right: -6px; }
}
@media (max-width: 991px) {
  .ti-p05-hero { padding-top: 60px; }
  .ti-p05-hero .col-lg-6:first-child { text-align: center; }
  .ti-p05-sub { margin-left: auto; margin-right: auto; }
  .ti-p05-cta { justify-content: center; }
  .ti-p05-store { margin: 34px auto 0; }
  .ti-p05-float.f1 { left: 6px; }
  .ti-p05-float.f2 { right: 6px; }
  .ti-p05-band { height: 210px; margin-top: -100px; }
  .ti-p05-intro .ti-section-title, .ti-p05-cost .ti-section-title, .ti-p05-run .ti-section-title { font-size: 30px; }
  .ti-p05-vs { margin-top: 26px; }
  .ti-p05-tags { grid-template-columns: repeat(2, 1fr); }
  .ti-p05-flow { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
  .ti-p05-stage:nth-child(2)::after { display: none; }
  .ti-p05-stage:nth-child(2) .node, .ti-p05-stage:nth-child(4) .node { }
  .ti-p05-mig { position: static; }
  .ti-p05-cost .order-lg-1 { text-align: center; }
  .ti-p05-cost .ti-section-title { text-align: center !important; }
  .ti-p05-faqcols { grid-template-columns: 1fr; }
  .ti-p05-frame { width: 210px; }
}
@media (max-width: 767px) {
  .ti-uae-section, .ti-p05-hero + .ti-uae-section { padding-top: 36px; padding-bottom: 36px; }
  .ti-p05-intro, .ti-p05-needs, .ti-p05-flowsec, .ti-p05-plat, .ti-p05-work, .ti-p05-run, .ti-p05-cost, .ti-p05-faq { padding: 36px 0; }
  .ti-p05-hero { padding-top: 34px; }
  .ti-p05-proof { font-size: 12.5px; padding: 6px 12px; margin-bottom: 12px; }
  .ti-p05-h1 { font-size: 27px; margin-bottom: 10px; }
  .ti-p05-sub { font-size: 14px; margin-bottom: 16px; }
  .ti-p05-cta { gap: 10px; }
  .ti-p05-cta .ti-uae-btn { width: 100%; justify-content: center; }
  .ti-p05-micro { font-size: 12.5px; margin-top: 12px; }
  .ti-p05-store { margin-top: 22px; border-radius: 16px; transform: none; }
  .ti-p05-awning { height: 30px; -webkit-mask-size: 100% 12px, 34px 30px; mask-size: 100% 12px, 34px 30px; background: repeating-linear-gradient(90deg, var(--p05-coral) 0 34px, var(--p05-peach) 34px 68px); -webkit-mask-image: linear-gradient(#000,#000), radial-gradient(circle 17px at 17px 12px, #000 16px, transparent 17px); mask-image: linear-gradient(#000,#000), radial-gradient(circle 17px at 17px 12px, #000 16px, transparent 17px); }
  .ti-p05-storebar { padding: 2px 12px 10px; }
  .ti-p05-shelf { gap: 9px; padding: 0 10px; }
  .ti-p05-prod { padding: 7px 7px 9px; border-radius: 11px; }
  .ti-p05-prod b { font-size: 12.5px; }
  .ti-p05-prod small { font-size: 10.5px; margin-bottom: 6px; }
  .ti-p05-price { font-size: 10px; padding: 3px 7px 3px 12px; }
  .ti-p05-price i { width: 14px; }
  .ti-p05-add { font-size: 10.5px; padding: 4px 8px; }
  .ti-p05-add em { display: none; }
  .ti-p05-float { font-size: 11px; padding: 5px 10px 5px 13px; }
  .ti-p05-float.f1 { top: 78px; left: -4px; }
  .ti-p05-float.f2 { bottom: 40px; right: -4px; }
  .ti-p05-band { height: 150px; margin-top: -70px; }
  .ti-uae-head { margin-bottom: 22px; }
  .ti-uae-head .ti-section-title, .ti-p05-intro .ti-section-title, .ti-p05-cost .ti-section-title, .ti-p05-run .ti-section-title { font-size: 22px; margin-bottom: 8px; }
  .ti-uae-head .ti-section-desc { font-size: 13.5px; }
  .ti-p05-intro p, .ti-p05-cost p { font-size: 13.5px; }
  .ti-p05-intro .col-lg-7, .ti-p05-cost .order-lg-1 { text-align: left; }
  .ti-p05-cost .ti-section-title { text-align: left !important; }
  .ti-p05-vs { gap: 10px; margin-top: 18px; }
  .ti-p05-vs > div { padding: 13px 12px 13px 56px; }
  .ti-p05-vs i { left: 12px; width: 32px; height: 32px; line-height: 32px; margin-top: -16px; font-size: 15px; }
  .ti-p05-vs b { font-size: 15px; padding-right: 76px; }
  .ti-p05-vs span { font-size: 12.5px; }
  .ti-p05-vs em { font-size: 10px; top: 9px; right: 10px; }
  .ti-p05-vs-b { margin-left: 8px; }
  /* tag shelf -> side-scroll strip */
  .ti-p05-tags { display: flex; overflow-x: auto; gap: 12px; margin: 0 -16px; padding: 6px 16px 18px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .ti-p05-tag { flex: 0 0 236px; scroll-snap-align: start; padding-top: 28px; }
  .ti-p05-tag .in { padding: 26px 14px 14px; }
  .ti-p05-tag .ic { width: 38px; height: 38px; line-height: 38px; font-size: 18px; margin-bottom: 6px; }
  .ti-p05-tag h3 { font-size: 16px; }
  .ti-p05-tag p { font-size: 13px; line-height: 1.55; }
  .ti-p05-tags::-webkit-scrollbar { height: 4px; }
  .ti-p05-tags::-webkit-scrollbar-thumb { background: var(--p05-orange); border-radius: 4px; }
  /* journey -> vertical timeline */
  .ti-p05-flow { grid-template-columns: 1fr; gap: 14px; }
  .ti-p05-stage { padding: 0 0 0 54px; --sp: 0; }
  .ti-p05-stage .node { left: 0; top: 0; margin-left: 0; width: 42px; height: 42px; line-height: 42px; font-size: 17px; border-width: 2px; }
  .ti-p05-stage:not(:last-child)::after, .ti-p05-stage:nth-child(2)::after { display: block; top: 46px; bottom: -14px; left: 19px; width: 4px; height: auto; background: linear-gradient(180deg, var(--p05-orange), var(--p05-coral)) 0 0 / 100% calc(var(--sp) * 100%) no-repeat, repeating-linear-gradient(180deg, var(--p05-line) 0 6px, transparent 6px 11px); }
  .ti-p05-stage .card { padding: 13px 14px; border-radius: 13px; }
  .ti-p05-stage .card h3 { font-size: 16.5px; margin-bottom: 7px; }
  .ti-p05-stage li { font-size: 13px; margin-bottom: 6px; }
  .ti-p05-note { margin-top: 22px; font-size: 13px; padding: 10px 12px; text-align: left; }
  .ti-p05-mkt { justify-content: flex-start; gap: 7px; margin-top: 14px; }
  .ti-p05-mkt b { flex: 0 0 100%; font-size: 14px; }
  .ti-p05-mkt span { font-size: 12px; }
  .ti-p05-pl { padding: 16px 16px 14px; border-top-width: 5px; }
  .ti-p05-pl h3 { font-size: 21px; margin-bottom: 8px; }
  .ti-p05-pl dl { grid-template-columns: 112px 1fr; gap: 6px 10px; font-size: 13px; margin-bottom: 8px; }
  .ti-p05-pl p, .ti-p05-recommend { font-size: 13px; }
  .ti-p05-marq { gap: 12px; padding-bottom: 20px; }
  .ti-p05-row { gap: 12px; }
  @keyframes ti-p05-scroll { to { transform: translateX(calc(-50% - 6px)); } }
  .ti-p05-frame { width: 150px; border-radius: 11px; }
  .ti-p05-frame .bar { padding: 6px 9px; }
  .ti-p05-frame figcaption { font-size: 12px; padding: 6px 9px 8px; }
  .ti-p05-cases article { padding: 14px 14px 13px; }
  .ti-p05-cases h3 { font-size: 16px; margin: 8px 0 6px; }
  .ti-p05-cases p, .ti-p05-sum { font-size: 13px; }
  .ti-p05-cases .mb-3 { margin-bottom: 12px !important; }
  .ti-p05-steps li { padding: 9px 12px 9px 52px; margin-bottom: 8px; }
  .ti-p05-steps li::before { left: 10px; width: 30px; height: 30px; line-height: 30px; margin-top: -15px; font-size: 14px; }
  .ti-p05-steps b { font-size: 14.5px; }
  .ti-p05-steps span { font-size: 12.5px; }
  .ti-p05-mig { padding: 16px 15px 12px; }
  .ti-p05-mig .ic { width: 42px; height: 42px; line-height: 42px; font-size: 19px; margin-bottom: 6px; }
  .ti-p05-mig h3 { font-size: 19px; }
  .ti-p05-mig p, .ti-p05-mig li { font-size: 13px; }
  .ti-p05-receipt { padding: 18px 16px 26px; transform: none; }
  .ti-p05-receipt .rh b { font-size: 18px; }
  .ti-p05-receipt .rl, .ti-p05-receipt .rt { font-size: 12px; margin-bottom: 8px; }
  .ti-p05-cost .btn, .ti-p05-cost .ti-uae-btn { width: 100%; justify-content: center; }
  .ti-p05-faqcol { gap: 10px; }
  .ti-p05-faqcols { gap: 10px; }
  .ti-p05-faq .accordion-button { font-size: 14.5px; padding: 12px 14px; }
  .ti-p05-faq .accordion-body { padding: 0 14px 13px; }
  .ti-p05-faq .accordion-body p { font-size: 13.5px; line-height: 1.65; }
  .ti-p05-more { font-size: 13px; margin-top: 20px; }
  .ti-p05-final { padding: 40px 0; }
  .ti-p05-final h2 { font-size: 25px; margin-bottom: 8px; }
  .ti-p05-final p { font-size: 14px; margin-bottom: 18px; }
}
@media (max-width: 400px) {
  .ti-p05-frame { width: 138px; }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  .ti-p05-row, .ti-p05-add, .ti-p05-float, .ti-p05-storebar .bag b { animation: none !important; }
  .ti-p05-marq { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .ti-p05-row { width: auto; }
  .ti-p05-row .ti-p05-frame[aria-hidden="true"] { display: none; }
  .ti-p05-band-bg, .ti-p05-final-bg { transform: none; }
}

/* ---------- polish ---------- */
.ti-p05-faq .accordion-button { padding-right: 52px; }
.ti-p05-receipt { margin-bottom: 24px; }
@media (max-width: 767px) {
  .ti-p05-vs em { position: static; display: inline-block; margin-bottom: 5px; }
  .ti-p05-vs b { padding-right: 0; }
  .ti-p05-vs > div { padding-top: 11px; }
  .ti-p05-vs i { top: 50%; }
  .ti-p05-faq .accordion-button { padding-right: 46px; }
  .ti-p05-receipt { margin-bottom: 30px; }
}

/* =========================================================
   ALIGNMENT + IMAGERY OVERRIDES: even grids, no offsets
   ========================================================= */
.ti-js .ti-g[data-g] { transform: none !important; transition-property: opacity; transition-delay: 0s !important; }
.ti-p05-hero .row, .ti-p05-intro .row, .ti-p05-cost .row, .ti-p05-run .row, .ti-p05-cases { align-items: stretch; }
.ti-p05-hero .row { align-items: center; }
.ti-p05-store { transform: none !important; margin-top: 30px; }
.ti-p05-float, .ti-p05-tag .ic, .ti-p05-stage .node, .ti-p05-mig .ic { display: none !important; }
.ti-p05-add { animation: none; }
.ti-p05-storebar .bag b { animation: none; }

/* photo blocks */
.ti-p05-photo { margin: 0; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 18px 40px -18px rgba(16,40,58,.35); }
.ti-p05-photo img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.ti-p05-intro .ti-p05-photo { margin-top: 0; }
.ti-p05-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 44px; }
.ti-p05-split.rev .ti-p05-splitimg { order: 2; }
.ti-p05-mob .ti-p05-split, .ti-p05-growth .ti-p05-split { margin-bottom: 0; }
.ti-p05-splittxt h2, .ti-p05-splittxt h3 { margin-top: 0; }
.ti-p05-splittxt h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 26px; color: var(--p05-ink); margin-bottom: 10px; }
.ti-p05-splittxt .ti-section-title { font-size: 34px; margin-bottom: 14px; }
.ti-p05-splittxt .ti-p05-mkt { justify-content: flex-start; margin-top: 16px; }
.ti-p05-mob, .ti-p05-growth { padding: 70px 0; }

/* vs cards: equal 2-col grid */
.ti-p05-vs { grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; align-items: stretch; }
.ti-p05-vs > div { padding: 18px 20px; transform: none !important; margin: 0 !important; display: flex; flex-direction: column; gap: 4px; }
.ti-p05-vs em { position: static; align-self: flex-start; margin-top: 6px; }
.ti-p05-vs b { padding-right: 0; }

/* need tags: flat equal grid */
.ti-p05-tags { align-items: stretch; row-gap: 16px; padding-top: 0; }
.ti-p05-tag { display: flex; padding-top: 0; filter: none; transform: none !important; animation: none !important; }
.ti-p05-tag::before, .ti-p05-tag::after, .ti-p05-tag .in::before { display: none; }
.ti-p05-tag .in { flex: 1; clip-path: none; border-radius: 14px; border: 1px solid var(--p05-line); padding: 20px 18px 22px; box-shadow: 0 12px 24px -18px rgba(180,90,20,.5); overflow: hidden; }

/* journey: equal cards */
.ti-p05-flow { align-items: stretch; }
.ti-p05-stage { padding-top: 0; display: flex; }
.ti-p05-stage:not(:last-child)::after { display: none; }
.ti-p05-stage .card { flex: 1; }
.ti-p05-stage .card:hover, .ti-p05-pl:hover, .ti-p05-steps li:hover, .ti-p05-frame:hover { transform: none; }

/* platform */
.ti-p05-plat .row { align-items: stretch; }
.ti-p05-plat .col-md-6 { display: flex; }
.ti-p05-plat .col-md-6 > .ti-p05-pl { width: 100%; }

/* marquee: equal frames */
.ti-p05-row { align-items: stretch; }
.ti-p05-frame { display: flex; flex-direction: column; }
.ti-p05-frame img { flex: 0 0 auto; }
.ti-p05-frame figcaption { flex: 1; }

/* steps + migration */
.ti-p05-steps li::before { transform: none; }
.ti-p05-mig { margin-top: 0; }
.ti-p05-mig li { padding-left: 22px; }
.ti-p05-mig li::before { content: ""; position: absolute; left: 4px; top: 8px; width: 7px; height: 7px; border-radius: 2px; background: var(--p05-orange); }

/* receipt */
.ti-p05-receipt { transform: none !important; }
.ti-p05-receipt .rl i, .ti-p05-receipt .rt i { transform: none; }
.ti-p05-cost .row { align-items: center; }
.ti-p05-note i { display: none; }

@media (max-width: 991px) {
  .ti-p05-split { gap: 26px; }
  .ti-p05-tags { grid-template-columns: repeat(2, 1fr); }
  .ti-p05-flow { grid-template-columns: repeat(2, 1fr); }
  .ti-p05-splittxt .ti-section-title { font-size: 28px; }
}
@media (max-width: 767px) {
  .ti-p05-split, .ti-p05-split.rev { grid-template-columns: 1fr; gap: 16px; margin-bottom: 22px; }
  .ti-p05-split .ti-p05-splitimg, .ti-p05-split.rev .ti-p05-splitimg { order: -1; }
  .ti-p05-photo { border-radius: 14px; max-width: 100%; }
  .ti-p05-splittxt h3 { font-size: 20px; }
  .ti-p05-splittxt .ti-section-title { font-size: 22px; margin-bottom: 8px; }
  .ti-p05-splittxt p { font-size: 13.5px; }
  .ti-p05-mob, .ti-p05-growth { padding: 30px 0; }
  .ti-p05-intro .row { row-gap: 16px; }
  .ti-p05-vs { grid-template-columns: 1fr; gap: 10px; margin-top: 16px; }
  .ti-p05-vs > div { padding: 12px 14px; }
  .ti-p05-tags { display: grid; grid-template-columns: 1fr; overflow: visible; margin: 0; padding: 0; gap: 10px; }
  .ti-p05-tag { flex: none; }
  .ti-p05-tag .in { padding: 14px 14px 16px; }
  .ti-p05-flow { grid-template-columns: 1fr; gap: 10px; }
  .ti-p05-stage { padding: 0; }
  .ti-p05-cost .row > div { margin-bottom: 0 !important; }
}

/* round-2 fixes */
.ti-p05-splittxt .ti-section-title { text-align: left !important; }
.ti-p05-cases article { display: flex; flex-direction: column; }
.ti-p05-cases .ti-uae-tag { align-self: flex-start; min-height: 3.4em; display: inline-flex; align-items: center; }
.ti-p05-faqcols { grid-template-columns: 1fr; max-width: 860px; margin: 0 auto; gap: 0; }
.ti-p05-faqcol { display: contents; }
.ti-p05-faqcols .accordion-item { margin-bottom: 14px; }
@media (max-width: 991px) { .ti-p05-cases .ti-uae-tag { min-height: 0; } }
@media (max-width: 767px) { .ti-p05-faqcols .accordion-item { margin-bottom: 10px; } }

/* ---------- hero photo (replaces storefront mock + band) ---------- */
.ti-p05-hero { padding-bottom: 56px; }
.ti-p05-hero-photo { margin: 0 0 0 auto; max-width: 600px; border-radius: 20px; overflow: hidden; box-shadow: 0 26px 56px -20px rgba(16,40,58,.42); line-height: 0; background: #e9eef2; }
.ti-p05-hero-photo img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
@media (max-width: 991px) {
  .ti-p05-hero { padding-bottom: 40px; }
  .ti-p05-hero-photo { margin: 26px auto 0; max-width: 640px; }
}
@media (max-width: 767px) {
  .ti-p05-hero { padding-bottom: 28px; }
  .ti-p05-hero-photo { margin-top: 20px; border-radius: 18px; }
}
