:root {
  --color-bg: #0a0a0a;
  --color-text: #fff;
  --color-muted: #ccc;
  --color-soft: #aaa;
  --color-subtle: #888;
  --color-secondary: #666;
  --color-dim: #555;
  --color-faint: #444;
  --color-rule: #1a1a1a;
  --color-border: #222;
  --color-panel: #111;
  --color-table-head: #161616;
  --color-accent: #8b5cf6;
  --color-accent-hover: #a78bfa;
  --color-error: #ff6b6b;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

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

body {
  font-family: var(--font-sans);
  background: var(--color-bg);
  color: var(--color-text);
}

a {
  color: var(--color-accent);
}

a:hover {
  color: var(--color-accent-hover);
}

.hidden {
  display: none;
}

/* ========== Landing Page ========== */

.home-page {
  font-family: 'Inter', var(--font-sans);
  background: radial-gradient(ellipse 80% 65% at 50% 50%, #580155 0%, #380c36 35%, #271227 65%, #171717 100%);
  min-height: 100vh;
}

/* Hero */

.lp-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 90svh;
  padding: 24px;
  overflow: hidden;
  text-align: center;
}

.lp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.lp-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.lp-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    linear-gradient(207deg, rgba(0, 144, 255, 0.3) 1%, rgba(246, 0, 255, 0.3) 101%);
}

.lp-hero-logo {
  position: relative;
  z-index: 1;
  height: 40px;
  width: auto;
  flex-shrink: 0;
}

.lp-hero-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.lp-hero-title {
  font-size: clamp(72px, 24vw, 132px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 0.8;
  text-align: center;
}

.lp-hero-title span {
  display: block;
}

.lp-hero-sub {
  font-size: 20px;
  font-weight: 600;
  color: #f5f5f5;
  max-width: 320px;
  line-height: 1.4;
}

/* Border Wrapper */ 

.lp-border-wrapper{
  position: relative;
  display: inline-flex;
  padding: 4px;
  background: linear-gradient(187.48deg, rgb(0, 144, 255) 0.96%, rgb(246, 0, 255) 100.74%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.55), 0 2px 2px rgba(0, 0, 0, 0.75);
}

/* Waitlist pill */

.lp-waitlist-pill {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 16px 16px 16px 32px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)),
    linear-gradient(187.48deg, rgb(0, 144, 255) 0.96%, rgb(246, 0, 255) 100.74%);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.2px;
  width: 100%;
}
.lp-waitlist-pill span{ 
  text-align: left;
}

.lp-waitlist-pill strong {
  display: inline-block;
  font-weight: 700;
}

.lp-waitlist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  min-width: 150px;
  padding: 12px 24px;
  border-radius: 8px;
  background: linear-gradient(195deg, #0090ff 1%, #f600ff 101%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -0.01em;
  backdrop-filter: blur(10px);
  transition: opacity 0.2s;
}

.lp-waitlist-btn:hover {
  color: #fff;
  opacity: 0.85;
}


/* Sections */

.lp-section {
  width: 100%;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.lp-section-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.lp-section-text h2 {
  font-size: clamp(32px, 10vw, 48px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.lp-section-text p {
  font-size: 17px;
  font-weight: 600;
  color: #d7d7d7;
  line-height: 1.5;
}

/* Map phone mockup */

.lp-map-phone {
  position: relative;
  width: 393px;
  height: 498px;
  flex-shrink: 0;
  /* max-width: calc(100vw - 48px); */
}

.lp-map-card {
  position: absolute;
  left: 40px;
  top: 22px;
  width: 320px;
  height: 406px;
  border-radius: 32px;
  overflow: hidden;
  max-width: calc(100% - 40px);
}

.lp-map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-marker {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border: 4px solid #000;
  border-radius: 50%;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  line-height: 1;
  font-size: 22px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lp-marker:hover {
  transform: scale(1.1);
}

.lp-marker-md {
  width: 47px;
  height: 47px;
  font-size: 23px;
  border-width: 3px;
}

.lp-marker-jumbo {
  width: 70px;
  height: 70px;
  font-size: 35px;
  border-width: 4.4px;
}

.lp-marker-lg {
  width: 68px;
  height: 68px;
  font-size: 34px;
  border-width: 4.25px;
}

.lp-marker-xxl {
  width: 115px;
  height: 115px;
  font-size: 57px;
  border-width: 7px;
  box-shadow: 0 9px 5px rgba(0, 0, 0, 0.25);
}

.lp-marker-green {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25), 0 0 0 10px rgba(76, 175, 80, 0.5);
}

.lp-marker-xxl.lp-marker-green {
  box-shadow: 0 9px 5px rgba(0, 0, 0, 0.25), 0 0 0 10px rgba(76, 175, 80, 0.5);
}

.lp-marker-green-faint {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25), 0 0 0 10px rgba(21, 255, 8, 0.2);
}

/* Launch module */
.lp-launch-module-wrapper{
  border-radius: 32px;
}

.lp-launch-module {
  background: #1e1e1e;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 360px;
}

.lp-launch-header {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1;
}

.lp-pickers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  color: #000;
}
.lp-picker-option {
  display: flex;
  flex-direction: column;
  color: #000;
}

.lp-picker span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.lp-picker-icon {
  font-size: 18px;
  color: #888;
}


/* Picker animation */

:root {
  --picker-option-height: 40px; /* Adjust based on your design */
  --picker-total-option: 7;    /* Number of unique items */
}

.lp-picker {
  height: var(--picker-option-height);
  overflow: hidden; /* Hide the other options */
}

.lp-picker-option {
  animation: scroll-up 4s linear infinite;
}
.lp-picker-option span {
  height: var(--picker-option-height);
}


@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    /* Move up by (height * total unique options) */
    transform: translateY(calc(var(--picker-option-height) * var(--picker-total-option) * -1));
  }
}

/* Optional: Pause on hover */
.lp-picker:active .lp-picker-option {
  animation-play-state: paused;
}



.lp-launch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 8px;
  background: linear-gradient(235deg, #0857ff 0%, #e137ff 92%);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  transition: opacity 0.2s;
}

.lp-launch-btn:hover {
  color: #fff;
  opacity: 0.9;
}

/* Store badges */

.lp-stores {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 64px 24px;
}

.lp-stores p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.01em;
}

.lp-store-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lp-store-badges a {
  display: block;
  line-height: 0;
}

.lp-store-badges img {
  height: 44px;
  width: auto;
}

/* Legal footer */

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 32px 24px 64px;
  width: 100%;
}

footer * {
  font-size: 14px;
  color: #c3c3c3;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}

footer a:hover {
  color: #fff;
}

@media (max-width: 420px) {
  .lp-map-phone {
    transform-origin: top center;
    transform: scale(calc((100vw - 48px) / 393px));
    margin-bottom: calc((498px * ((100vw - 48px) / 393px)) - 498px);
  }
}

.content-page {
  color: var(--color-muted);
  line-height: 1.7;
}

.content-page .container {
  max-width: 680px;
  margin: 0 auto;
  padding: 60px 24px;
}

.content-page .back {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--color-subtle);
  font-size: 0.9rem;
  text-decoration: none;
}

.content-page .back:hover {
  color: var(--color-text);
}

.content-page h1 {
  margin-bottom: 8px;
  color: var(--color-text);
  font-size: 1.8rem;
}

.content-page .updated {
  margin-bottom: 40px;
  color: var(--color-secondary);
  font-size: 0.85rem;
}

.content-page h2 {
  margin-top: 36px;
  margin-bottom: 12px;
  color: var(--color-text);
  font-size: 1.2rem;
}

.content-page p,
.content-page li {
  margin-bottom: 12px;
}

.content-page ul,
.content-page ol {
  padding-left: 20px;
}

.content-page table {
  width: 100%;
  margin: 16px 0;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.content-page th,
.content-page td {
  padding: 10px 12px;
  border: 1px solid #333;
  text-align: left;
}

.content-page th {
  color: var(--color-text);
  font-weight: 600;
  background: var(--color-table-head);
}

.support-page .intro {
  margin-bottom: 48px;
  color: var(--color-subtle);
  font-size: 0.95rem;
}

.support-page h2 {
  margin-top: 48px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-rule);
}

.support-page .faq-item {
  margin-bottom: 4px;
}

.support-page .faq-item summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 6px;
  border-radius: 4px;
  color: var(--color-text);
  font-weight: 600;
  list-style: none;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}

.support-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.support-page .faq-item summary::before {
  content: "\25B6";
  flex-shrink: 0;
  color: var(--color-dim);
  font-size: 0.6rem;
  transition: transform 0.15s, color 0.15s;
}

.support-page .faq-item summary:hover {
  background: #ffffff08;
}

.support-page .faq-item summary:hover::before {
  color: var(--color-subtle);
}

.support-page .faq-item[open] summary::before {
  transform: rotate(90deg);
}

.support-page .faq-item p {
  padding: 8px 6px 16px 24px;
  color: var(--color-soft);
  font-size: 0.95rem;
}

.content-page hr {
  margin: 48px 0;
  border: none;
  border-top: 1px solid var(--color-rule);
}

.support-page .contact-box {
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  text-align: center;
  background: var(--color-panel);
}

.support-page .contact-box p {
  margin-bottom: 16px;
  color: var(--color-soft);
  font-size: 0.95rem;
}

.support-page .contact-box a {
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.deeplink-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
}

.deeplink-page .card {
  max-width: 400px;
  text-align: center;
}

.deeplink-page .logo {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.deeplink-page h1 {
  margin-bottom: 8px;
  font-size: 28px;
}

.deeplink-page .subtitle {
  margin-bottom: 32px;
  color: var(--color-subtle);
  font-size: 16px;
}

.deeplink-page .inviter {
  color: var(--color-text);
  font-weight: 600;
}

.deeplink-page .btn {
  display: inline-block;
  margin: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: var(--color-text);
}

.deeplink-page .btn:hover {
  color: #000;
}

.deeplink-page .error {
  color: var(--color-error);
}

.redirect-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
  color: var(--color-muted);
  line-height: 1.7;
}

.redirect-page p {
  max-width: 680px;
  text-align: center;
}
@media (max-width: 680px) {

  .lp-border-wrapper {                                                                                               
    width: 100%;
    max-width: 360px;
    border-radius: 32px;
  }

}


@media (max-width: 480px) {
  .home-page .logo {
    width: 150px;
  }
  .lp-hero {
    min-height: auto;
  }

  .home-page .screenshots img {
    border-radius: 18px;
  }
  .lp-waitlist-pill {
    padding: 16px;
  }
  .lp-waitlist-btn span{ 
    display: none;
  }
}
