/* Terms & Conditions Page Styles */

.terms-conditions-container {
  padding: 40px 0;
}

/* Intro Section */
.intro-section {
  margin-bottom: 60px;
  text-align: center;
}

.intro-text {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Section Titles */
.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-left: 10px;
  color: #222;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #9252ba, #7a3d9e);
  margin: 15px 0 0 0;
}

/* Terms Section */
.terms-section {
  margin-bottom: 60px;
}

.terms-item {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 8px;
  border-left: 4px solid #9252ba;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.terms-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

.terms-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
  margin-top: 0;
}

.terms-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

.terms-item a.terms-link {
  color: #9252ba;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.terms-item a.terms-link:hover {
  color: #7a3d9e;
  text-decoration: underline;
}

/* Warning Section */
.warning-section {
  background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
  padding: 0 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0;
}

.warning-box {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.warning-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #856404;
  margin-bottom: 12px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.warning-box h3 i {
  color: #ff9800;
  font-size: 24px;
}

.warning-box p {
  font-size: 15px;
  color: #856404;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Pricing Cards */
.pricing-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #f0f0f0;
}

.pricing-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.pricing-card .card-icon {
  font-size: 48px;
  color: #9252ba;
  margin-bottom: 20px;
}

.pricing-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  color: #222;
}

.pricing-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 0;
}

/* Conduct List */
.conduct-list {
  margin-left: 10px;
  margin-right: 10px;
}

.conduct-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #9252ba;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.conduct-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

.conduct-item .item-number {
  background: linear-gradient(135deg, #9252ba 0%, #7a3d9e 100%);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
}

.conduct-item .item-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
  margin-top: 0;
}

.conduct-item .item-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Legal Box */
.legal-box {
  background: #e8f4f8;
  border-left: 4px solid #0288d1;
  padding: 30px;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.legal-box p {
  font-size: 16px;
  color: #01579b;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Contact Section */
.contact-section {
  margin-top: 60px;
  margin-bottom: 40px;
}

.contact-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  margin-left: 10px;
  text-align: center;
}

.contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #9252ba;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 15px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.contact-item i {
  font-size: 32px;
  color: #9252ba;
  flex-shrink: 0;
}

.contact-item strong {
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
}

.contact-item p {
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
}

.contact-item a {
  color: #9252ba;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-item a:hover {
  color: #7a3d9e;
  text-decoration: underline;
}

/* Update Notice */
.update-notice {
  background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 40px;
}

.update-notice p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.6;
}

.update-notice p:last-child {
  margin-bottom: 0;
}

.update-notice strong {
  color: #222;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .pricing-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .conduct-item {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .conduct-item .item-number {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .contact-info {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-item {
    margin-left: 0;
    margin-right: 0;
  }

  .terms-item,
  .warning-box,
  .legal-box,
  .update-notice {
    margin-left: 10px;
    margin-right: 10px;
  }

  .warning-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-text {
    font-size: 16px;
  }
}
