@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");.container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 576px) {
  .container {
    max-width: 460px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 880px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1272px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: white;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.header .mobile-menu-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
@media (max-width: 768px) {
  .header .mobile-menu-button {
    display: block;
  }
}
@media (max-width: 768px) {
  .header .nav-items.desktop {
    display: none;
  }
}
.header .header-lang-btn {
  height: 44px;
}
@media (min-width: 768px) {
  .header .header-lang-btn {
    width: 108px;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 4px;
}

.logo-text {
  font-family: serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.logo-star {
  color: #7c3aed;
  font-size: 1.25rem;
  margin-top: -8px;
}

.nav-items {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.contact-link {
  color: #737373;
  text-decoration: none;
  font-size: 1rem;
}

.contact-link:hover {
  color: #111827;
}

.waitlist-button {
  background: #0F071D;
  height: 48px;
  padding: 12.5px 16px;
  font-size: 1rem;
  border: none;
  font-family: "Montserrat", serif;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .waitlist-button {
    width: 100%;
    max-width: 300px;
  }
}

.waitlist-button:hover {
  background: #2d2b38 !important;
}

/* Override Ant Design's default styles */
.ant-btn-text {
  padding: 4px 8px;
}

.ant-space {
  gap: 24px !important;
}

.footer {
  border-top: 1px dashed #D4D4D4;
  padding: 32px 16px 40px 16px;
  margin-top: 48px;
}

.footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.copyright {
  margin-bottom: 2rem;
}

.rights {
  margin-bottom: 0;
}

.copyright,
.rights {
  margin-top: 0;
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 400;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #111827;
}

/* Responsive Styles */
@media (max-width: 640px) {
  .footer {
    padding: 1.5rem 1rem;
  }
  .footer-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .footer-left {
    order: 2;
  }
  .footer-links {
    order: 1;
    margin-bottom: 1rem;
  }
}
.mobile-menu-drawer .mobile-menu-content {
  text-align: center;
  padding: 2rem 1rem;
}
.mobile-menu-drawer .mobile-menu-content .mobile-nav-items {
  width: 100%;
}
.mobile-menu-drawer .mobile-menu-content .mobile-nav-items .ant-space-item {
  width: 100%;
}
.mobile-menu-drawer .mobile-menu-content .mobile-nav-items .ant-space-item .contact-link {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  padding: 0.5rem 0;
}
.mobile-menu-drawer .mobile-menu-content .mobile-nav-items .ant-space-item .waitlist-button {
  width: 100%;
}
.mobile-menu-drawer .mobile-menu-content .mobile-nav-items .ant-space-item .ant-btn-text {
  width: 100%;
  display: flex;
  justify-content: center;
}.hero-container {
  padding: 80px 2rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.hero-title {
  font-size: 48px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  max-width: 450px;
}
.hero-title span {
  position: relative;
  display: inline-block;
}
.hero-title span::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  right: -8px;
  height: 101px;
  background-image: url("/images/text-border.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  width: 200px;
}

.hero-description {
  font-size: 18px;
  color: #737373;
  margin: 0 !important;
  max-width: 450px;
}

.hero-container .waitlist-button {
  max-width: fit-content;
  padding: 12px 16px;
}
@media (max-width: 993px) {
  .hero-container .waitlist-button {
    width: 100%;
    max-width: 100% !important;
  }
}

.hero-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737373;
}

.hero-image {
  width: 100%;
  max-width: 580px;
  height: 627px;
  border-radius: 24px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .hero-image {
    height: 385px;
  }
}

/* About Section Styles */
.about-row {
  background-color: #EFF3FE;
  padding: 2rem 0.5rem;
  border-radius: 24px;
}

.about-title {
  font-size: 2rem !important;
  margin-bottom: 1.5rem !important;
}

.about-description {
  font-size: 1rem;
  color: #4B5563;
  margin-bottom: 1rem !important;
}

.about-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .hero-container {
    padding: 2rem 1rem;
  }
  .hero-title {
    font-size: 2rem !important;
  }
  .hero-description {
    font-size: 1rem;
  }
  .about-title {
    font-size: 1.75rem !important;
  }
}
/* Tablet and smaller desktop styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-container {
    padding: 3rem 2rem;
  }
  .hero-title {
    font-size: 2.25rem !important;
  }
}
.steps-container {
  padding-top: 50px;
  padding-bottom: 118px;
}

.section-content-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-tag {
  text-align: center;
  font-size: 12px;
  background-color: #6B1544;
  color: #fff;
  width: 123px;
  height: 27px;
  letter-spacing: 0.6px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 3rem !important;
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  letter-spacing: -1.5px;
}

.title-underline {
  position: absolute;
  max-width: 95%;
  height: 17px;
  left: 0;
  bottom: -15px;
}

.steps-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  padding-top: 2.5rem;
}

.phone-image {
  width: 100%;
  height: 615px;
  border-radius: 24px;
}
@media (max-width: 480px) {
  .phone-image {
    height: 413px;
  }
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.step-item {
  display: flex;
  gap: 1.5rem;
}

.step-number {
  width: 48px;
  height: 48px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  flex-shrink: 0;
  background: #D4D4D4;
  color: #fff;
}

.step-number.active {
  background: #59F892;
  color: #0F071D;
}

.step-content {
  flex: 1;
}

.step-header {
  margin-bottom: 12px;
}

.step-title {
  color: #1E2838;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.coming-soon-tag {
  font-size: 12px;
  font-weight: 400;
  color: #9553FF;
}

.step-description {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: -0.14px;
  margin: 0 !important;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .section-title {
    font-size: 2.5rem !important;
  }
  .steps-layout {
    gap: 3rem;
  }
}
.phone-preview {
  max-width: 550px;
  padding-left: 1rem;
  padding-right: 2rem;
}
@media (max-width: 480px) {
  .phone-preview {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .steps-container {
    padding: 4rem 1.5rem;
  }
  .steps-layout {
    grid-template-columns: 1fr;
  }
  .step-item {
    gap: 1rem;
  }
  .step-number {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .steps-container {
    padding: 64px 1rem;
  }
  .section-title {
    font-size: 1.75rem !important;
  }
  .step-title {
    font-size: 1.125rem !important;
  }
  .step-description {
    font-size: 0.875rem;
  }
}
.features-container {
  padding-top: 96px;
  padding-bottom: 96px;
}

.feature-tag {
  display: inline-block;
  background: #581c87;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.feature-title {
  font-size: 3rem !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  position: relative;
  display: inline-block;
}

.features-grid {
  margin-top: 2rem;
}

.feature-card {
  background: #EFF3FE;
  padding: 2rem;
  border-radius: 24px;
  transition: transform 0.2s ease;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-4px);
}

.feature-card .icon-wrapper {
  width: 72px;
  height: 72px;
  background: #CDC4FD;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}

.feature-card .icon-wrapper img {
  width: 40px;
  height: 40px;
}

.feature-card .card-title {
  margin: 0 0 12px 0 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #0F071D;
  letter-spacing: -0.6px;
}

.feature-card .card-description {
  margin: 0 !important;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
  letter-spacing: -0.1px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .feature-title {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 768px) {
  .features-container {
    padding: 3rem 1rem;
  }
  .feature-title {
    font-size: 2rem !important;
  }
  .feature-card {
    padding: 1.5rem;
  }
  .card-title {
    font-size: 1.125rem !important;
  }
  .card-description {
    font-size: 0.875rem;
  }
}
.cta-container {
  background: linear-gradient(180deg, #9553FF 0%, #000000 100%);
  border-radius: 24px;
  margin-top: 96px;
  padding: 46px 20px;
}

.cta-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 2rem;
}

.cta-text {
  padding-right: 2rem;
}

.cta-title {
  color: rgb(255, 255, 255) !important;
  font-size: 52px !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  letter-spacing: -2px;
}

.cta-container .waitlist-button {
  height: 48px;
  font-weight: 400 !important;
  transition: transform 0.2s ease !important;
  background: #59F892;
  border-radius: 24px;
  color: #0F071D !important;
  padding: 12.5px 16px;
  font-size: 1rem;
  border: none;
}

.cta-container .waitlist-button:hover {
  transform: translateY(-2px);
  background: #4ade80 !important;
}

.cta-content .phone-container {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}

.cta-content .phone-container img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: -45px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .cta-title {
    font-size: 3rem !important;
  }
  .cta-content .phone-container {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cta-text {
    padding-right: 0;
    max-width: 100% !important;
  }
  .cta-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cta-title {
    font-size: 2.5rem !important;
  }
  .cta-content .phone-container {
    height: auto;
  }
  .cta-content .phone-container img {
    height: 370px;
  }
}
@media (max-width: 480px) {
  .cta-container {
    padding: 46px 20px 0px 20px;
  }
  .cta-title {
    font-size: 2rem !important;
  }
  .cta-content .phone-container {
    height: auto;
  }
  .cta-content .phone-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 0;
  }
}
.founder-message {
  background-color: #EFF3FE;
  padding: 96px 0;
}
.founder-message__content {
  padding: 2rem;
  background-color: #fff;
  border-radius: 1.5rem;
}
.founder-message__content__wrapper--text {
  color: #0F071D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0.5rem !important;
}

.who-we-are {
  padding: 96px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 992px) {
  .who-we-are {
    grid-template-columns: repeat(3, 1fr);
  }
}
.who-we-are__card {
  padding: 24px;
  border: 1px solid #D7DCE3;
  border-radius: 1.5rem;
}
.who-we-are__card__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.who-we-are__card__content__icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-we-are__card__content__icon-wrapper img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  margin: 0 auto;
}
.who-we-are__card__content__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.1px;
  color: #000;
  margin-top: 12px;
  margin-bottom: 12px;
}
.who-we-are__card__content__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.1px;
  color: #000;
  margin: 0 !important;
  text-align: center;
}
.who-we-are__card:nth-child(1) .who-we-are__card__content .who-we-are__card__content__icon-wrapper {
  background-color: #59F892;
}
.who-we-are__card:nth-child(2) .who-we-are__card__content .who-we-are__card__content__icon-wrapper {
  background-color: #FC8356;
}
.who-we-are__card:nth-child(3) .who-we-are__card__content .who-we-are__card__content__icon-wrapper {
  background-color: #CDC4FD;
}._container_8iiiw_1 {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(180deg, #EEF2FE 7%, #EFF3FE 7%, #CDC4FD 100%);
  padding-top: 32px;
  padding-bottom: 80px;
  
  @media (max-width: 768px) {
    padding-top: 24px;
    padding-bottom: 60px;
  }
  
  @media (max-width: 480px) {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

._wrapper_8iiiw_19 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  
  @media (max-width: 768px) {
    padding: 0 12px;
  }
  
  @media (max-width: 480px) {
    padding: 0 8px;
  }
}

._grid_8iiiw_33 {
  display: grid;
  gap: 40px;
  
  @media (max-width: 768px) {
    gap: 32px;
  }
  
  @media (max-width: 480px) {
    gap: 24px;
  }
}

._tag_8iiiw_46 {
  text-align: center;
  font-size: 12px;
  background-color: #6B1544;
  color: #fff;
  width: max-content;
  padding: 0 12px;
  height: 27px;
  letter-spacing: 0.6px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  
  @media (max-width: 480px) {
    font-size: 11px;
    padding: 0 10px;
    height: 24px;
  }
}

._title_8iiiw_68 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  letter-spacing: -1.5px;
  padding-top: 6px;
  margin-top: 0;
  margin-bottom: 24px;
  
  @media (max-width: 768px) {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  
  @media (max-width: 480px) {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }
}

._subtitle_8iiiw_92 {
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: -0.14px;
  margin: 0;
  
  @media (max-width: 768px) {
    font-size: 13px;
    line-height: 16.9px;
  }
  
  @media (max-width: 480px) {
    font-size: 12px;
    line-height: 15.6px;
  }
}

._card_8iiiw_109 {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  
  @media (max-width: 768px) {
    padding: 20px;
    border-radius: 6px;
  }
  
  @media (max-width: 480px) {
    padding: 16px;
    border-radius: 4px;
  }
}

._formWrapper_8iiiw_126 {
  padding: 20px 20px 0 20px;
  
  @media (max-width: 768px) {
    padding: 16px 16px 0 16px;
  }
  
  @media (max-width: 480px) {
    padding: 12px 12px 0 12px;
  }
}

._formTitle_8iiiw_138 {
  color: #0F071D;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: -0.6px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #A3A3A3;
  
  @media (max-width: 768px) {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    padding-bottom: 20px;
  }
  
  @media (max-width: 480px) {
    font-size: 18px;
    line-height: 23.4px;
    letter-spacing: -0.4px;
    margin-bottom: 14px;
    padding-bottom: 16px;
  }
}

._formGrid_8iiiw_167 {
  display: grid;
  gap: 16px;
  
  @media (max-width: 480px) {
    gap: 12px;
  }
}

._formGroup_8iiiw_176 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  
  @media (max-width: 480px) {
    gap: 6px;
  }
}

._label_8iiiw_186 {
  font-size: 14px;
  font-weight: 500;
  
  @media (max-width: 480px) {
    font-size: 13px;
  }
}

._input_8iiiw_195,
._select_8iiiw_196,
._textarea_8iiiw_197 {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  
  @media (max-width: 480px) {
    padding: 10px 12px;
    font-size: 16px; /* Prevent zoom on iOS */
  }
}

._input_8iiiw_195:focus,
._select_8iiiw_196:focus,
._textarea_8iiiw_197:focus {
  outline: none;
  border-color: #14121F;
}

._textarea_8iiiw_197 {
  min-height: 120px;
  resize: vertical;
  
  @media (max-width: 768px) {
    min-height: 100px;
  }
  
  @media (max-width: 480px) {
    min-height: 80px;
  }
}

._button_8iiiw_230 {
  width: 100%;
  background: #14121F;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  
  @media (max-width: 768px) {
    padding: 14px;
    font-size: 16px;
    min-height: 48px;
  }
  
  @media (max-width: 480px) {
    padding: 12px;
    font-size: 15px;
    min-height: 44px;
  }
}

._button_8iiiw_230:hover {
  background: rgba(20, 18, 31, 0.9);
}

._footer_8iiiw_259 {
  border-top: 1px solid #eee;
  padding: 24px 16px;
  
  @media (max-width: 768px) {
    padding: 20px 12px;
  }
  
  @media (max-width: 480px) {
    padding: 16px 8px;
  }
}

._footerContent_8iiiw_272 {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  
  @media (max-width: 768px) {
    gap: 12px;
  }
  
  @media (max-width: 480px) {
    gap: 8px;
  }
}

._copyright_8iiiw_289 {
  font-size: 14px;
  color: #666;
  
  @media (max-width: 480px) {
    font-size: 13px;
  }
}

._links_8iiiw_298 {
  display: flex;
  gap: 16px;
  
  @media (max-width: 480px) {
    gap: 12px;
  }
}

._link_8iiiw_298 {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  
  @media (max-width: 480px) {
    font-size: 13px;
  }
}

._link_8iiiw_298:hover {
  color: #333;
}

@media (min-width: 640px) {
  ._container_8iiiw_1 {
    padding: 48px 24px;
  }

  ._footerContent_8iiiw_272 {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  ._container_8iiiw_1 {
    padding: 100px 32px;
  }

  ._grid_8iiiw_33 {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }

  ._nameFields_8iiiw_342 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

/* Mobile-first responsive improvements */
@media (max-width: 640px) {
  ._container_8iiiw_1 {
    padding: 24px 16px;
  }
  
  ._footerContent_8iiiw_272 {
    flex-direction: column;
    text-align: center;
  }
  
  ._grid_8iiiw_33 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  ._container_8iiiw_1 {
    padding: 20px 12px;
  }
  
  ._footerContent_8iiiw_272 {
    gap: 8px;
  }
  
  ._grid_8iiiw_33 {
    gap: 20px;
  }
  
  ._nameFields_8iiiw_342 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.thanks-container {
  background: linear-gradient(180deg, #EEF2FE 7%, #EFF3FE 7%, #CDC4FD 100%);
  padding: 188px 0;
  text-align: center;
}
.thanks-container .content {
  max-width: 620px;
  margin: 0 auto;
}
.thanks-container .content h1 {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.5px;
  text-align: center;
  color: #9553FE;
  margin-top: 0;
  margin-bottom: 1rem;
}
.thanks-container .content p {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #737373;
  margin-bottom: 48px;
}.error-container {
  height: 65dvh;
  background: linear-gradient(180deg, #EEF2FE 7%, #EFF3FE 7%, #CDC4FD 100%);
}
.error-container .error-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-container .error-wrapper .error-content {
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.error-container .error-wrapper .error-content h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.5px;
  color: #9553FE;
  margin-top: 0;
  margin-bottom: 12px;
}
.error-container .error-wrapper .error-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.1px;
  color: #404040;
}
.error-container .error-wrapper .error-content button {
  margin-top: 24px;
}.privacy-policy {
  color: #0E1728;
  line-height: 1.6;
}
.privacy-policy .header {
  background: linear-gradient(180deg, #EEF2FE 7%, #EFF3FE 7%, #CDC4FD 100%);
  padding: 4rem 0;
  margin-bottom: 3rem;
}
.privacy-policy .header h1 {
  font-size: 2.5rem;
  color: #0E1728;
  margin: 0;
  font-weight: 600;
}
.privacy-policy .header .last-updated {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  color: rgba(14, 23, 40, 0.8);
}
.privacy-policy .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.privacy-policy .content .intro {
  font-size: 1.1rem;
  margin-bottom: 3rem;
}
.privacy-policy .content section {
  margin-bottom: 4rem;
}
.privacy-policy .content section h2 {
  font-size: 1.5rem;
  color: #0E1728;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.privacy-policy .content section h3 {
  font-size: 1.1rem;
  color: #0E1728;
  margin: 1.5rem 0 1rem;
  font-weight: 600;
}
.privacy-policy .content section p {
  margin-bottom: 1rem;
}
.privacy-policy .content section ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.privacy-policy .content section ul li {
  margin-bottom: 0.5rem;
}
.privacy-policy .content section strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .privacy-policy .header {
    padding: 2rem 0;
  }
  .privacy-policy .header h1 {
    font-size: 2rem;
  }
  .privacy-policy .content .intro {
    font-size: 1rem;
  }
  .privacy-policy .content section h2 {
    font-size: 1.3rem;
  }
  .privacy-policy .content section h3 {
    font-size: 1rem;
  }
}._surveyWrapper_1cwxc_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F4F2FF;
}
@media (max-width: 768px) {
  ._surveyWrapper_1cwxc_1 {
    justify-content: flex-start;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  ._surveyWrapper_1cwxc_1 {
    padding-top: 16px;
  }
}

._surveyAvatarWrapper_1cwxc_21 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  ._surveyAvatarWrapper_1cwxc_21 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  ._surveyAvatarWrapper_1cwxc_21 {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}

._surveyAvatar_1cwxc_21 {
  width: auto;
  height: 460px;
  object-fit: contain;
  display: block;
}
@media (max-width: 1024px) {
  ._surveyAvatar_1cwxc_21 {
    width: auto;
    height: 330px;
  }
}
@media (max-width: 768px) {
  ._surveyAvatar_1cwxc_21 {
    height: 280px;
  }
}
@media (max-width: 480px) {
  ._surveyAvatar_1cwxc_21 {
    height: 230px;
  }
}

._surveyTextSection_1cwxc_63 {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
._surveyTitle_1cwxc_68 {
  color: #0F071D;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 6vw, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: -1.5px;
  margin: auto auto 24px auto;
  word-break: break-word;
  max-width: 100%;
}
@media (max-width: 768px) {
  ._surveyTitle_1cwxc_68 {
    font-size: clamp(1.75rem, 7vw, 32px);
    line-height: 1.2;
    margin: auto auto 20px auto;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  ._surveyTitle_1cwxc_68 {
    font-size: clamp(1.5rem, 8vw, 28px);
    line-height: 1.15;
    margin: auto auto 16px auto;
    letter-spacing: -0.5px;
  }
}

._surveySubtitle_1cwxc_98 {
  color: #0F071D;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.1rem, 3vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 100%;
}
@media (max-width: 768px) {
  ._surveySubtitle_1cwxc_98 {
    font-size: clamp(1rem, 4vw, 20px);
    margin-bottom: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  ._surveySubtitle_1cwxc_98 {
    font-size: clamp(0.95rem, 4.5vw, 18px);
    margin-bottom: 24px;
    line-height: 1.25;
  }
}

._surveyParagraphs_1cwxc_124 {
  color: #404040;
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.95rem, 2vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.1px;
  width: 100%;
  max-width: 924px;
  text-align: left;
}

._surveyParagraphs_1cwxc_124 p + ul,
._surveyParagraphs_1cwxc_124 p + ol {
  margin-top: -8px;
}

._surveyFormWrapper_1cwxc_142 {
  max-width: 1272px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 12px;
  border: 2px solid #D6E3F8;
  text-align: left;
}
@media (max-width: 768px) {
  ._surveyFormWrapper_1cwxc_142 {
    padding: 24px 20px;
    border-radius: 8px;
    border-width: 1px;
  }
}
@media (max-width: 480px) {
  ._surveyFormWrapper_1cwxc_142 {
    padding: 20px 16px;
    border-radius: 6px;
  }
}

._surveyButtonWrapper_1cwxc_165 {
  display: flex;
  justify-content: center;
  margin: 48px 0 80px 0;
}
@media (max-width: 768px) {
  ._surveyButtonWrapper_1cwxc_165 {
    margin: 32px 0 60px 0;
  }
}
@media (max-width: 480px) {
  ._surveyButtonWrapper_1cwxc_165 {
    margin: 24px 0 40px 0;
  }
}

._surveyButton_1cwxc_165 {
  display: flex;
  height: 48px;
  width: auto !important;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #0F071D;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background 0.2s;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  ._surveyButton_1cwxc_165 {
    width: auto !important;
    max-width: 300px;
    font-size: 18px;
    padding: 14px 24px;
    height: 52px;
    border-radius: 26px;
  }
}
@media (max-width: 480px) {
  ._surveyButton_1cwxc_165 {
    width: auto !important;
    max-width: 280px;
    font-size: 16px;
    padding: 12px 20px;
    height: 48px;
    border-radius: 24px;
  }
}
._surveyButton_1cwxc_165:hover, ._surveyButton_1cwxc_165:focus {
  background: #222;
  color: #fff;
}

._centeredText_1cwxc_225 {
  text-align: center !important;
}._centeredText_1tro9_1 {
  text-align: center !important;
}

._surveyWrapper_1tro9_5 {
  justify-content: flex-start;
  min-height: unset;
}._surveyWrapper_ol1gu_1 {
  justify-content: flex-start;
  min-height: unset;
  padding-top: 80px;
}
@media (max-width: 768px) {
  ._surveyWrapper_ol1gu_1 {
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  ._surveyWrapper_ol1gu_1 {
    padding-top: 24px;
  }
}

._surveyFormWrapper_ol1gu_17 {
  max-width: 1272px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px;
}
@media (max-width: 768px) {
  ._surveyFormWrapper_ol1gu_17 {
    padding: 12px;
  }
}
@media (max-width: 480px) {
  ._surveyFormWrapper_ol1gu_17 {
    padding: 12px;
  }
}

._surveyProgressBar_ol1gu_34 {
  margin: 32px 0 16px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  ._surveyProgressBar_ol1gu_34 {
    margin: 24px 0 12px 0;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  ._surveyProgressBar_ol1gu_34 {
    margin: 20px 0 10px 0;
    gap: 8px;
  }
}

._surveyProgressBarTrack_ol1gu_55 {
  width: 100%;
}

._surveyRadioGroup_ol1gu_59 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  ._surveyRadioGroup_ol1gu_59 {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  ._surveyRadioGroup_ol1gu_59 {
    gap: 6px;
  }
}

._surveyCheckboxGroup_ol1gu_78 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  ._surveyCheckboxGroup_ol1gu_78 {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  ._surveyCheckboxGroup_ol1gu_78 {
    gap: 6px;
  }
}

._surveyRadioButton_ol1gu_95 {
  box-sizing: border-box;
  margin-right: 0;
  height: 46px;
  max-width: 450px;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  border: 2px solid #e5e5ef;
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background: #fff;
  color: #222;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
@media (max-width: 768px) {
  ._surveyRadioButton_ol1gu_95 {
    width: 100%;
    max-width: none;
    min-height: 56px; /* Touch-friendly height */
    padding: 16px 12px;
    font-size: 14px; /* Prevent zoom on iOS */
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  ._surveyRadioButton_ol1gu_95 {
    min-height: 52px;
    padding: 14px 10px;
    font-size: 14spx;
    border-radius: 10px;
  }
}

._surveyRadioButton_ol1gu_95:hover,
._surveyRadioButton_ol1gu_95:focus {
  border-color: #a58cff;
  background: #f6f2ff;
}
@media (max-width: 768px) {
  ._surveyRadioButton_ol1gu_95:hover,
  ._surveyRadioButton_ol1gu_95:focus {
    border-color: #a58cff;
    background: #f6f2ff;
  }
}

._surveyRadioButton_ol1gu_95 ._ant-radio_ol1gu_148 {
  top: 0;
}
@media (max-width: 768px) {
  ._surveyRadioButton_ol1gu_95 ._ant-radio_ol1gu_148 {
    top: 2px;
  }
}

._surveyQuestionBlock_ol1gu_157 {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  ._surveyQuestionBlock_ol1gu_157 {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  ._surveyQuestionBlock_ol1gu_157 {
    margin-bottom: 20px;
  }
}

._surveyQuestionText_ol1gu_171 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
  text-align: left;
  color: #000;
}
@media (max-width: 768px) {
  ._surveyQuestionText_ol1gu_171 {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  ._surveyQuestionText_ol1gu_171 {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1.3;
  }
}

._surveyProgressPercent_ol1gu_193 {
  font-weight: 600;
  color: #0F071D;
  font-size: 18px;
}
@media (max-width: 768px) {
  ._surveyProgressPercent_ol1gu_193 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  ._surveyProgressPercent_ol1gu_193 {
    font-size: 14px;
  }
}

/* Remove old media queries and replace with standardized ones */
@media (max-width: 1024px) {
  ._surveyTitle_ol1gu_211 {
    font-size: clamp(2rem, 7vw, 36px);
  }
}
@media (max-width: 768px) {
  ._surveyRadioButton_ol1gu_95 {
    min-width: 0;
    font-size: 16px;
    padding: 16px 12px;
  }
  ._surveyQuestionText_ol1gu_171 {
    font-size: 16px;
    line-height: 1.4;
  }
  ._surveyProgressBar_ol1gu_34 {
    margin: 24px 0 12px 0;
  }
}
@media (max-width: 480px) {
  ._surveyRadioGroup_ol1gu_59 {
    gap: 6px;
  }
  ._surveyRadioButton_ol1gu_95 {
    min-width: 0;
    font-size: 15px;
    padding: 14px 10px;
    min-height: 52px;
  }
  ._surveyQuestionText_ol1gu_171 {
    font-size: 15px;
    line-height: 1.3;
  }
  ._surveyProgressBar_ol1gu_34 {
    margin: 20px 0 10px 0;
  }
}._centeredText_9oz6x_1 {
  text-align: center !important;
}

._surveyWrapper_9oz6x_5 {
  justify-content: flex-start;
  min-height: unset;
  padding-top: 40px;
}._surveyEndWrapper_p0g6y_1 {
  height: 892px;
  background: linear-gradient(180deg, #EEF2FE 7%, #EFF3FE 7%, #CDC4FD 100%);
}

._surveyEndText_p0g6y_6 {
  max-width: 850px !important;
  text-align: center !important;
  line-height: 22.4px !important;
}

._surveyEndTitle_p0g6y_12 {
  font-size: 64px !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
input,
textarea,
.ant-select-selector {
  border-radius: 10px !important;
  box-shadow: none !important;
  border-color: #D7DCE3 !important;
}
input:focus, input:hover,
textarea:focus,
textarea:hover,
.ant-select-selector:focus,
.ant-select-selector:hover {
  border-color: #D7DCE3 !important;
}
.ant-radio-wrapper.ant-radio.ant-radio-checked.ant-radio-inner {
  background-color: #7B61FF !important;
  border-color: #7B61FF !important;
}
.ant-radio-wrapper.ant-radio.ant-radio-checked.ant-radio-inner:after {
  background-color: #7B61FF !important;
}
.ant-radio-wrapper.ant-radio-wrapper-checked {
  background: #7b61ff !important;
  border-color: #7b61ff !important;
}
.ant-radio-wrapper.ant-radio-wrapper-checked .ant-radio-label {
  color: #fff !important;
}
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner,
.ant-radio-wrapper.ant-radio-wrapper-checked .ant-radio-checked .ant-radio-inner {
  border-color: #fff !important;
  background-color: transparent !important;
}
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner::after,
.ant-radio-wrapper.ant-radio-wrapper-checked .ant-radio-checked .ant-radio-inner::after {
  transform: scale(0);
  background-color: transparent !important;
}
.ant-progress-inner .ant-progress-bg {
  background-color: #7b61ff !important;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-checked {
  background: #7b61ff !important;
  border-color: #7b61ff !important;
  color: #fff !important;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-checked .ant-checkbox-inner {
  background-color: #7b61ff !important;
  border-color: #fff !important;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-checked .ant-checkbox-inner::after {
  border-color: #fff !important;
}