   .legendary-about {
        position: relative;
        width: 100%;
        min-height: auto;
        padding: 6rem 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
      }

      .golden-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        z-index: -2;
      }

      .texture-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23c8a951' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
        opacity: 0.5;
        z-index: -1;
      }

      .ornamental-border {
        position: absolute;
        width: 92%;
        height: 93%;
        top: 4%;
        left: 4%;
        border: 1px solid #c8a951;
        box-shadow: 0 0 20px rgba(200, 169, 81, 0.3);
        pointer-events: none;
        z-index: 0;
      }

      .ornamental-border::before, .ornamental-border::after {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        border: 2px solid #c8a951;
      }

      .ornamental-border::before {
        top: -5px;
        left: -5px;
        border-right: none;
        border-bottom: none;
      }

      .ornamental-border::after {
        bottom: -5px;
        right: -5px;
        border-left: none;
        border-top: none;
      }

      .main-content {
        max-width: 1200px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        position: relative;
        z-index: 2;
      }

      .title-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2rem;
      }

      .pre-title {
font-family: 'ZCOOL XiaoWei', serif;
        font-size: 1rem;
        color: #c8a951;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        margin-top: 1rem;
        margin-bottom: 1rem;
        position: relative;
        padding-left: 2rem;
      }

      .pre-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1.5rem;
        height: 1px;
        background: #c8a951;
      }

      .chinese-title {
        font-size: 5.5rem;
        color: #f9d774;
          font-family: 'Noto Serif SC', 'SimSun', serif;

        writing-mode: vertical-rl;
        text-orientation: upright;
        letter-spacing: 0.5rem;
        margin: 2rem 0;
        text-shadow: 0 0 10px rgba(200, 169, 81, 0.5);
      }

      .english-title {
        font-family: 'Cinzel', serif;
        font-size: 3rem;
        font-weight: 700;
        color: #e8e1c7;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        position: relative;
        display: inline-block;
      }

      .english-title::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #c8a951, transparent);
      }

      .content-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .intro-text {
        font-size: 1.15rem;
        margin-bottom: 2.5rem;
        position: relative;
        padding-left: 2rem;
        color: #d6cfb6; /* Softer contrast for better readability */
        line-height: 1.8;
        font-weight: 300;
      }

      .intro-text::before {
        content: "";
        position: absolute;
        left: 0;
        top: -1rem;
        font-size: 4rem;
        color: #c8a951;
        opacity: 0.3;
        font-family: 'Cinzel', serif;
      }

      .philosophy-section {
        border-left: 2px solid rgba(200, 169, 81, 0.3);
        padding: 0 0 0 2rem;
        margin: 2rem 0;
      }

      .philosophy-title {
        font-family: 'Cinzel', serif;
        font-size: 1.5rem;
        color: #c8a951;
        margin-bottom: 1rem;
      }

      .philosophy-text {
        font-style: italic;
        opacity: 0.7;
        color: #d6cfb6;
        line-height: 1.7;
        font-weight: 300;
      }

      .locations-section {
        display: flex;
        gap: 2rem;
        margin-top: 2rem;
      }

      .location-card {
        flex: 1;
        padding: 1.5rem;
        background: rgba(20, 20, 16, 0.7);
        border: 1px solid rgba(200, 169, 81, 0.2);
        border-radius: 4px;
        transition: all 0.3s ease;
      }

      .location-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        border-color: rgba(200, 169, 81, 0.5);
      }

      .location-name {
        font-family: 'Cinzel', serif;
        font-size: 1.2rem;
        color: #c8a951;
        margin-bottom: 0.5rem;
      }

      .location-details {
        color: #d6cfb6;
        font-weight: 300;
      }

      .contact-note {
        margin-top: 2rem;
        font-size: 0.95rem;
        opacity: 0.8;
        font-style: italic;
        color: #d6cfb6;
        font-weight: 300;
      }

      .floating-symbols {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 1;
      }

      .symbol {
        position: absolute;
        opacity: 0.3;
        color: #c8a951;
        font-family: 'Noto Serif SC', serif;
        font-size: 2rem;
      }

      .symbol-1 {
        top: 20%;
        left: 10%;
        animation: float 15s infinite ease-in-out;
      }

      .symbol-2 {
        top: 60%;
        right: 15%;
        animation: float 18s infinite ease-in-out reverse;
      }

      .symbol-3 {
        bottom: 20%;
        left: 20%;
        animation: float 12s infinite ease-in-out;
      }
      .symbol-4 {
  top: 30%;
  right: 25%;
  animation: float 22s infinite ease-in-out 2s;
}

.symbol-5 {
  bottom: 40%;
  left: 8%;
  animation: float 17s infinite ease-in-out 1s;
}

.symbol-6 {
  top: 10%;
  right: 8%;
  animation: float 19s infinite ease-in-out 3s;
}

.symbol-7 {
  bottom: 15%;
  right: 30%;
  animation: float 16s infinite ease-in-out 4s;
}

.symbol-8 {
  top: 45%;
  left: 30%;
  animation: float 21s infinite ease-in-out 5s;
}

.symbol-9 {
  bottom: 60%;
  right: 40%;
  animation: float 24s infinite ease-in-out 2s;
}

.symbol-10 {
  top: 75%;
  left: 40%;
  animation: float 18s infinite ease-in-out 3s;
}

      @keyframes float {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-20px) rotate(5deg); }
      }

      /* Responsive adjustments */
      @media (max-width: 900px) {
        .legendary-about {
          padding: 4rem 2rem;
        }

        .main-content {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .chinese-title {
          writing-mode: horizontal-tb;
          text-orientation: mixed;
          font-size: 3.5rem;
          text-align: center;
          margin: 1rem 0;
        }

        .locations-section {
          flex-direction: column;
          gap: 1rem;
        }

      }

      @media (max-width: 480px) {
        .legendary-about {
          padding: 3rem 1.5rem;
        }

        .chinese-title {
          font-size: 2.5rem;
        }

        .english-title {
          font-size: 2rem;
        }

        .intro-text {
          padding-left: 1.5rem;
          font-size: 1rem;
        }

        .philosophy-section {
          padding-left: 1.5rem;
        }

      }
       .about-description{
    font-family: 'Noto Serif SC', serif; /* Elegant serif font */
    color: #e8e1c7; /* Warm parchment color for excellent readability */
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .about-description-second{
    font-family: 'Noto Serif SC', serif; /* Elegant serif font */
    color: #e8e1c7; /* Warm parchment color for excellent readability */
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 300;
  }
.teaching-approach-section {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}.approach-card {
  flex: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1em;
  padding-right: 1rem;
  background: rgba(20, 20, 16, 0.7);
  border: 1px solid rgba(200, 169, 81, 0.2);
  border-radius: 4px;
  transition: all 0.3s ease;
  text-align: center;
}.approach-title {
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  color: #c8a951;
  margin-bottom: 0.8rem;
}

.approach-description {
  font-family: 'Noto Serif SC', serif;

  color: #d6cfb6;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .teaching-approach-section {
    flex-direction: column;
    gap: 1rem;
  }
}    .premium-cta-container {
      margin: 3rem 0 1.5rem;
      text-align: center;
      position: relative;
      padding: 2rem;
      border: 1px solid rgba(200, 169, 81, 0.3);
      background: rgba(15, 15, 12, 0.6);
    }

    .premium-cta-title {
      font-family: 'Cinzel', serif;
      font-size: 1.8rem;
      color: #c8a951;
      margin-bottom: 1rem;
    }

    .premium-cta-description {
      font-family: 'Noto Serif SC', serif;
      color: #e8e1c7;
      font-size: 1.1rem;
      line-height: 1.6;
      margin-bottom: 1.5rem;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      flex-wrap: wrap;
    }

    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 1rem 2rem;
      background: rgba(200, 169, 81, 0.1);
      color: #c8a951;
      border: 1px solid #c8a951;
      text-decoration: none;
      font-family: 'Cinzel', serif;
      font-size: 1rem;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .cta-button::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(200, 169, 81, 0.2), transparent);
      transition: all 0.6s ease;
    }

    .cta-button:hover {
      background: rgba(200, 169, 81, 0.2);
      box-shadow: 0 0 15px rgba(200, 169, 81, 0.4);
    }

    .cta-button:hover::before {
      left: 100%;
    }

    .discreet-cta {
      margin-top: 2.5rem;
      text-align: center;
      padding: 1.5rem;
      border-top: 1px solid rgba(200, 169, 81, 0.2);
    }

    .discreet-cta-text {
      font-family: 'Noto Serif SC', serif;
      color: #d6cfb6;
      font-size: 1rem;
      margin-bottom: 1rem;
      font-style: italic;
    }

    .master-signature {
      font-family: 'Cinzel', serif;
      color: #c8a951;
      font-size: 0.9rem;
      margin-top: 0.5rem;
    }

    @media (max-width: 768px) {
      .cta-buttons {
        flex-direction: column;
        align-items: center;
      }

      .cta-button {
        width: 100%;
        max-width: 280px;
      }

      .premium-cta-title {
        font-size: 1.5rem;
      }

      .premium-cta-description {
        font-size: 1rem;
      }
    }/* Premium Offering Styles */
.premium-offering {
  margin: 2.5rem 0;
  padding: 1.5rem;
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: 4px;
  background: rgba(20, 20, 16, 0.4);
  position: relative;
}

.premium-title {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  color: #c8a951;
  margin-bottom: 1rem;
  text-align: center;
}

.premium-description {
  font-family: 'Noto Serif SC', serif;
  color: #e8e1c7;
  line-height: 1.6;
  text-align: center;
  font-weight: 300;
}

/* CTA Styles */
.master-consultation-cta {
  margin: 3rem 0;
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  background: rgba(15, 15, 12, 0.7);
  border: 1px solid rgba(200, 169, 81, 0.4);
  border-radius: 4px;
}

.cta-ornament-top, .cta-ornament-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c8a951, transparent);
}

.cta-ornament-top {
  top: 0;
}

.cta-ornament-bottom {
  bottom: 0;
}

.cta-title {
  font-family: 'Cinzel', serif;
  font-size: 1.6rem;
  color: #c8a951;
  margin-bottom: 1.2rem;
}

.cta-description {
  font-family: 'Noto Serif SC', serif;
  color: #e8e1c7;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 300;
}

.cta-button-container {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: nowrap; /* Keep buttons in a single row */

}

.cta-button {
  padding: 1rem 2rem;
  border: 1px solid #c8a951;
  border-radius: 4px;
  color: #e8e1c7;
  text-decoration: none;
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(200, 169, 81, 0.1);
  transition: all 0.3s ease;
  z-index: -1;
}

.cta-button:hover::before {
  left: 0;
}

.cta-button:hover {
  box-shadow: 0 0 15px rgba(200, 169, 81, 0.4);
  transform: translateY(-2px);
}

.whatsapp-cta {
  background: rgba(37, 211, 102, 0.1);
}

.email-cta {
  background: rgba(200, 169, 81, 0.1);
}

.cta-note {
  font-family: 'Noto Serif SC', serif;
  color: #d6cfb6;
  font-size: 0.85rem;
  font-style: italic;
  opacity: 0.8;
}

/* Responsive adjustments for new elements */
@media (max-width: 768px) {
  .premium-offering {
    padding: 1.2rem;
    margin: 2rem 0;
  }

  .master-consultation-cta {
    padding: 2rem 1.5rem;
    margin: 2.5rem 0;
  }

  .cta-button-container {
    flex-direction: column;
    align-items: center;
  }

  .cta-button {
    width: 100%;
    max-width: 250px;
  }
}
    .discreet-cta {
      margin-top: 2.5rem;
      text-align: center;
      padding: 1.5rem;
      border-top: 1px solid rgba(200, 169, 81, 0.2);
    }

    .discreet-cta-text {
      font-family: 'Noto Serif SC', serif;
      color: #d6cfb6;
      font-size: 1rem;
      margin-bottom: 1rem;
      font-style: italic;
    }

    .master-signature {
      font-family: 'Cinzel', serif;
      color: #c8a951;
      font-size: 0.9rem;
      margin-top: 0.5rem;
    }