/* ============ 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: -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  color: var(--tekst);
  background: var(--bardhe);
  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(255, 255, 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: 14px;
  font-weight: 500;
  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%, #ffffff 100%);
  overflow: hidden;
}



.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(240px, 50vw, 540px);
  height: auto;
  filter:
    drop-shadow(0 8px 14px rgba(11, 31, 77, 0.18))
    drop-shadow(0 2px 4px rgba(11, 31, 77, 0.12));
  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; }
.section-alt { background: var(--bg-light); }
.section-cta {
  background: linear-gradient(180deg, var(--bg-light) 0%, #eef2fc 100%);
  padding: 88px 0;
}

.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(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.stat {
  background: var(--bardhe);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 16px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(11, 31, 77, 0.04);
}

.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 ============ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.feature {
  background: var(--bardhe);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

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

.feature-highlight {
  background: linear-gradient(135deg, #fdf6e3 0%, #fff9eb 100%);
  border: 1px solid rgba(212, 160, 23, 0.35);
  box-shadow: 0 6px 18px rgba(212, 160, 23, 0.12);
  position: relative;
}

.feature-highlight::before {
  content: "★";
  position: absolute;
  top: 14px; right: 16px;
  color: var(--ari);
  font-size: 18px;
  filter: drop-shadow(0 0 6px rgba(244, 193, 74, 0.55));
}

.feature-highlight h3 { color: var(--blu-1); }
.feature-highlight:hover {
  border-color: var(--ari);
  box-shadow: 0 14px 32px rgba(212, 160, 23, 0.20);
}

.feature-icon {
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 1;
}

.feature h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--blu-1);
}

.feature p {
  margin: 0;
  font-size: 14px;
  color: var(--tekst-soft);
  line-height: 1.55;
}

/* ============ CITIES ============ */
.cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}

.city-card {
  background: var(--bardhe);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.city-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(11, 31, 77, 0.08);
}

.city-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--blu-1);
  letter-spacing: -0.01em;
}

.city-sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--tekst-mute);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

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

/* ============ SCREENSHOTS ============ */
.screenshots-scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 24px 24px;
  margin: 0 -24px;
  -webkit-overflow-scrolling: touch;
}

.screenshots-scroll::-webkit-scrollbar { height: 8px; }
.screenshots-scroll::-webkit-scrollbar-track { background: var(--bg-alt); border-radius: 4px; }
.screenshots-scroll::-webkit-scrollbar-thumb { background: var(--blu-3); border-radius: 4px; }

.screenshot {
  flex: 0 0 220px;
  scroll-snap-align: start;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px var(--line),
    0 20px 40px rgba(11, 31, 77, 0.18);
  background: #000;
}

.screenshot img {
  width: 100%;
  height: auto;
  display: block;
}

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

.appstore-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 {
  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: 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: 160px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.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; }

  .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; }

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

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

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

  .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; }
}
