
/* Landing Page Styles - Pure CSS */
.landing-page[data-v-45b256d7] {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #e73c7e 100%);
  color: white;
}

/* Navigation */
.landing-nav[data-v-45b256d7] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1000;
}
.nav-container[data-v-45b256d7] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.nav-brand[data-v-45b256d7] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-icon[data-v-45b256d7] {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-icon svg[data-v-45b256d7] {
  width: 24px;
  height: 24px;
  color: white;
}
.brand-text[data-v-45b256d7] {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}
.nav-actions[data-v-45b256d7] {
  display: flex;
  gap: 12px;
}
.nav-btn[data-v-45b256d7] {
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.nav-btn-secondary[data-v-45b256d7] {
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}
.nav-btn-secondary[data-v-45b256d7]:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: white;
}
.nav-btn-primary[data-v-45b256d7] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}
.nav-btn-primary[data-v-45b256d7]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
  color: white;
}

/* Hero Section */
.hero[data-v-45b256d7] {
  padding: 120px 0 80px;
}
.hero-container[data-v-45b256d7] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-title[data-v-45b256d7] {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-subtitle[data-v-45b256d7] {
  font-size: 1.5rem;
  margin: 0 0 15px 0;
  opacity: 0.9;
}
.hero-description[data-v-45b256d7] {
  font-size: 1.1rem;
  margin: 0 0 30px 0;
  opacity: 0.8;
  line-height: 1.6;
}
.hero-actions[data-v-45b256d7] {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}
.hero-btn[data-v-45b256d7] {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-btn-primary[data-v-45b256d7] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.hero-btn-primary[data-v-45b256d7]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: white;
}
.hero-btn-secondary[data-v-45b256d7] {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.hero-btn-secondary[data-v-45b256d7]:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: white;
}
.hero-stats[data-v-45b256d7] {
  display: flex;
  gap: 30px;
}
.stat[data-v-45b256d7] {
  text-align: center;
}
.stat-number[data-v-45b256d7] {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.stat-label[data-v-45b256d7] {
  font-size: 0.9rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero-visual[data-v-45b256d7] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-mockup[data-v-45b256d7] {
  width: 280px;
  height: 560px;
  background: linear-gradient(145deg, #2d3748, #4a5568);
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  position: relative;
}
.phone-screen[data-v-45b256d7] {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-preview[data-v-45b256d7] {
  width: 90%;
  height: 70%;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-placeholder[data-v-45b256d7] {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon[data-v-45b256d7] {
  width: 24px;
  height: 24px;
  color: white;
  margin-left: 3px;
}

/* Features Section */
.features[data-v-45b256d7] {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.features-container[data-v-45b256d7] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.features-title[data-v-45b256d7] {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.features-grid[data-v-45b256d7] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.feature-card[data-v-45b256d7] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card[data-v-45b256d7]:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.feature-icon[data-v-45b256d7] {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.feature-icon svg[data-v-45b256d7] {
  width: 30px;
  height: 30px;
  color: white;
}
.feature-title[data-v-45b256d7] {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.feature-description[data-v-45b256d7] {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0;
  line-height: 1.5;
}

/* CTA Section */
.cta[data-v-45b256d7] {
  padding: 80px 0;
  text-align: center;
}
.cta-container[data-v-45b256d7] {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.cta-title[data-v-45b256d7] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cta-description[data-v-45b256d7] {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.cta-actions[data-v-45b256d7] {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-btn[data-v-45b256d7] {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cta-btn-primary[data-v-45b256d7] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cta-btn-primary[data-v-45b256d7]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: white;
}
.cta-btn-secondary[data-v-45b256d7] {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cta-btn-secondary[data-v-45b256d7]:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: white;
}

/* Footer */
.footer[data-v-45b256d7] {
  background: rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-container[data-v-45b256d7] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-content[data-v-45b256d7] {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-description[data-v-45b256d7] {
  font-size: 1rem;
  opacity: 0.8;
  margin: 0;
}
.footer-bottom[data-v-45b256d7] {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p[data-v-45b256d7] {
  margin: 0;
  opacity: 0.7;
  font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
.nav-container[data-v-45b256d7] {
    padding: 0 15px;
}
.nav-actions[data-v-45b256d7] {
    gap: 8px;
}
.nav-btn[data-v-45b256d7] {
    padding: 8px 16px;
    font-size: 0.9rem;
}
.hero-container[data-v-45b256d7] {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
}
.hero-title[data-v-45b256d7] {
    font-size: 2.5rem;
}
.hero-subtitle[data-v-45b256d7] {
    font-size: 1.2rem;
}
.hero-actions[data-v-45b256d7] {
    justify-content: center;
    flex-wrap: wrap;
}
.hero-stats[data-v-45b256d7] {
    justify-content: center;
}
.phone-mockup[data-v-45b256d7] {
    width: 240px;
    height: 480px;
}
.features-grid[data-v-45b256d7] {
    grid-template-columns: 1fr;
}
.features-title[data-v-45b256d7],
  .cta-title[data-v-45b256d7] {
    font-size: 2rem;
}
.cta-actions[data-v-45b256d7] {
    flex-direction: column;
    align-items: center;
}
.cta-btn[data-v-45b256d7] {
    width: 250px;
    justify-content: center;
}
.footer-content[data-v-45b256d7] {
    flex-direction: column;
    text-align: center;
}
}
@media (max-width: 480px) {
.hero[data-v-45b256d7] {
    padding: 100px 0 60px;
}
.hero-title[data-v-45b256d7] {
    font-size: 2rem;
}
.hero-subtitle[data-v-45b256d7] {
    font-size: 1.1rem;
}
.hero-stats[data-v-45b256d7] {
    flex-direction: column;
    gap: 20px;
}
.phone-mockup[data-v-45b256d7] {
    width: 200px;
    height: 400px;
}
.features[data-v-45b256d7],
  .cta[data-v-45b256d7] {
    padding: 60px 0;
}
.feature-card[data-v-45b256d7] {
    padding: 25px;
}
}
