* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Comic Sans MS", cursive, sans-serif;
  background: white;
  overflow-x: hidden;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Keyframe Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.main-container {
  background: white;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.bg-blur {
  position: absolute;
  filter: blur(50px);
  pointer-events: none;
}

.blur-1 {
  width: 28.19%;
  height: 6.23%;
  top: 4.39%;
  left: -14.1%;
  background: #fff0e1;
  border-radius: 203px;
}

.blur-2 {
  width: 37.43%;
  height: 8.27%;
  top: 0;
  left: 55.69%;
  background: #ffe8d0;
  border-radius: 269.5px;
}

.blur-3 {
  top: 734px;
  left: -232px;
  width: 370px;
  height: 381px;
  background: #d0f8ff;
  border-radius: 185px / 190.5px;
}

.blur-4 {
  top: 1722px;
  left: -89px;
  width: 362px;
  height: 381px;
  background: #17869829;
  border-radius: 181px / 190.5px;
}

.blur-5 {
  top: 1453px;
  left: 1201px;
  width: 275px;
  height: 381px;
  background: #1786982e;
  border-radius: 137.5px / 190.5px;
}

.blur-6 {
  top: 2149px;
  left: -300px;
  width: 486px;
  height: 466px;
  background: #e9861c29;
  border-radius: 243px / 233px;
}

.blur-7 {
  top: 4921px;
  left: -112px;
  width: 486px;
  height: 466px;
  background: #ffd4a754;
  border-radius: 243px / 233px;
}

.blur-8 {
  top: 5811px;
  left: -90px;
  width: 349px;
  height: 500px;
  background: #ddfaff;
  border-radius: 174.5px / 250px;
}

.blur-9 {
  top: 4467px;
  left: 1168px;
  width: 486px;
  height: 466px;
  background: #e9861c29;
  border-radius: 243px / 233px;
}

.hero-section {
  position: relative;
  padding: 86px 110px 0px;
  background: linear-gradient(
    180deg,
    rgba(255, 241, 223, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.hero-content {
  display: flex;
  align-items: start;
  gap: 5px;
}

.hero-text {
  width: 50%;
  flex: 1;
  position: relative;
  z-index: 10;
}

.hero-title {
  width: 569px;
  font-weight: bold;
  font-size: 48px;
  line-height: normal;
  margin-bottom: 28px;
}

.text-dark {
  color: #3d3d3d;
}

.text-teal {
  color: #178698;
}

.text-orange {
  color: #fd9b32;
}

.text-red {
  color: #ff6b6b;
}

.hero-description {
  width: 505px;
  font-weight: normal;
  color: #555555;
  font-size: 24px;
  line-height: 25.6px;
  margin-bottom: 66px;
}

.btn {
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-family: "Comic Sans MS", cursive, sans-serif;
  transition: all 0.3s ease;
}

.btn-primary {
  width: 305px;
  height: 71px;
  background: #fd9b32;
  border-radius: 50px;
  color: white;
  font-size: 20px;
}

.btn-primary:hover {
  background: #e88b22;
}

.dot-decoration {
  position: absolute;
  background: #6da28b;
  border-radius: 50%;
}

.dot-1 {
  top: 8px;
  left: 5px;
  width: 13px;
  height: 13px;
}

.dot-2 {
  bottom: 290px;
  left: 520px;
  width: 15px;
  height: 15px;
  background: #fd9b32;
  border-radius: 7.5px;
}

.vector-decoration {
  position: absolute;
}

.vector-1 {
  top: 120px;
  left: 580px;
  width: 100px;
  height: auto;
}

.hero-image {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-image {
  width: 504px;
  height: 485px;
  position: relative;
  z-index: 10;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.main-image:hover {
  animation-play-state: paused;
  transform: scale(1.05);
}

.dot-3 {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 13px;
  height: 13px;
}

.vector-2 {
  position: absolute;
  bottom: 90px;
  right: -55px;
  width: 80px;
  height: auto;
}

.group-decoration {
  position: absolute;
  top: 280px;
  right: 61px;
  width: 61px;
  height: 91px;
}

.why-section {
  position: relative;
  background: white;
  padding: 137px 100px;
}

.why-content {
  max-width: 656px;
}

.section-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 47px;
}

.title-underline {
  width: 102px;
  height: 5px;
  margin-bottom: 43px;
}

.why-description {
  font-weight: normal;
  color: #434343;
  font-size: 19.4px;
  line-height: 29.1px;
}

.why-image {
  position: absolute;
  top: 107px;
  right: 101px;
  width: 599px;
  height: 376px;
  object-fit: cover;
}

.benefits-section {
  position: relative;
  padding: 108px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 84px;
}

.section-title-center {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 48px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 29px;
  padding: 0 119px;
}

.benefit-card-item {
  background: white;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
  padding: 22px 25px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transition: all 0.3s ease;
}

.benefit-card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.12);
  border-color: #fd9b32;
}

.benefit-card-item:nth-child(1) {
  animation-delay: 0.1s;
}
.benefit-card-item:nth-child(2) {
  animation-delay: 0.2s;
}
.benefit-card-item:nth-child(3) {
  animation-delay: 0.3s;
}
.benefit-card-item:nth-child(4) {
  animation-delay: 0.4s;
}
.benefit-card-item:nth-child(5) {
  animation-delay: 0.5s;
}
.benefit-card-item:nth-child(6) {
  animation-delay: 0.6s;
}
.benefit-card-item:nth-child(7) {
  animation-delay: 0.7s;
}
.benefit-card-item:nth-child(8) {
  animation-delay: 0.8s;
}
.benefit-card-item:nth-child(9) {
  animation-delay: 0.9s;
}

.benefit-icon-wrapper {
  width: 74px;
  height: 74px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.benefit-icon {
  max-width: 50px;
  max-height: 50px;
}
#formStep1 > div > div > div > div{
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}
#formStep2 > div.form-fields > div.row > div > div{
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}
.benefit-card-title-text {
  font-weight: bold;
  color: #2d2d2d;
  font-size: 22px;
  text-align: center;
  line-height: 33px;
  white-space: nowrap;
  margin-bottom: 9px;
}

.benefit-card-description {
  font-weight: normal;
  color: #858585;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.founder-benefits-section {
  position: relative;
  background: #178698;
  padding: 86px 0;
}

/* .founder-benefits-blur {
  position: absolute;
  top: -289px;
  right: 34px;
  width: 110px;
  height: 110px;
  background: #ddfaff;
  border-radius: 55px;
} */

.founder-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  padding: 0 97px;
}

.glass-card {
  background: rgba(44, 44, 44, 0.1);
  border-radius: 27.16px;
  border: 0.91px solid #e2e2e2;
  box-shadow: 0px 0px 45.27px 4.53px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(15px);
  padding: 30px;
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transition: all 0.3s ease;
}

.glass-card:nth-child(1) {
  animation-delay: 0.1s;
}
.glass-card:nth-child(2) {
  animation-delay: 0.3s;
}

.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 6px rgba(0, 0, 0, 0.12);
}

.benefit-card-title {
  -webkit-text-stroke: 2px #ffffff;
  font-weight: bold;
  color: #fd9b32;
  font-size: 35px;
  line-height: 52.5px;
  margin-bottom: 20px;
}

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefit-item {
  display: flex;
  gap: 12px;
}

.benefit-item-icon-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 24.76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-item-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.benefit-item-title {
  font-weight: bold;
  color: white;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 9px;
}

.benefit-item-description {
  font-weight: normal;
  color: white;
  font-size: 18px;
  line-height: 19.8px;
}

.what-we-ask-item {
  display: flex;
  gap: 12px;
}

.what-we-ask-icon {
  width: 41px;
  height: 40px;
  flex-shrink: 0;
}

.what-we-ask-text {
  font-weight: normal;
  color: white;
  font-size: 20px;
  line-height: 30px;
}

.who-can-join-section {
  position: relative;
  padding: 120px 0;
}

.section-title-large {
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  line-height: 57.6px;
  margin-bottom: 20px;
}

.section-icon {
  width: 95px;
  height: 44px;
  margin: 0 auto 31px;
  display: block;
}

.section-icon-1 {
  width: 95px;
  height: 44px;
  margin: 0 31px;
  margin-left: 55%;
  display: block;
}

.section-subtitle {
  font-weight: normal;
  color: #636363;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
}

.who-can-join-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 calc(50% - 618px);
}

.who-can-join-card {
  border-radius: 30px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transition: all 0.3s ease;
}

.who-can-join-card:nth-child(1) {
  animation-delay: 0.1s;
}
.who-can-join-card:nth-child(2) {
  animation-delay: 0.2s;
}
.who-can-join-card:nth-child(3) {
  animation-delay: 0.3s;
}

.who-can-join-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
  border-color: #fd9b32;
}

.who-can-join-card:hover .who-can-join-icon {
  transform: scale(1.1);
}

.who-can-join-icon {
  width: 93px;
  height: 93px;
  margin-bottom: 17px;
  transition: transform 0.3s ease;
}

.who-can-join-title {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 10px;
}

.who-can-join-description {
  font-weight: normal;
  color: #858585;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.decoration-group {
  position: absolute;
  top: 85px;
  right: 140px;
  width: 60px;
  height: auto;
}

.how-it-works-section {
  position: relative;
  padding: 52px 0;
  background: linear-gradient(
    180deg,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.steps-container {
  position: relative;
  padding: 0 calc(50% - 576px);
  margin-bottom: 80px;
}

.steps-line {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.steps-grid {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.step-item {
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-circle {
  width: 64px;
  height: 64px;
  background: #fd9b32;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  position: relative;
  z-index: 10;
  animation: scaleIn 0.5s ease-out forwards;
  opacity: 0;
  transition: transform 0.3s ease;
}

.step-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(253, 155, 50, 0.4);
}

.step-number {
  font-weight: bold;
  color: white;
  font-size: 36px;
  text-align: center;
  line-height: 54px;
}

.step-title {
  font-weight: bold;
  color: #161616;
  font-size: 26px;
  text-align: center;
  line-height: 31.2px;
  margin-bottom: 18px;
}

.step-description {
  font-weight: normal;
  color: #858585;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
}

.cta-button-center {
  display: flex;
  justify-content: center;
}

.btn-primary-large {
  width: 446px;
  height: 71px;
  background: #fd9b32;
  border-radius: 50px;
  font-weight: bold;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 28.8px;
}

.btn-primary-large:hover {
  background: #e88b22;
}

.decoration-blur-left {
  position: absolute;
  top: 235px;
  left: -54px;
  width: 152px;
  height: 152px;
  background: #defaff;
  border-radius: 76px;
}

.become-founder-section {
  padding: 10px 0;
  background: linear-gradient(
    180deg,
    rgba(255, 246, 235, 0.3) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.become-founder-description {
  font-weight: normal;
  color: #858585;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  max-width: 720px;
  margin: 0 auto;
}

.form-section {
  padding: 10px 0;
  background: white;
}

.form-card {
  width: 974px;
  max-width: 95%;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  padding: 48px;
  animation: scaleIn 0.5s ease-out;
  transition: box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .form-card {
    border-radius: 16px;
  }
}

.form-card:hover {
  box-shadow: 0px 5px 40px 8px rgba(0, 0, 0, 0.12);
}

.form-progress {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 40px;
}

.progress-step {
  display: flex;
  align-items: center;
  gap: 11px;
}

.progress-circle {
  width: 51px;
  height: 51px;
  background: #ededed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #9f9f9f;
  font-size: 28px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

.progress-circle.active {
  background: #fd9b32;
  color: white;
  transform: scale(1.15);
  box-shadow: 0 4px 15px rgba(253, 155, 50, 0.4);
}

.progress-circle.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fd9b32;
  animation: pulse 2s ease-in-out infinite;
}

.progress-label {
  font-weight: bold;
  color: #3d3d3d;
  font-size: 20px;
}

.progress-line {
  height: 1px;
  width: 100px;
  background: #e0e0e0;
}

.form-content {
  position: relative;
}

.form-step {
  display: none;
  animation: fadeInUp 0.5s ease-out;
}

.form-step.active {
  display: block;
}

.form-title {
  font-weight: bold;
  color: #fd9b32;
  font-size: 28px;
  line-height: 33.6px;
  margin-bottom: 40px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 35px;
}

.form-input {
  height: 65px;
  background: white;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 0 20px;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-weight: normal;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 27px;
  transition: all 0.3s ease;
}

.form-input::placeholder {
  color: #a0a0a0;
}

.form-input:focus {
  outline: none;
  border-color: #fd9b32;
  box-shadow: 0 0 0 3px rgba(253, 155, 50, 0.1);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .form-input:focus {
    transform: none;
  }
}

.btn-next {
  width: 200px;
  height: 65px;
  background: #fd9b32;
  border-radius: 16px;
  color: white;
  font-size: 20px;
  text-align: center;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-next:hover::before {
  width: 300px;
  height: 300px;
}

.btn-next:hover {
  background: #e88b22;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(253, 155, 50, 0.4);
}

.btn-next {
    background-color: #f7931e;
    color: #fff;
}

.btn-next:focus,
.btn-next:active {
    outline: none;
    background-color: #f7931e;
    color: #fff;
}

.arrow-icon {
  width: 22px;
  height: 16px;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
}

.checkbox-label {
  font-weight: normal;
  color: #a0a0a0;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.checkbox-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.checkbox-button {
  min-height: 65px;
  height: auto;
  border-radius: 10px;
  border: 2px solid #d9d9d9;
  background: white;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
  .checkbox-button:hover {
    transform: translateX(5px);
    border-color: #fd9b32;
    background: #fffaf5;
  }
}

.checkbox-button.active {
  border-color: #fd9b32;
  background: #fff8f0;
}

.checkbox-box {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #d9d9d9;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  flex-shrink: 0;
}

.checkbox-button.active .checkbox-box {
  border-color: #fd9b32;
  background: #fd9b32;
  transform: rotate(360deg) scale(1.1);
}

.checkbox-button.active .checkbox-box::after {
  content: "✓";
  color: white;
  font-size: 16px;
  font-weight: bold;
  animation: scaleIn 0.3s ease;
}

.checkbox-button span {
  font-weight: normal;
  color: #858585;
  font-size: 18px;
  line-height: 27px;
  white-space: normal;
  text-align: left;
}

.button-group {
  display: flex;
  gap: 16px;
  margin-top: 52px;
}

.btn-prev {
  width: 200px;
  height: 65px;
  background: #e8e8e8;
  border-radius: 16px;
  color: #858585;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-prev:hover {
  background: #d8d8d8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.textarea-group {
  display: flex;
  flex-direction: column;
}

.form-textarea {
  width: 100%;
  height: 150px;
  background: white;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 16px 20px;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-weight: normal;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 27px;
  resize: none;
  transition: all 0.3s ease;
}

.form-textarea::placeholder {
  color: #a0a0a0;
}

.form-textarea:focus {
  outline: none;
  border-color: #fd9b32;
  box-shadow: 0 0 0 3px rgba(253, 155, 50, 0.1);
  transform: translateY(-2px);
}

.radio-group {
  display: flex;
  flex-direction: column;
}

.radio-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.radio-button {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 2px solid #d9d9d9;
  background: white;
  display: flex;
  align-items: start;
  padding: 16px 20px;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.radio-button:nth-child(1).active {
  border-color: #fd9b32;
  background: #fff8f0;
}

.radio-button:nth-child(2).active {
  border-color: #178698;
  background: #e6f9fc;
}

.radio-button:nth-child(3).active {
  border-color: #ff6b6b;
  background: #fff0f0;
}

.radio-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 4px;
}

.radio-button:nth-child(1).active .radio-circle {
  border-color: #fd9b32;
}

.radio-button:nth-child(2).active .radio-circle {
  border-color: #178698;
}

.radio-button:nth-child(3).active .radio-circle {
  border-color: #ff6b6b;
}

.radio-button:nth-child(1).active .radio-circle::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fd9b32;
  border-radius: 50%;
}

.radio-button:nth-child(2).active .radio-circle::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #178698;
  border-radius: 50%;
}

.radio-button:nth-child(3).active .radio-circle::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ff6b6b;
  border-radius: 50%;
}

.radio-content {
  text-align: left;
  flex: 1;
}

.radio-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 4px;
}

.radio-description {
  font-weight: normal;
  color: #858585;
  font-size: 16px;
  line-height: 24px;
}

.agreement-checkbox {
  justify-content: flex-start;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}

.agreement-checkbox span {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.btn-submit {
  width: 250px;
  height: 65px;
  background: #fd9b32;
  border-radius: 16px;
  color: white;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-submit:hover {
  background: #e88b22;
}

.testimonials-section {
  background: #fefefe;
  padding: 87px 0;
}

.testimonials-subtitle {
  font-weight: normal;
  color: #858585;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 35px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 0 124px;
  margin-bottom: 52px;
}

.testimonial-card {
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.testimonial-card:nth-child(1) {
  animation-delay: 0.1s;
}
.testimonial-card:nth-child(2) {
  animation-delay: 0.2s;
}
.testimonial-card:nth-child(3) {
  animation-delay: 0.3s;
}

.testimonial-card:hover {
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px) scale(1.02);
}

.testimonial-card:hover .testimonial-icon {
  transform: scale(1.1) rotate(5deg);
}

.testimonial-icon-wrapper {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.testimonial-icon {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.testimonial-name {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  line-height: 33.6px;
  margin-bottom: 18px;
}

.testimonial-quote {
  font-weight: normal;
  color: #6b6b6b;
  font-size: 19px;
  text-align: center;
  line-height: 28.5px;
}



.cta-final-section {
  padding: 78px 0;
}

.cta-final-card {
  width: 1127px;
  height: 378px;
  background: #fd9b32;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.cta-final-title {
  font-weight: bold;
  color: white;
  font-size: 48px;
  text-align: center;
  line-height: 62.4px;
  margin-bottom: 16px;
}

.cta-final-description {
  font-weight: normal;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 27px;
  max-width: 815px;
}

.btn-white {
  width: 446px;
  height: 71px;
  background: white;
  border-radius: 50px;
  font-weight: bold;
  color: #fd9b32;
  font-size: 24px;
  text-align: center;
  line-height: 28.8px;
}

.btn-white:hover {
  background: #f0f0f0;
}

.bg-peach {
  background: #fff3e7;
}

.bg-cyan {
  background: #bff5ffdf;
}

.bg-light-cyan {
  background: #caf7ff;
}

.bg-light-orange {
  background: #ffe6cb;
}

.bg-light-orange-2 {
  background: #fff3e7;
}

.bg-light-cyan-2 {
  background: #d6f9ff;
}

.thank-you-screen {
  min-height: 100vh;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.thank-you-content {
  max-width: 800px;
  text-align: center;
}

.thank-you-image {
  margin-bottom: 48px;
}

.thank-you-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.thank-you-title {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: #fd9b32;
  margin-bottom: 24px;
}

.thank-you-message {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 24px;
  color: #2d2d2d;
  line-height: 36px;
}

/* Tablet Landscape (1024px - 1200px) */
@media (max-width: 1200px) {
  .benefits-grid {
    padding: 0 60px;
  }

  .founder-benefits-grid {
    padding: 0 60px;
  }

  .testimonials-grid {
    padding: 0 60px;
  }

  .cta-final-card {
    width: 90%;
    max-width: 1000px;
  }

  .form-card {
    width: 90%;
    padding: 40px;
  }

  .form-progress {
    gap: 24px;
  }

  .progress-line {
    width: 80px;
  }
}

/* Tablet Portrait & Laptop (768px - 1024px) */
@media (max-width: 1024px) {
  .hero-section {
    padding: 60px 40px 80px;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .hero-text {
    width: 100%;
    text-align: center;
  }

  .hero-title {
    width: 100%;
    font-size: 40px;
  }

  .hero-description {
    width: 100%;
    font-size: 20px;
  }

  .hero-image {
    width: 100%;
    max-width: 500px;
  }

  .main-image {
    width: 100%;
    height: auto;
  }

  .why-section {
    padding: 80px 40px;
  }

  .why-image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .benefits-section {
    padding: 80px 0;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 40px;
  }

  .founder-benefits-grid {
    padding: 0 40px;
  }

  .glass-card {
    padding: 22px;
  }

  .who-can-join-section {
    padding: 80px 0;
  }

  .who-can-join-grid {
    padding: 0 40px;
  }

  .steps-container {
    padding: 0 40px;
  }

  .steps-grid {
    gap: 20px;
  }

  .step-item {
    width: auto;
    flex: 1;
  }

  .form-card {
    width: 90%;
    max-width: 800px;
    padding: 32px;
  }

  .form-progress {
    gap: 20px;
    margin-bottom: 32px;
  }

  .progress-line {
    width: 60px;
  }

  .progress-circle {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }

  .progress-label {
    font-size: 18px;
  }

  .form-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .btn-next,
  .btn-submit {
    width: 100%;
    max-width: 250px;
  }

  .btn-prev {
    width: 100%;
    max-width: 200px;
  }

  .testimonials-grid {
    padding: 0 40px;
  }

  .cta-final-card {
    width: 90%;
    padding: 40px;
  }

  .btn-primary-large,
  .btn-white {
    width: 90%;
    max-width: 400px;
  }
}

/* Mobile Landscape & Tablet Portrait (600px - 768px) */
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 20px 60px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-description {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-primary {
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    height: 60px;
  }

  .why-section {
    padding: 60px 20px;
  }

  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .why-description {
    font-size: 16px;
    line-height: 24px;
  }

  .section-title-center {
    font-size: 32px;
    line-height: 40px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 20px;
  }

  .founder-benefits-section {
    padding: 60px 0;
  }

  .founder-benefits-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 20px;
  }

  .glass-card {
    padding: 18px;
  }

  .benefit-card-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .section-title-large {
    font-size: 36px;
    line-height: 44px;
  }

  .section-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .who-can-join-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 20px;
  }

  .how-it-works-section {
    padding: 40px 0;
  }

  .steps-container {
    padding: 0 20px;
    margin-bottom: 60px;
  }

  .steps-grid {
    flex-direction: column;
    gap: 40px;
  }

  .steps-line {
    display: none;
  }

  .step-item {
    width: 100%;
  }

  .form-section {
    padding: 40px 0;
  }

  .form-card {
    width: 95%;
    padding: 24px;
  }

  .form-progress {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .progress-step {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .progress-line {
    display: none;
  }

  .progress-circle {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .progress-label {
    font-size: 14px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .form-fields {
    gap: 25px;
  }

  .form-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .form-input {
    height: 56px;
    font-size: 16px;
    padding: 0 16px;
  }

  .form-textarea {
    font-size: 16px;
    padding: 14px 16px;
    height: 130px;
  }

  .checkbox-label {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .checkbox-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .checkbox-grid-2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .checkbox-button {
    min-height: 56px;
    height: auto;
    padding: 10px 16px;
    gap: 10px;
  }

  .checkbox-button span {
    font-size: 16px;
  }

  .radio-button {
    padding: 14px 16px;
  }

  .radio-title {
    font-size: 16px;
  }

  .radio-description {
    font-size: 14px;
  }

  .button-group {
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
  }

  .btn-next,
  .btn-prev,
  .btn-submit {
    width: 100%;
    max-width: none;
    font-size: 18px;
    height: 56px;
  }

  .agreement-checkbox span {
    font-size: 14px;
  }

  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 20px;
  }

  .cta-final-section {
    padding: 60px 0;
  }

  .cta-final-card {
    width: 95%;
    height: auto;
    padding: 40px 20px;
  }

  .cta-final-title {
    font-size: 32px;
    line-height: 40px;
  }

  .cta-final-description {
    font-size: 18px;
    line-height: 28px;
  }

  .btn-white,
  .btn-primary-large {
    width: 100%;
    font-size: 18px;
    height: 60px;
  }

  .thank-you-title {
    font-size: 36px;
  }

  .thank-you-message {
    font-size: 18px;
    line-height: 28px;
  }

  .decoration-group {
    display: none;
  }

  .vector-decoration {
    display: none;
  }

  .dot-decoration {
    display: none;
  }
}

/* Mobile Portrait (up to 600px) */
@media (max-width: 600px) {
  .hero-title {
    font-size: 28px;
    width: 100%;
  }

  .hero-description {
    font-size: 16px;
    width: 100%;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .section-title-center {
    font-size: 26px;
    line-height: 34px;
  }

  .section-title-large {
    font-size: 28px;
    line-height: 36px;
  }

  .section-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .benefit-card-title-text {
    font-size: 18px;
    white-space: normal;
  }

  .benefit-card-description {
    font-size: 14px;
  }

  .benefit-card-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .glass-card {
    padding: 15px;
  }

  .benefit-item-title {
    font-size: 18px;
  }

  .benefit-item-description {
    font-size: 16px;
  }

  .what-we-ask-text {
    font-size: 16px;
  }

  .who-can-join-title {
    font-size: 24px;
  }

  .who-can-join-description {
    font-size: 16px;
  }

  .step-title {
    font-size: 22px;
  }

  .step-description {
    font-size: 16px;
  }

  .form-card {
    padding: 20px;
  }

  .form-progress {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
  }

  .progress-step {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    min-width: 70px;
  }

  .progress-line {
    display: none;
  }

  .progress-circle {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .progress-label {
    font-size: 13px;
    line-height: 1.2;
  }

  .form-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .form-grid {
    gap: 16px;
  }

  .form-input {
    height: 52px;
    font-size: 14px;
    padding: 0 14px;
  }

  .form-textarea {
    height: 120px;
    font-size: 14px;
    padding: 12px 14px;
  }

  .checkbox-label {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .checkbox-button {
    min-height: 52px;
    height: auto;
    padding: 10px 14px;
    gap: 10px;
  }

  .checkbox-button span {
    font-size: 14px;
    line-height: 1.3;
  }

  .checkbox-box {
    width: 22px;
    height: 22px;
  }

  .radio-button {
    padding: 12px 14px;
  }

  .radio-circle {
    width: 22px;
    height: 22px;
  }

  .radio-title {
    font-size: 15px;
  }

  .radio-description {
    font-size: 13px;
    line-height: 1.4;
  }

  .button-group {
    margin-top: 24px;
    gap: 10px;
  }

  .btn-next,
  .btn-prev,
  .btn-submit {
    height: 52px;
    font-size: 16px;
  }

  .agreement-checkbox span {
    font-size: 13px;
    line-height: 1.5;
  }

  .testimonial-name {
    font-size: 22px;
  }

  .testimonial-quote {
    font-size: 16px;
  }

  .cta-final-title {
    font-size: 26px;
    line-height: 34px;
  }

  .cta-final-description {
    font-size: 16px;
    line-height: 24px;
  }

  .thank-you-title {
    font-size: 28px;
  }

  .thank-you-message {
    font-size: 16px;
    line-height: 24px;
  }

  .benefit-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .benefit-icon {
    max-width: 40px;
    max-height: 40px;
  }

  .benefit-item-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .benefit-item-icon {
    width: 40px;
    height: 40px;
  }

  .who-can-join-icon {
    width: 80px;
    height: 80px;
  }

  .step-circle {
    width: 50px;
    height: 50px;
  }

  .step-number {
    font-size: 28px;
  }

  .testimonial-icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .testimonial-icon {
    max-width: 60px;
    max-height: 60px;
  }
}

/* Small Mobile (up to 375px) */
@media (max-width: 375px) {
  .hero-section {
    padding: 30px 16px 50px;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-description {
    font-size: 14px;
  }

  .btn-primary {
    height: 50px;
    font-size: 16px;
  }

  .section-title {
    font-size: 20px;
    line-height: 28px;
  }

  .section-title-large {
    font-size: 24px;
    line-height: 32px;
  }

  .why-section {
    padding: 40px 16px;
  }

  .benefits-section,
  .who-can-join-section,
  .how-it-works-section {
    padding: 50px 0;
  }

  .benefits-grid,
  .who-can-join-grid,
  .testimonials-grid {
    padding: 0 16px;
  }

  .founder-benefits-grid {
    padding: 0 16px;
  }

  .glass-card {
    padding: 12px;
  }

  .form-card {
    padding: 16px;
  }

  .form-progress {
    gap: 8px;
    margin-bottom: 20px;
  }

  .progress-step {
    min-width: 65px;
    gap: 4px;
  }

  .progress-circle {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .progress-label {
    font-size: 12px;
  }

  .form-title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .form-grid {
    gap: 14px;
  }

  .form-input {
    height: 50px;
    font-size: 13px;
    padding: 0 12px;
  }

  .form-textarea {
    height: 110px;
    font-size: 13px;
    padding: 10px 12px;
  }

  .checkbox-label {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .checkbox-button {
    min-height: 50px;
    height: auto;
    padding: 10px 12px;
    gap: 8px;
  }

  .checkbox-button span {
    font-size: 13px;
  }

  .checkbox-box {
    width: 20px;
    height: 20px;
  }

  .radio-button {
    padding: 10px 12px;
  }

  .radio-circle {
    width: 20px;
    height: 20px;
  }

  .radio-title {
    font-size: 14px;
  }

  .radio-description {
    font-size: 12px;
  }

  .button-group {
    margin-top: 20px;
    gap: 8px;
  }

  .btn-next,
  .btn-prev,
  .btn-submit {
    height: 50px;
    font-size: 15px;
  }

  .arrow-icon {
    width: 18px;
    height: 14px;
  }

  .agreement-checkbox span {
    font-size: 12px;
  }

  .cta-final-card {
    padding: 30px 16px;
  }
}
