* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Poppins,sans-serif;
  color: #222;
  line-height: 1.7;
}

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

a {
  text-decoration: none;
}

.page {
  min-height: 100vh;
  background: url('../img/img2.png') no-repeat;
  background-size: contain;
}

/* Common */
.container {
  width: 100%;
  margin: 0 auto;
}

.section-title {
  font-weight: 600;
  background: linear-gradient(90deg, #0AA982 0%, #44ADE9 100%);
  max-width: 1200px;
  height: 38px;
  border-radius: 30px;
  padding: 8px 36px;
  color: #fff;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
  margin-bottom: 20px;
  position: relative;
}
.section-title-dot {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 24px;
}
.section-sub-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 34px;
}

/* Hero */
.hero {
  padding: 80px 20px 40px;
  text-align: center;
}

.hero__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  margin: 0 auto 110px;
}

.hero__title {
  font-family: Poppins,sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.32px;
  text-align: center;
  margin-bottom: 28px;
}

.hero__text {
  font-size: 24px;
  line-height: 1.9;
  color: #2d2d2d;
  margin-bottom: 18px;
}

.hero__buttons {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  border-radius: 40px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 21px;
  line-height: 30.8px;
  letter-spacing: 0;
}

.btn--primary {
  background: #3d74f6;
  color: #fff;
  box-shadow: 0 4px 10px 0 #7EA9F5B2;
  padding: 24px 34px;
  width: 297px;
}

.btn--primary:hover {
  background: #2f63db;
}

.btn--outline {
  border: 1px solid #3979EC;
  color: #3d74f6;
  box-shadow: 0 4px 10px 0 #7EA9F5B2;
  background: #E9F0FD;
  padding: 24px 34px;
  width: 251px;
}

.btn--outline:hover {
  background: #f4f7ff;
}

/* Featured Image */
.featured {
  padding: 60px 20px 100px;
}

.featured__image {
  max-width: 748px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.featured__image img {
  width: 100%;
  height: auto;
}

/* Policy */
.policy {
  padding: 0 0 60px;
}

.policy-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.notice {
  background: #f7f9fc;
  border-left: 4px solid #00b6c9;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.notice p {
  font-size: 15px;
  color: #444;
}

.policy-content {
  font-size: 15px;
  color: #555;
}

.policy-content h3 {
  margin: 32px 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #0d7b86;
}

.policy-content p {
  margin-bottom: 12px;
}

.policy-content ul {
  margin: 0 0 18px 20px;
}

.policy-content li {
  margin-bottom: 8px;
}

/* Accordion */
.accordion {
  max-width: 1400px;
  margin: 0 auto;
}

.accordion details {
  margin-bottom: 14px;
  overflow: hidden;
  background: #f8f8f8;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 36px 100px;
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  background: #F8F8F8;
}

.accordion summary::-webkit-details-marker {
  display: none;
}
.line {
  border-top: 1px solid #e4e4e4;
  margin: 0 100px;
}
.plus {
  font-size: 36px;
  font-weight: 700;
  color: #00b6c9;
  line-height: 1;
}

.accordion-content {
  padding: 40px 100px 100px 100px;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  background: #f8f8f8;
}

.content-sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 14px 0;
}
.content-sub-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
  margin: 0 0 14px 0;
}
.sub-section {
  margin: 40px 0 0 0;
}
.sub-section .content-sub-title,
.sub-section .content-sub-content {
  margin-left: 14px;
}
.sub-section .content-sub-content.checkbox {
  background: url('../img/img_check.png') no-repeat;
  padding: 0 0 0 30px;
  line-height: 24px;
  background-position-y: 4px;
}
.note {
  color: #3DC591;
  font-weight: 700;
}
.postal {
  color: #3DC591;
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;

}
/* Footer */
.footer {
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 40.8px;
  letter-spacing: 0;
  text-align: center;
  color: #21252970;
  margin-bottom: 100px;
  margin-top: 140px;
}
.underline {
  text-decoration: underline;
  color: #000;
}
/* Responsive */
@media (max-width: 1024px) {
  .btn {
    width: 189px !important;
    font-size: 11px;
    padding: 14px 35px;
    line-height: 12px;
  }
  .hero {
    padding: 50px 30px 32px;
  }
  .logo {
    width: 73px;
    height: 24px;
    margin-bottom: 32px;
  }
  .hero__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.32px;
    text-align: center;
    margin-bottom: 8px;
  }
  .hero__text {
    font-size: 20px;
  }
  .hero__buttons {
    margin-top: 28px;
    gap: 10px;
  }
  .section-title {
    padding: 5px 20px;
    height: 24px;
    line-height: 16px;
  }
  .section-sub-title {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .accordion summary {
    font-size: 10px;
    gap: 12px;
    padding: 20px;
    margin: 0 16px;
  }
  .plus {
    font-size: 20px;
  }
  .footer {
    font-size: 8px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .featured {
    padding: 0 67px 48px;
  }
  .section-title-dot {
    top: 11px;
    left: 12px;
  }
  .policy {
    padding: 0;
  }
  .content-sub-title,
  .content-sub-content,
  .section-title,
  .sub-section .content-sub-title,
  .sub-section .content-sub-content {
    font-size: 10px;
  }
  .accordion-content {
    padding: 40px 37px 35px;
  }
  .sub-section .content-sub-content.checkbox {
    background-size: 10px 10px;
    padding: 0 0 0 17px;
    background-position-y: 6px;
  }
}
