@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fefdfb;
  font-family: " sans-serif ";
}

p {
  margin: 0;
  padding: 0;
}

.hero-section {
  background: linear-gradient(15deg, #B8E6D9 10%, #7BC4B8 50%, #F4F1ED 100%);
  padding: 3rem 0;
  color: #F0E6D6;
}

.hero-section h2 {
  font-size: 3rem;
  -webkit-clip-path: #7BC4B8;
          clip-path: #7BC4B8;
  line-height: 3.6rem;
  color: #3e6b62;
  text-shadow: 0px 0px 20px #f2f2f2;
}

.hero-section p {
  font-size: 1.2rem;
  color: #3e6b62;
}

.hero-section .btn {
  background-color: #477b70;
}

footer {
  background-color: #223a35;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  margin-top: 5rem;
}

footer p {
  font-size: 0.7rem;
}

footer a {
  color: #fff;
}

.btn {
  border-radius: 2rem;
}

.scroll-reveal {
  margin: 5rem 0;
}

.scroll-reveal h2,
.scroll-reveal p {
  text-align: center;
  color: #3e6b62;
}

.scroll-reveal h2 {
  font-size: 2.2rem;
}

.intro-image img {
  border-radius: 16px;
  border: 3px solid #5A9B8E;
  -webkit-box-shadow: 0 1rem 3rem rgba(90, 155, 142, 0.5);
          box-shadow: 0 1rem 3rem rgba(90, 155, 142, 0.5);
  height: 320px;
  width: 100%;
}

.card {
  height: 150px;
  border-radius: 16px;
  border: none;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.card-body {
  margin: 0;
  padding: 0;
}

.card-title {
  text-align: center;
  background: linear-gradient(15deg, #7BC4B8 0%, #5A9B8E 100%);
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 16px 16px 0 0;
  letter-spacing: 1px;
  color: #fff;
}

.card-text {
  color: #666;
  font-size: 0.9rem;
  margin: 0 1rem;
  padding: 1rem;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item-content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  height: 350px;
}

.item-content .card {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.item-content .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(123, 196, 184, 0.5), rgba(90, 155, 142, 0.5));
  z-index: 1;
}

.item-content .card .card-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.item-content .card .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2rem;
  z-index: 2;
  border-radius: 20px;
}

.item-content .card-title {
  background: none;
  font-size: 1.6rem;
  color: #fff;
}

.item-content .card-text {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
}

#slider-member {
  min-height: 180px;
}

.section-divider {
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#5A9B8E), to(transparent));
  background: linear-gradient(90deg, transparent, #5A9B8E, transparent);
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.table {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}

.table th,
.table td {
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.memo-list {
  color: #5A9B8E;
  font-size: 0.8rem;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: disc;
  list-style-position: inside;
}

.memo-list li {
  margin: 0;
}

.mobile-cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1rem;
  border-top: 2px solid #7BC4B8;
  -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.mobile-cta-fixed .btn {
  background: linear-gradient(135deg, #7BC4B8, #5A9B8E);
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.8rem 1.5rem;
}

.mobile-cta-fixed .btn:hover {
  background: linear-gradient(135deg, #5A9B8E, #477b70);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 80px;
  }
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  height: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-left: 4px solid #7BC4B8;
}

.testimonial-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
  text-align: left;
}

.testimonial-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin: 1rem 0 1.5rem 0;
  font-style: italic;
}

.testimonial-author {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.testimonial-author strong {
  color: #5A9B8E;
  font-size: 0.95rem;
}

.testimonial-author small {
  font-size: 0.8rem;
  margin-top: 0.3rem;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
  border: 2px solid transparent;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pricing-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pricing-card.popular {
  border-color: #7BC4B8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pricing-card.popular:hover {
  -webkit-transform: scale(1.05) translateY(-5px);
          transform: scale(1.05) translateY(-5px);
}

.pricing-card.popular .pricing-header {
  background: linear-gradient(135deg, #7BC4B8, #5A9B8E);
  color: white;
}

.pricing-card.popular .pricing-header h3 {
  color: white;
}

.pricing-card.popular .price .amount {
  color: white;
}

.pricing-card.popular .price .period {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-card.popular .plan-desc {
  color: rgba(255, 255, 255, 0.9);
}

.popular-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(135deg, #7BC4B8, #5A9B8E);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 10;
}

.pricing-header {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.pricing-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

.price {
  margin-bottom: 1rem;
}

.price .currency {
  font-size: 1.2rem;
  font-weight: 500;
  vertical-align: top;
}

.price .amount {
  font-size: 3rem;
  font-weight: 700;
  color: #7BC4B8;
}

.price .period {
  font-size: 1rem;
  color: #666;
}

.plan-desc {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
}

.pricing-features {
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.feature-item i {
  margin-right: 0.8rem;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.feature-item.disabled {
  opacity: 0.5;
}

.feature-item.exclusive {
  background: linear-gradient(135deg, #fff3cd, #ffeaa7);
  padding: 0.5rem;
  border-radius: 8px;
  border-left: 3px solid #f39c12;
}

.pricing-card .btn {
  margin: 0 1.5rem 1.5rem;
  padding: 0.8rem;
  font-weight: 600;
  border-radius: 12px;
}

.pricing-notes {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 2rem;
  margin-top: 3rem;
}

.pricing-notes h4 {
  color: #5A9B8E;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.notes-list {
  list-style: none;
  padding: 0;
}

.notes-list li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #dee2e6;
  font-size: 0.95rem;
  line-height: 1.5;
}

.notes-list li:last-child {
  border-bottom: none;
}

.notes-list li strong {
  color: #5A9B8E;
}

.legal-page, .terms-of-service, .privacy-policy {
  font-family: "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.8;
  margin: 0;
  padding: 20px;
  background-color: #fefdfb;
  color: #333;
}

.legal-page .container, .terms-of-service .container, .privacy-policy .container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.legal-page h1, .terms-of-service h1, .privacy-policy h1 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #3e6b62;
  text-align: center;
  border-bottom: 3px solid #5A9B8E;
  padding-bottom: 15px;
  text-shadow: 0px 0px 20px #f2f2f2;
}

.legal-page h2, .terms-of-service h2, .privacy-policy h2 {
  font-size: 22px;
  margin: 35px 0 20px 0;
  color: #3e6b62;
  border-left: 4px solid #5A9B8E;
  padding-left: 15px;
}

.legal-page h3, .terms-of-service h3, .privacy-policy h3 {
  font-size: 18px;
  margin: 25px 0 15px 0;
  color: #58b4a5;
}

.legal-page p, .terms-of-service p, .privacy-policy p {
  margin-bottom: 18px;
  color: #555;
  text-align: justify;
  text-indent: 2em;
}

.legal-page .section, .terms-of-service .section, .privacy-policy .section {
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #f1faf7 0%, #fefdfd 100%);
  border-radius: 8px;
  border-left: 4px solid #5A9B8E;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.legal-page .section:hover, .terms-of-service .section:hover, .privacy-policy .section:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.legal-page .section-title, .terms-of-service .section-title, .privacy-policy .section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #3e6b62;
}

.legal-page ul, .terms-of-service ul, .privacy-policy ul {
  margin: 15px 0;
  padding-left: 25px;
  color: #555;
}

.legal-page li, .terms-of-service li, .privacy-policy li {
  margin-bottom: 12px;
  line-height: 1.7;
  position: relative;
}

.legal-page li::before, .terms-of-service li::before, .privacy-policy li::before {
  content: '•';
  color: #5A9B8E;
  font-weight: bold;
  position: absolute;
  left: -15px;
}

.legal-page .highlight, .terms-of-service .highlight, .privacy-policy .highlight {
  background: linear-gradient(135deg, #c1e4de 0%, #def3ed 100%);
  padding: 15px;
  border-radius: 6px;
  border-left: 4px solid #7BC4B8;
  margin: 20px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.legal-page .footer, .terms-of-service .footer, .privacy-policy .footer {
  margin-top: 40px;
  text-align: center;
  color: #666;
  padding-top: 20px;
  border-top: 1px solid #b8d6d0;
  background: linear-gradient(135deg, #fefdfd 0%, white 100%);
  border-radius: 8px;
  padding: 20px;
}

.legal-page .footer a, .terms-of-service .footer a, .privacy-policy .footer a {
  color: #5A9B8E;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.legal-page .footer a:hover, .terms-of-service .footer a:hover, .privacy-policy .footer a:hover {
  color: #3e6b62;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .legal-page, .terms-of-service, .privacy-policy {
    padding: 10px;
  }
  .legal-page .container, .terms-of-service .container, .privacy-policy .container {
    padding: 20px;
    margin: 10px;
  }
  .legal-page h1, .terms-of-service h1, .privacy-policy h1 {
    font-size: 24px;
  }
  .legal-page h2, .terms-of-service h2, .privacy-policy h2 {
    font-size: 20px;
  }
  .legal-page .section, .terms-of-service .section, .privacy-policy .section {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .legal-page .container, .terms-of-service .container, .privacy-policy .container {
    padding: 15px;
  }
  .legal-page h1, .terms-of-service h1, .privacy-policy h1 {
    font-size: 20px;
  }
  .legal-page h2, .terms-of-service h2, .privacy-policy h2 {
    font-size: 18px;
  }
  .legal-page p, .terms-of-service p, .privacy-policy p {
    text-indent: 1em;
  }
}

.terms-of-service .section:nth-child(even) {
  background: linear-gradient(135deg, #fefdfd 0%, #def3ed 100%);
}

.privacy-policy .section:nth-child(odd) {
  background: linear-gradient(135deg, #fefdfd 0%, #def3ed 100%);
}
/*# sourceMappingURL=legal-pages.css.map */