body {
  font-family: 'Inter', Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #222;
  background: #fff;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  padding: 0 1.5rem;
  min-height: 100vh;
}

@media (min-width: 768px) {
  body {
    padding: 0 2rem;
  }
}

@media (min-width: 1024px) {
  body {
    padding: 0 3rem;
  }
}

@media (min-width: 1440px) {
  body {
    padding: 0 4rem;
  }
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1.5rem;
  background: #fff;
  box-shadow: 0 2px 16px rgba(95,108,255,0.04);
  position: sticky;
  top: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .header-bar {
    padding: 1.2rem 2.5rem;
  }
}

@media (min-width: 1024px) {
  .header-bar {
    padding: 1.2rem 3.5rem;
  }
}

@media (min-width: 1440px) {
  .header-bar {
    padding: 1.2rem 5rem;
    margin: 0 -5rem;
  }
}

.logo-area {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.logo-icon {
  font-size: 1.7rem;
  margin-right: 0.5rem;
}
.logo-text {
  font-weight: 800;
  color: #5f6cff;
  margin-left: 1.1rem;
}
.coming-soon {
  background: #e6f7ee;
  color: #1db954;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.3rem 1.1rem;
  border-radius: 1.2rem;
  letter-spacing: 0.5px;
  border: 1.5px solid #1db954;
}
.apple-gradient-bg {
  background: linear-gradient(120deg, #5f6cff 0%, #a18fff 100%);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 2rem 0;
}
.apple-gradient-bg-light {
  background: linear-gradient(120deg, #f7f8fa 60%, #e6eaff 100%);
}
.ios-badge {
  display: inline-block;
  background: #e6eaff;
  color: #5f6cff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.3rem 1rem;
  border-radius: 1.2rem;
  margin-bottom: 1.2rem;
  border: 1.5px solid #5f6cff;
}
.hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0 2rem 0;
  position: relative;
  overflow: visible;
  width: 100%;
}
.hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  gap: 2.5rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.hero-left {
  flex: 1 1 350px;
  min-width: 300px;
  max-width: 500px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-left h1 {
  font-size: 3.2rem;
  font-weight: 900;
  margin: 0 0 1.2rem 0;
  line-height: 1.1;
  color: #222;
}
.gradient-text {
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  animation: gradient-move 3s linear infinite alternate;
}
@keyframes gradient-move {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.hero-left p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #444;
}
.hero-left .notify-form,
.hero-left .notify-form * {
  box-shadow: none !important;
  filter: none !important;
  background: none !important;
  background-image: none !important;
  animation: none !important;
  transition: none !important;
  outline: none !important;
  border: none !important;
  color: inherit !important;
}
.hero-left .notify-form button,
.hero-left .notify-form .cta-btn {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  padding: 0.7rem 2.2rem !important;
  border-radius: 2rem !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  background: #2563eb !important;
  color: #fff !important;
  text-align: left !important;
  position: static !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}
.hero-left .notify-form button:hover, .hero-left .notify-form .cta-btn:hover {
  background: #1d4ed8 !important; /* slightly darker blue on hover */
  color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  text-align: left !important;
  box-shadow: none !important;
  transition: none !important;
  transform: none !important;
  animation: none !important;
}
.hero-right {
  flex: 1 1 320px;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.iphone-mockup {
  position: relative;
  width: 320px;
  height: 656px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: float 3.5s ease-in-out infinite alternate;
}
.iphone-mockup.small {
  width: 180px;
  height: 370px;
}
.iphone-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.screenshot-inside {
  position: absolute;
  top: 32px;
  left: 20px;
  width: 280px;
  height: 600px;
  border-radius: 2.2rem;
  object-fit: cover;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(95,108,255,0.18);
}
.iphone-mockup.small .screenshot-inside {
  top: 18px;
  left: 11px;
  width: 158px;
  height: 335px;
  border-radius: 1.2rem;
}
@keyframes float {
  0% { transform: translateY(0px) scale(1); }
  100% { transform: translateY(-18px) scale(1.03); }
}
.discover-section {
  background: #fff;
  padding: 4rem 1.5rem 3rem 1.5rem;
  text-align: center;
}
.discover-section h2 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
}
.discover-section p {
  font-size: 1.3rem;
  color: #444;
  margin-bottom: 2.5rem;
}
.discover-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}
.discover-mockups {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.discover-texts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: center;
  min-width: 220px;
}
.feature-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px rgba(95,108,255,0.07);
  padding: 1.5rem 2rem;
  text-align: left;
  min-width: 220px;
  max-width: 320px;
  animation: fadeInUp 1.2s ease;
}
.feature-icon {
  font-size: 2rem;
  margin-bottom: 0.7rem;
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
.feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1.5rem;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 32px rgba(95,108,255,0.07);
  animation: fadeInUp 1.2s ease;
}
.feature-img {
  flex: 1 1 320px;
  min-width: 220px;
  max-width: 350px;
  display: flex;
  justify-content: center;
}
.feature-text {
  flex: 1 1 320px;
  min-width: 220px;
  max-width: 500px;
}
.feature-text h2 {
  font-size: 2rem;
  margin-bottom: 0.7rem;
  color: #5f6cff;
  font-weight: 800;
}
.feature-text p {
  font-size: 1.1rem;
  color: #444;
}
.feature-left {
  flex-direction: row;
}
.feature-right {
  flex-direction: row-reverse;
}
.final-cta {
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  color: #fff;
  text-align: center;
  padding: 2.5rem 2rem 3rem 2rem;
  border-radius: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
  animation: fadeInUp 1.2s ease;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.final-cta h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
}
.final-cta p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.why-atom-section {
  background: #f4f7ff;
  padding: 3rem 1.5rem 2rem 1.5rem;
  text-align: center;
}
.why-atom-section h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
}
.why-atom-section p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 2.5rem;
}
.why-atom-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.why-atom-section .feature-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 8px 32px rgba(95,108,255,0.13), 0 1.5px 8px rgba(95,108,255,0.07);
  padding: 2.2rem 2.2rem 1.7rem 2.2rem;
  min-width: 220px;
  max-width: 340px;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #e6eaff;
  position: relative;
  z-index: 1;
}
.why-atom-section .feature-card:hover {
  box-shadow: 0 16px 48px rgba(95,108,255,0.18), 0 2px 12px rgba(95,108,255,0.10);
  transform: translateY(-4px) scale(1.03);
}
.coming-section {
  background: #f8faff;
  padding: 3rem 1.5rem 2rem 1.5rem;
  text-align: center;
}
.coming-section h2 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
}
.coming-section p {
  font-size: 1.3rem;
  color: #444;
  margin-bottom: 2.5rem;
}
.coming-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 400px));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
.coming-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 8px 32px rgba(95,108,255,0.13), 0 1.5px 8px rgba(95,108,255,0.07);
  padding: 1rem 1.5rem 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #5f6cff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  max-width: 400px;
  border: 1.5px solid #e6eaff;
  position: relative;
  z-index: 1;
  transition: box-shadow 0.2s, transform 0.2s;
}
.coming-card:hover {
  box-shadow: 0 16px 48px rgba(95,108,255,0.18), 0 2px 12px rgba(95,108,255,0.10);
  transform: translateY(-4px) scale(1.03);
}
.coming-card span {
  color: #444;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.2rem;
  text-align: center;
}
.footer {
  background: #fff;
  color: #888;
  text-align: center;
  padding: 2rem 1rem 2.5rem 1rem;
  font-size: 1.1rem;
  border-top: 1px solid #e6eaff;
  position: relative;
  z-index: 10;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  color: #888;
}
.footer-content p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  font-weight: 500;
}
/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.35);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 1.2rem;
  max-width: 350px;
  width: 90vw;
  text-align: center;
  position: relative;
}
.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.5rem;
  color: #aaa;
  cursor: pointer;
}
#notify-form input[type="email"] {
  width: 80%;
  padding: 0.7rem;
  margin-bottom: 0.5rem !important;
  border: 1px solid #ddd;
  border-radius: 1rem;
  font-size: 1rem;
}
#notify-form button {
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 0.7rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
#notify-success {
  color: #5f6cff;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  .hero-content, .discover-features, .feature, .why-atom-cards {
    flex-direction: column !important;
    gap: 2rem;
    padding: 2rem 1rem;
  }
  .iphone-mockup {
    width: 220px;
    height: 450px;
  }
  .iphone-mockup.small {
    width: 120px;
    height: 250px;
  }
  .screenshot-inside {
    width: 190px;
    height: 370px;
    left: 13px;
    top: 18px;
  }
  .iphone-mockup.small .screenshot-inside {
    width: 98px;
    height: 220px;
    left: 7px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding: 2rem 0 1rem 0;
    min-height: auto;
    overflow: visible;
  }
  
  .hero-content {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }
  
  .hero-left {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  
  .notify-form {
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }
  
  /* Restore proper carousel behavior */
  .discover-section {
    height: auto !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }
  
  .discover-carousel-wrapper {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    margin: 0 auto 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  
  .discover-carousel {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    max-width: 100vw;
    gap: 0;
    padding: 0 3rem;
    scrollbar-width: none;
    height: auto;
  }
  
  .discover-carousel::-webkit-scrollbar {
    display: none;
  }
  
  .discover-row {
    min-width: 100vw;
    max-width: 100vw;
    flex: 0 0 100vw;
    scroll-snap-align: center;
    margin: 0;
    border-radius: 1.5rem;
    box-shadow: 0 4px 32px rgba(95,108,255,0.07);
    background: #fff;
    position: relative;
    transition: box-shadow 0.2s;
    height: auto;
    overflow: hidden;
    min-height: 500px;
  }
  
  /* Hide original discover rows on mobile/tablet */
  .discover-section > .discover-row {
    display: none;
  }
  
  .discover-image {
    margin-left: -64px;
    margin-right: 0 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 3rem;
    min-height: auto;
  }
  
  .discover-screenshot {
    max-width: 100% !important;
    margin: 0 auto 1rem auto !important;
    transition: all 0.6s ease;
    transform: scale(1);
    opacity: 1;
    margin-left: 12rem !important;
    overflow: hidden;
    transform-origin: center top;
    width: 280px;
    height: auto;
  }
  
  .discover-screenshot.scroll-animate {
    transform: scale(1.1);
    opacity: 0.7;
  }
  
  .discover-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    pointer-events: none;
    min-height: auto;
    padding: 0;
  }
  
  .discover-text.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  .discover-text .feature-card {
    text-align: center;
    padding: 1.5rem;
    height: auto;
    display: block;
  }
  
  .discover-description.left-align {
    max-width: calc(100% - 8rem);
    padding: 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .why-atom-cards {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }
}
.gradient-text-bold {
  font-weight: 800;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline;
  font-size: 1.13em;
}
.icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 1.2rem;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  margin: 0 auto 1.1rem auto;
  box-shadow: 0 2px 8px rgba(95,108,255,0.10);
}
.icon-bg svg {
  stroke: #fff;
  width: 32px;
  height: 32px;
  display: block;
}
@media (max-width: 1200px) {
  .apple-gradient-bg, .final-cta {
    max-width: 98vw;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 2rem;
  }
}
.cta-btn,
.cta-btn-gradient {
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2rem !important;
  padding: 0 2.2rem !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 16px rgba(95,108,255,0.13);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  height: 3.2rem !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  transition: none !important;
  animation: electric-flash 2s ease-in-out infinite;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%) !important;
  background-size: 200% 100% !important;
  box-shadow: 0 0 20px rgba(95, 108, 255, 0.4), 0 0 40px rgba(161, 143, 255, 0.2);
  transition: all 0.3s ease;
}

.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus,
.cta-btn-gradient:hover,
.cta-btn-gradient:active,
.cta-btn-gradient:focus {
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(95,108,255,0.13) !important;
  transform: none !important;
  transition: none !important;
}

.discover-screenshot {
  max-width: 400px;
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.discover-screenshot:hover {
  transform: none;
}

/* Disable hover effect on mobile */
@media (max-width: 1024px) {
  .discover-screenshot:hover {
    transform: none;
  }
}

@media (max-width: 1024px) {
  .discover-mockups {
    flex-direction: column;
    align-items: center;
  }
  .discover-screenshot {
    width: 440px;
    max-width: 98vw;
    margin: 0 auto 2rem auto !important;
    display: block;
  }
}
.hero-apple {
  background: linear-gradient(120deg, #f8faff 60%, #e6eaff 100%);
  padding: 0 0 3rem 0;
  position: relative;
  overflow: hidden;
}
.hero-bg-logo {
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100vw;
  opacity: 0.10;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  transition: width 0.4s cubic-bezier(.4,1.6,.6,1), transform 0.4s cubic-bezier(.4,1.6,.6,1);
}
.hero-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
}
.hero-text {
  flex: 1 1 400px;
  min-width: 300px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-logo {
  height: 48px;
  margin-bottom: 1.2rem;
}
.hero-text h1 {
  font-size: 3.5rem;
  font-weight: 900;
  margin: 0 0 1.2rem 0;
  line-height: 1.1;
}
.hero-subheadline {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 1.2rem;
  max-width: 100%;
}
.hero-visual {
  flex: 1 1 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-screenshot {
  width: 480px;
  max-width: 90vw;
  display: block;
  position: relative;
  z-index: 2;
  margin-left: 2rem;
}
@media (max-width: 1024px) {
  .hero-content {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .hero-screenshot {
    width: 98vw;
    max-width: 400px;
  }
  .hero-bg-logo {
    display: none !important;
  }
  /* Override to show hero background logo on mobile */
  .hero-apple .hero-bg-logo {
    display: block !important;
    width: 400px;
    opacity: 0.08;
    top: 40%;
  }
}
.discover-row {
  display: flex;
  align-items: stretch;
  gap: 4rem;
  margin-bottom: 4rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.5rem;
  box-shadow: 0 4px 32px rgba(95,108,255,0.07);
  animation: fadeInUp 1.2s ease;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}

.discover-row.animate {
  opacity: 1;
  transform: translateY(0);
}

.discover-row:nth-child(even) {
  transform: translateY(30px) translateX(-20px);
}

.discover-row:nth-child(even).animate {
  transform: translateY(0) translateX(0);
}

.discover-row:nth-child(odd) {
  transform: translateY(30px) translateX(20px);
}

.discover-row:nth-child(odd).animate {
  transform: translateY(0) translateX(0);
}

.discover-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  position: relative;
}

.discover-text {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  padding: 2rem;
  box-sizing: border-box;
}

.discover-text .feature-card {
  max-width: 400px;
  text-align: left;
  margin: 0;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.discover-description.left-align {
  max-width: calc(100% - 8rem);
  padding: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.discover-description.left-align h1,
.discover-description.left-align h2,
.discover-description.left-align h3,
.discover-description.left-align h4,
.discover-description.left-align b,
.discover-description.left-align .gradient-text-bold {
  font-size: 1.4rem !important;
  line-height: 1.18 !important;
  word-break: break-word !important;
  text-align: left !important;
}

@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
  body {
    padding: 0 1rem;
  }
  .header-bar {
    padding: 0.4rem 1.5rem;
  }
  .logo-img {
    height: 40px !important;
    width: auto;
  }
  .logo-text {
    font-size: 1.1rem;
    margin-left: 0.7rem;
  }
  .coming-soon {
    font-size: 0.85rem;
    padding: 0.2rem 0.7rem;
  }
  .hero, .hero-content {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .hero-text h1, .gradient-text-bold {
    font-size: 2.8rem !important;
  }
  .hero-subheadline {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 1.2rem;
    max-width: 100%;
  }
  .hero-screenshot {
    width: 100% !important;
    max-width: 340px !important;
    margin-left: 0 !important;
    display: none !important;
  }
  .hero-bg-logo {
    display: none !important;
  }
  .discover-section {
    padding: 2.2rem 0 1.5rem 0;
  }
  .discover-section h2 {
    font-size: 1.8rem;
  }
  .discover-row {
    flex-direction: column;
    gap: 2rem;
    min-height: auto;
    margin: 0 1rem 2rem 1rem;
  }
  .discover-text .feature-card {
    text-align: center;
    padding: 1.5rem;
  }
  .discover-image, .discover-text {
    min-height: auto;
  }
  .discover-screenshot {
    max-width: 100% !important;
    margin: 0 auto 1rem auto !important;
    transition: all 0.6s ease;
    transform: scale(1);
    opacity: 1;
    margin-left: 12rem !important;
    overflow: hidden;
    transform-origin: center top;
  }
  .discover-screenshot.scroll-animate {
    transform: scale(1.1);
    opacity: 0.7;
  }
  .discover-info-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: linear-gradient(90deg, #5f6cff, #a18fff, #5f6cff);
    background-size: 200% 100%;
    border: none;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 0 20px rgba(95, 108, 255, 0.6), 0 0 40px rgba(161, 143, 255, 0.4);
    transition: all 0.3s ease;
    pointer-events: auto;
    animation: electric-flash 2s ease-in-out infinite;
  }
  .discover-info-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(95,108,255,0.4);
  }
  .discover-info-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    color: white;
  }
  .discover-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    pointer-events: none;
  }
  .discover-text.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .discover-description.left-align {
    max-width: calc(100% - 8rem);
    padding: 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
  }
  .discover-icon {
    margin-bottom: 0.4rem !important;
  }
  .footer {
    padding: 1.2rem 0 1.5rem 0;
    font-size: 0.95rem;
  }
  .footer-content {
    max-width: 100%;
  }
  .final-cta {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 1.2rem;
    margin-top: 1.5rem;
  }
  .final-cta h2 {
    font-size: 1.8rem;
  }
  .final-cta p {
    font-size: 1.15rem;
  }
  .notify-form input[type="email"] {
    font-size: 1rem;
    height: 2.2rem;
    padding: 0 0.7rem;
  }
  .notify-form button {
    font-size: 1rem;
    height: 2.2rem;
    padding: 0 1.2rem;
  }
  .why-atom-section, .coming-section {
    padding: 1.5rem 0 1rem 0;
  }
  .why-atom-section {
    display: none;
  }
  .why-atom-section h2, .coming-section h2 {
    font-size: 1.8rem;
  }
  .why-atom-section p, .coming-section p {
    font-size: 0.98rem;
  }
  .why-atom-cards, .coming-grid {
    gap: 1.2rem;
    padding: 0;
  }
  .feature-card, .coming-card {
    padding: 0.6rem 1rem;
    min-width: 0;
    max-width: 100%;
  }
  .feature-card h3, .coming-card b {
    font-size: 1.7rem !important;
  }
  .discover-section p {
    font-size: 1.15rem;
  }
  .coming-section p {
    font-size: 1.15rem;
  }
}

.discover-image {
  margin-left: -64px;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 3rem;
}
.discover-headline {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #5f6cff, #a18fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  z-index: 5;
}
.discover-headline.hidden {
  display: none;
}
@keyframes electric-flash {
  0%, 100% { 
    background-position: 0% 50%;
    box-shadow: 0 0 20px rgba(95, 108, 255, 0.6), 0 0 40px rgba(161, 143, 255, 0.4);
    transform: translateX(-50%);
  }
  25% {
    background-position: 100% 50%;
    box-shadow: 0 0 30px rgba(95, 108, 255, 0.8), 0 0 60px rgba(161, 143, 255, 0.6);
    transform: translateX(-50%);
  }
  50% { 
    background-position: 0% 50%;
    box-shadow: 0 0 40px rgba(95, 108, 255, 1), 0 0 80px rgba(161, 143, 255, 0.8);
    transform: translateX(-50%);
  }
  75% {
    background-position: 100% 50%;
    box-shadow: 0 0 30px rgba(95, 108, 255, 0.8), 0 0 60px rgba(161, 143, 255, 0.6);
    transform: translateX(-50%);
  }
}

/* Hide animated elements on desktop */
@media (min-width: 1025px) {
  .discover-headline {
    display: none;
  }
  .discover-info-btn {
    display: none;
  }
}

/* Show headlines on mobile */
@media (max-width: 1024px) {
  .discover-headline {
    display: block !important;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    font-weight: 700;
    background: linear-gradient(90deg, #5f6cff, #a18fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
    z-index: 10;
  }
  
  /* Override hidden class on mobile */
  .discover-headline.hidden {
    display: block !important;
  }
  
  /* Force visibility on mobile regardless of any other rules */
  .discover-section .discover-headline,
  .discover-row .discover-headline,
  .discover-image .discover-headline {
    display: block !important;
  }
}

.header-bar.hide-on-scroll {
  transform: translateY(-100%);
  transition: transform 0.3s;
}

@media (min-width: 1025px) {
  .discover-carousel-wrapper {
    display: none !important;
  }
  /* Show original discover rows on desktop */
  .discover-section > .discover-row {
    display: flex !important;
  }
}

/* Support Page Styles */
.support-section {
  background: #f8faff;
  padding: 3rem 1.5rem 4rem 1.5rem;
  min-height: calc(100vh - 200px);
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}

/* Support Hero */
.support-hero {
  text-align: center;
  margin-bottom: 4rem;
}

.eyebrow {
  display: inline-block;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.support-hero h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #222;
}

.hero-lead {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

.primary-cta {
  display: inline-block;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(95,108,255,0.15);
  white-space: nowrap;
  width: 120px;
  text-align: center;
}

.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(95,108,255,0.25);
}

.secondary-cta {
  display: inline-block;
  color: #5f6cff;
  padding: 0.7rem 1rem;
  border: 2px solid #5f6cff;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  background: transparent;
  white-space: nowrap;
  width: 120px;
  text-align: center;
}

.secondary-cta:hover {
  background: #5f6cff;
  color: #fff;
  transform: translateY(-2px);
}

.support-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.support-container h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.support-container > p {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 3rem;
}

.faq-section {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 2rem 6rem 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 32px rgba(95,108,255,0.07);
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Search */
.faq-search {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.search-input {
  width: 100%;
  max-width: 600px;
  padding: 1rem 1.5rem;
  border: 2px solid #e6eaff;
  border-radius: 1rem;
  font-size: 1rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.search-input:focus {
  outline: none;
  border-color: #5f6cff;
  box-shadow: 0 0 0 3px rgba(95, 108, 255, 0.1);
}

.search-input::placeholder {
  color: #999;
}

/* FAQ List */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.faq-box {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
}

.faq-question {
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  box-sizing: border-box;
}

.faq-question:hover {
  background: #f8faff;
}

.faq-toggle {
  font-size: 1.5rem;
  color: #5f6cff;
  font-weight: bold;
  margin-left: 0.5rem;
  flex-shrink: 0;
  min-width: 20px;
  text-align: center;
}

.faq-box.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-content {
  padding: 0 1.5rem 1.5rem 1.5rem;
  background: #f8faff;
  color: #666;
  line-height: 1.6;
  display: none;
}

.faq-box.active .faq-content {
  display: block;
}

.faq-answer p {
  margin: 0;
}

.faq-answer a {
  color: #5f6cff;
  text-decoration: none;
  font-weight: 500;
}

.faq-answer a:hover {
  text-decoration: underline;
}

.faq-section h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #5f6cff;
  text-align: center;
}

.faq-item {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6eaff;
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 2rem;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.faq-item h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #333;
}

.faq-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.contact-section {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 2rem 3rem 2rem;
  box-shadow: 0 4px 32px rgba(95,108,255,0.07);
  margin-bottom: 2rem;
}

.contact-card {
  background: #f8faff;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #e6eaff;
}

.contact-card p {
  margin-bottom: 0.8rem;
}

.contact-card p:last-child {
  margin-bottom: 0;
}

.response-time {
  font-weight: 600;
  color: #5f6cff;
  font-size: 0.95rem;
}

.contact-details {
  font-size: 0.9rem;
  color: #888;
  line-height: 1.4;
}

/* Sticky Mobile CTA */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e6eaff;
  padding: 1rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 5;
  pointer-events: none;
}

.sticky-cta.visible {
  transform: translateY(0);
  pointer-events: auto;
}

/* Ensure footer is visible above sticky CTA */
.footer {
  position: relative;
  z-index: 10;
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 4rem; /* Add padding to ensure footer content is visible */
}

.sticky-cta.visible {
  transform: translateY(0);
}

.sticky-cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  gap: 1rem;
}

.sticky-cta span {
  font-weight: 600;
  color: #333;
}

.sticky-cta-btn {
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  color: #fff;
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.sticky-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(95,108,255,0.25);
}

.contact-section h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #5f6cff;
}

.contact-section p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.contact-btn {
  display: inline-block;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(95,108,255,0.15);
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(95,108,255,0.25);
}

@media (max-width: 768px) {
  .support-hero h1 {
    font-size: 2.2rem;
  }
  
  .hero-lead {
    font-size: 1.1rem;
  }
  
  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  
  .primary-cta, .secondary-cta {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
  
  .faq-section, .contact-section {
    padding: 1.5rem;
  }
  
  .faq-question {
    padding: 1.2rem;
    font-size: 1rem;
  }
  
  .faq-answer {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
  
  .sticky-cta-content {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }
  
  .sticky-cta-btn {
    width: 100%;
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .support-hero h1 {
    font-size: 1.8rem;
  }
  
  .hero-lead {
    font-size: 1rem;
  }
  
  .eyebrow {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
  
  .faq-question {
    padding: 1rem;
    font-size: 0.95rem;
  }
  
  .faq-answer {
    padding: 0 1rem 1rem 1rem;
    font-size: 0.9rem;
  }
}

/* Privacy Page Styles */
.privacy-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  min-height: calc(100vh - 200px);
}

.privacy-content h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.privacy-section {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(95,108,255,0.04);
}

.privacy-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #5f6cff;
}

.privacy-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 1rem;
}

.privacy-section ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.privacy-section li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.privacy-section a {
  color: #5f6cff;
  text-decoration: none;
  font-weight: 500;
}

.privacy-section a:hover {
  text-decoration: underline;
}

.privacy-back-link {
  text-align: center;
  margin-top: 3rem;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%);
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(95,108,255,0.15);
}

.back-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(95,108,255,0.25);
}

/* Footer Updates */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #5f6cff;
}

.footer-separator {
  color: #ccc;
  font-size: 0.8rem;
}

.footer-content p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* Privacy Notice Styling */
.privacy-notice {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 1.2rem;
  line-height: 1.3;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-notice a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

.privacy-notice a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .privacy-notice {
    font-size: 0.8rem;
    margin-top: 0.8rem;
    padding: 0 1rem;
  }
}

/* Global hyphenation for text elements */
h1, h2, h3, h4, h5, h6, p, span, div {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Ensure proper hyphenation for long words in specific contexts */
.feature-card, .coming-card, .discover-description, .privacy-section {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 600px) {
  .notify-form {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    max-width: 100%;
  }
  .notify-form input[type="email"] {
    width: 100%;
    font-size: 1.08rem;
    height: 2.8rem;
    padding: 0 1rem;
  }
  .notify-form button {
    width: 100%;
    font-size: 1.08rem;
    height: 2.8rem;
    padding: 0;
    margin-top: 0.2rem;
  }
}

/* Mobile-specific email input width to match button */
@media (max-width: 1024px) {
  .notify-form input[type="email"] {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  .notify-form button {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.95);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  color: #5f6cff;
  box-shadow: 0 2px 12px rgba(95,108,255,0.13);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, box-shadow 0.2s;
  opacity: 0.92;
}

.carousel-arrow.left {
  left: 0.5rem;
}

.carousel-arrow.right {
  right: 0.5rem;
}

.carousel-arrow:active {
  background: #e6eaff;
}

.discover-info-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: linear-gradient(90deg, #5f6cff, #a18fff, #5f6cff);
  background-size: 200% 100%;
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  box-shadow: 0 0 20px rgba(95, 108, 255, 0.6), 0 0 40px rgba(161, 143, 255, 0.4);
  transition: all 0.3s ease;
  pointer-events: auto;
  animation: electric-flash 2s ease-in-out infinite;
}

.discover-info-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(95,108,255,0.4);
}

.discover-info-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  color: white;
}

.discover-headline {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #5f6cff, #a18fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  z-index: 5;
  display: none; /* Hidden by default on desktop */
}

.discover-headline.hidden {
  display: none;
}

@media (max-width: 1024px) {
  .discover-description.left-align {
    max-width: calc(100% - 8rem);
    padding: 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
  }
}

section.hero, section.hero .hero-content, section.hero .hero-left {
  overflow: visible !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  box-sizing: border-box !important;
}

section.hero .hero-left .notify-form {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  float: none !important;
}

section.hero .hero-left .notify-form button, section.hero .hero-left .notify-form .cta-btn {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  padding: 0.7rem 2.2rem !important;
  border-radius: 2rem !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  background: #2563eb !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  text-align: left !important;
  box-shadow: none !important;
  filter: none !important;
  transition: none !important;
  transform: none !important;
  animation: none !important;
  outline: none !important;
  position: static !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
} 

/* --- CLEAN HERO BUTTON STYLE --- */
button#hero-notify-btn,
.cta-btn#hero-notify-btn,
.cta-btn-gradient#hero-notify-btn {
  display: inline-block;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%) !important;
  color: #fff !important;
  padding: 0.7rem 2.2rem !important;
  border: none !important;
  border-radius: 2rem !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.2s !important;
  margin: 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  text-align: left !important;
  position: static !important;
  animation: none !important;
  filter: none !important;
  background-image: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%) !important;
}
button#hero-notify-btn:hover,
.cta-btn#hero-notify-btn:hover,
.cta-btn-gradient#hero-notify-btn:hover {
  background: linear-gradient(90deg, #4b5be7 0%, #8b6fff 100%) !important;
  background-image: linear-gradient(90deg, #4b5be7 0%, #8b6fff 100%) !important;
}

/* Comment out previous conflicting rules for hero button */
/*
.hero-left .notify-form button,
.hero-left .notify-form .cta-btn {
  ...
}
*/ 

.notify-form .cta-btn,
.notify-form button {
  display: inline-block;
  background: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%) !important;
  color: #fff !important;
  padding: 0.7rem 2.2rem !important;
  border: 2px solid #fff !important;
  border-radius: 2rem !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.2s, border-color 0.2s !important;
  margin: 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  text-align: left !important;
  position: static !important;
  animation: none !important;
  filter: none !important;
  background-image: linear-gradient(90deg, #5f6cff 0%, #a18fff 100%) !important;
}
.notify-form .cta-btn:hover,
.notify-form button:hover {
  background: linear-gradient(90deg, #4b5be7 0%, #8b6fff 100%) !important;
  background-image: linear-gradient(90deg, #4b5be7 0%, #8b6fff 100%) !important;
  border-color: #f3f4f6 !important;
} 

@media (min-width: 1025px) {
  .discover-section .discover-info-btn,
  section.discover-section .discover-info-btn,
  .discover-row .discover-info-btn {
    display: none !important;
  }
} 

@media (min-width: 1025px) {
  /* Target desktop rows with images on the left (01_Screen and 03_Screen) */
  .discover-desktop-container .discover-row:first-child .discover-image,
  .discover-desktop-container .discover-row:nth-child(3) .discover-image {
    transform: translateX(8rem) !important;
  }
  
  /* Target desktop rows with images on the right (02_Screen and 04_Screen) */
  .discover-section > .discover-row:has(img[src*="02_Screen"]) .discover-image,
  .discover-section > .discover-row:has(img[src*="04_Screen"]) .discover-image {
    transform: translateX(3rem) !important;
  }
  
  /* Ensure consistent text box size and alignment */
  .discover-section > .discover-row .discover-text {
    height: 500px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 8rem 2rem 2rem 2rem !important;
  }
  
  .discover-section > .discover-row .discover-text .discover-description {
    text-align: left !important;
    max-width: 100% !important;
  }
} 

/* Enhanced Waitlist Section Styles */
/* REMOVED - keeping original simple styling */

.final-cta h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
  color: #fff;
}

.final-cta p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

/* Enhanced form styling */
/* REMOVED - keeping original simple styling */

/* Mobile responsive */
/* REMOVED - keeping original simple styling */ 

.notify-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 100%;
  width: 100%;
}

/* Mobile form alignment to match widths */
@media (max-width: 1024px) {
  .notify-form {
    align-items: stretch !important;
  }
}

.notify-form input[type="email"] {
  width: 600px;
  max-width: 800px;
  padding: 0.7rem 1rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.1rem;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  min-width: 0;
  height: 2.5rem;
}

.notify-form button {
  background: transparent;
  color: #5f6cff;
  border: 2px solid #fff;
  border-radius: 1rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.notify-form button:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
} 

.final-cta {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
} 

.coming-card b {
  font-size: 1.2rem;
  font-weight: 800;
  display: block;
  margin-bottom: 0.5rem;
}

.coming-card span {
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
} 

/* Hide headlines with inline styles on desktop */
@media (min-width: 1025px) {
  .discover-headline[style*="display: block"] {
    display: none !important;
  }
  
  /* Hide the new h3 headlines on desktop */
  .discover-image h3[style*="background: linear-gradient"] {
    display: none !important;
  }
} 

/* Mobile Discover Layout */
.discover-mobile-container {
  display: none;
}

.discover-desktop-container {
  display: block;
}

@media (max-width: 1024px) {
  .discover-mobile-container {
    display: block;
  }
  
  .discover-desktop-container {
    display: none;
  }
  
  .discover-mobile-row {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  
  .discover-mobile-image {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin-bottom: 2rem;
    margin-left: 8rem;
  }
  
  .discover-mobile-headline {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(90deg, #5f6cff, #a18fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 1rem;
    white-space: nowrap;
  }
  
  .discover-mobile-screenshot {
    width: 450px;
    height: auto;
    border-radius: 1.5rem;
    transition: all 0.6s ease;
  }
  
  .discover-mobile-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
    pointer-events: none;
    z-index: 10;
  }
  
  .discover-mobile-info.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  .discover-mobile-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 2rem;
    max-width: 90%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .discover-mobile-content .discover-icon {
    margin-bottom: 1rem;
  }
  
  .discover-mobile-content h3 {
    font-size: 1.5rem !important;
    margin-bottom: 0.5rem;
  }
  
  .discover-subtitle {
    font-weight: 700;
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 1rem;
  }
  
  .discover-mobile-content .discover-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1rem;
  }
  
  .discover-tagline {
    font-size: 1rem;
    font-weight: 600;
    color: #5f6cff;
  }
  
  /* Scroll-based animations */
  .discover-mobile-row.photo-visible .discover-mobile-screenshot {
    transform: scale(1);
    opacity: 1;
  }
  
  .discover-mobile-row.info-visible .discover-mobile-screenshot {
    transform: scale(0.8);
    opacity: 0.3;
  }
  
  .discover-mobile-row.info-visible .discover-mobile-info {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  .discover-mobile-row.next-visible .discover-mobile-screenshot {
    transform: scale(0.6);
    opacity: 0.1;
  }
  
  .discover-mobile-row.next-visible .discover-mobile-info {
    opacity: 0;
    transform: translateY(-50px);
  }
} 