
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #29293A;
  background: #f8f9fa;
}
/* Navigation */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 15px 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(224, 224, 224, 0.3);
  transition: all 0.3s ease;
}
.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-size: 24px;
  font-weight: 700;
  color: #29293A;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  color: #29293A;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}
.nav-links a:hover {
  color: #c740ff;
}
.nav-links a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: #c740ff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-cta {
  background: #c740ff;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.nav-cta:hover {
  background: #c740ff;
  transform: translateY(-2px);
}
/* Hero Section */
.topCTA {
  display: flex;
  gap: 20px; /* Adjust the pixel value as needed */
}
.hero {
  padding: 150px 0 80px;
  background: #29293a;
  position: relative;
  overflow: hidden;
}
.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #f7f8fa;
}
.hero-highlight {
  color: #c740ff;
}
.hero-subtitle {
  font-size: 1.25rem;
  color: #f7f8fa;
  margin-bottom: 30px;
  line-height: 1.5;
}
.hero-features {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.hero-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #29293A;
  font-weight: 500;
}
.hero-feature::before {
  content: '';
  background: #c740ff url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='white' stroke='white' stroke-width='1'/%3E%3C/svg%3E") center/13px no-repeat;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pricing-highlight {
  background: linear-gradient(135deg, #c740ff, #8b5cf6);
  color: white;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  text-align: center;
}
.pricing-highlight h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.pricing-highlight .price-big {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.pricing-highlight .price-note {
  opacity: 0.9;
  font-size: 0.95rem;
}
.hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.btn-primary {
  background: #c740ff;
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.0rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: #c740ff;
}
.btn-secondary {
  background: #29293a1a;
  color: #29293A;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.0rem;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #29293a14;
  color: #29293A;
}
.hero-image {
  position: relative;
}
.hero-mockup {
  width: 100%;
  aspect-ratio: 16/9;
  background: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  /*    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);*/
  overflow: hidden;
}
.security-note {
	
	
  background: #e8f5e8;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2e7d32;
}
.security-note::before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10v-4a6 6 0 1 1 12 0v4h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1zm2 0h8v-4a4 4 0 0 0-8 0v4zm4 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4z' fill='%232e7d32'/%3E%3C/svg%3E") center/20px no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
/* Masonry Gallery Section */
.gallery {
  padding: 80px 0;
  background: #f8f9fa;
}
.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-title {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #29293A;
}
.section-subtitle {
  font-size: 1.2rem;
  color: #29293a;
  max-width: 600px;
  margin: 0 auto;
}
.masonry-grid {
  /* Masonry.js will handle the positioning */
}
.masonry-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: calc(25% - 15px); /* 4 columns */
  margin-bottom: 20px;
}
.masonry-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.masonry-item:hover img {
  opacity: 0.95;
}
/* Responsive columns */
@media (max-width: 1200px) {
  .masonry-item {
    width: calc(33.333% - 13.33px); /* 3 columns */
  }
}
@media (max-width: 768px) {
  .masonry-item {
    width: calc(50% - 10px); /* 2 columns */
  }
}
@media (max-width: 480px) {
  .masonry-item {
    width: 100%; /* 1 column */
  }
}
/* Lightbox Modal */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #29293afa;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox-overlay.active {
  display: flex;
  opacity: 1;
}
.lightbox-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.lightbox-close {
  position: absolute;
  top: -50px;
  right: -10px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  transition: opacity 0.3s ease;
}
.lightbox-close:hover {
  opacity: 0.7;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background:none;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 25px;
  color: #f7f8fa;
}
.lightbox-nav:hover {
  background: #f7f8fa14;
  transform: translateY(-50%) scale(1.1);
}
.lightbox-prev {
  left: -70px;
}
.lightbox-next {
  right: -70px;
}
.lightbox-counter {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
}
/* Mobile responsiveness for lightbox */
@media (max-width: 768px) {
  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .lightbox-prev {
    left: -50px;
  }
  .lightbox-next {
    right: -50px;
  }
  .lightbox-close {
    top: -40px;
    right: 0;
    font-size: 24px;
  }
  .lightbox-counter {
    bottom: -40px;
    font-size: 14px;
  }
}
/* Features Section */
.features {
  padding: 100px 0;
  background: white;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
.feature-card {
  background: #f7f8fa;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #29293A;
}
.feature-description {
  color: #29293a;
  line-height: 1.6;
}
/* Demo Video Section */
.demo {
  padding: 100px 0;
  background: white;
}
.demo-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.video-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: ;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.play-button {
  width: 80px;
  height: 80px;
  background: #c740ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.play-button:hover {
  transform: scale(1.1);
}
/* Pricing Section */
.pricing {
  padding: 100px 0;
  background: #f8f9fa;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-card {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
}
.pricing-card:hover {
  transform: translateY(0px);
}
.pricing-card.featured {
  border-color: #c740ff;
  background: #fff;
  transform: scale(1.02);
}
.pricing-card.featured:hover {
  /*    transform: scale(1.02) translateY(-5px);*/
}
.pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #c740ff;
  color: white;
  padding: 8px 24px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}
.pricing-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #29293A;
}
.pricing-description {
  color: #29293a;
  margin-bottom: 30px;
  font-size: 1rem;
}
.price {
  font-size: 3rem;
  font-weight: 700;
  color: #c740ff;
  margin-bottom: 10px;
}
.price.free {
  color: #28a745;
}
.price-note {
  color: #29293a;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
.pricing-features {
  list-style: none;
  margin-bottom: 30px;
  text-align: left;
}
.pricing-features li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
}
.pricing-features li::before {
  content: '✓';
  background: #c740ff;
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-sales {
  background: #29293A;
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
}
.contact-sales:hover {
  background: #1a1a1a;
  color: white;
  text-decoration: none;
}
/* Footer */
.footer {
  background: #29293A;
  color: white;
  padding: 60px 0 30px;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-brand p {
  color: #ccc;
  line-height: 1.6;
}
.footer-section h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #c740ff;
}
.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 30px;
  text-align: center;
  color: #999;
}
/* Responsive Design */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .nav-cta {
    display: none;
  }
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-features {
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .hero-cta .btn-primary, .hero-cta .btn-secondary {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* Smooth transitions */
html {
  scroll-behavior: smooth;
}
.btn-primary, .btn-secondary, .contact-sales {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-card, .pricing-card {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Contact Form Styles - Add to your lp.css */
.contact-form-section {
  padding: 100px 0;
  background: white;
}

.contact-form-container {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form {
  background: #f7f8fa;
  padding: 40px;
  border-radius: 16px;
  
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #29293A;
  font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #c740ff;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-submit {
  width: 100%;
  margin-top: 10px;
}

.form-message {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
}

.form-message.success {
  background: #e8f5e8;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

.form-message.error {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ffcdd2;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .contact-form {
    padding: 30px 20px;
  }
}


.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222230;
  color: #f7f8fa;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-top: 1px solid #333;
  z-index: 9999;
}
.cookie-banner p {
  margin: 0;
  flex: 1;
}
.cookie-banner a {
  color: #c740ff;
  text-decoration: underline;
}
.cookie-banner button {
  background: #c740ff;
  color: #fff;
  border: none;
  padding: 8px 15px;
  margin-left: 15px;
  border-radius: 4px;
  cursor: pointer;
}
.cookie-banner button:hover {
  background: #c740ffcc;
}


/* --- Mobile nav breathing room & scaling --- */
@media (max-width: 1024px) {
  .nav {
    padding: 10px 0; /* slightly tighter */
  }

  .nav-container {
    display: flex;            /* already flex, but ensure it is */
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;          /* allow wrap so items don't crash */
  }

  /* Square logo (from earlier) — keep it modest in size */
  .logo {
    width: 50px;
    height: 50px;
    background-image: url("images/C1.svg");  /* correct path */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    flex: 0 0 auto;
  }

  /* If your top buttons are inside a container like .topCTA */
  .topCTA {
    display: flex;
    gap: 8px;
    flex: 1 1 auto;           /* let it shrink/grow */
    justify-content: flex-end;
    min-width: 0;             /* prevents overflow from long text */
  }

  .btn-primary,
  .btn-secondary {
    padding: 10px 14px;
    font-size: 0.95rem;
    white-space: nowrap;      /* keep label on one line */
    flex: 0 0 auto;           /* avoid weird stretching at this breakpoint */
  }
}

/* --- Logo sizing (robust across breakpoints) --- */
.logo picture, .logo img {
  display: block;
  height: 48px;   /* desktop height */
  width: auto;
}

/* Slightly smaller icon on phones */
@media (max-width: 1024px) {
  .logo picture, .logo img {
    height: 40px;
  }
}

/* Safety: make sure no text-hiding rules kill the logo box */
.logo {
  display: inline-block;
  line-height: 0;      /* avoid extra inline spacing */
}

/* --- Mobile menu button --- */
.menu-toggle {
  display: none;
  background: none;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

/* At ≤768px, show hamburger, collapse links into a panel */
@media (max-width: 768px) {
  .menu-toggle {
    display: inline-block;
  }

  /* Allow wrapping so items don't crash into each other */
  .nav-container {
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Collapsible menu panel */
  .nav-links {
    width: 100%;
    overflow: hidden;
    max-height: 0;              /* collapsed */
    transition: max-height 0.25s ease;
    display: block;             /* override original 'display:none' */
    padding-left: 0;            /* tidy */
  }

  /* When nav is open, reveal links */
  .nav.nav--open .nav-links {
    max-height: 400px;          /* enough space for all items */
  }

  .nav-links li {
    margin: 10px 0;
  }

  .nav-links a {
    display: block;
    padding: 10px 6px;
  }

  /* CTA block: stack nicely on mobile */
  .topCTA {
    width: 100%;
    display: flex;
    gap: 8px;
  }

  /* On very tight widths, let CTAs drop to their own line */
  .btn-primary, .btn-secondary {
    flex: 1 1 0;
    padding: 12px;
    font-size: 1rem;
  }
}

/* Extra-small phones refinements */
@media (max-width: 480px) {
  .logo picture, .logo img { height: 36px; }
}

/* Hide top CTA buttons when space is tight */
@media (max-width: 1100px) {
  .topCTA {
    display: none;
  }
}

.recaptcha1 {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}

