@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;
}.pilot-page {
  --ink: #1a1726;
  --ink-soft: #4a4456;
  --grape: #5b3fbf;
  --grape-deep: #42299a;
  --gold: #f0b429;
  --white: #fffdf8;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}
.pilot-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
.pilot-page * {
  box-sizing: border-box;
}
.pilot-page h1, .pilot-page h2, .pilot-page h3, .pilot-page h4, .pilot-page h5, .pilot-page h6 {
  font-family: "Fraunces", Georgia, serif;
  margin: 0;
}
.pilot-page p {
  margin: 0 0 1.2em;
}
.pilot-page p:last-child {
  margin-bottom: 0;
}
.pilot-page a {
  color: var(--grape);
  text-decoration: none;
}
.pilot-page a:hover {
  text-decoration: underline;
}
.pilot-page .pp-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 620px) {
  .pilot-page .pp-wrap {
    padding: 0 20px;
  }
}
.pilot-page .pp-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0;
}
.pilot-page .pp-logo {
  height: 28px;
  display: block;
}
.pilot-page .pp-meta {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}
.pilot-page .pp-hero {
  padding: 90px 0 70px;
  position: relative;
}
@media (max-width: 860px) {
  .pilot-page .pp-hero {
    padding: 60px 0 50px;
  }
}
.pilot-page .pp-eyebrow {
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grape);
  font-weight: 700;
  margin-bottom: 34px;
  opacity: 0;
  animation: pp-rise 0.9s 0.1s forwards;
}
.pilot-page .pp-h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(40px, 7vw, 82px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  max-width: 14ch;
  margin-bottom: 34px;
}
.pilot-page .pp-h1 .pp-h1-a {
  display: block;
  opacity: 0;
  animation: pp-rise 1s 0.25s forwards;
}
.pilot-page .pp-h1 .pp-h1-b {
  display: block;
  opacity: 0;
  animation: pp-rise 1s 0.42s forwards;
  font-style: italic;
  color: var(--grape);
}
.pilot-page .pp-sub {
  font-size: 21px;
  color: var(--ink-soft);
  max-width: 46ch;
  margin-bottom: 46px;
  opacity: 0;
  animation: pp-rise 1s 0.6s forwards;
}
@media (max-width: 620px) {
  .pilot-page .pp-sub {
    font-size: 18px;
  }
}
.pilot-page .pp-cta-row {
  opacity: 0;
  animation: pp-rise 1s 0.78s forwards;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.pilot-page .pp-figure {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 340px;
  pointer-events: none;
  opacity: 0;
  animation: pp-float-in 1s 0.9s forwards;
}
@media (max-width: 860px) {
  .pilot-page .pp-figure {
    display: none;
  }
}
.pilot-page .pp-figure-img {
  width: 100%;
  display: block;
  animation: pp-bob 4s 2s ease-in-out infinite;
}
.pilot-page .pp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--grape);
  color: var(--white);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 18px 32px;
  border-radius: 60px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.pilot-page .pp-btn:hover {
  background: var(--grape-deep);
  transform: translateY(-1px);
}
.pilot-page .pp-btn:active {
  transform: translateY(0);
}
.pilot-page .pp-btn .pp-arr {
  font-style: normal;
}
@media (max-width: 620px) {
  .pilot-page .pp-btn {
    padding: 16px 24px;
    font-size: 15px;
  }
}
.pilot-page .pp-btn-ghost {
  background: transparent;
  color: var(--grape);
  border: 2px solid rgba(91, 63, 191, 0.35);
}
.pilot-page .pp-btn-ghost:hover {
  background: rgba(91, 63, 191, 0.06);
  border-color: var(--grape);
}
.pilot-page .pp-band {
  padding: 90px 0;
  border-top: 1px solid var(--line);
}
@media (max-width: 620px) {
  .pilot-page .pp-band {
    padding: 60px 0;
  }
}
.pilot-page .pp-band-deep {
  background: var(--paper-deep);
}
.pilot-page .pp-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--grape);
  margin-bottom: 22px;
}
.pilot-page .pp-recog-h2 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
  max-width: 22ch;
}
.pilot-page .pp-recog-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.pilot-page .pp-recog-list li {
  display: flex;
  gap: 24px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.pilot-page .pp-recog-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.pilot-page .pp-recog-list li .pp-n {
  font-family: "Fraunces", Georgia, serif;
  font-size: 13px;
  color: var(--grape);
  opacity: 0.5;
  font-weight: 600;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  padding-top: 4px;
  min-width: 28px;
}
@media (max-width: 620px) {
  .pilot-page .pp-recog-list li {
    font-size: 17px;
    gap: 16px;
  }
}
.pilot-page .pp-recog-list .pp-closer {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  color: var(--ink-soft);
  border-bottom: none;
  padding-bottom: 0;
}
.pilot-page .pp-mech {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 720px) {
  .pilot-page .pp-mech {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.pilot-page .pp-mech-big {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.pilot-page .pp-mech-big em {
  font-style: italic;
  color: var(--grape);
}
.pilot-page .pp-mech-body {
  color: var(--ink-soft);
  font-size: 18px;
}
.pilot-page .pp-mech-body .pp-credibility {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  opacity: 0.65;
}
.pilot-page .pp-taster-shell {
  background: #1a1726;
  border-radius: 28px;
  padding: 60px 64px;
  position: relative;
  overflow: hidden;
}
.pilot-page .pp-taster-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(ellipse at 70% 0%, rgba(91, 63, 191, 0.18) 0%, transparent 60%);
}
@media (max-width: 720px) {
  .pilot-page .pp-taster-shell {
    padding: 46px 32px;
    border-radius: 22px;
  }
}
@media (max-width: 480px) {
  .pilot-page .pp-taster-shell {
    padding: 36px 20px;
  }
}
.pilot-page .pp-taster-shell .pp-kicker {
  color: var(--gold);
}
.pilot-page .pp-taster-shell .pp-taster-heading {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
  color: #ede6d8;
  line-height: 1.25;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  max-width: 26ch;
  transition: opacity 0.3s;
}
.pilot-page .pp-progress {
  display: flex;
  gap: 7px;
  margin-bottom: 38px;
  position: relative;
  z-index: 1;
}
.pilot-page .pp-progress span {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.18);
  transition: background 0.35s;
}
.pilot-page .pp-progress span.on {
  background: var(--gold);
}
.pilot-page .pp-q-area {
  position: relative;
  z-index: 1;
  min-height: 220px;
}
.pilot-page .pp-q-num {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 600;
  margin-bottom: 18px;
}
.pilot-page .pp-q-text {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 500;
  color: #ede6d8;
  line-height: 1.3;
  margin-bottom: 30px;
}
.pilot-page .pp-opts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pilot-page .pp-opt {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 22px;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  transition: background 0.18s, border-color 0.18s, transform 0.12s;
}
.pilot-page .pp-opt:hover {
  background: rgba(240, 180, 41, 0.12);
  border-color: rgba(240, 180, 41, 0.35);
  color: #fff;
  transform: translateX(3px);
}
.pilot-page .pp-opt:active {
  transform: translateX(1px);
}
@media (max-width: 480px) {
  .pilot-page .pp-opt {
    font-size: 15px;
    padding: 14px 18px;
  }
}
.pilot-page .pp-demog {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pilot-page .pp-demog-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pilot-page .pp-demog-field label {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  text-transform: uppercase;
}
.pilot-page .pp-demog-field select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ede6d8;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 16px;
  padding: 14px 18px;
  border-radius: 10px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ede6d8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  transition: border-color 0.2s;
}
.pilot-page .pp-demog-field select:focus {
  outline: none;
  border-color: var(--gold);
}
.pilot-page .pp-demog-field select option {
  background: #1a1726;
  color: #ede6d8;
}
.pilot-page .pp-demog-continue {
  align-self: flex-start;
  background: var(--gold);
  color: #1a1726;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 60px;
  border: none;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity 0.2s, transform 0.15s;
}
.pilot-page .pp-demog-continue:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.pilot-page .pp-demog-continue:not(:disabled):hover {
  transform: translateY(-1px);
  opacity: 0.92;
}
.pilot-page .pp-result .pp-rk {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 18px;
}
.pilot-page .pp-result h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: #ede6d8;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.pilot-page .pp-result p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  margin-bottom: 32px;
}
.pilot-page .pp-price-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: #1a1726;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 22px 40px;
  border-radius: 60px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 24px rgba(240, 180, 41, 0.3);
  margin-bottom: 16px;
}
.pilot-page .pp-price-btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(240, 180, 41, 0.4);
}
.pilot-page .pp-price-btn:active {
  transform: translateY(0);
}
@media (max-width: 480px) {
  .pilot-page .pp-price-btn {
    font-size: 16px;
    padding: 18px 28px;
  }
}
.pilot-page .pp-price-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
}
.pilot-page .pp-confirm .pp-badge {
  display: inline-block;
  background: var(--gold);
  color: #1a1726;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 60px;
  margin-bottom: 24px;
}
.pilot-page .pp-confirm h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: #ede6d8;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.pilot-page .pp-confirm p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  margin-bottom: 14px;
  max-width: 50ch;
}
.pilot-page .pp-confirm .pp-small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 32px;
}
.pilot-page .pp-qcap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 480px;
}
.pilot-page .pp-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pilot-page .pp-field label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.pilot-page .pp-field input[type=email],
.pilot-page .pp-field textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ede6d8;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 16px;
  padding: 14px 18px;
  border-radius: 10px;
  width: 100%;
  transition: border-color 0.2s;
}
.pilot-page .pp-field input[type=email]::placeholder,
.pilot-page .pp-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.pilot-page .pp-field input[type=email]:focus,
.pilot-page .pp-field textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}
.pilot-page .pp-field textarea {
  height: 100px;
  resize: vertical;
  line-height: 1.6;
}
.pilot-page .pp-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.pilot-page .pp-consent input[type=checkbox] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
  cursor: pointer;
}
.pilot-page .pp-consent label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.55;
  cursor: pointer;
}
.pilot-page .pp-consent label a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
}
.pilot-page .pp-send-btn {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.12);
  color: #ede6d8;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.2s;
}
.pilot-page .pp-send-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}
.pilot-page .pp-send-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pilot-page .pp-thanks {
  font-size: 15px;
  color: var(--gold);
  font-weight: 600;
  padding: 12px 0;
}
.pilot-page .pp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.pilot-page .pp-reveal.pp-seen {
  opacity: 1;
  transform: translateY(0);
}
.pilot-page .pp-footer {
  border-top: 1px solid var(--line);
  padding: 36px 0;
}
.pilot-page .pp-footer .pp-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.pilot-page .pp-footer .pp-footer-logo {
  height: 22px;
  opacity: 0.6;
}
.pilot-page .pp-footer .pp-footer-note {
  font-size: 14px;
  color: var(--ink-soft);
  opacity: 0.55;
  max-width: 36ch;
  text-align: center;
}
.pilot-page .pp-footer .pp-privacy-link {
  font-size: 13px;
  color: var(--ink-soft);
  opacity: 0.45;
  text-decoration: underline;
}
.pilot-page .pp-footer .pp-privacy-link:hover {
  opacity: 0.7;
}
@keyframes pp-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pp-float-in {
  from {
    opacity: 0;
    transform: translateY(-40%) translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
@keyframes pp-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
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;
}