.privacy-policy {
  background: #fff;
  padding: 6rem 1.5rem;
  font-family: 'inter',sans-serif;
  color: #111;
}

.privacy-policy .container {
  max-width: 900px;
  margin: 0 auto;
}

.policy-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #007AFF;
}

.policy-date {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  color: #111;
}

.policy-meta {
  background: #f9f9f9;
  padding: 1.2rem 1.5rem;
  border-left: 4px solid #007AFF;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.policy-meta a {
  color: #007AFF;
  text-decoration: none;
}

.policy-section {
  margin-bottom: 2.8rem;
}

.policy-section h2 {
  font-size: 1.7rem;
  color: #111;
  margin-bottom: 1rem;
  border-bottom: 2px solid #111;
  padding-bottom: 0.3rem;
  display: inline-block;
}

.policy-section p,
.policy-section ul {
  font-size: 1.1rem;
  line-height: 1.5;
}

.policy-section ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.policy-section ul li {
  margin-bottom: 0.7rem;
}



.terms__section {
  padding: 4rem 1.5rem;
  background: #fff;
  font-family: 'inter', sans-serif;
  color: #2B2B2B;
}

.terms__container {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  background: #f8f8f8;
  padding: 3rem 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}

.terms__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #007AFF;
}

.terms__date {
  font-size: 0.95rem;
  color: #2b2b2b;
  margin-bottom: 2rem;
}

.terms__block {
  margin-bottom: 2.5rem;
}

.terms__heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}

.terms__text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #2b2b2b;
}

.terms__link {
  color: #007AFF;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.terms__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #007AFF;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.terms__link:hover {
  color: #005ecb;
}

.terms__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}



.refund__section {
  padding-top: 6.5rem;
  background-color: #fff;
  font-family: 'inter', sans-serif;
  color: #2B2B2B;
}

.refund__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3rem;
  align-items: center;
}

.refund__content {
  flex: 1 1 55%;
}

.refund__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.refund__date {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
}

.refund__block {
  margin-bottom: 2rem;
}

.refund__heading {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.refund__text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #2B2B2b;
}

.refund__list {
  list-style-type: disc;
  padding-left: 1.5rem;
  color: #2b2b2b;
  font-size: 1.05rem;
  line-height: 1.8;
}

.refund__link {
  color: #007AFF;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.refund__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #007AFF;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.refund__link:hover {
  color: #007AFF;
}

.refund__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.refund__image {
  flex: 1 1 35%;
  text-align: center;
}

.refund__image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}


.refund__image2 {
  flex: 1 1 35%;
  text-align: center;
}

.refund__image2 img {
  width: 100%;
  max-width: 700px;
  height: auto;
}

.refund2__content {
  flex: 1 1 37%;
}
.refund2__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 2.2rem;
}