/* ════════════════════════════════════════════
   RTA Dubai — Custom business page
════════════════════════════════════════════ */
#biz.rta-biz {
  background: #141414;
  color: #f5f5f5;
  overflow-x: hidden;
}

.rta-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #141414;
}

/* ── Hero ── */
.rta-hero {
  position: relative;
  min-height: clamp(360px, 58vh, 500px);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.rta-hero-wedge {
  position: absolute;
  top: 0;
  right: -8%;
  width: 55%;
  height: 100%;
  background: linear-gradient(118deg, transparent 42%, rgba(215, 25, 32, 0.92) 42%);
  pointer-events: none;
  z-index: 1;
}

.rta-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 20, 20, 0.35) 0%,
    rgba(20, 20, 20, 0.7) 50%,
    rgba(20, 20, 20, 0.96) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.rta-back {
  position: absolute;
  top: clamp(14px, 3vw, 22px);
  left: clamp(16px, 4vw, 28px);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.55);
  backdrop-filter: blur(8px);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(13px, 3vw, 14px);
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s;
}
.rta-back:hover {
  transform: translateY(-1px);
  border-color: #d71920;
}

.rta-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(48px, 10vw, 72px) clamp(16px, 4vw, 32px) clamp(20px, 4vw, 28px);
  display: flex;
  align-items: flex-end;
  gap: clamp(16px, 4vw, 28px);
}

.rta-logo {
  flex-shrink: 0;
  width: clamp(56px, 14vw, 80px);
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.rta-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px;
}

.rta-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(34px, 9vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
  color: #fff;
  text-transform: uppercase;
}

.rta-title span {
  color: #d71920;
}

.rta-tagline {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 480px;
  margin: 0 0 14px;
}

.rta-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rta-hero-chips span {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.25);
  border: 1px solid rgba(215, 25, 32, 0.5);
  color: #fff;
}

.rta-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px) clamp(20px, 4vw, 28px);
  background: rgba(215, 25, 32, 0.35);
  border-radius: 14px;
  overflow: hidden;
}

.rta-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 18px) 8px;
  background: rgba(20, 20, 20, 0.94);
  text-align: center;
}
.rta-stat strong {
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 800;
  color: #d71920;
  line-height: 1.1;
}
.rta-stat span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

@media (max-width: 480px) {
  .rta-stats { grid-template-columns: repeat(2, 1fr); }
  .rta-hero-inner { flex-direction: column; align-items: flex-start; }
}

/* ── Main ── */
.rta-main {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 40px) clamp(16px, 4vw, 32px) clamp(32px, 6vw, 48px);
}

.rta-section { margin-bottom: clamp(32px, 6vw, 48px); }

.rta-section-head { margin-bottom: clamp(18px, 4vw, 24px); }

.rta-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d71920;
  margin: 0 0 8px;
}

.rta-section-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 800;
  margin: 0 0 8px;
  color: #fff;
  letter-spacing: -0.02em;
}

.rta-section-sub {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  max-width: 560px;
}

/* ── Transit tiles ── */
.rta-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 2.5vw, 14px);
}

@media (min-width: 640px) {
  .rta-tile-grid { grid-template-columns: repeat(4, 1fr); }
}

.rta-tile {
  position: relative;
  aspect-ratio: 4 / 5;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #1e1e1e;
  transition: transform 0.2s, box-shadow 0.2s;
}
.rta-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(215, 25, 32, 0.2);
}

.rta-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}
.rta-tile:hover img { transform: scale(1.05); }

.rta-tile-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  background: linear-gradient(180deg, transparent 25%, rgba(20, 20, 20, 0.94) 100%);
  text-align: left;
}

.rta-tile-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d71920;
  margin-bottom: 4px;
}

.rta-tile-name {
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.rta-tile-lines {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
}

/* ── Nol band ── */
.rta-nol-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: clamp(22px, 4vw, 32px);
  margin-bottom: clamp(32px, 6vw, 48px);
  border-radius: 16px;
  background: linear-gradient(135deg, #1e1e1e 0%, #141414 100%);
  border: 1px solid rgba(215, 25, 32, 0.25);
}

@media (min-width: 768px) {
  .rta-nol-band { grid-template-columns: 1fr 1.2fr; align-items: center; }
}

.rta-nol-text h2 {
  font-size: clamp(20px, 4vw, 26px);
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
}

.rta-nol-text p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.rta-nol-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.rta-nol-item {
  padding: 14px;
  border-radius: 12px;
  background: rgba(215, 25, 32, 0.1);
  border: 1px solid rgba(215, 25, 32, 0.22);
}

.rta-nol-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.rta-nol-price {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #d71920;
  margin-bottom: 2px;
}

.rta-nol-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
}

/* ── Service cards ── */
.rta-svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 560px) {
  .rta-svc-grid { grid-template-columns: repeat(2, 1fr); }
}

.rta-svc {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: #1e1e1e;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: inherit;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.rta-svc:hover {
  border-color: #d71920;
  background: #242424;
  transform: translateY(-1px);
}

.rta-svc-icon {
  flex-shrink: 0;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(215, 25, 32, 0.15);
  color: #d71920;
}
.rta-svc-icon svg { width: 22px; height: 22px; }

.rta-svc-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.rta-svc-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.rta-svc-desc {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
}

.rta-svc-arrow {
  flex-shrink: 0;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(215, 25, 32, 0.2);
  color: #d71920;
}

/* ── Metro band ── */
.rta-metro-band {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: clamp(32px, 6vw, 48px);
}

@media (min-width: 768px) {
  .rta-metro-band { grid-template-columns: 1.2fr 1fr; }
}

.rta-metro-img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}

.rta-metro-panel {
  padding: clamp(24px, 5vw, 32px);
  background: #1e1e1e;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rta-metro-icon {
  display: flex;
  width: 36px;
  height: 36px;
  color: #d71920;
  margin-bottom: 12px;
}
.rta-metro-icon svg { width: 100%; height: 100%; }

.rta-metro-panel h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
}

.rta-metro-panel p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
}

.rta-metro-btn {
  align-self: flex-start;
  padding: 10px 20px;
  border: 1.5px solid #d71920;
  border-radius: 999px;
  background: transparent;
  color: #d71920;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.rta-metro-btn:hover {
  background: #d71920;
  color: #fff;
}

/* ── CTA ── */
.rta-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: clamp(20px, 4vw, 28px);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(215, 25, 32, 0.22) 0%, rgba(20, 20, 20, 0.98) 100%);
  border: 1px solid rgba(215, 25, 32, 0.4);
}

.rta-cta-icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(215, 25, 32, 0.25);
  color: #d71920;
}
.rta-cta-icon svg { width: 24px; height: 24px; }

.rta-cta-text {
  flex: 1;
  min-width: 200px;
}

.rta-cta-text h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 4px;
  color: #fff;
}

.rta-cta-text p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.45;
}

.rta-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  background: #d71920;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.rta-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(215, 25, 32, 0.4);
}
