body {
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f4f4f4;
      color: #333;
      line-height: 1.6;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__section-title {
      font-size: 2.2em;
      color: #0056b3;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-jl-audio-shallow-subwoofer__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      border-radius: 8px;
      overflow: hidden;
      box-sizing: border-box;
      padding-top: calc(10px + var(--header-offset, 0px)); /* Adjust for header if body padding is not applied by shared.css */
    }

    .page-jl-audio-shallow-subwoofer__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: brightness(0.6);
    }

    .page-jl-audio-shallow-subwoofer__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-jl-audio-shallow-subwoofer__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-jl-audio-shallow-subwoofer__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-jl-audio-shallow-subwoofer__button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__button:hover {
      background-color: #0056b3;
    }

    .page-jl-audio-shallow-subwoofer__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 20px 0;
    }

    .page-jl-audio-shallow-subwoofer__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    .page-jl-audio-shallow-subwoofer__intro-content {
      text-align: center;
      margin-bottom: 20px;
    }

    .page-jl-audio-shallow-subwoofer__intro-content p {
      font-size: 1.1em;
      margin-bottom: 15px;
    }

    .page-jl-audio-shallow-subwoofer__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-jl-audio-shallow-subwoofer__feature-item {
      text-align: center;
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__feature-image {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 5px;
      object-fit: cover;
      max-height: 250px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-jl-audio-shallow-subwoofer__feature-title {
      font-size: 1.5em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-jl-audio-shallow-subwoofer__feature-description {
      font-size: 1em;
      color: #555;
    }

    .page-jl-audio-shallow-subwoofer__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-jl-audio-shallow-subwoofer__quick-access-button {
      background-color: #28a745;
      color: #fff;
      padding: 15px;
      border-radius: 5px;
      text-align: center;
      text-decoration: none;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__quick-access-button:hover {
      background-color: #218838;
    }

    .page-jl-audio-shallow-subwoofer__promotion-card {
      background-color: #e9f7ef;
      border: 1px solid #c3e6cb;
      padding: 25px;
      border-radius: 8px;
      margin-bottom: 20px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__promotion-title {
      font-size: 1.8em;
      color: #28a745;
      margin-bottom: 10px;
    }

    .page-jl-audio-shallow-subwoofer__promotion-description {
      font-size: 1.1em;
      margin-bottom: 20px;
    }

    .page-jl-audio-shallow-subwoofer__security-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    .page-jl-audio-shallow-subwoofer__security-icon {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      margin-right: 20px;
      object-fit: contain;
    }

    .page-jl-audio-shallow-subwoofer__security-content h3 {
      font-size: 1.4em;
      color: #0056b3;
      margin-top: 0;
      margin-bottom: 5px;
    }

    .page-jl-audio-shallow-subwoofer__security-content p {
      font-size: 1em;
      color: #555;
    }

    .page-jl-audio-shallow-subwoofer__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e2e2e2;
      transition: background-color 0.3s ease;
      user-select: none;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__faq-question:hover {
      background-color: #d6d6d6;
    }

    .page-jl-audio-shallow-subwoofer__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none;
    }

    .page-jl-audio-shallow-subwoofer__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #0056b3;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-jl-audio-shallow-subwoofer__faq-item.active .page-jl-audio-shallow-subwoofer__faq-toggle {
      transform: rotate(45deg);
    }

    .page-jl-audio-shallow-subwoofer__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 1em;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__faq-item.active .page-jl-audio-shallow-subwoofer__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-jl-audio-shallow-subwoofer__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-jl-audio-shallow-subwoofer__blog-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-jl-audio-shallow-subwoofer__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-jl-audio-shallow-subwoofer__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-jl-audio-shallow-subwoofer__blog-content {
      padding: 20px;
    }

    .page-jl-audio-shallow-subwoofer__blog-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-jl-audio-shallow-subwoofer__blog-excerpt {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-jl-audio-shallow-subwoofer__read-more {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-jl-audio-shallow-subwoofer__read-more:hover {
      color: #0056b3;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-jl-audio-shallow-subwoofer {
        padding: 10px;
      }

      .page-jl-audio-shallow-subwoofer__section {
        padding: 20px;
      }

      .page-jl-audio-shallow-subwoofer__section-title {
        font-size: 1.8em;
      }

      .page-jl-audio-shallow-subwoofer__hero-section {
        padding: 60px 15px;
      }

      .page-jl-audio-shallow-subwoofer__hero-title {
        font-size: 2.2em;
      }

      .page-jl-audio-shallow-subwoofer__hero-description {
        font-size: 1em;
      }

      .page-jl-audio-shallow-subwoofer__button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-jl-audio-shallow-subwoofer__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
      }
      .page-jl-audio-shallow-subwoofer__payment-logo,
      .page-jl-audio-shallow-subwoofer__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-jl-audio-shallow-subwoofer__features-grid,
      .page-jl-audio-shallow-subwoofer__quick-access-grid,
      .page-jl-audio-shallow-subwoofer__blog-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-jl-audio-shallow-subwoofer__feature-item,
      .page-jl-audio-shallow-subwoofer__quick-access-button,
      .page-jl-audio-shallow-subwoofer__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-jl-audio-shallow-subwoofer__security-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .page-jl-audio-shallow-subwoofer__security-icon {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-jl-audio-shallow-subwoofer__faq-question,
      .page-jl-audio-shallow-subwoofer__faq-answer {
        padding: 15px !important;
      }

      .page-jl-audio-shallow-subwoofer__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-jl-audio-shallow-subwoofer__feature-description,
      .page-jl-audio-shallow-subwoofer__promotion-description,
      .page-jl-audio-shallow-subwoofer__security-content p,
      .page-jl-audio-shallow-subwoofer__blog-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }