/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:active {
  color: rgba(253, 198, 0, 1);
  text-decoration: none;
}

a:link {
  color: rgba(253, 198, 0, 1);
  text-decoration: none;
}

a:hover {
  color: rgba(253, 198, 0, 0.75);
  text-decoration: none;
}

a:visited {
  color: rgba(253, 198, 0, 1);
  text-decoration: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  text-align: center;
}

h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

input {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
}

strong {
  font-weight: 600;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.8);
}

.header .container {
  display: flex;
  align-items: center;
}

.header .container a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
}

.header .container a img {
  margin-right: 16px;
}

.header .container a .header-title {
  text-align: left;
}

.header .container ul {
  display: flex;
  list-style: none;
}

.header .container ul li {
  margin-left: 32px;
}

.hero {
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.hero .container h1 {
  margin-bottom: 48px;
}

.hero .container h1 span,
.your-ai-development-journey h2 span,
.whats-inside h2 span,
.pricing h2 span,
.meet-the-founders h2 span,
.discover-intelligent-first-development h2 span {
  background: linear-gradient(90deg, rgba(34, 157, 197, 1), rgba(22, 159, 100, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: rgba(34, 157, 197, 1);
}

.hero .container h2 {
  margin-bottom: 32px;
}

.hero .container h2 strong {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}

a.button-primary,
.button-primary,
.button-primary-small {
  background-color: rgba(253, 198, 0, 1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 64px;
  box-shadow: 0 0 16px rgba(253, 198, 0, 1);
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  display: inline-block;
}

a.button-primary,
.button-primary {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 48px;
  margin-top: 48px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
}

a.button-primary:hover,
.button-primary:hover,
.button-primary-small:hover {
  background-color: rgba(253, 198, 0, 0.9);
}

.button-primary-small {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
}

.hero .container .first-50-members strong {
  color: rgba(255, 255, 255, 1);
}

.divider {
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  margin-top: 64px;
  width: 100%;
}

.get-early-access .container .card h2 {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;
}

.get-early-access .container .card p strong {
  color: rgba(255, 255, 255, 1);
}

.get-early-access .container .card form {
  display: flex;
  margin-bottom: 32px;
  margin-top: 32px;
  gap: 16px;
}

.get-early-access .container .card form input {
  color: rgba(255, 255, 255, 1);
  flex-grow: 1;
  font-size: 16px;
}

.card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.your-ai-development-journey .container h2,
.whats-inside .container h2,
.pricing .container h2,
.meet-the-founders h2,
.discover-intelligent-first-development h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 48px;
  padding-top: 64px;
}

.your-ai-development-journey .container h3,
.whats-inside .container h3,
.pricing .container h3,
.meet-the-founders h3 {
  margin-bottom: 48px;
}

.your-ai-development-journey .container .cards {
  display: flex;
  gap: 24px;
}

.your-ai-development-journey .container .cards .card {
  flex: 1;
}

.your-ai-development-journey .container .cards .card h4,
.whats-inside .container .cards .card h4,
.meet-the-founders .container .cards .card h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.your-ai-development-journey .container .cards .card .card-circle-badge,
.whats-inside .container .cards .card .card-circle-badge {
  align-items: center;
  align-self: center;
  background: linear-gradient(90deg, rgba(34, 157, 197, 1), rgba(22, 159, 100, 1));
  border-radius: 64px;
  color: rgba(0, 0, 0, 1);
  display: flex;
  font-size: 32px;
  font-weight: 600;
  height: 64px;
  justify-content: center;
  line-height: 48px;
  width: 64px;
}

.whats-inside .container .cards,
.meet-the-founders .container .cards {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  gap: 24px;
}

.whats-inside .container .cards .card-row,
.meet-the-founders .container .cards .card-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.whats-inside .container .cards .card-row .card,
.meet-the-founders .container .cards .card-row .card {
  flex: 1;
}

.pricing .container h3 strong,
.meet-the-founders .container h3 strong,
.discover-intelligent-first-development h3 strong {
  color: rgba(255, 255, 255, 1);
}

.pricing .container .card {
  background: linear-gradient(90deg, rgba(34, 157, 197, 1), rgba(22, 159, 100, 1));
  padding: 1px;
}

.pricing .container .card .card-inner-1 {
  background: rgba(0, 0, 0, 1);
  border-radius: 31px;
}

.pricing .container .card .card-inner-2 {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  padding: 64px 32px;
  text-align: center;
  border-radius: 31px;
}

.pricing .container .card .price {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pricing .container .card .price,
.pricing .container .card .saving,
.pricing .container .card {
  margin-bottom: 32px;
}

.pricing .container .card .price .founder-price {
  color: rgba(255, 255, 255, 1);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin-right: 16px;
}

.pricing .container .card .price .rrp .rrp-price {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.pricing .container .card .price .rrp {
  text-align: left;
}

.pricing .container .card .saving {
  font-size: 24px;
  line-height: 36px;
}

.pricing .container .card ul.whats-included {
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: left;
}

.pricing .container .card ul.whats-included li {
  list-style-image: url('images/checkmark-circle-icon.svg');
  margin-bottom: 16px;
}

.pricing .container .card ul.whats-included li:last-child {
  margin-bottom: 0;
}

.pricing .container .card .button-primary {
  margin-left: auto;
  margin-right: auto;
}

.meet-the-founders .card-circle-profile-picture {
  align-self: center;
  border-radius: 64px;
  height: 128px;
  width: 128px;
}

.meet-the-founders p:last-child {
  margin-top: 16px;
}

.discover-intelligent-first-development .button-primary {
  margin-bottom: 0;
}

.footer {
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 64px;
  padding-top: 64px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Header */
  .header .container {
    flex-wrap: wrap;
  }

  .header .container img {
    height: 48px;
    width: 48px;
  }

  .header .container ul {
    flex-wrap: wrap;
  }

  .header .container ul li {
    margin-left: 16px;
  }

  /* Typography */
  h1 {
    font-size: 36px;
  }

  h2, .your-ai-development-journey .container h2,
  .whats-inside .container h2,
  .pricing .container h2,
  .meet-the-founders h2,
  .discover-intelligent-first-development h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  /* Buttons */
  a.button-primary,
  .button-primary {
    font-size: 18px;
    padding: 12px 24px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  /* Hero section */
  .hero {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero .container h1 {
    margin-bottom: 32px;
  }

  .hero .container h2 {
    margin-bottom: 24px;
  }

  /* Cards layout - stack vertically on mobile */
  .your-ai-development-journey .container .cards {
    flex-direction: column;
    gap: 16px;
  }

  .whats-inside .container .cards .card-row,
  .meet-the-founders .container .cards .card-row {
    flex-direction: column;
    gap: 16px;
  }

  /* Card styling */
  .card {
    padding: 24px;
  }

  .your-ai-development-journey .container .cards .card h4,
  .whats-inside .container .cards .card h4,
  .meet-the-founders .container .cards .card h4 {
    font-size: 24px;
    line-height: 32px;
  }

  /* Section spacing */
  .your-ai-development-journey .container h2,
  .whats-inside .container h2,
  .pricing .container h2,
  .meet-the-founders h2,
  .discover-intelligent-first-development h2 {
    padding-top: 32px;
    margin-bottom: 32px;
  }

  .your-ai-development-journey .container h3,
  .whats-inside .container h3,
  .pricing .container h3,
  .meet-the-founders h3 {
    margin-bottom: 32px;
  }

  /* Pricing card */
  .pricing .container .card .card-inner-2 {
    padding: 32px 24px;
  }

  .pricing .container .card .price .founder-price {
    font-size: 48px;
  }

  .pricing .container .card .price .rrp .rrp-price {
    font-size: 20px;
    line-height: 28px;
  }

  .pricing .container .card .saving {
    font-size: 18px;
    line-height: 28px;
  }

  /* Form */
  .get-early-access .container .card form {
    flex-direction: column;
    gap: 12px;
  }

  .get-early-access .container .card form input {
    margin-right: 0;
  }

  /* Profile pictures */
  .meet-the-founders .card-circle-profile-picture {
    height: 96px;
    width: 96px;
  }

  /* Dividers */
  .divider {
    margin-top: 32px;
  }

  /* Footer */
  .footer {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
  }

  h2, .your-ai-development-journey .container h2,
  .whats-inside .container h2,
  .pricing .container h2,
  .meet-the-founders h2,
  .discover-intelligent-first-development h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .card {
    padding: 20px;
  }

  .pricing .container .card .card-inner-2 {
    padding: 24px 20px;
  }

  .your-ai-development-journey .container .cards .card h4,
  .whats-inside .container .cards .card h4,
  .meet-the-founders .container .cards .card h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .header .container ul li {
    margin-left: 12px;
  }

  a.button-primary,
  .button-primary {
    font-size: 16px;
    padding: 10px 20px;
  }
}