:root {
  color-scheme: light;
  --bg: #f6f7fb;
  --bg-soft: #eef1f7;
  --fg: #131826;
  --muted: #5a637a;
  --plum: #5b2c6f;
  --plum-deep: #3d1a4f;
  --accent: #5b2c6f;
  --c1: #8a4fd6;
  --c2: #5b2c6f;
  --c3: #3d1a4f;
  --line: rgba(12, 18, 32, 0.1);
  --surface: rgba(246, 247, 251, 0.86);
  --wa: #128c7e;
  --glow: rgba(91, 44, 111, 0.16);
  --grain-opacity: 0.035;
  --shadow: 0 18px 50px rgba(19, 24, 38, 0.12);
  --font: "Sora", system-ui, -apple-system, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --urdu: "Noto Nastaliq Urdu", "Sora", serif;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg: #05070d;
  --bg-soft: #0a0e18;
  --fg: #e8ecf5;
  --muted: #95a0b8;
  --plum: #c9a0dc;
  --plum-deep: #e8d4f0;
  --accent: #c9a0dc;
  --c1: #b06cff;
  --c2: #6d7dff;
  --c3: #3ddad7;
  --line: rgba(255, 255, 255, 0.09);
  --surface: rgba(5, 7, 13, 0.9);
  --glow: rgba(109, 125, 255, 0.14);
  --grain-opacity: 0.05;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.3s, color 0.3s;
}

html[lang="ur"] body,
html[lang="ur"] .hero-lede,
html[lang="ur"] .sub,
html[lang="ur"] .service-list span,
html[lang="ur"] .steps span:not(.step-num),
html[lang="ur"] .why-list span,
html[lang="ur"] .contact-list,
html[lang="ur"] .disclaimer,
html[lang="ur"] .coverage-line,
html[lang="ur"] .owner-role,
html[lang="ur"] .brand-text small,
html[lang="ur"] figcaption,
html[lang="ur"] .photo-note {
  font-family: var(--urdu);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.1; margin: 0; font-weight: 800; letter-spacing: -0.02em; }
.mono { font-family: var(--mono); }

.wrap {
  width: min(1080px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--accent);
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 100;
}
.skip:focus { left: 0.5rem; top: 0.5rem; }

/* ambience */
.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: var(--grain-opacity);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  width: 520px;
  height: 520px;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, var(--glow), transparent 62%);
  transition: opacity 0.4s;
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 60;
  background: transparent;
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--c1), var(--c2), var(--c3));
  transition: width 0.05s linear;
}

.top, main, .footer, .sticky-cta { position: relative; z-index: 2; }

.top {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.top.stuck { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); }

.top-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4rem;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.brand-link img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}
[data-theme="dark"] .brand-link img { background: #12161f; }
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-text strong {
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}
.brand-text small {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 500;
  font-family: var(--mono);
  letter-spacing: 0.04em;
}

.nav { display: none; gap: 1.2rem; }
.nav a {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.nav a:hover { color: var(--fg); }
.nav a:hover::after { transform: scaleX(1); }

.top-actions { display: flex; align-items: center; gap: 0.45rem; }

.chip {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--fg);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, transform 0.25s;
}
.chip:hover { color: var(--accent); border-color: color-mix(in srgb, var(--accent) 40%, var(--line)); transform: translateY(-1px); }
.chip.icon {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: grid;
  place-items: center;
}
[data-theme="light"] .theme-moon { display: none; }
[data-theme="dark"] .theme-sun { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease), box-shadow 0.25s, background 0.25s, opacity 0.25s;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn.small { padding: 0.45rem 0.85rem; font-size: 0.8rem; }
.btn-primary { background: var(--accent); color: #fff; }
[data-theme="dark"] .btn-primary { color: #06070c; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-ghost { border-color: var(--line); color: var(--fg); background: transparent; }

/* hero */
.hero {
  position: relative;
  min-height: min(94vh, 860px);
  display: flex;
  align-items: flex-end;
  padding: 6rem 0 3.75rem;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  animation: drift 26s ease-in-out infinite alternate;
}
@keyframes drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-2%, -2%, 0); }
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, color-mix(in srgb, var(--bg) 94%, transparent) 0%, color-mix(in srgb, var(--bg) 70%, transparent) 36%, color-mix(in srgb, var(--bg) 15%, transparent) 70%, transparent 100%),
    linear-gradient(180deg, transparent 30%, var(--bg) 100%);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-family: var(--mono);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c1);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--c1) 70%, transparent);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 12px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.hero-brand {
  font-size: clamp(2.8rem, 10vw, 6.2rem);
  letter-spacing: -0.045em;
  max-width: 12ch;
}
.hero-mono {
  margin: 0.85rem 0 0;
  font-family: var(--mono);
  font-size: clamp(0.78rem, 1.4vw, 0.92rem);
  letter-spacing: 0.04em;
  color: var(--c1);
  font-weight: 500;
}
.hero-lede {
  margin: 1.1rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 300;
}
.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.hero-owner {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* marquee */
.marquee {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
  background: var(--bg-soft);
}
.marquee-track {
  display: flex;
  gap: 1.5rem;
  white-space: nowrap;
  width: max-content;
  animation: scroll 42s linear infinite;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--muted);
}
@keyframes scroll { to { transform: translateX(-50%); } }

.section {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  border-bottom: 1px solid var(--line);
}

.kicker {
  margin: 0 0 0.65rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c1);
}
h2 {
  font-size: clamp(1.85rem, 4.5vw, 2.6rem);
  margin-bottom: 0.45rem;
}
.sub {
  margin: 0 0 2rem;
  color: var(--muted);
  max-width: 36rem;
  font-weight: 300;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: none;
}
.steps li {
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
  transition: background 0.35s, padding-inline 0.35s var(--ease);
}
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li:hover { background: color-mix(in srgb, var(--accent) 5%, transparent); padding-inline: 0.75rem; }
.step-num {
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--c1);
  letter-spacing: 0.08em;
}
.steps strong { font-size: 1.1rem; }
.steps span:not(.step-num) { color: var(--muted); font-weight: 300; }

.service-list, .why-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-list li, .why-list li {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  transition: transform 0.35s var(--ease), background 0.35s;
}
.service-list li:last-child, .why-list li:last-child { border-bottom: 1px solid var(--line); }
.service-list li:hover, .why-list li:hover {
  transform: translateX(6px);
  background: color-mix(in srgb, var(--accent) 4%, transparent);
}
html[lang="ur"] .service-list li:hover,
html[lang="ur"] .why-list li:hover { transform: translateX(-6px); }
.service-list strong, .why-list strong { font-size: 1.05rem; }
.service-list span, .why-list span { color: var(--muted); font-weight: 300; }

.bleed-band {
  margin: 0;
  border-bottom: 1px solid var(--line);
  max-height: min(52vh, 460px);
  overflow: hidden;
}
.bleed-band img {
  width: 100%;
  height: min(52vh, 460px);
  object-fit: cover;
  animation: drift 22s ease-in-out infinite alternate;
}

.photo-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}
.photo {
  margin: 0;
  overflow: hidden;
}
.photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.9s var(--ease), filter 0.5s;
  will-change: transform;
}
.photo.wide img { height: min(48vw, 400px); }
.photo:hover img { transform: scale(1.06); filter: saturate(1.08); }
.photo figcaption {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-family: var(--mono);
  letter-spacing: 0.02em;
}
.photo-note {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.fleet-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.fleet-item {
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: var(--muted);
}
.fleet-num {
  font-size: clamp(2rem, 5vw, 2.9rem);
  font-weight: 800;
  color: var(--fg);
  line-height: 1;
  letter-spacing: -0.03em;
}
.fleet-num.mono {
  font-family: var(--mono);
  background: linear-gradient(120deg, var(--c1), var(--c3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.rates {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.rates th, .rates td {
  text-align: start;
  padding: 0.95rem 0.65rem;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.rates th {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--mono);
}
.rates tbody tr:last-child td { border-bottom: 0; }
.rates tbody tr { transition: background 0.25s, transform 0.25s; }
.rates tbody tr:hover { background: color-mix(in srgb, var(--accent) 6%, transparent); }
.link-wa {
  color: var(--wa);
  font-weight: 700;
  font-family: var(--mono);
  font-size: 0.82rem;
}
.link-wa:hover { text-decoration: underline; }
.disclaimer { margin: 1rem 0 0; color: var(--muted); font-size: 0.82rem; }

.coverage-line {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 700;
  max-width: 40rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.contact-block { max-width: 36rem; }

.map-block {
  margin-top: 2.5rem;
  max-width: 100%;
}
.map-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
}
.map-head .kicker { margin: 0; }
.link-dirs {
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.02em;
  position: relative;
}
.link-dirs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.link-dirs:hover::after { transform: scaleX(1); }
html[lang="ur"] .link-dirs::after { transform-origin: right; }
.map-frame {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  aspect-ratio: 16 / 10;
  min-height: 280px;
  box-shadow: var(--shadow);
}
.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.owner-name {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.owner-role { margin: 0.25rem 0 1.5rem; color: var(--muted); font-weight: 300; }
.contact-list { list-style: none; margin: 0 0 1.75rem; padding: 0; }
.contact-list li {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
}
.contact-list li:last-child { border-bottom: 1px solid var(--line); }
.contact-list span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 600;
  font-family: var(--mono);
}
.contact-list a, .contact-list address {
  color: var(--fg);
  font-style: normal;
  font-weight: 500;
}
.contact-list a:hover { color: var(--accent); }

.footer {
  padding: 2rem 0 5.5rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
}
.footer p { margin: 0; }
.powered a { color: var(--accent); font-weight: 700; }
.powered a:hover { text-decoration: underline; }

.sticky-cta {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: var(--surface);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  box-shadow: var(--shadow);
  animation: riseBar 0.45s var(--ease);
}
@keyframes riseBar {
  from { transform: translateY(110%); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.sticky-cta .btn { flex: 1; }

/* —— 48h demo gate —— */
html[data-demo="expired"] .site-live { display: none !important; }
html[data-demo="expired"] .demo-gate { display: grid !important; }
html[data-demo="live"] .demo-gate { display: none !important; }

.demo-gate {
  display: none;
  min-height: 100vh;
  place-items: center;
  padding: 2rem 1.25rem;
  position: relative;
  z-index: 3;
}
.demo-gate-inner {
  width: min(34rem, 100%);
  text-align: center;
}
.demo-gate h1 {
  font-size: clamp(1.9rem, 5vw, 2.8rem);
  margin: 0.4rem 0 0.85rem;
}
.demo-gate-lede {
  margin: 0 auto 1.5rem;
  color: var(--muted);
  font-weight: 300;
  max-width: 28rem;
}
.demo-gate .cta { justify-content: center; }

.demo-ribbon {
  position: sticky;
  top: 0;
  z-index: 55;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0.65rem;
  padding: 0.45rem 1rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  background: color-mix(in srgb, var(--accent) 12%, var(--bg));
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.demo-ribbon #demoCountdown {
  color: var(--accent);
  font-weight: 600;
}
.demo-ribbon-sep { opacity: 0.5; }
html[data-demo="expired"] .demo-ribbon { display: none; }

.hide-sm { display: none; }

/* reveals */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-media {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease);
}
.reveal-media.in { opacity: 1; transform: none; }

.tilt { transform-style: preserve-3d; }

@media (min-width: 820px) {
  .nav { display: flex; }
  .hide-sm { display: inline-flex; }
  .sticky-cta { display: none !important; }
  .footer { padding-bottom: 2rem; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
  .steps li {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1.25rem;
  }
  .steps li:last-child { border-bottom: 1px solid var(--line); }
  .steps li:hover { padding-inline: 1.25rem; transform: translateY(-4px); }
  .photo-grid {
    grid-template-columns: 1.15fr 1fr;
  }
  .photo.wide { grid-column: 1 / -1; }
  .photo:not(.wide) img { height: 300px; }
  .service-list, .why-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
}

@media (max-width: 560px) {
  .fleet-row { grid-template-columns: 1fr; }
  .brand-text { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-media { opacity: 1 !important; transform: none !important; }
  .grain, .cursor-glow, .scroll-progress { display: none !important; }
}
