/* ============ Variabla globale ============ */
:root {
  --blu-1: #0b1f4d;
  --blu-2: #1e3a8a;
  --blu-3: #3b5dbb;
  --ari:   #d4a017;
  --ari-2: #f4c14a;
  --ari-3: #b88912;
  --bardhe: #ffffff;
  --tekst: #0b1f4d;
  --tekst-soft: #4a5b85;
  --tekst-mute: #7a86a3;
  --bg-light: #f7f9ff;
  --bg-alt: #eef2fc;
  --line: #d6dcec;
}

/* ============ Reset ============ */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }
input { font: inherit; }
a { color: inherit; text-decoration: none; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: "Urbanist", -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  color: var(--tekst);
  background: var(--bg-light);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* ============ Container ============ */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow { max-width: 720px; }

/* ============ TOP NAV ============ */
.topnav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  background: rgba(247, 249, 255, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}

.nav-link {
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 600;
  color: var(--tekst-soft);
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-link:hover {
  background: var(--bg-alt);
  color: var(--blu-1);
}

.nav-cta {
  background: linear-gradient(135deg, var(--blu-2), var(--blu-1));
  color: var(--bardhe) !important;
  padding: 8px 18px;
  margin-left: 6px;
}

.nav-cta:hover {
  background: linear-gradient(135deg, var(--blu-1), var(--blu-2));
  color: var(--bardhe);
  transform: translateY(-1px);
}

/* Language switcher */
.lang-switcher {
  display: flex;
  gap: 4px;
  margin-left: auto;
  padding: 3px;
  background: var(--bg-alt);
  border-radius: 999px;
}

.lang-btn {
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--tekst-soft);
  padding: 6px 12px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.lang-btn:hover { color: var(--blu-1); }

.lang-btn.active {
  background: var(--bardhe);
  color: var(--blu-1);
  box-shadow: 0 2px 6px rgba(11, 31, 77, 0.10);
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 24px 0 64px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, #eaf0ff 0%, transparent 65%),
    linear-gradient(180deg, #fafbff 0%, var(--bg-light) 100%);
  overflow: hidden;
}

.hero-dark {
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ============ BRAND (logo + wordmark në navbar) ============ */
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
}

.brand-logo { width: 28px; height: 28px; }

.brand-divider {
  width: 1px;
  height: 22px;
  background: var(--line);
}

.brand-word {
  font-family: "Urbanist", -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--blu-1);
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .brand-word { font-size: 12px; }
  .brand-logo { width: 22px; height: 22px; }
}

/* ============ HERO PHOTO (foto e errësuar në blu) ============ */
.hero-photo {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  overflow: hidden;
  background: #060e26;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.hero-slide.is-active { opacity: 1; }

/* Pozicionimi i fokusit për çdo foto, në varësi të ku është subjekti kryesor */
.hero-slide:nth-of-type(1) { object-position: center 97%; transform: scale(1.45); }   /* Prizren — xhamia/qyteti mbush kuadrin, akoma më poshtë */
.hero-slide:nth-of-type(2) { object-position: center 45%; }                           /* Prishtina — çadrat */
.hero-slide:nth-of-type(3) { object-position: center 78%; transform: scale(1.25); }   /* Pejë — shtëpitë/lugina në plan të parë */
.hero-slide:nth-of-type(4) { object-position: 46% 55%; transform: scale(1.15); }      /* Drini i Bardhë — ujëvara e centruar */
.hero-slide:nth-of-type(5) { object-position: center 92%; transform: scale(1.45); }   /* Prishtina2 — monumenti mbush kuadrin */
.hero-slide:nth-of-type(6) { object-position: center 68%; transform: scale(1.2); }    /* Prizren4 — qyteti, jo qielli */
.hero-slide:nth-of-type(7) { object-position: center 58%; transform: scale(1.2); }    /* Prishtina3 — biblioteka, jo oborri */

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 14, 38, 0.55) 0%, rgba(6, 14, 38, 0.86) 100%);
}

.hero-photo .hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(244, 193, 74, 0.4);
  color: var(--ari-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1.hero-title-dark {
  color: var(--bardhe);
  text-transform: uppercase;
  font-family: "Urbanist", -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 8.5vw, 92px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

.hero-title-accent { color: var(--ari-2); }

p.hero-tagline-dark {
  color: var(--bardhe);
  text-align: center;
  max-width: 620px;
  font-size: clamp(15px, 2.2vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
}

.hero-freetag {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 640px) {
  .hero-photo { padding: 56px 20px; }
}



.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 16px auto 0;
  padding: 0 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* ============ HERO BANNER (Full Width) ============ */
.hero-banner {
  position: relative;
  width: 100%;
  padding: 48px 0 64px;
  margin-bottom: 8px;
  background:
    /* Shtresë e zbehtë blu për banner-feeling */
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(30, 58, 138, 0.04) 0%, transparent 70%),
    /* Sfond i butë */
    linear-gradient(180deg, transparent 0%, rgba(11, 31, 77, 0.02) 50%, transparent 100%);
  overflow: hidden;
  z-index: 1;
}

.hero-banner-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 20px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.banner-icon {
  width: clamp(120px, 16vw, 180px);
  height: auto;
  border-radius: 24%;
  box-shadow:
    0 24px 40px -12px rgba(11, 31, 77, 0.32),
    0 14px 20px -10px rgba(11, 31, 77, 0.20);
  animation: float 4s ease-in-out infinite;
  flex-shrink: 0;
}

.banner-text {
  width: clamp(280px, 55vw, 560px);
  height: auto;
  border-radius: 36px;
  box-shadow:
    0 40px 80px -20px rgba(11, 31, 77, 0.55),
    0 24px 40px -12px rgba(11, 31, 77, 0.30),
    0 10px 18px -6px rgba(11, 31, 77, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  animation: float 4s ease-in-out infinite;
  animation-delay: 0.3s;
}

/* Hije në tokë për ndjesinë e fluturimit */
.hero-banner::after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: min(70vw, 700px);
  height: 26px;
  background: radial-gradient(ellipse, rgba(11, 31, 77, 0.18) 0%, rgba(11, 31, 77, 0.06) 50%, transparent 80%);
  filter: blur(10px);
  pointer-events: none;
  animation: shadow-pulse 4s ease-in-out infinite;
}

/* Animacionet */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes shadow-pulse {
  0%, 100% { transform: translateX(-50%) scaleX(1); opacity: 0.9; }
  50% { transform: translateX(-50%) scaleX(0.88); opacity: 0.65; }
}

@media (max-width: 640px) {
  .banner-icon { width: clamp(110px, 30vw, 150px); }
  .banner-text { width: clamp(200px, 70vw, 320px); }
  .hero-banner::after { width: min(60vw, 280px); }
}

@media (prefers-reduced-motion: reduce) {
  .banner-icon, .banner-text { animation: none; }
  .hero-banner::after { animation: none; }
}

/* Klasa e vjetër (e mbajmë për fallback) */
.hero-logo-block {
  display: none;
}


/* Animacion: logoja noton ngadalë lart-poshtë */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Animacion: hija pulson me lëvizjen */
@keyframes shadow-pulse {
  0%, 100% { transform: translateX(-50%) scaleX(1); opacity: 0.9; }
  50% { transform: translateX(-50%) scaleX(0.85); opacity: 0.6; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo { animation: none; }
  .hero-logo-block::after { animation: none; }
}

.hero-title {
  margin: 4px 0 0;
  font-size: clamp(32px, 6vw, 52px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--blu-1);
  line-height: 1.15;
}

.hero-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, var(--ari), var(--ari-2));
  border-radius: 2px;
}

.hero-tagline {
  margin: 0 auto;
  max-width: 640px;
  font-size: clamp(15px, 2.2vw, 18px);
  color: var(--tekst-soft);
  letter-spacing: 0.01em;
  text-align: left;
  line-height: 1.75;
  display: inline-block;
}

.hero-tagline strong { color: var(--blu-1); font-weight: 700; }

/* Falas — të mbetet i centruar veçmas */
.hero-tagline strong:last-child {
  display: block;
  text-align: center;
  margin-top: 6px;
  font-size: 1.05em;
}

@media (max-width: 560px) {
  .hero-tagline { font-size: 14px; }
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  border: 0;
}

.btn-primary {
  background: linear-gradient(135deg, var(--blu-2), var(--blu-1));
  color: var(--bardhe);
  box-shadow: 0 6px 18px rgba(30, 58, 138, 0.28);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(30, 58, 138, 0.36);
}

.btn-secondary {
  background: var(--bardhe);
  color: var(--blu-1);
  border: 1px solid var(--line);
}

.btn-secondary:hover {
  background: var(--bg-alt);
  border-color: var(--blu-3);
}

.hero-note {
  margin: 12px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--tekst-mute);
}

.status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--ari-2);
  box-shadow: 0 0 0 0 rgba(244, 193, 74, 0.6);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(244, 193, 74, 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(244, 193, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(244, 193, 74, 0); }
}

/* ============ SECTIONS ============ */
.section { padding: 80px 0; }

/* Kalim më i lëmuar nga hero-ja e errët në seksionin e parë të bardhë */
.hero-dark + #about { padding-top: 40px; }
.section-alt { background: var(--bg-light); }
.section-cta {
  background: linear-gradient(180deg, var(--bg-light) 0%, #eef2fc 100%);
  padding: 64px 0 72px;
}

/* Hapësira mes statistikave dhe "What you'll discover" ishte 160px
   (80px fund i #about + 80px filli i #features) — e ngushtuar. */
#about { padding-bottom: 40px; }
#features { padding: 48px 0 24px; }
#cities { padding: 24px 0; }
#screenshots { padding: 40px 0 32px; }
/* titulli + nëntitulli qëndrojnë bashkë me tabelën */
#cities .section-subtitle { margin-bottom: 24px; }

.section-title {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.005em;
  color: var(--blu-1);
  text-align: center;
}

.section-subtitle {
  margin: 0 auto 48px;
  max-width: 640px;
  font-size: clamp(15px, 2vw, 17px);
  color: var(--tekst-soft);
  text-align: center;
}

/* ============ STATS ============ */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 80px;
  margin-top: 40px;
}

.stat {
  background: var(--bardhe);
  border: 1px solid rgba(8, 48, 176, 0.5);
  border-radius: 20px;
  padding: 32px 20px 28px;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(8, 48, 176, 0.12), 6px 8px 10px rgba(8, 48, 176, 0.38), 10px 14px 26px rgba(8, 48, 176, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(11, 31, 77, 0.10);
}

.stat-icon {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 14px;
}

.stat-photo { padding-top: 20px; }

.stat-collage {
  position: relative;
  width: 100%;
  max-width: 290px;
  aspect-ratio: 290 / 160;
  margin: -58px auto 20px;
}

.collage-item {
  position: absolute;
  display: block;
  width: 44%;
  height: 92.5%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(11, 31, 77, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, z-index 0s;
}

.collage-item:nth-child(1) {
  left: 0;
  top: 16px;
  transform: rotate(-9deg);
  z-index: 1;
}

.collage-item:nth-child(2) {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.collage-item:nth-child(3) {
  right: 0;
  top: 16px;
  transform: rotate(9deg);
  z-index: 2;
}

.collage-item:hover {
  z-index: 10;
  box-shadow: 0 14px 28px rgba(11, 31, 77, 0.30);
}

.stat-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.collage-item:hover img {
  transform: scale(1.15);
}

.collage-flag {
  background: var(--bardhe);
}

.stat-number {
  display: block;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 800;
  color: var(--blu-1);
  letter-spacing: -0.02em;
  line-height: 1;
}

.stat-label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--tekst-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ============ FEATURES ============ */
/* Sfondi i seksionit mbetet i njëjtë me pjesën tjetër të faqes (i ndritshëm);
   vetëm kartat janë me foto. */

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}

/* 4 karta në rresht vetëm në desktop; 2 në tablet, 1 në telefon (më poshtë) */
@media (max-width: 1000px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}

.feature {
  position: relative;
  display: flex;
  min-height: 240px;
  padding: 20px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(8, 48, 176, 0.5);
  box-shadow: 0 0 0 1px rgba(8, 48, 176, 0.12), 6px 8px 10px rgba(8, 48, 176, 0.38), 10px 14px 26px rgba(8, 48, 176, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Fotoja e kategorisë + hija që bën tekstin të lexueshëm */
.feature-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 14, 35, 0.12) 0%, rgba(6, 14, 35, 0.62) 52%, rgba(6, 14, 35, 0.93) 100%);
}

.feature-body {
  position: relative;
  z-index: 2;
  align-self: flex-end;
}

.feature:hover {
  transform: translateY(-4px);
  border-color: var(--ari);
  box-shadow: 0 0 0 1px rgba(212, 160, 23, 0.25), 6px 10px 14px rgba(8, 48, 176, 0.42), 12px 18px 34px rgba(8, 48, 176, 0.30);
}

.feature:hover .feature-img { transform: scale(1.06); }

.feature-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}

.feature-icon {
  flex: none;
  width: 21px;
  height: 21px;
  color: var(--ari-2);
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.5));
}

.feature h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--bardhe);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.feature p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

/* ============ CITIES ============ */

.cities-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 4px 10px;
  margin: 0 -4px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.cities-list::-webkit-scrollbar { height: 6px; }
.cities-list::-webkit-scrollbar-thumb { background: var(--line); border-radius: 6px; }

.city-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 1 150px;
  min-width: 150px;
  min-height: 190px;
  scroll-snap-align: start;
  padding: 20px 18px;
  background: var(--bardhe);
  border: 1px solid rgba(8, 48, 176, 0.16);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(8, 48, 176, 0.05), 4px 6px 14px rgba(8, 48, 176, 0.10);
  text-align: left;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, flex-basis 0.25s ease;
}

.city-row:hover:not(.is-active) {
  border-color: rgba(8, 48, 176, 0.4);
  transform: translateY(-2px);
}
.city-row:hover:not(.is-active) .city-name { color: var(--blu-2); }

.city-row:focus-visible {
  outline: 2px solid var(--ari);
  outline-offset: 2px;
}

.city-index {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--tekst-mute);
  transition: color 0.25s ease;
}

.city-icon {
  width: 44px;
  height: 44px;
  margin: 14px 0;
  color: var(--blu-2);
  transition: color 0.25s ease;
}

.city-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--blu-1);
  letter-spacing: -0.01em;
  transition: color 0.25s ease;
}

.city-sub {
  margin-top: 4px;
  font-size: 10.5px;
  color: var(--tekst-mute);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: left;
  transition: color 0.25s ease;
}

/* Qyteti aktiv — kartë navy, më e gjerë */
.city-row.is-active {
  flex: 1.5 1 220px;
  min-width: 200px;
  background: var(--blu-1);
  border-color: var(--blu-1);
  box-shadow: 0 0 0 1px rgba(8, 48, 176, 0.12), 6px 10px 22px rgba(8, 48, 176, 0.30);
}
.city-row.is-active .city-icon { color: var(--ari-2); }
.city-row.is-active .city-name { color: var(--bardhe); }
.city-row.is-active .city-index { color: var(--ari-2); }
.city-row.is-active .city-sub { color: rgba(255, 255, 255, 0.7); }

/* Banderola e qytetit të zgjedhur */
.city-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 400px;
  margin: 36px 0 0;
  padding: 34px;
  border: 1px solid rgba(8, 48, 176, 0.5);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(8, 48, 176, 0.12), 6px 8px 10px rgba(8, 48, 176, 0.38), 10px 14px 26px rgba(8, 48, 176, 0.26);
}

.city-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transition: opacity 0.3s ease;
}

.city-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 14, 35, 0.15) 0%, rgba(6, 14, 35, 0.55) 45%, rgba(6, 14, 35, 0.92) 100%);
}

.city-banner-body {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.city-banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bardhe);
}

.city-banner-eyebrow svg { width: 14px; height: 14px; }

.city-banner-name {
  margin: 8px 0 12px;
  font-size: clamp(36px, 6vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ari-2);
}

.city-banner-desc {
  margin: 0 0 14px;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.city-banner-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 720px) {
  .city-banner { min-height: 320px; padding: 22px; }
}

/* ============ LANGUAGES ============ */

/* ============ SCREENSHOTS ============ */
.shots-carousel {
  position: relative;
  margin-top: 8px;
}

/* Skena: telefoni aktiv në qendër, fqinjët zvogëlohen anash */
.shots-stage {
  position: relative;
  height: 600px;
  margin: 0 -60px;
  overflow: hidden;
}

/* shkëlqim i kaltër i butë prapa telefonëve */
.shots-stage::before {
  content: "";
  position: absolute;
  inset: 8% 4%;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(30, 58, 138, 0.22) 0%, rgba(30, 58, 138, 0.10) 45%, rgba(30, 58, 138, 0) 72%);
  pointer-events: none;
}

.shot-slide {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 262px;
  padding: 0;
  border: 0;
  background: none;
  opacity: 0;
  pointer-events: none;
  /* të gjithë telefonët në një vijë në qendër — aktivi rritet lart e poshtë njëtrajtësisht */
  transform: translate(calc(-50% + var(--dx, 0px)), -50%) scale(var(--sc, 0.66));
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s ease;
}

.shot-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  background: #000;
  box-shadow:
    0 0 0 1px rgba(8, 48, 176, 0.25),
    0 0 26px rgba(30, 58, 138, 0.30),
    0 18px 36px rgba(11, 31, 77, 0.20);
}

.shot-slide.is-active {
  --dx: 0px;
  --sc: 1;
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
}

.shot-slide.is-active img {
  box-shadow:
    0 0 0 1px rgba(8, 48, 176, 0.45),
    0 0 60px rgba(30, 58, 138, 0.45),
    0 26px 54px rgba(11, 31, 77, 0.30);
}

.shot-slide.is-prev1, .shot-slide.is-next1 {
  --sc: 0.84;
  opacity: 0.85;
  z-index: 4;
  pointer-events: auto;
  cursor: pointer;
}

.shot-slide.is-prev2, .shot-slide.is-next2 {
  --sc: 0.70;
  opacity: 0.6;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
}

.shot-slide.is-prev1 { --dx: -252px; }
.shot-slide.is-next1 { --dx: 252px; }
.shot-slide.is-prev2 { --dx: -452px; }
.shot-slide.is-next2 { --dx: 452px; }

.shots-nav {
  position: absolute;
  top: 46%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--bardhe);
  color: var(--blu-1);
  box-shadow: 0 6px 18px rgba(11, 31, 77, 0.16);
  transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.shots-nav svg { width: 20px; height: 20px; }
.shots-prev { left: 0; }
.shots-next { right: 0; }

.shots-nav:hover {
  transform: scale(1.07);
  box-shadow: 0 10px 24px rgba(11, 31, 77, 0.22);
}

.shots-nav[disabled] {
  opacity: 0.35;
  pointer-events: none;
}

/* Teksti nën telefonin aktiv */
.shots-caption {
  margin: 18px auto 0;
  max-width: 460px;
  text-align: center;
}

.shots-caption-title {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: var(--blu-1);
}

.shots-caption-sub {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: var(--tekst-soft);
}

.shots-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.shots-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--line);
  transition: background-color 0.2s ease, width 0.2s ease;
}

.shots-dot.is-active {
  width: 26px;
  background: var(--blu-2);
}

@media (max-width: 900px) {
  .shots-stage { height: 500px; margin: 0 -24px; }
  .shot-slide { width: 216px; }
  .shot-slide.is-prev1 { --dx: -206px; }
  .shot-slide.is-next1 { --dx: 206px; }
  .shot-slide.is-prev2 { --dx: -366px; }
  .shot-slide.is-next2 { --dx: 366px; }
}

@media (max-width: 600px) {
  .shots-stage { height: 430px; margin: 0 -12px; }
  .shot-slide { width: 176px; }
  .shot-slide.is-prev1 { --dx: -150px; }
  .shot-slide.is-next1 { --dx: 150px; }
  .shot-slide.is-prev2, .shot-slide.is-next2 { opacity: 0; pointer-events: none; }
  .shots-nav { width: 38px; height: 38px; }
}

/* ============ DOWNLOAD — teksti djathtas, telefonat e store-it majtas ============ */
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.cta-phones {
  position: relative;
  height: 600px;
}

/* Korniza e telefonit — shasi, buton anash dhe reflektim mbi ekran */
.cta-phone {
  position: absolute;
  top: 50%;
  width: 268px;
  padding: 10px;
  border-radius: 46px;
  background: linear-gradient(145deg, #3a5288 0%, #16274f 26%, #0a1730 52%, #1d3060 74%, #3f5891 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.10),
    0 0 0 2px rgba(8, 20, 50, 0.55),
    0 30px 60px rgba(11, 31, 77, 0.34),
    inset 0 1px 1px rgba(255, 255, 255, 0.22);
}

/* butoni i anës */
.cta-phone::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 30%;
  width: 3px;
  height: 62px;
  border-radius: 3px;
  background: linear-gradient(180deg, #3f5891, #12203f);
}

/* butonat e volumit */
.cta-phone::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 24%;
  width: 3px;
  height: 96px;
  border-radius: 3px;
  background: linear-gradient(180deg, #3f5891, #12203f);
}

.cta-screen {
  position: relative;
  display: block;
  border-radius: 38px;
  overflow: hidden;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.cta-screen img {
  display: block;
  width: 100%;
  height: auto;
}

/* Dynamic Island — tash që screenshot-i i iOS-it e ka status bar-in e plotë */
.cta-phone-ios .cta-screen::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 2;
  width: 82px;
  height: 23px;
  border-radius: 999px;
  background: #000;
  transform: translateX(-50%);
  pointer-events: none;
}

/* xhami — reflektim i lehtë diagonal */
.cta-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.07) 20%, rgba(255, 255, 255, 0) 38%);
}

.cta-phone-ios {
  left: -2%;
  z-index: 2;
  transform: translateY(-52%) rotate(-8deg);
}

.cta-phone-android {
  right: -2%;
  z-index: 1;
  transform: translateY(-44%) rotate(7deg);
}

.cta-copy {
  align-self: start;
  padding-top: 12px;
  text-align: left;
}

.cta-eyebrow {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ari-3);
}

.cta-copy .section-title {
  text-align: left;
  font-size: clamp(30px, 4.4vw, 46px);
  line-height: 1.05;
}

.cta-copy .section-subtitle {
  margin: 14px 0 0;
  text-align: left;
  max-width: 540px;
}

.cta-copy .download-buttons {
  justify-content: flex-start;
  margin: 26px 0 0;
}

@media (max-width: 900px) {
  .cta-grid { grid-template-columns: 1fr; gap: 8px; }
  .cta-phones { height: 440px; order: 2; }
  .cta-phone { width: 196px; padding: 8px; border-radius: 36px; }
  .cta-screen { border-radius: 29px; }
  .cta-copy { text-align: center; }
  .cta-copy .section-title,
  .cta-copy .section-subtitle { text-align: center; }
  .cta-copy .section-subtitle { margin-left: auto; margin-right: auto; }
  .cta-copy .download-buttons { justify-content: center; }
}

/* ============ DOWNLOAD ============ */
.download-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 32px;
  flex-wrap: wrap;
}

.appstore-badge,
.playstore-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  background: var(--blu-1);
  color: var(--bardhe);
  border-radius: 14px;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 22px rgba(11, 31, 77, 0.18);
}

.appstore-badge:hover,
.playstore-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(11, 31, 77, 0.24);
}

.appstore-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.appstore-line1 {
  font-size: 11px;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.appstore-line2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}

.cta-note {
  margin: 8px 0 16px;
  text-align: center;
  font-size: 15px;
  color: var(--tekst-soft);
}

.notify {
  margin: 0 auto;
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 460px;
  background: var(--bardhe);
  border: 1px solid var(--line);
  padding: 6px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(11, 31, 77, 0.08);
}

.notify input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 12px 16px;
  font-size: 15px;
  color: var(--tekst);
  outline: none;
  min-width: 0;
}

.notify input::placeholder { color: var(--tekst-mute); }

.notify button {
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  background: linear-gradient(135deg, var(--blu-2), var(--blu-1));
  color: var(--bardhe);
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(30, 58, 138, 0.28);
}

.notify button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(30, 58, 138, 0.34);
}

.success {
  margin: 12px auto 0;
  font-size: 15px;
  color: var(--blu-1);
  font-weight: 600;
  text-align: center;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--blu-1);
  color: rgba(255, 255, 255, 0.85);
  padding: 56px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}

.footer-brand p {
  margin: 12px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 320px;
}

.footer-logo {
  width: 84px;
  height: auto;
}

.footer-col h4 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ari-2);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin: 8px 0;
  font-size: 14px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s ease;
}

.footer-col a:hover { color: var(--bardhe); }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.01em;
}

/* ============ ACCESSIBILITY ============ */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* ============ MOBILE ============ */
@media (max-width: 720px) {
  .topnav {
    gap: 4px;
    padding: 10px 14px;
  }

  .nav-link { padding: 6px 10px; font-size: 13px; }

  .brand { width: 100%; justify-content: center; margin-bottom: 2px; }

  .lang-switcher { margin-left: 0; }
  .lang-btn { padding: 5px 10px; font-size: 11px; }

  .stats { grid-template-columns: repeat(2, 1fr); }

  .features-grid { grid-template-columns: 1fr; }
  .feature { min-height: 220px; }

  .city-row { padding: 16px 14px; min-width: 128px; min-height: 168px; }
  .city-row.is-active { min-width: 168px; }
  .city-name { font-size: 18px; }
  .city-icon { width: 36px; height: 36px; margin: 10px 0; }

  .languages-grid { grid-template-columns: repeat(2, 1fr); }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 20px;
  }

  /* logoja në të majtë, si listat — një buzë e vetme për krejt footer-in */
  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }

  .footer-brand .footer-logo { width: 72px; }

  /* Kontakti zë gjithë gjerësinë */
  .footer-col:last-child { grid-column: 1 / -1; }

  .notify {
    flex-direction: column;
    border-radius: 16px;
    padding: 10px;
  }

  .notify input { padding: 14px; }

  .notify button {
    padding: 14px;
    border-radius: 12px;
  }

  .section { padding: 56px 0; }
  .hero { padding: 16px 0 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .star, .status-dot { animation: none; }
  html { scroll-behavior: auto; }
}

