@charset "utf-8";

body { font-family: Inter, sans-serif; background-color: rgb(255, 253, 250); color: rgb(38, 38, 38); margin: 0px; padding: 0px; line-height: 1.5; }

.container { max-width: 726px; margin: 0px auto; padding: 0px 15px; }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, p { margin: 0px; }

* { box-sizing: border-box; }

.site-header { background-color: rgb(255, 255, 255); border-bottom: 1px solid rgb(217, 217, 217); padding: 18px 0px; }

.header-inner { display: flex; justify-content: space-between; align-items: center; }

.search-icon { width: 24px; height: 24px; }

.section-hero { padding-top: 40px; }

.hero-title { font-size: 32px; font-weight: 700; color: rgb(5, 5, 5); 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; }

.section-how { margin-bottom: 40px; }

.section-title { font-size: 24px; font-weight: 700; color: rgb(5, 5, 5); margin-bottom: 16px; }

.section-how p { margin-bottom: 16px; font-size: 19px; }

.info-img { border-radius: 12px; width: 100%; margin-top: 8px; }

.section-statement p { font-size: 19px; }

.statement-img { border-radius: 12px; width: 100%; margin: 24px 0px; }

.btn-container { display: flex; justify-content: center; margin-top: 32px; margin-bottom: 40px; }

.btn-primary { background-color: rgb(255, 130, 0); color: rgb(255, 255, 255); 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 ease 0s; }

.btn-primary:hover { background-color: rgb(230, 117, 0); }

.warning-box { background-color: rgb(2, 149, 252); color: rgb(255, 255, 255); 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; }

.section-opportunity { margin-bottom: 40px; }

.opp-title { margin-bottom: 16px; font-size: 16px; }

.section-opportunity p { margin-bottom: 19px; font-size: 16px; }

.section-form { margin-bottom: 40px; }

.form-box { background-color: rgb(0, 64, 128); border-radius: 12px; padding: 32px 24px; color: rgb(255, 255, 255); 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: rgb(135, 165, 192); border: 1px solid rgba(255, 255, 255, 0.55); color: rgb(255, 255, 255); padding: 10px 16px; border-radius: 12px; cursor: pointer; flex: 1 1 0%; min-width: 80px; font-size: 14px; font-family: inherit; transition: all 0.3s ease 0s; }

.age-btn.active { background-color: rgb(255, 130, 0); border-color: rgb(255, 130, 0); }

.registration-form { display: flex; flex-direction: column; gap: 8px; }

.form-input { width: 100%; padding: 16px 20px; border-radius: 12px; border: 1px solid rgb(106, 140, 240); box-sizing: border-box; font-size: 16px; font-family: inherit; color: rgb(0, 6, 25); }

.form-input.input-success { border-color: rgb(39, 217, 39); }

.form-input::placeholder { color: rgb(160, 165, 173); }

.phone-input-group { display: flex; gap: 10px; background-color: rgb(255, 255, 255); border: 1px solid rgb(106, 140, 240); border-radius: 12px; padding: 16px 20px; align-items: center; }

.country-code { display: flex; align-items: center; gap: 8px; color: rgb(160, 165, 173); font-size: 16px; }

.country-code img { width: 28px; height: 18px; object-fit: cover; }

.dropdown-arrow { opacity: 0.5; }

.phone-input { border: none; padding: 0px; flex: 1 1 0%; border-radius: 0px; }

.phone-input:focus { outline: none; }

.form-disclaimer { font-size: 14px; opacity: 0.6; margin: 16px 0px; line-height: 1.4; }

.btn-submit { background-color: rgb(255, 130, 0); color: rgb(255, 255, 255); border: 1px solid rgb(221, 112, 0); padding: 15px; border-radius: 12px; font-weight: 700; font-size: 18px; cursor: pointer; width: 100%; font-family: inherit; transition: background-color 0.3s ease 0s; }

.btn-submit:hover { background-color: rgb(230, 117, 0); }

@media (max-width: 480px) {
  .age-btn { padding: 10px; max-width: 95px; min-width: auto; }
}

.site-footer { border-top: 1px solid rgb(217, 217, 217); padding: 40px 0px; }

.footer-logo { margin-bottom: 24px; }

.copyright { color: rgb(0, 0, 0); font-size: 14px; font-weight: 700; margin-bottom: 16px; }

.footer-disclaimer { color: rgb(131, 131, 131); 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: 0px; left: 0px; border-top: 1px solid rgba(255, 255, 255, 0.52); border-radius: 12px 12px 0px 0px; }
  .site-footer { padding-bottom: 80px; }
}