* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  min-height: 100vh;
  background-color: #04B06C;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.page {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #04B06C;
}

.box_1 {
  width: 100%;
  min-height: 100vh;
  background-color: #04B06C;
  padding-bottom: 30px;
}

.image_1 {
  display: block;
  width: 100%;
  height: auto;
}

.card-container {
  background-color: #FFFFFF;
  border-radius: 12px;
  margin: 12px;
  padding: 16px;
}

.form-container {
  background-color: transparent;
  margin: 20px 12px 0;
  padding: 0;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-label {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 12px;
  flex-shrink: 0;
  width: 90px;
  text-align: left;
}

.form-input {
  flex: 1;
  height: 44px;
  background-color: #F5F7F9;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 15px;
  color: #333333;
  padding: 0 12px;
  transition: background-color 0.2s;
}

.form-input:focus {
  background-color: #EBF0F5;
}

.form-input::placeholder {
  color: #B0B8C4;
  font-size: 14px;
}

.session-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 16px;
  margin-top: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.session-card:first-child {
  margin-top: 0;
}

.add-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 20px;
}

.group_10 {
  background-color: #FFFFFF;
  border-radius: 16px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.group_10:active {
  transform: scale(0.96);
}

.image-text_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.label_1 {
  width: 30px;
  height: auto;
}

.text-group_1 {
  color: #666666;
  font-size: 13px;
  text-align: center;
}

.submit-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 24px;
}

.text-wrapper_2 {
  background-color: #FFFFFF;
  border-radius: 50px;
  height: 52px;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.text-wrapper_2:active {
  transform: scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.text_7 {
  color: #04B06C;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.contact-section {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: transparent;
}

.paragraph_1 {
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
  display: block;
}

@media screen and (min-width: 500px) {
  .card-container {
    margin: 16px;
    padding: 20px;
  }
  
  .form-container {
    margin: 24px 16px 0;
    padding: 0;
  }
  
  .session-card {
    padding: 20px;
  }
  
  .form-label {
    font-size: 16px;
    margin-right: 16px;
    width: 100px;
  }
  
  .form-input {
    height: 48px;
    font-size: 16px;
  }
  
  .text-wrapper_2 {
    height: 56px;
  }
  
  .text_7 {
    font-size: 19px;
  }
}
