/* ===== Reset & Base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #0A0A14;
  --bg-2: #12121F;
  --bg-3: #1A1A2E;
  --surface: #1E1E35;
  --border: rgba(255,255,255,0.06);
  --text: #E8E8F0;
  --text-muted: #8888A0;
  --text-dim: #5A5A72;
  --gold: #C9A84C;
  --gold-light: #D4B96A;
  --gold-glow: rgba(201,168,76,0.15);
  --green: #2D6A4F;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overscroll-behavior-x: none;
  touch-action: pan-y pinch-zoom;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

section {
  max-width: 100%;
  overflow-x: clip;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.gold { color: var(--gold); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), #D4A843);
  color: #1A1A1A;
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201,168,76,0.3);
}

.btn-outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.15);
  color: var(--text);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn-full { width: 100%; justify-content: center; }

/* ===== Navbar ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 0;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100vw;
  overflow: visible;
}
.navbar.scrolled {
  background: rgba(10,10,20,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.nav-logo {
  flex-shrink: 0;
  min-width: 0;
}

.logo-text {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 3px;
  color: var(--gold);
}

.nav-logo-img {
  height: 64px;
  width: auto;
  max-width: 140px;
  display: block;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.footer-logo-img {
  height: 72px;
  width: auto;
  display: block;
  margin-bottom: 8px;
  filter: brightness(0) invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }
.nav-links .nav-cta {
  background: var(--gold);
  color: #1A1A1A;
  padding: 10px 22px;
  border-radius: var(--radius-xs);
  font-weight: 700;
  font-size: 13px;
}
.nav-links .nav-cta:hover {
  box-shadow: 0 4px 20px rgba(201,168,76,0.3);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  background: rgba(10,10,20,0.95);
  backdrop-filter: blur(20px);
}
.mobile-menu.open { display: flex; }

.mobile-lang-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--border);
}
.mobile-lang-row .lang-option {
  flex: none;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
}
.mobile-menu a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 8px 0;
}
.mobile-menu .nav-cta {
  background: var(--gold);
  color: #1A1A1A;
  text-align: center;
  padding: 12px;
  border-radius: var(--radius-xs);
  font-weight: 700;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 140px 0 80px;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: min(800px, 100vw);
  height: min(800px, 100vw);
  background: radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold-glow);
  border: 1px solid rgba(201,168,76,0.2);
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 24px;
}
.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
}
.stat { text-align: center; }
.stat-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--gold);
}
.stat-label {
  font-size: 11px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.stat-divider {
  width: 1px;
  height: 32px;
  background: var(--border);
}

/* Phone Mockup */
.hero-visual {
  display: flex;
  justify-content: center;
}

/* Hero screenshot (real app) */
.hero-phone-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-phone-img {
  width: 300px;
  border-radius: 36px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6), 0 0 60px var(--gold-glow), 0 0 120px rgba(201,168,76,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  display: block;
}
.hero-phone-glow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.15) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

/* Legacy mockup kept for reference but unused */
.phone-mockup {
  display: none;
}
.phone-mockup::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 24px;
  background: var(--bg);
  border-radius: 12px;
  z-index: 2;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0D0D1A 0%, #1A1A2E 100%);
  border-radius: 24px;
  overflow: hidden;
  padding: 48px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mock-header {
  text-align: center;
  padding: 8px 0;
}
.mock-kaaba { font-size: 28px; margin-bottom: 4px; }
.mock-title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  color: var(--gold);
}
.mock-tagline {
  font-size: 9px;
  color: var(--text-dim);
  margin-top: 2px;
}

.mock-countdown {
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.mock-count-label {
  font-size: 8px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.mock-count-nums {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.mock-num {
  text-align: center;
}
.mock-num span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
}
.mock-num small {
  font-size: 8px;
  color: var(--text-dim);
  text-transform: uppercase;
}

.mock-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mock-city {
  background: var(--surface);
  border-radius: 10px;
  padding: 14px;
  border: 1px solid var(--border);
}
.mock-city-name {
  font-size: 14px;
  font-weight: 700;
}
.mock-city-prayer {
  font-size: 11px;
  color: var(--gold);
  margin-top: 2px;
}

/* ===== Sections Common ===== */
.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 16px;
}
.gold-tag { color: var(--gold); }
.section-header h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 16px;
}
.section-header p {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto;
}

/* ===== Features Grid ===== */
.features {
  padding: 100px 0;
  background: var(--bg-2);
}

/* ===== Journey Sections ===== */
.journey {
  padding: 100px 0;
  background: var(--bg-2);
}

.journey-block {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.journey-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.journey-label {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: sticky;
  top: 90px;
}

.journey-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 56px;
  font-weight: 300;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
  flex-shrink: 0;
}

.journey-phase {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 4px;
}

.journey-phase-sub {
  display: block;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 400;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.journey-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  transition: all 0.3s ease;
}
.journey-card:hover {
  border-color: rgba(201,168,76,0.25);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.journey-card-highlight {
  border-color: rgba(201,168,76,0.3);
  background: rgba(201,168,76,0.05);
}

.j-icon {
  font-size: 28px;
  display: block;
  margin-bottom: 12px;
}

.journey-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}

.journey-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

.journey-closing {
  margin-top: 80px;
  text-align: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(201,168,76,0.06) 0%, transparent 100%);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 24px;
}

.closing-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  color: var(--text);
  line-height: 1.5;
  margin-bottom: 16px;
}

.closing-sub {
  font-size: 16px;
  color: var(--gold-light);
  font-weight: 500;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: all 0.3s ease;
  min-width: 0;
}
.feature-card:hover {
  border-color: rgba(201,168,76,0.2);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.feature-icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.feature-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.feature-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ===== Premium ===== */
.premium {
  padding: 100px 0;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 60px;
  width: 100%;
  min-width: 0;
}

.premium-card {
  background: linear-gradient(135deg, var(--surface) 0%, rgba(201,168,76,0.06) 100%);
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  transition: all 0.3s ease;
  min-width: 0;
}
.premium-card:hover {
  border-color: rgba(201,168,76,0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(201,168,76,0.08);
}

.p-emoji {
  font-size: 28px;
  display: block;
  margin-bottom: 12px;
}
.premium-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.premium-card p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Pricing */
.pricing-section {
  max-width: 480px;
  margin: 0 auto;
}

.pricing-card {
  background: var(--bg-3);
  border: 1.5px solid rgba(201,168,76,0.2);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
}

.pricing-badge {
  display: inline-block;
  background: var(--gold-glow);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.pricing-plans {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-bottom: 28px;
}

.plan { text-align: center; flex: 1; }
.plan-divider {
  width: 1px;
  height: 60px;
  background: var(--border);
}
.plan-name {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 4px;
}
.plan-price {
  font-size: 28px;
  font-weight: 800;
}
.plan-price span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
}
.plan-sub {
  font-size: 11px;
  color: var(--gold);
  font-weight: 600;
  margin-top: 2px;
}
.plan-save {
  display: inline-block;
  background: var(--green);
  color: white;
  font-size: 9px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 10px;
  margin-bottom: 6px;
}

.pricing-note {
  font-size: 12px;
  color: var(--text-dim);
  margin-top: 16px;
}

/* Lifetime pricing */
.pricing-lifetime {
  margin-bottom: 24px;
}
.lifetime-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.lifetime-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}
.lifetime-sub {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}
.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  text-align: center;
  align-items: center;
}
.pf-item {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 500;
  line-height: 1.5;
  max-width: 320px;
}

/* Dimmed store button (coming soon) */
.store-btn-soon {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* ===== Unique / Why ===== */
.unique {
  padding: 100px 0;
  background: var(--bg-2);
}

.unique-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.unique-item { text-align: center; }
.unique-icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.unique-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.unique-item p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ===== Download ===== */
.download {
  padding: 100px 0;
  position: relative;
}

.download-content {
  text-align: center;
  position: relative;
}

.download-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);
  pointer-events: none;
}

.download h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
}
.download p {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 36px;
  position: relative;
}

.store-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
}
.store-btn:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.store-btn svg { color: var(--text); }
.store-btn small {
  display: block;
  font-size: 10px;
  color: var(--text-dim);
  font-weight: 500;
}
.store-btn strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.coming-note {
  font-size: 12px;
  color: var(--text-dim);
  margin-top: 16px;
  position: relative;
}

/* ===== Footer ===== */
.footer {
  padding: 60px 0 0;
  border-top: 1px solid var(--border);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 40px;
}

.footer-brand p {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 8px;
}
.footer-company {
  font-size: 11px !important;
  color: var(--text-dim) !important;
  margin-top: 4px !important;
}

.footer-links {
  display: flex;
  gap: 64px;
}

.footer-col h5 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-dim);
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: var(--text-muted);
  padding: 4px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
}
.footer-bottom p {
  font-size: 12px;
  color: var(--text-dim);
  text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .feature-grid,
  .premium-grid,
  .unique-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .journey-label {
    position: static;
  }
  .journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .closing-quote {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .container { padding: 0 16px; }

  .nav-links { display: none; }
  .nav-toggle { display: flex; flex-shrink: 0; }

  .navbar {
    padding-top: max(12px, env(safe-area-inset-top));
  }

  .nav-logo-img {
    height: 48px;
    max-width: 110px;
  }

  /* Language toggle on mobile — flag only, no text label */
  .lang-switcher {
    margin-left: auto;
    margin-right: 4px;
  }
  .lang-toggle .lang-label { display: none; }
  .lang-toggle .lang-chevron { display: none; }
  .lang-toggle {
    padding: 7px 10px;
    font-size: 16px;
  }
  .lang-switcher[open] .lang-dropdown {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 58px);
    right: 16px;
    left: auto;
    min-width: 200px;
    max-height: min(420px, 70vh);
    z-index: 9999;
  }

  .mobile-lang-row .lang-option {
    border: none;
    color: var(--text);
  }

  .hero { padding: 120px 0 60px; min-height: auto; }
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .hero-text,
  .hero-visual {
    min-width: 0;
    width: 100%;
  }
  .hero h1 { font-size: 48px; }
  .hero-sub {
    margin: 0 auto 28px;
    font-size: 15px;
  }
  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero-stats {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .hero-visual { order: -1; }
  .hero-phone-img { width: 220px; }

  .section-header h2 { font-size: 32px; }
  .section-header { padding: 0 16px; }

  .feature-grid,
  .premium-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .unique-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /* Showcase — smaller phones on mobile */
  .showcase { padding: 60px 0 0; }
  .showcase-header { margin-bottom: 36px; }
  .showcase-track { padding: 24px 8vw; gap: 16px; }
  .showcase-item img { width: 160px; border-radius: 22px; }
  .showcase-item.featured img { width: 190px; }

  /* Pricing — center checklist on mobile */
  .pricing-section {
    max-width: 100%;
  }
  .pricing-card {
    padding: 28px 20px;
  }
  .pricing-features {
    gap: 12px;
  }
  .pf-item {
    font-size: 13px;
    max-width: 100%;
    padding: 0 4px;
  }
  .lifetime-price {
    font-size: 26px;
  }
  .pricing-note {
    padding: 0 4px;
  }

  .lifetime-card { padding: 28px 20px; }

  .download h2 { font-size: 32px; }
  .store-buttons { flex-direction: column; align-items: center; }

  .footer-content {
    flex-direction: column;
    gap: 32px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 38px; }
  .hero-phone-img { width: 190px; }

  .feature-grid,
  .unique-grid {
    grid-template-columns: 1fr;
  }
  .premium-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card,
  .unique-item {
    text-align: center;
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }
  .journey-num { font-size: 40px; }
  .journey-phase { font-size: 16px; }
  .journey-closing { padding: 40px 24px; }
  .closing-quote { font-size: 22px; }

  .hero-stats { gap: 12px; }
  .stat-num { font-size: 22px; }

  .showcase-item img { width: 140px; border-radius: 20px; }
  .showcase-item.featured img { width: 165px; }
  .showcase-label { font-size: 10px; }

  .pricing-plans {
    flex-direction: column;
    gap: 16px;
  }
  .plan-divider {
    width: 60%;
    height: 1px;
  }

  /* Footer links stack fully on tiny screens */
  .footer-links {
    flex-direction: column;
    gap: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* ===== Screenshot Showcase ===== */
.showcase {
  padding: 80px 0 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.showcase-header {
  text-align: center;
  margin-bottom: 56px;
}

.showcase-strip {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-bottom: 48px;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}
.showcase-strip::-webkit-scrollbar { display: none; }
.showcase-strip:active { cursor: grabbing; }

.showcase-track {
  display: flex;
  gap: 24px;
  padding: 32px 10vw;
  width: max-content;
  align-items: flex-end;
}

.showcase-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: transform 0.3s ease;
}
.showcase-item:hover {
  transform: translateY(-10px);
}

.showcase-item img {
  width: 210px;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.07);
  display: block;
  transition: box-shadow 0.3s ease;
}
.showcase-item:hover img {
  box-shadow: 0 32px 80px rgba(0,0,0,0.65), 0 0 30px rgba(201,168,76,0.18), 0 0 0 1px rgba(201,168,76,0.2);
}

.showcase-item.featured img {
  width: 250px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6), 0 0 40px rgba(201,168,76,0.2), 0 0 0 1px rgba(201,168,76,0.25);
}
.showcase-item.featured:hover {
  transform: translateY(-14px);
}

.showcase-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* fade edges */
.showcase-strip::before,
.showcase-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  z-index: 2;
}
.showcase-strip::before {
  left: 0;
  background: linear-gradient(to right, var(--bg) 0%, transparent 100%);
}
.showcase-strip::after {
  right: 0;
  background: linear-gradient(to left, var(--bg) 0%, transparent 100%);
}
.showcase-strip { position: relative; }

/* ===== Language Switcher ===== */
.lang-switcher {
  position: relative;
  margin-left: 16px;
  flex-shrink: 0;
  z-index: 200;
}

.lang-switcher > summary {
  list-style: none;
}

.lang-switcher > summary::-webkit-details-marker {
  display: none;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 7px 12px;
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.lang-toggle:hover,
.lang-toggle.active {
  background: rgba(201,168,76,0.12);
  border-color: rgba(201,168,76,0.35);
}
.lang-toggle svg,
.lang-toggle .lang-chevron {
  opacity: 0.6;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.lang-toggle.active svg,
.lang-switcher[open] > summary svg,
.lang-switcher[open] > summary .lang-chevron {
  transform: rotate(180deg);
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #1A1A2E;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 6px;
  min-width: 168px;
  max-height: min(360px, 60vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2000;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.lang-switcher[open] .lang-dropdown {
  display: block;
}

.lang-option {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 9px 12px;
  border-radius: 7px;
  color: var(--text);
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  touch-action: manipulation;
}
.lang-option:hover {
  background: rgba(255,255,255,0.07);
}
.lang-option.active {
  background: rgba(201,168,76,0.15);
  color: var(--gold-light);
  font-weight: 600;
}

/* ===== RTL Support ===== */
[dir="rtl"] body {
  font-family: 'DM Sans', 'Noto Naskh Arabic', 'Scheherazade New', -apple-system, sans-serif;
}
:lang(hi), :lang(bn) {
  font-family: 'DM Sans', 'Noto Sans Devanagari', 'Noto Sans Bengali', -apple-system, sans-serif;
}
:lang(th) {
  font-family: 'DM Sans', 'Noto Sans Thai', -apple-system, sans-serif;
}
:lang(ru) {
  font-family: 'DM Sans', -apple-system, sans-serif;
}
[dir="rtl"] .nav-content {
  flex-direction: row-reverse;
}
[dir="rtl"] .nav-links {
  flex-direction: row-reverse;
}
[dir="rtl"] .lang-switcher {
  margin-left: 0;
  margin-right: 16px;
}
[dir="rtl"] .lang-dropdown {
  right: auto;
  left: 0;
}
[dir="rtl"] .hero-text {
  text-align: right;
}
[dir="rtl"] .hero-buttons {
  justify-content: flex-end;
}
[dir="rtl"] .hero-stats {
  justify-content: flex-end;
}
[dir="rtl"] .feature-card,
[dir="rtl"] .unique-card {
  text-align: right;
}
[dir="rtl"] .feature-icon {
  margin-left: auto;
  margin-right: 0;
}
[dir="rtl"] .footer-content {
  flex-direction: row-reverse;
}
[dir="rtl"] .footer-links {
  flex-direction: row-reverse;
}
[dir="rtl"] .footer-links h5,
[dir="rtl"] .footer-links a {
  text-align: right;
}
[dir="rtl"] .pricing-features {
  text-align: center;
  align-items: center;
}
[dir="rtl"] .btn svg {
  transform: scaleX(-1);
}
