html {
  scroll-behavior: smooth;
}

:root {
  --primary-color: #0A2F46;
  --accent-color: #B3D4D0;
  --background-light: #DEE6E5;
  --font-color: #11405C;
  --text-highlight: #ff9500;
}

body {
  font-family: 'Montserrat';
  /* font-size: 22px; */
  background-color: #DEE6E5;
  color: #11405C;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

header {
  padding: 40px 20px;
}

.hero-headline {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.6em;
  color: #0A2F46;
}

.logo-text {
  display: flex;
  margin-bottom: 8px; 
  padding: 0;
  align-items: center;
  justify-content: center;
  /* font-size: 2.4em; */
  /* color: #0A2F46; */
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hero-text {
  flex: 1;
  min-width: 280px;
}

.hero-text h1 {
  font-size: 2.2em;
  margin-bottom: 16px;
  color: #0A2F46;
}

.hero-text p {
  font-size: 1.5em;
  line-height: 1.8em;
  margin-bottom: 24px;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
    justify-content: center;
}

.store-btn {
  display: inline-block;
  background-color: #0A2F46;
  color: white;
  padding: 24px 48px;
  border-radius: 16px;
  font-size: 20px;
  text-decoration: none;
  transition: background 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.store-btn:hover {
  background-color: #11405C;
}

.available-soon {
    display: flex;
    color: var(--text-highlight);
    font-size: 20px;
    justify-content: center;
}

.hero-screenshot {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.hero-screenshot img {
  max-width: none;
  width: 300px;
  border-radius: 12px;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); */
  /* box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2); */
  scroll-snap-align: center;
  flex-shrink: 0;
}

.hero-dots {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  gap: 8px;
}

.hero-dots span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.hero-dots span.active {
  background-color: #0A2F46;
}

.hero-dots.right-aligned {
  text-align: right;
  padding-right: 40px;
}

h2 {

  font-size: 2em;
}

h2, h3 {
  color: #0A2F46;
}

.features, .premium-features, .pricing {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 20px;
}

.features h2, .premium-features h2, .pricing h2 {
  font-size: 2em;
  margin-bottom: 16px;
}

.features h3, .premium-features h3, .pricing h3 {
  font-size: 1.6em;
  margin-bottom: 8px;
}

.features p, .premium-features p, .pricing p {
  font-size: 1.2em;
  margin-bottom: 2px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #ffffff;
  border: 4px solid #B3D4D0;
  border-radius: 12px;
  padding: 16px;
  max-width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  flex-wrap: nowrap;
  gap: 16px;
}

.feature-card img {
  width: 360px;
  height: auto;
  /* object-fit: cover; */
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
}

.feature-card-content {
  flex: 1;
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.feature-card.premium {
  border-color: #0A2F46;
  background: #f0f7fa;
}

.feature-card .badge {
  display: inline-block;
  background: #0A2F46;
  color: white;
  padding: 2px 8px;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 6px;
}

.plan {
  border: 2px solid #B3D4D0;
  padding: 15px;
  border-radius: 6px;
  margin: 10px 0;
  background-color: #f9f9f9;
}

footer {
  background-color: #0A2F46;
  color: white;
  text-align: center;
  padding: 20px;
}

a {
  color: #11405C;
  text-decoration: none;
}

footer a {
  color: #ccc;
}

a:hover {
  text-decoration: underline;
}

.hheader {
  background-color: #B3D4D0;
  padding: 20px;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.left-hand-top-header {
    display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: 1300px; */
  /* margin: 0 auto; */
}

.main-nav {
  position: sticky;
  top: 0;
  /* background-color: #0A2F46; */
  z-index: 100;
  padding: 12px 20px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  font-size: 20px;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.main-nav a {
  color: #0A2F46;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.main-nav a:hover {
  color: white;
}

.language-switch {
  top: 20px;
  right: 20px;
}

.store-links {
  margin-top: 20px;
  text-align: center;
}

.screenshot-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 30px 0;
}

.screenshot-gallery img {
  max-width: 200px;
  border: 1px solid #B3D4D0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 4px;
}

.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.image-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.image-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.image-overlay .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  z-index: 1001;
}

.faq {
  margin: 40px 0;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq h2 {
  color: var(--primary-color);
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 16px;
}

.faq-question {
  cursor: pointer;
  padding: 12px;
  background: var(--accent-color);
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s;
}

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

.faq-answer {
  display: none;
  padding: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  margin-top: 6px;
}

.faq-answer.open {
  display: block;
}

.lang-btn {
  background: none;
  border: none;
  color: #11405C;
  font-size: 1em;
  cursor: pointer;
  text-decoration: underline;
  padding: 0 4px;
}

.lang-btn:disabled {
  color: #aaa;
  text-decoration: none;
  cursor: default;
}

.contact-section {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 12px;
  margin: 60px auto;
  max-width: 800px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 1.2rem;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.contact-form button {
  padding: 12px;
  background-color: var(--accent-color);
  color: var(--primary-color);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
    font-size: 1.2rem;
}

.contact-form button:hover {
  background-color: var(--primary-color);
    color: white;
}

@media (max-width: 1200px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }
  .hero-text,
  .hero-screenshot {
    flex: none;
    /* width: 100%; */
  }

    .hero-screenshot {
        margin-top: 20px;
    }

  .hero-screenshot img {
    width: 450px;
  }
  .feature-card img {
    width: 280px;
    height: auto;
  }
    .store-buttons {
        justify-content: center;
    }
  .language-switch {
    position: static;
    text-align: center;
    /* margin-top: 10px; */
  }

}

@media (max-width: 768px) {
  .hero-screenshot img {
    display: none;
  }

  .hero-text p {
    line-height: 1.2em;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    flex-direction: column;
    align-items: center;
  }

  .feature-card-content {
    margin-right: 0;
  }

  .feature-card img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }

  .plan {
    width: 100%;
    box-sizing: border-box;
  }

  .screenshot-gallery {
    flex-direction: column;
    align-items: center;
  }

  .screenshot-gallery img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }

  .store-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
  }

  footer {
    font-size: 14px;
    padding: 15px;
  }
}

@media (max-width: 760px) {
  .secondary-item {
    display: none;
  }
}

[data-custom-class='body'], [data-custom-class='body'] * {
          background: transparent !important;
        }
[data-custom-class='title'], [data-custom-class='title'] * {
          font-family: Arial !important;
font-size: 26px !important;
color: #000000 !important;
        }
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
          font-family: Arial !important;
color: #595959 !important;
font-size: 14px !important;
        }
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
          font-family: Arial !important;
font-size: 19px !important;
color: #000000 !important;
        }
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
          font-family: Arial !important;
font-size: 17px !important;
color: #000000 !important;
        }
[data-custom-class='body_text'], [data-custom-class='body_text'] * {
          color: #595959 !important;
font-size: 14px !important;
font-family: Arial !important;
        }
[data-custom-class='link'], [data-custom-class='link'] * {
          color: #3030F1 !important;
font-size: 14px !important;
font-family: Arial !important;
word-break: break-word !important;
        }
