* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.section {
  padding: 24px;
  display: flex;
  justify-content: center;
  background-color: yellow;
  background-image: url(../image/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
}

.container {
  background: #fff;
  width: 100%;
  max-width: 365px;
  padding: 30px 20px 0px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

h1 {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
  line-height: 100%;
  font-family: "Clash Display", sans-serif;
}

p {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 20px;
  line-height: 20px;
}

label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: block;
  margin-bottom: 0.4rem;
  margin-top: 1rem;
  font-family: "Clash Display", sans-serif;
}

label.required::after {
  content: " *";
  color: #000000;
  font-weight: 500;
}

input,
select {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 12px;
  outline: none;
  transition: border 0.2s;
  font-weight: 400;
  color: #444444;
  line-height: 100%;
}

input:focus,
select:focus {
  border-color: #3b82f6;
}

.row {
  display: flex;
  gap: 0.8rem;
}

.height-row {
  display: flex;
  gap: 0.8rem;
}

.height-select {
  flex: 3;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
   font-weight: 400;
  color: #444444;
  line-height: 100%;
  font-size: 12;
}

.unit-select {
  flex: 1;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 8px;
 font-weight: 400;
  color: #444444;
  line-height: 100%;
  font-size: 12;
}


.row>div {
  flex: 1;
}

.gender-options {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
  gap: 0.6rem;
}

.gender-option {
  flex: 1;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1rem 0.5rem;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: #444444;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gender-option .icon {
  font-size: 20px;
  color: black;
  margin-bottom: 0.3rem;
}

.gender-option:hover {
  border-color: #3b82f6;
  background: #f0f7ff;
}

.gender-option.active {
  border-color: #3b82f6;
  background: #e0efff;
  color: #1e40af;
  font-weight: 600;
}


.terms {
  margin-top: 1rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.terms p {
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  line-height: 100%;
}

.terms input {
  width: 5%;
  margin: 0px 10px 0px 0px;
  accent-color: #3b82f6;
}

.terms a {
  color: #444444;
  text-decoration: none;
  text-decoration: underline;
}

.terms a:hover {
  text-decoration: underline;
}


.btn {
  width: 100%;
  background: #467BFD;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  border: none;
  border-radius: 50px;
  padding: 1rem;
    margin: 25px 0px;
  cursor: pointer;
  transition: background 0.3s;
  font-family: "Clash Display", sans-serif;
}

.btn:hover {
  background: #2563eb;
}

.logo-footer {
  padding: 25px;
}

.logo-footer img {
  width: 177px;
}
.code{
  font-weight: 400;
  color: #1345C2;
  line-height: 100%;
  font-size: 12px;  
  text-align: center;
 
}
.referral-code{
  display:none; font-weight:500; color:#222222;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 0px;

}


/* ============================page 2===================== */

header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

header .material-symbols-outlined {
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
}

.options {
  width: 100%;
  background: #f9f9f9;
  border-radius: 14px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid #ddd;
  border-radius: 50px;
  padding: 0.8rem 1.2rem;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.option-left {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.option .icon {
  font-size: 20px;
  color: #000000;
}

.option span.label {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 100%;

}

.option .radio {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
}

.option.active {
  border-color: #3b82f6;
  background: #f0f7ff;
}

.option.active .radio {
  border-color: #3b82f6;
}

.option.active .radio::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
}

.info {
  font-size: 12px;
    color: #263238;
    font-weight: 400;
    margin-top: 1.5rem;
    line-height: 16px;
    text-align: left;
    padding-bottom: 80px;
}

/* =============================page3 ======================== */
.scan-now {
  text-align: center;
}

.scan-now .face-scan {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #000000;
  font-family: "Clash Display", sans-serif;
}

.scan-now img {
  width: 80px;
}

.options ul {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 15px;
}

.options ul li {
  margin-bottom: 5px;
  padding-left: 10px;
}

.disclaimer {
 font-size: 12px;
    color: #263238;
    line-height: 18px;
    text-align: left;
    font-weight: 400;

}

.disclaimer span {
 font-size: 12px;
    color: #263238;
    line-height: 18px;
    text-align: left;
    font-weight: 700;
}