body {
  font-family: sans-serif;
  background: #0a0a0a;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.6;
  max-width: 100vw;
    overflow-x: hidden;
}

h1, h2 {
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 1.75rem;
  margin-top: 0;
}

h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
}

.hero, .section {
  max-width: 600px;
  margin: auto;
  padding: 2rem 1rem;
}

.cta-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: #00c46a;
  color: black;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 1rem auto;
  border-radius: 12px;
}
.hero-cover {
  margin: 40px auto 0;
}

ul.steps {
  text-align: left;
  list-style: none;
  padding: 0;
}

ul.steps li {
  margin-bottom: 1rem;
  border: 1px solid;
  padding: 20px;
}

ul.steps p {
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

.container.black {
  background: #000;
}

.testimonial {
  font-style: italic;
  margin: 1rem 0;
  border-left: 4px solid #00c46a;
  padding-left: 1rem;
}

.faq {
  text-align: left;
  max-width: 600px;
  margin: auto;
}

.faq h2 {
  text-align: center;
}

section.faq > * {
  padding: 0 1rem;
}

.faq-item {
  border-bottom: 1px solid #333;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.faq-answer {
  display: none;
  padding: 0.5rem 0 1rem;
  color: #ccc;
}

footer {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.85rem;
  color: #888;
  padding-bottom: 2rem;
}

.cta-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: #00c46a;
  color: black;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); /* subtle text/button shadow */
  transition: background 0.25s ease, transform 0.1s ease;
  background-color: var(--token-d8314751-3109-4e71-b0e5-25619a148f21, #00ffb2);
    border-radius: 48px;
    box-shadow: rgba(42, 240, 124, 0.3) 0px 0px 34px 0px, rgba(0, 255, 178, 0.1) 0px 0px 0px 4px;
}

.cta-button:hover {
  background: #00a85a; /* darken on hover */
  transform: translateY(-1px); /* slight lift effect */
}

.cta-button:active {
  background: #009b52; /* deeper green tap color */
  transform: scale(0.97); /* tap feedback */
}


.pricing-section {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 1000px;
}

.pricing-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  text-align: left;
}

.pricing-card {
  background-color: #111;
  border: 1px solid #333;
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.pricing-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.pricing-card .price {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1;
  margin-top: 0;
}

.pricing-card ul li {
  margin: 0.3rem 0;
  text-align: left;
  line-height: 1.2;
}

.pricing-card .cta-button {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
  text-align: center;
}

.popular .cta-button {
  background: #00ff95;
  background-color: var(--token-d8314751-3109-4e71-b0e5-25619a148f21, #00ffb2);
}

.pricing-card .cta-button:hover {
  background-color: #00e685;
}

/* Tag for Most Popular */
.pricing-card.popular {
  border: 2px solid #00ffb2;
}

ul.steps strong {
  border-bottom: 2px solid #00ffb2;
}

.pricing-card .tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00ffb2;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
}

lite-youtube {
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

section.section.how-works h2 {
  margin-bottom: 0;
}

section.section.how-works p {
  margin-top: 0;
}

img.app-img {
  margin-top: -10px;
  margin-bottom: 0;
}

.separator-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5; /* subtle — you can go up to 0.2 */
  margin-top: 0;
  margin-bottom: 20px;
}

.discount-sticky {
  position: sticky;
  top: 0;
  background-color: #1d2a1d; /* Slight green tint for contrast */
  color: #ffffff;
  padding: 10px 12px;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: center;
  border-bottom: 2px solid #00ffb2;
  z-index: 999;
}


/* Responsive horizontal layout on desktop */
@media screen and (min-width: 768px) {
  .pricing-grid {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .pricing-card {
    width: 100%;
    max-width: 320px;
  }

}

@media (max-width: 480px) {
  .discount-sticky {
    font-size: 1rem;
    padding: 12px 10px;
  }
}