* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(51, 65, 85, 0.35) 0%, rgba(30, 41, 59, 0.78) 100%) center / cover fixed,
    url('map-bg.jpg') center / cover no-repeat fixed;
  background-color: #1e293b;
  color: #f1f5f9;
  text-align: center;
  padding: 2rem;
}

.lang-switch {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 10;
}

.lang-switch strong {
  color: #f8fafc;
  font-weight: 700;
}

.lang-switch a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.15s;
}

.lang-switch a:hover {
  color: #f8fafc;
}

.lang-switch span {
  color: #64748b;
}

.container {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}

.logo-icon {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 1.25rem;
  object-fit: contain;
}

.logo {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.tagline {
  font-size: 1.5rem;
  color: #f1f5f9;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.tagline-accent {
  color: #7FBFA0;
  font-weight: 600;
}

.lede {
  font-size: 1.05rem;
  color: #cbd5e1;
  line-height: 1.55;
  margin-bottom: 2.5rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #64748b;
  margin-bottom: 1.5rem;
}

.stores {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.store-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.875rem 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.store-badge:hover {
  background: rgba(255, 255, 255, 0.08);
}

.store-badge-cta {
  background: rgba(127, 191, 160, 0.12);
  border-color: rgba(127, 191, 160, 0.4);
}

.store-badge-cta:hover {
  background: rgba(127, 191, 160, 0.2);
  border-color: rgba(127, 191, 160, 0.6);
  transform: translateY(-1px);
}

.store-icon svg {
  width: 28px;
  height: 28px;
  fill: #f8fafc;
}

.store-text {
  text-align: left;
}

.store-label {
  font-size: 0.7rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.store-badge-cta .store-label {
  color: #a8d4bf;
}

.store-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f8fafc;
}

.description {
  margin: 2.5rem auto 0;
  max-width: 600px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e2e8f0;
  text-align: left;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.description-closer {
  display: block;
  margin-top: 0.85rem;
  color: #7FBFA0;
  font-weight: 500;
  font-size: 1.05rem;
}

.real-world {
  width: 100%;
  max-width: 1100px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.real-world figure {
  flex: 0 1 420px;
  margin: 0;
  transform: rotate(-1.5deg);
}

.real-world img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 55%;
  border-radius: 6px;
  padding: 10px 10px 56px;
  background: #f8fafc;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.45),
    0 4px 12px rgba(0, 0, 0, 0.35);
  filter: saturate(0.88) contrast(1.02) brightness(0.96);
  display: block;
}

.real-world .quip {
  flex: 1 1 280px;
  font-size: clamp(2.25rem, 6vw, 4.25rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #f8fafc;
  text-align: left;
  max-width: 460px;
}

.real-world .quip-accent {
  color: #7FBFA0;
  display: inline-block;
}

@media (max-width: 700px) {
  .real-world {
    flex-direction: column;
    gap: 1.75rem;
  }

  .real-world figure {
    flex: 0 0 auto;
    max-width: 360px;
    width: 100%;
  }

  .real-world .quip {
    text-align: center;
    flex: 0 0 auto;
  }
}

.screenshots {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding: 2.5rem 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.screenshots-title {
  max-width: 1200px;
  margin: 0 auto 1.75rem;
  padding: 0 1.5rem;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.screenshots-row {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0.5rem 1rem 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(127, 191, 160, 0.5) rgba(255, 255, 255, 0.06);
}

.screenshots-row::-webkit-scrollbar {
  height: 6px;
}

.screenshots-row::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
}

.screenshots-row::-webkit-scrollbar-thumb {
  background: rgba(127, 191, 160, 0.5);
  border-radius: 3px;
}

.screenshot-item {
  flex: 0 0 auto;
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-snap-align: center;
  margin: 0;
  position: relative;
}

.screenshot-item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.screenshot-number {
  margin-bottom: 0.85rem;
  align-self: flex-start;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #f8fafc;
}

.screenshot-number-n {
  color: #7FBFA0;
}

.screenshot-caption {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
  color: #f1f5f9;
  text-align: left;
  align-self: stretch;
}

@media (min-width: 900px) {
  .screenshots-row {
    overflow-x: visible;
    gap: 2rem;
    justify-content: center;
  }

  .screenshot-item {
    width: 260px;
  }

  .screenshot-caption {
    font-size: 1.2rem;
  }
}

.insta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 540px;
  margin: 3.5rem auto 0;
}

.insta-kicker {
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.insta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(220, 39, 67, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.insta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(220, 39, 67, 0.45);
}

.insta-button svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.insta-sub {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
  color: #cbd5e1;
  max-width: 420px;
}

footer {
  margin-top: 3rem;
  font-size: 0.8rem;
  color: #64748b;
}

footer a {
  color: #94a3b8;
  text-decoration: none;
}

footer a:hover {
  color: #f8fafc;
}

footer .separator {
  color: #475569;
  margin: 0 0.5rem;
}
