body {
  background: #222;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  padding: 2rem 1rem;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Hero Section */
.hero {
  max-width: 1000px;
  margin: 0em auto;
  animation: fadeIn 0.8s ease;
}

.hero-card {
  /* padding: 3rem 2.5rem; */
  /* border: 2px solid #2a2a2a; */

  /* url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1080 137' preserveAspectRatio='none'><path d='M 0,137 V 59.03716 c 158.97703,52.21241 257.17659,0.48065 375.35967,2.17167 118.18308,1.69101 168.54911,29.1665 243.12679,30.10771 C 693.06415,92.25775 855.93515,29.278599 1080,73.61449 V 137 Z' style='opacity:0.09;fill:%22222215'></path><path d='M 0,10.174557 C 83.419822,8.405668 117.65911,41.78116 204.11379,44.65308 290.56846,47.52499 396.02558,-7.4328 620.04248,94.40134 782.19141,29.627636 825.67279,15.823104 1080,98.55518 V 137 H 0 Z' style='opacity:0.11;fill:%22222335'></path><path d='M 0,45.10182 C 216.27861,-66.146913 327.90348,63.09813 416.42665,63.52904 504.94982,63.95995 530.42054,22.125806 615.37532,25.210412 700.33012,28.295019 790.77619,132.60682 1080,31.125744 V 137 H 0 Z' style='opacity:0.05;fill:rgba(0, 255, 255, 0.15);'></path></svg>");
  background-size: 100%, 100% 30%;
  background-repeat: no-repeat, no-repeat;
  background-position: center, left bottom;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden; */
}

/* .hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #00ffff, transparent);
  opacity: 0.6;
} */

/* .hero-card:hover {
  border-color: #00ffff6c;
  box-shadow: 0 12px 48px rgba(0, 255, 255, 0.15);
  transform: translateY(-2px);
} */

/* .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #00ffff1a;
  border: 1px solid #00ffff6c;
  border-radius: 20px;
  color: #00ffff;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.hero-badge span:first-child {
  display: flex;
  width: 16px;
  height: 16px;
} */

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .hero-title {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
} */

.hero-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.4;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.hero-description {
  line-height: 1.8;
  margin: 0;
  text-align: left;
}

.hero-description-primary {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: #ccc;
  font-weight: 400;
}

.hero-description-secondary {
  font-size: clamp(0.9375rem, 1.2vw, 1rem);
  color: #999;
  font-weight: 300;
}

/* Section Titles */
.section-title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
  color: #00ffff;
  text-align: center;
}

/* Features Section */
.features-section {
  max-width: 1000px;
  margin: 0rem auto 3rem auto;
  animation: fadeIn 1s ease;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  min-height: 240px;
  padding: 1.5rem;
  border: 2px solid #222;
  border-radius: 8px;
  background: #2a2a2a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1080 137' preserveAspectRatio='none'><path d='M 0,137 V 59.03716 c 158.97703,52.21241 257.17659,0.48065 375.35967,2.17167 118.18308,1.69101 168.54911,29.1665 243.12679,30.10771 C 693.06415,92.25775 855.93515,29.278599 1080,73.61449 V 137 Z' style='opacity:0.09;fill:%22222215'></path><path d='M 0,10.174557 C 83.419822,8.405668 117.65911,41.78116 204.11379,44.65308 290.56846,47.52499 396.02558,-7.4328 620.04248,94.40134 782.19141,29.627636 825.67279,15.823104 1080,98.55518 V 137 H 0 Z' style='opacity:0.11;fill:%22222335'></path><path d='M 0,45.10182 C 216.27861,-66.146913 327.90348,63.09813 416.42665,63.52904 504.94982,63.95995 530.42054,22.125806 615.37532,25.210412 700.33012,28.295019 790.77619,132.60682 1080,31.125744 V 137 H 0 Z' style='opacity:0.05;fill:rgba(0, 255, 255, 0.15);'></path></svg>");
  background-size: 100% 25%;
  background-repeat: no-repeat;
  background-position: left bottom;
  /* transition: all 0.3s ease; */
  animation: fadeInScale 0.6s ease backwards;
}

.feature-card:nth-child(1) {
  animation-delay: 0.1s;
}
.feature-card:nth-child(2) {
  animation-delay: 0.2s;
}
.feature-card:nth-child(3) {
  animation-delay: 0.3s;
}
.feature-card:nth-child(4) {
  animation-delay: 0.4s;
}
.feature-card:nth-child(5) {
  animation-delay: 0.5s;
}
.feature-card:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.feature-card:hover {
  background: transparent;
  border: 2px solid #00ffff6c;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 255, 255, 0.15);
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  border: 2px solid #00ffff6c;
  border-radius: 4px;
  color: #00ffff6c;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.feature-icon span {
  display: flex;
  width: 24px;
  height: 24px;
}

.feature-card:hover .feature-icon {
  background: #00ffff6c;
  color: #222;
}

.feature-content {
  padding-top: 0.25rem;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.feature-description {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #999;
  margin: 0;
}

/* Why Founders Love It Section */
.founders-section {
  margin-bottom: 4rem;
  animation: fadeIn 1s ease;
  animation-delay: 0.4s;
  animation-fill-mode: backwards;
}

.founders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.founder-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  background: #2a2a2a;
  border: 1px solid #333;
  border-radius: 8px;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease backwards;
}

.founder-card:nth-child(1) {
  animation-delay: 0.1s;
}
.founder-card:nth-child(2) {
  animation-delay: 0.2s;
}
.founder-card:nth-child(3) {
  animation-delay: 0.3s;
}
.founder-card:nth-child(4) {
  animation-delay: 0.4s;
}

.founder-card:hover {
  background: #333;
  border-color: #00ffff;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 255, 255, 0.15);
}

.founder-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  border: 2px solid #00ffff;
  border-radius: 50%;
  color: #00ffff;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.founder-icon span {
  display: flex;
  width: 28px;
  height: 28px;
}

.founder-card:hover .founder-icon {
  background: #00ffff;
  color: #222;
  transform: scale(1.1);
}

.founder-content {
  flex: 1;
}

.founder-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.founder-description {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #999;
  margin: 0;
}

/* Call to Action Section */
.cta-section {
  text-align: center;
  padding: 3rem 2rem;
  margin-bottom: 2rem;
  background: #2a2a2a;
  border: 1px solid #333;
  border-radius: 12px;
  animation: fadeIn 1s ease;
  animation-delay: 0.6s;
  animation-fill-mode: backwards;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: #00ffff;
}

.cta-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
}

.cta-button span[data-lucide] {
  display: flex;
  width: 20px;
  height: 20px;
}

.cta-button-primary {
  background: #00ffff;
  color: #222;
  border: 2px solid #00ffff;
}

.cta-button-primary:hover {
  background: #00cccc;
  border-color: #00cccc;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 255, 255, 0.3);
}

.cta-button-secondary {
  background: transparent;
  color: #00ffff;
  border: 2px solid #00ffff;
}

.cta-button-secondary:hover {
  background: #00ffff;
  color: #222;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 255, 255, 0.2);
}

/* Closing Section */
.closing {
  text-align: center;
  padding: 2rem 0;
  animation: fadeIn 1s ease;
  animation-delay: 0.6s;
  animation-fill-mode: backwards;
}

.closing-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #ccc;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  background: #2a2a2a;
  border: 1px solid #333;
  border-radius: 8px;
  border-left: 4px solid #00ffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  body {
    padding: 1.5rem 1rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .section-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .feature-card {
    padding: 1.25rem;
    gap: 1rem;
  }

  .feature-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .feature-icon span {
    width: 20px;
    height: 20px;
  }

  .feature-title {
    font-size: 1.1rem;
  }

  .feature-description {
    font-size: 0.85rem;
  }

  .founders-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .founder-card {
    padding: 1.5rem 1.25rem;
  }

  .founder-icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .founder-icon span {
    width: 24px;
    height: 24px;
  }

  .founder-title {
    font-size: 1.1rem;
  }

  .founder-description {
    font-size: 0.85rem;
  }

  .cta-section {
    padding: 2rem 1.5rem;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .cta-buttons {
    gap: 1rem;
  }

  .cta-button {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }

  .closing-text {
    font-size: 1rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-subtitle {
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .feature-card,
  .founder-card {
    padding: 1rem;
  }

  .cta-section {
    padding: 1.5rem 1rem;
  }

  .cta-title {
    font-size: 1.75rem;
  }

  .cta-description {
    font-size: 0.95rem;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
  }
}
