/* Reset and base styles */
.HomePage_landingMainContainer__0FSG7 {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, #0A0A0F 0%, #1A1A2E 100%);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* Navigation styles */
.HomePage_landingNav__m9lsn {
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.HomePage_navLogo__YmjZ3 {
  display: flex;
  align-items: center;
}

.HomePage_menuButton__9smvh {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 102;
}

.HomePage_menuLine__i0Alr {
  width: 24px;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.HomePage_menuButton__9smvh.HomePage_open___NmhG .HomePage_menuLine__i0Alr:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.HomePage_menuButton__9smvh.HomePage_open___NmhG .HomePage_menuLine__i0Alr:nth-child(2) {
  opacity: 0;
}

.HomePage_menuButton__9smvh.HomePage_open___NmhG .HomePage_menuLine__i0Alr:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Main content styles */
.HomePage_landingContent__lSzyQ {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
}

.HomePage_landingHeroSection__mfJsa {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.5rem;
}

.HomePage_landingHeroImage__sAMQ_ {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Stream Live Section */
.HomePage_streamLiveSection__MaJ_1 {
  text-align: center;
  padding: 1rem;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.HomePage_gradientText__DCHVE {
  font-size: 1.75rem;
  font-weight: 700;
  background: linear-gradient(to right, #8B5CF6, #D946EF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.25rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.HomePage_feelAliveText__ZJNaz {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(to right, #FB923C, #F97316);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.HomePage_descriptionText___NhDL {
  font-size: 0.875rem;
  color: white;
  max-width: 500px;
  margin: 0 auto -0.5rem;
  line-height: 1.4;
  font-weight: 400;
  opacity: 0.9;
}

/* Download Section */
.HomePage_downloadSection__4oDtW {
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
}

.HomePage_downloadHeading__m8KkV {
  color: white;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-align: center;
}

.HomePage_downloadCard__v4qsU {
  background: linear-gradient(135deg, #8B5CF6 0%, #D946EF 100%);
  border-radius: 20px;
  padding: 1.5rem;
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.HomePage_downloadTitle__mnNiI {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  margin: 0;
  line-height: 1.1;
}

.HomePage_featureList__5pgV1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.HomePage_featureItem__rEUZ4 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: white;
  font-size: 1rem;
}

.HomePage_checkIcon__jr474 {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.HomePage_downloadPrompt__6l20R {
  margin-top: 0.5rem;
}

.HomePage_downloadPrompt__6l20R h3 {
  font-size: 1.25rem;
  color: white;
  margin: 0 0 1rem 0;
}

.HomePage_storeButtons__HbCWP {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.HomePage_storeButton__GLkMX {
  transition: transform 0.2s ease;
  display: inline-block;
}

.HomePage_storeButton__GLkMX:hover {
  transform: scale(1.05);
}

/* Creators Section */
.HomePage_creatorsSection__S0r5G {
  width: 100%;
  padding: -0.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.HomePage_creatorsShowcase__jJbEc {
  width: 100%;
  max-width: 700px;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.HomePage_creatorsImage__JIwRw {
  width: 100%;
  height: auto;
  display: block;
}

.HomePage_creatorsContent__blkbL {
  text-align: center;
  max-width: 800px;
  padding: 0 1rem;
}

.HomePage_creatorsTitle__4_LTQ {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(to right, #8B5CF6, #D946EF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.HomePage_creatorsDescription__pWkOU {
  font-size: 0.875rem;
  color: white;
  line-height: 1.5;
  opacity: 0.9;
}

/* Features Section */
.HomePage_featuresSection__4Il7m {
  width: 100%;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.HomePage_featuresTitle__ILoFS {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF6B6B;
  margin-bottom: 0.5rem;
}

.HomePage_featuresSubtitle__S1H_r {
  font-size: 0.875rem;
  color: white;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.HomePage_featureCard__zGPqt {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1.5rem;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  min-height: 250px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
}

.HomePage_featureCard__zGPqt:active {
  cursor: grabbing;
}

.HomePage_featureContent__hzI1J {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  padding: 0.5rem;
}

.HomePage_featureContent__hzI1J.HomePage_sliding__WexTw {
  opacity: 0;
}

.HomePage_featureIcon__oYh_1 {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.HomePage_featureCardTitle__u7VbA {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

.HomePage_featureDescription__hZj95 {
  font-size: 0.875rem;
  color: white;
  opacity: 0.9;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.HomePage_featureDots__Es68S {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.HomePage_dot__2b0Ii {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: block;
}

.HomePage_dot__2b0Ii:hover {
  transform: scale(1.1);
}

.HomePage_dot__2b0Ii.HomePage_active__cznTm {
  transform: scale(1.1);
  background: #FF9F87;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
}

/* Testimonials Section */
.HomePage_testimonialsSection__Zq0SR {
  padding: 3rem 1rem;
  text-align: center;
}

.HomePage_testimonialsTitle__3ISqd {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF6B6B;
  margin-bottom: 0.5rem;
}

.HomePage_testimonialsSubtitle__swpDT {
  font-size: 0.875rem;
  color: white;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.HomePage_testimonialCard__IC6Z2 {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1.5rem;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  height: 450px;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
}

.HomePage_testimonialCard__IC6Z2:active {
  cursor: grabbing;
}

.HomePage_testimonialContent__GH5h6 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.HomePage_testimonialContent__GH5h6.HomePage_slidingLeft__t9979 {
  opacity: 0;
  transform: translateX(-20px);
}

.HomePage_testimonialContent__GH5h6.HomePage_slidingRight__qMt85 {
  opacity: 0;
  transform: translateX(20px);
}

.HomePage_testimonialAvatar__5w6k3 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.HomePage_avatarImage__6Hq_d {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.HomePage_testimonialName__x_PHF {
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
  margin: 0;
}

.HomePage_testimonialRole__xge_3 {
  font-size: 0.75rem;
  color: white;
  opacity: 0.8;
}

.HomePage_testimonialText___IaCV {
  font-size: 0.875rem;
  color: white;
  opacity: 0.9;
  line-height: 1.5;
  max-height: 240px;
  overflow-y: auto;
}

.HomePage_testimonialDots__HF0ip {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem 0;
  width: 100%;
}

.HomePage_testimonialDots__HF0ip .HomePage_dot__2b0Ii {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.HomePage_testimonialDots__HF0ip .HomePage_dot__2b0Ii.HomePage_active__cznTm {
  background: #FF9F87;
}

/* Custom scrollbar for testimonial text */
.HomePage_testimonialText___IaCV::-webkit-scrollbar {
  width: 4px;
}

.HomePage_testimonialText___IaCV::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.HomePage_testimonialText___IaCV::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

/* Footer Section */
.HomePage_footerSection__FEMEG {
  width: 100%;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(10, 10, 15, 0.95) 0%, rgba(26, 26, 46, 0.95) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.HomePage_footerLogo__PLnJI {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.HomePage_footerLogo__PLnJI img {
  height: 40px;
  width: auto;
}

.HomePage_footerLogo__PLnJI span {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
}

.HomePage_footerCopyright__lQJcQ {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2rem;
}

.HomePage_footerContent__dWWrW {
  width: 100%;
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
  justify-items: center;
}

.HomePage_footerLeft__mJ3yO, .HomePage_footerRight__Il0z1 {
  display: contents;
}

.HomePage_footerLink__zOZO_ {
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  transition: opacity 0.2s ease;
  line-height: 1.5;
  white-space: normal;
  text-align: center;
}

.HomePage_footerLink__zOZO_:hover {
  opacity: 0.8;
}

.HomePage_socialLinks__AIpj_ {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.HomePage_socialLink__DcpsO {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
}

.HomePage_socialLink__DcpsO:hover {
  opacity: 0.8;
}

.HomePage_socialIcon__Htr_M {
  width: 20px;
  height: 20px;
}

/* Mobile Menu Styles */
.HomePage_mobileMenuOverlay__hfnNj {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.HomePage_mobileMenuOverlay__hfnNj.HomePage_open___NmhG {
  opacity: 1;
  visibility: visible;
}

.HomePage_mobileMenu__UoMiN {
  position: fixed;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100vh;
  background: rgba(10, 10, 15, 0.98);
  backdrop-filter: blur(10px);
  z-index: 101;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.HomePage_mobileMenu__UoMiN.HomePage_open___NmhG {
  right: 0;
}

.HomePage_mobileMenuHeader___zdfL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.HomePage_mobileMenuLogo__jZCKm {
  height: 32px;
  width: auto;
}

.HomePage_closeMenuButton__wMGC7 {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: white;
  font-size: 1.5rem;
}

.HomePage_mobileMenuContent__BAmtI {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  margin-top: 1.5rem;
}

.HomePage_mobileMenuButton__we2ly {
  padding: 0.625rem 1.5rem;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
  width: fit-content;
}

.HomePage_mobileMenuButton__we2ly:hover {
  opacity: 0.9;
}

.HomePage_loginButton__m1deP {
  background: #8B5CF6;
  color: white;
  border: none;
}

.HomePage_logoutButton__ILGmj {
  background: #EF4444;
  color: white;
  border: none;
}

.HomePage_downloadButton__3G3EK {
  background: white;
  color: #8B5CF6;
  border: 1px solid rgba(139, 92, 246, 0.2);
}

.HomePage_mobileMenuLink___0iAe {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
  padding: 0.25rem 0;
}

.HomePage_mobileMenuLink___0iAe:hover {
  color: white;
}

/* Additional fix for very narrow mobile containers */
@media (max-width: 414px) {
  .HomePage_featureCard__zGPqt {
    padding: 1.25rem;
    min-height: 240px;
  }
  
  .HomePage_featureContent__hzI1J {
    gap: 0.8rem;
  }
  
  .HomePage_featureDescription__hZj95 {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .HomePage_footerSection__FEMEG {
    padding: 2rem 1rem;
  }

  .HomePage_footerContent__dWWrW {
    gap: 1.5rem 2rem;
    max-width: 400px;
  }

  .HomePage_footerLeft__mJ3yO, .HomePage_footerRight__Il0z1 {
    display: contents;
  }

  .HomePage_footerLink__zOZO_ {
    font-size: 0.75rem;
    text-align: center;
  }
}

/* Media query for larger screens */
@media (min-width: 768px) {
  .HomePage_landingNav__m9lsn {
    padding: 1.25rem 2rem;
  }

  .HomePage_landingHeroSection__mfJsa {
    max-width: 420px;
  }

  .HomePage_gradientText__DCHVE {
    font-size: 2rem;
  }

  .HomePage_feelAliveText__ZJNaz {
    font-size: 1.75rem;
  }

  .HomePage_descriptionText___NhDL {
    font-size: 1rem;
  }

  .HomePage_storeButton__GLkMX {
    max-width: 180px;
    height: auto;
  }

  .HomePage_creatorsSection__S0r5G {
    padding: 3rem 1rem;
  }

  .HomePage_creatorsTitle__4_LTQ {
    font-size: 1.75rem;
  }

  .HomePage_creatorsDescription__pWkOU {
    font-size: 1rem;
  }

  .HomePage_featuresSection__4Il7m {
    padding: 5rem 2rem;
  }

  .HomePage_featuresTitle__ILoFS {
    font-size: 1.75rem;
  }

  .HomePage_featuresSubtitle__S1H_r {
    font-size: 1rem;
  }

  .HomePage_featureCard__zGPqt {
    padding: 2rem;
    max-width: 500px;
    min-height: 280px;
  }

  .HomePage_featureCardTitle__u7VbA {
    font-size: 1.4rem;
  }

  .HomePage_featureDescription__hZj95 {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .HomePage_featureContent__hzI1J {
    gap: 1.2rem;
    padding: 0.75rem;
  }

  .HomePage_testimonialsSection__Zq0SR {
    padding: 5rem 2rem;
  }

  .HomePage_testimonialsTitle__3ISqd {
    font-size: 1.75rem;
  }

  .HomePage_testimonialsSubtitle__swpDT {
    font-size: 1rem;
  }

  .HomePage_testimonialCard__IC6Z2 {
    height: 560px;
    padding: 1rem;
    max-width: 500px;
    height: 520px;
  }

  .HomePage_testimonialText___IaCV {
    font-size: 1rem;
  }

  .HomePage_downloadSection__4oDtW {
    padding: 2.5rem 1rem;
  }

  .HomePage_downloadCard__v4qsU {
    padding: 2rem;
    gap: 1.5rem;
  }

  .HomePage_downloadTitle__mnNiI {
    font-size: 1.5rem;
  }

  .HomePage_featureItem__rEUZ4 {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .HomePage_creatorsSection__S0r5G {
    padding: 4rem 1rem;
  }
}

