
    /* === SCOPED BOX STYLE - ZERO EXTERNAL IMPACT === */
    #jamsae-esp-box-page {
      font-family: 'Montserrat', 'Arial', sans-serif !important;
      color: #111111 !important;
      max-width: 920px !important;
      margin: 0 auto !important;
      padding: 48px 24px !important;
      line-height: 1.75 !important;
      box-sizing: border-box !important;
    }

    #jamsae-esp-box-page section {
      padding: 40px 0 !important;
      margin-bottom: 20px !important;
    }

    /* === VIDEO CONTAINER FIX === */
    #jamsae-esp-box-page .video-wrapper {
      position: relative;
      width: 100% !important; /* Full width on mobile */
      aspect-ratio: 16 / 9;   /* Maintain aspect ratio */
      margin-bottom: 30px;
      background: #000;
      overflow: hidden;
      border-radius: 4px;
    }

    @supports not (aspect-ratio: 16/9) {
      #jamsae-esp-box-page .video-wrapper {
        height: 0;
        padding-bottom: 56.25%;
      }
    }

    #jamsae-esp-box-page .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      border: 0;
      object-fit: contain;
      pointer-events: auto !important;
    }

    #jamsae-esp-box-page h1 {
      font-size: 2em !important;
      font-weight: 700 !important;
      letter-spacing: .08em !important;
      text-transform: uppercase !important;
      margin-bottom: 20px !important;
    }

    #jamsae-esp-box-page h2 {
      font-size: 1.05em !important;
      font-weight: 700 !important;
      letter-spacing: .07em !important;
      text-transform: uppercase !important;
      margin-top: 48px !important;
      margin-bottom: 14px !important;
      padding-bottom: 8px !important;
      border-bottom: 1px solid #e0e0e0 !important;
    }

    #jamsae-esp-box-page h3 {
      font-size: 1em !important;
      font-weight: 700 !important;
      text-transform: uppercase !important;
      margin-bottom: 10px !important;
    }

    #jamsae-esp-box-page p, 
    #jamsae-esp-box-page li {
      font-size: .93em !important;
      color: #333 !important;
      margin-bottom: 14px !important;
    }

    #jamsae-esp-box-page .features-grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr 1fr !important;
      gap: 20px !important;
      margin-top: 30px !important;
    }

    #jamsae-esp-box-page table {
      width: 100% !important;
      border-collapse: collapse !important;
      margin: 28px 0 !important;
    }

    #jamsae-esp-box-page th {
      background: #111 !important;
      color: #fff !important;
      padding: 12px 16px !important;
      text-align: left !important;
    }

    #jamsae-esp-box-page td {
      padding: 12px 16px !important;
      border-bottom: 1px solid #e0e0e0 !important;
    }

    #jamsae-esp-box-page tr:nth-child(even) td { background: #f5f5f5 !important; }

    #jamsae-esp-box-page img, 
    #jamsae-esp-box-page video {
      max-width: 100% !important;
      height: auto !important;
      display: block !important;
      margin: 20px auto !important;
    }

    #jamsae-esp-box-page a {
      color: #111 !important;
      text-decoration: underline !important;
      font-weight: 600 !important;
    }

    @media(max-width:768px) {
      #jamsae-esp-box-page { padding: 32px 16px !important; }
      #jamsae-esp-box-page .features-grid { grid-template-columns: 1fr !important; }
      #jamsae-esp-box-page h1 { font-size: 1.5em !important; }
      #jamsae-esp-box-page .video-wrapper { width: 100% !important; }
    }
