* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #530045;
  text-align: center;
  line-height: 1.5;
  min-height: 100vh;
  background: linear-gradient(to right, #e9ddf7, #c5a8e6);
  background-attachment: fixed;
}

a { text-decoration: none; color: inherit; }

.container {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sparkles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
  animation: sparkleMove linear infinite;
}

@keyframes sparkleMove {
  0% { transform: translateY(0) translateX(0) scale(1); opacity: 0.8; }
  50% { opacity: 0.5; }
  100% { transform: translateY(-120vh) translateX(var(--x-move, 0px)) scale(0.5); opacity: 0; }
}

.hero {
  padding-top: 10px;
}

.hero-logo {
  width: min(150px, 42vw);
  height: auto;
  display: block;
  margin: 0 auto 14px;
}

.hero .feature {
  max-width: 860px;
  margin: 0 auto;
}

.tagline {
  font-size: 1.15rem;
  color: #4b2e83;
  margin-bottom: 18px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  font-size: 2.2rem;
  margin-bottom: 14px;
  color: #4b2e83;
}

.waitlist-pill {
  display: inline-block;
  margin: 18px auto 10px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.75);
  color: #6f4aa2;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.hero-button {
  display: inline-block;
  background: #b48ae6;
  color: white;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  margin-top: 12px;
  transition: 0.2s;
}

.hero-button:hover {
  background: #8f63c9;
  cursor: pointer;
  transform: translateY(-2px);
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.benefit-chip {
  background: rgba(255, 255, 255, 0.65);
  color: #5d3f8f;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 50px;
}

.feature,
.founder,
.contact,
.seo-copy,
.page-card,
.page-section {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.feature,
.page-card,
.page-section {
  padding: 20px;
  transition: 0.3s;
}

.feature:hover,
.page-card:hover,
.page-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.feature h3,
.seo-copy h2,
.page-section h2,
.page-card h2 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #4b2e83;
}

.feature p,
.founder p,
.contact p,
.seo-copy p,
.page-card p,
.page-section p,
.page-section li {
  color: #530045;
}

.founder,
.contact,
.seo-copy,
.page-section {
  padding: 40px 20px;
  margin-top: 60px;
}

.founder p,
.contact p,
.seo-copy p,
.page-section p,
.page-section ul {
  max-width: 700px;
  margin: auto;
  font-size: 1rem;
  line-height: 1.6;
}

.section-heading {
  margin-bottom: 14px;
}

form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

input,
textarea {
  padding: 12px;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: inherit;
}

input[type="submit"] {
  border: none;
}

.footer {
  margin-top: 60px;
  font-size: 0.9rem;
  color: #530045;
}

.socialIcon a {
  font-size: 2rem;
  margin: 0 10px;
  transition: transform 0.2s, color 0.2s;
}

.socialIcon a:hover {
  transform: scale(1.2);
}

.link {
  margin-top: 10px;
  font-size: 0.9rem;
}

.link:hover {
  transform: scale(1.2);
}

.app-preview {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.app-preview img {
  width: min(280px, 80vw);
  border-radius: 28px;
  box-shadow:
    0 20px 50px rgba(0,0,0,0.15),
    0 10px 25px rgba(0,0,0,0.08);
  border: 6px solid rgba(255,255,255,0.7);
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.comparison {
  margin-top: 60px;
  text-align: center;
}

.comparison h2 {
  margin-bottom: 24px;
  color: #4b2e83;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.comparison-card {
  padding: 24px;
  border-radius: 16px;
  text-align: left;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.comparison-card h3 {
  margin-bottom: 12px;
}

.comparison-card ul,
.page-section ul {
  list-style: none;
  padding-left: 0;
}

.comparison-card li,
.page-section li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.comparison-card.good {
  border-left: 4px solid #b48ae6;
}

.page-nav {
  margin-top: 24px;
}

.page-nav a {
  color: #6f4aa2;
  font-weight: 600;
}

.page-nav a:hover {
  text-decoration: underline;
}

.why-hatchi {
  max-width: 980px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.why-hatchi-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

.why-hatchi-intro .section-heading {
  margin-bottom: 12px;
}

.why-hatchi-intro .tagline {
  margin: 0;
  color: #5d3f8f;
  line-height: 1.6;
}

.why-hatchi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.why-hatchi-grid .feature {
  border-radius: 20px;
  padding: 24px 20px;
}

.why-hatchi-grid .feature h3 {
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1.35;
}

.why-hatchi-grid .feature p {
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .why-hatchi-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .tagline {
    font-size: 1.05rem;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .hero-logo {
    width: min(135px, 46vw);
  }

  .benefit-chip {
    width: 100%;
    max-width: 320px;
  }

  .page-title {
    font-size: 1.9rem;
  }
  

}

.tester-section {
  max-width: 760px;
  margin: 48px auto 80px;
  padding: 36px 28px;
  background: rgba(255, 255, 255, 0.52);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-align: center;
}

.tester-kicker {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a55ad;
  margin-bottom: 10px;
}

.tester-title {
  font-size: 2rem;
  line-height: 1.2;
  color: #4b2e83;
  margin-bottom: 12px;
}

.tester-copy {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #530045;
  line-height: 1.7;
}

.tester-benefits {
  margin-top: 22px;
  margin-bottom: 24px;
}

.tester-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.tester-actions .hero-button {
  min-width: 220px;
  margin: 0;
}

.secondary-button {
  background: transparent;
  color: #6f3b87;
  border: 2px solid #cfa8f3;
}

.tester-note {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-weight: 600;
  color: #5d3f8f;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .tester-section {
    margin: 28px auto 56px;
    padding: 28px 18px;
  }

  .tester-title {
    font-size: 1.65rem;
  }

  .tester-actions {
    flex-direction: column;
    align-items: center;
  }

  .tester-actions .hero-button {
    width: 100%;
    max-width: 320px;
  }
}