/* Subtle section divider line above section headings (except hero) */
.section-divider {
  width: 100%;
  max-width: 800px;
  height: 0;
  border: none;
  border-top: 1.5px solid var(--border-soft);
  opacity: 0.55;
  margin: 0 auto 1.7rem auto;
}
/* Consistent section padding for all major sections */
.hero, .statement, .preview, .how, .early-access {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

/* Add extra space below the product preview section to prevent overlap on zoom */
.preview {
  padding-bottom: 5.5rem;
}

.preview-images {
  margin-bottom: 2.5rem;
}
/* --- Decorative Watermark for Light Sections --- */
.section-bg-watermark {
  background-color: #FDFBF7;
  background-image: url('data:image/svg+xml;utf8,<svg width="180" height="180" viewBox="0 0 180 180" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="90" cy="90" rx="70" ry="30" fill="%23E6DCC3" fill-opacity="0.18"/><path d="M90 40 Q110 90 90 140 Q70 90 90 40 Z" fill="%23E6DCC3" fill-opacity="0.18"/></svg>');
  background-repeat: no-repeat;
  background-position: 85% 60%;
  background-size: 220px 120px;
}
/* Add this class to any section with #FDFBF7 background */
@media (max-width: 1023px) {
  .early-access-grid {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .early-access-heading {
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
/* Early Access Form Refactor */
.early-access-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem 4rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.early-access-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto 2rem auto;
  width: 100%;
}

.early-access-heading .eyebrow {
  font-size: var(--hero-sub-size);
  color: var(--accent-orange);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.early-access-heading .main-sentence {
  font-size: var(--hero-italic-size);
  color: var(--text-primary);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  max-width: 420px;
  margin-bottom: 1.8rem;
}

.early-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 520px;
  background: none;
  padding: 0;
  margin: 0 auto;
}

.form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-row {
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.early-form label {
  font-size: var(--form-label);
  color: var(--text-primary);
  opacity: var(--muted-60);
  margin-bottom: 0.4em;
}

.early-form input,
.early-form textarea {
  font-size: var(--form-label);
  color: var(--text-primary);
  opacity: 1;
  border-radius: 8px;
  border: 1px solid var(--border-soft);
  padding: 0.75em 1em;
  background: var(--bg-page);
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.early-form textarea {
  min-height: 100px;
  resize: vertical;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

.form-actions .btn {
  min-width: 120px;
  padding: 0.8em 2.2em;
}

@media (max-width: 1023px) {
  .early-access-grid {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .early-access-heading {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 1.5rem;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .early-access-secondary {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .early-access-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
  .early-form {
    max-width: 100%;
    padding: 0;
  }
  .form-row.two-col {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .form-actions {
    justify-content: flex-start;
  }
  .form-actions .btn {
    width: 100%;
    min-width: 0;
  }
}
.preview .container {
  text-align: center;
}

.hero {
  background: linear-gradient(120deg, #FDFBF7 80%, #f7f3ea 100%);
}
.hero .container {
  text-align: center;
}

 .hero h1 {
  font-size: var(--h1-size);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.2rem;
  line-height: 1.15;
}

.preview-img {
  width: 100%;
  max-width: 420px;
  min-height: 220px;
  border-radius: 22px;
  border: 1.5px solid var(--border-soft);
  object-fit: cover;
  background: var(--border-soft);
  margin-inline: auto;
  display: block;
  box-shadow: 0 4px 24px 0 rgba(149, 84, 32, 0.10), 0 1.5px 6px 0 rgba(0,0,0,0.04);
}

.hero-buttons {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  justify-content: center;
}

.hero-early {
  font-size: 1rem;
  color: var(--text-primary);
  opacity: var(--muted-57);
  margin-top: 0.5rem;
}

.statement p {
  font-size: var(--body-lg);
  color: var(--text-primary);
  text-align: left;
  margin: 0 auto;
  max-width: 800px;
}

.preview h2 {
  font-size: 21.5px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.preview-support {
  font-size: 16.4px;
  font-style: italic;
  color: var(--text-warm-muted);
  margin-bottom: 2rem;
}

.how h2 {
  font-size: var(--h2-size);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.how-sub {
  font-size: 18px;
  color: var(--text-primary);
  opacity: var(--muted-55);
  margin-bottom: 2rem;
}

.step-title {
  font-size: var(--step-title);
  font-weight: 700;
  color: #000;
  margin-bottom: 0.3rem;
}

.step-body {
  font-size: var(--step-body);
  color: var(--text-secondary);
}




.site-footer {
  background: var(--bg-page);
  color: var(--text-primary);
  border-top: 1px solid var(--border-soft);
}

.footer-desc {
  font-size: var(--footer-desc);
  opacity: var(--muted-65);
  margin-bottom: 1.2rem;
}

.footer-heading {
  font-size: var(--footer-heading);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.footer-address {
  font-size: var(--footer-address);
  opacity: var(--muted-65);
}

.footer-legal {
  font-size: var(--footer-legal);
  opacity: var(--muted-58);
  margin-top: 2rem;
  text-align: center;
}
