:root {
  --bg: #ffffff;
  --muted: #656565;
  --accent1: #6A66A7;
  --accent2: #7DCFD2;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  background: var(--bg);
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 92%;
  margin: 0 auto;
  padding: 28px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 40px;
  height: 40px
}

.brand {
  font-weight: 500;
  font-size: 30px
}

.brand .accent {
  background: linear-gradient(92.24deg, #6A66A7 3.77%, #7DCFD2 33.29%, #B47E9B 65.32%, #D2A188 95.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.nav a {
  margin: 0 12px;
  color: #000;
  text-decoration: none;
  font-weight: 500
}

.hero {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.hero-left {
  padding-right: 10px
}

.coming {
  display: inline-block;
  background: #C0FF82;
  padding: 8px 16px;
  border-radius: 24px;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 18px
}

.title {
  font-size: 64px;
  line-height: 1.4;
  margin: 0 0 18px;
  font-weight: 500
}

.subtitle {
  color: var(--muted);
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6
}

.stores {
  margin-top: 48px;
  padding-top: 48px;
}

.stores-img {
  width: 220px;
  max-width: 100%;
  padding-left: 16px;
}

.star-img {
  width: 50px;
  max-width: 100%
}

.live-count {
  position: absolute;
  margin-top: 36px;
  display: block;
  align-items: center;
  gap: 16px
}

.count {
  font-size: 112px;
  color: #CFD1F8;
  font-weight: 500;
  line-height: 1
}

.label {
  color: var(--muted);
  font-weight: 500;
  padding-left: 8px;
}

.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 560px
}

.bg-shapes {
  position: absolute;
  right: -40px;
  top: -20px;
  max-width: 620px;
  width: 100%;
  height: auto;
  pointer-events: none
}

.phone {
  height: 92vh;
  transform: translateY(52px);
  z-index: -1;
  padding-top: 16px
}

.bottom-nav {
  margin-top: 48px;
  position: relative
}

.nav-bg {
  position: relative;
  background: rgba(188, 191, 246, 0.12);
  border-radius: 20px;
  padding: 18px;
  z-index: 1;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 8px 0
}

.nav-links a {
  font-weight: 500;
  text-decoration: none;
  color: #000;
  font-size: 24px
}

.nav-container {
  display: flex;
  background: linear-gradient(90deg, #e3dfff, #f5f0ff);
  padding: 8px;
  border-radius: 15px;
  width: fit-content;
  margin: 72px auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-item {
  padding: 10px 20px;
  font-size: 24px;
  border-radius: 10px;
  text-decoration: none;
  color: black;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.nav-item.active {
  background-color: #d1cdff;
  font-weight: bold;
}

.nav-item:hover {
  background-color: #d1cdff;
}

/* Responsive */
@media (max-width: 1085px) {
  .hero {
    grid-template-columns: 1fr 380px;
    gap: 24px
  }

  .title {
    font-size: 48px
  }

  .phone {
    width: 480px
  }

  .container {
    padding: 22px
  }

  .nav-item {
    font-size: 12px;
  }

  .nav-container {
    padding: 8px;
    width: fit-content;
    margin: 08px auto;
  }

  /* .stores{
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: center;
  } */
  .live-count {
    position: relative;
    display: block;
    align-items: center;
    gap: 16px
  }

  .phone {
    height: 92vh;
    transform: translateY(52px);
    z-index: -1;
    padding-top: 16px
  }
}

@media (max-width:910px) {
  .hero {
    grid-template-columns: 1fr 380px;
    gap: 24px
  }

  .title {
    font-size: 48px
  }

  .phone {
    width: 300px
  }

  .container {
    padding: 22px
  }

  .nav-item {
    font-size: 12px;
  }

  .nav-container {
    padding: 8px;
    width: fit-content;
    margin: 08px auto;
  }

  .stores {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .hero-right {
    display: none;
  }

  .live-count {
    position: relative;
    display: block;
    align-items: center;
    gap: 16px
  }

}


.terms-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.terms-header {
  text-align: center;
  margin-bottom: 3rem;
}

.terms-section {
  margin-bottom: 2rem;
}

h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.5rem;
  color: #444;
  margin: 1.5rem 0 1rem;
}

.last-updated {
  color: #666;
  font-size: 0.9rem;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #007bff;
  text-decoration: none;
}

h1 {
  color: #333;
}

section {
  max-width: 700px;
  margin: auto;
}

.privacy-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.privacy-header {
  text-align: center;
  margin-bottom: 3rem;
}

.privacy-section {
  margin-bottom: 2rem;
}

h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.5rem;
  color: #444;
  margin: 1.5rem 0 1rem;
}

.last-updated {
  color: #666;
  font-size: 0.9rem;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #007bff;
  text-decoration: none;
}


@media (max-width:768px) {
  .container {
    padding: 18px
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .nav {
    order: 2
  }

  .hero {
    grid-template-columns: 1fr;
    grid-auto-rows: auto
  }

  .hero-right {
    height: 420px;
    margin-top: 18px
  }

  .title {
    font-size: 36px
  }

  .count {
    font-size: 64px
  }

  .nav-links {
    gap: 20px;
    flex-wrap: wrap
  }

  .nav-item {
    font-size: 8px;
  }

  .nav-container {
    padding: 8px;
    width: fit-content;
    margin: 08px auto;
  }

  .stores {
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-right {
    display: none;
  }

  .live-count {
    position: relative;
    display: block;
    align-items: center;
    gap: 16px
  }
}