body {
  font-family: 'Inter', sans-serif;
  background-color: #fffdfa;
  color: #262626;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.container {
  max-width: 726px;
  margin: 0 auto;
  padding: 0 15px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1, h2, h3, p {
  margin: 0;
}
* {
  box-sizing: border-box;
}


/* CSS for section section:Header */
.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  padding: 18px 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-icon {
  width: 24px;
  height: 24px;
}

/* CSS for section section:Hero */
.section-hero {
  padding-top: 40px;
}
.hero-title {
  font-size: 32px;
  font-weight: 700;
  color: #050505;
  margin-bottom: 24px;
  line-height: 1.2;
}
.hero-desc {
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: 600;
}
.hero-img {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 40px;
}



/* CSS for section section:HowItWorks */
.section-how {
  margin-bottom: 40px;
}
.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #050505;
  margin-bottom: 16px;
}
.section-how p {
  margin-bottom: 16px;
  font-size: 19px;
}
.info-img {
  border-radius: 12px;
  width: 100%;
  margin-top: 8px;
}

/* CSS for section section:Statement */
.section-statement p {
  font-size: 19px;
}
.statement-img {
  border-radius: 12px;
  width: 100%;
  margin: 24px 0;
}
.btn-container {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 40px;
}
.btn-primary {
  background-color: #ff8200;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 664px;
  transition: background-color 0.3s;
}
.btn-primary:hover {
  background-color: #e67500;
}

/* CSS for section section:Warning */
.warning-box {
  background-color: #0295fc;
  color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.warning-icon {
  width: 32px;
  height: 32px;
}
.warning-box p {
  font-size: 19px;
  line-height: 1.5;
}

/* CSS for section section:Opportunity */
.section-opportunity {
  margin-bottom: 40px;
}
.opp-title {
  margin-bottom: 16px;
  font-size: 16px;
}
.section-opportunity p {
  margin-bottom: 19px;
  font-size: 16px;
}

/* CSS for section section:Form */
.section-form {
  margin-bottom: 40px;
}
.form-box {
  background-color: #004080;
  border-radius: 12px;
  padding: 32px 24px;
  color: #ffffff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
}
.form-logo {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.3;
}
.step-title {
  margin-bottom: 12px;
  font-size: 16px;
}
.age-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.age-btn {
  background-color: #87a5c0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 12px;
  cursor: pointer;
  flex: 1;
  min-width: 80px;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.3s;
}
.age-btn.active {
  background-color: #ff8200;
  border-color: #ff8200;
}
.registration-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-input {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid #6a8cf0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: inherit;
  color: #000619;
}
.form-input.input-success {
  border-color: #27d927;
}
.form-input::placeholder {
  color: #a0a5ad;
}
.phone-input-group {
  display: flex;
  gap: 10px;
  background-color: #ffffff;
  border: 1px solid #6a8cf0;
  border-radius: 12px;
  padding: 16px 20px;
  align-items: center;
}
.country-code {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a0a5ad;
  font-size: 16px;
}
.country-code img {
  width: 28px;
  height: 18px;
  object-fit: cover;
}
.dropdown-arrow {
  opacity: 0.5;
}
.phone-input {
  border: none;
  padding: 0;
  flex: 1;
  border-radius: 0;
}
.phone-input:focus {
  outline: none;
}
.form-disclaimer {
  font-size: 14px;
  opacity: 0.6;
  margin: 16px 0;
  line-height: 1.4;
}
.btn-submit {
  background-color: #ff8200;
  color: #ffffff;
  border: 1px solid #dd7000;
  padding: 15px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
  transition: background-color 0.3s;
}
.btn-submit:hover {
  background-color: #e67500;
}
@media (max-width: 480px) {
  .age-btn {
padding: 10px;
max-width: 95px;
min-width: auto;
  }
}

/* CSS for section section:Footer */
.site-footer {
  border-top: 1px solid #d9d9d9;
  padding: 40px 0;
}
.footer-logo {
  margin-bottom: 24px;
}
.copyright {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-disclaimer {
  color: #838383;
  font-size: 12px;
  line-height: 1.5;
}





.fixed-btn {
  display: none;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }

  .fixed-btn {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
border-top: 1px solid #FFFFFF85;
border-radius: 12px 12px 0 0 ;
  }

  .site-footer {
    padding-bottom: 80px;
  }
}