 /* Reset */
  * {
    margin: 0; padding: 0; box-sizing: border-box;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    background-color: rgba(28, 28, 30);
    color: #fff;
      overflow-x: hidden;
  }

  @media (max-width: 600px) {
  nav.top-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
  /* Navbar */
  nav.top-nav {
    position: sticky;
    top: 0;
    z-index: 1000; /* ensure it stays above content */
    background-color: #000; /* or your desired color */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav.top-nav {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500; /* Lighter than 800 */
    font-size: 1.75rem; /* Slightly taller */
    letter-spacing: 1px; /* Less spacing for elegance */
    font-family: 'Helvetica Neue', 'Segoe UI', sans-serif; /* Sleek, modern font */
    color: #fff;
    user-select: none;
  }
  .logo img {
    display: block;
    height: 60px;
    vertical-align: middle;
  }
  .appstore-badge {
    width: 135px;
    height: 40px;
    background-color: #333;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.875rem;
    color: #bbb;
    user-select: none;
  }

  /* Main Section */

 @media (max-width: 900px) {
  main {
    flex-direction: column;
    align-items: center; /* center horizontally */
    text-align: center;
    gap: 40px;
    padding: 20px;
  }

  .text-side {
    max-width: 100%;
  }

  .image-side {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .image-side img {
    max-width: 320px;
    height: auto;
  }
}

  main {
    display: flex;
    max-width: 1200px;
    margin: 40px auto 80px; /* added 80px bottom margin */
    gap: 60px;
    align-items: center;
    /* match nav height + some breathing room */
    padding: 60px 40px 0;
  }

  /* Left Text Side */
  .text-side {
    flex: 1;
    max-width: 650px;
  }
  .text-side a img {
    margin-top: 1rem;
  }
  .text-side h1 {
    font-weight: 900;
    font-size: 3.5rem; /* instead of 4.5rem */
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
  .text-side h2 {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #c4c4c4;
  }
  .text-side p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #a0a0a0;
    max-width: 480px;
  }

  /* Right Image Side */
  .image-side {
    flex: 1;
    max-width: 320px;
    margin-left: 40px; /* moves the entire from-arrow-to layout away from text */
  }
  .image-side img {
    width: 100%;
    height: auto;
    border-radius: 48px;
    box-shadow: 0 40px 90px rgb(0 0 0 / 0.8);
  }

  .feature-tabs {
    z-index: 1;
    flex: 1;
    max-width: 540px;
    padding-top: 80px; /* space to avoid overlapping sticky nav */
  }

  #feature-image {
    max-width: 320px;
    height: auto;

    display: block;
    margin: 0 auto;
  }

.feature-media {
  width: 100%;
  max-width: 320px;
  border-radius: 48px;
  box-shadow: 0 40px 90px rgb(0 0 0 / 0.8);
  user-select: none;
  display: block;
  margin: 0 auto;
}

  .feature-tab {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 16px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .feature-tab-item {
    transition: all 0.2s ease;
    padding: 12px;
    border-radius: 10px;

  }

  .feature-tab-item.active {
    border-left: 6px solid #66ccff;
    background-color: rgba(102, 204, 255, 0.25);
    box-shadow: 0 0 8px 2px #66ccff;
  }

  .feature-section {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  flex-wrap: wrap; /* Allow stacking */
}

@media (max-width: 768px) {
  .feature-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-tabs {
    max-width: 100%;
    padding-top: 40px;
  }

  #feature-image {
    margin-top: 30px;
    max-width: 80%;
  }
}

  /* Responsive */
@media (max-width: 900px) {
  main {
    flex-direction: column;
    padding: 0 20px;
    margin: 20px auto;
    gap: 40px;
  }
  .text-side h1 {
    font-size: 3rem;
  }
  .text-side h2 {
    font-size: 1.75rem;
  }
  .text-side p {
    font-size: 1rem;
    max-width: 100%;
  }
  .image-side {
    max-width: 300px;
    margin-left: 20px; /* smaller margin on mobile */
  }
}

 @media (max-width: 768px) {
    .text-side h1 {
      font-size: 2.5rem;
    }
  }


 footer {
  background-color: #000;
  color: #ccc;
  padding: 40px 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 0.9rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 40px;
}

.footer-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Add separator lines except last */
  position: relative;
  padding: 0 20px;
}

.footer-section:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background: rgba(255,255,255,0.15);
}

.footer-logo .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 15px;
  user-select: none;
}

.footer-logo .appstore-badge img {
  margin-top: 10px;
  width: auto;
  height: 50px;
}

.footer-legal a {
  color: #ccc;
  text-decoration: none;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 500;
}

.footer-legal a:hover {
  text-decoration: underline;
}

.footer-about p {
  margin: 4px 0;
  color: #bbb;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-section {
    padding: 0;
  }

  .footer-section:not(:last-child)::after {
    content: none;
  }

  .footer-logo .logo {
    justify-content: center;
  }
}

.from-to-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px; /* minimal space between items */
  flex-wrap: nowrap;
}

.from-to-item:first-child {
  margin-right: 2px; /* tiny space between left image and arrow */
}

.arrow-svg-wrapper {
  width: 90px;  /* matches new path length */
  height: 50px;
  flex-shrink: 0;
  margin: 0;
}
.from-to-item:last-child {
  margin-left: 0;  /* right image sticks close to arrow */
}

.from-to-item img {
  width: 180px;
  max-width: 40vw;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .from-to-wrapper {
    flex-direction: row;
    gap: 2px;
    justify-content: center;
  }

  .arrow-svg-wrapper {
    width: 80px;
    height: 40px;
  }

  .from-to-item img {
    width: 140px;
    max-width: 50vw;
  }
}

.caption {
  font-size: 0.95rem;        /* slightly larger for readability */
  color: #ddd;               /* softer than pure white */
  text-align: center;        /* centers under the image */
  margin-top: 8px;           /* spacing from image */
  font-weight: 600;          /* slightly bolder */
  line-height: 1.3;          /* improves legibility */
}

/* Optional: make emoji slightly bigger and aligned */
.caption::first-letter {
  font-size: 1.2rem;        /* makes emoji pop */
}