/* =====================================================
   PAGE 07 — /landing-page-design-dubai  ("Conversion lab")
   All classes prefixed .ti-p07-  · loads after uae-pages.css
   Light, warm-white + gold/orange. No dark sections.
   ===================================================== */

:root {
  --p07-ink: #17394a;
  --p07-gold: #f6b93b;
  --p07-gold-2: #ffd58a;
  --p07-warm: #fffaf1;
  --p07-warm-2: #fff3dc;
  --p07-line: #f1dfbf;
}

.ti-p07-sec { padding: 78px 0; background: #fff; position: relative; overflow: visible; overflow-x: clip; }
.ti-p07-sec.ti-p07-warm { background: var(--p07-warm); }
.ti-p07-h2 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 34px; line-height: 1.25; color: var(--p07-ink); margin: 0 0 16px; }
.ti-p07-sec p { font-size: 16px; line-height: 1.75; }
.ti-p07-sec p a { color: var(--ti-primary); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(238,127,28,.5); text-underline-offset: 3px; }
.ti-p07-sec p a:hover { color: var(--ti-accent-dark); }
.ti-p07-lead { font-size: 18px !important; color: var(--p07-ink) !important; font-weight: 500; line-height: 1.7 !important; }
.ti-p07-chead { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.ti-p07-chead p { margin: 0 auto; }
.ti-p07-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ---------- HERO ---------- */
.ti-p07-hero {
  position: relative; overflow: hidden; padding: 96px 0 56px;
  background:
    radial-gradient(760px 420px at 92% 6%, rgba(246,185,59,.34), rgba(246,185,59,0) 62%),
    radial-gradient(560px 380px at 0% 100%, rgba(238,127,28,.12), rgba(238,127,28,0) 65%),
    linear-gradient(180deg, #fffdf8 0%, #fff6e6 100%);
}
.ti-p07-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55;
  background-image: linear-gradient(rgba(238,127,28,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(238,127,28,.09) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(115deg, #000 0%, transparent 62%); mask-image: linear-gradient(115deg, #000 0%, transparent 62%);
}
.ti-p07-hero .container { position: relative; z-index: 2; }
.ti-p07-photo { margin: 0 0 32px; border-radius: 20px; overflow: hidden; box-shadow: 0 18px 44px rgba(60,40,10,.18); line-height: 0; }
.ti-p07-photo img { display: block; width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover; object-position: center 40%; }
.ti-p07-lab {
  display: grid; grid-template-columns: minmax(0, 1fr) 400px; column-gap: 44px; align-items: start;
  grid-template-areas: "copy stage" "legend stage";
}
.ti-p07-lab > * { min-width: 0; }
.ti-p07-hero-copy { grid-area: copy; }
.ti-p07-hero-legend { grid-area: legend; }
.ti-p07-stage { grid-area: stage; }
.ti-p07-pill {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 7px 16px; border-radius: 40px;
  background: #fff; border: 1px solid var(--p07-line); color: var(--p07-ink); font-weight: 700; font-size: 12.5px; letter-spacing: .5px;
  box-shadow: 0 6px 16px rgba(238,127,28,.12);
}
.ti-p07-pill i { color: var(--ti-accent); font-size: 15px; }
.ti-p07-h1 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 48px; line-height: 1.14; color: var(--p07-ink); margin: 0 0 18px; text-align: left; }
.ti-p07-h1 span { color: var(--ti-accent); position: relative; white-space: nowrap; }
.ti-p07-h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 10px; z-index: -1; background: var(--p07-gold-2); border-radius: 6px; transform-origin: left; animation: p07Under 1s .9s both; }
@keyframes p07Under { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.ti-p07-sub { font-size: 18px !important; line-height: 1.7; max-width: 560px; margin: 0; color: var(--ti-text); }
.ti-p07-hero-copy > * { animation: tiUaeIn .8s both; }
.ti-p07-hero-copy > *:nth-child(2) { animation-delay: .1s; }
.ti-p07-hero-copy > *:nth-child(3) { animation-delay: .2s; }
.ti-p07-hero-copy > *:nth-child(4) { animation-delay: .3s; }

.ti-p07-legend-title { font-size: 15px !important; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--ti-accent-dark) !important; margin: 34px 0 12px !important; }
.ti-p07-legend-title small { display: inline-block; margin-left: 8px; text-transform: none; letter-spacing: 0; font-weight: 500; color: #8a7a62; font-size: 12.5px; }
.ti-p07-legend { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
.ti-p07-legend li {
  display: flex; gap: 10px; align-items: flex-start; padding: 9px 12px; border-radius: 12px; cursor: pointer; outline: none;
  background: rgba(255,255,255,.75); border: 1.5px solid var(--p07-line); transition: transform .25s, box-shadow .25s, background .25s, border-color .25s;
  animation: p07Lg 15.3s calc(var(--i) * 1.7s + 1s) infinite;
}
.ti-p07-legend .no { flex: 0 0 24px; width: 24px; height: 24px; line-height: 21px; text-align: center; border-radius: 50%; border: 2px solid var(--ti-accent); color: var(--ti-accent-dark); font-weight: 700; font-size: 12px; background: #fff; transition: all .25s; animation: p07No 15.3s calc(var(--i) * 1.7s + 1s) infinite; }
.ti-p07-legend b { display: block; font-size: 14px; line-height: 1.3; color: var(--p07-ink); }
.ti-p07-legend em { display: block; font-style: normal; font-size: 12.5px; line-height: 1.45; color: var(--ti-text); margin-top: 1px; }
.ti-p07-legend li:hover, .ti-p07-legend li:focus, .ti-p07-legend li.on { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(238,127,28,.18); background: #fff3dc; border-color: var(--ti-accent); }
.ti-p07-legend li:hover .no, .ti-p07-legend li:focus .no, .ti-p07-legend li.on .no { background: var(--ti-accent); color: #fff; }
.ti-p07-hold .ti-p07-legend li, .ti-p07-hold .ti-p07-legend .no, .ti-p07-hold .ti-p07-screen .hs, .ti-p07-hold .ti-p07-screen .pin { animation: none !important; }
.ti-p07-fold { display: flex; gap: 12px; align-items: flex-start; margin: 16px 0 0; padding: 12px 16px; border-radius: 14px; background: #fff; border: 1px dashed var(--ti-accent); font-size: 14px !important; line-height: 1.55 !important; }
.ti-p07-fold i { color: var(--ti-accent); font-size: 24px; line-height: 1.2; -webkit-text-stroke: .6px currentColor; }
.ti-p07-fold b { color: var(--p07-ink); }
@keyframes p07Lg {
  0% { background: rgba(255,255,255,.75); border-color: var(--p07-line); transform: none; }
  2%, 9% { background: #fff3dc; border-color: var(--ti-accent); transform: translateY(-2px); }
  12%, 100% { background: rgba(255,255,255,.75); border-color: var(--p07-line); transform: none; }
}
@keyframes p07No {
  0% { background: #fff; color: var(--ti-accent-dark); }
  2%, 9% { background: var(--ti-accent); color: #fff; }
  12%, 100% { background: #fff; color: var(--ti-accent-dark); }
}

/* phone wireframe */
.ti-p07-stage { position: relative; display: flex; justify-content: center; align-items: center; padding: 6px 0 10px; min-height: 610px; }
.ti-p07-ring { position: absolute; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.ti-p07-ring.r1 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(246,185,59,.55), rgba(246,185,59,0) 68%); }
.ti-p07-ring.r2 { width: 380px; height: 380px; border: 2px dashed rgba(238,127,28,.4); animation: p07Spin 40s linear infinite; }
@keyframes p07Spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.ti-p07-tag { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--p07-line); border-radius: 30px; padding: 8px 15px; font-weight: 700; font-size: 13px; color: var(--p07-ink); box-shadow: 0 12px 26px rgba(238,127,28,.22); animation: tiUaeFloat 5s ease-in-out infinite; }
.ti-p07-tag i { color: var(--ti-accent); font-size: 16px; }
.ti-p07-tag.t1 { right: -6px; top: 14px; }
.ti-p07-phone { position: relative; z-index: 3; width: 300px; margin: 14px 0; border-radius: 40px; border: 9px solid #22323c; background: #fff; box-shadow: 0 34px 60px rgba(120,70,10,.28); }
.ti-p07-notch { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 84px; height: 15px; border-radius: 0 0 12px 12px; background: #22323c; z-index: 2; }
.ti-p07-screen { padding: 24px 8px 14px; display: flex; flex-direction: column; gap: 4px; border-radius: 30px; overflow: hidden; }
.ti-p07-screen .hs { display: flex; align-items: center; gap: 8px; padding: 7px 8px; border-radius: 11px; border: 1.5px dashed #e6eef2; cursor: pointer; animation: p07Hs 15.3s calc(var(--i) * 1.7s + 1s) infinite; }
.ti-p07-screen .pin { flex: 0 0 20px; width: 20px; height: 20px; line-height: 17px; text-align: center; border-radius: 50%; border: 2px solid var(--ti-accent); background: #fff; color: var(--ti-accent-dark); font-weight: 700; font-size: 10.5px; animation: p07No 15.3s calc(var(--i) * 1.7s + 1s) infinite; }
.ti-p07-screen .wf { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.ti-p07-screen .wf.row3 { flex-direction: row; gap: 6px; }
.ti-p07-screen .wf.gold { background: linear-gradient(135deg, #ffe3ac, #ffc766); border-radius: 9px; padding: 8px; align-items: center; }
.ti-p07-screen i { display: block; font-style: normal; }
.ti-p07-screen .b { height: 7px; border-radius: 4px; background: #dfe7ec; }
.ti-p07-screen .b.dk { height: 10px; background: #2a4b5c; }
.ti-p07-screen .b.tick { position: relative; margin-left: 14px; }
.ti-p07-screen .b.tick::before { content: ""; position: absolute; left: -14px; top: -1px; width: 9px; height: 9px; border-radius: 3px; background: #25d366; }
.ti-p07-screen .b.acc { height: 13px; background: #f1f5f8; border: 1px solid #dfe7ec; }
.ti-p07-screen .w90 { width: 90%; } .ti-p07-screen .w80 { width: 80%; } .ti-p07-screen .w70 { width: 70%; } .ti-p07-screen .w60 { width: 60%; } .ti-p07-screen .w50 { width: 50%; }
.ti-p07-screen .box { flex: 1; height: 26px; border-radius: 7px; background: var(--p07-warm-2); border: 1px solid var(--p07-line); }
.ti-p07-screen .pl { flex: 1; height: 17px; border-radius: 10px; background: #edf3f6; }
.ti-p07-screen .cb { height: 26px; border-radius: 13px; line-height: 26px; text-align: center; font-size: 10px; font-weight: 700; color: #fff; width: 100%; }
.ti-p07-screen .cb.or { background: var(--ti-accent); box-shadow: 0 4px 10px rgba(238,127,28,.35); }
.ti-p07-screen .cb.gr { background: var(--ti-green); }
.ti-p07-screen .cb.sm { width: 70%; height: 22px; line-height: 22px; }
.ti-p07-foldline { position: relative; height: 0; border-top: 2px dashed #2f8bb3; margin: 4px 2px 6px; }
.ti-p07-foldline span { position: absolute; right: 0; top: -9px; background: #fff; padding: 0 5px; font-size: 9px; font-weight: 700; color: #2f8bb3; letter-spacing: .4px; text-transform: uppercase; }
.ti-p07-screen .hs:hover, .ti-p07-screen .hs.on { border-color: var(--ti-accent); border-style: solid; background: rgba(238,127,28,.10); box-shadow: 0 0 0 4px rgba(238,127,28,.16); }
.ti-p07-screen .hs.on .pin, .ti-p07-screen .hs:hover .pin { background: var(--ti-accent); color: #fff; }
@keyframes p07Hs {
  0% { border-color: #e6eef2; border-style: dashed; background: transparent; box-shadow: 0 0 0 0 rgba(238,127,28,0); }
  2%, 9% { border-color: var(--ti-accent); border-style: solid; background: rgba(238,127,28,.10); box-shadow: 0 0 0 4px rgba(238,127,28,.16); }
  12%, 100% { border-color: #e6eef2; border-style: dashed; background: transparent; box-shadow: 0 0 0 0 rgba(238,127,28,0); }
}

/* ---------- BANNER (Dubai Frame, golden hour) ---------- */
.ti-p07-banner { position: relative; overflow: hidden; height: 440px; display: flex; align-items: center; background: #f6d9a3; }
.ti-p07-banner-img { position: absolute; left: 0; top: -90px; width: 100%; height: calc(100% + 180px); object-fit: cover; object-position: center 60%; transform: translateY(var(--py, 0px)); }
.ti-p07-banner .container { position: relative; z-index: 2; }
.ti-p07-scrim { max-width: 560px; padding: 30px 34px; border-radius: 22px; background: linear-gradient(100deg, rgba(255,250,240,.94), rgba(255,246,228,.8)); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 22px 50px rgba(120,70,10,.2); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.ti-p07-kicker { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ti-accent-dark); margin-bottom: 10px; }
.ti-p07-bh2 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 36px; line-height: 1.2; color: var(--p07-ink); margin: 0; }

.ti-p07-paths { padding-top: 60px; }
.ti-p07-punch { font-weight: 700; color: var(--p07-ink) !important; padding: 14px 18px; border-left: 4px solid var(--ti-accent); background: var(--p07-warm-2); border-radius: 0 12px 12px 0; }
.ti-p07-vs { display: grid; grid-template-columns: 1fr 44px 1fr; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--p07-line); border-radius: 22px; padding: 22px 16px; box-shadow: 0 18px 44px rgba(238,127,28,.14); }
.ti-p07-vs .side { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 4px; }
.ti-p07-vs .side b { font-size: 15px; color: var(--p07-ink); margin-top: 10px; }
.ti-p07-vs .side span { font-weight: 700; font-size: 26px; line-height: 1.1; font-family: Ubuntu, sans-serif; }
.ti-p07-vs .home span { color: #8a97a0; }
.ti-p07-vs .one span { color: var(--ti-accent-dark); }
.ti-p07-vs .grid { display: grid; grid-template-columns: repeat(5, 22px); gap: 8px; padding: 14px; border-radius: 14px; background: #f3f6f8; }
.ti-p07-vs .grid i { display: block; height: 22px; border-radius: 6px; background: #c9d4da; animation: p07Flick 3.2s ease-in-out infinite; }
.ti-p07-vs .grid i:nth-child(3n) { animation-delay: .6s; } .ti-p07-vs .grid i:nth-child(4n) { animation-delay: 1.3s; } .ti-p07-vs .grid i:nth-child(5n+2) { animation-delay: 2s; }
@keyframes p07Flick { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.ti-p07-vs .mid { align-self: center; text-align: center; font-weight: 700; color: #a8b3ba; font-size: 14px; text-transform: uppercase; }
.ti-p07-vs .onebtn { width: 138px; height: 138px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 46px; color: #fff; background: radial-gradient(circle at 35% 30%, #ffb45a, var(--ti-accent) 60%, var(--ti-accent-dark)); box-shadow: 0 0 0 10px rgba(238,127,28,.14), 0 16px 30px rgba(238,127,28,.4); animation: p07Pulse 2.4s ease-in-out infinite; }
.ti-p07-vs .onebtn i { -webkit-text-stroke: .8px currentColor; }
@keyframes p07Pulse { 0%,100% { box-shadow: 0 0 0 8px rgba(238,127,28,.14), 0 16px 30px rgba(238,127,28,.4); } 50% { box-shadow: 0 0 0 18px rgba(238,127,28,.06), 0 16px 30px rgba(238,127,28,.4); } }

/* ---------- MESSAGE MATCH ---------- */
.ti-p07-match { display: grid; grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1.08fr); align-items: start; gap: 0; }
.ti-p07-ad { display: flex; flex-direction: column; align-self: stretch; }
.ti-p07-ad .serp { display: flex; flex-direction: column; justify-content: center; margin-bottom: 42px; flex: 1; }
.ti-p07-match .ti-p07-arrow { margin-top: 84px; }
.ti-p07-match .lbl { display: inline-block; margin-bottom: 8px; font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--ti-accent-dark); }
.ti-p07-ad .serp { background: #fff; border-radius: 16px; padding: 16px 18px; border: 1px solid #e3e8ec; box-shadow: 0 14px 30px rgba(23,57,74,.1); }
.ti-p07-ad .serp small { display: block; font-weight: 700; font-size: 11.5px; color: #4b5563; margin-bottom: 4px; }
.ti-p07-ad .serp b { display: block; font-size: 16.5px; line-height: 1.35; color: #1a5ed8; margin-bottom: 4px; }
.ti-p07-ad .serp span { font-size: 13.5px; color: var(--ti-text); line-height: 1.5; display: block; }
.ti-p07-arrow { position: relative; height: 46px; display: flex; align-items: center; justify-content: center; }
.ti-p07-arrow span { position: absolute; left: 6px; right: 12px; top: 50%; height: 3px; margin-top: -1px; background: repeating-linear-gradient(90deg, var(--ti-accent) 0 8px, transparent 8px 14px); background-size: 14px 3px; animation: p07Dash 1s linear infinite; }
.ti-p07-arrow i { position: absolute; right: 0; top: 50%; margin-top: -13px; font-size: 26px; color: var(--ti-accent); -webkit-text-stroke: .8px currentColor; }
@keyframes p07Dash { to { background-position: 14px 0; } }
.ti-p07-pg .pgmock { background: #fff; border-radius: 16px; padding: 14px 18px 18px; border: 1px solid #e3e8ec; box-shadow: 0 14px 30px rgba(23,57,74,.1); }
.ti-p07-pg .bar { display: block; height: 8px; width: 40%; border-radius: 4px; background: #e6edf1; margin-bottom: 14px; }
.ti-p07-pg h3 { font-family: Ubuntu, sans-serif; font-weight: 700; font-size: 20px; line-height: 1.25; color: var(--p07-ink); margin: 0 0 12px; }
.ti-p07-pg mark { background: linear-gradient(transparent 55%, var(--p07-gold-2) 55%); color: inherit; padding: 0 2px; }
.ti-p07-pg .line { display: block; height: 7px; border-radius: 4px; background: #e6edf1; margin-bottom: 6px; }
.ti-p07-pg .line.s { width: 65%; }
.ti-p07-pg .fbtn { display: inline-block; margin-top: 10px; background: var(--ti-accent); color: #fff; font-weight: 700; font-size: 13.5px; padding: 9px 18px; border-radius: 30px; box-shadow: 0 6px 14px rgba(238,127,28,.35); }
.ti-p07-pg .bad { margin: 12px 0 0; font-size: 13.5px !important; color: #8a97a0 !important; display: flex; gap: 8px; align-items: center; }
.ti-p07-pg .bad i { color: #e4572e; font-size: 16px; }
.ti-p07-eg { margin: 14px 0 0; font-size: 12.5px !important; color: #8a7a62 !important; text-align: center; }

/* ---------- ONE ACTION ---------- */
.ti-p07-pick { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 18px; }
.ti-p07-pick input { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.ti-p07-pick label { display: inline-flex; align-items: center; gap: 8px; margin: 0; padding: 10px 18px; border-radius: 30px; cursor: pointer; font-weight: 500; font-size: 15px; color: var(--p07-ink); background: #fff; border: 1.5px solid var(--p07-line); transition: all .25s; }
.ti-p07-pick label i { width: 0; overflow: hidden; opacity: 0; transition: all .25s; -webkit-text-stroke: .6px currentColor; }
.ti-p07-pick label:hover { border-color: var(--ti-accent); transform: translateY(-2px); }
.ti-p07-pick input:checked + label { background: var(--ti-accent); color: #fff; border-color: var(--ti-accent); box-shadow: 0 8px 18px rgba(238,127,28,.35); }
.ti-p07-pick input:checked + label i { width: 14px; opacity: 1; }
.ti-p07-pick input:focus-visible + label { outline: 3px solid rgba(37,112,146,.5); outline-offset: 2px; }
.ti-p07-pick-note { padding: 14px 18px; border-radius: 14px; background: var(--p07-warm-2); margin: 0; font-size: 15px !important; }
.ti-p07-pick-note b { color: var(--p07-ink); }
.ti-p07-weigh { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 520px; margin: 0 auto; }
.ti-p07-weigh > div { position: relative; background: #fff; border-radius: 20px; border: 1px solid var(--p07-line); padding: 44px 20px 20px; text-align: center; display: flex; flex-direction: column; gap: 10px; box-shadow: 0 14px 34px rgba(238,127,28,.12); min-height: 270px; justify-content: center; }
.ti-p07-weigh .k { position: absolute; left: 0; right: 0; top: 14px; font-weight: 700; font-size: 12.5px; letter-spacing: .6px; text-transform: uppercase; color: #8a97a0; }
.ti-p07-weigh .col1 { background: linear-gradient(180deg, #fff, var(--p07-warm-2)); border-color: var(--ti-accent); }
.ti-p07-weigh .col1 .k { color: var(--ti-accent-dark); }
.ti-p07-weigh i { display: block; border-radius: 12px; }
.ti-p07-weigh .b1 { height: 38px; background: #e3eaee; border: 1.5px solid #cfd9df; }
.ti-p07-weigh .b2 { height: 78px; border-radius: 16px; background: linear-gradient(135deg, var(--ti-accent-light), var(--ti-accent)); box-shadow: 0 12px 24px rgba(238,127,28,.4); animation: p07Pulse 2.4s ease-in-out infinite; }
.ti-p07-weigh .b3 { height: 10px; width: 50%; margin: 0 auto; background: #dfe7ec; border-radius: 6px; }
.ti-p07-weigh em { font-style: normal; font-weight: 700; font-size: 13.5px; color: #8a97a0; }
.ti-p07-weigh .col1 em { color: var(--ti-accent-dark); }

/* ---------- WHATSAPP ---------- */
.ti-p07-chat { max-width: 330px; margin: 0 auto; border-radius: 26px; overflow: hidden; background: #ece5dd; box-shadow: 0 26px 50px rgba(23,57,74,.2); border: 1px solid #d9d2c8; }
.ti-p07-chat .bar { background: #075e54; color: #fff; padding: 12px 16px; display: flex; align-items: center; gap: 11px; }
.ti-p07-chat .av { width: 36px; height: 36px; border-radius: 50%; background: var(--ti-green); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.ti-p07-chat .bar b { display: block; font-size: 14px; line-height: 1.2; }
.ti-p07-chat .bar small { font-size: 11px; opacity: .85; }
.ti-p07-chat .body { padding: 16px 12px; display: flex; flex-direction: column; gap: 10px; min-height: 190px; background-image: radial-gradient(rgba(0,0,0,.05) 1px, transparent 1.4px); background-size: 16px 16px; }
.ti-p07-bub { max-width: 86%; padding: 8px 12px 6px; border-radius: 12px; font-size: 13px; line-height: 1.45; color: #1f2c34; box-shadow: 0 1px 1px rgba(0,0,0,.12); }
.ti-p07-bub small { display: block; text-align: right; font-size: 10px; color: #7a8a92; }
.ti-p07-bub.in { align-self: flex-start; background: #fff; border-top-left-radius: 3px; }
.ti-p07-bub.out { align-self: flex-end; background: #dcf8c6; border-top-right-radius: 3px; }
.ti-p07-bub u { text-decoration: none; background: rgba(246,185,59,.45); padding: 0 3px; border-radius: 3px; }
.ti-p07-chat .input { background: #f0f0f0; padding: 9px 10px; display: flex; align-items: flex-end; gap: 8px; font-size: 12.5px; color: #4b5563; }
.ti-p07-chat .input span { flex: 1; background: #fff; border-radius: 16px; padding: 7px 12px; line-height: 1.4; }
.ti-p07-chat .input em { display: inline-block; width: 2px; height: 14px; background: var(--ti-accent); margin-left: 2px; vertical-align: -2px; animation: p07Blink 1s steps(2) infinite; }
.ti-p07-chat .input i { color: #075e54; font-size: 18px; padding-bottom: 6px; }
@keyframes p07Blink { 50% { opacity: 0; } }
.ti-p07-cap { text-align: center; font-size: 13px !important; color: #8a7a62 !important; margin: 14px auto 0; max-width: 320px; }
.ti-p07-checks { list-style: none; padding: 0; margin: 18px 0; }
.ti-p07-checks li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 12px; font-size: 15.5px; line-height: 1.6; color: var(--ti-text); }
.ti-p07-checks li i { flex: 0 0 26px; width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 50%; background: var(--ti-green); color: #fff; font-size: 12px; margin-top: 1px; -webkit-text-stroke: .6px currentColor; }
.ti-p07-checks li b { color: var(--p07-ink); }
.ti-p07-note { display: flex; gap: 14px; align-items: flex-start; margin: 0; padding: 16px 18px; border-radius: 16px; background: #fff; border: 1px solid var(--p07-line); border-left: 4px solid var(--ti-accent); font-size: 15px !important; line-height: 1.65 !important; }
.ti-p07-note > i { flex: 0 0 24px; text-align: center; color: var(--ti-accent); font-size: 22px; line-height: 1.3; -webkit-text-stroke: .5px currentColor; }
.ti-p07-note b { color: var(--p07-ink); }

/* ---------- COMPLIANCE (tabs, CSS only) ---------- */
.ti-p07-comp { background: #fff; }
.ti-p07-tabs { position: relative; max-width: 1040px; margin: 0 auto; }
.ti-p07-tabs > input { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.ti-p07-tabs .tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.ti-p07-tabs .tabs label { margin: 0; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 16px; cursor: pointer; background: #fff; border: 1.5px solid var(--p07-line); font-weight: 700; font-size: 15.5px; color: var(--p07-ink); transition: all .25s; box-shadow: 0 6px 16px rgba(23,57,74,.05); }
.ti-p07-tabs .tabs label i { flex: 0 0 40px; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 12px; background: var(--p07-warm-2); color: var(--ti-accent-dark); font-size: 19px; -webkit-text-stroke: .6px currentColor; transition: all .25s; }
.ti-p07-tabs .tabs label:hover { transform: translateY(-3px); border-color: var(--ti-accent); }
#p07c1:checked ~ .tabs label[for="p07c1"], #p07c2:checked ~ .tabs label[for="p07c2"], #p07c3:checked ~ .tabs label[for="p07c3"], #p07c4:checked ~ .tabs label[for="p07c4"] { background: linear-gradient(135deg, var(--ti-accent-light), var(--ti-accent)); border-color: var(--ti-accent); color: #fff; box-shadow: 0 12px 24px rgba(238,127,28,.35); }
#p07c1:checked ~ .tabs label[for="p07c1"] i, #p07c2:checked ~ .tabs label[for="p07c2"] i, #p07c3:checked ~ .tabs label[for="p07c3"] i, #p07c4:checked ~ .tabs label[for="p07c4"] i { background: rgba(255,255,255,.25); color: #fff; }
#p07c1:focus-visible ~ .tabs label[for="p07c1"], #p07c2:focus-visible ~ .tabs label[for="p07c2"], #p07c3:focus-visible ~ .tabs label[for="p07c3"], #p07c4:focus-visible ~ .tabs label[for="p07c4"] { outline: 3px solid rgba(37,112,146,.55); outline-offset: 2px; }
.ti-p07-tabs .panel { display: none; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 30px; align-items: center; background: #fff; border-radius: 24px; border: 1px solid var(--p07-line); padding: 34px 36px; box-shadow: 0 20px 50px rgba(238,127,28,.12); animation: tiUaeIn .5s both; }
#p07c1:checked ~ .panels .p1, #p07c2:checked ~ .panels .p2, #p07c3:checked ~ .panels .p3, #p07c4:checked ~ .panels .p4 { display: grid; }
.ti-p07-tabs .panel h3 { font-family: Ubuntu, sans-serif; font-weight: 700; font-size: 24px; color: var(--p07-ink); margin: 0 0 12px; }
.ti-p07-tabs .panel p { font-size: 15.5px; line-height: 1.7; margin: 0 0 12px; }
.ti-p07-tabs .panel p b { color: var(--p07-ink); }
.ti-p07-tabs .panel p.resp { display: flex; gap: 10px; align-items: center; margin: 16px 0 0; padding: 12px 16px; border-radius: 12px; background: var(--p07-warm-2); border-left: 4px solid var(--ti-accent); font-weight: 700; color: var(--p07-ink); }
.ti-p07-tabs .panel p.resp i { color: var(--ti-accent-dark); font-size: 18px; }
.ti-p07-tabs .vis { display: flex; justify-content: center; }
.ti-p07-permit { width: 100%; max-width: 300px; padding: 20px; border-radius: 18px; background: var(--p07-warm); border: 2px dashed var(--ti-accent); display: flex; flex-direction: column; gap: 9px; }
.ti-p07-permit small { font-size: 11.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--ti-accent-dark); }
.ti-p07-permit span { background: #fff; border: 1px solid var(--p07-line); border-radius: 10px; padding: 9px 14px; font-weight: 700; font-size: 14px; color: var(--p07-ink); }
.ti-p07-struck { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.ti-p07-struck span { padding: 9px 16px; border-radius: 30px; background: #fdecea; color: #b3392b; font-weight: 700; font-size: 14.5px; text-decoration: line-through; text-decoration-thickness: 2px; }
.ti-p07-rtl { display: flex; align-items: center; gap: 12px; width: 100%; justify-content: center; }
.ti-p07-rtl > i { color: var(--ti-accent); font-size: 22px; }
.ti-p07-rtl .ltr-box, .ti-p07-rtl .rtl-box { align-items: flex-start; flex: 1; max-width: 140px; padding: 12px; border-radius: 14px; background: var(--p07-warm); border: 1.5px solid var(--p07-line); display: flex; flex-direction: column; gap: 7px; }
.ti-p07-rtl .rtl-box { align-items: flex-end; }
.ti-p07-rtl small { font-size: 10.5px; font-weight: 700; color: var(--ti-accent-dark); }
.ti-p07-rtl .ltr-box i, .ti-p07-rtl .rtl-box i { display: block; height: 7px; border-radius: 4px; background: #d8e1e6; width: 90%; }
.ti-p07-rtl i.s { width: 60% !important; }
.ti-p07-rtl em { font-style: normal; font-size: 11px; font-weight: 700; color: #fff; background: var(--ti-accent); border-radius: 12px; padding: 3px 14px; }
.ti-p07-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.ti-p07-chips span { padding: 10px 18px; border-radius: 30px; background: var(--p07-warm-2); border: 1px solid var(--p07-line); font-weight: 700; color: var(--p07-ink); font-size: 14.5px; }
.ti-p07-disc { display: flex; align-items: center; gap: 12px; max-width: 1040px; margin: 20px auto 0; padding: 14px 20px; border-radius: 14px; background: #fff; border: 1.5px dashed var(--ti-accent); font-size: 15px !important; font-weight: 500; color: var(--p07-ink) !important; }
.ti-p07-disc i { color: var(--ti-accent); font-size: 22px; -webkit-text-stroke: .5px currentColor; }

/* ---------- SPEED ---------- */
.ti-p07-speed { background: #fff; border-radius: 24px; padding: 28px 28px 22px; border: 1px solid var(--p07-line); box-shadow: 0 20px 46px rgba(238,127,28,.13); }
.ti-p07-speed h3 { font-family: Ubuntu, sans-serif; font-size: 18px; font-weight: 700; color: var(--p07-ink); margin: 0 0 4px; }
.ti-p07-speed h3 small { font-size: 11.5px; font-weight: 700; color: #8a7a62; background: var(--p07-warm-2); padding: 2px 9px; border-radius: 20px; margin-left: 6px; }
.race { position: relative; padding-top: 34px; margin-bottom: 8px; }
.race .target { position: absolute; left: 78%; top: 0; bottom: 0; border-left: 2px dashed var(--ti-primary); z-index: 3; }
.race .target span { position: absolute; left: 50%; transform: translateX(-50%); top: 0; white-space: nowrap; font-size: 11.5px; font-weight: 700; color: #fff; background: var(--ti-primary); border-radius: 12px; padding: 2px 10px; }
.race .row1 { margin-bottom: 14px; }
.race .row1 b { display: block; font-size: 14px; color: var(--p07-ink); margin-bottom: 6px; }
.race .bar { height: 22px; border-radius: 12px; background: #eef3f6; overflow: hidden; }
.race .bar i { display: block; height: 100%; border-radius: 12px; width: var(--w); }
.race .bar i.ok { background: linear-gradient(90deg, #6fe39b, var(--ti-green)); }
.race .bar i.over { background: linear-gradient(90deg, var(--p07-gold) 0 78%, #e4572e 78% 100%); }
.ti-js .ti-p07-speed .bar i { transition: width 1.7s cubic-bezier(.2,.7,.2,1) .35s; }
.ti-js .ti-p07-speed:not(.is-in) .bar i { width: 0; }
.ti-p07-how { list-style: none; padding: 0; margin: 12px 0 0; border-top: 1px solid var(--p07-line); }
.ti-p07-how li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; border-bottom: 1px solid #f6ecd8; font-size: 14.5px; line-height: 1.5; }
.ti-p07-how li:last-child { border-bottom: 0; }
.ti-p07-how li i { flex: 0 0 22px; color: var(--ti-accent); font-size: 18px; text-align: center; -webkit-text-stroke: .6px currentColor; margin-top: 1px; }

/* ---------- TRACKING TIMELINE ---------- */
.ti-p07-timeline { position: relative; max-width: 1080px; margin: 0 auto; padding-top: 6px; }
.ti-p07-timeline .line { position: absolute; left: 10%; right: 10%; top: 34px; height: 4px; border-radius: 4px; background: #f1e6d0; }
.ti-p07-timeline .line i { display: block; height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--p07-gold), var(--ti-accent)); transform-origin: left; transition: transform 2.2s cubic-bezier(.2,.7,.2,1) .3s; }
.ti-js .ti-p07-timeline:not(.is-in) .line i { transform: scaleX(0); }
.ti-p07-timeline ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; position: relative; }
.ti-p07-timeline li { text-align: center; padding: 0 6px; }
.ti-p07-timeline .dot { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; margin: 4px auto 14px; border-radius: 50%; background: #fff; border: 4px solid var(--ti-accent); color: var(--ti-accent-dark); font-size: 22px; box-shadow: 0 10px 22px rgba(238,127,28,.25); transition: transform .3s; }
.ti-p07-timeline .dot i { -webkit-text-stroke: .7px currentColor; }
.ti-p07-timeline li:hover .dot { transform: scale(1.1) translateY(-3px); }
.ti-p07-timeline .dot.ok { background: var(--ti-green); border-color: var(--ti-green); color: #fff; box-shadow: 0 10px 22px rgba(37,211,102,.35); }
.ti-p07-timeline h3 { font-family: Ubuntu, sans-serif; font-weight: 700; font-size: 16.5px; color: var(--p07-ink); margin: 0 0 6px; }
.ti-p07-timeline p { font-size: 14px !important; line-height: 1.55 !important; margin: 0; }

/* ---------- FAN OF PAGES ---------- */
.ti-p07-fan { position: relative; height: 380px; max-width: 560px; margin: 0 auto; }
.ti-p07-fan .pgc { position: absolute; left: 50%; bottom: 20px; width: 170px; height: 260px; margin-left: -85px; padding: 34px 14px 14px; border-radius: 16px; background: #fff; border: 1px solid var(--p07-line); box-shadow: 0 16px 34px rgba(120,70,10,.18); display: flex; flex-direction: column; gap: 9px; transform-origin: 50% 130%; transition: transform .6s cubic-bezier(.2,.7,.2,1); transform: rotate(calc(var(--k) * 15deg)) translateX(calc(var(--k) * 10px)); z-index: calc(10 - var(--k) * var(--k)); }
.ti-js .ti-p07-fan:not(.is-in) .pgc { transform: none; }
.ti-p07-fan:hover .pgc { transform: rotate(calc(var(--k) * 21deg)) translateX(calc(var(--k) * 34px)) translateY(calc(var(--k) * var(--k) * 4px)); }
.ti-p07-fan .tg { position: absolute; left: 12px; top: 10px; font-size: 11.5px; font-weight: 700; padding: 3px 11px; border-radius: 20px; background: var(--p07-warm-2); color: var(--ti-accent-dark); }
.ti-p07-fan .pgc:nth-child(2) .tg { background: #e2f3fa; color: var(--ti-primary-dark); }
.ti-p07-fan .pgc:nth-child(3) .tg { background: var(--ti-accent); color: #fff; }
.ti-p07-fan .pgc:nth-child(4) .tg { background: #e2f8ea; color: #12803f; }
.ti-p07-fan .pgc:nth-child(5) .tg { background: #f3e9ff; color: #6b3fa6; }
.ti-p07-fan i { display: block; }
.ti-p07-fan .b { height: 7px; border-radius: 4px; background: #dfe7ec; }
.ti-p07-fan .b.dk { height: 10px; background: #2a4b5c; }
.ti-p07-fan .w90 { width: 90%; } .ti-p07-fan .w70 { width: 70%; }
.ti-p07-fan .img { flex: 1; border-radius: 10px; background: linear-gradient(135deg, #ffe3ac, #ffc766); }
.ti-p07-fan .cb { height: 24px; border-radius: 12px; background: var(--ti-accent); }
.ti-p07-when { list-style: none; padding: 0; margin: 0 0 14px; }
.ti-p07-when li { position: relative; padding: 9px 0 9px 34px; font-size: 15.5px; line-height: 1.55; border-bottom: 1px solid #f1e6d0; }
.ti-p07-when li:last-child { border-bottom: 0; }
.ti-p07-when li::before { content: "\f0c5"; font-family: FontAwesome; position: absolute; left: 4px; top: 9px; color: var(--ti-accent); font-size: 16px; }

/* ---------- SELECTED WORK ---------- */
.ti-p07-work { background: #fff; }
.ti-p07-frame { position: relative; max-width: 520px; margin: 0 auto 10px; padding: 12px 12px 0; background: #fff; border-radius: 22px; border: 1px solid var(--p07-line); box-shadow: 14px 14px 0 var(--p07-gold-2), 0 24px 50px rgba(120,70,10,.18); }
.ti-p07-frame img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 14px; background: #f7f3ee; }
.ti-p07-frame figcaption { padding: 12px 6px 14px; font-size: 13.5px; color: var(--ti-text); line-height: 1.5; }
.ti-p07-frame figcaption b { color: var(--p07-ink); }

/* ---------- PROCESS STRIP ---------- */
.ti-p07-proc { padding-bottom: 52px; }
.ti-p07-prochead { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.ti-p07-prochead .ti-p07-h2 { margin: 0; }
.ti-p07-prochead .arrows { display: flex; gap: 10px; }
.ti-p07-prochead button { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--ti-accent); background: #fff; color: var(--ti-accent-dark); font-size: 26px; line-height: 1; padding: 0 0 3px; cursor: pointer; transition: all .25s; }
.ti-p07-prochead button:hover { background: var(--ti-accent); color: #fff; }
.ti-p07-strip { overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: max(16px, calc((100vw - 1200px) / 2 + 15px)); scrollbar-width: thin; scrollbar-color: var(--ti-accent) #f1e6d0; padding: 22px 0 22px; -webkit-overflow-scrolling: touch; }
.ti-p07-strip ol { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0 max(16px, calc((100vw - 1200px) / 2 + 15px)); width: max-content; }
.ti-p07-strip li { position: relative; flex: 0 0 262px; scroll-snap-align: start; background: #fff; border-radius: 20px; border: 1px solid var(--p07-line); padding: 34px 22px 22px; box-shadow: 0 12px 28px rgba(120,70,10,.1); transition: transform .3s, box-shadow .3s; }
.ti-p07-strip li:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(238,127,28,.22); }
.ti-p07-strip li:not(:last-child)::after { content: ""; position: absolute; right: -19px; top: 23px; width: 20px; height: 3px; background: var(--p07-gold); }
.ti-p07-strip .n { position: absolute; left: 22px; top: -20px; width: 42px; height: 42px; line-height: 38px; text-align: center; border-radius: 50%; font-weight: 700; font-size: 17px; color: #fff; background: linear-gradient(135deg, var(--ti-accent-light), var(--ti-accent)); border: 3px solid var(--p07-warm); box-shadow: 0 8px 16px rgba(238,127,28,.4); }
.ti-p07-strip h3 { font-family: Ubuntu, sans-serif; font-weight: 700; font-size: 18.5px; color: var(--p07-ink); margin: 0 0 8px; }
.ti-p07-strip p { font-size: 14.5px !important; line-height: 1.65 !important; margin: 0; }

/* ---------- FAQ ---------- */
.ti-p07-side { position: sticky; top: 110px; border-radius: 24px; padding: 34px 26px; text-align: center; background: radial-gradient(300px 200px at 100% 0%, rgba(255,255,255,.7), rgba(255,255,255,0) 70%), linear-gradient(135deg, #fff3d8, #ffdca0); border: 1px solid var(--p07-line); box-shadow: 0 20px 44px rgba(238,127,28,.2); }
.ti-p07-side .ic { width: 66px; height: 66px; line-height: 66px; border-radius: 50%; background: var(--ti-green); color: #fff; font-size: 34px; margin: 0 auto 16px; box-shadow: 0 10px 22px rgba(37,211,102,.4); }
.ti-p07-side h2 { font-size: 25px; margin: 0 0 10px; color: var(--p07-ink); }
.ti-p07-side p { color: #5d4b2c; font-size: 15px; }
.ti-p07-faqt { margin-bottom: 22px; }

/* ---------- FINAL ---------- */
.ti-p07-final { padding: 20px 0 84px; background: #fff; }
.ti-p07-final-box { position: relative; overflow: hidden; text-align: center; border-radius: 30px; padding: 62px 40px 54px; background: radial-gradient(420px 260px at 0% 0%, rgba(255,255,255,.65), rgba(255,255,255,0) 70%), linear-gradient(135deg, #fff1d6 0%, #ffd99a 55%, #f9b95a 100%); border: 1px solid #f3cf8c; box-shadow: 0 26px 60px rgba(238,127,28,.25); }
.ti-p07-final-box::before, .ti-p07-final-box::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.ti-p07-final-box::before { width: 260px; height: 260px; right: -70px; bottom: -110px; background: rgba(255,255,255,.35); }
.ti-p07-final-box::after { width: 120px; height: 120px; left: -30px; bottom: 30px; border: 3px dashed rgba(238,127,28,.45); }
.ti-p07-final-box > * { position: relative; z-index: 2; }
.ti-p07-final h2 { font-size: 40px; color: var(--p07-ink); margin: 0 0 14px; }
.ti-p07-final p { color: #4a3a1c; font-size: 17px; max-width: 700px; margin: 0 auto; }
.ti-p07-final .ti-p07-cta { justify-content: center; margin-top: 30px; }
.ti-p07-final .ti-p07-more { margin-top: 26px; font-size: 14px; color: #5d4b2c; }
.ti-p07-final .ti-p07-more a { color: var(--p07-ink); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(23,57,74,.35); text-underline-offset: 3px; white-space: nowrap; }
.ti-p07-final .ti-p07-more a:hover { color: var(--ti-accent-dark); }

/* reveal variants for this page */
.ti-js .ti-p07-vs.ti-reveal, .ti-js .ti-p07-match .ti-g { transition-duration: .8s; }

/* ---------- TABLET ---------- */
@media (max-width: 1199px) {
  .ti-p07-lab { grid-template-columns: minmax(0, 1fr) 340px; column-gap: 28px; }
  .ti-p07-h1 { font-size: 42px; }
  .ti-p07-legend { grid-template-columns: 1fr; }
  .ti-p07-ring.r1 { width: 360px; height: 360px; } .ti-p07-ring.r2 { width: 330px; height: 330px; }
  .ti-p07-tag.t1 { right: 0; }
}
@media (max-width: 991px) {
  .ti-p07-sec { padding: 52px 0; }
  .ti-p07-hero { padding: 40px 0 40px; }
  .ti-p07-photo { margin-bottom: 24px; }
  .ti-p07-photo img { aspect-ratio: 2 / 1; }
  .ti-p07-lab { grid-template-columns: minmax(0, 1fr); grid-template-areas: "copy" "stage" "legend"; row-gap: 20px; }
  .ti-p07-stage { min-height: 0; }
  .ti-p07-legend { grid-template-columns: 1fr 1fr; }
  .ti-p07-legend-title { margin-top: 10px !important; }
  .ti-p07-h1 { font-size: 38px; }
  .ti-p07-h2, .ti-p07-bh2 { font-size: 29px; }
  .ti-p07-banner { height: 380px; }
  .ti-p07-banner-img { top: 0; height: 100%; transform: none; }
  .ti-p07-vs, .ti-p07-match, .ti-p07-weigh, .ti-p07-chat, .ti-p07-speed { margin-top: 22px; }
  .ti-p07-side { position: static; margin-bottom: 24px; }
  .ti-p07-tag.t1 { right: auto; left: 50%; margin-left: 70px; }
  .ti-p07-cap { margin-bottom: 24px; }
  .ti-p07-tabs .tabs { grid-template-columns: repeat(4, 1fr); }
  .ti-p07-tabs .tabs label { flex-direction: column; text-align: center; gap: 6px; padding: 12px 8px; font-size: 14px; }
  .ti-p07-tabs .panel { grid-template-columns: 1fr; padding: 26px; }
  .ti-p07-fan { margin-bottom: 30px; }
  .ti-p07-final { padding-bottom: 52px; }
  .ti-p07-final h2 { font-size: 32px; }
  .ti-p07-chead { margin-bottom: 28px; }
  .ti-p07-timeline ol { gap: 8px; }
  .ti-p07-timeline h3 { font-size: 15px; }
  .ti-p07-timeline p { font-size: 13px !important; }
}

/* ---------- MOBILE ---------- */
@media (max-width: 767px) {
  .ti-p07-sec { padding: 36px 0; }
  .ti-p07-sec p { font-size: 13.5px; line-height: 1.65; }
  .ti-p07-h2, .ti-p07-bh2 { font-size: 22px; margin-bottom: 10px; }
  .ti-p07-lead { font-size: 15px !important; }
  .ti-p07-chead { margin-bottom: 20px; }
  .ti-p07-cta { flex-direction: column; gap: 9px; margin-top: 18px; }
  .ti-p07-cta .ti-uae-btn { width: 100%; }
  .ti-p07-hero { padding: 16px 0 30px; }
  .ti-p07-photo { margin-bottom: 16px; border-radius: 16px; }
  .ti-p07-photo img { aspect-ratio: 3 / 2; }
  .ti-p07-pill { font-size: 10.5px; padding: 6px 12px; margin-bottom: 12px; letter-spacing: .2px; }
  .ti-p07-h1 { font-size: 26px; margin-bottom: 10px; }
  .ti-p07-h1 span::after { height: 7px; }
  .ti-p07-sub { font-size: 14px !important; line-height: 1.6; }
  .ti-p07-lab { row-gap: 14px; }
  .ti-p07-phone { width: 262px; border-width: 8px; margin-top: 4px; }
  .ti-p07-screen { padding: 22px 6px 10px; gap: 2px; }
  .ti-p07-screen .hs { padding: 5px 6px; }
  .ti-p07-ring.r1 { width: 300px; height: 300px; } .ti-p07-ring.r2 { width: 290px; height: 290px; }
  .ti-p07-tag { font-size: 11px; padding: 6px 11px; }
  .ti-p07-tag.t1 { right: 2px; top: 4px; }
  .ti-p07-legend-title { font-size: 13px !important; margin: 4px 0 8px !important; }
  .ti-p07-legend-title small { display: block; margin: 2px 0 0; }
  /* legend becomes a side-scroll strip */
  .ti-p07-legend { display: flex; overflow-x: auto; scroll-snap-type: x proximity; gap: 8px; margin: 0 -16px; padding: 4px 16px 10px; scroll-padding-left: 16px; scrollbar-width: none; }
  .ti-p07-legend::-webkit-scrollbar { display: none; }
  .ti-p07-legend li { flex: 0 0 200px; scroll-snap-align: start; padding: 10px; }
  .ti-p07-fold { font-size: 12.5px !important; padding: 10px 12px; margin-top: 4px; }
  .ti-p07-fold i { font-size: 20px; }
  .ti-p07-banner { height: 210px; }
  .ti-p07-banner-img { object-position: 62% center; }
  .ti-p07-scrim { padding: 14px 16px; border-radius: 16px; max-width: 300px; }
  .ti-p07-kicker { font-size: 10px; margin-bottom: 5px; letter-spacing: .5px; }
  .ti-p07-bh2 { font-size: 19px; margin: 0; }
  .ti-p07-paths { padding-top: 30px; }
  .ti-p07-punch { padding: 10px 14px; }
  .ti-p07-vs { padding: 16px 8px; grid-template-columns: 1fr 30px 1fr; }
  .ti-p07-vs .grid { grid-template-columns: repeat(5, 16px); gap: 6px; padding: 10px; }
  .ti-p07-vs .grid i { height: 16px; border-radius: 4px; }
  .ti-p07-vs .onebtn { width: 104px; height: 104px; font-size: 36px; }
  .ti-p07-vs .side span { font-size: 21px; }
  .ti-p07-vs .side b { font-size: 13.5px; }
  .ti-p07-match { grid-template-columns: 1fr; gap: 0; }
  .ti-p07-match .ti-p07-arrow { height: 40px; transform: rotate(90deg); width: 60px; margin: 6px auto; }
  .ti-p07-ad .serp { margin-bottom: 0; }
  .ti-p07-ad .serp, .ti-p07-pg .pgmock { padding: 12px 14px; }
  .ti-p07-ad .serp b { font-size: 15px; }
  .ti-p07-pg h3 { font-size: 17px; }
  .ti-p07-pick { gap: 7px; margin-bottom: 12px; }
  .ti-p07-pick label { padding: 8px 13px; font-size: 13px; }
  .ti-p07-pick-note { font-size: 13.5px !important; padding: 12px 14px; }
  .ti-p07-weigh { gap: 10px; }
  .ti-p07-weigh > div { min-height: 210px; padding: 38px 12px 14px; border-radius: 16px; }
  .ti-p07-weigh .b1 { height: 30px; } .ti-p07-weigh .b2 { height: 60px; }
  .ti-p07-chat { max-width: 300px; }
  .ti-p07-checks { margin: 12px 0; }
  .ti-p07-checks li { font-size: 13.5px; gap: 11px; margin-bottom: 9px; }
  .ti-p07-checks li i { flex-basis: 22px; width: 22px; height: 22px; line-height: 22px; font-size: 11px; }
  .ti-p07-note { padding: 12px 14px; font-size: 13.5px !important; gap: 10px; }
  .ti-p07-tabs .tabs { gap: 6px; margin-bottom: 12px; }
  .ti-p07-tabs .tabs label { padding: 10px 2px; font-size: 12px; border-radius: 12px; gap: 4px; }
  .ti-p07-tabs .tabs label i { flex-basis: 30px; width: 30px; height: 30px; line-height: 30px; font-size: 15px; border-radius: 9px; }
  .ti-p07-tabs .panel { padding: 18px 16px; gap: 14px; border-radius: 18px; }
  .ti-p07-tabs .panel h3 { font-size: 18px; margin-bottom: 8px; }
  .ti-p07-tabs .panel p { font-size: 13.5px; margin-bottom: 8px; }
  .ti-p07-tabs .panel p.resp { padding: 10px 12px; margin-top: 10px; }
  .ti-p07-permit { padding: 14px; gap: 7px; } .ti-p07-permit span { padding: 7px 12px; font-size: 13px; }
  .ti-p07-struck span { font-size: 13px; padding: 7px 12px; }
  .ti-p07-disc { padding: 12px 14px; font-size: 13px !important; align-items: flex-start; }
  .ti-p07-speed { padding: 18px 16px 12px; border-radius: 18px; }
  .ti-p07-speed h3 { font-size: 15.5px; }
  .race { padding-top: 32px; }
  .race .bar { height: 18px; }
  .ti-p07-how li { font-size: 13px; padding: 7px 0; gap: 10px; }
  /* timeline turns into a compact vertical rail */
  .ti-p07-timeline .line { left: 29px; right: auto; top: 14px; bottom: 14px; width: 4px; height: auto; }
  .ti-p07-timeline .line i { width: 100%; height: 100%; transform-origin: top; background: linear-gradient(180deg, var(--p07-gold), var(--ti-accent)); }
  .ti-p07-timeline ol { grid-template-columns: 1fr; gap: 12px; }
  .ti-p07-timeline li { text-align: left; display: grid; grid-template-columns: 46px 1fr; column-gap: 14px; padding: 0; }
  .ti-p07-timeline .dot { grid-row: 1 / 3; width: 46px; height: 46px; font-size: 17px; margin: 0; border-width: 3px; }
  .ti-p07-timeline h3 { font-size: 15.5px; margin: 0 0 2px; align-self: end; }
  .ti-p07-timeline p { font-size: 13px !important; align-self: start; }
  .ti-p07-fan { height: 290px; }
  .ti-p07-fan .pgc { width: 128px; height: 196px; margin-left: -64px; padding: 30px 10px 10px; gap: 7px; }
  .ti-p07-fan .tg { font-size: 10px; padding: 2px 8px; left: 8px; top: 8px; }
  .ti-p07-fan:hover .pgc { transform: rotate(calc(var(--k) * 17deg)) translateX(calc(var(--k) * 16px)); }
  .ti-p07-when li { font-size: 13.5px; padding: 7px 0 7px 30px; }
  .ti-p07-when li::before { top: 7px; font-size: 14px; }
  .ti-p07-frame { max-width: 340px; padding: 8px 8px 0; box-shadow: 9px 9px 0 var(--p07-gold-2), 0 18px 36px rgba(120,70,10,.16); margin-bottom: 26px; }
  .ti-p07-frame figcaption { font-size: 12.5px; padding: 10px 4px 12px; }
  .ti-p07-proc { padding-bottom: 30px; }
  .ti-p07-prochead { margin-bottom: 4px; }
  .ti-p07-prochead .arrows { display: none; }
  .ti-p07-strip { padding: 20px 0 14px; }
  .ti-p07-strip ol { gap: 12px; }
  .ti-p07-strip li { flex-basis: 220px; padding: 28px 16px 16px; border-radius: 16px; }
  .ti-p07-strip li:not(:last-child)::after { right: -13px; width: 14px; top: 21px; }
  .ti-p07-strip h3 { font-size: 16.5px; margin-bottom: 5px; }
  .ti-p07-strip p { font-size: 13px !important; }
  .ti-p07-strip .n { width: 38px; height: 38px; line-height: 34px; font-size: 15px; top: -19px; }
  .ti-p07-side { padding: 22px 18px; border-radius: 18px; margin-bottom: 18px; }
  .ti-p07-side .ic { width: 50px; height: 50px; line-height: 50px; font-size: 26px; margin-bottom: 10px; }
  .ti-p07-side h2 { font-size: 20px; }
  .ti-p07-side p { font-size: 13.5px; }
  .ti-p07-faqt { margin-bottom: 14px; }
  .ti-p07-final { padding: 6px 0 36px; }
  .ti-p07-final-box { padding: 30px 18px 26px; border-radius: 20px; }
  .ti-p07-final h2 { font-size: 23px; margin-bottom: 8px; }
  .ti-p07-final p { font-size: 13.5px; }
  .ti-p07-final .ti-p07-cta { margin-top: 18px; }
  .ti-p07-final .ti-p07-more { margin-top: 16px; font-size: 12.5px; line-height: 1.9; }
}
@media (prefers-reduced-motion: reduce) {
  .ti-p07-hero-copy > *, .ti-p07-h1 span::after, .ti-p07-ring, .ti-p07-tag, .ti-p07-vs .grid i, .ti-p07-vs .onebtn, .ti-p07-weigh .b2, .ti-p07-arrow span, .ti-p07-chat .input em, .ti-p07-tabs .panel { animation: none !important; }
  .ti-p07-legend li, .ti-p07-legend .no, .ti-p07-screen .hs, .ti-p07-screen .pin { animation: none !important; }
  .ti-js .ti-p07-speed .bar i, .ti-p07-timeline .line i, .ti-p07-fan .pgc { transition: none !important; }
}


/* =====================================================
   LAYOUT FIX: even grids, equal heights, no vertical offsets; imagery
   ===================================================== */
.ti-js .ti-p07-sec .ti-reveal, .ti-js .ti-p07-sec .ti-g, .ti-js .ti-p07-sec .ti-reveal.is-in, .ti-js .ti-p07-sec .ti-g.is-in { transform: none !important; }
.ti-p07-legend { align-items: stretch; }
.ti-p07-legend li, .ti-p07-legend li:hover, .ti-p07-legend li:focus, .ti-p07-legend li.on { transform: none !important; animation-name: p07LgFlat; }
@keyframes p07LgFlat { 0% { background: rgba(255,255,255,.75); border-color: var(--p07-line); } 2%, 9% { background: #fff3dc; border-color: var(--ti-accent); } 12%, 100% { background: rgba(255,255,255,.75); border-color: var(--p07-line); } }
.ti-p07-tag { animation: none; }
.ti-p07-tabs .tabs { align-items: stretch; }
.ti-p07-tabs .tabs label { transform: none !important; }
.ti-p07-tabs .tabs label i { display: none; }
.ti-p07-tabs .tabs label { justify-content: center; text-align: center; }
.ti-p07-tabs .panel { align-items: stretch; }
.ti-p07-tabs .panel .vis { align-items: center; }
.ti-p07-pick label:hover, .ti-p07-timeline li:hover .dot, .ti-p07-strip li:hover { transform: none; }
.ti-p07-strip ol { align-items: stretch; }

/* message match: aligned tops, equal height cards */
.ti-p07-match { align-items: stretch; }
.ti-p07-match .ti-p07-arrow { margin-top: 0; align-self: center; }
.ti-p07-ad .serp { margin-bottom: 0; }
.ti-p07-pg { display: flex; flex-direction: column; }
.ti-p07-pg .pgmock { flex: 1; }

/* variants: equal flat grid instead of a rotated fan */
.ti-p07-fan { height: auto; max-width: none; margin: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.ti-p07-fan .pgc, .ti-p07-fan:hover .pgc, .ti-js .ti-p07-fan:not(.is-in) .pgc { position: relative; left: auto; bottom: auto; margin: 0; width: auto; height: 210px; transform: none !important; z-index: auto; padding: 38px 10px 12px; }
.ti-p07-fan .tg { left: 8px; top: 10px; font-size: 10.5px; padding: 3px 8px; }

/* imagery */
.ti-p07-fig { margin: 0; }
.ti-p07-fig img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 4 / 3; border-radius: 22px; box-shadow: 0 20px 46px rgba(120,70,10,.16); background: #fff8ea; }
.ti-p07-prochead { display: flex; flex-wrap: wrap; gap: 0; align-items: center; justify-content: flex-start; margin-bottom: 8px; }
.ti-p07-prochead .arrows { display: flex; gap: 10px; margin-top: 18px; }
.ti-p07-cap { margin-top: 12px; }
.ti-p07-timeline.v { max-width: none; margin: 18px 0 0; padding: 0; }
.ti-p07-timeline.v .line { left: 26px; right: auto; top: 24px; bottom: 24px; width: 4px; height: auto; }
.ti-p07-timeline.v .line i { width: 100%; height: 100%; transform-origin: top; background: linear-gradient(180deg, var(--p07-gold), var(--ti-accent)); }
.ti-js .ti-p07-timeline.v:not(.is-in) .line i { transform: scaleY(0); }
.ti-p07-timeline.v ol { grid-template-columns: 1fr; gap: 14px; }
.ti-p07-timeline.v li { text-align: left; display: grid; grid-template-columns: 54px 1fr; column-gap: 16px; padding: 0; }
.ti-p07-timeline.v .dot { grid-row: 1 / 3; width: 54px; height: 54px; font-size: 19px; margin: 0; border-width: 3px; }
.ti-p07-timeline.v h3 { align-self: end; margin: 0 0 2px; }
.ti-p07-timeline.v p { align-self: start; }

@media (max-width: 991px) {
  .ti-p07-fig { margin: 0 0 20px; }
  .ti-p07-fig img { max-width: 100%; }
  .ti-p07-fan { margin-bottom: 24px; }
  .ti-p07-tabs .tabs label { flex-direction: row; }
}
@media (max-width: 767px) {
  .ti-p07-fig { margin-bottom: 14px; }
  .ti-p07-fig img { border-radius: 16px; box-shadow: 0 12px 26px rgba(120,70,10,.14); }
  .ti-p07-fan { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .ti-p07-fan .pgc, .ti-p07-fan:hover .pgc, .ti-js .ti-p07-fan:not(.is-in) .pgc { height: 150px; }
  .ti-p07-fan .pgc:nth-child(5) { grid-column: 1 / -1; height: 110px; }
  .ti-p07-fan .pgc:nth-child(5) .img { display: none; }
  .ti-p07-tabs .tabs { grid-template-columns: repeat(2, 1fr); }
  .ti-p07-tabs .tabs label { font-size: 13px; padding: 10px 6px; }
  .ti-p07-timeline.v .line { left: 22px; }
  .ti-p07-timeline.v li { grid-template-columns: 46px 1fr; column-gap: 12px; }
  .ti-p07-timeline.v .dot { width: 46px; height: 46px; font-size: 16px; }
  .ti-p07-timeline.v h3 { font-size: 15.5px; }
  .ti-p07-prochead .arrows { display: none; }
}
.ti-p07-legend { grid-auto-rows: 1fr; }

