
    .page-c-c-c-th-thao-thenyic {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 50px;
    }

    .page-c-c-c-th-thao-thenyic__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .page-c-c-c-th-thao-thenyic__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
      color: #fff;
      text-align: center;
      padding: 60px 0;
      overflow: hidden;
      border-bottom: 5px solid #ffc107;
      padding-top: 10px; /* Small top padding, relying on body padding for header offset */
    }

    .page-c-c-c-th-thao-thenyic__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      opacity: 0.6;
    }

    .page-c-c-c-th-thao-thenyic__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-c-c-c-th-thao-thenyic__hero-content h1 {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffc107;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-c-c-c-th-thao-thenyic__hero-content p {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-c-c-c-th-thao-thenyic__button {
      display: inline-block;
      background-color: #ffc107;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-c-c-c-th-thao-thenyic__button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-c-c-c-th-thao-thenyic__section {
      padding: 50px 0;
      text-align: center;
    }

    .page-c-c-c-th-thao-thenyic__section:nth-of-type(even) {
      background-color: #222;
    }

    .page-c-c-c-th-thao-thenyic__section h2 {
      font-size: 2.2em;
      color: #ffc107;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-c-c-c-th-thao-thenyic__section h2::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffc107;
      border-radius: 2px;
    }

    .page-c-c-c-th-thao-thenyic__section p {
      font-size: 1.05em;
      margin-bottom: 25px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-c-c-c-th-thao-thenyic__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-c-c-c-th-thao-thenyic__feature-item {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 10px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-c-c-c-th-thao-thenyic__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-c-c-c-th-thao-thenyic__feature-item h3 {
      color: #ffc107;
      font-size: 1.5em;
      margin-bottom: 15px;
    }

    .page-c-c-c-th-thao-thenyic__feature-item p {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 0;
    }

    .page-c-c-c-th-thao-thenyic__image-gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-c-c-c-th-thao-thenyic__gallery-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      width: 100%;
      max-width: 450px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-c-c-c-th-thao-thenyic__gallery-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-c-c-c-th-thao-thenyic__gallery-item img {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-c-c-c-th-thao-thenyic__gallery-item-caption {
      padding: 15px;
      font-weight: bold;
      color: #ffc107;
      font-size: 1.1em;
    }

    .page-c-c-c-th-thao-thenyic__steps-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 25px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-c-c-c-th-thao-thenyic__step-item {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 10px;
      text-align: left;
      display: flex;
      align-items: flex-start;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-c-c-c-th-thao-thenyic__step-number {
      background-color: #ffc107;
      color: #1a1a1a;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 1.4em;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .page-c-c-c-th-thao-thenyic__step-content h3 {
      margin-top: 0;
      color: #ffc107;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-c-c-c-th-thao-thenyic__step-content p {
      margin-bottom: 0;
      color: #ccc;
      font-size: 0.95em;
      text-align: left;
    }

    .page-c-c-c-th-thao-thenyic__faq-section {
      background-color: #1a1a1a;
      padding: 50px 0;
      text-align: center;
    }

    .page-c-c-c-th-thao-thenyic__faq-list {
      max-width: 900px;
      margin: 40px auto 0 auto;
      text-align: left;
    }

    .page-c-c-c-th-thao-thenyic__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      color: #f0f0f0;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-c-c-c-th-thao-thenyic__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #333;
      border-bottom: 1px solid #444;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-c-c-c-th-thao-thenyic__faq-question:hover {
      background-color: #444;
    }

    .page-c-c-c-th-thao-thenyic__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      font-weight: 600;
      color: #f0f0f0;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-c-c-c-th-thao-thenyic__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffc107;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-c-c-c-th-thao-thenyic__faq-item.active .page-c-c-c-th-thao-thenyic__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar */
    }

    .page-c-c-c-th-thao-thenyic__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: #ccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-c-c-c-th-thao-thenyic__faq-item.active .page-c-c-c-th-thao-thenyic__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important; /* Adjust padding as needed */
      opacity: 1;
    }

    .page-c-c-c-th-thao-thenyic__faq-answer p {
      margin: 0;
      line-height: 1.6;
    }

    .page-c-c-c-th-thao-thenyic__cta-section {
      background-color: #222;
      padding: 60px 0;
      text-align: center;
      border-top: 5px solid #ffc107;
    }

    .page-c-c-c-th-thao-thenyic__cta-section h2 {
      font-size: 2.5em;
      color: #ffc107;
      margin-bottom: 25px;
    }

    .page-c-c-c-th-thao-thenyic__cta-section p {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive Adjustments */
    @media (max-width: 992px) {
      .page-c-c-c-th-thao-thenyic__hero-content h1 {
        font-size: 2.2em;
      }
      .page-c-c-c-th-thao-thenyic__hero-content p {
        font-size: 1.1em;
      }
      .page-c-c-c-th-thao-thenyic__section h2 {
        font-size: 1.8em;
      }
    }

    @media (max-width: 768px) {
      .page-c-c-c-th-thao-thenyic__hero-section {
        padding: 40px 0;
      }
      .page-c-c-c-th-thao-thenyic__hero-content h1 {
        font-size: 1.8em;
      }
      .page-c-c-c-th-thao-thenyic__hero-content p {
        font-size: 1em;
      }
      .page-c-c-c-th-thao-thenyic__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-c-c-c-th-thao-thenyic__section {
        padding: 40px 0;
      }
      .page-c-c-c-th-thao-thenyic__section h2 {
        font-size: 1.6em;
      }
      .page-c-c-c-th-thao-thenyic__features-grid,
      .page-c-c-c-th-thao-thenyic__image-gallery {
        grid-template-columns: 1fr;
      }
      .page-c-c-c-th-thao-thenyic__gallery-item {
        max-width: 100%;
      }
      .page-c-c-c-th-thao-thenyic__step-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
      }
      .page-c-c-c-th-thao-thenyic__step-number {
        margin: 0 auto 15px auto;
      }
      .page-c-c-c-th-thao-thenyic__step-content p {
        text-align: center;
      }

      /* List item specific responsive styles */
      .page-c-c-c-th-thao-thenyic__features-grid .page-c-c-c-th-thao-thenyic__feature-item,
      .page-c-c-c-th-thao-thenyic__steps-list .page-c-c-c-th-thao-thenyic__step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-c-c-c-th-thao-thenyic__features-grid,
      .page-c-c-c-th-thao-thenyic__steps-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      /* Images responsive */
      .page-c-c-c-th-thao-thenyic__hero-background-image,
      .page-c-c-c-th-thao-thenyic__gallery-item img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-c-c-c-th-thao-thenyic__gallery-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }

      .page-c-c-c-th-thao-thenyic__faq-question {
        padding: 12px 15px;
      }
      .page-c-c-c-th-thao-thenyic__faq-question h3 {
        font-size: 1em;
      }
      .page-c-c-c-th-thao-thenyic__faq-answer {
        padding: 0 15px;
      }
      .page-c-c-c-th-thao-thenyic__faq-item.active .page-c-c-c-th-thao-thenyic__faq-answer {
        padding: 15px !important;
      }
      .page-c-c-c-th-thao-thenyic__cta-section h2 {
        font-size: 1.8em;
      }
      .page-c-c-c-th-thao-thenyic__cta-section p {
        font-size: 1em;
      }
    }
  